@surveycake/rc 3.0.0-alpha.3 → 3.0.0-alpha.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/CHANGELOG.md +249 -2
  2. package/dist/Checkbox/types.d.ts +2 -2
  3. package/dist/Radio/types.d.ts +2 -2
  4. package/dist/RadioGroup/types.d.ts +2 -2
  5. package/dist/V2/Backdrop/Backdrop.stories.d.ts +4 -0
  6. package/dist/V2/Backdrop/index.d.ts +6 -0
  7. package/dist/V2/Backdrop/styles.d.ts +3 -0
  8. package/dist/V2/Box/index.d.ts +9 -0
  9. package/dist/V2/Button/Button.stories.d.ts +1 -0
  10. package/dist/V2/Button/styles.d.ts +3 -0
  11. package/dist/V2/ButtonGroup/ButtonGroup.stories.d.ts +4 -0
  12. package/dist/V2/ButtonGroup/index.d.ts +6 -0
  13. package/dist/V2/Checkbox/Checkbox.stories.d.ts +5 -0
  14. package/dist/V2/Checkbox/index.d.ts +6 -0
  15. package/dist/V2/CircularProgress/CircularProgress.stories.d.ts +4 -0
  16. package/dist/V2/CircularProgress/index.d.ts +6 -0
  17. package/dist/V2/ColorPalette/Color.stories.d.ts +6 -0
  18. package/dist/V2/ColorPalette/views/Block.d.ts +7 -0
  19. package/dist/V2/ColorPalette/views/Color.d.ts +8 -0
  20. package/dist/V2/ColorPalette/views/Wrapper.d.ts +6 -0
  21. package/dist/V2/ColorPalette/views/index.d.ts +3 -0
  22. package/dist/V2/CssBaseline/index.d.ts +4 -0
  23. package/dist/V2/Dialog/Dialog.stories.d.ts +4 -0
  24. package/dist/V2/Dialog/index.d.ts +7 -0
  25. package/dist/V2/DialogActions/index.d.ts +6 -0
  26. package/dist/V2/DialogActions/styles.d.ts +3 -0
  27. package/dist/V2/DialogContent/index.d.ts +6 -0
  28. package/dist/V2/DialogContent/styles.d.ts +3 -0
  29. package/dist/V2/DialogContentText/index.d.ts +6 -0
  30. package/dist/V2/DialogTitle/index.d.ts +6 -0
  31. package/dist/V2/DialogTitle/styles.d.ts +3 -0
  32. package/dist/V2/Fade/index.d.ts +6 -0
  33. package/dist/V2/FormControl/FormControl.stories.d.ts +5 -0
  34. package/dist/V2/FormControl/index.d.ts +6 -0
  35. package/dist/V2/FormControlLabel/index.d.ts +6 -0
  36. package/dist/V2/FormControlLabel/style.d.ts +3 -0
  37. package/dist/V2/FormGroup/index.d.ts +6 -0
  38. package/dist/V2/FormHelperText/FormHelperText.stories.d.ts +4 -0
  39. package/dist/V2/FormHelperText/index.d.ts +6 -0
  40. package/dist/V2/FormHelperText/styles.d.ts +3 -0
  41. package/dist/V2/FormLabel/FormLabel.stories.d.ts +4 -0
  42. package/dist/V2/FormLabel/index.d.ts +6 -0
  43. package/dist/V2/FormLabel/styles.d.ts +3 -0
  44. package/dist/V2/Icon/Customize/AlignSort.d.ts +3 -0
  45. package/dist/V2/Icon/Customize/AlignSortDown.d.ts +3 -0
  46. package/dist/V2/Icon/Customize/AlignSortUp.d.ts +3 -0
  47. package/dist/V2/Icon/Customize/FilterAlt.d.ts +3 -0
  48. package/dist/V2/Icon/Customize/index.d.ts +4 -0
  49. package/dist/V2/Icon/Icon.stories.d.ts +1 -2
  50. package/dist/V2/Icon/index.d.ts +30 -3
  51. package/dist/V2/Icon/styles.d.ts +3 -0
  52. package/dist/V2/IconButton/IconButton.stories.d.ts +5 -0
  53. package/dist/V2/IconButton/index.d.ts +6 -0
  54. package/dist/V2/IconButton/styles.d.ts +3 -0
  55. package/dist/V2/InputAdornment/InputAdornment.stories.d.ts +4 -0
  56. package/dist/V2/InputAdornment/index.d.ts +6 -0
  57. package/dist/V2/Link/Link.stories.d.ts +4 -3
  58. package/dist/V2/Link/index.d.ts +1 -1
  59. package/dist/V2/Link/styles.d.ts +3 -0
  60. package/dist/V2/List/index.d.ts +6 -0
  61. package/dist/V2/List/styles.d.ts +3 -0
  62. package/dist/V2/ListSubheader/index.d.ts +6 -0
  63. package/dist/V2/ListSubheader/styles.d.ts +3 -0
  64. package/dist/V2/LoadingButton/LoadingButton.stories.d.ts +4 -0
  65. package/dist/V2/LoadingButton/index.d.ts +10 -0
  66. package/dist/V2/MenuItem/index.d.ts +6 -0
  67. package/dist/V2/MenuItem/styles.d.ts +3 -0
  68. package/dist/V2/OutlinedInput/OutlinedInput.stories.d.ts +5 -0
  69. package/dist/V2/OutlinedInput/index.d.ts +6 -0
  70. package/dist/V2/OutlinedInput/styles.d.ts +3 -0
  71. package/dist/V2/Pagination/index.d.ts +14 -0
  72. package/dist/V2/Pagination/index.stories.d.ts +4 -0
  73. package/dist/V2/Select/Select.stories.d.ts +4 -0
  74. package/dist/V2/Select/index.d.ts +6 -0
  75. package/dist/V2/Select/styles.d.ts +4 -0
  76. package/dist/V2/Switch/Switch.stories.d.ts +6 -0
  77. package/dist/V2/Switch/index.d.ts +6 -0
  78. package/dist/V2/Switch/styles.d.ts +3 -0
  79. package/dist/V2/Tab/index.d.ts +8 -0
  80. package/dist/V2/Tab/styles.d.ts +3 -0
  81. package/dist/V2/Tabs/Tabs.stories.d.ts +6 -0
  82. package/dist/V2/Tabs/index.d.ts +10 -0
  83. package/dist/V2/Tabs/styles.d.ts +3 -0
  84. package/dist/V2/TextField/index.d.ts +4 -0
  85. package/dist/V2/ToggleButton/index.d.ts +6 -0
  86. package/dist/V2/ToggleButton/styles.d.ts +3 -0
  87. package/dist/V2/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +5 -0
  88. package/dist/V2/ToggleButtonGroup/index.d.ts +6 -0
  89. package/dist/V2/ToggleButtonGroup/styles.d.ts +3 -0
  90. package/dist/V2/Tooltip/Tooltip.stories.d.ts +5 -0
  91. package/dist/V2/Tooltip/index.d.ts +6 -0
  92. package/dist/V2/Tooltip/styles.d.ts +3 -0
  93. package/dist/V2/Typography/Typography.stories.d.ts +2 -1
  94. package/dist/V2/Typography/index.d.ts +1 -1
  95. package/dist/V2/Typography/styles.d.ts +3 -0
  96. package/dist/V2/Typography/views/Header.d.ts +3 -0
  97. package/dist/V2/Typography/views/Row.d.ts +11 -0
  98. package/dist/V2/Typography/views/Table.d.ts +6 -0
  99. package/dist/V2/Typography/views/index.d.ts +3 -0
  100. package/dist/V2/VarSelect/VarSelect.stories.d.ts +5 -0
  101. package/dist/V2/VarSelect/index.d.ts +26 -0
  102. package/dist/V2/VarSelect/styles.d.ts +2 -0
  103. package/dist/V2/index.d.ts +35 -5
  104. package/dist/V2/styles/ThemeProvider.d.ts +1 -1
  105. package/dist/V2/styles/core.d.ts +1 -0
  106. package/dist/V2/styles/theme.d.ts +1 -0
  107. package/dist/rc.cjs.development.js +1714 -468
  108. package/dist/rc.cjs.development.js.map +1 -1
  109. package/dist/rc.cjs.production.min.js +1 -1
  110. package/dist/rc.cjs.production.min.js.map +1 -1
  111. package/dist/rc.esm.js +1697 -450
  112. package/dist/rc.esm.js.map +1 -1
  113. package/package.json +9 -9
  114. package/dist/V2/Button/style.d.ts +0 -1
  115. package/dist/V2/Icon/custom/Facebook.d.ts +0 -6
  116. package/dist/V2/Icon/custom/index.d.ts +0 -1
  117. package/dist/V2/Link/style.d.ts +0 -1
  118. package/dist/V2/Typography/style.d.ts +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,253 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0-alpha.30](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.29...v3.0.0-alpha.30) (2021-12-20)
