@arc-ui/components 13.0.0 → 13.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/lib/Alert/styles.css +1 -1
  2. package/lib/Align/styles.css +1 -1
  3. package/lib/AppButton/styles.css +1 -1
  4. package/lib/Avatar/styles.css +1 -1
  5. package/lib/AvatarGroup/styles.css +1 -1
  6. package/lib/Badge/styles.css +1 -1
  7. package/lib/Banner/Banner.cjs +7 -3
  8. package/lib/Banner/Banner.mjs +7 -3
  9. package/lib/Box/styles.css +1 -1
  10. package/lib/BrandLogo/styles.css +1 -1
  11. package/lib/Breadcrumbs/styles.css +1 -1
  12. package/lib/Button/styles.css +1 -1
  13. package/lib/ButtonGroup/styles.css +1 -1
  14. package/lib/ButtonV2/styles.css +1 -1
  15. package/lib/Calendar/Calendar.cjs +2 -2
  16. package/lib/Calendar/Calendar.mjs +2 -2
  17. package/lib/Calendar/styles.css +1 -1
  18. package/lib/CardFooter/styles.css +1 -1
  19. package/lib/CardHeading/styles.css +1 -1
  20. package/lib/Carousel/Carousel.cjs +26 -14
  21. package/lib/Carousel/Carousel.mjs +26 -14
  22. package/lib/Carousel/styles.css +1 -1
  23. package/lib/Checkbox/styles.css +1 -1
  24. package/lib/CheckboxIcon/styles.css +1 -1
  25. package/lib/ClientSideVisible/ClientSideVisible.cjs +1 -0
  26. package/lib/ClientSideVisible/ClientSideVisible.mjs +1 -0
  27. package/lib/Columns/styles.css +1 -1
  28. package/lib/ComboBox/ComboBox.cjs +530 -136
  29. package/lib/ComboBox/ComboBox.mjs +530 -136
  30. package/lib/ComboBox/styles.css +1 -1
  31. package/lib/ConditionalWrapper/ConditionalWrapper.cjs +1 -0
  32. package/lib/ConditionalWrapper/ConditionalWrapper.mjs +1 -0
  33. package/lib/ContentSwitcher/styles.css +1 -1
  34. package/lib/ContentSwitcherDropdown/styles.css +1 -1
  35. package/lib/DatePicker/DatePicker.cjs +3 -3
  36. package/lib/DatePicker/DatePicker.mjs +3 -3
  37. package/lib/DatePicker/styles.css +1 -1
  38. package/lib/Disclosure/styles.css +1 -1
  39. package/lib/DisclosureMini/styles.css +1 -1
  40. package/lib/Download/styles.css +1 -1
  41. package/lib/Drawer/styles.css +1 -1
  42. package/lib/Elevation/styles.css +1 -1
  43. package/lib/Filter/styles.css +1 -1
  44. package/lib/FormControl/styles.css +1 -1
  45. package/lib/GhostedHeroBanner/styles.css +1 -1
  46. package/lib/GradientPageBackground/GradientPageBackground.cjs +2 -2
  47. package/lib/GradientPageBackground/GradientPageBackground.mjs +2 -2
  48. package/lib/GradientPageBackground/styles.css +1 -1
  49. package/lib/Grid/Grid.cjs +1 -0
  50. package/lib/Grid/Grid.mjs +1 -0
  51. package/lib/Grid/styles.css +1 -1
  52. package/lib/Group/styles.css +1 -1
  53. package/lib/Heading/styles.css +1 -1
  54. package/lib/HeroBanner/HeroBanner.cjs +7 -3
  55. package/lib/HeroBanner/HeroBanner.mjs +7 -3
  56. package/lib/HeroBanner/styles.css +1 -1
  57. package/lib/HeroButton/styles.css +1 -1
  58. package/lib/Hidden/styles.css +1 -1
  59. package/lib/HorizontalCard/styles.css +1 -1
  60. package/lib/Icon/styles.css +1 -1
  61. package/lib/Image/styles.css +1 -1
  62. package/lib/ImpactCard/ImpactCard.cjs +28 -15
  63. package/lib/ImpactCard/ImpactCard.mjs +29 -16
  64. package/lib/ImpactCard/styles.css +1 -1
  65. package/lib/InformationCard/InformationCard.cjs +57 -33
  66. package/lib/InformationCard/InformationCard.mjs +59 -35
  67. package/lib/InformationCard/styles.css +1 -1
  68. package/lib/Link/styles.css +1 -1
  69. package/lib/Markup/styles.css +1 -1
  70. package/lib/MediaCard/MediaCard.cjs +40 -21
  71. package/lib/MediaCard/MediaCard.mjs +41 -22
  72. package/lib/MediaCard/styles.css +1 -1
  73. package/lib/Menu/styles.css +1 -1
  74. package/lib/Modal/styles.css +1 -1
  75. package/lib/NavigationHeader/NavigationHeader.cjs +2764 -472
  76. package/lib/NavigationHeader/NavigationHeader.mjs +2707 -436
  77. package/lib/NavigationHeader/styles.css +1 -1
  78. package/lib/Pagination/styles.css +1 -1
  79. package/lib/PaginationSimple/styles.css +1 -1
  80. package/lib/Popover/Popover.cjs +1 -1
  81. package/lib/Popover/Popover.mjs +1 -1
  82. package/lib/Popover/styles.css +1 -1
  83. package/lib/Poster/styles.css +1 -1
  84. package/lib/ProgressBar/styles.css +1 -1
  85. package/lib/ProgressStepper/styles.css +1 -1
  86. package/lib/ProgressStepperOverflow/styles.css +1 -1
  87. package/lib/RadioCardGroup/styles.css +1 -1
  88. package/lib/RadioGroup/RadioGroup.cjs +2 -1
  89. package/lib/RadioGroup/RadioGroup.mjs +2 -1
  90. package/lib/RadioGroup/styles.css +1 -1
  91. package/lib/Rule/styles.css +1 -1
  92. package/lib/ScrollToTop/styles.css +1 -1
  93. package/lib/Section/styles.css +1 -1
  94. package/lib/Select/styles.css +1 -1
  95. package/lib/SemanticButton/SemanticButton.cjs +10 -0
  96. package/lib/SemanticButton/SemanticButton.mjs +4 -0
  97. package/lib/SemanticButton/styles.css +1 -0
  98. package/lib/SemanticHeading/styles.css +1 -1
  99. package/lib/SemanticLink/SemanticLink.cjs +10 -0
  100. package/lib/SemanticLink/SemanticLink.mjs +4 -0
  101. package/lib/SemanticLink/styles.css +1 -0
  102. package/lib/SiteFooter/styles.css +1 -1
  103. package/lib/SiteFooterV2/SiteFooterV2.cjs +3 -2
  104. package/lib/SiteFooterV2/SiteFooterV2.mjs +3 -2
  105. package/lib/SiteFooterV2/styles.css +1 -1
  106. package/lib/SiteHeaderV2/SiteHeaderV2.cjs +1 -1
  107. package/lib/SiteHeaderV2/SiteHeaderV2.mjs +1 -1
  108. package/lib/SiteHeaderV2/styles.css +1 -1
  109. package/lib/Skeleton/styles.css +1 -1
  110. package/lib/SkipLink/SkipLink.cjs +1 -0
  111. package/lib/SkipLink/SkipLink.mjs +1 -0
  112. package/lib/SkipLink/styles.css +1 -1
  113. package/lib/Spacing/Spacing.cjs +38 -0
  114. package/lib/Spacing/Spacing.mjs +36 -0
  115. package/lib/Spacing/styles.css +1 -0
  116. package/lib/Spinner/styles.css +1 -1
  117. package/lib/Surface/styles.css +1 -1
  118. package/lib/Switch/styles.css +1 -1
  119. package/lib/TabbedBanner/TabbedBanner.cjs +5 -3
  120. package/lib/TabbedBanner/TabbedBanner.mjs +5 -3
  121. package/lib/TabbedBanner/styles.css +1 -1
  122. package/lib/Tabs/Tabs.cjs +57 -25
  123. package/lib/Tabs/Tabs.mjs +57 -25
  124. package/lib/Tabs/styles.css +1 -1
  125. package/lib/Tag/styles.css +1 -1
  126. package/lib/TemplateBanner/TemplateBanner.cjs +5 -1
  127. package/lib/TemplateBanner/TemplateBanner.mjs +5 -1
  128. package/lib/TemplateBanner/styles.css +1 -1
  129. package/lib/Text/styles.css +1 -1
  130. package/lib/TextArea/styles.css +1 -1
  131. package/lib/TextInput/TextInput.cjs +1 -1
  132. package/lib/TextInput/TextInput.mjs +1 -1
  133. package/lib/TextInput/styles.css +1 -1
  134. package/lib/Theme/Theme.cjs +1 -1
  135. package/lib/Theme/Theme.mjs +1 -1
  136. package/lib/Theme/styles.css +1 -1
  137. package/lib/ThemeIcon/styles.css +1 -1
  138. package/lib/ThumbnailSignpost/styles.css +1 -1
  139. package/lib/Toast/styles.css +1 -1
  140. package/lib/Tooltip/styles.css +1 -1
  141. package/lib/Truncate/styles.css +1 -1
  142. package/lib/TypographyCard/TypographyCard.cjs +38 -14
  143. package/lib/TypographyCard/TypographyCard.mjs +39 -15
  144. package/lib/TypographyCard/styles.css +1 -1
  145. package/lib/UniversalHeader/UniversalHeader.cjs +10 -8
  146. package/lib/UniversalHeader/UniversalHeader.mjs +10 -8
  147. package/lib/UniversalHeader/styles.css +1 -1
  148. package/lib/VerticalSpace/styles.css +1 -1
  149. package/lib/VideoPlayer/styles.css +1 -1
  150. package/lib/Visible/styles.css +1 -1
  151. package/lib/VisuallyHidden/styles.css +1 -1
  152. package/lib/_shared/cjs/{Calendar-CdLn9iv6.cjs → Calendar-B-DmNni2.cjs} +1 -1
  153. package/lib/_shared/cjs/{Popover-BtvRErpC.cjs → Popover-BxuQPltF.cjs} +2 -2
  154. package/lib/_shared/cjs/SemanticButton-Be0gsNLA.cjs +16 -0
  155. package/lib/_shared/cjs/SemanticLink-DYO9HLGa.cjs +16 -0
  156. package/lib/_shared/cjs/{TemplateBanner-DyXBKuMw.cjs → TemplateBanner-DfzDwiVT.cjs} +35 -5
  157. package/lib/_shared/cjs/{TextInput-C_K2PLf5.cjs → TextInput-CLkhL2KT.cjs} +39 -6
  158. package/lib/_shared/cjs/{arc-breakpoints-uADxN-b4.cjs → arc-breakpoints-C3HREhvT.cjs} +1 -1
  159. package/lib/_shared/cjs/{index.es-BAsay4oe.cjs → index.es-D5DdMrn2.cjs} +1 -1
  160. package/lib/_shared/esm/{Calendar-CzFIMyD1.mjs → Calendar-CfEBiAjy.mjs} +1 -1
  161. package/lib/_shared/esm/{Popover-DRQSgAog.mjs → Popover-Pjtmu_TN.mjs} +2 -2
  162. package/lib/_shared/esm/SemanticButton-NGAMAw3m.mjs +14 -0
  163. package/lib/_shared/esm/SemanticLink-DfJjaHk2.mjs +14 -0
  164. package/lib/_shared/esm/{TemplateBanner-BPzuH5bz.mjs → TemplateBanner-oQjgkrBQ.mjs} +36 -6
  165. package/lib/_shared/esm/{TextInput-BCvKXfM_.mjs → TextInput-WczTCUvp.mjs} +40 -7
  166. package/lib/_shared/esm/{arc-breakpoints-ChQgbftE.mjs → arc-breakpoints-ANMn37k9.mjs} +1 -1
  167. package/lib/_shared/esm/{index.es-99J0r2va.mjs → index.es-Du5Lyvbp.mjs} +2 -2
  168. package/lib/index.cjs +9958 -7073
  169. package/lib/index.cjs.map +1 -1
  170. package/lib/index.d.cts +560 -203
  171. package/lib/index.d.mts +560 -203
  172. package/lib/index.js.map +1 -1
  173. package/lib/index.mjs +16949 -14068
  174. package/lib/index.mjs.map +1 -1
  175. package/lib/styles.css +6 -2
  176. package/package.json +9 -8
