carbon-react 124.2.0 → 124.2.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 (499) hide show
  1. package/esm/__internal__/checkable-input/checkable-input.component.js +0 -1
  2. package/esm/__internal__/checkable-input/hidden-checkable-input.component.js +0 -1
  3. package/esm/__internal__/focus-trap/focus-trap-utils.js +0 -1
  4. package/esm/__internal__/input/input.component.js +0 -1
  5. package/esm/components/accordion/accordion-group/accordion-group.component.js +1 -0
  6. package/esm/components/box/box.component.js +303 -45
  7. package/esm/components/checkbox/checkbox.component.js +0 -1
  8. package/esm/components/date/__internal__/utils.js +0 -1
  9. package/esm/components/date/date.component.js +0 -7
  10. package/esm/components/decimal/decimal.component.js +0 -1
  11. package/esm/components/grouped-character/grouped-character.component.js +0 -1
  12. package/esm/components/message/message-content/message-content.style.js +0 -8
  13. package/esm/components/navigation-bar/navigation-bar.component.js +293 -35
  14. package/esm/components/number/number.component.js +0 -1
  15. package/esm/components/radio-button/radio-button.component.js +0 -1
  16. package/esm/components/select/filterable-select/filterable-select.component.js +7 -2
  17. package/esm/components/select/multi-select/multi-select.component.js +0 -1
  18. package/esm/components/select/option/option.component.js +0 -1
  19. package/esm/components/select/select-textbox/select-textbox.component.js +1 -5
  20. package/esm/components/select/simple-select/simple-select.component.js +0 -1
  21. package/esm/components/switch/switch.component.js +0 -1
  22. package/esm/components/textarea/textarea.component.js +0 -1
  23. package/esm/components/textbox/textbox.component.js +4 -5
  24. package/esm/components/toast/toast.component.js +4 -4
  25. package/esm/components/toast/toast.style.d.ts +14 -13
  26. package/esm/components/toast/toast.style.js +42 -14
  27. package/lib/__internal__/character-count/character-count.component.js +1 -2
  28. package/lib/__internal__/character-count/character-count.style.js +6 -10
  29. package/lib/__internal__/checkable-input/checkable-input-svg-wrapper.style.js +1 -2
  30. package/lib/__internal__/checkable-input/checkable-input.component.js +3 -5
  31. package/lib/__internal__/checkable-input/checkable-input.style.js +5 -7
  32. package/lib/__internal__/checkable-input/hidden-checkable-input.component.js +3 -5
  33. package/lib/__internal__/checkable-input/hidden-checkable-input.style.js +1 -2
  34. package/lib/__internal__/field-help/field-help.component.js +1 -2
  35. package/lib/__internal__/field-help/field-help.style.js +3 -4
  36. package/lib/__internal__/fieldset/fieldset.component.js +3 -4
  37. package/lib/__internal__/fieldset/fieldset.style.js +6 -9
  38. package/lib/__internal__/focus-trap/focus-trap-utils.js +1 -3
  39. package/lib/__internal__/focus-trap/focus-trap.component.js +6 -8
  40. package/lib/__internal__/form-field/form-field.component.js +3 -4
  41. package/lib/__internal__/form-field/form-field.style.js +4 -6
  42. package/lib/__internal__/form-spacing-provider/form-spacing-context.js +1 -2
  43. package/lib/__internal__/form-spacing-provider/form-spacing-provider.component.js +1 -2
  44. package/lib/__internal__/full-screen-heading/full-screen-heading.component.js +3 -4
  45. package/lib/__internal__/full-screen-heading/full-screen-heading.style.js +4 -6
  46. package/lib/__internal__/i18n-context/index.js +1 -2
  47. package/lib/__internal__/input/index.js +1 -2
  48. package/lib/__internal__/input/input-presentation.component.js +3 -4
  49. package/lib/__internal__/input/input-presentation.style.js +4 -6
  50. package/lib/__internal__/input/input-sizes.style.js +1 -2
  51. package/lib/__internal__/input/input.component.js +3 -5
  52. package/lib/__internal__/input/input.style.js +3 -4
  53. package/lib/__internal__/input-behaviour/input-behaviour.component.js +1 -2
  54. package/lib/__internal__/input-behaviour/input-group-behaviour.component.js +1 -2
  55. package/lib/__internal__/input-behaviour/useInputBehaviour.js +1 -2
  56. package/lib/__internal__/input-icon-toggle/input-icon-toggle.component.js +1 -2
  57. package/lib/__internal__/input-icon-toggle/input-icon-toggle.style.js +3 -4
  58. package/lib/__internal__/label/icon-wrapper.style.js +1 -2
  59. package/lib/__internal__/label/label.component.js +3 -4
  60. package/lib/__internal__/label/label.style.js +4 -6
  61. package/lib/__internal__/popover/popover.component.js +3 -4
  62. package/lib/__internal__/popover/popover.style.js +3 -5
  63. package/lib/__internal__/radio-button-mapper/radio-button-mapper.component.js +3 -4
  64. package/lib/__internal__/sticky-footer/sticky-footer.component.js +3 -4
  65. package/lib/__internal__/sticky-footer/sticky-footer.style.js +3 -4
  66. package/lib/__internal__/tooltip-provider/index.js +3 -4
  67. package/lib/__internal__/utils/helpers/browser-type-check/index.js +1 -2
  68. package/lib/__internal__/utils/helpers/events/events.js +1 -2
  69. package/lib/__internal__/utils/helpers/tags/tags.js +1 -2
  70. package/lib/__internal__/utils/logger/index.js +1 -2
  71. package/lib/__internal__/validation-message/validation-message.component.js +1 -2
  72. package/lib/__internal__/validation-message/validation-message.style.js +3 -4
  73. package/lib/__internal__/validations/validation-icon.component.js +3 -4
  74. package/lib/__internal__/validations/validation-icon.style.js +3 -4
  75. package/lib/__spec_helper__/mock-resize-observer.js +1 -2
  76. package/lib/__spec_helper__/test-utils.js +6 -12
  77. package/lib/components/accordion/accordion-group/accordion-group.component.js +3 -4
  78. package/lib/components/accordion/accordion.component.js +4 -6
  79. package/lib/components/accordion/accordion.style.js +11 -20
  80. package/lib/components/action-popover/action-popover-context.js +1 -2
  81. package/lib/components/action-popover/action-popover-divider/action-popover-divider.component.js +1 -2
  82. package/lib/components/action-popover/action-popover-item/action-popover-item.component.js +3 -4
  83. package/lib/components/action-popover/action-popover-menu/action-popover-menu.component.js +3 -4
  84. package/lib/components/action-popover/action-popover-menu-button/action-popover-menu-button.component.js +1 -2
  85. package/lib/components/action-popover/action-popover.component.js +3 -4
  86. package/lib/components/action-popover/action-popover.style.js +15 -27
  87. package/lib/components/advanced-color-picker/advanced-color-picker-cell.style.js +3 -4
  88. package/lib/components/advanced-color-picker/advanced-color-picker.component.js +3 -4
  89. package/lib/components/advanced-color-picker/advanced-color-picker.style.js +7 -11
  90. package/lib/components/alert/alert.component.js +1 -2
  91. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.component.js +1 -2
  92. package/lib/components/anchor-navigation/anchor-navigation-item/anchor-navigation-item.style.js +3 -4
  93. package/lib/components/anchor-navigation/anchor-navigation.component.js +3 -4
  94. package/lib/components/anchor-navigation/anchor-navigation.style.js +4 -7
  95. package/lib/components/anchor-navigation/anchor-section-divider.component.js +1 -2
  96. package/lib/components/badge/badge.component.js +1 -2
  97. package/lib/components/badge/badge.style.js +6 -10
  98. package/lib/components/batch-selection/batch-selection.component.js +1 -2
  99. package/lib/components/batch-selection/batch-selection.style.js +5 -7
  100. package/lib/components/box/box.component.js +305 -49
  101. package/lib/components/box/box.config.js +2 -3
  102. package/lib/components/box/box.style.js +3 -4
  103. package/lib/components/breadcrumbs/breadcrumbs.component.js +2 -4
  104. package/lib/components/breadcrumbs/breadcrumbs.style.js +1 -2
  105. package/lib/components/breadcrumbs/crumb/crumb.component.js +1 -2
  106. package/lib/components/breadcrumbs/crumb/crumb.style.js +6 -9
  107. package/lib/components/button/button.component.js +4 -6
  108. package/lib/components/button/button.config.js +3 -6
  109. package/lib/components/button/button.style.js +4 -6
  110. package/lib/components/button/index.js +2 -2
  111. package/lib/components/button-bar/button-bar.component.js +2 -4
  112. package/lib/components/button-bar/button-bar.config.js +2 -4
  113. package/lib/components/button-bar/button-bar.style.js +3 -4
  114. package/lib/components/button-minor/button-minor.component.js +3 -4
  115. package/lib/components/button-minor/button-minor.style.js +3 -4
  116. package/lib/components/button-toggle/button-toggle-group/button-toggle-group.component.js +4 -6
  117. package/lib/components/button-toggle/button-toggle-group/button-toggle-group.style.js +4 -6
  118. package/lib/components/button-toggle/button-toggle-icon.component.js +1 -2
  119. package/lib/components/button-toggle/button-toggle.component.js +3 -4
  120. package/lib/components/button-toggle/button-toggle.style.js +7 -11
  121. package/lib/components/carbon-provider/carbon-provider.component.js +4 -6
  122. package/lib/components/carbon-provider/top-modal-context.js +3 -4
  123. package/lib/components/card/__internal__/card-context/index.js +1 -2
  124. package/lib/components/card/card-column/card-column.component.js +1 -2
  125. package/lib/components/card/card-column/card-column.style.js +1 -2
  126. package/lib/components/card/card-footer/card-footer.component.js +3 -4
  127. package/lib/components/card/card-footer/card-footer.style.js +3 -4
  128. package/lib/components/card/card-row/card-row.component.js +1 -2
  129. package/lib/components/card/card-row/card-row.style.js +3 -4
  130. package/lib/components/card/card.component.js +3 -4
  131. package/lib/components/card/card.config.js +2 -4
  132. package/lib/components/card/card.style.js +3 -4
  133. package/lib/components/carousel/carousel.component.js +3 -4
  134. package/lib/components/carousel/carousel.style.js +16 -29
  135. package/lib/components/carousel/slide/slide.component.js +1 -2
  136. package/lib/components/carousel/slide/slide.style.js +4 -5
  137. package/lib/components/carousel/slide.config.js +3 -5
  138. package/lib/components/checkbox/checkbox-group.component.js +4 -6
  139. package/lib/components/checkbox/checkbox-group.style.js +4 -6
  140. package/lib/components/checkbox/checkbox-svg.component.js +1 -2
  141. package/lib/components/checkbox/checkbox.component.js +4 -7
  142. package/lib/components/checkbox/checkbox.style.js +3 -4
  143. package/lib/components/confirm/confirm.component.js +3 -4
  144. package/lib/components/confirm/confirm.config.js +1 -2
  145. package/lib/components/confirm/confirm.style.js +5 -7
  146. package/lib/components/content/content.component.js +1 -2
  147. package/lib/components/content/content.style.js +6 -9
  148. package/lib/components/date/__internal__/date-formats/index.js +1 -2
  149. package/lib/components/date/__internal__/date-picker/date-picker.component.js +3 -4
  150. package/lib/components/date/__internal__/date-picker/day-picker.style.js +3 -4
  151. package/lib/components/date/__internal__/navbar/button.style.js +1 -2
  152. package/lib/components/date/__internal__/navbar/navbar.component.js +1 -2
  153. package/lib/components/date/__internal__/navbar/navbar.style.js +1 -2
  154. package/lib/components/date/__internal__/utils.js +0 -1
  155. package/lib/components/date/__internal__/weekday/abbr.style.js +1 -2
  156. package/lib/components/date/__internal__/weekday/weekday.component.js +1 -2
  157. package/lib/components/date/__internal__/weekday/weekday.style.js +1 -2
  158. package/lib/components/date/date.component.js +4 -13
  159. package/lib/components/date/date.style.js +3 -4
  160. package/lib/components/date-range/date-range.component.js +3 -4
  161. package/lib/components/date-range/date-range.context.js +1 -2
  162. package/lib/components/date-range/date-range.style.js +1 -2
  163. package/lib/components/decimal/decimal.component.js +4 -7
  164. package/lib/components/definition-list/__internal__/dl.context.js +1 -2
  165. package/lib/components/definition-list/dd.component.js +3 -4
  166. package/lib/components/definition-list/definition-list.style.js +6 -9
  167. package/lib/components/definition-list/dl.component.js +1 -2
  168. package/lib/components/definition-list/dt.component.js +3 -4
  169. package/lib/components/detail/detail.component.js +1 -2
  170. package/lib/components/detail/detail.style.js +6 -10
  171. package/lib/components/dialog/dialog.component.js +4 -6
  172. package/lib/components/dialog/dialog.config.js +5 -10
  173. package/lib/components/dialog/dialog.style.js +6 -10
  174. package/lib/components/dialog-full-screen/content.style.js +3 -4
  175. package/lib/components/dialog-full-screen/dialog-full-screen.component.js +3 -4
  176. package/lib/components/dialog-full-screen/dialog-full-screen.style.js +3 -4
  177. package/lib/components/dismissible-box/dismissible-box.component.js +1 -2
  178. package/lib/components/dismissible-box/dismissible-box.style.js +4 -5
  179. package/lib/components/draggable/draggable-container.component.js +3 -4
  180. package/lib/components/draggable/draggable-item.component.js +1 -2
  181. package/lib/components/draggable/draggable-item.style.js +3 -6
  182. package/lib/components/draggable/internal/drop-target.component.js +1 -2
  183. package/lib/components/drawer/drawer.component.js +4 -6
  184. package/lib/components/drawer/drawer.style.js +10 -17
  185. package/lib/components/drawer/index.js +2 -2
  186. package/lib/components/duelling-picklist/duelling-picklist.component.js +3 -4
  187. package/lib/components/duelling-picklist/duelling-picklist.context.js +1 -2
  188. package/lib/components/duelling-picklist/duelling-picklist.style.js +9 -16
  189. package/lib/components/duelling-picklist/picklist/picklist.component.js +3 -4
  190. package/lib/components/duelling-picklist/picklist/picklist.style.js +3 -5
  191. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.component.js +1 -2
  192. package/lib/components/duelling-picklist/picklist-divider/picklist-divider.style.js +1 -2
  193. package/lib/components/duelling-picklist/picklist-group/picklist-group.component.js +4 -6
  194. package/lib/components/duelling-picklist/picklist-group/picklist-group.style.js +7 -11
  195. package/lib/components/duelling-picklist/picklist-item/picklist-item.component.js +4 -6
  196. package/lib/components/duelling-picklist/picklist-item/picklist-item.style.js +6 -9
  197. package/lib/components/duelling-picklist/picklist-placeholder/picklist-placeholder.component.js +1 -2
  198. package/lib/components/fieldset/fieldset.component.js +1 -2
  199. package/lib/components/fieldset/fieldset.style.js +4 -7
  200. package/lib/components/flat-table/cell-sizes.style.js +2 -3
  201. package/lib/components/flat-table/flat-table-body/flat-table-body.component.js +2 -4
  202. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.component.js +3 -4
  203. package/lib/components/flat-table/flat-table-body-draggable/flat-table-body-draggable.style.js +3 -4
  204. package/lib/components/flat-table/flat-table-cell/flat-table-cell.component.js +3 -4
  205. package/lib/components/flat-table/flat-table-cell/flat-table-cell.style.js +4 -6
  206. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.component.js +3 -4
  207. package/lib/components/flat-table/flat-table-checkbox/flat-table-checkbox.style.js +3 -4
  208. package/lib/components/flat-table/flat-table-head/flat-table-head.component.js +4 -6
  209. package/lib/components/flat-table/flat-table-head/flat-table-head.style.js +1 -2
  210. package/lib/components/flat-table/flat-table-header/flat-table-header-utils.js +1 -2
  211. package/lib/components/flat-table/flat-table-header/flat-table-header.component.js +3 -4
  212. package/lib/components/flat-table/flat-table-header/flat-table-header.style.js +3 -4
  213. package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-context.js +2 -3
  214. package/lib/components/flat-table/flat-table-row/__internal__/flat-table-row-draggable.component.js +1 -2
  215. package/lib/components/flat-table/flat-table-row/__internal__/sub-row-provider.js +4 -6
  216. package/lib/components/flat-table/flat-table-row/flat-table-row.component.js +4 -6
  217. package/lib/components/flat-table/flat-table-row/flat-table-row.style.js +3 -4
  218. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.component.js +3 -4
  219. package/lib/components/flat-table/flat-table-row-header/flat-table-row-header.style.js +5 -7
  220. package/lib/components/flat-table/flat-table.component.js +4 -6
  221. package/lib/components/flat-table/flat-table.config.js +2 -4
  222. package/lib/components/flat-table/flat-table.style.js +6 -10
  223. package/lib/components/flat-table/sort/sort.component.js +3 -4
  224. package/lib/components/flat-table/sort/sort.style.js +3 -5
  225. package/lib/components/form/__internal__/form-summary.component.js +3 -4
  226. package/lib/components/form/__internal__/form-summary.style.js +6 -9
  227. package/lib/components/form/form.component.js +3 -4
  228. package/lib/components/form/form.config.js +3 -5
  229. package/lib/components/form/form.style.js +8 -14
  230. package/lib/components/global-header/global-header.component.js +1 -2
  231. package/lib/components/grid/grid-container/grid-container.component.js +1 -2
  232. package/lib/components/grid/grid-container/grid-container.style.js +1 -2
  233. package/lib/components/grid/grid-item/grid-item.component.js +1 -2
  234. package/lib/components/grid/grid-item/grid-item.style.js +3 -4
  235. package/lib/components/grouped-character/grouped-character.component.js +4 -7
  236. package/lib/components/heading/heading.component.js +1 -2
  237. package/lib/components/heading/heading.style.js +14 -25
  238. package/lib/components/help/help.component.js +3 -4
  239. package/lib/components/help/help.config.js +1 -2
  240. package/lib/components/help/help.style.js +3 -4
  241. package/lib/components/hr/hr.component.js +1 -2
  242. package/lib/components/hr/hr.style.js +1 -2
  243. package/lib/components/i18n-provider/i18n-provider.component.js +1 -2
  244. package/lib/components/icon/icon-config.js +6 -12
  245. package/lib/components/icon/icon-unicodes.js +1 -2
  246. package/lib/components/icon/icon.component.js +3 -4
  247. package/lib/components/icon/icon.style.js +3 -4
  248. package/lib/components/icon-button/icon-button.component.js +3 -4
  249. package/lib/components/icon-button/icon-button.style.js +3 -4
  250. package/lib/components/image/image.component.js +1 -2
  251. package/lib/components/image/image.style.js +3 -4
  252. package/lib/components/inline-inputs/inline-inputs.component.js +3 -4
  253. package/lib/components/inline-inputs/inline-inputs.config.js +1 -2
  254. package/lib/components/inline-inputs/inline-inputs.style.js +5 -8
  255. package/lib/components/link/link.component.js +4 -6
  256. package/lib/components/link/link.config.js +3 -6
  257. package/lib/components/link/link.style.js +4 -6
  258. package/lib/components/link-preview/__internal__/placeholder.component.js +2 -4
  259. package/lib/components/link-preview/link-preview.component.js +1 -2
  260. package/lib/components/link-preview/link-preview.style.js +9 -15
  261. package/lib/components/loader/loader-square.style.js +3 -4
  262. package/lib/components/loader/loader.component.js +1 -2
  263. package/lib/components/loader/loader.config.js +1 -2
  264. package/lib/components/loader/loader.style.js +1 -2
  265. package/lib/components/loader-bar/loader-bar.component.js +3 -4
  266. package/lib/components/loader-bar/loader-bar.config.js +1 -2
  267. package/lib/components/loader-bar/loader-bar.style.js +5 -8
  268. package/lib/components/menu/__internal__/locators.js +6 -12
  269. package/lib/components/menu/__internal__/spec-helper/index.js +1 -2
  270. package/lib/components/menu/__internal__/submenu/submenu.component.js +3 -4
  271. package/lib/components/menu/__internal__/submenu/submenu.context.js +1 -2
  272. package/lib/components/menu/__internal__/submenu/submenu.style.js +4 -6
  273. package/lib/components/menu/menu-divider/menu-divider.component.js +3 -4
  274. package/lib/components/menu/menu-divider/menu-divider.style.js +3 -4
  275. package/lib/components/menu/menu-full-screen/menu-full-screen.component.js +3 -4
  276. package/lib/components/menu/menu-full-screen/menu-full-screen.style.js +4 -6
  277. package/lib/components/menu/menu-item/menu-item.component.js +3 -4
  278. package/lib/components/menu/menu-item/menu-item.style.js +3 -4
  279. package/lib/components/menu/menu-segment-title/menu-segment-title.component.js +3 -4
  280. package/lib/components/menu/menu-segment-title/menu-segment-title.style.js +5 -7
  281. package/lib/components/menu/menu.component.js +3 -4
  282. package/lib/components/menu/menu.config.js +2 -3
  283. package/lib/components/menu/menu.context.js +2 -3
  284. package/lib/components/menu/menu.style.js +4 -6
  285. package/lib/components/menu/scrollable-block/scrollable-block.component.js +3 -4
  286. package/lib/components/menu/scrollable-block/scrollable-block.style.js +3 -4
  287. package/lib/components/message/message-content/message-content.component.js +1 -2
  288. package/lib/components/message/message-content/message-content.style.js +1 -10
  289. package/lib/components/message/message.component.js +4 -6
  290. package/lib/components/message/message.style.js +3 -4
  291. package/lib/components/message/type-icon/type-icon.component.js +1 -2
  292. package/lib/components/message/type-icon/type-icon.style.js +3 -4
  293. package/lib/components/modal/__internal__/modal-manager.js +2 -4
  294. package/lib/components/modal/index.js +2 -2
  295. package/lib/components/modal/modal.component.js +4 -6
  296. package/lib/components/modal/modal.style.js +4 -6
  297. package/lib/components/multi-action-button/multi-action-button.component.js +3 -4
  298. package/lib/components/multi-action-button/multi-action-button.config.js +3 -6
  299. package/lib/components/multi-action-button/multi-action-button.style.js +4 -6
  300. package/lib/components/navigation-bar/fixed-navigation-bar.context.js +3 -4
  301. package/lib/components/navigation-bar/navigation-bar.component.js +296 -39
  302. package/lib/components/navigation-bar/navigation-bar.style.js +3 -4
  303. package/lib/components/note/__internal__/status-icon/status-icon.component.js +1 -2
  304. package/lib/components/note/__internal__/status-icon/status-icon.style.js +1 -2
  305. package/lib/components/note/note.component.js +1 -2
  306. package/lib/components/note/note.style.js +9 -16
  307. package/lib/components/number/number.component.js +4 -7
  308. package/lib/components/numeral-date/numeral-date-context.js +1 -2
  309. package/lib/components/numeral-date/numeral-date.component.js +4 -6
  310. package/lib/components/numeral-date/numeral-date.style.js +5 -7
  311. package/lib/components/pager/__internal__/pager-navigation-link.component.js +3 -4
  312. package/lib/components/pager/__internal__/pager-navigation.component.js +3 -4
  313. package/lib/components/pager/pager.component.js +3 -4
  314. package/lib/components/pager/pager.style.js +13 -23
  315. package/lib/components/pages/page/page.component.js +3 -4
  316. package/lib/components/pages/page/page.style.js +2 -4
  317. package/lib/components/pages/pages.component.js +3 -4
  318. package/lib/components/pages/pages.config.js +3 -5
  319. package/lib/components/pages/pages.style.js +2 -4
  320. package/lib/components/password/password.component.js +3 -4
  321. package/lib/components/password/password.style.js +3 -5
  322. package/lib/components/pill/pill.component.js +1 -2
  323. package/lib/components/pill/pill.style.js +3 -4
  324. package/lib/components/pod/pod.component.js +3 -4
  325. package/lib/components/pod/pod.config.js +3 -6
  326. package/lib/components/pod/pod.style.js +13 -24
  327. package/lib/components/popover-container/popover-container.component.js +3 -4
  328. package/lib/components/popover-container/popover-container.style.js +6 -12
  329. package/lib/components/portal/portal.js +4 -6
  330. package/lib/components/portrait/portrait.component.js +3 -4
  331. package/lib/components/portrait/portrait.config.js +4 -7
  332. package/lib/components/portrait/portrait.style.js +5 -10
  333. package/lib/components/preview/__internal__/preview-placeholder.component.js +1 -2
  334. package/lib/components/preview/__internal__/preview-placeholder.style.js +4 -5
  335. package/lib/components/preview/preview.component.js +1 -2
  336. package/lib/components/preview/preview.style.js +1 -2
  337. package/lib/components/profile/profile.component.js +1 -2
  338. package/lib/components/profile/profile.config.js +3 -5
  339. package/lib/components/profile/profile.style.js +6 -12
  340. package/lib/components/progress-tracker/progress-tracker.component.js +3 -4
  341. package/lib/components/progress-tracker/progress-tracker.config.js +1 -2
  342. package/lib/components/progress-tracker/progress-tracker.style.js +8 -14
  343. package/lib/components/radio-button/index.js +1 -2
  344. package/lib/components/radio-button/radio-button-group.component.js +3 -4
  345. package/lib/components/radio-button/radio-button-group.style.js +4 -6
  346. package/lib/components/radio-button/radio-button-svg.component.js +1 -2
  347. package/lib/components/radio-button/radio-button.component.js +4 -7
  348. package/lib/components/radio-button/radio-button.style.js +3 -4
  349. package/lib/components/search/search-button.style.js +2 -4
  350. package/lib/components/search/search.component.js +4 -6
  351. package/lib/components/search/search.style.js +3 -4
  352. package/lib/components/select/__internal__/select-list-context.js +1 -2
  353. package/lib/components/select/__internal__/select-text/select-text.component.js +1 -2
  354. package/lib/components/select/__internal__/select-text/select-text.style.js +3 -4
  355. package/lib/components/select/filterable-select/filterable-select.component.js +11 -8
  356. package/lib/components/select/list-action-button/list-action-button.component.js +1 -2
  357. package/lib/components/select/list-action-button/list-action-button.style.js +1 -2
  358. package/lib/components/select/multi-select/multi-select.component.js +4 -7
  359. package/lib/components/select/multi-select/multi-select.style.js +3 -6
  360. package/lib/components/select/option/option.component.js +3 -5
  361. package/lib/components/select/option/option.style.js +3 -4
  362. package/lib/components/select/option-group-header/option-group-header.component.js +1 -2
  363. package/lib/components/select/option-group-header/option-group-header.style.js +1 -2
  364. package/lib/components/select/option-row/option-row.component.js +3 -4
  365. package/lib/components/select/option-row/option-row.style.js +3 -4
  366. package/lib/components/select/select-list/select-list-container.style.js +1 -2
  367. package/lib/components/select/select-list/select-list.component.js +3 -4
  368. package/lib/components/select/select-list/select-list.style.js +8 -13
  369. package/lib/components/select/select-textbox/select-textbox.component.js +4 -9
  370. package/lib/components/select/select.style.js +3 -4
  371. package/lib/components/select/simple-select/simple-select.component.js +4 -7
  372. package/lib/components/select/utils/get-next-index-by-key.js +1 -2
  373. package/lib/components/select/utils/matching-text.style.js +1 -2
  374. package/lib/components/select/utils/with-filter.hoc.js +3 -4
  375. package/lib/components/settings-row/settings-row.component.js +1 -2
  376. package/lib/components/settings-row/settings-row.style.js +6 -9
  377. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.component.js +1 -2
  378. package/lib/components/sidebar/__internal__/sidebar-header/sidebar-header.style.js +3 -4
  379. package/lib/components/sidebar/index.js +2 -2
  380. package/lib/components/sidebar/sidebar.component.js +5 -8
  381. package/lib/components/sidebar/sidebar.config.js +7 -14
  382. package/lib/components/sidebar/sidebar.style.js +3 -4
  383. package/lib/components/simple-color-picker/simple-color/simple-color.component.js +4 -6
  384. package/lib/components/simple-color-picker/simple-color/simple-color.style.js +7 -11
  385. package/lib/components/simple-color-picker/simple-color-picker.component.js +4 -6
  386. package/lib/components/simple-color-picker/simple-color-picker.style.js +5 -7
  387. package/lib/components/split-button/__internal__/split-button.context.js +2 -3
  388. package/lib/components/split-button/split-button-children.style.js +4 -6
  389. package/lib/components/split-button/split-button-toggle.style.js +3 -4
  390. package/lib/components/split-button/split-button.component.js +3 -4
  391. package/lib/components/split-button/split-button.config.js +4 -8
  392. package/lib/components/split-button/split-button.style.js +3 -4
  393. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.component.js +3 -4
  394. package/lib/components/step-sequence/step-sequence-item/step-sequence-item.style.js +7 -11
  395. package/lib/components/step-sequence/step-sequence.component.js +2 -4
  396. package/lib/components/step-sequence/step-sequence.config.js +2 -4
  397. package/lib/components/step-sequence/step-sequence.style.js +3 -4
  398. package/lib/components/switch/__internal__/switch-slider-panel.style.js +3 -4
  399. package/lib/components/switch/__internal__/switch-slider.component.js +1 -2
  400. package/lib/components/switch/__internal__/switch-slider.style.js +3 -4
  401. package/lib/components/switch/switch.component.js +4 -7
  402. package/lib/components/switch/switch.style.js +5 -8
  403. package/lib/components/tabs/__internal__/tab-title/index.js +2 -2
  404. package/lib/components/tabs/__internal__/tab-title/tab-title.component.js +4 -6
  405. package/lib/components/tabs/__internal__/tab-title/tab-title.style.js +8 -13
  406. package/lib/components/tabs/__internal__/tabs-header/tabs-header.component.js +3 -4
  407. package/lib/components/tabs/__internal__/tabs-header/tabs-header.style.js +9 -15
  408. package/lib/components/tabs/tab/index.js +2 -2
  409. package/lib/components/tabs/tab/tab.component.js +4 -6
  410. package/lib/components/tabs/tab/tab.style.js +3 -4
  411. package/lib/components/tabs/tabs.component.js +2 -2
  412. package/lib/components/tabs/tabs.style.js +3 -4
  413. package/lib/components/text-editor/__internal__/decorators/index.js +1 -2
  414. package/lib/components/text-editor/__internal__/decorators/link-decorator.js +2 -3
  415. package/lib/components/text-editor/__internal__/editor-link/editor-link.component.js +3 -4
  416. package/lib/components/text-editor/__internal__/editor-link/editor-link.style.js +1 -2
  417. package/lib/components/text-editor/__internal__/editor-validation-wrapper/editor-validation-wrapper.component.js +1 -2
  418. package/lib/components/text-editor/__internal__/editor-validation-wrapper/editor-validation-wrapper.style.js +1 -2
  419. package/lib/components/text-editor/__internal__/label-wrapper/label-wrapper.component.js +1 -2
  420. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.component.js +2 -4
  421. package/lib/components/text-editor/__internal__/toolbar/toolbar-button/toolbar-button.style.js +3 -4
  422. package/lib/components/text-editor/__internal__/toolbar/toolbar.component.js +3 -4
  423. package/lib/components/text-editor/__internal__/toolbar/toolbar.style.js +4 -7
  424. package/lib/components/text-editor/index.js +2 -2
  425. package/lib/components/text-editor/text-editor.component.js +7 -12
  426. package/lib/components/text-editor/text-editor.style.js +6 -9
  427. package/lib/components/text-editor/types.js +4 -8
  428. package/lib/components/textarea/textarea.component.js +4 -7
  429. package/lib/components/textarea/textarea.style.js +4 -6
  430. package/lib/components/textbox/__internal__/prefix.style.js +1 -2
  431. package/lib/components/textbox/textbox.component.js +8 -11
  432. package/lib/components/textbox/textbox.style.js +5 -7
  433. package/lib/components/tile/__internal__/tile-context.js +2 -3
  434. package/lib/components/tile/tile-content/tile-content.component.js +3 -4
  435. package/lib/components/tile/tile-content/tile-content.style.js +3 -4
  436. package/lib/components/tile/tile-footer/tile-footer.component.js +1 -2
  437. package/lib/components/tile/tile-footer/tile-footer.style.js +3 -4
  438. package/lib/components/tile/tile.component.js +1 -2
  439. package/lib/components/tile/tile.config.js +2 -4
  440. package/lib/components/tile/tile.style.js +3 -4
  441. package/lib/components/tile-select/__internal__/accordion/accordion.component.js +3 -4
  442. package/lib/components/tile-select/__internal__/accordion/accordion.style.js +3 -5
  443. package/lib/components/tile-select/tile-select-group.component.js +1 -2
  444. package/lib/components/tile-select/tile-select.component.js +3 -4
  445. package/lib/components/tile-select/tile-select.style.js +16 -30
  446. package/lib/components/toast/toast.component.js +7 -9
  447. package/lib/components/toast/toast.config.js +1 -2
  448. package/lib/components/toast/toast.style.d.ts +14 -13
  449. package/lib/components/toast/toast.style.js +47 -23
  450. package/lib/components/tooltip/tooltip-pointer.style.js +3 -4
  451. package/lib/components/tooltip/tooltip.component.js +4 -6
  452. package/lib/components/tooltip/tooltip.config.js +1 -2
  453. package/lib/components/tooltip/tooltip.style.js +3 -4
  454. package/lib/components/typography/typography.component.js +1 -2
  455. package/lib/components/typography/typography.style.js +3 -4
  456. package/lib/components/vertical-divider/vertical-divider.component.js +3 -4
  457. package/lib/components/vertical-divider/vertical-divider.style.js +4 -6
  458. package/lib/components/vertical-menu/vertical-menu-full-screen.component.js +3 -4
  459. package/lib/components/vertical-menu/vertical-menu-full-screen.context.js +1 -2
  460. package/lib/components/vertical-menu/vertical-menu-item.component.js +3 -4
  461. package/lib/components/vertical-menu/vertical-menu-trigger.component.js +1 -2
  462. package/lib/components/vertical-menu/vertical-menu.component.js +1 -2
  463. package/lib/components/vertical-menu/vertical-menu.style.js +11 -19
  464. package/lib/hooks/__internal__/useCharacterCount/useCharacterCount.js +3 -4
  465. package/lib/hooks/__internal__/useChildButtons/useChildButtons.js +1 -2
  466. package/lib/hooks/__internal__/useDebounce/useDebounce.js +1 -2
  467. package/lib/hooks/__internal__/useFloating/useFloating.js +1 -2
  468. package/lib/hooks/__internal__/useIsStickyFooterForm/useIsStickyFooterForm.js +2 -2
  469. package/lib/hooks/__internal__/useModalManager/useModalManager.js +1 -2
  470. package/lib/hooks/__internal__/useScrollBlock/scroll-block-manager.js +1 -2
  471. package/lib/hooks/__internal__/useScrollBlock/useScrollBlock.js +1 -2
  472. package/lib/hooks/__internal__/useStableCallback/useStableCallback.js +1 -2
  473. package/lib/hooks/__internal__/useThrottle/useThrottle.js +1 -2
  474. package/lib/locales/en-gb.js +1 -2
  475. package/lib/locales/pl-pl.js +1 -2
  476. package/lib/style/color-config/index.js +1 -2
  477. package/lib/style/design-tokens/carbon-scoped-tokens-provider/carbon-scoped-tokens-provider.component.js +1 -2
  478. package/lib/style/design-tokens/debug-theme.util.js +2 -3
  479. package/lib/style/global-style.js +1 -2
  480. package/lib/style/palette/index.js +1 -2
  481. package/lib/style/themes/aegean/index.js +1 -2
  482. package/lib/style/themes/base/base-theme.config.js +1 -2
  483. package/lib/style/themes/base/index.js +1 -2
  484. package/lib/style/themes/index.js +1 -2
  485. package/lib/style/themes/medium/index.js +2 -3
  486. package/lib/style/themes/mint/index.js +1 -2
  487. package/lib/style/themes/none/index.js +1 -2
  488. package/lib/style/themes/sage/index.js +2 -3
  489. package/lib/style/themes/small/index.js +2 -3
  490. package/lib/style/utils/filter-out-position-props.js +1 -2
  491. package/lib/style/utils/filter-out-styled-system-spacing-props.js +1 -2
  492. package/lib/style/utils/filter-styled-system-flexbox-props.js +1 -2
  493. package/lib/style/utils/filter-styled-system-grid-props.js +1 -2
  494. package/lib/style/utils/filter-styled-system-layout-props.js +1 -2
  495. package/lib/style/utils/filter-styled-system-margin-props.js +1 -2
  496. package/lib/style/utils/filter-styled-system-padding-props.js +8 -16
  497. package/lib/style/utils/get-rgb-values.js +1 -2
  498. package/lib/style/utils/visually-hidden.js +2 -3
  499. package/package.json +53 -49