6
+
7
+
8
+ ### Features
9
+
10
+ * create color pallete ([003ad28](https://fox.25sprout.com/surveycake/sdk/rc/commit/003ad282b004325644b47a011586813d3bf8071a))
11
+ * update typography stories ([706d613](https://fox.25sprout.com/surveycake/sdk/rc/commit/706d613db943eaf39f0946b7cc4f698d337a40a7))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * adjust style ([70f161c](https://fox.25sprout.com/surveycake/sdk/rc/commit/70f161c621fe09d5a15a4fe9a9c18e9f7bbd2f81))
17
+
18
+ ## [3.0.0-alpha.29](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.28...v3.0.0-alpha.29) (2021-12-12)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * adjust button icon size ([72cfbd3](https://fox.25sprout.com/surveycake/sdk/rc/commit/72cfbd3eec9bfb6ba5a1b096f464e83a6153496c))
24
+
25
+ ## [3.0.0-alpha.28](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.27...v3.0.0-alpha.28) (2021-12-12)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * adjust text outlined hover color ([09cf29d](https://fox.25sprout.com/surveycake/sdk/rc/commit/09cf29df0cd949677994f6379c131c9a62715100))
31
+
32
+ ## [3.0.0-alpha.27](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.26...v3.0.0-alpha.27) (2021-12-10)
33
+
34
+
35
+ ### Features
36
+
37
+ * add more icons ([57709aa](https://fox.25sprout.com/surveycake/sdk/rc/commit/57709aa21193026322583f2aca37fd5441a08798))
38
+ * create Checkbox component ([fbcc300](https://fox.25sprout.com/surveycake/sdk/rc/commit/fbcc300d5bf0107c5ec9abb1da56c0e38102ea05))
39
+ * create InputAdornment component ([31317e0](https://fox.25sprout.com/surveycake/sdk/rc/commit/31317e01c9ba3183fbe9c10be2106faa5a366258))
40
+ * create Pagination component ([a6d9ca7](https://fox.25sprout.com/surveycake/sdk/rc/commit/a6d9ca72bbf8b46909f8b8048e0e54537de2c9d8))
41
+
42
+
43
+ ### Bug Fixes
44
+
45
+ * adjust delete-outlined icon attribute writting style ([d491b08](https://fox.25sprout.com/surveycake/sdk/rc/commit/d491b086ba512c9e0b441fec413e405d44eb7ba9))
46
+ * adjust dialog content divider color ([bbbfeeb](https://fox.25sprout.com/surveycake/sdk/rc/commit/bbbfeeb45d03363131f8bb107182bee582c15242))
47
+ * adjust OutlinedInput style ([416d4f4](https://fox.25sprout.com/surveycake/sdk/rc/commit/416d4f4079d2160b548f273b3fb997c611811387))
48
+
49
+ ## [3.0.0-alpha.26](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.25...v3.0.0-alpha.26) (2021-12-09)
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * weird behavior of Chinese rendering fonts in Windows operating system - surveycake/pm[#5147](https://fox.25sprout.com//undefined/issues/5147), surveycake/pm[#5148](https://fox.25sprout.com//undefined/issues/5148), surveycake/pm[#5168](https://fox.25sprout.com//undefined/issues/5168) ([72a7ba9](https://fox.25sprout.com/surveycake/sdk/rc/commit/72a7ba93a1d04dc6e19116ecb2dd400b7793b813))
55
+
56
+ ## [3.0.0-alpha.25](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.24...v3.0.0-alpha.25) (2021-12-08)
57
+
58
+
59
+ ### Features
60
+
61
+ * add DeletedOutlined icon ([dc383d8](https://fox.25sprout.com/surveycake/sdk/rc/commit/dc383d87cd1489e3c859dbb345f2ab33cfd1c467))
62
+
63
+ ## [3.0.0-alpha.24](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.23...v3.0.0-alpha.24) (2021-12-08)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * update VarSelect export name ([2cfcdf5](https://fox.25sprout.com/surveycake/sdk/rc/commit/2cfcdf5dd6aeaf02f7641e71e63db26845fd1e7c))
69
+
70
+ ## [3.0.0-alpha.23](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.22...v3.0.0-alpha.23) (2021-12-08)
71
+
72
+
73
+ ### Features
74
+
75
+ * VarSelect groups ([4e87e3c](https://fox.25sprout.com/surveycake/sdk/rc/commit/4e87e3c4b7c7c22665a27ec035bd9951b8b52755))
76
+
77
+ ## [3.0.0-alpha.22](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.20...v3.0.0-alpha.22) (2021-11-30)
78
+
79
+
80
+ ### Features
81
+
82
+ * set letter-spacing and text-transform of Typography to none - surveycake/pm[#5088](https://fox.25sprout.com//undefined/issues/5088) ([b1221cd](https://fox.25sprout.com/surveycake/sdk/rc/commit/b1221cdf28098b7af51ea570874e0e8495bcbd47))
83
+ * show Tooltip without delay when the element is touched - surveycake/pm[#5087](https://fox.25sprout.com//undefined/issues/5087) ([8b1756d](https://fox.25sprout.com/surveycake/sdk/rc/commit/8b1756d9209ad06fdaaa028b4bd690a565132bab))
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * GroupSelect default background, default height ([76a9eb8](https://fox.25sprout.com/surveycake/sdk/rc/commit/76a9eb8ea7b6bdc42012f19d888a7446fc6470bc))
89
+
90
+ ## [3.0.0-alpha.21](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.20...v3.0.0-alpha.21) (2021-11-28)
91
+
92
+
93
+ ### Features
94
+
95
+ * set letter-spacing and text-transform of Typography to none - surveycake/pm[#5088](https://fox.25sprout.com/surveycake/pm/-/issues/5088) ([b1221cd](https://fox.25sprout.com/surveycake/sdk/rc/commit/b1221cdf28098b7af51ea570874e0e8495bcbd47))
96
+ * show Tooltip without delay when the element is touched - surveycake/pm[#5087](https://fox.25sprout.com/surveycake/pm/-/issues/5087) ([8b1756d](https://fox.25sprout.com/surveycake/sdk/rc/commit/8b1756d9209ad06fdaaa028b4bd690a565132bab))
97
+
98
+ ## [3.0.0-alpha.20](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.19...v3.0.0-alpha.20) (2021-11-26)
99
+
100
+
101
+ ### Bug Fixes
102
+
103
+ * adjust dialog divider padding ([6a360c8](https://fox.25sprout.com/surveycake/sdk/rc/commit/6a360c84f636e71924e616dff97dd4c13a0522ee))
104
+
105
+ ## [3.0.0-alpha.19](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.18...v3.0.0-alpha.19) (2021-11-24)
106
+
107
+
108
+ ### Features
109
+
110
+ * add Tab and Tabs to V2 components - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([21fa9b8](https://fox.25sprout.com/surveycake/sdk/rc/commit/21fa9b836e7dbd563d8c34ecc6f053d84343385f))
111
+
112
+ ## [3.0.0-alpha.18](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.17...v3.0.0-alpha.18) (2021-11-23)
113
+
114
+
115
+ ### Features
116
+
117
+ * add MoreHoriz icon - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([96858bb](https://fox.25sprout.com/surveycake/sdk/rc/commit/96858bb85ab3f1a8580b592591fe696c3ef9dbe1))
118
+ * adjust IconButton styles - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([efe52c6](https://fox.25sprout.com/surveycake/sdk/rc/commit/efe52c69a35288e82b86ca89f2daee198b5c4677))
119
+
120
+ ## [3.0.0-alpha.17](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.16...v3.0.0-alpha.17) (2021-11-22)
121
+
122
+
123
+ ### Features
124
+
125
+ * add filterAlt icon and normalize icon name ([d433e50](https://fox.25sprout.com/surveycake/sdk/rc/commit/d433e501d726a15abf79f89b2823452461d040d0))
126
+ * add several icons - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([a3a011a](https://fox.25sprout.com/surveycake/sdk/rc/commit/a3a011a9d510aab9fe9f5195fe07ef1c59964cb6))
127
+
128
+
129
+ ### Bug Fixes
130
+
131
+ * adjust some icon names of ToggleButtonGroup ([2a30655](https://fox.25sprout.com/surveycake/sdk/rc/commit/2a30655713638f7771d4f60e6d12581b53c4490d))
132
+
133
+ ## [3.0.0-alpha.16](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) (2021-11-19)
134
+
135
+
136
+ ### Bug Fixes
137
+
138
+ * remove typoraphy hover style ([09392ff](https://fox.25sprout.com/surveycake/sdk/rc/commit/09392ff2d002c0a941418823314c24c750fe4683))
139
+
140
+ ## [3.0.0-alpha.15](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.14...v3.0.0-alpha.15) (2021-11-18)
141
+
142
+
143
+ ### Bug Fixes
144
+
145
+ * redefined component export style ([fea5d52](https://fox.25sprout.com/surveycake/sdk/rc/commit/fea5d5255ccba8f531d6d31a2fee092a48324dec))
146
+ * replace customize icon with google icon ([965fde9](https://fox.25sprout.com/surveycake/sdk/rc/commit/965fde92827a5ce3727796a429e1b2f92c2fc15a))
147
+ * unable to render missing icon ([d7a5568](https://fox.25sprout.com/surveycake/sdk/rc/commit/d7a5568791039cc3cf4b54b68f0309526aebf585))
148
+ * update link style ([2d98974](https://fox.25sprout.com/surveycake/sdk/rc/commit/2d98974ce458778ab37112fe395e0202cb0027e5))
149
+
150
+ ## [3.0.0-alpha.14](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.13...v3.0.0-alpha.14) (2021-11-18)
151
+
152
+
153
+ ### Features
154
+
155
+ * add GroupSelect component - surveycake/pm[#4917](https://fox.25sprout.com/surveycake/pm/-/issues/4917) ([6ff962a](https://fox.25sprout.com/surveycake/sdk/rc/commit/6ff962a6b694569d90472103de459c18a897313c))
156
+
157
+ ## [3.0.0-alpha.13](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.12...v3.0.0-alpha.13) (2021-11-11)
158
+
159
+
160
+ ### Bug Fixes
161
+
162
+ * replace anonymous with function name ([905bf3c](https://fox.25sprout.com/surveycake/sdk/rc/commit/905bf3c795c8cfcbc94ec35b6f10ee80e49c93be))
163
+
164
+ ## [3.0.0-alpha.12](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.11...v3.0.0-alpha.12) (2021-11-03)
165
+
166
+
167
+ ### Features
168
+
169
+ * add ButtonGroup to V2 components ([053f702](https://fox.25sprout.com/surveycake/sdk/rc/commit/053f7027a5a550c1a2b3e6b8e6da537e56ba736a))
170
+ * add ToggleButton and ToggleButtonGroup to V2 components - surveycake/pm[#3546](https://fox.25sprout.com/surveycake/pm/-/issues/3546) ([417e968](https://fox.25sprout.com/surveycake/sdk/rc/commit/417e9680d56e2526de592d515196afb955269ba8))
171
+ * add Tooltip component ([a89f339](https://fox.25sprout.com/surveycake/sdk/rc/commit/a89f3397b2ae63fa458e1980afac698ef0236d3b))
172
+
173
+
174
+ ### Bug Fixes
175
+
176
+ * (Switch) 'args' is declared but its value is never read ([bd8fb42](https://fox.25sprout.com/surveycake/sdk/rc/commit/bd8fb424dcffd7484b8c8950e78a2db2f7eb480d))
177
+ * forwardRef type of Tooltip ([0bc8883](https://fox.25sprout.com/surveycake/sdk/rc/commit/0bc8883f1dff6c679bccf573b1c21dad186f62f4))
178
+
179
+ ## [3.0.0-alpha.11](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.10...v3.0.0-alpha.11) (2021-10-28)
180
+
181
+
182
+ ### Features
183
+
184
+ * add switch component ([05dfdc7](https://fox.25sprout.com/surveycake/sdk/rc/commit/05dfdc793b71e52bbf76dc7edf36acf272b2a0c3))
185
+
186
+
187
+ ### Bug Fixes
188
+
189
+ * update label margin and add react-table types ([c866b7a](https://fox.25sprout.com/surveycake/sdk/rc/commit/c866b7acd428a94fb1423f164de1c545cda7aa7e))
190
+ * update switch bg color ([2514d47](https://fox.25sprout.com/surveycake/sdk/rc/commit/2514d47fde35847e1a771a5dfcecf36b23bf6732))
191
+
192
+ ## [3.0.0-alpha.10](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.9...v3.0.0-alpha.10) (2021-10-27)
193
+
194
+
195
+ ### Features
196
+
197
+ * add several custom icons ([00e30d6](https://fox.25sprout.com/surveycake/sdk/rc/commit/00e30d6f941c24f652092a542950aed3a50eed6e))
198
+
199
+
200
+ ### Bug Fixes
201
+
202
+ * adjust the spacing between FormLabel and OutlinedInput ([32b048a](https://fox.25sprout.com/surveycake/sdk/rc/commit/32b048ada10af601a8bc90f037e1e1fda4e738e6))
203
+
204
+ ## [3.0.0-alpha.9](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2021-10-26)
205
+
206
+
207
+ ### Bug Fixes
208
+
209
+ * remove material-ui fade func warning ([3851dde](https://fox.25sprout.com/surveycake/sdk/rc/commit/3851ddee17c4631061768e785d29c85151bb627b))
210
+
211
+ ## [3.0.0-alpha.8](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-aplha.7...v3.0.0-alpha.8) (2021-10-25)
212
+
213
+
214
+ ### Features
215
+
216
+ * add LoadingButton ([12d7625](https://fox.25sprout.com/surveycake/sdk/rc/commit/12d76255cf08775b6abf32765b9cc6ae49170f3a))
217
+
218
+
219
+ ### Bug Fixes
220
+
221
+ * replace the deprecated prop value circle with circular of Avatar ([f09b0ab](https://fox.25sprout.com/surveycake/sdk/rc/commit/f09b0abf03cf085f39f90719d172f53f65f2a1b0))
222
+
223
+ ## [3.0.0-aplha.7](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.6...v3.0.0-aplha.7) (2021-10-25)
224
+
225
+
226
+ ### Bug Fixes
227
+
228
+ * remove anti-aliased setting ([b4f97e2](https://fox.25sprout.com/surveycake/sdk/rc/commit/b4f97e244889655e216e249abae0ff49a0009a2b))
229
+
230
+ ## [3.0.0-alpha.6](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.5...v3.0.0-alpha.6) (2021-10-21)
231
+
232
+
233
+ ### Features
234
+
235
+ * export pure theme provider ([4447b0e](https://fox.25sprout.com/surveycake/sdk/rc/commit/4447b0edef924065ddd8e8712b69552b329aff2d))
236
+
237
+ ## [3.0.0-alpha.5](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.4...v3.0.0-alpha.5) (2021-10-21)
238
+
239
+
240
+ ### Bug Fixes
241
+
242
+ * refactor v2 folder structure and add more components ([23221f6](https://fox.25sprout.com/surveycake/sdk/rc/commit/23221f6c4318200641114fd4ec5542bfc9209e4f))
243
+ * update folder structure ([443f539](https://fox.25sprout.com/surveycake/sdk/rc/commit/443f539df8acd18b37d388f86bb5980e5ca73b0c))
244
+
245
+ ## [3.0.0-alpha.4](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2021-10-08)
246
+
247
+
248
+ ### Features
249
+
250
+ * add Backdrop and CicurlarProgress ([8d5211c](https://fox.25sprout.com/surveycake/sdk/rc/commit/8d5211c3c7f7e7422a5a958d13c1bb7648eecf51))
251
+
5
252
  ## [3.0.0-alpha.3](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2021-10-05)
6
253
 
7
254
 
@@ -143,7 +390,7 @@ All notable changes to this project will be documented in this file. See [standa
143
390
 
144
391
  ### Features
145
392
 
146
- * restyle MenuList and MenuItem surveycake/pm[#3661](https://fox.25sprout.com//undefined/issues/3661) ([1f79329](https://fox.25sprout.com/surveycake/sdk/rc/commit/1f7932993e3e1408cd0ef12e6d4ffcac887f8c03))
393
+ * restyle MenuList and MenuItem surveycake/pm[#3661](https://fox.25sprout.com/surveycake/pm/-/issues/3661) ([1f79329](https://fox.25sprout.com/surveycake/sdk/rc/commit/1f7932993e3e1408cd0ef12e6d4ffcac887f8c03))
147
394
 
148
395
  ### [2.3.10](https://fox.25sprout.com/surveycake/sdk/rc/compare/v2.3.9...v2.3.10) (2021-06-02)
149
396
 
@@ -311,7 +558,7 @@ All notable changes to this project will be documented in this file. See [standa
311
558
 
312
559
  ### Features
313
560
 
314
- * datePicker add props disablePast/disableFuture issue qatesting[#609](https://fox.25sprout.com//undefined/issues/609) ([80ddc87](https://fox.25sprout.com/surveycake/sdk/rc/commit/80ddc873a32f90e49a35aa41496d11874ca35fd6))
561
+ * datePicker add props disablePast/disableFuture issue qatesting[#609](https://fox.25sprout.com/surveycake/pm/-/issues/609) ([80ddc87](https://fox.25sprout.com/surveycake/sdk/rc/commit/80ddc873a32f90e49a35aa41496d11874ca35fd6))
315
562
 
316
563
  ## [2.1.0](https://fox.25sprout.com/surveycake/sdk/rc/compare/v2.0.14...v2.1.0) (2020-12-01)
317
564
 
@@ -1,3 +1,3 @@
1
- import { CheckboxProps as MuiCheckboxProps } from '@material-ui/core/Checkbox';
2
- export interface MuiCheckboxProps extends Pick<MuiCheckboxProps, 'value' | 'checked' | 'disabled' | 'classes' | 'color'> {
1
+ import { CheckboxProps } from '@material-ui/core/Checkbox';
2
+ export interface MuiCheckboxProps extends Pick<CheckboxProps, 'value' | 'checked' | 'disabled' | 'classes' | 'color'> {
3
3
  }
@@ -1,3 +1,3 @@
1
- import { RadioProps as MuiRadioProps } from '@material-ui/core/Radio';
2
- export interface MuiRadioProps extends Pick<MuiRadioProps, 'value' | 'checked' | 'disabled' | 'classes'> {
1
+ import { RadioProps } from '@material-ui/core/Radio';
2
+ export interface MuiRadioProps extends Pick<RadioProps, 'value' | 'checked' | 'disabled' | 'classes'> {
3
3
  }
@@ -1,3 +1,3 @@
1
- import { RadioGroupProps as MuiRadioGroupProps } from '@material-ui/core/RadioGroup';
2
- export interface MuiRadioGroupProps extends Pick<MuiRadioGroupProps, 'defaultValue' | 'onChange' | 'value'> {
1
+ import { RadioGroupProps } from '@material-ui/core/RadioGroup';
2
+ export interface MuiRadioGroupProps extends Pick<RadioGroupProps, 'defaultValue' | 'onChange' | 'value'> {
3
3
  }
@@ -0,0 +1,4 @@
1
+ import { Story, Meta } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Backdrop: Story;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { BackdropProps as MUIBackdropProps } from '@material-ui/core/Backdrop';
3
+ interface BackdropProps extends MUIBackdropProps {
4
+ }
5
+ declare const Backdrop: React.ForwardRefExoticComponent<Pick<BackdropProps, "classes" | "children" | "in" | "mountOnEnter" | "unmountOnExit" | "timeout" | "addEndListener" | "onEnter" | "onEntering" | "onEntered" | "onExit" | "onExiting" | "onExited" | "style" | "appear" | "enter" | "exit" | "disableStrictModeCompat" | "invisible" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "open" | "transitionDuration" | "innerRef"> & React.RefAttributes<unknown>>;
6
+ export default Backdrop;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { BackdropClassKey } from '@material-ui/core/Backdrop';
3
+ export declare const MuiBackdrop: Partial<StyleRules<BackdropClassKey>>;
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ import { BoxProps as MUIBoxProps } from '@material-ui/core/Box';
3
+ interface BoxProps extends MUIBoxProps {
4
+ }
5
+ declare const Box: {
6
+ (props: BoxProps): JSX.Element;
7
+ displayName: string;
8
+ };
9
+ export default Box;
@@ -4,4 +4,5 @@ export default _default;
4
4
  export declare const Contained: Story;
5
5
  export declare const Text: Story;
6
6
  export declare const Outlined: Story;
7
+ export declare const Sizes: Story;
7
8
  export declare const TextIcon: Story;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { ButtonClassKey } from '@material-ui/core/Button';
3
+ export declare const MuiButton: Partial<StyleRules<ButtonClassKey>>;
@@ -0,0 +1,4 @@
1
+ import { Story, Meta } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Basic: Story;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { ButtonGroupProps as MUIButtonGroupProps } from '@material-ui/core/ButtonGroup';
3
+ interface ButtonGroupProps extends MUIButtonGroupProps {
4
+ }
5
+ declare const ButtonGroup: React.ForwardRefExoticComponent<Pick<ButtonGroupProps, "style" | "title" | "className" | "classes" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "disabled" | "disableElevation" | "fullWidth" | "disableFocusRipple" | "disableRipple" | "orientation" | "size" | "variant"> & React.RefAttributes<any>>;
6
+ export default ButtonGroup;
@@ -0,0 +1,5 @@
1
+ import { Story, Meta } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Basic: Story;
5
+ export declare const Size: Story;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { CheckboxProps as MUICheckboxProps } from '@material-ui/core/Checkbox';
3
+ interface CheckboxProps extends MUICheckboxProps {
4
+ }
5
+ declare const Checkbox: React.ForwardRefExoticComponent<Pick<CheckboxProps, "classes" | "checked" | "disabled" | "indeterminate" | "checkedIcon" | "color" | "icon" | "form" | "style" | "title" | "className" | "innerRef" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "disableFocusRipple" | "edge" | "size" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "inputProps" | "inputRef" | "readOnly" | "required" | "indeterminateIcon"> & React.RefAttributes<HTMLButtonElement>>;
6
+ export default Checkbox;
@@ -0,0 +1,4 @@
1
+ import { Story, Meta } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Indeterminate: Story;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { CircularProgressProps as MUICircularProgressProps } from '@material-ui/core/CircularProgress';
3
+ interface CircularProgressProps extends MUICircularProgressProps {
4
+ }
5
+ declare const CircularProgress: React.ForwardRefExoticComponent<Pick<CircularProgressProps, "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "disableShrink" | "size" | "thickness" | "value" | "variant" | "innerRef"> & React.RefAttributes<unknown>>;
6
+ export default CircularProgress;
@@ -0,0 +1,6 @@
1
+ import { Story, Meta } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Theme: Story;
5
+ export declare const Status: Story;
6
+ export declare const Grey: Story;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ interface BlockProps {
3
+ title: string;
4
+ children?: React.ReactNode;
5
+ }
6
+ declare function Block(props: BlockProps): JSX.Element;
7
+ export default Block;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ interface ColorProps {
3
+ name: string;
4
+ color: string;
5
+ note?: string;
6
+ }
7
+ declare function Color(props: ColorProps): JSX.Element;
8
+ export default Color;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface WrapperProps {
3
+ children?: React.ReactNode;
4
+ }
5
+ declare function Wrapper(props: WrapperProps): JSX.Element;
6
+ export default Wrapper;
@@ -0,0 +1,3 @@
1
+ export { default as Wrapper } from './Wrapper';
2
+ export { default as Block } from './Block';
3
+ export { default as Color } from './Color';
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { CssBaselineProps } from '@material-ui/core/CssBaseline';
3
+ declare const CssBaseline: (props: CssBaselineProps) => JSX.Element;
4
+ export default CssBaseline;
@@ -0,0 +1,4 @@
1
+ import { Story, Meta } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Advanced: Story;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { DialogProps as MUIDialogProps } from '@material-ui/core/Dialog';
3
+ declare type ExcludeDeprecatedProps = Omit<MUIDialogProps, 'disableBackdropClick' | 'onBackdropClick' | 'onEnter' | 'onEntered' | 'onEntering' | 'onEscapeKeyDown' | 'onExit' | 'onExited' | 'onExiting' | 'onRendered'>;
4
+ interface DialogProps extends ExcludeDeprecatedProps {
5
+ }
6
+ declare const Dialog: React.ForwardRefExoticComponent<Pick<DialogProps, "classes" | "container" | "children" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "BackdropComponent" | "BackdropProps" | "closeAfterTransition" | "disableAutoFocus" | "disableEnforceFocus" | "disableEscapeKeyDown" | "disablePortal" | "disableRestoreFocus" | "disableScrollLock" | "hideBackdrop" | "keepMounted" | "manager" | "onClose" | "open" | "innerRef" | "fullScreen" | "fullWidth" | "maxWidth" | "PaperComponent" | "PaperProps" | "scroll" | "TransitionComponent" | "transitionDuration" | "TransitionProps"> & React.RefAttributes<HTMLDivElement>>;
7
+ export default Dialog;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { DialogActionsProps as MUIDialogActionsProps } from '@material-ui/core/DialogActions';
3
+ interface DialogActionsProps extends MUIDialogActionsProps {
4
+ }
5
+ declare const DialogActions: React.ForwardRefExoticComponent<Pick<DialogActionsProps, "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "disableSpacing" | "innerRef"> & React.RefAttributes<HTMLDivElement>>;
6
+ export default DialogActions;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { DialogActionsClassKey } from '@material-ui/core/DialogActions';
3
+ export declare const MuiDialogActions: Partial<StyleRules<DialogActionsClassKey>>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { DialogContentProps as MUIDialogContentProps } from '@material-ui/core/DialogContent';
3
+ interface DialogContentProps extends MUIDialogContentProps {
4
+ }
5
+ declare const DialogContent: React.ForwardRefExoticComponent<Pick<DialogContentProps, "classes" | "dividers" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "innerRef"> & React.RefAttributes<HTMLDivElement>>;
6
+ export default DialogContent;
@@ -0,0 +1,3 @@
1
+ import { StyleRules } from '@material-ui/core/styles';
2
+ import { DialogContentClassKey } from '@material-ui/core/DialogContent';
3
+ export declare const MuiDialogContent: Partial<StyleRules<DialogContentClassKey>>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { DialogContentTextProps as MUIDialogContentTextProps } from '@material-ui/core/DialogContentText';
3
+ interface DialogCOntentTextProps extends MUIDialogContentTextProps {
4
+ }
5
+ declare const DialogContentText: React.ForwardRefExoticComponent<Pick<DialogCOntentTextProps, "style" | "title" | "className" | "classes" | "innerRef" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "align" | "display" | "gutterBottom" | "noWrap" | "paragraph" | "variant" | "variantMapping"> & React.RefAttributes<HTMLDivElement>>;
6
+ export default DialogContentText;