carbon-react 106.6.6 → 106.6.9

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 (76) hide show
  1. package/esm/__internal__/utils/argTypes/specialCharacters.d.ts +36 -0
  2. package/esm/__internal__/utils/argTypes/specialCharacters.js +36 -0
  3. package/esm/components/accordion/accordion-group/accordion-group.component.d.ts +9 -23
  4. package/esm/components/accordion/accordion-group/accordion-group.component.js +222 -25
  5. package/esm/components/accordion/accordion.component.d.ts +44 -2
  6. package/esm/components/accordion/accordion.component.js +648 -68
  7. package/esm/components/accordion/accordion.style.d.ts +45 -9
  8. package/esm/components/accordion/index.d.ts +4 -2
  9. package/esm/components/decimal/decimal.component.js +12 -10
  10. package/esm/components/menu/menu-item/menu-item.style.js +6 -3
  11. package/esm/components/multi-action-button/index.d.ts +2 -1
  12. package/esm/components/multi-action-button/multi-action-button.component.d.ts +9 -52
  13. package/esm/components/multi-action-button/multi-action-button.component.js +471 -67
  14. package/esm/components/multi-action-button/multi-action-button.config.d.ts +3 -3
  15. package/esm/components/multi-action-button/multi-action-button.style.d.ts +10 -2
  16. package/esm/components/multi-action-button/multi-action-button.style.js +4 -7
  17. package/esm/components/portal/portal.js +0 -5
  18. package/esm/components/portrait/portrait-initials.component.js +1 -2
  19. package/esm/components/tile-select/__internal__/accordion/accordion.style.d.ts +2 -2
  20. package/esm/components/tooltip/tooltip.component.d.ts +3 -0
  21. package/esm/style/utils/filter-out-styled-system-spacing-props.d.ts +1 -1
  22. package/esm/style/utils/filter-out-styled-system-spacing-props.js +1 -1
  23. package/lib/__internal__/utils/argTypes/specialCharacters.d.ts +36 -0
  24. package/lib/__internal__/utils/argTypes/specialCharacters.js +46 -0
  25. package/lib/components/accordion/accordion-group/accordion-group.component.d.ts +9 -23
  26. package/lib/components/accordion/accordion-group/accordion-group.component.js +225 -29
  27. package/lib/components/accordion/accordion.component.d.ts +44 -2
  28. package/lib/components/accordion/accordion.component.js +649 -70
  29. package/lib/components/accordion/accordion.style.d.ts +45 -9
  30. package/lib/components/accordion/index.d.ts +4 -2
  31. package/lib/components/decimal/decimal.component.js +12 -10
  32. package/lib/components/menu/menu-item/menu-item.style.js +6 -3
  33. package/lib/components/multi-action-button/index.d.ts +2 -1
  34. package/lib/components/multi-action-button/multi-action-button.component.d.ts +9 -52
  35. package/lib/components/multi-action-button/multi-action-button.component.js +471 -70
  36. package/lib/components/multi-action-button/multi-action-button.config.d.ts +3 -3
  37. package/lib/components/multi-action-button/multi-action-button.style.d.ts +10 -2
  38. package/lib/components/multi-action-button/multi-action-button.style.js +4 -7
  39. package/lib/components/portal/portal.js +0 -6
  40. package/lib/components/portrait/portrait-initials.component.js +1 -5
  41. package/lib/components/tile-select/__internal__/accordion/accordion.style.d.ts +2 -2
  42. package/lib/components/tooltip/tooltip.component.d.ts +3 -0
  43. package/lib/style/utils/filter-out-styled-system-spacing-props.d.ts +1 -1
  44. package/lib/style/utils/filter-out-styled-system-spacing-props.js +1 -1
  45. package/package.json +2 -1
  46. package/esm/__internal__/utils/helpers/browser/index.d.ts +0 -15
  47. package/esm/__internal__/utils/helpers/browser/index.js +0 -33
  48. package/esm/components/accordion/accordion-group/accordion-group.d.ts +0 -17
  49. package/esm/components/accordion/accordion.d.ts +0 -54
  50. package/esm/components/action-popover/action-popover-test.stories.js +0 -76
  51. package/esm/components/button-bar/button-bar-test.stories.js +0 -122
  52. package/esm/components/draggable/draggable-test.stories.js +0 -48
  53. package/esm/components/duelling-picklist/duelling-picklist-test.stories.js +0 -539
  54. package/esm/components/menu/menu-test.stories.js +0 -109
  55. package/esm/components/multi-action-button/multi-action-button.d.ts +0 -10
  56. package/esm/components/profile/profile-test.stories.js +0 -55
  57. package/esm/components/progress-tracker/progress-tracker-test.stories.js +0 -63
  58. package/esm/components/select/simple-select/simple-select-test.stories.js +0 -193
  59. package/esm/components/show-edit-pod/show-edit-pod-test.stories.js +0 -143
  60. package/esm/components/textarea/textarea-test.stories.js +0 -154
  61. package/lib/__internal__/utils/helpers/browser/index.d.ts +0 -15
  62. package/lib/__internal__/utils/helpers/browser/index.js +0 -40
  63. package/lib/__internal__/utils/helpers/browser/package.json +0 -6
  64. package/lib/components/accordion/accordion-group/accordion-group.d.ts +0 -17
  65. package/lib/components/accordion/accordion.d.ts +0 -54
  66. package/lib/components/action-popover/action-popover-test.stories.js +0 -95
  67. package/lib/components/button-bar/button-bar-test.stories.js +0 -145
  68. package/lib/components/draggable/draggable-test.stories.js +0 -66
  69. package/lib/components/duelling-picklist/duelling-picklist-test.stories.js +0 -573
  70. package/lib/components/menu/menu-test.stories.js +0 -132
  71. package/lib/components/multi-action-button/multi-action-button.d.ts +0 -10
  72. package/lib/components/profile/profile-test.stories.js +0 -75
  73. package/lib/components/progress-tracker/progress-tracker-test.stories.js +0 -79
  74. package/lib/components/select/simple-select/simple-select-test.stories.js +0 -206
  75. package/lib/components/show-edit-pod/show-edit-pod-test.stories.js +0 -165
  76. package/lib/components/textarea/textarea-test.stories.js +0 -173
