carbon-react 126.10.1 → 127.0.1

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 (143) hide show
  1. package/esm/__internal__/checkable-input/checkable-input.component.js +362 -360
  2. package/esm/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
  3. package/esm/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
  4. package/esm/__internal__/input/input-presentation.component.js +19 -17
  5. package/esm/__internal__/input/input.component.js +355 -353
  6. package/esm/__internal__/input/input.style.d.ts +1 -1
  7. package/esm/__internal__/input/input.style.js +1 -7
  8. package/esm/__spec_helper__/index.js +5 -1
  9. package/esm/components/accordion/accordion.component.js +338 -336
  10. package/esm/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
  11. package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
  12. package/esm/components/anchor-navigation/anchor-navigation.component.js +6 -4
  13. package/esm/components/box/box.component.js +3785 -3783
  14. package/esm/components/breadcrumbs/breadcrumbs.component.js +316 -314
  15. package/esm/components/breadcrumbs/crumb/crumb.component.js +64 -62
  16. package/esm/components/button/button.component.js +688 -684
  17. package/esm/components/checkbox/checkbox.component.js +524 -522
  18. package/esm/components/date/date.component.js +722 -720
  19. package/esm/components/decimal/decimal.component.js +536 -534
  20. package/esm/components/dialog/dialog.component.js +56 -54
  21. package/esm/components/draggable/draggable-container.component.js +160 -158
  22. package/esm/components/draggable/draggable-item.component.js +162 -160
  23. package/esm/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
  24. package/esm/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
  25. package/esm/components/file-input/file-input.component.js +191 -189
  26. package/esm/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
  27. package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
  28. package/esm/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
  29. package/esm/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
  30. package/esm/components/grouped-character/grouped-character.component.js +538 -536
  31. package/esm/components/help/help.component.js +172 -170
  32. package/esm/components/hr/hr.component.js +159 -157
  33. package/esm/components/icon/icon.component.js +181 -179
  34. package/esm/components/icon-button/icon-button.component.js +321 -319
  35. package/esm/components/link/link.component.js +72 -70
  36. package/esm/components/menu/__internal__/submenu/submenu.component.js +120 -118
  37. package/esm/components/menu/menu-divider/menu-divider.component.js +8 -6
  38. package/esm/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
  39. package/esm/components/message/message.component.js +168 -166
  40. package/esm/components/navigation-bar/navigation-bar.component.js +1279 -1277
  41. package/esm/components/note/__internal__/status-icon/status-icon.component.js +6 -4
  42. package/esm/components/number/number.component.js +536 -534
  43. package/esm/components/pod/pod.component.js +178 -176
  44. package/esm/components/radio-button/radio-button.component.js +523 -521
  45. package/esm/components/search/search.component.js +183 -181
  46. package/esm/components/select/filterable-select/filterable-select.component.js +554 -552
  47. package/esm/components/select/list-action-button/list-action-button.component.js +6 -4
  48. package/esm/components/select/multi-select/multi-select.component.js +551 -549
  49. package/esm/components/select/option/option.component.js +402 -400
  50. package/esm/components/select/option-group-header/option-group-header.component.js +11 -9
  51. package/esm/components/select/option-row/option-row.component.js +16 -14
  52. package/esm/components/select/select-list/select-list.component.js +34 -32
  53. package/esm/components/select/select-textbox/select-textbox.component.js +543 -541
  54. package/esm/components/select/simple-select/simple-select.component.js +550 -548
  55. package/esm/components/sidebar/sidebar.component.js +297 -295
  56. package/esm/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
  57. package/esm/components/simple-color-picker/simple-color-picker.component.js +173 -171
  58. package/esm/components/step-flow/step-flow.component.js +170 -168
  59. package/esm/components/switch/switch.component.js +524 -522
  60. package/esm/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
  61. package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
  62. package/esm/components/text-editor/text-editor.component.js +171 -169
  63. package/esm/components/textarea/textarea.component.js +532 -530
  64. package/esm/components/textbox/textbox.component.js +536 -534
  65. package/esm/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
  66. package/esm/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
  67. package/esm/components/tile-select/tile-select.component.js +180 -178
  68. package/esm/components/time/time.component.js +202 -200
  69. package/esm/components/toast/toast.component.js +18 -16
  70. package/esm/components/tooltip/tooltip.component.js +23 -21
  71. package/esm/components/vertical-divider/vertical-divider.component.js +316 -314
  72. package/lib/__internal__/checkable-input/checkable-input.component.js +362 -360
  73. package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +297 -295
  74. package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +6 -4
  75. package/lib/__internal__/input/input-presentation.component.js +19 -17
  76. package/lib/__internal__/input/input.component.js +355 -353
  77. package/lib/__internal__/input/input.style.d.ts +1 -1
  78. package/lib/__internal__/input/input.style.js +1 -7
  79. package/lib/__spec_helper__/index.js +5 -1
  80. package/lib/components/accordion/accordion.component.js +338 -336
  81. package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +22 -20
  82. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +19 -17
  83. package/lib/components/anchor-navigation/anchor-navigation.component.js +6 -4
  84. package/lib/components/box/box.component.js +3785 -3783
  85. package/lib/components/breadcrumbs/breadcrumbs.component.js +316 -314
  86. package/lib/components/breadcrumbs/crumb/crumb.component.js +64 -62
  87. package/lib/components/button/button.component.js +688 -684
  88. package/lib/components/checkbox/checkbox.component.js +524 -522
  89. package/lib/components/date/date.component.js +722 -720
  90. package/lib/components/decimal/decimal.component.js +536 -534
  91. package/lib/components/dialog/dialog.component.js +56 -54
  92. package/lib/components/draggable/draggable-container.component.js +160 -158
  93. package/lib/components/draggable/draggable-item.component.js +162 -160
  94. package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +11 -9
  95. package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +15 -13
  96. package/lib/components/file-input/file-input.component.js +191 -189
  97. package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +5 -3
  98. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +1 -1
  99. package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +12 -10
  100. package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +19 -17
  101. package/lib/components/grouped-character/grouped-character.component.js +538 -536
  102. package/lib/components/help/help.component.js +172 -170
  103. package/lib/components/hr/hr.component.js +159 -157
  104. package/lib/components/icon/icon.component.js +181 -179
  105. package/lib/components/icon-button/icon-button.component.js +321 -319
  106. package/lib/components/link/link.component.js +72 -70
  107. package/lib/components/menu/__internal__/submenu/submenu.component.js +120 -118
  108. package/lib/components/menu/menu-divider/menu-divider.component.js +8 -6
  109. package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +11 -9
  110. package/lib/components/message/message.component.js +168 -166
  111. package/lib/components/navigation-bar/navigation-bar.component.js +1279 -1277
  112. package/lib/components/note/__internal__/status-icon/status-icon.component.js +6 -4
  113. package/lib/components/number/number.component.js +536 -534
  114. package/lib/components/pod/pod.component.js +178 -176
  115. package/lib/components/radio-button/radio-button.component.js +523 -521
  116. package/lib/components/search/search.component.js +183 -181
  117. package/lib/components/select/filterable-select/filterable-select.component.js +554 -552
  118. package/lib/components/select/list-action-button/list-action-button.component.js +6 -4
  119. package/lib/components/select/multi-select/multi-select.component.js +551 -549
  120. package/lib/components/select/option/option.component.js +402 -400
  121. package/lib/components/select/option-group-header/option-group-header.component.js +11 -9
  122. package/lib/components/select/option-row/option-row.component.js +16 -14
  123. package/lib/components/select/select-list/select-list.component.js +34 -32
  124. package/lib/components/select/select-textbox/select-textbox.component.js +543 -541
  125. package/lib/components/select/simple-select/simple-select.component.js +550 -548
  126. package/lib/components/sidebar/sidebar.component.js +297 -295
  127. package/lib/components/simple-color-picker/simple-color/simple-color.component.js +14 -12
  128. package/lib/components/simple-color-picker/simple-color-picker.component.js +173 -171
  129. package/lib/components/step-flow/step-flow.component.js +170 -168
  130. package/lib/components/switch/switch.component.js +524 -522
  131. package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +32 -30
  132. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -12
  133. package/lib/components/text-editor/text-editor.component.js +171 -169
  134. package/lib/components/textarea/textarea.component.js +532 -530
  135. package/lib/components/textbox/textbox.component.js +536 -534
  136. package/lib/components/tile/flex-tile-cell/flex-tile-cell.component.js +3785 -3783
  137. package/lib/components/tile/flex-tile-container/flex-tile-container.component.js +6 -4
  138. package/lib/components/tile-select/tile-select.component.js +180 -178
  139. package/lib/components/time/time.component.js +202 -200
  140. package/lib/components/toast/toast.component.js +18 -16
  141. package/lib/components/tooltip/tooltip.component.js +23 -21
  142. package/lib/components/vertical-divider/vertical-divider.component.js +316 -314
  143. package/package.json +1 -1
