carbon-react 118.5.0 → 118.5.2

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 (1341) 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.js +6 -6
  102. package/esm/components/breadcrumbs/crumb/crumb.component.js +16 -14
  103. package/esm/components/breadcrumbs/crumb/crumb.style.js +7 -4
  104. package/esm/components/button/button-types.style.d.ts +1 -1
  105. package/esm/components/button/button-types.style.js +0 -2
  106. package/esm/components/button/button.component.js +39 -68
  107. package/esm/components/button/button.style.js +32 -30
  108. package/esm/components/button-bar/button-bar.component.d.ts +1 -1
  109. package/esm/components/button-bar/button-bar.component.js +20 -336
  110. package/esm/components/button-bar/button-bar.style.js +8 -5
  111. package/esm/components/button-minor/button-minor.component.d.ts +2 -2
  112. package/esm/components/button-minor/button-minor.component.js +13 -352
  113. package/esm/components/button-minor/button-minor.style.js +31 -21
  114. package/esm/components/button-toggle/button-toggle-icon.component.d.ts +2 -2
  115. package/esm/components/button-toggle/button-toggle-icon.component.js +17 -22
  116. package/esm/components/button-toggle/button-toggle-input.component.js +1 -7
  117. package/esm/components/button-toggle/button-toggle.component.d.ts +1 -1
  118. package/esm/components/button-toggle/button-toggle.component.js +21 -51
  119. package/esm/components/button-toggle/button-toggle.style.js +50 -29
  120. package/esm/components/button-toggle-group/button-toggle-group.component.d.ts +1 -1
  121. package/esm/components/button-toggle-group/button-toggle-group.component.js +29 -211
  122. package/esm/components/button-toggle-group/button-toggle-group.style.js +35 -20
  123. package/esm/components/carbon-provider/carbon-provider.component.d.ts +1 -1
  124. package/esm/components/carbon-provider/carbon-provider.component.js +9 -56
  125. package/esm/components/carbon-provider/top-modal-context.d.ts +1 -1
  126. package/esm/components/carbon-provider/top-modal-context.js +8 -12
  127. package/esm/components/card/card-column/card-column.component.d.ts +1 -1
  128. package/esm/components/card/card-column/card-column.component.js +9 -12
  129. package/esm/components/card/card-column/card-column.style.js +6 -3
  130. package/esm/components/card/card-footer/card-footer.component.d.ts +1 -1
  131. package/esm/components/card/card-footer/card-footer.component.js +8 -324
  132. package/esm/components/card/card-footer/card-footer.style.js +9 -6
  133. package/esm/components/card/card-row/card-row.component.d.ts +1 -1
  134. package/esm/components/card/card-row/card-row.component.js +7 -167
  135. package/esm/components/card/card-row/card-row.style.js +7 -4
  136. package/esm/components/card/card.component.d.ts +1 -1
  137. package/esm/components/card/card.component.js +18 -194
  138. package/esm/components/card/card.style.js +14 -11
  139. package/esm/components/carousel/carousel.component.d.ts +1 -1
  140. package/esm/components/carousel/carousel.component.js +13 -41
  141. package/esm/components/carousel/carousel.style.js +14 -8
  142. package/esm/components/carousel/slide/slide.component.d.ts +1 -1
  143. package/esm/components/carousel/slide/slide.component.js +2 -10
  144. package/esm/components/carousel/slide/slide.style.js +9 -5
  145. package/esm/components/checkbox/checkbox-group.component.d.ts +1 -1
  146. package/esm/components/checkbox/checkbox-group.component.js +2 -174
  147. package/esm/components/checkbox/checkbox-group.style.js +7 -4
  148. package/esm/components/checkbox/checkbox-svg.component.d.ts +2 -2
  149. package/esm/components/checkbox/checkbox-svg.component.js +0 -2
  150. package/esm/components/checkbox/checkbox.component.js +43 -46
  151. package/esm/components/checkbox/checkbox.style.js +16 -13
  152. package/esm/components/confirm/confirm.component.d.ts +1 -1
  153. package/esm/components/confirm/confirm.component.js +30 -88
  154. package/esm/components/confirm/confirm.style.js +14 -8
  155. package/esm/components/content/content.component.d.ts +1 -1
  156. package/esm/components/content/content.component.js +12 -178
  157. package/esm/components/content/content.style.js +22 -17
  158. package/esm/components/date/__internal__/date-formats/index.js +15 -26
  159. package/esm/components/date/__internal__/date-picker/date-picker.component.js +20 -33
  160. package/esm/components/date/__internal__/date-picker/day-picker.style.js +8 -5
  161. package/esm/components/date/__internal__/navbar/navbar.component.js +16 -15
  162. package/esm/components/date/__internal__/utils.js +1 -31
  163. package/esm/components/date/__internal__/weekday/weekday.component.js +15 -15
  164. package/esm/components/date/date.component.js +45 -89
  165. package/esm/components/date/date.style.js +18 -12
  166. package/esm/components/date-range/date-range.component.js +32 -67
  167. package/esm/components/date-range/date-range.style.js +6 -3
  168. package/esm/components/decimal/decimal.component.js +34 -58
  169. package/esm/components/definition-list/dd.component.d.ts +1 -1
  170. package/esm/components/definition-list/dd.component.js +6 -319
  171. package/esm/components/definition-list/definition-list.style.js +22 -13
  172. package/esm/components/definition-list/dl.component.d.ts +1 -1
  173. package/esm/components/definition-list/dl.component.js +10 -333
  174. package/esm/components/definition-list/dt.component.d.ts +1 -1
  175. package/esm/components/definition-list/dt.component.js +6 -319
  176. package/esm/components/detail/detail.component.d.ts +1 -1
  177. package/esm/components/detail/detail.component.js +21 -185
  178. package/esm/components/detail/detail.style.js +14 -8
  179. package/esm/components/dialog/dialog.component.d.ts +1 -1
  180. package/esm/components/dialog/dialog.component.js +25 -96
  181. package/esm/components/dialog/dialog.style.js +52 -30
  182. package/esm/components/dialog-full-screen/content.style.js +21 -12
  183. package/esm/components/dialog-full-screen/dialog-full-screen.component.d.ts +1 -1
  184. package/esm/components/dialog-full-screen/dialog-full-screen.component.js +27 -88
  185. package/esm/components/dialog-full-screen/dialog-full-screen.style.js +13 -7
  186. package/esm/components/dismissible-box/dismissible-box.component.d.ts +1 -1
  187. package/esm/components/dismissible-box/dismissible-box.component.js +22 -2464
  188. package/esm/components/dismissible-box/dismissible-box.style.js +8 -5
  189. package/esm/components/draggable/draggable-container.component.js +9 -15
  190. package/esm/components/draggable/draggable-item.component.js +17 -25
  191. package/esm/components/draggable/draggable-item.style.js +6 -3
  192. package/esm/components/draggable/internal/drop-target.component.d.ts +1 -1
  193. package/esm/components/draggable/internal/drop-target.component.js +8 -170
  194. package/esm/components/drawer/drawer.component.d.ts +1 -1
  195. package/esm/components/drawer/drawer.component.js +19 -52
  196. package/esm/components/drawer/drawer.style.js +70 -47
  197. package/esm/components/duelling-picklist/duelling-picklist.component.d.ts +1 -1
  198. package/esm/components/duelling-picklist/duelling-picklist.component.js +11 -180
  199. package/esm/components/duelling-picklist/duelling-picklist.context.js +1 -3
  200. package/esm/components/duelling-picklist/duelling-picklist.style.js +7 -4
  201. package/esm/components/duelling-picklist/picklist/picklist.component.d.ts +1 -1
  202. package/esm/components/duelling-picklist/picklist/picklist.component.js +9 -23
  203. package/esm/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -2
  204. package/esm/components/duelling-picklist/picklist-divider/picklist-divider.component.js +1 -7
  205. package/esm/components/duelling-picklist/picklist-group/picklist-group.component.js +13 -16
  206. package/esm/components/duelling-picklist/picklist-group/picklist-group.style.js +15 -9
  207. package/esm/components/duelling-picklist/picklist-item/picklist-item.component.js +16 -17
  208. package/esm/components/duelling-picklist/picklist-item/picklist-item.style.js +14 -8
  209. package/esm/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +2 -2
  210. package/esm/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.js +7 -10
  211. package/esm/components/fieldset/fieldset.component.d.ts +1 -1
  212. package/esm/components/fieldset/fieldset.component.js +8 -171
  213. package/esm/components/fieldset/fieldset.style.js +13 -7
  214. package/esm/components/flat-table/flat-table-body/flat-table-body.component.js +6 -6
  215. package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +13 -24
  216. package/esm/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.style.js +7 -4
  217. package/esm/components/flat-table/flat-table-cell/flat-table-cell.component.js +20 -38
  218. package/esm/components/flat-table/flat-table-cell/flat-table-cell.style.js +24 -18
  219. package/esm/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.js +15 -29
  220. package/esm/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.js +10 -7
  221. package/esm/components/flat-table/flat-table-head/flat-table-head.component.js +9 -12
  222. package/esm/components/flat-table/flat-table-header/flat-table-header-utils.js +1 -4
  223. package/esm/components/flat-table/flat-table-header/flat-table-header.component.js +16 -29
  224. package/esm/components/flat-table/flat-table-header/flat-table-header.style.js +16 -13
  225. package/esm/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +11 -18
  226. package/esm/components/flat-table/flat-table-row/flat-table-row.component.js +34 -65
  227. package/esm/components/flat-table/flat-table-row/flat-table-row.style.js +28 -36
  228. package/esm/components/flat-table/flat-table-row-header/flat-table-row-header.component.js +18 -33
  229. package/esm/components/flat-table/flat-table-row-header/flat-table-row-header.style.js +23 -17
  230. package/esm/components/flat-table/flat-table.component.js +66 -85
  231. package/esm/components/flat-table/flat-table.style.js +139 -86
  232. package/esm/components/flat-table/sort/sort.component.js +6 -12
  233. package/esm/components/form/__internal__/form-summary.component.d.ts +2 -2
  234. package/esm/components/form/__internal__/form-summary.component.js +14 -31
  235. package/esm/components/form/__internal__/form-summary.style.js +42 -24
  236. package/esm/components/form/form.component.d.ts +1 -1
  237. package/esm/components/form/form.component.js +19 -501
  238. package/esm/components/form/form.style.js +73 -42
  239. package/esm/components/global-header/global-header.component.d.ts +1 -1
  240. package/esm/components/global-header/global-header.component.js +22 -1033
  241. package/esm/components/grid/grid-container/grid-container.component.d.ts +1 -1
  242. package/esm/components/grid/grid-container/grid-container.component.js +2 -1837
  243. package/esm/components/grid/grid-item/grid-item.component.d.ts +1 -1
  244. package/esm/components/grid/grid-item/grid-item.component.js +2 -1238
  245. package/esm/components/grid/grid-item/grid-item.style.js +19 -30
  246. package/esm/components/grouped-character/grouped-character.component.js +26 -39
  247. package/esm/components/heading/heading.component.d.ts +1 -1
  248. package/esm/components/heading/heading.component.js +20 -199
  249. package/esm/components/heading/heading.style.js +30 -18
  250. package/esm/components/help/help.component.js +21 -30
  251. package/esm/components/help/help.style.js +7 -4
  252. package/esm/components/hr/hr.component.js +8 -12
  253. package/esm/components/i18n-provider/i18n-provider.component.d.ts +1 -1
  254. package/esm/components/i18n-provider/i18n-provider.component.js +8 -139
  255. package/esm/components/icon/icon-unicodes.js +2 -3
  256. package/esm/components/icon/icon.component.js +28 -38
  257. package/esm/components/icon/icon.style.js +13 -18
  258. package/esm/components/icon-button/icon-button.component.js +15 -21
  259. package/esm/components/icon-button/icon-button.style.js +7 -4
  260. package/esm/components/image/image.component.d.ts +2 -2
  261. package/esm/components/image/image.component.js +9 -1690
  262. package/esm/components/image/image.style.js +22 -15
  263. package/esm/components/inline-inputs/inline-inputs.component.d.ts +1 -1
  264. package/esm/components/inline-inputs/inline-inputs.component.js +16 -189
  265. package/esm/components/inline-inputs/inline-inputs.style.js +38 -20
  266. package/esm/components/link/link.component.js +32 -37
  267. package/esm/components/link/link.style.js +11 -14
  268. package/esm/components/link-preview/__internal__/placeholder.component.d.ts +2 -2
  269. package/esm/components/link-preview/__internal__/placeholder.component.js +18 -11
  270. package/esm/components/link-preview/link-preview.component.d.ts +2 -2
  271. package/esm/components/link-preview/link-preview.component.js +15 -34
  272. package/esm/components/link-preview/link-preview.style.js +14 -8
  273. package/esm/components/loader/loader-square.style.js +10 -13
  274. package/esm/components/loader/loader.component.d.ts +2 -2
  275. package/esm/components/loader/loader.component.js +9 -175
  276. package/esm/components/loader-bar/loader-bar.component.d.ts +2 -2
  277. package/esm/components/loader-bar/loader-bar.component.js +6 -169
  278. package/esm/components/loader-bar/loader-bar.style.js +14 -12
  279. package/esm/components/menu/__internal__/keyboard-navigation/index.js +4 -22
  280. package/esm/components/menu/__internal__/spec-helper/index.js +2 -3
  281. package/esm/components/menu/__internal__/submenu/submenu.component.js +32 -70
  282. package/esm/components/menu/__internal__/submenu/submenu.style.js +28 -19
  283. package/esm/components/menu/menu-divider/menu-divider.component.js +6 -6
  284. package/esm/components/menu/menu-divider/menu-divider.style.js +8 -5
  285. package/esm/components/menu/menu-full-screen/menu-full-screen.component.d.ts +1 -1
  286. package/esm/components/menu/menu-full-screen/menu-full-screen.component.js +16 -36
  287. package/esm/components/menu/menu-full-screen/menu-full-screen.style.js +17 -11
  288. package/esm/components/menu/menu-item/menu-item.component.d.ts +1 -1
  289. package/esm/components/menu/menu-item/menu-item.component.js +30 -2096
  290. package/esm/components/menu/menu-item/menu-item.style.js +20 -17
  291. package/esm/components/menu/menu-segment-title/menu-segment-title.component.js +7 -7
  292. package/esm/components/menu/menu-segment-title/menu-segment-title.style.js +8 -5
  293. package/esm/components/menu/menu.component.d.ts +1 -1
  294. package/esm/components/menu/menu.component.js +9 -1888
  295. package/esm/components/menu/menu.context.js +1 -3
  296. package/esm/components/menu/menu.style.js +21 -12
  297. package/esm/components/menu/scrollable-block/scrollable-block.component.d.ts +1 -1
  298. package/esm/components/menu/scrollable-block/scrollable-block.component.js +10 -23
  299. package/esm/components/menu/scrollable-block/scrollable-block.style.js +8 -5
  300. package/esm/components/message/message-content/message-content.component.d.ts +1 -1
  301. package/esm/components/message/message-content/message-content.component.js +6 -12
  302. package/esm/components/message/message-content/message-content.style.js +6 -3
  303. package/esm/components/message/message.component.d.ts +1 -1
  304. package/esm/components/message/message.component.js +15 -186
  305. package/esm/components/message/message.style.js +13 -7
  306. package/esm/components/message/type-icon/type-icon.component.d.ts +2 -2
  307. package/esm/components/message/type-icon/type-icon.component.js +5 -10
  308. package/esm/components/message/type-icon/type-icon.style.js +14 -8
  309. package/esm/components/modal/__internal__/modal-manager.d.ts +1 -1
  310. package/esm/components/modal/__internal__/modal-manager.js +14 -33
  311. package/esm/components/modal/modal.component.d.ts +1 -1
  312. package/esm/components/modal/modal.component.js +12 -31
  313. package/esm/components/modal/modal.style.js +22 -13
  314. package/esm/components/multi-action-button/multi-action-button.component.d.ts +3 -3
  315. package/esm/components/multi-action-button/multi-action-button.component.js +21 -626
  316. package/esm/components/multi-action-button/multi-action-button.style.js +25 -16
  317. package/esm/components/navigation-bar/navigation-bar.component.js +12 -14
  318. package/esm/components/navigation-bar/navigation-bar.style.js +17 -11
  319. package/esm/components/note/__internal__/status-icon/status-icon.component.js +5 -4
  320. package/esm/components/note/note.component.d.ts +1 -1
  321. package/esm/components/note/note.component.js +15 -192
  322. package/esm/components/note/note.style.js +34 -19
  323. package/esm/components/number/number.component.js +15 -22
  324. package/esm/components/numeral-date/numeral-date.component.d.ts +1 -1
  325. package/esm/components/numeral-date/numeral-date.component.js +47 -299
  326. package/esm/components/numeral-date/numeral-date.style.js +8 -7
  327. package/esm/components/pager/__internal__/pager-navigation-link.component.d.ts +1 -1
  328. package/esm/components/pager/__internal__/pager-navigation-link.component.js +14 -27
  329. package/esm/components/pager/__internal__/pager-navigation.component.d.ts +1 -1
  330. package/esm/components/pager/__internal__/pager-navigation.component.js +18 -45
  331. package/esm/components/pager/pager.component.d.ts +1 -1
  332. package/esm/components/pager/pager.component.js +36 -73
  333. package/esm/components/pager/pager.style.js +14 -8
  334. package/esm/components/pages/page/page.component.d.ts +1 -1
  335. package/esm/components/pages/page/page.component.js +8 -170
  336. package/esm/components/pages/pages.component.d.ts +1 -1
  337. package/esm/components/pages/pages.component.js +12 -68
  338. package/esm/components/password/password.component.d.ts +2 -2
  339. package/esm/components/password/password.component.js +8 -546
  340. package/esm/components/pill/pill.component.d.ts +1 -1
  341. package/esm/components/pill/pill.component.js +34 -246
  342. package/esm/components/pill/pill.style.js +12 -15
  343. package/esm/components/pod/pod.component.js +27 -30
  344. package/esm/components/pod/pod.style.js +95 -65
  345. package/esm/components/popover-container/popover-container.component.d.ts +3 -3
  346. package/esm/components/popover-container/popover-container.component.js +69 -262
  347. package/esm/components/popover-container/popover-container.style.js +10 -9
  348. package/esm/components/portal/portal.d.ts +1 -1
  349. package/esm/components/portal/portal.js +12 -23
  350. package/esm/components/portrait/portrait-gravatar.component.d.ts +2 -2
  351. package/esm/components/portrait/portrait-gravatar.component.js +8 -18
  352. package/esm/components/portrait/portrait-initials.component.d.ts +2 -2
  353. package/esm/components/portrait/portrait-initials.component.js +18 -26
  354. package/esm/components/portrait/portrait.component.d.ts +1 -1
  355. package/esm/components/portrait/portrait.component.js +22 -205
  356. package/esm/components/portrait/portrait.style.js +32 -30
  357. package/esm/components/preview/__internal__/preview-placeholder.component.d.ts +2 -2
  358. package/esm/components/preview/__internal__/preview-placeholder.component.js +9 -18
  359. package/esm/components/preview/__internal__/preview-placeholder.style.js +12 -6
  360. package/esm/components/preview/preview.component.d.ts +1 -1
  361. package/esm/components/preview/preview.component.js +8 -176
  362. package/esm/components/preview/preview.style.js +2 -1
  363. package/esm/components/profile/profile.component.d.ts +2 -2
  364. package/esm/components/profile/profile.component.js +11 -27
  365. package/esm/components/profile/profile.style.d.ts +1 -1
  366. package/esm/components/profile/profile.style.js +37 -19
  367. package/esm/components/progress-tracker/progress-tracker.component.d.ts +2 -2
  368. package/esm/components/progress-tracker/progress-tracker.component.js +22 -203
  369. package/esm/components/progress-tracker/progress-tracker.style.js +62 -48
  370. package/esm/components/radio-button/radio-button-group.component.d.ts +1 -1
  371. package/esm/components/radio-button/radio-button-group.component.js +2 -188
  372. package/esm/components/radio-button/radio-button-group.style.js +8 -5
  373. package/esm/components/radio-button/radio-button-svg.component.d.ts +1 -1
  374. package/esm/components/radio-button/radio-button-svg.component.js +0 -2
  375. package/esm/components/radio-button/radio-button.component.js +45 -46
  376. package/esm/components/radio-button/radio-button.style.js +11 -8
  377. package/esm/components/search/search-button.style.js +6 -3
  378. package/esm/components/search/search.component.js +31 -49
  379. package/esm/components/search/search.style.js +11 -10
  380. package/esm/components/select/__internal__/select-text/select-text.component.d.ts +1 -1
  381. package/esm/components/select/__internal__/select-text/select-text.component.js +13 -30
  382. package/esm/components/select/__internal__/select-text/select-text.style.js +11 -8
  383. package/esm/components/select/filterable-select/filterable-select.component.js +61 -108
  384. package/esm/components/select/list-action-button/list-action-button.component.js +7 -9
  385. package/esm/components/select/multi-select/multi-select.component.js +71 -122
  386. package/esm/components/select/multi-select/multi-select.style.js +12 -6
  387. package/esm/components/select/option/option.component.js +22 -24
  388. package/esm/components/select/option/option.style.js +13 -7
  389. package/esm/components/select/option-group-header/option-group-header.component.js +8 -8
  390. package/esm/components/select/option-row/option-row.component.js +14 -17
  391. package/esm/components/select/option-row/option-row.style.js +13 -7
  392. package/esm/components/select/select-list/select-list-container.style.js +18 -9
  393. package/esm/components/select/select-list/select-list.component.js +53 -93
  394. package/esm/components/select/select-list/select-list.style.js +19 -10
  395. package/esm/components/select/select-textbox/select-textbox.component.js +58 -65
  396. package/esm/components/select/select.style.js +12 -9
  397. package/esm/components/select/simple-select/simple-select.component.js +48 -90
  398. package/esm/components/select/utils/get-next-child-by-text.js +4 -13
  399. package/esm/components/select/utils/get-next-index-by-key.js +0 -13
  400. package/esm/components/select/utils/highlight-part-of-text.js +0 -9
  401. package/esm/components/select/utils/is-expected-option.js +0 -4
  402. package/esm/components/select/utils/is-expected-value.js +0 -1
  403. package/esm/components/select/utils/with-filter.hoc.js +15 -49
  404. package/esm/components/settings-row/settings-row.component.d.ts +1 -1
  405. package/esm/components/settings-row/settings-row.component.js +11 -177
  406. package/esm/components/settings-row/settings-row.style.js +7 -4
  407. package/esm/components/show-edit-pod/show-edit-pod.component.js +31 -68
  408. package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +1 -1
  409. package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.component.js +14 -173
  410. package/esm/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +7 -4
  411. package/esm/components/sidebar/sidebar.component.js +28 -28
  412. package/esm/components/sidebar/sidebar.style.js +13 -10
  413. package/esm/components/simple-color-picker/simple-color/simple-color.component.js +1 -2
  414. package/esm/components/simple-color-picker/simple-color/simple-color.style.js +24 -17
  415. package/esm/components/simple-color-picker/simple-color-picker.component.js +34 -47
  416. package/esm/components/simple-color-picker/simple-color-picker.style.js +13 -11
  417. package/esm/components/split-button/split-button-children.style.js +9 -6
  418. package/esm/components/split-button/split-button-toggle.style.js +10 -7
  419. package/esm/components/split-button/split-button.component.d.ts +1 -1
  420. package/esm/components/split-button/split-button.component.js +20 -523
  421. package/esm/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +1 -1
  422. package/esm/components/step-sequence/step-sequence-item/step-sequence-item.component.js +12 -30
  423. package/esm/components/step-sequence/step-sequence-item/step-sequence-item.style.js +5 -4
  424. package/esm/components/step-sequence/step-sequence.component.d.ts +1 -1
  425. package/esm/components/step-sequence/step-sequence.component.js +7 -322
  426. package/esm/components/step-sequence/step-sequence.style.js +7 -4
  427. package/esm/components/switch/__internal__/switch-slider-panel.style.js +8 -5
  428. package/esm/components/switch/__internal__/switch-slider.component.d.ts +2 -2
  429. package/esm/components/switch/__internal__/switch-slider.component.js +11 -22
  430. package/esm/components/switch/__internal__/switch-slider.style.js +15 -12
  431. package/esm/components/switch/switch.component.js +40 -43
  432. package/esm/components/switch/switch.style.js +10 -7
  433. package/esm/components/tabs/__internal__/tab-title/tab-title.component.js +41 -53
  434. package/esm/components/tabs/__internal__/tab-title/tab-title.style.js +68 -50
  435. package/esm/components/tabs/__internal__/tabs-header/tabs-header.component.d.ts +1 -1
  436. package/esm/components/tabs/__internal__/tabs-header/tabs-header.component.js +19 -31
  437. package/esm/components/tabs/__internal__/tabs-header/tabs-header.style.js +52 -31
  438. package/esm/components/tabs/tab/tab.component.d.ts +1 -1
  439. package/esm/components/tabs/tab/tab.component.js +28 -205
  440. package/esm/components/tabs/tab/tab.style.js +8 -5
  441. package/esm/components/tabs/tabs.component.d.ts +1 -1
  442. package/esm/components/tabs/tabs.component.js +44 -239
  443. package/esm/components/tabs/tabs.style.js +9 -6
  444. package/esm/components/text-editor/__internal__/decorators/link-decorator.d.ts +1 -1
  445. package/esm/components/text-editor/__internal__/decorators/link-decorator.js +16 -11
  446. package/esm/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +2 -2
  447. package/esm/components/text-editor/__internal__/editor-counter/editor-counter.component.js +19 -25
  448. package/esm/components/text-editor/__internal__/editor-counter/editor-counter.style.js +6 -3
  449. package/esm/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +1 -1
  450. package/esm/components/text-editor/__internal__/editor-link/editor-link.component.js +10 -19
  451. package/esm/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +1 -1
  452. package/esm/components/text-editor/__internal__/label-wrapper/label-wrapper.component.js +5 -12
  453. package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -14
  454. package/esm/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +7 -4
  455. package/esm/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +1 -1
  456. package/esm/components/text-editor/__internal__/toolbar/toolbar.component.js +12 -39
  457. package/esm/components/text-editor/__internal__/utils/utils.js +13 -23
  458. package/esm/components/text-editor/text-editor.component.js +43 -66
  459. package/esm/components/text-editor/text-editor.style.js +17 -11
  460. package/esm/components/textarea/textarea.component.js +54 -68
  461. package/esm/components/textarea/textarea.style.js +13 -7
  462. package/esm/components/textbox/__internal__/prefix.style.js +6 -3
  463. package/esm/components/textbox/textbox.component.js +63 -67
  464. package/esm/components/textbox/textbox.style.js +7 -4
  465. package/esm/components/tile/tile-footer/tile-footer.component.d.ts +1 -1
  466. package/esm/components/tile/tile-footer/tile-footer.component.js +7 -168
  467. package/esm/components/tile/tile-footer/tile-footer.style.js +7 -8
  468. package/esm/components/tile/tile.component.d.ts +1 -1
  469. package/esm/components/tile/tile.component.js +13 -332
  470. package/esm/components/tile/tile.style.js +25 -26
  471. package/esm/components/tile-select/__internal__/accordion/accordion.component.d.ts +1 -1
  472. package/esm/components/tile-select/__internal__/accordion/accordion.component.js +7 -322
  473. package/esm/components/tile-select/tile-select-group.component.d.ts +1 -1
  474. package/esm/components/tile-select/tile-select-group.component.js +13 -183
  475. package/esm/components/tile-select/tile-select.component.js +32 -36
  476. package/esm/components/tile-select/tile-select.style.d.ts +1 -1
  477. package/esm/components/tile-select/tile-select.style.js +63 -36
  478. package/esm/components/toast/toast.component.js +17 -28
  479. package/esm/components/toast/toast.style.d.ts +1 -1
  480. package/esm/components/toast/toast.style.js +61 -37
  481. package/esm/components/tooltip/tooltip-pointer.style.js +9 -8
  482. package/esm/components/tooltip/tooltip.component.js +40 -42
  483. package/esm/components/tooltip/tooltip.style.js +11 -10
  484. package/esm/components/typography/list.component.d.ts +2 -2
  485. package/esm/components/typography/list.component.js +22 -939
  486. package/esm/components/typography/typography.component.js +43 -65
  487. package/esm/components/vertical-divider/vertical-divider.component.js +9 -11
  488. package/esm/components/vertical-divider/vertical-divider.style.js +20 -11
  489. package/esm/components/vertical-menu/vertical-menu-full-screen.component.d.ts +1 -1
  490. package/esm/components/vertical-menu/vertical-menu-full-screen.component.js +12 -24
  491. package/esm/components/vertical-menu/vertical-menu-item.component.d.ts +1 -1
  492. package/esm/components/vertical-menu/vertical-menu-item.component.js +14 -208
  493. package/esm/components/vertical-menu/vertical-menu-trigger.component.d.ts +1 -1
  494. package/esm/components/vertical-menu/vertical-menu-trigger.component.js +9 -174
  495. package/esm/components/vertical-menu/vertical-menu.component.d.ts +1 -1
  496. package/esm/components/vertical-menu/vertical-menu.component.js +10 -23
  497. package/esm/components/vertical-menu/vertical-menu.style.js +19 -10
  498. package/esm/hooks/__internal__/useCharacterCount/useCharacterCount.d.ts +1 -1
  499. package/esm/hooks/__internal__/useCharacterCount/useCharacterCount.js +4 -4
  500. package/esm/hooks/__internal__/useClickAwayListener/useClickAwayListener.js +5 -3
  501. package/esm/hooks/__internal__/useFloating/useFloating.js +16 -20
  502. package/esm/hooks/__internal__/useFormSpacing/add-form-spacing/index.d.ts +1 -1
  503. package/esm/hooks/__internal__/useFormSpacing/add-form-spacing/index.js +2 -5
  504. package/esm/hooks/__internal__/useInputAccessibility/useInputAccessibility.js +10 -11
  505. package/esm/hooks/__internal__/useIsStickyFooterForm/useIsStickyFooterForm.js +1 -5
  506. package/esm/hooks/__internal__/useMenuKeyboardNavigation/useMenuKeyboardNavigation.js +8 -21
  507. package/esm/hooks/__internal__/useModalManager/useModalManager.js +8 -11
  508. package/esm/hooks/__internal__/useResizeObserver/useResizeObserver.js +4 -9
  509. package/esm/hooks/__internal__/useScrollBlock/scroll-block-manager.js +12 -21
  510. package/esm/hooks/__internal__/useScrollBlock/useScrollBlock.js +34 -32
  511. package/esm/hooks/__internal__/useStableCallback/useStableCallback.js +8 -5
  512. package/esm/hooks/__internal__/useThrottle/useThrottle.js +2 -1
  513. package/esm/hooks/__internal__/useUniqueId/index.d.ts +1 -1
  514. package/esm/hooks/useMediaQuery/useMediaQuery.js +0 -2
  515. package/esm/locales/en-gb.js +3 -9
  516. package/esm/locales/pl-pl.js +3 -24
  517. package/esm/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +7 -4
  518. package/esm/style/design-tokens/debug-theme.util.js +7 -10
  519. package/esm/style/design-tokens/generate-css-variables.util.d.ts +1 -1
  520. package/esm/style/design-tokens/generate-css-variables.util.js +3 -2
  521. package/esm/style/palette/index.js +12 -13
  522. package/esm/style/themes/aegean/aegean-theme.config.js +14 -18
  523. package/esm/style/themes/base/base-theme.config.js +3 -6
  524. package/esm/style/themes/base/index.js +4 -2
  525. package/esm/style/themes/mint/mint-theme.config.js +14 -18
  526. package/esm/style/themes/sage/index.d.ts +1 -1
  527. package/esm/style/themes/sage/index.js +4 -2
  528. package/esm/style/themes/test-utils.js +4 -4
  529. package/esm/style/utils/add-hex-symbols.js +0 -1
  530. package/esm/style/utils/at-opacity.d.ts +1 -1
  531. package/esm/style/utils/at-opacity.js +2 -4
  532. package/esm/style/utils/color.js +11 -16
  533. package/esm/style/utils/filter-out-styled-system-spacing-props.js +4 -3
  534. package/esm/style/utils/form-style-utils.js +2 -13
  535. package/esm/style/utils/get-color-value.js +0 -1
  536. package/esm/style/utils/get-rgb-values.js +1 -1
  537. package/esm/style/utils/merge-deep.js +9 -8
  538. package/esm/style/utils/mix.d.ts +1 -1
  539. package/esm/style/utils/mix.js +8 -10
  540. package/esm/style/utils/width.js +9 -5
  541. package/lib/__internal__/character-count/character-count.component.d.ts +2 -2
  542. package/lib/__internal__/character-count/character-count.component.js +7 -21
  543. package/lib/__internal__/character-count/character-count.style.js +16 -16
  544. package/lib/__internal__/character-count/index.js +0 -2
  545. package/lib/__internal__/checkable-input/checkable-input-svg-wrapper.style.js +0 -3
  546. package/lib/__internal__/checkable-input/checkable-input.component.js +40 -52
  547. package/lib/__internal__/checkable-input/checkable-input.style.js +14 -22
  548. package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +23 -40
  549. package/lib/__internal__/checkable-input/hidden-checkable-input.style.js +0 -3
  550. package/lib/__internal__/checkable-input/index.js +0 -2
  551. package/lib/__internal__/field-help/field-help.component.d.ts +1 -1
  552. package/lib/__internal__/field-help/field-help.component.js +14 -23
  553. package/lib/__internal__/field-help/field-help.style.js +10 -11
  554. package/lib/__internal__/field-help/index.js +0 -2
  555. package/lib/__internal__/fieldset/fieldset.component.d.ts +1 -1
  556. package/lib/__internal__/fieldset/fieldset.component.js +37 -211
  557. package/lib/__internal__/fieldset/fieldset.style.js +19 -20
  558. package/lib/__internal__/fieldset/index.js +0 -2
  559. package/lib/__internal__/filter-object-properties/filter-object-properties.js +0 -1
  560. package/lib/__internal__/filter-object-properties/index.js +0 -2
  561. package/lib/__internal__/focus-trap/focus-trap-utils.d.ts +1 -1
  562. package/lib/__internal__/focus-trap/focus-trap-utils.js +13 -52
  563. package/lib/__internal__/focus-trap/focus-trap.component.d.ts +1 -1
  564. package/lib/__internal__/focus-trap/focus-trap.component.js +44 -110
  565. package/lib/__internal__/focus-trap/index.js +0 -2
  566. package/lib/__internal__/form-field/form-field.component.d.ts +1 -1
  567. package/lib/__internal__/form-field/form-field.component.js +33 -234
  568. package/lib/__internal__/form-field/form-field.style.js +9 -12
  569. package/lib/__internal__/form-field/index.js +0 -2
  570. package/lib/__internal__/form-spacing-provider/form-spacing-context.js +0 -4
  571. package/lib/__internal__/form-spacing-provider/form-spacing-provider.component.d.ts +1 -1
  572. package/lib/__internal__/form-spacing-provider/form-spacing-provider.component.js +10 -17
  573. package/lib/__internal__/form-spacing-provider/index.js +0 -3
  574. package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +3 -13
  575. package/lib/__internal__/full-screen-heading/full-screen-heading.style.js +9 -11
  576. package/lib/__internal__/full-screen-heading/index.js +0 -2
  577. package/lib/__internal__/i18n-context/index.js +0 -5
  578. package/lib/__internal__/input/index.js +0 -4
  579. package/lib/__internal__/input/input-presentation.component.js +17 -29
  580. package/lib/__internal__/input/input-presentation.style.js +61 -51
  581. package/lib/__internal__/input/input.component.js +38 -69
  582. package/lib/__internal__/input/input.style.js +24 -19
  583. package/lib/__internal__/input-behaviour/index.js +0 -2
  584. package/lib/__internal__/input-behaviour/input-behaviour.component.d.ts +1 -1
  585. package/lib/__internal__/input-behaviour/input-behaviour.component.js +8 -17
  586. package/lib/__internal__/input-behaviour/input-group-behaviour.component.d.ts +1 -1
  587. package/lib/__internal__/input-behaviour/input-group-behaviour.component.js +7 -18
  588. package/lib/__internal__/input-behaviour/useInputBehaviour.d.ts +1 -1
  589. package/lib/__internal__/input-behaviour/useInputBehaviour.js +3 -7
  590. package/lib/__internal__/input-icon-toggle/index.js +0 -2
  591. package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.d.ts +1 -1
  592. package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.js +24 -51
  593. package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.js +22 -23
  594. package/lib/__internal__/label/icon-wrapper.style.js +0 -5
  595. package/lib/__internal__/label/index.js +0 -2
  596. package/lib/__internal__/label/label.component.d.ts +2 -2
  597. package/lib/__internal__/label/label.component.js +38 -78
  598. package/lib/__internal__/label/label.style.js +34 -26
  599. package/lib/__internal__/popover/index.js +0 -2
  600. package/lib/__internal__/popover/popover.component.d.ts +1 -1
  601. package/lib/__internal__/popover/popover.component.js +14 -60
  602. package/lib/__internal__/popover/popover.style.js +12 -10
  603. package/lib/__internal__/radio-button-mapper/index.js +0 -2
  604. package/lib/__internal__/radio-button-mapper/radio-button-mapper.component.d.ts +1 -1
  605. package/lib/__internal__/radio-button-mapper/radio-button-mapper.component.js +13 -32
  606. package/lib/__internal__/sticky-footer/index.js +0 -2
  607. package/lib/__internal__/sticky-footer/sticky-footer.component.d.ts +1 -1
  608. package/lib/__internal__/sticky-footer/sticky-footer.component.js +14 -40
  609. package/lib/__internal__/sticky-footer/sticky-footer.style.js +9 -10
  610. package/lib/__internal__/tooltip-provider/index.d.ts +1 -1
  611. package/lib/__internal__/tooltip-provider/index.js +12 -20
  612. package/lib/__internal__/utils/helpers/browser-type-check/index.js +1 -4
  613. package/lib/__internal__/utils/helpers/events/composedPath.js +0 -6
  614. package/lib/__internal__/utils/helpers/events/events.js +1 -21
  615. package/lib/__internal__/utils/helpers/events/index.js +0 -2
  616. package/lib/__internal__/utils/helpers/guid/index.d.ts +1 -1
  617. package/lib/__internal__/utils/helpers/guid/index.js +0 -3
  618. package/lib/__internal__/utils/helpers/tags/index.js +0 -2
  619. package/lib/__internal__/utils/helpers/tags/tags-specs/index.js +0 -1
  620. package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.d.ts +1 -1
  621. package/lib/__internal__/utils/helpers/tags/tags-specs/tags-specs.js +2 -5
  622. package/lib/__internal__/utils/helpers/tags/tags.js +0 -5
  623. package/lib/__internal__/utils/logger/index.js +1 -2
  624. package/lib/__internal__/validation-message/index.js +0 -2
  625. package/lib/__internal__/validation-message/validation-message.component.d.ts +2 -2
  626. package/lib/__internal__/validation-message/validation-message.component.js +6 -16
  627. package/lib/__internal__/validation-message/validation-message.style.js +9 -10
  628. package/lib/__internal__/validations/index.js +0 -2
  629. package/lib/__internal__/validations/validation-icon.component.d.ts +1 -1
  630. package/lib/__internal__/validations/validation-icon.component.js +26 -80
  631. package/lib/__internal__/validations/validation-icon.style.js +15 -17
  632. package/lib/__spec_helper__/enzyme-snapshot-helper.js +1 -7
  633. package/lib/__spec_helper__/expect.js +2 -8
  634. package/lib/__spec_helper__/index.js +0 -4
  635. package/lib/__spec_helper__/mock-match-media.js +1 -8
  636. package/lib/__spec_helper__/mock-resize-observer.js +0 -3
  637. package/lib/__spec_helper__/test-utils.d.ts +10 -10
  638. package/lib/__spec_helper__/test-utils.js +56 -105
  639. package/lib/components/accordion/accordion-group/accordion-group.component.d.ts +1 -1
  640. package/lib/components/accordion/accordion-group/accordion-group.component.js +13 -225
  641. package/lib/components/accordion/accordion.component.js +32 -52
  642. package/lib/components/accordion/accordion.style.js +92 -64
  643. package/lib/components/accordion/index.js +0 -3
  644. package/lib/components/action-popover/action-popover-context.js +0 -4
  645. package/lib/components/action-popover/action-popover-divider/action-popover-divider.component.js +0 -2
  646. package/lib/components/action-popover/action-popover-item/action-popover-item.component.d.ts +1 -1
  647. package/lib/components/action-popover/action-popover-item/action-popover-item.component.js +29 -77
  648. package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +18 -37
  649. package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.d.ts +2 -2
  650. package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.js +17 -37
  651. package/lib/components/action-popover/action-popover.component.d.ts +1 -1
  652. package/lib/components/action-popover/action-popover.component.js +25 -220
  653. package/lib/components/action-popover/action-popover.style.js +42 -38
  654. package/lib/components/action-popover/index.js +6 -12
  655. package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.js +17 -15
  656. package/lib/components/advanced-color-picker/advanced-color-picker.component.d.ts +1 -1
  657. package/lib/components/advanced-color-picker/advanced-color-picker.component.js +45 -241
  658. package/lib/components/advanced-color-picker/advanced-color-picker.style.d.ts +2 -2
  659. package/lib/components/advanced-color-picker/advanced-color-picker.style.js +20 -29
  660. package/lib/components/advanced-color-picker/index.js +0 -2
  661. package/lib/components/alert/alert.component.d.ts +2 -2
  662. package/lib/components/alert/alert.component.js +13 -74
  663. package/lib/components/alert/index.js +0 -2
  664. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +20 -23
  665. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.js +16 -14
  666. package/lib/components/anchor-navigation/anchor-navigation.component.js +21 -40
  667. package/lib/components/anchor-navigation/anchor-navigation.style.js +1 -4
  668. package/lib/components/anchor-navigation/anchor-section-divider.component.js +0 -3
  669. package/lib/components/anchor-navigation/index.js +0 -4
  670. package/lib/components/badge/badge.component.d.ts +1 -1
  671. package/lib/components/badge/badge.component.js +8 -24
  672. package/lib/components/badge/badge.style.js +18 -20
  673. package/lib/components/badge/index.js +0 -2
  674. package/lib/components/batch-selection/batch-selection.component.d.ts +1 -1
  675. package/lib/components/batch-selection/batch-selection.component.js +8 -21
  676. package/lib/components/batch-selection/batch-selection.style.js +11 -15
  677. package/lib/components/batch-selection/index.js +0 -2
  678. package/lib/components/box/box.component.js +63 -56
  679. package/lib/components/box/box.config.js +0 -3
  680. package/lib/components/box/index.js +0 -2
  681. package/lib/components/breadcrumbs/breadcrumbs.component.js +6 -14
  682. package/lib/components/breadcrumbs/breadcrumbs.style.js +0 -3
  683. package/lib/components/breadcrumbs/crumb/crumb.component.js +16 -21
  684. package/lib/components/breadcrumbs/crumb/crumb.style.js +10 -13
  685. package/lib/components/breadcrumbs/crumb/index.js +0 -2
  686. package/lib/components/breadcrumbs/index.js +0 -3
  687. package/lib/components/button/button-types.style.d.ts +1 -1
  688. package/lib/components/button/button-types.style.js +0 -6
  689. package/lib/components/button/button.component.js +41 -89
  690. package/lib/components/button/button.config.js +1 -1
  691. package/lib/components/button/button.style.js +34 -40
  692. package/lib/components/button/index.js +6 -9
  693. package/lib/components/button-bar/button-bar.component.d.ts +1 -1
  694. package/lib/components/button-bar/button-bar.component.js +22 -343
  695. package/lib/components/button-bar/button-bar.config.js +1 -1
  696. package/lib/components/button-bar/button-bar.style.js +10 -15
  697. package/lib/components/button-bar/index.js +0 -2
  698. package/lib/components/button-minor/button-minor.component.d.ts +2 -2
  699. package/lib/components/button-minor/button-minor.component.js +14 -356
  700. package/lib/components/button-minor/button-minor.style.js +35 -32
  701. package/lib/components/button-minor/index.js +0 -2
  702. package/lib/components/button-toggle/button-toggle-icon.component.d.ts +2 -2
  703. package/lib/components/button-toggle/button-toggle-icon.component.js +17 -27
  704. package/lib/components/button-toggle/button-toggle-input.component.js +3 -18
  705. package/lib/components/button-toggle/button-toggle.component.d.ts +1 -1
  706. package/lib/components/button-toggle/button-toggle.component.js +23 -66
  707. package/lib/components/button-toggle/button-toggle.style.js +53 -38
  708. package/lib/components/button-toggle/index.js +0 -2
  709. package/lib/components/button-toggle-group/button-toggle-group.component.d.ts +1 -1
  710. package/lib/components/button-toggle-group/button-toggle-group.component.js +31 -228
  711. package/lib/components/button-toggle-group/button-toggle-group.style.js +37 -29
  712. package/lib/components/button-toggle-group/index.js +0 -2
  713. package/lib/components/carbon-provider/carbon-provider.component.d.ts +1 -1
  714. package/lib/components/carbon-provider/carbon-provider.component.js +12 -68
  715. package/lib/components/carbon-provider/index.js +0 -2
  716. package/lib/components/carbon-provider/top-modal-context.d.ts +1 -1
  717. package/lib/components/carbon-provider/top-modal-context.js +9 -19
  718. package/lib/components/card/__internal__/card-context/index.js +0 -4
  719. package/lib/components/card/card-column/card-column.component.d.ts +1 -1
  720. package/lib/components/card/card-column/card-column.component.js +9 -16
  721. package/lib/components/card/card-column/card-column.style.js +6 -6
  722. package/lib/components/card/card-column/index.js +0 -2
  723. package/lib/components/card/card-footer/card-footer.component.d.ts +1 -1
  724. package/lib/components/card/card-footer/card-footer.component.js +10 -334
  725. package/lib/components/card/card-footer/card-footer.style.js +11 -15
  726. package/lib/components/card/card-footer/index.js +0 -2
  727. package/lib/components/card/card-row/card-row.component.d.ts +1 -1
  728. package/lib/components/card/card-row/card-row.component.js +7 -172
  729. package/lib/components/card/card-row/card-row.style.js +9 -13
  730. package/lib/components/card/card-row/index.js +0 -2
  731. package/lib/components/card/card.component.d.ts +1 -1
  732. package/lib/components/card/card.component.js +20 -208
  733. package/lib/components/card/card.config.js +1 -1
  734. package/lib/components/card/card.style.js +16 -20
  735. package/lib/components/card/index.js +6 -11
  736. package/lib/components/carousel/carousel.component.d.ts +1 -1
  737. package/lib/components/carousel/carousel.component.js +15 -51
  738. package/lib/components/carousel/carousel.style.js +17 -19
  739. package/lib/components/carousel/index.js +0 -3
  740. package/lib/components/carousel/slide/index.js +0 -2
  741. package/lib/components/carousel/slide/slide.component.d.ts +1 -1
  742. package/lib/components/carousel/slide/slide.component.js +1 -13
  743. package/lib/components/carousel/slide/slide.style.js +11 -11
  744. package/lib/components/carousel/slide.config.js +1 -3
  745. package/lib/components/checkbox/checkbox-group.component.d.ts +1 -1
  746. package/lib/components/checkbox/checkbox-group.component.js +2 -184
  747. package/lib/components/checkbox/checkbox-group.style.js +9 -16
  748. package/lib/components/checkbox/checkbox-svg.component.d.ts +2 -2
  749. package/lib/components/checkbox/checkbox-svg.component.js +0 -6
  750. package/lib/components/checkbox/checkbox.component.js +45 -66
  751. package/lib/components/checkbox/checkbox.style.js +18 -28
  752. package/lib/components/checkbox/index.js +4 -7
  753. package/lib/components/confirm/confirm.component.d.ts +1 -1
  754. package/lib/components/confirm/confirm.component.js +32 -102
  755. package/lib/components/confirm/confirm.style.js +16 -17
  756. package/lib/components/confirm/index.js +0 -2
  757. package/lib/components/content/content.component.d.ts +1 -1
  758. package/lib/components/content/content.component.js +12 -181
  759. package/lib/components/content/content.style.js +25 -26
  760. package/lib/components/content/index.js +0 -2
  761. package/lib/components/date/__internal__/date-formats/index.js +15 -26
  762. package/lib/components/date/__internal__/date-picker/date-picker.component.js +22 -51
  763. package/lib/components/date/__internal__/date-picker/day-picker.style.js +6 -8
  764. package/lib/components/date/__internal__/date-picker/index.js +0 -2
  765. package/lib/components/date/__internal__/navbar/button.style.js +0 -3
  766. package/lib/components/date/__internal__/navbar/index.js +0 -2
  767. package/lib/components/date/__internal__/navbar/navbar.component.js +16 -21
  768. package/lib/components/date/__internal__/navbar/navbar.style.js +0 -3
  769. package/lib/components/date/__internal__/utils.js +7 -48
  770. package/lib/components/date/__internal__/weekday/abbr.style.js +0 -3
  771. package/lib/components/date/__internal__/weekday/index.js +0 -2
  772. package/lib/components/date/__internal__/weekday/weekday.component.js +15 -20
  773. package/lib/components/date/__internal__/weekday/weekday.style.js +0 -3
  774. package/lib/components/date/date.component.js +47 -113
  775. package/lib/components/date/date.style.js +20 -27
  776. package/lib/components/date/index.js +0 -2
  777. package/lib/components/date-range/date-range.component.js +34 -86
  778. package/lib/components/date-range/date-range.context.js +0 -4
  779. package/lib/components/date-range/date-range.style.js +6 -11
  780. package/lib/components/date-range/index.js +0 -2
  781. package/lib/components/decimal/decimal.component.js +36 -75
  782. package/lib/components/decimal/index.js +0 -2
  783. package/lib/components/definition-list/__internal__/dl.context.js +0 -4
  784. package/lib/components/definition-list/dd.component.d.ts +1 -1
  785. package/lib/components/definition-list/dd.component.js +6 -323
  786. package/lib/components/definition-list/definition-list.style.js +25 -24
  787. package/lib/components/definition-list/dl.component.d.ts +1 -1
  788. package/lib/components/definition-list/dl.component.js +10 -345
  789. package/lib/components/definition-list/dt.component.d.ts +1 -1
  790. package/lib/components/definition-list/dt.component.js +8 -328
  791. package/lib/components/definition-list/index.js +6 -10
  792. package/lib/components/detail/detail.component.d.ts +1 -1
  793. package/lib/components/detail/detail.component.js +22 -191
  794. package/lib/components/detail/detail.style.js +17 -19
  795. package/lib/components/detail/index.js +0 -2
  796. package/lib/components/dialog/dialog.component.d.ts +1 -1
  797. package/lib/components/dialog/dialog.component.js +27 -115
  798. package/lib/components/dialog/dialog.config.js +1 -1
  799. package/lib/components/dialog/dialog.style.js +56 -46
  800. package/lib/components/dialog/index.js +0 -2
  801. package/lib/components/dialog-full-screen/content.style.js +23 -19
  802. package/lib/components/dialog-full-screen/dialog-full-screen.component.d.ts +1 -1
  803. package/lib/components/dialog-full-screen/dialog-full-screen.component.js +29 -106
  804. package/lib/components/dialog-full-screen/dialog-full-screen.style.js +15 -20
  805. package/lib/components/dialog-full-screen/index.js +0 -2
  806. package/lib/components/dismissible-box/dismissible-box.component.d.ts +1 -1
  807. package/lib/components/dismissible-box/dismissible-box.component.js +23 -2470
  808. package/lib/components/dismissible-box/dismissible-box.style.js +10 -14
  809. package/lib/components/dismissible-box/index.js +0 -2
  810. package/lib/components/draggable/draggable-container.component.js +11 -28
  811. package/lib/components/draggable/draggable-item.component.js +17 -31
  812. package/lib/components/draggable/draggable-item.style.js +6 -9
  813. package/lib/components/draggable/index.js +0 -3
  814. package/lib/components/draggable/internal/drop-target.component.d.ts +1 -1
  815. package/lib/components/draggable/internal/drop-target.component.js +8 -175
  816. package/lib/components/drawer/drawer.component.d.ts +1 -1
  817. package/lib/components/drawer/drawer.component.js +21 -66
  818. package/lib/components/drawer/drawer.style.js +73 -58
  819. package/lib/components/drawer/index.js +6 -9
  820. package/lib/components/duelling-picklist/duelling-picklist.component.d.ts +1 -1
  821. package/lib/components/duelling-picklist/duelling-picklist.component.js +13 -191
  822. package/lib/components/duelling-picklist/duelling-picklist.context.js +1 -7
  823. package/lib/components/duelling-picklist/duelling-picklist.style.js +10 -13
  824. package/lib/components/duelling-picklist/index.js +10 -17
  825. package/lib/components/duelling-picklist/picklist/picklist.component.d.ts +1 -1
  826. package/lib/components/duelling-picklist/picklist/picklist.component.js +11 -36
  827. package/lib/components/duelling-picklist/picklist/picklist.style.js +1 -5
  828. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.d.ts +2 -2
  829. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.js +1 -11
  830. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.style.js +0 -3
  831. package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +15 -33
  832. package/lib/components/duelling-picklist/picklist-group/picklist-group.style.js +18 -19
  833. package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +18 -30
  834. package/lib/components/duelling-picklist/picklist-item/picklist-item.style.js +17 -19
  835. package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.d.ts +2 -2
  836. package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.js +8 -14
  837. package/lib/components/fieldset/fieldset.component.d.ts +1 -1
  838. package/lib/components/fieldset/fieldset.component.js +8 -178
  839. package/lib/components/fieldset/fieldset.style.js +14 -17
  840. package/lib/components/fieldset/index.js +0 -2
  841. package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +6 -11
  842. package/lib/components/flat-table/flat-table-body/index.js +0 -2
  843. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +15 -36
  844. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.style.js +9 -10
  845. package/lib/components/flat-table/flat-table-body-draggable/index.js +0 -2
  846. package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.js +22 -50
  847. package/lib/components/flat-table/flat-table-cell/flat-table-cell.style.js +27 -29
  848. package/lib/components/flat-table/flat-table-cell/index.js +0 -2
  849. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.js +17 -38
  850. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.js +12 -15
  851. package/lib/components/flat-table/flat-table-checkbox/index.js +0 -2
  852. package/lib/components/flat-table/flat-table-head/flat-table-head.component.js +11 -21
  853. package/lib/components/flat-table/flat-table-head/flat-table-head.style.js +0 -6
  854. package/lib/components/flat-table/flat-table-head/index.js +0 -2
  855. package/lib/components/flat-table/flat-table-header/flat-table-header-utils.js +1 -5
  856. package/lib/components/flat-table/flat-table-header/flat-table-header.component.js +18 -41
  857. package/lib/components/flat-table/flat-table-header/flat-table-header.style.js +18 -24
  858. package/lib/components/flat-table/flat-table-header/index.js +0 -2
  859. package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +11 -22
  860. package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +36 -82
  861. package/lib/components/flat-table/flat-table-row/flat-table-row.style.js +30 -50
  862. package/lib/components/flat-table/flat-table-row/index.js +0 -2
  863. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.js +20 -45
  864. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.style.js +25 -27
  865. package/lib/components/flat-table/flat-table-row-header/index.js +0 -2
  866. package/lib/components/flat-table/flat-table.component.js +68 -98
  867. package/lib/components/flat-table/flat-table.config.js +1 -1
  868. package/lib/components/flat-table/flat-table.style.js +143 -105
  869. package/lib/components/flat-table/index.js +16 -27
  870. package/lib/components/flat-table/sort/index.js +0 -2
  871. package/lib/components/flat-table/sort/sort.component.js +8 -23
  872. package/lib/components/flat-table/sort/sort.style.js +0 -4
  873. package/lib/components/form/__internal__/form-summary.component.d.ts +2 -2
  874. package/lib/components/form/__internal__/form-summary.component.js +16 -40
  875. package/lib/components/form/__internal__/form-summary.style.js +45 -34
  876. package/lib/components/form/form.component.d.ts +1 -1
  877. package/lib/components/form/form.component.js +21 -513
  878. package/lib/components/form/form.style.js +78 -58
  879. package/lib/components/form/index.js +0 -2
  880. package/lib/components/global-header/global-header.component.d.ts +1 -1
  881. package/lib/components/global-header/global-header.component.js +24 -1045
  882. package/lib/components/global-header/index.js +0 -2
  883. package/lib/components/grid/grid-container/grid-container.component.d.ts +1 -1
  884. package/lib/components/grid/grid-container/grid-container.component.js +1 -1839
  885. package/lib/components/grid/grid-container/grid-container.style.js +0 -4
  886. package/lib/components/grid/grid-container/index.js +0 -2
  887. package/lib/components/grid/grid-item/grid-item.component.d.ts +1 -1
  888. package/lib/components/grid/grid-item/grid-item.component.js +1 -1240
  889. package/lib/components/grid/grid-item/grid-item.style.js +22 -38
  890. package/lib/components/grid/grid-item/index.js +0 -2
  891. package/lib/components/grid/index.js +0 -3
  892. package/lib/components/grouped-character/grouped-character.component.js +28 -53
  893. package/lib/components/grouped-character/grouped-character.utils.js +1 -5
  894. package/lib/components/grouped-character/index.js +0 -2
  895. package/lib/components/heading/heading.component.d.ts +1 -1
  896. package/lib/components/heading/heading.component.js +20 -205
  897. package/lib/components/heading/heading.style.js +34 -35
  898. package/lib/components/heading/index.js +0 -2
  899. package/lib/components/help/help.component.js +23 -44
  900. package/lib/components/help/help.style.js +9 -14
  901. package/lib/components/help/index.js +0 -2
  902. package/lib/components/hr/hr.component.js +8 -17
  903. package/lib/components/hr/hr.style.js +0 -5
  904. package/lib/components/hr/index.js +0 -2
  905. package/lib/components/i18n-provider/i18n-provider.component.d.ts +1 -1
  906. package/lib/components/i18n-provider/i18n-provider.component.js +9 -145
  907. package/lib/components/i18n-provider/index.js +0 -2
  908. package/lib/components/icon/icon-config.js +1 -1
  909. package/lib/components/icon/icon-unicodes.js +2 -3
  910. package/lib/components/icon/icon.component.js +30 -55
  911. package/lib/components/icon/icon.style.js +15 -32
  912. package/lib/components/icon/index.js +0 -2
  913. package/lib/components/icon-button/icon-button.component.js +17 -38
  914. package/lib/components/icon-button/icon-button.style.js +9 -14
  915. package/lib/components/icon-button/index.js +0 -2
  916. package/lib/components/image/image.component.d.ts +2 -2
  917. package/lib/components/image/image.component.js +9 -1694
  918. package/lib/components/image/image.style.js +24 -23
  919. package/lib/components/image/index.js +0 -2
  920. package/lib/components/inline-inputs/index.js +0 -2
  921. package/lib/components/inline-inputs/inline-inputs.component.d.ts +1 -1
  922. package/lib/components/inline-inputs/inline-inputs.component.js +18 -201
  923. package/lib/components/inline-inputs/inline-inputs.style.js +41 -32
  924. package/lib/components/link/index.js +0 -2
  925. package/lib/components/link/link.component.js +34 -52
  926. package/lib/components/link/link.config.js +1 -1
  927. package/lib/components/link/link.style.js +14 -24
  928. package/lib/components/link-preview/__internal__/placeholder.component.d.ts +2 -2
  929. package/lib/components/link-preview/__internal__/placeholder.component.js +18 -16
  930. package/lib/components/link-preview/index.js +0 -2
  931. package/lib/components/link-preview/link-preview.component.d.ts +2 -2
  932. package/lib/components/link-preview/link-preview.component.js +15 -43
  933. package/lib/components/link-preview/link-preview.style.js +17 -17
  934. package/lib/components/loader/index.js +0 -2
  935. package/lib/components/loader/loader-square.style.js +12 -21
  936. package/lib/components/loader/loader.component.d.ts +2 -2
  937. package/lib/components/loader/loader.component.js +9 -183
  938. package/lib/components/loader/loader.style.js +0 -5
  939. package/lib/components/loader-bar/index.js +0 -2
  940. package/lib/components/loader-bar/loader-bar.component.d.ts +2 -2
  941. package/lib/components/loader-bar/loader-bar.component.js +8 -180
  942. package/lib/components/loader-bar/loader-bar.style.js +16 -20
  943. package/lib/components/menu/__internal__/keyboard-navigation/index.js +4 -24
  944. package/lib/components/menu/__internal__/locators.js +1 -1
  945. package/lib/components/menu/__internal__/spec-helper/index.js +2 -8
  946. package/lib/components/menu/__internal__/submenu/index.js +0 -2
  947. package/lib/components/menu/__internal__/submenu/submenu.component.js +34 -88
  948. package/lib/components/menu/__internal__/submenu/submenu.context.js +0 -4
  949. package/lib/components/menu/__internal__/submenu/submenu.style.js +30 -33
  950. package/lib/components/menu/index.js +8 -15
  951. package/lib/components/menu/menu-divider/index.js +0 -2
  952. package/lib/components/menu/menu-divider/menu-divider.component.js +8 -19
  953. package/lib/components/menu/menu-divider/menu-divider.style.js +10 -13
  954. package/lib/components/menu/menu-full-screen/index.js +0 -2
  955. package/lib/components/menu/menu-full-screen/menu-full-screen.component.d.ts +1 -1
  956. package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +18 -53
  957. package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +19 -25
  958. package/lib/components/menu/menu-item/index.js +0 -2
  959. package/lib/components/menu/menu-item/menu-item.component.d.ts +1 -1
  960. package/lib/components/menu/menu-item/menu-item.component.js +32 -2112
  961. package/lib/components/menu/menu-item/menu-item.style.js +22 -31
  962. package/lib/components/menu/menu-segment-title/index.js +0 -2
  963. package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +9 -20
  964. package/lib/components/menu/menu-segment-title/menu-segment-title.style.js +10 -13
  965. package/lib/components/menu/menu.component.d.ts +1 -1
  966. package/lib/components/menu/menu.component.js +13 -1900
  967. package/lib/components/menu/menu.context.js +1 -7
  968. package/lib/components/menu/menu.style.js +24 -24
  969. package/lib/components/menu/scrollable-block/index.js +0 -2
  970. package/lib/components/menu/scrollable-block/scrollable-block.component.d.ts +1 -1
  971. package/lib/components/menu/scrollable-block/scrollable-block.component.js +12 -34
  972. package/lib/components/menu/scrollable-block/scrollable-block.style.js +10 -17
  973. package/lib/components/message/index.js +0 -2
  974. package/lib/components/message/message-content/message-content.component.d.ts +1 -1
  975. package/lib/components/message/message-content/message-content.component.js +6 -17
  976. package/lib/components/message/message-content/message-content.style.js +6 -6
  977. package/lib/components/message/message.component.d.ts +1 -1
  978. package/lib/components/message/message.component.js +15 -196
  979. package/lib/components/message/message.style.js +15 -17
  980. package/lib/components/message/type-icon/type-icon.component.d.ts +2 -2
  981. package/lib/components/message/type-icon/type-icon.component.js +5 -15
  982. package/lib/components/message/type-icon/type-icon.style.js +16 -14
  983. package/lib/components/modal/__internal__/modal-manager.d.ts +1 -1
  984. package/lib/components/modal/__internal__/modal-manager.js +14 -34
  985. package/lib/components/modal/index.js +6 -9
  986. package/lib/components/modal/modal.component.d.ts +1 -1
  987. package/lib/components/modal/modal.component.js +14 -46
  988. package/lib/components/modal/modal.style.js +24 -21
  989. package/lib/components/multi-action-button/index.js +0 -2
  990. package/lib/components/multi-action-button/multi-action-button.component.d.ts +3 -3
  991. package/lib/components/multi-action-button/multi-action-button.component.js +23 -639
  992. package/lib/components/multi-action-button/multi-action-button.style.js +27 -29
  993. package/lib/components/navigation-bar/index.js +0 -2
  994. package/lib/components/navigation-bar/navigation-bar.component.js +12 -18
  995. package/lib/components/navigation-bar/navigation-bar.style.js +20 -20
  996. package/lib/components/note/__internal__/status-icon/index.js +0 -2
  997. package/lib/components/note/__internal__/status-icon/status-icon.component.js +5 -11
  998. package/lib/components/note/__internal__/status-icon/status-icon.style.js +0 -3
  999. package/lib/components/note/index.js +0 -2
  1000. package/lib/components/note/note.component.d.ts +1 -1
  1001. package/lib/components/note/note.component.js +15 -202
  1002. package/lib/components/note/note.style.js +37 -30
  1003. package/lib/components/number/index.js +0 -2
  1004. package/lib/components/number/number.component.js +17 -35
  1005. package/lib/components/numeral-date/index.js +0 -2
  1006. package/lib/components/numeral-date/numeral-date-context.js +0 -4
  1007. package/lib/components/numeral-date/numeral-date.component.d.ts +1 -1
  1008. package/lib/components/numeral-date/numeral-date.component.js +49 -323
  1009. package/lib/components/numeral-date/numeral-date.style.js +11 -19
  1010. package/lib/components/pager/__internal__/pager-navigation-link.component.d.ts +1 -1
  1011. package/lib/components/pager/__internal__/pager-navigation-link.component.js +16 -36
  1012. package/lib/components/pager/__internal__/pager-navigation.component.d.ts +1 -1
  1013. package/lib/components/pager/__internal__/pager-navigation.component.js +20 -58
  1014. package/lib/components/pager/index.js +0 -2
  1015. package/lib/components/pager/pager.component.d.ts +1 -1
  1016. package/lib/components/pager/pager.component.js +38 -85
  1017. package/lib/components/pager/pager.style.js +17 -22
  1018. package/lib/components/pages/index.js +4 -7
  1019. package/lib/components/pages/page/index.js +0 -2
  1020. package/lib/components/pages/page/page.component.d.ts +1 -1
  1021. package/lib/components/pages/page/page.component.js +10 -183
  1022. package/lib/components/pages/page/page.style.js +0 -5
  1023. package/lib/components/pages/pages.component.d.ts +1 -1
  1024. package/lib/components/pages/pages.component.js +14 -82
  1025. package/lib/components/pages/pages.config.js +1 -3
  1026. package/lib/components/pages/pages.style.js +1 -7
  1027. package/lib/components/password/index.js +0 -2
  1028. package/lib/components/password/password.component.d.ts +2 -2
  1029. package/lib/components/password/password.component.js +10 -557
  1030. package/lib/components/password/password.style.js +1 -6
  1031. package/lib/components/pill/index.js +0 -2
  1032. package/lib/components/pill/pill.component.d.ts +1 -1
  1033. package/lib/components/pill/pill.component.js +35 -253
  1034. package/lib/components/pill/pill.style.config.js +0 -2
  1035. package/lib/components/pill/pill.style.js +14 -28
  1036. package/lib/components/pod/index.js +0 -2
  1037. package/lib/components/pod/pod.component.js +29 -47
  1038. package/lib/components/pod/pod.config.js +1 -1
  1039. package/lib/components/pod/pod.style.js +98 -78
  1040. package/lib/components/popover-container/index.js +0 -2
  1041. package/lib/components/popover-container/popover-container.component.d.ts +3 -3
  1042. package/lib/components/popover-container/popover-container.component.js +73 -276
  1043. package/lib/components/popover-container/popover-container.style.js +11 -17
  1044. package/lib/components/portal/index.js +0 -2
  1045. package/lib/components/portal/portal.d.ts +1 -1
  1046. package/lib/components/portal/portal.js +14 -34
  1047. package/lib/components/portrait/index.js +0 -2
  1048. package/lib/components/portrait/portrait-gravatar.component.d.ts +2 -2
  1049. package/lib/components/portrait/portrait-gravatar.component.js +8 -24
  1050. package/lib/components/portrait/portrait-initials.component.d.ts +2 -2
  1051. package/lib/components/portrait/portrait-initials.component.js +20 -36
  1052. package/lib/components/portrait/portrait.component.d.ts +1 -1
  1053. package/lib/components/portrait/portrait.component.js +24 -218
  1054. package/lib/components/portrait/portrait.style.js +35 -42
  1055. package/lib/components/preview/__internal__/preview-placeholder.component.d.ts +2 -2
  1056. package/lib/components/preview/__internal__/preview-placeholder.component.js +9 -23
  1057. package/lib/components/preview/__internal__/preview-placeholder.style.js +14 -12
  1058. package/lib/components/preview/index.js +0 -2
  1059. package/lib/components/preview/preview.component.d.ts +1 -1
  1060. package/lib/components/preview/preview.component.js +8 -181
  1061. package/lib/components/preview/preview.style.js +3 -6
  1062. package/lib/components/profile/index.js +0 -2
  1063. package/lib/components/profile/profile.component.d.ts +2 -2
  1064. package/lib/components/profile/profile.component.js +11 -32
  1065. package/lib/components/profile/profile.style.d.ts +1 -1
  1066. package/lib/components/profile/profile.style.js +38 -27
  1067. package/lib/components/progress-tracker/index.js +0 -2
  1068. package/lib/components/progress-tracker/progress-tracker.component.d.ts +2 -2
  1069. package/lib/components/progress-tracker/progress-tracker.component.js +24 -214
  1070. package/lib/components/progress-tracker/progress-tracker.config.js +0 -1
  1071. package/lib/components/progress-tracker/progress-tracker.style.js +65 -57
  1072. package/lib/components/radio-button/index.js +0 -4
  1073. package/lib/components/radio-button/radio-button-group.component.d.ts +1 -1
  1074. package/lib/components/radio-button/radio-button-group.component.js +1 -199
  1075. package/lib/components/radio-button/radio-button-group.style.js +10 -11
  1076. package/lib/components/radio-button/radio-button-svg.component.d.ts +1 -1
  1077. package/lib/components/radio-button/radio-button-svg.component.js +0 -7
  1078. package/lib/components/radio-button/radio-button.component.js +47 -66
  1079. package/lib/components/radio-button/radio-button.style.js +13 -24
  1080. package/lib/components/search/index.js +0 -2
  1081. package/lib/components/search/search-button.style.js +6 -9
  1082. package/lib/components/search/search.component.js +33 -70
  1083. package/lib/components/search/search.style.js +13 -24
  1084. package/lib/components/select/__internal__/select-list-context.js +0 -4
  1085. package/lib/components/select/__internal__/select-text/index.js +0 -2
  1086. package/lib/components/select/__internal__/select-text/select-text.component.d.ts +1 -1
  1087. package/lib/components/select/__internal__/select-text/select-text.component.js +13 -34
  1088. package/lib/components/select/__internal__/select-text/select-text.style.js +13 -16
  1089. package/lib/components/select/filterable-select/filterable-select.component.js +63 -134
  1090. package/lib/components/select/filterable-select/index.js +0 -2
  1091. package/lib/components/select/index.js +12 -19
  1092. package/lib/components/select/list-action-button/index.js +0 -2
  1093. package/lib/components/select/list-action-button/list-action-button.component.js +7 -17
  1094. package/lib/components/select/list-action-button/list-action-button.style.js +0 -4
  1095. package/lib/components/select/multi-select/index.js +0 -2
  1096. package/lib/components/select/multi-select/multi-select.component.js +73 -151
  1097. package/lib/components/select/multi-select/multi-select.style.js +13 -17
  1098. package/lib/components/select/option/index.js +0 -2
  1099. package/lib/components/select/option/option.component.js +24 -35
  1100. package/lib/components/select/option/option.style.js +16 -14
  1101. package/lib/components/select/option-group-header/index.js +0 -2
  1102. package/lib/components/select/option-group-header/option-group-header.component.js +8 -15
  1103. package/lib/components/select/option-group-header/option-group-header.style.js +0 -4
  1104. package/lib/components/select/option-row/index.js +0 -2
  1105. package/lib/components/select/option-row/option-row.component.js +16 -28
  1106. package/lib/components/select/option-row/option-row.style.js +16 -14
  1107. package/lib/components/select/select-list/index.js +0 -2
  1108. package/lib/components/select/select-list/select-list-container.style.js +18 -13
  1109. package/lib/components/select/select-list/select-list.component.js +55 -120
  1110. package/lib/components/select/select-list/select-list.style.js +22 -17
  1111. package/lib/components/select/select-textbox/index.js +0 -2
  1112. package/lib/components/select/select-textbox/select-textbox.component.js +60 -81
  1113. package/lib/components/select/select.style.js +14 -21
  1114. package/lib/components/select/simple-select/index.js +0 -2
  1115. package/lib/components/select/simple-select/simple-select.component.js +50 -115
  1116. package/lib/components/select/utils/get-next-child-by-text.js +4 -14
  1117. package/lib/components/select/utils/get-next-index-by-key.js +1 -15
  1118. package/lib/components/select/utils/highlight-part-of-text.js +0 -13
  1119. package/lib/components/select/utils/is-expected-option.js +0 -9
  1120. package/lib/components/select/utils/is-expected-value.js +0 -2
  1121. package/lib/components/select/utils/is-navigation-key.js +0 -1
  1122. package/lib/components/select/utils/matching-text.style.js +0 -3
  1123. package/lib/components/select/utils/with-filter.hoc.js +17 -64
  1124. package/lib/components/settings-row/index.js +0 -2
  1125. package/lib/components/settings-row/settings-row.component.d.ts +1 -1
  1126. package/lib/components/settings-row/settings-row.component.js +11 -183
  1127. package/lib/components/settings-row/settings-row.style.js +9 -14
  1128. package/lib/components/show-edit-pod/index.js +0 -2
  1129. package/lib/components/show-edit-pod/show-edit-pod.component.js +34 -88
  1130. package/lib/components/show-edit-pod/show-edit-pod.style.js +0 -6
  1131. package/lib/components/sidebar/__internal__/sidebar-header/index.js +0 -2
  1132. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.d.ts +1 -1
  1133. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.js +14 -177
  1134. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +9 -14
  1135. package/lib/components/sidebar/index.js +6 -9
  1136. package/lib/components/sidebar/sidebar.component.js +29 -52
  1137. package/lib/components/sidebar/sidebar.config.js +1 -1
  1138. package/lib/components/sidebar/sidebar.style.js +15 -23
  1139. package/lib/components/simple-color-picker/index.js +4 -7
  1140. package/lib/components/simple-color-picker/simple-color/index.js +0 -2
  1141. package/lib/components/simple-color-picker/simple-color/simple-color.component.js +3 -14
  1142. package/lib/components/simple-color-picker/simple-color/simple-color.style.js +28 -30
  1143. package/lib/components/simple-color-picker/simple-color-picker.component.js +36 -71
  1144. package/lib/components/simple-color-picker/simple-color-picker.style.js +16 -20
  1145. package/lib/components/split-button/index.js +0 -2
  1146. package/lib/components/split-button/split-button-children.style.js +11 -15
  1147. package/lib/components/split-button/split-button-toggle.style.js +12 -16
  1148. package/lib/components/split-button/split-button.component.d.ts +1 -1
  1149. package/lib/components/split-button/split-button.component.js +22 -544
  1150. package/lib/components/split-button/split-button.config.js +1 -1
  1151. package/lib/components/split-button/split-button.style.js +0 -6
  1152. package/lib/components/step-sequence/index.js +0 -3
  1153. package/lib/components/step-sequence/step-sequence-item/index.js +0 -2
  1154. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.d.ts +1 -1
  1155. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.js +14 -39
  1156. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.style.js +7 -12
  1157. package/lib/components/step-sequence/step-sequence.component.d.ts +1 -1
  1158. package/lib/components/step-sequence/step-sequence.component.js +8 -328
  1159. package/lib/components/step-sequence/step-sequence.config.js +1 -1
  1160. package/lib/components/step-sequence/step-sequence.style.js +9 -12
  1161. package/lib/components/switch/__internal__/switch-slider-panel.style.js +10 -14
  1162. package/lib/components/switch/__internal__/switch-slider.component.d.ts +2 -2
  1163. package/lib/components/switch/__internal__/switch-slider.component.js +11 -32
  1164. package/lib/components/switch/__internal__/switch-slider.style.js +17 -22
  1165. package/lib/components/switch/index.js +0 -2
  1166. package/lib/components/switch/switch.component.js +42 -62
  1167. package/lib/components/switch/switch.style.js +12 -23
  1168. package/lib/components/tabs/__internal__/tab-title/index.js +6 -9
  1169. package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +43 -73
  1170. package/lib/components/tabs/__internal__/tab-title/tab-title.style.js +71 -60
  1171. package/lib/components/tabs/__internal__/tabs-header/index.js +0 -2
  1172. package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.d.ts +1 -1
  1173. package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.js +20 -40
  1174. package/lib/components/tabs/__internal__/tabs-header/tabs-header.style.js +57 -42
  1175. package/lib/components/tabs/index.js +4 -5
  1176. package/lib/components/tabs/tab/index.js +6 -9
  1177. package/lib/components/tabs/tab/tab.component.d.ts +1 -1
  1178. package/lib/components/tabs/tab/tab.component.js +30 -215
  1179. package/lib/components/tabs/tab/tab.style.js +10 -14
  1180. package/lib/components/tabs/tabs.component.d.ts +1 -1
  1181. package/lib/components/tabs/tabs.component.js +47 -258
  1182. package/lib/components/tabs/tabs.style.js +11 -17
  1183. package/lib/components/text-editor/__internal__/decorators/index.js +0 -5
  1184. package/lib/components/text-editor/__internal__/decorators/link-decorator.d.ts +1 -1
  1185. package/lib/components/text-editor/__internal__/decorators/link-decorator.js +16 -13
  1186. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.d.ts +2 -2
  1187. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.component.js +19 -30
  1188. package/lib/components/text-editor/__internal__/editor-counter/editor-counter.style.js +6 -6
  1189. package/lib/components/text-editor/__internal__/editor-counter/index.js +0 -2
  1190. package/lib/components/text-editor/__internal__/editor-link/editor-link.component.d.ts +1 -1
  1191. package/lib/components/text-editor/__internal__/editor-link/editor-link.component.js +12 -28
  1192. package/lib/components/text-editor/__internal__/editor-link/editor-link.style.js +0 -4
  1193. package/lib/components/text-editor/__internal__/editor-link/index.js +0 -2
  1194. package/lib/components/text-editor/__internal__/label-wrapper/index.js +0 -2
  1195. package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.d.ts +1 -1
  1196. package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.js +10 -14
  1197. package/lib/components/text-editor/__internal__/toolbar/index.js +0 -2
  1198. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/index.js +0 -2
  1199. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +14 -20
  1200. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +9 -12
  1201. package/lib/components/text-editor/__internal__/toolbar/toolbar.component.d.ts +1 -1
  1202. package/lib/components/text-editor/__internal__/toolbar/toolbar.component.js +14 -53
  1203. package/lib/components/text-editor/__internal__/toolbar/toolbar.style.js +1 -5
  1204. package/lib/components/text-editor/__internal__/utils/index.js +22 -23
  1205. package/lib/components/text-editor/__internal__/utils/utils.js +16 -52
  1206. package/lib/components/text-editor/index.js +6 -9
  1207. package/lib/components/text-editor/text-editor.component.js +46 -92
  1208. package/lib/components/text-editor/text-editor.style.js +20 -22
  1209. package/lib/components/text-editor/types.js +1 -1
  1210. package/lib/components/textarea/index.js +0 -2
  1211. package/lib/components/textarea/textarea.component.js +57 -99
  1212. package/lib/components/textarea/textarea.style.js +15 -19
  1213. package/lib/components/textbox/__internal__/prefix.style.js +6 -7
  1214. package/lib/components/textbox/index.js +0 -2
  1215. package/lib/components/textbox/textbox.component.js +65 -98
  1216. package/lib/components/textbox/textbox.style.js +10 -11
  1217. package/lib/components/tile/index.js +0 -2
  1218. package/lib/components/tile/tile-footer/index.js +0 -2
  1219. package/lib/components/tile/tile-footer/tile-footer.component.d.ts +1 -1
  1220. package/lib/components/tile/tile-footer/tile-footer.component.js +7 -171
  1221. package/lib/components/tile/tile-footer/tile-footer.style.js +9 -15
  1222. package/lib/components/tile/tile.component.d.ts +1 -1
  1223. package/lib/components/tile/tile.component.js +13 -337
  1224. package/lib/components/tile/tile.style.js +27 -35
  1225. package/lib/components/tile-select/__internal__/accordion/accordion.component.d.ts +1 -1
  1226. package/lib/components/tile-select/__internal__/accordion/accordion.component.js +9 -331
  1227. package/lib/components/tile-select/__internal__/accordion/accordion.style.js +1 -5
  1228. package/lib/components/tile-select/__internal__/accordion/index.js +0 -2
  1229. package/lib/components/tile-select/index.js +0 -3
  1230. package/lib/components/tile-select/tile-select-group.component.d.ts +1 -1
  1231. package/lib/components/tile-select/tile-select-group.component.js +13 -189
  1232. package/lib/components/tile-select/tile-select.component.js +34 -52
  1233. package/lib/components/tile-select/tile-select.style.d.ts +1 -1
  1234. package/lib/components/tile-select/tile-select.style.js +67 -51
  1235. package/lib/components/toast/index.js +0 -2
  1236. package/lib/components/toast/toast.component.js +19 -45
  1237. package/lib/components/toast/toast.style.d.ts +1 -1
  1238. package/lib/components/toast/toast.style.js +64 -52
  1239. package/lib/components/tooltip/index.js +0 -2
  1240. package/lib/components/tooltip/tooltip-pointer.style.js +11 -16
  1241. package/lib/components/tooltip/tooltip.component.js +42 -58
  1242. package/lib/components/tooltip/tooltip.style.js +13 -19
  1243. package/lib/components/typography/index.js +6 -9
  1244. package/lib/components/typography/list.component.d.ts +2 -2
  1245. package/lib/components/typography/list.component.js +24 -945
  1246. package/lib/components/typography/typography.component.js +45 -77
  1247. package/lib/components/vertical-divider/index.js +0 -2
  1248. package/lib/components/vertical-divider/vertical-divider.component.js +11 -20
  1249. package/lib/components/vertical-divider/vertical-divider.style.js +23 -20
  1250. package/lib/components/vertical-menu/index.js +4 -9
  1251. package/lib/components/vertical-menu/vertical-menu-full-screen.component.d.ts +1 -1
  1252. package/lib/components/vertical-menu/vertical-menu-full-screen.component.js +14 -40
  1253. package/lib/components/vertical-menu/vertical-menu-full-screen.context.js +0 -4
  1254. package/lib/components/vertical-menu/vertical-menu-item.component.d.ts +1 -1
  1255. package/lib/components/vertical-menu/vertical-menu-item.component.js +16 -219
  1256. package/lib/components/vertical-menu/vertical-menu-trigger.component.d.ts +1 -1
  1257. package/lib/components/vertical-menu/vertical-menu-trigger.component.js +9 -179
  1258. package/lib/components/vertical-menu/vertical-menu.component.d.ts +1 -1
  1259. package/lib/components/vertical-menu/vertical-menu.component.js +10 -27
  1260. package/lib/components/vertical-menu/vertical-menu.style.js +22 -22
  1261. package/lib/hooks/__internal__/useCharacterCount/index.js +0 -2
  1262. package/lib/hooks/__internal__/useCharacterCount/useCharacterCount.d.ts +1 -1
  1263. package/lib/hooks/__internal__/useCharacterCount/useCharacterCount.js +6 -13
  1264. package/lib/hooks/__internal__/useClickAwayListener/index.js +0 -2
  1265. package/lib/hooks/__internal__/useClickAwayListener/useClickAwayListener.js +2 -5
  1266. package/lib/hooks/__internal__/useFloating/index.js +0 -2
  1267. package/lib/hooks/__internal__/useFloating/useFloating.js +16 -22
  1268. package/lib/hooks/__internal__/useFormSpacing/add-form-spacing/index.d.ts +1 -1
  1269. package/lib/hooks/__internal__/useFormSpacing/add-form-spacing/index.js +2 -7
  1270. package/lib/hooks/__internal__/useFormSpacing/index.js +0 -7
  1271. package/lib/hooks/__internal__/useInputAccessibility/index.js +0 -2
  1272. package/lib/hooks/__internal__/useInputAccessibility/useInputAccessibility.js +10 -12
  1273. package/lib/hooks/__internal__/useIsAboveBreakpoint/index.js +0 -2
  1274. package/lib/hooks/__internal__/useIsAboveBreakpoint/useIsAboveBreakpoint.js +0 -3
  1275. package/lib/hooks/__internal__/useIsStickyFooterForm/index.js +0 -2
  1276. package/lib/hooks/__internal__/useIsStickyFooterForm/useIsStickyFooterForm.js +3 -14
  1277. package/lib/hooks/__internal__/useLocale/index.js +0 -2
  1278. package/lib/hooks/__internal__/useLocale/useLocale.js +0 -4
  1279. package/lib/hooks/__internal__/useMenuKeyboardNavigation/index.js +0 -2
  1280. package/lib/hooks/__internal__/useMenuKeyboardNavigation/useMenuKeyboardNavigation.js +8 -29
  1281. package/lib/hooks/__internal__/useModalManager/index.js +0 -2
  1282. package/lib/hooks/__internal__/useModalManager/useModalManager.js +8 -16
  1283. package/lib/hooks/__internal__/usePrevious/index.js +0 -2
  1284. package/lib/hooks/__internal__/useResizeObserver/index.js +0 -2
  1285. package/lib/hooks/__internal__/useResizeObserver/useResizeObserver.js +4 -11
  1286. package/lib/hooks/__internal__/useScrollBlock/index.js +0 -2
  1287. package/lib/hooks/__internal__/useScrollBlock/scroll-block-manager.js +12 -22
  1288. package/lib/hooks/__internal__/useScrollBlock/useScrollBlock.js +31 -35
  1289. package/lib/hooks/__internal__/useStableCallback/index.js +0 -2
  1290. package/lib/hooks/__internal__/useStableCallback/useStableCallback.js +7 -8
  1291. package/lib/hooks/__internal__/useThrottle/index.js +0 -2
  1292. package/lib/hooks/__internal__/useThrottle/useThrottle.js +1 -4
  1293. package/lib/hooks/__internal__/useUniqueId/index.d.ts +1 -1
  1294. package/lib/hooks/__internal__/useUniqueId/index.js +0 -5
  1295. package/lib/hooks/useMediaQuery/index.js +0 -2
  1296. package/lib/hooks/useMediaQuery/useMediaQuery.js +0 -8
  1297. package/lib/locales/date-fns-locales/index.js +0 -2
  1298. package/lib/locales/en-gb.js +3 -10
  1299. package/lib/locales/index.js +0 -3
  1300. package/lib/locales/pl-pl.js +3 -26
  1301. package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +7 -8
  1302. package/lib/style/design-tokens/carbon-scoped-tokens-provider/index.js +0 -2
  1303. package/lib/style/design-tokens/debug-theme.util.js +7 -13
  1304. package/lib/style/design-tokens/generate-css-variables.util.d.ts +1 -1
  1305. package/lib/style/design-tokens/generate-css-variables.util.js +2 -4
  1306. package/lib/style/global-style.js +0 -3
  1307. package/lib/style/palette/index.js +12 -16
  1308. package/lib/style/themes/aegean/aegean-theme.config.js +14 -20
  1309. package/lib/style/themes/aegean/index.js +0 -5
  1310. package/lib/style/themes/base/base-theme.config.js +4 -12
  1311. package/lib/style/themes/base/index.js +4 -12
  1312. package/lib/style/themes/index.js +9 -16
  1313. package/lib/style/themes/medium/index.js +0 -3
  1314. package/lib/style/themes/mint/index.js +0 -5
  1315. package/lib/style/themes/mint/mint-theme.config.js +14 -20
  1316. package/lib/style/themes/none/index.js +0 -5
  1317. package/lib/style/themes/none/none-theme.config.js +0 -2
  1318. package/lib/style/themes/sage/index.d.ts +1 -1
  1319. package/lib/style/themes/sage/index.js +4 -6
  1320. package/lib/style/themes/small/index.js +0 -3
  1321. package/lib/style/themes/test-utils.js +4 -6
  1322. package/lib/style/utils/add-hex-symbols.js +0 -3
  1323. package/lib/style/utils/at-opacity.d.ts +1 -1
  1324. package/lib/style/utils/at-opacity.js +2 -6
  1325. package/lib/style/utils/color.js +12 -23
  1326. package/lib/style/utils/filter-out-position-props.js +0 -4
  1327. package/lib/style/utils/filter-out-styled-system-spacing-props.js +4 -5
  1328. package/lib/style/utils/filter-styled-system-margin-props.js +0 -4
  1329. package/lib/style/utils/filter-styled-system-padding-props.js +0 -4
  1330. package/lib/style/utils/form-style-utils.js +3 -20
  1331. package/lib/style/utils/get-color-value.js +0 -5
  1332. package/lib/style/utils/get-rgb-values.js +1 -2
  1333. package/lib/style/utils/index.js +4 -8
  1334. package/lib/style/utils/merge-deep.js +9 -9
  1335. package/lib/style/utils/mix.d.ts +1 -1
  1336. package/lib/style/utils/mix.js +8 -12
  1337. package/lib/style/utils/shade.js +0 -4
  1338. package/lib/style/utils/tint.js +0 -4
  1339. package/lib/style/utils/visually-hidden.js +0 -3
  1340. package/lib/style/utils/width.js +8 -9
  1341. package/package.json +93 -101
