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
@@ -136,17 +136,332 @@ const Accordion = /*#__PURE__*/React.forwardRef(({
136
136
  variant: variant
137
137
  }, children)));
138
138
  });
139
- Accordion.propTypes = {
140
- "borders": PropTypes.oneOf(["default", "full", "none"]),
141
- "buttonHeading": PropTypes.bool,
142
- "buttonWidth": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
143
- "children": PropTypes.node,
144
- "defaultExpanded": PropTypes.bool,
145
- "disableContentPadding": PropTypes.bool,
146
- "error": PropTypes.string,
147
- "expanded": PropTypes.bool,
148
- "handleKeyboardAccessibility": PropTypes.func,
149
- "headerSpacing": PropTypes.shape({
139
+ if (process.env.NODE_ENV !== "production") {
140
+ Accordion.propTypes = {
141
+ "borders": PropTypes.oneOf(["default", "full", "none"]),
142
+ "buttonHeading": PropTypes.bool,
143
+ "buttonWidth": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
144
+ "children": PropTypes.node,
145
+ "defaultExpanded": PropTypes.bool,
146
+ "disableContentPadding": PropTypes.bool,
147
+ "error": PropTypes.string,
148
+ "expanded": PropTypes.bool,
149
+ "handleKeyboardAccessibility": PropTypes.func,
150
+ "headerSpacing": PropTypes.shape({
151
+ "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
152
+ "__@toStringTag": PropTypes.string.isRequired,
153
+ "description": PropTypes.string,
154
+ "toString": PropTypes.func.isRequired,
155
+ "valueOf": PropTypes.func.isRequired
156
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
157
+ "__@toStringTag": PropTypes.string.isRequired,
158
+ "description": PropTypes.string,
159
+ "toString": PropTypes.func.isRequired,
160
+ "valueOf": PropTypes.func.isRequired
161
+ }), PropTypes.string]),
162
+ "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
163
+ "__@toStringTag": PropTypes.string.isRequired,
164
+ "description": PropTypes.string,
165
+ "toString": PropTypes.func.isRequired,
166
+ "valueOf": PropTypes.func.isRequired
167
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
168
+ "__@toStringTag": PropTypes.string.isRequired,
169
+ "description": PropTypes.string,
170
+ "toString": PropTypes.func.isRequired,
171
+ "valueOf": PropTypes.func.isRequired
172
+ }), PropTypes.string]),
173
+ "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
174
+ "__@toStringTag": PropTypes.string.isRequired,
175
+ "description": PropTypes.string,
176
+ "toString": PropTypes.func.isRequired,
177
+ "valueOf": PropTypes.func.isRequired
178
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
179
+ "__@toStringTag": PropTypes.string.isRequired,
180
+ "description": PropTypes.string,
181
+ "toString": PropTypes.func.isRequired,
182
+ "valueOf": PropTypes.func.isRequired
183
+ }), PropTypes.string]),
184
+ "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
185
+ "__@toStringTag": PropTypes.string.isRequired,
186
+ "description": PropTypes.string,
187
+ "toString": PropTypes.func.isRequired,
188
+ "valueOf": PropTypes.func.isRequired
189
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
190
+ "__@toStringTag": PropTypes.string.isRequired,
191
+ "description": PropTypes.string,
192
+ "toString": PropTypes.func.isRequired,
193
+ "valueOf": PropTypes.func.isRequired
194
+ }), PropTypes.string]),
195
+ "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
196
+ "__@toStringTag": PropTypes.string.isRequired,
197
+ "description": PropTypes.string,
198
+ "toString": PropTypes.func.isRequired,
199
+ "valueOf": PropTypes.func.isRequired
200
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
201
+ "__@toStringTag": PropTypes.string.isRequired,
202
+ "description": PropTypes.string,
203
+ "toString": PropTypes.func.isRequired,
204
+ "valueOf": PropTypes.func.isRequired
205
+ }), PropTypes.string]),
206
+ "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
207
+ "__@toStringTag": PropTypes.string.isRequired,
208
+ "description": PropTypes.string,
209
+ "toString": PropTypes.func.isRequired,
210
+ "valueOf": PropTypes.func.isRequired
211
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
212
+ "__@toStringTag": PropTypes.string.isRequired,
213
+ "description": PropTypes.string,
214
+ "toString": PropTypes.func.isRequired,
215
+ "valueOf": PropTypes.func.isRequired
216
+ }), PropTypes.string]),
217
+ "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
218
+ "__@toStringTag": PropTypes.string.isRequired,
219
+ "description": PropTypes.string,
220
+ "toString": PropTypes.func.isRequired,
221
+ "valueOf": PropTypes.func.isRequired
222
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
223
+ "__@toStringTag": PropTypes.string.isRequired,
224
+ "description": PropTypes.string,
225
+ "toString": PropTypes.func.isRequired,
226
+ "valueOf": PropTypes.func.isRequired
227
+ }), PropTypes.string]),
228
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
229
+ "__@toStringTag": PropTypes.string.isRequired,
230
+ "description": PropTypes.string,
231
+ "toString": PropTypes.func.isRequired,
232
+ "valueOf": PropTypes.func.isRequired
233
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
234
+ "__@toStringTag": PropTypes.string.isRequired,
235
+ "description": PropTypes.string,
236
+ "toString": PropTypes.func.isRequired,
237
+ "valueOf": PropTypes.func.isRequired
238
+ }), PropTypes.string]),
239
+ "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
240
+ "__@toStringTag": PropTypes.string.isRequired,
241
+ "description": PropTypes.string,
242
+ "toString": PropTypes.func.isRequired,
243
+ "valueOf": PropTypes.func.isRequired
244
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
245
+ "__@toStringTag": PropTypes.string.isRequired,
246
+ "description": PropTypes.string,
247
+ "toString": PropTypes.func.isRequired,
248
+ "valueOf": PropTypes.func.isRequired
249
+ }), PropTypes.string]),
250
+ "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
251
+ "__@toStringTag": PropTypes.string.isRequired,
252
+ "description": PropTypes.string,
253
+ "toString": PropTypes.func.isRequired,
254
+ "valueOf": PropTypes.func.isRequired
255
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
256
+ "__@toStringTag": PropTypes.string.isRequired,
257
+ "description": PropTypes.string,
258
+ "toString": PropTypes.func.isRequired,
259
+ "valueOf": PropTypes.func.isRequired
260
+ }), PropTypes.string]),
261
+ "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
262
+ "__@toStringTag": PropTypes.string.isRequired,
263
+ "description": PropTypes.string,
264
+ "toString": PropTypes.func.isRequired,
265
+ "valueOf": PropTypes.func.isRequired
266
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
267
+ "__@toStringTag": PropTypes.string.isRequired,
268
+ "description": PropTypes.string,
269
+ "toString": PropTypes.func.isRequired,
270
+ "valueOf": PropTypes.func.isRequired
271
+ }), PropTypes.string]),
272
+ "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
273
+ "__@toStringTag": PropTypes.string.isRequired,
274
+ "description": PropTypes.string,
275
+ "toString": PropTypes.func.isRequired,
276
+ "valueOf": PropTypes.func.isRequired
277
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
278
+ "__@toStringTag": PropTypes.string.isRequired,
279
+ "description": PropTypes.string,
280
+ "toString": PropTypes.func.isRequired,
281
+ "valueOf": PropTypes.func.isRequired
282
+ }), PropTypes.string]),
283
+ "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
284
+ "__@toStringTag": PropTypes.string.isRequired,
285
+ "description": PropTypes.string,
286
+ "toString": PropTypes.func.isRequired,
287
+ "valueOf": PropTypes.func.isRequired
288
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
289
+ "__@toStringTag": PropTypes.string.isRequired,
290
+ "description": PropTypes.string,
291
+ "toString": PropTypes.func.isRequired,
292
+ "valueOf": PropTypes.func.isRequired
293
+ }), PropTypes.string]),
294
+ "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
295
+ "__@toStringTag": PropTypes.string.isRequired,
296
+ "description": PropTypes.string,
297
+ "toString": PropTypes.func.isRequired,
298
+ "valueOf": PropTypes.func.isRequired
299
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
300
+ "__@toStringTag": PropTypes.string.isRequired,
301
+ "description": PropTypes.string,
302
+ "toString": PropTypes.func.isRequired,
303
+ "valueOf": PropTypes.func.isRequired
304
+ }), PropTypes.string]),
305
+ "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
306
+ "__@toStringTag": PropTypes.string.isRequired,
307
+ "description": PropTypes.string,
308
+ "toString": PropTypes.func.isRequired,
309
+ "valueOf": PropTypes.func.isRequired
310
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
311
+ "__@toStringTag": PropTypes.string.isRequired,
312
+ "description": PropTypes.string,
313
+ "toString": PropTypes.func.isRequired,
314
+ "valueOf": PropTypes.func.isRequired
315
+ }), PropTypes.string]),
316
+ "padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
317
+ "__@toStringTag": PropTypes.string.isRequired,
318
+ "description": PropTypes.string,
319
+ "toString": PropTypes.func.isRequired,
320
+ "valueOf": PropTypes.func.isRequired
321
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
322
+ "__@toStringTag": PropTypes.string.isRequired,
323
+ "description": PropTypes.string,
324
+ "toString": PropTypes.func.isRequired,
325
+ "valueOf": PropTypes.func.isRequired
326
+ }), PropTypes.string]),
327
+ "paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
328
+ "__@toStringTag": PropTypes.string.isRequired,
329
+ "description": PropTypes.string,
330
+ "toString": PropTypes.func.isRequired,
331
+ "valueOf": PropTypes.func.isRequired
332
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
333
+ "__@toStringTag": PropTypes.string.isRequired,
334
+ "description": PropTypes.string,
335
+ "toString": PropTypes.func.isRequired,
336
+ "valueOf": PropTypes.func.isRequired
337
+ }), PropTypes.string]),
338
+ "paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
339
+ "__@toStringTag": PropTypes.string.isRequired,
340
+ "description": PropTypes.string,
341
+ "toString": PropTypes.func.isRequired,
342
+ "valueOf": PropTypes.func.isRequired
343
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
344
+ "__@toStringTag": PropTypes.string.isRequired,
345
+ "description": PropTypes.string,
346
+ "toString": PropTypes.func.isRequired,
347
+ "valueOf": PropTypes.func.isRequired
348
+ }), PropTypes.string]),
349
+ "paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
350
+ "__@toStringTag": PropTypes.string.isRequired,
351
+ "description": PropTypes.string,
352
+ "toString": PropTypes.func.isRequired,
353
+ "valueOf": PropTypes.func.isRequired
354
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
355
+ "__@toStringTag": PropTypes.string.isRequired,
356
+ "description": PropTypes.string,
357
+ "toString": PropTypes.func.isRequired,
358
+ "valueOf": PropTypes.func.isRequired
359
+ }), PropTypes.string]),
360
+ "paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
361
+ "__@toStringTag": PropTypes.string.isRequired,
362
+ "description": PropTypes.string,
363
+ "toString": PropTypes.func.isRequired,
364
+ "valueOf": PropTypes.func.isRequired
365
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
366
+ "__@toStringTag": PropTypes.string.isRequired,
367
+ "description": PropTypes.string,
368
+ "toString": PropTypes.func.isRequired,
369
+ "valueOf": PropTypes.func.isRequired
370
+ }), PropTypes.string]),
371
+ "paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
372
+ "__@toStringTag": PropTypes.string.isRequired,
373
+ "description": PropTypes.string,
374
+ "toString": PropTypes.func.isRequired,
375
+ "valueOf": PropTypes.func.isRequired
376
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
377
+ "__@toStringTag": PropTypes.string.isRequired,
378
+ "description": PropTypes.string,
379
+ "toString": PropTypes.func.isRequired,
380
+ "valueOf": PropTypes.func.isRequired
381
+ }), PropTypes.string]),
382
+ "paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
383
+ "__@toStringTag": PropTypes.string.isRequired,
384
+ "description": PropTypes.string,
385
+ "toString": PropTypes.func.isRequired,
386
+ "valueOf": PropTypes.func.isRequired
387
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
388
+ "__@toStringTag": PropTypes.string.isRequired,
389
+ "description": PropTypes.string,
390
+ "toString": PropTypes.func.isRequired,
391
+ "valueOf": PropTypes.func.isRequired
392
+ }), PropTypes.string]),
393
+ "pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
394
+ "__@toStringTag": PropTypes.string.isRequired,
395
+ "description": PropTypes.string,
396
+ "toString": PropTypes.func.isRequired,
397
+ "valueOf": PropTypes.func.isRequired
398
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
399
+ "__@toStringTag": PropTypes.string.isRequired,
400
+ "description": PropTypes.string,
401
+ "toString": PropTypes.func.isRequired,
402
+ "valueOf": PropTypes.func.isRequired
403
+ }), PropTypes.string]),
404
+ "pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
405
+ "__@toStringTag": PropTypes.string.isRequired,
406
+ "description": PropTypes.string,
407
+ "toString": PropTypes.func.isRequired,
408
+ "valueOf": PropTypes.func.isRequired
409
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
410
+ "__@toStringTag": PropTypes.string.isRequired,
411
+ "description": PropTypes.string,
412
+ "toString": PropTypes.func.isRequired,
413
+ "valueOf": PropTypes.func.isRequired
414
+ }), PropTypes.string]),
415
+ "pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
416
+ "__@toStringTag": PropTypes.string.isRequired,
417
+ "description": PropTypes.string,
418
+ "toString": PropTypes.func.isRequired,
419
+ "valueOf": PropTypes.func.isRequired
420
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
421
+ "__@toStringTag": PropTypes.string.isRequired,
422
+ "description": PropTypes.string,
423
+ "toString": PropTypes.func.isRequired,
424
+ "valueOf": PropTypes.func.isRequired
425
+ }), PropTypes.string]),
426
+ "pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
427
+ "__@toStringTag": PropTypes.string.isRequired,
428
+ "description": PropTypes.string,
429
+ "toString": PropTypes.func.isRequired,
430
+ "valueOf": PropTypes.func.isRequired
431
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
432
+ "__@toStringTag": PropTypes.string.isRequired,
433
+ "description": PropTypes.string,
434
+ "toString": PropTypes.func.isRequired,
435
+ "valueOf": PropTypes.func.isRequired
436
+ }), PropTypes.string]),
437
+ "px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
438
+ "__@toStringTag": PropTypes.string.isRequired,
439
+ "description": PropTypes.string,
440
+ "toString": PropTypes.func.isRequired,
441
+ "valueOf": PropTypes.func.isRequired
442
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
443
+ "__@toStringTag": PropTypes.string.isRequired,
444
+ "description": PropTypes.string,
445
+ "toString": PropTypes.func.isRequired,
446
+ "valueOf": PropTypes.func.isRequired
447
+ }), PropTypes.string]),
448
+ "py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
449
+ "__@toStringTag": PropTypes.string.isRequired,
450
+ "description": PropTypes.string,
451
+ "toString": PropTypes.func.isRequired,
452
+ "valueOf": PropTypes.func.isRequired
453
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
454
+ "__@toStringTag": PropTypes.string.isRequired,
455
+ "description": PropTypes.string,
456
+ "toString": PropTypes.func.isRequired,
457
+ "valueOf": PropTypes.func.isRequired
458
+ }), PropTypes.string])
459
+ }),
460
+ "iconAlign": PropTypes.oneOf(["left", "right"]),
461
+ "iconType": PropTypes.oneOf(["chevron_down_thick", "chevron_down", "dropdown"]),
462
+ "id": PropTypes.string,
463
+ "index": PropTypes.number,
464
+ "info": PropTypes.string,
150
465
  "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