@@ -21,9 +21,11 @@ const FlexTileContainer = ({
21
21
  "data-component": "flex-tile-container"
22
22
  }, children);
23
23
  };
24
- FlexTileContainer.propTypes = {
25
- "children": PropTypes.node,
26
- "columnGap": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
27
- };
24
+ if (process.env.NODE_ENV !== "production") {
25
+ FlexTileContainer.propTypes = {
26
+ "children": PropTypes.node,
27
+ "columnGap": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
28
+ };
29
+ }
28
30
  export { FlexTileContainer };
29
31
  export default FlexTileContainer;
@@ -119,183 +119,185 @@ const TileSelect = /*#__PURE__*/React.forwardRef(({
119
119
  expanded: accordionExpanded
120
120
  }, accordionContent)));
121
121
  });
122
- TileSelect.propTypes = {
123
- "accordionContent": PropTypes.node,
124
- "accordionControl": PropTypes.func,
125
- "accordionExpanded": PropTypes.bool,
126
- "actionButtonAdornment": PropTypes.node,
127
- "additionalInformation": PropTypes.node,
128
- "checked": PropTypes.bool,
129
- "className": PropTypes.string,
130
- "customActionButton": PropTypes.func,
131
- "description": PropTypes.node,
132
- "disabled": PropTypes.bool,
133
- "footer": PropTypes.node,
134
- "id": PropTypes.string,
135
- "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
136
- "__@toStringTag": PropTypes.string.isRequired,
137
- "description": PropTypes.string,
138
- "toString": PropTypes.func.isRequired,
139
- "valueOf": PropTypes.func.isRequired
140
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
141
- "__@toStringTag": PropTypes.string.isRequired,
142
- "description": PropTypes.string,
143
- "toString": PropTypes.func.isRequired,
144
- "valueOf": PropTypes.func.isRequired
145
- }), PropTypes.string]),
146
- "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
147
- "__@toStringTag": PropTypes.string.isRequired,
148
- "description": PropTypes.string,
149
- "toString": PropTypes.func.isRequired,
150
- "valueOf": PropTypes.func.isRequired
151
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
152
- "__@toStringTag": PropTypes.string.isRequired,
153
- "description": PropTypes.string,
154
- "toString": PropTypes.func.isRequired,
155
- "valueOf": PropTypes.func.isRequired
156
- }), PropTypes.string]),
157
- "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
158
- "__@toStringTag": PropTypes.string.isRequired,
159
- "description": PropTypes.string,
160
- "toString": PropTypes.func.isRequired,
161
- "valueOf": PropTypes.func.isRequired
162
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
163
- "__@toStringTag": PropTypes.string.isRequired,
164
- "description": PropTypes.string,
165
- "toString": PropTypes.func.isRequired,
166
- "valueOf": PropTypes.func.isRequired
167
- }), PropTypes.string]),
168
- "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
169
- "__@toStringTag": PropTypes.string.isRequired,
170
- "description": PropTypes.string,
171
- "toString": PropTypes.func.isRequired,
172
- "valueOf": PropTypes.func.isRequired
173
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
174
- "__@toStringTag": PropTypes.string.isRequired,
175
- "description": PropTypes.string,
176
- "toString": PropTypes.func.isRequired,
177
- "valueOf": PropTypes.func.isRequired
178
- }), PropTypes.string]),
179
- "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
180
- "__@toStringTag": PropTypes.string.isRequired,
181
- "description": PropTypes.string,
182
- "toString": PropTypes.func.isRequired,
183
- "valueOf": PropTypes.func.isRequired
184
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
185
- "__@toStringTag": PropTypes.string.isRequired,
186
- "description": PropTypes.string,
187
- "toString": PropTypes.func.isRequired,
188
- "valueOf": PropTypes.func.isRequired
189
- }), PropTypes.string]),
190
- "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
191
- "__@toStringTag": PropTypes.string.isRequired,
192
- "description": PropTypes.string,
193
- "toString": PropTypes.func.isRequired,
194
- "valueOf": PropTypes.func.isRequired
195
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
196
- "__@toStringTag": PropTypes.string.isRequired,
197
- "description": PropTypes.string,
198
- "toString": PropTypes.func.isRequired,
199
- "valueOf": PropTypes.func.isRequired
200
- }), PropTypes.string]),
201
- "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
202
- "__@toStringTag": PropTypes.string.isRequired,
203
- "description": PropTypes.string,
204
- "toString": PropTypes.func.isRequired,
205
- "valueOf": PropTypes.func.isRequired
206
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
207
- "__@toStringTag": PropTypes.string.isRequired,
208
- "description": PropTypes.string,
209
- "toString": PropTypes.func.isRequired,
210
- "valueOf": PropTypes.func.isRequired
211
- }), PropTypes.string]),
212
- "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
213
- "__@toStringTag": PropTypes.string.isRequired,
214
- "description": PropTypes.string,
215
- "toString": PropTypes.func.isRequired,
216
- "valueOf": PropTypes.func.isRequired
217
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
218
- "__@toStringTag": PropTypes.string.isRequired,
219
- "description": PropTypes.string,
220
- "toString": PropTypes.func.isRequired,
221
- "valueOf": PropTypes.func.isRequired
222
- }), PropTypes.string]),
223
- "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
224
- "__@toStringTag": PropTypes.string.isRequired,
225
- "description": PropTypes.string,
226
- "toString": PropTypes.func.isRequired,
227
- "valueOf": PropTypes.func.isRequired
228
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
229
- "__@toStringTag": PropTypes.string.isRequired,
230
- "description": PropTypes.string,
231
- "toString": PropTypes.func.isRequired,
232
- "valueOf": PropTypes.func.isRequired
233
- }), PropTypes.string]),
234
- "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
235
- "__@toStringTag": PropTypes.string.isRequired,
236
- "description": PropTypes.string,
237
- "toString": PropTypes.func.isRequired,
238
- "valueOf": PropTypes.func.isRequired
239
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
240
- "__@toStringTag": PropTypes.string.isRequired,
241
- "description": PropTypes.string,
242
- "toString": PropTypes.func.isRequired,
243
- "valueOf": PropTypes.func.isRequired
244
- }), PropTypes.string]),
245
- "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
246
- "__@toStringTag": PropTypes.string.isRequired,
247
- "description": PropTypes.string,
248
- "toString": PropTypes.func.isRequired,
249
- "valueOf": PropTypes.func.isRequired
250
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
251
- "__@toStringTag": PropTypes.string.isRequired,
252
- "description": PropTypes.string,
253
- "toString": PropTypes.func.isRequired,
254
- "valueOf": PropTypes.func.isRequired
255
- }), PropTypes.string]),
256
- "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
257
- "__@toStringTag": PropTypes.string.isRequired,
258
- "description": PropTypes.string,
259
- "toString": PropTypes.func.isRequired,
260
- "valueOf": PropTypes.func.isRequired
261
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
262
- "__@toStringTag": PropTypes.string.isRequired,
263
- "description": PropTypes.string,
264
- "toString": PropTypes.func.isRequired,
265
- "valueOf": PropTypes.func.isRequired
266
- }), PropTypes.string]),
267
- "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
268
- "__@toStringTag": PropTypes.string.isRequired,
269
- "description": PropTypes.string,
270
- "toString": PropTypes.func.isRequired,
271
- "valueOf": PropTypes.func.isRequired
272
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
273
- "__@toStringTag": PropTypes.string.isRequired,
274
- "description": PropTypes.string,
275
- "toString": PropTypes.func.isRequired,
276
- "valueOf": PropTypes.func.isRequired
277
- }), PropTypes.string]),
278
- "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
279
- "__@toStringTag": PropTypes.string.isRequired,
280
- "description": PropTypes.string,
281
- "toString": PropTypes.func.isRequired,
282
- "valueOf": PropTypes.func.isRequired
283
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
284
- "__@toStringTag": PropTypes.string.isRequired,
285
- "description": PropTypes.string,
286
- "toString": PropTypes.func.isRequired,
287
- "valueOf": PropTypes.func.isRequired
288
- }), PropTypes.string]),
289
- "name": PropTypes.string,
290
- "onBlur": PropTypes.func,
291
- "onChange": PropTypes.func,
292
- "onFocus": PropTypes.func,
293
- "prefixAdornment": PropTypes.node,
294
- "subtitle": PropTypes.node,
295
- "title": PropTypes.node,
296
- "titleAdornment": PropTypes.node,
297
- "type": PropTypes.oneOf(["checkbox", "radio"]),
298
- "value": PropTypes.string
299
- };
122
+ if (process.env.NODE_ENV !== "production") {
123
+ TileSelect.propTypes = {
124
+ "accordionContent": PropTypes.node,
125
+ "accordionControl": PropTypes.func,
126
+ "accordionExpanded": PropTypes.bool,
127
+ "actionButtonAdornment": PropTypes.node,
128
+ "additionalInformation": PropTypes.node,
129
+ "checked": PropTypes.bool,
130
+ "className": PropTypes.string,
131
+ "customActionButton": PropTypes.func,
132
+ "description": PropTypes.node,
133
+ "disabled": PropTypes.bool,
134
+ "footer": PropTypes.node,
135
+ "id": PropTypes.string,
136
+ "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
137
+ "__@toStringTag": PropTypes.string.isRequired,
138
+ "description": PropTypes.string,
139
+ "toString": PropTypes.func.isRequired,
140
+ "valueOf": PropTypes.func.isRequired
141
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
142
+ "__@toStringTag": PropTypes.string.isRequired,
143
+ "description": PropTypes.string,
144
+ "toString": PropTypes.func.isRequired,
145
+ "valueOf": PropTypes.func.isRequired
146
+ }), PropTypes.string]),
147
+ "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
148
+ "__@toStringTag": PropTypes.string.isRequired,
149
+ "description": PropTypes.string,
150
+ "toString": PropTypes.func.isRequired,
151
+ "valueOf": PropTypes.func.isRequired
152
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
153
+ "__@toStringTag": PropTypes.string.isRequired,
154
+ "description": PropTypes.string,
155
+ "toString": PropTypes.func.isRequired,
156
+ "valueOf": PropTypes.func.isRequired
157
+ }), PropTypes.string]),
158
+ "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
159
+ "__@toStringTag": PropTypes.string.isRequired,
160
+ "description": PropTypes.string,
161
+ "toString": PropTypes.func.isRequired,
162
+ "valueOf": PropTypes.func.isRequired
163
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
164
+ "__@toStringTag": PropTypes.string.isRequired,
165
+ "description": PropTypes.string,
166
+ "toString": PropTypes.func.isRequired,
167
+ "valueOf": PropTypes.func.isRequired
168
+ }), PropTypes.string]),
169
+ "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
170
+ "__@toStringTag": PropTypes.string.isRequired,
171
+ "description": PropTypes.string,
172
+ "toString": PropTypes.func.isRequired,
173
+ "valueOf": PropTypes.func.isRequired
174
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
175
+ "__@toStringTag": PropTypes.string.isRequired,
176
+ "description": PropTypes.string,
177
+ "toString": PropTypes.func.isRequired,
178
+ "valueOf": PropTypes.func.isRequired
179
+ }), PropTypes.string]),
180
+ "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
181
+ "__@toStringTag": PropTypes.string.isRequired,
182
+ "description": PropTypes.string,
183
+ "toString": PropTypes.func.isRequired,
184
+ "valueOf": PropTypes.func.isRequired
185
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
186
+ "__@toStringTag": PropTypes.string.isRequired,
187
+ "description": PropTypes.string,
188
+ "toString": PropTypes.func.isRequired,
189
+ "valueOf": PropTypes.func.isRequired
190
+ }), PropTypes.string]),
191
+ "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
192
+ "__@toStringTag": PropTypes.string.isRequired,
193
+ "description": PropTypes.string,
194
+ "toString": PropTypes.func.isRequired,
195
+ "valueOf": PropTypes.func.isRequired
196
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
197
+ "__@toStringTag": PropTypes.string.isRequired,
198
+ "description": PropTypes.string,
199
+ "toString": PropTypes.func.isRequired,
200
+ "valueOf": PropTypes.func.isRequired
201
+ }), PropTypes.string]),
202
+ "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
203
+ "__@toStringTag": PropTypes.string.isRequired,
204
+ "description": PropTypes.string,
205
+ "toString": PropTypes.func.isRequired,
206
+ "valueOf": PropTypes.func.isRequired
207
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
208
+ "__@toStringTag": PropTypes.string.isRequired,
209
+ "description": PropTypes.string,
210
+ "toString": PropTypes.func.isRequired,
211
+ "valueOf": PropTypes.func.isRequired
212
+ }), PropTypes.string]),
213
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
214
+ "__@toStringTag": PropTypes.string.isRequired,
215
+ "description": PropTypes.string,
216
+ "toString": PropTypes.func.isRequired,
217
+ "valueOf": PropTypes.func.isRequired
218
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
219
+ "__@toStringTag": PropTypes.string.isRequired,
220
+ "description": PropTypes.string,
221
+ "toString": PropTypes.func.isRequired,
222
+ "valueOf": PropTypes.func.isRequired
223
+ }), PropTypes.string]),
224
+ "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
225
+ "__@toStringTag": PropTypes.string.isRequired,
226
+ "description": PropTypes.string,
227
+ "toString": PropTypes.func.isRequired,
228
+ "valueOf": PropTypes.func.isRequired
229
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
230
+ "__@toStringTag": PropTypes.string.isRequired,
231
+ "description": PropTypes.string,
232
+ "toString": PropTypes.func.isRequired,
233
+ "valueOf": PropTypes.func.isRequired
234
+ }), PropTypes.string]),
235
+ "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
236
+ "__@toStringTag": PropTypes.string.isRequired,
237
+ "description": PropTypes.string,
238
+ "toString": PropTypes.func.isRequired,
239
+ "valueOf": PropTypes.func.isRequired
240
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
241
+ "__@toStringTag": PropTypes.string.isRequired,
242
+ "description": PropTypes.string,
243
+ "toString": PropTypes.func.isRequired,
244
+ "valueOf": PropTypes.func.isRequired
245
+ }), PropTypes.string]),
246
+ "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
247
+ "__@toStringTag": PropTypes.string.isRequired,
248
+ "description": PropTypes.string,
249
+ "toString": PropTypes.func.isRequired,
250
+ "valueOf": PropTypes.func.isRequired
251
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
252
+ "__@toStringTag": PropTypes.string.isRequired,
253
+ "description": PropTypes.string,
254
+ "toString": PropTypes.func.isRequired,
255
+ "valueOf": PropTypes.func.isRequired
256
+ }), PropTypes.string]),
257
+ "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
258
+ "__@toStringTag": PropTypes.string.isRequired,
259
+ "description": PropTypes.string,
260
+ "toString": PropTypes.func.isRequired,
261
+ "valueOf": PropTypes.func.isRequired
262
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
263
+ "__@toStringTag": PropTypes.string.isRequired,
264
+ "description": PropTypes.string,
265
+ "toString": PropTypes.func.isRequired,
266
+ "valueOf": PropTypes.func.isRequired
267
+ }), PropTypes.string]),
268
+ "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
269
+ "__@toStringTag": PropTypes.string.isRequired,
270
+ "description": PropTypes.string,
271
+ "toString": PropTypes.func.isRequired,
272
+ "valueOf": PropTypes.func.isRequired
273
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
274
+ "__@toStringTag": PropTypes.string.isRequired,
275
+ "description": PropTypes.string,
276
+ "toString": PropTypes.func.isRequired,
277
+ "valueOf": PropTypes.func.isRequired
278
+ }), PropTypes.string]),
279
+ "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
280
+ "__@toStringTag": PropTypes.string.isRequired,
281
+ "description": PropTypes.string,
282
+ "toString": PropTypes.func.isRequired,
283
+ "valueOf": PropTypes.func.isRequired
284
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
285
+ "__@toStringTag": PropTypes.string.isRequired,
286
+ "description": PropTypes.string,
287
+ "toString": PropTypes.func.isRequired,
288
+ "valueOf": PropTypes.func.isRequired
289
+ }), PropTypes.string]),
290
+ "name": PropTypes.string,
291
+ "onBlur": PropTypes.func,
292
+ "onChange": PropTypes.func,
293
+ "onFocus": PropTypes.func,
294
+ "prefixAdornment": PropTypes.node,
295
+ "subtitle": PropTypes.node,
296
+ "title": PropTypes.node,
297
+ "titleAdornment": PropTypes.node,
298
+ "type": PropTypes.oneOf(["checkbox", "radio"]),
299
+ "value": PropTypes.string
300
+ };
301
+ }
300
302
  TileSelect.displayName = "TileSelect";
301
303
  export default TileSelect;