@@ -9,8 +9,8 @@ var _styledSystem = require("styled-system");
9
9
  var _base = _interopRequireDefault(require("../../style/themes/base"));
10
10
  var _iconButton = _interopRequireDefault(require("../icon-button/icon-button.style"));
11
11
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
13
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
14
14
  const messageVariants = {
15
15
  error: "var(--colorsSemanticNegative500)",
16
16
  info: "var(--colorsSemanticInfo500)",
@@ -54,5 +54,4 @@ const MessageStyle = _styledComponents.default.div`
54
54
  MessageStyle.defaultProps = {
55
55
  theme: _base.default
56
56
  };
57
- var _default = MessageStyle;
58
- exports.default = _default;
57
+ var _default = exports.default = MessageStyle;
@@ -25,5 +25,4 @@ const TypeIcon = ({
25
25
  type: iconToRender()
26
26
  }));
27
27
  };
28
- var _default = TypeIcon;
29
- exports.default = _default;
28
+ var _default = exports.default = TypeIcon;
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _styledComponents = _interopRequireWildcard(require("styled-components"));
8
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
9
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
8
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
9
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
10
10
  const messageVariants = {
11
11
  error: "var(--colorsSemanticNegative500)",
12
12
  info: "var(--colorsSemanticInfo500)",
@@ -43,5 +43,4 @@ const TypeIconStyle = _styledComponents.default.div`
43
43
  }
