@arc-ui/components 12.0.0-beta7 → 12.0.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.
- package/lib/Alert/Alert.cjs +77 -0
- package/lib/Alert/Alert.mjs +75 -0
- package/lib/Alert/styles.css +1 -0
- package/lib/Align/Align.cjs +29 -0
- package/lib/Align/Align.mjs +27 -0
- package/lib/Align/styles.css +1 -0
- package/lib/AppButton/AppButton.cjs +72 -0
- package/lib/AppButton/AppButton.mjs +70 -0
- package/lib/AppButton/styles.css +1 -0
- package/lib/Avatar/Avatar.cjs +21 -0
- package/lib/Avatar/Avatar.mjs +15 -0
- package/lib/Avatar/styles.css +1 -0
- package/lib/AvatarGroup/AvatarGroup.cjs +37 -0
- package/lib/AvatarGroup/AvatarGroup.mjs +35 -0
- package/lib/AvatarGroup/styles.css +1 -0
- package/lib/Badge/Badge.cjs +13 -0
- package/lib/Badge/Badge.mjs +7 -0
- package/lib/Badge/styles.css +1 -0
- package/lib/Banner/Banner.cjs +26 -0
- package/lib/Banner/Banner.mjs +24 -0
- package/lib/Box/Box.cjs +13 -0
- package/lib/Box/Box.mjs +7 -0
- package/lib/Box/styles.css +1 -0
- package/lib/BrandLogo/BrandLogo.cjs +16 -0
- package/lib/BrandLogo/BrandLogo.mjs +9 -0
- package/lib/BrandLogo/styles.css +1 -0
- package/lib/Breadcrumbs/Breadcrumbs.cjs +101 -0
- package/lib/Breadcrumbs/Breadcrumbs.mjs +97 -0
- package/lib/Breadcrumbs/styles.css +1 -0
- package/lib/Button/Button.cjs +17 -0
- package/lib/Button/Button.mjs +11 -0
- package/lib/Button/styles.css +1 -0
- package/lib/ButtonGroup/ButtonGroup.cjs +38 -0
- package/lib/ButtonGroup/ButtonGroup.mjs +36 -0
- package/lib/ButtonGroup/styles.css +1 -0
- package/lib/ButtonV2/ButtonV2.cjs +17 -0
- package/lib/ButtonV2/ButtonV2.mjs +11 -0
- package/lib/ButtonV2/styles.css +1 -0
- package/lib/Calendar/Calendar.cjs +24 -0
- package/lib/Calendar/Calendar.mjs +18 -0
- package/lib/Calendar/styles.css +1 -0
- package/lib/CardFooter/CardFooter.cjs +16 -0
- package/lib/CardFooter/CardFooter.mjs +10 -0
- package/lib/CardFooter/styles.css +1 -0
- package/lib/CardHeading/CardHeading.cjs +17 -0
- package/lib/CardHeading/CardHeading.mjs +11 -0
- package/lib/CardHeading/styles.css +1 -0
- package/lib/Carousel/Carousel.cjs +1910 -0
- package/lib/Carousel/Carousel.mjs +1908 -0
- package/lib/Carousel/styles.css +1 -0
- package/lib/Checkbox/Checkbox.cjs +60 -0
- package/lib/Checkbox/Checkbox.mjs +58 -0
- package/lib/Checkbox/styles.css +1 -0
- package/lib/CheckboxIcon/CheckboxIcon.cjs +19 -0
- package/lib/CheckboxIcon/CheckboxIcon.mjs +13 -0
- package/lib/CheckboxIcon/styles.css +1 -0
- package/lib/ClientSideVisible/ClientSideVisible.cjs +8 -0
- package/lib/ClientSideVisible/ClientSideVisible.mjs +2 -0
- package/lib/Columns/Columns.cjs +49 -0
- package/lib/Columns/Columns.mjs +46 -0
- package/lib/Columns/styles.css +1 -0
- package/lib/ComboBox/ComboBox.cjs +296 -0
- package/lib/ComboBox/ComboBox.mjs +294 -0
- package/lib/ComboBox/styles.css +1 -0
- package/lib/ConditionalWrapper/ConditionalWrapper.cjs +8 -0
- package/lib/ConditionalWrapper/ConditionalWrapper.mjs +2 -0
- package/lib/ContentSwitcher/ContentSwitcher.cjs +25 -0
- package/lib/ContentSwitcher/ContentSwitcher.mjs +16 -0
- package/lib/ContentSwitcher/styles.css +1 -0
- package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs +26 -0
- package/lib/ContentSwitcherDropdown/ContentSwitcherDropdown.mjs +19 -0
- package/lib/ContentSwitcherDropdown/styles.css +1 -0
- package/lib/DatePicker/DatePicker.cjs +539 -0
- package/lib/DatePicker/DatePicker.mjs +531 -0
- package/lib/DatePicker/styles.css +1 -0
- package/lib/Disclosure/Disclosure.cjs +37 -0
- package/lib/Disclosure/Disclosure.mjs +35 -0
- package/lib/Disclosure/styles.css +1 -0
- package/lib/DisclosureMini/DisclosureMini.cjs +17 -0
- package/lib/DisclosureMini/DisclosureMini.mjs +11 -0
- package/lib/DisclosureMini/styles.css +1 -0
- package/lib/Download/Download.cjs +18 -0
- package/lib/Download/Download.mjs +12 -0
- package/lib/Download/styles.css +1 -0
- package/lib/Drawer/Drawer.cjs +218 -0
- package/lib/Drawer/Drawer.mjs +213 -0
- package/lib/Drawer/styles.css +1 -0
- package/lib/Elevation/Elevation.cjs +25 -0
- package/lib/Elevation/Elevation.mjs +23 -0
- package/lib/Elevation/styles.css +1 -0
- package/lib/Filter/Filter.cjs +91 -0
- package/lib/Filter/Filter.mjs +85 -0
- package/lib/Filter/styles.css +1 -0
- package/lib/FilterControl/FilterControl.cjs +14 -0
- package/lib/FilterControl/FilterControl.mjs +8 -0
- package/lib/FormControl/FormControl.cjs +20 -0
- package/lib/FormControl/FormControl.mjs +13 -0
- package/lib/FormControl/styles.css +1 -0
- package/lib/GhostedHeroBanner/GhostedHeroBanner.cjs +36 -0
- package/lib/GhostedHeroBanner/GhostedHeroBanner.mjs +34 -0
- package/lib/GhostedHeroBanner/styles.css +1 -0
- package/lib/GradientPageBackground/GradientPageBackground.cjs +159 -0
- package/lib/GradientPageBackground/GradientPageBackground.mjs +139 -0
- package/lib/GradientPageBackground/styles.css +1 -0
- package/lib/Grid/Grid.cjs +15 -0
- package/lib/Grid/Grid.mjs +7 -0
- package/lib/Grid/styles.css +1 -0
- package/lib/Group/Group.cjs +42 -0
- package/lib/Group/Group.mjs +39 -0
- package/lib/Group/styles.css +1 -0
- package/lib/Heading/Heading.cjs +16 -0
- package/lib/Heading/Heading.mjs +10 -0
- package/lib/Heading/styles.css +1 -0
- package/lib/HeroBanner/HeroBanner.cjs +31 -0
- package/lib/HeroBanner/HeroBanner.mjs +29 -0
- package/lib/HeroBanner/styles.css +1 -0
- package/lib/HeroButton/HeroButton.cjs +88 -0
- package/lib/HeroButton/HeroButton.mjs +86 -0
- package/lib/HeroButton/styles.css +1 -0
- package/lib/Hidden/Hidden.cjs +11 -0
- package/lib/Hidden/Hidden.mjs +5 -0
- package/lib/Hidden/styles.css +1 -0
- package/lib/HorizontalCard/HorizontalCard.cjs +40 -0
- package/lib/HorizontalCard/HorizontalCard.mjs +38 -0
- package/lib/HorizontalCard/styles.css +1 -0
- package/lib/Icon/Icon.cjs +16 -0
- package/lib/Icon/Icon.mjs +9 -0
- package/lib/Icon/styles.css +1 -0
- package/lib/Image/Image.cjs +18 -0
- package/lib/Image/Image.mjs +8 -0
- package/lib/Image/styles.css +1 -0
- package/lib/ImpactCard/ImpactCard.cjs +43 -0
- package/lib/ImpactCard/ImpactCard.mjs +41 -0
- package/lib/ImpactCard/styles.css +1 -0
- package/lib/InformationCard/InformationCard.cjs +91 -0
- package/lib/InformationCard/InformationCard.mjs +89 -0
- package/lib/InformationCard/styles.css +1 -0
- package/lib/Link/Link.cjs +17 -0
- package/lib/Link/Link.mjs +11 -0
- package/lib/Link/styles.css +1 -0
- package/lib/Markup/Markup.cjs +24 -0
- package/lib/Markup/Markup.mjs +22 -0
- package/lib/Markup/styles.css +1 -0
- package/lib/MediaCard/MediaCard.cjs +64 -0
- package/lib/MediaCard/MediaCard.mjs +62 -0
- package/lib/MediaCard/styles.css +1 -0
- package/lib/Menu/Menu.cjs +1688 -0
- package/lib/Menu/Menu.mjs +1651 -0
- package/lib/Menu/styles.css +1 -0
- package/lib/Modal/Modal.cjs +93 -0
- package/lib/Modal/Modal.mjs +91 -0
- package/lib/Modal/styles.css +1 -0
- package/lib/NavigationHeader/NavigationHeader.cjs +1435 -0
- package/lib/NavigationHeader/NavigationHeader.mjs +1430 -0
- package/lib/NavigationHeader/styles.css +1 -0
- package/lib/Pagination/Pagination.cjs +79 -0
- package/lib/Pagination/Pagination.mjs +77 -0
- package/lib/Pagination/styles.css +1 -0
- package/lib/PaginationSimple/PaginationSimple.cjs +74 -0
- package/lib/PaginationSimple/PaginationSimple.mjs +72 -0
- package/lib/PaginationSimple/styles.css +1 -0
- package/lib/Popover/Popover.cjs +22 -0
- package/lib/Popover/Popover.mjs +16 -0
- package/lib/Popover/styles.css +1 -0
- package/lib/Poster/Poster.cjs +44 -0
- package/lib/Poster/Poster.mjs +40 -0
- package/lib/Poster/styles.css +1 -0
- package/lib/ProgressBar/ProgressBar.cjs +68 -0
- package/lib/ProgressBar/ProgressBar.mjs +66 -0
- package/lib/ProgressBar/styles.css +1 -0
- package/lib/ProgressStepper/ProgressStepper.cjs +19 -0
- package/lib/ProgressStepper/ProgressStepper.mjs +12 -0
- package/lib/ProgressStepper/styles.css +1 -0
- package/lib/ProgressStepperOverflow/ProgressStepperOverflow.cjs +152 -0
- package/lib/ProgressStepperOverflow/ProgressStepperOverflow.mjs +150 -0
- package/lib/ProgressStepperOverflow/styles.css +1 -0
- package/lib/RadioCardGroup/RadioCardGroup.cjs +82 -0
- package/lib/RadioCardGroup/RadioCardGroup.mjs +79 -0
- package/lib/RadioCardGroup/styles.css +1 -0
- package/lib/RadioGroup/RadioGroup.cjs +81 -0
- package/lib/RadioGroup/RadioGroup.mjs +77 -0
- package/lib/RadioGroup/styles.css +1 -0
- package/lib/Rule/Rule.cjs +14 -0
- package/lib/Rule/Rule.mjs +8 -0
- package/lib/Rule/styles.css +1 -0
- package/lib/ScrollToTop/ScrollToTop.cjs +51 -0
- package/lib/ScrollToTop/ScrollToTop.mjs +49 -0
- package/lib/ScrollToTop/styles.css +1 -0
- package/lib/Section/Section.cjs +12 -0
- package/lib/Section/Section.mjs +6 -0
- package/lib/Section/styles.css +1 -0
- package/lib/Select/Select.cjs +88 -0
- package/lib/Select/Select.mjs +86 -0
- package/lib/Select/styles.css +1 -0
- package/lib/SemanticHeading/SemanticHeading.cjs +10 -0
- package/lib/SemanticHeading/SemanticHeading.mjs +4 -0
- package/lib/SemanticHeading/styles.css +1 -0
- package/lib/SiteFooter/SiteFooter.cjs +60 -0
- package/lib/SiteFooter/SiteFooter.mjs +56 -0
- package/lib/SiteFooter/styles.css +1 -0
- package/lib/SiteFooterV2/SiteFooterV2.cjs +106 -0
- package/lib/SiteFooterV2/SiteFooterV2.mjs +100 -0
- package/lib/SiteFooterV2/styles.css +1 -0
- package/lib/SiteHeaderV2/SiteHeaderV2.cjs +603 -0
- package/lib/SiteHeaderV2/SiteHeaderV2.mjs +593 -0
- package/lib/SiteHeaderV2/styles.css +1 -0
- package/lib/Skeleton/Skeleton.cjs +21 -0
- package/lib/Skeleton/Skeleton.mjs +19 -0
- package/lib/Skeleton/styles.css +1 -0
- package/lib/SkipLink/SkipLink.cjs +19 -0
- package/lib/SkipLink/SkipLink.mjs +16 -0
- package/lib/SkipLink/styles.css +1 -0
- package/lib/Spinner/Spinner.cjs +11 -0
- package/lib/Spinner/Spinner.mjs +5 -0
- package/lib/Spinner/styles.css +1 -0
- package/lib/Surface/Surface.cjs +16 -0
- package/lib/Surface/Surface.mjs +7 -0
- package/lib/Surface/styles.css +1 -0
- package/lib/Switch/Switch.cjs +237 -0
- package/lib/Switch/Switch.mjs +235 -0
- package/lib/Switch/styles.css +1 -0
- package/lib/TabbedBanner/TabbedBanner.cjs +65 -0
- package/lib/TabbedBanner/TabbedBanner.mjs +63 -0
- package/lib/TabbedBanner/styles.css +1 -0
- package/lib/Tabs/Tabs.cjs +93 -0
- package/lib/Tabs/Tabs.mjs +88 -0
- package/lib/Tabs/styles.css +1 -0
- package/lib/Tag/Tag.cjs +62 -0
- package/lib/Tag/Tag.mjs +60 -0
- package/lib/Tag/styles.css +1 -0
- package/lib/TemplateBanner/TemplateBanner.cjs +23 -0
- package/lib/TemplateBanner/TemplateBanner.mjs +17 -0
- package/lib/TemplateBanner/styles.css +1 -0
- package/lib/Text/Text.cjs +15 -0
- package/lib/Text/Text.mjs +9 -0
- package/lib/Text/styles.css +1 -0
- package/lib/TextArea/TextArea.cjs +70 -0
- package/lib/TextArea/TextArea.mjs +68 -0
- package/lib/TextArea/styles.css +1 -0
- package/lib/TextInput/TextInput.cjs +28 -0
- package/lib/TextInput/TextInput.mjs +21 -0
- package/lib/TextInput/styles.css +1 -0
- package/lib/Theme/Theme.cjs +76 -0
- package/lib/Theme/Theme.mjs +73 -0
- package/lib/Theme/styles.css +1 -0
- package/lib/ThemeIcon/ThemeIcon.cjs +15 -0
- package/lib/ThemeIcon/ThemeIcon.mjs +9 -0
- package/lib/ThemeIcon/styles.css +1 -0
- package/lib/ThumbnailSignpost/ThumbnailSignpost.cjs +31 -0
- package/lib/ThumbnailSignpost/ThumbnailSignpost.mjs +29 -0
- package/lib/ThumbnailSignpost/styles.css +1 -0
- package/lib/Toast/Toast.cjs +1003 -0
- package/lib/Toast/Toast.mjs +1000 -0
- package/lib/Toast/styles.css +1 -0
- package/lib/Tooltip/Tooltip.cjs +21 -0
- package/lib/Tooltip/Tooltip.mjs +15 -0
- package/lib/Tooltip/styles.css +1 -0
- package/lib/Truncate/Truncate.cjs +14 -0
- package/lib/Truncate/Truncate.mjs +12 -0
- package/lib/Truncate/styles.css +1 -0
- package/lib/TypographyCard/TypographyCard.cjs +40 -0
- package/lib/TypographyCard/TypographyCard.mjs +38 -0
- package/lib/TypographyCard/styles.css +1 -0
- package/lib/UniversalHeader/UniversalHeader.cjs +31 -0
- package/lib/UniversalHeader/UniversalHeader.mjs +28 -0
- package/lib/UniversalHeader/styles.css +1 -0
- package/lib/VerticalSpace/VerticalSpace.cjs +11 -0
- package/lib/VerticalSpace/VerticalSpace.mjs +5 -0
- package/lib/VerticalSpace/styles.css +1 -0
- package/lib/VideoPlayer/VideoPlayer.cjs +3212 -0
- package/lib/VideoPlayer/VideoPlayer.mjs +3210 -0
- package/lib/VideoPlayer/styles.css +1 -0
- package/lib/Visible/Visible.cjs +11 -0
- package/lib/Visible/Visible.mjs +5 -0
- package/lib/Visible/styles.css +1 -0
- package/lib/VisuallyHidden/VisuallyHidden.cjs +10 -0
- package/lib/VisuallyHidden/VisuallyHidden.mjs +4 -0
- package/lib/VisuallyHidden/styles.css +1 -0
- package/lib/_shared/cjs/Avatar-CCKArHo9.cjs +48 -0
- package/lib/_shared/cjs/Badge-DX5PjtiZ.cjs +15 -0
- package/lib/_shared/cjs/BannerImage-CYHLvtfL.cjs +13 -0
- package/lib/_shared/cjs/Box-Va2g7Gdp.cjs +26 -0
- package/lib/_shared/cjs/BrandLogo-coNfTwRv.cjs +30 -0
- package/lib/_shared/cjs/BtIconArrowRight-Bm5PIn_6.cjs +11 -0
- package/lib/_shared/cjs/BtIconChevronRight2Px-CIRaur2B.cjs +20 -0
- package/lib/_shared/cjs/BtIconChevronRightMid-eGxk3ae6.cjs +11 -0
- package/lib/_shared/cjs/Button-BN4jUsg5.cjs +51 -0
- package/lib/_shared/cjs/ButtonV2-bUu36xW8.cjs +61 -0
- package/lib/_shared/cjs/Calendar-BvPNEvfm.cjs +1898 -0
- package/lib/_shared/cjs/CardFooter-PoifazZ1.cjs +32 -0
- package/lib/_shared/cjs/CardHeading-lGy1u6eD.cjs +14 -0
- package/lib/_shared/cjs/CheckboxIcon-BTkdXfpp.cjs +53 -0
- package/lib/_shared/cjs/ClientSideVisible-BhW-T6kb.cjs +16 -0
- package/lib/_shared/cjs/Combination-6m6aOXZq.cjs +1466 -0
- package/lib/_shared/cjs/ConditionalWrapper-Cl6kgjCL.cjs +11 -0
- package/lib/_shared/cjs/ContentSwitcherDropdown-BLXyhXVS.cjs +87 -0
- package/lib/_shared/cjs/ContentSwitcherList-BgAW2IhJ.cjs +111 -0
- package/lib/_shared/cjs/DisclosureMini-Cy7hNc90.cjs +38 -0
- package/lib/_shared/cjs/Download-Chs-DEGO.cjs +43 -0
- package/lib/_shared/cjs/FilterControl-BIwtgTjP.cjs +27 -0
- package/lib/_shared/cjs/FormControl-TtboqHRx.cjs +117 -0
- package/lib/_shared/cjs/GridRow-l_SePUqV.cjs +45 -0
- package/lib/_shared/cjs/Heading-BYBmZkmS.cjs +33 -0
- package/lib/_shared/cjs/Hidden-BpWHucG2.cjs +21 -0
- package/lib/_shared/cjs/Icon-Dk2XHa7V.cjs +40 -0
- package/lib/_shared/cjs/Image-MS1rBzbW.cjs +50 -0
- package/lib/_shared/cjs/Link-BZsSf3Nn.cjs +51 -0
- package/lib/_shared/cjs/Popover-CYcqjefw.cjs +35 -0
- package/lib/_shared/cjs/Preview-BYuMaIh7.cjs +175 -0
- package/lib/_shared/cjs/ProgressStepper-DTZQabiV.cjs +209 -0
- package/lib/_shared/cjs/Rule-jmvOpci7.cjs +24 -0
- package/lib/_shared/cjs/Section-BorWFfNe.cjs +22 -0
- package/lib/_shared/cjs/SemanticHeading-C1-fyc3V.cjs +16 -0
- package/lib/_shared/cjs/Spinner-427lpnHI.cjs +17 -0
- package/lib/_shared/cjs/Surface-DIU5ciDT.cjs +56 -0
- package/lib/_shared/cjs/TemplateBanner-CzDAL0lq.cjs +84 -0
- package/lib/_shared/cjs/Text-jwsn80lQ.cjs +30 -0
- package/lib/_shared/cjs/TextInput-BHzuoI7E.cjs +163 -0
- package/lib/_shared/cjs/ThemeIcon-CwYN77IF.cjs +25 -0
- package/lib/_shared/cjs/Tooltip-CEb7YEP2.cjs +1379 -0
- package/lib/_shared/cjs/VerticalSpace-DLQUYsvc.cjs +27 -0
- package/lib/_shared/cjs/Visible-Ca2H20zc.cjs +21 -0
- package/lib/_shared/cjs/VisuallyHidden-CQg3cOVK.cjs +15 -0
- package/lib/_shared/cjs/arc-breakpoints-Cl4-g1TC.cjs +33 -0
- package/lib/_shared/cjs/capitalise-first-letter-CdhexpSx.cjs +8 -0
- package/lib/_shared/cjs/debounce-uPMetQ6J.cjs +412 -0
- package/lib/_shared/cjs/filter-attrs-D19P2s1V.cjs +15 -0
- package/lib/_shared/cjs/index-B11wQrRa.cjs +2208 -0
- package/lib/_shared/cjs/index-BCu-VH8y.cjs +416 -0
- package/lib/_shared/cjs/index-BGGFOAAx.cjs +152 -0
- package/lib/_shared/cjs/index-BLRjGROQ.cjs +2197 -0
- package/lib/_shared/cjs/index-BWfgSvRQ.cjs +313 -0
- package/lib/_shared/cjs/index-CDVpHNP8.cjs +1204 -0
- package/lib/_shared/cjs/index-CTlXMLug.cjs +106 -0
- package/lib/_shared/cjs/index-CklPiHsS.cjs +97 -0
- package/lib/_shared/cjs/index-CztwwwKE.cjs +375 -0
- package/lib/_shared/cjs/index-D9onmVh5.cjs +333 -0
- package/lib/_shared/cjs/index-DR8Rkav9.cjs +130 -0
- package/lib/_shared/cjs/index-DXNM3D1d.cjs +196 -0
- package/lib/_shared/cjs/index-DmvtEa22.cjs +219 -0
- package/lib/_shared/cjs/index-KrMgv4q_.cjs +318 -0
- package/lib/_shared/cjs/index.es-Dbvw_3_e.cjs +19 -0
- package/lib/_shared/cjs/isSymbol-BGrHFUbV.cjs +255 -0
- package/lib/_shared/cjs/suffix-modifier-DLUGR-yG.cjs +10 -0
- package/lib/_shared/cjs/tslib.es6-CCZ3TN_7.cjs +59 -0
- package/lib/_shared/cjs/use-media-query-DqZqShGX.cjs +58 -0
- package/lib/_shared/esm/Avatar-BgK-wY7Z.mjs +46 -0
- package/lib/_shared/esm/Badge-C_3PBa0p.mjs +13 -0
- package/lib/_shared/esm/BannerImage-BdPAHkVD.mjs +11 -0
- package/lib/_shared/esm/Box-C8iK8x5c.mjs +24 -0
- package/lib/_shared/esm/BrandLogo-Dc-d_8ZN.mjs +27 -0
- package/lib/_shared/esm/BtIconArrowRight-DpUmY3g3.mjs +9 -0
- package/lib/_shared/esm/BtIconChevronRight2Px-DzWb16fR.mjs +17 -0
- package/lib/_shared/esm/BtIconChevronRightMid-DE4lmVaG.mjs +9 -0
- package/lib/_shared/esm/Button-DTiOFT9M.mjs +49 -0
- package/lib/_shared/esm/ButtonV2-ByW5P8Hq.mjs +59 -0
- package/lib/_shared/esm/Calendar-DzsQqJlh.mjs +1893 -0
- package/lib/_shared/esm/CardFooter-DX3Ym8M6.mjs +30 -0
- package/lib/_shared/esm/CardHeading-CfPEEmBO.mjs +12 -0
- package/lib/_shared/esm/CheckboxIcon-BcVQe6mC.mjs +51 -0
- package/lib/_shared/esm/ClientSideVisible-D_iBE-3U.mjs +14 -0
- package/lib/_shared/esm/Combination-BQ4XBtF-.mjs +1435 -0
- package/lib/_shared/esm/ConditionalWrapper-CbEvXHTj.mjs +9 -0
- package/lib/_shared/esm/ContentSwitcherDropdown-ckPG4pry.mjs +84 -0
- package/lib/_shared/esm/ContentSwitcherList-i4m4nAzP.mjs +106 -0
- package/lib/_shared/esm/DisclosureMini-DeQZyvDN.mjs +36 -0
- package/lib/_shared/esm/Download-CsJLNRAD.mjs +41 -0
- package/lib/_shared/esm/FilterControl-22MNdP1r.mjs +25 -0
- package/lib/_shared/esm/FormControl-DopDD_nC.mjs +113 -0
- package/lib/_shared/esm/GridRow-vjacXnq0.mjs +41 -0
- package/lib/_shared/esm/Heading-Da-o0d5x.mjs +31 -0
- package/lib/_shared/esm/Hidden-ByDYDWcI.mjs +19 -0
- package/lib/_shared/esm/Icon-CCUbr_AO.mjs +37 -0
- package/lib/_shared/esm/Image-DLYifxlu.mjs +44 -0
- package/lib/_shared/esm/Link-CoHABYiD.mjs +49 -0
- package/lib/_shared/esm/Popover-BHCEpLSa.mjs +33 -0
- package/lib/_shared/esm/Preview-AHYIJh9S.mjs +173 -0
- package/lib/_shared/esm/ProgressStepper-CujHLQsm.mjs +206 -0
- package/lib/_shared/esm/Rule-I1w3EaZi.mjs +22 -0
- package/lib/_shared/esm/Section-COc1l3mp.mjs +20 -0
- package/lib/_shared/esm/SemanticHeading-DpEBq7pG.mjs +14 -0
- package/lib/_shared/esm/Spinner-DvngCIwx.mjs +15 -0
- package/lib/_shared/esm/Surface-C69KVzkY.mjs +51 -0
- package/lib/_shared/esm/TemplateBanner-CZSTdma0.mjs +82 -0
- package/lib/_shared/esm/Text-BAzOkkzN.mjs +28 -0
- package/lib/_shared/esm/TextInput-CZaNXVHl.mjs +159 -0
- package/lib/_shared/esm/ThemeIcon-B0n6cKRb.mjs +23 -0
- package/lib/_shared/esm/Tooltip-BpSzN3Tx.mjs +1359 -0
- package/lib/_shared/esm/VerticalSpace-BLWB02I7.mjs +25 -0
- package/lib/_shared/esm/Visible-C4eEyTBM.mjs +19 -0
- package/lib/_shared/esm/VisuallyHidden-aSQ4RA1o.mjs +13 -0
- package/lib/_shared/esm/arc-breakpoints-Br78xe-f.mjs +26 -0
- package/lib/_shared/esm/capitalise-first-letter-Cubg2CS1.mjs +6 -0
- package/lib/_shared/esm/debounce-D_Nx5go6.mjs +410 -0
- package/lib/_shared/esm/filter-attrs-v_SweZXP.mjs +13 -0
- package/lib/_shared/esm/index-5C0-U8cc.mjs +101 -0
- package/lib/_shared/esm/index-6HtUz28p.mjs +216 -0
- package/lib/_shared/esm/index-BFKdmv_g.mjs +293 -0
- package/lib/_shared/esm/index-BWkI4Dwz.mjs +393 -0
- package/lib/_shared/esm/index-Bz2JQq34.mjs +169 -0
- package/lib/_shared/esm/index-CN4hP3Wu.mjs +307 -0
- package/lib/_shared/esm/index-CWHcEz3_.mjs +2178 -0
- package/lib/_shared/esm/index-Cr6KeQLU.mjs +2188 -0
- package/lib/_shared/esm/index-DXHprNQ6.mjs +364 -0
- package/lib/_shared/esm/index-Do2wfP-X.mjs +287 -0
- package/lib/_shared/esm/index-GCEHSsY8.mjs +131 -0
- package/lib/_shared/esm/index-Spae4j7j.mjs +128 -0
- package/lib/_shared/esm/index-u47CK8Y0.mjs +76 -0
- package/lib/_shared/esm/index-vnVJe9rH.mjs +1171 -0
- package/lib/_shared/esm/index.es-f0R-yhhl.mjs +12 -0
- package/lib/_shared/esm/isSymbol-DgWNE2Tm.mjs +251 -0
- package/lib/_shared/esm/suffix-modifier-B_pO0UkF.mjs +8 -0
- package/lib/_shared/esm/tslib.es6-w7hdJ3oZ.mjs +56 -0
- package/lib/_shared/esm/use-media-query-BmsMeo2M.mjs +56 -0
- package/lib/index.cjs +28021 -0
- package/lib/index.cjs.map +1 -0
- package/lib/index.d.cts +5234 -0
- package/lib/index.d.mts +5234 -0
- package/lib/index.js.map +1 -0
- package/lib/index.mjs +27831 -0
- package/lib/index.mjs.map +1 -0
- package/lib/styles.css +3 -0
- package/lib/use-media-query/use-media-query.cjs +8 -0
- package/lib/use-media-query/use-media-query.mjs +2 -0
- package/package.json +103 -83
- package/dist/Alert/Alert.cjs.js +0 -51
- package/dist/Alert/Alert.esm.js +0 -43
- package/dist/Alert/package.json +0 -7
- package/dist/Alert/styles.css +0 -1
- package/dist/Align/Align.cjs.js +0 -32
- package/dist/Align/Align.esm.js +0 -24
- package/dist/Align/package.json +0 -7
- package/dist/Align/styles.css +0 -1
- package/dist/AppButton/AppButton.cjs.js +0 -74
- package/dist/AppButton/AppButton.esm.js +0 -66
- package/dist/AppButton/package.json +0 -7
- package/dist/AppButton/styles.css +0 -1
- package/dist/Avatar/Avatar.cjs.js +0 -17
- package/dist/Avatar/Avatar.esm.js +0 -9
- package/dist/Avatar/package.json +0 -7
- package/dist/Avatar/styles.css +0 -1
- package/dist/AvatarGroup/AvatarGroup.cjs.js +0 -37
- package/dist/AvatarGroup/AvatarGroup.esm.js +0 -29
- package/dist/AvatarGroup/package.json +0 -7
- package/dist/AvatarGroup/styles.css +0 -1
- package/dist/Badge/Badge.cjs.js +0 -12
- package/dist/Badge/Badge.esm.js +0 -4
- package/dist/Badge/package.json +0 -7
- package/dist/Badge/styles.css +0 -1
- package/dist/Box/Box.cjs.js +0 -13
- package/dist/Box/Box.esm.js +0 -5
- package/dist/Box/package.json +0 -7
- package/dist/Box/styles.css +0 -1
- package/dist/BrandLogo/BrandLogo.cjs.js +0 -13
- package/dist/BrandLogo/BrandLogo.esm.js +0 -5
- package/dist/BrandLogo/package.json +0 -7
- package/dist/BrandLogo/styles.css +0 -1
- package/dist/Breadcrumbs/Breadcrumbs.cjs.js +0 -17
- package/dist/Breadcrumbs/Breadcrumbs.esm.js +0 -9
- package/dist/Breadcrumbs/package.json +0 -7
- package/dist/Breadcrumbs/styles.css +0 -1
- package/dist/Button/Button.cjs.js +0 -15
- package/dist/Button/Button.esm.js +0 -7
- package/dist/Button/package.json +0 -7
- package/dist/Button/styles.css +0 -1
- package/dist/ButtonV2/ButtonV2.cjs.js +0 -15
- package/dist/ButtonV2/ButtonV2.esm.js +0 -7
- package/dist/ButtonV2/package.json +0 -7
- package/dist/ButtonV2/styles.css +0 -1
- package/dist/Calendar/Calendar.cjs.js +0 -21
- package/dist/Calendar/Calendar.esm.js +0 -13
- package/dist/Calendar/package.json +0 -7
- package/dist/Calendar/styles.css +0 -1
- package/dist/CardFooter/CardFooter.cjs.js +0 -17
- package/dist/CardFooter/CardFooter.esm.js +0 -9
- package/dist/CardFooter/package.json +0 -7
- package/dist/CardFooter/styles.css +0 -1
- package/dist/CardHeading/CardHeading.cjs.js +0 -14
- package/dist/CardHeading/CardHeading.esm.js +0 -6
- package/dist/CardHeading/package.json +0 -7
- package/dist/CardHeading/styles.css +0 -1
- package/dist/Carousel/Carousel.cjs.js +0 -457
- package/dist/Carousel/Carousel.esm.js +0 -431
- package/dist/Carousel/package.json +0 -7
- package/dist/Carousel/styles.css +0 -1
- package/dist/Checkbox/Checkbox.cjs.js +0 -18
- package/dist/Checkbox/Checkbox.esm.js +0 -10
- package/dist/Checkbox/package.json +0 -7
- package/dist/Checkbox/styles.css +0 -1
- package/dist/Columns/Columns.cjs.js +0 -12
- package/dist/Columns/Columns.esm.js +0 -4
- package/dist/Columns/package.json +0 -7
- package/dist/Columns/styles.css +0 -1
- package/dist/ConditionalWrapper/ConditionalWrapper.cjs.js +0 -10
- package/dist/ConditionalWrapper/ConditionalWrapper.esm.js +0 -2
- package/dist/ConditionalWrapper/package.json +0 -7
- package/dist/ContentSwitcher/ContentSwitcher.cjs.js +0 -20
- package/dist/ContentSwitcher/ContentSwitcher.esm.js +0 -12
- package/dist/ContentSwitcher/package.json +0 -7
- package/dist/ContentSwitcher/styles.css +0 -1
- package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs.js +0 -23
- package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.esm.js +0 -15
- package/dist/ContentSwitcherDropdown/package.json +0 -7
- package/dist/ContentSwitcherDropdown/styles.css +0 -1
- package/dist/DatePicker/DatePicker.cjs.js +0 -36
- package/dist/DatePicker/DatePicker.esm.js +0 -23
- package/dist/DatePicker/package.json +0 -7
- package/dist/DatePicker/styles.css +0 -1
- package/dist/Disclosure/Disclosure.cjs.js +0 -38
- package/dist/Disclosure/Disclosure.esm.js +0 -30
- package/dist/Disclosure/package.json +0 -7
- package/dist/Disclosure/styles.css +0 -1
- package/dist/DisclosureMini/DisclosureMini.cjs.js +0 -15
- package/dist/DisclosureMini/DisclosureMini.esm.js +0 -7
- package/dist/DisclosureMini/package.json +0 -7
- package/dist/DisclosureMini/styles.css +0 -1
- package/dist/Elevation/Elevation.cjs.js +0 -27
- package/dist/Elevation/Elevation.esm.js +0 -19
- package/dist/Elevation/package.json +0 -7
- package/dist/Elevation/styles.css +0 -1
- package/dist/Filter/Filter.cjs.js +0 -14
- package/dist/Filter/Filter.esm.js +0 -6
- package/dist/Filter/package.json +0 -7
- package/dist/Filter/styles.css +0 -1
- package/dist/FormControl/FormControl.cjs.js +0 -18
- package/dist/FormControl/FormControl.esm.js +0 -9
- package/dist/FormControl/package.json +0 -7
- package/dist/FormControl/styles.css +0 -1
- package/dist/Grid/Grid.cjs.js +0 -12
- package/dist/Grid/Grid.esm.js +0 -4
- package/dist/Grid/package.json +0 -7
- package/dist/Grid/styles.css +0 -1
- package/dist/Group/Group.cjs.js +0 -13
- package/dist/Group/Group.esm.js +0 -5
- package/dist/Group/package.json +0 -7
- package/dist/Group/styles.css +0 -1
- package/dist/Heading/Heading.cjs.js +0 -13
- package/dist/Heading/Heading.esm.js +0 -5
- package/dist/Heading/package.json +0 -7
- package/dist/Heading/styles.css +0 -1
- package/dist/HeroBanner/HeroBanner.cjs.js +0 -63
- package/dist/HeroBanner/HeroBanner.esm.js +0 -55
- package/dist/HeroBanner/package.json +0 -7
- package/dist/HeroBanner/styles.css +0 -1
- package/dist/HeroButton/HeroButton.cjs.js +0 -15
- package/dist/HeroButton/HeroButton.esm.js +0 -7
- package/dist/HeroButton/package.json +0 -7
- package/dist/HeroButton/styles.css +0 -1
- package/dist/Hidden/Hidden.cjs.js +0 -24
- package/dist/Hidden/Hidden.esm.js +0 -16
- package/dist/Hidden/package.json +0 -7
- package/dist/Hidden/styles.css +0 -1
- package/dist/Icon/Icon.cjs.js +0 -13
- package/dist/Icon/Icon.esm.js +0 -5
- package/dist/Icon/package.json +0 -7
- package/dist/Icon/styles.css +0 -1
- package/dist/Image/Image.cjs.js +0 -13
- package/dist/Image/Image.esm.js +0 -4
- package/dist/Image/package.json +0 -7
- package/dist/Image/styles.css +0 -1
- package/dist/ImpactCard/ImpactCard.cjs.js +0 -43
- package/dist/ImpactCard/ImpactCard.esm.js +0 -35
- package/dist/ImpactCard/package.json +0 -7
- package/dist/ImpactCard/styles.css +0 -1
- package/dist/InformationCard/InformationCard.cjs.js +0 -60
- package/dist/InformationCard/InformationCard.esm.js +0 -52
- package/dist/InformationCard/package.json +0 -7
- package/dist/InformationCard/styles.css +0 -1
- package/dist/Link/Link.cjs.js +0 -75
- package/dist/Link/Link.esm.js +0 -67
- package/dist/Link/package.json +0 -7
- package/dist/Link/styles.css +0 -1
- package/dist/Markup/Markup.cjs.js +0 -27
- package/dist/Markup/Markup.esm.js +0 -19
- package/dist/Markup/package.json +0 -7
- package/dist/Markup/styles.css +0 -1
- package/dist/MediaCard/MediaCard.cjs.js +0 -26
- package/dist/MediaCard/MediaCard.esm.js +0 -18
- package/dist/MediaCard/package.json +0 -7
- package/dist/MediaCard/styles.css +0 -1
- package/dist/Modal/Modal.cjs.js +0 -393
- package/dist/Modal/Modal.esm.js +0 -367
- package/dist/Modal/package.json +0 -7
- package/dist/Modal/styles.css +0 -1
- package/dist/Pagination/Pagination.cjs.js +0 -81
- package/dist/Pagination/Pagination.esm.js +0 -73
- package/dist/Pagination/package.json +0 -7
- package/dist/Pagination/styles.css +0 -1
- package/dist/PaginationSimple/PaginationSimple.cjs.js +0 -41
- package/dist/PaginationSimple/PaginationSimple.esm.js +0 -33
- package/dist/PaginationSimple/package.json +0 -7
- package/dist/PaginationSimple/styles.css +0 -1
- package/dist/Poster/Poster.cjs.js +0 -14
- package/dist/Poster/Poster.esm.js +0 -6
- package/dist/Poster/package.json +0 -7
- package/dist/Poster/styles.css +0 -1
- package/dist/ProgressBar/ProgressBar.cjs.js +0 -69
- package/dist/ProgressBar/ProgressBar.esm.js +0 -61
- package/dist/ProgressBar/package.json +0 -7
- package/dist/ProgressBar/styles.css +0 -1
- package/dist/ProgressStepper/ProgressStepper.cjs.js +0 -15
- package/dist/ProgressStepper/ProgressStepper.esm.js +0 -7
- package/dist/ProgressStepper/package.json +0 -7
- package/dist/ProgressStepper/styles.css +0 -1
- package/dist/RadioGroup/RadioGroup.cjs.js +0 -19
- package/dist/RadioGroup/RadioGroup.esm.js +0 -10
- package/dist/RadioGroup/package.json +0 -7
- package/dist/RadioGroup/styles.css +0 -1
- package/dist/Rule/Rule.cjs.js +0 -29
- package/dist/Rule/Rule.esm.js +0 -21
- package/dist/Rule/package.json +0 -7
- package/dist/Rule/styles.css +0 -1
- package/dist/ScrollToTop/ScrollToTop.cjs.js +0 -50
- package/dist/ScrollToTop/ScrollToTop.esm.js +0 -42
- package/dist/ScrollToTop/package.json +0 -7
- package/dist/ScrollToTop/styles.css +0 -1
- package/dist/Section/Section.cjs.js +0 -12
- package/dist/Section/Section.esm.js +0 -4
- package/dist/Section/package.json +0 -7
- package/dist/Section/styles.css +0 -1
- package/dist/Select/Select.cjs.js +0 -88
- package/dist/Select/Select.esm.js +0 -80
- package/dist/Select/package.json +0 -7
- package/dist/Select/styles.css +0 -1
- package/dist/SiteFooter/SiteFooter.cjs.js +0 -19
- package/dist/SiteFooter/SiteFooter.esm.js +0 -11
- package/dist/SiteFooter/package.json +0 -7
- package/dist/SiteFooter/styles.css +0 -1
- package/dist/SiteHeaderV2/SiteHeaderV2.cjs.js +0 -23
- package/dist/SiteHeaderV2/SiteHeaderV2.esm.js +0 -15
- package/dist/SiteHeaderV2/package.json +0 -7
- package/dist/SiteHeaderV2/styles.css +0 -1
- package/dist/SkipLink/SkipLink.cjs.js +0 -24
- package/dist/SkipLink/SkipLink.esm.js +0 -16
- package/dist/SkipLink/package.json +0 -7
- package/dist/SkipLink/styles.css +0 -1
- package/dist/Spinner/Spinner.cjs.js +0 -12
- package/dist/Spinner/Spinner.esm.js +0 -4
- package/dist/Spinner/package.json +0 -7
- package/dist/Spinner/styles.css +0 -1
- package/dist/Surface/Surface.cjs.js +0 -15
- package/dist/Surface/Surface.esm.js +0 -4
- package/dist/Surface/package.json +0 -7
- package/dist/Surface/styles.css +0 -1
- package/dist/Switch/Switch.cjs.js +0 -164
- package/dist/Switch/Switch.esm.js +0 -156
- package/dist/Switch/package.json +0 -7
- package/dist/Switch/styles.css +0 -1
- package/dist/Tabs/Tabs.cjs.js +0 -21
- package/dist/Tabs/Tabs.esm.js +0 -13
- package/dist/Tabs/package.json +0 -7
- package/dist/Tabs/styles.css +0 -1
- package/dist/Tag/Tag.cjs.js +0 -84
- package/dist/Tag/Tag.esm.js +0 -76
- package/dist/Tag/package.json +0 -7
- package/dist/Tag/styles.css +0 -1
- package/dist/Text/Text.cjs.js +0 -13
- package/dist/Text/Text.esm.js +0 -5
- package/dist/Text/package.json +0 -7
- package/dist/Text/styles.css +0 -1
- package/dist/TextArea/TextArea.cjs.js +0 -115
- package/dist/TextArea/TextArea.esm.js +0 -107
- package/dist/TextArea/package.json +0 -7
- package/dist/TextArea/styles.css +0 -1
- package/dist/TextInput/TextInput.cjs.js +0 -19
- package/dist/TextInput/TextInput.esm.js +0 -11
- package/dist/TextInput/package.json +0 -7
- package/dist/TextInput/styles.css +0 -1
- package/dist/Theme/Theme.cjs.js +0 -30
- package/dist/Theme/Theme.esm.js +0 -21
- package/dist/Theme/package.json +0 -7
- package/dist/Theme/styles.css +0 -1
- package/dist/ThemeIcon/ThemeIcon.cjs.js +0 -13
- package/dist/ThemeIcon/ThemeIcon.esm.js +0 -5
- package/dist/ThemeIcon/package.json +0 -7
- package/dist/ThemeIcon/styles.css +0 -1
- package/dist/Toast/Toast.cjs.js +0 -19
- package/dist/Toast/Toast.esm.js +0 -11
- package/dist/Toast/package.json +0 -7
- package/dist/Toast/styles.css +0 -1
- package/dist/Truncate/Truncate.cjs.js +0 -18
- package/dist/Truncate/Truncate.esm.js +0 -10
- package/dist/Truncate/package.json +0 -7
- package/dist/Truncate/styles.css +0 -1
- package/dist/TypographyCard/TypographyCard.cjs.js +0 -40
- package/dist/TypographyCard/TypographyCard.esm.js +0 -32
- package/dist/TypographyCard/package.json +0 -7
- package/dist/TypographyCard/styles.css +0 -1
- package/dist/UniversalHeader/UniversalHeader.cjs.js +0 -13
- package/dist/UniversalHeader/UniversalHeader.esm.js +0 -5
- package/dist/UniversalHeader/package.json +0 -7
- package/dist/UniversalHeader/styles.css +0 -1
- package/dist/VerticalSpace/VerticalSpace.cjs.js +0 -12
- package/dist/VerticalSpace/VerticalSpace.esm.js +0 -4
- package/dist/VerticalSpace/package.json +0 -7
- package/dist/VerticalSpace/styles.css +0 -1
- package/dist/VideoPlayer/VideoPlayer.cjs.js +0 -3012
- package/dist/VideoPlayer/VideoPlayer.esm.js +0 -3004
- package/dist/VideoPlayer/package.json +0 -7
- package/dist/VideoPlayer/styles.css +0 -1
- package/dist/Visible/Visible.cjs.js +0 -24
- package/dist/Visible/Visible.esm.js +0 -16
- package/dist/Visible/package.json +0 -7
- package/dist/Visible/styles.css +0 -1
- package/dist/VisuallyHidden/VisuallyHidden.cjs.js +0 -11
- package/dist/VisuallyHidden/VisuallyHidden.esm.js +0 -3
- package/dist/VisuallyHidden/package.json +0 -7
- package/dist/VisuallyHidden/styles.css +0 -1
- package/dist/_shared/cjs/Avatar-e6ba0881.js +0 -48
- package/dist/_shared/cjs/Badge-1f86304b.js +0 -17
- package/dist/_shared/cjs/Box-d177ee32.js +0 -29
- package/dist/_shared/cjs/BrandLogo-d4a6fd05.js +0 -30
- package/dist/_shared/cjs/Breadcrumbs-ca30086e.js +0 -103
- package/dist/_shared/cjs/BtIconArrowRight.esm-6053bb79.js +0 -30
- package/dist/_shared/cjs/BtIconChevronRightMid.esm-3e8d18a9.js +0 -28
- package/dist/_shared/cjs/BtIconPlayFill.esm-b8997cfc.js +0 -30
- package/dist/_shared/cjs/Button-a2150286.js +0 -53
- package/dist/_shared/cjs/ButtonV2-7c437d1a.js +0 -53
- package/dist/_shared/cjs/Calendar-9b4b01c8.js +0 -1927
- package/dist/_shared/cjs/CardFooter-68235081.js +0 -79
- package/dist/_shared/cjs/CardHeading-88edadd4.js +0 -16
- package/dist/_shared/cjs/Checkbox-f6712cc5.js +0 -70
- package/dist/_shared/cjs/Columns-5c6bab74.js +0 -48
- package/dist/_shared/cjs/Combination-854a36ce.js +0 -1203
- package/dist/_shared/cjs/ConditionalWrapper-bf944594.js +0 -14
- package/dist/_shared/cjs/ContentSwitcher-88b00e11.js +0 -98
- package/dist/_shared/cjs/ContentSwitcherDropdown-ba5330ed.js +0 -47
- package/dist/_shared/cjs/DatePicker-61d66a55.js +0 -956
- package/dist/_shared/cjs/DisclosureMini-a46a4838.js +0 -41
- package/dist/_shared/cjs/Filter-b6ca2a39.js +0 -125
- package/dist/_shared/cjs/FormControl-0fba93b8.js +0 -111
- package/dist/_shared/cjs/Grid-69ed0e5c.js +0 -45
- package/dist/_shared/cjs/Group-7e6b78c9.js +0 -40
- package/dist/_shared/cjs/Heading-25d11688.js +0 -39
- package/dist/_shared/cjs/HeroButton-19814c26.js +0 -126
- package/dist/_shared/cjs/Icon-08447959.js +0 -47
- package/dist/_shared/cjs/Image-c8969ad9.js +0 -55
- package/dist/_shared/cjs/MediaCard-7bbe8aa0.js +0 -65
- package/dist/_shared/cjs/Poster-96aa286e.js +0 -45
- package/dist/_shared/cjs/Preview-0bf3f6e8.js +0 -167
- package/dist/_shared/cjs/ProgressStepper-c59ec56c.js +0 -97
- package/dist/_shared/cjs/RadioGroup-11f4b232.js +0 -85
- package/dist/_shared/cjs/Section-46646353.js +0 -23
- package/dist/_shared/cjs/SiteFooter-d839f66a.js +0 -70
- package/dist/_shared/cjs/SiteHeaderV2-3793453c.js +0 -687
- package/dist/_shared/cjs/Spinner-56122c43.js +0 -24
- package/dist/_shared/cjs/Surface-1b5c2ac8.js +0 -175
- package/dist/_shared/cjs/Tabs-30a12f1a.js +0 -93
- package/dist/_shared/cjs/Text-c187d9ef.js +0 -31
- package/dist/_shared/cjs/TextInput-d39f5a80.js +0 -103
- package/dist/_shared/cjs/ThemeIcon-7f537bd2.js +0 -26
- package/dist/_shared/cjs/Toast-35c83925.js +0 -965
- package/dist/_shared/cjs/UniversalHeader-f9ef793f.js +0 -29
- package/dist/_shared/cjs/VerticalSpace-973deefe.js +0 -29
- package/dist/_shared/cjs/VisuallyHidden-25393f58.js +0 -18
- package/dist/_shared/cjs/_commonjsHelpers-56412ec5.js +0 -21
- package/dist/_shared/cjs/component-4e71e3d3.js +0 -505
- package/dist/_shared/cjs/debounce-a74c28cf.js +0 -544
- package/dist/_shared/cjs/floating-ui.react-dom-08b8b87c.js +0 -1908
- package/dist/_shared/cjs/index-1e7a1fce.js +0 -379
- package/dist/_shared/cjs/index-28fbfd5b.js +0 -2206
- package/dist/_shared/cjs/index-2bf59363.js +0 -44
- package/dist/_shared/cjs/index-527f962b.js +0 -131
- package/dist/_shared/cjs/index-76f7dd53.js +0 -380
- package/dist/_shared/cjs/index-879e71ee.js +0 -47
- package/dist/_shared/cjs/index-89c323a4.js +0 -2204
- package/dist/_shared/cjs/index-9947ac13.js +0 -64
- package/dist/_shared/cjs/index-ba3141f5.js +0 -72
- package/dist/_shared/cjs/index-dbc843d3.js +0 -97
- package/dist/_shared/cjs/index.es-c26e8978.js +0 -201
- package/dist/_shared/cjs/index.es-f23456fa.js +0 -13
- package/dist/_shared/cjs/use-media-query-d34c83b9.js +0 -41
- package/dist/_shared/esm/Avatar-3537bca7.js +0 -42
- package/dist/_shared/esm/Badge-7bc80706.js +0 -11
- package/dist/_shared/esm/Box-557fb3b1.js +0 -23
- package/dist/_shared/esm/BrandLogo-45d0d795.js +0 -24
- package/dist/_shared/esm/Breadcrumbs-bcf9ca79.js +0 -97
- package/dist/_shared/esm/BtIconArrowRight.esm-93da96bb.js +0 -24
- package/dist/_shared/esm/BtIconChevronRightMid.esm-4764708f.js +0 -22
- package/dist/_shared/esm/BtIconPlayFill.esm-05fc0344.js +0 -24
- package/dist/_shared/esm/Button-0506afa7.js +0 -47
- package/dist/_shared/esm/ButtonV2-c83db10c.js +0 -47
- package/dist/_shared/esm/Calendar-34b10bd5.js +0 -1918
- package/dist/_shared/esm/CardFooter-bf886438.js +0 -73
- package/dist/_shared/esm/CardHeading-c65f9fb2.js +0 -10
- package/dist/_shared/esm/Checkbox-8195c42c.js +0 -64
- package/dist/_shared/esm/Columns-9aa5df4a.js +0 -42
- package/dist/_shared/esm/Combination-2af75870.js +0 -1163
- package/dist/_shared/esm/ConditionalWrapper-b85979de.js +0 -8
- package/dist/_shared/esm/ContentSwitcher-bae1f0a7.js +0 -92
- package/dist/_shared/esm/ContentSwitcherDropdown-65291c09.js +0 -41
- package/dist/_shared/esm/DatePicker-aafbdea8.js +0 -927
- package/dist/_shared/esm/DisclosureMini-f6d8c9bc.js +0 -35
- package/dist/_shared/esm/Filter-a5bf3fe3.js +0 -119
- package/dist/_shared/esm/FormControl-ff671eb8.js +0 -103
- package/dist/_shared/esm/Grid-727d05d6.js +0 -39
- package/dist/_shared/esm/Group-c4f6c745.js +0 -34
- package/dist/_shared/esm/Heading-0a8d3545.js +0 -33
- package/dist/_shared/esm/HeroButton-a98767b7.js +0 -120
- package/dist/_shared/esm/Icon-a5cb17de.js +0 -41
- package/dist/_shared/esm/Image-c1dc10b5.js +0 -48
- package/dist/_shared/esm/MediaCard-fdc76670.js +0 -59
- package/dist/_shared/esm/Poster-dc3d7ee8.js +0 -39
- package/dist/_shared/esm/Preview-43b2a75d.js +0 -161
- package/dist/_shared/esm/ProgressStepper-427f24e3.js +0 -91
- package/dist/_shared/esm/RadioGroup-5b654bee.js +0 -78
- package/dist/_shared/esm/Section-c1dc6e37.js +0 -17
- package/dist/_shared/esm/SiteFooter-1cdba967.js +0 -64
- package/dist/_shared/esm/SiteHeaderV2-743847f6.js +0 -681
- package/dist/_shared/esm/Spinner-6704017c.js +0 -18
- package/dist/_shared/esm/Surface-0af6a69a.js +0 -165
- package/dist/_shared/esm/Tabs-d360207d.js +0 -87
- package/dist/_shared/esm/Text-df93be85.js +0 -25
- package/dist/_shared/esm/TextInput-7ab39a54.js +0 -96
- package/dist/_shared/esm/ThemeIcon-e1e19266.js +0 -20
- package/dist/_shared/esm/Toast-abd517c8.js +0 -958
- package/dist/_shared/esm/UniversalHeader-8ebc5322.js +0 -23
- package/dist/_shared/esm/VerticalSpace-6a3533db.js +0 -23
- package/dist/_shared/esm/VisuallyHidden-cf45ac18.js +0 -12
- package/dist/_shared/esm/_commonjsHelpers-0109d574.js +0 -18
- package/dist/_shared/esm/component-3e60a45e.js +0 -476
- package/dist/_shared/esm/debounce-c8e41002.js +0 -542
- package/dist/_shared/esm/floating-ui.react-dom-1bb71aae.js +0 -1878
- package/dist/_shared/esm/index-14c7f4da.js +0 -91
- package/dist/_shared/esm/index-2e73c2e9.js +0 -62
- package/dist/_shared/esm/index-57d4cb34.js +0 -369
- package/dist/_shared/esm/index-89a7c31c.js +0 -374
- package/dist/_shared/esm/index-ac50b180.js +0 -69
- package/dist/_shared/esm/index-afbf540d.js +0 -2169
- package/dist/_shared/esm/index-b9923ee4.js +0 -25
- package/dist/_shared/esm/index-ce6dee84.js +0 -2197
- package/dist/_shared/esm/index-e969452b.js +0 -41
- package/dist/_shared/esm/index-f2ddcbe2.js +0 -129
- package/dist/_shared/esm/index.es-5496ec12.js +0 -196
- package/dist/_shared/esm/index.es-932db59a.js +0 -9
- package/dist/_shared/esm/use-media-query-d3622da8.js +0 -39
- package/dist/index.es.js +0 -20394
- package/dist/index.es.js.map +0 -1
- package/dist/index.js +0 -20486
- package/dist/index.js.map +0 -1
- package/dist/styles.css +0 -15
- package/dist/types/components/Alert/Alert.d.ts +0 -54
- package/dist/types/components/Alert/index.d.ts +0 -1
- package/dist/types/components/Align/Align.d.ts +0 -30
- package/dist/types/components/Align/index.d.ts +0 -1
- package/dist/types/components/AppButton/AppButton.d.ts +0 -9
- package/dist/types/components/AppButton/icons/AppStore.d.ts +0 -2
- package/dist/types/components/AppButton/icons/GooglePlay.d.ts +0 -2
- package/dist/types/components/AppButton/index.d.ts +0 -1
- package/dist/types/components/Avatar/Avatar.d.ts +0 -14
- package/dist/types/components/Avatar/components/AvatarContent/AvatarContent.d.ts +0 -9
- package/dist/types/components/Avatar/index.d.ts +0 -1
- package/dist/types/components/Avatar/types/avatar-icon-size.d.ts +0 -1
- package/dist/types/components/Avatar/types/avatar-image.d.ts +0 -2
- package/dist/types/components/Avatar/types/avatar-size.d.ts +0 -1
- package/dist/types/components/Avatar/types/avatar-text-size.d.ts +0 -2
- package/dist/types/components/AvatarGroup/AvatarGroup.d.ts +0 -14
- package/dist/types/components/AvatarGroup/index.d.ts +0 -1
- package/dist/types/components/AvatarGroup/types/group-avatar.d.ts +0 -2
- package/dist/types/components/AvatarGroup/utils/get-avatars.d.ts +0 -2
- package/dist/types/components/Badge/Badge.d.ts +0 -21
- package/dist/types/components/Badge/index.d.ts +0 -1
- package/dist/types/components/Box/Box.d.ts +0 -40
- package/dist/types/components/Box/index.d.ts +0 -1
- package/dist/types/components/BrandLogo/BrandLogo.d.ts +0 -25
- package/dist/types/components/BrandLogo/index.d.ts +0 -1
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +0 -18
- package/dist/types/components/Breadcrumbs/BreadcrumbsItem/BreadcrumbsItem.d.ts +0 -17
- package/dist/types/components/Breadcrumbs/BreadcrumbsLink/BreadcrumbsLink.d.ts +0 -29
- package/dist/types/components/Breadcrumbs/index.d.ts +0 -1
- package/dist/types/components/Button/Button.d.ts +0 -104
- package/dist/types/components/Button/index.d.ts +0 -1
- package/dist/types/components/ButtonV2/ButtonV2.d.ts +0 -79
- package/dist/types/components/ButtonV2/index.d.ts +0 -1
- package/dist/types/components/Calendar/Calendar.d.ts +0 -50
- package/dist/types/components/Calendar/Calendar.provider.d.ts +0 -21
- package/dist/types/components/Calendar/components/CalendarDateSelect/CalendarDateSelect.d.ts +0 -15
- package/dist/types/components/Calendar/components/CalendarDateSelect/index.d.ts +0 -1
- package/dist/types/components/Calendar/components/CalendarDayGrid/CalendarDayGrid.d.ts +0 -6
- package/dist/types/components/Calendar/components/CalendarDayGrid/index.d.ts +0 -1
- package/dist/types/components/Calendar/components/CalendarDayNumber/CalendarDayNumber.d.ts +0 -8
- package/dist/types/components/Calendar/components/CalendarDayNumber/index.d.ts +0 -1
- package/dist/types/components/Calendar/components/CalendarDoubleMonthView/CalendarDoubleMonthView.d.ts +0 -9
- package/dist/types/components/Calendar/components/CalendarDoubleMonthView/index.d.ts +0 -1
- package/dist/types/components/Calendar/components/CalendarFooter/CalendarFooter.d.ts +0 -6
- package/dist/types/components/Calendar/components/CalendarFooter/index.d.ts +0 -1
- package/dist/types/components/Calendar/components/CalendarMonthView/CalendarMonthView.d.ts +0 -9
- package/dist/types/components/Calendar/components/CalendarMonthView/index.d.ts +0 -1
- package/dist/types/components/Calendar/components/CalendarMonthYearView/CalendarMonthYearView.d.ts +0 -11
- package/dist/types/components/Calendar/components/CalendarMonthYearView/index.d.ts +0 -1
- package/dist/types/components/Calendar/components/CalendarNavButton/CalendarNavButton.d.ts +0 -10
- package/dist/types/components/Calendar/components/CalendarNavButton/index.d.ts +0 -1
- package/dist/types/components/Calendar/components/CalendarWrapper/CalendarWrapper.d.ts +0 -5
- package/dist/types/components/Calendar/components/CalendarWrapper/index.d.ts +0 -1
- package/dist/types/components/Calendar/components/index.d.ts +0 -6
- package/dist/types/components/Calendar/constants/day-names.d.ts +0 -5
- package/dist/types/components/Calendar/constants/index.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/contains-date.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/contains-date.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/date-without-time.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/date-without-time.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/get-calendar-type.d.ts +0 -2
- package/dist/types/components/Calendar/helpers/get-calendar-type.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/get-dates-in-month.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/get-dates-in-month.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/get-double-month-display-range.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/get-double-month-display-range.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/get-focus-date.d.ts +0 -5
- package/dist/types/components/Calendar/helpers/get-focus-date.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/get-highlighted-range.d.ts +0 -6
- package/dist/types/components/Calendar/helpers/get-highlighted-range.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/get-keydown-date.d.ts +0 -6
- package/dist/types/components/Calendar/helpers/get-keydown-date.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/index.d.ts +0 -13
- package/dist/types/components/Calendar/helpers/is-day.d.ts +0 -2
- package/dist/types/components/Calendar/helpers/is-day.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/is-disabled-date.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/is-disabled-date.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/is-month-after-max-date.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/is-month-after-max-date.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/is-month-before-min-date.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/is-month-before-min-date.test.d.ts +0 -1
- package/dist/types/components/Calendar/helpers/process-selected-range.d.ts +0 -9
- package/dist/types/components/Calendar/helpers/process-selected-range.test.d.ts +0 -1
- package/dist/types/components/Calendar/index.d.ts +0 -2
- package/dist/types/components/Calendar/state/handlers/calendar-keydown-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/day-grid-leave-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/day-number-select-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/default-handler.d.ts +0 -2
- package/dist/types/components/Calendar/state/handlers/dropdown-change-month-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/dropdown-change-year-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/highlight-range-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/index.d.ts +0 -12
- package/dist/types/components/Calendar/state/handlers/range-select-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/show-next-double-month-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/show-next-month-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/show-previous-double-month-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/handlers/show-previous-month-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/index.d.ts +0 -2
- package/dist/types/components/Calendar/state/reducer.d.ts +0 -3
- package/dist/types/components/Calendar/state/reducer.test.d.ts +0 -1
- package/dist/types/components/Calendar/state/types/actions.d.ts +0 -81
- package/dist/types/components/Calendar/state/types/state-handler.d.ts +0 -3
- package/dist/types/components/Calendar/state/types/state.d.ts +0 -5
- package/dist/types/components/Calendar/types/calendar-type.d.ts +0 -1
- package/dist/types/components/Calendar/types/date-select-value.d.ts +0 -2
- package/dist/types/components/Calendar/types/index.d.ts +0 -6
- package/dist/types/components/Calendar/types/key-names.d.ts +0 -13
- package/dist/types/components/Calendar/types/range-selection.d.ts +0 -10
- package/dist/types/components/Calendar/types/selection-type.d.ts +0 -1
- package/dist/types/components/Calendar/types/week-days.d.ts +0 -18
- package/dist/types/components/CardFooter/CardFooter.d.ts +0 -11
- package/dist/types/components/CardFooter/index.d.ts +0 -1
- package/dist/types/components/CardHeading/CardHeading.d.ts +0 -19
- package/dist/types/components/CardHeading/index.d.ts +0 -1
- package/dist/types/components/Carousel/Carousel.d.ts +0 -12
- package/dist/types/components/Carousel/helpers/get-slide-config.d.ts +0 -4
- package/dist/types/components/Carousel/helpers/get-slider-position.d.ts +0 -9
- package/dist/types/components/Carousel/helpers/is-last-slide.d.ts +0 -2
- package/dist/types/components/Carousel/helpers/is-slide-hidden.d.ts +0 -2
- package/dist/types/components/Carousel/hooks/use-slides.d.ts +0 -18
- package/dist/types/components/Carousel/index.d.ts +0 -1
- package/dist/types/components/Carousel/types/breakpoints.d.ts +0 -1
- package/dist/types/components/Carousel/types/responsive.d.ts +0 -3
- package/dist/types/components/Carousel/types/screen-sizes.d.ts +0 -2
- package/dist/types/components/Carousel/types/slide-config.d.ts +0 -5
- package/dist/types/components/Carousel/types/slide.d.ts +0 -4
- package/dist/types/components/Checkbox/Checkbox.d.ts +0 -66
- package/dist/types/components/Checkbox/index.d.ts +0 -1
- package/dist/types/components/Columns/Columns.d.ts +0 -76
- package/dist/types/components/Columns/index.d.ts +0 -1
- package/dist/types/components/ConditionalWrapper/ConditionalWrapper.d.ts +0 -7
- package/dist/types/components/ConditionalWrapper/index.d.ts +0 -1
- package/dist/types/components/ContentSwitcher/ContentSwitcher.d.ts +0 -28
- package/dist/types/components/ContentSwitcher/ContentSwitcherContent/ContentSwitcherContent.d.ts +0 -12
- package/dist/types/components/ContentSwitcher/ContentSwitcherContent/index.d.ts +0 -1
- package/dist/types/components/ContentSwitcher/ContentSwitcherList/ContentSwitcherList.d.ts +0 -24
- package/dist/types/components/ContentSwitcher/ContentSwitcherList/index.d.ts +0 -1
- package/dist/types/components/ContentSwitcher/ContentSwitcherTab/ContentSwitcherTab.d.ts +0 -17
- package/dist/types/components/ContentSwitcher/ContentSwitcherTab/index.d.ts +0 -1
- package/dist/types/components/ContentSwitcher/index.d.ts +0 -1
- package/dist/types/components/ContentSwitcherDropdown/ContentSwitcherDropdown.d.ts +0 -37
- package/dist/types/components/ContentSwitcherDropdown/index.d.ts +0 -1
- package/dist/types/components/DatePicker/DatePicker.d.ts +0 -20
- package/dist/types/components/DatePicker/constants/date-format.d.ts +0 -1
- package/dist/types/components/DatePicker/constants/index.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/convert-date-string-to-date.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/convert-date-string-to-date.test.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/convert-range-string-to-dates.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/convert-range-string-to-dates.test.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/format-date.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/format-date.test.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/index.d.ts +0 -8
- package/dist/types/components/DatePicker/helpers/is-date-valid.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/is-date-valid.test.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/is-disabled-date.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/is-disabled-date.test.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/is-range-valid.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/is-range-valid.test.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/parse-date-string.d.ts +0 -5
- package/dist/types/components/DatePicker/helpers/parse-date-string.test.d.ts +0 -1
- package/dist/types/components/DatePicker/helpers/parse-range-string.d.ts +0 -14
- package/dist/types/components/DatePicker/helpers/parse-range-string.test.d.ts +0 -1
- package/dist/types/components/DatePicker/index.d.ts +0 -6
- package/dist/types/components/Disclosure/Disclosure.d.ts +0 -29
- package/dist/types/components/Disclosure/index.d.ts +0 -1
- package/dist/types/components/DisclosureMini/DisclosureMini.d.ts +0 -35
- package/dist/types/components/DisclosureMini/index.d.ts +0 -1
- package/dist/types/components/Elevation/Elevation.d.ts +0 -19
- package/dist/types/components/Elevation/index.d.ts +0 -1
- package/dist/types/components/Filter/Filter.d.ts +0 -38
- package/dist/types/components/Filter/FilterControls/FilterControl/FilterControl.d.ts +0 -16
- package/dist/types/components/Filter/FilterControls/FilterControls.d.ts +0 -12
- package/dist/types/components/Filter/FilterItems/FilterItem/FilterItem.d.ts +0 -12
- package/dist/types/components/Filter/FilterItems/FilterItems.d.ts +0 -16
- package/dist/types/components/Filter/index.d.ts +0 -1
- package/dist/types/components/FormControl/FormControl.d.ts +0 -79
- package/dist/types/components/FormControl/index.d.ts +0 -1
- package/dist/types/components/Grid/Grid.constants.d.ts +0 -1
- package/dist/types/components/Grid/Grid.d.ts +0 -28
- package/dist/types/components/Grid/Grid.types.d.ts +0 -10
- package/dist/types/components/Grid/components/Col/Col.d.ts +0 -10
- package/dist/types/components/Grid/components/Col/index.d.ts +0 -1
- package/dist/types/components/Grid/components/Row/Row.d.ts +0 -10
- package/dist/types/components/Grid/components/Row/index.d.ts +0 -1
- package/dist/types/components/Grid/index.d.ts +0 -2
- package/dist/types/components/Group/Group.d.ts +0 -45
- package/dist/types/components/Group/GroupItem/GroupItem.d.ts +0 -17
- package/dist/types/components/Group/index.d.ts +0 -1
- package/dist/types/components/Heading/Heading.d.ts +0 -49
- package/dist/types/components/Heading/index.d.ts +0 -1
- package/dist/types/components/HeroBanner/HeroBanner.d.ts +0 -52
- package/dist/types/components/HeroBanner/index.d.ts +0 -1
- package/dist/types/components/HeroButton/HeroButton.d.ts +0 -66
- package/dist/types/components/HeroButton/index.d.ts +0 -1
- package/dist/types/components/Hidden/Hidden.d.ts +0 -11
- package/dist/types/components/Hidden/index.d.ts +0 -1
- package/dist/types/components/Icon/Icon.d.ts +0 -37
- package/dist/types/components/Icon/index.d.ts +0 -1
- package/dist/types/components/Image/Image.d.ts +0 -97
- package/dist/types/components/Image/index.d.ts +0 -1
- package/dist/types/components/ImpactCard/ImpactCard.d.ts +0 -58
- package/dist/types/components/ImpactCard/index.d.ts +0 -1
- package/dist/types/components/InformationCard/InformationCard.d.ts +0 -62
- package/dist/types/components/InformationCard/index.d.ts +0 -1
- package/dist/types/components/Link/Link.d.ts +0 -52
- package/dist/types/components/Link/index.d.ts +0 -1
- package/dist/types/components/Markup/Markup.d.ts +0 -15
- package/dist/types/components/Markup/index.d.ts +0 -1
- package/dist/types/components/MediaCard/MediaCard.d.ts +0 -56
- package/dist/types/components/MediaCard/index.d.ts +0 -1
- package/dist/types/components/MediaCard/types/index.d.ts +0 -2
- package/dist/types/components/MediaCard/types/media-card-image.d.ts +0 -4
- package/dist/types/components/MediaCard/types/media-card-video.d.ts +0 -4
- package/dist/types/components/Modal/Modal.d.ts +0 -50
- package/dist/types/components/Modal/index.d.ts +0 -1
- package/dist/types/components/Pagination/Pagination.d.ts +0 -19
- package/dist/types/components/Pagination/index.d.ts +0 -1
- package/dist/types/components/PaginationSimple/PaginationSimple.d.ts +0 -35
- package/dist/types/components/PaginationSimple/index.d.ts +0 -1
- package/dist/types/components/Poster/Poster.d.ts +0 -29
- package/dist/types/components/Poster/PosterImage.d.ts +0 -34
- package/dist/types/components/Poster/PosterVideo.d.ts +0 -21
- package/dist/types/components/Poster/index.d.ts +0 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +0 -50
- package/dist/types/components/ProgressBar/constants/progress-bar-icon-map.d.ts +0 -3
- package/dist/types/components/ProgressBar/index.d.ts +0 -1
- package/dist/types/components/ProgressBar/types/progress-bar-icons.d.ts +0 -1
- package/dist/types/components/ProgressBar/types/progress-bar-state.d.ts +0 -1
- package/dist/types/components/ProgressBar/utils/get-progress-bar-props.d.ts +0 -1
- package/dist/types/components/ProgressStepper/ProgressStepper.d.ts +0 -28
- package/dist/types/components/ProgressStepper/ProgressStepperItem/ProgressStepperItem.d.ts +0 -58
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Complete.d.ts +0 -2
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Current.d.ts +0 -2
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Error.d.ts +0 -2
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Warning.d.ts +0 -2
- package/dist/types/components/ProgressStepper/index.d.ts +0 -1
- package/dist/types/components/ProgressStepper/progressStatus.d.ts +0 -1
- package/dist/types/components/RadioGroup/RadioButton/RadioButton.d.ts +0 -21
- package/dist/types/components/RadioGroup/RadioButton/index.d.ts +0 -1
- package/dist/types/components/RadioGroup/RadioButtonGroupInput/RadioButtonGroupInput.d.ts +0 -36
- package/dist/types/components/RadioGroup/RadioButtonGroupInput/index.d.ts +0 -1
- package/dist/types/components/RadioGroup/RadioGroup.d.ts +0 -66
- package/dist/types/components/RadioGroup/context.d.ts +0 -14
- package/dist/types/components/RadioGroup/index.d.ts +0 -2
- package/dist/types/components/Rule/Rule.d.ts +0 -8
- package/dist/types/components/Rule/index.d.ts +0 -1
- package/dist/types/components/ScrollToTop/ScrollToTop.d.ts +0 -24
- package/dist/types/components/ScrollToTop/index.d.ts +0 -1
- package/dist/types/components/Section/Section.d.ts +0 -20
- package/dist/types/components/Section/index.d.ts +0 -1
- package/dist/types/components/Select/Select.d.ts +0 -77
- package/dist/types/components/Select/index.d.ts +0 -1
- package/dist/types/components/SiteFooter/SiteFooter.d.ts +0 -57
- package/dist/types/components/SiteFooter/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/SiteHeaderV2.d.ts +0 -82
- package/dist/types/components/SiteHeaderV2/components/BackButton/BackButton.d.ts +0 -6
- package/dist/types/components/SiteHeaderV2/components/BackButton/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/Column/Column.d.ts +0 -8
- package/dist/types/components/SiteHeaderV2/components/Column/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/HorizontalPanel/HorizontalPanel.d.ts +0 -13
- package/dist/types/components/SiteHeaderV2/components/HorizontalPanel/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/Item/Item.d.ts +0 -20
- package/dist/types/components/SiteHeaderV2/components/Item/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/ItemGroup/ItemGroup.d.ts +0 -27
- package/dist/types/components/SiteHeaderV2/components/ItemGroup/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/MenuButton/MenuButton.d.ts +0 -6
- package/dist/types/components/SiteHeaderV2/components/MenuButton/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/NavItem/NavItem.d.ts +0 -41
- package/dist/types/components/SiteHeaderV2/components/NavItem/NavItemWithSubNav.d.ts +0 -56
- package/dist/types/components/SiteHeaderV2/components/NavItem/index.d.ts +0 -2
- package/dist/types/components/SiteHeaderV2/components/NodeItem/NodeItem.d.ts +0 -8
- package/dist/types/components/SiteHeaderV2/components/Panel/Panel.d.ts +0 -28
- package/dist/types/components/SiteHeaderV2/components/Panel/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/SubNavItem/SubNavItem.d.ts +0 -45
- package/dist/types/components/SiteHeaderV2/components/SubNavItem/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/VerticalDivider/VerticalDivider.d.ts +0 -2
- package/dist/types/components/SiteHeaderV2/components/VerticalDivider/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/index.d.ts +0 -1
- package/dist/types/components/SkipLink/SkipLink.d.ts +0 -12
- package/dist/types/components/SkipLink/SkipLinkItem/SkipLinkItem.d.ts +0 -16
- package/dist/types/components/SkipLink/index.d.ts +0 -1
- package/dist/types/components/Spinner/Spinner.d.ts +0 -16
- package/dist/types/components/Spinner/index.d.ts +0 -1
- package/dist/types/components/Surface/Surface.d.ts +0 -53
- package/dist/types/components/Surface/index.d.ts +0 -1
- package/dist/types/components/Switch/Switch.d.ts +0 -43
- package/dist/types/components/Switch/index.d.ts +0 -1
- package/dist/types/components/Tabs/Tab/Tab.d.ts +0 -22
- package/dist/types/components/Tabs/Tab/index.d.ts +0 -1
- package/dist/types/components/Tabs/TabContent/TabContent.d.ts +0 -12
- package/dist/types/components/Tabs/TabContent/index.d.ts +0 -1
- package/dist/types/components/Tabs/Tabs.d.ts +0 -28
- package/dist/types/components/Tabs/TabsList/TabsList.d.ts +0 -20
- package/dist/types/components/Tabs/TabsList/index.d.ts +0 -1
- package/dist/types/components/Tabs/index.d.ts +0 -1
- package/dist/types/components/Tag/Tag.d.ts +0 -36
- package/dist/types/components/Tag/index.d.ts +0 -1
- package/dist/types/components/Text/Text.d.ts +0 -37
- package/dist/types/components/Text/index.d.ts +0 -1
- package/dist/types/components/TextArea/TextArea.d.ts +0 -80
- package/dist/types/components/TextArea/index.d.ts +0 -1
- package/dist/types/components/TextInput/TextInput.d.ts +0 -119
- package/dist/types/components/TextInput/index.d.ts +0 -1
- package/dist/types/components/Theme/Theme.d.ts +0 -21
- package/dist/types/components/Theme/index.d.ts +0 -1
- package/dist/types/components/ThemeIcon/ThemeIcon.d.ts +0 -18
- package/dist/types/components/ThemeIcon/icon-names.d.ts +0 -1
- package/dist/types/components/ThemeIcon/index.d.ts +0 -1
- package/dist/types/components/Toast/Toast.d.ts +0 -17
- package/dist/types/components/Toast/ToastNotification.d.ts +0 -39
- package/dist/types/components/Toast/index.d.ts +0 -1
- package/dist/types/components/Truncate/Truncate.d.ts +0 -17
- package/dist/types/components/Truncate/index.d.ts +0 -1
- package/dist/types/components/TypographyCard/TypographyCard.d.ts +0 -58
- package/dist/types/components/TypographyCard/index.d.ts +0 -1
- package/dist/types/components/UniversalHeader/UniversalHeader.d.ts +0 -29
- package/dist/types/components/UniversalHeader/index.d.ts +0 -1
- package/dist/types/components/VerticalSpace/VerticalSpace.d.ts +0 -33
- package/dist/types/components/VerticalSpace/index.d.ts +0 -1
- package/dist/types/components/VideoPlayer/VideoPlayer.d.ts +0 -18
- package/dist/types/components/VideoPlayer/index.d.ts +0 -1
- package/dist/types/components/Visible/Visible.d.ts +0 -11
- package/dist/types/components/Visible/index.d.ts +0 -1
- package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts +0 -11
- package/dist/types/components/VisuallyHidden/index.d.ts +0 -1
- package/dist/types/components/index.d.ts +0 -64
- package/dist/types/helpers/anchor-points.d.ts +0 -1
- package/dist/types/helpers/get-theme-img.d.ts +0 -6
- package/dist/types/helpers/handle-link-click.d.ts +0 -7
- package/dist/types/helpers/index.d.ts +0 -2
- package/dist/types/hooks/__tests__/use-aria-describedby.test.d.ts +0 -1
- package/dist/types/hooks/__tests__/use-numeric-input.test.d.ts +0 -1
- package/dist/types/hooks/index.d.ts +0 -2
- package/dist/types/hooks/private/index.d.ts +0 -5
- package/dist/types/hooks/private/use-aria-describedby/index.d.ts +0 -1
- package/dist/types/hooks/private/use-aria-describedby/use-aria-describedby.d.ts +0 -22
- package/dist/types/hooks/private/use-interaction-mode/index.d.ts +0 -1
- package/dist/types/hooks/private/use-interaction-mode/use-interaction-mode.d.ts +0 -6
- package/dist/types/hooks/private/use-numeric-input/index.d.ts +0 -1
- package/dist/types/hooks/private/use-numeric-input/use-numeric-input.d.ts +0 -9
- package/dist/types/hooks/private/use-pagination/index.d.ts +0 -1
- package/dist/types/hooks/private/use-pagination/use-pagination.d.ts +0 -1
- package/dist/types/hooks/private/use-theme-element/index.d.ts +0 -1
- package/dist/types/hooks/public/index.d.ts +0 -1
- package/dist/types/hooks/public/use-media-query/index.d.ts +0 -1
- package/dist/types/hooks/public/use-media-query/use-media-query.d.ts +0 -19
- package/dist/types/index.d.ts +0 -2
- package/dist/types/styles.d.ts +0 -72
- package/dist/types/types/arc-icon.d.ts +0 -2
- package/dist/types/types/auto-complete-types.d.ts +0 -1
- package/dist/use-media-query/package.json +0 -7
- package/dist/use-media-query/use-media-query.cjs.js +0 -10
- package/dist/use-media-query/use-media-query.esm.js +0 -2
- /package/{dist/_shared/cjs/handle-link-click-17a44cf4.js → lib/_shared/cjs/handle-link-click-C7BvOIYa.cjs} +0 -0
- /package/{dist/_shared/esm/handle-link-click-f64f55a2.js → lib/_shared/esm/handle-link-click-CIgZ7pa0.mjs} +0 -0
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var index_es = require('../_shared/cjs/index.es-c26e8978.js');
|
|
6
|
-
var React = require('react');
|
|
7
|
-
var index = require('../_shared/cjs/index-9947ac13.js');
|
|
8
|
-
var Surface = require('../_shared/cjs/Surface-1b5c2ac8.js');
|
|
9
|
-
var VisuallyHidden = require('../_shared/cjs/VisuallyHidden-25393f58.js');
|
|
10
|
-
require('../_shared/cjs/Image-c8969ad9.js');
|
|
11
|
-
require('../_shared/cjs/Heading-25d11688.js');
|
|
12
|
-
require('../_shared/cjs/Breadcrumbs-ca30086e.js');
|
|
13
|
-
require('../_shared/cjs/Button-a2150286.js');
|
|
14
|
-
require('../_shared/cjs/ButtonV2-7c437d1a.js');
|
|
15
|
-
require('../_shared/cjs/Calendar-9b4b01c8.js');
|
|
16
|
-
var Text = require('../_shared/cjs/Text-c187d9ef.js');
|
|
17
|
-
require('../_shared/cjs/Checkbox-f6712cc5.js');
|
|
18
|
-
require('../_shared/cjs/Columns-5c6bab74.js');
|
|
19
|
-
require('../_shared/cjs/ContentSwitcher-88b00e11.js');
|
|
20
|
-
require('../_shared/cjs/ContentSwitcherDropdown-ba5330ed.js');
|
|
21
|
-
require('../_shared/cjs/DatePicker-61d66a55.js');
|
|
22
|
-
require('../_shared/cjs/Filter-b6ca2a39.js');
|
|
23
|
-
var FormControl = require('../_shared/cjs/FormControl-0fba93b8.js');
|
|
24
|
-
require('../_shared/cjs/Grid-69ed0e5c.js');
|
|
25
|
-
require('../_shared/cjs/Group-7e6b78c9.js');
|
|
26
|
-
require('../_shared/cjs/HeroButton-19814c26.js');
|
|
27
|
-
require('../_shared/cjs/MediaCard-7bbe8aa0.js');
|
|
28
|
-
require('../_shared/cjs/Poster-96aa286e.js');
|
|
29
|
-
require('../_shared/cjs/ProgressStepper-c59ec56c.js');
|
|
30
|
-
require('../_shared/cjs/RadioGroup-11f4b232.js');
|
|
31
|
-
require('../_shared/cjs/debounce-a74c28cf.js');
|
|
32
|
-
require('../_shared/cjs/SiteFooter-d839f66a.js');
|
|
33
|
-
require('../_shared/cjs/SiteHeaderV2-3793453c.js');
|
|
34
|
-
require('../_shared/cjs/Tabs-30a12f1a.js');
|
|
35
|
-
require('../_shared/cjs/TextInput-d39f5a80.js');
|
|
36
|
-
require('../_shared/cjs/Toast-35c83925.js');
|
|
37
|
-
require('../_shared/cjs/UniversalHeader-f9ef793f.js');
|
|
38
|
-
require('../_shared/cjs/ThemeIcon-7f537bd2.js');
|
|
39
|
-
require('../_shared/cjs/handle-link-click-17a44cf4.js');
|
|
40
|
-
require('../_shared/cjs/Icon-08447959.js');
|
|
41
|
-
require('../_shared/cjs/Spinner-56122c43.js');
|
|
42
|
-
require('../_shared/cjs/index-28fbfd5b.js');
|
|
43
|
-
require('../_shared/cjs/index.es-f23456fa.js');
|
|
44
|
-
require('../_shared/cjs/use-media-query-d34c83b9.js');
|
|
45
|
-
require('../_shared/cjs/BtIconChevronRightMid.esm-3e8d18a9.js');
|
|
46
|
-
require('../_shared/cjs/index-1e7a1fce.js');
|
|
47
|
-
require('../_shared/cjs/index-76f7dd53.js');
|
|
48
|
-
require('react-dom');
|
|
49
|
-
require('../_shared/cjs/index-dbc843d3.js');
|
|
50
|
-
require('../_shared/cjs/index-879e71ee.js');
|
|
51
|
-
require('../_shared/cjs/index-527f962b.js');
|
|
52
|
-
require('../_shared/cjs/index-89c323a4.js');
|
|
53
|
-
require('../_shared/cjs/index-2bf59363.js');
|
|
54
|
-
require('../_shared/cjs/floating-ui.react-dom-08b8b87c.js');
|
|
55
|
-
require('../_shared/cjs/index-ba3141f5.js');
|
|
56
|
-
require('../_shared/cjs/component-4e71e3d3.js');
|
|
57
|
-
require('../_shared/cjs/Combination-854a36ce.js');
|
|
58
|
-
require('react/jsx-runtime');
|
|
59
|
-
require('../_shared/cjs/DisclosureMini-a46a4838.js');
|
|
60
|
-
require('../_shared/cjs/VerticalSpace-973deefe.js');
|
|
61
|
-
require('../_shared/cjs/CardHeading-88edadd4.js');
|
|
62
|
-
require('../_shared/cjs/CardFooter-68235081.js');
|
|
63
|
-
require('../_shared/cjs/BtIconArrowRight.esm-6053bb79.js');
|
|
64
|
-
require('../_shared/cjs/BtIconPlayFill.esm-b8997cfc.js');
|
|
65
|
-
require('../_shared/cjs/ConditionalWrapper-bf944594.js');
|
|
66
|
-
require('../_shared/cjs/_commonjsHelpers-56412ec5.js');
|
|
67
|
-
require('../_shared/cjs/BrandLogo-d4a6fd05.js');
|
|
68
|
-
require('../_shared/cjs/Section-46646353.js');
|
|
69
|
-
|
|
70
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
71
|
-
|
|
72
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
73
|
-
|
|
74
|
-
/** Use `TextArea` to allow custom user text entry via keyboard, for long-form and multi-line descriptions */
|
|
75
|
-
var TextArea = React.forwardRef(function (_a, ref) {
|
|
76
|
-
var _b = _a.defaultValue, defaultValue = _b === void 0 ? "" : _b, errorMessage = _a.errorMessage, helper = _a.helper, hideLabel = _a.hideLabel, id = _a.id, _c = _a.resize, resize = _c === void 0 ? "manual" : _c, _d = _a.isDisabled, isDisabled = _d === void 0 ? false : _d, _e = _a.isReadOnly, isReadOnly = _e === void 0 ? false : _e, _f = _a.isRequired, isRequired = _f === void 0 ? false : _f, _g = _a.showCharacterCount, showCharacterCount = _g === void 0 ? true : _g, label = _a.label, _h = _a.labelSize, labelSize = _h === void 0 ? "l" : _h, maxLength = _a.maxLength, name = _a.name, onBlur = _a.onBlur, onChange = _a.onChange, onClickDisclosure = _a.onClickDisclosure, value = _a.value, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, width = _a.width, autoComplete = _a.autoComplete, _j = _a.minHeight, minHeight = _j === void 0 ? "116px" : _j, maxHeight = _a.maxHeight, props = index_es.__rest(_a, ["defaultValue", "errorMessage", "helper", "hideLabel", "id", "resize", "isDisabled", "isReadOnly", "isRequired", "showCharacterCount", "label", "labelSize", "maxLength", "name", "onBlur", "onChange", "onClickDisclosure", "value", "disclosureTitle", "disclosureText", "width", "autoComplete", "minHeight", "maxHeight"]);
|
|
77
|
-
var surface = React.useContext(Surface.Context).surface;
|
|
78
|
-
var ourRef = React.useRef(null);
|
|
79
|
-
var _k = React.useState((value && value.length) || (defaultValue && defaultValue.length) || 0), characterCount = _k[0], setCharacterCount = _k[1];
|
|
80
|
-
var setSmartHeight = function (el) {
|
|
81
|
-
el.style.height = "auto";
|
|
82
|
-
el.style.height = "".concat(parseInt(getComputedStyle(el).getPropertyValue("border-width")) * 2 +
|
|
83
|
-
el.scrollHeight, "px");
|
|
84
|
-
};
|
|
85
|
-
var getTextAreaRef = function (elementRef) {
|
|
86
|
-
ourRef.current = elementRef;
|
|
87
|
-
if (ref && typeof ref === "object") {
|
|
88
|
-
ref.current = elementRef;
|
|
89
|
-
}
|
|
90
|
-
if (ref && typeof ref === "function") {
|
|
91
|
-
ref(elementRef);
|
|
92
|
-
}
|
|
93
|
-
};
|
|
94
|
-
var handleOnChange = function (e) {
|
|
95
|
-
resize === "auto" && ourRef.current && setSmartHeight(ourRef.current);
|
|
96
|
-
onChange && onChange(e);
|
|
97
|
-
setCharacterCount(e.target.value.length);
|
|
98
|
-
};
|
|
99
|
-
return (React__default["default"].createElement(FormControl.FormControl, index_es.__assign({ errorMessage: errorMessage, helper: helper, htmlFor: id, isDisabled: isDisabled, label: label, hideLabel: hideLabel, labelSize: labelSize, requirementStatus: isRequired ? "required" : "optional", disclosureTitle: disclosureTitle, disclosureText: disclosureText, onClickDisclosure: onClickDisclosure, supplementaryInfo: maxLength &&
|
|
100
|
-
showCharacterCount && (React__default["default"].createElement(React__default["default"].Fragment, null,
|
|
101
|
-
React__default["default"].createElement(Text.Text, { tone: isDisabled ? "muted" : "default" },
|
|
102
|
-
React__default["default"].createElement("span", { className: "arc-TextArea-characterCount", "aria-live": "polite" },
|
|
103
|
-
characterCount,
|
|
104
|
-
" / ",
|
|
105
|
-
maxLength,
|
|
106
|
-
" characters",
|
|
107
|
-
characterCount === maxLength && (React__default["default"].createElement(VisuallyHidden.VisuallyHidden, null, "Maximum characters reached")))))) }, index_es.filterDataAttrs(props)),
|
|
108
|
-
React__default["default"].createElement("textarea", index_es.__assign({ id: id, className: index.classNames("arc-TextArea", {
|
|
109
|
-
"arc-TextArea--noResize": resize !== "manual",
|
|
110
|
-
"arc-TextArea--onDarkSurface": surface === "dark",
|
|
111
|
-
"arc-TextArea--invalid": errorMessage
|
|
112
|
-
}), defaultValue: typeof value !== "undefined" ? undefined : defaultValue, disabled: isDisabled, value: value, readOnly: isReadOnly, maxLength: maxLength, name: name, onChange: handleOnChange, onBlur: onBlur, ref: getTextAreaRef, style: { width: width, maxHeight: maxHeight, minHeight: minHeight }, "aria-describedby": "".concat(id, "-helper"), autoComplete: autoComplete }, (helper && { "aria-describedby": "".concat(id, "-helper") })))));
|
|
113
|
-
});
|
|
114
|
-
|
|
115
|
-
exports.TextArea = TextArea;
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from '../_shared/esm/index.es-5496ec12.js';
|
|
2
|
-
import React__default, { forwardRef, useContext, useRef, useState } from 'react';
|
|
3
|
-
import { c as classNames } from '../_shared/esm/index-2e73c2e9.js';
|
|
4
|
-
import { C as Context } from '../_shared/esm/Surface-0af6a69a.js';
|
|
5
|
-
import { V as VisuallyHidden } from '../_shared/esm/VisuallyHidden-cf45ac18.js';
|
|
6
|
-
import '../_shared/esm/Image-c1dc10b5.js';
|
|
7
|
-
import '../_shared/esm/Heading-0a8d3545.js';
|
|
8
|
-
import '../_shared/esm/Breadcrumbs-bcf9ca79.js';
|
|
9
|
-
import '../_shared/esm/Button-0506afa7.js';
|
|
10
|
-
import '../_shared/esm/ButtonV2-c83db10c.js';
|
|
11
|
-
import '../_shared/esm/Calendar-34b10bd5.js';
|
|
12
|
-
import { T as Text } from '../_shared/esm/Text-df93be85.js';
|
|
13
|
-
import '../_shared/esm/Checkbox-8195c42c.js';
|
|
14
|
-
import '../_shared/esm/Columns-9aa5df4a.js';
|
|
15
|
-
import '../_shared/esm/ContentSwitcher-bae1f0a7.js';
|
|
16
|
-
import '../_shared/esm/ContentSwitcherDropdown-65291c09.js';
|
|
17
|
-
import '../_shared/esm/DatePicker-aafbdea8.js';
|
|
18
|
-
import '../_shared/esm/Filter-a5bf3fe3.js';
|
|
19
|
-
import { F as FormControl } from '../_shared/esm/FormControl-ff671eb8.js';
|
|
20
|
-
import '../_shared/esm/Grid-727d05d6.js';
|
|
21
|
-
import '../_shared/esm/Group-c4f6c745.js';
|
|
22
|
-
import '../_shared/esm/HeroButton-a98767b7.js';
|
|
23
|
-
import '../_shared/esm/MediaCard-fdc76670.js';
|
|
24
|
-
import '../_shared/esm/Poster-dc3d7ee8.js';
|
|
25
|
-
import '../_shared/esm/ProgressStepper-427f24e3.js';
|
|
26
|
-
import '../_shared/esm/RadioGroup-5b654bee.js';
|
|
27
|
-
import '../_shared/esm/debounce-c8e41002.js';
|
|
28
|
-
import '../_shared/esm/SiteFooter-1cdba967.js';
|
|
29
|
-
import '../_shared/esm/SiteHeaderV2-743847f6.js';
|
|
30
|
-
import '../_shared/esm/Tabs-d360207d.js';
|
|
31
|
-
import '../_shared/esm/TextInput-7ab39a54.js';
|
|
32
|
-
import '../_shared/esm/Toast-abd517c8.js';
|
|
33
|
-
import '../_shared/esm/UniversalHeader-8ebc5322.js';
|
|
34
|
-
import '../_shared/esm/ThemeIcon-e1e19266.js';
|
|
35
|
-
import '../_shared/esm/handle-link-click-f64f55a2.js';
|
|
36
|
-
import '../_shared/esm/Icon-a5cb17de.js';
|
|
37
|
-
import '../_shared/esm/Spinner-6704017c.js';
|
|
38
|
-
import '../_shared/esm/index-ce6dee84.js';
|
|
39
|
-
import '../_shared/esm/index.es-932db59a.js';
|
|
40
|
-
import '../_shared/esm/use-media-query-d3622da8.js';
|
|
41
|
-
import '../_shared/esm/BtIconChevronRightMid.esm-4764708f.js';
|
|
42
|
-
import '../_shared/esm/index-89a7c31c.js';
|
|
43
|
-
import '../_shared/esm/index-57d4cb34.js';
|
|
44
|
-
import 'react-dom';
|
|
45
|
-
import '../_shared/esm/index-14c7f4da.js';
|
|
46
|
-
import '../_shared/esm/index-b9923ee4.js';
|
|
47
|
-
import '../_shared/esm/index-f2ddcbe2.js';
|
|
48
|
-
import '../_shared/esm/index-afbf540d.js';
|
|
49
|
-
import '../_shared/esm/index-e969452b.js';
|
|
50
|
-
import '../_shared/esm/floating-ui.react-dom-1bb71aae.js';
|
|
51
|
-
import '../_shared/esm/index-ac50b180.js';
|
|
52
|
-
import '../_shared/esm/component-3e60a45e.js';
|
|
53
|
-
import '../_shared/esm/Combination-2af75870.js';
|
|
54
|
-
import 'react/jsx-runtime';
|
|
55
|
-
import '../_shared/esm/DisclosureMini-f6d8c9bc.js';
|
|
56
|
-
import '../_shared/esm/VerticalSpace-6a3533db.js';
|
|
57
|
-
import '../_shared/esm/CardHeading-c65f9fb2.js';
|
|
58
|
-
import '../_shared/esm/CardFooter-bf886438.js';
|
|
59
|
-
import '../_shared/esm/BtIconArrowRight.esm-93da96bb.js';
|
|
60
|
-
import '../_shared/esm/BtIconPlayFill.esm-05fc0344.js';
|
|
61
|
-
import '../_shared/esm/ConditionalWrapper-b85979de.js';
|
|
62
|
-
import '../_shared/esm/_commonjsHelpers-0109d574.js';
|
|
63
|
-
import '../_shared/esm/BrandLogo-45d0d795.js';
|
|
64
|
-
import '../_shared/esm/Section-c1dc6e37.js';
|
|
65
|
-
|
|
66
|
-
/** Use `TextArea` to allow custom user text entry via keyboard, for long-form and multi-line descriptions */
|
|
67
|
-
var TextArea = forwardRef(function (_a, ref) {
|
|
68
|
-
var _b = _a.defaultValue, defaultValue = _b === void 0 ? "" : _b, errorMessage = _a.errorMessage, helper = _a.helper, hideLabel = _a.hideLabel, id = _a.id, _c = _a.resize, resize = _c === void 0 ? "manual" : _c, _d = _a.isDisabled, isDisabled = _d === void 0 ? false : _d, _e = _a.isReadOnly, isReadOnly = _e === void 0 ? false : _e, _f = _a.isRequired, isRequired = _f === void 0 ? false : _f, _g = _a.showCharacterCount, showCharacterCount = _g === void 0 ? true : _g, label = _a.label, _h = _a.labelSize, labelSize = _h === void 0 ? "l" : _h, maxLength = _a.maxLength, name = _a.name, onBlur = _a.onBlur, onChange = _a.onChange, onClickDisclosure = _a.onClickDisclosure, value = _a.value, disclosureTitle = _a.disclosureTitle, disclosureText = _a.disclosureText, width = _a.width, autoComplete = _a.autoComplete, _j = _a.minHeight, minHeight = _j === void 0 ? "116px" : _j, maxHeight = _a.maxHeight, props = __rest(_a, ["defaultValue", "errorMessage", "helper", "hideLabel", "id", "resize", "isDisabled", "isReadOnly", "isRequired", "showCharacterCount", "label", "labelSize", "maxLength", "name", "onBlur", "onChange", "onClickDisclosure", "value", "disclosureTitle", "disclosureText", "width", "autoComplete", "minHeight", "maxHeight"]);
|
|
69
|
-
var surface = useContext(Context).surface;
|
|
70
|
-
var ourRef = useRef(null);
|
|
71
|
-
var _k = useState((value && value.length) || (defaultValue && defaultValue.length) || 0), characterCount = _k[0], setCharacterCount = _k[1];
|
|
72
|
-
var setSmartHeight = function (el) {
|
|
73
|
-
el.style.height = "auto";
|
|
74
|
-
el.style.height = "".concat(parseInt(getComputedStyle(el).getPropertyValue("border-width")) * 2 +
|
|
75
|
-
el.scrollHeight, "px");
|
|
76
|
-
};
|
|
77
|
-
var getTextAreaRef = function (elementRef) {
|
|
78
|
-
ourRef.current = elementRef;
|
|
79
|
-
if (ref && typeof ref === "object") {
|
|
80
|
-
ref.current = elementRef;
|
|
81
|
-
}
|
|
82
|
-
if (ref && typeof ref === "function") {
|
|
83
|
-
ref(elementRef);
|
|
84
|
-
}
|
|
85
|
-
};
|
|
86
|
-
var handleOnChange = function (e) {
|
|
87
|
-
resize === "auto" && ourRef.current && setSmartHeight(ourRef.current);
|
|
88
|
-
onChange && onChange(e);
|
|
89
|
-
setCharacterCount(e.target.value.length);
|
|
90
|
-
};
|
|
91
|
-
return (React__default.createElement(FormControl, __assign({ errorMessage: errorMessage, helper: helper, htmlFor: id, isDisabled: isDisabled, label: label, hideLabel: hideLabel, labelSize: labelSize, requirementStatus: isRequired ? "required" : "optional", disclosureTitle: disclosureTitle, disclosureText: disclosureText, onClickDisclosure: onClickDisclosure, supplementaryInfo: maxLength &&
|
|
92
|
-
showCharacterCount && (React__default.createElement(React__default.Fragment, null,
|
|
93
|
-
React__default.createElement(Text, { tone: isDisabled ? "muted" : "default" },
|
|
94
|
-
React__default.createElement("span", { className: "arc-TextArea-characterCount", "aria-live": "polite" },
|
|
95
|
-
characterCount,
|
|
96
|
-
" / ",
|
|
97
|
-
maxLength,
|
|
98
|
-
" characters",
|
|
99
|
-
characterCount === maxLength && (React__default.createElement(VisuallyHidden, null, "Maximum characters reached")))))) }, filterDataAttrs(props)),
|
|
100
|
-
React__default.createElement("textarea", __assign({ id: id, className: classNames("arc-TextArea", {
|
|
101
|
-
"arc-TextArea--noResize": resize !== "manual",
|
|
102
|
-
"arc-TextArea--onDarkSurface": surface === "dark",
|
|
103
|
-
"arc-TextArea--invalid": errorMessage
|
|
104
|
-
}), defaultValue: typeof value !== "undefined" ? undefined : defaultValue, disabled: isDisabled, value: value, readOnly: isReadOnly, maxLength: maxLength, name: name, onChange: handleOnChange, onBlur: onBlur, ref: getTextAreaRef, style: { width: width, maxHeight: maxHeight, minHeight: minHeight }, "aria-describedby": "".concat(id, "-helper"), autoComplete: autoComplete }, (helper && { "aria-describedby": "".concat(id, "-helper") })))));
|
|
105
|
-
});
|
|
106
|
-
|
|
107
|
-
export { TextArea };
|
package/dist/TextArea/styles.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.arc .arc-TextArea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--textarea-colors-light-bg-default);border:var(--textarea-border-weight-s) solid var(--textarea-colors-light-border-default);border-radius:var(--textarea-border-radius-s);color:var(--textarea-colors-light-text-default);display:block;font:var(--sem-type-body-reg-m);margin-bottom:0;margin-top:var(--textarea-gap-m);padding:var(--textarea-padding-s) var(--textarea-padding-m);resize:vertical;width:100%}.arc .arc-TextArea--resizable{resize:"vertical"}.arc .arc-TextArea--noResize{resize:none}.arc .arc-TextArea--invalid{background-color:var(--textarea-colors-light-bg-error);border-color:var(--textarea-colors-light-border-error)}.arc .arc-TextArea-characterCount{white-space:nowrap}.arc .arc-TextArea:focus{box-shadow:0 0 0 var(--focus-border-weight-s) var(--focus-colors-light-border-subtle);outline:var(--focus-border-weight-s) solid transparent}.arc .arc-TextArea:disabled{background-color:var(--textarea-colors-light-bg-disabled);border-color:var(--textarea-colors-light-border-disabled);color:var(--textarea-colors-light-text-disabled)}.arc .arc-TextArea--onDarkSurface{background-color:var(--textarea-colors-dark-bg-default);border-color:var(--textarea-colors-dark-border-strong);color:var(--textarea-colors-dark-text-strong)}.arc .arc-TextArea--onDarkSurface.arc-TextArea--invalid{background-color:var(--textarea-colors-dark-bg-error);border-color:var(--textarea-colors-dark-border-error)}.arc .arc-TextArea--onDarkSurface:focus{box-shadow:0 0 0 var(--focus-border-weight-s) var(--focus-colors-dark-border-subtle)}.arc .arc-TextArea--onDarkSurface:disabled{background-color:var(--textarea-colors-dark-bg-disabled);border-color:var(--textarea-colors-dark-border-disabled);color:var(--textarea-colors-dark-text-disabled)}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var TextInput = require('../_shared/cjs/TextInput-d39f5a80.js');
|
|
6
|
-
require('../_shared/cjs/index.es-c26e8978.js');
|
|
7
|
-
require('../_shared/cjs/index-9947ac13.js');
|
|
8
|
-
require('react');
|
|
9
|
-
require('../_shared/cjs/FormControl-0fba93b8.js');
|
|
10
|
-
require('../_shared/cjs/Surface-1b5c2ac8.js');
|
|
11
|
-
require('../_shared/cjs/DisclosureMini-a46a4838.js');
|
|
12
|
-
require('../_shared/cjs/Text-c187d9ef.js');
|
|
13
|
-
require('../_shared/cjs/ThemeIcon-7f537bd2.js');
|
|
14
|
-
require('../_shared/cjs/VisuallyHidden-25393f58.js');
|
|
15
|
-
require('../_shared/cjs/Icon-08447959.js');
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
exports.TextInput = TextInput.TextInput;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export { a as TextInput } from '../_shared/esm/TextInput-7ab39a54.js';
|
|
2
|
-
import '../_shared/esm/index.es-5496ec12.js';
|
|
3
|
-
import '../_shared/esm/index-2e73c2e9.js';
|
|
4
|
-
import 'react';
|
|
5
|
-
import '../_shared/esm/FormControl-ff671eb8.js';
|
|
6
|
-
import '../_shared/esm/Surface-0af6a69a.js';
|
|
7
|
-
import '../_shared/esm/DisclosureMini-f6d8c9bc.js';
|
|
8
|
-
import '../_shared/esm/Text-df93be85.js';
|
|
9
|
-
import '../_shared/esm/ThemeIcon-e1e19266.js';
|
|
10
|
-
import '../_shared/esm/VisuallyHidden-cf45ac18.js';
|
|
11
|
-
import '../_shared/esm/Icon-a5cb17de.js';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.arc .arc-TextInput-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:var(--textinput-border-radius-m);font:var(--sem-type-body-reg-m);height:calc(var(--textinput-size-m) - (2 * var(--textinput-border-weight-s)));height:calc(var(--textinput-size-m) - (2 * var(--textinput-border-weight-s)));height:calc(var(--textinput-size-m) - calc(2 * var(--textinput-border-weight-s)));margin-bottom:0;padding:0 calc(var(--textinput-padding-m) - var(--textinput-border-weight-s));width:100%}.arc .arc-TextInput-inputWrapper{align-items:baseline;background-color:var(--textinput-colors-light-bg-default);border:var(--textinput-border-weight-s) solid var(--textinput-colors-light-border-default);border-radius:var(--textinput-border-radius-m);color:var(--textinput-colors-light-text-default);display:flex;height:100%;margin-top:var(--textinput-gap-m);position:relative}.arc .arc-TextInput--sizeS .arc-TextInput-input{font:var(--sem-type-body-reg-s);height:calc(var(--textinput-size-s) - (2 * var(--textinput-border-weight-s)));height:calc(var(--textinput-size-s) - (2 * var(--textinput-border-weight-s)));height:calc(var(--textinput-size-s) - calc(2 * var(--textinput-border-weight-s)));padding:calc(4px - var(--textinput-border-weight-s)) calc(var(--textinput-padding-s) - var(--textinput-border-weight-s))}.arc .arc-TextInput--sizeL .arc-TextInput-input{font:var(--sem-type-body-reg-l);height:calc(var(--textinput-size-l) - (2 * var(--textinput-border-weight-s)));height:calc(var(--textinput-size-l) - (2 * var(--textinput-border-weight-s)));height:calc(var(--textinput-size-l) - calc(2 * var(--textinput-border-weight-s)));padding:calc(18px - var(--textinput-border-weight-s)) calc(var(--textinput-padding-l) - var(--textinput-border-weight-s))}.arc .arc-TextInput-additionalControl{position:absolute;right:0;text-decoration:underline;top:50%;transform:translateY(-50%)}.arc .arc-TextInput-passwordToggle{background-color:transparent;border:none;color:var(--textinput-colors-light-text-default);cursor:pointer;flex:0 1 auto;font:var(--sem-type-body-reg-m);margin-right:7px;padding:0 4px}.arc .arc-TextInput-passwordToggle:focus{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc .arc-TextInput-prefix{flex:0 1 auto;font:var(--sem-type-body-reg-m);font-weight:700;padding:0 4px 0 calc(12px - 1px)}.arc .arc-TextInput-suffix{flex:0 1 auto;font:var(--sem-type-body-reg-m);font-weight:700;padding:0 calc(12px - 1px) 0 4px}.arc .arc-TextInput--withPrefix .arc-TextInput-input{padding-left:0}.arc .arc-TextInput--withSuffix .arc-TextInput-input,.arc .arc-TextInput--withPasswordToggle .arc-TextInput-input{padding-right:0}.arc .arc-TextInput--sizeS .arc-TextInput-prefix{padding-left:calc(8px - 1px)}.arc .arc-TextInput--sizeS .arc-TextInput-suffix,.arc .arc-TextInput--sizeS .arc-TextInput-passwordToggle{padding-right:calc(8px - 1px)}.arc .arc-TextInput--sizeL .arc-TextInput-prefix{padding-left:calc(16px - 1px)}.arc .arc-TextInput--sizeL .arc-TextInput-suffix,.arc .arc-TextInput--sizeL .arc-TextInput-passwordToggle{padding-right:calc(16px - 1px)}.arc .arc-TextInput-input:focus{outline:0}.arc .arc-TextInput-input:focus-visible{border:none}.arc .arc-TextInput--alignRight .arc-TextInput-input{text-align:right}.arc .arc-TextInput--sizeS .arc-TextInput-passwordToggle,.arc .arc-TextInput--sizeS .arc-TextInput-prefix,.arc .arc-TextInput--sizeS .arc-TextInput-suffix{font:var(--sem-type-body-reg-s)}.arc .arc-TextInput--sizeL .arc-TextInput-passwordToggle,.arc .arc-TextInput--sizeL .arc-TextInput-prefix,.arc .arc-TextInput--sizeL .arc-TextInput-suffix{font:var(--sem-type-body-reg-l)}.arc .arc-TextInput-iconButton{background-color:transparent;background-origin:border-box;border:var(--textinput-border-weight-m) solid transparent;border-radius:var(--textinput-border-radius-l);cursor:pointer;display:block;margin:0;padding:0 6px;text-decoration:none}.arc .arc-TextInput-input:disabled{background-color:var(--textinput-colors-light-bg-disabled);border-color:var(--textinput-colors-light-border-disabled);color:var(--textinput-colors-light-text-disabled)}.arc .arc-TextInput-input:disabled,.arc .arc-TextInput-iconButton:disabled{cursor:not-allowed}.arc .arc-TextInput-iconButton:focus-visible{border-color:var(--focus-colors-light-border-subtle);outline:none}.arc .arc-TextInput--onDarkSurface .arc-TextInput-inputWrapper,.arc .arc-TextInput--onDarkSurface .arc-TextInput-input{background-color:var(--textinput-colors-dark-bg-default);border-color:var(--textinput-colors-dark-border-default);color:var(--textinput-colors-dark-text-default)}.arc .arc-TextInput--onDarkSurface .arc-TextInput-passwordToggle{color:var(--textinput-colors-dark-text-default)}.arc .arc-TextInput--invalid .arc-TextInput-inputWrapper,.arc .arc-TextInput--invalid .arc-TextInput-input{background-color:var(--textinput-colors-light-bg-error);border-color:var(--textinput-colors-dark-border-error)}.arc .arc-TextInput-inputWrapper[\:has\(\%0A\%20\%20\%20\%20\:not\(.arc-TextInput-iconButton\)\:focus-visible\%0A\%20\%20\)]{box-shadow:0 0 0 var(--focus-border-weight-s) var(--focus-colors-light-border-subtle);outline:var(--focus-border-weight-s) solid transparent}.arc .arc-TextInput-inputWrapper[\:has\(\:not\(.arc-TextInput-iconButton\)\:focus-visible\)]{box-shadow:0 0 0 var(--focus-border-weight-s) var(--focus-colors-light-border-subtle);outline:var(--focus-border-weight-s) solid transparent}.arc .arc-TextInput-inputWrapper:has(:not(.arc-TextInput-iconButton):focus-visible){box-shadow:0 0 0 var(--focus-border-weight-s) var(--focus-colors-light-border-subtle);outline:var(--focus-border-weight-s) solid transparent}.arc .arc-TextInput--onDarkSurface.arc-TextInput--invalid .arc-TextInput-input{background-color:var(--textinput-colors-dark-bg-error);border-color:var(--textinput-colors-dark-border-error)}.arc .arc-TextInput--onDarkSurface .arc-TextInput-iconButton{color:var(--textinput-colors-dark-border-default)}.arc .arc-TextInput--onDarkSurface .arc-TextInput-iconButton:focus-visible{border-color:var(--textarea-colors-dark-border-focus)}.arc .arc-TextInput--onDarkSurface .arc-TextInput-input::-moz-placeholder{color:var(--textinput-colors-dark-border-default)}.arc .arc-TextInput--onDarkSurface .arc-TextInput-input::placeholder{color:var(--textinput-colors-dark-border-default)}.arc .arc-TextInput--onDarkSurface .arc-TextInput-inputWrapper[\:has\(\%0A\%20\%20\%20\%20\:not\(.arc-TextInput-iconButton\)\:focus-visible\%0A\%20\%20\)]{box-shadow:0 0 0 var(--focus-border-weight-s) var(--focus-colors-dark-border-subtle)}.arc .arc-TextInput--onDarkSurface .arc-TextInput-inputWrapper[\:has\(\:not\(.arc-TextInput-iconButton\)\:focus-visible\)]{box-shadow:0 0 0 var(--focus-border-weight-s) var(--focus-colors-dark-border-subtle)}.arc .arc-TextInput--onDarkSurface .arc-TextInput-inputWrapper:has(:not(.arc-TextInput-iconButton):focus-visible){box-shadow:0 0 0 var(--focus-border-weight-s) var(--focus-colors-dark-border-subtle)}.arc .arc-TextInput--onDarkSurface .arc-TextInput-input:disabled{background-color:var(--textinput-colors-dark-bg-disabled);border-color:var(--textinput-colors-dark-border-disabled);color:var(--textinput-colors-dark-text-disabled)}.arc .arc-TextInput--onDarkSurface.arc-TextInput--invalid .arc-TextInput-inputWrapper .arc-TextInput-input,.arc .arc-TextInput--onDarkSurface.arc-TextInput--invalid .arc-TextInput-inputWrapper{background-color:var(--textinput-colors-dark-bg-error);border-color:var(--textinput-colors-dark-border-error)}.arc .arc-TextInput-input:disabled,.arc .arc-TextInput--isDisabled .arc-TextInput-inputWrapper{background-color:var(--textinput-colors-light-bg-disabled);border-color:var(--textinput-colors-light-border-disabled);color:var(--textinput-colors-light-text-disabled);cursor:not-allowed}.arc .arc-TextInput--onDarkSurface.arc-TextInput--isDisabled .arc-TextInput-inputWrapper,.arc .arc-TextInput--onDarkSurface .arc-TextInput-input:disabled{background-color:var(--textinput-colors-dark-bg-disabled);border-color:var(--textinput-colors-dark-border-disabled);color:var(--textinput-colors-dark-text-disabled)}.arc .arc-TextInput-input:-webkit-autofill, .arc .arc-TextInput-input:-webkit-autofill:hover, .arc .arc-TextInput-input:-webkit-autofill:focus{box-shadow:0 0 0 1000px #ffffff inset !important}.arc .arc-TextInput-input:autofill,.arc .arc-TextInput-input:autofill:hover,.arc .arc-TextInput-input:autofill:focus{box-shadow:0 0 0 1000px #ffffff inset !important}.arc .arc-TextInput--onDarkSurface .arc-TextInput-passwordToggle:focus{outline:var(--focus-border-weight-s) solid var(--focus-colors-dark-border-subtle)}
|
package/dist/Theme/Theme.cjs.js
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var index_es = require('../_shared/cjs/index.es-c26e8978.js');
|
|
6
|
-
var React = require('react');
|
|
7
|
-
var index = require('../_shared/cjs/index-9947ac13.js');
|
|
8
|
-
|
|
9
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
|
-
|
|
11
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Use `Theme` component to apply a specific theme to its children.
|
|
15
|
-
*/
|
|
16
|
-
var Theme = function (_a) {
|
|
17
|
-
var _b = _a.theme, theme = _b === void 0 ? "bt-enterprise" : _b, _c = _a.resetCssStyles, resetCssStyles = _c === void 0 ? true : _c, children = _a.children, props = index_es.__rest(_a, ["theme", "resetCssStyles", "children"]);
|
|
18
|
-
var iconClass = {
|
|
19
|
-
"bt-business": "arc-ds-sys-icons--bt",
|
|
20
|
-
"bt-enterprise": "arc-ds-sys-icons--bt",
|
|
21
|
-
ee: "arc-ds-sys-icons--ee"
|
|
22
|
-
};
|
|
23
|
-
return (React__default["default"].createElement("div", index_es.__assign({ "data-theme": theme, className: index.classNames("arc arc-ds-sys-theme arc-ds-sys-theme--".concat(theme), iconClass[theme], {
|
|
24
|
-
"arc--reset": resetCssStyles
|
|
25
|
-
}) }, index_es.filterDataAttrs(props)), children));
|
|
26
|
-
};
|
|
27
|
-
var themes = ["bt-enterprise", "bt-business", "ee"];
|
|
28
|
-
|
|
29
|
-
exports.Theme = Theme;
|
|
30
|
-
exports.themes = themes;
|
package/dist/Theme/Theme.esm.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from '../_shared/esm/index.es-5496ec12.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import { c as classNames } from '../_shared/esm/index-2e73c2e9.js';
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* Use `Theme` component to apply a specific theme to its children.
|
|
7
|
-
*/
|
|
8
|
-
var Theme = function (_a) {
|
|
9
|
-
var _b = _a.theme, theme = _b === void 0 ? "bt-enterprise" : _b, _c = _a.resetCssStyles, resetCssStyles = _c === void 0 ? true : _c, children = _a.children, props = __rest(_a, ["theme", "resetCssStyles", "children"]);
|
|
10
|
-
var iconClass = {
|
|
11
|
-
"bt-business": "arc-ds-sys-icons--bt",
|
|
12
|
-
"bt-enterprise": "arc-ds-sys-icons--bt",
|
|
13
|
-
ee: "arc-ds-sys-icons--ee"
|
|
14
|
-
};
|
|
15
|
-
return (React__default.createElement("div", __assign({ "data-theme": theme, className: classNames("arc arc-ds-sys-theme arc-ds-sys-theme--".concat(theme), iconClass[theme], {
|
|
16
|
-
"arc--reset": resetCssStyles
|
|
17
|
-
}) }, filterDataAttrs(props)), children));
|
|
18
|
-
};
|
|
19
|
-
var themes = ["bt-enterprise", "bt-business", "ee"];
|
|
20
|
-
|
|
21
|
-
export { Theme, themes };
|
package/dist/Theme/package.json
DELETED
package/dist/Theme/styles.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.arc{color:var(--sem-color-fg-secondary-light-default);font:var(--sem-type-body-reg-m);height:100%}.arc--reset :where(*:not(svg):not(svg *):not(iframe)),.arc--reset ::after,.arc--reset ::before{all:revert;-webkit-text-fill-color:initial}.arc *{box-sizing:border-box}.arc a{color:var(--textlink-colors-light-text-default)}.arc a:hover{color:var(--textlink-colors-light-text-hover)}.arc a:focus,.arc a:focus-visible{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px;text-decoration:none}.arc a:active{color:var(--textlink-colors-light-text-hover)}.arc a:focus:not(:focus-visible){outline:0}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var ThemeIcon = require('../_shared/cjs/ThemeIcon-7f537bd2.js');
|
|
6
|
-
require('../_shared/cjs/index.es-c26e8978.js');
|
|
7
|
-
require('../_shared/cjs/index-9947ac13.js');
|
|
8
|
-
require('react');
|
|
9
|
-
require('../_shared/cjs/Surface-1b5c2ac8.js');
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
exports.ThemeIcon = ThemeIcon.ThemeIcon;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.arc .arc-ThemeIcon--alertDismiss{-webkit-mask-image:var(--comp-alert-dismiss);mask-image:var(--comp-alert-dismiss)}.arc .arc-ThemeIcon--alertError{-webkit-mask-image:var(--comp-alert-error);mask-image:var(--comp-alert-error)}.arc .arc-ThemeIcon--alertGeneral{-webkit-mask-image:var(--comp-alert-general);mask-image:var(--comp-alert-general)}.arc .arc-ThemeIcon--alertSuccess{-webkit-mask-image:var(--comp-alert-success);mask-image:var(--comp-alert-success)}.arc .arc-ThemeIcon--alertWarning{-webkit-mask-image:var(--comp-alert-warning);mask-image:var(--comp-alert-warning)}.arc .arc-ThemeIcon--avatarUser{-webkit-mask-image:var(--comp-avatar-user);mask-image:var(--comp-avatar-user)}.arc .arc-ThemeIcon--breadcrumbLeft{-webkit-mask-image:var(--comp-breadcrumb-left);mask-image:var(--comp-breadcrumb-left)}.arc .arc-ThemeIcon--breadcrumbRight{-webkit-mask-image:var(--comp-breadcrumb-right);mask-image:var(--comp-breadcrumb-right)}.arc .arc-ThemeIcon--buttonLeft{-webkit-mask-image:var(--comp-button-left);mask-image:var(--comp-button-left)}.arc .arc-ThemeIcon--buttonRight{-webkit-mask-image:var(--comp-button-right);mask-image:var(--comp-button-right)}.arc .arc-ThemeIcon--cardButton{-webkit-mask-image:var(--comp-card-button);mask-image:var(--comp-card-button)}.arc .arc-ThemeIcon--carouselLeft{-webkit-mask-image:var(--comp-carousel-left);mask-image:var(--comp-carousel-left)}.arc .arc-ThemeIcon--carouselRight{-webkit-mask-image:var(--comp-carousel-right);mask-image:var(--comp-carousel-right)}.arc .arc-ThemeIcon--checkboxChecked{-webkit-mask-image:var(--comp-checkbox-checked);mask-image:var(--comp-checkbox-checked)}.arc .arc-ThemeIcon--checkboxError{-webkit-mask-image:var(--comp-checkbox-error);mask-image:var(--comp-checkbox-error)}.arc .arc-ThemeIcon--disclosureExpand{-webkit-mask-image:var(--comp-disclosure-expand);mask-image:var(--comp-disclosure-expand)}.arc .arc-ThemeIcon--disclosureMiniExpand{-webkit-mask-image:var(--comp-disclosure-mini-expand);mask-image:var(--comp-disclosure-mini-expand)}.arc .arc-ThemeIcon--formControlAlert{-webkit-mask-image:var(--comp-form-control-alert);mask-image:var(--comp-form-control-alert)}.arc .arc-ThemeIcon--modalClose{-webkit-mask-image:var(--comp-modal-close);mask-image:var(--comp-modal-close)}.arc .arc-ThemeIcon--paginationPrevious{-webkit-mask-image:var(--comp-pagination-previous);mask-image:var(--comp-pagination-previous)}.arc .arc-ThemeIcon--paginationNext{-webkit-mask-image:var(--comp-pagination-next);mask-image:var(--comp-pagination-next)}.arc .arc-ThemeIcon--paginationSimplePrevious{-webkit-mask-image:var(--comp-pagination-simple-previous);mask-image:var(--comp-pagination-simple-previous)}.arc .arc-ThemeIcon--paginationSimpleNext{-webkit-mask-image:var(--comp-pagination-simple-next);mask-image:var(--comp-pagination-simple-next)}.arc .arc-ThemeIcon--progressBarSuccess{-webkit-mask-image:var(--comp-progress-bar-success);mask-image:var(--comp-progress-bar-success)}.arc .arc-ThemeIcon--progressBarError{-webkit-mask-image:var(--comp-progress-bar-error);mask-image:var(--comp-progress-bar-error)}.arc .arc-ThemeIcon--progressBarRefresh{-webkit-mask-image:var(--comp-progress-bar-refresh);mask-image:var(--comp-progress-bar-refresh)}.arc .arc-ThemeIcon--progressStepperComplete{-webkit-mask-image:var(--comp-progress-stepper-complete);mask-image:var(--comp-progress-stepper-complete)}.arc .arc-ThemeIcon--progressStepperCurrent{-webkit-mask-image:var(--comp-progress-stepper-current);mask-image:var(--comp-progress-stepper-current)}.arc .arc-ThemeIcon--progressStepperWarning{-webkit-mask-image:var(--comp-progress-stepper-warning);mask-image:var(--comp-progress-stepper-warning)}.arc .arc-ThemeIcon--progressStepperError{-webkit-mask-image:var(--comp-progress-stepper-error);mask-image:var(--comp-progress-stepper-error)}.arc .arc-ThemeIcon--scrollToTop{-webkit-mask-image:var(--comp-scroll-to-top);mask-image:var(--comp-scroll-to-top)}.arc .arc-ThemeIcon--selectTrigger{-webkit-mask-image:var(--comp-select-trigger);mask-image:var(--comp-select-trigger)}.arc .arc-ThemeIcon--selectScrollUp{-webkit-mask-image:var(--comp-select-scroll-up);mask-image:var(--comp-select-scroll-up)}.arc .arc-ThemeIcon--selectScrollDown{-webkit-mask-image:var(--comp-select-scroll-down);mask-image:var(--comp-select-scroll-down)}.arc .arc-ThemeIcon--selectIndicator{-webkit-mask-image:var(--comp-select-indicator);mask-image:var(--comp-select-indicator)}.arc .arc-ThemeIcon--siteFooterExpand{-webkit-mask-image:var(--comp-site-footer-expand);mask-image:var(--comp-site-footer-expand)}.arc .arc-ThemeIcon--siteHeaderBack{-webkit-mask-image:var(--comp-site-header-back);mask-image:var(--comp-site-header-back)}.arc .arc-ThemeIcon--siteHeaderLink{-webkit-mask-image:var(--comp-site-header-link);mask-image:var(--comp-site-header-link)}.arc .arc-ThemeIcon--siteHeaderItemGroupExpand{-webkit-mask-image:var(--comp-site-header-item-group-expand);mask-image:var(--comp-site-header-item-group-expand)}.arc .arc-ThemeIcon--siteHeaderNavItemExpand{-webkit-mask-image:var(--comp-site-header-nav-item-expand);mask-image:var(--comp-site-header-nav-item-expand)}.arc .arc-ThemeIcon--siteHeaderNavItemExpandAlt{-webkit-mask-image:var(--comp-site-header-nav-item-expand-alt);mask-image:var(--comp-site-header-nav-item-expand-alt)}.arc .arc-ThemeIcon--siteHeaderViewAll{-webkit-mask-image:var(--comp-site-header-view-all);mask-image:var(--comp-site-header-view-all)}.arc .arc-ThemeIcon--siteHeaderSubNavOpen{-webkit-mask-image:var(--comp-site-header-sub-nav-open);mask-image:var(--comp-site-header-sub-nav-open)}.arc .arc-ThemeIcon--switchToggle{-webkit-mask-image:var(--comp-site-switch-toggle);mask-image:var(--comp-site-switch-toggle)}.arc .arc-ThemeIcon--tabsNext{-webkit-mask-image:var(--comp-tabs-next);mask-image:var(--comp-tabs-next)}.arc .arc-ThemeIcon--tabsPrevious{-webkit-mask-image:var(--comp-tabs-previous);mask-image:var(--comp-tabs-previous)}.arc .arc-ThemeIcon--toastGeneral{-webkit-mask-image:var(--comp-toast-general);mask-image:var(--comp-toast-general)}.arc .arc-ThemeIcon--toastSuccess{-webkit-mask-image:var(--comp-toast-success);mask-image:var(--comp-toast-success)}.arc .arc-ThemeIcon--toastWarning{-webkit-mask-image:var(--comp-toast-warning);mask-image:var(--comp-toast-warning)}.arc .arc-ThemeIcon--toastError{-webkit-mask-image:var(--comp-toast-error);mask-image:var(--comp-toast-error)}.arc .arc-ThemeIcon--toastDismiss{-webkit-mask-image:var(--comp-toast-dismiss);mask-image:var(--comp-toast-dismiss)}.arc .arc-ThemeIcon--videoPlayerTranscript{-webkit-mask-image:var(--comp-video-player-transcript);mask-image:var(--comp-video-player-transcript)}.arc .arc-ThemeIcon{background-color:currentColor;color:currentColor;display:block;height:100%;line-height:0;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}.arc .arc-ThemeIcon--colorBrand{background-color:var(--sem-color-fg-primary-light-default);color:var(--sem-color-fg-primary-light-default)}.arc .arc-ThemeIcon--colorBrand.arc-ThemeIcon--onDarkSurface{background-color:var(--sem-color-fg-primary-dark-default);color:var(--sem-color-fg-primary-dark-default)}.arc .arc-ThemeIcon--colorStatusRed{background-color:var(--sem-color-status-fg-light-error);color:var(--sem-color-status-fg-light-error)}.arc .arc-ThemeIcon--colorStatusRed.arc-ThemeIcon--onDarkSurface{background-color:var(--sem-color-status-fg-dark-error);color:var(--sem-color-status-fg-dark-error)}.arc .arc-ThemeIcon--colorStatusAmber{background-color:var(--sem-color-status-fg-light-warning);color:var(--sem-color-status-fg-light-warning)}.arc .arc-ThemeIcon--colorStatusAmber.arc-ThemeIcon--onDarkSurface{background-color:var(--sem-color-status-fg-dark-warning);color:var(--sem-color-status-fg-dark-warning)}.arc .arc-ThemeIcon--colorStatusGreen{background-color:var(--sem-color-status-fg-light-success);color:var(--sem-color-status-fg-light-success)}.arc .arc-ThemeIcon--colorStatusGreen.arc-ThemeIcon--onDarkSurface{background-color:var(--sem-color-status-fg-dark-success);color:var(--sem-color-status-fg-dark-success)}
|
package/dist/Toast/Toast.cjs.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var Toast = require('../_shared/cjs/Toast-35c83925.js');
|
|
6
|
-
require('../_shared/cjs/index.es-c26e8978.js');
|
|
7
|
-
require('react');
|
|
8
|
-
require('../_shared/cjs/index-76f7dd53.js');
|
|
9
|
-
require('react-dom');
|
|
10
|
-
require('../_shared/cjs/index-dbc843d3.js');
|
|
11
|
-
require('../_shared/cjs/index-2bf59363.js');
|
|
12
|
-
require('../_shared/cjs/index-527f962b.js');
|
|
13
|
-
require('../_shared/cjs/index-9947ac13.js');
|
|
14
|
-
require('../_shared/cjs/ThemeIcon-7f537bd2.js');
|
|
15
|
-
require('../_shared/cjs/Surface-1b5c2ac8.js');
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
exports.Toast = Toast.Toast;
|
package/dist/Toast/Toast.esm.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export { T as Toast } from '../_shared/esm/Toast-abd517c8.js';
|
|
2
|
-
import '../_shared/esm/index.es-5496ec12.js';
|
|
3
|
-
import 'react';
|
|
4
|
-
import '../_shared/esm/index-57d4cb34.js';
|
|
5
|
-
import 'react-dom';
|
|
6
|
-
import '../_shared/esm/index-14c7f4da.js';
|
|
7
|
-
import '../_shared/esm/index-e969452b.js';
|
|
8
|
-
import '../_shared/esm/index-f2ddcbe2.js';
|
|
9
|
-
import '../_shared/esm/index-2e73c2e9.js';
|
|
10
|
-
import '../_shared/esm/ThemeIcon-e1e19266.js';
|
|
11
|
-
import '../_shared/esm/Surface-0af6a69a.js';
|
package/dist/Toast/package.json
DELETED
package/dist/Toast/styles.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.arc .arc-Toast{align-items:center;border-radius:var(--toast-border-radius-s);display:flex;padding:var(--toast-padding-s)}.arc .arc-Toast-viewport{bottom:var(--vertical-space-size-40);left:var(--vertical-space-size-20);list-style:none;margin:0;padding:0;position:fixed;width:calc(100% - var(--vertical-space-size-40));z-index:999}.arc .arc-Toast-root:nth-of-type(n+1){margin-top:var(--vertical-space-size-12)}.arc .arc-Toast-icon{flex:0 0 auto}.arc .arc-Toast-title{flex:1 1 auto;margin-left:var(--toast-gap-s)}.arc .arc-Toast-dismiss{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;margin-left:auto;padding:0;position:relative}.arc .arc-Toast-link{margin:0 var(--toast-gap-s)}.arc .arc-Toast-root:focus-visible{border-radius:var(--toast-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc .arc-Toast-pathway--alternative .arc-Toast-dismiss,.arc .arc-Toast-pathway--alternative .arc-Toast-link{color:var(--toast-colors-status-dark-text-default-alt)}.arc .arc-Toast-pathway--default .arc-Toast-dismiss{color:var(--toast-colors-status-light-text-default-alt)}.arc .arc-Toast-pathway--default .arc-Toast-dismiss:focus-visible{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc .arc-Toast-pathway--alternative .arc-Toast-dismiss:focus-visible{border-radius:var(--toast-border-radius-s);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc .arc-Toast-pathway--default .arc-Toast-link,.arc .arc-Toast-pathway--default .arc-Toast-link:hover{color:var(--toast-colors-status-light-text-default)}.arc .arc-Toast-pathway--alternative .arc-Toast-link,.arc .arc-Toast-pathway--alternative .arc-Toast-link:hover{color:var(--toast-colors-status-dark-text-default)}.arc .arc-Toast-pathway--default .arc-Toast{background:var(--toast-colors-status-light-bg-default);box-shadow:var(--toast-box-shadow-01);color:var(--toast-colors-status-light-text-default-alt)}.arc .arc-Toast-pathway--alternative .arc-Toast{background:var(--toast-colors-status-dark-bg-default);box-shadow:var(--toast-box-shadow-01);color:var(--toast-colors-status-dark-text-default)}.arc .arc-Toast-pathway--default .arc-Toast-status--general{border:var(--toast-border-weight-s) solid var(--toast-colors-status-light-border-default);color:var(--toast-colors-status-light-text-default-alt)}.arc .arc-Toast-pathway--default .arc-Toast-status--error{background:var(--toast-colors-status-light-bg-error);border:var(--toast-border-weight-s) solid var(--toast-colors-status-light-border-error);color:var(--toast-colors-status-light-text-default)}.arc .arc-Toast-pathway--default .arc-Toast-status--warning{background:var(--toast-colors-status-light-bg-warning);border:var(--toast-border-weight-s) solid var(--toast-colors-status-light-border-warning);color:var(--toast-colors-status-light-text-default)}.arc .arc-Toast-pathway--default .arc-Toast-status--success{background:var(--toast-colors-status-light-bg-success);border:var(--toast-border-weight-s) solid var(--toast-colors-status-light-border-success);color:var(--toast-colors-status-light-text-default)}.arc .arc-Toast-pathway--default .arc-Toast-status--error .arc-Toast-dismiss,.arc .arc-Toast-pathway--default .arc-Toast-status--warning .arc-Toast-dismiss,.arc .arc-Toast-pathway--default .arc-Toast-status--success .arc-Toast-dismiss{color:var(--toast-colors-status-light-text-default)}.arc .arc-Toast-pathway--default .arc-Toast-status--error .arc-Toast-icon{color:var(--toast-colors-status-light-fg-error)}.arc .arc-Toast-pathway--default .arc-Toast-status--warning .arc-Toast-icon{color:var(--toast-colors-status-light-fg-warning)}.arc .arc-Toast-pathway--default .arc-Toast-status--success .arc-Toast-icon{color:var(--toast-colors-status-light-fg-success)}.arc .arc-Toast-pathway--alternative .arc-Toast-status--general{border:var(--toast-border-weight-s) solid var(--toast-colors-status-dark-border-default);color:var(--toast-colors-status-dark-text-default)}.arc .arc-Toast-pathway--alternative .arc-Toast-status--error{background:var(--toast-colors-status-dark-bg-error);border:var(--toast-border-weight-s) solid var(--toast-colors-status-dark-border-error);color:var(--toast-colors-status-dark-text-default)}.arc .arc-Toast-pathway--alternative .arc-Toast-status--warning{background:var(--toast-colors-status-dark-bg-warning);border:var(--toast-border-weight-s) solid var(--toast-colors-status-dark-border-warning);color:var(--toast-colors-status-dark-text-default)}.arc .arc-Toast-pathway--alternative .arc-Toast-status--success{background:var(--toast-colors-status-dark-bg-success);border:var(--toast-border-weight-s) solid var(--toast-colors-status-dark-border-success);color:var(--toast-colors-status-dark-text-default)}.arc .arc-Toast-pathway--alternative .arc-Toast-status--general .arc-Toast-icon{color:var(--toast-colors-status-dark-fg-default)}.arc .arc-Toast-pathway--alternative .arc-Toast-status--error .arc-Toast-icon{color:var(--toast-colors-status-dark-fg-error)}.arc .arc-Toast-pathway--alternative .arc-Toast-status--warning .arc-Toast-icon{color:var(--toast-colors-status-dark-fg-warning)}.arc .arc-Toast-pathway--alternative .arc-Toast-status--success .arc-Toast-icon{color:var(--toast-colors-status-dark-fg-success)}.arc .arc-Toast-root[data-state="open"]{animation:slide-in 150ms cubic-bezier(0.16,1,0.3,1)}.arc .arc-Toast-root[data-state="closed"]{animation:hide 100ms ease-in}.arc .arc-Toast-root[data-swipe="move"]{transform:translateX(var(--radix-toast-swipe-move-x))}.arc .arc-Toast-root[data-swipe="cancel"]{transform:translateX(0);transition:transform 200ms ease-out}.arc .arc-Toast-root[data-swipe="end"]{animation:slide-right 100ms ease-out}@media (min-width:404px){.arc .arc-Toast-viewport{--arc-toast-viewport-width:384px;left:calc(50% - (var(--arc-toast-viewport-width)/2));max-width:var(--arc-toast-viewport-width);width:100%}}@keyframes hide{from{opacity:1}to{opacity:0}}@keyframes slide-right{from{opacity:1;transform:translateX(var(--radix-toast-swipe-end-x))}to{opacity:0;transform:translateX(calc(var(--radix-toast-swipe-end-x) + 100%))}}@keyframes slide-in{from{transform:translateY(100%)}to{transform:translateY(0)}}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var index_es = require('../_shared/cjs/index.es-c26e8978.js');
|
|
6
|
-
var React = require('react');
|
|
7
|
-
|
|
8
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
-
|
|
10
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
|
-
|
|
12
|
-
/** Use `Truncate` component to shorten text with an ellipsis. Add a `title` attribute to the truncated element so the full text remains accessible. */
|
|
13
|
-
var Truncate = function (_a) {
|
|
14
|
-
var _b = _a.maxWidth, maxWidth = _b === void 0 ? "100%" : _b, title = _a.title, children = _a.children, props = index_es.__rest(_a, ["maxWidth", "title", "children"]);
|
|
15
|
-
return (React__default["default"].createElement("div", index_es.__assign({ className: "arc-Truncate", style: { maxWidth: maxWidth }, title: title }, index_es.filterDataAttrs(props)), children));
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
exports.Truncate = Truncate;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from '../_shared/esm/index.es-5496ec12.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
|
|
4
|
-
/** Use `Truncate` component to shorten text with an ellipsis. Add a `title` attribute to the truncated element so the full text remains accessible. */
|
|
5
|
-
var Truncate = function (_a) {
|
|
6
|
-
var _b = _a.maxWidth, maxWidth = _b === void 0 ? "100%" : _b, title = _a.title, children = _a.children, props = __rest(_a, ["maxWidth", "title", "children"]);
|
|
7
|
-
return (React__default.createElement("div", __assign({ className: "arc-Truncate", style: { maxWidth: maxWidth }, title: title }, filterDataAttrs(props)), children));
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
export { Truncate };
|
package/dist/Truncate/styles.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.arc .arc-Truncate>*,.arc .arc-Truncate{display:inherit;overflow:hidden;text-overflow:ellipsis;vertical-align:baseline;vertical-align:initial;white-space:nowrap}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var index_es = require('../_shared/cjs/index.es-c26e8978.js');
|
|
6
|
-
var React = require('react');
|
|
7
|
-
var index = require('../_shared/cjs/index-9947ac13.js');
|
|
8
|
-
var Surface = require('../_shared/cjs/Surface-1b5c2ac8.js');
|
|
9
|
-
var CardHeading = require('../_shared/cjs/CardHeading-88edadd4.js');
|
|
10
|
-
var CardFooter = require('../_shared/cjs/CardFooter-68235081.js');
|
|
11
|
-
require('../_shared/cjs/Heading-25d11688.js');
|
|
12
|
-
require('../_shared/cjs/BtIconArrowRight.esm-6053bb79.js');
|
|
13
|
-
require('../_shared/cjs/BtIconPlayFill.esm-b8997cfc.js');
|
|
14
|
-
require('../_shared/cjs/Icon-08447959.js');
|
|
15
|
-
require('../_shared/cjs/index-28fbfd5b.js');
|
|
16
|
-
|
|
17
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
18
|
-
|
|
19
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
20
|
-
|
|
21
|
-
/** Use `TypographyCard` for content that benefits from larger and energetic typography. */
|
|
22
|
-
var TypographyCard = function (_a) {
|
|
23
|
-
var url = _a.url, onClick = _a.onClick, heading = _a.heading, metaText = _a.metaText, label = _a.label, minHeight = _a.minHeight, _b = _a.headingSize, headingSize = _b === void 0 ? "m" : _b, _c = _a.linkData, linkData = _c === void 0 ? {} : _c, _d = _a.pathway, pathway = _d === void 0 ? "light" : _d, _e = _a.buttonIcon, buttonIcon = _e === void 0 ? "arrow" : _e, _f = _a.headingLevel, headingLevel = _f === void 0 ? "2" : _f, props = index_es.__rest(_a, ["url", "onClick", "heading", "metaText", "label", "minHeight", "headingSize", "linkData", "pathway", "buttonIcon", "headingLevel"]);
|
|
24
|
-
var surface = React.useContext(Surface.Context).surface;
|
|
25
|
-
var _g = React.useState(false), showHoverState = _g[0], setShowHoverState = _g[1];
|
|
26
|
-
var handleShowHoverState = function (show) { return function () { return setShowHoverState(show); }; };
|
|
27
|
-
var isDarkPathway = pathway === "dark";
|
|
28
|
-
return (React__default["default"].createElement("div", index_es.__assign({ style: { minHeight: minHeight }, className: index.classNames("arc-TypographyCard", {
|
|
29
|
-
"arc-TypographyCard--outlined": showHoverState,
|
|
30
|
-
"arc-TypographyCard--darkPathway": isDarkPathway,
|
|
31
|
-
"arc-TypographyCard--lightPathway": !isDarkPathway,
|
|
32
|
-
"arc-TypographyCard--onDarkSurface": surface === "dark"
|
|
33
|
-
}) }, index_es.filterDataAttrs(props)),
|
|
34
|
-
React__default["default"].createElement("div", { className: "arc-TypographyCard-contentContainer" },
|
|
35
|
-
label && (React__default["default"].createElement("div", { className: "arc-TypographyCard-label" }, label.toUpperCase())),
|
|
36
|
-
React__default["default"].createElement(CardHeading.CardHeading, { size: headingSize, linkData: linkData, heading: heading, headingLevel: headingLevel, href: url, onClick: onClick, onMouseEnter: handleShowHoverState(true), onMouseLeave: handleShowHoverState(false), onFocus: handleShowHoverState(true), onBlur: handleShowHoverState(false) })),
|
|
37
|
-
React__default["default"].createElement(CardFooter.CardFooter, { showButton: true, isDarkPathway: isDarkPathway, buttonIcon: buttonIcon, metaText: metaText, isHovered: showHoverState })));
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
exports.TypographyCard = TypographyCard;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from '../_shared/esm/index.es-5496ec12.js';
|
|
2
|
-
import React__default, { useContext, useState } from 'react';
|
|
3
|
-
import { c as classNames } from '../_shared/esm/index-2e73c2e9.js';
|
|
4
|
-
import { C as Context } from '../_shared/esm/Surface-0af6a69a.js';
|
|
5
|
-
import { C as CardHeading } from '../_shared/esm/CardHeading-c65f9fb2.js';
|
|
6
|
-
import { C as CardFooter } from '../_shared/esm/CardFooter-bf886438.js';
|
|
7
|
-
import '../_shared/esm/Heading-0a8d3545.js';
|
|
8
|
-
import '../_shared/esm/BtIconArrowRight.esm-93da96bb.js';
|
|
9
|
-
import '../_shared/esm/BtIconPlayFill.esm-05fc0344.js';
|
|
10
|
-
import '../_shared/esm/Icon-a5cb17de.js';
|
|
11
|
-
import '../_shared/esm/index-ce6dee84.js';
|
|
12
|
-
|
|
13
|
-
/** Use `TypographyCard` for content that benefits from larger and energetic typography. */
|
|
14
|
-
var TypographyCard = function (_a) {
|
|
15
|
-
var url = _a.url, onClick = _a.onClick, heading = _a.heading, metaText = _a.metaText, label = _a.label, minHeight = _a.minHeight, _b = _a.headingSize, headingSize = _b === void 0 ? "m" : _b, _c = _a.linkData, linkData = _c === void 0 ? {} : _c, _d = _a.pathway, pathway = _d === void 0 ? "light" : _d, _e = _a.buttonIcon, buttonIcon = _e === void 0 ? "arrow" : _e, _f = _a.headingLevel, headingLevel = _f === void 0 ? "2" : _f, props = __rest(_a, ["url", "onClick", "heading", "metaText", "label", "minHeight", "headingSize", "linkData", "pathway", "buttonIcon", "headingLevel"]);
|
|
16
|
-
var surface = useContext(Context).surface;
|
|
17
|
-
var _g = useState(false), showHoverState = _g[0], setShowHoverState = _g[1];
|
|
18
|
-
var handleShowHoverState = function (show) { return function () { return setShowHoverState(show); }; };
|
|
19
|
-
var isDarkPathway = pathway === "dark";
|
|
20
|
-
return (React__default.createElement("div", __assign({ style: { minHeight: minHeight }, className: classNames("arc-TypographyCard", {
|
|
21
|
-
"arc-TypographyCard--outlined": showHoverState,
|
|
22
|
-
"arc-TypographyCard--darkPathway": isDarkPathway,
|
|
23
|
-
"arc-TypographyCard--lightPathway": !isDarkPathway,
|
|
24
|
-
"arc-TypographyCard--onDarkSurface": surface === "dark"
|
|
25
|
-
}) }, filterDataAttrs(props)),
|
|
26
|
-
React__default.createElement("div", { className: "arc-TypographyCard-contentContainer" },
|
|
27
|
-
label && (React__default.createElement("div", { className: "arc-TypographyCard-label" }, label.toUpperCase())),
|
|
28
|
-
React__default.createElement(CardHeading, { size: headingSize, linkData: linkData, heading: heading, headingLevel: headingLevel, href: url, onClick: onClick, onMouseEnter: handleShowHoverState(true), onMouseLeave: handleShowHoverState(false), onFocus: handleShowHoverState(true), onBlur: handleShowHoverState(false) })),
|
|
29
|
-
React__default.createElement(CardFooter, { showButton: true, isDarkPathway: isDarkPathway, buttonIcon: buttonIcon, metaText: metaText, isHovered: showHoverState })));
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
export { TypographyCard };
|