151
466
  "__@toStringTag": PropTypes.string.isRequired,
152
467
  "description": PropTypes.string,
@@ -301,6 +616,8 @@ Accordion.propTypes = {
301
616
  "toString": PropTypes.func.isRequired,
302
617
  "valueOf": PropTypes.func.isRequired
303
618
  }), PropTypes.string]),
619
+ "onChange": PropTypes.func,
620
+ "openTitle": PropTypes.string,
304
621
  "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
305
622
  "__@toStringTag": PropTypes.string.isRequired,
306
623
  "description": PropTypes.string,
@@ -454,331 +771,16 @@ Accordion.propTypes = {
454
771
  "description": PropTypes.string,
455
772
  "toString": PropTypes.func.isRequired,
456
773
  "valueOf": PropTypes.func.isRequired
457
- }), PropTypes.string])
458
- }),
459
- "iconAlign": PropTypes.oneOf(["left", "right"]),
460
- "iconType": PropTypes.oneOf(["chevron_down_thick", "chevron_down", "dropdown"]),
461
- "id": PropTypes.string,
462
- "index": PropTypes.number,
463
- "info": PropTypes.string,
464
- "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
465
- "__@toStringTag": PropTypes.string.isRequired,
466
- "description": PropTypes.string,
467
- "toString": PropTypes.func.isRequired,
468
- "valueOf": PropTypes.func.isRequired
469
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
470
- "__@toStringTag": PropTypes.string.isRequired,
471
- "description": PropTypes.string,
472
- "toString": PropTypes.func.isRequired,
473
- "valueOf": PropTypes.func.isRequired
474
- }), PropTypes.string]),
475
- "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
476
- "__@toStringTag": PropTypes.string.isRequired,
477
- "description": PropTypes.string,
478
- "toString": PropTypes.func.isRequired,
479
- "valueOf": PropTypes.func.isRequired
480
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
481
- "__@toStringTag": PropTypes.string.isRequired,
482
- "description": PropTypes.string,
483
- "toString": PropTypes.func.isRequired,
484
- "valueOf": PropTypes.func.isRequired
485
- }), PropTypes.string]),
486
- "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
487
- "__@toStringTag": PropTypes.string.isRequired,
488
- "description": PropTypes.string,
489
- "toString": PropTypes.func.isRequired,
490
- "valueOf": PropTypes.func.isRequired
491
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
492
- "__@toStringTag": PropTypes.string.isRequired,
493
- "description": PropTypes.string,
494
- "toString": PropTypes.func.isRequired,
495
- "valueOf": PropTypes.func.isRequired
496
- }), PropTypes.string]),
497
- "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
498
- "__@toStringTag": PropTypes.string.isRequired,
499
- "description": PropTypes.string,
500
- "toString": PropTypes.func.isRequired,
501
- "valueOf": PropTypes.func.isRequired
502
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
503
- "__@toStringTag": PropTypes.string.isRequired,
504
- "description": PropTypes.string,
505
- "toString": PropTypes.func.isRequired,
506
- "valueOf": PropTypes.func.isRequired
507
- }), PropTypes.string]),
508
- "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
509
- "__@toStringTag": PropTypes.string.isRequired,
510
- "description": PropTypes.string,
511
- "toString": PropTypes.func.isRequired,
512
- "valueOf": PropTypes.func.isRequired
513
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
514
- "__@toStringTag": PropTypes.string.isRequired,
515
- "description": PropTypes.string,
516
- "toString": PropTypes.func.isRequired,
517
- "valueOf": PropTypes.func.isRequired
518
- }), PropTypes.string]),
519
- "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
520
- "__@toStringTag": PropTypes.string.isRequired,
521
- "description": PropTypes.string,
522
- "toString": PropTypes.func.isRequired,
523
- "valueOf": PropTypes.func.isRequired
524
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
525
- "__@toStringTag": PropTypes.string.isRequired,
526
- "description": PropTypes.string,
527
- "toString": PropTypes.func.isRequired,
528
- "valueOf": PropTypes.func.isRequired
529
- }), PropTypes.string]),
530
- "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
531
- "__@toStringTag": PropTypes.string.isRequired,
532
- "description": PropTypes.string,
533
- "toString": PropTypes.func.isRequired,
534
- "valueOf": PropTypes.func.isRequired
535
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
536
- "__@toStringTag": PropTypes.string.isRequired,
537
- "description": PropTypes.string,
538
- "toString": PropTypes.func.isRequired,
539
- "valueOf": PropTypes.func.isRequired
540
- }), PropTypes.string]),
541
- "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
542
- "__@toStringTag": PropTypes.string.isRequired,
543
- "description": PropTypes.string,
544
- "toString": PropTypes.func.isRequired,
545
- "valueOf": PropTypes.func.isRequired
546
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
547
- "__@toStringTag": PropTypes.string.isRequired,
548
- "description": PropTypes.string,
549
- "toString": PropTypes.func.isRequired,
550
- "valueOf": PropTypes.func.isRequired
551
- }), PropTypes.string]),
552
- "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
553
- "__@toStringTag": PropTypes.string.isRequired,
554
- "description": PropTypes.string,
555
- "toString": PropTypes.func.isRequired,
556
- "valueOf": PropTypes.func.isRequired
557
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
558
- "__@toStringTag": PropTypes.string.isRequired,
559
- "description": PropTypes.string,
560
- "toString": PropTypes.func.isRequired,
561
- "valueOf": PropTypes.func.isRequired
562
- }), PropTypes.string]),
563
- "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
564
- "__@toStringTag": PropTypes.string.isRequired,
565
- "description": PropTypes.string,
566
- "toString": PropTypes.func.isRequired,
567
- "valueOf": PropTypes.func.isRequired
568
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
569
- "__@toStringTag": PropTypes.string.isRequired,
570
- "description": PropTypes.string,
571
- "toString": PropTypes.func.isRequired,
572
- "valueOf": PropTypes.func.isRequired
573
- }), PropTypes.string]),
574
- "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
575
- "__@toStringTag": PropTypes.string.isRequired,
576
- "description": PropTypes.string,
577
- "toString": PropTypes.func.isRequired,
578
- "valueOf": PropTypes.func.isRequired
579
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
580
- "__@toStringTag": PropTypes.string.isRequired,
581
- "description": PropTypes.string,
582
- "toString": PropTypes.func.isRequired,
583
- "valueOf": PropTypes.func.isRequired
584
- }), PropTypes.string]),
585
- "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
586
- "__@toStringTag": PropTypes.string.isRequired,
587
- "description": PropTypes.string,
588
- "toString": PropTypes.func.isRequired,
589
- "valueOf": PropTypes.func.isRequired
590
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
591
- "__@toStringTag": PropTypes.string.isRequired,
592
- "description": PropTypes.string,
593
- "toString": PropTypes.func.isRequired,
594
- "valueOf": PropTypes.func.isRequired
595
- }), PropTypes.string]),
596
- "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
597
- "__@toStringTag": PropTypes.string.isRequired,
598
- "description": PropTypes.string,
599
- "toString": PropTypes.func.isRequired,
600
- "valueOf": PropTypes.func.isRequired
601
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
602
- "__@toStringTag": PropTypes.string.isRequired,
603
- "description": PropTypes.string,
604
- "toString": PropTypes.func.isRequired,
605
- "valueOf": PropTypes.func.isRequired
606
- }), PropTypes.string]),
607
- "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
608
- "__@toStringTag": PropTypes.string.isRequired,
609
- "description": PropTypes.string,
610
- "toString": PropTypes.func.isRequired,
611
- "valueOf": PropTypes.func.isRequired
612
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
613
- "__@toStringTag": PropTypes.string.isRequired,
614
- "description": PropTypes.string,
615
- "toString": PropTypes.func.isRequired,
616
- "valueOf": PropTypes.func.isRequired
617
- }), PropTypes.string]),
618
- "onChange": PropTypes.func,
619
- "openTitle": PropTypes.string,
620
- "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
621
- "__@toStringTag": PropTypes.string.isRequired,
622
- "description": PropTypes.string,
623
- "toString": PropTypes.func.isRequired,
624
- "valueOf": PropTypes.func.isRequired
625
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
626
- "__@toStringTag": PropTypes.string.isRequired,
627
- "description": PropTypes.string,
628
- "toString": PropTypes.func.isRequired,
629
- "valueOf": PropTypes.func.isRequired
630
- }), PropTypes.string]),
631
- "padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
632
- "__@toStringTag": PropTypes.string.isRequired,
633
- "description": PropTypes.string,
634
- "toString": PropTypes.func.isRequired,
635
- "valueOf": PropTypes.func.isRequired
636
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
637
- "__@toStringTag": PropTypes.string.isRequired,
638
- "description": PropTypes.string,
639
- "toString": PropTypes.func.isRequired,
640
- "valueOf": PropTypes.func.isRequired
641
- }), PropTypes.string]),
642
- "paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
643
- "__@toStringTag": PropTypes.string.isRequired,
644
- "description": PropTypes.string,
645
- "toString": PropTypes.func.isRequired,
646
- "valueOf": PropTypes.func.isRequired
647
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
648
- "__@toStringTag": PropTypes.string.isRequired,
649
- "description": PropTypes.string,
650
- "toString": PropTypes.func.isRequired,
651
- "valueOf": PropTypes.func.isRequired
652
- }), PropTypes.string]),
653
- "paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
654
- "__@toStringTag": PropTypes.string.isRequired,
655
- "description": PropTypes.string,
656
- "toString": PropTypes.func.isRequired,
657
- "valueOf": PropTypes.func.isRequired
658
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
659
- "__@toStringTag": PropTypes.string.isRequired,
660
- "description": PropTypes.string,
661
- "toString": PropTypes.func.isRequired,
662
- "valueOf": PropTypes.func.isRequired
663
- }), PropTypes.string]),
664
- "paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
665
- "__@toStringTag": PropTypes.string.isRequired,
666
- "description": PropTypes.string,
667
- "toString": PropTypes.func.isRequired,
668
- "valueOf": PropTypes.func.isRequired
669
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
670
- "__@toStringTag": PropTypes.string.isRequired,
671
- "description": PropTypes.string,
672
- "toString": PropTypes.func.isRequired,
673
- "valueOf": PropTypes.func.isRequired
674
- }), PropTypes.string]),
675
- "paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
676
- "__@toStringTag": PropTypes.string.isRequired,
677
- "description": PropTypes.string,
678
- "toString": PropTypes.func.isRequired,
679
- "valueOf": PropTypes.func.isRequired
680
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
681
- "__@toStringTag": PropTypes.string.isRequired,
682
- "description": PropTypes.string,
683
- "toString": PropTypes.func.isRequired,
684
- "valueOf": PropTypes.func.isRequired
685
- }), PropTypes.string]),
686
- "paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
687
- "__@toStringTag": PropTypes.string.isRequired,
688
- "description": PropTypes.string,
689
- "toString": PropTypes.func.isRequired,
690
- "valueOf": PropTypes.func.isRequired
691
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
692
- "__@toStringTag": PropTypes.string.isRequired,
693
- "description": PropTypes.string,
694
- "toString": PropTypes.func.isRequired,
695
- "valueOf": PropTypes.func.isRequired
696
- }), PropTypes.string]),
697
- "paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
698
- "__@toStringTag": PropTypes.string.isRequired,
699
- "description": PropTypes.string,
700
- "toString": PropTypes.func.isRequired,
701
- "valueOf": PropTypes.func.isRequired
702
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
703
- "__@toStringTag": PropTypes.string.isRequired,
704
- "description": PropTypes.string,
705
- "toString": PropTypes.func.isRequired,
706
- "valueOf": PropTypes.func.isRequired
707
- }), PropTypes.string]),
708
- "pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
709
- "__@toStringTag": PropTypes.string.isRequired,
710
- "description": PropTypes.string,
711
- "toString": PropTypes.func.isRequired,
712
- "valueOf": PropTypes.func.isRequired
713
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
714
- "__@toStringTag": PropTypes.string.isRequired,
715
- "description": PropTypes.string,
716
- "toString": PropTypes.func.isRequired,
717
- "valueOf": PropTypes.func.isRequired
718
- }), PropTypes.string]),
719
- "pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
720
- "__@toStringTag": PropTypes.string.isRequired,
721
- "description": PropTypes.string,
722
- "toString": PropTypes.func.isRequired,
723
- "valueOf": PropTypes.func.isRequired
724
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
725
- "__@toStringTag": PropTypes.string.isRequired,
726
- "description": PropTypes.string,
727
- "toString": PropTypes.func.isRequired,
728
- "valueOf": PropTypes.func.isRequired
729
- }), PropTypes.string]),
730
- "pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
731
- "__@toStringTag": PropTypes.string.isRequired,
732
- "description": PropTypes.string,
733
- "toString": PropTypes.func.isRequired,
734
- "valueOf": PropTypes.func.isRequired
735
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
736
- "__@toStringTag": PropTypes.string.isRequired,
737
- "description": PropTypes.string,
738
- "toString": PropTypes.func.isRequired,
739
- "valueOf": PropTypes.func.isRequired
740
- }), PropTypes.string]),
741
- "pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
742
- "__@toStringTag": PropTypes.string.isRequired,
743
- "description": PropTypes.string,
744
- "toString": PropTypes.func.isRequired,
745
- "valueOf": PropTypes.func.isRequired
746
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
747
- "__@toStringTag": PropTypes.string.isRequired,
748
- "description": PropTypes.string,
749
- "toString": PropTypes.func.isRequired,
750
- "valueOf": PropTypes.func.isRequired
751
- }), PropTypes.string]),
752
- "px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
753
- "__@toStringTag": PropTypes.string.isRequired,
754
- "description": PropTypes.string,
755
- "toString": PropTypes.func.isRequired,
756
- "valueOf": PropTypes.func.isRequired
757
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
758
- "__@toStringTag": PropTypes.string.isRequired,
759
- "description": PropTypes.string,
760
- "toString": PropTypes.func.isRequired,
761
- "valueOf": PropTypes.func.isRequired
762
- }), PropTypes.string]),
763
- "py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
764
- "__@toStringTag": PropTypes.string.isRequired,
765
- "description": PropTypes.string,
766
- "toString": PropTypes.func.isRequired,
767
- "valueOf": PropTypes.func.isRequired
768
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
769
- "__@toStringTag": PropTypes.string.isRequired,
770
- "description": PropTypes.string,
771
- "toString": PropTypes.func.isRequired,
772
- "valueOf": PropTypes.func.isRequired
773
- }), PropTypes.string]),
774
- "scheme": PropTypes.oneOf(["transparent", "white"]),
775
- "size": PropTypes.oneOf(["large", "small"]),
776
- "subTitle": PropTypes.string,
777
- "title": PropTypes.node,
778
- "variant": PropTypes.oneOf(["standard", "subtle"]),
779
- "warning": PropTypes.string,
780
- "width": PropTypes.string
781
- };
774
+ }), PropTypes.string]),
775
+ "scheme": PropTypes.oneOf(["transparent", "white"]),
776
+ "size": PropTypes.oneOf(["large", "small"]),
777
+ "subTitle": PropTypes.string,
778
+ "title": PropTypes.node,
779
+ "variant": PropTypes.oneOf(["standard", "subtle"]),
780
+ "warning": PropTypes.string,
781
+ "width": PropTypes.string
782
+ };
783
+ }
782
784
  export { Accordion };
783
785
  Accordion.displayName = "Accordion";
784
786
  export default Accordion;