@@ -2,7 +2,6 @@ function _extends() { _extends = Object.assign || function (target) { for (var i
2
2
 
3
3
  import React, { useState, useRef, useEffect, useCallback } from "react";
4
4
  import PropTypes from "prop-types";
5
- import propTypes from "@styled-system/prop-types";
6
5
  import useResizeObserver from "../../hooks/__internal__/useResizeObserver";
7
6
  import createGuid from "../../__internal__/utils/helpers/guid";
8
7
  import Events from "../../__internal__/utils/helpers/events";
@@ -15,10 +14,8 @@ const Accordion = /*#__PURE__*/React.forwardRef(({
15
14
  onChange,
16
15
  children,
17
16
  handleKeyboardAccessibility,
18
- // eslint-disable-line react/prop-types
19
17
  id,
20
18
  index,
21
- // eslint-disable-line react/prop-types
22
19
  iconType = "chevron_down",
23
20
  iconAlign = "right",
24
21
  scheme = "white",
@@ -42,10 +39,14 @@ const Accordion = /*#__PURE__*/React.forwardRef(({
42
39
  const accordionContent = useRef(null);
43
40
  const isExpanded = isControlled ? expanded : isExpandedInternal;
44
41
  useResizeObserver(accordionContent, () => {
45
- setContentHeight(accordionContent.current.scrollHeight);
42
+ var _accordionContent$cur;
43
+
44
+ setContentHeight((_accordionContent$cur = accordionContent.current) === null || _accordionContent$cur === void 0 ? void 0 : _accordionContent$cur.scrollHeight);
46
45
  });
47
46
  useEffect(() => {
48
- setContentHeight(accordionContent.current.scrollHeight);
47
+ var _accordionContent$cur2;
48
+
49
+ setContentHeight((_accordionContent$cur2 = accordionContent.current) === null || _accordionContent$cur2 === void 0 ? void 0 : _accordionContent$cur2.scrollHeight);
49
50
  }, [isExpanded]);
50
51
  const toggleAccordion = useCallback(ev => {
51
52
  if (!isControlled) {
@@ -89,10 +90,9 @@ const Accordion = /*#__PURE__*/React.forwardRef(({
89
90
  iconAlign: iconAlign,
90
91
  ref: ref,
91
92
  size: size,
92
- isExpanded: isExpanded,
93
93
  buttonHeading: buttonHeading,
94
94
  buttonWidth: buttonWidth,
95
- hasButtonProps: buttonHeading && headerSpacing,
95
+ hasButtonProps: buttonHeading && !(typeof headerSpacing === "undefined"),
96
96
  role: "button"
97
97
  }, buttonHeading && {
98
98
  p: 0
@@ -128,67 +128,647 @@ const Accordion = /*#__PURE__*/React.forwardRef(({
128
128
  }, children)));
129
129
  });
130
130
  Accordion.propTypes = {
131
- /** Styled system spacing props */
132
- ...propTypes.space,
133
-
134
- /** Styled system spacing props provided to Accordion Title */
135
- headerSpacing: PropTypes.object,
136
-
137
- /** Disable padding for the content */
138
- disableContentPadding: PropTypes.bool,
139
- children: PropTypes.node,
140
- id: PropTypes.string,
141
-
142
- /** Set the default state of expansion of the Accordion if component is meant to be used as uncontrolled */
143
- defaultExpanded: PropTypes.bool,
144
-
145
- /** Sets the expansion state of the Accordion if component is meant to be used as controlled */
146
- expanded: PropTypes.bool,
147
-
148
- /** Sets icon type - accepted values: 'chevron_down' (default), 'dropdown' */
149
- iconType: PropTypes.oneOf(["chevron_down", "dropdown"]),
150
-
151
- /** Sets icon alignment - accepted values: 'left', 'right' (default) */
152
- iconAlign: PropTypes.oneOf(["left", "right"]),
153
-
154
- /** Callback fired when expansion state changes, onChange(event: object, isExpanded: boolean) */
155
- onChange: PropTypes.func,
156
-
157
- /** Sets accordion title. Will render inside a h3 if set to a string */
158
- title: PropTypes.node.isRequired,
159
-
160
- /** Sets accordion sub title */
161
- subTitle: PropTypes.string,
162
-
163
- /** Sets accordion size */
164
- size: PropTypes.oneOf(["large", "small"]),
165
-
166
- /** Toggles left and right borders */
167
- borders: PropTypes.oneOf(["default", "full", "none"]),
168
-
169
- /** Sets background as white or transparent */
170
- scheme: PropTypes.oneOf(["white", "transparent"]),
171
-
172
- /** Sets accordion width */
173
- width: PropTypes.string,
174
-
175
- /** An error message to be displayed in the tooltip */
176
- error: PropTypes.string,
177
-
178
- /** A warning message to be displayed in the tooltip */
179
- warning: PropTypes.string,
180
-
181
- /** An info message to be displayed in the tooltip */
182
- info: PropTypes.string,
183
-
184
- /** Renders the accordion heading in the style of a tertiary button */
185
- buttonHeading: PropTypes.bool,
186
-
187
- /** Width of the buttonHeading when it's set, defaults to 150px */
188
- buttonWidth: PropTypes.number,
189
-
190
- /** When the Accordion is open the title can change to this */
191
- openTitle: PropTypes.string
131
+ "borders": PropTypes.oneOf(["default", "full", "none"]),
132
+ "buttonHeading": PropTypes.bool,
133
+ "buttonWidth": PropTypes.number,
134
+ "children": PropTypes.node,
135
+ "defaultExpanded": PropTypes.bool,
136
+ "disableContentPadding": PropTypes.bool,
137
+ "error": PropTypes.string,
138
+ "expanded": PropTypes.bool,
139
+ "handleKeyboardAccessibility": PropTypes.func,
140
+ "headerSpacing": PropTypes.shape({
141
+ "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
142
+ "__@toStringTag": PropTypes.string.isRequired,
143
+ "description": PropTypes.string,
144
+ "toString": PropTypes.func.isRequired,
145
+ "valueOf": PropTypes.func.isRequired
146
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
147
+ "__@toStringTag": PropTypes.string.isRequired,
148
+ "description": PropTypes.string,
149
+ "toString": PropTypes.func.isRequired,
150
+ "valueOf": PropTypes.func.isRequired
151
+ }), PropTypes.string]),
152
+ "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
153
+ "__@toStringTag": PropTypes.string.isRequired,
154
+ "description": PropTypes.string,
155
+ "toString": PropTypes.func.isRequired,
156
+ "valueOf": PropTypes.func.isRequired
157
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
158
+ "__@toStringTag": PropTypes.string.isRequired,
159
+ "description": PropTypes.string,
160
+ "toString": PropTypes.func.isRequired,
161
+ "valueOf": PropTypes.func.isRequired
162
+ }), PropTypes.string]),
163
+ "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
164
+ "__@toStringTag": PropTypes.string.isRequired,
165
+ "description": PropTypes.string,
166
+ "toString": PropTypes.func.isRequired,
167
+ "valueOf": PropTypes.func.isRequired
168
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
169
+ "__@toStringTag": PropTypes.string.isRequired,
170
+ "description": PropTypes.string,
171
+ "toString": PropTypes.func.isRequired,
172
+ "valueOf": PropTypes.func.isRequired
173
+ }), PropTypes.string]),
174
+ "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
175
+ "__@toStringTag": PropTypes.string.isRequired,
176
+ "description": PropTypes.string,
177
+ "toString": PropTypes.func.isRequired,
178
+ "valueOf": PropTypes.func.isRequired
179
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
180
+ "__@toStringTag": PropTypes.string.isRequired,
181
+ "description": PropTypes.string,
182
+ "toString": PropTypes.func.isRequired,
183
+ "valueOf": PropTypes.func.isRequired
184
+ }), PropTypes.string]),
185
+ "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
186
+ "__@toStringTag": PropTypes.string.isRequired,
187
+ "description": PropTypes.string,
188
+ "toString": PropTypes.func.isRequired,
189
+ "valueOf": PropTypes.func.isRequired
190
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
191
+ "__@toStringTag": PropTypes.string.isRequired,
192
+ "description": PropTypes.string,
193
+ "toString": PropTypes.func.isRequired,
194
+ "valueOf": PropTypes.func.isRequired
195
+ }), PropTypes.string]),
196
+ "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
197
+ "__@toStringTag": PropTypes.string.isRequired,
198
+ "description": PropTypes.string,
199
+ "toString": PropTypes.func.isRequired,
200
+ "valueOf": PropTypes.func.isRequired
201
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
202
+ "__@toStringTag": PropTypes.string.isRequired,
203
+ "description": PropTypes.string,
204
+ "toString": PropTypes.func.isRequired,
205
+ "valueOf": PropTypes.func.isRequired
206
+ }), PropTypes.string]),
207
+ "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
208
+ "__@toStringTag": PropTypes.string.isRequired,
209
+ "description": PropTypes.string,
210
+ "toString": PropTypes.func.isRequired,
211
+ "valueOf": PropTypes.func.isRequired
212
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
213
+ "__@toStringTag": PropTypes.string.isRequired,
214
+ "description": PropTypes.string,
215
+ "toString": PropTypes.func.isRequired,
216
+ "valueOf": PropTypes.func.isRequired
217
+ }), PropTypes.string]),
218
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
219
+ "__@toStringTag": PropTypes.string.isRequired,
220
+ "description": PropTypes.string,
221
+ "toString": PropTypes.func.isRequired,
222
+ "valueOf": PropTypes.func.isRequired
223
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
224
+ "__@toStringTag": PropTypes.string.isRequired,
225
+ "description": PropTypes.string,
226
+ "toString": PropTypes.func.isRequired,
227
+ "valueOf": PropTypes.func.isRequired
228
+ }), PropTypes.string]),
229
+ "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
230
+ "__@toStringTag": PropTypes.string.isRequired,
231
+ "description": PropTypes.string,
232
+ "toString": PropTypes.func.isRequired,
233
+ "valueOf": PropTypes.func.isRequired
234
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
235
+ "__@toStringTag": PropTypes.string.isRequired,
236
+ "description": PropTypes.string,
237
+ "toString": PropTypes.func.isRequired,
238
+ "valueOf": PropTypes.func.isRequired
239
+ }), PropTypes.string]),
240
+ "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
241
+ "__@toStringTag": PropTypes.string.isRequired,
242
+ "description": PropTypes.string,
243
+ "toString": PropTypes.func.isRequired,
244
+ "valueOf": PropTypes.func.isRequired
245
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
246
+ "__@toStringTag": PropTypes.string.isRequired,
247
+ "description": PropTypes.string,
248
+ "toString": PropTypes.func.isRequired,
249
+ "valueOf": PropTypes.func.isRequired
250
+ }), PropTypes.string]),
251
+ "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
252
+ "__@toStringTag": PropTypes.string.isRequired,
253
+ "description": PropTypes.string,
254
+ "toString": PropTypes.func.isRequired,
255
+ "valueOf": PropTypes.func.isRequired
256
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
257
+ "__@toStringTag": PropTypes.string.isRequired,
258
+ "description": PropTypes.string,
259
+ "toString": PropTypes.func.isRequired,
260
+ "valueOf": PropTypes.func.isRequired
261
+ }), PropTypes.string]),
262
+ "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
263
+ "__@toStringTag": PropTypes.string.isRequired,
264
+ "description": PropTypes.string,
265
+ "toString": PropTypes.func.isRequired,
266
+ "valueOf": PropTypes.func.isRequired
267
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
268
+ "__@toStringTag": PropTypes.string.isRequired,
269
+ "description": PropTypes.string,
270
+ "toString": PropTypes.func.isRequired,
271
+ "valueOf": PropTypes.func.isRequired
272
+ }), PropTypes.string]),
273
+ "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
274
+ "__@toStringTag": PropTypes.string.isRequired,
275
+ "description": PropTypes.string,
276
+ "toString": PropTypes.func.isRequired,
277
+ "valueOf": PropTypes.func.isRequired
278
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
279
+ "__@toStringTag": PropTypes.string.isRequired,
280
+ "description": PropTypes.string,
281
+ "toString": PropTypes.func.isRequired,
282
+ "valueOf": PropTypes.func.isRequired
283
+ }), PropTypes.string]),
284
+ "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
285
+ "__@toStringTag": PropTypes.string.isRequired,
286
+ "description": PropTypes.string,
287
+ "toString": PropTypes.func.isRequired,
288
+ "valueOf": PropTypes.func.isRequired
289
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
290
+ "__@toStringTag": PropTypes.string.isRequired,
291
+ "description": PropTypes.string,
292
+ "toString": PropTypes.func.isRequired,
293
+ "valueOf": PropTypes.func.isRequired
294
+ }), PropTypes.string]),
295
+ "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
296
+ "__@toStringTag": PropTypes.string.isRequired,
297
+ "description": PropTypes.string,
298
+ "toString": PropTypes.func.isRequired,
299
+ "valueOf": PropTypes.func.isRequired
300
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
301
+ "__@toStringTag": PropTypes.string.isRequired,
302
+ "description": PropTypes.string,
303
+ "toString": PropTypes.func.isRequired,
304
+ "valueOf": PropTypes.func.isRequired
305
+ }), PropTypes.string]),
306
+ "padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
307
+ "__@toStringTag": PropTypes.string.isRequired,
308
+ "description": PropTypes.string,
309
+ "toString": PropTypes.func.isRequired,
310
+ "valueOf": PropTypes.func.isRequired
311
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
312
+ "__@toStringTag": PropTypes.string.isRequired,
313
+ "description": PropTypes.string,
314
+ "toString": PropTypes.func.isRequired,
315
+ "valueOf": PropTypes.func.isRequired
316
+ }), PropTypes.string]),
317
+ "paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
318
+ "__@toStringTag": PropTypes.string.isRequired,
319
+ "description": PropTypes.string,
320
+ "toString": PropTypes.func.isRequired,
321
+ "valueOf": PropTypes.func.isRequired
322
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
323
+ "__@toStringTag": PropTypes.string.isRequired,
324
+ "description": PropTypes.string,
325
+ "toString": PropTypes.func.isRequired,
326
+ "valueOf": PropTypes.func.isRequired
327
+ }), PropTypes.string]),
328
+ "paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
329
+ "__@toStringTag": PropTypes.string.isRequired,
330
+ "description": PropTypes.string,
331
+ "toString": PropTypes.func.isRequired,
332
+ "valueOf": PropTypes.func.isRequired
333
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
334
+ "__@toStringTag": PropTypes.string.isRequired,
335
+ "description": PropTypes.string,
336
+ "toString": PropTypes.func.isRequired,
337
+ "valueOf": PropTypes.func.isRequired
338
+ }), PropTypes.string]),
339
+ "paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
340
+ "__@toStringTag": PropTypes.string.isRequired,
341
+ "description": PropTypes.string,
342
+ "toString": PropTypes.func.isRequired,
343
+ "valueOf": PropTypes.func.isRequired
344
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
345
+ "__@toStringTag": PropTypes.string.isRequired,
346
+ "description": PropTypes.string,
347
+ "toString": PropTypes.func.isRequired,
348
+ "valueOf": PropTypes.func.isRequired
349
+ }), PropTypes.string]),
350
+ "paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
351
+ "__@toStringTag": PropTypes.string.isRequired,
352
+ "description": PropTypes.string,
353
+ "toString": PropTypes.func.isRequired,
354
+ "valueOf": PropTypes.func.isRequired
355
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
356
+ "__@toStringTag": PropTypes.string.isRequired,
357
+ "description": PropTypes.string,
358
+ "toString": PropTypes.func.isRequired,
359
+ "valueOf": PropTypes.func.isRequired
360
+ }), PropTypes.string]),
361
+ "paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
362
+ "__@toStringTag": PropTypes.string.isRequired,
363
+ "description": PropTypes.string,
364
+ "toString": PropTypes.func.isRequired,
365
+ "valueOf": PropTypes.func.isRequired
366
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
367
+ "__@toStringTag": PropTypes.string.isRequired,
368
+ "description": PropTypes.string,
369
+ "toString": PropTypes.func.isRequired,
370
+ "valueOf": PropTypes.func.isRequired
371
+ }), PropTypes.string]),
372
+ "paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
373
+ "__@toStringTag": PropTypes.string.isRequired,
374
+ "description": PropTypes.string,
375
+ "toString": PropTypes.func.isRequired,
376
+ "valueOf": PropTypes.func.isRequired
377
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
378
+ "__@toStringTag": PropTypes.string.isRequired,
379
+ "description": PropTypes.string,
380
+ "toString": PropTypes.func.isRequired,
381
+ "valueOf": PropTypes.func.isRequired
382
+ }), PropTypes.string]),
383
+ "pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
384
+ "__@toStringTag": PropTypes.string.isRequired,
385
+ "description": PropTypes.string,
386
+ "toString": PropTypes.func.isRequired,
387
+ "valueOf": PropTypes.func.isRequired
388
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
389
+ "__@toStringTag": PropTypes.string.isRequired,
390
+ "description": PropTypes.string,
391
+ "toString": PropTypes.func.isRequired,
392
+ "valueOf": PropTypes.func.isRequired
393
+ }), PropTypes.string]),
394
+ "pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
395
+ "__@toStringTag": PropTypes.string.isRequired,
396
+ "description": PropTypes.string,
397
+ "toString": PropTypes.func.isRequired,
398
+ "valueOf": PropTypes.func.isRequired
399
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
400
+ "__@toStringTag": PropTypes.string.isRequired,
401
+ "description": PropTypes.string,
402
+ "toString": PropTypes.func.isRequired,
403
+ "valueOf": PropTypes.func.isRequired
404
+ }), PropTypes.string]),
405
+ "pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
406
+ "__@toStringTag": PropTypes.string.isRequired,
407
+ "description": PropTypes.string,
408
+ "toString": PropTypes.func.isRequired,
409
+ "valueOf": PropTypes.func.isRequired
410
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
411
+ "__@toStringTag": PropTypes.string.isRequired,
412
+ "description": PropTypes.string,
413
+ "toString": PropTypes.func.isRequired,
414
+ "valueOf": PropTypes.func.isRequired
415
+ }), PropTypes.string]),
416
+ "pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
417
+ "__@toStringTag": PropTypes.string.isRequired,
418
+ "description": PropTypes.string,
419
+ "toString": PropTypes.func.isRequired,
420
+ "valueOf": PropTypes.func.isRequired
421
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
422
+ "__@toStringTag": PropTypes.string.isRequired,
423
+ "description": PropTypes.string,
424
+ "toString": PropTypes.func.isRequired,
425
+ "valueOf": PropTypes.func.isRequired
426
+ }), PropTypes.string]),
427
+ "px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
428
+ "__@toStringTag": PropTypes.string.isRequired,
429
+ "description": PropTypes.string,
430
+ "toString": PropTypes.func.isRequired,
431
+ "valueOf": PropTypes.func.isRequired
432
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
433
+ "__@toStringTag": PropTypes.string.isRequired,
434
+ "description": PropTypes.string,
435
+ "toString": PropTypes.func.isRequired,
436
+ "valueOf": PropTypes.func.isRequired
437
+ }), PropTypes.string]),
438
+ "py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
439
+ "__@toStringTag": PropTypes.string.isRequired,
440
+ "description": PropTypes.string,
441
+ "toString": PropTypes.func.isRequired,
442
+ "valueOf": PropTypes.func.isRequired
443
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
444
+ "__@toStringTag": PropTypes.string.isRequired,
445
+ "description": PropTypes.string,
446
+ "toString": PropTypes.func.isRequired,
447
+ "valueOf": PropTypes.func.isRequired
448
+ }), PropTypes.string])
449
+ }),
450
+ "iconAlign": PropTypes.oneOf(["left", "right"]),
451
+ "iconType": PropTypes.oneOf(["chevron_down", "dropdown"]),
452
+ "id": PropTypes.string,
453
+ "index": PropTypes.number,
454
+ "info": PropTypes.string,
455
+ "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
456
+ "__@toStringTag": PropTypes.string.isRequired,
457
+ "description": PropTypes.string,
458
+ "toString": PropTypes.func.isRequired,
459
+ "valueOf": PropTypes.func.isRequired
460
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
461
+ "__@toStringTag": PropTypes.string.isRequired,
462
+ "description": PropTypes.string,
463
+ "toString": PropTypes.func.isRequired,
464
+ "valueOf": PropTypes.func.isRequired
465
+ }), PropTypes.string]),
466
+ "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
467
+ "__@toStringTag": PropTypes.string.isRequired,
468
+ "description": PropTypes.string,
469
+ "toString": PropTypes.func.isRequired,
470
+ "valueOf": PropTypes.func.isRequired
471
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
472
+ "__@toStringTag": PropTypes.string.isRequired,
473
+ "description": PropTypes.string,
474
+ "toString": PropTypes.func.isRequired,
475
+ "valueOf": PropTypes.func.isRequired
476
+ }), PropTypes.string]),
477
+ "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
478
+ "__@toStringTag": PropTypes.string.isRequired,
479
+ "description": PropTypes.string,
480
+ "toString": PropTypes.func.isRequired,
481
+ "valueOf": PropTypes.func.isRequired
482
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
483
+ "__@toStringTag": PropTypes.string.isRequired,
484
+ "description": PropTypes.string,
485
+ "toString": PropTypes.func.isRequired,
486
+ "valueOf": PropTypes.func.isRequired
487
+ }), PropTypes.string]),
488
+ "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
489
+ "__@toStringTag": PropTypes.string.isRequired,
490
+ "description": PropTypes.string,
491
+ "toString": PropTypes.func.isRequired,
492
+ "valueOf": PropTypes.func.isRequired
493
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
494
+ "__@toStringTag": PropTypes.string.isRequired,
495
+ "description": PropTypes.string,
496
+ "toString": PropTypes.func.isRequired,
497
+ "valueOf": PropTypes.func.isRequired
498
+ }), PropTypes.string]),
499
+ "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
500
+ "__@toStringTag": PropTypes.string.isRequired,
501
+ "description": PropTypes.string,
502
+ "toString": PropTypes.func.isRequired,
503
+ "valueOf": PropTypes.func.isRequired
504
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
505
+ "__@toStringTag": PropTypes.string.isRequired,
506
+ "description": PropTypes.string,
507
+ "toString": PropTypes.func.isRequired,
508
+ "valueOf": PropTypes.func.isRequired
509
+ }), PropTypes.string]),
510
+ "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
511
+ "__@toStringTag": PropTypes.string.isRequired,
512
+ "description": PropTypes.string,
513
+ "toString": PropTypes.func.isRequired,
514
+ "valueOf": PropTypes.func.isRequired
515
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
516
+ "__@toStringTag": PropTypes.string.isRequired,
517
+ "description": PropTypes.string,
518
+ "toString": PropTypes.func.isRequired,
519
+ "valueOf": PropTypes.func.isRequired
520
+ }), PropTypes.string]),
521
+ "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
522
+ "__@toStringTag": PropTypes.string.isRequired,
523
+ "description": PropTypes.string,
524
+ "toString": PropTypes.func.isRequired,
525
+ "valueOf": PropTypes.func.isRequired
526
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
527
+ "__@toStringTag": PropTypes.string.isRequired,
528
+ "description": PropTypes.string,
529
+ "toString": PropTypes.func.isRequired,
530
+ "valueOf": PropTypes.func.isRequired
531
+ }), PropTypes.string]),
532
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
533
+ "__@toStringTag": PropTypes.string.isRequired,
534
+ "description": PropTypes.string,
535
+ "toString": PropTypes.func.isRequired,
536
+ "valueOf": PropTypes.func.isRequired
537
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
538
+ "__@toStringTag": PropTypes.string.isRequired,
539
+ "description": PropTypes.string,
540
+ "toString": PropTypes.func.isRequired,
541
+ "valueOf": PropTypes.func.isRequired
542
+ }), PropTypes.string]),
543
+ "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
544
+ "__@toStringTag": PropTypes.string.isRequired,
545
+ "description": PropTypes.string,
546
+ "toString": PropTypes.func.isRequired,
547
+ "valueOf": PropTypes.func.isRequired
548
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
549
+ "__@toStringTag": PropTypes.string.isRequired,
550
+ "description": PropTypes.string,
551
+ "toString": PropTypes.func.isRequired,
552
+ "valueOf": PropTypes.func.isRequired
553
+ }), PropTypes.string]),
554
+ "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
555
+ "__@toStringTag": PropTypes.string.isRequired,
556
+ "description": PropTypes.string,
557
+ "toString": PropTypes.func.isRequired,
558
+ "valueOf": PropTypes.func.isRequired
559
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
560
+ "__@toStringTag": PropTypes.string.isRequired,
561
+ "description": PropTypes.string,
562
+ "toString": PropTypes.func.isRequired,
563
+ "valueOf": PropTypes.func.isRequired
564
+ }), PropTypes.string]),
565
+ "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
566
+ "__@toStringTag": PropTypes.string.isRequired,
567
+ "description": PropTypes.string,
568
+ "toString": PropTypes.func.isRequired,
569
+ "valueOf": PropTypes.func.isRequired
570
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
571
+ "__@toStringTag": PropTypes.string.isRequired,
572
+ "description": PropTypes.string,
573
+ "toString": PropTypes.func.isRequired,
574
+ "valueOf": PropTypes.func.isRequired
575
+ }), PropTypes.string]),
576
+ "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
577
+ "__@toStringTag": PropTypes.string.isRequired,
578
+ "description": PropTypes.string,
579
+ "toString": PropTypes.func.isRequired,
580
+ "valueOf": PropTypes.func.isRequired
581
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
582
+ "__@toStringTag": PropTypes.string.isRequired,
583
+ "description": PropTypes.string,
584
+ "toString": PropTypes.func.isRequired,
585
+ "valueOf": PropTypes.func.isRequired
586
+ }), PropTypes.string]),
587
+ "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
588
+ "__@toStringTag": PropTypes.string.isRequired,
589
+ "description": PropTypes.string,
590
+ "toString": PropTypes.func.isRequired,
591
+ "valueOf": PropTypes.func.isRequired
592
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
593
+ "__@toStringTag": PropTypes.string.isRequired,
594
+ "description": PropTypes.string,
595
+ "toString": PropTypes.func.isRequired,
596
+ "valueOf": PropTypes.func.isRequired
597
+ }), PropTypes.string]),
598
+ "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
599
+ "__@toStringTag": PropTypes.string.isRequired,
600
+ "description": PropTypes.string,
601
+ "toString": PropTypes.func.isRequired,
602
+ "valueOf": PropTypes.func.isRequired
603
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
604
+ "__@toStringTag": PropTypes.string.isRequired,
605
+ "description": PropTypes.string,
606
+ "toString": PropTypes.func.isRequired,
607
+ "valueOf": PropTypes.func.isRequired
608
+ }), PropTypes.string]),
609
+ "onChange": PropTypes.func,
610
+ "openTitle": PropTypes.string,
611
+ "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
612
+ "__@toStringTag": PropTypes.string.isRequired,
613
+ "description": PropTypes.string,
614
+ "toString": PropTypes.func.isRequired,
615
+ "valueOf": PropTypes.func.isRequired
616
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
617
+ "__@toStringTag": PropTypes.string.isRequired,
618
+ "description": PropTypes.string,
619
+ "toString": PropTypes.func.isRequired,
620
+ "valueOf": PropTypes.func.isRequired
621
+ }), PropTypes.string]),
622
+ "padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
623
+ "__@toStringTag": PropTypes.string.isRequired,
624
+ "description": PropTypes.string,
625
+ "toString": PropTypes.func.isRequired,
626
+ "valueOf": PropTypes.func.isRequired
627
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
628
+ "__@toStringTag": PropTypes.string.isRequired,
629
+ "description": PropTypes.string,
630
+ "toString": PropTypes.func.isRequired,
631
+ "valueOf": PropTypes.func.isRequired
632
+ }), PropTypes.string]),
633
+ "paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
634
+ "__@toStringTag": PropTypes.string.isRequired,
635
+ "description": PropTypes.string,
636
+ "toString": PropTypes.func.isRequired,
637
+ "valueOf": PropTypes.func.isRequired
638
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
639
+ "__@toStringTag": PropTypes.string.isRequired,
640
+ "description": PropTypes.string,
641
+ "toString": PropTypes.func.isRequired,
642
+ "valueOf": PropTypes.func.isRequired
643
+ }), PropTypes.string]),
644
+ "paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
645
+ "__@toStringTag": PropTypes.string.isRequired,
646
+ "description": PropTypes.string,
647
+ "toString": PropTypes.func.isRequired,
648
+ "valueOf": PropTypes.func.isRequired
649
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
650
+ "__@toStringTag": PropTypes.string.isRequired,
651
+ "description": PropTypes.string,
652
+ "toString": PropTypes.func.isRequired,
653
+ "valueOf": PropTypes.func.isRequired
654
+ }), PropTypes.string]),
655
+ "paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
656
+ "__@toStringTag": PropTypes.string.isRequired,
657
+ "description": PropTypes.string,
658
+ "toString": PropTypes.func.isRequired,
659
+ "valueOf": PropTypes.func.isRequired
660
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
661
+ "__@toStringTag": PropTypes.string.isRequired,
662
+ "description": PropTypes.string,
663
+ "toString": PropTypes.func.isRequired,
664
+ "valueOf": PropTypes.func.isRequired
665
+ }), PropTypes.string]),
666
+ "paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
667
+ "__@toStringTag": PropTypes.string.isRequired,
668
+ "description": PropTypes.string,
669
+ "toString": PropTypes.func.isRequired,
670
+ "valueOf": PropTypes.func.isRequired
671
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
672
+ "__@toStringTag": PropTypes.string.isRequired,
673
+ "description": PropTypes.string,
674
+ "toString": PropTypes.func.isRequired,
675
+ "valueOf": PropTypes.func.isRequired
676
+ }), PropTypes.string]),
677
+ "paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
678
+ "__@toStringTag": PropTypes.string.isRequired,
679
+ "description": PropTypes.string,
680
+ "toString": PropTypes.func.isRequired,
681
+ "valueOf": PropTypes.func.isRequired
682
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
683
+ "__@toStringTag": PropTypes.string.isRequired,
684
+ "description": PropTypes.string,
685
+ "toString": PropTypes.func.isRequired,
686
+ "valueOf": PropTypes.func.isRequired
687
+ }), PropTypes.string]),
688
+ "paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
689
+ "__@toStringTag": PropTypes.string.isRequired,
690
+ "description": PropTypes.string,
691
+ "toString": PropTypes.func.isRequired,
692
+ "valueOf": PropTypes.func.isRequired
693
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
694
+ "__@toStringTag": PropTypes.string.isRequired,
695
+ "description": PropTypes.string,
696
+ "toString": PropTypes.func.isRequired,
697
+ "valueOf": PropTypes.func.isRequired
698
+ }), PropTypes.string]),
699
+ "pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
700
+ "__@toStringTag": PropTypes.string.isRequired,
701
+ "description": PropTypes.string,
702
+ "toString": PropTypes.func.isRequired,
703
+ "valueOf": PropTypes.func.isRequired
704
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
705
+ "__@toStringTag": PropTypes.string.isRequired,
706
+ "description": PropTypes.string,
707
+ "toString": PropTypes.func.isRequired,
708
+ "valueOf": PropTypes.func.isRequired
709
+ }), PropTypes.string]),
710
+ "pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
711
+ "__@toStringTag": PropTypes.string.isRequired,
712
+ "description": PropTypes.string,
713
+ "toString": PropTypes.func.isRequired,
714
+ "valueOf": PropTypes.func.isRequired
715
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
716
+ "__@toStringTag": PropTypes.string.isRequired,
717
+ "description": PropTypes.string,
718
+ "toString": PropTypes.func.isRequired,
719
+ "valueOf": PropTypes.func.isRequired
720
+ }), PropTypes.string]),
721
+ "pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
722
+ "__@toStringTag": PropTypes.string.isRequired,
723
+ "description": PropTypes.string,
724
+ "toString": PropTypes.func.isRequired,
725
+ "valueOf": PropTypes.func.isRequired
726
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
727
+ "__@toStringTag": PropTypes.string.isRequired,
728
+ "description": PropTypes.string,
729
+ "toString": PropTypes.func.isRequired,
730
+ "valueOf": PropTypes.func.isRequired
731
+ }), PropTypes.string]),
732
+ "pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
733
+ "__@toStringTag": PropTypes.string.isRequired,
734
+ "description": PropTypes.string,
735
+ "toString": PropTypes.func.isRequired,
736
+ "valueOf": PropTypes.func.isRequired
737
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
738
+ "__@toStringTag": PropTypes.string.isRequired,
739
+ "description": PropTypes.string,
740
+ "toString": PropTypes.func.isRequired,
741
+ "valueOf": PropTypes.func.isRequired
742
+ }), PropTypes.string]),
743
+ "px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
744
+ "__@toStringTag": PropTypes.string.isRequired,
745
+ "description": PropTypes.string,
746
+ "toString": PropTypes.func.isRequired,
747
+ "valueOf": PropTypes.func.isRequired
748
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
749
+ "__@toStringTag": PropTypes.string.isRequired,
750
+ "description": PropTypes.string,
751
+ "toString": PropTypes.func.isRequired,
752
+ "valueOf": PropTypes.func.isRequired
753
+ }), PropTypes.string]),
754
+ "py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
755
+ "__@toStringTag": PropTypes.string.isRequired,
756
+ "description": PropTypes.string,
757
+ "toString": PropTypes.func.isRequired,
758
+ "valueOf": PropTypes.func.isRequired
759
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
760
+ "__@toStringTag": PropTypes.string.isRequired,
761
+ "description": PropTypes.string,
762
+ "toString": PropTypes.func.isRequired,
763
+ "valueOf": PropTypes.func.isRequired
764
+ }), PropTypes.string]),
765
+ "scheme": PropTypes.oneOf(["transparent", "white"]),
766
+ "size": PropTypes.oneOf(["large", "small"]),
767
+ "subTitle": PropTypes.string,
768
+ "title": PropTypes.node,
769
+ "warning": PropTypes.string,
770
+ "width": PropTypes.string
192
771
  };
772
+ export { Accordion };
193
773
  Accordion.displayName = "Accordion";
194
774
  export default Accordion;