44
44
  `}
45
45
  `;
46
- var _default = TypeIconStyle;
47
- exports.default = _default;
46
+ var _default = exports.default = TypeIconStyle;
@@ -10,7 +10,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
10
10
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
11
11
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
12
12
  function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
13
- let ModalManagerInstance = /*#__PURE__*/function () {
13
+ let ModalManagerInstance = exports.ModalManagerInstance = /*#__PURE__*/function () {
14
14
  function ModalManagerInstance() {
15
15
  _classCallCheck(this, ModalManagerInstance);
16
16
  _defineProperty(this, "modalList", void 0);
@@ -101,7 +101,5 @@ let ModalManagerInstance = /*#__PURE__*/function () {
101
101
  }]);
102
102
  return ModalManagerInstance;
103
103
  }();
104
- exports.ModalManagerInstance = ModalManagerInstance;
105
104
  const ModalManager = new ModalManagerInstance();
106
- var _default = ModalManager;
107
- exports.default = _default;
105
+ var _default = exports.default = ModalManager;
@@ -16,5 +16,5 @@ Object.defineProperty(exports, "default", {
16
16
  }
17
17
  });
18
18
  var _modal = _interopRequireWildcard(require("./modal.component"));
19
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
20
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
19
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
20
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
@@ -13,11 +13,10 @@ var _events = _interopRequireDefault(require("../../__internal__/utils/helpers/e
13
13
  var _useModalManager = _interopRequireDefault(require("../../hooks/__internal__/useModalManager"));
14
14
  var _modal = require("./modal.style");
15
15
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
16
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
17
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
16
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
17
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
18
  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); }
