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
@@ -55,324 +55,326 @@ const IconButton = /*#__PURE__*/React.forwardRef(({
55
55
  target: internalRef
56
56
  }, children));
57
57
  });
58
- IconButton.propTypes = {
59
- "aria-label": PropTypes.string,
60
- "children": PropTypes.element.isRequired,
61
- "disabled": PropTypes.bool,
62
- "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
63
- "__@toStringTag": PropTypes.string.isRequired,
64
- "description": PropTypes.string,
65
- "toString": PropTypes.func.isRequired,
66
- "valueOf": PropTypes.func.isRequired
67
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
68
- "__@toStringTag": PropTypes.string.isRequired,
69
- "description": PropTypes.string,
70
- "toString": PropTypes.func.isRequired,
71
- "valueOf": PropTypes.func.isRequired
72
- }), PropTypes.string]),
73
- "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
74
- "__@toStringTag": PropTypes.string.isRequired,
75
- "description": PropTypes.string,
76
- "toString": PropTypes.func.isRequired,
77
- "valueOf": PropTypes.func.isRequired
78
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
79
- "__@toStringTag": PropTypes.string.isRequired,
80
- "description": PropTypes.string,
81
- "toString": PropTypes.func.isRequired,
82
- "valueOf": PropTypes.func.isRequired
83
- }), PropTypes.string]),
84
- "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
85
- "__@toStringTag": PropTypes.string.isRequired,
86
- "description": PropTypes.string,
87
- "toString": PropTypes.func.isRequired,
88
- "valueOf": PropTypes.func.isRequired
89
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
90
- "__@toStringTag": PropTypes.string.isRequired,
91
- "description": PropTypes.string,
92
- "toString": PropTypes.func.isRequired,
93
- "valueOf": PropTypes.func.isRequired
94
- }), PropTypes.string]),
95
- "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
96
- "__@toStringTag": PropTypes.string.isRequired,
97
- "description": PropTypes.string,
98
- "toString": PropTypes.func.isRequired,
99
- "valueOf": PropTypes.func.isRequired
100
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
101
- "__@toStringTag": PropTypes.string.isRequired,
102
- "description": PropTypes.string,
103
- "toString": PropTypes.func.isRequired,
104
- "valueOf": PropTypes.func.isRequired
105
- }), PropTypes.string]),
106
- "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
107
- "__@toStringTag": PropTypes.string.isRequired,
108
- "description": PropTypes.string,
109
- "toString": PropTypes.func.isRequired,
110
- "valueOf": PropTypes.func.isRequired
111
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
112
- "__@toStringTag": PropTypes.string.isRequired,
113
- "description": PropTypes.string,
114
- "toString": PropTypes.func.isRequired,
115
- "valueOf": PropTypes.func.isRequired
116
- }), PropTypes.string]),
117
- "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
118
- "__@toStringTag": PropTypes.string.isRequired,
119
- "description": PropTypes.string,
120
- "toString": PropTypes.func.isRequired,
121
- "valueOf": PropTypes.func.isRequired
122
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
123
- "__@toStringTag": PropTypes.string.isRequired,
124
- "description": PropTypes.string,
125
- "toString": PropTypes.func.isRequired,
126
- "valueOf": PropTypes.func.isRequired
127
- }), PropTypes.string]),
128
- "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
129
- "__@toStringTag": PropTypes.string.isRequired,
130
- "description": PropTypes.string,
131
- "toString": PropTypes.func.isRequired,
132
- "valueOf": PropTypes.func.isRequired
133
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
134
- "__@toStringTag": PropTypes.string.isRequired,
135
- "description": PropTypes.string,
136
- "toString": PropTypes.func.isRequired,
137
- "valueOf": PropTypes.func.isRequired
138
- }), PropTypes.string]),
139
- "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
140
- "__@toStringTag": PropTypes.string.isRequired,
141
- "description": PropTypes.string,
142
- "toString": PropTypes.func.isRequired,
143
- "valueOf": PropTypes.func.isRequired
144
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
145
- "__@toStringTag": PropTypes.string.isRequired,
146
- "description": PropTypes.string,
147
- "toString": PropTypes.func.isRequired,
148
- "valueOf": PropTypes.func.isRequired
149
- }), PropTypes.string]),
150
- "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
151
- "__@toStringTag": PropTypes.string.isRequired,
152
- "description": PropTypes.string,
153
- "toString": PropTypes.func.isRequired,
154
- "valueOf": PropTypes.func.isRequired
155
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
156
- "__@toStringTag": PropTypes.string.isRequired,
157
- "description": PropTypes.string,
158
- "toString": PropTypes.func.isRequired,
159
- "valueOf": PropTypes.func.isRequired
160
- }), PropTypes.string]),
161
- "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
162
- "__@toStringTag": PropTypes.string.isRequired,
163
- "description": PropTypes.string,
164
- "toString": PropTypes.func.isRequired,
165
- "valueOf": PropTypes.func.isRequired
166
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
167
- "__@toStringTag": PropTypes.string.isRequired,
168
- "description": PropTypes.string,
169
- "toString": PropTypes.func.isRequired,
170
- "valueOf": PropTypes.func.isRequired
171
- }), PropTypes.string]),
172
- "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
173
- "__@toStringTag": PropTypes.string.isRequired,
174
- "description": PropTypes.string,
175
- "toString": PropTypes.func.isRequired,
176
- "valueOf": PropTypes.func.isRequired
177
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
178
- "__@toStringTag": PropTypes.string.isRequired,
179
- "description": PropTypes.string,
180
- "toString": PropTypes.func.isRequired,
181
- "valueOf": PropTypes.func.isRequired
182
- }), PropTypes.string]),
183
- "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
184
- "__@toStringTag": PropTypes.string.isRequired,
185
- "description": PropTypes.string,
186
- "toString": PropTypes.func.isRequired,
187
- "valueOf": PropTypes.func.isRequired
188
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
189
- "__@toStringTag": PropTypes.string.isRequired,
190
- "description": PropTypes.string,
191
- "toString": PropTypes.func.isRequired,
192
- "valueOf": PropTypes.func.isRequired
193
- }), PropTypes.string]),
194
- "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
195
- "__@toStringTag": PropTypes.string.isRequired,
196
- "description": PropTypes.string,
197
- "toString": PropTypes.func.isRequired,
198
- "valueOf": PropTypes.func.isRequired
199
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
200
- "__@toStringTag": PropTypes.string.isRequired,
201
- "description": PropTypes.string,
202
- "toString": PropTypes.func.isRequired,
203
- "valueOf": PropTypes.func.isRequired
204
- }), PropTypes.string]),
205
- "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
206
- "__@toStringTag": PropTypes.string.isRequired,
207
- "description": PropTypes.string,
208
- "toString": PropTypes.func.isRequired,
209
- "valueOf": PropTypes.func.isRequired
210
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
211
- "__@toStringTag": PropTypes.string.isRequired,
212
- "description": PropTypes.string,
213
- "toString": PropTypes.func.isRequired,
214
- "valueOf": PropTypes.func.isRequired
215
- }), PropTypes.string]),
216
- "onAction": PropTypes.func,
217
- "onBlur": PropTypes.func,
218
- "onClick": PropTypes.func,
219
- "onFocus": PropTypes.func,
220
- "onMouseEnter": PropTypes.func,
221
- "onMouseLeave": PropTypes.func,
222
- "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
223
- "__@toStringTag": PropTypes.string.isRequired,
224
- "description": PropTypes.string,
225
- "toString": PropTypes.func.isRequired,
226
- "valueOf": PropTypes.func.isRequired
227
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
228
- "__@toStringTag": PropTypes.string.isRequired,
229
- "description": PropTypes.string,
230
- "toString": PropTypes.func.isRequired,
231
- "valueOf": PropTypes.func.isRequired
232
- }), PropTypes.string]),
233
- "padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
234
- "__@toStringTag": PropTypes.string.isRequired,
235
- "description": PropTypes.string,
236
- "toString": PropTypes.func.isRequired,
237
- "valueOf": PropTypes.func.isRequired
238
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
239
- "__@toStringTag": PropTypes.string.isRequired,
240
- "description": PropTypes.string,
241
- "toString": PropTypes.func.isRequired,
242
- "valueOf": PropTypes.func.isRequired
243
- }), PropTypes.string]),
244
- "paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
245
- "__@toStringTag": PropTypes.string.isRequired,
246
- "description": PropTypes.string,
247
- "toString": PropTypes.func.isRequired,
248
- "valueOf": PropTypes.func.isRequired
249
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
250
- "__@toStringTag": PropTypes.string.isRequired,
251
- "description": PropTypes.string,
252
- "toString": PropTypes.func.isRequired,
253
- "valueOf": PropTypes.func.isRequired
254
- }), PropTypes.string]),
255
- "paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
256
- "__@toStringTag": PropTypes.string.isRequired,
257
- "description": PropTypes.string,
258
- "toString": PropTypes.func.isRequired,
259
- "valueOf": PropTypes.func.isRequired
260
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
261
- "__@toStringTag": PropTypes.string.isRequired,
262
- "description": PropTypes.string,
263
- "toString": PropTypes.func.isRequired,
264
- "valueOf": PropTypes.func.isRequired
265
- }), PropTypes.string]),
266
- "paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
267
- "__@toStringTag": PropTypes.string.isRequired,
268
- "description": PropTypes.string,
269
- "toString": PropTypes.func.isRequired,
270
- "valueOf": PropTypes.func.isRequired
271
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
272
- "__@toStringTag": PropTypes.string.isRequired,
273
- "description": PropTypes.string,
274
- "toString": PropTypes.func.isRequired,
275
- "valueOf": PropTypes.func.isRequired
276
- }), PropTypes.string]),
277
- "paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
278
- "__@toStringTag": PropTypes.string.isRequired,
279
- "description": PropTypes.string,
280
- "toString": PropTypes.func.isRequired,
281
- "valueOf": PropTypes.func.isRequired
282
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
283
- "__@toStringTag": PropTypes.string.isRequired,
284
- "description": PropTypes.string,
285
- "toString": PropTypes.func.isRequired,
286
- "valueOf": PropTypes.func.isRequired
287
- }), PropTypes.string]),
288
- "paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
289
- "__@toStringTag": PropTypes.string.isRequired,
290
- "description": PropTypes.string,
291
- "toString": PropTypes.func.isRequired,
292
- "valueOf": PropTypes.func.isRequired
293
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
294
- "__@toStringTag": PropTypes.string.isRequired,
295
- "description": PropTypes.string,
296
- "toString": PropTypes.func.isRequired,
297
- "valueOf": PropTypes.func.isRequired
298
- }), PropTypes.string]),
299
- "paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
300
- "__@toStringTag": PropTypes.string.isRequired,
301
- "description": PropTypes.string,
302
- "toString": PropTypes.func.isRequired,
303
- "valueOf": PropTypes.func.isRequired
304
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
305
- "__@toStringTag": PropTypes.string.isRequired,
306
- "description": PropTypes.string,
307
- "toString": PropTypes.func.isRequired,
308
- "valueOf": PropTypes.func.isRequired
309
- }), PropTypes.string]),
310
- "pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
311
- "__@toStringTag": PropTypes.string.isRequired,
312
- "description": PropTypes.string,
313
- "toString": PropTypes.func.isRequired,
314
- "valueOf": PropTypes.func.isRequired
315
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
316
- "__@toStringTag": PropTypes.string.isRequired,
317
- "description": PropTypes.string,
318
- "toString": PropTypes.func.isRequired,
319
- "valueOf": PropTypes.func.isRequired
320
- }), PropTypes.string]),
321
- "pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
322
- "__@toStringTag": PropTypes.string.isRequired,
323
- "description": PropTypes.string,
324
- "toString": PropTypes.func.isRequired,
325
- "valueOf": PropTypes.func.isRequired
326
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
327
- "__@toStringTag": PropTypes.string.isRequired,
328
- "description": PropTypes.string,
329
- "toString": PropTypes.func.isRequired,
330
- "valueOf": PropTypes.func.isRequired
331
- }), PropTypes.string]),
332
- "pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
333
- "__@toStringTag": PropTypes.string.isRequired,
334
- "description": PropTypes.string,
335
- "toString": PropTypes.func.isRequired,
336
- "valueOf": PropTypes.func.isRequired
337
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
338
- "__@toStringTag": PropTypes.string.isRequired,
339
- "description": PropTypes.string,
340
- "toString": PropTypes.func.isRequired,
341
- "valueOf": PropTypes.func.isRequired
342
- }), PropTypes.string]),
343
- "pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
344
- "__@toStringTag": PropTypes.string.isRequired,
345
- "description": PropTypes.string,
346
- "toString": PropTypes.func.isRequired,
347
- "valueOf": PropTypes.func.isRequired
348
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
349
- "__@toStringTag": PropTypes.string.isRequired,
350
- "description": PropTypes.string,
351
- "toString": PropTypes.func.isRequired,
352
- "valueOf": PropTypes.func.isRequired
353
- }), PropTypes.string]),
354
- "px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
355
- "__@toStringTag": PropTypes.string.isRequired,
356
- "description": PropTypes.string,
357
- "toString": PropTypes.func.isRequired,
358
- "valueOf": PropTypes.func.isRequired
359
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
360
- "__@toStringTag": PropTypes.string.isRequired,
361
- "description": PropTypes.string,
362
- "toString": PropTypes.func.isRequired,
363
- "valueOf": PropTypes.func.isRequired
364
- }), PropTypes.string]),
365
- "py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
366
- "__@toStringTag": PropTypes.string.isRequired,
367
- "description": PropTypes.string,
368
- "toString": PropTypes.func.isRequired,
369
- "valueOf": PropTypes.func.isRequired
370
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
371
- "__@toStringTag": PropTypes.string.isRequired,
372
- "description": PropTypes.string,
373
- "toString": PropTypes.func.isRequired,
374
- "valueOf": PropTypes.func.isRequired
375
- }), PropTypes.string])
376
- };
58
+ if (process.env.NODE_ENV !== "production") {
59
+ IconButton.propTypes = {
60
+ "aria-label": PropTypes.string,
61
+ "children": PropTypes.element.isRequired,
62
+ "disabled": PropTypes.bool,
63
+ "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
64
+ "__@toStringTag": PropTypes.string.isRequired,
65
+ "description": PropTypes.string,
66
+ "toString": PropTypes.func.isRequired,
67
+ "valueOf": PropTypes.func.isRequired
68
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
69
+ "__@toStringTag": PropTypes.string.isRequired,
70
+ "description": PropTypes.string,
71
+ "toString": PropTypes.func.isRequired,
72
+ "valueOf": PropTypes.func.isRequired
73
+ }), PropTypes.string]),
74
+ "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
75
+ "__@toStringTag": PropTypes.string.isRequired,
76
+ "description": PropTypes.string,
77
+ "toString": PropTypes.func.isRequired,
78
+ "valueOf": PropTypes.func.isRequired
79
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
80
+ "__@toStringTag": PropTypes.string.isRequired,
81
+ "description": PropTypes.string,
82
+ "toString": PropTypes.func.isRequired,
83
+ "valueOf": PropTypes.func.isRequired
84
+ }), PropTypes.string]),
85
+ "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
86
+ "__@toStringTag": PropTypes.string.isRequired,
87
+ "description": PropTypes.string,
88
+ "toString": PropTypes.func.isRequired,
89
+ "valueOf": PropTypes.func.isRequired
90
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
91
+ "__@toStringTag": PropTypes.string.isRequired,
92
+ "description": PropTypes.string,
93
+ "toString": PropTypes.func.isRequired,
94
+ "valueOf": PropTypes.func.isRequired
95
+ }), PropTypes.string]),
96
+ "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
97
+ "__@toStringTag": PropTypes.string.isRequired,
98
+ "description": PropTypes.string,
99
+ "toString": PropTypes.func.isRequired,
100
+ "valueOf": PropTypes.func.isRequired
101
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
102
+ "__@toStringTag": PropTypes.string.isRequired,
103
+ "description": PropTypes.string,
104
+ "toString": PropTypes.func.isRequired,
105
+ "valueOf": PropTypes.func.isRequired
106
+ }), PropTypes.string]),
107
+ "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
108
+ "__@toStringTag": PropTypes.string.isRequired,
109
+ "description": PropTypes.string,
110
+ "toString": PropTypes.func.isRequired,
111
+ "valueOf": PropTypes.func.isRequired
112
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
113
+ "__@toStringTag": PropTypes.string.isRequired,
114
+ "description": PropTypes.string,
115
+ "toString": PropTypes.func.isRequired,
116
+ "valueOf": PropTypes.func.isRequired
117
+ }), PropTypes.string]),
118
+ "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
119
+ "__@toStringTag": PropTypes.string.isRequired,
120
+ "description": PropTypes.string,
121
+ "toString": PropTypes.func.isRequired,
122
+ "valueOf": PropTypes.func.isRequired
123
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
124
+ "__@toStringTag": PropTypes.string.isRequired,
125
+ "description": PropTypes.string,
126
+ "toString": PropTypes.func.isRequired,
127
+ "valueOf": PropTypes.func.isRequired
128
+ }), PropTypes.string]),
129
+ "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
130
+ "__@toStringTag": PropTypes.string.isRequired,
131
+ "description": PropTypes.string,
132
+ "toString": PropTypes.func.isRequired,
133
+ "valueOf": PropTypes.func.isRequired
134
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
135
+ "__@toStringTag": PropTypes.string.isRequired,
136
+ "description": PropTypes.string,
137
+ "toString": PropTypes.func.isRequired,
138
+ "valueOf": PropTypes.func.isRequired
139
+ }), PropTypes.string]),
140
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
141
+ "__@toStringTag": PropTypes.string.isRequired,
142
+ "description": PropTypes.string,
143
+ "toString": PropTypes.func.isRequired,
144
+ "valueOf": PropTypes.func.isRequired
145
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
146
+ "__@toStringTag": PropTypes.string.isRequired,
147
+ "description": PropTypes.string,
148
+ "toString": PropTypes.func.isRequired,
149
+ "valueOf": PropTypes.func.isRequired
150
+ }), PropTypes.string]),
151
+ "mb": 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
+ "ml": 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
+ "mr": 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
+ "mt": 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
+ "mx": 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
+ "my": 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
+ "onAction": PropTypes.func,
218
+ "onBlur": PropTypes.func,
219
+ "onClick": PropTypes.func,
220
+ "onFocus": PropTypes.func,
221
+ "onMouseEnter": PropTypes.func,
222
+ "onMouseLeave": PropTypes.func,
223
+ "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
224
+ "__@toStringTag": PropTypes.string.isRequired,
225
+ "description": PropTypes.string,
226
+ "toString": PropTypes.func.isRequired,
227
+ "valueOf": PropTypes.func.isRequired
228
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
229
+ "__@toStringTag": PropTypes.string.isRequired,
230
+ "description": PropTypes.string,
231
+ "toString": PropTypes.func.isRequired,
232
+ "valueOf": PropTypes.func.isRequired
233
+ }), PropTypes.string]),
234
+ "padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
235
+ "__@toStringTag": PropTypes.string.isRequired,
236
+ "description": PropTypes.string,
237
+ "toString": PropTypes.func.isRequired,
238
+ "valueOf": PropTypes.func.isRequired
239
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
240
+ "__@toStringTag": PropTypes.string.isRequired,
241
+ "description": PropTypes.string,
242
+ "toString": PropTypes.func.isRequired,
243
+ "valueOf": PropTypes.func.isRequired
244
+ }), PropTypes.string]),
245
+ "paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
246
+ "__@toStringTag": PropTypes.string.isRequired,
247
+ "description": PropTypes.string,
248
+ "toString": PropTypes.func.isRequired,
249
+ "valueOf": PropTypes.func.isRequired
250
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
251
+ "__@toStringTag": PropTypes.string.isRequired,
252
+ "description": PropTypes.string,
253
+ "toString": PropTypes.func.isRequired,
254
+ "valueOf": PropTypes.func.isRequired
255
+ }), PropTypes.string]),
256
+ "paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
257
+ "__@toStringTag": PropTypes.string.isRequired,
258
+ "description": PropTypes.string,
259
+ "toString": PropTypes.func.isRequired,
260
+ "valueOf": PropTypes.func.isRequired
261
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
262
+ "__@toStringTag": PropTypes.string.isRequired,
263
+ "description": PropTypes.string,
264
+ "toString": PropTypes.func.isRequired,
265
+ "valueOf": PropTypes.func.isRequired
266
+ }), PropTypes.string]),
267
+ "paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
268
+ "__@toStringTag": PropTypes.string.isRequired,
269
+ "description": PropTypes.string,
270
+ "toString": PropTypes.func.isRequired,
271
+ "valueOf": PropTypes.func.isRequired
272
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
273
+ "__@toStringTag": PropTypes.string.isRequired,
274
+ "description": PropTypes.string,
275
+ "toString": PropTypes.func.isRequired,
276
+ "valueOf": PropTypes.func.isRequired
277
+ }), PropTypes.string]),
278
+ "paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
279
+ "__@toStringTag": PropTypes.string.isRequired,
280
+ "description": PropTypes.string,
281
+ "toString": PropTypes.func.isRequired,
282
+ "valueOf": PropTypes.func.isRequired
283
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
284
+ "__@toStringTag": PropTypes.string.isRequired,
285
+ "description": PropTypes.string,
286
+ "toString": PropTypes.func.isRequired,
287
+ "valueOf": PropTypes.func.isRequired
288
+ }), PropTypes.string]),
289
+ "paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
290
+ "__@toStringTag": PropTypes.string.isRequired,
291
+ "description": PropTypes.string,
292
+ "toString": PropTypes.func.isRequired,
293
+ "valueOf": PropTypes.func.isRequired
294
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
295
+ "__@toStringTag": PropTypes.string.isRequired,
296
+ "description": PropTypes.string,
297
+ "toString": PropTypes.func.isRequired,
298
+ "valueOf": PropTypes.func.isRequired
299
+ }), PropTypes.string]),
300
+ "paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
301
+ "__@toStringTag": PropTypes.string.isRequired,
302
+ "description": PropTypes.string,
303
+ "toString": PropTypes.func.isRequired,
304
+ "valueOf": PropTypes.func.isRequired
305
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
306
+ "__@toStringTag": PropTypes.string.isRequired,
307
+ "description": PropTypes.string,
308
+ "toString": PropTypes.func.isRequired,
309
+ "valueOf": PropTypes.func.isRequired
310
+ }), PropTypes.string]),
311
+ "pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
312
+ "__@toStringTag": PropTypes.string.isRequired,
313
+ "description": PropTypes.string,
314
+ "toString": PropTypes.func.isRequired,
315
+ "valueOf": PropTypes.func.isRequired
316
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
317
+ "__@toStringTag": PropTypes.string.isRequired,
318
+ "description": PropTypes.string,
319
+ "toString": PropTypes.func.isRequired,
320
+ "valueOf": PropTypes.func.isRequired
321
+ }), PropTypes.string]),
322
+ "pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
323
+ "__@toStringTag": PropTypes.string.isRequired,
324
+ "description": PropTypes.string,
325
+ "toString": PropTypes.func.isRequired,
326
+ "valueOf": PropTypes.func.isRequired
327
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
328
+ "__@toStringTag": PropTypes.string.isRequired,
329
+ "description": PropTypes.string,
330
+ "toString": PropTypes.func.isRequired,
331
+ "valueOf": PropTypes.func.isRequired
332
+ }), PropTypes.string]),
333
+ "pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
334
+ "__@toStringTag": PropTypes.string.isRequired,
335
+ "description": PropTypes.string,
336
+ "toString": PropTypes.func.isRequired,
337
+ "valueOf": PropTypes.func.isRequired
338
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
339
+ "__@toStringTag": PropTypes.string.isRequired,
340
+ "description": PropTypes.string,
341
+ "toString": PropTypes.func.isRequired,
342
+ "valueOf": PropTypes.func.isRequired
343
+ }), PropTypes.string]),
344
+ "pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
345
+ "__@toStringTag": PropTypes.string.isRequired,
346
+ "description": PropTypes.string,
347
+ "toString": PropTypes.func.isRequired,
348
+ "valueOf": PropTypes.func.isRequired
349
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
350
+ "__@toStringTag": PropTypes.string.isRequired,
351
+ "description": PropTypes.string,
352
+ "toString": PropTypes.func.isRequired,
353
+ "valueOf": PropTypes.func.isRequired
354
+ }), PropTypes.string]),
355
+ "px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
356
+ "__@toStringTag": PropTypes.string.isRequired,
357
+ "description": PropTypes.string,
358
+ "toString": PropTypes.func.isRequired,
359
+ "valueOf": PropTypes.func.isRequired
360
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
361
+ "__@toStringTag": PropTypes.string.isRequired,
362
+ "description": PropTypes.string,
363
+ "toString": PropTypes.func.isRequired,
364
+ "valueOf": PropTypes.func.isRequired
365
+ }), PropTypes.string]),
366
+ "py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
367
+ "__@toStringTag": PropTypes.string.isRequired,
368
+ "description": PropTypes.string,
369
+ "toString": PropTypes.func.isRequired,
370
+ "valueOf": PropTypes.func.isRequired
371
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
372
+ "__@toStringTag": PropTypes.string.isRequired,
373
+ "description": PropTypes.string,
374
+ "toString": PropTypes.func.isRequired,
375
+ "valueOf": PropTypes.func.isRequired
376
+ }), PropTypes.string])
377
+ };
378
+ }
377
379
  IconButton.displayName = "IconButton";
378
380
  export default IconButton;