carbon-react 118.5.1 → 118.6.0

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 (1346) hide show
  1. package/esm/__internal__/character-count/character-count.component.d.ts +2 -2
  2. package/esm/__internal__/character-count/character-count.component.js +7 -16
  3. package/esm/__internal__/character-count/character-count.style.js +13 -7
  4. package/esm/__internal__/checkable-input/checkable-input.component.js +38 -37
  5. package/esm/__internal__/checkable-input/checkable-input.style.js +12 -9
  6. package/esm/__internal__/checkable-input/hidden-checkable-input.component.js +21 -27
  7. package/esm/__internal__/field-help/field-help.component.d.ts +1 -1
  8. package/esm/__internal__/field-help/field-help.component.js +13 -19
  9. package/esm/__internal__/field-help/field-help.style.js +8 -5
  10. package/esm/__internal__/fieldset/fieldset.component.d.ts +1 -1
  11. package/esm/__internal__/fieldset/fieldset.component.js +37 -204
  12. package/esm/__internal__/fieldset/fieldset.style.js +17 -11
  13. package/esm/__internal__/focus-trap/focus-trap-utils.d.ts +1 -1
  14. package/esm/__internal__/focus-trap/focus-trap-utils.js +12 -48
  15. package/esm/__internal__/focus-trap/focus-trap.component.d.ts +1 -1
  16. package/esm/__internal__/focus-trap/focus-trap.component.js +43 -96
  17. package/esm/__internal__/form-field/form-field.component.d.ts +1 -1
  18. package/esm/__internal__/form-field/form-field.component.js +31 -219
  19. package/esm/__internal__/form-field/form-field.style.js +7 -4
  20. package/esm/__internal__/form-spacing-provider/form-spacing-provider.component.d.ts +1 -1
  21. package/esm/__internal__/form-spacing-provider/form-spacing-provider.component.js +10 -13
  22. package/esm/__internal__/full-screen-heading/full-screen-heading.component.js +1 -2
  23. package/esm/__internal__/full-screen-heading/full-screen-heading.style.js +7 -4
  24. package/esm/__internal__/input/input-presentation.component.js +15 -19
  25. package/esm/__internal__/input/input-presentation.style.js +56 -39
  26. package/esm/__internal__/input/input.component.js +34 -57
  27. package/esm/__internal__/input/input.style.js +21 -12
  28. package/esm/__internal__/input-behaviour/input-behaviour.component.d.ts +1 -1
  29. package/esm/__internal__/input-behaviour/input-behaviour.component.js +6 -9
  30. package/esm/__internal__/input-behaviour/input-group-behaviour.component.d.ts +1 -1
  31. package/esm/__internal__/input-behaviour/input-group-behaviour.component.js +5 -10
  32. package/esm/__internal__/input-behaviour/useInputBehaviour.d.ts +1 -1
  33. package/esm/__internal__/input-behaviour/useInputBehaviour.js +3 -6
  34. package/esm/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +1 -1
  35. package/esm/__internal__/input-icon-toggle/input-icon-toggle.component.js +24 -45
  36. package/esm/__internal__/input-icon-toggle/input-icon-toggle.style.js +20 -15
  37. package/esm/__internal__/label/label.component.d.ts +2 -2
  38. package/esm/__internal__/label/label.component.js +36 -65
  39. package/esm/__internal__/label/label.style.js +32 -20
  40. package/esm/__internal__/popover/popover.component.d.ts +1 -1
  41. package/esm/__internal__/popover/popover.component.js +12 -45
  42. package/esm/__internal__/popover/popover.style.js +12 -6
  43. package/esm/__internal__/radio-button-mapper/radio-button-mapper.component.d.ts +1 -1
  44. package/esm/__internal__/radio-button-mapper/radio-button-mapper.component.js +11 -25
  45. package/esm/__internal__/sticky-footer/sticky-footer.component.d.ts +1 -1
  46. package/esm/__internal__/sticky-footer/sticky-footer.component.js +12 -30
  47. package/esm/__internal__/sticky-footer/sticky-footer.style.js +7 -4
  48. package/esm/__internal__/tooltip-provider/index.d.ts +1 -1
  49. package/esm/__internal__/tooltip-provider/index.js +10 -9
  50. package/esm/__internal__/utils/helpers/browser-type-check/index.js +0 -1
  51. package/esm/__internal__/utils/helpers/events/composedPath.js +1 -4
  52. package/esm/__internal__/utils/helpers/events/events.js +2 -19
  53. package/esm/__internal__/utils/helpers/guid/index.d.ts +1 -1
  54. package/esm/__internal__/utils/helpers/guid/index.js +0 -1
  55. package/esm/__internal__/utils/helpers/tags/tags-specs/tags-specs.d.ts +1 -1
  56. package/esm/__internal__/utils/helpers/tags/tags-specs/tags-specs.js +2 -3
  57. package/esm/__internal__/utils/helpers/tags/tags.js +0 -4
  58. package/esm/__internal__/utils/logger/index.js +1 -1
  59. package/esm/__internal__/validation-message/validation-message.component.d.ts +2 -2
  60. package/esm/__internal__/validation-message/validation-message.component.js +6 -12
  61. package/esm/__internal__/validation-message/validation-message.style.js +7 -4
  62. package/esm/__internal__/validations/validation-icon.component.d.ts +1 -1
  63. package/esm/__internal__/validations/validation-icon.component.js +24 -68
  64. package/esm/__internal__/validations/validation-icon.style.js +13 -7
  65. package/esm/__spec_helper__/enzyme-snapshot-helper.js +0 -5
  66. package/esm/__spec_helper__/expect.js +2 -5
  67. package/esm/__spec_helper__/mock-match-media.js +0 -3
  68. package/esm/__spec_helper__/mock-resize-observer.js +0 -2
  69. package/esm/__spec_helper__/test-utils.d.ts +10 -10
  70. package/esm/__spec_helper__/test-utils.js +53 -79
  71. package/esm/components/accordion/accordion-group/accordion-group.component.d.ts +1 -1
  72. package/esm/components/accordion/accordion-group/accordion-group.component.js +10 -212
  73. package/esm/components/accordion/accordion.component.js +30 -38
  74. package/esm/components/accordion/accordion.style.js +89 -52
  75. package/esm/components/action-popover/action-popover-item/action-popover-item.component.d.ts +1 -1
  76. package/esm/components/action-popover/action-popover-item/action-popover-item.component.js +27 -63
  77. package/esm/components/action-popover/action-popover-menu/action-popover-menu.component.js +16 -20
  78. package/esm/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.d.ts +2 -2
  79. package/esm/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.js +16 -32
  80. package/esm/components/action-popover/action-popover.component.d.ts +1 -1
  81. package/esm/components/action-popover/action-popover.component.js +23 -202
  82. package/esm/components/action-popover/action-popover.style.js +38 -24
  83. package/esm/components/advanced-color-picker/advanced-color-picker-cell.style.js +14 -8
  84. package/esm/components/advanced-color-picker/advanced-color-picker.component.d.ts +1 -1
  85. package/esm/components/advanced-color-picker/advanced-color-picker.component.js +43 -225
  86. package/esm/components/advanced-color-picker/advanced-color-picker.style.d.ts +2 -2
  87. package/esm/components/advanced-color-picker/advanced-color-picker.style.js +15 -9
  88. package/esm/components/alert/alert.component.d.ts +2 -2
  89. package/esm/components/alert/alert.component.js +12 -70
  90. package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +20 -17
  91. package/esm/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.js +14 -8
  92. package/esm/components/anchor-navigation/anchor-navigation.component.js +19 -24
  93. package/esm/components/badge/badge.component.d.ts +1 -1
  94. package/esm/components/badge/badge.component.js +8 -21
  95. package/esm/components/badge/badge.style.js +15 -9
  96. package/esm/components/batch-selection/batch-selection.component.d.ts +1 -1
  97. package/esm/components/batch-selection/batch-selection.component.js +8 -17
  98. package/esm/components/batch-selection/batch-selection.style.js +9 -6
  99. package/esm/components/box/box.component.js +60 -42
  100. package/esm/components/box/box.config.js +0 -1
  101. package/esm/components/breadcrumbs/breadcrumbs.component.d.ts +2 -1
  102. package/esm/components/breadcrumbs/breadcrumbs.component.js +316 -8
  103. package/esm/components/breadcrumbs/breadcrumbs.style.js +9 -0
  104. package/esm/components/breadcrumbs/crumb/crumb.component.d.ts +0 -2
  105. package/esm/components/breadcrumbs/crumb/crumb.component.js +19 -15
  106. package/esm/components/breadcrumbs/crumb/crumb.style.js +7 -4
  107. package/esm/components/button/button-types.style.d.ts +1 -1
  108. package/esm/components/button/button-types.style.js +0 -2
  109. package/esm/components/button/button.component.js +39 -68
  110. package/esm/components/button/button.style.js +32 -30
  111. package/esm/components/button-bar/button-bar.component.d.ts +1 -1
  112. package/esm/components/button-bar/button-bar.component.js +20 -336
  113. package/esm/components/button-bar/button-bar.style.js +8 -5
  114. package/esm/components/button-minor/button-minor.component.d.ts +2 -2
  115. package/esm/components/button-minor/button-minor.component.js +13 -352
  116. package/esm/components/button-minor/button-minor.style.js +31 -21
  117. package/esm/components/button-toggle/button-toggle-icon.component.d.ts +2 -2
  118. package/esm/components/button-toggle/button-toggle-icon.component.js +17 -22
  119. package/esm/components/button-toggle/button-toggle-input.component.js +1 -7
  120. package/esm/components/button-toggle/button-toggle.component.d.ts +1 -1
  121. package/esm/components/button-toggle/button-toggle.component.js +21 -51
  122. package/esm/components/button-toggle/button-toggle.style.js +50 -29
  123. package/esm/components/button-toggle-group/button-toggle-group.component.d.ts +1 -1
  124. package/esm/components/button-toggle-group/button-toggle-group.component.js +29 -211
  125. package/esm/components/button-toggle-group/button-toggle-group.style.js +35 -20
  126. package/esm/components/carbon-provider/carbon-provider.component.d.ts +1 -1
  127. package/esm/components/carbon-provider/carbon-provider.component.js +9 -56
  128. package/esm/components/carbon-provider/top-modal-context.d.ts +1 -1
  129. package/esm/components/carbon-provider/top-modal-context.js +8 -12
  130. package/esm/components/card/card-column/card-column.component.d.ts +1 -1
  131. package/esm/components/card/card-column/card-column.component.js +9 -12
  132. package/esm/components/card/card-column/card-column.style.js +6 -3
  133. package/esm/components/card/card-footer/card-footer.component.d.ts +1 -1
  134. package/esm/components/card/card-footer/card-footer.component.js +8 -324
  135. package/esm/components/card/card-footer/card-footer.style.js +9 -6
  136. package/esm/components/card/card-row/card-row.component.d.ts +1 -1
  137. package/esm/components/card/card-row/card-row.component.js +7 -167
  138. package/esm/components/card/card-row/card-row.style.js +7 -4
  139. package/esm/components/card/card.component.d.ts +1 -1
  140. package/esm/components/card/card.component.js +18 -194
  141. package/esm/components/card/card.style.js +14 -11
  142. package/esm/components/carousel/carousel.component.d.ts +1 -1
  143. package/esm/components/carousel/carousel.component.js +13 -41
  144. package/esm/components/carousel/carousel.style.js +14 -8
  145. package/esm/components/carousel/slide/slide.component.d.ts +1 -1
  146. package/esm/components/carousel/slide/slide.component.js +2 -10
  147. package/esm/components/carousel/slide/slide.style.js +9 -5
  148. package/esm/components/checkbox/checkbox-group.component.d.ts +1 -1
  149. package/esm/components/checkbox/checkbox-group.component.js +2 -174
  150. package/esm/components/checkbox/checkbox-group.style.js +7 -4
  151. package/esm/components/checkbox/checkbox-svg.component.d.ts +2 -2
  152. package/esm/components/checkbox/checkbox-svg.component.js +0 -2
  153. package/esm/components/checkbox/checkbox.component.js +43 -46
  154. package/esm/components/checkbox/checkbox.style.js +16 -13
  155. package/esm/components/confirm/confirm.component.d.ts +1 -1
  156. package/esm/components/confirm/confirm.component.js +30 -88
  157. package/esm/components/confirm/confirm.style.js +14 -8
  158. package/esm/components/content/content.component.d.ts +1 -1
  159. package/esm/components/content/content.component.js +12 -178
  160. package/esm/components/content/content.style.js +22 -17
  161. package/esm/components/date/__internal__/date-formats/index.js +15 -26
  162. package/esm/components/date/__internal__/date-picker/date-picker.component.js +20 -33
  163. package/esm/components/date/__internal__/date-picker/day-picker.style.js +8 -5
  164. package/esm/components/date/__internal__/navbar/navbar.component.js +16 -15
  165. package/esm/components/date/__internal__/utils.js +1 -31
  166. package/esm/components/date/__internal__/weekday/weekday.component.js +15 -15
  167. package/esm/components/date/date.component.js +45 -89
  168. package/esm/components/date/date.style.js +18 -12
  169. package/esm/components/date-range/date-range.component.js +32 -67
  170. package/esm/components/date-range/date-range.style.js +6 -3
  171. package/esm/components/decimal/decimal.component.js +34 -58
  172. package/esm/components/definition-list/dd.component.d.ts +1 -1
  173. package/esm/components/definition-list/dd.component.js +6 -319
  174. package/esm/components/definition-list/definition-list.style.js +22 -13
  175. package/esm/components/definition-list/dl.component.d.ts +1 -1
  176. package/esm/components/definition-list/dl.component.js +10 -333
  177. package/esm/components/definition-list/dt.component.d.ts +1 -1
  178. package/esm/components/definition-list/dt.component.js +6 -319
  179. package/esm/components/detail/detail.component.d.ts +1 -1
  180. package/esm/components/detail/detail.component.js +21 -185
  181. package/esm/components/detail/detail.style.js +14 -8
  182. package/esm/components/dialog/dialog.component.d.ts +1 -1
  183. package/esm/components/dialog/dialog.component.js +25 -96
  184. package/esm/components/dialog/dialog.style.js +52 -30
  185. package/esm/components/dialog-full-screen/content.style.js +21 -12
  186. package/esm/components/dialog-full-screen/dialog-full-screen.component.d.ts +1 -1
  187. package/esm/components/dialog-full-screen/dialog-full-screen.component.js +27 -88
  188. package/esm/components/dialog-full-screen/dialog-full-screen.style.js +13 -7
  189. package/esm/components/dismissible-box/dismissible-box.component.d.ts +1 -1
  190. package/esm/components/dismissible-box/dismissible-box.component.js +22 -2464
  191. package/esm/components/dismissible-box/dismissible-box.style.js +8 -5
  192. package/esm/components/draggable/draggable-container.component.js +9 -15
  193. package/esm/components/draggable/draggable-item.component.js +17 -25
  194. package/esm/components/draggable/draggable-item.style.js +6 -3
  195. package/esm/components/draggable/internal/drop-target.component.d.ts +1 -1
  196. package/esm/components/draggable/internal/drop-target.component.js +8 -170
  197. package/esm/components/drawer/drawer.component.d.ts +1 -1
  198. package/esm/components/drawer/drawer.component.js +19 -52
  199. package/esm/components/drawer/drawer.style.js +70 -47
  200. package/esm/components/duelling-picklist/duelling-picklist.component.d.ts +1 -1
  201. package/esm/components/duelling-picklist/duelling-picklist.component.js +11 -180
  202. package/esm/components/duelling-picklist/duelling-picklist.context.js +1 -3
  203. package/esm/components/duelling-picklist/duelling-picklist.style.js +7 -4
  204. package/esm/components/duelling-picklist/picklist/picklist.component.d.ts +1 -1
  205. package/esm/components/duelling-picklist/picklist/picklist.component.js +9 -23
  206. package/esm/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -2
  207. package/esm/components/duelling-picklist/picklist-divider/picklist-divider.component.js +1 -7
  208. package/esm/components/duelling-picklist/picklist-group/picklist-group.component.js +13 -16
  209. package/esm/components/duelling-picklist/picklist-group/picklist-group.style.js +15 -9
  210. package/esm/components/duelling-picklist/picklist-item/picklist-item.component.js +16 -17
  211. package/esm/components/duelling-picklist/picklist-item/picklist-item.style.js +14 -8
  212. package/esm/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +2 -2
  213. package/esm/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.js +7 -10
  214. package/esm/components/fieldset/fieldset.component.d.ts +1 -1
  215. package/esm/components/fieldset/fieldset.component.js +8 -171
  216. package/esm/components/fieldset/fieldset.style.js +13 -7
  217. package/esm/components/flat-table/flat-table-body/flat-table-body.component.js +6 -6
  218. package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +13 -24
  219. package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.style.js +7 -4
  220. package/esm/components/flat-table/flat-table-cell/flat-table-cell.component.js +20 -38
  221. package/esm/components/flat-table/flat-table-cell/flat-table-cell.style.js +24 -18
  222. package/esm/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.js +15 -29
  223. package/esm/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.js +10 -7
  224. package/esm/components/flat-table/flat-table-head/flat-table-head.component.js +9 -12
  225. package/esm/components/flat-table/flat-table-header/flat-table-header-utils.js +1 -4
  226. package/esm/components/flat-table/flat-table-header/flat-table-header.component.js +16 -29
  227. package/esm/components/flat-table/flat-table-header/flat-table-header.style.js +16 -13
  228. package/esm/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +11 -18
  229. package/esm/components/flat-table/flat-table-row/flat-table-row.component.js +34 -65
  230. package/esm/components/flat-table/flat-table-row/flat-table-row.style.js +28 -36
  231. package/esm/components/flat-table/flat-table-row-header/flat-table-row-header.component.js +18 -33
  232. package/esm/components/flat-table/flat-table-row-header/flat-table-row-header.style.js +23 -17
  233. package/esm/components/flat-table/flat-table.component.js +66 -85
  234. package/esm/components/flat-table/flat-table.style.js +139 -86
  235. package/esm/components/flat-table/sort/sort.component.js +6 -12
  236. package/esm/components/form/__internal__/form-summary.component.d.ts +2 -2
  237. package/esm/components/form/__internal__/form-summary.component.js +14 -31
  238. package/esm/components/form/__internal__/form-summary.style.js +42 -24
  239. package/esm/components/form/form.component.d.ts +1 -1
  240. package/esm/components/form/form.component.js +19 -501
  241. package/esm/components/form/form.style.js +73 -42
  242. package/esm/components/global-header/global-header.component.d.ts +1 -1
  243. package/esm/components/global-header/global-header.component.js +22 -1033
  244. package/esm/components/grid/grid-container/grid-container.component.d.ts +1 -1
  245. package/esm/components/grid/grid-container/grid-container.component.js +2 -1837
  246. package/esm/components/grid/grid-item/grid-item.component.d.ts +1 -1
  247. package/esm/components/grid/grid-item/grid-item.component.js +2 -1238
  248. package/esm/components/grid/grid-item/grid-item.style.js +19 -30
  249. package/esm/components/grouped-character/grouped-character.component.js +26 -39
  250. package/esm/components/heading/heading.component.d.ts +1 -1
  251. package/esm/components/heading/heading.component.js +20 -199
  252. package/esm/components/heading/heading.style.js +30 -18
  253. package/esm/components/help/help.component.js +21 -30
  254. package/esm/components/help/help.style.js +7 -4
  255. package/esm/components/hr/hr.component.js +8 -12
  256. package/esm/components/i18n-provider/i18n-provider.component.d.ts +1 -1
  257. package/esm/components/i18n-provider/i18n-provider.component.js +8 -139
  258. package/esm/components/icon/icon-unicodes.js +2 -3
  259. package/esm/components/icon/icon.component.js +28 -38
  260. package/esm/components/icon/icon.style.js +13 -18
  261. package/esm/components/icon-button/icon-button.component.js +15 -21
  262. package/esm/components/icon-button/icon-button.style.js +7 -4
  263. package/esm/components/image/image.component.d.ts +2 -2
  264. package/esm/components/image/image.component.js +9 -1690
  265. package/esm/components/image/image.style.js +22 -15
  266. package/esm/components/inline-inputs/inline-inputs.component.d.ts +1 -1
  267. package/esm/components/inline-inputs/inline-inputs.component.js +16 -189
  268. package/esm/components/inline-inputs/inline-inputs.style.js +38 -20
  269. package/esm/components/link/link.component.js +32 -37
  270. package/esm/components/link/link.style.js +11 -14
  271. package/esm/components/link-preview/__internal__/placeholder.component.d.ts +2 -2
  272. package/esm/components/link-preview/__internal__/placeholder.component.js +18 -11
  273. package/esm/components/link-preview/link-preview.component.d.ts +2 -2
  274. package/esm/components/link-preview/link-preview.component.js +15 -34
  275. package/esm/components/link-preview/link-preview.style.js +14 -8
  276. package/esm/components/loader/loader-square.style.js +10 -13
  277. package/esm/components/loader/loader.component.d.ts +2 -2
  278. package/esm/components/loader/loader.component.js +9 -175
  279. package/esm/components/loader-bar/loader-bar.component.d.ts +2 -2
  280. package/esm/components/loader-bar/loader-bar.component.js +6 -169
  281. package/esm/components/loader-bar/loader-bar.style.js +14 -12
  282. package/esm/components/menu/__internal__/keyboard-navigation/index.js +4 -22
  283. package/esm/components/menu/__internal__/spec-helper/index.js +2 -3
  284. package/esm/components/menu/__internal__/submenu/submenu.component.js +32 -70
  285. package/esm/components/menu/__internal__/submenu/submenu.style.js +28 -19
  286. package/esm/components/menu/menu-divider/menu-divider.component.js +6 -6
  287. package/esm/components/menu/menu-divider/menu-divider.style.js +8 -5
  288. package/esm/components/menu/menu-full-screen/menu-full-screen.component.d.ts +1 -1
  289. package/esm/components/menu/menu-full-screen/menu-full-screen.component.js +16 -36
  290. package/esm/components/menu/menu-full-screen/menu-full-screen.style.js +17 -11
  291. package/esm/components/menu/menu-item/menu-item.component.d.ts +1 -1
  292. package/esm/components/menu/menu-item/menu-item.component.js +30 -2096
  293. package/esm/components/menu/menu-item/menu-item.style.js +20 -17
  294. package/esm/components/menu/menu-segment-title/menu-segment-title.component.js +7 -7
  295. package/esm/components/menu/menu-segment-title/menu-segment-title.style.js +8 -5
  296. package/esm/components/menu/menu.component.d.ts +1 -1
  297. package/esm/components/menu/menu.component.js +9 -1888
  298. package/esm/components/menu/menu.context.js +1 -3
  299. package/esm/components/menu/menu.style.js +21 -12
  300. package/esm/components/menu/scrollable-block/scrollable-block.component.d.ts +1 -1
  301. package/esm/components/menu/scrollable-block/scrollable-block.component.js +10 -23
  302. package/esm/components/menu/scrollable-block/scrollable-block.style.js +8 -5
  303. package/esm/components/message/message-content/message-content.component.d.ts +1 -1
  304. package/esm/components/message/message-content/message-content.component.js +6 -12
  305. package/esm/components/message/message-content/message-content.style.js +6 -3
  306. package/esm/components/message/message.component.d.ts +1 -1
  307. package/esm/components/message/message.component.js +15 -186
  308. package/esm/components/message/message.style.js +13 -7
  309. package/esm/components/message/type-icon/type-icon.component.d.ts +2 -2
  310. package/esm/components/message/type-icon/type-icon.component.js +5 -10
  311. package/esm/components/message/type-icon/type-icon.style.js +14 -8
  312. package/esm/components/modal/__internal__/modal-manager.d.ts +1 -1
  313. package/esm/components/modal/__internal__/modal-manager.js +14 -33
  314. package/esm/components/modal/modal.component.d.ts +1 -1
  315. package/esm/components/modal/modal.component.js +12 -31
  316. package/esm/components/modal/modal.style.js +22 -13
  317. package/esm/components/multi-action-button/multi-action-button.component.d.ts +2 -2
  318. package/esm/components/multi-action-button/multi-action-button.component.js +21 -624
  319. package/esm/components/multi-action-button/multi-action-button.style.js +25 -16
  320. package/esm/components/navigation-bar/navigation-bar.component.js +12 -14
  321. package/esm/components/navigation-bar/navigation-bar.style.js +17 -11
  322. package/esm/components/note/__internal__/status-icon/status-icon.component.js +5 -4
  323. package/esm/components/note/note.component.d.ts +1 -1
  324. package/esm/components/note/note.component.js +15 -192
  325. package/esm/components/note/note.style.js +34 -19
  326. package/esm/components/number/number.component.js +15 -22
  327. package/esm/components/numeral-date/numeral-date.component.d.ts +1 -1
  328. package/esm/components/numeral-date/numeral-date.component.js +47 -299
  329. package/esm/components/numeral-date/numeral-date.style.js +8 -7
  330. package/esm/components/pager/__internal__/pager-navigation-link.component.d.ts +1 -1
  331. package/esm/components/pager/__internal__/pager-navigation-link.component.js +14 -27
  332. package/esm/components/pager/__internal__/pager-navigation.component.d.ts +1 -1
  333. package/esm/components/pager/__internal__/pager-navigation.component.js +18 -45
  334. package/esm/components/pager/pager.component.d.ts +1 -1
  335. package/esm/components/pager/pager.component.js +36 -73
  336. package/esm/components/pager/pager.style.js +14 -8
  337. package/esm/components/pages/page/page.component.d.ts +1 -1
  338. package/esm/components/pages/page/page.component.js +8 -170
  339. package/esm/components/pages/pages.component.d.ts +1 -1
  340. package/esm/components/pages/pages.component.js +12 -68
  341. package/esm/components/password/password.component.d.ts +2 -2
  342. package/esm/components/password/password.component.js +8 -546
  343. package/esm/components/pill/pill.component.d.ts +1 -1
  344. package/esm/components/pill/pill.component.js +34 -246
  345. package/esm/components/pill/pill.style.js +12 -15
  346. package/esm/components/pod/pod.component.js +27 -30
  347. package/esm/components/pod/pod.style.js +95 -65
  348. package/esm/components/popover-container/popover-container.component.d.ts +3 -3
  349. package/esm/components/popover-container/popover-container.component.js +69 -262
  350. package/esm/components/popover-container/popover-container.style.js +10 -9
  351. package/esm/components/portal/portal.d.ts +1 -1
  352. package/esm/components/portal/portal.js +12 -23
  353. package/esm/components/portrait/portrait-gravatar.component.d.ts +2 -2
  354. package/esm/components/portrait/portrait-gravatar.component.js +8 -18
  355. package/esm/components/portrait/portrait-initials.component.d.ts +2 -2
  356. package/esm/components/portrait/portrait-initials.component.js +18 -26
  357. package/esm/components/portrait/portrait.component.d.ts +1 -1
  358. package/esm/components/portrait/portrait.component.js +22 -205
  359. package/esm/components/portrait/portrait.style.js +32 -30
  360. package/esm/components/preview/__internal__/preview-placeholder.component.d.ts +2 -2
  361. package/esm/components/preview/__internal__/preview-placeholder.component.js +9 -18
  362. package/esm/components/preview/__internal__/preview-placeholder.style.js +12 -6
  363. package/esm/components/preview/preview.component.d.ts +1 -1
  364. package/esm/components/preview/preview.component.js +8 -176
  365. package/esm/components/preview/preview.style.js +2 -1
  366. package/esm/components/profile/profile.component.d.ts +2 -2
  367. package/esm/components/profile/profile.component.js +11 -27
  368. package/esm/components/profile/profile.style.d.ts +1 -1
  369. package/esm/components/profile/profile.style.js +37 -19
  370. package/esm/components/progress-tracker/progress-tracker.component.d.ts +2 -2
  371. package/esm/components/progress-tracker/progress-tracker.component.js +22 -203
  372. package/esm/components/progress-tracker/progress-tracker.style.js +62 -48
  373. package/esm/components/radio-button/radio-button-group.component.d.ts +1 -1
  374. package/esm/components/radio-button/radio-button-group.component.js +2 -188
  375. package/esm/components/radio-button/radio-button-group.style.js +8 -5
  376. package/esm/components/radio-button/radio-button-svg.component.d.ts +1 -1
  377. package/esm/components/radio-button/radio-button-svg.component.js +0 -2
  378. package/esm/components/radio-button/radio-button.component.js +45 -46
  379. package/esm/components/radio-button/radio-button.style.js +11 -8
  380. package/esm/components/search/search-button.style.js +6 -3
  381. package/esm/components/search/search.component.js +31 -49
  382. package/esm/components/search/search.style.js +11 -10
  383. package/esm/components/select/__internal__/select-text/select-text.component.d.ts +1 -1
  384. package/esm/components/select/__internal__/select-text/select-text.component.js +13 -30
  385. package/esm/components/select/__internal__/select-text/select-text.style.js +11 -8
  386. package/esm/components/select/filterable-select/filterable-select.component.js +61 -108
  387. package/esm/components/select/list-action-button/list-action-button.component.js +7 -9
  388. package/esm/components/select/multi-select/multi-select.component.js +71 -122
  389. package/esm/components/select/multi-select/multi-select.style.js +12 -6
  390. package/esm/components/select/option/option.component.js +22 -24
  391. package/esm/components/select/option/option.style.js +13 -7
  392. package/esm/components/select/option-group-header/option-group-header.component.js +8 -8
  393. package/esm/components/select/option-row/option-row.component.js +14 -17
  394. package/esm/components/select/option-row/option-row.style.js +13 -7
  395. package/esm/components/select/select-list/select-list-container.style.js +18 -9
  396. package/esm/components/select/select-list/select-list.component.js +53 -93
  397. package/esm/components/select/select-list/select-list.style.js +19 -10
  398. package/esm/components/select/select-textbox/select-textbox.component.js +58 -65
  399. package/esm/components/select/select.style.js +12 -9
  400. package/esm/components/select/simple-select/simple-select.component.js +48 -90
  401. package/esm/components/select/utils/get-next-child-by-text.js +4 -13
  402. package/esm/components/select/utils/get-next-index-by-key.js +0 -13
  403. package/esm/components/select/utils/highlight-part-of-text.js +0 -9
  404. package/esm/components/select/utils/is-expected-option.js +0 -4
  405. package/esm/components/select/utils/is-expected-value.js +0 -1
  406. package/esm/components/select/utils/with-filter.hoc.js +15 -49
  407. package/esm/components/settings-row/settings-row.component.d.ts +1 -1
  408. package/esm/components/settings-row/settings-row.component.js +11 -177
  409. package/esm/components/settings-row/settings-row.style.js +7 -4
  410. package/esm/components/show-edit-pod/show-edit-pod.component.js +31 -68
  411. package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +1 -1
  412. package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.component.js +14 -173
  413. package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +7 -4
  414. package/esm/components/sidebar/sidebar.component.js +28 -28
  415. package/esm/components/sidebar/sidebar.style.js +13 -10
  416. package/esm/components/simple-color-picker/simple-color/simple-color.component.js +1 -2
  417. package/esm/components/simple-color-picker/simple-color/simple-color.style.js +24 -17
  418. package/esm/components/simple-color-picker/simple-color-picker.component.js +34 -47
  419. package/esm/components/simple-color-picker/simple-color-picker.style.js +13 -11
  420. package/esm/components/split-button/split-button-children.style.js +9 -6
  421. package/esm/components/split-button/split-button-toggle.style.js +10 -7
  422. package/esm/components/split-button/split-button.component.d.ts +1 -1
  423. package/esm/components/split-button/split-button.component.js +20 -523
  424. package/esm/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +1 -1
  425. package/esm/components/step-sequence/step-sequence-item/step-sequence-item.component.js +12 -30
  426. package/esm/components/step-sequence/step-sequence-item/step-sequence-item.style.js +5 -4
  427. package/esm/components/step-sequence/step-sequence.component.d.ts +1 -1
  428. package/esm/components/step-sequence/step-sequence.component.js +7 -322
  429. package/esm/components/step-sequence/step-sequence.style.js +7 -4
  430. package/esm/components/switch/__internal__/switch-slider-panel.style.js +8 -5
  431. package/esm/components/switch/__internal__/switch-slider.component.d.ts +2 -2
  432. package/esm/components/switch/__internal__/switch-slider.component.js +11 -22
  433. package/esm/components/switch/__internal__/switch-slider.style.js +15 -12
  434. package/esm/components/switch/switch.component.js +40 -43
  435. package/esm/components/switch/switch.style.js +10 -7
  436. package/esm/components/tabs/__internal__/tab-title/tab-title.component.js +41 -53
  437. package/esm/components/tabs/__internal__/tab-title/tab-title.style.js +68 -50
  438. package/esm/components/tabs/__internal__/tabs-header/tabs-header.component.d.ts +1 -1
  439. package/esm/components/tabs/__internal__/tabs-header/tabs-header.component.js +19 -31
  440. package/esm/components/tabs/__internal__/tabs-header/tabs-header.style.js +52 -31
  441. package/esm/components/tabs/tab/tab.component.d.ts +1 -1
  442. package/esm/components/tabs/tab/tab.component.js +28 -205
  443. package/esm/components/tabs/tab/tab.style.js +8 -5
  444. package/esm/components/tabs/tabs.component.d.ts +1 -1
  445. package/esm/components/tabs/tabs.component.js +44 -239
  446. package/esm/components/tabs/tabs.style.js +9 -6
  447. package/esm/components/text-editor/__internal__/decorators/link-decorator.d.ts +1 -1
  448. package/esm/components/text-editor/__internal__/decorators/link-decorator.js +16 -11
  449. package/esm/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +2 -2
  450. package/esm/components/text-editor/__internal__/editor-counter/editor-counter.component.js +19 -25
  451. package/esm/components/text-editor/__internal__/editor-counter/editor-counter.style.js +6 -3
  452. package/esm/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +1 -1
  453. package/esm/components/text-editor/__internal__/editor-link/editor-link.component.js +10 -19
  454. package/esm/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +1 -1
  455. package/esm/components/text-editor/__internal__/label-wrapper/label-wrapper.component.js +5 -12
  456. package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -14
  457. package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +7 -4
  458. package/esm/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +1 -1
  459. package/esm/components/text-editor/__internal__/toolbar/toolbar.component.js +12 -39
  460. package/esm/components/text-editor/__internal__/utils/utils.js +13 -23
  461. package/esm/components/text-editor/text-editor.component.js +43 -66
  462. package/esm/components/text-editor/text-editor.style.js +17 -11
  463. package/esm/components/textarea/textarea.component.js +54 -68
  464. package/esm/components/textarea/textarea.style.js +13 -7
  465. package/esm/components/textbox/__internal__/prefix.style.js +6 -3
  466. package/esm/components/textbox/textbox.component.js +63 -67
  467. package/esm/components/textbox/textbox.style.js +7 -4
  468. package/esm/components/tile/tile-footer/tile-footer.component.d.ts +1 -1
  469. package/esm/components/tile/tile-footer/tile-footer.component.js +7 -168
  470. package/esm/components/tile/tile-footer/tile-footer.style.js +7 -8
  471. package/esm/components/tile/tile.component.d.ts +1 -1
  472. package/esm/components/tile/tile.component.js +13 -332
  473. package/esm/components/tile/tile.style.js +25 -26
  474. package/esm/components/tile-select/__internal__/accordion/accordion.component.d.ts +1 -1
  475. package/esm/components/tile-select/__internal__/accordion/accordion.component.js +7 -322
  476. package/esm/components/tile-select/tile-select-group.component.d.ts +1 -1
  477. package/esm/components/tile-select/tile-select-group.component.js +13 -183
  478. package/esm/components/tile-select/tile-select.component.js +32 -36
  479. package/esm/components/tile-select/tile-select.style.d.ts +1 -1
  480. package/esm/components/tile-select/tile-select.style.js +63 -36
  481. package/esm/components/toast/toast.component.js +17 -28
  482. package/esm/components/toast/toast.style.d.ts +1 -1
  483. package/esm/components/toast/toast.style.js +61 -37
  484. package/esm/components/tooltip/tooltip-pointer.style.js +9 -8
  485. package/esm/components/tooltip/tooltip.component.js +40 -42
  486. package/esm/components/tooltip/tooltip.style.js +11 -10
  487. package/esm/components/typography/list.component.d.ts +2 -2
  488. package/esm/components/typography/list.component.js +22 -939
  489. package/esm/components/typography/typography.component.js +43 -65
  490. package/esm/components/vertical-divider/vertical-divider.component.js +9 -11
  491. package/esm/components/vertical-divider/vertical-divider.style.js +20 -11
  492. package/esm/components/vertical-menu/vertical-menu-full-screen.component.d.ts +1 -1
  493. package/esm/components/vertical-menu/vertical-menu-full-screen.component.js +12 -24
  494. package/esm/components/vertical-menu/vertical-menu-item.component.d.ts +1 -1
  495. package/esm/components/vertical-menu/vertical-menu-item.component.js +14 -208
  496. package/esm/components/vertical-menu/vertical-menu-trigger.component.d.ts +1 -1
  497. package/esm/components/vertical-menu/vertical-menu-trigger.component.js +9 -174
  498. package/esm/components/vertical-menu/vertical-menu.component.d.ts +1 -1
  499. package/esm/components/vertical-menu/vertical-menu.component.js +10 -23
  500. package/esm/components/vertical-menu/vertical-menu.style.js +19 -10
  501. package/esm/hooks/__internal__/useCharacterCount/useCharacterCount.d.ts +1 -1
  502. package/esm/hooks/__internal__/useCharacterCount/useCharacterCount.js +4 -4
  503. package/esm/hooks/__internal__/useClickAwayListener/useClickAwayListener.js +5 -3
  504. package/esm/hooks/__internal__/useFloating/useFloating.js +16 -20
  505. package/esm/hooks/__internal__/useFormSpacing/add-form-spacing/index.d.ts +1 -1
  506. package/esm/hooks/__internal__/useFormSpacing/add-form-spacing/index.js +2 -5
  507. package/esm/hooks/__internal__/useInputAccessibility/useInputAccessibility.js +10 -11
  508. package/esm/hooks/__internal__/useIsStickyFooterForm/useIsStickyFooterForm.js +1 -5
  509. package/esm/hooks/__internal__/useMenuKeyboardNavigation/useMenuKeyboardNavigation.js +8 -21
  510. package/esm/hooks/__internal__/useModalManager/useModalManager.js +8 -11
  511. package/esm/hooks/__internal__/useResizeObserver/useResizeObserver.js +4 -9
  512. package/esm/hooks/__internal__/useScrollBlock/scroll-block-manager.js +12 -21
  513. package/esm/hooks/__internal__/useScrollBlock/useScrollBlock.js +34 -32
  514. package/esm/hooks/__internal__/useStableCallback/useStableCallback.js +8 -5
  515. package/esm/hooks/__internal__/useThrottle/useThrottle.js +2 -1
  516. package/esm/hooks/__internal__/useUniqueId/index.d.ts +1 -1
  517. package/esm/hooks/useMediaQuery/useMediaQuery.js +0 -2
  518. package/esm/locales/en-gb.js +3 -9
  519. package/esm/locales/pl-pl.js +3 -24
  520. package/esm/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +7 -4
  521. package/esm/style/design-tokens/debug-theme.util.js +7 -10
  522. package/esm/style/design-tokens/generate-css-variables.util.d.ts +1 -1
  523. package/esm/style/design-tokens/generate-css-variables.util.js +3 -2
  524. package/esm/style/palette/index.js +12 -13
  525. package/esm/style/themes/aegean/aegean-theme.config.js +14 -18
  526. package/esm/style/themes/base/base-theme.config.js +3 -6
  527. package/esm/style/themes/base/index.js +4 -2
  528. package/esm/style/themes/mint/mint-theme.config.js +14 -18
  529. package/esm/style/themes/sage/index.d.ts +1 -1
  530. package/esm/style/themes/sage/index.js +4 -2
  531. package/esm/style/themes/test-utils.js +4 -4
  532. package/esm/style/utils/add-hex-symbols.js +0 -1
  533. package/esm/style/utils/at-opacity.d.ts +1 -1
  534. package/esm/style/utils/at-opacity.js +2 -4
  535. package/esm/style/utils/color.js +11 -16
  536. package/esm/style/utils/filter-out-styled-system-spacing-props.js +4 -3
  537. package/esm/style/utils/form-style-utils.js +2 -13
  538. package/esm/style/utils/get-color-value.js +0 -1
  539. package/esm/style/utils/get-rgb-values.js +1 -1
  540. package/esm/style/utils/merge-deep.js +9 -8
  541. package/esm/style/utils/mix.d.ts +1 -1
  542. package/esm/style/utils/mix.js +8 -10
  543. package/esm/style/utils/width.js +9 -5
  544. package/lib/__internal__/character-count/character-count.component.d.ts +2 -2
  545. package/lib/__internal__/character-count/character-count.component.js +7 -21
  546. package/lib/__internal__/character-count/character-count.style.js +16 -16
  547. package/lib/__internal__/character-count/index.js +0 -2
  548. package/lib/__internal__/checkable-input/checkable-input-svg-wrapper.style.js +0 -3
  549. package/lib/__internal__/checkable-input/checkable-input.component.js +40 -52
  550. package/lib/__internal__/checkable-input/checkable-input.style.js +14 -22
  551. package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +23 -40
  552. package/lib/__internal__/checkable-input/hidden-checkable-input.style.js +0 -3
  553. package/lib/__internal__/checkable-input/index.js +0 -2
  554. package/lib/__internal__/field-help/field-help.component.d.ts +1 -1
  555. package/lib/__internal__/field-help/field-help.component.js +14 -23
  556. package/lib/__internal__/field-help/field-help.style.js +10 -11
  557. package/lib/__internal__/field-help/index.js +0 -2
  558. package/lib/__internal__/fieldset/fieldset.component.d.ts +1 -1
  559. package/lib/__internal__/fieldset/fieldset.component.js +37 -211
  560. package/lib/__internal__/fieldset/fieldset.style.js +19 -20
  561. package/lib/__internal__/fieldset/index.js +0 -2
  562. package/lib/__internal__/filter-object-properties/filter-object-properties.js +0 -1
  563. package/lib/__internal__/filter-object-properties/index.js +0 -2
  564. package/lib/__internal__/focus-trap/focus-trap-utils.d.ts +1 -1
  565. package/lib/__internal__/focus-trap/focus-trap-utils.js +13 -52
  566. package/lib/__internal__/focus-trap/focus-trap.component.d.ts +1 -1
  567. package/lib/__internal__/focus-trap/focus-trap.component.js +44 -110
  568. package/lib/__internal__/focus-trap/index.js +0 -2
  569. package/lib/__internal__/form-field/form-field.component.d.ts +1 -1
  570. package/lib/__internal__/form-field/form-field.component.js +33 -234
  571. package/lib/__internal__/form-field/form-field.style.js +9 -12
  572. package/lib/__internal__/form-field/index.js +0 -2
  573. package/lib/__internal__/form-spacing-provider/form-spacing-context.js +0 -4
  574. package/lib/__internal__/form-spacing-provider/form-spacing-provider.component.d.ts +1 -1
  575. package/lib/__internal__/form-spacing-provider/form-spacing-provider.component.js +10 -17
  576. package/lib/__internal__/form-spacing-provider/index.js +0 -3
  577. package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +3 -13
  578. package/lib/__internal__/full-screen-heading/full-screen-heading.style.js +9 -11
  579. package/lib/__internal__/full-screen-heading/index.js +0 -2
  580. package/lib/__internal__/i18n-context/index.js +0 -5
  581. package/lib/__internal__/input/index.js +0 -4
  582. package/lib/__internal__/input/input-presentation.component.js +17 -29
  583. package/lib/__internal__/input/input-presentation.style.js +61 -51
  584. package/lib/__internal__/input/input.component.js +38 -69
  585. package/lib/__internal__/input/input.style.js +24 -19
  586. package/lib/__internal__/input-behaviour/index.js +0 -2
  587. package/lib/__internal__/input-behaviour/input-behaviour.component.d.ts +1 -1
  588. package/lib/__internal__/input-behaviour/input-behaviour.component.js +8 -17
  589. package/lib/__internal__/input-behaviour/input-group-behaviour.component.d.ts +1 -1
  590. package/lib/__internal__/input-behaviour/input-group-behaviour.component.js +7 -18
  591. package/lib/__internal__/input-behaviour/useInputBehaviour.d.ts +1 -1
  592. package/lib/__internal__/input-behaviour/useInputBehaviour.js +3 -7
  593. package/lib/__internal__/input-icon-toggle/index.js +0 -2
  594. package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +1 -1
  595. package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.js +24 -51
  596. package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.js +22 -23
  597. package/lib/__internal__/label/icon-wrapper.style.js +0 -5
  598. package/lib/__internal__/label/index.js +0 -2
  599. package/lib/__internal__/label/label.component.d.ts +2 -2
  600. package/lib/__internal__/label/label.component.js +38 -78
  601. package/lib/__internal__/label/label.style.js +34 -26
  602. package/lib/__internal__/popover/index.js +0 -2
  603. package/lib/__internal__/popover/popover.component.d.ts +1 -1
  604. package/lib/__internal__/popover/popover.component.js +14 -60
  605. package/lib/__internal__/popover/popover.style.js +12 -10
  606. package/lib/__internal__/radio-button-mapper/index.js +0 -2
  607. package/lib/__internal__/radio-button-mapper/radio-button-mapper.component.d.ts +1 -1
  608. package/lib/__internal__/radio-button-mapper/radio-button-mapper.component.js +13 -32
  609. package/lib/__internal__/sticky-footer/index.js +0 -2
  610. package/lib/__internal__/sticky-footer/sticky-footer.component.d.ts +1 -1
  611. package/lib/__internal__/sticky-footer/sticky-footer.component.js +14 -40
  612. package/lib/__internal__/sticky-footer/sticky-footer.style.js +9 -10
  613. package/lib/__internal__/tooltip-provider/index.d.ts +1 -1
  614. package/lib/__internal__/tooltip-provider/index.js +12 -20
  615. package/lib/__internal__/utils/helpers/browser-type-check/index.js +1 -4
  616. package/lib/__internal__/utils/helpers/events/composedPath.js +0 -6
  617. package/lib/__internal__/utils/helpers/events/events.js +1 -21
  618. package/lib/__internal__/utils/helpers/events/index.js +0 -2
  619. package/lib/__internal__/utils/helpers/guid/index.d.ts +1 -1
  620. package/lib/__internal__/utils/helpers/guid/index.js +0 -3
  621. package/lib/__internal__/utils/helpers/tags/index.js +0 -2
  622. package/lib/__internal__/utils/helpers/tags/tags-specs/index.js +0 -1
  623. package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.d.ts +1 -1
  624. package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.js +2 -5
  625. package/lib/__internal__/utils/helpers/tags/tags.js +0 -5
  626. package/lib/__internal__/utils/logger/index.js +1 -2
  627. package/lib/__internal__/validation-message/index.js +0 -2
  628. package/lib/__internal__/validation-message/validation-message.component.d.ts +2 -2
  629. package/lib/__internal__/validation-message/validation-message.component.js +6 -16
  630. package/lib/__internal__/validation-message/validation-message.style.js +9 -10
  631. package/lib/__internal__/validations/index.js +0 -2
  632. package/lib/__internal__/validations/validation-icon.component.d.ts +1 -1
  633. package/lib/__internal__/validations/validation-icon.component.js +26 -80
  634. package/lib/__internal__/validations/validation-icon.style.js +15 -17
  635. package/lib/__spec_helper__/enzyme-snapshot-helper.js +1 -7
  636. package/lib/__spec_helper__/expect.js +2 -8
  637. package/lib/__spec_helper__/index.js +0 -4
  638. package/lib/__spec_helper__/mock-match-media.js +1 -8
  639. package/lib/__spec_helper__/mock-resize-observer.js +0 -3
  640. package/lib/__spec_helper__/test-utils.d.ts +10 -10
  641. package/lib/__spec_helper__/test-utils.js +56 -105
  642. package/lib/components/accordion/accordion-group/accordion-group.component.d.ts +1 -1
  643. package/lib/components/accordion/accordion-group/accordion-group.component.js +13 -225
  644. package/lib/components/accordion/accordion.component.js +32 -52
  645. package/lib/components/accordion/accordion.style.js +92 -64
  646. package/lib/components/accordion/index.js +0 -3
  647. package/lib/components/action-popover/action-popover-context.js +0 -4
  648. package/lib/components/action-popover/action-popover-divider/action-popover-divider.component.js +0 -2
  649. package/lib/components/action-popover/action-popover-item/action-popover-item.component.d.ts +1 -1
  650. package/lib/components/action-popover/action-popover-item/action-popover-item.component.js +29 -77
  651. package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +18 -37
  652. package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.d.ts +2 -2
  653. package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.js +17 -37
  654. package/lib/components/action-popover/action-popover.component.d.ts +1 -1
  655. package/lib/components/action-popover/action-popover.component.js +25 -220
  656. package/lib/components/action-popover/action-popover.style.js +42 -38
  657. package/lib/components/action-popover/index.js +6 -12
  658. package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.js +17 -15
  659. package/lib/components/advanced-color-picker/advanced-color-picker.component.d.ts +1 -1
  660. package/lib/components/advanced-color-picker/advanced-color-picker.component.js +45 -241
  661. package/lib/components/advanced-color-picker/advanced-color-picker.style.d.ts +2 -2
  662. package/lib/components/advanced-color-picker/advanced-color-picker.style.js +20 -29
  663. package/lib/components/advanced-color-picker/index.js +0 -2
  664. package/lib/components/alert/alert.component.d.ts +2 -2
  665. package/lib/components/alert/alert.component.js +13 -74
  666. package/lib/components/alert/index.js +0 -2
  667. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +20 -23
  668. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.js +16 -14
  669. package/lib/components/anchor-navigation/anchor-navigation.component.js +21 -40
  670. package/lib/components/anchor-navigation/anchor-navigation.style.js +1 -4
  671. package/lib/components/anchor-navigation/anchor-section-divider.component.js +0 -3
  672. package/lib/components/anchor-navigation/index.js +0 -4
  673. package/lib/components/badge/badge.component.d.ts +1 -1
  674. package/lib/components/badge/badge.component.js +8 -24
  675. package/lib/components/badge/badge.style.js +18 -20
  676. package/lib/components/badge/index.js +0 -2
  677. package/lib/components/batch-selection/batch-selection.component.d.ts +1 -1
  678. package/lib/components/batch-selection/batch-selection.component.js +8 -21
  679. package/lib/components/batch-selection/batch-selection.style.js +11 -15
  680. package/lib/components/batch-selection/index.js +0 -2
  681. package/lib/components/box/box.component.js +63 -56
  682. package/lib/components/box/box.config.js +0 -3
  683. package/lib/components/box/index.js +0 -2
  684. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +2 -1
  685. package/lib/components/breadcrumbs/breadcrumbs.component.js +316 -16
  686. package/lib/components/breadcrumbs/breadcrumbs.style.js +9 -3
  687. package/lib/components/breadcrumbs/crumb/crumb.component.d.ts +0 -2
  688. package/lib/components/breadcrumbs/crumb/crumb.component.js +19 -22
  689. package/lib/components/breadcrumbs/crumb/crumb.style.js +10 -13
  690. package/lib/components/breadcrumbs/crumb/index.js +0 -2
  691. package/lib/components/breadcrumbs/index.js +0 -3
  692. package/lib/components/button/button-types.style.d.ts +1 -1
  693. package/lib/components/button/button-types.style.js +0 -6
  694. package/lib/components/button/button.component.js +41 -89
  695. package/lib/components/button/button.config.js +1 -1
  696. package/lib/components/button/button.style.js +34 -40
  697. package/lib/components/button/index.js +6 -9
  698. package/lib/components/button-bar/button-bar.component.d.ts +1 -1
  699. package/lib/components/button-bar/button-bar.component.js +22 -343
  700. package/lib/components/button-bar/button-bar.config.js +1 -1
  701. package/lib/components/button-bar/button-bar.style.js +10 -15
  702. package/lib/components/button-bar/index.js +0 -2
  703. package/lib/components/button-minor/button-minor.component.d.ts +2 -2
  704. package/lib/components/button-minor/button-minor.component.js +14 -356
  705. package/lib/components/button-minor/button-minor.style.js +35 -32
  706. package/lib/components/button-minor/index.js +0 -2
  707. package/lib/components/button-toggle/button-toggle-icon.component.d.ts +2 -2
  708. package/lib/components/button-toggle/button-toggle-icon.component.js +17 -27
  709. package/lib/components/button-toggle/button-toggle-input.component.js +3 -18
  710. package/lib/components/button-toggle/button-toggle.component.d.ts +1 -1
  711. package/lib/components/button-toggle/button-toggle.component.js +23 -66
  712. package/lib/components/button-toggle/button-toggle.style.js +53 -38
  713. package/lib/components/button-toggle/index.js +0 -2
  714. package/lib/components/button-toggle-group/button-toggle-group.component.d.ts +1 -1
  715. package/lib/components/button-toggle-group/button-toggle-group.component.js +31 -228
  716. package/lib/components/button-toggle-group/button-toggle-group.style.js +37 -29
  717. package/lib/components/button-toggle-group/index.js +0 -2
  718. package/lib/components/carbon-provider/carbon-provider.component.d.ts +1 -1
  719. package/lib/components/carbon-provider/carbon-provider.component.js +12 -68
  720. package/lib/components/carbon-provider/index.js +0 -2
  721. package/lib/components/carbon-provider/top-modal-context.d.ts +1 -1
  722. package/lib/components/carbon-provider/top-modal-context.js +9 -19
  723. package/lib/components/card/__internal__/card-context/index.js +0 -4
  724. package/lib/components/card/card-column/card-column.component.d.ts +1 -1
  725. package/lib/components/card/card-column/card-column.component.js +9 -16
  726. package/lib/components/card/card-column/card-column.style.js +6 -6
  727. package/lib/components/card/card-column/index.js +0 -2
  728. package/lib/components/card/card-footer/card-footer.component.d.ts +1 -1
  729. package/lib/components/card/card-footer/card-footer.component.js +10 -334
  730. package/lib/components/card/card-footer/card-footer.style.js +11 -15
  731. package/lib/components/card/card-footer/index.js +0 -2
  732. package/lib/components/card/card-row/card-row.component.d.ts +1 -1
  733. package/lib/components/card/card-row/card-row.component.js +7 -172
  734. package/lib/components/card/card-row/card-row.style.js +9 -13
  735. package/lib/components/card/card-row/index.js +0 -2
  736. package/lib/components/card/card.component.d.ts +1 -1
  737. package/lib/components/card/card.component.js +20 -208
  738. package/lib/components/card/card.config.js +1 -1
  739. package/lib/components/card/card.style.js +16 -20
  740. package/lib/components/card/index.js +6 -11
  741. package/lib/components/carousel/carousel.component.d.ts +1 -1
  742. package/lib/components/carousel/carousel.component.js +15 -51
  743. package/lib/components/carousel/carousel.style.js +17 -19
  744. package/lib/components/carousel/index.js +0 -3
  745. package/lib/components/carousel/slide/index.js +0 -2
  746. package/lib/components/carousel/slide/slide.component.d.ts +1 -1
  747. package/lib/components/carousel/slide/slide.component.js +1 -13
  748. package/lib/components/carousel/slide/slide.style.js +11 -11
  749. package/lib/components/carousel/slide.config.js +1 -3
  750. package/lib/components/checkbox/checkbox-group.component.d.ts +1 -1
  751. package/lib/components/checkbox/checkbox-group.component.js +2 -184
  752. package/lib/components/checkbox/checkbox-group.style.js +9 -16
  753. package/lib/components/checkbox/checkbox-svg.component.d.ts +2 -2
  754. package/lib/components/checkbox/checkbox-svg.component.js +0 -6
  755. package/lib/components/checkbox/checkbox.component.js +45 -66
  756. package/lib/components/checkbox/checkbox.style.js +18 -28
  757. package/lib/components/checkbox/index.js +4 -7
  758. package/lib/components/confirm/confirm.component.d.ts +1 -1
  759. package/lib/components/confirm/confirm.component.js +32 -102
  760. package/lib/components/confirm/confirm.style.js +16 -17
  761. package/lib/components/confirm/index.js +0 -2
  762. package/lib/components/content/content.component.d.ts +1 -1
  763. package/lib/components/content/content.component.js +12 -181
  764. package/lib/components/content/content.style.js +25 -26
  765. package/lib/components/content/index.js +0 -2
  766. package/lib/components/date/__internal__/date-formats/index.js +15 -26
  767. package/lib/components/date/__internal__/date-picker/date-picker.component.js +22 -51
  768. package/lib/components/date/__internal__/date-picker/day-picker.style.js +6 -8
  769. package/lib/components/date/__internal__/date-picker/index.js +0 -2
  770. package/lib/components/date/__internal__/navbar/button.style.js +0 -3
  771. package/lib/components/date/__internal__/navbar/index.js +0 -2
  772. package/lib/components/date/__internal__/navbar/navbar.component.js +16 -21
  773. package/lib/components/date/__internal__/navbar/navbar.style.js +0 -3
  774. package/lib/components/date/__internal__/utils.js +7 -48
  775. package/lib/components/date/__internal__/weekday/abbr.style.js +0 -3
  776. package/lib/components/date/__internal__/weekday/index.js +0 -2
  777. package/lib/components/date/__internal__/weekday/weekday.component.js +15 -20
  778. package/lib/components/date/__internal__/weekday/weekday.style.js +0 -3
  779. package/lib/components/date/date.component.js +47 -113
  780. package/lib/components/date/date.style.js +20 -27
  781. package/lib/components/date/index.js +0 -2
  782. package/lib/components/date-range/date-range.component.js +34 -86
  783. package/lib/components/date-range/date-range.context.js +0 -4
  784. package/lib/components/date-range/date-range.style.js +6 -11
  785. package/lib/components/date-range/index.js +0 -2
  786. package/lib/components/decimal/decimal.component.js +36 -75
  787. package/lib/components/decimal/index.js +0 -2
  788. package/lib/components/definition-list/__internal__/dl.context.js +0 -4
  789. package/lib/components/definition-list/dd.component.d.ts +1 -1
  790. package/lib/components/definition-list/dd.component.js +6 -323
  791. package/lib/components/definition-list/definition-list.style.js +25 -24
  792. package/lib/components/definition-list/dl.component.d.ts +1 -1
  793. package/lib/components/definition-list/dl.component.js +10 -345
  794. package/lib/components/definition-list/dt.component.d.ts +1 -1
  795. package/lib/components/definition-list/dt.component.js +8 -328
  796. package/lib/components/definition-list/index.js +6 -10
  797. package/lib/components/detail/detail.component.d.ts +1 -1
  798. package/lib/components/detail/detail.component.js +22 -191
  799. package/lib/components/detail/detail.style.js +17 -19
  800. package/lib/components/detail/index.js +0 -2
  801. package/lib/components/dialog/dialog.component.d.ts +1 -1
  802. package/lib/components/dialog/dialog.component.js +27 -115
  803. package/lib/components/dialog/dialog.config.js +1 -1
  804. package/lib/components/dialog/dialog.style.js +56 -46
  805. package/lib/components/dialog/index.js +0 -2
  806. package/lib/components/dialog-full-screen/content.style.js +23 -19
  807. package/lib/components/dialog-full-screen/dialog-full-screen.component.d.ts +1 -1
  808. package/lib/components/dialog-full-screen/dialog-full-screen.component.js +29 -106
  809. package/lib/components/dialog-full-screen/dialog-full-screen.style.js +15 -20
  810. package/lib/components/dialog-full-screen/index.js +0 -2
  811. package/lib/components/dismissible-box/dismissible-box.component.d.ts +1 -1
  812. package/lib/components/dismissible-box/dismissible-box.component.js +23 -2470
  813. package/lib/components/dismissible-box/dismissible-box.style.js +10 -14
  814. package/lib/components/dismissible-box/index.js +0 -2
  815. package/lib/components/draggable/draggable-container.component.js +11 -28
  816. package/lib/components/draggable/draggable-item.component.js +17 -31
  817. package/lib/components/draggable/draggable-item.style.js +6 -9
  818. package/lib/components/draggable/index.js +0 -3
  819. package/lib/components/draggable/internal/drop-target.component.d.ts +1 -1
  820. package/lib/components/draggable/internal/drop-target.component.js +8 -175
  821. package/lib/components/drawer/drawer.component.d.ts +1 -1
  822. package/lib/components/drawer/drawer.component.js +21 -66
  823. package/lib/components/drawer/drawer.style.js +73 -58
  824. package/lib/components/drawer/index.js +6 -9
  825. package/lib/components/duelling-picklist/duelling-picklist.component.d.ts +1 -1
  826. package/lib/components/duelling-picklist/duelling-picklist.component.js +13 -191
  827. package/lib/components/duelling-picklist/duelling-picklist.context.js +1 -7
  828. package/lib/components/duelling-picklist/duelling-picklist.style.js +10 -13
  829. package/lib/components/duelling-picklist/index.js +10 -17
  830. package/lib/components/duelling-picklist/picklist/picklist.component.d.ts +1 -1
  831. package/lib/components/duelling-picklist/picklist/picklist.component.js +11 -36
  832. package/lib/components/duelling-picklist/picklist/picklist.style.js +1 -5
  833. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -2
  834. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.js +1 -11
  835. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.style.js +0 -3
  836. package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +15 -33
  837. package/lib/components/duelling-picklist/picklist-group/picklist-group.style.js +18 -19
  838. package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +18 -30
  839. package/lib/components/duelling-picklist/picklist-item/picklist-item.style.js +17 -19
  840. package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +2 -2
  841. package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.js +8 -14
  842. package/lib/components/fieldset/fieldset.component.d.ts +1 -1
  843. package/lib/components/fieldset/fieldset.component.js +8 -178
  844. package/lib/components/fieldset/fieldset.style.js +14 -17
  845. package/lib/components/fieldset/index.js +0 -2
  846. package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +6 -11
  847. package/lib/components/flat-table/flat-table-body/index.js +0 -2
  848. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +15 -36
  849. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.style.js +9 -10
  850. package/lib/components/flat-table/flat-table-body-draggable/index.js +0 -2
  851. package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.js +22 -50
  852. package/lib/components/flat-table/flat-table-cell/flat-table-cell.style.js +27 -29
  853. package/lib/components/flat-table/flat-table-cell/index.js +0 -2
  854. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.js +17 -38
  855. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.js +12 -15
  856. package/lib/components/flat-table/flat-table-checkbox/index.js +0 -2
  857. package/lib/components/flat-table/flat-table-head/flat-table-head.component.js +11 -21
  858. package/lib/components/flat-table/flat-table-head/flat-table-head.style.js +0 -6
  859. package/lib/components/flat-table/flat-table-head/index.js +0 -2
  860. package/lib/components/flat-table/flat-table-header/flat-table-header-utils.js +1 -5
  861. package/lib/components/flat-table/flat-table-header/flat-table-header.component.js +18 -41
  862. package/lib/components/flat-table/flat-table-header/flat-table-header.style.js +18 -24
  863. package/lib/components/flat-table/flat-table-header/index.js +0 -2
  864. package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +11 -22
  865. package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +36 -82
  866. package/lib/components/flat-table/flat-table-row/flat-table-row.style.js +30 -50
  867. package/lib/components/flat-table/flat-table-row/index.js +0 -2
  868. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.js +20 -45
  869. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.style.js +25 -27
  870. package/lib/components/flat-table/flat-table-row-header/index.js +0 -2
  871. package/lib/components/flat-table/flat-table.component.js +68 -98
  872. package/lib/components/flat-table/flat-table.config.js +1 -1
  873. package/lib/components/flat-table/flat-table.style.js +143 -105
  874. package/lib/components/flat-table/index.js +16 -27
  875. package/lib/components/flat-table/sort/index.js +0 -2
  876. package/lib/components/flat-table/sort/sort.component.js +8 -23
  877. package/lib/components/flat-table/sort/sort.style.js +0 -4
  878. package/lib/components/form/__internal__/form-summary.component.d.ts +2 -2
  879. package/lib/components/form/__internal__/form-summary.component.js +16 -40
  880. package/lib/components/form/__internal__/form-summary.style.js +45 -34
  881. package/lib/components/form/form.component.d.ts +1 -1
  882. package/lib/components/form/form.component.js +21 -513
  883. package/lib/components/form/form.style.js +78 -58
  884. package/lib/components/form/index.js +0 -2
  885. package/lib/components/global-header/global-header.component.d.ts +1 -1
  886. package/lib/components/global-header/global-header.component.js +24 -1045
  887. package/lib/components/global-header/index.js +0 -2
  888. package/lib/components/grid/grid-container/grid-container.component.d.ts +1 -1
  889. package/lib/components/grid/grid-container/grid-container.component.js +1 -1839
  890. package/lib/components/grid/grid-container/grid-container.style.js +0 -4
  891. package/lib/components/grid/grid-container/index.js +0 -2
  892. package/lib/components/grid/grid-item/grid-item.component.d.ts +1 -1
  893. package/lib/components/grid/grid-item/grid-item.component.js +1 -1240
  894. package/lib/components/grid/grid-item/grid-item.style.js +22 -38
  895. package/lib/components/grid/grid-item/index.js +0 -2
  896. package/lib/components/grid/index.js +0 -3
  897. package/lib/components/grouped-character/grouped-character.component.js +28 -53
  898. package/lib/components/grouped-character/grouped-character.utils.js +1 -5
  899. package/lib/components/grouped-character/index.js +0 -2
  900. package/lib/components/heading/heading.component.d.ts +1 -1
  901. package/lib/components/heading/heading.component.js +20 -205
  902. package/lib/components/heading/heading.style.js +34 -35
  903. package/lib/components/heading/index.js +0 -2
  904. package/lib/components/help/help.component.js +23 -44
  905. package/lib/components/help/help.style.js +9 -14
  906. package/lib/components/help/index.js +0 -2
  907. package/lib/components/hr/hr.component.js +8 -17
  908. package/lib/components/hr/hr.style.js +0 -5
  909. package/lib/components/hr/index.js +0 -2
  910. package/lib/components/i18n-provider/i18n-provider.component.d.ts +1 -1
  911. package/lib/components/i18n-provider/i18n-provider.component.js +9 -145
  912. package/lib/components/i18n-provider/index.js +0 -2
  913. package/lib/components/icon/icon-config.js +1 -1
  914. package/lib/components/icon/icon-unicodes.js +2 -3
  915. package/lib/components/icon/icon.component.js +30 -55
  916. package/lib/components/icon/icon.style.js +15 -32
  917. package/lib/components/icon/index.js +0 -2
  918. package/lib/components/icon-button/icon-button.component.js +17 -38
  919. package/lib/components/icon-button/icon-button.style.js +9 -14
  920. package/lib/components/icon-button/index.js +0 -2
  921. package/lib/components/image/image.component.d.ts +2 -2
  922. package/lib/components/image/image.component.js +9 -1694
  923. package/lib/components/image/image.style.js +24 -23
  924. package/lib/components/image/index.js +0 -2
  925. package/lib/components/inline-inputs/index.js +0 -2
  926. package/lib/components/inline-inputs/inline-inputs.component.d.ts +1 -1
  927. package/lib/components/inline-inputs/inline-inputs.component.js +18 -201
  928. package/lib/components/inline-inputs/inline-inputs.style.js +41 -32
  929. package/lib/components/link/index.js +0 -2
  930. package/lib/components/link/link.component.js +34 -52
  931. package/lib/components/link/link.config.js +1 -1
  932. package/lib/components/link/link.style.js +14 -24
  933. package/lib/components/link-preview/__internal__/placeholder.component.d.ts +2 -2
  934. package/lib/components/link-preview/__internal__/placeholder.component.js +18 -16
  935. package/lib/components/link-preview/index.js +0 -2
  936. package/lib/components/link-preview/link-preview.component.d.ts +2 -2
  937. package/lib/components/link-preview/link-preview.component.js +15 -43
  938. package/lib/components/link-preview/link-preview.style.js +17 -17
  939. package/lib/components/loader/index.js +0 -2
  940. package/lib/components/loader/loader-square.style.js +12 -21
  941. package/lib/components/loader/loader.component.d.ts +2 -2
  942. package/lib/components/loader/loader.component.js +9 -183
  943. package/lib/components/loader/loader.style.js +0 -5
  944. package/lib/components/loader-bar/index.js +0 -2
  945. package/lib/components/loader-bar/loader-bar.component.d.ts +2 -2
  946. package/lib/components/loader-bar/loader-bar.component.js +8 -180
  947. package/lib/components/loader-bar/loader-bar.style.js +16 -20
  948. package/lib/components/menu/__internal__/keyboard-navigation/index.js +4 -24
  949. package/lib/components/menu/__internal__/locators.js +1 -1
  950. package/lib/components/menu/__internal__/spec-helper/index.js +2 -8
  951. package/lib/components/menu/__internal__/submenu/index.js +0 -2
  952. package/lib/components/menu/__internal__/submenu/submenu.component.js +34 -88
  953. package/lib/components/menu/__internal__/submenu/submenu.context.js +0 -4
  954. package/lib/components/menu/__internal__/submenu/submenu.style.js +30 -33
  955. package/lib/components/menu/index.js +8 -15
  956. package/lib/components/menu/menu-divider/index.js +0 -2
  957. package/lib/components/menu/menu-divider/menu-divider.component.js +8 -19
  958. package/lib/components/menu/menu-divider/menu-divider.style.js +10 -13
  959. package/lib/components/menu/menu-full-screen/index.js +0 -2
  960. package/lib/components/menu/menu-full-screen/menu-full-screen.component.d.ts +1 -1
  961. package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +18 -53
  962. package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +19 -25
  963. package/lib/components/menu/menu-item/index.js +0 -2
  964. package/lib/components/menu/menu-item/menu-item.component.d.ts +1 -1
  965. package/lib/components/menu/menu-item/menu-item.component.js +32 -2112
  966. package/lib/components/menu/menu-item/menu-item.style.js +22 -31
  967. package/lib/components/menu/menu-segment-title/index.js +0 -2
  968. package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +9 -20
  969. package/lib/components/menu/menu-segment-title/menu-segment-title.style.js +10 -13
  970. package/lib/components/menu/menu.component.d.ts +1 -1
  971. package/lib/components/menu/menu.component.js +13 -1900
  972. package/lib/components/menu/menu.context.js +1 -7
  973. package/lib/components/menu/menu.style.js +24 -24
  974. package/lib/components/menu/scrollable-block/index.js +0 -2
  975. package/lib/components/menu/scrollable-block/scrollable-block.component.d.ts +1 -1
  976. package/lib/components/menu/scrollable-block/scrollable-block.component.js +12 -34
  977. package/lib/components/menu/scrollable-block/scrollable-block.style.js +10 -17
  978. package/lib/components/message/index.js +0 -2
  979. package/lib/components/message/message-content/message-content.component.d.ts +1 -1
  980. package/lib/components/message/message-content/message-content.component.js +6 -17
  981. package/lib/components/message/message-content/message-content.style.js +6 -6
  982. package/lib/components/message/message.component.d.ts +1 -1
  983. package/lib/components/message/message.component.js +15 -196
  984. package/lib/components/message/message.style.js +15 -17
  985. package/lib/components/message/type-icon/type-icon.component.d.ts +2 -2
  986. package/lib/components/message/type-icon/type-icon.component.js +5 -15
  987. package/lib/components/message/type-icon/type-icon.style.js +16 -14
  988. package/lib/components/modal/__internal__/modal-manager.d.ts +1 -1
  989. package/lib/components/modal/__internal__/modal-manager.js +14 -34
  990. package/lib/components/modal/index.js +6 -9
  991. package/lib/components/modal/modal.component.d.ts +1 -1
  992. package/lib/components/modal/modal.component.js +14 -46
  993. package/lib/components/modal/modal.style.js +24 -21
  994. package/lib/components/multi-action-button/index.js +0 -2
  995. package/lib/components/multi-action-button/multi-action-button.component.d.ts +2 -2
  996. package/lib/components/multi-action-button/multi-action-button.component.js +23 -637
  997. package/lib/components/multi-action-button/multi-action-button.style.js +27 -29
  998. package/lib/components/navigation-bar/index.js +0 -2
  999. package/lib/components/navigation-bar/navigation-bar.component.js +12 -18
  1000. package/lib/components/navigation-bar/navigation-bar.style.js +20 -20
  1001. package/lib/components/note/__internal__/status-icon/index.js +0 -2
  1002. package/lib/components/note/__internal__/status-icon/status-icon.component.js +5 -11
  1003. package/lib/components/note/__internal__/status-icon/status-icon.style.js +0 -3
  1004. package/lib/components/note/index.js +0 -2
  1005. package/lib/components/note/note.component.d.ts +1 -1
  1006. package/lib/components/note/note.component.js +15 -202
  1007. package/lib/components/note/note.style.js +37 -30
  1008. package/lib/components/number/index.js +0 -2
  1009. package/lib/components/number/number.component.js +17 -35
  1010. package/lib/components/numeral-date/index.js +0 -2
  1011. package/lib/components/numeral-date/numeral-date-context.js +0 -4
  1012. package/lib/components/numeral-date/numeral-date.component.d.ts +1 -1
  1013. package/lib/components/numeral-date/numeral-date.component.js +49 -323
  1014. package/lib/components/numeral-date/numeral-date.style.js +11 -19
  1015. package/lib/components/pager/__internal__/pager-navigation-link.component.d.ts +1 -1
  1016. package/lib/components/pager/__internal__/pager-navigation-link.component.js +16 -36
  1017. package/lib/components/pager/__internal__/pager-navigation.component.d.ts +1 -1
  1018. package/lib/components/pager/__internal__/pager-navigation.component.js +20 -58
  1019. package/lib/components/pager/index.js +0 -2
  1020. package/lib/components/pager/pager.component.d.ts +1 -1
  1021. package/lib/components/pager/pager.component.js +38 -85
  1022. package/lib/components/pager/pager.style.js +17 -22
  1023. package/lib/components/pages/index.js +4 -7
  1024. package/lib/components/pages/page/index.js +0 -2
  1025. package/lib/components/pages/page/page.component.d.ts +1 -1
  1026. package/lib/components/pages/page/page.component.js +10 -183
  1027. package/lib/components/pages/page/page.style.js +0 -5
  1028. package/lib/components/pages/pages.component.d.ts +1 -1
  1029. package/lib/components/pages/pages.component.js +14 -82
  1030. package/lib/components/pages/pages.config.js +1 -3
  1031. package/lib/components/pages/pages.style.js +1 -7
  1032. package/lib/components/password/index.js +0 -2
  1033. package/lib/components/password/password.component.d.ts +2 -2
  1034. package/lib/components/password/password.component.js +10 -557
  1035. package/lib/components/password/password.style.js +1 -6
  1036. package/lib/components/pill/index.js +0 -2
  1037. package/lib/components/pill/pill.component.d.ts +1 -1
  1038. package/lib/components/pill/pill.component.js +35 -253
  1039. package/lib/components/pill/pill.style.config.js +0 -2
  1040. package/lib/components/pill/pill.style.js +14 -28
  1041. package/lib/components/pod/index.js +0 -2
  1042. package/lib/components/pod/pod.component.js +29 -47
  1043. package/lib/components/pod/pod.config.js +1 -1
  1044. package/lib/components/pod/pod.style.js +98 -78
  1045. package/lib/components/popover-container/index.js +0 -2
  1046. package/lib/components/popover-container/popover-container.component.d.ts +3 -3
  1047. package/lib/components/popover-container/popover-container.component.js +73 -276
  1048. package/lib/components/popover-container/popover-container.style.js +11 -17
  1049. package/lib/components/portal/index.js +0 -2
  1050. package/lib/components/portal/portal.d.ts +1 -1
  1051. package/lib/components/portal/portal.js +14 -34
  1052. package/lib/components/portrait/index.js +0 -2
  1053. package/lib/components/portrait/portrait-gravatar.component.d.ts +2 -2
  1054. package/lib/components/portrait/portrait-gravatar.component.js +8 -24
  1055. package/lib/components/portrait/portrait-initials.component.d.ts +2 -2
  1056. package/lib/components/portrait/portrait-initials.component.js +20 -36
  1057. package/lib/components/portrait/portrait.component.d.ts +1 -1
  1058. package/lib/components/portrait/portrait.component.js +24 -218
  1059. package/lib/components/portrait/portrait.style.js +35 -42
  1060. package/lib/components/preview/__internal__/preview-placeholder.component.d.ts +2 -2
  1061. package/lib/components/preview/__internal__/preview-placeholder.component.js +9 -23
  1062. package/lib/components/preview/__internal__/preview-placeholder.style.js +14 -12
  1063. package/lib/components/preview/index.js +0 -2
  1064. package/lib/components/preview/preview.component.d.ts +1 -1
  1065. package/lib/components/preview/preview.component.js +8 -181
  1066. package/lib/components/preview/preview.style.js +3 -6
  1067. package/lib/components/profile/index.js +0 -2
  1068. package/lib/components/profile/profile.component.d.ts +2 -2
  1069. package/lib/components/profile/profile.component.js +11 -32
  1070. package/lib/components/profile/profile.style.d.ts +1 -1
  1071. package/lib/components/profile/profile.style.js +38 -27
  1072. package/lib/components/progress-tracker/index.js +0 -2
  1073. package/lib/components/progress-tracker/progress-tracker.component.d.ts +2 -2
  1074. package/lib/components/progress-tracker/progress-tracker.component.js +24 -214
  1075. package/lib/components/progress-tracker/progress-tracker.config.js +0 -1
  1076. package/lib/components/progress-tracker/progress-tracker.style.js +65 -57
  1077. package/lib/components/radio-button/index.js +0 -4
  1078. package/lib/components/radio-button/radio-button-group.component.d.ts +1 -1
  1079. package/lib/components/radio-button/radio-button-group.component.js +1 -199
  1080. package/lib/components/radio-button/radio-button-group.style.js +10 -11
  1081. package/lib/components/radio-button/radio-button-svg.component.d.ts +1 -1
  1082. package/lib/components/radio-button/radio-button-svg.component.js +0 -7
  1083. package/lib/components/radio-button/radio-button.component.js +47 -66
  1084. package/lib/components/radio-button/radio-button.style.js +13 -24
  1085. package/lib/components/search/index.js +0 -2
  1086. package/lib/components/search/search-button.style.js +6 -9
  1087. package/lib/components/search/search.component.js +33 -70
  1088. package/lib/components/search/search.style.js +13 -24
  1089. package/lib/components/select/__internal__/select-list-context.js +0 -4
  1090. package/lib/components/select/__internal__/select-text/index.js +0 -2
  1091. package/lib/components/select/__internal__/select-text/select-text.component.d.ts +1 -1
  1092. package/lib/components/select/__internal__/select-text/select-text.component.js +13 -34
  1093. package/lib/components/select/__internal__/select-text/select-text.style.js +13 -16
  1094. package/lib/components/select/filterable-select/filterable-select.component.js +63 -134
  1095. package/lib/components/select/filterable-select/index.js +0 -2
  1096. package/lib/components/select/index.js +12 -19
  1097. package/lib/components/select/list-action-button/index.js +0 -2
  1098. package/lib/components/select/list-action-button/list-action-button.component.js +7 -17
  1099. package/lib/components/select/list-action-button/list-action-button.style.js +0 -4
  1100. package/lib/components/select/multi-select/index.js +0 -2
  1101. package/lib/components/select/multi-select/multi-select.component.js +73 -151
  1102. package/lib/components/select/multi-select/multi-select.style.js +13 -17
  1103. package/lib/components/select/option/index.js +0 -2
  1104. package/lib/components/select/option/option.component.js +24 -35
  1105. package/lib/components/select/option/option.style.js +16 -14
  1106. package/lib/components/select/option-group-header/index.js +0 -2
  1107. package/lib/components/select/option-group-header/option-group-header.component.js +8 -15
  1108. package/lib/components/select/option-group-header/option-group-header.style.js +0 -4
  1109. package/lib/components/select/option-row/index.js +0 -2
  1110. package/lib/components/select/option-row/option-row.component.js +16 -28
  1111. package/lib/components/select/option-row/option-row.style.js +16 -14
  1112. package/lib/components/select/select-list/index.js +0 -2
  1113. package/lib/components/select/select-list/select-list-container.style.js +18 -13
  1114. package/lib/components/select/select-list/select-list.component.js +55 -120
  1115. package/lib/components/select/select-list/select-list.style.js +22 -17
  1116. package/lib/components/select/select-textbox/index.js +0 -2
  1117. package/lib/components/select/select-textbox/select-textbox.component.js +60 -81
  1118. package/lib/components/select/select.style.js +14 -21
  1119. package/lib/components/select/simple-select/index.js +0 -2
  1120. package/lib/components/select/simple-select/simple-select.component.js +50 -115
  1121. package/lib/components/select/utils/get-next-child-by-text.js +4 -14
  1122. package/lib/components/select/utils/get-next-index-by-key.js +1 -15
  1123. package/lib/components/select/utils/highlight-part-of-text.js +0 -13
  1124. package/lib/components/select/utils/is-expected-option.js +0 -9
  1125. package/lib/components/select/utils/is-expected-value.js +0 -2
  1126. package/lib/components/select/utils/is-navigation-key.js +0 -1
  1127. package/lib/components/select/utils/matching-text.style.js +0 -3
  1128. package/lib/components/select/utils/with-filter.hoc.js +17 -64
  1129. package/lib/components/settings-row/index.js +0 -2
  1130. package/lib/components/settings-row/settings-row.component.d.ts +1 -1
  1131. package/lib/components/settings-row/settings-row.component.js +11 -183
  1132. package/lib/components/settings-row/settings-row.style.js +9 -14
  1133. package/lib/components/show-edit-pod/index.js +0 -2
  1134. package/lib/components/show-edit-pod/show-edit-pod.component.js +34 -88
  1135. package/lib/components/show-edit-pod/show-edit-pod.style.js +0 -6
  1136. package/lib/components/sidebar/__internal__/sidebar-header/index.js +0 -2
  1137. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +1 -1
  1138. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.js +14 -177
  1139. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +9 -14
  1140. package/lib/components/sidebar/index.js +6 -9
  1141. package/lib/components/sidebar/sidebar.component.js +29 -52
  1142. package/lib/components/sidebar/sidebar.config.js +1 -1
  1143. package/lib/components/sidebar/sidebar.style.js +15 -23
  1144. package/lib/components/simple-color-picker/index.js +4 -7
  1145. package/lib/components/simple-color-picker/simple-color/index.js +0 -2
  1146. package/lib/components/simple-color-picker/simple-color/simple-color.component.js +3 -14
  1147. package/lib/components/simple-color-picker/simple-color/simple-color.style.js +28 -30
  1148. package/lib/components/simple-color-picker/simple-color-picker.component.js +36 -71
  1149. package/lib/components/simple-color-picker/simple-color-picker.style.js +16 -20
  1150. package/lib/components/split-button/index.js +0 -2
  1151. package/lib/components/split-button/split-button-children.style.js +11 -15
  1152. package/lib/components/split-button/split-button-toggle.style.js +12 -16
  1153. package/lib/components/split-button/split-button.component.d.ts +1 -1
  1154. package/lib/components/split-button/split-button.component.js +22 -544
  1155. package/lib/components/split-button/split-button.config.js +1 -1
  1156. package/lib/components/split-button/split-button.style.js +0 -6
  1157. package/lib/components/step-sequence/index.js +0 -3
  1158. package/lib/components/step-sequence/step-sequence-item/index.js +0 -2
  1159. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +1 -1
  1160. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.js +14 -39
  1161. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.style.js +7 -12
  1162. package/lib/components/step-sequence/step-sequence.component.d.ts +1 -1
  1163. package/lib/components/step-sequence/step-sequence.component.js +8 -328
  1164. package/lib/components/step-sequence/step-sequence.config.js +1 -1
  1165. package/lib/components/step-sequence/step-sequence.style.js +9 -12
  1166. package/lib/components/switch/__internal__/switch-slider-panel.style.js +10 -14
  1167. package/lib/components/switch/__internal__/switch-slider.component.d.ts +2 -2
  1168. package/lib/components/switch/__internal__/switch-slider.component.js +11 -32
  1169. package/lib/components/switch/__internal__/switch-slider.style.js +17 -22
  1170. package/lib/components/switch/index.js +0 -2
  1171. package/lib/components/switch/switch.component.js +42 -62
  1172. package/lib/components/switch/switch.style.js +12 -23
  1173. package/lib/components/tabs/__internal__/tab-title/index.js +6 -9
  1174. package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +43 -73
  1175. package/lib/components/tabs/__internal__/tab-title/tab-title.style.js +71 -60
  1176. package/lib/components/tabs/__internal__/tabs-header/index.js +0 -2
  1177. package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.d.ts +1 -1
  1178. package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.js +20 -40
  1179. package/lib/components/tabs/__internal__/tabs-header/tabs-header.style.js +57 -42
  1180. package/lib/components/tabs/index.js +4 -5
  1181. package/lib/components/tabs/tab/index.js +6 -9
  1182. package/lib/components/tabs/tab/tab.component.d.ts +1 -1
  1183. package/lib/components/tabs/tab/tab.component.js +30 -215
  1184. package/lib/components/tabs/tab/tab.style.js +10 -14
  1185. package/lib/components/tabs/tabs.component.d.ts +1 -1
  1186. package/lib/components/tabs/tabs.component.js +47 -258
  1187. package/lib/components/tabs/tabs.style.js +11 -17
  1188. package/lib/components/text-editor/__internal__/decorators/index.js +0 -5
  1189. package/lib/components/text-editor/__internal__/decorators/link-decorator.d.ts +1 -1
  1190. package/lib/components/text-editor/__internal__/decorators/link-decorator.js +16 -13
  1191. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +2 -2
  1192. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.js +19 -30
  1193. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.style.js +6 -6
  1194. package/lib/components/text-editor/__internal__/editor-counter/index.js +0 -2
  1195. package/lib/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +1 -1
  1196. package/lib/components/text-editor/__internal__/editor-link/editor-link.component.js +12 -28
  1197. package/lib/components/text-editor/__internal__/editor-link/editor-link.style.js +0 -4
  1198. package/lib/components/text-editor/__internal__/editor-link/index.js +0 -2
  1199. package/lib/components/text-editor/__internal__/label-wrapper/index.js +0 -2
  1200. package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +1 -1
  1201. package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.js +10 -14
  1202. package/lib/components/text-editor/__internal__/toolbar/index.js +0 -2
  1203. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/index.js +0 -2
  1204. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -20
  1205. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +9 -12
  1206. package/lib/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +1 -1
  1207. package/lib/components/text-editor/__internal__/toolbar/toolbar.component.js +14 -53
  1208. package/lib/components/text-editor/__internal__/toolbar/toolbar.style.js +1 -5
  1209. package/lib/components/text-editor/__internal__/utils/index.js +22 -23
  1210. package/lib/components/text-editor/__internal__/utils/utils.js +16 -52
  1211. package/lib/components/text-editor/index.js +6 -9
  1212. package/lib/components/text-editor/text-editor.component.js +46 -92
  1213. package/lib/components/text-editor/text-editor.style.js +20 -22
  1214. package/lib/components/text-editor/types.js +1 -1
  1215. package/lib/components/textarea/index.js +0 -2
  1216. package/lib/components/textarea/textarea.component.js +57 -99
  1217. package/lib/components/textarea/textarea.style.js +15 -19
  1218. package/lib/components/textbox/__internal__/prefix.style.js +6 -7
  1219. package/lib/components/textbox/index.js +0 -2
  1220. package/lib/components/textbox/textbox.component.js +65 -98
  1221. package/lib/components/textbox/textbox.style.js +10 -11
  1222. package/lib/components/tile/index.js +0 -2
  1223. package/lib/components/tile/tile-footer/index.js +0 -2
  1224. package/lib/components/tile/tile-footer/tile-footer.component.d.ts +1 -1
  1225. package/lib/components/tile/tile-footer/tile-footer.component.js +7 -171
  1226. package/lib/components/tile/tile-footer/tile-footer.style.js +9 -15
  1227. package/lib/components/tile/tile.component.d.ts +1 -1
  1228. package/lib/components/tile/tile.component.js +13 -337
  1229. package/lib/components/tile/tile.style.js +27 -35
  1230. package/lib/components/tile-select/__internal__/accordion/accordion.component.d.ts +1 -1
  1231. package/lib/components/tile-select/__internal__/accordion/accordion.component.js +9 -331
  1232. package/lib/components/tile-select/__internal__/accordion/accordion.style.js +1 -5
  1233. package/lib/components/tile-select/__internal__/accordion/index.js +0 -2
  1234. package/lib/components/tile-select/index.js +0 -3
  1235. package/lib/components/tile-select/tile-select-group.component.d.ts +1 -1
  1236. package/lib/components/tile-select/tile-select-group.component.js +13 -189
  1237. package/lib/components/tile-select/tile-select.component.js +34 -52
  1238. package/lib/components/tile-select/tile-select.style.d.ts +1 -1
  1239. package/lib/components/tile-select/tile-select.style.js +67 -51
  1240. package/lib/components/toast/index.js +0 -2
  1241. package/lib/components/toast/toast.component.js +19 -45
  1242. package/lib/components/toast/toast.style.d.ts +1 -1
  1243. package/lib/components/toast/toast.style.js +64 -52
  1244. package/lib/components/tooltip/index.js +0 -2
  1245. package/lib/components/tooltip/tooltip-pointer.style.js +11 -16
  1246. package/lib/components/tooltip/tooltip.component.js +42 -58
  1247. package/lib/components/tooltip/tooltip.style.js +13 -19
  1248. package/lib/components/typography/index.js +6 -9
  1249. package/lib/components/typography/list.component.d.ts +2 -2
  1250. package/lib/components/typography/list.component.js +24 -945
  1251. package/lib/components/typography/typography.component.js +45 -77
  1252. package/lib/components/vertical-divider/index.js +0 -2
  1253. package/lib/components/vertical-divider/vertical-divider.component.js +11 -20
  1254. package/lib/components/vertical-divider/vertical-divider.style.js +23 -20
  1255. package/lib/components/vertical-menu/index.js +4 -9
  1256. package/lib/components/vertical-menu/vertical-menu-full-screen.component.d.ts +1 -1
  1257. package/lib/components/vertical-menu/vertical-menu-full-screen.component.js +14 -40
  1258. package/lib/components/vertical-menu/vertical-menu-full-screen.context.js +0 -4
  1259. package/lib/components/vertical-menu/vertical-menu-item.component.d.ts +1 -1
  1260. package/lib/components/vertical-menu/vertical-menu-item.component.js +16 -219
  1261. package/lib/components/vertical-menu/vertical-menu-trigger.component.d.ts +1 -1
  1262. package/lib/components/vertical-menu/vertical-menu-trigger.component.js +9 -179
  1263. package/lib/components/vertical-menu/vertical-menu.component.d.ts +1 -1
  1264. package/lib/components/vertical-menu/vertical-menu.component.js +10 -27
  1265. package/lib/components/vertical-menu/vertical-menu.style.js +22 -22
  1266. package/lib/hooks/__internal__/useCharacterCount/index.js +0 -2
  1267. package/lib/hooks/__internal__/useCharacterCount/useCharacterCount.d.ts +1 -1
  1268. package/lib/hooks/__internal__/useCharacterCount/useCharacterCount.js +6 -13
  1269. package/lib/hooks/__internal__/useClickAwayListener/index.js +0 -2
  1270. package/lib/hooks/__internal__/useClickAwayListener/useClickAwayListener.js +2 -5
  1271. package/lib/hooks/__internal__/useFloating/index.js +0 -2
  1272. package/lib/hooks/__internal__/useFloating/useFloating.js +16 -22
  1273. package/lib/hooks/__internal__/useFormSpacing/add-form-spacing/index.d.ts +1 -1
  1274. package/lib/hooks/__internal__/useFormSpacing/add-form-spacing/index.js +2 -7
  1275. package/lib/hooks/__internal__/useFormSpacing/index.js +0 -7
  1276. package/lib/hooks/__internal__/useInputAccessibility/index.js +0 -2
  1277. package/lib/hooks/__internal__/useInputAccessibility/useInputAccessibility.js +10 -12
  1278. package/lib/hooks/__internal__/useIsAboveBreakpoint/index.js +0 -2
  1279. package/lib/hooks/__internal__/useIsAboveBreakpoint/useIsAboveBreakpoint.js +0 -3
  1280. package/lib/hooks/__internal__/useIsStickyFooterForm/index.js +0 -2
  1281. package/lib/hooks/__internal__/useIsStickyFooterForm/useIsStickyFooterForm.js +3 -14
  1282. package/lib/hooks/__internal__/useLocale/index.js +0 -2
  1283. package/lib/hooks/__internal__/useLocale/useLocale.js +0 -4
  1284. package/lib/hooks/__internal__/useMenuKeyboardNavigation/index.js +0 -2
  1285. package/lib/hooks/__internal__/useMenuKeyboardNavigation/useMenuKeyboardNavigation.js +8 -29
  1286. package/lib/hooks/__internal__/useModalManager/index.js +0 -2
  1287. package/lib/hooks/__internal__/useModalManager/useModalManager.js +8 -16
  1288. package/lib/hooks/__internal__/usePrevious/index.js +0 -2
  1289. package/lib/hooks/__internal__/useResizeObserver/index.js +0 -2
  1290. package/lib/hooks/__internal__/useResizeObserver/useResizeObserver.js +4 -11
  1291. package/lib/hooks/__internal__/useScrollBlock/index.js +0 -2
  1292. package/lib/hooks/__internal__/useScrollBlock/scroll-block-manager.js +12 -22
  1293. package/lib/hooks/__internal__/useScrollBlock/useScrollBlock.js +31 -35
  1294. package/lib/hooks/__internal__/useStableCallback/index.js +0 -2
  1295. package/lib/hooks/__internal__/useStableCallback/useStableCallback.js +7 -8
  1296. package/lib/hooks/__internal__/useThrottle/index.js +0 -2
  1297. package/lib/hooks/__internal__/useThrottle/useThrottle.js +1 -4
  1298. package/lib/hooks/__internal__/useUniqueId/index.d.ts +1 -1
  1299. package/lib/hooks/__internal__/useUniqueId/index.js +0 -5
  1300. package/lib/hooks/useMediaQuery/index.js +0 -2
  1301. package/lib/hooks/useMediaQuery/useMediaQuery.js +0 -8
  1302. package/lib/locales/date-fns-locales/index.js +0 -2
  1303. package/lib/locales/en-gb.js +3 -10
  1304. package/lib/locales/index.js +0 -3
  1305. package/lib/locales/pl-pl.js +3 -26
  1306. package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +7 -8
  1307. package/lib/style/design-tokens/carbon-scoped-tokens-provider/index.js +0 -2
  1308. package/lib/style/design-tokens/debug-theme.util.js +7 -13
  1309. package/lib/style/design-tokens/generate-css-variables.util.d.ts +1 -1
  1310. package/lib/style/design-tokens/generate-css-variables.util.js +2 -4
  1311. package/lib/style/global-style.js +0 -3
  1312. package/lib/style/palette/index.js +12 -16
  1313. package/lib/style/themes/aegean/aegean-theme.config.js +14 -20
  1314. package/lib/style/themes/aegean/index.js +0 -5
  1315. package/lib/style/themes/base/base-theme.config.js +4 -12
  1316. package/lib/style/themes/base/index.js +4 -12
  1317. package/lib/style/themes/index.js +9 -16
  1318. package/lib/style/themes/medium/index.js +0 -3
  1319. package/lib/style/themes/mint/index.js +0 -5
  1320. package/lib/style/themes/mint/mint-theme.config.js +14 -20
  1321. package/lib/style/themes/none/index.js +0 -5
  1322. package/lib/style/themes/none/none-theme.config.js +0 -2
  1323. package/lib/style/themes/sage/index.d.ts +1 -1
  1324. package/lib/style/themes/sage/index.js +4 -6
  1325. package/lib/style/themes/small/index.js +0 -3
  1326. package/lib/style/themes/test-utils.js +4 -6
  1327. package/lib/style/utils/add-hex-symbols.js +0 -3
  1328. package/lib/style/utils/at-opacity.d.ts +1 -1
  1329. package/lib/style/utils/at-opacity.js +2 -6
  1330. package/lib/style/utils/color.js +12 -23
  1331. package/lib/style/utils/filter-out-position-props.js +0 -4
  1332. package/lib/style/utils/filter-out-styled-system-spacing-props.js +4 -5
  1333. package/lib/style/utils/filter-styled-system-margin-props.js +0 -4
  1334. package/lib/style/utils/filter-styled-system-padding-props.js +0 -4
  1335. package/lib/style/utils/form-style-utils.js +3 -20
  1336. package/lib/style/utils/get-color-value.js +0 -5
  1337. package/lib/style/utils/get-rgb-values.js +1 -2
  1338. package/lib/style/utils/index.js +4 -8
  1339. package/lib/style/utils/merge-deep.js +9 -9
  1340. package/lib/style/utils/mix.d.ts +1 -1
  1341. package/lib/style/utils/mix.js +8 -12
  1342. package/lib/style/utils/shade.js +0 -4
  1343. package/lib/style/utils/tint.js +0 -4
  1344. package/lib/style/utils/visually-hidden.js +0 -3
  1345. package/lib/style/utils/width.js +8 -9
  1346. package/package.json +93 -101