19
- const ModalContext = /*#__PURE__*/_react.default.createContext({});
20
- exports.ModalContext = ModalContext;
19
+ const ModalContext = exports.ModalContext = /*#__PURE__*/_react.default.createContext({});
21
20
  const Modal = ({
22
21
  children,
23
22
  open,
@@ -108,5 +107,4 @@ const Modal = ({
108
107
  ref: contentNodeRef
109
108
  }, content))))));
110
109
  };
111
- var _default = Modal;
112
- exports.default = _default;
110
+ var _default = exports.default = Modal;
@@ -7,10 +7,10 @@ exports.StyledModalBackground = exports.StyledModal = void 0;
7
7
  var _styledComponents = _interopRequireWildcard(require("styled-components"));
8
8
  var _base = _interopRequireDefault(require("../../style/themes/base"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
10
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
12
  const backgroundOpacity = "0.6";
13
- const StyledModalBackground = _styledComponents.default.div`
13
+ const StyledModalBackground = exports.StyledModalBackground = _styledComponents.default.div`
14
14
  background-color: rgba(0, 20, 29, 0.6);
15
15
  bottom: 0;
16
16
  left: 0;
@@ -43,8 +43,7 @@ const StyledModalBackground = _styledComponents.default.div`
43
43
  }
44
44
  `};
45
45
  `;
46
- exports.StyledModalBackground = StyledModalBackground;
47
- const StyledModal = _styledComponents.default.div`
46
+ const StyledModal = exports.StyledModal = _styledComponents.default.div`
48
47
  position: absolute;
49
48
  z-index: ${({
50
49
  theme,
@@ -75,7 +74,6 @@ const StyledModal = _styledComponents.default.div`
75
74
  }
