Commit Graph

1678 Commits (e2d7517036ea9f859a7ddaa6e621ff1fe9ef6c16)

Author SHA1 Message Date
Javi Velasco 6f4dadd90a Merge pull request #538 from yuristrelets/dev
small fix for autocomplete component
2016-06-03 22:30:05 +02:00
Javi Velasco 7b806214a2 Add lib folder 2016-06-03 22:29:21 +02:00
Javi Velasco 115e839086 Update docs 2016-06-03 22:24:26 +02:00
yuristrelets 19566ddb31 fix receive props for Autocomplete component
For multiple=false components value is broken, because it isn't extracted from Map.
2016-06-03 17:06:52 +03:00
John Bicknell f017610709 Y for X 2016-06-02 18:40:38 +01:00
John Bicknell f39dfb44d0 Use alternative to scrollX where not available (IE) 2016-06-02 18:26:04 +01:00
Javi Velasco c356a2be5a Finish autoinjects 2016-05-31 10:23:05 +02:00
Javi Velasco 6afb914126 Autoinject theme for Tabs 2016-05-30 23:32:42 +02:00
Javi Velasco 975fb32c89 Autoinject theme for Tooltip 2016-05-30 07:07:50 +02:00
Javi Velasco 863c821400 Autoinject theme for Switch, Table and Snackbar 2016-05-30 06:59:44 +02:00
Javi Velasco d810c81f66 Autoinject theme to Slider 2016-05-29 23:57:34 +02:00
Javi Velasco e1b2b6b972 Autoinject theme to Radio component 2016-05-29 22:09:02 +02:00
Javi Velasco df88b1d2aa Autoinject Navigation theme 2016-05-29 21:56:10 +02:00
Javi Velasco f7ae5a8bc9 Update readme for menu 2016-05-29 21:25:49 +02:00
Javi Velasco f88ddde727 Autoinject theme to Menu component 2016-05-29 21:24:22 +02:00
Javi Velasco 767d16b047 Fullname imports for util files 2016-05-29 21:23:58 +02:00
Javi Velasco 95ea35fad8 Better react imports for lists 2016-05-29 21:11:04 +02:00
Javi Velasco 592024f42c Autoinject styles for Lists 2016-05-29 20:59:54 +02:00
Javi Velasco 731153da00 Autoinject theme for Link 2016-05-29 20:03:41 +02:00
Javi Velasco e911a9f116 Autoinject theme for Layout 2016-05-29 19:59:17 +02:00
Javi Velasco 802bd64dd7 Update global index 2016-05-29 19:59:04 +02:00
Javi Velasco 27962e8eff Inject dependencies for Form component 2016-05-29 19:46:16 +02:00
Javi Velasco fbdceed5c8 Add specific imports for FontIcon 2016-05-29 19:38:06 +02:00
Javi Velasco 7a241e93ae Autoinject theme for dropdown 2016-05-29 19:37:40 +02:00
Javi Velasco 3827ed3aab Autoinject Drawer theme 2016-05-29 12:54:29 +02:00
Javi Velasco 1386a1551d Destructuring React for some components 2016-05-29 12:47:27 +02:00
Javi Velasco d48e243ad2 Autoinject Checkbox theme 2016-05-29 12:38:20 +02:00
Javi Velasco 4ff92ac7ea Autoinject theme for Dialog, DatePicker and Overlay 2016-05-28 22:04:00 +02:00
Javi Velasco 6d37fe7ef6 Add missing context theme doc for Button 2016-05-28 19:37:59 +02:00
Javi Velasco fdb36449f3 Autoinject styles for ProgressBar 2016-05-28 19:37:46 +02:00
Javi Velasco e24152c330 Fix tests 2016-05-28 19:35:00 +02:00
Javi Velasco d59f95c460 Better readme for buttons 2016-05-28 19:19:14 +02:00
Javi Velasco 05c6dce5e1 Autoinject theme for Card 2016-05-28 19:15:12 +02:00
Javi Velasco d04c181fdf Better readmes for autocomplete avatar chip and input 2016-05-28 17:58:43 +02:00
Javi Velasco 85e248c0c4 Autoinject Autocomplete, Avatar, Chip and Input 2016-05-28 17:44:29 +02:00
Javi Velasco f10748e4a4 Autoinject style for AppBar 2016-05-28 17:00:42 +02:00
Javi Velasco d5834e0372 Full extension imports in animations 2016-05-28 15:38:23 +02:00
Javi Velasco 6048bb72f4 Autoinjects for Button and IconButton 2016-05-28 15:37:10 +02:00
Yotam Bar-On 63f760bd13 Modify Button's display to be inline-flex
Text of ``label`` in ``<Button />`` is not aligned with the icon. This is because the ``<Button />`` has ``inline-block`` and not ``inline-flex``, so the ``align-items`` rule has no effect.
Changed the ``inline-block`` declaration into ``inline-flex``.
2016-05-28 16:06:37 +03:00
Javi Velasco 6ba69be723 Remove defineTheme 2016-05-27 21:58:34 +02:00
Javi Velasco 5056a9d84b Migrate docs to new theme syntax 2016-05-27 21:54:16 +02:00
Javi Velasco c600d6dcd9 Merge pull request #526 from dannydorfel/app-bar-mobile-devices-height
Media-queries for the max-height of the app-bar on mobile devices
2016-05-26 21:40:15 +02:00
Javi Velasco 310d683fa9 Avoid null values when parsing input 2016-05-26 21:38:07 +02:00
Javi Velasco a9e8304a84 All components moved to themr 😱 2016-05-26 21:17:25 +02:00
Javi Velasco d6bc5f5436 Move tabs to themr 2016-05-26 21:01:54 +02:00
Javi Velasco b75e7577cf Migrate Table component to themr 2016-05-26 20:37:57 +02:00
Danny Dörfel 3c4c1e6f01 Added media-queries for the max-height of he app-bar on mobile devices (56dp and 48dp) 2016-05-26 09:57:45 +02:00
Javi Velasco d451cf05c4 Migrate switch to themr 2016-05-25 00:54:56 +02:00
Javi Velasco 8705c5775b Migrate snackbar to themr 2016-05-25 00:42:07 +02:00
Javi Velasco 4f85f4e5f9 Remove linter warning 2016-05-25 00:28:21 +02:00