@arc-ui/components 12.0.0-beta.19 → 12.0.0-beta.20

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 (233) hide show
  1. package/lib/Alert/Alert.cjs +1 -1
  2. package/lib/Alert/Alert.mjs +1 -1
  3. package/lib/Alert/styles.css +1 -1
  4. package/lib/Align/styles.css +1 -1
  5. package/lib/AppButton/styles.css +1 -1
  6. package/lib/Avatar/Avatar.cjs +2 -1
  7. package/lib/Avatar/Avatar.mjs +2 -1
  8. package/lib/Avatar/styles.css +1 -1
  9. package/lib/AvatarGroup/AvatarGroup.cjs +2 -1
  10. package/lib/AvatarGroup/AvatarGroup.mjs +2 -1
  11. package/lib/AvatarGroup/styles.css +1 -1
  12. package/lib/Badge/styles.css +1 -1
  13. package/lib/Banner/Banner.cjs +2 -3
  14. package/lib/Banner/Banner.mjs +2 -3
  15. package/lib/Box/styles.css +1 -1
  16. package/lib/BrandLogo/styles.css +1 -1
  17. package/lib/Breadcrumbs/Breadcrumbs.cjs +2 -1
  18. package/lib/Breadcrumbs/Breadcrumbs.mjs +2 -1
  19. package/lib/Breadcrumbs/styles.css +1 -1
  20. package/lib/Button/Button.cjs +2 -2
  21. package/lib/Button/Button.mjs +2 -2
  22. package/lib/Button/styles.css +1 -1
  23. package/lib/ButtonGroup/ButtonGroup.cjs +3 -3
  24. package/lib/ButtonGroup/ButtonGroup.mjs +3 -3
  25. package/lib/ButtonGroup/styles.css +1 -1
  26. package/lib/ButtonV2/ButtonV2.cjs +2 -2
  27. package/lib/ButtonV2/ButtonV2.mjs +2 -2
  28. package/lib/ButtonV2/styles.css +1 -1
  29. package/lib/Calendar/Calendar.cjs +3 -3
  30. package/lib/Calendar/Calendar.mjs +3 -3
  31. package/lib/Calendar/styles.css +1 -1
  32. package/lib/CardFooter/CardFooter.cjs +2 -2
  33. package/lib/CardFooter/CardFooter.mjs +2 -2
  34. package/lib/CardFooter/styles.css +1 -1
  35. package/lib/CardHeading/styles.css +1 -1
  36. package/lib/Carousel/Carousel.cjs +1 -1
  37. package/lib/Carousel/Carousel.mjs +1 -1
  38. package/lib/Carousel/styles.css +1 -1
  39. package/lib/Checkbox/styles.css +1 -1
  40. package/lib/Columns/styles.css +1 -1
  41. package/lib/ComboBox/ComboBox.cjs +2 -2
  42. package/lib/ComboBox/ComboBox.mjs +2 -2
  43. package/lib/ComboBox/styles.css +1 -1
  44. package/lib/ContentSwitcher/ContentSwitcher.cjs +1 -1
  45. package/lib/ContentSwitcher/ContentSwitcher.mjs +1 -1
  46. package/lib/ContentSwitcher/styles.css +1 -1
  47. package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs +1 -1
  48. package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.mjs +1 -1
  49. package/lib/ContentSwitcherDropdown/styles.css +1 -1
  50. package/lib/DatePicker/DatePicker.cjs +196 -17
  51. package/lib/DatePicker/DatePicker.mjs +200 -17
  52. package/lib/DatePicker/styles.css +1 -1
  53. package/lib/Disclosure/styles.css +1 -1
  54. package/lib/DisclosureMini/styles.css +1 -1
  55. package/lib/Download/styles.css +1 -1
  56. package/lib/Drawer/Drawer.cjs +46 -323
  57. package/lib/Drawer/Drawer.mjs +44 -306
  58. package/lib/Drawer/styles.css +1 -1
  59. package/lib/Elevation/styles.css +1 -1
  60. package/lib/Filter/styles.css +1 -1
  61. package/lib/FormControl/styles.css +1 -1
  62. package/lib/GhostedHeroBanner/GhostedHeroBanner.cjs +1 -1
  63. package/lib/GhostedHeroBanner/GhostedHeroBanner.mjs +1 -1
  64. package/lib/GhostedHeroBanner/styles.css +1 -1
  65. package/lib/GradientPageBackground/GradientPageBackground.cjs +257 -0
  66. package/lib/GradientPageBackground/GradientPageBackground.mjs +237 -0
  67. package/lib/GradientPageBackground/styles.css +1 -0
  68. package/lib/Grid/styles.css +1 -1
  69. package/lib/Group/styles.css +1 -1
  70. package/lib/Heading/styles.css +1 -1
  71. package/lib/HeroBanner/HeroBanner.cjs +2 -3
  72. package/lib/HeroBanner/HeroBanner.mjs +2 -3
  73. package/lib/HeroBanner/styles.css +1 -1
  74. package/lib/HeroButton/HeroButton.cjs +2 -2
  75. package/lib/HeroButton/HeroButton.mjs +2 -2
  76. package/lib/HeroButton/styles.css +1 -1
  77. package/lib/Hidden/styles.css +1 -1
  78. package/lib/HorizontalCard/HorizontalCard.cjs +3 -2
  79. package/lib/HorizontalCard/HorizontalCard.mjs +3 -2
  80. package/lib/HorizontalCard/styles.css +1 -1
  81. package/lib/Icon/Icon.cjs +1 -1
  82. package/lib/Icon/Icon.mjs +1 -1
  83. package/lib/Icon/styles.css +1 -1
  84. package/lib/Image/styles.css +1 -1
  85. package/lib/ImpactCard/ImpactCard.cjs +7 -4
  86. package/lib/ImpactCard/ImpactCard.mjs +7 -4
  87. package/lib/ImpactCard/styles.css +1 -1
  88. package/lib/InformationCard/InformationCard.cjs +7 -5
  89. package/lib/InformationCard/InformationCard.mjs +7 -5
  90. package/lib/InformationCard/styles.css +1 -1
  91. package/lib/Link/Link.cjs +1 -1
  92. package/lib/Link/Link.mjs +1 -1
  93. package/lib/Link/styles.css +1 -1
  94. package/lib/Markup/styles.css +1 -1
  95. package/lib/MediaCard/MediaCard.cjs +3 -5
  96. package/lib/MediaCard/MediaCard.mjs +3 -5
  97. package/lib/MediaCard/styles.css +1 -1
  98. package/lib/Menu/Menu.cjs +33 -32
  99. package/lib/Menu/Menu.mjs +17 -16
  100. package/lib/Menu/styles.css +1 -1
  101. package/lib/Modal/Modal.cjs +2 -2
  102. package/lib/Modal/Modal.mjs +2 -2
  103. package/lib/Modal/styles.css +1 -1
  104. package/lib/Pagination/styles.css +1 -1
  105. package/lib/PaginationSimple/PaginationSimple.cjs +1 -1
  106. package/lib/PaginationSimple/PaginationSimple.mjs +1 -1
  107. package/lib/PaginationSimple/styles.css +1 -1
  108. package/lib/Popover/styles.css +1 -1
  109. package/lib/Poster/styles.css +1 -1
  110. package/lib/ProgressBar/styles.css +1 -1
  111. package/lib/ProgressStepper/ProgressStepper.cjs +10 -72
  112. package/lib/ProgressStepper/ProgressStepper.mjs +8 -74
  113. package/lib/ProgressStepper/styles.css +1 -1
  114. package/lib/ProgressStepperOverflow/ProgressStepperOverflow.cjs +20 -0
  115. package/lib/ProgressStepperOverflow/ProgressStepperOverflow.mjs +14 -0
  116. package/lib/ProgressStepperOverflow/styles.css +1 -0
  117. package/lib/RadioCardGroup/RadioCardGroup.cjs +2 -2
  118. package/lib/RadioCardGroup/RadioCardGroup.mjs +3 -3
  119. package/lib/RadioCardGroup/styles.css +1 -1
  120. package/lib/RadioGroup/styles.css +1 -1
  121. package/lib/Rule/styles.css +1 -1
  122. package/lib/ScrollToTop/ScrollToTop.cjs +5 -2
  123. package/lib/ScrollToTop/ScrollToTop.mjs +5 -2
  124. package/lib/ScrollToTop/styles.css +1 -1
  125. package/lib/Section/styles.css +1 -1
  126. package/lib/Select/styles.css +1 -1
  127. package/lib/SiteFooter/SiteFooter.cjs +10 -7
  128. package/lib/SiteFooter/SiteFooter.mjs +10 -7
  129. package/lib/SiteFooter/styles.css +1 -1
  130. package/lib/SiteFooterV2/SiteFooterV2.cjs +19 -22
  131. package/lib/SiteFooterV2/SiteFooterV2.mjs +19 -22
  132. package/lib/SiteFooterV2/styles.css +1 -1
  133. package/lib/SiteHeaderV2/SiteHeaderV2.cjs +4 -4
  134. package/lib/SiteHeaderV2/SiteHeaderV2.mjs +5 -5
  135. package/lib/SiteHeaderV2/styles.css +1 -1
  136. package/lib/Skeleton/styles.css +1 -1
  137. package/lib/SkipLink/styles.css +1 -1
  138. package/lib/Spinner/styles.css +1 -1
  139. package/lib/Surface/styles.css +1 -1
  140. package/lib/Switch/styles.css +1 -1
  141. package/lib/TabbedBanner/TabbedBanner.cjs +9 -6
  142. package/lib/TabbedBanner/TabbedBanner.mjs +9 -6
  143. package/lib/TabbedBanner/styles.css +1 -1
  144. package/lib/Tabs/Tabs.cjs +1 -1
  145. package/lib/Tabs/Tabs.mjs +1 -1
  146. package/lib/Tabs/styles.css +1 -1
  147. package/lib/Tag/Tag.cjs +1 -1
  148. package/lib/Tag/Tag.mjs +1 -1
  149. package/lib/Tag/styles.css +1 -1
  150. package/lib/TemplateBanner/TemplateBanner.cjs +2 -3
  151. package/lib/TemplateBanner/TemplateBanner.mjs +2 -3
  152. package/lib/TemplateBanner/styles.css +1 -1
  153. package/lib/Text/styles.css +1 -1
  154. package/lib/TextArea/TextArea.cjs +16 -14
  155. package/lib/TextArea/TextArea.mjs +16 -14
  156. package/lib/TextArea/styles.css +1 -1
  157. package/lib/TextInput/styles.css +1 -1
  158. package/lib/Theme/Theme.cjs +1 -1
  159. package/lib/Theme/Theme.mjs +1 -1
  160. package/lib/Theme/styles.css +1 -1
  161. package/lib/ThemeIcon/styles.css +1 -1
  162. package/lib/ThumbnailSignpost/ThumbnailSignpost.cjs +5 -8
  163. package/lib/ThumbnailSignpost/ThumbnailSignpost.mjs +5 -8
  164. package/lib/ThumbnailSignpost/styles.css +1 -1
  165. package/lib/Toast/styles.css +1 -1
  166. package/lib/Tooltip/Tooltip.cjs +1 -1
  167. package/lib/Tooltip/Tooltip.mjs +1 -1
  168. package/lib/Tooltip/styles.css +1 -1
  169. package/lib/Truncate/styles.css +1 -1
  170. package/lib/TypographyCard/TypographyCard.cjs +7 -4
  171. package/lib/TypographyCard/TypographyCard.mjs +7 -4
  172. package/lib/TypographyCard/styles.css +1 -1
  173. package/lib/UniversalHeader/styles.css +1 -1
  174. package/lib/VerticalSpace/styles.css +1 -1
  175. package/lib/VideoPlayer/VideoPlayer.cjs +1 -1
  176. package/lib/VideoPlayer/VideoPlayer.mjs +1 -1
  177. package/lib/VideoPlayer/styles.css +1 -1
  178. package/lib/Visible/Visible.cjs +6 -14
  179. package/lib/Visible/Visible.mjs +4 -16
  180. package/lib/Visible/styles.css +1 -1
  181. package/lib/VisuallyHidden/styles.css +1 -1
  182. package/lib/_shared/cjs/{Avatar-CxbjOB_b.cjs → Avatar-CrUioj_6.cjs} +4 -1
  183. package/lib/_shared/cjs/{Button-CKTa6bQL.cjs → Button-uD9mR8w-.cjs} +1 -1
  184. package/lib/_shared/cjs/{ButtonV2-CRNNZ_nd.cjs → ButtonV2-Bta5SVVY.cjs} +2 -2
  185. package/lib/_shared/cjs/{Calendar-BwjsVOaO.cjs → Calendar-D4ZSaHHU.cjs} +2 -2
  186. package/lib/_shared/cjs/{CardFooter-DwE-u0Om.cjs → CardFooter-ChphRFHe.cjs} +1 -1
  187. package/lib/_shared/cjs/{ComboBox-CY_JTHWB.cjs → ComboBox-BGUhlqx1.cjs} +1 -1
  188. package/lib/_shared/cjs/{ContentSwitcherDropdown-CAWaAMZN.cjs → ContentSwitcherDropdown-U5ZTbJTe.cjs} +1 -1
  189. package/lib/_shared/cjs/{ContentSwitcherList-I7jCZn8C.cjs → ContentSwitcherList-nlxMHXs-.cjs} +3 -2
  190. package/lib/_shared/cjs/{DatePicker-PiPFgOL6.cjs → DatePicker-DS6fAvxD.cjs} +45 -27
  191. package/lib/_shared/cjs/{HeroButton-CiIygZ16.cjs → HeroButton-CrzkTUwP.cjs} +1 -1
  192. package/lib/_shared/cjs/{Icon-KMACQ1i3.cjs → Icon-CzhyKqMd.cjs} +1 -1
  193. package/lib/_shared/cjs/{MediaCard-4SvlAL3w.cjs → MediaCard-BEZFbiYO.cjs} +5 -9
  194. package/lib/_shared/cjs/{MenuSubContent-B7-PVHJ6.cjs → MenuItemMultiLevelContent-vLr6hSBm.cjs} +7 -7
  195. package/lib/_shared/cjs/ProgressStepper-BL9Y5c4X.cjs +77 -0
  196. package/lib/_shared/cjs/ProgressStepperOverflow-v-TyS5Sp.cjs +142 -0
  197. package/lib/_shared/cjs/{RadioCardGroupInput-BmntgyWB.cjs → RadioCardGroupInput-CeUM3yPS.cjs} +1 -1
  198. package/lib/_shared/cjs/{SiteHeaderV2NavItemWithSubNav-CX1WAHv8.cjs → SiteHeaderV2NavItemWithSubNav-fQPk0gZU.cjs} +3 -3
  199. package/lib/_shared/cjs/{TemplateBanner-Dn_6CJqe.cjs → TemplateBanner-CGtTUy81.cjs} +13 -6
  200. package/lib/_shared/cjs/Visible-Dx__9oZG.cjs +18 -0
  201. package/lib/_shared/cjs/{index.es-i8i9xWYf.cjs → index.es-DBEGtWPg.cjs} +1 -1
  202. package/lib/_shared/esm/{Avatar-B8aoUhmE.mjs → Avatar-Fb1E5MA9.mjs} +4 -1
  203. package/lib/_shared/esm/{Button-9L4AksQP.mjs → Button-BxuM3_gz.mjs} +1 -1
  204. package/lib/_shared/esm/{ButtonV2-2U4PvnpS.mjs → ButtonV2-DwYBAojW.mjs} +2 -2
  205. package/lib/_shared/esm/{Calendar-Di_PdK9o.mjs → Calendar-CjqPM7ta.mjs} +2 -2
  206. package/lib/_shared/esm/{CardFooter-CgDDDI7Z.mjs → CardFooter-fsAY4cc6.mjs} +1 -1
  207. package/lib/_shared/esm/{ComboBox-Cga1icqB.mjs → ComboBox-CRlJjeev.mjs} +1 -1
  208. package/lib/_shared/esm/{ContentSwitcherDropdown-dktkyAjY.mjs → ContentSwitcherDropdown-BCkuAfwC.mjs} +1 -1
  209. package/lib/_shared/esm/{ContentSwitcherList-OnZoE86O.mjs → ContentSwitcherList-DKPD9GfN.mjs} +3 -2
  210. package/lib/_shared/esm/{DatePicker-DyPo-u9K.mjs → DatePicker-3sYJ3wGn.mjs} +43 -28
  211. package/lib/_shared/esm/{HeroButton-HYskwyvn.mjs → HeroButton-jdjjV_Gf.mjs} +1 -1
  212. package/lib/_shared/esm/{Icon-MZfaoOo9.mjs → Icon-CcPOJcQm.mjs} +1 -1
  213. package/lib/_shared/esm/{MediaCard-tYOu7gv8.mjs → MediaCard-DqMaNWsE.mjs} +5 -9
  214. package/lib/_shared/esm/{MenuSubContent-DCfTtJpf.mjs → MenuItemMultiLevelContent-JTOHqpzg.mjs} +7 -7
  215. package/lib/_shared/esm/ProgressStepper-CLBtBNy2.mjs +74 -0
  216. package/lib/_shared/esm/ProgressStepperOverflow-B9ba8ljs.mjs +140 -0
  217. package/lib/_shared/esm/{RadioCardGroupInput-Cy1r7M8l.mjs → RadioCardGroupInput-D7W28geB.mjs} +1 -1
  218. package/lib/_shared/esm/{SiteHeaderV2NavItemWithSubNav-B9hz5IKd.mjs → SiteHeaderV2NavItemWithSubNav-BMoBdUxK.mjs} +3 -3
  219. package/lib/_shared/esm/{TemplateBanner-CS95cxio.mjs → TemplateBanner-Up6cR-3_.mjs} +14 -7
  220. package/lib/_shared/esm/Visible-C-jVXUWp.mjs +16 -0
  221. package/lib/_shared/esm/{index.es-DZ9WSYOo.mjs → index.es-DCvYtQfu.mjs} +2 -2
  222. package/lib/index.cjs +1117 -806
  223. package/lib/index.cjs.map +1 -1
  224. package/lib/index.d.cts +177 -50
  225. package/lib/index.d.mts +177 -50
  226. package/lib/index.js.map +1 -1
  227. package/lib/index.mjs +1107 -801
  228. package/lib/index.mjs.map +1 -1
  229. package/lib/styles.css +8 -22
  230. package/package.json +8 -8
  231. package/lib/GradientBackground/GradientBackground.cjs +0 -19
  232. package/lib/GradientBackground/GradientBackground.mjs +0 -17
  233. package/lib/GradientBackground/styles.css +0 -1