76
75
  `}
77
76
  `;
78
- exports.StyledModal = StyledModal;
79
77
  StyledModal.defaultProps = {
80
78
  theme: _base.default
81
79
  };
@@ -14,8 +14,8 @@ var _popover = _interopRequireDefault(require("../../__internal__/popover"));
14
14
  var _utils = require("../../style/utils");
15
15
  var _useChildButtons = _interopRequireDefault(require("../../hooks/__internal__/useChildButtons"));
16
16
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
18
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
17
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
18
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
19
19
  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); }
20
20
  const MultiActionButton = ({
21
21
  align = "left",
@@ -94,5 +94,4 @@ const MultiActionButton = ({
94
94
  }), text), showAdditionalButtons && renderAdditionalButtons());
95
95
  };
96
96
  exports.MultiActionButton = MultiActionButton;
97
- var _default = MultiActionButton;
98
- exports.default = _default;
97
+ var _default = exports.default = MultiActionButton;
@@ -4,9 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.MULTI_ACTION_BUTTON_THEMES = exports.MULTI_ACTION_BUTTON_SIZES = exports.MULTI_ACTION_BUTTON_ALIGNMENTS = void 0;
7
- const MULTI_ACTION_BUTTON_ALIGNMENTS = ["left", "right"];
8
- exports.MULTI_ACTION_BUTTON_ALIGNMENTS = MULTI_ACTION_BUTTON_ALIGNMENTS;
9
- const MULTI_ACTION_BUTTON_SIZES = ["small", "medium", "large"];
10
- exports.MULTI_ACTION_BUTTON_SIZES = MULTI_ACTION_BUTTON_SIZES;
11
- const MULTI_ACTION_BUTTON_THEMES = ["primary", "secondary", "tertiary"];
12
- exports.MULTI_ACTION_BUTTON_THEMES = MULTI_ACTION_BUTTON_THEMES;
7
+ const MULTI_ACTION_BUTTON_ALIGNMENTS = exports.MULTI_ACTION_BUTTON_ALIGNMENTS = ["left", "right"];
8
+ const MULTI_ACTION_BUTTON_SIZES = exports.MULTI_ACTION_BUTTON_SIZES = ["small", "medium", "large"];
9
+ const MULTI_ACTION_BUTTON_THEMES = exports.MULTI_ACTION_BUTTON_THEMES = ["primary", "secondary", "tertiary"];
@@ -12,9 +12,9 @@ var _icon = _interopRequireDefault(require("../icon/icon.style"));
12
12
  var _elementSizing = _interopRequireDefault(require("../../style/utils/element-sizing"));