@@ -1,5 +1,4 @@
1
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
1
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
2
  import React, { useRef, useEffect, useCallback, useContext } from "react";
4
3
  import PropTypes from "prop-types";
5
4
  import invariant from "invariant";
@@ -12,29 +11,29 @@ import SubmenuContext from "../__internal__/submenu/submenu.context";
12
11
  import { StyledMenuItem } from "../menu.style";
13
12
  import guid from "../../../__internal__/utils/helpers/guid";
14
13
  import tagComponent from "../../../__internal__/utils/helpers/tags";
15
-
16
- const MenuItem = ({
17
- submenu,
18
- children,
19
- href,
20
- onClick,
21
- target,
22
- submenuDirection = "right",
23
- icon,
24
- selected,
25
- onKeyDown,
26
- variant = "default",
27
- showDropdownArrow = true,
28
- ariaLabel,
29
- clickToOpen,
30
- maxWidth,
31
- onSubmenuOpen,
32
- onSubmenuClose,
33
- overrideColor,
34
- rel,
35
- as,
36
- ...rest
37
- }) => {
14
+ export const MenuItem = _ref => {
15
+ let {
16
+ submenu,
17
+ children,
18
+ href,
19
+ onClick,
20
+ target,
21
+ submenuDirection = "right",
22
+ icon,
23
+ selected,
24
+ onKeyDown,
25
+ variant = "default",
26
+ showDropdownArrow = true,
27
+ ariaLabel,
28
+ clickToOpen,
29
+ maxWidth,
30
+ onSubmenuOpen,
31
+ onSubmenuClose,
32
+ overrideColor,
33
+ rel,
34
+ as,
35
+ ...rest
36
+ } = _ref;
38
37
  !(icon || children) ? process.env.NODE_ENV !== "production" ? invariant(false, "Either prop `icon` must be defined or this node must have `children`.") : invariant(false) : void 0;
39
38
  !(children || ariaLabel || typeof submenu === "string") ? process.env.NODE_ENV !== "production" ? invariant(false, "If no text is provided an `ariaLabel` should be given to facilitate accessibility.") : invariant(false) : void 0;
40
39
  const {
@@ -63,11 +62,9 @@ const MenuItem = ({
63
62
  const focusRef = inputRef.current ? inputRef : ref;
64
63
  useEffect(() => {
65
64
  const id = menuItemId.current;
66
-
67
65
  if (registerItem) {
68
66
  registerItem(id);
69
67
  }
70
-
71
68
  return () => {
72
69
  if (unregisterItem) {
73
70
  unregisterItem(id);
@@ -75,21 +72,15 @@ const MenuItem = ({
75
72
  };
76
73
  }, [registerItem, unregisterItem]);
77
74
  useEffect(() => {
78
- var _inputIcon$current;
79
-
80
75
  if (!openSubmenuId && focusFromSubmenu === undefined && focusFromMenu) {
81
76
  /* istanbul ignore else */
82
77
  if (focusRef.current) {
83
- var _focusRef$current;
84
-
85
- (_focusRef$current = focusRef.current) === null || _focusRef$current === void 0 ? void 0 : _focusRef$current.focus();
78
+ focusRef.current?.focus();
86
79
  }
87
- } else if (focusFromSubmenu && !(shiftTabPressed && ((_inputIcon$current = inputIcon.current) === null || _inputIcon$current === void 0 ? void 0 : _inputIcon$current.getAttribute("tabindex")) === "0")) {
80
+ } else if (focusFromSubmenu && !(shiftTabPressed && inputIcon.current?.getAttribute("tabindex") === "0")) {
88
81
  /* istanbul ignore else */
89
82
  if (focusRef.current) {
90
- var _focusRef$current2;
91
-
92
- (_focusRef$current2 = focusRef.current) === null || _focusRef$current2 === void 0 ? void 0 : _focusRef$current2.focus();
83
+ focusRef.current?.focus();
93
84
  }
94
85
  }
95
86
  }, [openSubmenuId, focusFromMenu, focusFromSubmenu, inputIcon, shiftTabPressed, focusRef]);
@@ -99,24 +90,18 @@ const MenuItem = ({
99
90
  }
100
91
  }, [updateSubmenuFocusId]);
101
92
  const handleKeyDown = useCallback(event => {
102
- var _inputIcon$current2, _inputRef$current;
103
-
104
93
  if (onKeyDown) {
105
94
  onKeyDown(event);
106
95
  }
107
-
108
96
  if (ref.current && Events.isEscKey(event)) {
109
- var _ref$current;
110
-
111
- (_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.focus();
97
+ ref.current?.focus();
112
98
  }
99
+ const shouldFocusIcon = inputIcon.current?.getAttribute("tabindex") === "0" && document.activeElement === inputRef.current && inputRef.current?.value;
113
100
 
114
- const shouldFocusIcon = ((_inputIcon$current2 = inputIcon.current) === null || _inputIcon$current2 === void 0 ? void 0 : _inputIcon$current2.getAttribute("tabindex")) === "0" && document.activeElement === inputRef.current && ((_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 ? void 0 : _inputRef$current.value); // let natural tab order move focus if input icon is tabbable or input with button exists
115
-
101
+ // let natural tab order move focus if input icon is tabbable or input with button exists
116
102
  if (Events.isTabKey(event) && (!Events.isShiftKey(event) && shouldFocusIcon || Events.isShiftKey(event) && document.activeElement === inputIcon.current)) {
117
103
  return;
118
104
  }
119
-
120
105
  if (handleSubmenuKeyDown) {
121
106
  handleSubmenuKeyDown(event);
122
107
  }
@@ -134,13 +119,10 @@ const MenuItem = ({
134
119
  overrideColor,
135
120
  ref
136
121
  };
137
-
138
122
  const getTitle = title => maxWidth && typeof title === "string" ? title : undefined;
139
-
140
123
  const itemMaxWidth = !inFullscreenView ? maxWidth : undefined;
141
124
  const asPassiveItem = !(onClick || href);
142
125
  const hasInput = !!inputRef.current;
143
-
144
126
  if (submenu) {
145
127
  return /*#__PURE__*/React.createElement(StyledMenuItem, _extends({}, tagComponent("menu-item", rest), {
146
128
  menuType: menuType,
@@ -165,7 +147,6 @@ const MenuItem = ({
165
147
  onSubmenuClose: onSubmenuClose
166
148
  }, elementProps, rest), children));
167
149
  }
168
-
169
150
  const paddingProps = filterStyledSystemPaddingProps(rest);
170
151
  return /*#__PURE__*/React.createElement(StyledMenuItem, _extends({}, tagComponent("menu-item", rest), {
171
152
  menuType: menuType,
@@ -191,2052 +172,5 @@ const MenuItem = ({
191
172
  hasInput: hasInput
192
173
  }), children));
193
174
  };
194
-
195
- MenuItem.propTypes = {
196
- "alignContent": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "space-around", "space-between", "space-evenly", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "space-around", "space-between", "space-evenly", "start", "stretch", "unset", null]), PropTypes.shape({
197
- "__@iterator": PropTypes.func.isRequired,
198
- "anchor": PropTypes.func.isRequired,
199
- "at": PropTypes.func.isRequired,
200
- "big": PropTypes.func.isRequired,
201
- "blink": PropTypes.func.isRequired,
202
- "bold": PropTypes.func.isRequired,
203
- "charAt": PropTypes.func.isRequired,
204
- "charCodeAt": PropTypes.func.isRequired,
205
- "codePointAt": PropTypes.func.isRequired,
206
- "concat": PropTypes.func.isRequired,
207
- "endsWith": PropTypes.func.isRequired,
208
- "fixed": PropTypes.func.isRequired,
209
- "fontcolor": PropTypes.func.isRequired,
210
- "fontsize": PropTypes.func.isRequired,
211
- "includes": PropTypes.func.isRequired,
212
- "indexOf": PropTypes.func.isRequired,
213
- "italics": PropTypes.func.isRequired,
214
- "lastIndexOf": PropTypes.func.isRequired,
215
- "length": PropTypes.number.isRequired,
216
- "link": PropTypes.func.isRequired,
217
- "localeCompare": PropTypes.func.isRequired,
218
- "match": PropTypes.func.isRequired,
219
- "matchAll": PropTypes.func.isRequired,
220
- "normalize": PropTypes.func.isRequired,
221
- "padEnd": PropTypes.func.isRequired,
222
- "padStart": PropTypes.func.isRequired,
223
- "repeat": PropTypes.func.isRequired,
224
- "replace": PropTypes.func.isRequired,
225
- "search": PropTypes.func.isRequired,
226
- "slice": PropTypes.func.isRequired,
227
- "small": PropTypes.func.isRequired,
228
- "split": PropTypes.func.isRequired,
229
- "startsWith": PropTypes.func.isRequired,
230
- "strike": PropTypes.func.isRequired,
231
- "sub": PropTypes.func.isRequired,
232
- "substr": PropTypes.func.isRequired,
233
- "substring": PropTypes.func.isRequired,
234
- "sup": PropTypes.func.isRequired,
235
- "toLocaleLowerCase": PropTypes.func.isRequired,
236
- "toLocaleUpperCase": PropTypes.func.isRequired,
237
- "toLowerCase": PropTypes.func.isRequired,
238
- "toString": PropTypes.func.isRequired,
239
- "toUpperCase": PropTypes.func.isRequired,
240
- "trim": PropTypes.func.isRequired,
241
- "trimEnd": PropTypes.func.isRequired,
242
- "trimLeft": PropTypes.func.isRequired,
243
- "trimRight": PropTypes.func.isRequired,
244
- "trimStart": PropTypes.func.isRequired,
245
- "valueOf": PropTypes.func.isRequired
246
- })])), PropTypes.object, PropTypes.shape({
247
- "__@iterator": PropTypes.func.isRequired,
248
- "anchor": PropTypes.func.isRequired,
249
- "at": PropTypes.func.isRequired,
250
- "big": PropTypes.func.isRequired,
251
- "blink": PropTypes.func.isRequired,
252
- "bold": PropTypes.func.isRequired,
253
- "charAt": PropTypes.func.isRequired,
254
- "charCodeAt": PropTypes.func.isRequired,
255
- "codePointAt": PropTypes.func.isRequired,
256
- "concat": PropTypes.func.isRequired,
257
- "endsWith": PropTypes.func.isRequired,
258
- "fixed": PropTypes.func.isRequired,
259
- "fontcolor": PropTypes.func.isRequired,
260
- "fontsize": PropTypes.func.isRequired,
261
- "includes": PropTypes.func.isRequired,
262
- "indexOf": PropTypes.func.isRequired,
263
- "italics": PropTypes.func.isRequired,
264
- "lastIndexOf": PropTypes.func.isRequired,
265
- "length": PropTypes.number.isRequired,
266
- "link": PropTypes.func.isRequired,
267
- "localeCompare": PropTypes.func.isRequired,
268
- "match": PropTypes.func.isRequired,
269
- "matchAll": PropTypes.func.isRequired,
270
- "normalize": PropTypes.func.isRequired,
271
- "padEnd": PropTypes.func.isRequired,
272
- "padStart": PropTypes.func.isRequired,
273
- "repeat": PropTypes.func.isRequired,
274
- "replace": PropTypes.func.isRequired,
275
- "search": PropTypes.func.isRequired,
276
- "slice": PropTypes.func.isRequired,
277
- "small": PropTypes.func.isRequired,
278
- "split": PropTypes.func.isRequired,
279
- "startsWith": PropTypes.func.isRequired,
280
- "strike": PropTypes.func.isRequired,
281
- "sub": PropTypes.func.isRequired,
282
- "substr": PropTypes.func.isRequired,
283
- "substring": PropTypes.func.isRequired,
284
- "sup": PropTypes.func.isRequired,
285
- "toLocaleLowerCase": PropTypes.func.isRequired,
286
- "toLocaleUpperCase": PropTypes.func.isRequired,
287
- "toLowerCase": PropTypes.func.isRequired,
288
- "toString": PropTypes.func.isRequired,
289
- "toUpperCase": PropTypes.func.isRequired,
290
- "trim": PropTypes.func.isRequired,
291
- "trimEnd": PropTypes.func.isRequired,
292
- "trimLeft": PropTypes.func.isRequired,
293
- "trimRight": PropTypes.func.isRequired,
294
- "trimStart": PropTypes.func.isRequired,
295
- "valueOf": PropTypes.func.isRequired
296
- })]),
297
- "alignItems": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
298
- "__@iterator": PropTypes.func.isRequired,
299
- "anchor": PropTypes.func.isRequired,
300
- "at": PropTypes.func.isRequired,
301
- "big": PropTypes.func.isRequired,
302
- "blink": PropTypes.func.isRequired,
303
- "bold": PropTypes.func.isRequired,
304
- "charAt": PropTypes.func.isRequired,
305
- "charCodeAt": PropTypes.func.isRequired,
306
- "codePointAt": PropTypes.func.isRequired,
307
- "concat": PropTypes.func.isRequired,
308
- "endsWith": PropTypes.func.isRequired,
309
- "fixed": PropTypes.func.isRequired,
310
- "fontcolor": PropTypes.func.isRequired,
311
- "fontsize": PropTypes.func.isRequired,
312
- "includes": PropTypes.func.isRequired,
313
- "indexOf": PropTypes.func.isRequired,
314
- "italics": PropTypes.func.isRequired,
315
- "lastIndexOf": PropTypes.func.isRequired,
316
- "length": PropTypes.number.isRequired,
317
- "link": PropTypes.func.isRequired,
318
- "localeCompare": PropTypes.func.isRequired,
319
- "match": PropTypes.func.isRequired,
320
- "matchAll": PropTypes.func.isRequired,
321
- "normalize": PropTypes.func.isRequired,
322
- "padEnd": PropTypes.func.isRequired,
323
- "padStart": PropTypes.func.isRequired,
324
- "repeat": PropTypes.func.isRequired,
325
- "replace": PropTypes.func.isRequired,
326
- "search": PropTypes.func.isRequired,
327
- "slice": PropTypes.func.isRequired,
328
- "small": PropTypes.func.isRequired,
329
- "split": PropTypes.func.isRequired,
330
- "startsWith": PropTypes.func.isRequired,
331
- "strike": PropTypes.func.isRequired,
332
- "sub": PropTypes.func.isRequired,
333
- "substr": PropTypes.func.isRequired,
334
- "substring": PropTypes.func.isRequired,
335
- "sup": PropTypes.func.isRequired,
336
- "toLocaleLowerCase": PropTypes.func.isRequired,
337
- "toLocaleUpperCase": PropTypes.func.isRequired,
338
- "toLowerCase": PropTypes.func.isRequired,
339
- "toString": PropTypes.func.isRequired,
340
- "toUpperCase": PropTypes.func.isRequired,
341
- "trim": PropTypes.func.isRequired,
342
- "trimEnd": PropTypes.func.isRequired,
343
- "trimLeft": PropTypes.func.isRequired,
344
- "trimRight": PropTypes.func.isRequired,
345
- "trimStart": PropTypes.func.isRequired,
346
- "valueOf": PropTypes.func.isRequired
347
- })])), PropTypes.object, PropTypes.shape({
348
- "__@iterator": PropTypes.func.isRequired,
349
- "anchor": PropTypes.func.isRequired,
350
- "at": PropTypes.func.isRequired,
351
- "big": PropTypes.func.isRequired,
352
- "blink": PropTypes.func.isRequired,
353
- "bold": PropTypes.func.isRequired,
354
- "charAt": PropTypes.func.isRequired,
355
- "charCodeAt": PropTypes.func.isRequired,
356
- "codePointAt": PropTypes.func.isRequired,
357
- "concat": PropTypes.func.isRequired,
358
- "endsWith": PropTypes.func.isRequired,
359
- "fixed": PropTypes.func.isRequired,
360
- "fontcolor": PropTypes.func.isRequired,
361
- "fontsize": PropTypes.func.isRequired,
362
- "includes": PropTypes.func.isRequired,
363
- "indexOf": PropTypes.func.isRequired,
364
- "italics": PropTypes.func.isRequired,
365
- "lastIndexOf": PropTypes.func.isRequired,
366
- "length": PropTypes.number.isRequired,
367
- "link": PropTypes.func.isRequired,
368
- "localeCompare": PropTypes.func.isRequired,
369
- "match": PropTypes.func.isRequired,
370
- "matchAll": PropTypes.func.isRequired,
371
- "normalize": PropTypes.func.isRequired,
372
- "padEnd": PropTypes.func.isRequired,
373
- "padStart": PropTypes.func.isRequired,
374
- "repeat": PropTypes.func.isRequired,
375
- "replace": PropTypes.func.isRequired,
376
- "search": PropTypes.func.isRequired,
377
- "slice": PropTypes.func.isRequired,
378
- "small": PropTypes.func.isRequired,
379
- "split": PropTypes.func.isRequired,
380
- "startsWith": PropTypes.func.isRequired,
381
- "strike": PropTypes.func.isRequired,
382
- "sub": PropTypes.func.isRequired,
383
- "substr": PropTypes.func.isRequired,
384
- "substring": PropTypes.func.isRequired,
385
- "sup": PropTypes.func.isRequired,
386
- "toLocaleLowerCase": PropTypes.func.isRequired,
387
- "toLocaleUpperCase": PropTypes.func.isRequired,
388
- "toLowerCase": PropTypes.func.isRequired,
389
- "toString": PropTypes.func.isRequired,
390
- "toUpperCase": PropTypes.func.isRequired,
391
- "trim": PropTypes.func.isRequired,
392
- "trimEnd": PropTypes.func.isRequired,
393
- "trimLeft": PropTypes.func.isRequired,
394
- "trimRight": PropTypes.func.isRequired,
395
- "trimStart": PropTypes.func.isRequired,
396
- "valueOf": PropTypes.func.isRequired
397
- })]),
398
- "alignSelf": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "normal", "revert", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
399
- "__@iterator": PropTypes.func.isRequired,
400
- "anchor": PropTypes.func.isRequired,
401
- "at": PropTypes.func.isRequired,
402
- "big": PropTypes.func.isRequired,
403
- "blink": PropTypes.func.isRequired,
404
- "bold": PropTypes.func.isRequired,
405
- "charAt": PropTypes.func.isRequired,
406
- "charCodeAt": PropTypes.func.isRequired,
407
- "codePointAt": PropTypes.func.isRequired,
408
- "concat": PropTypes.func.isRequired,
409
- "endsWith": PropTypes.func.isRequired,
410
- "fixed": PropTypes.func.isRequired,
411
- "fontcolor": PropTypes.func.isRequired,
412
- "fontsize": PropTypes.func.isRequired,
413
- "includes": PropTypes.func.isRequired,
414
- "indexOf": PropTypes.func.isRequired,
415
- "italics": PropTypes.func.isRequired,
416
- "lastIndexOf": PropTypes.func.isRequired,
417
- "length": PropTypes.number.isRequired,
418
- "link": PropTypes.func.isRequired,
419
- "localeCompare": PropTypes.func.isRequired,
420
- "match": PropTypes.func.isRequired,
421
- "matchAll": PropTypes.func.isRequired,
422
- "normalize": PropTypes.func.isRequired,
423
- "padEnd": PropTypes.func.isRequired,
424
- "padStart": PropTypes.func.isRequired,
425
- "repeat": PropTypes.func.isRequired,
426
- "replace": PropTypes.func.isRequired,
427
- "search": PropTypes.func.isRequired,
428
- "slice": PropTypes.func.isRequired,
429
- "small": PropTypes.func.isRequired,
430
- "split": PropTypes.func.isRequired,
431
- "startsWith": PropTypes.func.isRequired,
432
- "strike": PropTypes.func.isRequired,
433
- "sub": PropTypes.func.isRequired,
434
- "substr": PropTypes.func.isRequired,
435
- "substring": PropTypes.func.isRequired,
436
- "sup": PropTypes.func.isRequired,
437
- "toLocaleLowerCase": PropTypes.func.isRequired,
438
- "toLocaleUpperCase": PropTypes.func.isRequired,
439
- "toLowerCase": PropTypes.func.isRequired,
440
- "toString": PropTypes.func.isRequired,
441
- "toUpperCase": PropTypes.func.isRequired,
442
- "trim": PropTypes.func.isRequired,
443
- "trimEnd": PropTypes.func.isRequired,
444
- "trimLeft": PropTypes.func.isRequired,
445
- "trimRight": PropTypes.func.isRequired,
446
- "trimStart": PropTypes.func.isRequired,
447
- "valueOf": PropTypes.func.isRequired
448
- })])), PropTypes.object, PropTypes.shape({
449
- "__@iterator": PropTypes.func.isRequired,
450
- "anchor": PropTypes.func.isRequired,
451
- "at": PropTypes.func.isRequired,
452
- "big": PropTypes.func.isRequired,
453
- "blink": PropTypes.func.isRequired,
454
- "bold": PropTypes.func.isRequired,
455
- "charAt": PropTypes.func.isRequired,
456
- "charCodeAt": PropTypes.func.isRequired,
457
- "codePointAt": PropTypes.func.isRequired,
458
- "concat": PropTypes.func.isRequired,
459
- "endsWith": PropTypes.func.isRequired,
460
- "fixed": PropTypes.func.isRequired,
461
- "fontcolor": PropTypes.func.isRequired,
462
- "fontsize": PropTypes.func.isRequired,
463
- "includes": PropTypes.func.isRequired,
464
- "indexOf": PropTypes.func.isRequired,
465
- "italics": PropTypes.func.isRequired,
466
- "lastIndexOf": PropTypes.func.isRequired,
467
- "length": PropTypes.number.isRequired,
468
- "link": PropTypes.func.isRequired,
469
- "localeCompare": PropTypes.func.isRequired,
470
- "match": PropTypes.func.isRequired,
471
- "matchAll": PropTypes.func.isRequired,
472
- "normalize": PropTypes.func.isRequired,
473
- "padEnd": PropTypes.func.isRequired,
474
- "padStart": PropTypes.func.isRequired,
475
- "repeat": PropTypes.func.isRequired,
476
- "replace": PropTypes.func.isRequired,
477
- "search": PropTypes.func.isRequired,
478
- "slice": PropTypes.func.isRequired,
479
- "small": PropTypes.func.isRequired,
480
- "split": PropTypes.func.isRequired,
481
- "startsWith": PropTypes.func.isRequired,
482
- "strike": PropTypes.func.isRequired,
483
- "sub": PropTypes.func.isRequired,
484
- "substr": PropTypes.func.isRequired,
485
- "substring": PropTypes.func.isRequired,
486
- "sup": PropTypes.func.isRequired,
487
- "toLocaleLowerCase": PropTypes.func.isRequired,
488
- "toLocaleUpperCase": PropTypes.func.isRequired,
489
- "toLowerCase": PropTypes.func.isRequired,
490
- "toString": PropTypes.func.isRequired,
491
- "toUpperCase": PropTypes.func.isRequired,
492
- "trim": PropTypes.func.isRequired,
493
- "trimEnd": PropTypes.func.isRequired,
494
- "trimLeft": PropTypes.func.isRequired,
495
- "trimRight": PropTypes.func.isRequired,
496
- "trimStart": PropTypes.func.isRequired,
497
- "valueOf": PropTypes.func.isRequired
498
- })]),
499
- "ariaLabel": PropTypes.string,
500
- "as": PropTypes.oneOf(["div"]),
501
- "children": PropTypes.node,
502
- "className": PropTypes.string,
503
- "clickToOpen": PropTypes.bool,
504
- "data-component": PropTypes.string,
505
- "data-element": PropTypes.string,
506
- "data-role": PropTypes.string,
507
- "display": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "-ms-flexbox", "-ms-grid", "-ms-inline-flexbox", "-ms-inline-grid", "-webkit-flex", "-webkit-inline-flex", "block", "contents", "flex", "flow-root", "flow", "grid", "inherit", "initial", "inline-block", "inline-flex", "inline-grid", "inline-list-item", "inline-table", "inline", "list-item", "none", "revert", "ruby-base-container", "ruby-base", "ruby-text-container", "ruby-text", "ruby", "run-in", "table-caption", "table-cell", "table-column-group", "table-column", "table-footer-group", "table-header-group", "table-row-group", "table-row", "table", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "-ms-flexbox", "-ms-grid", "-ms-inline-flexbox", "-ms-inline-grid", "-webkit-flex", "-webkit-inline-flex", "block", "contents", "flex", "flow-root", "flow", "grid", "inherit", "initial", "inline-block", "inline-flex", "inline-grid", "inline-list-item", "inline-table", "inline", "list-item", "none", "revert", "ruby-base-container", "ruby-base", "ruby-text-container", "ruby-text", "ruby", "run-in", "table-caption", "table-cell", "table-column-group", "table-column", "table-footer-group", "table-header-group", "table-row-group", "table-row", "table", "unset", null]), PropTypes.shape({
508
- "__@iterator": PropTypes.func.isRequired,
509
- "anchor": PropTypes.func.isRequired,
510
- "at": PropTypes.func.isRequired,
511
- "big": PropTypes.func.isRequired,
512
- "blink": PropTypes.func.isRequired,
513
- "bold": PropTypes.func.isRequired,
514
- "charAt": PropTypes.func.isRequired,
515
- "charCodeAt": PropTypes.func.isRequired,
516
- "codePointAt": PropTypes.func.isRequired,
517
- "concat": PropTypes.func.isRequired,
518
- "endsWith": PropTypes.func.isRequired,
519
- "fixed": PropTypes.func.isRequired,
520
- "fontcolor": PropTypes.func.isRequired,
521
- "fontsize": PropTypes.func.isRequired,
522
- "includes": PropTypes.func.isRequired,
523
- "indexOf": PropTypes.func.isRequired,
524
- "italics": PropTypes.func.isRequired,
525
- "lastIndexOf": PropTypes.func.isRequired,
526
- "length": PropTypes.number.isRequired,
527
- "link": PropTypes.func.isRequired,
528
- "localeCompare": PropTypes.func.isRequired,
529
- "match": PropTypes.func.isRequired,
530
- "matchAll": PropTypes.func.isRequired,
531
- "normalize": PropTypes.func.isRequired,
532
- "padEnd": PropTypes.func.isRequired,
533
- "padStart": PropTypes.func.isRequired,
534
- "repeat": PropTypes.func.isRequired,
535
- "replace": PropTypes.func.isRequired,
536
- "search": PropTypes.func.isRequired,
537
- "slice": PropTypes.func.isRequired,
538
- "small": PropTypes.func.isRequired,
539
- "split": PropTypes.func.isRequired,
540
- "startsWith": PropTypes.func.isRequired,
541
- "strike": PropTypes.func.isRequired,
542
- "sub": PropTypes.func.isRequired,
543
- "substr": PropTypes.func.isRequired,
544
- "substring": PropTypes.func.isRequired,
545
- "sup": PropTypes.func.isRequired,
546
- "toLocaleLowerCase": PropTypes.func.isRequired,
547
- "toLocaleUpperCase": PropTypes.func.isRequired,
548
- "toLowerCase": PropTypes.func.isRequired,
549
- "toString": PropTypes.func.isRequired,
550
- "toUpperCase": PropTypes.func.isRequired,
551
- "trim": PropTypes.func.isRequired,
552
- "trimEnd": PropTypes.func.isRequired,
553
- "trimLeft": PropTypes.func.isRequired,
554
- "trimRight": PropTypes.func.isRequired,
555
- "trimStart": PropTypes.func.isRequired,
556
- "valueOf": PropTypes.func.isRequired
557
- })])), PropTypes.object, PropTypes.shape({
558
- "__@iterator": PropTypes.func.isRequired,
559
- "anchor": PropTypes.func.isRequired,
560
- "at": PropTypes.func.isRequired,
561
- "big": PropTypes.func.isRequired,
562
- "blink": PropTypes.func.isRequired,
563
- "bold": PropTypes.func.isRequired,
564
- "charAt": PropTypes.func.isRequired,
565
- "charCodeAt": PropTypes.func.isRequired,
566
- "codePointAt": PropTypes.func.isRequired,
567
- "concat": PropTypes.func.isRequired,
568
- "endsWith": PropTypes.func.isRequired,
569
- "fixed": PropTypes.func.isRequired,
570
- "fontcolor": PropTypes.func.isRequired,
571
- "fontsize": PropTypes.func.isRequired,
572
- "includes": PropTypes.func.isRequired,
573
- "indexOf": PropTypes.func.isRequired,
574
- "italics": PropTypes.func.isRequired,
575
- "lastIndexOf": PropTypes.func.isRequired,
576
- "length": PropTypes.number.isRequired,
577
- "link": PropTypes.func.isRequired,
578
- "localeCompare": PropTypes.func.isRequired,
579
- "match": PropTypes.func.isRequired,
580
- "matchAll": PropTypes.func.isRequired,
581
- "normalize": PropTypes.func.isRequired,
582
- "padEnd": PropTypes.func.isRequired,
583
- "padStart": PropTypes.func.isRequired,
584
- "repeat": PropTypes.func.isRequired,
585
- "replace": PropTypes.func.isRequired,
586
- "search": PropTypes.func.isRequired,
587
- "slice": PropTypes.func.isRequired,
588
- "small": PropTypes.func.isRequired,
589
- "split": PropTypes.func.isRequired,
590
- "startsWith": PropTypes.func.isRequired,
591
- "strike": PropTypes.func.isRequired,
592
- "sub": PropTypes.func.isRequired,
593
- "substr": PropTypes.func.isRequired,
594
- "substring": PropTypes.func.isRequired,
595
- "sup": PropTypes.func.isRequired,
596
- "toLocaleLowerCase": PropTypes.func.isRequired,
597
- "toLocaleUpperCase": PropTypes.func.isRequired,
598
- "toLowerCase": PropTypes.func.isRequired,
599
- "toString": PropTypes.func.isRequired,
600
- "toUpperCase": PropTypes.func.isRequired,
601
- "trim": PropTypes.func.isRequired,
602
- "trimEnd": PropTypes.func.isRequired,
603
- "trimLeft": PropTypes.func.isRequired,
604
- "trimRight": PropTypes.func.isRequired,
605
- "trimStart": PropTypes.func.isRequired,
606
- "valueOf": PropTypes.func.isRequired
607
- })]),
608
- "flex": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
609
- "__@iterator": PropTypes.func.isRequired,
610
- "anchor": PropTypes.func.isRequired,
611
- "at": PropTypes.func.isRequired,
612
- "big": PropTypes.func.isRequired,
613
- "blink": PropTypes.func.isRequired,
614
- "bold": PropTypes.func.isRequired,
615
- "charAt": PropTypes.func.isRequired,
616
- "charCodeAt": PropTypes.func.isRequired,
617
- "codePointAt": PropTypes.func.isRequired,
618
- "concat": PropTypes.func.isRequired,
619
- "endsWith": PropTypes.func.isRequired,
620
- "fixed": PropTypes.func.isRequired,
621
- "fontcolor": PropTypes.func.isRequired,
622
- "fontsize": PropTypes.func.isRequired,
623
- "includes": PropTypes.func.isRequired,
624
- "indexOf": PropTypes.func.isRequired,
625
- "italics": PropTypes.func.isRequired,
626
- "lastIndexOf": PropTypes.func.isRequired,
627
- "length": PropTypes.number.isRequired,
628
- "link": PropTypes.func.isRequired,
629
- "localeCompare": PropTypes.func.isRequired,
630
- "match": PropTypes.func.isRequired,
631
- "matchAll": PropTypes.func.isRequired,
632
- "normalize": PropTypes.func.isRequired,
633
- "padEnd": PropTypes.func.isRequired,
634
- "padStart": PropTypes.func.isRequired,
635
- "repeat": PropTypes.func.isRequired,
636
- "replace": PropTypes.func.isRequired,
637
- "search": PropTypes.func.isRequired,
638
- "slice": PropTypes.func.isRequired,
639
- "small": PropTypes.func.isRequired,
640
- "split": PropTypes.func.isRequired,
641
- "startsWith": PropTypes.func.isRequired,
642
- "strike": PropTypes.func.isRequired,
643
- "sub": PropTypes.func.isRequired,
644
- "substr": PropTypes.func.isRequired,
645
- "substring": PropTypes.func.isRequired,
646
- "sup": PropTypes.func.isRequired,
647
- "toLocaleLowerCase": PropTypes.func.isRequired,
648
- "toLocaleUpperCase": PropTypes.func.isRequired,
649
- "toLowerCase": PropTypes.func.isRequired,
650
- "toString": PropTypes.func.isRequired,
651
- "toUpperCase": PropTypes.func.isRequired,
652
- "trim": PropTypes.func.isRequired,
653
- "trimEnd": PropTypes.func.isRequired,
654
- "trimLeft": PropTypes.func.isRequired,
655
- "trimRight": PropTypes.func.isRequired,
656
- "trimStart": PropTypes.func.isRequired,
657
- "valueOf": PropTypes.func.isRequired
658
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
659
- "__@iterator": PropTypes.func.isRequired,
660
- "anchor": PropTypes.func.isRequired,
661
- "at": PropTypes.func.isRequired,
662
- "big": PropTypes.func.isRequired,
663
- "blink": PropTypes.func.isRequired,
664
- "bold": PropTypes.func.isRequired,
665
- "charAt": PropTypes.func.isRequired,
666
- "charCodeAt": PropTypes.func.isRequired,
667
- "codePointAt": PropTypes.func.isRequired,
668
- "concat": PropTypes.func.isRequired,
669
- "endsWith": PropTypes.func.isRequired,
670
- "fixed": PropTypes.func.isRequired,
671
- "fontcolor": PropTypes.func.isRequired,
672
- "fontsize": PropTypes.func.isRequired,
673
- "includes": PropTypes.func.isRequired,
674
- "indexOf": PropTypes.func.isRequired,
675
- "italics": PropTypes.func.isRequired,
676
- "lastIndexOf": PropTypes.func.isRequired,
677
- "length": PropTypes.number.isRequired,
678
- "link": PropTypes.func.isRequired,
679
- "localeCompare": PropTypes.func.isRequired,
680
- "match": PropTypes.func.isRequired,
681
- "matchAll": PropTypes.func.isRequired,
682
- "normalize": PropTypes.func.isRequired,
683
- "padEnd": PropTypes.func.isRequired,
684
- "padStart": PropTypes.func.isRequired,
685
- "repeat": PropTypes.func.isRequired,
686
- "replace": PropTypes.func.isRequired,
687
- "search": PropTypes.func.isRequired,
688
- "slice": PropTypes.func.isRequired,
689
- "small": PropTypes.func.isRequired,
690
- "split": PropTypes.func.isRequired,
691
- "startsWith": PropTypes.func.isRequired,
692
- "strike": PropTypes.func.isRequired,
693
- "sub": PropTypes.func.isRequired,
694
- "substr": PropTypes.func.isRequired,
695
- "substring": PropTypes.func.isRequired,
696
- "sup": PropTypes.func.isRequired,
697
- "toLocaleLowerCase": PropTypes.func.isRequired,
698
- "toLocaleUpperCase": PropTypes.func.isRequired,
699
- "toLowerCase": PropTypes.func.isRequired,
700
- "toString": PropTypes.func.isRequired,
701
- "toUpperCase": PropTypes.func.isRequired,
702
- "trim": PropTypes.func.isRequired,
703
- "trimEnd": PropTypes.func.isRequired,
704
- "trimLeft": PropTypes.func.isRequired,
705
- "trimRight": PropTypes.func.isRequired,
706
- "trimStart": PropTypes.func.isRequired,
707
- "valueOf": PropTypes.func.isRequired
708
- }), PropTypes.string]),
709
- "flexBasis": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
710
- "__@iterator": PropTypes.func.isRequired,
711
- "anchor": PropTypes.func.isRequired,
712
- "at": PropTypes.func.isRequired,
713
- "big": PropTypes.func.isRequired,
714
- "blink": PropTypes.func.isRequired,
715
- "bold": PropTypes.func.isRequired,
716
- "charAt": PropTypes.func.isRequired,
717
- "charCodeAt": PropTypes.func.isRequired,
718
- "codePointAt": PropTypes.func.isRequired,
719
- "concat": PropTypes.func.isRequired,
720
- "endsWith": PropTypes.func.isRequired,
721
- "fixed": PropTypes.func.isRequired,
722
- "fontcolor": PropTypes.func.isRequired,
723
- "fontsize": PropTypes.func.isRequired,
724
- "includes": PropTypes.func.isRequired,
725
- "indexOf": PropTypes.func.isRequired,
726
- "italics": PropTypes.func.isRequired,
727
- "lastIndexOf": PropTypes.func.isRequired,
728
- "length": PropTypes.number.isRequired,
729
- "link": PropTypes.func.isRequired,
730
- "localeCompare": PropTypes.func.isRequired,
731
- "match": PropTypes.func.isRequired,
732
- "matchAll": PropTypes.func.isRequired,
733
- "normalize": PropTypes.func.isRequired,
734
- "padEnd": PropTypes.func.isRequired,
735
- "padStart": PropTypes.func.isRequired,
736
- "repeat": PropTypes.func.isRequired,
737
- "replace": PropTypes.func.isRequired,
738
- "search": PropTypes.func.isRequired,
739
- "slice": PropTypes.func.isRequired,
740
- "small": PropTypes.func.isRequired,
741
- "split": PropTypes.func.isRequired,
742
- "startsWith": PropTypes.func.isRequired,
743
- "strike": PropTypes.func.isRequired,
744
- "sub": PropTypes.func.isRequired,
745
- "substr": PropTypes.func.isRequired,
746
- "substring": PropTypes.func.isRequired,
747
- "sup": PropTypes.func.isRequired,
748
- "toLocaleLowerCase": PropTypes.func.isRequired,
749
- "toLocaleUpperCase": PropTypes.func.isRequired,
750
- "toLowerCase": PropTypes.func.isRequired,
751
- "toString": PropTypes.func.isRequired,
752
- "toUpperCase": PropTypes.func.isRequired,
753
- "trim": PropTypes.func.isRequired,
754
- "trimEnd": PropTypes.func.isRequired,
755
- "trimLeft": PropTypes.func.isRequired,
756
- "trimRight": PropTypes.func.isRequired,
757
- "trimStart": PropTypes.func.isRequired,
758
- "valueOf": PropTypes.func.isRequired
759
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
760
- "__@iterator": PropTypes.func.isRequired,
761
- "anchor": PropTypes.func.isRequired,
762
- "at": PropTypes.func.isRequired,
763
- "big": PropTypes.func.isRequired,
764
- "blink": PropTypes.func.isRequired,
765
- "bold": PropTypes.func.isRequired,
766
- "charAt": PropTypes.func.isRequired,
767
- "charCodeAt": PropTypes.func.isRequired,
768
- "codePointAt": PropTypes.func.isRequired,
769
- "concat": PropTypes.func.isRequired,
770
- "endsWith": PropTypes.func.isRequired,
771
- "fixed": PropTypes.func.isRequired,
772
- "fontcolor": PropTypes.func.isRequired,
773
- "fontsize": PropTypes.func.isRequired,
774
- "includes": PropTypes.func.isRequired,
775
- "indexOf": PropTypes.func.isRequired,
776
- "italics": PropTypes.func.isRequired,
777
- "lastIndexOf": PropTypes.func.isRequired,
778
- "length": PropTypes.number.isRequired,
779
- "link": PropTypes.func.isRequired,
780
- "localeCompare": PropTypes.func.isRequired,
781
- "match": PropTypes.func.isRequired,
782
- "matchAll": PropTypes.func.isRequired,
783
- "normalize": PropTypes.func.isRequired,
784
- "padEnd": PropTypes.func.isRequired,
785
- "padStart": PropTypes.func.isRequired,
786
- "repeat": PropTypes.func.isRequired,
787
- "replace": PropTypes.func.isRequired,
788
- "search": PropTypes.func.isRequired,
789
- "slice": PropTypes.func.isRequired,
790
- "small": PropTypes.func.isRequired,
791
- "split": PropTypes.func.isRequired,
792
- "startsWith": PropTypes.func.isRequired,
793
- "strike": PropTypes.func.isRequired,
794
- "sub": PropTypes.func.isRequired,
795
- "substr": PropTypes.func.isRequired,
796
- "substring": PropTypes.func.isRequired,
797
- "sup": PropTypes.func.isRequired,
798
- "toLocaleLowerCase": PropTypes.func.isRequired,
799
- "toLocaleUpperCase": PropTypes.func.isRequired,
800
- "toLowerCase": PropTypes.func.isRequired,
801
- "toString": PropTypes.func.isRequired,
802
- "toUpperCase": PropTypes.func.isRequired,
803
- "trim": PropTypes.func.isRequired,
804
- "trimEnd": PropTypes.func.isRequired,
805
- "trimLeft": PropTypes.func.isRequired,
806
- "trimRight": PropTypes.func.isRequired,
807
- "trimStart": PropTypes.func.isRequired,
808
- "valueOf": PropTypes.func.isRequired
809
- }), PropTypes.string]),
810
- "flexDirection": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "column-reverse", "column", "inherit", "initial", "revert", "row-reverse", "row", "unset"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-initial", "column-reverse", "column", "inherit", "initial", "revert", "row-reverse", "row", "unset", null])), PropTypes.object]),
811
- "flexGrow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
812
- "toExponential": PropTypes.func.isRequired,
813
- "toFixed": PropTypes.func.isRequired,
814
- "toLocaleString": PropTypes.func.isRequired,
815
- "toPrecision": PropTypes.func.isRequired,
816
- "toString": PropTypes.func.isRequired,
817
- "valueOf": PropTypes.func.isRequired
818
- })])), PropTypes.object, PropTypes.shape({
819
- "toExponential": PropTypes.func.isRequired,
820
- "toFixed": PropTypes.func.isRequired,
821
- "toLocaleString": PropTypes.func.isRequired,
822
- "toPrecision": PropTypes.func.isRequired,
823
- "toString": PropTypes.func.isRequired,
824
- "valueOf": PropTypes.func.isRequired
825
- })]),
826
- "flexShrink": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
827
- "toExponential": PropTypes.func.isRequired,
828
- "toFixed": PropTypes.func.isRequired,
829
- "toLocaleString": PropTypes.func.isRequired,
830
- "toPrecision": PropTypes.func.isRequired,
831
- "toString": PropTypes.func.isRequired,
832
- "valueOf": PropTypes.func.isRequired
833
- })])), PropTypes.object, PropTypes.shape({
834
- "toExponential": PropTypes.func.isRequired,
835
- "toFixed": PropTypes.func.isRequired,
836
- "toLocaleString": PropTypes.func.isRequired,
837
- "toPrecision": PropTypes.func.isRequired,
838
- "toString": PropTypes.func.isRequired,
839
- "valueOf": PropTypes.func.isRequired
840
- })]),
841
- "flexWrap": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "nowrap", "revert", "unset", "wrap-reverse", "wrap"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-initial", "inherit", "initial", "nowrap", "revert", "unset", "wrap-reverse", "wrap", null])), PropTypes.object]),
842
- "height": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
843
- "__@iterator": PropTypes.func.isRequired,
844
- "anchor": PropTypes.func.isRequired,
845
- "at": PropTypes.func.isRequired,
846
- "big": PropTypes.func.isRequired,
847
- "blink": PropTypes.func.isRequired,
848
- "bold": PropTypes.func.isRequired,
849
- "charAt": PropTypes.func.isRequired,
850
- "charCodeAt": PropTypes.func.isRequired,
851
- "codePointAt": PropTypes.func.isRequired,
852
- "concat": PropTypes.func.isRequired,
853
- "endsWith": PropTypes.func.isRequired,
854
- "fixed": PropTypes.func.isRequired,
855
- "fontcolor": PropTypes.func.isRequired,
856
- "fontsize": PropTypes.func.isRequired,
857
- "includes": PropTypes.func.isRequired,
858
- "indexOf": PropTypes.func.isRequired,
859
- "italics": PropTypes.func.isRequired,
860
- "lastIndexOf": PropTypes.func.isRequired,
861
- "length": PropTypes.number.isRequired,
862
- "link": PropTypes.func.isRequired,
863
- "localeCompare": PropTypes.func.isRequired,
864
- "match": PropTypes.func.isRequired,
865
- "matchAll": PropTypes.func.isRequired,
866
- "normalize": PropTypes.func.isRequired,
867
- "padEnd": PropTypes.func.isRequired,
868
- "padStart": PropTypes.func.isRequired,
869
- "repeat": PropTypes.func.isRequired,
870
- "replace": PropTypes.func.isRequired,
871
- "search": PropTypes.func.isRequired,
872
- "slice": PropTypes.func.isRequired,
873
- "small": PropTypes.func.isRequired,
874
- "split": PropTypes.func.isRequired,
875
- "startsWith": PropTypes.func.isRequired,
876
- "strike": PropTypes.func.isRequired,
877
- "sub": PropTypes.func.isRequired,
878
- "substr": PropTypes.func.isRequired,
879
- "substring": PropTypes.func.isRequired,
880
- "sup": PropTypes.func.isRequired,
881
- "toLocaleLowerCase": PropTypes.func.isRequired,
882
- "toLocaleUpperCase": PropTypes.func.isRequired,
883
- "toLowerCase": PropTypes.func.isRequired,
884
- "toString": PropTypes.func.isRequired,
885
- "toUpperCase": PropTypes.func.isRequired,
886
- "trim": PropTypes.func.isRequired,
887
- "trimEnd": PropTypes.func.isRequired,
888
- "trimLeft": PropTypes.func.isRequired,
889
- "trimRight": PropTypes.func.isRequired,
890
- "trimStart": PropTypes.func.isRequired,
891
- "valueOf": PropTypes.func.isRequired
892
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
893
- "__@iterator": PropTypes.func.isRequired,
894
- "anchor": PropTypes.func.isRequired,
895
- "at": PropTypes.func.isRequired,
896
- "big": PropTypes.func.isRequired,
897
- "blink": PropTypes.func.isRequired,
898
- "bold": PropTypes.func.isRequired,
899
- "charAt": PropTypes.func.isRequired,
900
- "charCodeAt": PropTypes.func.isRequired,
901
- "codePointAt": PropTypes.func.isRequired,
902
- "concat": PropTypes.func.isRequired,
903
- "endsWith": PropTypes.func.isRequired,
904
- "fixed": PropTypes.func.isRequired,
905
- "fontcolor": PropTypes.func.isRequired,
906
- "fontsize": PropTypes.func.isRequired,
907
- "includes": PropTypes.func.isRequired,
908
- "indexOf": PropTypes.func.isRequired,
909
- "italics": PropTypes.func.isRequired,
910
- "lastIndexOf": PropTypes.func.isRequired,
911
- "length": PropTypes.number.isRequired,
912
- "link": PropTypes.func.isRequired,
913
- "localeCompare": PropTypes.func.isRequired,
914
- "match": PropTypes.func.isRequired,
915
- "matchAll": PropTypes.func.isRequired,
916
- "normalize": PropTypes.func.isRequired,
917
- "padEnd": PropTypes.func.isRequired,
918
- "padStart": PropTypes.func.isRequired,
919
- "repeat": PropTypes.func.isRequired,
920
- "replace": PropTypes.func.isRequired,
921
- "search": PropTypes.func.isRequired,
922
- "slice": PropTypes.func.isRequired,
923
- "small": PropTypes.func.isRequired,
924
- "split": PropTypes.func.isRequired,
925
- "startsWith": PropTypes.func.isRequired,
926
- "strike": PropTypes.func.isRequired,
927
- "sub": PropTypes.func.isRequired,
928
- "substr": PropTypes.func.isRequired,
929
- "substring": PropTypes.func.isRequired,
930
- "sup": PropTypes.func.isRequired,
931
- "toLocaleLowerCase": PropTypes.func.isRequired,
932
- "toLocaleUpperCase": PropTypes.func.isRequired,
933
- "toLowerCase": PropTypes.func.isRequired,
934
- "toString": PropTypes.func.isRequired,
935
- "toUpperCase": PropTypes.func.isRequired,
936
- "trim": PropTypes.func.isRequired,
937
- "trimEnd": PropTypes.func.isRequired,
938
- "trimLeft": PropTypes.func.isRequired,
939
- "trimRight": PropTypes.func.isRequired,
940
- "trimStart": PropTypes.func.isRequired,
941
- "valueOf": PropTypes.func.isRequired
942
- }), PropTypes.string]),
943
- "href": PropTypes.string,
944
- "icon": PropTypes.oneOf(["add", "admin", "alert_on", "alert", "analysis", "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", "bin", "block_arrow_right", "blocked_square", "blocked", "bold", "box_arrow_left", "boxed_shapes", "bulk_destroy", "bullet_list_dotted", "bullet_list_numbers", "bullet_list", "business", "calendar_today", "calendar", "call", "camera", "car_lock", "car_money", "car_repair", "card_view", "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", "coins", "collaborate", "computer_clock", "connect", "construction", "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", "help", "hide", "home", "image", "in_progress", "in_transit", "individual", "info", "italic", "key", "laptop", "ledger_arrow_left", "ledger_arrow_right", "ledger", "lightbulb_off", "lightbulb_on", "link", "list_view", "location", "locked", "logout", "lookup", "marker", "message", "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", "plane", "play_circle", "play", "plus_large", "plus", "pound", "print", "progress", "progressed", "question_hollow", "question_mark", "question", "refresh_clock", "refresh", "remove", "sage_coin", "save", "scan", "search", "services", "settings_old", "settings", "share", "shop", "sort_down", "sort_up", "spanner", "split_container", "split", "square_dot", "squares_nine", "stacked_boxes", "stacked_squares", "submitted", "sync", "tag", "talk", "theatre_masks", "three_boxes", "tick_circle", "tick_thick", "tick", "true_tick", "u_turn_left", "u_turn_right", "undo", "unlocked", "upload", "uploaded", "video", "view", "warning"]),
945
- "justifyContent": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert", "right", "space-around", "space-between", "space-evenly", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert", "right", "space-around", "space-between", "space-evenly", "start", "stretch", "unset", null]), PropTypes.shape({
946
- "__@iterator": PropTypes.func.isRequired,
947
- "anchor": PropTypes.func.isRequired,
948
- "at": PropTypes.func.isRequired,
949
- "big": PropTypes.func.isRequired,
950
- "blink": PropTypes.func.isRequired,
951
- "bold": PropTypes.func.isRequired,
952
- "charAt": PropTypes.func.isRequired,
953
- "charCodeAt": PropTypes.func.isRequired,
954
- "codePointAt": PropTypes.func.isRequired,
955
- "concat": PropTypes.func.isRequired,
956
- "endsWith": PropTypes.func.isRequired,
957
- "fixed": PropTypes.func.isRequired,
958
- "fontcolor": PropTypes.func.isRequired,
959
- "fontsize": PropTypes.func.isRequired,
960
- "includes": PropTypes.func.isRequired,
961
- "indexOf": PropTypes.func.isRequired,
962
- "italics": PropTypes.func.isRequired,
963
- "lastIndexOf": PropTypes.func.isRequired,
964
- "length": PropTypes.number.isRequired,
965
- "link": PropTypes.func.isRequired,
966
- "localeCompare": PropTypes.func.isRequired,
967
- "match": PropTypes.func.isRequired,
968
- "matchAll": PropTypes.func.isRequired,
969
- "normalize": PropTypes.func.isRequired,
970
- "padEnd": PropTypes.func.isRequired,
971
- "padStart": PropTypes.func.isRequired,
972
- "repeat": PropTypes.func.isRequired,
973
- "replace": PropTypes.func.isRequired,
974
- "search": PropTypes.func.isRequired,
975
- "slice": PropTypes.func.isRequired,
976
- "small": PropTypes.func.isRequired,
977
- "split": PropTypes.func.isRequired,
978
- "startsWith": PropTypes.func.isRequired,
979
- "strike": PropTypes.func.isRequired,
980
- "sub": PropTypes.func.isRequired,
981
- "substr": PropTypes.func.isRequired,
982
- "substring": PropTypes.func.isRequired,
983
- "sup": PropTypes.func.isRequired,
984
- "toLocaleLowerCase": PropTypes.func.isRequired,
985
- "toLocaleUpperCase": PropTypes.func.isRequired,
986
- "toLowerCase": PropTypes.func.isRequired,
987
- "toString": PropTypes.func.isRequired,
988
- "toUpperCase": PropTypes.func.isRequired,
989
- "trim": PropTypes.func.isRequired,
990
- "trimEnd": PropTypes.func.isRequired,
991
- "trimLeft": PropTypes.func.isRequired,
992
- "trimRight": PropTypes.func.isRequired,
993
- "trimStart": PropTypes.func.isRequired,
994
- "valueOf": PropTypes.func.isRequired
995
- })])), PropTypes.object, PropTypes.shape({
996
- "__@iterator": PropTypes.func.isRequired,
997
- "anchor": PropTypes.func.isRequired,
998
- "at": PropTypes.func.isRequired,
999
- "big": PropTypes.func.isRequired,
1000
- "blink": PropTypes.func.isRequired,
1001
- "bold": PropTypes.func.isRequired,
1002
- "charAt": PropTypes.func.isRequired,
1003
- "charCodeAt": PropTypes.func.isRequired,
1004
- "codePointAt": PropTypes.func.isRequired,
1005
- "concat": PropTypes.func.isRequired,
1006
- "endsWith": PropTypes.func.isRequired,
1007
- "fixed": PropTypes.func.isRequired,
1008
- "fontcolor": PropTypes.func.isRequired,
1009
- "fontsize": PropTypes.func.isRequired,
1010
- "includes": PropTypes.func.isRequired,
1011
- "indexOf": PropTypes.func.isRequired,
1012
- "italics": PropTypes.func.isRequired,
1013
- "lastIndexOf": PropTypes.func.isRequired,
1014
- "length": PropTypes.number.isRequired,
1015
- "link": PropTypes.func.isRequired,
1016
- "localeCompare": PropTypes.func.isRequired,
1017
- "match": PropTypes.func.isRequired,
1018
- "matchAll": PropTypes.func.isRequired,
1019
- "normalize": PropTypes.func.isRequired,
1020
- "padEnd": PropTypes.func.isRequired,
1021
- "padStart": PropTypes.func.isRequired,
1022
- "repeat": PropTypes.func.isRequired,
1023
- "replace": PropTypes.func.isRequired,
1024
- "search": PropTypes.func.isRequired,
1025
- "slice": PropTypes.func.isRequired,
1026
- "small": PropTypes.func.isRequired,
1027
- "split": PropTypes.func.isRequired,
1028
- "startsWith": PropTypes.func.isRequired,
1029
- "strike": PropTypes.func.isRequired,
1030
- "sub": PropTypes.func.isRequired,
1031
- "substr": PropTypes.func.isRequired,
1032
- "substring": PropTypes.func.isRequired,
1033
- "sup": PropTypes.func.isRequired,
1034
- "toLocaleLowerCase": PropTypes.func.isRequired,
1035
- "toLocaleUpperCase": PropTypes.func.isRequired,
1036
- "toLowerCase": PropTypes.func.isRequired,
1037
- "toString": PropTypes.func.isRequired,
1038
- "toUpperCase": PropTypes.func.isRequired,
1039
- "trim": PropTypes.func.isRequired,
1040
- "trimEnd": PropTypes.func.isRequired,
1041
- "trimLeft": PropTypes.func.isRequired,
1042
- "trimRight": PropTypes.func.isRequired,
1043
- "trimStart": PropTypes.func.isRequired,
1044
- "valueOf": PropTypes.func.isRequired
1045
- })]),
1046
- "justifyItems": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "legacy", "normal", "revert", "right", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "legacy", "normal", "revert", "right", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
1047
- "__@iterator": PropTypes.func.isRequired,
1048
- "anchor": PropTypes.func.isRequired,
1049
- "at": PropTypes.func.isRequired,
1050
- "big": PropTypes.func.isRequired,
1051
- "blink": PropTypes.func.isRequired,
1052
- "bold": PropTypes.func.isRequired,
1053
- "charAt": PropTypes.func.isRequired,
1054
- "charCodeAt": PropTypes.func.isRequired,
1055
- "codePointAt": PropTypes.func.isRequired,
1056
- "concat": PropTypes.func.isRequired,
1057
- "endsWith": PropTypes.func.isRequired,
1058
- "fixed": PropTypes.func.isRequired,
1059
- "fontcolor": PropTypes.func.isRequired,
1060
- "fontsize": PropTypes.func.isRequired,
1061
- "includes": PropTypes.func.isRequired,
1062
- "indexOf": PropTypes.func.isRequired,
1063
- "italics": PropTypes.func.isRequired,
1064
- "lastIndexOf": PropTypes.func.isRequired,
1065
- "length": PropTypes.number.isRequired,
1066
- "link": PropTypes.func.isRequired,
1067
- "localeCompare": PropTypes.func.isRequired,
1068
- "match": PropTypes.func.isRequired,
1069
- "matchAll": PropTypes.func.isRequired,
1070
- "normalize": PropTypes.func.isRequired,
1071
- "padEnd": PropTypes.func.isRequired,
1072
- "padStart": PropTypes.func.isRequired,
1073
- "repeat": PropTypes.func.isRequired,
1074
- "replace": PropTypes.func.isRequired,
1075
- "search": PropTypes.func.isRequired,
1076
- "slice": PropTypes.func.isRequired,
1077
- "small": PropTypes.func.isRequired,
1078
- "split": PropTypes.func.isRequired,
1079
- "startsWith": PropTypes.func.isRequired,
1080
- "strike": PropTypes.func.isRequired,
1081
- "sub": PropTypes.func.isRequired,
1082
- "substr": PropTypes.func.isRequired,
1083
- "substring": PropTypes.func.isRequired,
1084
- "sup": PropTypes.func.isRequired,
1085
- "toLocaleLowerCase": PropTypes.func.isRequired,
1086
- "toLocaleUpperCase": PropTypes.func.isRequired,
1087
- "toLowerCase": PropTypes.func.isRequired,
1088
- "toString": PropTypes.func.isRequired,
1089
- "toUpperCase": PropTypes.func.isRequired,
1090
- "trim": PropTypes.func.isRequired,
1091
- "trimEnd": PropTypes.func.isRequired,
1092
- "trimLeft": PropTypes.func.isRequired,
1093
- "trimRight": PropTypes.func.isRequired,
1094
- "trimStart": PropTypes.func.isRequired,
1095
- "valueOf": PropTypes.func.isRequired
1096
- })])), PropTypes.object, PropTypes.shape({
1097
- "__@iterator": PropTypes.func.isRequired,
1098
- "anchor": PropTypes.func.isRequired,
1099
- "at": PropTypes.func.isRequired,
1100
- "big": PropTypes.func.isRequired,
1101
- "blink": PropTypes.func.isRequired,
1102
- "bold": PropTypes.func.isRequired,
1103
- "charAt": PropTypes.func.isRequired,
1104
- "charCodeAt": PropTypes.func.isRequired,
1105
- "codePointAt": PropTypes.func.isRequired,
1106
- "concat": PropTypes.func.isRequired,
1107
- "endsWith": PropTypes.func.isRequired,
1108
- "fixed": PropTypes.func.isRequired,
1109
- "fontcolor": PropTypes.func.isRequired,
1110
- "fontsize": PropTypes.func.isRequired,
1111
- "includes": PropTypes.func.isRequired,
1112
- "indexOf": PropTypes.func.isRequired,
1113
- "italics": PropTypes.func.isRequired,
1114
- "lastIndexOf": PropTypes.func.isRequired,
1115
- "length": PropTypes.number.isRequired,
1116
- "link": PropTypes.func.isRequired,
1117
- "localeCompare": PropTypes.func.isRequired,
1118
- "match": PropTypes.func.isRequired,
1119
- "matchAll": PropTypes.func.isRequired,
1120
- "normalize": PropTypes.func.isRequired,
1121
- "padEnd": PropTypes.func.isRequired,
1122
- "padStart": PropTypes.func.isRequired,
1123
- "repeat": PropTypes.func.isRequired,
1124
- "replace": PropTypes.func.isRequired,
1125
- "search": PropTypes.func.isRequired,
1126
- "slice": PropTypes.func.isRequired,
1127
- "small": PropTypes.func.isRequired,
1128
- "split": PropTypes.func.isRequired,
1129
- "startsWith": PropTypes.func.isRequired,
1130
- "strike": PropTypes.func.isRequired,
1131
- "sub": PropTypes.func.isRequired,
1132
- "substr": PropTypes.func.isRequired,
1133
- "substring": PropTypes.func.isRequired,
1134
- "sup": PropTypes.func.isRequired,
1135
- "toLocaleLowerCase": PropTypes.func.isRequired,
1136
- "toLocaleUpperCase": PropTypes.func.isRequired,
1137
- "toLowerCase": PropTypes.func.isRequired,
1138
- "toString": PropTypes.func.isRequired,
1139
- "toUpperCase": PropTypes.func.isRequired,
1140
- "trim": PropTypes.func.isRequired,
1141
- "trimEnd": PropTypes.func.isRequired,
1142
- "trimLeft": PropTypes.func.isRequired,
1143
- "trimRight": PropTypes.func.isRequired,
1144
- "trimStart": PropTypes.func.isRequired,
1145
- "valueOf": PropTypes.func.isRequired
1146
- })]),
1147
- "justifySelf": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert", "right", "self-end", "self-start", "start", "stretch", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "baseline", "center", "end", "flex-end", "flex-start", "inherit", "initial", "left", "normal", "revert", "right", "self-end", "self-start", "start", "stretch", "unset", null]), PropTypes.shape({
1148
- "__@iterator": PropTypes.func.isRequired,
1149
- "anchor": PropTypes.func.isRequired,
1150
- "at": PropTypes.func.isRequired,
1151
- "big": PropTypes.func.isRequired,
1152
- "blink": PropTypes.func.isRequired,
1153
- "bold": PropTypes.func.isRequired,
1154
- "charAt": PropTypes.func.isRequired,
1155
- "charCodeAt": PropTypes.func.isRequired,
1156
- "codePointAt": PropTypes.func.isRequired,
1157
- "concat": PropTypes.func.isRequired,
1158
- "endsWith": PropTypes.func.isRequired,
1159
- "fixed": PropTypes.func.isRequired,
1160
- "fontcolor": PropTypes.func.isRequired,
1161
- "fontsize": PropTypes.func.isRequired,
1162
- "includes": PropTypes.func.isRequired,
1163
- "indexOf": PropTypes.func.isRequired,
1164
- "italics": PropTypes.func.isRequired,
1165
- "lastIndexOf": PropTypes.func.isRequired,
1166
- "length": PropTypes.number.isRequired,
1167
- "link": PropTypes.func.isRequired,
1168
- "localeCompare": PropTypes.func.isRequired,
1169
- "match": PropTypes.func.isRequired,
1170
- "matchAll": PropTypes.func.isRequired,
1171
- "normalize": PropTypes.func.isRequired,
1172
- "padEnd": PropTypes.func.isRequired,
1173
- "padStart": PropTypes.func.isRequired,
1174
- "repeat": PropTypes.func.isRequired,
1175
- "replace": PropTypes.func.isRequired,
1176
- "search": PropTypes.func.isRequired,
1177
- "slice": PropTypes.func.isRequired,
1178
- "small": PropTypes.func.isRequired,
1179
- "split": PropTypes.func.isRequired,
1180
- "startsWith": PropTypes.func.isRequired,
1181
- "strike": PropTypes.func.isRequired,
1182
- "sub": PropTypes.func.isRequired,
1183
- "substr": PropTypes.func.isRequired,
1184
- "substring": PropTypes.func.isRequired,
1185
- "sup": PropTypes.func.isRequired,
1186
- "toLocaleLowerCase": PropTypes.func.isRequired,
1187
- "toLocaleUpperCase": PropTypes.func.isRequired,
1188
- "toLowerCase": PropTypes.func.isRequired,
1189
- "toString": PropTypes.func.isRequired,
1190
- "toUpperCase": PropTypes.func.isRequired,
1191
- "trim": PropTypes.func.isRequired,
1192
- "trimEnd": PropTypes.func.isRequired,
1193
- "trimLeft": PropTypes.func.isRequired,
1194
- "trimRight": PropTypes.func.isRequired,
1195
- "trimStart": PropTypes.func.isRequired,
1196
- "valueOf": PropTypes.func.isRequired
1197
- })])), PropTypes.object, PropTypes.shape({
1198
- "__@iterator": PropTypes.func.isRequired,
1199
- "anchor": PropTypes.func.isRequired,
1200
- "at": PropTypes.func.isRequired,
1201
- "big": PropTypes.func.isRequired,
1202
- "blink": PropTypes.func.isRequired,
1203
- "bold": PropTypes.func.isRequired,
1204
- "charAt": PropTypes.func.isRequired,
1205
- "charCodeAt": PropTypes.func.isRequired,
1206
- "codePointAt": PropTypes.func.isRequired,
1207
- "concat": PropTypes.func.isRequired,
1208
- "endsWith": PropTypes.func.isRequired,
1209
- "fixed": PropTypes.func.isRequired,
1210
- "fontcolor": PropTypes.func.isRequired,
1211
- "fontsize": PropTypes.func.isRequired,
1212
- "includes": PropTypes.func.isRequired,
1213
- "indexOf": PropTypes.func.isRequired,
1214
- "italics": PropTypes.func.isRequired,
1215
- "lastIndexOf": PropTypes.func.isRequired,
1216
- "length": PropTypes.number.isRequired,
1217
- "link": PropTypes.func.isRequired,
1218
- "localeCompare": PropTypes.func.isRequired,
1219
- "match": PropTypes.func.isRequired,
1220
- "matchAll": PropTypes.func.isRequired,
1221
- "normalize": PropTypes.func.isRequired,
1222
- "padEnd": PropTypes.func.isRequired,
1223
- "padStart": PropTypes.func.isRequired,
1224
- "repeat": PropTypes.func.isRequired,
1225
- "replace": PropTypes.func.isRequired,
1226
- "search": PropTypes.func.isRequired,
1227
- "slice": PropTypes.func.isRequired,
1228
- "small": PropTypes.func.isRequired,
1229
- "split": PropTypes.func.isRequired,
1230
- "startsWith": PropTypes.func.isRequired,
1231
- "strike": PropTypes.func.isRequired,
1232
- "sub": PropTypes.func.isRequired,
1233
- "substr": PropTypes.func.isRequired,
1234
- "substring": PropTypes.func.isRequired,
1235
- "sup": PropTypes.func.isRequired,
1236
- "toLocaleLowerCase": PropTypes.func.isRequired,
1237
- "toLocaleUpperCase": PropTypes.func.isRequired,
1238
- "toLowerCase": PropTypes.func.isRequired,
1239
- "toString": PropTypes.func.isRequired,
1240
- "toUpperCase": PropTypes.func.isRequired,
1241
- "trim": PropTypes.func.isRequired,
1242
- "trimEnd": PropTypes.func.isRequired,
1243
- "trimLeft": PropTypes.func.isRequired,
1244
- "trimRight": PropTypes.func.isRequired,
1245
- "trimStart": PropTypes.func.isRequired,
1246
- "valueOf": PropTypes.func.isRequired
1247
- })]),
1248
- "maxHeight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1249
- "__@iterator": PropTypes.func.isRequired,
1250
- "anchor": PropTypes.func.isRequired,
1251
- "at": PropTypes.func.isRequired,
1252
- "big": PropTypes.func.isRequired,
1253
- "blink": PropTypes.func.isRequired,
1254
- "bold": PropTypes.func.isRequired,
1255
- "charAt": PropTypes.func.isRequired,
1256
- "charCodeAt": PropTypes.func.isRequired,
1257
- "codePointAt": PropTypes.func.isRequired,
1258
- "concat": PropTypes.func.isRequired,
1259
- "endsWith": PropTypes.func.isRequired,
1260
- "fixed": PropTypes.func.isRequired,
1261
- "fontcolor": PropTypes.func.isRequired,
1262
- "fontsize": PropTypes.func.isRequired,
1263
- "includes": PropTypes.func.isRequired,
1264
- "indexOf": PropTypes.func.isRequired,
1265
- "italics": PropTypes.func.isRequired,
1266
- "lastIndexOf": PropTypes.func.isRequired,
1267
- "length": PropTypes.number.isRequired,
1268
- "link": PropTypes.func.isRequired,
1269
- "localeCompare": PropTypes.func.isRequired,
1270
- "match": PropTypes.func.isRequired,
1271
- "matchAll": PropTypes.func.isRequired,
1272
- "normalize": PropTypes.func.isRequired,
1273
- "padEnd": PropTypes.func.isRequired,
1274
- "padStart": PropTypes.func.isRequired,
1275
- "repeat": PropTypes.func.isRequired,
1276
- "replace": PropTypes.func.isRequired,
1277
- "search": PropTypes.func.isRequired,
1278
- "slice": PropTypes.func.isRequired,
1279
- "small": PropTypes.func.isRequired,
1280
- "split": PropTypes.func.isRequired,
1281
- "startsWith": PropTypes.func.isRequired,
1282
- "strike": PropTypes.func.isRequired,
1283
- "sub": PropTypes.func.isRequired,
1284
- "substr": PropTypes.func.isRequired,
1285
- "substring": PropTypes.func.isRequired,
1286
- "sup": PropTypes.func.isRequired,
1287
- "toLocaleLowerCase": PropTypes.func.isRequired,
1288
- "toLocaleUpperCase": PropTypes.func.isRequired,
1289
- "toLowerCase": PropTypes.func.isRequired,
1290
- "toString": PropTypes.func.isRequired,
1291
- "toUpperCase": PropTypes.func.isRequired,
1292
- "trim": PropTypes.func.isRequired,
1293
- "trimEnd": PropTypes.func.isRequired,
1294
- "trimLeft": PropTypes.func.isRequired,
1295
- "trimRight": PropTypes.func.isRequired,
1296
- "trimStart": PropTypes.func.isRequired,
1297
- "valueOf": PropTypes.func.isRequired
1298
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1299
- "__@iterator": PropTypes.func.isRequired,
1300
- "anchor": PropTypes.func.isRequired,
1301
- "at": PropTypes.func.isRequired,
1302
- "big": PropTypes.func.isRequired,
1303
- "blink": PropTypes.func.isRequired,
1304
- "bold": PropTypes.func.isRequired,
1305
- "charAt": PropTypes.func.isRequired,
1306
- "charCodeAt": PropTypes.func.isRequired,
1307
- "codePointAt": PropTypes.func.isRequired,
1308
- "concat": PropTypes.func.isRequired,
1309
- "endsWith": PropTypes.func.isRequired,
1310
- "fixed": PropTypes.func.isRequired,
1311
- "fontcolor": PropTypes.func.isRequired,
1312
- "fontsize": PropTypes.func.isRequired,
1313
- "includes": PropTypes.func.isRequired,
1314
- "indexOf": PropTypes.func.isRequired,
1315
- "italics": PropTypes.func.isRequired,
1316
- "lastIndexOf": PropTypes.func.isRequired,
1317
- "length": PropTypes.number.isRequired,
1318
- "link": PropTypes.func.isRequired,
1319
- "localeCompare": PropTypes.func.isRequired,
1320
- "match": PropTypes.func.isRequired,
1321
- "matchAll": PropTypes.func.isRequired,
1322
- "normalize": PropTypes.func.isRequired,
1323
- "padEnd": PropTypes.func.isRequired,
1324
- "padStart": PropTypes.func.isRequired,
1325
- "repeat": PropTypes.func.isRequired,
1326
- "replace": PropTypes.func.isRequired,
1327
- "search": PropTypes.func.isRequired,
1328
- "slice": PropTypes.func.isRequired,
1329
- "small": PropTypes.func.isRequired,
1330
- "split": PropTypes.func.isRequired,
1331
- "startsWith": PropTypes.func.isRequired,
1332
- "strike": PropTypes.func.isRequired,
1333
- "sub": PropTypes.func.isRequired,
1334
- "substr": PropTypes.func.isRequired,
1335
- "substring": PropTypes.func.isRequired,
1336
- "sup": PropTypes.func.isRequired,
1337
- "toLocaleLowerCase": PropTypes.func.isRequired,
1338
- "toLocaleUpperCase": PropTypes.func.isRequired,
1339
- "toLowerCase": PropTypes.func.isRequired,
1340
- "toString": PropTypes.func.isRequired,
1341
- "toUpperCase": PropTypes.func.isRequired,
1342
- "trim": PropTypes.func.isRequired,
1343
- "trimEnd": PropTypes.func.isRequired,
1344
- "trimLeft": PropTypes.func.isRequired,
1345
- "trimRight": PropTypes.func.isRequired,
1346
- "trimStart": PropTypes.func.isRequired,
1347
- "valueOf": PropTypes.func.isRequired
1348
- }), PropTypes.string]),
1349
- "maxWidth": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1350
- "__@iterator": PropTypes.func.isRequired,
1351
- "anchor": PropTypes.func.isRequired,
1352
- "at": PropTypes.func.isRequired,
1353
- "big": PropTypes.func.isRequired,
1354
- "blink": PropTypes.func.isRequired,
1355
- "bold": PropTypes.func.isRequired,
1356
- "charAt": PropTypes.func.isRequired,
1357
- "charCodeAt": PropTypes.func.isRequired,
1358
- "codePointAt": PropTypes.func.isRequired,
1359
- "concat": PropTypes.func.isRequired,
1360
- "endsWith": PropTypes.func.isRequired,
1361
- "fixed": PropTypes.func.isRequired,
1362
- "fontcolor": PropTypes.func.isRequired,
1363
- "fontsize": PropTypes.func.isRequired,
1364
- "includes": PropTypes.func.isRequired,
1365
- "indexOf": PropTypes.func.isRequired,
1366
- "italics": PropTypes.func.isRequired,
1367
- "lastIndexOf": PropTypes.func.isRequired,
1368
- "length": PropTypes.number.isRequired,
1369
- "link": PropTypes.func.isRequired,
1370
- "localeCompare": PropTypes.func.isRequired,
1371
- "match": PropTypes.func.isRequired,
1372
- "matchAll": PropTypes.func.isRequired,
1373
- "normalize": PropTypes.func.isRequired,
1374
- "padEnd": PropTypes.func.isRequired,
1375
- "padStart": PropTypes.func.isRequired,
1376
- "repeat": PropTypes.func.isRequired,
1377
- "replace": PropTypes.func.isRequired,
1378
- "search": PropTypes.func.isRequired,
1379
- "slice": PropTypes.func.isRequired,
1380
- "small": PropTypes.func.isRequired,
1381
- "split": PropTypes.func.isRequired,
1382
- "startsWith": PropTypes.func.isRequired,
1383
- "strike": PropTypes.func.isRequired,
1384
- "sub": PropTypes.func.isRequired,
1385
- "substr": PropTypes.func.isRequired,
1386
- "substring": PropTypes.func.isRequired,
1387
- "sup": PropTypes.func.isRequired,
1388
- "toLocaleLowerCase": PropTypes.func.isRequired,
1389
- "toLocaleUpperCase": PropTypes.func.isRequired,
1390
- "toLowerCase": PropTypes.func.isRequired,
1391
- "toString": PropTypes.func.isRequired,
1392
- "toUpperCase": PropTypes.func.isRequired,
1393
- "trim": PropTypes.func.isRequired,
1394
- "trimEnd": PropTypes.func.isRequired,
1395
- "trimLeft": PropTypes.func.isRequired,
1396
- "trimRight": PropTypes.func.isRequired,
1397
- "trimStart": PropTypes.func.isRequired,
1398
- "valueOf": PropTypes.func.isRequired
1399
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1400
- "__@iterator": PropTypes.func.isRequired,
1401
- "anchor": PropTypes.func.isRequired,
1402
- "at": PropTypes.func.isRequired,
1403
- "big": PropTypes.func.isRequired,
1404
- "blink": PropTypes.func.isRequired,
1405
- "bold": PropTypes.func.isRequired,
1406
- "charAt": PropTypes.func.isRequired,
1407
- "charCodeAt": PropTypes.func.isRequired,
1408
- "codePointAt": PropTypes.func.isRequired,
1409
- "concat": PropTypes.func.isRequired,
1410
- "endsWith": PropTypes.func.isRequired,
1411
- "fixed": PropTypes.func.isRequired,
1412
- "fontcolor": PropTypes.func.isRequired,
1413
- "fontsize": PropTypes.func.isRequired,
1414
- "includes": PropTypes.func.isRequired,
1415
- "indexOf": PropTypes.func.isRequired,
1416
- "italics": PropTypes.func.isRequired,
1417
- "lastIndexOf": PropTypes.func.isRequired,
1418
- "length": PropTypes.number.isRequired,
1419
- "link": PropTypes.func.isRequired,
1420
- "localeCompare": PropTypes.func.isRequired,
1421
- "match": PropTypes.func.isRequired,
1422
- "matchAll": PropTypes.func.isRequired,
1423
- "normalize": PropTypes.func.isRequired,
1424
- "padEnd": PropTypes.func.isRequired,
1425
- "padStart": PropTypes.func.isRequired,
1426
- "repeat": PropTypes.func.isRequired,
1427
- "replace": PropTypes.func.isRequired,
1428
- "search": PropTypes.func.isRequired,
1429
- "slice": PropTypes.func.isRequired,
1430
- "small": PropTypes.func.isRequired,
1431
- "split": PropTypes.func.isRequired,
1432
- "startsWith": PropTypes.func.isRequired,
1433
- "strike": PropTypes.func.isRequired,
1434
- "sub": PropTypes.func.isRequired,
1435
- "substr": PropTypes.func.isRequired,
1436
- "substring": PropTypes.func.isRequired,
1437
- "sup": PropTypes.func.isRequired,
1438
- "toLocaleLowerCase": PropTypes.func.isRequired,
1439
- "toLocaleUpperCase": PropTypes.func.isRequired,
1440
- "toLowerCase": PropTypes.func.isRequired,
1441
- "toString": PropTypes.func.isRequired,
1442
- "toUpperCase": PropTypes.func.isRequired,
1443
- "trim": PropTypes.func.isRequired,
1444
- "trimEnd": PropTypes.func.isRequired,
1445
- "trimLeft": PropTypes.func.isRequired,
1446
- "trimRight": PropTypes.func.isRequired,
1447
- "trimStart": PropTypes.func.isRequired,
1448
- "valueOf": PropTypes.func.isRequired
1449
- }), PropTypes.string]),
1450
- "minHeight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1451
- "__@iterator": PropTypes.func.isRequired,
1452
- "anchor": PropTypes.func.isRequired,
1453
- "at": PropTypes.func.isRequired,
1454
- "big": PropTypes.func.isRequired,
1455
- "blink": PropTypes.func.isRequired,
1456
- "bold": PropTypes.func.isRequired,
1457
- "charAt": PropTypes.func.isRequired,
1458
- "charCodeAt": PropTypes.func.isRequired,
1459
- "codePointAt": PropTypes.func.isRequired,
1460
- "concat": PropTypes.func.isRequired,
1461
- "endsWith": PropTypes.func.isRequired,
1462
- "fixed": PropTypes.func.isRequired,
1463
- "fontcolor": PropTypes.func.isRequired,
1464
- "fontsize": PropTypes.func.isRequired,
1465
- "includes": PropTypes.func.isRequired,
1466
- "indexOf": PropTypes.func.isRequired,
1467
- "italics": PropTypes.func.isRequired,
1468
- "lastIndexOf": PropTypes.func.isRequired,
1469
- "length": PropTypes.number.isRequired,
1470
- "link": PropTypes.func.isRequired,
1471
- "localeCompare": PropTypes.func.isRequired,
1472
- "match": PropTypes.func.isRequired,
1473
- "matchAll": PropTypes.func.isRequired,
1474
- "normalize": PropTypes.func.isRequired,
1475
- "padEnd": PropTypes.func.isRequired,
1476
- "padStart": PropTypes.func.isRequired,
1477
- "repeat": PropTypes.func.isRequired,
1478
- "replace": PropTypes.func.isRequired,
1479
- "search": PropTypes.func.isRequired,
1480
- "slice": PropTypes.func.isRequired,
1481
- "small": PropTypes.func.isRequired,
1482
- "split": PropTypes.func.isRequired,
1483
- "startsWith": PropTypes.func.isRequired,
1484
- "strike": PropTypes.func.isRequired,
1485
- "sub": PropTypes.func.isRequired,
1486
- "substr": PropTypes.func.isRequired,
1487
- "substring": PropTypes.func.isRequired,
1488
- "sup": PropTypes.func.isRequired,
1489
- "toLocaleLowerCase": PropTypes.func.isRequired,
1490
- "toLocaleUpperCase": PropTypes.func.isRequired,
1491
- "toLowerCase": PropTypes.func.isRequired,
1492
- "toString": PropTypes.func.isRequired,
1493
- "toUpperCase": PropTypes.func.isRequired,
1494
- "trim": PropTypes.func.isRequired,
1495
- "trimEnd": PropTypes.func.isRequired,
1496
- "trimLeft": PropTypes.func.isRequired,
1497
- "trimRight": PropTypes.func.isRequired,
1498
- "trimStart": PropTypes.func.isRequired,
1499
- "valueOf": PropTypes.func.isRequired
1500
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1501
- "__@iterator": PropTypes.func.isRequired,
1502
- "anchor": PropTypes.func.isRequired,
1503
- "at": PropTypes.func.isRequired,
1504
- "big": PropTypes.func.isRequired,
1505
- "blink": PropTypes.func.isRequired,
1506
- "bold": PropTypes.func.isRequired,
1507
- "charAt": PropTypes.func.isRequired,
1508
- "charCodeAt": PropTypes.func.isRequired,
1509
- "codePointAt": PropTypes.func.isRequired,
1510
- "concat": PropTypes.func.isRequired,
1511
- "endsWith": PropTypes.func.isRequired,
1512
- "fixed": PropTypes.func.isRequired,
1513
- "fontcolor": PropTypes.func.isRequired,
1514
- "fontsize": PropTypes.func.isRequired,
1515
- "includes": PropTypes.func.isRequired,
1516
- "indexOf": PropTypes.func.isRequired,
1517
- "italics": PropTypes.func.isRequired,
1518
- "lastIndexOf": PropTypes.func.isRequired,
1519
- "length": PropTypes.number.isRequired,
1520
- "link": PropTypes.func.isRequired,
1521
- "localeCompare": PropTypes.func.isRequired,
1522
- "match": PropTypes.func.isRequired,
1523
- "matchAll": PropTypes.func.isRequired,
1524
- "normalize": PropTypes.func.isRequired,
1525
- "padEnd": PropTypes.func.isRequired,
1526
- "padStart": PropTypes.func.isRequired,
1527
- "repeat": PropTypes.func.isRequired,
1528
- "replace": PropTypes.func.isRequired,
1529
- "search": PropTypes.func.isRequired,
1530
- "slice": PropTypes.func.isRequired,
1531
- "small": PropTypes.func.isRequired,
1532
- "split": PropTypes.func.isRequired,
1533
- "startsWith": PropTypes.func.isRequired,
1534
- "strike": PropTypes.func.isRequired,
1535
- "sub": PropTypes.func.isRequired,
1536
- "substr": PropTypes.func.isRequired,
1537
- "substring": PropTypes.func.isRequired,
1538
- "sup": PropTypes.func.isRequired,
1539
- "toLocaleLowerCase": PropTypes.func.isRequired,
1540
- "toLocaleUpperCase": PropTypes.func.isRequired,
1541
- "toLowerCase": PropTypes.func.isRequired,
1542
- "toString": PropTypes.func.isRequired,
1543
- "toUpperCase": PropTypes.func.isRequired,
1544
- "trim": PropTypes.func.isRequired,
1545
- "trimEnd": PropTypes.func.isRequired,
1546
- "trimLeft": PropTypes.func.isRequired,
1547
- "trimRight": PropTypes.func.isRequired,
1548
- "trimStart": PropTypes.func.isRequired,
1549
- "valueOf": PropTypes.func.isRequired
1550
- }), PropTypes.string]),
1551
- "minWidth": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1552
- "__@iterator": PropTypes.func.isRequired,
1553
- "anchor": PropTypes.func.isRequired,
1554
- "at": PropTypes.func.isRequired,
1555
- "big": PropTypes.func.isRequired,
1556
- "blink": PropTypes.func.isRequired,
1557
- "bold": PropTypes.func.isRequired,
1558
- "charAt": PropTypes.func.isRequired,
1559
- "charCodeAt": PropTypes.func.isRequired,
1560
- "codePointAt": PropTypes.func.isRequired,
1561
- "concat": PropTypes.func.isRequired,
1562
- "endsWith": PropTypes.func.isRequired,
1563
- "fixed": PropTypes.func.isRequired,
1564
- "fontcolor": PropTypes.func.isRequired,
1565
- "fontsize": PropTypes.func.isRequired,
1566
- "includes": PropTypes.func.isRequired,
1567
- "indexOf": PropTypes.func.isRequired,
1568
- "italics": PropTypes.func.isRequired,
1569
- "lastIndexOf": PropTypes.func.isRequired,
1570
- "length": PropTypes.number.isRequired,
1571
- "link": PropTypes.func.isRequired,
1572
- "localeCompare": PropTypes.func.isRequired,
1573
- "match": PropTypes.func.isRequired,
1574
- "matchAll": PropTypes.func.isRequired,
1575
- "normalize": PropTypes.func.isRequired,
1576
- "padEnd": PropTypes.func.isRequired,
1577
- "padStart": PropTypes.func.isRequired,
1578
- "repeat": PropTypes.func.isRequired,
1579
- "replace": PropTypes.func.isRequired,
1580
- "search": PropTypes.func.isRequired,
1581
- "slice": PropTypes.func.isRequired,
1582
- "small": PropTypes.func.isRequired,
1583
- "split": PropTypes.func.isRequired,
1584
- "startsWith": PropTypes.func.isRequired,
1585
- "strike": PropTypes.func.isRequired,
1586
- "sub": PropTypes.func.isRequired,
1587
- "substr": PropTypes.func.isRequired,
1588
- "substring": PropTypes.func.isRequired,
1589
- "sup": PropTypes.func.isRequired,
1590
- "toLocaleLowerCase": PropTypes.func.isRequired,
1591
- "toLocaleUpperCase": PropTypes.func.isRequired,
1592
- "toLowerCase": PropTypes.func.isRequired,
1593
- "toString": PropTypes.func.isRequired,
1594
- "toUpperCase": PropTypes.func.isRequired,
1595
- "trim": PropTypes.func.isRequired,
1596
- "trimEnd": PropTypes.func.isRequired,
1597
- "trimLeft": PropTypes.func.isRequired,
1598
- "trimRight": PropTypes.func.isRequired,
1599
- "trimStart": PropTypes.func.isRequired,
1600
- "valueOf": PropTypes.func.isRequired
1601
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1602
- "__@iterator": PropTypes.func.isRequired,
1603
- "anchor": PropTypes.func.isRequired,
1604
- "at": PropTypes.func.isRequired,
1605
- "big": PropTypes.func.isRequired,
1606
- "blink": PropTypes.func.isRequired,
1607
- "bold": PropTypes.func.isRequired,
1608
- "charAt": PropTypes.func.isRequired,
1609
- "charCodeAt": PropTypes.func.isRequired,
1610
- "codePointAt": PropTypes.func.isRequired,
1611
- "concat": PropTypes.func.isRequired,
1612
- "endsWith": PropTypes.func.isRequired,
1613
- "fixed": PropTypes.func.isRequired,
1614
- "fontcolor": PropTypes.func.isRequired,
1615
- "fontsize": PropTypes.func.isRequired,
1616
- "includes": PropTypes.func.isRequired,
1617
- "indexOf": PropTypes.func.isRequired,
1618
- "italics": PropTypes.func.isRequired,
1619
- "lastIndexOf": PropTypes.func.isRequired,
1620
- "length": PropTypes.number.isRequired,
1621
- "link": PropTypes.func.isRequired,
1622
- "localeCompare": PropTypes.func.isRequired,
1623
- "match": PropTypes.func.isRequired,
1624
- "matchAll": PropTypes.func.isRequired,
1625
- "normalize": PropTypes.func.isRequired,
1626
- "padEnd": PropTypes.func.isRequired,
1627
- "padStart": PropTypes.func.isRequired,
1628
- "repeat": PropTypes.func.isRequired,
1629
- "replace": PropTypes.func.isRequired,
1630
- "search": PropTypes.func.isRequired,
1631
- "slice": PropTypes.func.isRequired,
1632
- "small": PropTypes.func.isRequired,
1633
- "split": PropTypes.func.isRequired,
1634
- "startsWith": PropTypes.func.isRequired,
1635
- "strike": PropTypes.func.isRequired,
1636
- "sub": PropTypes.func.isRequired,
1637
- "substr": PropTypes.func.isRequired,
1638
- "substring": PropTypes.func.isRequired,
1639
- "sup": PropTypes.func.isRequired,
1640
- "toLocaleLowerCase": PropTypes.func.isRequired,
1641
- "toLocaleUpperCase": PropTypes.func.isRequired,
1642
- "toLowerCase": PropTypes.func.isRequired,
1643
- "toString": PropTypes.func.isRequired,
1644
- "toUpperCase": PropTypes.func.isRequired,
1645
- "trim": PropTypes.func.isRequired,
1646
- "trimEnd": PropTypes.func.isRequired,
1647
- "trimLeft": PropTypes.func.isRequired,
1648
- "trimRight": PropTypes.func.isRequired,
1649
- "trimStart": PropTypes.func.isRequired,
1650
- "valueOf": PropTypes.func.isRequired
1651
- }), PropTypes.string]),
1652
- "onClick": PropTypes.func,
1653
- "onKeyDown": PropTypes.func,
1654
- "onSubmenuClose": PropTypes.func,
1655
- "onSubmenuOpen": PropTypes.func,
1656
- "order": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
1657
- "toExponential": PropTypes.func.isRequired,
1658
- "toFixed": PropTypes.func.isRequired,
1659
- "toLocaleString": PropTypes.func.isRequired,
1660
- "toPrecision": PropTypes.func.isRequired,
1661
- "toString": PropTypes.func.isRequired,
1662
- "valueOf": PropTypes.func.isRequired
1663
- })])), PropTypes.object, PropTypes.shape({
1664
- "toExponential": PropTypes.func.isRequired,
1665
- "toFixed": PropTypes.func.isRequired,
1666
- "toLocaleString": PropTypes.func.isRequired,
1667
- "toPrecision": PropTypes.func.isRequired,
1668
- "toString": PropTypes.func.isRequired,
1669
- "valueOf": PropTypes.func.isRequired
1670
- })]),
1671
- "overflow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible", null]), PropTypes.shape({
1672
- "__@iterator": PropTypes.func.isRequired,
1673
- "anchor": PropTypes.func.isRequired,
1674
- "at": PropTypes.func.isRequired,
1675
- "big": PropTypes.func.isRequired,
1676
- "blink": PropTypes.func.isRequired,
1677
- "bold": PropTypes.func.isRequired,
1678
- "charAt": PropTypes.func.isRequired,
1679
- "charCodeAt": PropTypes.func.isRequired,
1680
- "codePointAt": PropTypes.func.isRequired,
1681
- "concat": PropTypes.func.isRequired,
1682
- "endsWith": PropTypes.func.isRequired,
1683
- "fixed": PropTypes.func.isRequired,
1684
- "fontcolor": PropTypes.func.isRequired,
1685
- "fontsize": PropTypes.func.isRequired,
1686
- "includes": PropTypes.func.isRequired,
1687
- "indexOf": PropTypes.func.isRequired,
1688
- "italics": PropTypes.func.isRequired,
1689
- "lastIndexOf": PropTypes.func.isRequired,
1690
- "length": PropTypes.number.isRequired,
1691
- "link": PropTypes.func.isRequired,
1692
- "localeCompare": PropTypes.func.isRequired,
1693
- "match": PropTypes.func.isRequired,
1694
- "matchAll": PropTypes.func.isRequired,
1695
- "normalize": PropTypes.func.isRequired,
1696
- "padEnd": PropTypes.func.isRequired,
1697
- "padStart": PropTypes.func.isRequired,
1698
- "repeat": PropTypes.func.isRequired,
1699
- "replace": PropTypes.func.isRequired,
1700
- "search": PropTypes.func.isRequired,
1701
- "slice": PropTypes.func.isRequired,
1702
- "small": PropTypes.func.isRequired,
1703
- "split": PropTypes.func.isRequired,
1704
- "startsWith": PropTypes.func.isRequired,
1705
- "strike": PropTypes.func.isRequired,
1706
- "sub": PropTypes.func.isRequired,
1707
- "substr": PropTypes.func.isRequired,
1708
- "substring": PropTypes.func.isRequired,
1709
- "sup": PropTypes.func.isRequired,
1710
- "toLocaleLowerCase": PropTypes.func.isRequired,
1711
- "toLocaleUpperCase": PropTypes.func.isRequired,
1712
- "toLowerCase": PropTypes.func.isRequired,
1713
- "toString": PropTypes.func.isRequired,
1714
- "toUpperCase": PropTypes.func.isRequired,
1715
- "trim": PropTypes.func.isRequired,
1716
- "trimEnd": PropTypes.func.isRequired,
1717
- "trimLeft": PropTypes.func.isRequired,
1718
- "trimRight": PropTypes.func.isRequired,
1719
- "trimStart": PropTypes.func.isRequired,
1720
- "valueOf": PropTypes.func.isRequired
1721
- })])), PropTypes.object, PropTypes.shape({
1722
- "__@iterator": PropTypes.func.isRequired,
1723
- "anchor": PropTypes.func.isRequired,
1724
- "at": PropTypes.func.isRequired,
1725
- "big": PropTypes.func.isRequired,
1726
- "blink": PropTypes.func.isRequired,
1727
- "bold": PropTypes.func.isRequired,
1728
- "charAt": PropTypes.func.isRequired,
1729
- "charCodeAt": PropTypes.func.isRequired,
1730
- "codePointAt": PropTypes.func.isRequired,
1731
- "concat": PropTypes.func.isRequired,
1732
- "endsWith": PropTypes.func.isRequired,
1733
- "fixed": PropTypes.func.isRequired,
1734
- "fontcolor": PropTypes.func.isRequired,
1735
- "fontsize": PropTypes.func.isRequired,
1736
- "includes": PropTypes.func.isRequired,
1737
- "indexOf": PropTypes.func.isRequired,
1738
- "italics": PropTypes.func.isRequired,
1739
- "lastIndexOf": PropTypes.func.isRequired,
1740
- "length": PropTypes.number.isRequired,
1741
- "link": PropTypes.func.isRequired,
1742
- "localeCompare": PropTypes.func.isRequired,
1743
- "match": PropTypes.func.isRequired,
1744
- "matchAll": PropTypes.func.isRequired,
1745
- "normalize": PropTypes.func.isRequired,
1746
- "padEnd": PropTypes.func.isRequired,
1747
- "padStart": PropTypes.func.isRequired,
1748
- "repeat": PropTypes.func.isRequired,
1749
- "replace": PropTypes.func.isRequired,
1750
- "search": PropTypes.func.isRequired,
1751
- "slice": PropTypes.func.isRequired,
1752
- "small": PropTypes.func.isRequired,
1753
- "split": PropTypes.func.isRequired,
1754
- "startsWith": PropTypes.func.isRequired,
1755
- "strike": PropTypes.func.isRequired,
1756
- "sub": PropTypes.func.isRequired,
1757
- "substr": PropTypes.func.isRequired,
1758
- "substring": PropTypes.func.isRequired,
1759
- "sup": PropTypes.func.isRequired,
1760
- "toLocaleLowerCase": PropTypes.func.isRequired,
1761
- "toLocaleUpperCase": PropTypes.func.isRequired,
1762
- "toLowerCase": PropTypes.func.isRequired,
1763
- "toString": PropTypes.func.isRequired,
1764
- "toUpperCase": PropTypes.func.isRequired,
1765
- "trim": PropTypes.func.isRequired,
1766
- "trimEnd": PropTypes.func.isRequired,
1767
- "trimLeft": PropTypes.func.isRequired,
1768
- "trimRight": PropTypes.func.isRequired,
1769
- "trimStart": PropTypes.func.isRequired,
1770
- "valueOf": PropTypes.func.isRequired
1771
- })]),
1772
- "overflowX": PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible", null])), PropTypes.object]),
1773
- "overflowY": PropTypes.oneOfType([PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible"]), PropTypes.arrayOf(PropTypes.oneOf(["-moz-hidden-unscrollable", "-moz-initial", "auto", "clip", "hidden", "inherit", "initial", "revert", "scroll", "unset", "visible", null])), PropTypes.object]),
1774
- "overrideColor": PropTypes.bool,
1775
- "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1776
- "__@toStringTag": PropTypes.string.isRequired,
1777
- "description": PropTypes.string,
1778
- "toString": PropTypes.func.isRequired,
1779
- "valueOf": PropTypes.func.isRequired
1780
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1781
- "__@toStringTag": PropTypes.string.isRequired,
1782
- "description": PropTypes.string,
1783
- "toString": PropTypes.func.isRequired,
1784
- "valueOf": PropTypes.func.isRequired
1785
- }), PropTypes.string]),
1786
- "padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1787
- "__@toStringTag": PropTypes.string.isRequired,
1788
- "description": PropTypes.string,
1789
- "toString": PropTypes.func.isRequired,
1790
- "valueOf": PropTypes.func.isRequired
1791
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1792
- "__@toStringTag": PropTypes.string.isRequired,
1793
- "description": PropTypes.string,
1794
- "toString": PropTypes.func.isRequired,
1795
- "valueOf": PropTypes.func.isRequired
1796
- }), PropTypes.string]),
1797
- "paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1798
- "__@toStringTag": PropTypes.string.isRequired,
1799
- "description": PropTypes.string,
1800
- "toString": PropTypes.func.isRequired,
1801
- "valueOf": PropTypes.func.isRequired
1802
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1803
- "__@toStringTag": PropTypes.string.isRequired,
1804
- "description": PropTypes.string,
1805
- "toString": PropTypes.func.isRequired,
1806
- "valueOf": PropTypes.func.isRequired
1807
- }), PropTypes.string]),
1808
- "paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1809
- "__@toStringTag": PropTypes.string.isRequired,
1810
- "description": PropTypes.string,
1811
- "toString": PropTypes.func.isRequired,
1812
- "valueOf": PropTypes.func.isRequired
1813
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1814
- "__@toStringTag": PropTypes.string.isRequired,
1815
- "description": PropTypes.string,
1816
- "toString": PropTypes.func.isRequired,
1817
- "valueOf": PropTypes.func.isRequired
1818
- }), PropTypes.string]),
1819
- "paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1820
- "__@toStringTag": PropTypes.string.isRequired,
1821
- "description": PropTypes.string,
1822
- "toString": PropTypes.func.isRequired,
1823
- "valueOf": PropTypes.func.isRequired
1824
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1825
- "__@toStringTag": PropTypes.string.isRequired,
1826
- "description": PropTypes.string,
1827
- "toString": PropTypes.func.isRequired,
1828
- "valueOf": PropTypes.func.isRequired
1829
- }), PropTypes.string]),
1830
- "paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1831
- "__@toStringTag": PropTypes.string.isRequired,
1832
- "description": PropTypes.string,
1833
- "toString": PropTypes.func.isRequired,
1834
- "valueOf": PropTypes.func.isRequired
1835
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1836
- "__@toStringTag": PropTypes.string.isRequired,
1837
- "description": PropTypes.string,
1838
- "toString": PropTypes.func.isRequired,
1839
- "valueOf": PropTypes.func.isRequired
1840
- }), PropTypes.string]),
1841
- "paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1842
- "__@toStringTag": PropTypes.string.isRequired,
1843
- "description": PropTypes.string,
1844
- "toString": PropTypes.func.isRequired,
1845
- "valueOf": PropTypes.func.isRequired
1846
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1847
- "__@toStringTag": PropTypes.string.isRequired,
1848
- "description": PropTypes.string,
1849
- "toString": PropTypes.func.isRequired,
1850
- "valueOf": PropTypes.func.isRequired
1851
- }), PropTypes.string]),
1852
- "paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1853
- "__@toStringTag": PropTypes.string.isRequired,
1854
- "description": PropTypes.string,
1855
- "toString": PropTypes.func.isRequired,
1856
- "valueOf": PropTypes.func.isRequired
1857
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1858
- "__@toStringTag": PropTypes.string.isRequired,
1859
- "description": PropTypes.string,
1860
- "toString": PropTypes.func.isRequired,
1861
- "valueOf": PropTypes.func.isRequired
1862
- }), PropTypes.string]),
1863
- "pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1864
- "__@toStringTag": PropTypes.string.isRequired,
1865
- "description": PropTypes.string,
1866
- "toString": PropTypes.func.isRequired,
1867
- "valueOf": PropTypes.func.isRequired
1868
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1869
- "__@toStringTag": PropTypes.string.isRequired,
1870
- "description": PropTypes.string,
1871
- "toString": PropTypes.func.isRequired,
1872
- "valueOf": PropTypes.func.isRequired
1873
- }), PropTypes.string]),
1874
- "pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1875
- "__@toStringTag": PropTypes.string.isRequired,
1876
- "description": PropTypes.string,
1877
- "toString": PropTypes.func.isRequired,
1878
- "valueOf": PropTypes.func.isRequired
1879
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1880
- "__@toStringTag": PropTypes.string.isRequired,
1881
- "description": PropTypes.string,
1882
- "toString": PropTypes.func.isRequired,
1883
- "valueOf": PropTypes.func.isRequired
1884
- }), PropTypes.string]),
1885
- "pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1886
- "__@toStringTag": PropTypes.string.isRequired,
1887
- "description": PropTypes.string,
1888
- "toString": PropTypes.func.isRequired,
1889
- "valueOf": PropTypes.func.isRequired
1890
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1891
- "__@toStringTag": PropTypes.string.isRequired,
1892
- "description": PropTypes.string,
1893
- "toString": PropTypes.func.isRequired,
1894
- "valueOf": PropTypes.func.isRequired
1895
- }), PropTypes.string]),
1896
- "pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1897
- "__@toStringTag": PropTypes.string.isRequired,
1898
- "description": PropTypes.string,
1899
- "toString": PropTypes.func.isRequired,
1900
- "valueOf": PropTypes.func.isRequired
1901
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1902
- "__@toStringTag": PropTypes.string.isRequired,
1903
- "description": PropTypes.string,
1904
- "toString": PropTypes.func.isRequired,
1905
- "valueOf": PropTypes.func.isRequired
1906
- }), PropTypes.string]),
1907
- "px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1908
- "__@toStringTag": PropTypes.string.isRequired,
1909
- "description": PropTypes.string,
1910
- "toString": PropTypes.func.isRequired,
1911
- "valueOf": PropTypes.func.isRequired
1912
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1913
- "__@toStringTag": PropTypes.string.isRequired,
1914
- "description": PropTypes.string,
1915
- "toString": PropTypes.func.isRequired,
1916
- "valueOf": PropTypes.func.isRequired
1917
- }), PropTypes.string]),
1918
- "py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1919
- "__@toStringTag": PropTypes.string.isRequired,
1920
- "description": PropTypes.string,
1921
- "toString": PropTypes.func.isRequired,
1922
- "valueOf": PropTypes.func.isRequired
1923
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1924
- "__@toStringTag": PropTypes.string.isRequired,
1925
- "description": PropTypes.string,
1926
- "toString": PropTypes.func.isRequired,
1927
- "valueOf": PropTypes.func.isRequired
1928
- }), PropTypes.string]),
1929
- "rel": PropTypes.string,
1930
- "selected": PropTypes.bool,
1931
- "showDropdownArrow": PropTypes.bool,
1932
- "size": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1933
- "__@iterator": PropTypes.func.isRequired,
1934
- "anchor": PropTypes.func.isRequired,
1935
- "at": PropTypes.func.isRequired,
1936
- "big": PropTypes.func.isRequired,
1937
- "blink": PropTypes.func.isRequired,
1938
- "bold": PropTypes.func.isRequired,
1939
- "charAt": PropTypes.func.isRequired,
1940
- "charCodeAt": PropTypes.func.isRequired,
1941
- "codePointAt": PropTypes.func.isRequired,
1942
- "concat": PropTypes.func.isRequired,
1943
- "endsWith": PropTypes.func.isRequired,
1944
- "fixed": PropTypes.func.isRequired,
1945
- "fontcolor": PropTypes.func.isRequired,
1946
- "fontsize": PropTypes.func.isRequired,
1947
- "includes": PropTypes.func.isRequired,
1948
- "indexOf": PropTypes.func.isRequired,
1949
- "italics": PropTypes.func.isRequired,
1950
- "lastIndexOf": PropTypes.func.isRequired,
1951
- "length": PropTypes.number.isRequired,
1952
- "link": PropTypes.func.isRequired,
1953
- "localeCompare": PropTypes.func.isRequired,
1954
- "match": PropTypes.func.isRequired,
1955
- "matchAll": PropTypes.func.isRequired,
1956
- "normalize": PropTypes.func.isRequired,
1957
- "padEnd": PropTypes.func.isRequired,
1958
- "padStart": PropTypes.func.isRequired,
1959
- "repeat": PropTypes.func.isRequired,
1960
- "replace": PropTypes.func.isRequired,
1961
- "search": PropTypes.func.isRequired,
1962
- "slice": PropTypes.func.isRequired,
1963
- "small": PropTypes.func.isRequired,
1964
- "split": PropTypes.func.isRequired,
1965
- "startsWith": PropTypes.func.isRequired,
1966
- "strike": PropTypes.func.isRequired,
1967
- "sub": PropTypes.func.isRequired,
1968
- "substr": PropTypes.func.isRequired,
1969
- "substring": PropTypes.func.isRequired,
1970
- "sup": PropTypes.func.isRequired,
1971
- "toLocaleLowerCase": PropTypes.func.isRequired,
1972
- "toLocaleUpperCase": PropTypes.func.isRequired,
1973
- "toLowerCase": PropTypes.func.isRequired,
1974
- "toString": PropTypes.func.isRequired,
1975
- "toUpperCase": PropTypes.func.isRequired,
1976
- "trim": PropTypes.func.isRequired,
1977
- "trimEnd": PropTypes.func.isRequired,
1978
- "trimLeft": PropTypes.func.isRequired,
1979
- "trimRight": PropTypes.func.isRequired,
1980
- "trimStart": PropTypes.func.isRequired,
1981
- "valueOf": PropTypes.func.isRequired
1982
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1983
- "__@iterator": PropTypes.func.isRequired,
1984
- "anchor": PropTypes.func.isRequired,
1985
- "at": PropTypes.func.isRequired,
1986
- "big": PropTypes.func.isRequired,
1987
- "blink": PropTypes.func.isRequired,
1988
- "bold": PropTypes.func.isRequired,
1989
- "charAt": PropTypes.func.isRequired,
1990
- "charCodeAt": PropTypes.func.isRequired,
1991
- "codePointAt": PropTypes.func.isRequired,
1992
- "concat": PropTypes.func.isRequired,
1993
- "endsWith": PropTypes.func.isRequired,
1994
- "fixed": PropTypes.func.isRequired,
1995
- "fontcolor": PropTypes.func.isRequired,
1996
- "fontsize": PropTypes.func.isRequired,
1997
- "includes": PropTypes.func.isRequired,
1998
- "indexOf": PropTypes.func.isRequired,
1999
- "italics": PropTypes.func.isRequired,
2000
- "lastIndexOf": PropTypes.func.isRequired,
2001
- "length": PropTypes.number.isRequired,
2002
- "link": PropTypes.func.isRequired,
2003
- "localeCompare": PropTypes.func.isRequired,
2004
- "match": PropTypes.func.isRequired,
2005
- "matchAll": PropTypes.func.isRequired,
2006
- "normalize": PropTypes.func.isRequired,
2007
- "padEnd": PropTypes.func.isRequired,
2008
- "padStart": PropTypes.func.isRequired,
2009
- "repeat": PropTypes.func.isRequired,
2010
- "replace": PropTypes.func.isRequired,
2011
- "search": PropTypes.func.isRequired,
2012
- "slice": PropTypes.func.isRequired,
2013
- "small": PropTypes.func.isRequired,
2014
- "split": PropTypes.func.isRequired,
2015
- "startsWith": PropTypes.func.isRequired,
2016
- "strike": PropTypes.func.isRequired,
2017
- "sub": PropTypes.func.isRequired,
2018
- "substr": PropTypes.func.isRequired,
2019
- "substring": PropTypes.func.isRequired,
2020
- "sup": PropTypes.func.isRequired,
2021
- "toLocaleLowerCase": PropTypes.func.isRequired,
2022
- "toLocaleUpperCase": PropTypes.func.isRequired,
2023
- "toLowerCase": PropTypes.func.isRequired,
2024
- "toString": PropTypes.func.isRequired,
2025
- "toUpperCase": PropTypes.func.isRequired,
2026
- "trim": PropTypes.func.isRequired,
2027
- "trimEnd": PropTypes.func.isRequired,
2028
- "trimLeft": PropTypes.func.isRequired,
2029
- "trimRight": PropTypes.func.isRequired,
2030
- "trimStart": PropTypes.func.isRequired,
2031
- "valueOf": PropTypes.func.isRequired
2032
- }), PropTypes.string]),
2033
- "submenu": PropTypes.oneOfType([PropTypes.string, PropTypes.bool]),
2034
- "submenuDirection": PropTypes.string,
2035
- "target": PropTypes.string,
2036
- "variant": PropTypes.oneOf(["alternate", "default"]),
2037
- "verticalAlign": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
2038
- "__@iterator": PropTypes.func.isRequired,
2039
- "anchor": PropTypes.func.isRequired,
2040
- "at": PropTypes.func.isRequired,
2041
- "big": PropTypes.func.isRequired,
2042
- "blink": PropTypes.func.isRequired,
2043
- "bold": PropTypes.func.isRequired,
2044
- "charAt": PropTypes.func.isRequired,
2045
- "charCodeAt": PropTypes.func.isRequired,
2046
- "codePointAt": PropTypes.func.isRequired,
2047
- "concat": PropTypes.func.isRequired,
2048
- "endsWith": PropTypes.func.isRequired,
2049
- "fixed": PropTypes.func.isRequired,
2050
- "fontcolor": PropTypes.func.isRequired,
2051
- "fontsize": PropTypes.func.isRequired,
2052
- "includes": PropTypes.func.isRequired,
2053
- "indexOf": PropTypes.func.isRequired,
2054
- "italics": PropTypes.func.isRequired,
2055
- "lastIndexOf": PropTypes.func.isRequired,
2056
- "length": PropTypes.number.isRequired,
2057
- "link": PropTypes.func.isRequired,
2058
- "localeCompare": PropTypes.func.isRequired,
2059
- "match": PropTypes.func.isRequired,
2060
- "matchAll": PropTypes.func.isRequired,
2061
- "normalize": PropTypes.func.isRequired,
2062
- "padEnd": PropTypes.func.isRequired,
2063
- "padStart": PropTypes.func.isRequired,
2064
- "repeat": PropTypes.func.isRequired,
2065
- "replace": PropTypes.func.isRequired,
2066
- "search": PropTypes.func.isRequired,
2067
- "slice": PropTypes.func.isRequired,
2068
- "small": PropTypes.func.isRequired,
2069
- "split": PropTypes.func.isRequired,
2070
- "startsWith": PropTypes.func.isRequired,
2071
- "strike": PropTypes.func.isRequired,
2072
- "sub": PropTypes.func.isRequired,
2073
- "substr": PropTypes.func.isRequired,
2074
- "substring": PropTypes.func.isRequired,
2075
- "sup": PropTypes.func.isRequired,
2076
- "toLocaleLowerCase": PropTypes.func.isRequired,
2077
- "toLocaleUpperCase": PropTypes.func.isRequired,
2078
- "toLowerCase": PropTypes.func.isRequired,
2079
- "toString": PropTypes.func.isRequired,
2080
- "toUpperCase": PropTypes.func.isRequired,
2081
- "trim": PropTypes.func.isRequired,
2082
- "trimEnd": PropTypes.func.isRequired,
2083
- "trimLeft": PropTypes.func.isRequired,
2084
- "trimRight": PropTypes.func.isRequired,
2085
- "trimStart": PropTypes.func.isRequired,
2086
- "valueOf": PropTypes.func.isRequired
2087
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
2088
- "__@iterator": PropTypes.func.isRequired,
2089
- "anchor": PropTypes.func.isRequired,
2090
- "at": PropTypes.func.isRequired,
2091
- "big": PropTypes.func.isRequired,
2092
- "blink": PropTypes.func.isRequired,
2093
- "bold": PropTypes.func.isRequired,
2094
- "charAt": PropTypes.func.isRequired,
2095
- "charCodeAt": PropTypes.func.isRequired,
2096
- "codePointAt": PropTypes.func.isRequired,
2097
- "concat": PropTypes.func.isRequired,
2098
- "endsWith": PropTypes.func.isRequired,
2099
- "fixed": PropTypes.func.isRequired,
2100
- "fontcolor": PropTypes.func.isRequired,
2101
- "fontsize": PropTypes.func.isRequired,
2102
- "includes": PropTypes.func.isRequired,
2103
- "indexOf": PropTypes.func.isRequired,
2104
- "italics": PropTypes.func.isRequired,
2105
- "lastIndexOf": PropTypes.func.isRequired,
2106
- "length": PropTypes.number.isRequired,
2107
- "link": PropTypes.func.isRequired,
2108
- "localeCompare": PropTypes.func.isRequired,
2109
- "match": PropTypes.func.isRequired,
2110
- "matchAll": PropTypes.func.isRequired,
2111
- "normalize": PropTypes.func.isRequired,
2112
- "padEnd": PropTypes.func.isRequired,
2113
- "padStart": PropTypes.func.isRequired,
2114
- "repeat": PropTypes.func.isRequired,
2115
- "replace": PropTypes.func.isRequired,
2116
- "search": PropTypes.func.isRequired,
2117
- "slice": PropTypes.func.isRequired,
2118
- "small": PropTypes.func.isRequired,
2119
- "split": PropTypes.func.isRequired,
2120
- "startsWith": PropTypes.func.isRequired,
2121
- "strike": PropTypes.func.isRequired,
2122
- "sub": PropTypes.func.isRequired,
2123
- "substr": PropTypes.func.isRequired,
2124
- "substring": PropTypes.func.isRequired,
2125
- "sup": PropTypes.func.isRequired,
2126
- "toLocaleLowerCase": PropTypes.func.isRequired,
2127
- "toLocaleUpperCase": PropTypes.func.isRequired,
2128
- "toLowerCase": PropTypes.func.isRequired,
2129
- "toString": PropTypes.func.isRequired,
2130
- "toUpperCase": PropTypes.func.isRequired,
2131
- "trim": PropTypes.func.isRequired,
2132
- "trimEnd": PropTypes.func.isRequired,
2133
- "trimLeft": PropTypes.func.isRequired,
2134
- "trimRight": PropTypes.func.isRequired,
2135
- "trimStart": PropTypes.func.isRequired,
2136
- "valueOf": PropTypes.func.isRequired
2137
- }), PropTypes.string]),
2138
- "width": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
2139
- "__@iterator": PropTypes.func.isRequired,
2140
- "anchor": PropTypes.func.isRequired,
2141
- "at": PropTypes.func.isRequired,
2142
- "big": PropTypes.func.isRequired,
2143
- "blink": PropTypes.func.isRequired,
2144
- "bold": PropTypes.func.isRequired,
2145
- "charAt": PropTypes.func.isRequired,
2146
- "charCodeAt": PropTypes.func.isRequired,
2147
- "codePointAt": PropTypes.func.isRequired,
2148
- "concat": PropTypes.func.isRequired,
2149
- "endsWith": PropTypes.func.isRequired,
2150
- "fixed": PropTypes.func.isRequired,
2151
- "fontcolor": PropTypes.func.isRequired,
2152
- "fontsize": PropTypes.func.isRequired,
2153
- "includes": PropTypes.func.isRequired,
2154
- "indexOf": PropTypes.func.isRequired,
2155
- "italics": PropTypes.func.isRequired,
2156
- "lastIndexOf": PropTypes.func.isRequired,
2157
- "length": PropTypes.number.isRequired,
2158
- "link": PropTypes.func.isRequired,
2159
- "localeCompare": PropTypes.func.isRequired,
2160
- "match": PropTypes.func.isRequired,
2161
- "matchAll": PropTypes.func.isRequired,
2162
- "normalize": PropTypes.func.isRequired,
2163
- "padEnd": PropTypes.func.isRequired,
2164
- "padStart": PropTypes.func.isRequired,
2165
- "repeat": PropTypes.func.isRequired,
2166
- "replace": PropTypes.func.isRequired,
2167
- "search": PropTypes.func.isRequired,
2168
- "slice": PropTypes.func.isRequired,
2169
- "small": PropTypes.func.isRequired,
2170
- "split": PropTypes.func.isRequired,
2171
- "startsWith": PropTypes.func.isRequired,
2172
- "strike": PropTypes.func.isRequired,
2173
- "sub": PropTypes.func.isRequired,
2174
- "substr": PropTypes.func.isRequired,
2175
- "substring": PropTypes.func.isRequired,
2176
- "sup": PropTypes.func.isRequired,
2177
- "toLocaleLowerCase": PropTypes.func.isRequired,
2178
- "toLocaleUpperCase": PropTypes.func.isRequired,
2179
- "toLowerCase": PropTypes.func.isRequired,
2180
- "toString": PropTypes.func.isRequired,
2181
- "toUpperCase": PropTypes.func.isRequired,
2182
- "trim": PropTypes.func.isRequired,
2183
- "trimEnd": PropTypes.func.isRequired,
2184
- "trimLeft": PropTypes.func.isRequired,
2185
- "trimRight": PropTypes.func.isRequired,
2186
- "trimStart": PropTypes.func.isRequired,
2187
- "valueOf": PropTypes.func.isRequired
2188
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
2189
- "__@iterator": PropTypes.func.isRequired,
2190
- "anchor": PropTypes.func.isRequired,
2191
- "at": PropTypes.func.isRequired,
2192
- "big": PropTypes.func.isRequired,
2193
- "blink": PropTypes.func.isRequired,
2194
- "bold": PropTypes.func.isRequired,
2195
- "charAt": PropTypes.func.isRequired,
2196
- "charCodeAt": PropTypes.func.isRequired,
2197
- "codePointAt": PropTypes.func.isRequired,
2198
- "concat": PropTypes.func.isRequired,
2199
- "endsWith": PropTypes.func.isRequired,
2200
- "fixed": PropTypes.func.isRequired,
2201
- "fontcolor": PropTypes.func.isRequired,
2202
- "fontsize": PropTypes.func.isRequired,
2203
- "includes": PropTypes.func.isRequired,
2204
- "indexOf": PropTypes.func.isRequired,
2205
- "italics": PropTypes.func.isRequired,
2206
- "lastIndexOf": PropTypes.func.isRequired,
2207
- "length": PropTypes.number.isRequired,
2208
- "link": PropTypes.func.isRequired,
2209
- "localeCompare": PropTypes.func.isRequired,
2210
- "match": PropTypes.func.isRequired,
2211
- "matchAll": PropTypes.func.isRequired,
2212
- "normalize": PropTypes.func.isRequired,
2213
- "padEnd": PropTypes.func.isRequired,
2214
- "padStart": PropTypes.func.isRequired,
2215
- "repeat": PropTypes.func.isRequired,
2216
- "replace": PropTypes.func.isRequired,
2217
- "search": PropTypes.func.isRequired,
2218
- "slice": PropTypes.func.isRequired,
2219
- "small": PropTypes.func.isRequired,
2220
- "split": PropTypes.func.isRequired,
2221
- "startsWith": PropTypes.func.isRequired,
2222
- "strike": PropTypes.func.isRequired,
2223
- "sub": PropTypes.func.isRequired,
2224
- "substr": PropTypes.func.isRequired,
2225
- "substring": PropTypes.func.isRequired,
2226
- "sup": PropTypes.func.isRequired,
2227
- "toLocaleLowerCase": PropTypes.func.isRequired,
2228
- "toLocaleUpperCase": PropTypes.func.isRequired,
2229
- "toLowerCase": PropTypes.func.isRequired,
2230
- "toString": PropTypes.func.isRequired,
2231
- "toUpperCase": PropTypes.func.isRequired,
2232
- "trim": PropTypes.func.isRequired,
2233
- "trimEnd": PropTypes.func.isRequired,
2234
- "trimLeft": PropTypes.func.isRequired,
2235
- "trimRight": PropTypes.func.isRequired,
2236
- "trimStart": PropTypes.func.isRequired,
2237
- "valueOf": PropTypes.func.isRequired
2238
- }), PropTypes.string])
2239
- };
2240
- export { MenuItem };
2241
175
  MenuItem.displayName = "MenuItem";
2242
176
  export default MenuItem;