package/lib/index.d.mts CHANGED
@@ -195,7 +195,7 @@ interface AvatarProps {
195
195
  size?: AvatarSize;
196
196
  }
197
197
 
198
- type GroupAvatar = Omit<AvatarProps, "size" | "title" | "href" | "onClick">;
198
+ type GroupAvatar = Omit<AvatarProps, "size" | "title" | "href" | "onClick" | "ariaLabel">;
199
199
 
200
200
  /** Use `AvatarGroup` to visually represent a group of users. */
201
201
  declare const AvatarGroup: React.FC<AvatarGroupProps>;
@@ -277,9 +277,9 @@ interface HeadingProps {
277
277
  */
278
278
  isResponsive?: boolean;
279
279
  /**
280
- * Changes the Heading font family. Please note `dottee` fonts will only work when theme is set to `ee `
280
+ * Changes the Heading font family. Please note `dottee` fonts will only work when theme is set to `ee`
281
281
  */
282
- fontStyle?: "default" | "display-standard" | "display-condensed" | "display-extended";
282
+ fontStyle?: "default" | "display-standard" | "display-condensed" | "display-extended" | "overline";
283
283
  }
284
284
 
285
285
  interface BannerImageProps extends Pick<ImageProps, "src" | "alt" | "loading" | "sizes" | "srcSet" | "width" | "height" | "fadeOnLoad" | "fit"> {
@@ -1420,7 +1420,7 @@ type TextInputWithPlaceholderProps = TextInputComponentProps;
1420
1420
  * Use `DatePicker` to clearly present available dates and allow users to choose a way to enter information.
1421
1421
  */
1422
1422
  declare const DatePicker: React.ForwardRefExoticComponent<Omit<DatePickerProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
1423
- interface DatePickerRangeSelection extends RangeSelection {
1423
+ interface DatePickerRangeSelection$1 extends RangeSelection {
1424
1424
  formattedRange: string;
1425
1425
  }
1426
1426
  interface DatePickerProps extends Omit<TextInputWithPlaceholderProps, "defaultValue" | "inputMode" | "minLength" | "maxLength" | "pattern" | "type" | "showPassword" | "placeholder" | "iconButton" | "prefix" | "suffix">, Omit<CalendarProps, "onDateSelect" | "onRangeSelect" | "selectedDate" | "selectedRange"> {
@@ -1429,6 +1429,18 @@ interface DatePickerProps extends Omit<TextInputWithPlaceholderProps, "defaultVa
1429
1429
  date: Date;
1430
1430
  formattedDate: string;
1431
1431
  }) => void;
1432
+ onRangeSelect?: (value: DatePickerRangeSelection$1) => void;
1433
+ }
1434
+
1435
+ declare const DatePickerRange: React.FC<DatePickerRangeProps>;
1436
+ interface DatePickerRangeSelection extends RangeSelection {
1437
+ formattedStart: string;
1438
+ formattedEnd: string;
1439
+ }
1440
+ type SharedInputProps = Omit<TextInputWithPlaceholderProps, "defaultValue" | "inputMode" | "minLength" | "maxLength" | "pattern" | "type" | "showPassword" | "placeholder" | "iconButton" | "prefix" | "suffix" | "label"> & Partial<Pick<TextInputWithPlaceholderProps, "label">>;
1441
+ interface DatePickerRangeProps extends Pick<CalendarProps, "type" | "minDate" | "maxDate" | "disabledDates"> {
1442
+ inputStart: SharedInputProps;
1443
+ inputEnd: SharedInputProps;
1432
1444
  onRangeSelect?: (value: DatePickerRangeSelection) => void;
1433
1445
  }