13
13
  var _splitButtonChildren = require("../split-button/split-button-children.style");
14
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
15
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
16
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
17
- const StyledMultiActionButton = _styledComponents.default.div`
15
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
16
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
17
+ const StyledMultiActionButton = exports.StyledMultiActionButton = _styledComponents.default.div`
18
18
  ${_styledSystem.margin}
19
19
 
20
20
  display: inline-block;
@@ -78,8 +78,7 @@ theme.focusRedesignOptOut && (0, _styledComponents.css)`
78
78
  `}
79
79
  }
80
80
  `;
81
- exports.StyledMultiActionButton = StyledMultiActionButton;
82
- const StyledButtonChildrenContainer = _styledComponents.default.div`
81
+ const StyledButtonChildrenContainer = exports.StyledButtonChildrenContainer = _styledComponents.default.div`
83
82
  ${({
84
83
  theme,
85
84
  align,
@@ -117,7 +116,6 @@ const StyledButtonChildrenContainer = _styledComponents.default.div`
117
116
  }
118
117
  `}
119
118
  `;
120
- exports.StyledButtonChildrenContainer = StyledButtonChildrenContainer;
121
119
  StyledButtonChildrenContainer.defaultProps = {
122
120
  theme: _base.default
123
121
  };
@@ -7,8 +7,8 @@ exports.default = exports.FixedNavigationBarContextProvider = void 0;
7
7
  var _react = _interopRequireWildcard(require("react"));
8
8
  var _useResizeObserver = _interopRequireDefault(require("../../hooks/__internal__/useResizeObserver/useResizeObserver"));
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
10
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
10
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
11
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
12
12
  const FixedNavigationBarContext = /*#__PURE__*/(0, _react.createContext)({});
13
13
  const FixedNavigationBarContextProvider = ({
14
14
  position,
@@ -38,5 +38,4 @@ const FixedNavigationBarContextProvider = ({
38
38
  }, children);
39
39
  };
40
40
  exports.FixedNavigationBarContextProvider = FixedNavigationBarContextProvider;
41
- var _default = FixedNavigationBarContext;
42
- exports.default = _default;
41
+ var _default = exports.default = FixedNavigationBarContext;