package/lib/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import * as React$1 from 'react';
2
2
  import React__default, { ReactNode, JSX, HTMLAttributes, Ref, MouseEvent as MouseEvent$1, ChangeEvent, ReactElement } from 'react';
3
3
  import { ArcGradient } from '@arc-ui/gradients';
4
4
  import { ImageProps as ImageProps$1 } from 'src/components/Image/Image';
@@ -33,8 +33,8 @@ interface AlignProps {
33
33
  /**
34
34
  * Use `Link` to direct users to a new page or piece of information.
35
35
  */
36
- declare const Link: ({ id, href, title, rel, target, children, onClick, screenReaderText, isButton, isImplied, size, ...props }: LinkProps$1) => JSX.Element;
37
- interface LinkProps$1 {
36
+ declare const Link: ({ id, href, title, rel, target, children, onClick, screenReaderText, isButton, isImplied, size, ...props }: LinkProps) => JSX.Element;
37
+ interface LinkProps {
38
38
  /**
39
39
  * Id attribute for `Link`.
40
40
  */
@@ -382,7 +382,7 @@ interface SemanticHeadingProps extends React__default.HTMLAttributes<HTMLHeading
382
382
  * Use `Alert` to inform the user of important changes or actions.
383
383
  */
384
384
  declare const Alert: ({ heading, headingLevel, description, links, status, isDismissable, onDismiss, icon, isMeasured, autoFocusOnMount, role, ...props }: AlertProps) => React__default.JSX.Element | null;
385
- type AlertLinkProps = Omit<LinkProps$1, "size" | "isImplied">;
385
+ type AlertLinkProps = Omit<LinkProps, "size" | "isImplied">;
386
386
  interface AlertProps {
387
387
  /**
388
388
  * Determine a heading for `<Alert />`
@@ -712,13 +712,21 @@ interface BannerImageProps extends Pick<ImageProps, "src" | "alt" | "loading" |
712
712
  }
713
713
 
714
714
  /** Use `TemplateBanner` as a base structure for banner components; other banner variants extend or consume this template. */
715
- declare const TemplateBanner: ({ heading, fontStyle, label, labelLevel, text, img, contentRatio, children, alignment, additionalTopMargin, minHeight, minHeightM, minHeightL, minHeightXL, headingSize, isReversed, isElevated, headingLevel, headingWordWrap, type, ...props }: TemplateBannerProps) => React__default.JSX.Element;
715
+ declare const TemplateBanner: ({ heading, fontStyle, label, labelLevel, text, img, contentRatio, contentRatios, children, alignment, additionalTopMargin, minHeight, minHeightM, minHeightL, minHeightXL, headingSize, isReversed, isElevated, headingLevel, headingWordWrap, type, ...props }: TemplateBannerProps) => React__default.JSX.Element;
716
716
  type TemplateBannerStyle = "light" | "dark" | "contained";
717
717
  type TemplateBannerAlignment = "top" | "bottom" | "center";
718
718
  interface TemplateBannerImage extends BannerImageProps {
719
719
  alignment?: TemplateBannerAlignment;
720
720
  }
721
721
  type ContentRatio = "2/3" | "1/1" | "1/0";
722
+ interface contentRatiosProps {
723
+ xs?: ContentRatio;
724
+ s?: ContentRatio;
725
+ m?: ContentRatio;
726
+ l?: ContentRatio;
727
+ xl?: ContentRatio;
728
+ xxl?: ContentRatio;
729
+ }
722
730
  interface TemplateBannerProps {
723
731
  /**
724
732
  * Align content for TemplateBanner
@@ -787,6 +795,10 @@ interface TemplateBannerProps {
787
795
  * Defines the ratio of the content area within the banner layout.
788
796
  */
789
797
  contentRatio?: ContentRatio;
798
+ /**
799
+ * Sets the ratio of the content area within the banner layout at each breakpoint (xs, s, m, l, xl, xxl). inherits from smaller breakpoints
800
+ */
801
+ contentRatios?: contentRatiosProps;
790
802
  /**
791
803
  * Add Additional top margin to banner
792
804
  */
@@ -810,7 +822,7 @@ interface TemplateBannerProps {
810
822
  }
811
823
 
812
824
  /** Use `Banner` to promote key content or products with bold visuals and messaging. */
813
- declare const Banner: ({ heading, label, text, img, contentRatio, children, minHeight, isReversed, isElevated, headingLevel, type, alignment, headingWordWrap, ...props }: BannerProps) => React__default.JSX.Element;
825
+ declare const Banner: ({ heading, label, text, img, contentRatio, contentRatios, children, minHeight, isReversed, isElevated, headingLevel, type, alignment, headingWordWrap, ...props }: BannerProps) => React__default.JSX.Element;
814
826
  type BannerProps = Omit<TemplateBannerProps, "headingSize" | "additionalTopMargin">;
815
827
 
816
828
  type SurfaceBackground = "light" | "dark";
@@ -942,8 +954,8 @@ interface BreadcrumbsProps {
942
954
  isLight?: boolean;
943
955
  }
944
956
 
945
- declare const BreadcrumbsItem: ({ spacerIconAfter, spacerIconBefore, children, }: ItemProps$1) => React__default.JSX.Element;
946
- interface ItemProps$1 {
957
+ declare const BreadcrumbsItem: ({ spacerIconAfter, spacerIconBefore, children, }: BreadcrumbsItemProps) => React__default.JSX.Element;
958
+ interface BreadcrumbsItemProps {
947
959
  /**
948
960
  * Render child elements within `BreadcrumbsItem`
949
961
  */
@@ -958,8 +970,8 @@ interface ItemProps$1 {
958
970
  spacerIconBefore?: boolean;
959
971
  }
960
972
 
961
- declare const BreadcrumbsLink: ({ onClick, href, isActive, children, ref, ...props }: LinkProps) => React__default.JSX.Element;
962
- interface LinkProps {
973
+ declare const BreadcrumbsLink: ({ onClick, href, isActive, children, ref, ...props }: BreadcrumbsLinkProps) => React__default.JSX.Element;
974
+ interface BreadcrumbsLinkProps {
963
975
  /**
964
976
  * Ref to the underlying anchor element.
965
977
  */
@@ -1302,12 +1314,16 @@ interface SlideConfig {
1302
1314
 
1303
1315
  type Responsive = Partial<Record<BreakPoints, SlideConfig>>;
1304
1316
 
1305
- declare const Carousel: ({ children, responsive, itemsToScroll, itemsPerSlide, withGutter, loop, isPartialVisible, autoplay, isPlaying, fade, }: CarouselProps) => React__default.JSX.Element;
1317
+ declare const Carousel: ({ children, responsive, itemsToScroll, itemsPerSlide, controlsPosition, behavior, overflow, withGutter, loop, isPartialVisible, autoplay, isPlaying, fade, }: CarouselProps) => React__default.JSX.Element;
1306
1318
  interface CarouselProps {
1307
1319
  /**
1308
1320
  * Items for the carousel.
1309
1321
  */
1310
1322
  children: ReactNode;
1323
+ /**
1324
+ * Position of the left and right arrows
1325
+ */
1326
+ controlsPosition?: "bottom" | "middle";
1311
1327
  /**
1312
1328
  * Adds a gap between the slides.
1313
1329
  */
@@ -1369,6 +1385,14 @@ interface CarouselProps {
1369
1385
  * Enable fade transition between slides.
1370
1386
  */
1371
1387
  fade?: boolean;
1388
+ /**
1389
+ * Carousel behavior mode. "default" uses itemsPerSlide to control visible cards. "adaptive" maintains fixed card widths and shows more cards as screen size increases, ignoring itemsPerSlide and isPartialVisible.
1390
+ */
1391
+ behavior?: "default" | "adaptive";
1392
+ /**
1393
+ * Controls the overflow behavior of the carousel container. "hidden" clips content outside the viewport, "visible" allows content to overflow.
1394
+ */
1395
+ overflow?: "hidden" | "visible";
1372
1396
  }
1373
1397
 
1374
1398
  /**
@@ -1601,6 +1625,8 @@ interface ColumnsProps extends ExtentableContainer {
1601
1625
  isGutterless?: boolean;
1602
1626
  }
1603
1627
 
1628
+ type ArcIcon = string;
1629
+
1604
1630
  type RequirementStatus = "required" | "optional" | "not-applicable";
1605
1631
  declare const Context: React__default.Context<{
1606
1632
  requirementStatus: RequirementStatus | null;
@@ -1687,57 +1713,113 @@ interface FormControlProps {
1687
1713
  isErrorAlert?: boolean;
1688
1714
  }
1689
1715
 
1690
- /** Use `ComboBox` to provide a searchable dropdown list that allows users to select from or filter through multiple options. */
1691
- declare const ComboBox: ({ ref, name, onBlur, onFocus, label, helper, id, options: initialOptions, hideLabel, isFluid, errorMessage, disclosureTitle, disclosureText, onClickDisclosure, listBoxAriaLabel, defaultValue, labelSize, isMultiSelectable, isDisabled, isRequired, isAutocomplete, ...props }: ComboBoxProps) => React__default.JSX.Element;
1692
- interface ComboBoxProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "helperUnderLabel" | "supplementaryInfo" | "labelPosition"> {
1716
+ type FocusHandler = (e: React.FocusEvent<HTMLInputElement, Element>) => void;
1717
+
1718
+ type InputSize = "s" | "m" | "l";
1719
+
1720
+ /** Use `ComboBox` to assist a text input with a dropdown list of options. */
1721
+ declare const ComboBox: ({ ref, name, onBlur, onFocus, label, helper, id, hideLabel, isFluid, errorMessage, disclosureTitle, disclosureText, onClickDisclosure, listBoxAriaLabel, prefixIcon, onChange, noResultsSupportingCopy, customOptionSupportingCopy, multiSelectLimit, options: initialOptions, clearButtonTooltip, defaultSelectedValues, defaultValue, size, visibleTagCount, isClearButtonEnabled, isReadOnly, isMultiSelectable, isDisabled, isRequired, isAutocomplete, isCustomEntryAllowed, ...props }: ComboBoxProps) => React__default.JSX.Element;
1722
+ interface ComboBoxProps extends Omit<FormControlProps, "children" | "elementType" | "htmlFor" | "requirementStatus" | "helperUnderLabel" | "supplementaryInfo" | "labelPosition" | "labelSize"> {
1693
1723
  /**
1694
1724
  * Ref to the underlying input element.
1695
1725
  */
1696
1726
  ref?: Ref<HTMLInputElement>;
1697
1727
  /**
1698
- * Accessible label for the listbox.
1728
+ * Aria label for the results list.
1699
1729
  */
1700
1730
  listBoxAriaLabel: string;
1701
1731
  /**
1702
- * Array of options to display in the dropdown.
1732
+ * Size of the `ComboBox` input.
1733
+ */
1734
+ size?: InputSize;
1735
+ /**
1736
+ * Options for the `ComboBox`.
1703
1737
  */
1704
1738
  options: string[];
1705
1739
  /**
1706
- * Name attribute for the input.
1740
+ * Icon to appear before the input of the `ComboBox`.
1741
+ */
1742
+ prefixIcon?: ArcIcon;
1743
+ /**
1744
+ * Input name for the `ComboBox`.
1707
1745
  */
1708
1746
  name?: string;
1709
1747
  /**
1710
- * Whether the field is required.
1748
+ * Makes the `ComboBox` a required field.
1711
1749
  */
1712
1750
  isRequired?: boolean;
1713
1751
  /**
1714
- * Default value for the input.
1752
+ * Default value for the `ComboBox`.
1715
1753
  */
1716
1754
  defaultValue?: string;
1717
1755
  /**
1718
- * Blur event handler.
1756
+ * Default selected values for the `ComboBox`. Only applied if `isMultiSelectable` is true.
1719
1757
  */
1720
- onBlur?: (e: React__default.FocusEvent<HTMLInputElement, Element>) => void;
1758
+ defaultSelectedValues?: string[];
1721
1759
  /**
1722
- * Focus event handler.
1760
+ * Blur event handler for the `ComboBox`.
1723
1761
  */
1724
- onFocus?: (e: React__default.FocusEvent<HTMLInputElement, Element>) => void;
1762
+ onBlur?: FocusHandler;
1763
+ /**
1764
+ * Focus event handler for the `ComboBox`.
1765
+ */
1766
+ onFocus?: FocusHandler;
1767
+ /**
1768
+ * Callback function used to update the `ComboBox`
1769
+ * value, for example `e => setValue(e.target.value)`.
1770
+ */
1771
+ onChange?: (selectedValue: string | string[] | null) => void;
1725
1772
  /**
1726
- * Whether multiple options can be selected.
1773
+ * Allows multiple items to be selected if true.
1727
1774
  */
1728
1775
  isMultiSelectable?: boolean;
1729
1776
  /**
1730
- * Whether the combobox has autocomplete functionality.
1777
+ * Allows a limit to the number of options you can select on multi select.
1778
+ * If the limit is reached, no more selections will be permitted.
1779
+ */
1780
+ multiSelectLimit?: number;
1781
+ /**
1782
+ * Filters results when typing if true.
1731
1783
  */
1732
1784
  isAutocomplete?: boolean;
1733
1785
  /**
1734
- * Whether the input is read-only.
1786
+ * Makes the `ComboBox` readonly.
1735
1787
  */
1736
1788
  isReadOnly?: boolean;
1737
1789
  /**
1738
- * Whether the combobox should fill its container width.
1790
+ * Current value of the TextInput.
1791
+ */
1792
+ value?: string;
1793
+ /**
1794
+ * Sets the `ComboBox` to 100% width.
1739
1795
  */
1740
1796
  isFluid?: boolean;
1797
+ /**
1798
+ * Allows the user to enter a custom value in the `ComboBox` that isn't one of the provided options.
1799
+ */
1800
+ isCustomEntryAllowed?: boolean;
1801
+ /**
1802
+ * Allows a limit to the number of tags visible on multi select.
1803
+ * When the limit is reached, a link to reveal the hidden tags will show.
1804
+ * If ommitted there is no limit.
1805
+ */
1806
+ visibleTagCount?: number;
1807
+ /**
1808
+ * Supporting copy for when no results show.
1809
+ */
1810
+ noResultsSupportingCopy?: string;
1811
+ /**
1812
+ * Supporting copy for the custom option on multi select.
1813
+ */
1814
+ customOptionSupportingCopy?: string;
1815
+ /**
1816
+ * Enables a button that clears the input to show when it has a value.
1817
+ */
1818
+ isClearButtonEnabled?: boolean;
1819
+ /**
1820
+ * Text for the clear input button and tooltip. This is also used for screen readers.
1821
+ */
1822
+ clearButtonTooltip?: string;
1741
1823
  }
1742
1824
 
1743
1825
  /** Use `ContentSwitcher` to allow users to navigate between different sections of relevant content. */
@@ -1919,71 +2001,6 @@ declare const DATE_FORMAT = "dd/MM/yyyy";
1919
2001
 
1920
2002
  type AutoCompleteTypes = "on" | "off" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "country" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "email" | "impp" | "url" | "photo" | "organization-unit";
1921
2003
 
1922
- /** Use `Tooltip` to display information related to an element when the element receives keyboard focus or the mouse hovers over it */
1923
- declare const Tooltip: ({ children, side, sideOffset, align, alignContent, title, supportingCopy, icon, ariaLabel, maxWidth, delayDuration, open, onOpenChange, asChild, zIndex, ...props }: TooltipProps) => React__default.JSX.Element;
1924
- interface TooltipProps {
1925
- /**
1926
- * Content to render within Tooltip
1927
- */
1928
- children?: React__default.ReactNode;
1929
- /**
1930
- * The preferred side of the anchor to render against when open
1931
- */
1932
- side?: "left" | "right" | "bottom" | "top";
1933
- /**
1934
- * The distance in pixels from the anchor
1935
- */
1936
- sideOffset?: 8 | 16 | 32;
1937
- /**
1938
- * The preferred alignment against the anchor. May change when collisions occur.
1939
- */
1940
- align?: "start" | "center" | "end";
1941
- /**
1942
- * Alignment for content within the tooltip
1943
- */
1944
- alignContent?: "start" | "center" | "end";
1945
- /**
1946
- * Aria label for accessibility
1947
- */
1948
- ariaLabel?: string;
1949
- /**
1950
- * The main title text displayed within the tooltip.
1951
- */
1952
- title: string;
1953
- /**
1954
- * Additional supporting text displayed below the title, if provided.
1955
- */
1956
- supportingCopy?: string;
1957
- /**
1958
- * Icon displayed next to the tooltip title or content.
1959
- */
1960
- icon?: string;
1961
- /**
1962
- * Delay in milliseconds before the tooltip appears.
1963
- */
1964
- delayDuration?: number;
1965
- /**
1966
- * Maximum width for the tooltip container.
1967
- */
1968
- maxWidth?: string;
1969
- /**
1970
- * The controlled open state of the tooltip. Must be used in conjunction with `onOpenChange`.
1971
- */
1972
- open?: boolean;
1973
- /**
1974
- * Event handler called when the open state of the tooltip changes.
1975
- */
1976
- onOpenChange?: (open: boolean) => void;
1977
- /**
1978
- * Z-index for the `Tooltip`. Used to fine tune the overlapping of other page elements.
1979
- */
1980
- zIndex?: number;
1981
- /**
1982
- * Set to true if you want to use your own link or button for the trigger. If false it will wrap the children in a button.
1983
- */
1984
- asChild?: boolean;
1985
- }
1986
-
1987
2004
  type EventType$4 = React__default.ChangeEvent<HTMLInputElement>;
1988
2005
  /**
1989
2006
  * Use `TextInput` to allow users to enter short form text.
@@ -2231,7 +2248,7 @@ interface DisclosureMiniProps {
2231
2248
  size?: "s" | "l";
2232
2249
  }
2233
2250
 
2234
- declare const iconNames: readonly ["alertDismiss", "alertError", "alertGeneral", "alertSuccess", "alertWarning", "avatarUser", "breadcrumbLeft", "breadcrumbRight", "buttonLeft", "buttonRight", "calendarLeft", "calendarRight", "cardRight", "cardPlay", "carouselRight", "carouselLeft", "checkboxChecked", "checkboxError", "datePickerCalendar", "disclosureExpand", "disclosureMiniExpand", "downloadFile", "downloadAccessibility", "drawerClose", "formControlAlert", "linkExternal", "modalClose", "navigationHeaderClose", "navigationHeaderDisclosure", "navigationHeaderMenuLinkSmall", "navigationHeaderMenuLinkLarge", "paginationPrevious", "paginationNext", "paginationSimplePrevious", "paginationSimpleNext", "progressBarSuccess", "progressBarError", "progressBarRefresh", "progressStepperComplete", "progressStepperCurrent", "progressStepperWarning", "progressStepperError", "scrollToTop", "selectTrigger", "selectScrollUp", "selectScrollDown", "selectIndicator", "siteFooterExpand", "siteHeaderBack", "siteHeaderBurger", "siteHeaderLink", "siteHeaderItemGroupExpand", "siteHeaderNavItemExpand", "siteHeaderNavItemExpandAlt", "siteHeaderViewAll", "siteHeaderSubNavOpen", "switchToggle", "tabsNext", "tabsPrevious", "tagRemove", "textInputShowPassword", "textInputHidePassword", "textInputClear", "toastGeneral", "toastSuccess", "toastWarning", "toastError", "toastDismiss", "videoPlayerTranscript", "videoPlayerPlay"];
2251
+ declare const iconNames: readonly ["alertDismiss", "alertError", "alertGeneral", "alertSuccess", "alertWarning", "avatarUser", "breadcrumbLeft", "breadcrumbRight", "buttonLeft", "buttonRight", "calendarLeft", "calendarRight", "cardRight", "cardPlay", "carouselRight", "carouselLeft", "checkboxChecked", "checkboxError", "comboboxTagRemove", "comboboxAutoComplete", "comboboxSelected", "comboboxNoResults", "comboboxClear", "datePickerCalendar", "disclosureExpand", "disclosureMiniExpand", "downloadFile", "downloadAccessibility", "drawerClose", "formControlAlert", "linkExternal", "modalClose", "navigationHeaderSideMenuBack", "navigationHeaderClose", "navigationHeaderDisclosure", "navigationHeaderArrowRight", "navigationHeaderMenuLinkSmall", "navigationHeaderMenuLinkLarge", "navigationHeaderBasket", "navigationHeaderSearch", "navigationHeaderUser", "paginationPrevious", "paginationNext", "paginationSimplePrevious", "paginationSimpleNext", "progressBarSuccess", "progressBarError", "progressBarRefresh", "progressStepperComplete", "progressStepperCurrent", "progressStepperWarning", "progressStepperError", "scrollToTop", "selectTrigger", "selectScrollUp", "selectScrollDown", "selectIndicator", "siteFooterExpand", "siteHeaderBack", "siteHeaderBurger", "siteHeaderLink", "siteHeaderItemGroupExpand", "siteHeaderNavItemExpand", "siteHeaderNavItemExpandAlt", "siteHeaderViewAll", "siteHeaderSubNavOpen", "switchToggle", "tabsNext", "tabsPrevious", "tagRemove", "textInputShowPassword", "textInputHidePassword", "textInputClear", "toastGeneral", "toastSuccess", "toastWarning", "toastError", "toastDismiss", "videoPlayerTranscript", "videoPlayerPlay"];
2235
2252
 
2236
2253
  /** Use `ThemeIcon` to display an icon that allows switching between theme-specific icons. */
2237
2254
  declare const ThemeIcon: ({ size, icon, color, ...props }: ThemeIconProps) => React__default.JSX.Element;
@@ -2694,8 +2711,8 @@ interface GroupProps extends ExtentableContainer {
2694
2711
  noWrap?: boolean;
2695
2712
  }
2696
2713
 
2697
- declare const GroupItem: ({ children, grow, isDebugVisible, ...props }: ItemProps) => React__default.JSX.Element;
2698
- interface ItemProps {
2714
+ declare const GroupItem: ({ children, grow, isDebugVisible, ...props }: GroupItemProps) => React__default.JSX.Element;
2715
+ interface GroupItemProps {
2699
2716
  /**
2700
2717
  * Content to display in the GroupItem.
2701
2718
  */
@@ -2712,7 +2729,7 @@ interface ItemProps {
2712
2729
  }
2713
2730
 
2714
2731
  /** Use `HeroBanner` to promote key content or products with bold visuals and messaging. */
2715
- declare const HeroBanner: ({ heading, label, text, img, contentRatio, children, minHeight, isReversed, isElevated, headingLevel, extendBeyondContainer, type, fontStyle, headingWordWrap, ...props }: HeroBannerProps) => React__default.JSX.Element;
2732
+ declare const HeroBanner: ({ heading, label, text, img, contentRatio, contentRatios, children, minHeight, isReversed, isElevated, headingLevel, extendBeyondContainer, type, fontStyle, headingWordWrap, ...props }: HeroBannerProps) => React__default.JSX.Element;
2716
2733
  interface HeroBannerProps extends Omit<TemplateBannerProps, "headingSize" | "alignment" | "additionalTopMargin"> {
2717
2734
  /**
2718
2735
  * Extend HeroBanner 56px beyond its container on both sides at larger breakpoints (e.g., 1440px and above).
@@ -2907,8 +2924,9 @@ interface IconProps {
2907
2924
  type CardHeadingSize = Extract<HeadingSize, "m" | "l">;
2908
2925
 
2909
2926
  /** Use `ImpactCard` for important content that needs additional hierarchy and prominence. */
2910
- declare const ImpactCard: ({ url, onClick, heading, img, label, minHeight, headingSize, headingWordWrap, linkData, pathway, headingLevel, buttonIcon, labelLevel, ...props }: ImpactCardProps) => React__default.JSX.Element;
2927
+ declare const ImpactCard: ({ url, onClick, heading, img, label, minHeight, headingSize, headingWordWrap, linkData, pathway, headingLevel, buttonIcon, labelLevel, preserveAspectRatios, ...props }: ImpactCardProps) => React__default.JSX.Element;
2911
2928
  type ImpactCardPathway = "light" | "dark";
2929
+ type AspectRatios$3 = "3-4" | "10-16";
2912
2930
  interface ImpactCardProps {
2913
2931
  /**
2914
2932
  * Heading for the ImpactCard.
@@ -2965,10 +2983,22 @@ interface ImpactCardProps {
2965
2983
  * Heading level for the ImpactCard lebel.
2966
2984
  */
2967
2985
  labelLevel?: HeadingLevel;
2986
+ /**
2987
+ * Preserve aspect ratio of the ImpactCard. Set minHeight depending on Card width. Overwrites minHeight prop value.
2988
+ */
2989
+ preserveAspectRatios?: {
2990
+ xs?: AspectRatios$3;
2991
+ s?: AspectRatios$3;
2992
+ m?: AspectRatios$3;
2993
+ l?: AspectRatios$3;
2994
+ xl?: AspectRatios$3;
2995
+ xxl?: AspectRatios$3;
2996
+ xxxl?: AspectRatios$3;
2997
+ };
2968
2998
  }
2969
2999
 
2970
3000
  /** Use `InformationCard` for flexibility and the ability to focus and highlight product specific content. */
2971
- declare const InformationCard: ({ cardUrl, onClick, heading, text, label, footerLogo, button, image, badges, icon, minHeight, minHeights, headingLevel, labelLevel, headingWordWrap, ...props }: InformationCardProps) => React__default.JSX.Element;
3001
+ declare const InformationCard: ({ cardUrl, onClick, heading, text, label, footerLogo, button, image, badges, icon, minHeight, minHeights, headingLevel, labelLevel, preserveAspectRatios, headingWordWrap, ...props }: InformationCardProps) => React__default.JSX.Element;
2972
3002
  type InformationCardImage = Pick<ImageProps, "alt" | "loading" | "width" | "height" | "src" | "fadeOnLoad" | "fetchPriority">;
2973
3003
  type InformationCardButtonProps = Pick<ButtonV2Props, "label" | "onClick" | "href">;
2974
3004
  interface minHeightsProps {
@@ -2980,6 +3010,7 @@ interface minHeightsProps {
2980
3010
  xxl?: number;
2981
3011
  xxxl?: number;
2982
3012
  }
3013
+ type AspectRatios$2 = "3-4" | "10-16";
2983
3014
  interface InformationCardProps {
2984
3015
  /**
2985
3016
  * Heading for the InformationCard.
@@ -2990,7 +3021,7 @@ interface InformationCardProps {
2990
3021
  */
2991
3022
  headingLevel?: HeadingLevel;
2992
3023
  /**
2993
- * Text content for the InformationCard
3024
+ * Text content for the InformationCard. Use \n to create multiple paragraphs, up to 3 paragraphs.
2994
3025
  */
2995
3026
  text?: string;
2996
3027
  /**
@@ -3043,6 +3074,18 @@ interface InformationCardProps {
3043
3074
  * Whether long words in heading should be wrapped.
3044
3075
  */
3045
3076
  headingWordWrap?: boolean;
3077
+ /**
3078
+ * Preserve aspect ratio of the InformationCard. Set minHeight depending on Card width. Overwrites minHeight prop value.
3079
+ */
3080
+ preserveAspectRatios?: {
3081
+ xs?: AspectRatios$2;
3082
+ s?: AspectRatios$2;
3083
+ m?: AspectRatios$2;
3084
+ l?: AspectRatios$2;
3085
+ xl?: AspectRatios$2;
3086
+ xxl?: AspectRatios$2;
3087
+ xxxl?: AspectRatios$2;
3088
+ };
3046
3089
  }
3047
3090
 
3048
3091
  /**
@@ -3071,7 +3114,8 @@ interface MediaCardVideo extends Partial<Omit<VideoPlayerProps$1, "url" | "title
3071
3114
  /**
3072
3115
  * Use `MediaCard` to contain content and an image about a single subject.
3073
3116
  */
3074
- declare const MediaCard: ({ media, url, onClick, heading, label, labelLevel, text, metaText, minHeight, buttonIcon, isContained, headingLevel, headingWordWrap, ...props }: MediaCardProps) => React__default.JSX.Element;
3117
+ declare const MediaCard: ({ media, url, onClick, heading, label, labelLevel, text, metaText, minHeight, buttonIcon, isContained, headingLevel, headingWordWrap, preserveAspectRatios, ...props }: MediaCardProps) => React__default.JSX.Element;
3118
+ type AspectRatios$1 = "3-4" | "10-16";
3075
3119
  interface MediaCardProps {
3076
3120
  /**
3077
3121
  * Heading for the MediaCard.
@@ -3082,7 +3126,7 @@ interface MediaCardProps {
3082
3126
  */
3083
3127
  headingLevel?: HeadingLevel;
3084
3128
  /**
3085
- * Text content for the MediaCard
3129
+ * Text content for the MediaCard. Use \n to create multiple paragraphs, up to 3 paragraphs.
3086
3130
  */
3087
3131
  text?: string;
3088
3132
  /**
@@ -3125,6 +3169,18 @@ interface MediaCardProps {
3125
3169
  * Whether long words in heading should be wrapped.
3126
3170
  */
3127
3171
  headingWordWrap?: boolean;
3172
+ /**
3173
+ * Preserve aspect ratio of the MediaCard. Set minHeight depending on Card width. Overwrites minHeight prop value.
3174
+ */
3175
+ preserveAspectRatios?: {
3176
+ xs?: AspectRatios$1;
3177
+ s?: AspectRatios$1;
3178
+ m?: AspectRatios$1;
3179
+ l?: AspectRatios$1;
3180
+ xl?: AspectRatios$1;
3181
+ xxl?: AspectRatios$1;
3182
+ xxxl?: AspectRatios$1;
3183
+ };
3128
3184
  }
3129
3185
 
3130
3186
  /**
@@ -3652,7 +3708,7 @@ interface PaginationSimpleProps {
3652
3708
  /**
3653
3709
  * Use `Popover` to display content in a portal, triggered by a button.
3654
3710
  */
3655
- declare const Popover: ({ align, ariaLabel, alignOffset, arrow, background, children, content, asChild, maxWidth, minHeight, onCloseAutoFocus, onEscapeKeyDown, onFocusOutside, onInteractOutside, onOpenAutoFocus, onPointerDownOutside, onOpenChange, open, constrainToViewport, side, sideOffset, zIndex, hideWhenDetached, useBespokeTrigger, isFluidToViewport, contentMargin, isFullBleed, ...props }: PopoverProps) => React__default.JSX.Element;
3711
+ declare const Popover: ({ align, ariaLabel, alignOffset, arrow, background, children, content, asChild, maxWidth, minHeight, onCloseAutoFocus, onEscapeKeyDown, onFocusOutside, onInteractOutside, onOpenAutoFocus, onPointerDownOutside, onOpenChange, open, constrainToViewport, side, sideOffset, zIndex, hideWhenDetached, useBespokeTrigger, isFluidToViewport, contentMargin, isFullBleed, className, ...props }: PopoverProps) => React__default.JSX.Element;
3656
3712
  interface PopoverProps {
3657
3713
  /**
3658
3714
  * Content to render within Popover Trigger
@@ -3764,6 +3820,10 @@ interface PopoverProps {
3764
3820
  * Removes all default padding from the content section of the Popover.
3765
3821
  */
3766
3822
  isFullBleed?: boolean;
3823
+ /**
3824
+ * Used to add animations to the `RadixPopover.Content` .
3825
+ */
3826
+ className?: string;
3767
3827
  }
3768
3828
 
3769
3829
  /**
@@ -4020,7 +4080,7 @@ interface ProgressStepperOverflowProps extends Omit<ProgressStepperProps, "isFlu
4020
4080
  }
4021
4081
 
4022
4082
  declare const useProgressStepperOverflow: ({ onLoadStep, increment, offsetLeft, }?: UseProgressStepperOverflowParams) => {
4023
- stepperRef: React.RefObject<HTMLOListElement | null>;
4083
+ stepperRef: React$1.RefObject<HTMLOListElement | null>;
4024
4084
  onNextStep: () => void;
4025
4085
  onPreviousStep: () => void;
4026
4086
  onViewScroll: (direction: boolean) => void;
@@ -4229,7 +4289,7 @@ interface RadioGroupProps extends Omit<FormControlProps, "children" | "elementTy
4229
4289
  /**
4230
4290
  * Value of the RadioButton that should be checked by default.
4231
4291
  */
4232
- checkedValue: string;
4292
+ checkedValue?: string;
4233
4293
  /**
4234
4294
  * Should all controls be disabled?
4235
4295
  */
@@ -4278,7 +4338,7 @@ type ContextProps = {
4278
4338
  blurEvent: (event: EventType) => void;
4279
4339
  changeEvent: (event: EventType) => void;
4280
4340
  groupDisabled: boolean;
4281
- checkedValue: string;
4341
+ checkedValue?: string;
4282
4342
  name: string;
4283
4343
  size: "s" | "l";
4284
4344
  };
@@ -4407,6 +4467,22 @@ interface RuleProps {
4407
4467
  orientation?: "horizontal" | "vertical";
4408
4468
  }
4409
4469
 
4470
+ /**
4471
+ * Use `SemanticHeading` to render accessible headings that preserve correct
4472
+ * document hierarchy.
4473
+ */
4474
+ declare const SemanticButton: ({ children, className, ...props }: SemanticButtonProps) => React__default.JSX.Element;
4475
+ interface SemanticButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement> {
4476
+ /**
4477
+ * Ref for the Button.
4478
+ */
4479
+ ref?: Ref<HTMLButtonElement>;
4480
+ /**
4481
+ * Content to render within the Button.
4482
+ */
4483
+ children: React__default.ReactNode;
4484
+ }
4485
+
4410
4486
  /**
4411
4487
  * Use `ScrollToTop` to allow the user to scroll to the top of the page by clicking a button.
4412
4488
  */
@@ -4600,8 +4676,8 @@ interface SiteFooterProps {
4600
4676
  /**
4601
4677
  * Use `SiteFooterV2` to display information at the bottom of a page.
4602
4678
  */
4603
- declare const SiteFooterV2: ({ children, slogan, hideTopBorder, ...props }: SiteFooterV2Props) => React__default.JSX.Element;
4604
- interface SiteFooterV2Props {
4679
+ declare const SiteFooterV2: ({ children, slogan, hideTopBorder, isExtended, ...props }: SiteFooterV2Props) => React__default.JSX.Element;
4680
+ interface SiteFooterV2Props extends ExtentableContainer {
4605
4681
  /**
4606
4682
  * Content of the SiteFooterV2. Must include SiteFooterV2Utility component and optional SiteFooterV2Main.
4607
4683
  */
@@ -5003,6 +5079,54 @@ interface SkipLinkItemProps {
5003
5079
  onClick?: (e: React__default.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
5004
5080
  }
5005
5081
 
5082
+ type SpacingType = "padding" | "margin";
5083
+ type SpacingSize = "4" | "8" | "12" | "16" | "20" | "24" | "28" | "32" | "40" | "48" | "64" | "96" | "128";
5084
+ type ResponsiveSpacing = Partial<Record<ArcBreakpointSizes, SpacingSize>>;
5085
+
5086
+ /**
5087
+ * Use `Spacing` to apply responsive padding or margin to its children.
5088
+ * Supports all axes (top, right, bottom, left) with breakpoint-specific values.
5089
+ */
5090
+ declare const Spacing: React__default.FC<SpacingProps>;
5091
+ interface SpacingProps {
5092
+ /**
5093
+ * The content to apply spacing to
5094
+ */
5095
+ children: React__default.ReactNode;
5096
+ /**
5097
+ * Whether to apply padding or margin
5098
+ */
5099
+ type?: SpacingType;
5100
+ /**
5101
+ * Spacing for the top edge
5102
+ */
5103
+ top?: ResponsiveSpacing;
5104
+ /**
5105
+ * Spacing for the right edge
5106
+ */
5107
+ right?: ResponsiveSpacing;
5108
+ /**
5109
+ * Spacing for the bottom edge
5110
+ */
5111
+ bottom?: ResponsiveSpacing;
5112
+ /**
5113
+ * Spacing for the left edge
5114
+ */
5115
+ left?: ResponsiveSpacing;
5116
+ /**
5117
+ * Spacing for both left and right edges
5118
+ */
5119
+ x?: ResponsiveSpacing;
5120
+ /**
5121
+ * Spacing for both top and bottom edges
5122
+ */
5123
+ y?: ResponsiveSpacing;
5124
+ /**
5125
+ * Spacing for all edges
5126
+ */
5127
+ all?: ResponsiveSpacing;
5128
+ }
5129
+
5006
5130
  /**
5007
5131
  * Use `Spinner` to display a loading state.
5008
5132
  */
@@ -5130,8 +5254,12 @@ interface TabsProps {
5130
5254
  activationMode?: "automatic" | "manual";
5131
5255
  }
5132
5256
 
5133
- declare const TabsItem: ({ label, value, icon, iconActive, ...props }: TabsItemProps) => React__default.JSX.Element;
5257
+ declare const TabsItem: ({ label, value, icon, iconActive, ref, onClick, onFocus, ...props }: TabsItemProps) => React__default.JSX.Element;
5134
5258
  interface TabsItemProps {
5259
+ /**
5260
+ * Ref to the underlying button element.
5261
+ */
5262
+ ref?: Ref<HTMLButtonElement>;
5135
5263
  /**
5136
5264
  * Label to display on the Tab
5137
5265
  */
@@ -5148,6 +5276,14 @@ interface TabsItemProps {
5148
5276
  * Determine what to display when `Tab` is active
5149
5277
  */
5150
5278
  iconActive?: string;
5279
+ /**
5280
+ * Click handler
5281
+ */
5282
+ onClick?: () => void;
5283
+ /**
5284
+ * Focus handler
5285
+ */
5286
+ onFocus?: () => void;
5151
5287
  }
5152
5288
 
5153
5289
  declare const TabsContent: ({ children, value, hidden, forceMount, ...props }: TabsContentProps) => React__default.JSX.Element;
@@ -5350,6 +5486,71 @@ interface TextAreaProps extends Omit<FormControlProps, "children" | "elementType
5350
5486
  maxHeight?: string;
5351
5487
  }
5352
5488
 
5489
+ /** Use `Tooltip` to display information related to an element when the element receives keyboard focus or the mouse hovers over it */
5490
+ declare const Tooltip: ({ children, side, sideOffset, align, alignContent, title, supportingCopy, icon, ariaLabel, maxWidth, delayDuration, open, onOpenChange, asChild, zIndex, ...props }: TooltipProps) => React__default.JSX.Element;
5491
+ interface TooltipProps {
5492
+ /**
5493
+ * Content to render within Tooltip
5494
+ */
5495
+ children?: React__default.ReactNode;
5496
+ /**
5497
+ * The preferred side of the anchor to render against when open
5498
+ */
5499
+ side?: "left" | "right" | "bottom" | "top";
5500
+ /**
5501
+ * The distance in pixels from the anchor
5502
+ */
5503
+ sideOffset?: 8 | 16 | 32;
5504
+ /**
5505
+ * The preferred alignment against the anchor. May change when collisions occur.
5506
+ */
5507
+ align?: "start" | "center" | "end";
5508
+ /**
5509
+ * Alignment for content within the tooltip
5510
+ */
5511
+ alignContent?: "start" | "center" | "end";
5512
+ /**
5513
+ * Aria label for accessibility
5514
+ */
5515
+ ariaLabel?: string;
5516
+ /**
5517
+ * The main title text displayed within the tooltip.
5518
+ */
5519
+ title: string;
5520
+ /**
5521
+ * Additional supporting text displayed below the title, if provided.
5522
+ */
5523
+ supportingCopy?: string;
5524
+ /**
5525
+ * Icon displayed next to the tooltip title or content.
5526
+ */
5527
+ icon?: string;
5528
+ /**
5529
+ * Delay in milliseconds before the tooltip appears.
5530
+ */
5531
+ delayDuration?: number;
5532
+ /**
5533
+ * Maximum width for the tooltip container.
5534
+ */
5535
+ maxWidth?: string;
5536
+ /**
5537
+ * The controlled open state of the tooltip. Must be used in conjunction with `onOpenChange`.
5538
+ */
5539
+ open?: boolean;
5540
+ /**
5541
+ * Event handler called when the open state of the tooltip changes.
5542
+ */
5543
+ onOpenChange?: (open: boolean) => void;
5544
+ /**
5545
+ * Z-index for the `Tooltip`. Used to fine tune the overlapping of other page elements.
5546
+ */
5547
+ zIndex?: number;
5548
+ /**
5549
+ * Set to true if you want to use your own link or button for the trigger. If false it will wrap the children in a button.
5550
+ */
5551
+ asChild?: boolean;
5552
+ }
5553
+
5353
5554
  declare const InputIcon: ({ isButton, isReadOnly, isDisabled, size, tooltip, themeIcon, icon, }: InputIconProps) => React__default.JSX.Element;
5354
5555
  interface InputIconProps {
5355
5556
  /**
@@ -5360,6 +5561,7 @@ interface InputIconProps {
5360
5561
  onFocus?: React__default.FocusEventHandler<HTMLButtonElement>;
5361
5562
  onClick: () => void;
5362
5563
  label: string;
5564
+ onKeyDown?: (e: React__default.KeyboardEvent<HTMLButtonElement>) => void;
5363
5565
  };
5364
5566
  /**
5365
5567
  * Pass in TextInput isReadOnly state.
@@ -5509,8 +5711,9 @@ interface TruncateProps {
5509
5711
  }
5510
5712
 
5511
5713
  /** Use `TypographyCard` for content that benefits from larger and energetic typography. */
5512
- declare const TypographyCard: ({ url, onClick, heading, metaText, label, minHeight, headingSize, linkData, pathway, buttonIcon, headingLevel, labelLevel, headingWordWrap, ...props }: TypographyCardProps) => React__default.JSX.Element;
5714
+ declare const TypographyCard: ({ url, onClick, heading, metaText, label, text, minHeight, headingSize, linkData, pathway, buttonIcon, headingLevel, labelLevel, headingWordWrap, preserveAspectRatios, ...props }: TypographyCardProps) => React__default.JSX.Element;
5513
5715
  type TypographyCardPathway = "light" | "dark";
5716
+ type AspectRatios = "3-4" | "10-16";
5514
5717
  interface TypographyCardProps {
5515
5718
  /**
5516
5719
  * Heading for the TypographyCard.
@@ -5524,6 +5727,10 @@ interface TypographyCardProps {
5524
5727
  * Url for the TypographyCard.
5525
5728
  */
5526
5729
  url: string;
5730
+ /**
5731
+ * Text content for the TypographyCard. Use \n to create multiple paragraphs, up to 3 paragraphs.
5732
+ */
5733
+ text?: string;
5527
5734
  /**
5528
5735
  * Sets a dark or light background for the TypographyCard.
5529
5736
  */
@@ -5567,12 +5774,24 @@ interface TypographyCardProps {
5567
5774
  * Whether long words in heading should be wrapped.
5568
5775
  */
5569
5776
  headingWordWrap?: boolean;
5777
+ /**
5778
+ * Preserve aspect ratio of the TypographyCard. Set minHeight depending on Card width. Overwrites minHeight prop value.
5779
+ */
5780
+ preserveAspectRatios?: {
5781
+ xs?: AspectRatios;
5782
+ s?: AspectRatios;
5783
+ m?: AspectRatios;
5784
+ l?: AspectRatios;
5785
+ xl?: AspectRatios;
5786
+ xxl?: AspectRatios;
5787
+ xxxl?: AspectRatios;
5788
+ };
5570
5789
  }
5571
5790
 
5572
5791
  /**
5573
5792
  * Use `UniversalHeader` to display a group-level page header.
5574
5793
  */
5575
- declare const UniversalHeader: ({ children, ContentSlot, ...props }: UniversalHeaderProps) => React__default.JSX.Element;
5794
+ declare const UniversalHeader: ({ children, ContentSlot, isPill, isExtended, isFluid, ...props }: UniversalHeaderProps) => React__default.JSX.Element;
5576
5795
  declare const UniversalHeaderItem: ({ children, href, isActive, ...props }: UniversalHeaderItemProps) => React__default.JSX.Element;
5577
5796
  interface UniversalHeaderItemProps {
5578
5797
  /**
@@ -5588,12 +5807,20 @@ interface UniversalHeaderItemProps {
5588
5807
  */
5589
5808
  isActive?: boolean;
5590
5809
  }
5591
- interface UniversalHeaderProps {
5810
+ interface UniversalHeaderProps extends ExtentableContainer {
5592
5811
  /**
5593
5812
  * Contents of the UniversalHeader Must be
5594
5813
  * UniversalHeaderItem components.
5595
5814
  */
5596
5815
  children: ReactNode;
5816
+ /**
5817
+ * Set the nav bar to be a pill shape.
5818
+ */
5819
+ isPill?: boolean;
5820
+ /**
5821
+ * Sets the UniversalHeader to be full width.
5822
+ */
5823
+ isFluid?: boolean;
5597
5824
  /**
5598
5825
  * A Slot to accept react node. Any content with this slot will be aligned right.
5599
5826
  */
@@ -5705,26 +5932,6 @@ interface VisuallyHiddenProps {
5705
5932
  children?: ReactNode;
5706
5933
  }
5707
5934
 
5708
- type NavBarBackground = "light" | "lightElevated" | "neutral" | "ghostedOnDark" | "ghostedOnLight" | "transparentOnDark" | "transparentOnLight";
5709
- interface NavigationHeaderContainerProps extends ExtentableContainer {
5710
- /**
5711
- * set the background color of the navbar.
5712
- */
5713
- background: NavBarBackground;
5714
- /**
5715
- * set the nav bar to be a pill shape. It will only be visible when the background is either white or ghosted.
5716
- */
5717
- isPill?: boolean;
5718
- /**
5719
- * set the nav bar contents to be 100% width
5720
- */
5721
- isFluid?: boolean;
5722
- /**
5723
- * content for the navbar
5724
- */
5725
- children: ReactNode;
5726
- }
5727
-
5728
5935
  type Brand = "btWholesale" | "btGlobalFabric" | "ee" | "bt";
5729
5936
  interface NavigationHeaderLogoProps {
5730
5937
  /**
@@ -5749,100 +5956,150 @@ interface NavigationHeaderLogoProps {
5749
5956
  onClick?: (e: React__default.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
5750
5957
  }
5751
5958
 
5752
- interface NavigationHeaderNavLinkProps {
5753
- /**
5754
- * Text to display in the navigation link.
5755
- */
5959
+ interface NavLink {
5756
5960
  text: string;
5757
- /**
5758
- * URL to link to when the navigation link is clicked.
5759
- */
5760
5961
  href: string;
5761
- /**
5762
- * Border radius size variant for the navigation link.
5763
- */
5764
- borderRadiusSize?: "s" | "m";
5765
- /**
5766
- * Click handler for the navigation link.
5767
- */
5768
- onClick?: (e: React__default.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
5962
+ onClick?: (e: React.MouseEvent<HTMLAnchorElement>) => void;
5963
+ }
5964
+
5965
+ interface CategoryLinkGroup {
5966
+ category: string;
5967
+ links?: NavLink[];
5968
+ description?: string;
5969
+ mainLink?: NavLink;
5769
5970
  }
5770
5971
 
5771
5972
  type CustomBreakpoint = keyof typeof ArcBreakpoints | number;
5772
5973
 
5773
- type NavigationHeaderNavItemType = "subnav" | "dropdown" | "link" | "meatball";
5774
- type NavLinkProps = Omit<NavigationHeaderNavLinkProps, "borderRadiusSize">;
5775
- interface NavigationHeaderNavItem {
5974
+ interface MegaMenuFeatureCard {
5975
+ title: string;
5976
+ href: string;
5977
+ description?: string;
5978
+ isFeatured?: boolean;
5979
+ img?: string;
5980
+ label?: string;
5981
+ onClick?: (e: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
5982
+ }
5983
+
5984
+ interface PanelLink {
5985
+ heading: string;
5986
+ description: string;
5987
+ href: string;
5988
+ onClick?: (e: React.MouseEvent<HTMLAnchorElement, MouseEvent>) => void;
5989
+ }
5990
+
5991
+ interface MegaMenuTab {
5992
+ triggerText: string;
5993
+ icon: string;
5994
+ items: CategoryLinkGroup[];
5995
+ onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
5996
+ panelLink: PanelLink;
5997
+ }
5998
+
5999
+ interface PanelHeading {
6000
+ heading: string;
6001
+ supportingText: string;
6002
+ link?: {
6003
+ ariaLabel?: string;
6004
+ text: string;
6005
+ href: string;
6006
+ onClick?: () => void;
6007
+ };
6008
+ }
6009
+
6010
+ type NavigationHeaderNavItemType = "link" | "levelTwo" | "categoryLinks" | "megamenu";
6011
+ interface NavigationHeaderNavItemBase {
5776
6012
  type: NavigationHeaderNavItemType;
6013
+ isSeparator?: boolean;
5777
6014
  }
5778
- interface NavigationHeaderMenuTrigger {
6015
+ interface NavigationHeaderNavLinkItem extends NavigationHeaderNavItemBase, NavLink {
6016
+ type: "link";
5779
6017
  visibleFrom?: CustomBreakpoint;
6018
+ }
6019
+ interface NavigationHeaderDropdownItem extends NavigationHeaderNavItemBase {
6020
+ type: "levelTwo";
6021
+ items: NavLink[];
5780
6022
  text: string;
6023
+ visibleFrom?: CustomBreakpoint;
5781
6024
  ariaLabel?: string;
5782
- items: NavLinkProps[];
6025
+ onClick?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
5783
6026
  }
5784
- interface NavigationHeaderNavLinkItem extends NavigationHeaderNavItem, NavLinkProps {
5785
- type: "link";
6027
+ interface NavigationHeaderCategoryMenuNavItem extends NavigationHeaderNavItemBase {
6028
+ type: "categoryLinks";
6029
+ text: string;
6030
+ panelHeading: PanelHeading;
6031
+ backButtonLabel?: string;
6032
+ backButtonAriaLabel?: string;
6033
+ items: CategoryLinkGroup[];
5786
6034
  visibleFrom?: CustomBreakpoint;
6035
+ ariaLabel?: string;
6036
+ onOpenChange?: (isVisble: boolean) => void;
6037
+ onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
5787
6038
  }
5788
- interface NavigationHeaderMeatBallMenuItem extends NavigationHeaderNavItem, NavLinkProps {
5789
- type: "meatball";
5790
- }
5791
- interface NavigationHeaderDropdownItem extends NavigationHeaderNavItem, NavigationHeaderMenuTrigger {
5792
- type: "dropdown";
5793
- }
5794
- interface NavigationHeaderSubNavItem extends NavigationHeaderNavItem, NavigationHeaderMenuTrigger {
5795
- type: "subnav";
6039
+ interface NavigationHeaderMegaMenuNavItem extends NavigationHeaderNavItemBase {
6040
+ type: "megamenu";
6041
+ text: string;
6042
+ panelHeading: PanelHeading;
6043
+ tabs: MegaMenuTab[];
6044
+ visibleFrom?: CustomBreakpoint;
6045
+ ariaLabel?: string;
6046
+ backButtonLabel?: string;
6047
+ backButtonAriaLabel?: string;
6048
+ featureCards?: MegaMenuFeatureCard[];
6049
+ onOpenChange?: (isVisble: boolean) => void;
6050
+ onClick?: (e: React.MouseEvent<HTMLButtonElement>) => void;
5796
6051
  }
5797
- type NavigationHeaderNavigationItem = NavigationHeaderNavLinkItem | NavigationHeaderDropdownItem | NavigationHeaderSubNavItem | NavigationHeaderMeatBallMenuItem;
6052
+ type NavigationHeaderNavigationItem = NavigationHeaderNavLinkItem | NavigationHeaderDropdownItem | NavigationHeaderMegaMenuNavItem | NavigationHeaderCategoryMenuNavItem;
6053
+ type NavigationHeaderExtraNavigationItem = Omit<NavigationHeaderNavLinkItem, "visibleFrom"> | Omit<NavigationHeaderDropdownItem, "visibleFrom"> | Omit<NavigationHeaderMegaMenuNavItem, "visibleFrom"> | Omit<NavigationHeaderCategoryMenuNavItem, "visibleFrom">;
6054
+
6055
+ type ConfigurableHeaderVisibility = Partial<Record<Exclude<ArcBreakpointSizes, "xs">, boolean>>;
6056
+
6057
+ type MenuColorPathway = "invert" | "match";
5798
6058
 
5799
- interface NavigationHeaderInlineActionProps {
6059
+ type ContainerBackgroundColor = "light" | "lightElevated" | "neutral" | "ghostedOnDark" | "ghostedOnLight" | "transparentOnDark" | "transparentOnLight";
6060
+
6061
+ type NavBarBackground = Exclude<ContainerBackgroundColor, "neutral">;
6062
+
6063
+ interface SideMenuAction {
5800
6064
  /**
5801
- * Icon url for the action.
6065
+ * Icon for the action.
5802
6066
  */
5803
6067
  icon: string;
5804
6068
  /**
5805
- * text for the action.
6069
+ * Text label for the action.
5806
6070
  */
5807
6071
  text: string;
5808
6072
  /**
5809
- * href for the action.
6073
+ * Display a red dot next to the action to alert users.
6074
+ */
6075
+ isAttention?: boolean;
6076
+ /**
6077
+ * URL for the action link.
5810
6078
  */
5811
6079
  href?: string;
5812
6080
  /**
5813
- * Click handlers for the action.
6081
+ * Click handler for the action.
5814
6082
  */
5815
6083
  onClick?: (e: React__default.MouseEvent<HTMLElement, MouseEvent>) => void;
5816
6084
  }
5817
6085
 
5818
- type BurgerMenuPathway = "invert" | "match";
5819
-
5820
- interface NavigationHeaderNavListProps {
5821
- /**
5822
- * Nav items for `<NavigationHeader />`
5823
- */
5824
- navItems: Array<NavigationHeaderNavigationItem>;
6086
+ /**
6087
+ * Use `NavigationHeader` as a Top-level UI element that displays branding, page titles, and primary navigation actions.
6088
+ */
6089
+ declare const NavigationHeader: ({ leftSlot, middleSlot, rightSlot, isPill, isExtended, isFluid, logo, navItems, extraNavItems, extraMenuTooltip, extraMenuAriaLabel, burgerMenuActions, burgerMenuFooter, burgerMenuHeader, burgerMenuVisibility, onBurgerMenuOpenChange, burgerMenuPathway, navMenuVisibility, background, }: NavigationHeaderProps) => React__default.JSX.Element;
6090
+ interface NavigationHeaderProps extends ExtentableContainer {
5825
6091
  /**
5826
- * Meatball menu aria label
6092
+ * Set the background color of the navbar.
5827
6093
  */
5828
- meatBallMenuAriaLabel?: string;
6094
+ background?: NavBarBackground;
5829
6095
  /**
5830
- * Meatball menu tooltip text
6096
+ * Set the nav bar to be a pill shape. It will only be visible when the background is either white or ghosted.
5831
6097
  */
5832
- meatballMenuTooltip?: string;
5833
- }
5834
-
5835
- type ConfigurableHeaderVisibility = Partial<Record<Exclude<ArcBreakpointSizes, "xs">, boolean>>;
5836
-
5837
- /**
5838
- * Use `NavigationHeader` as a Top-level UI element that displays branding, page titles, and primary navigation actions.
5839
- */
5840
- declare const NavigationHeader: ({ leftSlot, middleSlot, rightSlot, isPill, isExtended, isFluid, logo, navItems, meatballMenuTooltip, burgerMenuActions, burgerMenuFooter, burgerMenuHeader, burgerMenuVisibility, onOpenChange, burgerMenuPathway, navMenuVisibility, background, }: NavigationHeaderProps) => React__default.JSX.Element;
5841
- interface NavigationHeaderProps extends Omit<NavigationHeaderContainerProps, "children" | "background">, Omit<NavigationHeaderNavListProps, "navItems">, ExtentableContainer {
6098
+ isPill?: boolean;
5842
6099
  /**
5843
- * set the background color of the navbar.
6100
+ * Set the nav bar contents to be 100% width.
5844
6101
  */
5845
- background?: Exclude<NavBarBackground, "neutral">;
6102
+ isFluid?: boolean;
5846
6103
  /**
5847
6104
  * Open content slot on the left of the nav bar.
5848
6105
  */
@@ -5864,7 +6121,7 @@ interface NavigationHeaderProps extends Omit<NavigationHeaderContainerProps, "ch
5864
6121
  /**
5865
6122
  * Additional links or buttons for the burger menu that sit below the nav items.
5866
6123
  */
5867
- burgerMenuActions?: NavigationHeaderInlineActionProps[];
6124
+ burgerMenuActions?: SideMenuAction[];
5868
6125
  /**
5869
6126
  * Additional content for the burger menu that sits below all the other content.
5870
6127
  */
@@ -5876,7 +6133,7 @@ interface NavigationHeaderProps extends Omit<NavigationHeaderContainerProps, "ch
5876
6133
  /**
5877
6134
  * Sets the color pathway for the burger menu, by default it inverts the pathway the header is using for contrast.
5878
6135
  */
5879
- burgerMenuPathway?: BurgerMenuPathway;
6136
+ burgerMenuPathway?: MenuColorPathway;
5880
6137
  /**
5881
6138
  * Configuration for the burger menu visibility. It is always visible below 636px but can also be configured to show at larger breakpoints.
5882
6139
  */
@@ -5886,47 +6143,147 @@ interface NavigationHeaderProps extends Omit<NavigationHeaderContainerProps, "ch
5886
6143
  */
5887
6144
  navMenuVisibility?: ConfigurableHeaderVisibility;
5888
6145
  /**
5889
- * Nav items for `<NavigationHeader />`
6146
+ * Nav items for `NavigationHeader`.
5890
6147
  */
5891
6148
  navItems?: Array<NavigationHeaderNavigationItem>;
5892
6149
  /**
5893
- * Callback when burger menu open state changes.
6150
+ * extra menu items for `NavigationHeader`.
5894
6151
  */
5895
- onOpenChange?: (isOpen: boolean) => void;
6152
+ extraNavItems?: Array<NavigationHeaderExtraNavigationItem>;
6153
+ /**
6154
+ * extra menu trigger aria label.
6155
+ */
6156
+ extraMenuAriaLabel?: string;
6157
+ /**
6158
+ * extra menu tooltip text.
6159
+ */
6160
+ extraMenuTooltip?: string;
6161
+ /**
6162
+ * Fires when the open state of the burger menu changes.
6163
+ */
6164
+ onBurgerMenuOpenChange?: (isOpen: boolean) => void;
5896
6165
  }
5897
6166
 
5898
- declare const NavigationHeaderAction: ({ ariaLabel, icon, onClick, title, supportingCopy, isAttention, }: NavigationHeaderActionProps) => React__default.JSX.Element;
6167
+ declare const NavigationHeaderAction: ({ ariaLabel, icon, onClick, title, supportingCopy, ref, href, isAttention, }: NavigationHeaderActionProps) => React__default.JSX.Element;
5899
6168
  interface NavigationHeaderActionProps {
5900
6169
  /**
5901
- * Icon url for the action.
6170
+ * Ref to the underlying button element.
5902
6171
  */
5903
- icon: string;
6172
+ ref?: Ref<HTMLButtonElement>;
6173
+ /**
6174
+ * Icon URL for the action.
6175
+ */
6176
+ icon: string | ReactNode;
5904
6177
  /**
5905
6178
  * Display a red dot next to the action to alert users.
5906
6179
  */
5907
6180
  isAttention?: boolean;
5908
6181
  /**
5909
- * label for action that is presented to screenreader.
6182
+ * Label for action that is presented to screenreader.
5910
6183
  */
5911
6184
  ariaLabel: string;
5912
6185
  /**
5913
- * title for action that is presented in a tooltip.
6186
+ * Title for action that is presented in a tooltip.
5914
6187
  */
5915
6188
  title: string;
5916
6189
  /**
5917
- * supporting text for action that is presented in a tooltip.
6190
+ * Supporting text for action that is presented in a tooltip.
5918
6191
  */
5919
6192
  supportingCopy?: string;
5920
6193
  /**
5921
- * Click handlers for the action.
6194
+ * Href for the action.
6195
+ */
6196
+ href?: string;
6197
+ /**
6198
+ * Click handler for the action.
5922
6199
  */
5923
6200
  onClick?: (e: React__default.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
5924
6201
  }
5925
6202
 
6203
+ declare const NavigationHeaderSearchMenu: ({ onSubmit, quickLinks, onInputChange, submitButtonAriaLabel, panelTitle, description, accessibleMenuTitle, label, triggerTooltip, triggerAriaLabel, }: NavigationHeaderSearchMenuProps) => React__default.JSX.Element;
6204
+ interface NavigationHeaderSearchMenuProps {
6205
+ /**
6206
+ * Callback when input value changes.
6207
+ */
6208
+ onInputChange?: (value: string) => void;
6209
+ /**
6210
+ * Callback when search form is submitted.
6211
+ */
6212
+ onSubmit?: (value: string) => void;
6213
+ /**
6214
+ * Label text for the search input.
6215
+ */
6216
+ label?: string;
6217
+ /**
6218
+ * Description text for the search menu.
6219
+ */
6220
+ description?: string;
6221
+ /**
6222
+ * Title text for the quick links panel.
6223
+ */
6224
+ panelTitle?: string;
6225
+ /**
6226
+ * Tooltip text for the trigger button.
6227
+ */
6228
+ triggerTooltip?: string;
6229
+ /**
6230
+ * Accessible label for the trigger button.
6231
+ */
6232
+ triggerAriaLabel?: string;
6233
+ /**
6234
+ * Accessible label for the submit button.
6235
+ */
6236
+ submitButtonAriaLabel?: string;
6237
+ /**
6238
+ * Accessible title for the menu dialog.
6239
+ */
6240
+ accessibleMenuTitle?: string;
6241
+ /**
6242
+ * Array of quick link items.
6243
+ */
6244
+ quickLinks: {
6245
+ text: string;
6246
+ href: string;
6247
+ onClick?: (e: React__default.MouseEvent<HTMLAnchorElement>) => void;
6248
+ }[];
6249
+ }
6250
+
6251
+ declare const NavigationHeaderBasket: ({ supportingCopy, onClick, href, popoverText, title, ariaLabel, isAttention, }: NavigationHeaderBasketProps) => React__default.JSX.Element;
6252
+ interface NavigationHeaderBasketProps {
6253
+ /**
6254
+ * Display a red dot next to the basket to alert users.
6255
+ */
6256
+ isAttention?: boolean;
6257
+ /**
6258
+ * Text to display in the basket popover.
6259
+ */
6260
+ popoverText?: string;
6261
+ /**
6262
+ * Supporting text for the basket tooltip.
6263
+ */
6264
+ supportingCopy?: string;
6265
+ /**
6266
+ * Title text for the basket tooltip.
6267
+ */
6268
+ title?: string;
6269
+ /**
6270
+ * Accessible label for the basket.
6271
+ */
6272
+ ariaLabel?: string;
6273
+ /**
6274
+ * Click handler for the basket.
6275
+ */
6276
+ onClick?: (e: React__default.MouseEvent<HTMLButtonElement>) => void;
6277
+ /**
6278
+ * URL for the basket link.
6279
+ */
6280
+ href?: string;
6281
+ }
6282
+
5926
6283
  declare const NavigationHeaderActionBar: ({ children, }: NavigationHeaderActionBarProps) => React__default.JSX.Element;
5927
6284
  interface NavigationHeaderActionBarProps {
5928
6285
  /**
5929
- * NavigationHeaderAction components to display in the action bar.
6286
+ * `NavigationHeaderAction` components to display in the action bar.
5930
6287
  */
5931
6288
  children: ReactNode;
5932
6289
  }
@@ -5966,4 +6323,4 @@ interface NavigationHeaderPageProps {
5966
6323
  */
5967
6324
  declare const useMediaQuery: (mediaQuery: string) => boolean;
5968
6325
 
5969
- 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, type Brand, 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, CheckboxIcon, type CheckboxIconProps, 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, type FilterControlProps, 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, InputIcon, type InputIconProps, Link, type LinkProps$1 as 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, NavigationHeader, NavigationHeaderAction, NavigationHeaderActionBar, type NavigationHeaderActionProps, type NavigationHeaderNavigationItem, NavigationHeaderPage, type NavigationHeaderProps, 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 ProgressStepperOverflowProps, type ProgressStepperProps, RadioCardGroup, RadioCardGroupInput, type RadioCardGroupProps, RadioGroup, RadioGroupButton, RadioGroupInput, type RadioGroupProps, Rule, type RuleProps, ScrollToTop, type ScrollToTopProps, Section, type SectionProps, Select, type SelectProps, SemanticHeading, type SemanticHeadingLevel, type SemanticHeadingProps, 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 SurfaceBackground, 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, useProgressStepperOverflow };
6326
+ 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, type Brand, BrandLogo, colors$1 as BrandLogoColors, type BrandLogoProps, Breadcrumbs, BreadcrumbsItem, type BreadcrumbsItemProps, BreadcrumbsLink, type BreadcrumbsLinkProps, type BreadcrumbsProps, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, ButtonV2, type ButtonV2Props, Calendar, type CalendarProps, Carousel, type CarouselProps, Checkbox, CheckboxIcon, type CheckboxIconProps, type CheckboxProps, type ColumnValue, Columns, ColumnsCol, type ColumnsColProps, type ColumnsProps, ComboBox, type ComboBoxProps, ContentSwitcher, ContentSwitcherContent, type ContentSwitcherContentProps, ContentSwitcherDropdown, ContentSwitcherDropdownContent, type ContentSwitcherDropdownProps, ContentSwitcherList, type ContentSwitcherListProps, type ContentSwitcherProps, ContentSwitcherTab, type ContentSwitcherTabProps, DATE_FORMAT, DatePicker, type DatePickerProps, DatePickerRange, type DatePickerRangeProps, Disclosure, DisclosureMini, type DisclosureMiniProps, type DisclosureProps, Download, type DownloadProps, Drawer, DrawerContent, type DrawerContentProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, type DrawerProps, Elevation, type ElevationProps, Filter, FilterControl, type FilterControlProps, FilterControls, type FilterControlsProps, FilterItem, type FilterItemProps, FilterItems, type FilterItemsProps, type FilterProps, FormControl, Context as FormControlContext, type FormControlProps, GhostedHeroBanner, type GhostedHeroBannerProps, GradientPageBackground, type GradientPageBackgroundProps, Grid, GridCol, type GridColProps, type GridProps, GridRow, type GridRowProps, type GridValue, Group, GroupItem, type GroupItemProps, 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, InputIcon, type InputIconProps, Link, type LinkProps, Markup, type MarkupProps, MediaCard, type MediaCardProps, Menu, MenuContent, type MenuContentProps, MenuFooter, type MenuFooterProps, MenuGroup, type MenuGroupProps, MenuGroupSingleSelect, type MenuGroupSingleSelectProps, MenuHeader, type MenuHeaderProps, MenuItem, MenuItemCheckbox, type MenuItemCheckboxProps, MenuItemContentTemplate, type MenuItemContentTemplateProps, MenuItemMultiLevel, MenuItemMultiLevelContent, type MenuItemMultiLevelContentProps, type MenuItemMultiLevelProps, MenuItemMultiLevelTrigger, type MenuItemMultiLevelTriggerProps, type MenuItemProps, MenuItemSingleSelect, type MenuItemSingleSelectProps, MenuLabel, type MenuLabelProps, MenuPortal, type MenuPortalProps, type MenuProps, MenuScrollable, type MenuScrollableProps, MenuSeparator, MenuTrigger, type MenuTriggerProps, Modal, type ModalProps, NavigationHeader, NavigationHeaderAction, NavigationHeaderActionBar, type NavigationHeaderActionBarProps, type NavigationHeaderActionProps, NavigationHeaderBasket, type NavigationHeaderBasketProps, type NavigationHeaderCategoryMenuNavItem, type NavigationHeaderDropdownItem, type NavigationHeaderExtraNavigationItem, type NavigationHeaderMegaMenuNavItem, type NavigationHeaderNavLinkItem, type NavigationHeaderNavigationItem, NavigationHeaderPage, type NavigationHeaderPageProps, type NavigationHeaderProps, NavigationHeaderSearchMenu, type NavigationHeaderSearchMenuProps, Pagination, type PaginationProps, PaginationSimple, type PaginationSimpleProps, Popover, type PopoverProps, Poster, PosterImage, type PosterImageProps, type PosterProps, PosterVideo, type PosterVideoProps, ProgressBar, type ProgressBarProps, type ProgressBarState, ProgressStepper, ProgressStepperItem, type ProgressStepperItemProps, ProgressStepperOverflow, type ProgressStepperOverflowProps, type ProgressStepperProps, RadioCardGroup, RadioCardGroupInput, type RadioCardGroupInputProps, type RadioCardGroupProps, RadioGroup, RadioGroupButton, type RadioGroupButtonProps, RadioGroupInput, type RadioGroupInputProps, type RadioGroupProps, Rule, type RuleProps, ScrollToTop, type ScrollToTopProps, Section, type SectionProps, Select, type SelectProps, SemanticButton, SemanticHeading, type SemanticHeadingLevel, type SemanticHeadingProps, SiteFooter, SiteFooterItem, SiteFooterItemGroup, type SiteFooterItemGroupProps, type SiteFooterItemProps, type SiteFooterProps, SiteFooterV2, SiteFooterV2Item, SiteFooterV2ItemGroup, type SiteFooterV2ItemGroupProps, type SiteFooterV2ItemProps, SiteFooterV2Main, type SiteFooterV2MainProps, type SiteFooterV2Props, SiteFooterV2Utility, type SiteFooterV2UtilityProps, SiteHeaderV2, SiteHeaderV2Column, type SiteHeaderV2ColumnProps, SiteHeaderV2Item, SiteHeaderV2ItemGroup, type SiteHeaderV2ItemGroupProps, type SiteHeaderV2ItemProps, SiteHeaderV2NavItem, type SiteHeaderV2NavItemProps, SiteHeaderV2NavItemWithSubNav, type SiteHeaderV2NavItemWithSubNavProps, SiteHeaderV2NodeItem, type SiteHeaderV2NodeItemProps, type SiteHeaderV2Props, SiteHeaderV2SubNavItem, type SiteHeaderV2SubNavItemProps, SiteHeaderV2VerticalDivider, Skeleton, type SkeletonProps, SkipLink, SkipLinkItem, type SkipLinkItemProps, type SkipLinkProps, Spacing, type SpacingProps, type SpacingSize, type Span, Spinner, type SpinnerProps, Surface, type SurfaceBackground, type SurfaceBackgroundColor, Context$1 as SurfaceContext, type SurfacePadding, type SurfaceProps, Switch, type SwitchProps, TabbedBanner, type TabbedBannerProps, Tabs, TabsContent, type TabsContentProps, TabsItem, type TabsItemProps, 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 ToastNotificationProps, type ToastProps, Tooltip, type TooltipProps, Truncate, type TruncateProps, TypographyCard, type TypographyCardProps, UniversalHeader, UniversalHeaderItem, type UniversalHeaderItemProps, type UniversalHeaderProps, VerticalSpace, type VerticalSpaceProps, VideoPlayer, type VideoPlayerProps, Visible, type VisibleProps, VisuallyHidden, type VisuallyHiddenProps, backgrounds, backgroundsBT, isDateValid, isRangeValid, loadingOptions, parseDateString, parseRangeString, themes, useMediaQuery, useProgressStepperOverflow };