1434
1446
 
@@ -1538,21 +1550,19 @@ interface DownloadProps {
1538
1550
  declare const Drawer: React.FC<DrawerProps>;
1539
1551
  interface DrawerProps {
1540
1552
  /**
1541
- * Title for the drawer. This will be announced by screen readers when the drawer opens.
1542
- */
1543
- title: string;
1544
- /**
1545
- * The position on the screen the drawer should render.
1553
+ * Show or hide page overlay.
1546
1554
  */
1547
- position?: "top" | "right" | "bottom" | "left";
1555
+ noOverlay?: boolean;
1548
1556
  /**
1549
- * Show or hide page overlay.
1557
+ * Set the height of the Drawer. Position Bottom Only. Accepts string (px, %, em etc) or number.
1558
+ * If a number is provided, it will be treated as pixels.
1550
1559
  */
1551
- isOverlayVisible?: boolean;
1560
+ height?: string | number;
1552
1561
  /**
1553
- * Footer content for the drawer.
1562
+ * Set the width of the Drawer. Position Left / Right Only. Accepts string (px, %, em etc) or number.
1563
+ * If a number is provided, it will be treated as pixels.
1554
1564
  */
1555
- footer?: React.ReactNode;
1565
+ width?: string | number;
1556
1566
  /**
1557
1567
  * Function to be called when the Drawer has been requested to close by either the esc key being pressed, outside the dialog being clicked or the close button being clicked. The callback must set the open state of the Drawer to false.
1558
1568
  */
@@ -1562,17 +1572,57 @@ interface DrawerProps {
1562
1572
  */
1563
1573
  shouldReturnFocus?: boolean;
1564
1574
  /**
1565
- * Size of the Drawer dialog.
1575
+ * Size preset for the drawer. These can be overridden by setting custom `height` (for Bottom position) or `width` (for 'Left, 'Right'). Use 'auto' to hug the `drawer` content.
1566
1576
  */
1567
- size?: "s" | "l";
1577
+ size?: "s" | "m" | "l" | "auto";
1568
1578
  /**
1569
1579
  * Set Drawer open or closed.
1570
1580
  */
1571
1581
  isOpen?: boolean;
1572
1582
  /**
1573
- * Custom content for `Modal`.
1583
+ * Content to include with in the `Drawer` This should typically be `DrawerHeader`, `DrawerFooter` and `DrawerFooter`. This can also have custom content.
1584
+ */
1585
+ children?: React.ReactNode;
1586
+ /**
1587
+ * Set the position of the `Drawer`
1588
+ */
1589
+ position?: "right" | "left" | "bottom";
1590
+ }
1591
+
1592
+ declare const DrawerHeader: React.FC<DrawerHeaderProps>;
1593
+ interface DrawerHeaderProps {
1594
+ /**
1595
+ * Title for the DrawerHeader
1596
+ */
1597
+ title?: string;
1598
+ /**
1599
+ * Determine if the `DrawerHeader` is fixed to the top of the `Drawer`
1600
+ */
1601
+ isFixed?: boolean;
1602
+ }
1603
+
1604
+ declare const DrawerFooter: React.FC<DrawerFooterProps>;
1605
+ interface DrawerFooterProps {
1606
+ /**
1607
+ * Content to display within the DrawerFooter. This will typically be ButtonGroup
1574
1608
  */
1575
1609
  children?: React.ReactNode;
1610
+ /**
1611
+ * Determine if the `DrawerFooter` is fixed to the bottom of the `Drawer`
1612
+ */
1613
+ isFixed?: boolean;
1614
+ }
1615
+
1616
+ declare const DrawerContent: React.FC<DrawerContentProps>;
1617
+ interface DrawerContentProps {
1618
+ /**
1619
+ * Display content within the DrawerContent sectino
1620
+ */
1621
+ children: React.ReactNode;
1622
+ /**
1623
+ * This property removes all arc styling and opens the Drawer to have fully custom content
1624
+ */
1625
+ isFullBleed?: boolean;
1576
1626
  }
1577
1627
 
1578
1628
  /**
@@ -1687,11 +1737,57 @@ interface FilterControlProps {
1687
1737
  declare const GhostedHeroBanner: React.FC<GhostedHeroBannerProps>;
1688
1738
  type GhostedHeroBannerProps = Pick<TemplateBannerProps, "heading" | "img" | "children" | "label" | "text" | "headingLevel">;
1689
1739
 
1690
- declare const GradientBackground: React.FC<GradientBackgroundProps>;
1691
- interface GradientBackgroundProps {
1692
- type?: "lightOne" | "darkOne" | "brandAssetFullColour07";
1693
- scrim?: "s" | "m" | "l";
1740
+ declare const GradientPageBackground: React.FC<GradientPageBackgroundProps>;
1741
+ interface GradientPageBackgroundProps {
1742
+ /**
1743
+ * Select the gradient type
1744
+ */
1745
+ type?: "HomepageDark1" | "HomepageDark2" | "ProductpageDark1" | "ProductpageDark2" | "HomepageLight1" | "HomepageLight2" | "ProductpageLight1" | "ProductpageLight2" | "FooterLight";
1746
+ /**
1747
+ * Select the gradient fade sizing, default heights "s" 640px, "m" 1024px and "l" 1280px
1748
+ */
1749
+ scrimFadeSize?: "s" | "m" | "l";
1750
+ /**
1751
+ * Set a custom height at each breakpoint for the gradient fade that will override the scrimFadeSize height. Larger breakpoints will inherit smaller breakpoints if no value is provided.
1752
+ */
1753
+ scrimFadeHeights?: {
1754
+ xs?: number;
1755
+ s?: number;
1756
+ m?: number;
1757
+ l?: number;
1758
+ xl?: number;
1759
+ xxl?: number;
1760
+ };
1761
+ /**
1762
+ * Select the gradient fade positioning
1763
+ */
1764
+ scrimFadePosition?: "top" | "bottom";
1765
+ /**
1766
+ * Set a height at each breakpoint for the gradient to extend beyond it 100% height. Larger breakpoints will inherit smaller breakpoints if no value is provided.
1767
+ */
1768
+ extendBackgrounds?: {
1769
+ xs?: number;
1770
+ s?: number;
1771
+ m?: number;
1772
+ l?: number;
1773
+ xl?: number;
1774
+ xxl?: number;
1775
+ };
1776
+ /**
1777
+ * Content to be displayed on top of the gradient
1778
+ */
1694
1779
  children: React.ReactNode;
1780
+ /**
1781
+ * Add customGradients svgs for each desired breakpoint. Larger breakpoints will inherit smaller breakpoints if no svg is provided. Ensure preserveAspectRatio="none" and the svg has no height or width defined. Name must include light or dark for surface context.
1782
+ */
1783
+ customGradients?: {
1784
+ xs?: string;
1785
+ s?: string;
1786
+ m?: string;
1787
+ l?: string;
1788
+ xl?: string;
1789
+ xxl?: string;
1790
+ };
1695
1791
  }
1696
1792
 
1697
1793
  /**
@@ -1921,7 +2017,7 @@ interface HorizontalCardProps {
1921
2017
  * Use `Icon` to display brand iconography.
1922
2018
  */
1923
2019
  declare const Icon: FC<IconProps>;
1924
- declare const colors: readonly ["auto", "brand", "statusRed", "statusAmber", "statusGreen", "gradient"];
2020
+ declare const colors: readonly ["auto", "brand", "brand-alt", "statusRed", "statusAmber", "statusGreen"];
1925
2021
  type IconColor = (typeof colors)[number];
1926
2022
  interface IconProps {
1927
2023
  /**
@@ -2252,8 +2348,8 @@ interface MenuItemContentTemplateProps {
2252
2348
  keyCommands?: string;
2253
2349
  }
2254
2350
 
2255
- declare const MenuCheckboxItem: React.FC<MenuCheckboxItemProps>;
2256
- interface MenuCheckboxItemProps extends Pick<MenuItemContentTemplateProps, "supportingText" | "children"> {
2351
+ declare const MenuItemCheckbox: React.FC<MenuItemCheckboxProps>;
2352
+ interface MenuItemCheckboxProps extends Pick<MenuItemContentTemplateProps, "supportingText" | "children"> {
2257
2353
  /**
2258
2354
  * Controls whether the checkbox is checked, unchecked.
2259
2355
  */
@@ -2271,7 +2367,7 @@ interface MenuCheckboxItemProps extends Pick<MenuItemContentTemplateProps, "supp
2271
2367
  */
2272
2368
  onSelect?: (event: Event) => void;
2273
2369
  /**
2274
- * ID for the MenuCheckboxItem.
2370
+ * ID for the MenuItemCheckbox.
2275
2371
  */
2276
2372
  id?: string;
2277
2373
  /**
@@ -2424,14 +2520,14 @@ interface MenuPortalProps {
2424
2520
  /**
2425
2521
  * Groups menu items allowing single selection from multiple options.
2426
2522
  */
2427
- declare const MenuRadioGroup: React.FC<MenuRadioGroupProps>;
2428
- interface MenuRadioGroupProps {
2523
+ declare const MenuGroupSingleSelect: React.FC<MenuGroupSingleSelectProps>;
2524
+ interface MenuGroupSingleSelectProps {
2429
2525
  /**
2430
- * The radio items inside the group.
2526
+ * The single select items inside the group.
2431
2527
  */
2432
2528
  children: React.ReactNode;
2433
2529
  /**
2434
- * The current selected value of the radio group.
2530
+ * The current selected value of the single select group.
2435
2531
  */
2436
2532
  value?: string;
2437
2533
  /**
@@ -2443,8 +2539,8 @@ interface MenuRadioGroupProps {
2443
2539
  /**
2444
2540
  * A selectable menu item used within a radio group.
2445
2541
  */
2446
- declare const MenuRadioItem: React.FC<MenuRadioItemProps>;
2447
- interface MenuRadioItemProps extends Omit<MenuItemContentTemplateProps, "trailingIcon"> {
2542
+ declare const MenuItemSingleSelect: React.FC<MenuItemSingleSelectProps>;
2543
+ interface MenuItemSingleSelectProps extends Omit<MenuItemContentTemplateProps, "trailingIcon"> {
2448
2544
  /**
2449
2545
  * The value assigned to this radio item.
2450
2546
  */
@@ -2480,39 +2576,39 @@ interface MenuScrollableProps {
2480
2576
  declare const MenuSeparator: React.FC;
2481
2577
 
2482
2578
  /**
2483
- * Container for submenu content within a dropdown menu.
2579
+ * Container for multi-level menu content within a dropdown menu.
2484
2580
  */
2485
- declare const MenuSub: React.FC<MenuSubProps>;
2486
- interface MenuSubProps {
2581
+ declare const MenuItemMultiLevel: React.FC<MenuItemMultiLevelProps>;
2582
+ interface MenuItemMultiLevelProps {
2487
2583
  /**
2488
- * The content inside the submenu.
2584
+ * The content inside the multi-level menu.
2489
2585
  */
2490
2586
  children: React.ReactNode;
2491
2587
  }
2492
2588
 
2493
2589
  /**
2494
- * The submenu content that pops out when a menu item with children is hovered or clicked.
2590
+ * The multi-level menu content that pops out when a menu item with children is hovered or clicked.
2495
2591
  */
2496
- declare const MenuSubContent: React.ForwardRefExoticComponent<MenuSubContentProps & React.RefAttributes<HTMLDivElement>>;
2497
- interface MenuSubContentProps {
2592
+ declare const MenuItemMultiLevelContent: React.ForwardRefExoticComponent<MenuItemMultiLevelContentProps & React.RefAttributes<HTMLDivElement>>;
2593
+ interface MenuItemMultiLevelContentProps {
2498
2594
  /**
2499
- * The submenu content, typically containing `Menu.Item` elements.
2595
+ * The multi-level menu content, typically containing `Menu.Item` elements.
2500
2596
  */
2501
2597
  children: React.ReactNode;
2502
2598
  /**
2503
- * The width of the submenu content. Can be any valid CSS width value. This is `fit-content` by default and needs to be set to `auto` to use other properties.
2599
+ * The width of the multi-level menu content. Can be any valid CSS width value. This is `fit-content` by default and needs to be set to `auto` to use other properties.
2504
2600
  */
2505
2601
  width?: string | number | "auto";
2506
2602
  /**
2507
- * The minimum width of the submenu content.
2603
+ * The minimum width of the multi-level menu content.
2508
2604
  */
2509
2605
  minWidth?: string | number;
2510
2606
  /**
2511
- * The maximum width of the submenu content.
2607
+ * The maximum width of the multi-level menu content.
2512
2608
  */
2513
2609
  maxWidth?: string | number;
2514
2610
  /**
2515
- * Horizontal alignment of the submenu relative to the parent trigger.
2611
+ * Horizontal alignment of the multi-level menu relative to the parent trigger.
2516
2612
  */
2517
2613
  align?: "start" | "center" | "end";
2518
2614
  /**
@@ -2520,22 +2616,22 @@ interface MenuSubContentProps {
2520
2616
  */
2521
2617
  alignOffset?: number;
2522
2618
  /**
2523
- * The side of the parent trigger to display the submenu.
2619
+ * The side of the parent trigger to display the multi-level menu.
2524
2620
  */
2525
2621
  side?: "top" | "right" | "bottom" | "left";
2526
2622
  /**
2527
- * If true, hides the submenu when it's detached from its trigger.
2623
+ * If true, hides the multi-level menu when it's detached from its trigger.
2528
2624
  */
2529
2625
  hideWhenDetached?: boolean;
2530
2626
  }
2531
2627
 
2532
2628
  /**
2533
- * Trigger element that opens a submenu when selected.
2629
+ * Trigger element that opens a multi-level menu when selected.
2534
2630
  */
2535
- declare const MenuSubTrigger: React.FC<MenuSubTriggerProps>;
2536
- interface MenuSubTriggerProps extends Pick<MenuItemProps, "keyCommands" | "leadingIcon" | "ariaLabel" | "supportingText"> {
2631
+ declare const MenuItemMultiLevelTrigger: React.FC<MenuItemMultiLevelTriggerProps>;
2632
+ interface MenuItemMultiLevelTriggerProps extends Pick<MenuItemProps, "keyCommands" | "leadingIcon" | "ariaLabel" | "supportingText"> {
2537
2633
  /**
2538
- * The trigger element for opening the submenu.
2634
+ * The trigger element for opening the multi-level menu.
2539
2635
  */
2540
2636
  children: React.ReactNode;
2541
2637
  /**
@@ -2920,6 +3016,10 @@ interface ProgressStepperProps {
2920
3016
  * <b>DEPRECATED</b>: This will be removed in a future release.
2921
3017
  */
2922
3018
  isExpandable?: boolean;
3019
+ /**
3020
+ * Optional property to provide component Ref
3021
+ */
3022
+ ref?: React.Ref<HTMLDivElement>;
2923
3023
  }
2924
3024
 
2925
3025
  type ProgressStatus = "completed" | "current" | "warning" | "error" | "todo";
@@ -2985,6 +3085,33 @@ interface ProgressStepperItemProps {
2985
3085
  isStepContentHidden?: boolean;
2986
3086
  }
2987
3087
 
3088
+ /** Use `ProgressStepperOverflow` to wrap `ProgressStepperItem`s and allow overflow behaviour. */
3089
+ declare const ProgressStepperOverflow: React.ForwardRefExoticComponent<Omit<ProgressStepperOverflowProps, "ref"> & React.RefAttributes<ProgressStepperOverflowRef>>;
3090
+ interface ProgressStepperOverflowProps extends Omit<ProgressStepperProps, "isFluid" | "isExpandable" | "direction"> {
3091
+ /**
3092
+ * Children of `<ProgressStepperOverflow />` should only contain `<ProgressStepperItem />`
3093
+ */
3094
+ children?: React.ReactNode;
3095
+ /**
3096
+ * onIndexChange handler for the ProgressStepperOverflow.
3097
+ */
3098
+ onIndexChange?: (index: number) => void;
3099
+ /**
3100
+ * Select the index of the step to scroll to on inital load.
3101
+ */
3102
+ onLoadStep?: number;
3103
+ /**
3104
+ * Add an offset to the start of the steps.
3105
+ */
3106
+ offsetLeft?: 0 | 8 | 12 | 16 | 24 | 32 | 40;
3107
+ }
3108
+ interface ProgressStepperOverflowRef {
3109
+ handleStepScroll: (increment: number) => void;
3110
+ scrollToStep: (step: number) => void;
3111
+ handleViewScroll: (direction: boolean) => void;
3112
+ isLastChildVisible: () => boolean;
3113
+ }
3114
+
2988
3115
  type EventType$3 = React.ChangeEvent<HTMLInputElement>;
2989
3116
  /**
2990
3117
  * Use `RadioCardGroup` to wrap and control `RadioCard` buttons and apply default values
@@ -4540,4 +4667,4 @@ interface VisuallyHiddenProps {
4540
4667
  */
4541
4668
  declare const useMediaQuery: (mediaQuery: string) => boolean;
4542
4669
 
4543
- export { Alert, type AlertProps, Align, type AlignProps, type AlignmentValue, AppButton, type AppButtonProps, type RangeSelection as ArcCalendarRangeSelection, type SelectionType as ArcCalendarSelectionType, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, Banner, type BannerProps, Box, type BoxProps, BrandLogo, colors$1 as BrandLogoColors, type BrandLogoProps, Breadcrumbs, BreadcrumbsItem, BreadcrumbsLink, type BreadcrumbsProps, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, ButtonV2, type ButtonV2Props, Calendar, type CalendarProps, Carousel, type CarouselProps, Checkbox, type CheckboxProps, type ColumnValue, Columns, ColumnsCol, type ColumnsColProps, type ColumnsProps, ComboBox, type ComboBoxProps, ContentSwitcher, ContentSwitcherContent, ContentSwitcherDropdown, ContentSwitcherDropdownContent, type ContentSwitcherDropdownProps, ContentSwitcherList, type ContentSwitcherProps, ContentSwitcherTab, DATE_FORMAT, DatePicker, type DatePickerProps, Disclosure, DisclosureMini, type DisclosureMiniProps, type DisclosureProps, Download, type DownloadProps, Drawer, type DrawerProps, Elevation, type ElevationProps, Filter, FilterControl, FilterControls, FilterItem, FilterItems, type FilterProps, FormControl, Context as FormControlContext, type FormControlProps, GhostedHeroBanner, type GhostedHeroBannerProps, GradientBackground, type GradientBackgroundProps, Grid, GridCol, type GridProps, GridRow, type GridValue, Group, GroupItem, type GroupProps, Heading, type HeadingLevel, type HeadingProps, HeroBanner, type HeroBannerProps, HeroButton, type HeroButtonProps, Hidden, type HiddenProps, HorizontalCard, type HorizontalCardProps, Icon, type IconColor, colors as IconColors, type IconProps, Image, fitOptions as ImageFitOptions, overlayOptions as ImageOverlayOptions, type ImageProps, ImageSource, type ImageSourceProps, ImpactCard, type ImpactCardProps, InformationCard, type InformationCardProps, Link, type LinkProps, Markup, type MarkupProps, MediaCard, type MediaCardProps, Menu, MenuCheckboxItem, MenuContent, MenuFooter, MenuGroup, MenuHeader, MenuItem, MenuItemContentTemplate, MenuLabel, MenuPortal, type MenuProps, MenuRadioGroup, MenuRadioItem, MenuScrollable, MenuSeparator, MenuSub, MenuSubContent, MenuSubTrigger, MenuTrigger, Modal, type ModalProps, Pagination, type PaginationProps, PaginationSimple, type PaginationSimpleProps, Popover, type PopoverProps, Poster, PosterImage, type PosterProps, PosterVideo, ProgressBar, type ProgressBarProps, type ProgressBarState, ProgressStepper, ProgressStepperItem, type ProgressStepperItemProps, type ProgressStepperProps, RadioCardGroup, RadioCardGroupInput, type RadioCardGroupProps, RadioGroup, RadioGroupButton, RadioGroupInput, type RadioGroupProps, Rule, type RuleProps, ScrollToTop, type ScrollToTopProps, Section, type SectionProps, Select, type SelectProps, SiteFooter, SiteFooterItem, SiteFooterItemGroup, type SiteFooterProps, SiteFooterV2, SiteFooterV2Item, SiteFooterV2ItemGroup, SiteFooterV2Main, SiteFooterV2Utility, SiteHeaderV2, SiteHeaderV2Column, SiteHeaderV2Item, SiteHeaderV2ItemGroup, SiteHeaderV2NavItem, SiteHeaderV2NavItemWithSubNav, SiteHeaderV2NodeItem, type SiteHeaderV2Props, SiteHeaderV2SubNavItem, SiteHeaderV2VerticalDivider, Skeleton, type SkeletonProps, SkipLink, SkipLinkItem, type Span, Spinner, type SpinnerProps, Surface, type SurfaceBackgroundColor, Context$1 as SurfaceContext, type SurfacePadding, type SurfaceProps, Switch, type SwitchProps, TabbedBanner, type TabbedBannerProps, Tabs, TabsContent, TabsItem, TabsList, type TabsListProps, type TabsProps, Tag, type TagProps, TemplateBanner, type TemplateBannerProps, Text, TextArea, type TextAreaProps, TextInput, type TextInputProps, type TextProps, Theme, ThemeIcon, type ThemeIconNames, type ThemeIconProps, type ThemeProps, type ThemeType, ThumbnailSignpost, type ThumbnailSignpostProps, Toast, ToastNotification, type ToastProps, Tooltip, type TooltipProps, Truncate, type TruncateProps, TypographyCard, type TypographyCardProps, UniversalHeader, UniversalHeaderItem, type UniversalHeaderProps, VerticalSpace, type VerticalSpaceProps, VideoPlayer, type VideoPlayerProps, Visible, type VisibleProps, VisuallyHidden, type VisuallyHiddenProps, backgrounds, backgroundsBT, isDateValid, isRangeValid, loadingOptions, parseDateString, parseRangeString, themes, useMediaQuery };
4670
+ export { Alert, type AlertProps, Align, type AlignProps, type AlignmentValue, AppButton, type AppButtonProps, type RangeSelection as ArcCalendarRangeSelection, type SelectionType as ArcCalendarSelectionType, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, Banner, type BannerProps, Box, type BoxProps, BrandLogo, colors$1 as BrandLogoColors, type BrandLogoProps, Breadcrumbs, BreadcrumbsItem, BreadcrumbsLink, type BreadcrumbsProps, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, ButtonV2, type ButtonV2Props, Calendar, type CalendarProps, Carousel, type CarouselProps, Checkbox, type CheckboxProps, type ColumnValue, Columns, ColumnsCol, type ColumnsColProps, type ColumnsProps, ComboBox, type ComboBoxProps, ContentSwitcher, ContentSwitcherContent, ContentSwitcherDropdown, ContentSwitcherDropdownContent, type ContentSwitcherDropdownProps, ContentSwitcherList, type ContentSwitcherProps, ContentSwitcherTab, DATE_FORMAT, DatePicker, type DatePickerProps, DatePickerRange, type DatePickerRangeProps, Disclosure, DisclosureMini, type DisclosureMiniProps, type DisclosureProps, Download, type DownloadProps, Drawer, DrawerContent, DrawerFooter, DrawerHeader, type DrawerProps, Elevation, type ElevationProps, Filter, FilterControl, FilterControls, FilterItem, FilterItems, type FilterProps, FormControl, Context as FormControlContext, type FormControlProps, GhostedHeroBanner, type GhostedHeroBannerProps, GradientPageBackground, type GradientPageBackgroundProps, Grid, GridCol, type GridProps, GridRow, type GridValue, Group, GroupItem, type GroupProps, Heading, type HeadingLevel, type HeadingProps, HeroBanner, type HeroBannerProps, HeroButton, type HeroButtonProps, Hidden, type HiddenProps, HorizontalCard, type HorizontalCardProps, Icon, type IconColor, colors as IconColors, type IconProps, Image, fitOptions as ImageFitOptions, overlayOptions as ImageOverlayOptions, type ImageProps, ImageSource, type ImageSourceProps, ImpactCard, type ImpactCardProps, InformationCard, type InformationCardProps, Link, type LinkProps, Markup, type MarkupProps, MediaCard, type MediaCardProps, Menu, MenuContent, MenuFooter, MenuGroup, MenuGroupSingleSelect, MenuHeader, MenuItem, MenuItemCheckbox, MenuItemContentTemplate, MenuItemMultiLevel, MenuItemMultiLevelContent, MenuItemMultiLevelTrigger, MenuItemSingleSelect, MenuLabel, MenuPortal, type MenuProps, MenuScrollable, MenuSeparator, MenuTrigger, Modal, type ModalProps, Pagination, type PaginationProps, PaginationSimple, type PaginationSimpleProps, Popover, type PopoverProps, Poster, PosterImage, type PosterProps, PosterVideo, ProgressBar, type ProgressBarProps, type ProgressBarState, ProgressStepper, ProgressStepperItem, type ProgressStepperItemProps, ProgressStepperOverflow, type ProgressStepperOverflowRef, type ProgressStepperProps, RadioCardGroup, RadioCardGroupInput, type RadioCardGroupProps, RadioGroup, RadioGroupButton, RadioGroupInput, type RadioGroupProps, Rule, type RuleProps, ScrollToTop, type ScrollToTopProps, Section, type SectionProps, Select, type SelectProps, SiteFooter, SiteFooterItem, SiteFooterItemGroup, type SiteFooterProps, SiteFooterV2, SiteFooterV2Item, SiteFooterV2ItemGroup, SiteFooterV2Main, SiteFooterV2Utility, SiteHeaderV2, SiteHeaderV2Column, SiteHeaderV2Item, SiteHeaderV2ItemGroup, SiteHeaderV2NavItem, SiteHeaderV2NavItemWithSubNav, SiteHeaderV2NodeItem, type SiteHeaderV2Props, SiteHeaderV2SubNavItem, SiteHeaderV2VerticalDivider, Skeleton, type SkeletonProps, SkipLink, SkipLinkItem, type Span, Spinner, type SpinnerProps, Surface, type SurfaceBackgroundColor, Context$1 as SurfaceContext, type SurfacePadding, type SurfaceProps, Switch, type SwitchProps, TabbedBanner, type TabbedBannerProps, Tabs, TabsContent, TabsItem, TabsList, type TabsListProps, type TabsProps, Tag, type TagProps, TemplateBanner, type TemplateBannerProps, Text, TextArea, type TextAreaProps, TextInput, type TextInputProps, type TextProps, Theme, ThemeIcon, type ThemeIconNames, type ThemeIconProps, type ThemeProps, type ThemeType, ThumbnailSignpost, type ThumbnailSignpostProps, Toast, ToastNotification, type ToastProps, Tooltip, type TooltipProps, Truncate, type TruncateProps, TypographyCard, type TypographyCardProps, UniversalHeader, UniversalHeaderItem, type UniversalHeaderProps, VerticalSpace, type VerticalSpaceProps, VideoPlayer, type VideoPlayerProps, Visible, type VisibleProps, VisuallyHidden, type VisuallyHiddenProps, backgrounds, backgroundsBT, isDateValid, isRangeValid, loadingOptions, parseDateString, parseRangeString, themes, useMediaQuery };