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
@@ -118,542 +118,544 @@ const GroupedCharacter = /*#__PURE__*/React.forwardRef(({
118
118
  ref: ref
119
119
  }));
120
120
  });
121
- GroupedCharacter.propTypes = {
122
- "about": PropTypes.string,
123
- "accept": PropTypes.string,
124
- "accessKey": PropTypes.string,
125
- "adaptiveLabelBreakpoint": PropTypes.number,
126
- "align": PropTypes.oneOf(["left", "right"]),
127
- "alt": PropTypes.string,
128
- "aria-activedescendant": PropTypes.string,
129
- "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
130
- "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
131
- "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
132
- "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
133
- "aria-colcount": PropTypes.number,
134
- "aria-colindex": PropTypes.number,
135
- "aria-colspan": PropTypes.number,
136
- "aria-controls": PropTypes.string,
137
- "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
138
- "aria-describedby": PropTypes.string,
139
- "aria-details": PropTypes.string,
140
- "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
141
- "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
142
- "aria-errormessage": PropTypes.string,
143
- "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
144
- "aria-flowto": PropTypes.string,
145
- "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
146
- "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
147
- "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
148
- "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
149
- "aria-keyshortcuts": PropTypes.string,
150
- "aria-label": PropTypes.string,
151
- "aria-labelledby": PropTypes.string,
152
- "aria-level": PropTypes.number,
153
- "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
154
- "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
155
- "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
156
- "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
157
- "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
158
- "aria-owns": PropTypes.string,
159
- "aria-placeholder": PropTypes.string,
160
- "aria-posinset": PropTypes.number,
161
- "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
162
- "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
163
- "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
164
- "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
165
- "aria-roledescription": PropTypes.string,
166
- "aria-rowcount": PropTypes.number,
167
- "aria-rowindex": PropTypes.number,
168
- "aria-rowspan": PropTypes.number,
169
- "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
170
- "aria-setsize": PropTypes.number,
171
- "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
172
- "aria-valuemax": PropTypes.number,
173
- "aria-valuemin": PropTypes.number,
174
- "aria-valuenow": PropTypes.number,
175
- "aria-valuetext": PropTypes.string,
176
- "ariaDescribedBy": PropTypes.string,
177
- "as": PropTypes.elementType,
178
- "autoCapitalize": PropTypes.string,
179
- "autoComplete": PropTypes.string,
180
- "autoCorrect": PropTypes.string,
181
- "autoFocus": PropTypes.bool,
182
- "autoSave": PropTypes.string,
183
- "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
184
- "characterLimit": PropTypes.number,
185
- "checked": PropTypes.bool,
186
- "children": PropTypes.node,
187
- "className": PropTypes.string,
188
- "color": PropTypes.string,
189
- "content": PropTypes.string,
190
- "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
191
- "contextMenu": PropTypes.string,
192
- "dangerouslySetInnerHTML": PropTypes.shape({
193
- "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
194
- }),
195
- "data-component": PropTypes.string,
196
- "data-element": PropTypes.string,
197
- "data-role": PropTypes.string,
198
- "datatype": PropTypes.string,
199
- "defaultChecked": PropTypes.bool,
200
- "defaultValue": PropTypes.string,
201
- "deferTimeout": PropTypes.number,
202
- "dir": PropTypes.string,
203
- "disabled": PropTypes.bool,
204
- "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
205
- "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
206
- "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
207
- "fieldHelp": PropTypes.node,
208
- "form": PropTypes.string,
209
- "formAction": PropTypes.string,
210
- "formattedValue": PropTypes.string,
211
- "formEncType": PropTypes.string,
212
- "formMethod": PropTypes.string,
213
- "formNoValidate": PropTypes.bool,
214
- "formTarget": PropTypes.string,
215
- "groups": PropTypes.arrayOf(PropTypes.number).isRequired,
216
- "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
217
- "helpAriaLabel": PropTypes.string,
218
- "hidden": PropTypes.bool,
219
- "iconOnClick": PropTypes.func,
220
- "iconOnMouseDown": PropTypes.func,
221
- "iconTabIndex": PropTypes.number,
222
- "id": PropTypes.string,
223
- "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
224
- "inlist": PropTypes.any,
225
- "inputBorderRadius": PropTypes.any,
226
- "inputHint": PropTypes.string,
227
- "inputIcon": PropTypes.oneOf(["accessibility_web", "add", "admin", "alert_on", "alert", "analysis", "app_facebook", "app_instagram", "app_tiktok", "app_twitter", "app_youtube", "apps", "arrow_bottom_right_circle", "arrow_down", "arrow_left_boxed", "arrow_left_right_small", "arrow_left_small", "arrow_left", "arrow_right_small", "arrow_right", "arrow_top_left_circle", "arrow_up", "arrow", "arrows_left_right", "attach", "bank_with_card", "bank", "basket_with_squares", "basket", "bed", "bill_paid", "bill_unpaid", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "box_arrow_right", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_pay_date", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "card_wallet", "caret_down", "caret_large_down", "caret_large_left", "caret_large_right", "caret_large_up", "caret_left", "caret_right", "caret_up", "cart", "cash", "chart_bar", "chart_line", "chart_pie", "chat_notes", "chat", "check_all", "check_none", "chevron_down_thick", "chevron_down", "chevron_left_thick", "chevron_left", "chevron_right_thick", "chevron_right", "chevron_up_thick", "chevron_up", "circle_with_dots", "circles_connection", "clock", "close", "cloud_co2", "coins", "collaborate", "computer_clock", "connect_off", "connect", "construction", "contact_card", "contacts", "copy", "create", "credit_card_slash", "credit_card", "cross_circle", "cross", "csv", "dashboard", "delete", "delivery", "disconnect", "disputed", "document_right_align", "document_tick", "document_vertical_lines", "download", "draft", "drag_vertical", "drag", "drill", "dropdown", "duplicate", "edit", "edited", "ellipsis_horizontal", "ellipsis_vertical", "email_switch", "email", "entry", "envelope_dollar", "envelope_euro", "error_square", "error", "euro", "expand", "factory", "favourite_lined", "favourite", "fax", "feedback", "file_excel", "file_generic", "file_image", "file_pdf", "file_word", "files_leaning", "filter_new", "filter", "fit_height", "fit_width", "flag", "folder", "form_refresh", "gift", "go", "graduation_hat", "graph", "grid", "hand_cash_coins", "hand_cash_note", "heart_pulse", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "intranet", "italic", "job_seeked", "key", "laptop", "leaf", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "like_no", "like", "link_cloud", "link_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "microphone", "minimise", "minus_large", "minus", "mobile", "money_bag", "none", "old_warning", "palm_tree", "pause_circle", "pause", "pdf", "people_switch", "people", "percentage_boxed", "person_info", "person_tick", "person", "petrol_pump", "phone", "piggy_bank", "pin", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "protect", "question_hollow", "question_mark", "question", "recruiting", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "send", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "support_online", "sync", "tag", "talk", "target_man", "target", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "volunteering", "warning", "website", "welfare"]),
228
- "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
229
- "inputRef": PropTypes.func,
230
- "inputWidth": PropTypes.number,
231
- "is": PropTypes.string,
232
- "isOptional": PropTypes.bool,
233
- "itemID": PropTypes.string,
234
- "itemProp": PropTypes.string,
235
- "itemRef": PropTypes.string,
236
- "itemScope": PropTypes.bool,
237
- "itemType": PropTypes.string,
238
- "label": PropTypes.string,
239
- "labelAlign": PropTypes.oneOf(["left", "right"]),
240
- "labelHelp": PropTypes.node,
241
- "labelInline": PropTypes.bool,
242
- "labelSpacing": PropTypes.oneOf([1, 2]),
243
- "labelWidth": PropTypes.number,
244
- "lang": PropTypes.string,
245
- "leftChildren": PropTypes.node,
246
- "list": PropTypes.string,
247
- "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
248
- "__@toStringTag": PropTypes.string.isRequired,
249
- "description": PropTypes.string,
250
- "toString": PropTypes.func.isRequired,
251
- "valueOf": PropTypes.func.isRequired
252
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
253
- "__@toStringTag": PropTypes.string.isRequired,
254
- "description": PropTypes.string,
255
- "toString": PropTypes.func.isRequired,
256
- "valueOf": PropTypes.func.isRequired
257
- }), PropTypes.string]),
258
- "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
259
- "__@toStringTag": PropTypes.string.isRequired,
260
- "description": PropTypes.string,
261
- "toString": PropTypes.func.isRequired,
262
- "valueOf": PropTypes.func.isRequired
263
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
264
- "__@toStringTag": PropTypes.string.isRequired,
265
- "description": PropTypes.string,
266
- "toString": PropTypes.func.isRequired,
267
- "valueOf": PropTypes.func.isRequired
268
- }), PropTypes.string]),
269
- "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
270
- "__@toStringTag": PropTypes.string.isRequired,
271
- "description": PropTypes.string,
272
- "toString": PropTypes.func.isRequired,
273
- "valueOf": PropTypes.func.isRequired
274
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
275
- "__@toStringTag": PropTypes.string.isRequired,
276
- "description": PropTypes.string,
277
- "toString": PropTypes.func.isRequired,
278
- "valueOf": PropTypes.func.isRequired
279
- }), PropTypes.string]),
280
- "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
281
- "__@toStringTag": PropTypes.string.isRequired,
282
- "description": PropTypes.string,
283
- "toString": PropTypes.func.isRequired,
284
- "valueOf": PropTypes.func.isRequired
285
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
286
- "__@toStringTag": PropTypes.string.isRequired,
287
- "description": PropTypes.string,
288
- "toString": PropTypes.func.isRequired,
289
- "valueOf": PropTypes.func.isRequired
290
- }), PropTypes.string]),
291
- "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
292
- "__@toStringTag": PropTypes.string.isRequired,
293
- "description": PropTypes.string,
294
- "toString": PropTypes.func.isRequired,
295
- "valueOf": PropTypes.func.isRequired
296
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
297
- "__@toStringTag": PropTypes.string.isRequired,
298
- "description": PropTypes.string,
299
- "toString": PropTypes.func.isRequired,
300
- "valueOf": PropTypes.func.isRequired
301
- }), PropTypes.string]),
302
- "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
303
- "__@toStringTag": PropTypes.string.isRequired,
304
- "description": PropTypes.string,
305
- "toString": PropTypes.func.isRequired,
306
- "valueOf": PropTypes.func.isRequired
307
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
308
- "__@toStringTag": PropTypes.string.isRequired,
309
- "description": PropTypes.string,
310
- "toString": PropTypes.func.isRequired,
311
- "valueOf": PropTypes.func.isRequired
312
- }), PropTypes.string]),
313
- "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
314
- "__@toStringTag": PropTypes.string.isRequired,
315
- "description": PropTypes.string,
316
- "toString": PropTypes.func.isRequired,
317
- "valueOf": PropTypes.func.isRequired
318
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
319
- "__@toStringTag": PropTypes.string.isRequired,
320
- "description": PropTypes.string,
321
- "toString": PropTypes.func.isRequired,
322
- "valueOf": PropTypes.func.isRequired
323
- }), PropTypes.string]),
324
- "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
325
- "__@toStringTag": PropTypes.string.isRequired,
326
- "description": PropTypes.string,
327
- "toString": PropTypes.func.isRequired,
328
- "valueOf": PropTypes.func.isRequired
329
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
330
- "__@toStringTag": PropTypes.string.isRequired,
331
- "description": PropTypes.string,
332
- "toString": PropTypes.func.isRequired,
333
- "valueOf": PropTypes.func.isRequired
334
- }), PropTypes.string]),
335
- "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
336
- "maxLength": PropTypes.number,
337
- "maxWidth": PropTypes.string,
338
- "mb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
339
- "__@toStringTag": PropTypes.string.isRequired,
340
- "description": PropTypes.string,
341
- "toString": PropTypes.func.isRequired,
342
- "valueOf": PropTypes.func.isRequired
343
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
344
- "__@toStringTag": PropTypes.string.isRequired,
345
- "description": PropTypes.string,
346
- "toString": PropTypes.func.isRequired,
347
- "valueOf": PropTypes.func.isRequired
348
- }), PropTypes.string]),
349
- "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
350
- "minLength": PropTypes.number,
351
- "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
352
- "__@toStringTag": PropTypes.string.isRequired,
353
- "description": PropTypes.string,
354
- "toString": PropTypes.func.isRequired,
355
- "valueOf": PropTypes.func.isRequired
356
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
357
- "__@toStringTag": PropTypes.string.isRequired,
358
- "description": PropTypes.string,
359
- "toString": PropTypes.func.isRequired,
360
- "valueOf": PropTypes.func.isRequired
361
- }), PropTypes.string]),
362
- "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
363
- "__@toStringTag": PropTypes.string.isRequired,
364
- "description": PropTypes.string,
365
- "toString": PropTypes.func.isRequired,
366
- "valueOf": PropTypes.func.isRequired
367
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
368
- "__@toStringTag": PropTypes.string.isRequired,
369
- "description": PropTypes.string,
370
- "toString": PropTypes.func.isRequired,
371
- "valueOf": PropTypes.func.isRequired
372
- }), PropTypes.string]),
373
- "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
374
- "__@toStringTag": PropTypes.string.isRequired,
375
- "description": PropTypes.string,
376
- "toString": PropTypes.func.isRequired,
377
- "valueOf": PropTypes.func.isRequired
378
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
379
- "__@toStringTag": PropTypes.string.isRequired,
380
- "description": PropTypes.string,
381
- "toString": PropTypes.func.isRequired,
382
- "valueOf": PropTypes.func.isRequired
383
- }), PropTypes.string]),
384
- "multiple": PropTypes.bool,
385
- "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
386
- "__@toStringTag": PropTypes.string.isRequired,
387
- "description": PropTypes.string,
388
- "toString": PropTypes.func.isRequired,
389
- "valueOf": PropTypes.func.isRequired
390
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
391
- "__@toStringTag": PropTypes.string.isRequired,
392
- "description": PropTypes.string,
393
- "toString": PropTypes.func.isRequired,
394
- "valueOf": PropTypes.func.isRequired
395
- }), PropTypes.string]),
396
- "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
397
- "__@toStringTag": PropTypes.string.isRequired,
398
- "description": PropTypes.string,
399
- "toString": PropTypes.func.isRequired,
400
- "valueOf": PropTypes.func.isRequired
401
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
402
- "__@toStringTag": PropTypes.string.isRequired,
403
- "description": PropTypes.string,
404
- "toString": PropTypes.func.isRequired,
405
- "valueOf": PropTypes.func.isRequired
406
- }), PropTypes.string]),
407
- "name": PropTypes.string,
408
- "nonce": PropTypes.string,
409
- "onAbort": PropTypes.func,
410
- "onAbortCapture": PropTypes.func,
411
- "onAnimationEnd": PropTypes.func,
412
- "onAnimationEndCapture": PropTypes.func,
413
- "onAnimationIteration": PropTypes.func,
414
- "onAnimationIterationCapture": PropTypes.func,
415
- "onAnimationStart": PropTypes.func,
416
- "onAnimationStartCapture": PropTypes.func,
417
- "onAuxClick": PropTypes.func,
418
- "onAuxClickCapture": PropTypes.func,
419
- "onBeforeInput": PropTypes.func,
420
- "onBeforeInputCapture": PropTypes.func,
421
- "onBlur": PropTypes.func,
422
- "onBlurCapture": PropTypes.func,
423
- "onCanPlay": PropTypes.func,
424
- "onCanPlayCapture": PropTypes.func,
425
- "onCanPlayThrough": PropTypes.func,
426
- "onCanPlayThroughCapture": PropTypes.func,
427
- "onChange": PropTypes.func,
428
- "onChangeCapture": PropTypes.func,
429
- "onChangeDeferred": PropTypes.func,
430
- "onClick": PropTypes.func,
431
- "onClickCapture": PropTypes.func,
432
- "onCompositionEnd": PropTypes.func,
433
- "onCompositionEndCapture": PropTypes.func,
434
- "onCompositionStart": PropTypes.func,
435
- "onCompositionStartCapture": PropTypes.func,
436
- "onCompositionUpdate": PropTypes.func,
437
- "onCompositionUpdateCapture": PropTypes.func,
438
- "onContextMenu": PropTypes.func,
439
- "onContextMenuCapture": PropTypes.func,
440
- "onCopy": PropTypes.func,
441
- "onCopyCapture": PropTypes.func,
442
- "onCut": PropTypes.func,
443
- "onCutCapture": PropTypes.func,
444
- "onDoubleClick": PropTypes.func,
445
- "onDoubleClickCapture": PropTypes.func,
446
- "onDrag": PropTypes.func,
447
- "onDragCapture": PropTypes.func,
448
- "onDragEnd": PropTypes.func,
449
- "onDragEndCapture": PropTypes.func,
450
- "onDragEnter": PropTypes.func,
451
- "onDragEnterCapture": PropTypes.func,
452
- "onDragExit": PropTypes.func,
453
- "onDragExitCapture": PropTypes.func,
454
- "onDragLeave": PropTypes.func,
455
- "onDragLeaveCapture": PropTypes.func,
456
- "onDragOver": PropTypes.func,
457
- "onDragOverCapture": PropTypes.func,
458
- "onDragStart": PropTypes.func,
459
- "onDragStartCapture": PropTypes.func,
460
- "onDrop": PropTypes.func,
461
- "onDropCapture": PropTypes.func,
462
- "onDurationChange": PropTypes.func,
463
- "onDurationChangeCapture": PropTypes.func,
464
- "onEmptied": PropTypes.func,
465
- "onEmptiedCapture": PropTypes.func,
466
- "onEncrypted": PropTypes.func,
467
- "onEncryptedCapture": PropTypes.func,
468
- "onEnded": PropTypes.func,
469
- "onEndedCapture": PropTypes.func,
470
- "onError": PropTypes.func,
471
- "onErrorCapture": PropTypes.func,
472
- "onFocus": PropTypes.func,
473
- "onFocusCapture": PropTypes.func,
474
- "onGotPointerCapture": PropTypes.func,
475
- "onGotPointerCaptureCapture": PropTypes.func,
476
- "onInput": PropTypes.func,
477
- "onInputCapture": PropTypes.func,
478
- "onInvalid": PropTypes.func,
479
- "onInvalidCapture": PropTypes.func,
480
- "onKeyDown": PropTypes.func,
481
- "onKeyDownCapture": PropTypes.func,
482
- "onKeyPress": PropTypes.func,
483
- "onKeyPressCapture": PropTypes.func,
484
- "onKeyUp": PropTypes.func,
485
- "onKeyUpCapture": PropTypes.func,
486
- "onLoad": PropTypes.func,
487
- "onLoadCapture": PropTypes.func,
488
- "onLoadedData": PropTypes.func,
489
- "onLoadedDataCapture": PropTypes.func,
490
- "onLoadedMetadata": PropTypes.func,
491
- "onLoadedMetadataCapture": PropTypes.func,
492
- "onLoadStart": PropTypes.func,
493
- "onLoadStartCapture": PropTypes.func,
494
- "onLostPointerCapture": PropTypes.func,
495
- "onLostPointerCaptureCapture": PropTypes.func,
496
- "onMouseDown": PropTypes.func,
497
- "onMouseDownCapture": PropTypes.func,
498
- "onMouseEnter": PropTypes.func,
499
- "onMouseLeave": PropTypes.func,
500
- "onMouseMove": PropTypes.func,
501
- "onMouseMoveCapture": PropTypes.func,
502
- "onMouseOut": PropTypes.func,
503
- "onMouseOutCapture": PropTypes.func,
504
- "onMouseOver": PropTypes.func,
505
- "onMouseOverCapture": PropTypes.func,
506
- "onMouseUp": PropTypes.func,
507
- "onMouseUpCapture": PropTypes.func,
508
- "onPaste": PropTypes.func,
509
- "onPasteCapture": PropTypes.func,
510
- "onPause": PropTypes.func,
511
- "onPauseCapture": PropTypes.func,
512
- "onPlay": PropTypes.func,
513
- "onPlayCapture": PropTypes.func,
514
- "onPlaying": PropTypes.func,
515
- "onPlayingCapture": PropTypes.func,
516
- "onPointerCancel": PropTypes.func,
517
- "onPointerCancelCapture": PropTypes.func,
518
- "onPointerDown": PropTypes.func,
519
- "onPointerDownCapture": PropTypes.func,
520
- "onPointerEnter": PropTypes.func,
521
- "onPointerEnterCapture": PropTypes.func,
522
- "onPointerLeave": PropTypes.func,
523
- "onPointerLeaveCapture": PropTypes.func,
524
- "onPointerMove": PropTypes.func,
525
- "onPointerMoveCapture": PropTypes.func,
526
- "onPointerOut": PropTypes.func,
527
- "onPointerOutCapture": PropTypes.func,
528
- "onPointerOver": PropTypes.func,
529
- "onPointerOverCapture": PropTypes.func,
530
- "onPointerUp": PropTypes.func,
531
- "onPointerUpCapture": PropTypes.func,
532
- "onProgress": PropTypes.func,
533
- "onProgressCapture": PropTypes.func,
534
- "onRateChange": PropTypes.func,
535
- "onRateChangeCapture": PropTypes.func,
536
- "onReset": PropTypes.func,
537
- "onResetCapture": PropTypes.func,
538
- "onScroll": PropTypes.func,
539
- "onScrollCapture": PropTypes.func,
540
- "onSeeked": PropTypes.func,
541
- "onSeekedCapture": PropTypes.func,
542
- "onSeeking": PropTypes.func,
543
- "onSeekingCapture": PropTypes.func,
544
- "onSelect": PropTypes.func,
545
- "onSelectCapture": PropTypes.func,
546
- "onStalled": PropTypes.func,
547
- "onStalledCapture": PropTypes.func,
548
- "onSubmit": PropTypes.func,
549
- "onSubmitCapture": PropTypes.func,
550
- "onSuspend": PropTypes.func,
551
- "onSuspendCapture": PropTypes.func,
552
- "onTimeUpdate": PropTypes.func,
553
- "onTimeUpdateCapture": PropTypes.func,
554
- "onTouchCancel": PropTypes.func,
555
- "onTouchCancelCapture": PropTypes.func,
556
- "onTouchEnd": PropTypes.func,
557
- "onTouchEndCapture": PropTypes.func,
558
- "onTouchMove": PropTypes.func,
559
- "onTouchMoveCapture": PropTypes.func,
560
- "onTouchStart": PropTypes.func,
561
- "onTouchStartCapture": PropTypes.func,
562
- "onTransitionEnd": PropTypes.func,
563
- "onTransitionEndCapture": PropTypes.func,
564
- "onVolumeChange": PropTypes.func,
565
- "onVolumeChangeCapture": PropTypes.func,
566
- "onWaiting": PropTypes.func,
567
- "onWaitingCapture": PropTypes.func,
568
- "onWheel": PropTypes.func,
569
- "onWheelCapture": PropTypes.func,
570
- "pattern": PropTypes.string,
571
- "placeholder": PropTypes.string,
572
- "positionedChildren": PropTypes.node,
573
- "prefix": PropTypes.string,
574
- "property": PropTypes.string,
575
- "radioGroup": PropTypes.string,
576
- "readOnly": PropTypes.bool,
577
- "rel": PropTypes.string,
578
- "required": PropTypes.bool,
579
- "resource": PropTypes.string,
580
- "results": PropTypes.number,
581
- "rev": PropTypes.string,
582
- "reverse": PropTypes.bool,
583
- "role": PropTypes.oneOfType([PropTypes.oneOf(["alert", "alertdialog", "application", "article", "banner", "button", "cell", "checkbox", "columnheader", "combobox", "complementary", "contentinfo", "definition", "dialog", "directory", "document", "feed", "figure", "form", "grid", "gridcell", "group", "heading", "img", "link", "list", "listbox", "listitem", "log", "main", "marquee", "math", "menu", "menubar", "menuitem", "menuitemcheckbox", "menuitemradio", "navigation", "none", "note", "option", "presentation", "progressbar", "radio", "radiogroup", "region", "row", "rowgroup", "rowheader", "scrollbar", "search", "searchbox", "separator", "slider", "spinbutton", "status", "switch", "tab", "table", "tablist", "tabpanel", "term", "textbox", "timer", "toolbar", "tooltip", "tree", "treegrid", "treeitem"]), PropTypes.shape({
584
- "__@iterator": PropTypes.func.isRequired,
585
- "anchor": PropTypes.func.isRequired,
586
- "at": PropTypes.func.isRequired,
587
- "big": PropTypes.func.isRequired,
588
- "blink": PropTypes.func.isRequired,
589
- "bold": PropTypes.func.isRequired,
590
- "charAt": PropTypes.func.isRequired,
591
- "charCodeAt": PropTypes.func.isRequired,
592
- "codePointAt": PropTypes.func.isRequired,
593
- "concat": PropTypes.func.isRequired,
594
- "endsWith": PropTypes.func.isRequired,
595
- "fixed": PropTypes.func.isRequired,
596
- "fontcolor": PropTypes.func.isRequired,
597
- "fontsize": PropTypes.func.isRequired,
598
- "includes": PropTypes.func.isRequired,
599
- "indexOf": PropTypes.func.isRequired,
600
- "italics": PropTypes.func.isRequired,
601
- "lastIndexOf": PropTypes.func.isRequired,
602
- "length": PropTypes.number.isRequired,
603
- "link": PropTypes.func.isRequired,
604
- "localeCompare": PropTypes.func.isRequired,
605
- "match": PropTypes.func.isRequired,
606
- "matchAll": PropTypes.func.isRequired,
607
- "normalize": PropTypes.func.isRequired,
608
- "padEnd": PropTypes.func.isRequired,
609
- "padStart": PropTypes.func.isRequired,
610
- "repeat": PropTypes.func.isRequired,
611
- "replace": PropTypes.func.isRequired,
612
- "search": PropTypes.func.isRequired,
613
- "slice": PropTypes.func.isRequired,
614
- "small": PropTypes.func.isRequired,
615
- "split": PropTypes.func.isRequired,
616
- "startsWith": PropTypes.func.isRequired,
617
- "strike": PropTypes.func.isRequired,
618
- "sub": PropTypes.func.isRequired,
619
- "substr": PropTypes.func.isRequired,
620
- "substring": PropTypes.func.isRequired,
621
- "sup": PropTypes.func.isRequired,
622
- "toLocaleLowerCase": PropTypes.func.isRequired,
623
- "toLocaleUpperCase": PropTypes.func.isRequired,
624
- "toLowerCase": PropTypes.func.isRequired,
625
- "toString": PropTypes.func.isRequired,
626
- "toUpperCase": PropTypes.func.isRequired,
627
- "trim": PropTypes.func.isRequired,
628
- "trimEnd": PropTypes.func.isRequired,
629
- "trimLeft": PropTypes.func.isRequired,
630
- "trimRight": PropTypes.func.isRequired,
631
- "trimStart": PropTypes.func.isRequired,
632
- "valueOf": PropTypes.func.isRequired
633
- })]),
634
- "security": PropTypes.string,
635
- "separator": PropTypes.string.isRequired,
636
- "size": PropTypes.oneOf(["large", "medium", "small"]),
637
- "slot": PropTypes.string,
638
- "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
639
- "src": PropTypes.string,
640
- "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
641
- "style": PropTypes.object,
642
- "suppressContentEditableWarning": PropTypes.bool,
643
- "suppressHydrationWarning": PropTypes.bool,
644
- "tabIndex": PropTypes.number,
645
- "title": PropTypes.string,
646
- "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
647
- "translate": PropTypes.oneOf(["no", "yes"]),
648
- "typeof": PropTypes.string,
649
- "unselectable": PropTypes.oneOf(["off", "on"]),
650
- "validationIconId": PropTypes.string,
651
- "validationOnLabel": PropTypes.bool,
652
- "value": PropTypes.string,
653
- "vocab": PropTypes.string,
654
- "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
655
- "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
656
- };
121
+ if (process.env.NODE_ENV !== "production") {
122
+ GroupedCharacter.propTypes = {
123
+ "about": PropTypes.string,
124
+ "accept": PropTypes.string,
125
+ "accessKey": PropTypes.string,
126
+ "adaptiveLabelBreakpoint": PropTypes.number,
127
+ "align": PropTypes.oneOf(["left", "right"]),
128
+ "alt": PropTypes.string,
129
+ "aria-activedescendant": PropTypes.string,
130
+ "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
131
+ "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
132
+ "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
133
+ "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
134
+ "aria-colcount": PropTypes.number,
135
+ "aria-colindex": PropTypes.number,
136
+ "aria-colspan": PropTypes.number,
137
+ "aria-controls": PropTypes.string,
138
+ "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
139
+ "aria-describedby": PropTypes.string,
140
+ "aria-details": PropTypes.string,
141
+ "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
142
+ "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
143
+ "aria-errormessage": PropTypes.string,
144
+ "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
145
+ "aria-flowto": PropTypes.string,
146
+ "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
147
+ "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
148
+ "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
149
+ "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
150
+ "aria-keyshortcuts": PropTypes.string,
151
+ "aria-label": PropTypes.string,
152
+ "aria-labelledby": PropTypes.string,
153
+ "aria-level": PropTypes.number,
154
+ "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
155
+ "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
156
+ "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
157
+ "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
158
+ "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
159
+ "aria-owns": PropTypes.string,
160
+ "aria-placeholder": PropTypes.string,
161
+ "aria-posinset": PropTypes.number,
162
+ "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
163
+ "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
164
+ "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
165
+ "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
166
+ "aria-roledescription": PropTypes.string,
167
+ "aria-rowcount": PropTypes.number,
168
+ "aria-rowindex": PropTypes.number,
169
+ "aria-rowspan": PropTypes.number,
170
+ "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
171
+ "aria-setsize": PropTypes.number,
172
+ "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
173
+ "aria-valuemax": PropTypes.number,
174
+ "aria-valuemin": PropTypes.number,
175
+ "aria-valuenow": PropTypes.number,
176
+ "aria-valuetext": PropTypes.string,
177
+ "ariaDescribedBy": PropTypes.string,
178
+ "as": PropTypes.elementType,
179
+ "autoCapitalize": PropTypes.string,
180
+ "autoComplete": PropTypes.string,
181
+ "autoCorrect": PropTypes.string,
182
+ "autoFocus": PropTypes.bool,
183
+ "autoSave": PropTypes.string,
184
+ "capture": PropTypes.oneOfType([PropTypes.oneOf(["environment", "user"]), PropTypes.bool]),
185
+ "characterLimit": PropTypes.number,
186
+ "checked": PropTypes.bool,
187
+ "children": PropTypes.node,
188
+ "className": PropTypes.string,
189
+ "color": PropTypes.string,
190
+ "content": PropTypes.string,
191
+ "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
192
+ "contextMenu": PropTypes.string,
193
+ "dangerouslySetInnerHTML": PropTypes.shape({
194
+ "__html": PropTypes.oneOfType([PropTypes.object, PropTypes.string]).isRequired
195
+ }),
196
+ "data-component": PropTypes.string,
197
+ "data-element": PropTypes.string,
198
+ "data-role": PropTypes.string,
199
+ "datatype": PropTypes.string,
200
+ "defaultChecked": PropTypes.bool,
201
+ "defaultValue": PropTypes.string,
202
+ "deferTimeout": PropTypes.number,
203
+ "dir": PropTypes.string,
204
+ "disabled": PropTypes.bool,
205
+ "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
206
+ "enterKeyHint": PropTypes.oneOf(["done", "enter", "go", "next", "previous", "search", "send"]),
207
+ "error": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
208
+ "fieldHelp": PropTypes.node,
209
+ "form": PropTypes.string,
210
+ "formAction": PropTypes.string,
211
+ "formattedValue": PropTypes.string,
212
+ "formEncType": PropTypes.string,
213
+ "formMethod": PropTypes.string,
214
+ "formNoValidate": PropTypes.bool,
215
+ "formTarget": PropTypes.string,
216
+ "groups": PropTypes.arrayOf(PropTypes.number).isRequired,
217
+ "height": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
218
+ "helpAriaLabel": PropTypes.string,
219
+ "hidden": PropTypes.bool,
220
+ "iconOnClick": PropTypes.func,
221
+ "iconOnMouseDown": PropTypes.func,
222
+ "iconTabIndex": PropTypes.number,
223
+ "id": PropTypes.string,
224
+ "info": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
225
+ "inlist": PropTypes.any,
226
+ "inputBorderRadius": PropTypes.any,
227
+ "inputHint": PropTypes.string,
228
+ "inputIcon": PropTypes.oneOf(["accessibility_web", "add", "admin", "alert_on", "alert", "analysis", "app_facebook", "app_instagram", "app_tiktok", "app_twitter", "app_youtube", "apps", "arrow_bottom_right_circle", "arrow_down", "arrow_left_boxed", "arrow_left_right_small", "arrow_left_small", "arrow_left", "arrow_right_small", "arrow_right", "arrow_top_left_circle", "arrow_up", "arrow", "arrows_left_right", "attach", "bank_with_card", "bank", "basket_with_squares", "basket", "bed", "bill_paid", "bill_unpaid", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "box_arrow_right", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_pay_date", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "card_wallet", "caret_down", "caret_large_down", "caret_large_left", "caret_large_right", "caret_large_up", "caret_left", "caret_right", "caret_up", "cart", "cash", "chart_bar", "chart_line", "chart_pie", "chat_notes", "chat", "check_all", "check_none", "chevron_down_thick", "chevron_down", "chevron_left_thick", "chevron_left", "chevron_right_thick", "chevron_right", "chevron_up_thick", "chevron_up", "circle_with_dots", "circles_connection", "clock", "close", "cloud_co2", "coins", "collaborate", "computer_clock", "connect_off", "connect", "construction", "contact_card", "contacts", "copy", "create", "credit_card_slash", "credit_card", "cross_circle", "cross", "csv", "dashboard", "delete", "delivery", "disconnect", "disputed", "document_right_align", "document_tick", "document_vertical_lines", "download", "draft", "drag_vertical", "drag", "drill", "dropdown", "duplicate", "edit", "edited", "ellipsis_horizontal", "ellipsis_vertical", "email_switch", "email", "entry", "envelope_dollar", "envelope_euro", "error_square", "error", "euro", "expand", "factory", "favourite_lined", "favourite", "fax", "feedback", "file_excel", "file_generic", "file_image", "file_pdf", "file_word", "files_leaning", "filter_new", "filter", "fit_height", "fit_width", "flag", "folder", "form_refresh", "gift", "go", "graduation_hat", "graph", "grid", "hand_cash_coins", "hand_cash_note", "heart_pulse", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "intranet", "italic", "job_seeked", "key", "laptop", "leaf", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "like_no", "like", "link_cloud", "link_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "microphone", "minimise", "minus_large", "minus", "mobile", "money_bag", "none", "old_warning", "palm_tree", "pause_circle", "pause", "pdf", "people_switch", "people", "percentage_boxed", "person_info", "person_tick", "person", "petrol_pump", "phone", "piggy_bank", "pin", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "protect", "question_hollow", "question_mark", "question", "recruiting", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "send", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "support_online", "sync", "tag", "talk", "target_man", "target", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "volunteering", "warning", "website", "welfare"]),
229
+ "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
230
+ "inputRef": PropTypes.func,
231
+ "inputWidth": PropTypes.number,
232
+ "is": PropTypes.string,
233
+ "isOptional": PropTypes.bool,
234
+ "itemID": PropTypes.string,
235
+ "itemProp": PropTypes.string,
236
+ "itemRef": PropTypes.string,
237
+ "itemScope": PropTypes.bool,
238
+ "itemType": PropTypes.string,
239
+ "label": PropTypes.string,
240
+ "labelAlign": PropTypes.oneOf(["left", "right"]),
241
+ "labelHelp": PropTypes.node,
242
+ "labelInline": PropTypes.bool,
243
+ "labelSpacing": PropTypes.oneOf([1, 2]),
244
+ "labelWidth": PropTypes.number,
245
+ "lang": PropTypes.string,
246
+ "leftChildren": PropTypes.node,
247
+ "list": PropTypes.string,
248
+ "m": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
249
+ "__@toStringTag": PropTypes.string.isRequired,
250
+ "description": PropTypes.string,
251
+ "toString": PropTypes.func.isRequired,
252
+ "valueOf": PropTypes.func.isRequired
253
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
254
+ "__@toStringTag": PropTypes.string.isRequired,
255
+ "description": PropTypes.string,
256
+ "toString": PropTypes.func.isRequired,
257
+ "valueOf": PropTypes.func.isRequired
258
+ }), PropTypes.string]),
259
+ "margin": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
260
+ "__@toStringTag": PropTypes.string.isRequired,
261
+ "description": PropTypes.string,
262
+ "toString": PropTypes.func.isRequired,
263
+ "valueOf": PropTypes.func.isRequired
264
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
265
+ "__@toStringTag": PropTypes.string.isRequired,
266
+ "description": PropTypes.string,
267
+ "toString": PropTypes.func.isRequired,
268
+ "valueOf": PropTypes.func.isRequired
269
+ }), PropTypes.string]),
270
+ "marginBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
271
+ "__@toStringTag": PropTypes.string.isRequired,
272
+ "description": PropTypes.string,
273
+ "toString": PropTypes.func.isRequired,
274
+ "valueOf": PropTypes.func.isRequired
275
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
276
+ "__@toStringTag": PropTypes.string.isRequired,
277
+ "description": PropTypes.string,
278
+ "toString": PropTypes.func.isRequired,
279
+ "valueOf": PropTypes.func.isRequired
280
+ }), PropTypes.string]),
281
+ "marginLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
282
+ "__@toStringTag": PropTypes.string.isRequired,
283
+ "description": PropTypes.string,
284
+ "toString": PropTypes.func.isRequired,
285
+ "valueOf": PropTypes.func.isRequired
286
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
287
+ "__@toStringTag": PropTypes.string.isRequired,
288
+ "description": PropTypes.string,
289
+ "toString": PropTypes.func.isRequired,
290
+ "valueOf": PropTypes.func.isRequired
291
+ }), PropTypes.string]),
292
+ "marginRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
293
+ "__@toStringTag": PropTypes.string.isRequired,
294
+ "description": PropTypes.string,
295
+ "toString": PropTypes.func.isRequired,
296
+ "valueOf": PropTypes.func.isRequired
297
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
298
+ "__@toStringTag": PropTypes.string.isRequired,
299
+ "description": PropTypes.string,
300
+ "toString": PropTypes.func.isRequired,
301
+ "valueOf": PropTypes.func.isRequired
302
+ }), PropTypes.string]),
303
+ "marginTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
304
+ "__@toStringTag": PropTypes.string.isRequired,
305
+ "description": PropTypes.string,
306
+ "toString": PropTypes.func.isRequired,
307
+ "valueOf": PropTypes.func.isRequired
308
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
309
+ "__@toStringTag": PropTypes.string.isRequired,
310
+ "description": PropTypes.string,
311
+ "toString": PropTypes.func.isRequired,
312
+ "valueOf": PropTypes.func.isRequired
313
+ }), PropTypes.string]),
314
+ "marginX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
315
+ "__@toStringTag": PropTypes.string.isRequired,
316
+ "description": PropTypes.string,
317
+ "toString": PropTypes.func.isRequired,
318
+ "valueOf": PropTypes.func.isRequired
319
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
320
+ "__@toStringTag": PropTypes.string.isRequired,
321
+ "description": PropTypes.string,
322
+ "toString": PropTypes.func.isRequired,
323
+ "valueOf": PropTypes.func.isRequired
324
+ }), PropTypes.string]),
325
+ "marginY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
326
+ "__@toStringTag": PropTypes.string.isRequired,
327
+ "description": PropTypes.string,
328
+ "toString": PropTypes.func.isRequired,
329
+ "valueOf": PropTypes.func.isRequired
330
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
331
+ "__@toStringTag": PropTypes.string.isRequired,
332
+ "description": PropTypes.string,
333
+ "toString": PropTypes.func.isRequired,
334
+ "valueOf": PropTypes.func.isRequired
335
+ }), PropTypes.string]),
336
+ "max": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
337
+ "maxLength": PropTypes.number,
338
+ "maxWidth": PropTypes.string,
339
+ "mb": 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
+ "min": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
351
+ "minLength": PropTypes.number,
352
+ "ml": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
353
+ "__@toStringTag": PropTypes.string.isRequired,
354
+ "description": PropTypes.string,
355
+ "toString": PropTypes.func.isRequired,
356
+ "valueOf": PropTypes.func.isRequired
357
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
358
+ "__@toStringTag": PropTypes.string.isRequired,
359
+ "description": PropTypes.string,
360
+ "toString": PropTypes.func.isRequired,
361
+ "valueOf": PropTypes.func.isRequired
362
+ }), PropTypes.string]),
363
+ "mr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
364
+ "__@toStringTag": PropTypes.string.isRequired,
365
+ "description": PropTypes.string,
366
+ "toString": PropTypes.func.isRequired,
367
+ "valueOf": PropTypes.func.isRequired
368
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
369
+ "__@toStringTag": PropTypes.string.isRequired,
370
+ "description": PropTypes.string,
371
+ "toString": PropTypes.func.isRequired,
372
+ "valueOf": PropTypes.func.isRequired
373
+ }), PropTypes.string]),
374
+ "mt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
375
+ "__@toStringTag": PropTypes.string.isRequired,
376
+ "description": PropTypes.string,
377
+ "toString": PropTypes.func.isRequired,
378
+ "valueOf": PropTypes.func.isRequired
379
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
380
+ "__@toStringTag": PropTypes.string.isRequired,
381
+ "description": PropTypes.string,
382
+ "toString": PropTypes.func.isRequired,
383
+ "valueOf": PropTypes.func.isRequired
384
+ }), PropTypes.string]),
385
+ "multiple": PropTypes.bool,
386
+ "mx": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
387
+ "__@toStringTag": PropTypes.string.isRequired,
388
+ "description": PropTypes.string,
389
+ "toString": PropTypes.func.isRequired,
390
+ "valueOf": PropTypes.func.isRequired
391
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
392
+ "__@toStringTag": PropTypes.string.isRequired,
393
+ "description": PropTypes.string,
394
+ "toString": PropTypes.func.isRequired,
395
+ "valueOf": PropTypes.func.isRequired
396
+ }), PropTypes.string]),
397
+ "my": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
398
+ "__@toStringTag": PropTypes.string.isRequired,
399
+ "description": PropTypes.string,
400
+ "toString": PropTypes.func.isRequired,
401
+ "valueOf": PropTypes.func.isRequired
402
+ }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
403
+ "__@toStringTag": PropTypes.string.isRequired,
404
+ "description": PropTypes.string,
405
+ "toString": PropTypes.func.isRequired,
406
+ "valueOf": PropTypes.func.isRequired
407
+ }), PropTypes.string]),
408
+ "name": PropTypes.string,
409
+ "nonce": PropTypes.string,
410
+ "onAbort": PropTypes.func,
411
+ "onAbortCapture": PropTypes.func,
412
+ "onAnimationEnd": PropTypes.func,
413
+ "onAnimationEndCapture": PropTypes.func,
414
+ "onAnimationIteration": PropTypes.func,
415
+ "onAnimationIterationCapture": PropTypes.func,
416
+ "onAnimationStart": PropTypes.func,
417
+ "onAnimationStartCapture": PropTypes.func,
418
+ "onAuxClick": PropTypes.func,
419
+ "onAuxClickCapture": PropTypes.func,
420
+ "onBeforeInput": PropTypes.func,
421
+ "onBeforeInputCapture": PropTypes.func,
422
+ "onBlur": PropTypes.func,
423
+ "onBlurCapture": PropTypes.func,
424
+ "onCanPlay": PropTypes.func,
425
+ "onCanPlayCapture": PropTypes.func,
426
+ "onCanPlayThrough": PropTypes.func,
427
+ "onCanPlayThroughCapture": PropTypes.func,
428
+ "onChange": PropTypes.func,
429
+ "onChangeCapture": PropTypes.func,
430
+ "onChangeDeferred": PropTypes.func,
431
+ "onClick": PropTypes.func,
432
+ "onClickCapture": PropTypes.func,
433
+ "onCompositionEnd": PropTypes.func,
434
+ "onCompositionEndCapture": PropTypes.func,
435
+ "onCompositionStart": PropTypes.func,
436
+ "onCompositionStartCapture": PropTypes.func,
437
+ "onCompositionUpdate": PropTypes.func,
438
+ "onCompositionUpdateCapture": PropTypes.func,
439
+ "onContextMenu": PropTypes.func,
440
+ "onContextMenuCapture": PropTypes.func,
441
+ "onCopy": PropTypes.func,
442
+ "onCopyCapture": PropTypes.func,
443
+ "onCut": PropTypes.func,
444
+ "onCutCapture": PropTypes.func,
445
+ "onDoubleClick": PropTypes.func,
446
+ "onDoubleClickCapture": PropTypes.func,
447
+ "onDrag": PropTypes.func,
448
+ "onDragCapture": PropTypes.func,
449
+ "onDragEnd": PropTypes.func,
450
+ "onDragEndCapture": PropTypes.func,
451
+ "onDragEnter": PropTypes.func,
452
+ "onDragEnterCapture": PropTypes.func,
453
+ "onDragExit": PropTypes.func,
454
+ "onDragExitCapture": PropTypes.func,
455
+ "onDragLeave": PropTypes.func,
456
+ "onDragLeaveCapture": PropTypes.func,
457
+ "onDragOver": PropTypes.func,
458
+ "onDragOverCapture": PropTypes.func,
459
+ "onDragStart": PropTypes.func,
460
+ "onDragStartCapture": PropTypes.func,
461
+ "onDrop": PropTypes.func,
462
+ "onDropCapture": PropTypes.func,
463
+ "onDurationChange": PropTypes.func,
464
+ "onDurationChangeCapture": PropTypes.func,
465
+ "onEmptied": PropTypes.func,
466
+ "onEmptiedCapture": PropTypes.func,
467
+ "onEncrypted": PropTypes.func,
468
+ "onEncryptedCapture": PropTypes.func,
469
+ "onEnded": PropTypes.func,
470
+ "onEndedCapture": PropTypes.func,
471
+ "onError": PropTypes.func,
472
+ "onErrorCapture": PropTypes.func,
473
+ "onFocus": PropTypes.func,
474
+ "onFocusCapture": PropTypes.func,
475
+ "onGotPointerCapture": PropTypes.func,
476
+ "onGotPointerCaptureCapture": PropTypes.func,
477
+ "onInput": PropTypes.func,
478
+ "onInputCapture": PropTypes.func,
479
+ "onInvalid": PropTypes.func,
480
+ "onInvalidCapture": PropTypes.func,
481
+ "onKeyDown": PropTypes.func,
482
+ "onKeyDownCapture": PropTypes.func,
483
+ "onKeyPress": PropTypes.func,
484
+ "onKeyPressCapture": PropTypes.func,
485
+ "onKeyUp": PropTypes.func,
486
+ "onKeyUpCapture": PropTypes.func,
487
+ "onLoad": PropTypes.func,
488
+ "onLoadCapture": PropTypes.func,
489
+ "onLoadedData": PropTypes.func,
490
+ "onLoadedDataCapture": PropTypes.func,
491
+ "onLoadedMetadata": PropTypes.func,
492
+ "onLoadedMetadataCapture": PropTypes.func,
493
+ "onLoadStart": PropTypes.func,
494
+ "onLoadStartCapture": PropTypes.func,
495
+ "onLostPointerCapture": PropTypes.func,
496
+ "onLostPointerCaptureCapture": PropTypes.func,
497
+ "onMouseDown": PropTypes.func,
498
+ "onMouseDownCapture": PropTypes.func,
499
+ "onMouseEnter": PropTypes.func,
500
+ "onMouseLeave": PropTypes.func,
501
+ "onMouseMove": PropTypes.func,
502
+ "onMouseMoveCapture": PropTypes.func,
503
+ "onMouseOut": PropTypes.func,
504
+ "onMouseOutCapture": PropTypes.func,
505
+ "onMouseOver": PropTypes.func,
506
+ "onMouseOverCapture": PropTypes.func,
507
+ "onMouseUp": PropTypes.func,
508
+ "onMouseUpCapture": PropTypes.func,
509
+ "onPaste": PropTypes.func,
510
+ "onPasteCapture": PropTypes.func,
511
+ "onPause": PropTypes.func,
512
+ "onPauseCapture": PropTypes.func,
513
+ "onPlay": PropTypes.func,
514
+ "onPlayCapture": PropTypes.func,
515
+ "onPlaying": PropTypes.func,
516
+ "onPlayingCapture": PropTypes.func,
517
+ "onPointerCancel": PropTypes.func,
518
+ "onPointerCancelCapture": PropTypes.func,
519
+ "onPointerDown": PropTypes.func,
520
+ "onPointerDownCapture": PropTypes.func,
521
+ "onPointerEnter": PropTypes.func,
522
+ "onPointerEnterCapture": PropTypes.func,
523
+ "onPointerLeave": PropTypes.func,
524
+ "onPointerLeaveCapture": PropTypes.func,
525
+ "onPointerMove": PropTypes.func,
526
+ "onPointerMoveCapture": PropTypes.func,
527
+ "onPointerOut": PropTypes.func,
528
+ "onPointerOutCapture": PropTypes.func,
529
+ "onPointerOver": PropTypes.func,
530
+ "onPointerOverCapture": PropTypes.func,
531
+ "onPointerUp": PropTypes.func,
532
+ "onPointerUpCapture": PropTypes.func,
533
+ "onProgress": PropTypes.func,
534
+ "onProgressCapture": PropTypes.func,
535
+ "onRateChange": PropTypes.func,
536
+ "onRateChangeCapture": PropTypes.func,
537
+ "onReset": PropTypes.func,
538
+ "onResetCapture": PropTypes.func,
539
+ "onScroll": PropTypes.func,
540
+ "onScrollCapture": PropTypes.func,
541
+ "onSeeked": PropTypes.func,
542
+ "onSeekedCapture": PropTypes.func,
543
+ "onSeeking": PropTypes.func,
544
+ "onSeekingCapture": PropTypes.func,
545
+ "onSelect": PropTypes.func,
546
+ "onSelectCapture": PropTypes.func,
547
+ "onStalled": PropTypes.func,
548
+ "onStalledCapture": PropTypes.func,
549
+ "onSubmit": PropTypes.func,
550
+ "onSubmitCapture": PropTypes.func,
551
+ "onSuspend": PropTypes.func,
552
+ "onSuspendCapture": PropTypes.func,
553
+ "onTimeUpdate": PropTypes.func,
554
+ "onTimeUpdateCapture": PropTypes.func,
555
+ "onTouchCancel": PropTypes.func,
556
+ "onTouchCancelCapture": PropTypes.func,
557
+ "onTouchEnd": PropTypes.func,
558
+ "onTouchEndCapture": PropTypes.func,
559
+ "onTouchMove": PropTypes.func,
560
+ "onTouchMoveCapture": PropTypes.func,
561
+ "onTouchStart": PropTypes.func,
562
+ "onTouchStartCapture": PropTypes.func,
563
+ "onTransitionEnd": PropTypes.func,
564
+ "onTransitionEndCapture": PropTypes.func,
565
+ "onVolumeChange": PropTypes.func,
566
+ "onVolumeChangeCapture": PropTypes.func,
567
+ "onWaiting": PropTypes.func,
568
+ "onWaitingCapture": PropTypes.func,
569
+ "onWheel": PropTypes.func,
570
+ "onWheelCapture": PropTypes.func,
571
+ "pattern": PropTypes.string,
572
+ "placeholder": PropTypes.string,
573
+ "positionedChildren": PropTypes.node,
574
+ "prefix": PropTypes.string,
575
+ "property": PropTypes.string,
576
+ "radioGroup": PropTypes.string,
577
+ "readOnly": PropTypes.bool,
578
+ "rel": PropTypes.string,
579
+ "required": PropTypes.bool,
580
+ "resource": PropTypes.string,
581
+ "results": PropTypes.number,
582
+ "rev": PropTypes.string,
583
+ "reverse": PropTypes.bool,
584
+ "role": PropTypes.oneOfType([PropTypes.oneOf(["alert", "alertdialog", "application", "article", "banner", "button", "cell", "checkbox", "columnheader", "combobox", "complementary", "contentinfo", "definition", "dialog", "directory", "document", "feed", "figure", "form", "grid", "gridcell", "group", "heading", "img", "link", "list", "listbox", "listitem", "log", "main", "marquee", "math", "menu", "menubar", "menuitem", "menuitemcheckbox", "menuitemradio", "navigation", "none", "note", "option", "presentation", "progressbar", "radio", "radiogroup", "region", "row", "rowgroup", "rowheader", "scrollbar", "search", "searchbox", "separator", "slider", "spinbutton", "status", "switch", "tab", "table", "tablist", "tabpanel", "term", "textbox", "timer", "toolbar", "tooltip", "tree", "treegrid", "treeitem"]), PropTypes.shape({
585
+ "__@iterator": PropTypes.func.isRequired,
586
+ "anchor": PropTypes.func.isRequired,
587
+ "at": PropTypes.func.isRequired,
588
+ "big": PropTypes.func.isRequired,
589
+ "blink": PropTypes.func.isRequired,
590
+ "bold": PropTypes.func.isRequired,
591
+ "charAt": PropTypes.func.isRequired,
592
+ "charCodeAt": PropTypes.func.isRequired,
593
+ "codePointAt": PropTypes.func.isRequired,
594
+ "concat": PropTypes.func.isRequired,
595
+ "endsWith": PropTypes.func.isRequired,
596
+ "fixed": PropTypes.func.isRequired,
597
+ "fontcolor": PropTypes.func.isRequired,
598
+ "fontsize": PropTypes.func.isRequired,
599
+ "includes": PropTypes.func.isRequired,
600
+ "indexOf": PropTypes.func.isRequired,
601
+ "italics": PropTypes.func.isRequired,
602
+ "lastIndexOf": PropTypes.func.isRequired,
603
+ "length": PropTypes.number.isRequired,
604
+ "link": PropTypes.func.isRequired,
605
+ "localeCompare": PropTypes.func.isRequired,
606
+ "match": PropTypes.func.isRequired,
607
+ "matchAll": PropTypes.func.isRequired,
608
+ "normalize": PropTypes.func.isRequired,
609
+ "padEnd": PropTypes.func.isRequired,
610
+ "padStart": PropTypes.func.isRequired,
611
+ "repeat": PropTypes.func.isRequired,
612
+ "replace": PropTypes.func.isRequired,
613
+ "search": PropTypes.func.isRequired,
614
+ "slice": PropTypes.func.isRequired,
615
+ "small": PropTypes.func.isRequired,
616
+ "split": PropTypes.func.isRequired,
617
+ "startsWith": PropTypes.func.isRequired,
618
+ "strike": PropTypes.func.isRequired,
619
+ "sub": PropTypes.func.isRequired,
620
+ "substr": PropTypes.func.isRequired,
621
+ "substring": PropTypes.func.isRequired,
622
+ "sup": PropTypes.func.isRequired,
623
+ "toLocaleLowerCase": PropTypes.func.isRequired,
624
+ "toLocaleUpperCase": PropTypes.func.isRequired,
625
+ "toLowerCase": PropTypes.func.isRequired,
626
+ "toString": PropTypes.func.isRequired,
627
+ "toUpperCase": PropTypes.func.isRequired,
628
+ "trim": PropTypes.func.isRequired,
629
+ "trimEnd": PropTypes.func.isRequired,
630
+ "trimLeft": PropTypes.func.isRequired,
631
+ "trimRight": PropTypes.func.isRequired,
632
+ "trimStart": PropTypes.func.isRequired,
633
+ "valueOf": PropTypes.func.isRequired
634
+ })]),
635
+ "security": PropTypes.string,
636
+ "separator": PropTypes.string.isRequired,
637
+ "size": PropTypes.oneOf(["large", "medium", "small"]),
638
+ "slot": PropTypes.string,
639
+ "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
640
+ "src": PropTypes.string,
641
+ "step": PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
642
+ "style": PropTypes.object,
643
+ "suppressContentEditableWarning": PropTypes.bool,
644
+ "suppressHydrationWarning": PropTypes.bool,
645
+ "tabIndex": PropTypes.number,
646
+ "title": PropTypes.string,
647
+ "tooltipPosition": PropTypes.oneOf(["bottom", "left", "right", "top"]),
648
+ "translate": PropTypes.oneOf(["no", "yes"]),
649
+ "typeof": PropTypes.string,
650
+ "unselectable": PropTypes.oneOf(["off", "on"]),
651
+ "validationIconId": PropTypes.string,
652
+ "validationOnLabel": PropTypes.bool,
653
+ "value": PropTypes.string,
654
+ "vocab": PropTypes.string,
655
+ "warning": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
656
+ "width": PropTypes.oneOfType([PropTypes.number, PropTypes.string])
657
+ };
658
+ }
657
659
  export { GroupedCharacter };
658
660
  GroupedCharacter.displayName = "GroupedCharacter";
659
661
  export default GroupedCharacter;