Commit Graph

46 Commits

Author SHA1 Message Date
Ali Malekpour
44d672fd37 Add SvgIcons 2016-01-31 17:58:14 -05:00
Kirill Chaban
c0bc8907bd material-ui: fix misprint in time-picker
Renamed textFieldStye to textFieldStyle
2016-01-11 22:09:57 +03:00
Masahiro Wakame
12acd5d239 Merge pull request #6746 from kirill-chaban/master
Update material-ui.d.ts
2016-01-11 22:54:15 +09:00
Masahiro Wakame
68e706983e Merge pull request #7244 from marcel-ernst/master
Fix type for DatePickerProps formatDate
2015-12-23 15:51:16 +09:00
Ali Taheri
acb75d82e8 Added some of the missing props and fixed label of Tab, it can take anything. 2015-12-22 11:32:51 +03:30
Marcel Ernst
4f245aafeb Fix type for DatePickerProps formatDate 2015-12-17 15:54:50 +01:00
Masahiro Wakame
bd57a6061a Merge pull request #7018 from ngbrown/material-ui-fix2
material-ui - update to new dialog usage.
2015-12-07 23:32:48 +09:00
Nathan Brown
c9fe6c37be material-ui - add missing event handler.
Add `onClick` to `ListItem` component.
2015-12-02 11:41:00 -07:00
Nathan Brown
9322940349 material-ui - update to new dialog usage. 2015-12-01 16:44:13 -07:00
leonuh
dc61765718 fix(material-ui) - spacing, gridlist style, gridtile style 2015-12-01 23:14:22 +01:00
Masahiro Wakame
f0bf1d87ad Merge pull request #6659 from subjectix/material-ui-prop-fix
[material-ui] Added missing style prop and isRtl on theme
2015-12-01 22:50:25 +09:00
Kirill Chaban
50e5e39ca7 Merge remote-tracking branch 'DefinitelyTyped/master'
# Conflicts:
#	material-ui/material-ui-tests.tsx
2015-11-28 01:17:29 +01:00
Masahiro Wakame
526e6208cd Merge pull request #6856 from rhysd/material-ui/badge
material-ui: Added type of <Badge> component
2015-11-27 00:06:23 +09:00
John Reilly
36c6ce86fb Merge pull request #6799 from adidahiya/react-css-transition-group
[React] Fix linting errors and add support for transition timeout props on CSSTransitionGroup
2015-11-25 12:01:29 +00:00
rhysd
8fed873d03 material-ui: Added type of <Badge> component 2015-11-20 23:28:31 +09:00
Masahiro Wakame
56af854cf7 Merge pull request #6591 from tsv2013/master
DatePicker: hintText, floatingLabelText
2015-11-20 00:49:56 +09:00
Kirill Chaban
05ee7f6558 Update material-ui.d.ts
used spaces instead of tabs
2015-11-19 08:23:25 +01:00
Adi Dahiya
4c0eb8b492 More fixes to material-ui react typings 2015-11-18 18:38:38 -05:00
Kirill Chaban
7c167c1e05 Update material-ui.d.ts
used spaces instead of tabs
2015-11-18 23:12:24 +01:00
Adi Dahiya
2a59c6071d Make material-ui legacy typings use react-0.13.3.d.ts 2015-11-18 17:10:32 -05:00
Masahiro Wakame
1df477aeae Merge pull request #6644 from herrmanno/material-ui-v0.13.1
Updated 'material-ui' to v0.13.1
2015-11-16 22:35:03 +09:00
Ali Taheri
6fa38f4802 [material-ui] added missing style prop and isRtl on theme 2015-11-14 10:03:49 +03:30
Kirill Chaban
b775a71396 Update material-ui.d.ts
Added missing 'style' property for DatePicker
2015-11-13 09:55:32 +01:00
James Brantly
99443d33d5 Update tests for dependencies of React to work with v0.14 2015-11-11 09:47:20 -05:00
herrmanno
8849e05089 Added files for v0.12.1 in legacy folder 2015-11-10 10:00:38 +01:00
Vincent Siao
45d85934f1 Merge remote-tracking branch 'dt/master' into react-v14 2015-11-09 17:48:30 -08:00
herrmanno
b17944af72 Updated 'material-ui' to v0.13.1 2015-11-06 14:44:46 +01:00
Vincent Siao
15eff541e0 [React.14] Update refs for DOM elements 2015-11-05 10:41:07 -08:00
tsv2013
9b51a8593d Fix for tests 2015-11-04 00:06:46 +03:00
tsv2013
05d38656ad DatePicker: hintText, floatingLabelText 2015-11-04 00:00:19 +03:00
Masahiro Wakame
333625d717 Merge pull request #6163 from use-strict/material-ui-export-types
material-ui - Also export types in named modules
2015-10-27 00:07:13 +09:00
Masahiro Wakame
31b7759bd4 Merge pull request #6060 from use-strict/material-ui-0-12
material-ui - updated definitions for v0.12.1
2015-10-06 21:34:03 +09:00
Alexandru Ciuca
29485a77a8 material-ui - Also export types in named modules 2015-10-02 19:09:05 +03:00
Alexandru Ciuca
7ba4099a45 Fix material-ui tests 2015-10-01 10:51:08 +03:00
Alexandru Ciuca
94f3ac3e35 Added alternateTextColor; made spacing non-optional in RawTheme. 2015-10-01 10:46:00 +03:00
Alexandru Ciuca
ad5abf0ed4 Fix ThemeManager definition 2015-09-30 11:17:38 +03:00
Alexandru Ciuca
429dcbaa9c Fix legacy (0.11.1) definitions 2015-09-29 17:49:40 +03:00
Alexandru Ciuca
61443b7120 material-ui - updated definitions for v0.12.1 2015-09-29 17:46:06 +03:00
use-strict
df92a872b9 Paper and ToolbarTitle should allow regular HTML attributes. 2015-09-28 12:06:37 +03:00
Nathan Brown
575688ac47 Now that .TSX files are tested, remove redundant .TS file. 2015-09-22 15:36:19 -07:00
Nathan Brown
072817135e Convert all *Prop to *Props. 2015-09-22 14:20:53 -07:00
Nathan Brown
56b5eef102 Clean up pull-request, keep tests passing. 2015-09-22 13:48:49 -07:00
Ciuca, Alexandru
c3a4bd1aae Syntax fixes 2015-09-22 17:39:21 +03:00
use-strict
cf9511a832 Update material-ui.d.ts 2015-09-22 17:35:28 +03:00
Nathan Brown
5470491291 material-ui: Export interfaces more directly through typed variables. Include Colors in main module. 2015-09-20 16:55:36 -07:00
Nathan Brown
78cd9fb0e0 New definitions for material-ui. 2015-09-19 21:37:34 -07:00