@@ -1,10 +1,8 @@
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 from "react";
4
3
  import PropTypes from "prop-types";
5
4
  import StyledGridItem from "./grid-item.style";
6
-
7
- const GridItem = props => {
5
+ export const GridItem = props => {
8
6
  const {
9
7
  children,
10
8
  responsiveSettings,
@@ -14,1239 +12,5 @@ const GridItem = props => {
14
12
  responsiveSettings: responsiveSettings
15
13
  }), children);
16
14
  };
17
-
18
- GridItem.propTypes = {
19
- "about": PropTypes.string,
20
- "accessKey": PropTypes.string,
21
- "alignSelf": PropTypes.string,
22
- "aria-activedescendant": PropTypes.string,
23
- "aria-atomic": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
24
- "aria-autocomplete": PropTypes.oneOf(["both", "inline", "list", "none"]),
25
- "aria-busy": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
26
- "aria-checked": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
27
- "aria-colcount": PropTypes.number,
28
- "aria-colindex": PropTypes.number,
29
- "aria-colspan": PropTypes.number,
30
- "aria-controls": PropTypes.string,
31
- "aria-current": PropTypes.oneOfType([PropTypes.oneOf(["date", "false", "location", "page", "step", "time", "true"]), PropTypes.bool]),
32
- "aria-describedby": PropTypes.string,
33
- "aria-details": PropTypes.string,
34
- "aria-disabled": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
35
- "aria-dropeffect": PropTypes.oneOf(["copy", "execute", "link", "move", "none", "popup"]),
36
- "aria-errormessage": PropTypes.string,
37
- "aria-expanded": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
38
- "aria-flowto": PropTypes.string,
39
- "aria-grabbed": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
40
- "aria-haspopup": PropTypes.oneOfType([PropTypes.oneOf(["dialog", "false", "grid", "listbox", "menu", "tree", "true"]), PropTypes.bool]),
41
- "aria-hidden": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
42
- "aria-invalid": PropTypes.oneOfType([PropTypes.oneOf(["false", "grammar", "spelling", "true"]), PropTypes.bool]),
43
- "aria-keyshortcuts": PropTypes.string,
44
- "aria-label": PropTypes.string,
45
- "aria-labelledby": PropTypes.string,
46
- "aria-level": PropTypes.number,
47
- "aria-live": PropTypes.oneOf(["assertive", "off", "polite"]),
48
- "aria-modal": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
49
- "aria-multiline": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
50
- "aria-multiselectable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
51
- "aria-orientation": PropTypes.oneOf(["horizontal", "vertical"]),
52
- "aria-owns": PropTypes.string,
53
- "aria-placeholder": PropTypes.string,
54
- "aria-posinset": PropTypes.number,
55
- "aria-pressed": PropTypes.oneOfType([PropTypes.oneOf(["false", "mixed", "true"]), PropTypes.bool]),
56
- "aria-readonly": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
57
- "aria-relevant": PropTypes.oneOf(["additions removals", "additions text", "additions", "all", "removals additions", "removals text", "removals", "text additions", "text removals", "text"]),
58
- "aria-required": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
59
- "aria-roledescription": PropTypes.string,
60
- "aria-rowcount": PropTypes.number,
61
- "aria-rowindex": PropTypes.number,
62
- "aria-rowspan": PropTypes.number,
63
- "aria-selected": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
64
- "aria-setsize": PropTypes.number,
65
- "aria-sort": PropTypes.oneOf(["ascending", "descending", "none", "other"]),
66
- "aria-valuemax": PropTypes.number,
67
- "aria-valuemin": PropTypes.number,
68
- "aria-valuenow": PropTypes.number,
69
- "aria-valuetext": PropTypes.string,
70
- "autoCapitalize": PropTypes.string,
71
- "autoCorrect": PropTypes.string,
72
- "autoSave": PropTypes.string,
73
- "children": PropTypes.node,
74
- "className": PropTypes.string,
75
- "color": PropTypes.string,
76
- "contentEditable": PropTypes.oneOfType([PropTypes.oneOf(["false", "inherit", "true"]), PropTypes.bool]),
77
- "contextMenu": PropTypes.string,
78
- "css": PropTypes.oneOfType([PropTypes.func, PropTypes.number, PropTypes.object, PropTypes.shape({
79
- "__emotion_styles": PropTypes.any.isRequired
80
- }), PropTypes.string, PropTypes.bool]),
81
- "dangerouslySetInnerHTML": PropTypes.shape({
82
- "__html": PropTypes.string.isRequired
83
- }),
84
- "datatype": PropTypes.string,
85
- "defaultChecked": PropTypes.bool,
86
- "defaultValue": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.number, PropTypes.string]),
87
- "dir": PropTypes.string,
88
- "draggable": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
89
- "gridArea": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
90
- "__@iterator": PropTypes.func.isRequired,
91
- "anchor": PropTypes.func.isRequired,
92
- "at": PropTypes.func.isRequired,
93
- "big": PropTypes.func.isRequired,
94
- "blink": PropTypes.func.isRequired,
95
- "bold": PropTypes.func.isRequired,
96
- "charAt": PropTypes.func.isRequired,
97
- "charCodeAt": PropTypes.func.isRequired,
98
- "codePointAt": PropTypes.func.isRequired,
99
- "concat": PropTypes.func.isRequired,
100
- "endsWith": PropTypes.func.isRequired,
101
- "fixed": PropTypes.func.isRequired,
102
- "fontcolor": PropTypes.func.isRequired,
103
- "fontsize": PropTypes.func.isRequired,
104
- "includes": PropTypes.func.isRequired,
105
- "indexOf": PropTypes.func.isRequired,
106
- "italics": PropTypes.func.isRequired,
107
- "lastIndexOf": PropTypes.func.isRequired,
108
- "length": PropTypes.number.isRequired,
109
- "link": PropTypes.func.isRequired,
110
- "localeCompare": PropTypes.func.isRequired,
111
- "match": PropTypes.func.isRequired,
112
- "matchAll": PropTypes.func.isRequired,
113
- "normalize": PropTypes.func.isRequired,
114
- "padEnd": PropTypes.func.isRequired,
115
- "padStart": PropTypes.func.isRequired,
116
- "repeat": PropTypes.func.isRequired,
117
- "replace": PropTypes.func.isRequired,
118
- "search": PropTypes.func.isRequired,
119
- "slice": PropTypes.func.isRequired,
120
- "small": PropTypes.func.isRequired,
121
- "split": PropTypes.func.isRequired,
122
- "startsWith": PropTypes.func.isRequired,
123
- "strike": PropTypes.func.isRequired,
124
- "sub": PropTypes.func.isRequired,
125
- "substr": PropTypes.func.isRequired,
126
- "substring": PropTypes.func.isRequired,
127
- "sup": PropTypes.func.isRequired,
128
- "toLocaleLowerCase": PropTypes.func.isRequired,
129
- "toLocaleUpperCase": PropTypes.func.isRequired,
130
- "toLowerCase": PropTypes.func.isRequired,
131
- "toString": PropTypes.func.isRequired,
132
- "toUpperCase": PropTypes.func.isRequired,
133
- "trim": PropTypes.func.isRequired,
134
- "trimEnd": PropTypes.func.isRequired,
135
- "trimLeft": PropTypes.func.isRequired,
136
- "trimRight": PropTypes.func.isRequired,
137
- "trimStart": PropTypes.func.isRequired,
138
- "valueOf": PropTypes.func.isRequired
139
- })])), PropTypes.object, PropTypes.shape({
140
- "__@iterator": PropTypes.func.isRequired,
141
- "anchor": PropTypes.func.isRequired,
142
- "at": PropTypes.func.isRequired,
143
- "big": PropTypes.func.isRequired,
144
- "blink": PropTypes.func.isRequired,
145
- "bold": PropTypes.func.isRequired,
146
- "charAt": PropTypes.func.isRequired,
147
- "charCodeAt": PropTypes.func.isRequired,
148
- "codePointAt": PropTypes.func.isRequired,
149
- "concat": PropTypes.func.isRequired,
150
- "endsWith": PropTypes.func.isRequired,
151
- "fixed": PropTypes.func.isRequired,
152
- "fontcolor": PropTypes.func.isRequired,
153
- "fontsize": PropTypes.func.isRequired,
154
- "includes": PropTypes.func.isRequired,
155
- "indexOf": PropTypes.func.isRequired,
156
- "italics": PropTypes.func.isRequired,
157
- "lastIndexOf": PropTypes.func.isRequired,
158
- "length": PropTypes.number.isRequired,
159
- "link": PropTypes.func.isRequired,
160
- "localeCompare": PropTypes.func.isRequired,
161
- "match": PropTypes.func.isRequired,
162
- "matchAll": PropTypes.func.isRequired,
163
- "normalize": PropTypes.func.isRequired,
164
- "padEnd": PropTypes.func.isRequired,
165
- "padStart": PropTypes.func.isRequired,
166
- "repeat": PropTypes.func.isRequired,
167
- "replace": PropTypes.func.isRequired,
168
- "search": PropTypes.func.isRequired,
169
- "slice": PropTypes.func.isRequired,
170
- "small": PropTypes.func.isRequired,
171
- "split": PropTypes.func.isRequired,
172
- "startsWith": PropTypes.func.isRequired,
173
- "strike": PropTypes.func.isRequired,
174
- "sub": PropTypes.func.isRequired,
175
- "substr": PropTypes.func.isRequired,
176
- "substring": PropTypes.func.isRequired,
177
- "sup": PropTypes.func.isRequired,
178
- "toLocaleLowerCase": PropTypes.func.isRequired,
179
- "toLocaleUpperCase": PropTypes.func.isRequired,
180
- "toLowerCase": PropTypes.func.isRequired,
181
- "toString": PropTypes.func.isRequired,
182
- "toUpperCase": PropTypes.func.isRequired,
183
- "trim": PropTypes.func.isRequired,
184
- "trimEnd": PropTypes.func.isRequired,
185
- "trimLeft": PropTypes.func.isRequired,
186
- "trimRight": PropTypes.func.isRequired,
187
- "trimStart": PropTypes.func.isRequired,
188
- "valueOf": PropTypes.func.isRequired
189
- })]),
190
- "gridColumn": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
191
- "__@iterator": PropTypes.func.isRequired,
192
- "anchor": PropTypes.func.isRequired,
193
- "at": PropTypes.func.isRequired,
194
- "big": PropTypes.func.isRequired,
195
- "blink": PropTypes.func.isRequired,
196
- "bold": PropTypes.func.isRequired,
197
- "charAt": PropTypes.func.isRequired,
198
- "charCodeAt": PropTypes.func.isRequired,
199
- "codePointAt": PropTypes.func.isRequired,
200
- "concat": PropTypes.func.isRequired,
201
- "endsWith": PropTypes.func.isRequired,
202
- "fixed": PropTypes.func.isRequired,
203
- "fontcolor": PropTypes.func.isRequired,
204
- "fontsize": PropTypes.func.isRequired,
205
- "includes": PropTypes.func.isRequired,
206
- "indexOf": PropTypes.func.isRequired,
207
- "italics": PropTypes.func.isRequired,
208
- "lastIndexOf": PropTypes.func.isRequired,
209
- "length": PropTypes.number.isRequired,
210
- "link": PropTypes.func.isRequired,
211
- "localeCompare": PropTypes.func.isRequired,
212
- "match": PropTypes.func.isRequired,
213
- "matchAll": PropTypes.func.isRequired,
214
- "normalize": PropTypes.func.isRequired,
215
- "padEnd": PropTypes.func.isRequired,
216
- "padStart": PropTypes.func.isRequired,
217
- "repeat": PropTypes.func.isRequired,
218
- "replace": PropTypes.func.isRequired,
219
- "search": PropTypes.func.isRequired,
220
- "slice": PropTypes.func.isRequired,
221
- "small": PropTypes.func.isRequired,
222
- "split": PropTypes.func.isRequired,
223
- "startsWith": PropTypes.func.isRequired,
224
- "strike": PropTypes.func.isRequired,
225
- "sub": PropTypes.func.isRequired,
226
- "substr": PropTypes.func.isRequired,
227
- "substring": PropTypes.func.isRequired,
228
- "sup": PropTypes.func.isRequired,
229
- "toLocaleLowerCase": PropTypes.func.isRequired,
230
- "toLocaleUpperCase": PropTypes.func.isRequired,
231
- "toLowerCase": PropTypes.func.isRequired,
232
- "toString": PropTypes.func.isRequired,
233
- "toUpperCase": PropTypes.func.isRequired,
234
- "trim": PropTypes.func.isRequired,
235
- "trimEnd": PropTypes.func.isRequired,
236
- "trimLeft": PropTypes.func.isRequired,
237
- "trimRight": PropTypes.func.isRequired,
238
- "trimStart": PropTypes.func.isRequired,
239
- "valueOf": PropTypes.func.isRequired
240
- })])), PropTypes.object, PropTypes.shape({
241
- "__@iterator": PropTypes.func.isRequired,
242
- "anchor": PropTypes.func.isRequired,
243
- "at": PropTypes.func.isRequired,
244
- "big": PropTypes.func.isRequired,
245
- "blink": PropTypes.func.isRequired,
246
- "bold": PropTypes.func.isRequired,
247
- "charAt": PropTypes.func.isRequired,
248
- "charCodeAt": PropTypes.func.isRequired,
249
- "codePointAt": PropTypes.func.isRequired,
250
- "concat": PropTypes.func.isRequired,
251
- "endsWith": PropTypes.func.isRequired,
252
- "fixed": PropTypes.func.isRequired,
253
- "fontcolor": PropTypes.func.isRequired,
254
- "fontsize": PropTypes.func.isRequired,
255
- "includes": PropTypes.func.isRequired,
256
- "indexOf": PropTypes.func.isRequired,
257
- "italics": PropTypes.func.isRequired,
258
- "lastIndexOf": PropTypes.func.isRequired,
259
- "length": PropTypes.number.isRequired,
260
- "link": PropTypes.func.isRequired,
261
- "localeCompare": PropTypes.func.isRequired,
262
- "match": PropTypes.func.isRequired,
263
- "matchAll": PropTypes.func.isRequired,
264
- "normalize": PropTypes.func.isRequired,
265
- "padEnd": PropTypes.func.isRequired,
266
- "padStart": PropTypes.func.isRequired,
267
- "repeat": PropTypes.func.isRequired,
268
- "replace": PropTypes.func.isRequired,
269
- "search": PropTypes.func.isRequired,
270
- "slice": PropTypes.func.isRequired,
271
- "small": PropTypes.func.isRequired,
272
- "split": PropTypes.func.isRequired,
273
- "startsWith": PropTypes.func.isRequired,
274
- "strike": PropTypes.func.isRequired,
275
- "sub": PropTypes.func.isRequired,
276
- "substr": PropTypes.func.isRequired,
277
- "substring": PropTypes.func.isRequired,
278
- "sup": PropTypes.func.isRequired,
279
- "toLocaleLowerCase": PropTypes.func.isRequired,
280
- "toLocaleUpperCase": PropTypes.func.isRequired,
281
- "toLowerCase": PropTypes.func.isRequired,
282
- "toString": PropTypes.func.isRequired,
283
- "toUpperCase": PropTypes.func.isRequired,
284
- "trim": PropTypes.func.isRequired,
285
- "trimEnd": PropTypes.func.isRequired,
286
- "trimLeft": PropTypes.func.isRequired,
287
- "trimRight": PropTypes.func.isRequired,
288
- "trimStart": PropTypes.func.isRequired,
289
- "valueOf": PropTypes.func.isRequired
290
- })]),
291
- "gridRow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
292
- "__@iterator": PropTypes.func.isRequired,
293
- "anchor": PropTypes.func.isRequired,
294
- "at": PropTypes.func.isRequired,
295
- "big": PropTypes.func.isRequired,
296
- "blink": PropTypes.func.isRequired,
297
- "bold": PropTypes.func.isRequired,
298
- "charAt": PropTypes.func.isRequired,
299
- "charCodeAt": PropTypes.func.isRequired,
300
- "codePointAt": PropTypes.func.isRequired,
301
- "concat": PropTypes.func.isRequired,
302
- "endsWith": PropTypes.func.isRequired,
303
- "fixed": PropTypes.func.isRequired,
304
- "fontcolor": PropTypes.func.isRequired,
305
- "fontsize": PropTypes.func.isRequired,
306
- "includes": PropTypes.func.isRequired,
307
- "indexOf": PropTypes.func.isRequired,
308
- "italics": PropTypes.func.isRequired,
309
- "lastIndexOf": PropTypes.func.isRequired,
310
- "length": PropTypes.number.isRequired,
311
- "link": PropTypes.func.isRequired,
312
- "localeCompare": PropTypes.func.isRequired,
313
- "match": PropTypes.func.isRequired,
314
- "matchAll": PropTypes.func.isRequired,
315
- "normalize": PropTypes.func.isRequired,
316
- "padEnd": PropTypes.func.isRequired,
317
- "padStart": PropTypes.func.isRequired,
318
- "repeat": PropTypes.func.isRequired,
319
- "replace": PropTypes.func.isRequired,
320
- "search": PropTypes.func.isRequired,
321
- "slice": PropTypes.func.isRequired,
322
- "small": PropTypes.func.isRequired,
323
- "split": PropTypes.func.isRequired,
324
- "startsWith": PropTypes.func.isRequired,
325
- "strike": PropTypes.func.isRequired,
326
- "sub": PropTypes.func.isRequired,
327
- "substr": PropTypes.func.isRequired,
328
- "substring": PropTypes.func.isRequired,
329
- "sup": PropTypes.func.isRequired,
330
- "toLocaleLowerCase": PropTypes.func.isRequired,
331
- "toLocaleUpperCase": PropTypes.func.isRequired,
332
- "toLowerCase": PropTypes.func.isRequired,
333
- "toString": PropTypes.func.isRequired,
334
- "toUpperCase": PropTypes.func.isRequired,
335
- "trim": PropTypes.func.isRequired,
336
- "trimEnd": PropTypes.func.isRequired,
337
- "trimLeft": PropTypes.func.isRequired,
338
- "trimRight": PropTypes.func.isRequired,
339
- "trimStart": PropTypes.func.isRequired,
340
- "valueOf": PropTypes.func.isRequired
341
- })])), PropTypes.object, PropTypes.shape({
342
- "__@iterator": PropTypes.func.isRequired,
343
- "anchor": PropTypes.func.isRequired,
344
- "at": PropTypes.func.isRequired,
345
- "big": PropTypes.func.isRequired,
346
- "blink": PropTypes.func.isRequired,
347
- "bold": PropTypes.func.isRequired,
348
- "charAt": PropTypes.func.isRequired,
349
- "charCodeAt": PropTypes.func.isRequired,
350
- "codePointAt": PropTypes.func.isRequired,
351
- "concat": PropTypes.func.isRequired,
352
- "endsWith": PropTypes.func.isRequired,
353
- "fixed": PropTypes.func.isRequired,
354
- "fontcolor": PropTypes.func.isRequired,
355
- "fontsize": PropTypes.func.isRequired,
356
- "includes": PropTypes.func.isRequired,
357
- "indexOf": PropTypes.func.isRequired,
358
- "italics": PropTypes.func.isRequired,
359
- "lastIndexOf": PropTypes.func.isRequired,
360
- "length": PropTypes.number.isRequired,
361
- "link": PropTypes.func.isRequired,
362
- "localeCompare": PropTypes.func.isRequired,
363
- "match": PropTypes.func.isRequired,
364
- "matchAll": PropTypes.func.isRequired,
365
- "normalize": PropTypes.func.isRequired,
366
- "padEnd": PropTypes.func.isRequired,
367
- "padStart": PropTypes.func.isRequired,
368
- "repeat": PropTypes.func.isRequired,
369
- "replace": PropTypes.func.isRequired,
370
- "search": PropTypes.func.isRequired,
371
- "slice": PropTypes.func.isRequired,
372
- "small": PropTypes.func.isRequired,
373
- "split": PropTypes.func.isRequired,
374
- "startsWith": PropTypes.func.isRequired,
375
- "strike": PropTypes.func.isRequired,
376
- "sub": PropTypes.func.isRequired,
377
- "substr": PropTypes.func.isRequired,
378
- "substring": PropTypes.func.isRequired,
379
- "sup": PropTypes.func.isRequired,
380
- "toLocaleLowerCase": PropTypes.func.isRequired,
381
- "toLocaleUpperCase": PropTypes.func.isRequired,
382
- "toLowerCase": PropTypes.func.isRequired,
383
- "toString": PropTypes.func.isRequired,
384
- "toUpperCase": PropTypes.func.isRequired,
385
- "trim": PropTypes.func.isRequired,
386
- "trimEnd": PropTypes.func.isRequired,
387
- "trimLeft": PropTypes.func.isRequired,
388
- "trimRight": PropTypes.func.isRequired,
389
- "trimStart": PropTypes.func.isRequired,
390
- "valueOf": PropTypes.func.isRequired
391
- })]),
392
- "hidden": PropTypes.bool,
393
- "id": PropTypes.string,
394
- "inlist": PropTypes.any,
395
- "inputMode": PropTypes.oneOf(["decimal", "email", "none", "numeric", "search", "tel", "text", "url"]),
396
- "is": PropTypes.string,
397
- "itemID": PropTypes.string,
398
- "itemProp": PropTypes.string,
399
- "itemRef": PropTypes.string,
400
- "itemScope": PropTypes.bool,
401
- "itemType": PropTypes.string,
402
- "justifySelf": PropTypes.string,
403
- "lang": PropTypes.string,
404
- "onAbort": PropTypes.func,
405
- "onAbortCapture": PropTypes.func,
406
- "onAnimationEnd": PropTypes.func,
407
- "onAnimationEndCapture": PropTypes.func,
408
- "onAnimationIteration": PropTypes.func,
409
- "onAnimationIterationCapture": PropTypes.func,
410
- "onAnimationStart": PropTypes.func,
411
- "onAnimationStartCapture": PropTypes.func,
412
- "onAuxClick": PropTypes.func,
413
- "onAuxClickCapture": PropTypes.func,
414
- "onBeforeInput": PropTypes.func,
415
- "onBeforeInputCapture": PropTypes.func,
416
- "onBlur": PropTypes.func,
417
- "onBlurCapture": PropTypes.func,
418
- "onCanPlay": PropTypes.func,
419
- "onCanPlayCapture": PropTypes.func,
420
- "onCanPlayThrough": PropTypes.func,
421
- "onCanPlayThroughCapture": PropTypes.func,
422
- "onChange": PropTypes.func,
423
- "onChangeCapture": PropTypes.func,
424
- "onClick": PropTypes.func,
425
- "onClickCapture": PropTypes.func,
426
- "onCompositionEnd": PropTypes.func,
427
- "onCompositionEndCapture": PropTypes.func,
428
- "onCompositionStart": PropTypes.func,
429
- "onCompositionStartCapture": PropTypes.func,
430
- "onCompositionUpdate": PropTypes.func,
431
- "onCompositionUpdateCapture": PropTypes.func,
432
- "onContextMenu": PropTypes.func,
433
- "onContextMenuCapture": PropTypes.func,
434
- "onCopy": PropTypes.func,
435
- "onCopyCapture": PropTypes.func,
436
- "onCut": PropTypes.func,
437
- "onCutCapture": PropTypes.func,
438
- "onDoubleClick": PropTypes.func,
439
- "onDoubleClickCapture": PropTypes.func,
440
- "onDrag": PropTypes.func,
441
- "onDragCapture": PropTypes.func,
442
- "onDragEnd": PropTypes.func,
443
- "onDragEndCapture": PropTypes.func,
444
- "onDragEnter": PropTypes.func,
445
- "onDragEnterCapture": PropTypes.func,
446
- "onDragExit": PropTypes.func,
447
- "onDragExitCapture": PropTypes.func,
448
- "onDragLeave": PropTypes.func,
449
- "onDragLeaveCapture": PropTypes.func,
450
- "onDragOver": PropTypes.func,
451
- "onDragOverCapture": PropTypes.func,
452
- "onDragStart": PropTypes.func,
453
- "onDragStartCapture": PropTypes.func,
454
- "onDrop": PropTypes.func,
455
- "onDropCapture": PropTypes.func,
456
- "onDurationChange": PropTypes.func,
457
- "onDurationChangeCapture": PropTypes.func,
458
- "onEmptied": PropTypes.func,
459
- "onEmptiedCapture": PropTypes.func,
460
- "onEncrypted": PropTypes.func,
461
- "onEncryptedCapture": PropTypes.func,
462
- "onEnded": PropTypes.func,
463
- "onEndedCapture": PropTypes.func,
464
- "onError": PropTypes.func,
465
- "onErrorCapture": PropTypes.func,
466
- "onFocus": PropTypes.func,
467
- "onFocusCapture": PropTypes.func,
468
- "onGotPointerCapture": PropTypes.func,
469
- "onGotPointerCaptureCapture": PropTypes.func,
470
- "onInput": PropTypes.func,
471
- "onInputCapture": PropTypes.func,
472
- "onInvalid": PropTypes.func,
473
- "onInvalidCapture": PropTypes.func,
474
- "onKeyDown": PropTypes.func,
475
- "onKeyDownCapture": PropTypes.func,
476
- "onKeyPress": PropTypes.func,
477
- "onKeyPressCapture": PropTypes.func,
478
- "onKeyUp": PropTypes.func,
479
- "onKeyUpCapture": PropTypes.func,
480
- "onLoad": PropTypes.func,
481
- "onLoadCapture": PropTypes.func,
482
- "onLoadedData": PropTypes.func,
483
- "onLoadedDataCapture": PropTypes.func,
484
- "onLoadedMetadata": PropTypes.func,
485
- "onLoadedMetadataCapture": PropTypes.func,
486
- "onLoadStart": PropTypes.func,
487
- "onLoadStartCapture": PropTypes.func,
488
- "onLostPointerCapture": PropTypes.func,
489
- "onLostPointerCaptureCapture": PropTypes.func,
490
- "onMouseDown": PropTypes.func,
491
- "onMouseDownCapture": PropTypes.func,
492
- "onMouseEnter": PropTypes.func,
493
- "onMouseLeave": PropTypes.func,
494
- "onMouseMove": PropTypes.func,
495
- "onMouseMoveCapture": PropTypes.func,
496
- "onMouseOut": PropTypes.func,
497
- "onMouseOutCapture": PropTypes.func,
498
- "onMouseOver": PropTypes.func,
499
- "onMouseOverCapture": PropTypes.func,
500
- "onMouseUp": PropTypes.func,
501
- "onMouseUpCapture": PropTypes.func,
502
- "onPaste": PropTypes.func,
503
- "onPasteCapture": PropTypes.func,
504
- "onPause": PropTypes.func,
505
- "onPauseCapture": PropTypes.func,
506
- "onPlay": PropTypes.func,
507
- "onPlayCapture": PropTypes.func,
508
- "onPlaying": PropTypes.func,
509
- "onPlayingCapture": PropTypes.func,
510
- "onPointerCancel": PropTypes.func,
511
- "onPointerCancelCapture": PropTypes.func,
512
- "onPointerDown": PropTypes.func,
513
- "onPointerDownCapture": PropTypes.func,
514
- "onPointerEnter": PropTypes.func,
515
- "onPointerEnterCapture": PropTypes.func,
516
- "onPointerLeave": PropTypes.func,
517
- "onPointerLeaveCapture": PropTypes.func,
518
- "onPointerMove": PropTypes.func,
519
- "onPointerMoveCapture": PropTypes.func,
520
- "onPointerOut": PropTypes.func,
521
- "onPointerOutCapture": PropTypes.func,
522
- "onPointerOver": PropTypes.func,
523
- "onPointerOverCapture": PropTypes.func,
524
- "onPointerUp": PropTypes.func,
525
- "onPointerUpCapture": PropTypes.func,
526
- "onProgress": PropTypes.func,
527
- "onProgressCapture": PropTypes.func,
528
- "onRateChange": PropTypes.func,
529
- "onRateChangeCapture": PropTypes.func,
530
- "onReset": PropTypes.func,
531
- "onResetCapture": PropTypes.func,
532
- "onScroll": PropTypes.func,
533
- "onScrollCapture": PropTypes.func,
534
- "onSeeked": PropTypes.func,
535
- "onSeekedCapture": PropTypes.func,
536
- "onSeeking": PropTypes.func,
537
- "onSeekingCapture": PropTypes.func,
538
- "onSelect": PropTypes.func,
539
- "onSelectCapture": PropTypes.func,
540
- "onStalled": PropTypes.func,
541
- "onStalledCapture": PropTypes.func,
542
- "onSubmit": PropTypes.func,
543
- "onSubmitCapture": PropTypes.func,
544
- "onSuspend": PropTypes.func,
545
- "onSuspendCapture": PropTypes.func,
546
- "onTimeUpdate": PropTypes.func,
547
- "onTimeUpdateCapture": PropTypes.func,
548
- "onTouchCancel": PropTypes.func,
549
- "onTouchCancelCapture": PropTypes.func,
550
- "onTouchEnd": PropTypes.func,
551
- "onTouchEndCapture": PropTypes.func,
552
- "onTouchMove": PropTypes.func,
553
- "onTouchMoveCapture": PropTypes.func,
554
- "onTouchStart": PropTypes.func,
555
- "onTouchStartCapture": PropTypes.func,
556
- "onTransitionEnd": PropTypes.func,
557
- "onTransitionEndCapture": PropTypes.func,
558
- "onVolumeChange": PropTypes.func,
559
- "onVolumeChangeCapture": PropTypes.func,
560
- "onWaiting": PropTypes.func,
561
- "onWaitingCapture": PropTypes.func,
562
- "onWheel": PropTypes.func,
563
- "onWheelCapture": PropTypes.func,
564
- "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
565
- "__@toStringTag": PropTypes.string.isRequired,
566
- "description": PropTypes.string,
567
- "toString": PropTypes.func.isRequired,
568
- "valueOf": PropTypes.func.isRequired
569
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
570
- "__@toStringTag": PropTypes.string.isRequired,
571
- "description": PropTypes.string,
572
- "toString": PropTypes.func.isRequired,
573
- "valueOf": PropTypes.func.isRequired
574
- }), PropTypes.string]),
575
- "padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
576
- "__@toStringTag": PropTypes.string.isRequired,
577
- "description": PropTypes.string,
578
- "toString": PropTypes.func.isRequired,
579
- "valueOf": PropTypes.func.isRequired
580
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
581
- "__@toStringTag": PropTypes.string.isRequired,
582
- "description": PropTypes.string,
583
- "toString": PropTypes.func.isRequired,
584
- "valueOf": PropTypes.func.isRequired
585
- }), PropTypes.string]),
586
- "paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
587
- "__@toStringTag": PropTypes.string.isRequired,
588
- "description": PropTypes.string,
589
- "toString": PropTypes.func.isRequired,
590
- "valueOf": PropTypes.func.isRequired
591
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
592
- "__@toStringTag": PropTypes.string.isRequired,
593
- "description": PropTypes.string,
594
- "toString": PropTypes.func.isRequired,
595
- "valueOf": PropTypes.func.isRequired
596
- }), PropTypes.string]),
597
- "paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
598
- "__@toStringTag": PropTypes.string.isRequired,
599
- "description": PropTypes.string,
600
- "toString": PropTypes.func.isRequired,
601
- "valueOf": PropTypes.func.isRequired
602
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
603
- "__@toStringTag": PropTypes.string.isRequired,
604
- "description": PropTypes.string,
605
- "toString": PropTypes.func.isRequired,
606
- "valueOf": PropTypes.func.isRequired
607
- }), PropTypes.string]),
608
- "paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
609
- "__@toStringTag": PropTypes.string.isRequired,
610
- "description": PropTypes.string,
611
- "toString": PropTypes.func.isRequired,
612
- "valueOf": PropTypes.func.isRequired
613
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
614
- "__@toStringTag": PropTypes.string.isRequired,
615
- "description": PropTypes.string,
616
- "toString": PropTypes.func.isRequired,
617
- "valueOf": PropTypes.func.isRequired
618
- }), PropTypes.string]),
619
- "paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
620
- "__@toStringTag": PropTypes.string.isRequired,
621
- "description": PropTypes.string,
622
- "toString": PropTypes.func.isRequired,
623
- "valueOf": PropTypes.func.isRequired
624
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
625
- "__@toStringTag": PropTypes.string.isRequired,
626
- "description": PropTypes.string,
627
- "toString": PropTypes.func.isRequired,
628
- "valueOf": PropTypes.func.isRequired
629
- }), PropTypes.string]),
630
- "paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
631
- "__@toStringTag": PropTypes.string.isRequired,
632
- "description": PropTypes.string,
633
- "toString": PropTypes.func.isRequired,
634
- "valueOf": PropTypes.func.isRequired
635
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
636
- "__@toStringTag": PropTypes.string.isRequired,
637
- "description": PropTypes.string,
638
- "toString": PropTypes.func.isRequired,
639
- "valueOf": PropTypes.func.isRequired
640
- }), PropTypes.string]),
641
- "paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
642
- "__@toStringTag": PropTypes.string.isRequired,
643
- "description": PropTypes.string,
644
- "toString": PropTypes.func.isRequired,
645
- "valueOf": PropTypes.func.isRequired
646
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
647
- "__@toStringTag": PropTypes.string.isRequired,
648
- "description": PropTypes.string,
649
- "toString": PropTypes.func.isRequired,
650
- "valueOf": PropTypes.func.isRequired
651
- }), PropTypes.string]),
652
- "pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
653
- "__@toStringTag": PropTypes.string.isRequired,
654
- "description": PropTypes.string,
655
- "toString": PropTypes.func.isRequired,
656
- "valueOf": PropTypes.func.isRequired
657
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
658
- "__@toStringTag": PropTypes.string.isRequired,
659
- "description": PropTypes.string,
660
- "toString": PropTypes.func.isRequired,
661
- "valueOf": PropTypes.func.isRequired
662
- }), PropTypes.string]),
663
- "pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
664
- "__@toStringTag": PropTypes.string.isRequired,
665
- "description": PropTypes.string,
666
- "toString": PropTypes.func.isRequired,
667
- "valueOf": PropTypes.func.isRequired
668
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
669
- "__@toStringTag": PropTypes.string.isRequired,
670
- "description": PropTypes.string,
671
- "toString": PropTypes.func.isRequired,
672
- "valueOf": PropTypes.func.isRequired
673
- }), PropTypes.string]),
674
- "placeholder": PropTypes.string,
675
- "pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
676
- "__@toStringTag": PropTypes.string.isRequired,
677
- "description": PropTypes.string,
678
- "toString": PropTypes.func.isRequired,
679
- "valueOf": PropTypes.func.isRequired
680
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
681
- "__@toStringTag": PropTypes.string.isRequired,
682
- "description": PropTypes.string,
683
- "toString": PropTypes.func.isRequired,
684
- "valueOf": PropTypes.func.isRequired
685
- }), PropTypes.string]),
686
- "prefix": PropTypes.string,
687
- "property": PropTypes.string,
688
- "pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
689
- "__@toStringTag": PropTypes.string.isRequired,
690
- "description": PropTypes.string,
691
- "toString": PropTypes.func.isRequired,
692
- "valueOf": PropTypes.func.isRequired
693
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
694
- "__@toStringTag": PropTypes.string.isRequired,
695
- "description": PropTypes.string,
696
- "toString": PropTypes.func.isRequired,
697
- "valueOf": PropTypes.func.isRequired
698
- }), PropTypes.string]),
699
- "px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
700
- "__@toStringTag": PropTypes.string.isRequired,
701
- "description": PropTypes.string,
702
- "toString": PropTypes.func.isRequired,
703
- "valueOf": PropTypes.func.isRequired
704
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
705
- "__@toStringTag": PropTypes.string.isRequired,
706
- "description": PropTypes.string,
707
- "toString": PropTypes.func.isRequired,
708
- "valueOf": PropTypes.func.isRequired
709
- }), PropTypes.string]),
710
- "py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
711
- "__@toStringTag": PropTypes.string.isRequired,
712
- "description": PropTypes.string,
713
- "toString": PropTypes.func.isRequired,
714
- "valueOf": PropTypes.func.isRequired
715
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
716
- "__@toStringTag": PropTypes.string.isRequired,
717
- "description": PropTypes.string,
718
- "toString": PropTypes.func.isRequired,
719
- "valueOf": PropTypes.func.isRequired
720
- }), PropTypes.string]),
721
- "radioGroup": PropTypes.string,
722
- "resource": PropTypes.string,
723
- "responsiveSettings": PropTypes.arrayOf(PropTypes.shape({
724
- "alignSelf": PropTypes.string,
725
- "gridArea": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
726
- "__@iterator": PropTypes.func.isRequired,
727
- "anchor": PropTypes.func.isRequired,
728
- "at": PropTypes.func.isRequired,
729
- "big": PropTypes.func.isRequired,
730
- "blink": PropTypes.func.isRequired,
731
- "bold": PropTypes.func.isRequired,
732
- "charAt": PropTypes.func.isRequired,
733
- "charCodeAt": PropTypes.func.isRequired,
734
- "codePointAt": PropTypes.func.isRequired,
735
- "concat": PropTypes.func.isRequired,
736
- "endsWith": PropTypes.func.isRequired,
737
- "fixed": PropTypes.func.isRequired,
738
- "fontcolor": PropTypes.func.isRequired,
739
- "fontsize": PropTypes.func.isRequired,
740
- "includes": PropTypes.func.isRequired,
741
- "indexOf": PropTypes.func.isRequired,
742
- "italics": PropTypes.func.isRequired,
743
- "lastIndexOf": PropTypes.func.isRequired,
744
- "length": PropTypes.number.isRequired,
745
- "link": PropTypes.func.isRequired,
746
- "localeCompare": PropTypes.func.isRequired,
747
- "match": PropTypes.func.isRequired,
748
- "matchAll": PropTypes.func.isRequired,
749
- "normalize": PropTypes.func.isRequired,
750
- "padEnd": PropTypes.func.isRequired,
751
- "padStart": PropTypes.func.isRequired,
752
- "repeat": PropTypes.func.isRequired,
753
- "replace": PropTypes.func.isRequired,
754
- "search": PropTypes.func.isRequired,
755
- "slice": PropTypes.func.isRequired,
756
- "small": PropTypes.func.isRequired,
757
- "split": PropTypes.func.isRequired,
758
- "startsWith": PropTypes.func.isRequired,
759
- "strike": PropTypes.func.isRequired,
760
- "sub": PropTypes.func.isRequired,
761
- "substr": PropTypes.func.isRequired,
762
- "substring": PropTypes.func.isRequired,
763
- "sup": PropTypes.func.isRequired,
764
- "toLocaleLowerCase": PropTypes.func.isRequired,
765
- "toLocaleUpperCase": PropTypes.func.isRequired,
766
- "toLowerCase": PropTypes.func.isRequired,
767
- "toString": PropTypes.func.isRequired,
768
- "toUpperCase": PropTypes.func.isRequired,
769
- "trim": PropTypes.func.isRequired,
770
- "trimEnd": PropTypes.func.isRequired,
771
- "trimLeft": PropTypes.func.isRequired,
772
- "trimRight": PropTypes.func.isRequired,
773
- "trimStart": PropTypes.func.isRequired,
774
- "valueOf": PropTypes.func.isRequired
775
- })])), PropTypes.object, PropTypes.shape({
776
- "__@iterator": PropTypes.func.isRequired,
777
- "anchor": PropTypes.func.isRequired,
778
- "at": PropTypes.func.isRequired,
779
- "big": PropTypes.func.isRequired,
780
- "blink": PropTypes.func.isRequired,
781
- "bold": PropTypes.func.isRequired,
782
- "charAt": PropTypes.func.isRequired,
783
- "charCodeAt": PropTypes.func.isRequired,
784
- "codePointAt": PropTypes.func.isRequired,
785
- "concat": PropTypes.func.isRequired,
786
- "endsWith": PropTypes.func.isRequired,
787
- "fixed": PropTypes.func.isRequired,
788
- "fontcolor": PropTypes.func.isRequired,
789
- "fontsize": PropTypes.func.isRequired,
790
- "includes": PropTypes.func.isRequired,
791
- "indexOf": PropTypes.func.isRequired,
792
- "italics": PropTypes.func.isRequired,
793
- "lastIndexOf": PropTypes.func.isRequired,
794
- "length": PropTypes.number.isRequired,
795
- "link": PropTypes.func.isRequired,
796
- "localeCompare": PropTypes.func.isRequired,
797
- "match": PropTypes.func.isRequired,
798
- "matchAll": PropTypes.func.isRequired,
799
- "normalize": PropTypes.func.isRequired,
800
- "padEnd": PropTypes.func.isRequired,
801
- "padStart": PropTypes.func.isRequired,
802
- "repeat": PropTypes.func.isRequired,
803
- "replace": PropTypes.func.isRequired,
804
- "search": PropTypes.func.isRequired,
805
- "slice": PropTypes.func.isRequired,
806
- "small": PropTypes.func.isRequired,
807
- "split": PropTypes.func.isRequired,
808
- "startsWith": PropTypes.func.isRequired,
809
- "strike": PropTypes.func.isRequired,
810
- "sub": PropTypes.func.isRequired,
811
- "substr": PropTypes.func.isRequired,
812
- "substring": PropTypes.func.isRequired,
813
- "sup": PropTypes.func.isRequired,
814
- "toLocaleLowerCase": PropTypes.func.isRequired,
815
- "toLocaleUpperCase": PropTypes.func.isRequired,
816
- "toLowerCase": PropTypes.func.isRequired,
817
- "toString": PropTypes.func.isRequired,
818
- "toUpperCase": PropTypes.func.isRequired,
819
- "trim": PropTypes.func.isRequired,
820
- "trimEnd": PropTypes.func.isRequired,
821
- "trimLeft": PropTypes.func.isRequired,
822
- "trimRight": PropTypes.func.isRequired,
823
- "trimStart": PropTypes.func.isRequired,
824
- "valueOf": PropTypes.func.isRequired
825
- })]),
826
- "gridColumn": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
827
- "__@iterator": PropTypes.func.isRequired,
828
- "anchor": PropTypes.func.isRequired,
829
- "at": PropTypes.func.isRequired,
830
- "big": PropTypes.func.isRequired,
831
- "blink": PropTypes.func.isRequired,
832
- "bold": PropTypes.func.isRequired,
833
- "charAt": PropTypes.func.isRequired,
834
- "charCodeAt": PropTypes.func.isRequired,
835
- "codePointAt": PropTypes.func.isRequired,
836
- "concat": PropTypes.func.isRequired,
837
- "endsWith": PropTypes.func.isRequired,
838
- "fixed": PropTypes.func.isRequired,
839
- "fontcolor": PropTypes.func.isRequired,
840
- "fontsize": PropTypes.func.isRequired,
841
- "includes": PropTypes.func.isRequired,
842
- "indexOf": PropTypes.func.isRequired,
843
- "italics": PropTypes.func.isRequired,
844
- "lastIndexOf": PropTypes.func.isRequired,
845
- "length": PropTypes.number.isRequired,
846
- "link": PropTypes.func.isRequired,
847
- "localeCompare": PropTypes.func.isRequired,
848
- "match": PropTypes.func.isRequired,
849
- "matchAll": PropTypes.func.isRequired,
850
- "normalize": PropTypes.func.isRequired,
851
- "padEnd": PropTypes.func.isRequired,
852
- "padStart": PropTypes.func.isRequired,
853
- "repeat": PropTypes.func.isRequired,
854
- "replace": PropTypes.func.isRequired,
855
- "search": PropTypes.func.isRequired,
856
- "slice": PropTypes.func.isRequired,
857
- "small": PropTypes.func.isRequired,
858
- "split": PropTypes.func.isRequired,
859
- "startsWith": PropTypes.func.isRequired,
860
- "strike": PropTypes.func.isRequired,
861
- "sub": PropTypes.func.isRequired,
862
- "substr": PropTypes.func.isRequired,
863
- "substring": PropTypes.func.isRequired,
864
- "sup": PropTypes.func.isRequired,
865
- "toLocaleLowerCase": PropTypes.func.isRequired,
866
- "toLocaleUpperCase": PropTypes.func.isRequired,
867
- "toLowerCase": PropTypes.func.isRequired,
868
- "toString": PropTypes.func.isRequired,
869
- "toUpperCase": PropTypes.func.isRequired,
870
- "trim": PropTypes.func.isRequired,
871
- "trimEnd": PropTypes.func.isRequired,
872
- "trimLeft": PropTypes.func.isRequired,
873
- "trimRight": PropTypes.func.isRequired,
874
- "trimStart": PropTypes.func.isRequired,
875
- "valueOf": PropTypes.func.isRequired
876
- })])), PropTypes.object, PropTypes.shape({
877
- "__@iterator": PropTypes.func.isRequired,
878
- "anchor": PropTypes.func.isRequired,
879
- "at": PropTypes.func.isRequired,
880
- "big": PropTypes.func.isRequired,
881
- "blink": PropTypes.func.isRequired,
882
- "bold": PropTypes.func.isRequired,
883
- "charAt": PropTypes.func.isRequired,
884
- "charCodeAt": PropTypes.func.isRequired,
885
- "codePointAt": PropTypes.func.isRequired,
886
- "concat": PropTypes.func.isRequired,
887
- "endsWith": PropTypes.func.isRequired,
888
- "fixed": PropTypes.func.isRequired,
889
- "fontcolor": PropTypes.func.isRequired,
890
- "fontsize": PropTypes.func.isRequired,
891
- "includes": PropTypes.func.isRequired,
892
- "indexOf": PropTypes.func.isRequired,
893
- "italics": PropTypes.func.isRequired,
894
- "lastIndexOf": PropTypes.func.isRequired,
895
- "length": PropTypes.number.isRequired,
896
- "link": PropTypes.func.isRequired,
897
- "localeCompare": PropTypes.func.isRequired,
898
- "match": PropTypes.func.isRequired,
899
- "matchAll": PropTypes.func.isRequired,
900
- "normalize": PropTypes.func.isRequired,
901
- "padEnd": PropTypes.func.isRequired,
902
- "padStart": PropTypes.func.isRequired,
903
- "repeat": PropTypes.func.isRequired,
904
- "replace": PropTypes.func.isRequired,
905
- "search": PropTypes.func.isRequired,
906
- "slice": PropTypes.func.isRequired,
907
- "small": PropTypes.func.isRequired,
908
- "split": PropTypes.func.isRequired,
909
- "startsWith": PropTypes.func.isRequired,
910
- "strike": PropTypes.func.isRequired,
911
- "sub": PropTypes.func.isRequired,
912
- "substr": PropTypes.func.isRequired,
913
- "substring": PropTypes.func.isRequired,
914
- "sup": PropTypes.func.isRequired,
915
- "toLocaleLowerCase": PropTypes.func.isRequired,
916
- "toLocaleUpperCase": PropTypes.func.isRequired,
917
- "toLowerCase": PropTypes.func.isRequired,
918
- "toString": PropTypes.func.isRequired,
919
- "toUpperCase": PropTypes.func.isRequired,
920
- "trim": PropTypes.func.isRequired,
921
- "trimEnd": PropTypes.func.isRequired,
922
- "trimLeft": PropTypes.func.isRequired,
923
- "trimRight": PropTypes.func.isRequired,
924
- "trimStart": PropTypes.func.isRequired,
925
- "valueOf": PropTypes.func.isRequired
926
- })]),
927
- "gridRow": PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset"]), PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf(["-moz-initial", "auto", "inherit", "initial", "revert", "unset", null]), PropTypes.shape({
928
- "__@iterator": PropTypes.func.isRequired,
929
- "anchor": PropTypes.func.isRequired,
930
- "at": PropTypes.func.isRequired,
931
- "big": PropTypes.func.isRequired,
932
- "blink": PropTypes.func.isRequired,
933
- "bold": PropTypes.func.isRequired,
934
- "charAt": PropTypes.func.isRequired,
935
- "charCodeAt": PropTypes.func.isRequired,
936
- "codePointAt": PropTypes.func.isRequired,
937
- "concat": PropTypes.func.isRequired,
938
- "endsWith": PropTypes.func.isRequired,
939
- "fixed": PropTypes.func.isRequired,
940
- "fontcolor": PropTypes.func.isRequired,
941
- "fontsize": PropTypes.func.isRequired,
942
- "includes": PropTypes.func.isRequired,
943
- "indexOf": PropTypes.func.isRequired,
944
- "italics": PropTypes.func.isRequired,
945
- "lastIndexOf": PropTypes.func.isRequired,
946
- "length": PropTypes.number.isRequired,
947
- "link": PropTypes.func.isRequired,
948
- "localeCompare": PropTypes.func.isRequired,
949
- "match": PropTypes.func.isRequired,
950
- "matchAll": PropTypes.func.isRequired,
951
- "normalize": PropTypes.func.isRequired,
952
- "padEnd": PropTypes.func.isRequired,
953
- "padStart": PropTypes.func.isRequired,
954
- "repeat": PropTypes.func.isRequired,
955
- "replace": PropTypes.func.isRequired,
956
- "search": PropTypes.func.isRequired,
957
- "slice": PropTypes.func.isRequired,
958
- "small": PropTypes.func.isRequired,
959
- "split": PropTypes.func.isRequired,
960
- "startsWith": PropTypes.func.isRequired,
961
- "strike": PropTypes.func.isRequired,
962
- "sub": PropTypes.func.isRequired,
963
- "substr": PropTypes.func.isRequired,
964
- "substring": PropTypes.func.isRequired,
965
- "sup": PropTypes.func.isRequired,
966
- "toLocaleLowerCase": PropTypes.func.isRequired,
967
- "toLocaleUpperCase": PropTypes.func.isRequired,
968
- "toLowerCase": PropTypes.func.isRequired,
969
- "toString": PropTypes.func.isRequired,
970
- "toUpperCase": PropTypes.func.isRequired,
971
- "trim": PropTypes.func.isRequired,
972
- "trimEnd": PropTypes.func.isRequired,
973
- "trimLeft": PropTypes.func.isRequired,
974
- "trimRight": PropTypes.func.isRequired,
975
- "trimStart": PropTypes.func.isRequired,
976
- "valueOf": PropTypes.func.isRequired
977
- })])), PropTypes.object, PropTypes.shape({
978
- "__@iterator": PropTypes.func.isRequired,
979
- "anchor": PropTypes.func.isRequired,
980
- "at": PropTypes.func.isRequired,
981
- "big": PropTypes.func.isRequired,
982
- "blink": PropTypes.func.isRequired,
983
- "bold": PropTypes.func.isRequired,
984
- "charAt": PropTypes.func.isRequired,
985
- "charCodeAt": PropTypes.func.isRequired,
986
- "codePointAt": PropTypes.func.isRequired,
987
- "concat": PropTypes.func.isRequired,
988
- "endsWith": PropTypes.func.isRequired,
989
- "fixed": PropTypes.func.isRequired,
990
- "fontcolor": PropTypes.func.isRequired,
991
- "fontsize": PropTypes.func.isRequired,
992
- "includes": PropTypes.func.isRequired,
993
- "indexOf": PropTypes.func.isRequired,
994
- "italics": PropTypes.func.isRequired,
995
- "lastIndexOf": PropTypes.func.isRequired,
996
- "length": PropTypes.number.isRequired,
997
- "link": PropTypes.func.isRequired,
998
- "localeCompare": PropTypes.func.isRequired,
999
- "match": PropTypes.func.isRequired,
1000
- "matchAll": PropTypes.func.isRequired,
1001
- "normalize": PropTypes.func.isRequired,
1002
- "padEnd": PropTypes.func.isRequired,
1003
- "padStart": PropTypes.func.isRequired,
1004
- "repeat": PropTypes.func.isRequired,
1005
- "replace": PropTypes.func.isRequired,
1006
- "search": PropTypes.func.isRequired,
1007
- "slice": PropTypes.func.isRequired,
1008
- "small": PropTypes.func.isRequired,
1009
- "split": PropTypes.func.isRequired,
1010
- "startsWith": PropTypes.func.isRequired,
1011
- "strike": PropTypes.func.isRequired,
1012
- "sub": PropTypes.func.isRequired,
1013
- "substr": PropTypes.func.isRequired,
1014
- "substring": PropTypes.func.isRequired,
1015
- "sup": PropTypes.func.isRequired,
1016
- "toLocaleLowerCase": PropTypes.func.isRequired,
1017
- "toLocaleUpperCase": PropTypes.func.isRequired,
1018
- "toLowerCase": PropTypes.func.isRequired,
1019
- "toString": PropTypes.func.isRequired,
1020
- "toUpperCase": PropTypes.func.isRequired,
1021
- "trim": PropTypes.func.isRequired,
1022
- "trimEnd": PropTypes.func.isRequired,
1023
- "trimLeft": PropTypes.func.isRequired,
1024
- "trimRight": PropTypes.func.isRequired,
1025
- "trimStart": PropTypes.func.isRequired,
1026
- "valueOf": PropTypes.func.isRequired
1027
- })]),
1028
- "justifySelf": PropTypes.string,
1029
- "maxWidth": PropTypes.string,
1030
- "p": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1031
- "__@toStringTag": PropTypes.string.isRequired,
1032
- "description": PropTypes.string,
1033
- "toString": PropTypes.func.isRequired,
1034
- "valueOf": PropTypes.func.isRequired
1035
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1036
- "__@toStringTag": PropTypes.string.isRequired,
1037
- "description": PropTypes.string,
1038
- "toString": PropTypes.func.isRequired,
1039
- "valueOf": PropTypes.func.isRequired
1040
- }), PropTypes.string]),
1041
- "padding": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1042
- "__@toStringTag": PropTypes.string.isRequired,
1043
- "description": PropTypes.string,
1044
- "toString": PropTypes.func.isRequired,
1045
- "valueOf": PropTypes.func.isRequired
1046
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1047
- "__@toStringTag": PropTypes.string.isRequired,
1048
- "description": PropTypes.string,
1049
- "toString": PropTypes.func.isRequired,
1050
- "valueOf": PropTypes.func.isRequired
1051
- }), PropTypes.string]),
1052
- "paddingBottom": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1053
- "__@toStringTag": PropTypes.string.isRequired,
1054
- "description": PropTypes.string,
1055
- "toString": PropTypes.func.isRequired,
1056
- "valueOf": PropTypes.func.isRequired
1057
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1058
- "__@toStringTag": PropTypes.string.isRequired,
1059
- "description": PropTypes.string,
1060
- "toString": PropTypes.func.isRequired,
1061
- "valueOf": PropTypes.func.isRequired
1062
- }), PropTypes.string]),
1063
- "paddingLeft": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1064
- "__@toStringTag": PropTypes.string.isRequired,
1065
- "description": PropTypes.string,
1066
- "toString": PropTypes.func.isRequired,
1067
- "valueOf": PropTypes.func.isRequired
1068
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1069
- "__@toStringTag": PropTypes.string.isRequired,
1070
- "description": PropTypes.string,
1071
- "toString": PropTypes.func.isRequired,
1072
- "valueOf": PropTypes.func.isRequired
1073
- }), PropTypes.string]),
1074
- "paddingRight": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1075
- "__@toStringTag": PropTypes.string.isRequired,
1076
- "description": PropTypes.string,
1077
- "toString": PropTypes.func.isRequired,
1078
- "valueOf": PropTypes.func.isRequired
1079
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1080
- "__@toStringTag": PropTypes.string.isRequired,
1081
- "description": PropTypes.string,
1082
- "toString": PropTypes.func.isRequired,
1083
- "valueOf": PropTypes.func.isRequired
1084
- }), PropTypes.string]),
1085
- "paddingTop": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1086
- "__@toStringTag": PropTypes.string.isRequired,
1087
- "description": PropTypes.string,
1088
- "toString": PropTypes.func.isRequired,
1089
- "valueOf": PropTypes.func.isRequired
1090
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1091
- "__@toStringTag": PropTypes.string.isRequired,
1092
- "description": PropTypes.string,
1093
- "toString": PropTypes.func.isRequired,
1094
- "valueOf": PropTypes.func.isRequired
1095
- }), PropTypes.string]),
1096
- "paddingX": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1097
- "__@toStringTag": PropTypes.string.isRequired,
1098
- "description": PropTypes.string,
1099
- "toString": PropTypes.func.isRequired,
1100
- "valueOf": PropTypes.func.isRequired
1101
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1102
- "__@toStringTag": PropTypes.string.isRequired,
1103
- "description": PropTypes.string,
1104
- "toString": PropTypes.func.isRequired,
1105
- "valueOf": PropTypes.func.isRequired
1106
- }), PropTypes.string]),
1107
- "paddingY": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1108
- "__@toStringTag": PropTypes.string.isRequired,
1109
- "description": PropTypes.string,
1110
- "toString": PropTypes.func.isRequired,
1111
- "valueOf": PropTypes.func.isRequired
1112
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1113
- "__@toStringTag": PropTypes.string.isRequired,
1114
- "description": PropTypes.string,
1115
- "toString": PropTypes.func.isRequired,
1116
- "valueOf": PropTypes.func.isRequired
1117
- }), PropTypes.string]),
1118
- "pb": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1119
- "__@toStringTag": PropTypes.string.isRequired,
1120
- "description": PropTypes.string,
1121
- "toString": PropTypes.func.isRequired,
1122
- "valueOf": PropTypes.func.isRequired
1123
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1124
- "__@toStringTag": PropTypes.string.isRequired,
1125
- "description": PropTypes.string,
1126
- "toString": PropTypes.func.isRequired,
1127
- "valueOf": PropTypes.func.isRequired
1128
- }), PropTypes.string]),
1129
- "pl": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1130
- "__@toStringTag": PropTypes.string.isRequired,
1131
- "description": PropTypes.string,
1132
- "toString": PropTypes.func.isRequired,
1133
- "valueOf": PropTypes.func.isRequired
1134
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1135
- "__@toStringTag": PropTypes.string.isRequired,
1136
- "description": PropTypes.string,
1137
- "toString": PropTypes.func.isRequired,
1138
- "valueOf": PropTypes.func.isRequired
1139
- }), PropTypes.string]),
1140
- "pr": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1141
- "__@toStringTag": PropTypes.string.isRequired,
1142
- "description": PropTypes.string,
1143
- "toString": PropTypes.func.isRequired,
1144
- "valueOf": PropTypes.func.isRequired
1145
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1146
- "__@toStringTag": PropTypes.string.isRequired,
1147
- "description": PropTypes.string,
1148
- "toString": PropTypes.func.isRequired,
1149
- "valueOf": PropTypes.func.isRequired
1150
- }), PropTypes.string]),
1151
- "pt": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1152
- "__@toStringTag": PropTypes.string.isRequired,
1153
- "description": PropTypes.string,
1154
- "toString": PropTypes.func.isRequired,
1155
- "valueOf": PropTypes.func.isRequired
1156
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1157
- "__@toStringTag": PropTypes.string.isRequired,
1158
- "description": PropTypes.string,
1159
- "toString": PropTypes.func.isRequired,
1160
- "valueOf": PropTypes.func.isRequired
1161
- }), PropTypes.string]),
1162
- "px": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1163
- "__@toStringTag": PropTypes.string.isRequired,
1164
- "description": PropTypes.string,
1165
- "toString": PropTypes.func.isRequired,
1166
- "valueOf": PropTypes.func.isRequired
1167
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1168
- "__@toStringTag": PropTypes.string.isRequired,
1169
- "description": PropTypes.string,
1170
- "toString": PropTypes.func.isRequired,
1171
- "valueOf": PropTypes.func.isRequired
1172
- }), PropTypes.string]),
1173
- "py": PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.oneOf([null]), PropTypes.number, PropTypes.shape({
1174
- "__@toStringTag": PropTypes.string.isRequired,
1175
- "description": PropTypes.string,
1176
- "toString": PropTypes.func.isRequired,
1177
- "valueOf": PropTypes.func.isRequired
1178
- }), PropTypes.string])), PropTypes.number, PropTypes.object, PropTypes.shape({
1179
- "__@toStringTag": PropTypes.string.isRequired,
1180
- "description": PropTypes.string,
1181
- "toString": PropTypes.func.isRequired,
1182
- "valueOf": PropTypes.func.isRequired
1183
- }), PropTypes.string])
1184
- })),
1185
- "results": PropTypes.number,
1186
- "role": PropTypes.oneOfType([PropTypes.oneOf(["alert", "alertdialog", "application", "article", "banner", "button", "cell", "checkbox", "columnheader", "combobox", "complementary", "contentinfo", "definition", "dialog", "directory", "document", "feed", "figure", "form", "grid", "gridcell", "group", "heading", "img", "link", "list", "listbox", "listitem", "log", "main", "marquee", "math", "menu", "menubar", "menuitem", "menuitemcheckbox", "menuitemradio", "navigation", "none", "note", "option", "presentation", "progressbar", "radio", "radiogroup", "region", "row", "rowgroup", "rowheader", "scrollbar", "search", "searchbox", "separator", "slider", "spinbutton", "status", "switch", "tab", "table", "tablist", "tabpanel", "term", "textbox", "timer", "toolbar", "tooltip", "tree", "treegrid", "treeitem"]), PropTypes.shape({
1187
- "__@iterator": PropTypes.func.isRequired,
1188
- "anchor": PropTypes.func.isRequired,
1189
- "at": PropTypes.func.isRequired,
1190
- "big": PropTypes.func.isRequired,
1191
- "blink": PropTypes.func.isRequired,
1192
- "bold": PropTypes.func.isRequired,
1193
- "charAt": PropTypes.func.isRequired,
1194
- "charCodeAt": PropTypes.func.isRequired,
1195
- "codePointAt": PropTypes.func.isRequired,
1196
- "concat": PropTypes.func.isRequired,
1197
- "endsWith": PropTypes.func.isRequired,
1198
- "fixed": PropTypes.func.isRequired,
1199
- "fontcolor": PropTypes.func.isRequired,
1200
- "fontsize": PropTypes.func.isRequired,
1201
- "includes": PropTypes.func.isRequired,
1202
- "indexOf": PropTypes.func.isRequired,
1203
- "italics": PropTypes.func.isRequired,
1204
- "lastIndexOf": PropTypes.func.isRequired,
1205
- "length": PropTypes.number.isRequired,
1206
- "link": PropTypes.func.isRequired,
1207
- "localeCompare": PropTypes.func.isRequired,
1208
- "match": PropTypes.func.isRequired,
1209
- "matchAll": PropTypes.func.isRequired,
1210
- "normalize": PropTypes.func.isRequired,
1211
- "padEnd": PropTypes.func.isRequired,
1212
- "padStart": PropTypes.func.isRequired,
1213
- "repeat": PropTypes.func.isRequired,
1214
- "replace": PropTypes.func.isRequired,
1215
- "search": PropTypes.func.isRequired,
1216
- "slice": PropTypes.func.isRequired,
1217
- "small": PropTypes.func.isRequired,
1218
- "split": PropTypes.func.isRequired,
1219
- "startsWith": PropTypes.func.isRequired,
1220
- "strike": PropTypes.func.isRequired,
1221
- "sub": PropTypes.func.isRequired,
1222
- "substr": PropTypes.func.isRequired,
1223
- "substring": PropTypes.func.isRequired,
1224
- "sup": PropTypes.func.isRequired,
1225
- "toLocaleLowerCase": PropTypes.func.isRequired,
1226
- "toLocaleUpperCase": PropTypes.func.isRequired,
1227
- "toLowerCase": PropTypes.func.isRequired,
1228
- "toString": PropTypes.func.isRequired,
1229
- "toUpperCase": PropTypes.func.isRequired,
1230
- "trim": PropTypes.func.isRequired,
1231
- "trimEnd": PropTypes.func.isRequired,
1232
- "trimLeft": PropTypes.func.isRequired,
1233
- "trimRight": PropTypes.func.isRequired,
1234
- "trimStart": PropTypes.func.isRequired,
1235
- "valueOf": PropTypes.func.isRequired
1236
- })]),
1237
- "security": PropTypes.string,
1238
- "slot": PropTypes.string,
1239
- "spellCheck": PropTypes.oneOfType([PropTypes.oneOf(["false", "true"]), PropTypes.bool]),
1240
- "style": PropTypes.object,
1241
- "suppressContentEditableWarning": PropTypes.bool,
1242
- "suppressHydrationWarning": PropTypes.bool,
1243
- "tabIndex": PropTypes.number,
1244
- "title": PropTypes.string,
1245
- "translate": PropTypes.oneOf(["no", "yes"]),
1246
- "typeof": PropTypes.string,
1247
- "unselectable": PropTypes.oneOf(["off", "on"]),
1248
- "vocab": PropTypes.string
1249
- };
1250
- export { GridItem };
1251
15
  GridItem.displayName = "GridItem";
1252
16
  export default GridItem;