@arc-ui/components 12.0.0-beta7 → 12.1.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 +2250 -0
- package/lib/Carousel/Carousel.mjs +2248 -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 +1423 -0
- package/lib/NavigationHeader/NavigationHeader.mjs +1418 -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 +107 -0
- package/lib/ProgressStepperOverflow/ProgressStepperOverflow.mjs +104 -0
- package/lib/ProgressStepperOverflow/styles.css +1 -0
- package/lib/RadioCardGroup/RadioCardGroup.cjs +86 -0
- package/lib/RadioCardGroup/RadioCardGroup.mjs +83 -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 +604 -0
- package/lib/SiteHeaderV2/SiteHeaderV2.mjs +594 -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-D_jZ0cgf.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-DgychllS.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-mTgKZYEl.cjs +210 -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-DFPoWNR4.cjs +33 -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-B2ZfX2D7.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-BJV2IbHi.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-wG6UVDgO.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-CWZcMblg.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-DxZrJR0q.mjs +207 -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-TEKN0W5t.mjs +26 -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-Co1d96HB.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-l6Sou0dd.mjs +56 -0
- package/lib/index.cjs +28308 -0
- package/lib/index.cjs.map +1 -0
- package/lib/index.d.cts +5278 -0
- package/lib/index.d.mts +5278 -0
- package/lib/index.js.map +1 -0
- package/lib/index.mjs +28117 -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 +105 -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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v12-1-0 .arc .arc-Toast{align-items:center;border-radius:var(--toast-border-radius-s);display:flex;padding:var(--toast-padding-s)}.arc-v12-1-0 .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-v12-1-0 .arc .arc-Toast-root:nth-of-type(n+1){margin-top:var(--vertical-space-size-12)}.arc-v12-1-0 .arc .arc-Toast-icon{flex:0 0 auto}.arc-v12-1-0 .arc .arc-Toast-title{flex:1 1 auto;margin-left:var(--toast-gap-s)}.arc-v12-1-0 .arc .arc-Toast-dismiss{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;margin-left:auto;padding:0;position:relative}.arc-v12-1-0 .arc .arc-Toast-link{margin:0 var(--toast-gap-s)}.arc-v12-1-0 .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-v12-1-0 .arc .arc-Toast-dismiss,.arc-v12-1-0 .arc .arc-Toast-link{color:currentColor}.arc-v12-1-0 .arc .arc-Toast-dismiss:hover,.arc-v12-1-0 .arc .arc-Toast-link:hover{color:currentColor}.arc-v12-1-0 .arc .arc-Toast-dismiss:focus-visible,.arc-v12-1-0 .arc .arc-Toast-link: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-v12-1-0 .arc .arc-Toast-pathway--default .arc-Toast-dismiss:focus-visible,.arc-v12-1-0 .arc .arc-Toast-pathway--default .arc-Toast-link:focus-visible{outline:var(--focus-border-weight-s) solid var(--focus-colors-dark-border-alt)}.arc-v12-1-0 .arc .arc-Toast--onDarkSurface .arc-Toast-root:focus-visible{outline:var(--focus-border-weight-s) solid var(--focus-colors-dark-border-subtle)}.arc-v12-1-0 .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-v12-1-0 .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-v12-1-0 .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-v12-1-0 .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-v12-1-0 .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-v12-1-0 .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-v12-1-0 .arc .arc-Toast-pathway--default .arc-Toast-status--error .arc-Toast-icon{color:var(--toast-colors-status-light-fg-error)}.arc-v12-1-0 .arc .arc-Toast-pathway--default .arc-Toast-status--warning .arc-Toast-icon{color:var(--toast-colors-status-light-fg-warning)}.arc-v12-1-0 .arc .arc-Toast-pathway--default .arc-Toast-status--success .arc-Toast-icon{color:var(--toast-colors-status-light-fg-success)}.arc-v12-1-0 .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-v12-1-0 .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-v12-1-0 .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-v12-1-0 .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-v12-1-0 .arc .arc-Toast-pathway--alternative .arc-Toast-status--general .arc-Toast-icon{color:var(--toast-colors-status-dark-fg-default)}.arc-v12-1-0 .arc .arc-Toast-pathway--alternative .arc-Toast-status--error .arc-Toast-icon{color:var(--toast-colors-status-dark-fg-error)}.arc-v12-1-0 .arc .arc-Toast-pathway--alternative .arc-Toast-status--warning .arc-Toast-icon{color:var(--toast-colors-status-dark-fg-warning)}.arc-v12-1-0 .arc .arc-Toast-pathway--alternative .arc-Toast-status--success .arc-Toast-icon{color:var(--toast-colors-status-dark-fg-success)}.arc-v12-1-0 .arc .arc-Toast-root[data-state="open"]{animation:slide-in 150ms cubic-bezier(0.16,1,0.3,1)}.arc-v12-1-0 .arc .arc-Toast-root[data-state="closed"]{animation:hide 100ms ease-in}.arc-v12-1-0 .arc .arc-Toast-root[data-swipe="move"]{transform:translateX(var(--radix-toast-swipe-move-x))}.arc-v12-1-0 .arc .arc-Toast-root[data-swipe="cancel"]{transform:translateX(0);transition:transform 200ms ease-out}.arc-v12-1-0 .arc .arc-Toast-root[data-swipe="end"]{animation:slide-right 100ms ease-out}@media (min-width:404px){.arc-v12-1-0 .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)}}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
var Tooltip = require('../_shared/cjs/Tooltip-CEb7YEP2.cjs');
|
|
5
|
+
require('../_shared/cjs/tslib.es6-CCZ3TN_7.cjs');
|
|
6
|
+
require('react');
|
|
7
|
+
require('../_shared/cjs/index-DXNM3D1d.cjs');
|
|
8
|
+
require('react/jsx-runtime');
|
|
9
|
+
require('react-dom');
|
|
10
|
+
require('../_shared/cjs/index-B11wQrRa.cjs');
|
|
11
|
+
require('../_shared/cjs/filter-attrs-D19P2s1V.cjs');
|
|
12
|
+
require('../_shared/cjs/Surface-DIU5ciDT.cjs');
|
|
13
|
+
require('../_shared/cjs/index-CTlXMLug.cjs');
|
|
14
|
+
require('../_shared/cjs/index-DR8Rkav9.cjs');
|
|
15
|
+
require('../_shared/cjs/Icon-Dk2XHa7V.cjs');
|
|
16
|
+
require('../_shared/cjs/suffix-modifier-DLUGR-yG.cjs');
|
|
17
|
+
require('../_shared/cjs/Text-jwsn80lQ.cjs');
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
exports.Tooltip = Tooltip.Tooltip;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
export { T as Tooltip } from '../_shared/esm/Tooltip-BpSzN3Tx.mjs';
|
|
3
|
+
import '../_shared/esm/tslib.es6-w7hdJ3oZ.mjs';
|
|
4
|
+
import 'react';
|
|
5
|
+
import '../_shared/esm/index-Bz2JQq34.mjs';
|
|
6
|
+
import 'react/jsx-runtime';
|
|
7
|
+
import 'react-dom';
|
|
8
|
+
import '../_shared/esm/index-CWHcEz3_.mjs';
|
|
9
|
+
import '../_shared/esm/filter-attrs-v_SweZXP.mjs';
|
|
10
|
+
import '../_shared/esm/Surface-C69KVzkY.mjs';
|
|
11
|
+
import '../_shared/esm/index-5C0-U8cc.mjs';
|
|
12
|
+
import '../_shared/esm/index-Spae4j7j.mjs';
|
|
13
|
+
import '../_shared/esm/Icon-CCUbr_AO.mjs';
|
|
14
|
+
import '../_shared/esm/suffix-modifier-B_pO0UkF.mjs';
|
|
15
|
+
import '../_shared/esm/Text-BAzOkkzN.mjs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v12-1-0 .arc .arc-Tooltip-arrow{background:#434343;border-bottom:1px solid #2a2a2a;border-bottom-right-radius:1px;border-right:1px solid #2a2a2a;fill:none;height:10px;position:relative;transform:translate(0,-52%) rotate(45deg);width:10px}.arc-v12-1-0 .arc .arc-Tooltip-trigger{all:unset;cursor:pointer}.arc-v12-1-0 .arc .arc-Tooltip-content{background:#434343;border:1px solid #2a2a2a;border-radius:5px;box-shadow:var(--elevation-02);padding:4px 8px}.arc-v12-1-0 .arc .arc-Tooltip-trigger:focus{border-radius:var(--focus-border-radius-s);outline:var(--focus-border-weight-s) solid transparent;outline-offset:2px}.arc-v12-1-0 .arc .arc-Tooltip-trigger:focus-visible{outline-color:var(--focus-colors-light-border-subtle)}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
var tslib_es6 = require('../_shared/cjs/tslib.es6-CCZ3TN_7.cjs');
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var filterAttrs = require('../_shared/cjs/filter-attrs-D19P2s1V.cjs');
|
|
7
|
+
|
|
8
|
+
/** Use `Truncate` component to shorten text with an ellipsis. Add a `title` attribute to the truncated element so the full text remains accessible. */
|
|
9
|
+
var Truncate = function (_a) {
|
|
10
|
+
var _b = _a.maxWidth, maxWidth = _b === void 0 ? "100%" : _b, title = _a.title, children = _a.children, props = tslib_es6.__rest(_a, ["maxWidth", "title", "children"]);
|
|
11
|
+
return (React.createElement("div", tslib_es6.__assign({ className: "arc-Truncate", style: { maxWidth: maxWidth }, title: title }, filterAttrs.filterAttrs(props)), children));
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
exports.Truncate = Truncate;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { _ as __rest, a as __assign } from '../_shared/esm/tslib.es6-w7hdJ3oZ.mjs';
|
|
3
|
+
import React__default from 'react';
|
|
4
|
+
import { f as filterAttrs } from '../_shared/esm/filter-attrs-v_SweZXP.mjs';
|
|
5
|
+
|
|
6
|
+
/** Use `Truncate` component to shorten text with an ellipsis. Add a `title` attribute to the truncated element so the full text remains accessible. */
|
|
7
|
+
var Truncate = function (_a) {
|
|
8
|
+
var _b = _a.maxWidth, maxWidth = _b === void 0 ? "100%" : _b, title = _a.title, children = _a.children, props = __rest(_a, ["maxWidth", "title", "children"]);
|
|
9
|
+
return (React__default.createElement("div", __assign({ className: "arc-Truncate", style: { maxWidth: maxWidth }, title: title }, filterAttrs(props)), children));
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export { Truncate };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v12-1-0 .arc .arc-Truncate>*,.arc-v12-1-0 .arc .arc-Truncate{display:inherit;overflow:hidden;text-overflow:ellipsis;vertical-align:baseline;vertical-align:initial;white-space:nowrap}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
var tslib_es6 = require('../_shared/cjs/tslib.es6-CCZ3TN_7.cjs');
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var index = require('../_shared/cjs/index-CTlXMLug.cjs');
|
|
7
|
+
var filterAttrs = require('../_shared/cjs/filter-attrs-D19P2s1V.cjs');
|
|
8
|
+
var Heading = require('../_shared/cjs/Heading-BYBmZkmS.cjs');
|
|
9
|
+
var Surface = require('../_shared/cjs/Surface-DIU5ciDT.cjs');
|
|
10
|
+
var CardHeading = require('../_shared/cjs/CardHeading-lGy1u6eD.cjs');
|
|
11
|
+
var CardFooter = require('../_shared/cjs/CardFooter-PoifazZ1.cjs');
|
|
12
|
+
var VerticalSpace = require('../_shared/cjs/VerticalSpace-DLQUYsvc.cjs');
|
|
13
|
+
require('../_shared/cjs/index-DR8Rkav9.cjs');
|
|
14
|
+
require('../_shared/cjs/suffix-modifier-DLUGR-yG.cjs');
|
|
15
|
+
require('../_shared/cjs/SemanticHeading-C1-fyc3V.cjs');
|
|
16
|
+
require('../_shared/cjs/ThemeIcon-CwYN77IF.cjs');
|
|
17
|
+
require('../_shared/cjs/index-BLRjGROQ.cjs');
|
|
18
|
+
|
|
19
|
+
/** Use `TypographyCard` for content that benefits from larger and energetic typography. */
|
|
20
|
+
var TypographyCard = function (_a) {
|
|
21
|
+
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, _g = _a.labelLevel, labelLevel = _g === void 0 ? "3" : _g, props = tslib_es6.__rest(_a, ["url", "onClick", "heading", "metaText", "label", "minHeight", "headingSize", "linkData", "pathway", "buttonIcon", "headingLevel", "labelLevel"]);
|
|
22
|
+
var surface = React.useContext(Surface.Context).surface;
|
|
23
|
+
var _h = React.useState(false), showHoverState = _h[0], setShowHoverState = _h[1];
|
|
24
|
+
var handleShowHoverState = function (show) { return function () { return setShowHoverState(show); }; };
|
|
25
|
+
var isDarkPathway = pathway === "dark";
|
|
26
|
+
return (React.createElement("div", tslib_es6.__assign({ style: { minHeight: minHeight }, className: index.classNames("arc-TypographyCard", {
|
|
27
|
+
"arc-TypographyCard--outlined": showHoverState,
|
|
28
|
+
"arc-TypographyCard--darkPathway": isDarkPathway,
|
|
29
|
+
"arc-TypographyCard--lightPathway": !isDarkPathway,
|
|
30
|
+
"arc-TypographyCard--onDarkSurface": surface === "dark",
|
|
31
|
+
}) }, filterAttrs.filterAttrs(props)),
|
|
32
|
+
React.createElement("div", { className: "arc-TypographyCard-contentContainer" },
|
|
33
|
+
label && (React.createElement("div", { className: "arc-TypographyCard-label" },
|
|
34
|
+
React.createElement(Heading.Heading, { level: labelLevel, fontStyle: "overline" }, label),
|
|
35
|
+
React.createElement(VerticalSpace.VerticalSpace, { size: "16" }))),
|
|
36
|
+
React.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.createElement(CardFooter.CardFooter, { showButton: true, isDarkPathway: isDarkPathway, buttonIcon: buttonIcon, metaText: metaText, isHovered: showHoverState })));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
exports.TypographyCard = TypographyCard;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { _ as __rest, a as __assign } from '../_shared/esm/tslib.es6-w7hdJ3oZ.mjs';
|
|
3
|
+
import React__default, { useContext, useState } from 'react';
|
|
4
|
+
import { c as classNames } from '../_shared/esm/index-5C0-U8cc.mjs';
|
|
5
|
+
import { f as filterAttrs } from '../_shared/esm/filter-attrs-v_SweZXP.mjs';
|
|
6
|
+
import { H as Heading } from '../_shared/esm/Heading-Da-o0d5x.mjs';
|
|
7
|
+
import { C as Context } from '../_shared/esm/Surface-C69KVzkY.mjs';
|
|
8
|
+
import { C as CardHeading } from '../_shared/esm/CardHeading-CfPEEmBO.mjs';
|
|
9
|
+
import { C as CardFooter } from '../_shared/esm/CardFooter-DX3Ym8M6.mjs';
|
|
10
|
+
import { V as VerticalSpace } from '../_shared/esm/VerticalSpace-BLWB02I7.mjs';
|
|
11
|
+
import '../_shared/esm/index-Spae4j7j.mjs';
|
|
12
|
+
import '../_shared/esm/suffix-modifier-B_pO0UkF.mjs';
|
|
13
|
+
import '../_shared/esm/SemanticHeading-DpEBq7pG.mjs';
|
|
14
|
+
import '../_shared/esm/ThemeIcon-B0n6cKRb.mjs';
|
|
15
|
+
import '../_shared/esm/index-Cr6KeQLU.mjs';
|
|
16
|
+
|
|
17
|
+
/** Use `TypographyCard` for content that benefits from larger and energetic typography. */
|
|
18
|
+
var TypographyCard = function (_a) {
|
|
19
|
+
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, _g = _a.labelLevel, labelLevel = _g === void 0 ? "3" : _g, props = __rest(_a, ["url", "onClick", "heading", "metaText", "label", "minHeight", "headingSize", "linkData", "pathway", "buttonIcon", "headingLevel", "labelLevel"]);
|
|
20
|
+
var surface = useContext(Context).surface;
|
|
21
|
+
var _h = useState(false), showHoverState = _h[0], setShowHoverState = _h[1];
|
|
22
|
+
var handleShowHoverState = function (show) { return function () { return setShowHoverState(show); }; };
|
|
23
|
+
var isDarkPathway = pathway === "dark";
|
|
24
|
+
return (React__default.createElement("div", __assign({ style: { minHeight: minHeight }, className: classNames("arc-TypographyCard", {
|
|
25
|
+
"arc-TypographyCard--outlined": showHoverState,
|
|
26
|
+
"arc-TypographyCard--darkPathway": isDarkPathway,
|
|
27
|
+
"arc-TypographyCard--lightPathway": !isDarkPathway,
|
|
28
|
+
"arc-TypographyCard--onDarkSurface": surface === "dark",
|
|
29
|
+
}) }, filterAttrs(props)),
|
|
30
|
+
React__default.createElement("div", { className: "arc-TypographyCard-contentContainer" },
|
|
31
|
+
label && (React__default.createElement("div", { className: "arc-TypographyCard-label" },
|
|
32
|
+
React__default.createElement(Heading, { level: labelLevel, fontStyle: "overline" }, label),
|
|
33
|
+
React__default.createElement(VerticalSpace, { size: "16" }))),
|
|
34
|
+
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) })),
|
|
35
|
+
React__default.createElement(CardFooter, { showButton: true, isDarkPathway: isDarkPathway, buttonIcon: buttonIcon, metaText: metaText, isHovered: showHoverState })));
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export { TypographyCard };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v12-1-0 .arc .arc-TypographyCard{border-radius:var(--card-border-radius-s);box-shadow:0 0 1px var(--card-border-weight-s) var(--card-colors-light-border-default);color:var(--card-colors-light-text-default);display:flex;flex-direction:column;height:100%;outline:var(--focus-border-weight-s) solid transparent;outline-offset:2px;overflow:hidden;padding:var(--card-padding-s);position:relative;transition:outline 0.2s ease-in-out}.arc-v12-1-0 .arc .arc-TypographyCard-contentContainer{display:flex;flex:1 1 auto;flex-direction:column;margin-bottom:24px}.arc-v12-1-0 .arc .arc-TypographyCard-label{color:var(--card-colors-light-text-support)}.arc-v12-1-0 .arc .arc-TypographyCard--outlined{box-shadow:0 0 0 2px var(--card-colors-light-border-hover)}.arc-v12-1-0 .arc .arc-TypographyCard--outlined:not(.arc-TypographyCard--darkPathway) .arc-CardHeading-link{color:var(--card-colors-light-text-hover)}.arc-v12-1-0 .arc .arc-TypographyCard--darkPathway.arc-TypographyCard--outlined .arc-CardHeading{color:var(--card-colors-dark-text-hover)}.arc-v12-1-0 .arc .arc-TypographyCard--darkPathway.arc-TypographyCard--outlined{box-shadow:0 0 0 2px var(--card-colors-dark-border-hover)}.arc-v12-1-0 .arc .arc-TypographyCard--darkPathway.arc-TypographyCard--outlined[focus-within]{box-shadow:0 0 0 2px transparent}.arc-v12-1-0 .arc .arc-TypographyCard--darkPathway.arc-TypographyCard--outlined:focus-within{box-shadow:0 0 0 2px transparent}.arc-v12-1-0 .arc .arc-TypographyCard--outlined[focus-within]{box-shadow:0 0 0 1px var(--card-colors-light-border-default);outline-color:var(--focus-colors-light-border-subtle)}.arc-v12-1-0 .arc .arc-TypographyCard--outlined:focus-within{box-shadow:0 0 0 1px var(--card-colors-light-border-default);outline-color:var(--focus-colors-light-border-subtle)}.arc-v12-1-0 .arc .arc-TypographyCard--lightPathway{background:var(--card-colors-light-bg-emphasis)}.arc-v12-1-0 .arc .arc-TypographyCard--darkPathway{background:var(--card-colors-dark-bg-emphasis);box-shadow:0 0 0 1px transparent;color:var(--card-colors-dark-text-default)}.arc-v12-1-0 .arc .arc-TypographyCard--darkPathway .arc-TypographyCard-label{color:var(--card-colors-dark-text-support)}.arc-v12-1-0 .arc .arc-TypographyCard--onDarkSurface.arc-TypographyCard--outlined[focus-within]{box-shadow:0 0 0 1px transparent;outline-color:var(--focus-colors-dark-border-subtle)}.arc-v12-1-0 .arc .arc-TypographyCard--onDarkSurface.arc-TypographyCard--outlined:focus-within{box-shadow:0 0 0 1px transparent;outline-color:var(--focus-colors-dark-border-subtle)}@media (min-width:636px){.arc-v12-1-0 .arc .arc-TypographyCard{padding:var(--card-padding-m)}}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('../_shared/cjs/tslib.es6-CCZ3TN_7.cjs');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var index = require('../_shared/cjs/index-CTlXMLug.cjs');
|
|
6
|
+
var filterAttrs = require('../_shared/cjs/filter-attrs-D19P2s1V.cjs');
|
|
7
|
+
var Surface = require('../_shared/cjs/Surface-DIU5ciDT.cjs');
|
|
8
|
+
require('../_shared/cjs/index-DR8Rkav9.cjs');
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Use `UniversalHeader` to display a group-level page header.
|
|
12
|
+
*/
|
|
13
|
+
var UniversalHeader = function (_a) {
|
|
14
|
+
var children = _a.children, ContentSlot = _a.ContentSlot, props = tslib_es6.__rest(_a, ["children", "ContentSlot"]);
|
|
15
|
+
return (React.createElement("nav", tslib_es6.__assign({ className: "arc-UniversalHeader", "aria-label": "universial navigation" }, filterAttrs.filterAttrs(props)),
|
|
16
|
+
React.createElement(Surface.Surface, { background: "light-neutral-02" },
|
|
17
|
+
React.createElement("ul", { className: "arc-UniversalHeader-items" },
|
|
18
|
+
children,
|
|
19
|
+
ContentSlot && (React.createElement("li", { className: "arc-UniversalHeader-contentSlot" }, ContentSlot))))));
|
|
20
|
+
};
|
|
21
|
+
var UniversalHeaderItem = function (_a) {
|
|
22
|
+
var children = _a.children, href = _a.href, _b = _a.isActive, isActive = _b === void 0 ? false : _b, props = tslib_es6.__rest(_a, ["children", "href", "isActive"]);
|
|
23
|
+
return (React.createElement("li", tslib_es6.__assign({}, filterAttrs.filterAttrs(props)),
|
|
24
|
+
React.createElement("a", { className: index.classNames({
|
|
25
|
+
"arc-UniversalHeader-link": true,
|
|
26
|
+
"arc-UniversalHeader-link--isActive": isActive,
|
|
27
|
+
}), href: href }, children)));
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
exports.UniversalHeader = UniversalHeader;
|
|
31
|
+
exports.UniversalHeaderItem = UniversalHeaderItem;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { _ as __rest, a as __assign } from '../_shared/esm/tslib.es6-w7hdJ3oZ.mjs';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import { c as classNames } from '../_shared/esm/index-5C0-U8cc.mjs';
|
|
4
|
+
import { f as filterAttrs } from '../_shared/esm/filter-attrs-v_SweZXP.mjs';
|
|
5
|
+
import { S as Surface } from '../_shared/esm/Surface-C69KVzkY.mjs';
|
|
6
|
+
import '../_shared/esm/index-Spae4j7j.mjs';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Use `UniversalHeader` to display a group-level page header.
|
|
10
|
+
*/
|
|
11
|
+
var UniversalHeader = function (_a) {
|
|
12
|
+
var children = _a.children, ContentSlot = _a.ContentSlot, props = __rest(_a, ["children", "ContentSlot"]);
|
|
13
|
+
return (React__default.createElement("nav", __assign({ className: "arc-UniversalHeader", "aria-label": "universial navigation" }, filterAttrs(props)),
|
|
14
|
+
React__default.createElement(Surface, { background: "light-neutral-02" },
|
|
15
|
+
React__default.createElement("ul", { className: "arc-UniversalHeader-items" },
|
|
16
|
+
children,
|
|
17
|
+
ContentSlot && (React__default.createElement("li", { className: "arc-UniversalHeader-contentSlot" }, ContentSlot))))));
|
|
18
|
+
};
|
|
19
|
+
var UniversalHeaderItem = function (_a) {
|
|
20
|
+
var children = _a.children, href = _a.href, _b = _a.isActive, isActive = _b === void 0 ? false : _b, props = __rest(_a, ["children", "href", "isActive"]);
|
|
21
|
+
return (React__default.createElement("li", __assign({}, filterAttrs(props)),
|
|
22
|
+
React__default.createElement("a", { className: classNames({
|
|
23
|
+
"arc-UniversalHeader-link": true,
|
|
24
|
+
"arc-UniversalHeader-link--isActive": isActive,
|
|
25
|
+
}), href: href }, children)));
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export { UniversalHeader, UniversalHeaderItem };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v12-1-0 .arc .arc-UniversalHeader{color:var(--universal-header-colors-light-text-default);position:relative}.arc-v12-1-0 .arc .arc-UniversalHeader::after,.arc-v12-1-0 .arc .arc-UniversalHeader::before{bottom:0;content:"";pointer-events:none;position:absolute;top:0}.arc-v12-1-0 .arc .arc-UniversalHeader::after{background-image:linear-gradient(to right,rgba(240,240,240,0),rgba(240,240,240,1) 100%);right:0;width:24px}.arc-v12-1-0 .arc .arc-UniversalHeader::before{background-image:linear-gradient(to left,rgba(240,240,240,0),rgba(240,240,240,1) 100%);left:0;width:16px}@media (min-width:636px){.arc-v12-1-0 .arc .arc-UniversalHeader::before{width:24px}}.arc-v12-1-0 .arc .arc-UniversalHeader-items{align-items:center;display:flex;list-style:none;margin:0 auto;max-width:620px;overflow-x:auto;padding-left:0;padding-right:var(--universal-header-padding-m)}@media (min-width:636px){.arc-v12-1-0 .arc .arc-UniversalHeader-items{max-width:1008px;padding-left:var(--universal-header-padding-m);padding-right:var(--universal-header-padding-m)}}@media (min-width:1024px){.arc-v12-1-0 .arc .arc-UniversalHeader-items{max-width:1280px;padding-left:var(--universal-header-padding-xl);padding-right:var(--universal-header-padding-xl)}}.arc-v12-1-0 .arc .arc-UniversalHeader-link{color:inherit;display:block;font:var(--sem-type-body-reg-xs);padding-top:calc(4px * 2);padding-bottom:calc(4px * 2);padding-left:calc(4px * 4);padding-right:calc(4px * 4);text-decoration:none;white-space:nowrap}.arc-v12-1-0 .arc .arc-UniversalHeader-link: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-v12-1-0 .arc .arc-UniversalHeader-link:hover{color:var(--universal-header-colors-light-text-hover);text-decoration:underline}.arc-v12-1-0 .arc .arc-UniversalHeader-link--isActive{background-color:var(--header-menu-colors-light-fg-default);color:var(--header-menu-colors-light-text-default-alt)}.arc-v12-1-0 .arc .arc-UniversalHeader-link--isActive:hover{color:var(--header-menu-colors-light-text-default-alt)}.arc-v12-1-0 .arc .arc-UniversalHeader-contentSlot{margin-left:auto}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var VerticalSpace = require('../_shared/cjs/VerticalSpace-DLQUYsvc.cjs');
|
|
4
|
+
require('../_shared/cjs/tslib.es6-CCZ3TN_7.cjs');
|
|
5
|
+
require('react');
|
|
6
|
+
require('../_shared/cjs/index-CTlXMLug.cjs');
|
|
7
|
+
require('../_shared/cjs/filter-attrs-D19P2s1V.cjs');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.VerticalSpace = VerticalSpace.VerticalSpace;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v12-1-0 .arc .arc-VerticalSpace--size4{padding-bottom:var(--vertical-space-size-4)}.arc-v12-1-0 .arc .arc-VerticalSpace--size4.arc-VerticalSpace--debugVisible::after{content:"Space 4";height:var(--vertical-space-size-4);top:calc((0px - var(--vertical-space-size-4)) * 1);top:calc(calc(0px - var(--vertical-space-size-4)) * 1)}.arc-v12-1-0 .arc .arc-VerticalSpace--size8{padding-bottom:var(--vertical-space-size-8)}.arc-v12-1-0 .arc .arc-VerticalSpace--size8.arc-VerticalSpace--debugVisible::after{content:"Space 8";height:var(--vertical-space-size-8);top:calc((0px - var(--vertical-space-size-8)) * 1px);top:calc(calc(0px - var(--vertical-space-size-8)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size12{padding-bottom:var(--vertical-space-size-12)}.arc-v12-1-0 .arc .arc-VerticalSpace--size12.arc-VerticalSpace--debugVisible::after{content:"Space 12";height:var(--vertical-space-size-12);top:calc((0px - var(--vertical-space-size-12)) * 1px);top:calc(calc(0px - var(--vertical-space-size-12)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size16{padding-bottom:var(--vertical-space-size-16)}.arc-v12-1-0 .arc .arc-VerticalSpace--size16.arc-VerticalSpace--debugVisible::after{content:"Space 16";height:var(--vertical-space-size-16);top:calc((0px - var(--vertical-space-size-16)) * 1px);top:calc(calc(0px - var(--vertical-space-size-16)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size20{padding-bottom:var(--vertical-space-size-20)}.arc-v12-1-0 .arc .arc-VerticalSpace--size20.arc-VerticalSpace--debugVisible::after{content:"Space 20";height:var(--vertical-space-size-20);top:calc((0px - var(--vertical-space-size-20)) * 1px);top:calc(calc(0px - var(--vertical-space-size-20)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size24{padding-bottom:var(--vertical-space-size-24)}.arc-v12-1-0 .arc .arc-VerticalSpace--size24.arc-VerticalSpace--debugVisible::after{content:"Space 24";height:var(--vertical-space-size-24);top:calc((0px - var(--vertical-space-size-24)) * 1px);top:calc(calc(0px - var(--vertical-space-size-24)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size28{padding-bottom:var(--vertical-space-size-28)}.arc-v12-1-0 .arc .arc-VerticalSpace--size28.arc-VerticalSpace--debugVisible::after{content:"Space 28";height:var(--vertical-space-size-28);top:calc((0px - var(--vertical-space-size-28)) * 1px);top:calc(calc(0px - var(--vertical-space-size-28)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size32{padding-bottom:var(--vertical-space-size-32)}.arc-v12-1-0 .arc .arc-VerticalSpace--size32.arc-VerticalSpace--debugVisible::after{content:"Space 32";height:var(--vertical-space-size-32);top:calc((0px - var(--vertical-space-size-32)) * 1px);top:calc(calc(0px - var(--vertical-space-size-32)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size40{padding-bottom:var(--vertical-space-size-40)}.arc-v12-1-0 .arc .arc-VerticalSpace--size40.arc-VerticalSpace--debugVisible::after{content:"Space 40";height:var(--vertical-space-size-40);top:calc((0px - var(--vertical-space-size-40)) * 1px);top:calc(calc(0px - var(--vertical-space-size-40)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size48{padding-bottom:var(--vertical-space-size-48)}.arc-v12-1-0 .arc .arc-VerticalSpace--size48.arc-VerticalSpace--debugVisible::after{content:"Space 48";height:var(--vertical-space-size-48);top:calc((0px - var(--vertical-space-size-48)) * 1px);top:calc(calc(0px - var(--vertical-space-size-48)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size64{padding-bottom:var(--vertical-space-size-64)}.arc-v12-1-0 .arc .arc-VerticalSpace--size64.arc-VerticalSpace--debugVisible::after{content:"Space 64";height:var(--vertical-space-size-64);top:calc((0px - var(--vertical-space-size-64)) * 1px);top:calc(calc(0px - var(--vertical-space-size-64)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size96{padding-bottom:var(--vertical-space-size-96)}.arc-v12-1-0 .arc .arc-VerticalSpace--size96.arc-VerticalSpace--debugVisible::after{content:"Space 96";height:var(--vertical-space-size-96);top:calc((0px - var(--vertical-space-size-96)) * 1px);top:calc(calc(0px - var(--vertical-space-size-96)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--size128{padding-bottom:var(--vertical-space-size-128)}.arc-v12-1-0 .arc .arc-VerticalSpace--size128.arc-VerticalSpace--debugVisible::after{content:"Space 128";height:var(--vertical-space-size-128);top:calc((0px - var(--vertical-space-size-128)) * 1px);top:calc(calc(0px - var(--vertical-space-size-128)) * 1px)}@media (min-width:636px){.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS4{padding-bottom:var(--vertical-space-size-4)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS4.arc-VerticalSpace--debugVisible::after{content:"Space 4 S";height:var(--vertical-space-size-4);top:calc((0px - var(--vertical-space-size-4)) * 1px);top:calc(calc(0px - var(--vertical-space-size-4)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS8{padding-bottom:var(--vertical-space-size-8)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS8.arc-VerticalSpace--debugVisible::after{content:"Space 8 S";height:var(--vertical-space-size-8);top:calc((0px - var(--vertical-space-size-8)) * 1px);top:calc(calc(0px - var(--vertical-space-size-8)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS12{padding-bottom:var(--vertical-space-size-12)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS12.arc-VerticalSpace--debugVisible::after{content:"Space 12 S";height:var(--vertical-space-size-12);top:calc((0px - var(--vertical-space-size-12)) * 1px);top:calc(calc(0px - var(--vertical-space-size-12)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS16{padding-bottom:var(--vertical-space-size-16)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS16.arc-VerticalSpace--debugVisible::after{content:"Space 16 S";height:var(--vertical-space-size-16);top:calc((0px - var(--vertical-space-size-16)) * 1px);top:calc(calc(0px - var(--vertical-space-size-16)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS20{padding-bottom:var(--vertical-space-size-20)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS20.arc-VerticalSpace--debugVisible::after{content:"Space 20 S";height:var(--vertical-space-size-20);top:calc((0px - var(--vertical-space-size-20)) * 1px);top:calc(calc(0px - var(--vertical-space-size-20)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS24{padding-bottom:var(--vertical-space-size-24)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS24.arc-VerticalSpace--debugVisible::after{content:"Space 24 S";height:var(--vertical-space-size-24);top:calc((0px - var(--vertical-space-size-24)) * 1px);top:calc(calc(0px - var(--vertical-space-size-24)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS28{padding-bottom:var(--vertical-space-size-28)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS28.arc-VerticalSpace--debugVisible::after{content:"Space 28 S";height:var(--vertical-space-size-28);top:calc((0px - var(--vertical-space-size-28)) * 1px);top:calc(calc(0px - var(--vertical-space-size-28)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS32{padding-bottom:var(--vertical-space-size-32)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS32.arc-VerticalSpace--debugVisible::after{content:"Space 32 S";height:var(--vertical-space-size-32);top:calc((0px - var(--vertical-space-size-32)) * 1px);top:calc(calc(0px - var(--vertical-space-size-32)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS40{padding-bottom:var(--vertical-space-size-40)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS40.arc-VerticalSpace--debugVisible::after{content:"Space 40 S";height:var(--vertical-space-size-40);top:calc((0px - var(--vertical-space-size-40)) * 1px);top:calc(calc(0px - var(--vertical-space-size-40)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS48{padding-bottom:var(--vertical-space-size-48)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS48.arc-VerticalSpace--debugVisible::after{content:"Space 48 S";height:var(--vertical-space-size-48);top:calc((0px - var(--vertical-space-size-48)) * 1px);top:calc(calc(0px - var(--vertical-space-size-48)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS64{padding-bottom:var(--vertical-space-size-64)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS64.arc-VerticalSpace--debugVisible::after{content:"Space 64 S";height:var(--vertical-space-size-64);top:calc((0px - var(--vertical-space-size-64)) * 1px);top:calc(calc(0px - var(--vertical-space-size-64)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS96{padding-bottom:var(--vertical-space-size-96)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS96.arc-VerticalSpace--debugVisible::after{content:"Space 96 S";height:var(--vertical-space-size-96);top:calc((0px - var(--vertical-space-size-96)) * 1px);top:calc(calc(0px - var(--vertical-space-size-96)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS128{padding-bottom:var(--vertical-space-size-128)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeS128.arc-VerticalSpace--debugVisible::after{content:"Space 128 S";height:var(--vertical-space-size-128);top:calc((0px - var(--vertical-space-size-128)) * 1px);top:calc(calc(0px - var(--vertical-space-size-128)) * 1px)}}@media (min-width:768px){.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM4{padding-bottom:var(--vertical-space-size-4)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM4.arc-VerticalSpace--debugVisible::after{content:"Space 4 M";height:var(--vertical-space-size-4);top:calc((0px - var(--vertical-space-size-4)) * 1px);top:calc(calc(0px - var(--vertical-space-size-4)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM8{padding-bottom:var(--vertical-space-size-8)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM8.arc-VerticalSpace--debugVisible::after{content:"Space 8 M";height:var(--vertical-space-size-8);top:calc((0px - var(--vertical-space-size-8)) * 1px);top:calc(calc(0px - var(--vertical-space-size-8)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM12{padding-bottom:var(--vertical-space-size-12)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM12.arc-VerticalSpace--debugVisible::after{content:"Space 12 M";height:var(--vertical-space-size-12);top:calc((0px - var(--vertical-space-size-12)) * 1px);top:calc(calc(0px - var(--vertical-space-size-12)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM16{padding-bottom:var(--vertical-space-size-16)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM16.arc-VerticalSpace--debugVisible::after{content:"Space 16 M";height:var(--vertical-space-size-16);top:calc((0px - var(--vertical-space-size-16)) * 1px);top:calc(calc(0px - var(--vertical-space-size-16)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM20{padding-bottom:var(--vertical-space-size-20)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM20.arc-VerticalSpace--debugVisible::after{content:"Space 20 M";height:var(--vertical-space-size-20);top:calc((0px - var(--vertical-space-size-20)) * 1px);top:calc(calc(0px - var(--vertical-space-size-20)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM24{padding-bottom:var(--vertical-space-size-24)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM24.arc-VerticalSpace--debugVisible::after{content:"Space 24 M";height:var(--vertical-space-size-24);top:calc((0px - var(--vertical-space-size-24)) * 1px);top:calc(calc(0px - var(--vertical-space-size-24)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM28{padding-bottom:var(--vertical-space-size-28)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM28.arc-VerticalSpace--debugVisible::after{content:"Space 28 M";height:var(--vertical-space-size-28);top:calc((0px - var(--vertical-space-size-28)) * 1px);top:calc(calc(0px - var(--vertical-space-size-28)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM32{padding-bottom:var(--vertical-space-size-32)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM32.arc-VerticalSpace--debugVisible::after{content:"Space 32 M";height:var(--vertical-space-size-32);top:calc((0px - var(--vertical-space-size-32)) * 1px);top:calc(calc(0px - var(--vertical-space-size-32)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM40{padding-bottom:var(--vertical-space-size-40)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM40.arc-VerticalSpace--debugVisible::after{content:"Space 40 M";height:var(--vertical-space-size-40);top:calc((0px - var(--vertical-space-size-40)) * 1px);top:calc(calc(0px - var(--vertical-space-size-40)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM48{padding-bottom:var(--vertical-space-size-48)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM48.arc-VerticalSpace--debugVisible::after{content:"Space 48 M";height:var(--vertical-space-size-48);top:calc((0px - var(--vertical-space-size-48)) * 1px);top:calc(calc(0px - var(--vertical-space-size-48)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM64{padding-bottom:var(--vertical-space-size-64)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM64.arc-VerticalSpace--debugVisible::after{content:"Space 64 M";height:var(--vertical-space-size-64);top:calc((0px - var(--vertical-space-size-64)) * 1px);top:calc(calc(0px - var(--vertical-space-size-64)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM96{padding-bottom:var(--vertical-space-size-96)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM96.arc-VerticalSpace--debugVisible::after{content:"Space 96 M";height:var(--vertical-space-size-96);top:calc((0px - var(--vertical-space-size-96)) * 1px);top:calc(calc(0px - var(--vertical-space-size-96)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM128{padding-bottom:var(--vertical-space-size-128)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeM128.arc-VerticalSpace--debugVisible::after{content:"Space 128 M";height:var(--vertical-space-size-128);top:calc((0px - var(--vertical-space-size-128)) * 1px);top:calc(calc(0px - var(--vertical-space-size-128)) * 1px)}}@media (min-width:1024px){.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL4{padding-bottom:var(--vertical-space-size-4)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL4.arc-VerticalSpace--debugVisible::after{content:"Space 4 L";height:var(--vertical-space-size-4);top:calc((0px - var(--vertical-space-size-4)) * 1px);top:calc(calc(0px - var(--vertical-space-size-4)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL8{padding-bottom:var(--vertical-space-size-8)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL8.arc-VerticalSpace--debugVisible::after{content:"Space 8 L";height:var(--vertical-space-size-8);top:calc((0px - var(--vertical-space-size-8)) * 1px);top:calc(calc(0px - var(--vertical-space-size-8)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL12{padding-bottom:var(--vertical-space-size-12)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL12.arc-VerticalSpace--debugVisible::after{content:"Space 12 L";height:var(--vertical-space-size-12);top:calc((0px - var(--vertical-space-size-12)) * 1px);top:calc(calc(0px - var(--vertical-space-size-12)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL16{padding-bottom:var(--vertical-space-size-16)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL16.arc-VerticalSpace--debugVisible::after{content:"Space 16 L";height:var(--vertical-space-size-16);top:calc((0px - var(--vertical-space-size-16)) * 1px);top:calc(calc(0px - var(--vertical-space-size-16)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL20{padding-bottom:var(--vertical-space-size-20)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL20.arc-VerticalSpace--debugVisible::after{content:"Space 20 L";height:var(--vertical-space-size-20);top:calc((0px - var(--vertical-space-size-20)) * 1px);top:calc(calc(0px - var(--vertical-space-size-20)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL24{padding-bottom:var(--vertical-space-size-24)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL24.arc-VerticalSpace--debugVisible::after{content:"Space 24 L";height:var(--vertical-space-size-24);top:calc((0px - var(--vertical-space-size-24)) * 1px);top:calc(calc(0px - var(--vertical-space-size-24)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL28{padding-bottom:var(--vertical-space-size-28)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL28.arc-VerticalSpace--debugVisible::after{content:"Space 28 L";height:var(--vertical-space-size-28);top:calc((0px - var(--vertical-space-size-28)) * 1px);top:calc(calc(0px - var(--vertical-space-size-28)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL32{padding-bottom:var(--vertical-space-size-32)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL32.arc-VerticalSpace--debugVisible::after{content:"Space 32 L";height:var(--vertical-space-size-32);top:calc((0px - var(--vertical-space-size-32)) * 1px);top:calc(calc(0px - var(--vertical-space-size-32)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL40{padding-bottom:var(--vertical-space-size-40)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL40.arc-VerticalSpace--debugVisible::after{content:"Space 40 L";height:var(--vertical-space-size-40);top:calc((0px - var(--vertical-space-size-40)) * 1px);top:calc(calc(0px - var(--vertical-space-size-40)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL48{padding-bottom:var(--vertical-space-size-48)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL48.arc-VerticalSpace--debugVisible::after{content:"Space 48 L";height:var(--vertical-space-size-48);top:calc((0px - var(--vertical-space-size-48)) * 1px);top:calc(calc(0px - var(--vertical-space-size-48)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL64{padding-bottom:var(--vertical-space-size-64)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL64.arc-VerticalSpace--debugVisible::after{content:"Space 64 L";height:var(--vertical-space-size-64);top:calc((0px - var(--vertical-space-size-64)) * 1px);top:calc(calc(0px - var(--vertical-space-size-64)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL96{padding-bottom:var(--vertical-space-size-96)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL96.arc-VerticalSpace--debugVisible::after{content:"Space 96 L";height:var(--vertical-space-size-96);top:calc((0px - var(--vertical-space-size-96)) * 1px);top:calc(calc(0px - var(--vertical-space-size-96)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL128{padding-bottom:var(--vertical-space-size-128)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeL128.arc-VerticalSpace--debugVisible::after{content:"Space 128 L";height:var(--vertical-space-size-128);top:calc((0px - var(--vertical-space-size-128)) * 1px);top:calc(calc(0px - var(--vertical-space-size-128)) * 1px)}}@media (min-width:1280px){.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL4{padding-bottom:var(--vertical-space-size-4)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL4.arc-VerticalSpace--debugVisible::after{content:"Space 4 XL";height:var(--vertical-space-size-4);top:calc((0px - var(--vertical-space-size-4)) * 1px);top:calc(calc(0px - var(--vertical-space-size-4)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL8{padding-bottom:var(--vertical-space-size-8)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL8.arc-VerticalSpace--debugVisible::after{content:"Space 8 XL";height:var(--vertical-space-size-8);top:calc((0px - var(--vertical-space-size-8)) * 1px);top:calc(calc(0px - var(--vertical-space-size-8)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL12{padding-bottom:var(--vertical-space-size-12)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL12.arc-VerticalSpace--debugVisible::after{content:"Space 12 XL";height:var(--vertical-space-size-12);top:calc((0px - var(--vertical-space-size-12)) * 1px);top:calc(calc(0px - var(--vertical-space-size-12)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL16{padding-bottom:var(--vertical-space-size-16)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL16.arc-VerticalSpace--debugVisible::after{content:"Space 16 XL";height:var(--vertical-space-size-16);top:calc((0px - var(--vertical-space-size-16)) * 1px);top:calc(calc(0px - var(--vertical-space-size-16)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL20{padding-bottom:var(--vertical-space-size-20)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL20.arc-VerticalSpace--debugVisible::after{content:"Space 20 XL";height:var(--vertical-space-size-20);top:calc((0px - var(--vertical-space-size-20)) * 1px);top:calc(calc(0px - var(--vertical-space-size-20)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL24{padding-bottom:var(--vertical-space-size-24)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL24.arc-VerticalSpace--debugVisible::after{content:"Space 24 XL";height:var(--vertical-space-size-24);top:calc((0px - var(--vertical-space-size-24)) * 1px);top:calc(calc(0px - var(--vertical-space-size-24)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL28{padding-bottom:var(--vertical-space-size-28)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL28.arc-VerticalSpace--debugVisible::after{content:"Space 28 XL";height:var(--vertical-space-size-28);top:calc((0px - var(--vertical-space-size-28)) * 1px);top:calc(calc(0px - var(--vertical-space-size-28)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL32{padding-bottom:var(--vertical-space-size-32)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL32.arc-VerticalSpace--debugVisible::after{content:"Space 32 XL";height:var(--vertical-space-size-32);top:calc((0px - var(--vertical-space-size-32)) * 1px);top:calc(calc(0px - var(--vertical-space-size-32)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL40{padding-bottom:var(--vertical-space-size-40)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL40.arc-VerticalSpace--debugVisible::after{content:"Space 40 XL";height:var(--vertical-space-size-40);top:calc((0px - var(--vertical-space-size-40)) * 1px);top:calc(calc(0px - var(--vertical-space-size-40)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL48{padding-bottom:var(--vertical-space-size-48)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL48.arc-VerticalSpace--debugVisible::after{content:"Space 48 XL";height:var(--vertical-space-size-48);top:calc((0px - var(--vertical-space-size-48)) * 1px);top:calc(calc(0px - var(--vertical-space-size-48)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL64{padding-bottom:var(--vertical-space-size-64)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL64.arc-VerticalSpace--debugVisible::after{content:"Space 64 XL";height:var(--vertical-space-size-64);top:calc((0px - var(--vertical-space-size-64)) * 1px);top:calc(calc(0px - var(--vertical-space-size-64)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL96{padding-bottom:var(--vertical-space-size-96)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL96.arc-VerticalSpace--debugVisible::after{content:"Space 96 XL";height:var(--vertical-space-size-96);top:calc((0px - var(--vertical-space-size-96)) * 1px);top:calc(calc(0px - var(--vertical-space-size-96)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL128{padding-bottom:var(--vertical-space-size-128)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXL128.arc-VerticalSpace--debugVisible::after{content:"Space 128 XL";height:var(--vertical-space-size-128);top:calc((0px - var(--vertical-space-size-128)) * 1px);top:calc(calc(0px - var(--vertical-space-size-128)) * 1px)}}@media (min-width:1440px){.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL4{padding-bottom:var(--vertical-space-size-4)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL4.arc-VerticalSpace--debugVisible::after{content:"Space 4 XXL";height:var(--vertical-space-size-4);top:calc((0px - var(--vertical-space-size-4)) * 1px);top:calc(calc(0px - var(--vertical-space-size-4)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL8{padding-bottom:var(--vertical-space-size-8)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL8.arc-VerticalSpace--debugVisible::after{content:"Space 8 XXL";height:var(--vertical-space-size-8);top:calc((0px - var(--vertical-space-size-8)) * 1px);top:calc(calc(0px - var(--vertical-space-size-8)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL12{padding-bottom:var(--vertical-space-size-12)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL12.arc-VerticalSpace--debugVisible::after{content:"Space 12 XXL";height:var(--vertical-space-size-12);top:calc((0px - var(--vertical-space-size-12)) * 1px);top:calc(calc(0px - var(--vertical-space-size-12)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL16{padding-bottom:var(--vertical-space-size-16)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL16.arc-VerticalSpace--debugVisible::after{content:"Space 16 XXL";height:var(--vertical-space-size-16);top:calc((0px - var(--vertical-space-size-16)) * 1px);top:calc(calc(0px - var(--vertical-space-size-16)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL20{padding-bottom:var(--vertical-space-size-20)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL20.arc-VerticalSpace--debugVisible::after{content:"Space 20 XXL";height:var(--vertical-space-size-20);top:calc((0px - var(--vertical-space-size-20)) * 1px);top:calc(calc(0px - var(--vertical-space-size-20)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL24{padding-bottom:var(--vertical-space-size-24)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL24.arc-VerticalSpace--debugVisible::after{content:"Space 24 XXL";height:var(--vertical-space-size-24);top:calc((0px - var(--vertical-space-size-24)) * 1px);top:calc(calc(0px - var(--vertical-space-size-24)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL28{padding-bottom:var(--vertical-space-size-28)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL28.arc-VerticalSpace--debugVisible::after{content:"Space 28 XXL";height:var(--vertical-space-size-28);top:calc((0px - var(--vertical-space-size-28)) * 1px);top:calc(calc(0px - var(--vertical-space-size-28)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL32{padding-bottom:var(--vertical-space-size-32)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL32.arc-VerticalSpace--debugVisible::after{content:"Space 32 XXL";height:var(--vertical-space-size-32);top:calc((0px - var(--vertical-space-size-32)) * 1px);top:calc(calc(0px - var(--vertical-space-size-32)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL40{padding-bottom:var(--vertical-space-size-40)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL40.arc-VerticalSpace--debugVisible::after{content:"Space 40 XXL";height:var(--vertical-space-size-40);top:calc((0px - var(--vertical-space-size-40)) * 1px);top:calc(calc(0px - var(--vertical-space-size-40)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL48{padding-bottom:var(--vertical-space-size-48)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL48.arc-VerticalSpace--debugVisible::after{content:"Space 48 XXL";height:var(--vertical-space-size-48);top:calc((0px - var(--vertical-space-size-48)) * 1px);top:calc(calc(0px - var(--vertical-space-size-48)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL64{padding-bottom:var(--vertical-space-size-64)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL64.arc-VerticalSpace--debugVisible::after{content:"Space 64 XXL";height:var(--vertical-space-size-64);top:calc((0px - var(--vertical-space-size-64)) * 1px);top:calc(calc(0px - var(--vertical-space-size-64)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL96{padding-bottom:var(--vertical-space-size-96)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL96.arc-VerticalSpace--debugVisible::after{content:"Space 96 XXL";height:var(--vertical-space-size-96);top:calc((0px - var(--vertical-space-size-96)) * 1px);top:calc(calc(0px - var(--vertical-space-size-96)) * 1px)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL128{padding-bottom:var(--vertical-space-size-128)}.arc-v12-1-0 .arc .arc-VerticalSpace--sizeXXL128.arc-VerticalSpace--debugVisible::after{content:"Space 128 XXL";height:var(--vertical-space-size-128);top:calc((0px - var(--vertical-space-size-128)) * 1px);top:calc(calc(0px - var(--vertical-space-size-128)) * 1px)}}.arc-v12-1-0 .arc .arc-VerticalSpace--debugVisible{position:relative}.arc-v12-1-0 .arc .arc-VerticalSpace--debugVisible::after{align-items:center;background-color:rgba(var(--arc-debug-rgb),0.5);color:inherit;content:"Space";display:flex;height:var(--vertical-space-size-24);justify-content:center;left:0;outline:1px dashed rgba(var(--arc-debug-rgb),1);outline-offset:-1px;position:absolute;right:0;top:calc((0px - var(--vertical-space-size-24)) * 1px);top:calc(calc(0px - var(--vertical-space-size-24)) * 1px)}.arc-v12-1-0 .arc *+.arc-VerticalSpace.arc-VerticalSpace--debugVisible::after{top:0}
|