react-toolbox/components
Izak Filmalter e15ee8ee05 Fix Mobile Safari issues. (#1282)
* Add $input-icon-right-space var to add the correct spacing to the input based on Material Spec.

https://material.io/guidelines/components/text-fields.html#text-fields-s
ingle-line-text-field

* Fix Mobile Safari Issues.

Remove added border-radius for inputs from Safari. Fix `Object.entries
is not a function` for autocomplete.

* Remove new line.

* Add callback functions to slider for when slider starts being dragged, and when it stops.
2017-08-02 18:31:46 +02:00
..
__mocks__ Use Jest 🃏 and upgrade Webpack and other dependencies 2017-02-06 09:53:31 +01:00
app_bar Add variables for the App Bar's font size and weight. (#1518) 2017-08-02 18:29:04 +02:00
autocomplete Do not show scrollbar on autocomplete component IE11 (#1515) 2017-08-02 18:15:55 +02:00
avatar Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
button Add default export TypeScript type to IconButton (#1577) 2017-08-02 18:29:19 +02:00
card Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
checkbox Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
chip Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
date_picker Fix date-picker animation in IE11 (#1586) 2017-08-02 18:14:23 +02:00
dialog Update dependencies 2017-05-23 13:04:55 +02:00
drawer solve #1444 and #1359. (#1587) 2017-08-02 18:13:48 +02:00
dropdown Issue 1459: Replace onClick handler in Dropdown component to onMouseDown (#1521) 2017-08-02 18:27:14 +02:00
font_icon Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
hoc allows the Portal HOC root element to receive a style props. This allows coordinate runtime positioning of the portal element using top/left/bottom/right values (#1502) 2017-07-13 20:43:14 +02:00
input Fix Mobile Safari issues. (#1282) 2017-08-02 18:31:46 +02:00
layout Fix media queries panel height calculations (#1467) 2017-07-13 20:18:00 +02:00
link Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
list Apply padding 0 to everything but buttons in ListItemAction (#1571) 2017-08-02 18:17:17 +02:00
menu Allow pass inverse to IconMenu (#1490) 2017-07-13 20:19:16 +02:00
navigation Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
overlay Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
progress_bar Avoid undefined className when ProgressBar mode is determinate 2017-07-13 20:27:50 +02:00
radio Event passed for Radiogroup (#1544) 2017-08-02 18:26:34 +02:00
ripple Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
slider Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
snackbar Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
switch Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
table Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
tabs Feature/tabs a11y (#1513) 2017-08-02 18:30:41 +02:00
time_picker Updated dependencies (#1448) 2017-05-22 18:30:39 +02:00
tooltip Importing PropTypes from prop-types rather than react (#1413) 2017-04-17 16:14:17 +02:00
utils Add workaround to `is-component-of-type` for `react-hot-loader@^3` (#1569) 2017-08-02 18:19:53 +02:00
ThemeProvider.d.ts Add ThemeProvider Typescript type (#1576) 2017-08-02 18:18:51 +02:00
ThemeProvider.js Migrate styles to PostCSS (#666) 2017-01-05 02:42:18 +01:00
colors.css Migrate styles to PostCSS (#666) 2017-01-05 02:42:18 +01:00
identifiers.d.ts Restructure typescript definitions (#1114) 2017-01-18 08:37:37 +01:00
identifiers.js Migrate styles to PostCSS (#666) 2017-01-05 02:42:18 +01:00
index.d.ts Restructure typescript definitions (#1114) 2017-01-18 08:37:37 +01:00
index.js Export all from table (#1244) 2017-02-19 12:24:54 +01:00
media.css Migrate styles to PostCSS (#666) 2017-01-05 02:42:18 +01:00
variables.css Fixes #1127 2017-01-18 10:56:03 +01:00