@arc-ui/components 11.24.0 → 11.24.2-12.0.0-beta.13.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/dist/Alert/Alert.cjs.js +20 -38
- package/dist/Alert/Alert.esm.js +18 -30
- package/dist/Alert/styles.css +1 -0
- package/dist/Align/Align.cjs.js +9 -16
- package/dist/Align/Align.esm.js +3 -4
- package/dist/Align/styles.css +1 -0
- package/dist/AppButton/AppButton.cjs.js +68 -0
- package/dist/AppButton/AppButton.esm.js +66 -0
- package/dist/AppButton/package.json +7 -0
- package/dist/AppButton/styles.css +1 -0
- package/dist/Avatar/Avatar.cjs.js +8 -11
- package/dist/Avatar/Avatar.esm.js +8 -9
- package/dist/Avatar/styles.css +1 -0
- package/dist/AvatarGroup/AvatarGroup.cjs.js +14 -21
- package/dist/AvatarGroup/AvatarGroup.esm.js +9 -10
- package/dist/AvatarGroup/styles.css +1 -0
- package/dist/Badge/Badge.cjs.js +5 -32
- package/dist/Badge/Badge.esm.js +4 -29
- package/dist/Badge/styles.css +1 -0
- package/dist/Banner/Banner.cjs.js +22 -0
- package/dist/Banner/Banner.esm.js +20 -0
- package/dist/Banner/package.json +7 -0
- package/dist/Box/Box.cjs.js +6 -26
- package/dist/Box/Box.esm.js +5 -23
- package/dist/Box/styles.css +1 -0
- package/dist/BrandLogo/BrandLogo.cjs.js +4 -7
- package/dist/BrandLogo/BrandLogo.esm.js +4 -5
- package/dist/BrandLogo/styles.css +1 -0
- package/dist/Breadcrumbs/Breadcrumbs.cjs.js +8 -11
- package/dist/Breadcrumbs/Breadcrumbs.esm.js +8 -9
- package/dist/Breadcrumbs/styles.css +1 -0
- package/dist/Button/Button.cjs.js +6 -10
- package/dist/Button/Button.esm.js +6 -8
- package/dist/Button/styles.css +1 -0
- package/dist/ButtonGroup/ButtonGroup.cjs.js +31 -0
- package/dist/ButtonGroup/ButtonGroup.esm.js +29 -0
- package/dist/ButtonGroup/package.json +7 -0
- package/dist/ButtonGroup/styles.css +1 -0
- package/dist/ButtonV2/ButtonV2.cjs.js +13 -0
- package/dist/ButtonV2/ButtonV2.esm.js +7 -0
- package/dist/ButtonV2/package.json +7 -0
- package/dist/ButtonV2/styles.css +1 -0
- package/dist/Calendar/Calendar.cjs.js +12 -14
- package/dist/Calendar/Calendar.esm.js +12 -12
- package/dist/Calendar/styles.css +1 -0
- package/dist/CardFooter/CardFooter.cjs.js +15 -0
- package/dist/CardFooter/CardFooter.esm.js +9 -0
- package/dist/CardFooter/package.json +7 -0
- package/dist/CardFooter/styles.css +1 -0
- package/dist/CardHeading/CardHeading.cjs.js +12 -0
- package/dist/CardHeading/CardHeading.esm.js +6 -0
- package/dist/CardHeading/package.json +7 -0
- package/dist/CardHeading/styles.css +1 -0
- package/dist/Carousel/Carousel.cjs.js +1909 -0
- package/dist/Carousel/Carousel.esm.js +1907 -0
- package/dist/Carousel/package.json +7 -0
- package/dist/Carousel/styles.css +1 -0
- package/dist/Checkbox/Checkbox.cjs.js +9 -14
- package/dist/Checkbox/Checkbox.esm.js +9 -12
- package/dist/Checkbox/styles.css +1 -0
- package/dist/Columns/Columns.cjs.js +3 -6
- package/dist/Columns/Columns.esm.js +3 -4
- package/dist/Columns/styles.css +1 -0
- package/dist/ComboBox/ComboBox.cjs.js +27 -0
- package/dist/ComboBox/ComboBox.esm.js +21 -0
- package/dist/ComboBox/package.json +7 -0
- package/dist/ComboBox/styles.css +1 -0
- package/dist/ConditionalWrapper/ConditionalWrapper.cjs.js +8 -0
- package/dist/ConditionalWrapper/ConditionalWrapper.esm.js +2 -0
- package/dist/ConditionalWrapper/package.json +7 -0
- package/dist/ContentSwitcher/ContentSwitcher.cjs.js +18 -0
- package/dist/ContentSwitcher/ContentSwitcher.esm.js +12 -0
- package/dist/ContentSwitcher/package.json +7 -0
- package/dist/ContentSwitcher/styles.css +1 -0
- package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.cjs.js +23 -0
- package/dist/ContentSwitcherDropdown/ContentSwitcherDropdown.esm.js +17 -0
- package/dist/ContentSwitcherDropdown/package.json +7 -0
- package/dist/ContentSwitcherDropdown/styles.css +1 -0
- package/dist/DatePicker/DatePicker.cjs.js +36 -565
- package/dist/DatePicker/DatePicker.esm.js +27 -554
- package/dist/DatePicker/styles.css +1 -0
- package/dist/Disclosure/Disclosure.cjs.js +13 -20
- package/dist/Disclosure/Disclosure.esm.js +7 -8
- package/dist/Disclosure/styles.css +1 -0
- package/dist/DisclosureMini/DisclosureMini.cjs.js +6 -9
- package/dist/DisclosureMini/DisclosureMini.esm.js +6 -7
- package/dist/DisclosureMini/styles.css +1 -0
- package/dist/Download/Download.cjs.js +14 -0
- package/dist/Download/Download.esm.js +8 -0
- package/dist/Download/package.json +7 -0
- package/dist/Download/styles.css +1 -0
- package/dist/Drawer/Drawer.cjs.js +374 -0
- package/dist/Drawer/Drawer.esm.js +354 -0
- package/dist/Drawer/package.json +7 -0
- package/dist/Drawer/styles.css +1 -0
- package/dist/Elevation/Elevation.cjs.js +5 -11
- package/dist/Elevation/Elevation.esm.js +3 -3
- package/dist/Elevation/styles.css +1 -0
- package/dist/Filter/Filter.cjs.js +5 -7
- package/dist/Filter/Filter.esm.js +5 -5
- package/dist/Filter/styles.css +1 -0
- package/dist/FormControl/FormControl.cjs.js +8 -12
- package/dist/FormControl/FormControl.esm.js +8 -10
- package/dist/FormControl/styles.css +1 -0
- package/dist/Grid/Grid.cjs.js +3 -6
- package/dist/Grid/Grid.esm.js +3 -4
- package/dist/Grid/styles.css +1 -0
- package/dist/Group/Group.cjs.js +4 -6
- package/dist/Group/Group.esm.js +4 -4
- package/dist/Group/styles.css +1 -0
- package/dist/Heading/Heading.cjs.js +4 -7
- package/dist/Heading/Heading.esm.js +4 -5
- package/dist/Heading/styles.css +1 -0
- package/dist/HeroBanner/HeroBanner.cjs.js +26 -0
- package/dist/HeroBanner/HeroBanner.esm.js +24 -0
- package/dist/HeroBanner/package.json +7 -0
- package/dist/HeroBanner/styles.css +1 -0
- package/dist/HeroButton/HeroButton.cjs.js +13 -0
- package/dist/HeroButton/HeroButton.esm.js +7 -0
- package/dist/HeroButton/package.json +7 -0
- package/dist/HeroButton/styles.css +1 -0
- package/dist/Hidden/Hidden.cjs.js +5 -11
- package/dist/Hidden/Hidden.esm.js +3 -3
- package/dist/Hidden/styles.css +1 -0
- package/dist/Icon/Icon.cjs.js +4 -7
- package/dist/Icon/Icon.esm.js +4 -5
- package/dist/Icon/styles.css +1 -0
- package/dist/Image/Image.cjs.js +3 -6
- package/dist/Image/Image.esm.js +3 -4
- package/dist/Image/styles.css +1 -0
- package/dist/ImpactCard/ImpactCard.cjs.js +21 -26
- package/dist/ImpactCard/ImpactCard.esm.js +16 -15
- package/dist/ImpactCard/styles.css +1 -0
- package/dist/InformationCard/InformationCard.cjs.js +39 -57
- package/dist/InformationCard/InformationCard.esm.js +36 -48
- package/dist/InformationCard/styles.css +1 -0
- package/dist/Link/Link.cjs.js +22 -29
- package/dist/Link/Link.esm.js +8 -9
- package/dist/Link/styles.css +1 -0
- package/dist/Markup/Markup.cjs.js +6 -12
- package/dist/Markup/Markup.esm.js +4 -4
- package/dist/Markup/styles.css +1 -0
- package/dist/MediaCard/MediaCard.cjs.js +19 -49
- package/dist/MediaCard/MediaCard.esm.js +18 -46
- package/dist/MediaCard/styles.css +1 -0
- package/dist/Modal/Modal.cjs.js +46 -277
- package/dist/Modal/Modal.esm.js +44 -269
- package/dist/Modal/styles.css +1 -0
- package/dist/Pagination/Pagination.cjs.js +17 -29
- package/dist/Pagination/Pagination.esm.js +8 -14
- package/dist/Pagination/styles.css +1 -0
- package/dist/PaginationSimple/PaginationSimple.cjs.js +89 -31
- package/dist/PaginationSimple/PaginationSimple.esm.js +86 -22
- package/dist/PaginationSimple/styles.css +1 -0
- package/dist/Popover/Popover.cjs.js +36 -0
- package/dist/Popover/Popover.esm.js +34 -0
- package/dist/Popover/package.json +7 -0
- package/dist/Popover/styles.css +1 -0
- package/dist/Poster/Poster.cjs.js +5 -8
- package/dist/Poster/Poster.esm.js +5 -6
- package/dist/Poster/styles.css +1 -0
- package/dist/ProgressBar/ProgressBar.cjs.js +33 -66
- package/dist/ProgressBar/ProgressBar.esm.js +13 -40
- package/dist/ProgressBar/styles.css +1 -0
- package/dist/ProgressStepper/ProgressStepper.cjs.js +6 -9
- package/dist/ProgressStepper/ProgressStepper.esm.js +6 -7
- package/dist/ProgressStepper/styles.css +1 -0
- package/dist/RadioCardGroup/RadioCardGroup.cjs.js +17 -0
- package/dist/RadioCardGroup/RadioCardGroup.esm.js +11 -0
- package/dist/RadioCardGroup/package.json +7 -0
- package/dist/RadioCardGroup/styles.css +1 -0
- package/dist/RadioGroup/RadioGroup.cjs.js +10 -13
- package/dist/RadioGroup/RadioGroup.esm.js +9 -11
- package/dist/RadioGroup/styles.css +1 -0
- package/dist/Rule/Rule.cjs.js +5 -11
- package/dist/Rule/Rule.esm.js +4 -4
- package/dist/Rule/styles.css +1 -0
- package/dist/ScrollToTop/ScrollToTop.cjs.js +19 -24
- package/dist/ScrollToTop/ScrollToTop.esm.js +11 -10
- package/dist/ScrollToTop/styles.css +1 -0
- package/dist/Section/Section.cjs.js +3 -5
- package/dist/Section/Section.esm.js +3 -3
- package/dist/Section/styles.css +1 -0
- package/dist/Select/Select.cjs.js +43 -1186
- package/dist/Select/Select.esm.js +32 -1169
- package/dist/Select/styles.css +1 -0
- package/dist/SiteFooter/SiteFooter.cjs.js +11 -38
- package/dist/SiteFooter/SiteFooter.esm.js +11 -36
- package/dist/SiteFooter/styles.css +1 -0
- package/dist/SiteHeaderV2/SiteHeaderV2.cjs.js +15 -17
- package/dist/SiteHeaderV2/SiteHeaderV2.esm.js +15 -15
- package/dist/SiteHeaderV2/styles.css +1 -0
- package/dist/Skeleton/Skeleton.cjs.js +20 -0
- package/dist/Skeleton/Skeleton.esm.js +18 -0
- package/dist/Skeleton/package.json +7 -0
- package/dist/Skeleton/styles.css +1 -0
- package/dist/SkipLink/SkipLink.cjs.js +4 -19
- package/dist/SkipLink/SkipLink.esm.js +3 -16
- package/dist/SkipLink/styles.css +1 -0
- package/dist/Spinner/Spinner.cjs.js +10 -0
- package/dist/Spinner/Spinner.esm.js +4 -0
- package/dist/Spinner/package.json +7 -0
- package/dist/Spinner/styles.css +1 -0
- package/dist/Surface/Surface.cjs.js +3 -5
- package/dist/Surface/Surface.esm.js +3 -3
- package/dist/Surface/styles.css +1 -0
- package/dist/Switch/Switch.cjs.js +43 -420
- package/dist/Switch/Switch.esm.js +29 -400
- package/dist/Switch/styles.css +1 -0
- package/dist/TabbedBanner/TabbedBanner.cjs.js +66 -0
- package/dist/TabbedBanner/TabbedBanner.esm.js +64 -0
- package/dist/TabbedBanner/package.json +7 -0
- package/dist/TabbedBanner/styles.css +1 -0
- package/dist/Tabs/Tabs.cjs.js +10 -15
- package/dist/Tabs/Tabs.esm.js +10 -13
- package/dist/Tabs/styles.css +1 -0
- package/dist/Tag/Tag.cjs.js +72 -9
- package/dist/Tag/Tag.esm.js +76 -7
- package/dist/Tag/styles.css +1 -0
- package/dist/TemplateBanner/TemplateBanner.cjs.js +19 -0
- package/dist/TemplateBanner/TemplateBanner.esm.js +13 -0
- package/dist/TemplateBanner/package.json +7 -0
- package/dist/TemplateBanner/styles.css +1 -0
- package/dist/Text/Text.cjs.js +4 -7
- package/dist/Text/Text.esm.js +4 -5
- package/dist/Text/styles.css +1 -0
- package/dist/TextArea/TextArea.cjs.js +87 -69
- package/dist/TextArea/TextArea.esm.js +83 -59
- package/dist/TextArea/styles.css +1 -0
- package/dist/TextInput/TextInput.cjs.js +10 -14
- package/dist/TextInput/TextInput.esm.js +10 -12
- package/dist/TextInput/styles.css +1 -0
- package/dist/Theme/Theme.cjs.js +25 -0
- package/dist/Theme/Theme.esm.js +22 -0
- package/dist/Theme/package.json +7 -0
- package/dist/Theme/styles.css +1 -0
- package/dist/ThemeIcon/ThemeIcon.cjs.js +11 -0
- package/dist/ThemeIcon/ThemeIcon.esm.js +5 -0
- package/dist/ThemeIcon/package.json +7 -0
- package/dist/ThemeIcon/styles.css +1 -0
- package/dist/Toast/Toast.cjs.js +9 -17
- package/dist/Toast/Toast.esm.js +9 -15
- package/dist/Toast/styles.css +1 -0
- package/dist/Tooltip/Tooltip.cjs.js +553 -0
- package/dist/Tooltip/Tooltip.esm.js +533 -0
- package/dist/Tooltip/package.json +7 -0
- package/dist/Tooltip/styles.css +1 -0
- package/dist/Truncate/Truncate.cjs.js +3 -9
- package/dist/Truncate/Truncate.esm.js +3 -3
- package/dist/Truncate/styles.css +1 -0
- package/dist/TypographyCard/TypographyCard.cjs.js +18 -23
- package/dist/TypographyCard/TypographyCard.esm.js +15 -14
- package/dist/TypographyCard/styles.css +1 -0
- package/dist/UniversalHeader/UniversalHeader.cjs.js +4 -6
- package/dist/UniversalHeader/UniversalHeader.esm.js +4 -4
- package/dist/UniversalHeader/styles.css +1 -0
- package/dist/VerticalSpace/VerticalSpace.cjs.js +3 -5
- package/dist/VerticalSpace/VerticalSpace.esm.js +3 -3
- package/dist/VerticalSpace/styles.css +1 -0
- package/dist/VideoPlayer/VideoPlayer.cjs.js +3201 -0
- package/dist/VideoPlayer/VideoPlayer.esm.js +3199 -0
- package/dist/VideoPlayer/package.json +7 -0
- package/dist/VideoPlayer/styles.css +1 -0
- package/dist/Visible/Visible.cjs.js +5 -11
- package/dist/Visible/Visible.esm.js +3 -3
- package/dist/Visible/styles.css +1 -0
- package/dist/VisuallyHidden/VisuallyHidden.cjs.js +2 -3
- package/dist/VisuallyHidden/VisuallyHidden.esm.js +2 -1
- package/dist/VisuallyHidden/styles.css +1 -0
- package/dist/_shared/cjs/Avatar-B-Y9MTwI.js +44 -0
- package/dist/_shared/cjs/Badge-Cejk5EK6.js +13 -0
- package/dist/_shared/cjs/Box--P2RsYun.js +25 -0
- package/dist/_shared/cjs/BrandLogo-Dw3UB1WI.js +26 -0
- package/dist/_shared/cjs/Breadcrumbs-C7J7sRKN.js +101 -0
- package/dist/_shared/cjs/BtIconArrowRight.esm-tlOxlRcu.js +26 -0
- package/dist/_shared/cjs/{BtIconChevronRight2Px.esm-dbf8cbee.js → BtIconChevronRight2Px.esm-Bi9czTg8.js} +6 -10
- package/dist/_shared/cjs/{BtIconChevronRightMid.esm-d01ebbd4.js → BtIconChevronRightMid.esm-Dol_sskt.js} +2 -6
- package/dist/_shared/cjs/BtIconPlayFill.esm-1FkY9-lL.js +26 -0
- package/dist/_shared/cjs/Button-cLT2G9UY.js +49 -0
- package/dist/_shared/cjs/ButtonV2-Dhk4XQg1.js +49 -0
- package/dist/_shared/cjs/Calendar-Buy2MvEx.js +1923 -0
- package/dist/_shared/cjs/CardFooter-DECx73O6.js +75 -0
- package/dist/_shared/cjs/CardHeading-gSsHK9vm.js +12 -0
- package/dist/_shared/cjs/Checkbox-CXNEJ_HA.js +88 -0
- package/dist/_shared/cjs/{Columns-ae4f8cef.js → Columns-C8l0HrZ4.js} +10 -22
- package/dist/_shared/cjs/ComboBox-BL-JBo0A.js +290 -0
- package/dist/_shared/cjs/ConditionalWrapper-C09Kw6EG.js +10 -0
- package/dist/_shared/cjs/ContentSwitcher-D1v13JBq.js +17315 -0
- package/dist/_shared/cjs/ContentSwitcherDropdown-i_0lj2rc.js +60 -0
- package/dist/_shared/cjs/DatePicker-DWBxO7EC.js +316 -0
- package/dist/_shared/cjs/DisclosureMini-DVlbffsb.js +37 -0
- package/dist/_shared/cjs/Download-7AZAmsOK.js +39 -0
- package/dist/_shared/cjs/Filter-B574cMZ9.js +120 -0
- package/dist/_shared/cjs/FormControl-QUDZiOmd.js +108 -0
- package/dist/_shared/cjs/Grid-DhftVLjI.js +41 -0
- package/dist/_shared/cjs/Group-B0YuSjWQ.js +36 -0
- package/dist/_shared/cjs/Heading-CXJ7sBmj.js +36 -0
- package/dist/_shared/cjs/HeroButton-B40Z40AD.js +122 -0
- package/dist/_shared/cjs/Icon-BWRaGjwa.js +43 -0
- package/dist/_shared/cjs/Image-BZBXf92s.js +51 -0
- package/dist/_shared/cjs/MediaCard-DOEY-2fy.js +61 -0
- package/dist/_shared/cjs/Poster-By8ao2n4.js +41 -0
- package/dist/_shared/cjs/Preview-B-4AqOxZ.js +175 -0
- package/dist/_shared/cjs/ProgressStepper-Cmpriwax.js +91 -0
- package/dist/_shared/cjs/RadioCardGroup-B5Am2pk5.js +80 -0
- package/dist/_shared/cjs/RadioGroup-B3uCJvV3.js +81 -0
- package/dist/_shared/cjs/Section-CGLfS-9E.js +19 -0
- package/dist/_shared/cjs/SiteFooter-Ds4C3Zht.js +66 -0
- package/dist/_shared/cjs/{SiteHeaderV2-ce1c8737.js → SiteHeaderV2-MuQPfSk5.js} +171 -184
- package/dist/_shared/cjs/SkipLink-DVMY9HCs.js +18 -0
- package/dist/_shared/cjs/Spinner-N3aDtL6h.js +16 -0
- package/dist/_shared/cjs/Surface-CnWSIpkb.js +180 -0
- package/dist/_shared/cjs/Tabs-D-tmH8fM.js +86 -0
- package/dist/_shared/cjs/TemplateBanner-0xQuiAIu.js +65 -0
- package/dist/_shared/cjs/Text-BCtYZ2Z6.js +28 -0
- package/dist/_shared/cjs/TextInput-BXKu_V71.js +107 -0
- package/dist/_shared/cjs/ThemeIcon-DIj22cFl.js +22 -0
- package/dist/_shared/cjs/{Toast-26207fef.js → Toast-CEJi4j59.js} +41 -51
- package/dist/_shared/cjs/UniversalHeader-D7E1sCsJ.js +25 -0
- package/dist/_shared/cjs/{VerticalSpace-dc53bb70.js → VerticalSpace-DtpJCvql.js} +9 -13
- package/dist/_shared/cjs/VisuallyHidden-B4m_7AYx.js +14 -0
- package/dist/_shared/cjs/component-Bx6NoI5S.js +96 -0
- package/dist/_shared/cjs/component-CVOEWW_z.js +422 -0
- package/dist/_shared/cjs/debounce-8awAB-Hj.js +659 -0
- package/dist/_shared/cjs/{index-77ab5c6a.js → floating-ui.react-dom-CJlNwMgv.js} +15 -288
- package/dist/_shared/cjs/index-B0P8CDzg.js +2264 -0
- package/dist/_shared/cjs/{index-9f99d686.js → index-B349W-g3.js} +11 -15
- package/dist/_shared/{esm/Calendar-ea232839.js → cjs/index-BLRjGROQ.js} +40 -1937
- package/dist/_shared/cjs/index-BOsv_8Ly.js +999 -0
- package/dist/_shared/cjs/{index-dd1d18ea.js → index-BqJfkZWj.js} +52 -37
- package/dist/_shared/cjs/{Tabs-bc9fac46.js → index-Bsexyvjp.js} +20 -123
- package/dist/_shared/cjs/index-CH4TSNdS.js +753 -0
- package/dist/_shared/cjs/index-CTlXMLug.js +106 -0
- package/dist/_shared/cjs/index-CUkcChbR.js +226 -0
- package/dist/_shared/cjs/index-CalDQPRt.js +330 -0
- package/dist/_shared/cjs/index-DYP3_Qh-.js +14 -0
- package/dist/_shared/cjs/index-DiFGFQH4.js +44 -0
- package/dist/_shared/cjs/{index-d38f1bd0.js → index-Ds3p1an5.js} +3 -3
- package/dist/_shared/cjs/index-Dua2QGul.js +746 -0
- package/dist/_shared/cjs/{index-6eb396a3.js → index-Dvj8rZCZ.js} +11 -5
- package/dist/_shared/cjs/index-Dx8AlCbY.js +72 -0
- package/dist/_shared/cjs/index-g-IbhJTT.js +367 -0
- package/dist/_shared/cjs/index.es-D4Xri5se.js +13 -0
- package/dist/_shared/cjs/keynames-Cx13-hWr.js +8 -0
- package/dist/_shared/cjs/{use-media-query-e61881d8.js → use-media-query-BsUfHjPZ.js} +0 -11
- package/dist/_shared/esm/{Avatar-320313f0.js → Avatar-BVBFnrtW.js} +8 -26
- package/dist/_shared/esm/Badge-BOiJy-Iv.js +11 -0
- package/dist/_shared/esm/Box-BzRVGbKA.js +23 -0
- package/dist/_shared/esm/{BrandLogo-1af78f76.js → BrandLogo-D8nYSgkU.js} +4 -5
- package/dist/_shared/esm/{Breadcrumbs-7d55e1a6.js → Breadcrumbs-m9BABV2r.js} +28 -27
- package/dist/_shared/esm/{BtIconAlert.esm-a4608d47.js → BtIconArrowRight.esm-26CZetOo.js} +3 -7
- package/dist/_shared/esm/BtIconPlayFill.esm-Bi65YfLF.js +24 -0
- package/dist/_shared/esm/{Button-a7d134c6.js → Button-By7g7CBG.js} +11 -15
- package/dist/_shared/esm/ButtonV2-CkeS9-Z0.js +47 -0
- package/dist/_shared/esm/Calendar-CbiXuskR.js +1918 -0
- package/dist/_shared/esm/{CardFooter-e13f77b0.js → CardFooter-1WU_rCj9.js} +10 -13
- package/dist/_shared/esm/CardHeading-uOfhKmnw.js +10 -0
- package/dist/_shared/esm/Checkbox-DYC9zVbf.js +86 -0
- package/dist/_shared/esm/{Columns-d96b7425.js → Columns-BRRLfBQC.js} +5 -13
- package/dist/_shared/esm/ComboBox-D-TSURS9.js +288 -0
- package/dist/_shared/esm/ContentSwitcher-CVrgjt93.js +17313 -0
- package/dist/_shared/esm/ContentSwitcherDropdown-NsnvhNN_.js +58 -0
- package/dist/_shared/esm/DatePicker-BAYj2Ind.js +309 -0
- package/dist/_shared/esm/{DisclosureMini-56719716.js → DisclosureMini-DxLSHDB_.js} +10 -12
- package/dist/_shared/esm/Download-iTK04Mu5.js +37 -0
- package/dist/_shared/esm/{Filter-258ba675.js → Filter-DMwm5cow.js} +13 -14
- package/dist/_shared/esm/{FormControl-8e836656.js → FormControl-DMNy64ya.js} +22 -18
- package/dist/_shared/esm/{Grid-07dbf4bd.js → Grid-DwTJevML.js} +11 -11
- package/dist/_shared/esm/{Group-73fdb896.js → Group-COnG8ICX.js} +6 -13
- package/dist/_shared/esm/{Heading-d16e0e53.js → Heading-BLcpp1ms.js} +7 -7
- package/dist/_shared/esm/HeroButton-CHJ_k70b.js +120 -0
- package/dist/_shared/esm/Icon-_z0Qjje8.js +41 -0
- package/dist/_shared/esm/Image-DGwQ41lV.js +48 -0
- package/dist/_shared/esm/MediaCard-CzcoLO5G.js +59 -0
- package/dist/_shared/esm/{Poster-4ec2f679.js → Poster-B4_2DWMK.js} +10 -11
- package/dist/_shared/esm/Preview-C4XOmSrc.js +173 -0
- package/dist/_shared/esm/{ProgressStepper-6c811282.js → ProgressStepper-B9IYKCfr.js} +31 -36
- package/dist/_shared/esm/RadioCardGroup-DCn03Rg0.js +78 -0
- package/dist/_shared/esm/{RadioGroup-6c8f8454.js → RadioGroup-BKgfkm96.js} +31 -21
- package/dist/_shared/esm/{Section-73781b56.js → Section-BjJz6oD3.js} +3 -3
- package/dist/_shared/esm/{SiteFooter-38ee1536.js → SiteFooter-DpQ7hH87.js} +14 -15
- package/dist/_shared/esm/{SiteHeaderV2-a7c1b1cb.js → SiteHeaderV2-CiSQeQt3.js} +51 -60
- package/dist/_shared/esm/SkipLink-C6V34ASE.js +16 -0
- package/dist/_shared/esm/Spinner-D_ganmVm.js +14 -0
- package/dist/_shared/esm/Surface-Cop_8dPH.js +174 -0
- package/dist/_shared/esm/Tabs-Dx62aQg4.js +84 -0
- package/dist/_shared/esm/TemplateBanner-DewFXN5u.js +63 -0
- package/dist/_shared/esm/{Text-14f586ac.js → Text-D8LcHavr.js} +7 -7
- package/dist/_shared/esm/{TextInput-c0388103.js → TextInput-K5DGkf5t.js} +22 -14
- package/dist/_shared/esm/ThemeIcon-dM2wuvCO.js +20 -0
- package/dist/_shared/esm/{Toast-fcbfc194.js → Toast-BmtdKDQ_.js} +17 -22
- package/dist/_shared/esm/{UniversalHeader-80c7313f.js → UniversalHeader-Dos1qTEe.js} +6 -13
- package/dist/_shared/esm/{VerticalSpace-43cd9138.js → VerticalSpace-BtfKL-uS.js} +7 -7
- package/dist/_shared/esm/VisuallyHidden-yiIi83XT.js +12 -0
- package/dist/_shared/esm/component-BEJT-S4l.js +73 -0
- package/dist/_shared/esm/component-Daol8mrN.js +398 -0
- package/dist/_shared/esm/debounce-BpHLpQ2o.js +657 -0
- package/dist/_shared/esm/{index-b84a20c6.js → floating-ui.react-dom-RgnG-641.js} +4 -281
- package/dist/_shared/esm/{index-efa9be1a.js → index-2c7jWqIG.js} +9 -2
- package/dist/_shared/esm/index-5C0-U8cc.js +101 -0
- package/dist/_shared/esm/index-B2AlS7Ha.js +359 -0
- package/dist/_shared/esm/{Tabs-9485cab6.js → index-Bnj2U8kS.js} +6 -108
- package/dist/_shared/esm/index-C1FjNiZC.js +296 -0
- package/dist/_shared/esm/index-CXSorLUc.js +41 -0
- package/dist/_shared/esm/index-CbKHA_yL.js +724 -0
- package/dist/_shared/esm/{index-ca72c9d5.js → index-Cf_Ki--9.js} +1 -1
- package/dist/_shared/{cjs/Calendar-b022545c.js → esm/index-Cr6KeQLU.js} +71 -1990
- package/dist/_shared/esm/index-CvyIBwWK.js +2233 -0
- package/dist/_shared/esm/index-CxovAi9d.js +69 -0
- package/dist/_shared/esm/{index-044da8d0.js → index-D_GX6ppB.js} +1 -1
- package/dist/_shared/esm/index-UaaG1irA.js +205 -0
- package/dist/_shared/esm/index-_nBH8-GT.js +12 -0
- package/dist/_shared/esm/index-dpyroijJ.js +720 -0
- package/dist/_shared/esm/{index-7b531fa7.js → index-g5oDHuf6.js} +48 -34
- package/dist/_shared/esm/index-yq7vpHNi.js +973 -0
- package/dist/_shared/esm/index.es-DpLPGhnL.js +9 -0
- package/dist/_shared/esm/keynames-B5whqsjh.js +8 -0
- package/dist/_shared/esm/{use-media-query-4c807227.js → use-media-query-DmKuIDEM.js} +1 -9
- package/dist/index.es.js +40042 -40847
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +39451 -40247
- package/dist/index.js.map +1 -1
- package/dist/styles.css +15 -11
- package/dist/types/components/Alert/Alert.d.ts +3 -10
- package/dist/types/components/AppButton/AppButton.d.ts +9 -0
- package/dist/types/components/AppButton/icons/AppStore.d.ts +2 -0
- package/dist/types/components/AppButton/icons/GooglePlay.d.ts +2 -0
- package/dist/types/components/AppButton/index.d.ts +1 -0
- package/dist/types/components/Avatar/index.d.ts +1 -1
- package/dist/types/components/Avatar/types/avatar-image.d.ts +1 -1
- package/dist/types/components/Badge/Badge.d.ts +0 -8
- package/dist/types/components/Banner/Banner.d.ts +4 -0
- package/dist/types/components/Banner/index.d.ts +1 -0
- package/dist/types/components/Box/Box.d.ts +4 -0
- package/dist/types/components/BrandLogo/BrandLogo.d.ts +2 -2
- package/dist/types/components/Button/Button.d.ts +12 -0
- package/dist/types/components/ButtonGroup/ButtonGroup.d.ts +34 -0
- package/dist/types/components/ButtonGroup/index.d.ts +1 -0
- package/dist/types/components/ButtonV2/ButtonV2.d.ts +91 -0
- package/dist/types/components/ButtonV2/index.d.ts +1 -0
- package/dist/types/{private-components → components}/CardFooter/CardFooter.d.ts +1 -1
- package/dist/types/components/CardFooter/index.d.ts +1 -0
- package/dist/types/{private-components → components}/CardHeading/CardHeading.d.ts +3 -3
- package/dist/types/components/CardHeading/index.d.ts +1 -0
- package/dist/types/components/Carousel/Carousel.d.ts +34 -0
- package/dist/types/components/Carousel/components/DotButton.d.ts +10 -0
- package/dist/types/components/Carousel/constants/breakpoints.d.ts +5 -0
- package/dist/types/components/Carousel/helpers/get-options.d.ts +3 -0
- package/dist/types/components/Carousel/helpers/get-slide-width.d.ts +12 -0
- package/dist/types/components/Carousel/index.d.ts +1 -0
- package/dist/types/components/Carousel/types/breakpoints.d.ts +1 -0
- package/dist/types/components/Carousel/types/keynames.d.ts +5 -0
- package/dist/types/components/Carousel/types/responsive.d.ts +3 -0
- package/dist/types/components/Carousel/types/screen-sizes.d.ts +2 -0
- package/dist/types/components/Carousel/types/slide-config.d.ts +5 -0
- package/dist/types/components/Checkbox/Checkbox.d.ts +25 -13
- package/dist/types/components/ComboBox/ComboBox.d.ts +17 -0
- package/dist/types/components/ComboBox/index.d.ts +1 -0
- package/dist/types/components/ComboBox/reducer.d.ts +2 -0
- package/dist/types/components/ComboBox/types/actions.d.ts +45 -0
- package/dist/types/components/ComboBox/types/index.d.ts +3 -0
- package/dist/types/components/ComboBox/types/keynames.d.ts +7 -0
- package/dist/types/components/ComboBox/types/state.d.ts +7 -0
- package/dist/types/components/ComboBox/utils.d.ts +4 -0
- package/dist/types/components/ContentSwitcher/ContentSwitcher.d.ts +32 -0
- package/dist/types/components/ContentSwitcher/ContentSwitcherContent/ContentSwitcherContent.d.ts +12 -0
- package/dist/types/components/ContentSwitcher/ContentSwitcherContent/index.d.ts +1 -0
- package/dist/types/components/ContentSwitcher/ContentSwitcherList/ContentSwitcherList.d.ts +24 -0
- package/dist/types/components/ContentSwitcher/ContentSwitcherList/index.d.ts +1 -0
- package/dist/types/components/ContentSwitcher/ContentSwitcherTab/ContentSwitcherTab.d.ts +17 -0
- package/dist/types/components/ContentSwitcher/ContentSwitcherTab/index.d.ts +1 -0
- package/dist/types/components/ContentSwitcher/index.d.ts +1 -0
- package/dist/types/components/ContentSwitcherDropdown/ContentSwitcherDropdown.d.ts +57 -0
- package/dist/types/components/ContentSwitcherDropdown/index.d.ts +1 -0
- package/dist/types/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/types/components/Disclosure/index.d.ts +1 -1
- package/dist/types/components/Download/Download.d.ts +41 -0
- package/dist/types/components/Download/index.d.ts +1 -0
- package/dist/types/components/Drawer/Drawer.d.ts +40 -0
- package/dist/types/components/Drawer/index.d.ts +1 -0
- package/dist/types/components/FormControl/FormControl.d.ts +5 -1
- package/dist/types/components/Grid/Grid.types.d.ts +2 -0
- package/dist/types/components/Grid/components/Col/Col.d.ts +2 -1
- package/dist/types/components/Grid/components/Row/Row.d.ts +2 -1
- package/dist/types/components/Grid/index.d.ts +1 -1
- package/dist/types/components/Heading/Heading.d.ts +4 -0
- package/dist/types/components/Heading/index.d.ts +1 -1
- package/dist/types/components/HeroBanner/HeroBanner.d.ts +9 -0
- package/dist/types/components/HeroBanner/index.d.ts +1 -0
- package/dist/types/components/HeroButton/HeroButton.d.ts +66 -0
- package/dist/types/components/HeroButton/index.d.ts +1 -0
- package/dist/types/components/Icon/Icon.d.ts +2 -2
- package/dist/types/components/Image/Image.d.ts +4 -0
- package/dist/types/components/ImpactCard/ImpactCard.d.ts +9 -4
- package/dist/types/components/ImpactCard/index.d.ts +1 -1
- package/dist/types/components/InformationCard/InformationCard.d.ts +7 -7
- package/dist/types/components/InformationCard/index.d.ts +1 -1
- package/dist/types/components/MediaCard/MediaCard.d.ts +7 -6
- package/dist/types/components/MediaCard/index.d.ts +1 -1
- package/dist/types/components/MediaCard/types/index.d.ts +2 -0
- package/dist/types/components/MediaCard/types/media-card-image.d.ts +4 -0
- package/dist/types/components/MediaCard/types/media-card-video.d.ts +4 -0
- package/dist/types/components/Modal/Modal.d.ts +2 -2
- package/dist/types/components/PaginationSimple/PaginationSimple.d.ts +24 -16
- package/dist/types/components/Popover/Popover.d.ts +73 -0
- package/dist/types/components/Popover/index.d.ts +1 -0
- package/dist/types/components/Poster/Poster.d.ts +2 -2
- package/dist/types/components/ProgressBar/constants/progress-bar-icon-map.d.ts +2 -2
- package/dist/types/components/ProgressStepper/ProgressStepper.d.ts +5 -1
- package/dist/types/components/ProgressStepper/ProgressStepperItem/ProgressStepperItem.d.ts +4 -0
- package/dist/types/components/RadioCardGroup/RadioCard/RadioCard.d.ts +59 -0
- package/dist/types/components/RadioCardGroup/RadioCard/index.d.ts +1 -0
- package/dist/types/components/RadioCardGroup/RadioCardGroup.d.ts +74 -0
- package/dist/types/components/RadioCardGroup/RadioCardGroupInput/RadioCardGroupInput.d.ts +37 -0
- package/dist/types/components/RadioCardGroup/RadioCardGroupInput/index.d.ts +1 -0
- package/dist/types/components/RadioCardGroup/context.d.ts +12 -0
- package/dist/types/components/RadioCardGroup/index.d.ts +1 -0
- package/dist/types/components/RadioGroup/RadioButton/RadioButton.d.ts +17 -28
- package/dist/types/components/RadioGroup/RadioButtonGroupInput/RadioButtonGroupInput.d.ts +36 -0
- package/dist/types/components/RadioGroup/RadioButtonGroupInput/index.d.ts +1 -0
- package/dist/types/components/RadioGroup/RadioGroup.d.ts +11 -3
- package/dist/types/components/RadioGroup/context.d.ts +1 -1
- package/dist/types/components/RadioGroup/index.d.ts +1 -0
- package/dist/types/components/Select/Select.d.ts +11 -3
- package/dist/types/components/SiteFooter/SiteFooter.d.ts +0 -4
- package/dist/types/components/SiteFooter/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/HorizontalPanel/HorizontalPanel.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/components/Item/Item.d.ts +0 -4
- package/dist/types/components/SiteHeaderV2/components/NavItem/NavItem.d.ts +0 -6
- package/dist/types/components/SiteHeaderV2/components/Panel/Panel.d.ts +1 -3
- package/dist/types/components/SiteHeaderV2/components/VerticalDivider/VerticalDivider.d.ts +1 -0
- package/dist/types/components/Skeleton/Skeleton.d.ts +23 -0
- package/dist/types/components/Skeleton/index.d.ts +1 -0
- package/dist/types/components/SkipLink/SkipLink.d.ts +1 -1
- package/dist/types/components/Spinner/Spinner.d.ts +16 -0
- package/dist/types/components/Spinner/index.d.ts +1 -0
- package/dist/types/components/Surface/Surface.d.ts +7 -3
- package/dist/types/components/Switch/Switch.d.ts +13 -5
- package/dist/types/components/TabbedBanner/TabbedBanner.d.ts +26 -0
- package/dist/types/components/TabbedBanner/index.d.ts +1 -0
- package/dist/types/components/TemplateBanner/TemplateBanner.d.ts +68 -0
- package/dist/types/components/TemplateBanner/index.d.ts +1 -0
- package/dist/types/components/Text/Text.d.ts +4 -0
- package/dist/types/components/TextArea/TextArea.d.ts +15 -5
- package/dist/types/components/TextInput/TextInput.d.ts +17 -5
- package/dist/types/components/Theme/Theme.d.ts +21 -0
- package/dist/types/components/Theme/index.d.ts +1 -0
- package/dist/types/components/ThemeIcon/ThemeIcon.d.ts +18 -0
- package/dist/types/components/ThemeIcon/icon-names.d.ts +1 -0
- package/dist/types/components/ThemeIcon/index.d.ts +1 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +54 -0
- package/dist/types/components/Tooltip/index.d.ts +1 -0
- package/dist/types/components/Truncate/Truncate.d.ts +1 -1
- package/dist/types/components/TypographyCard/TypographyCard.d.ts +9 -4
- package/dist/types/components/TypographyCard/index.d.ts +1 -1
- package/dist/types/components/VideoPlayer/VideoPlayer.d.ts +27 -0
- package/dist/types/components/VideoPlayer/index.d.ts +1 -0
- package/dist/types/components/index.d.ts +25 -8
- package/dist/types/helpers/get-theme-img.d.ts +6 -0
- package/dist/types/helpers/index.d.ts +1 -2
- package/dist/types/hooks/index.d.ts +2 -4
- package/dist/types/hooks/private/index.d.ts +5 -0
- package/dist/types/hooks/private/use-aria-describedby/index.d.ts +1 -0
- package/dist/types/hooks/private/use-interaction-mode/index.d.ts +1 -0
- package/dist/types/hooks/private/use-numeric-input/index.d.ts +1 -0
- package/dist/types/hooks/{use-numeric-input.d.ts → private/use-numeric-input/use-numeric-input.d.ts} +3 -3
- package/dist/types/hooks/private/use-pagination/index.d.ts +1 -0
- package/dist/types/hooks/private/use-theme-element/index.d.ts +1 -0
- package/dist/types/hooks/public/index.d.ts +1 -0
- package/dist/types/hooks/public/use-media-query/index.d.ts +1 -0
- package/dist/types/hooks/{use-media-query.d.ts → public/use-media-query/use-media-query.d.ts} +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/styles.d.ts +38 -48
- package/dist/use-media-query/package.json +7 -0
- package/dist/use-media-query/use-media-query.cjs.js +8 -0
- package/dist/use-media-query/use-media-query.esm.js +2 -0
- package/package.json +74 -51
- package/dist/Base/Base.cjs.js +0 -11
- package/dist/Base/Base.esm.js +0 -3
- package/dist/Base/package.json +0 -7
- package/dist/Card/Card.cjs.js +0 -19
- package/dist/Card/Card.esm.js +0 -11
- package/dist/Card/package.json +0 -7
- package/dist/Clock/Clock.cjs.js +0 -43
- package/dist/Clock/Clock.esm.js +0 -34
- package/dist/Clock/package.json +0 -7
- package/dist/Curve/Curve.cjs.js +0 -13
- package/dist/Curve/Curve.esm.js +0 -5
- package/dist/Curve/package.json +0 -7
- package/dist/SiteHeader/SiteHeader.cjs.js +0 -25
- package/dist/SiteHeader/SiteHeader.esm.js +0 -16
- package/dist/SiteHeader/package.json +0 -7
- package/dist/_shared/cjs/Avatar-f1b1c129.js +0 -66
- package/dist/_shared/cjs/Base-f5a86eed.js +0 -22
- package/dist/_shared/cjs/BrandLogo-aea340c8.js +0 -31
- package/dist/_shared/cjs/Breadcrumbs-c6eaf5c4.js +0 -104
- package/dist/_shared/cjs/BtIconAlert.esm-1a0ff9f0.js +0 -34
- package/dist/_shared/cjs/BtIconArrowRight.esm-50d96943.js +0 -54
- package/dist/_shared/cjs/BtIconArrowRightFill.esm-435cf4bd.js +0 -26
- package/dist/_shared/cjs/BtIconChevronDown2Px.esm-39030ee0.js +0 -26
- package/dist/_shared/cjs/BtIconChevronLeftMid.esm-0aaa6770.js +0 -28
- package/dist/_shared/cjs/BtIconCrossAlt2Px.esm-1452b14b.js +0 -26
- package/dist/_shared/cjs/BtIconTick.esm-844eac6c.js +0 -80
- package/dist/_shared/cjs/BtIconTickAlt2Px.esm-57c89acc.js +0 -26
- package/dist/_shared/cjs/Button-6ba21d3b.js +0 -57
- package/dist/_shared/cjs/Card-5b19cabc.js +0 -122
- package/dist/_shared/cjs/CardFooter-ff015d7d.js +0 -82
- package/dist/_shared/cjs/Checkbox-0253327b.js +0 -62
- package/dist/_shared/cjs/Combination-9974f2e2.js +0 -1330
- package/dist/_shared/cjs/ConditionalWrapper-be3b2625.js +0 -14
- package/dist/_shared/cjs/Curve-d038052b.js +0 -33
- package/dist/_shared/cjs/DisclosureMini-09c749e5.js +0 -43
- package/dist/_shared/cjs/Filter-f9506dfa.js +0 -125
- package/dist/_shared/cjs/FormControl-68258ce1.js +0 -108
- package/dist/_shared/cjs/Grid-da776e77.js +0 -45
- package/dist/_shared/cjs/Group-0429741a.js +0 -47
- package/dist/_shared/cjs/Heading-27cba320.js +0 -40
- package/dist/_shared/cjs/Icon-b46897a3.js +0 -54
- package/dist/_shared/cjs/Image-e873b8fc.js +0 -46
- package/dist/_shared/cjs/Poster-9b48fd61.js +0 -46
- package/dist/_shared/cjs/ProgressStepper-57cfef1e.js +0 -100
- package/dist/_shared/cjs/RadioGroup-85eda600.js +0 -74
- package/dist/_shared/cjs/Section-59804166.js +0 -23
- package/dist/_shared/cjs/SiteFooter-65b6360c.js +0 -71
- package/dist/_shared/cjs/SiteHeader.rehydrator-b76b0889.js +0 -665
- package/dist/_shared/cjs/Surface-038db6e1.js +0 -57
- package/dist/_shared/cjs/Tag-73a59171.js +0 -84
- package/dist/_shared/cjs/Text-606ca3a2.js +0 -32
- package/dist/_shared/cjs/TextInput-8d139489.js +0 -103
- package/dist/_shared/cjs/UniversalHeader-b8389447.js +0 -36
- package/dist/_shared/cjs/VisuallyHidden-b0de4c7b.js +0 -17
- package/dist/_shared/cjs/debounce-123468fb.js +0 -544
- package/dist/_shared/cjs/extends-8c5e4b48.js +0 -18
- package/dist/_shared/cjs/filter-data-attrs-1c9a530c.js +0 -227
- package/dist/_shared/cjs/index-74004a9c.js +0 -23
- package/dist/_shared/cjs/index-9947ac13.js +0 -64
- package/dist/_shared/cjs/index-a31e64a9.js +0 -27
- package/dist/_shared/cjs/index-dcfdd5da.js +0 -11
- package/dist/_shared/cjs/suffix-modifier-64dcd338.js +0 -19
- package/dist/_shared/esm/Base-f200653c.js +0 -15
- package/dist/_shared/esm/BtIconArrowRight.esm-9b181878.js +0 -46
- package/dist/_shared/esm/BtIconArrowRightFill.esm-99019d1a.js +0 -20
- package/dist/_shared/esm/BtIconChevronDown2Px.esm-217276c2.js +0 -20
- package/dist/_shared/esm/BtIconChevronLeftMid.esm-1ed8330b.js +0 -22
- package/dist/_shared/esm/BtIconCrossAlt2Px.esm-7165ab1a.js +0 -20
- package/dist/_shared/esm/BtIconTick.esm-e265098f.js +0 -72
- package/dist/_shared/esm/BtIconTickAlt2Px.esm-0bc2ded0.js +0 -20
- package/dist/_shared/esm/Card-7fc6c9b4.js +0 -116
- package/dist/_shared/esm/Checkbox-588619c7.js +0 -56
- package/dist/_shared/esm/Combination-e9f7e64e.js +0 -1301
- package/dist/_shared/esm/Curve-d8679dde.js +0 -27
- package/dist/_shared/esm/Icon-15799695.js +0 -48
- package/dist/_shared/esm/Image-12fbd327.js +0 -39
- package/dist/_shared/esm/SiteHeader.rehydrator-8ad7651b.js +0 -658
- package/dist/_shared/esm/Surface-0ca6817d.js +0 -48
- package/dist/_shared/esm/Tag-cb35d57b.js +0 -78
- package/dist/_shared/esm/VisuallyHidden-06692fd3.js +0 -11
- package/dist/_shared/esm/debounce-6fed6b84.js +0 -542
- package/dist/_shared/esm/extends-8cc61aad.js +0 -16
- package/dist/_shared/esm/filter-data-attrs-ea8f4ed4.js +0 -220
- package/dist/_shared/esm/index-25a5b393.js +0 -25
- package/dist/_shared/esm/index-2cfab9f2.js +0 -21
- package/dist/_shared/esm/index-2e73c2e9.js +0 -62
- package/dist/_shared/esm/index-a624de47.js +0 -9
- package/dist/_shared/esm/suffix-modifier-3d548e45.js +0 -17
- package/dist/types/components/Base/Base.d.ts +0 -16
- package/dist/types/components/Base/index.d.ts +0 -1
- package/dist/types/components/Card/Card.d.ts +0 -128
- package/dist/types/components/Card/index.d.ts +0 -1
- package/dist/types/components/Clock/Clock.d.ts +0 -12
- package/dist/types/components/Clock/Clock.rehydrator.d.ts +0 -2
- package/dist/types/components/Clock/index.d.ts +0 -2
- package/dist/types/components/Curve/Curve.d.ts +0 -34
- package/dist/types/components/Curve/index.d.ts +0 -1
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Todo.d.ts +0 -2
- package/dist/types/components/SiteFooter/SiteFooter.rehydrator.d.ts +0 -2
- package/dist/types/components/SiteHeader/SiteHeader.d.ts +0 -75
- package/dist/types/components/SiteHeader/SiteHeader.rehydrator.d.ts +0 -8
- package/dist/types/components/SiteHeader/components/BackButton/BackButton.d.ts +0 -5
- package/dist/types/components/SiteHeader/components/BackButton/index.d.ts +0 -1
- package/dist/types/components/SiteHeader/components/Column/Column.d.ts +0 -8
- package/dist/types/components/SiteHeader/components/Column/index.d.ts +0 -1
- package/dist/types/components/SiteHeader/components/Item/Item.d.ts +0 -20
- package/dist/types/components/SiteHeader/components/Item/index.d.ts +0 -1
- package/dist/types/components/SiteHeader/components/ItemGroup/ItemGroup.d.ts +0 -26
- package/dist/types/components/SiteHeader/components/ItemGroup/ItemGroup.rehydrator.d.ts +0 -2
- package/dist/types/components/SiteHeader/components/ItemGroup/index.d.ts +0 -2
- package/dist/types/components/SiteHeader/components/MenuButton/MenuButton.d.ts +0 -6
- package/dist/types/components/SiteHeader/components/MenuButton/index.d.ts +0 -1
- package/dist/types/components/SiteHeader/components/NavItem/NavItem.d.ts +0 -42
- package/dist/types/components/SiteHeader/components/NavItem/NavItem.rehydrator.d.ts +0 -2
- package/dist/types/components/SiteHeader/components/NavItem/NavItemWithSubNav.d.ts +0 -47
- package/dist/types/components/SiteHeader/components/NavItem/NavItemWithSubNav.rehydrator.d.ts +0 -2
- package/dist/types/components/SiteHeader/components/NavItem/index.d.ts +0 -4
- package/dist/types/components/SiteHeader/components/NodeItem/NodeItem.d.ts +0 -8
- package/dist/types/components/SiteHeader/components/Panel/Panel.d.ts +0 -22
- package/dist/types/components/SiteHeader/components/Panel/index.d.ts +0 -1
- package/dist/types/components/SiteHeader/components/SubNavItem/SubNavItem.d.ts +0 -47
- package/dist/types/components/SiteHeader/components/SubNavItem/SubNavItem.rehydrator.d.ts +0 -2
- package/dist/types/components/SiteHeader/components/SubNavItem/index.d.ts +0 -2
- package/dist/types/components/SiteHeader/index.d.ts +0 -2
- package/dist/types/helpers/filter-data-attrs.d.ts +0 -1
- package/dist/types/helpers/suffix-modifier.d.ts +0 -9
- package/dist/types/private-components/CardFooter/index.d.ts +0 -1
- package/dist/types/private-components/CardHeading/index.d.ts +0 -1
- package/dist/types/private-components/CardLabel/CardLabel.d.ts +0 -10
- package/dist/types/private-components/CardLabel/index.d.ts +0 -1
- package/dist/types/private-components/index.d.ts +0 -4
- /package/dist/_shared/cjs/{handle-link-click-17a44cf4.js → handle-link-click-C7BvOIYa.js} +0 -0
- /package/dist/_shared/esm/{BtIconChevronRight2Px.esm-75e92636.js → BtIconChevronRight2Px.esm-DXhBZyIV.js} +0 -0
- /package/dist/_shared/esm/{BtIconChevronRightMid.esm-32268f1a.js → BtIconChevronRightMid.esm-CbaH-o1_.js} +0 -0
- /package/dist/_shared/esm/{ConditionalWrapper-59be8f35.js → ConditionalWrapper-WoJxFYwS.js} +0 -0
- /package/dist/_shared/esm/{handle-link-click-f64f55a2.js → handle-link-click-CIgZ7pa0.js} +0 -0
- /package/dist/types/{private-components → components}/ConditionalWrapper/ConditionalWrapper.d.ts +0 -0
- /package/dist/types/{private-components → components}/ConditionalWrapper/index.d.ts +0 -0
- /package/dist/types/hooks/{use-aria-describedby.d.ts → private/use-aria-describedby/use-aria-describedby.d.ts} +0 -0
- /package/dist/types/hooks/{use-interaction-mode.d.ts → private/use-interaction-mode/use-interaction-mode.d.ts} +0 -0
- /package/dist/types/hooks/{use-pagination.d.ts → private/use-pagination/use-pagination.d.ts} +0 -0
package/dist/Alert/Alert.cjs.js
CHANGED
|
@@ -1,38 +1,26 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var filterDataAttrs = require('../_shared/cjs/filter-data-attrs-1c9a530c.js');
|
|
3
|
+
var index = require('../_shared/cjs/index-g-IbhJTT.js');
|
|
6
4
|
var React = require('react');
|
|
7
|
-
var index = require('../_shared/cjs/index-
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
|
|
11
|
-
var Text = require('../_shared/cjs/Text-606ca3a2.js');
|
|
12
|
-
var BtIconCrossAlt2Px_esm = require('../_shared/cjs/BtIconCrossAlt2Px.esm-1452b14b.js');
|
|
13
|
-
var BtIconTick_esm = require('../_shared/cjs/BtIconTick.esm-844eac6c.js');
|
|
14
|
-
var BtIconAlert_esm = require('../_shared/cjs/BtIconAlert.esm-1a0ff9f0.js');
|
|
15
|
-
require('../_shared/cjs/suffix-modifier-64dcd338.js');
|
|
16
|
-
|
|
17
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
18
|
-
|
|
19
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
5
|
+
var index$1 = require('../_shared/cjs/index-CTlXMLug.js');
|
|
6
|
+
var Icon = require('../_shared/cjs/Icon-BWRaGjwa.js');
|
|
7
|
+
var ThemeIcon = require('../_shared/cjs/ThemeIcon-DIj22cFl.js');
|
|
8
|
+
require('../_shared/cjs/Surface-CnWSIpkb.js');
|
|
20
9
|
|
|
21
10
|
/** Use `Alert` to inform the user of important changes or actions. */
|
|
22
11
|
var Alert = function (_a) {
|
|
23
12
|
var _b;
|
|
24
|
-
var heading = _a.heading, description = _a.description, link = _a.link, linkText = _a.linkText, linkAriaLabel = _a.linkAriaLabel,
|
|
25
|
-
var surface = React.useContext(Surface.Context).surface;
|
|
13
|
+
var heading = _a.heading, description = _a.description, link = _a.link, linkText = _a.linkText, linkAriaLabel = _a.linkAriaLabel, _c = _a.status, status = _c === void 0 ? "general" : _c, isDismissable = _a.isDismissable, onDismiss = _a.onDismiss, onLinkClick = _a.onLinkClick, icon = _a.icon, props = index.__rest(_a, ["heading", "description", "link", "linkText", "linkAriaLabel", "status", "isDismissable", "onDismiss", "onLinkClick", "icon"]);
|
|
26
14
|
var _d = React.useState(false), isDismissed = _d[0], setIsDismissed = _d[1];
|
|
27
15
|
var onDismissHandler = function () {
|
|
28
16
|
setIsDismissed(true);
|
|
29
17
|
onDismiss && onDismiss();
|
|
30
18
|
};
|
|
31
19
|
var statusIcons = {
|
|
32
|
-
general:
|
|
33
|
-
error:
|
|
34
|
-
warning:
|
|
35
|
-
success:
|
|
20
|
+
general: "alertGeneral",
|
|
21
|
+
error: "alertError",
|
|
22
|
+
warning: "alertWarning",
|
|
23
|
+
success: "alertSuccess"
|
|
36
24
|
};
|
|
37
25
|
var handleLinkClick = function (event) {
|
|
38
26
|
event.preventDefault();
|
|
@@ -41,23 +29,17 @@ var Alert = function (_a) {
|
|
|
41
29
|
if (isDismissed) {
|
|
42
30
|
return null;
|
|
43
31
|
}
|
|
44
|
-
return (
|
|
45
|
-
"arc-Alert--onDarkSurface": surface === "dark",
|
|
46
|
-
"arc-Alert--secondary": type === "secondary"
|
|
47
|
-
},
|
|
32
|
+
return (React.createElement("div", index.__assign({ className: index$1.classNames("arc-Alert", (_b = {},
|
|
48
33
|
_b["arc-Alert--".concat(status)] = status !== "general",
|
|
49
|
-
_b)), role: "alert" }, (status === "warning" && { "aria-live": "assertive" }),
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
isDismissable && (React__default["default"].createElement(React__default["default"].Fragment, null,
|
|
59
|
-
React__default["default"].createElement("button", { "aria-label": "dismiss alert", className: "arc-Alert-dismiss", onClick: onDismissHandler },
|
|
60
|
-
React__default["default"].createElement(Icon.Icon, { icon: BtIconCrossAlt2Px_esm.BtIconCrossAlt2Px, size: 24 }))))));
|
|
34
|
+
_b)), role: "alert" }, (status === "warning" && { "aria-live": "assertive" }), index.filterAttrs(props)),
|
|
35
|
+
React.createElement("div", { className: "arc-Alert-icon" }, icon ? (React.createElement(Icon.Icon, { size: 24, icon: icon })) : (React.createElement(ThemeIcon.ThemeIcon, { size: 24, icon: statusIcons[status] }))),
|
|
36
|
+
React.createElement("div", { className: "arc-Alert-content" },
|
|
37
|
+
React.createElement("div", { className: "arc-Alert-heading" }, heading),
|
|
38
|
+
description ? (React.isValidElement(description) ? (description) : (React.createElement("div", { className: "arc-Alert-description" }, description))) : null,
|
|
39
|
+
link && (React.createElement("a", index.__assign({ className: "arc-Alert-link", href: link, "aria-label": linkAriaLabel }, (onLinkClick && { onClick: handleLinkClick })), linkText))),
|
|
40
|
+
isDismissable && (React.createElement(React.Fragment, null,
|
|
41
|
+
React.createElement("button", { "aria-label": "dismiss alert", className: "arc-Alert-dismiss", onClick: onDismissHandler },
|
|
42
|
+
React.createElement(ThemeIcon.ThemeIcon, { size: 24, icon: "alertDismiss" }))))));
|
|
61
43
|
};
|
|
62
44
|
|
|
63
45
|
exports.Alert = Alert;
|
package/dist/Alert/Alert.esm.js
CHANGED
|
@@ -1,30 +1,24 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as
|
|
2
|
-
import React__default, {
|
|
3
|
-
import { c as classNames } from '../_shared/esm/index-
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import { T as Text } from '../_shared/esm/Text-14f586ac.js';
|
|
8
|
-
import { B as BtIconCrossAlt2Px } from '../_shared/esm/BtIconCrossAlt2Px.esm-7165ab1a.js';
|
|
9
|
-
import { B as BtIconNotification, a as BtIconAlertTriangle, b as BtIconTick } from '../_shared/esm/BtIconTick.esm-e265098f.js';
|
|
10
|
-
import { B as BtIconAlert } from '../_shared/esm/BtIconAlert.esm-a4608d47.js';
|
|
11
|
-
import '../_shared/esm/suffix-modifier-3d548e45.js';
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterAttrs } from '../_shared/esm/index-B2AlS7Ha.js';
|
|
2
|
+
import React__default, { useState } from 'react';
|
|
3
|
+
import { c as classNames } from '../_shared/esm/index-5C0-U8cc.js';
|
|
4
|
+
import { I as Icon } from '../_shared/esm/Icon-_z0Qjje8.js';
|
|
5
|
+
import { T as ThemeIcon } from '../_shared/esm/ThemeIcon-dM2wuvCO.js';
|
|
6
|
+
import '../_shared/esm/Surface-Cop_8dPH.js';
|
|
12
7
|
|
|
13
8
|
/** Use `Alert` to inform the user of important changes or actions. */
|
|
14
9
|
var Alert = function (_a) {
|
|
15
10
|
var _b;
|
|
16
|
-
var heading = _a.heading, description = _a.description, link = _a.link, linkText = _a.linkText, linkAriaLabel = _a.linkAriaLabel,
|
|
17
|
-
var surface = useContext(Context).surface;
|
|
11
|
+
var heading = _a.heading, description = _a.description, link = _a.link, linkText = _a.linkText, linkAriaLabel = _a.linkAriaLabel, _c = _a.status, status = _c === void 0 ? "general" : _c, isDismissable = _a.isDismissable, onDismiss = _a.onDismiss, onLinkClick = _a.onLinkClick, icon = _a.icon, props = __rest(_a, ["heading", "description", "link", "linkText", "linkAriaLabel", "status", "isDismissable", "onDismiss", "onLinkClick", "icon"]);
|
|
18
12
|
var _d = useState(false), isDismissed = _d[0], setIsDismissed = _d[1];
|
|
19
13
|
var onDismissHandler = function () {
|
|
20
14
|
setIsDismissed(true);
|
|
21
15
|
onDismiss && onDismiss();
|
|
22
16
|
};
|
|
23
17
|
var statusIcons = {
|
|
24
|
-
general:
|
|
25
|
-
error:
|
|
26
|
-
warning:
|
|
27
|
-
success:
|
|
18
|
+
general: "alertGeneral",
|
|
19
|
+
error: "alertError",
|
|
20
|
+
warning: "alertWarning",
|
|
21
|
+
success: "alertSuccess"
|
|
28
22
|
};
|
|
29
23
|
var handleLinkClick = function (event) {
|
|
30
24
|
event.preventDefault();
|
|
@@ -33,23 +27,17 @@ var Alert = function (_a) {
|
|
|
33
27
|
if (isDismissed) {
|
|
34
28
|
return null;
|
|
35
29
|
}
|
|
36
|
-
return (React__default.createElement("div", __assign({ className: classNames("arc-Alert", (_b = {
|
|
37
|
-
"arc-Alert--onDarkSurface": surface === "dark",
|
|
38
|
-
"arc-Alert--secondary": type === "secondary"
|
|
39
|
-
},
|
|
30
|
+
return (React__default.createElement("div", __assign({ className: classNames("arc-Alert", (_b = {},
|
|
40
31
|
_b["arc-Alert--".concat(status)] = status !== "general",
|
|
41
|
-
_b)), role: "alert" }, (status === "warning" && { "aria-live": "assertive" }),
|
|
42
|
-
React__default.createElement("div", { className: "arc-Alert-icon" }, icon ? (React__default.createElement(Icon, { size: 24, icon: icon })) : (React__default.createElement(
|
|
32
|
+
_b)), role: "alert" }, (status === "warning" && { "aria-live": "assertive" }), filterAttrs(props)),
|
|
33
|
+
React__default.createElement("div", { className: "arc-Alert-icon" }, icon ? (React__default.createElement(Icon, { size: 24, icon: icon })) : (React__default.createElement(ThemeIcon, { size: 24, icon: statusIcons[status] }))),
|
|
43
34
|
React__default.createElement("div", { className: "arc-Alert-content" },
|
|
44
|
-
React__default.createElement("div", { className: "arc-Alert-heading" },
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
link && (React__default.createElement("div", { className: "arc-Alert-link" },
|
|
48
|
-
React__default.createElement(Text, { size: "s" },
|
|
49
|
-
React__default.createElement("a", __assign({ href: link, "aria-label": linkAriaLabel }, (onLinkClick && { onClick: handleLinkClick })), linkText))))),
|
|
35
|
+
React__default.createElement("div", { className: "arc-Alert-heading" }, heading),
|
|
36
|
+
description ? (React__default.isValidElement(description) ? (description) : (React__default.createElement("div", { className: "arc-Alert-description" }, description))) : null,
|
|
37
|
+
link && (React__default.createElement("a", __assign({ className: "arc-Alert-link", href: link, "aria-label": linkAriaLabel }, (onLinkClick && { onClick: handleLinkClick })), linkText))),
|
|
50
38
|
isDismissable && (React__default.createElement(React__default.Fragment, null,
|
|
51
39
|
React__default.createElement("button", { "aria-label": "dismiss alert", className: "arc-Alert-dismiss", onClick: onDismissHandler },
|
|
52
|
-
React__default.createElement(
|
|
40
|
+
React__default.createElement(ThemeIcon, { size: 24, icon: "alertDismiss" }))))));
|
|
53
41
|
};
|
|
54
42
|
|
|
55
43
|
export { Alert };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert{background-color:var(--alert-colors-status-light-bg-subtle-default);border-color:var(--alert-colors-status-light-border-default);border-radius:var(--alert-border-radius-s);border-style:solid;border-width:var(--alert-border-weight-s) var(--alert-border-weight-s) var(--alert-border-weight-s) var(--alert-border-weight-m);display:flex;padding:calc(var(--alert-padding-s) - var(--alert-border-weight-s)) calc(var(--alert-padding-m) - var(--alert-border-weight-s)) calc(var(--alert-padding-s) - var(--alert-border-weight-s)) calc(var(--alert-padding-m) - var(--alert-border-weight-m))}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert-icon{color:var(--alert-colors-status-light-text-default)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert-content{display:flex;flex-direction:column;gap:var(--alert-gap-s);padding:0 var(--alert-padding-xs)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert-heading{color:var(--alert-colors-status-light-text-default);font:var(--sem-type-interface-alert-title-m)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert-description{color:var(--alert-colors-status-light-text-default);font:var(--sem-type-body-reg-s)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert-dismiss{align-self:flex-start;background-color:transparent;border:none;color:var(--alert-colors-status-light-text-default);margin-left:auto;padding:0;position:relative}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert-dismiss:focus-visible{outline:none}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert-dismiss:focus-visible::after{border-radius:100%;bottom:0;content:"";height:24px;outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px;position:absolute;right:0;width:24px}.arc-v11-24-2-12-0-0-beta-13-0 .arc a.arc-Alert-link{color:var(--alert-colors-status-light-text-default);font:var(--sem-type-body-reg-s);padding-bottom:var(--alert-padding-xxs);padding-top:var(--alert-padding-xxs);-webkit-text-decoration:var(--sem-underline);text-decoration:var(--sem-underline)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert-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-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert-dismiss:hover{cursor:pointer}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert--error{background-color:var(--alert-colors-status-light-bg-subtle-error);border-color:var(--alert-colors-status-light-border-error)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert--warning{background-color:var(--alert-colors-status-light-bg-subtle-warning);border-color:var(--alert-colors-status-light-border-warning)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Alert--success{background-color:var(--alert-colors-status-light-bg-subtle-success);border-color:var(--alert-colors-status-light-border-success)}
|
package/dist/Align/Align.cjs.js
CHANGED
|
@@ -1,33 +1,26 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var filterDataAttrs = require('../_shared/cjs/filter-data-attrs-1c9a530c.js');
|
|
6
|
-
var index = require('../_shared/cjs/index-9947ac13.js');
|
|
3
|
+
var index = require('../_shared/cjs/index-g-IbhJTT.js');
|
|
4
|
+
var index$1 = require('../_shared/cjs/index-CTlXMLug.js');
|
|
7
5
|
var React = require('react');
|
|
8
|
-
var suffixModifier = require('../_shared/cjs/suffix-modifier-64dcd338.js');
|
|
9
|
-
|
|
10
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
11
|
-
|
|
12
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
13
6
|
|
|
14
7
|
/**
|
|
15
8
|
* Use `Align` to align items horizontally or vertically.
|
|
16
9
|
*/
|
|
17
10
|
var Align = function (_a) {
|
|
18
11
|
var _b;
|
|
19
|
-
var children = _a.children, _c = _a.horizontal, horizontal = _c === void 0 ? "left" : _c, _d = _a.isDebugVisible, isDebugVisible = _d === void 0 ? false : _d, _e = _a.vertical, vertical = _e === void 0 ? "top" : _e, props =
|
|
20
|
-
var wrappedChildren =
|
|
21
|
-
return (
|
|
12
|
+
var children = _a.children, _c = _a.horizontal, horizontal = _c === void 0 ? "left" : _c, _d = _a.isDebugVisible, isDebugVisible = _d === void 0 ? false : _d, _e = _a.vertical, vertical = _e === void 0 ? "top" : _e, props = index.__rest(_a, ["children", "horizontal", "isDebugVisible", "vertical"]);
|
|
13
|
+
var wrappedChildren = React.Children.map(children, function (child, i) { return (React.createElement(AlignItem, { key: i }, child)); });
|
|
14
|
+
return (React.createElement("div", index.__assign({ className: index$1.classNames((_b = {},
|
|
22
15
|
_b["arc-Align"] = true,
|
|
23
|
-
_b[
|
|
16
|
+
_b[index.suffixModifier("arc-Align--horizontal", horizontal)] = horizontal !== "left",
|
|
24
17
|
_b["arc-Align--debugVisible"] = isDebugVisible,
|
|
25
|
-
_b[
|
|
26
|
-
_b)) },
|
|
18
|
+
_b[index.suffixModifier("arc-Align--vertical", vertical)] = vertical !== "top",
|
|
19
|
+
_b)) }, index.filterAttrs(props)), wrappedChildren));
|
|
27
20
|
};
|
|
28
21
|
var AlignItem = function (_a) {
|
|
29
22
|
var children = _a.children;
|
|
30
|
-
return
|
|
23
|
+
return React.createElement("div", { className: "arc-Align-item" }, children);
|
|
31
24
|
};
|
|
32
25
|
|
|
33
26
|
exports.Align = Align;
|
package/dist/Align/Align.esm.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as
|
|
2
|
-
import { c as classNames } from '../_shared/esm/index-
|
|
1
|
+
import { _ as __rest, a as __assign, s as suffixModifier, f as filterAttrs } from '../_shared/esm/index-B2AlS7Ha.js';
|
|
2
|
+
import { c as classNames } from '../_shared/esm/index-5C0-U8cc.js';
|
|
3
3
|
import React__default from 'react';
|
|
4
|
-
import { s as suffixModifier } from '../_shared/esm/suffix-modifier-3d548e45.js';
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* Use `Align` to align items horizontally or vertically.
|
|
@@ -15,7 +14,7 @@ var Align = function (_a) {
|
|
|
15
14
|
_b[suffixModifier("arc-Align--horizontal", horizontal)] = horizontal !== "left",
|
|
16
15
|
_b["arc-Align--debugVisible"] = isDebugVisible,
|
|
17
16
|
_b[suffixModifier("arc-Align--vertical", vertical)] = vertical !== "top",
|
|
18
|
-
_b)) },
|
|
17
|
+
_b)) }, filterAttrs(props)), wrappedChildren));
|
|
19
18
|
};
|
|
20
19
|
var AlignItem = function (_a) {
|
|
21
20
|
var children = _a.children;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Align{align-items:flex-start;display:flex;flex-direction:column}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Align--horizontalCenter{align-items:center}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Align--horizontalRight{align-items:flex-end}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Align--verticalBottom{height:100%;justify-content:flex-end}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Align--verticalCenter{height:100%;justify-content:center}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Align-item{position:relative}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Align--debugVisible .arc-Align-item::before{align-items:center;background:rgba(207,58,138,0.5);bottom:0;content:"Align";display:flex;justify-content:center;left:0;outline:1px dashed #cf3a8a;outline-offset:-1px;position:absolute;right:0;top:0}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var index = require('../_shared/cjs/index-g-IbhJTT.js');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var VisuallyHidden = require('../_shared/cjs/VisuallyHidden-B4m_7AYx.js');
|
|
6
|
+
|
|
7
|
+
var GooglePlayIcon = function () { return (React.createElement("svg", { "aria-hidden": true, role: "presentation", xmlns: "http://www.w3.org/2000/svg", id: "artwork", version: "1.1", height: "48", width: "162", viewBox: "0 0 135 40" },
|
|
8
|
+
React.createElement("defs", null,
|
|
9
|
+
React.createElement("style", null, ".cls-1{stroke:#fff;stroke-miterlimit:10;stroke-width:.2px;fill:#fff}")),
|
|
10
|
+
React.createElement("rect", { width: "135", height: "40", rx: "5", ry: "5", style: { fill: "#000", strokeWidth: 0 } }),
|
|
11
|
+
React.createElement("path", { d: "M130 .8c2.3 0 4.2 1.9 4.2 4.2v30c0 2.3-1.9 4.2-4.2 4.2H5C2.7 39.2.8 37.3.8 35V5C.8 2.7 2.7.8 5 .8h125m0-.8H5C2.2 0 0 2.2 0 5v30c0 2.8 2.2 5 5 5h125c2.8 0 5-2.2 5-5V5c0-2.8-2.2-5-5-5Z", style: { strokeWidth: 0, fill: "#a6a6a6" } }),
|
|
12
|
+
React.createElement("path", { d: "M47.4 10.2c0 .8-.2 1.5-.8 2-.6.6-1.3.9-2.2.9s-1.6-.3-2.2-.9-.9-1.4-.9-2.2.3-1.6.9-2.2 1.3-.9 2.2-.9.8 0 1.2.2.7.4.9.7l-.5.5c-.4-.5-.9-.7-1.6-.7s-1.2.2-1.6.7c-.5.4-.7 1-.7 1.7s.2 1.3.7 1.7c.5.4 1 .7 1.6.7s1.2-.2 1.7-.7.5-.7.5-1.2h-2.2v-.7h2.9v.5ZM52 7.7h-2.7v1.9h2.5v.7h-2.5v1.9H52v.7h-3.5v-6H52v.7ZM55.3 13h-.8V7.7h-1.7V7h4.1v.7h-1.7V13ZM59.9 13V7h.8v6h-.8ZM64.1 13h-.8V7.7h-1.7V7h4.1v.7H64V13ZM73.6 12.2c-.6.6-1.3.9-2.2.9s-1.6-.3-2.2-.9-.9-1.4-.9-2.2.3-1.6.9-2.2c.6-.6 1.3-.9 2.2-.9s1.6.3 2.2.9c.6.6.9 1.4.9 2.2s-.3 1.6-.9 2.2Zm-3.8-.5c.4.5 1 .7 1.6.7s1.2-.2 1.6-.7c.4-.5.7-1 .7-1.7s-.2-1.3-.7-1.7c-.4-.5-1-.7-1.6-.7s-1.2.2-1.6.7c-.4.5-.7 1-.7 1.7s.2 1.3.7 1.7ZM75.6 13V7h.9l2.9 4.7V7h.8v6h-.8l-3.1-4.9V13h-.8Z", className: "cls-1" }),
|
|
13
|
+
React.createElement("path", { d: "M68.1 21.8c-2.3 0-4.3 1.8-4.3 4.2s1.9 4.2 4.3 4.2 4.3-1.8 4.3-4.2-1.9-4.2-4.3-4.2Zm0 6.8c-1.3 0-2.4-1.1-2.4-2.6s1.1-2.6 2.4-2.6 2.4 1 2.4 2.6-1.1 2.6-2.4 2.6Zm-9.3-6.8c-2.3 0-4.3 1.8-4.3 4.2s1.9 4.2 4.3 4.2 4.3-1.8 4.3-4.2-1.9-4.2-4.3-4.2Zm0 6.8c-1.3 0-2.4-1.1-2.4-2.6s1.1-2.6 2.4-2.6 2.4 1 2.4 2.6-1.1 2.6-2.4 2.6Zm-11.1-5.5v1.8H52c-.1 1-.5 1.8-1 2.3-.6.6-1.6 1.3-3.3 1.3-2.7 0-4.7-2.1-4.7-4.8s2.1-4.8 4.7-4.8 2.5.6 3.2 1.3l1.3-1.3c-1.1-1-2.5-1.8-4.5-1.8-3.6 0-6.7 3-6.7 6.6s3.1 6.6 6.7 6.6 3.5-.6 4.6-1.8c1.2-1.2 1.6-2.9 1.6-4.2v-1.1h-6.1Zm45.4 1.4c-.3-1-1.4-2.7-3.6-2.7s-4 1.7-4 4.2 1.8 4.2 4.2 4.2 3.1-1.2 3.5-1.9l-1.4-1c-.5.7-1.1 1.2-2.1 1.2s-1.6-.4-2.1-1.3l5.7-2.3-.2-.5Zm-5.9 1.4c0-1.6 1.3-2.5 2.2-2.5s1.4.4 1.6.9l-3.8 1.6ZM82.6 30h1.9V17.5h-1.9V30Zm-3-7.3c-.4-.5-1.2-1-2.2-1-2.1 0-4.1 1.9-4.1 4.3s1.9 4.2 4.1 4.2 1.8-.5 2.2-1v.6c0 1.6-.9 2.5-2.3 2.5s-1.8-.8-2.1-1.5l-1.6.7c.5 1.1 1.7 2.5 3.8 2.5s4-1.3 4-4.4V22h-1.8v.7Zm-2.2 5.9c-1.3 0-2.4-1.1-2.4-2.6s1.1-2.6 2.4-2.6 2.3 1.1 2.3 2.6-1 2.6-2.3 2.6Zm24.4-11.1h-4.5V30h1.9v-4.7h2.6c2.1 0 4.1-1.5 4.1-3.9s-2-3.9-4.1-3.9Zm0 6h-2.7v-4.3h2.7c1.4 0 2.2 1.2 2.2 2.1s-.8 2.1-2.2 2.1Zm11.6-1.8c-1.3 0-2.8.6-3.3 1.9l1.7.7c.3-.7 1-.9 1.7-.9s1.9.6 2 1.6c-.3 0-1.1-.3-1.9-.3-1.8 0-3.6 1-3.6 2.8s1.5 2.8 3.1 2.8 1.9-.6 2.4-1.2v1h1.8v-4.8c0-2.2-1.7-3.5-3.8-3.5Zm-.2 6.9c-.6 0-1.5-.3-1.5-1.1s1.1-1.3 2-1.3 1.2.2 1.7.4c-.1 1.2-1.1 2-2.2 2Zm10.5-6.6-2.1 5.4-2.2-5.4h-2l3.3 7.6-1.9 4.2h1.9l5.1-11.8h-2.1Zm-16.8 8h1.9V17.5h-1.9V30Z", style: { strokeWidth: 0, fill: "#fff" } }),
|
|
14
|
+
React.createElement("path", { d: "M20.7 19.4 10.1 30.7c.3 1.2 1.5 2.1 2.8 2.1s1-.1 1.5-.4 12-6.9 12-6.9l-5.6-6.1Z", style: { fill: "#ea4335", strokeWidth: 0 } }),
|
|
15
|
+
React.createElement("path", { d: "m31.5 17.5-5.2-3-5.8 5.2 5.9 5.8 5.2-3c.9-.5 1.5-1.4 1.5-2.5s-.6-2-1.5-2.5Z", style: { fill: "#fbbc04", strokeWidth: 0 } }),
|
|
16
|
+
React.createElement("path", { d: "M10.1 9.3c0 .2-.1.5-.1.7v20c0 .3 0 .5.1.7l11-11-11-10.4Z", style: { fill: "#4285f4", strokeWidth: 0 } }),
|
|
17
|
+
React.createElement("path", { d: "m20.8 20 5.5-5.5-12-6.9c-.4-.3-.9-.4-1.5-.4-1.3 0-2.5.9-2.8 2.1L20.7 20Z", style: { fill: "#34a853", strokeWidth: 0 } }))); };
|
|
18
|
+
|
|
19
|
+
var AppStoreIcon = function () { return (React.createElement("svg", { "aria-hidden": true, role: "presentation", id: "livetype", xmlns: "http://www.w3.org/2000/svg", height: "48", width: "143.59", viewBox: "0 0 119.66407 40" },
|
|
20
|
+
React.createElement("title", null, "Download_on_the_App_Store_Badge_US-UK_RGB_blk_4SVG_092917"),
|
|
21
|
+
React.createElement("g", null,
|
|
22
|
+
React.createElement("g", null,
|
|
23
|
+
React.createElement("g", null,
|
|
24
|
+
React.createElement("path", { d: "M110.13477,0H9.53468c-.3667,0-.729,0-1.09473.002-.30615.002-.60986.00781-.91895.0127A13.21476,13.21476,0,0,0,5.5171.19141a6.66509,6.66509,0,0,0-1.90088.627A6.43779,6.43779,0,0,0,1.99757,1.99707,6.25844,6.25844,0,0,0,.81935,3.61816a6.60119,6.60119,0,0,0-.625,1.90332,12.993,12.993,0,0,0-.1792,2.002C.00587,7.83008.00489,8.1377,0,8.44434V31.5586c.00489.3105.00587.6113.01515.9219a12.99232,12.99232,0,0,0,.1792,2.0019,6.58756,6.58756,0,0,0,.625,1.9043A6.20778,6.20778,0,0,0,1.99757,38.001a6.27445,6.27445,0,0,0,1.61865,1.1787,6.70082,6.70082,0,0,0,1.90088.6308,13.45514,13.45514,0,0,0,2.0039.1768c.30909.0068.6128.0107.91895.0107C8.80567,40,9.168,40,9.53468,40H110.13477c.3594,0,.7246,0,1.084-.002.3047,0,.6172-.0039.9219-.0107a13.279,13.279,0,0,0,2-.1768,6.80432,6.80432,0,0,0,1.9082-.6308,6.27742,6.27742,0,0,0,1.6172-1.1787,6.39482,6.39482,0,0,0,1.1816-1.6143,6.60413,6.60413,0,0,0,.6191-1.9043,13.50643,13.50643,0,0,0,.1856-2.0019c.0039-.3106.0039-.6114.0039-.9219.0078-.3633.0078-.7246.0078-1.0938V9.53613c0-.36621,0-.72949-.0078-1.09179,0-.30664,0-.61426-.0039-.9209a13.5071,13.5071,0,0,0-.1856-2.002,6.6177,6.6177,0,0,0-.6191-1.90332,6.46619,6.46619,0,0,0-2.7988-2.7998,6.76754,6.76754,0,0,0-1.9082-.627,13.04394,13.04394,0,0,0-2-.17676c-.3047-.00488-.6172-.01074-.9219-.01269-.3594-.002-.7246-.002-1.084-.002Z", style: { fill: "#a6a6a6" } }),
|
|
25
|
+
React.createElement("path", { d: "M8.44483,39.125c-.30468,0-.602-.0039-.90429-.0107a12.68714,12.68714,0,0,1-1.86914-.1631,5.88381,5.88381,0,0,1-1.65674-.5479,5.40573,5.40573,0,0,1-1.397-1.0166,5.32082,5.32082,0,0,1-1.02051-1.3965,5.72186,5.72186,0,0,1-.543-1.6572,12.41351,12.41351,0,0,1-.1665-1.875c-.00634-.2109-.01464-.9131-.01464-.9131V8.44434S.88185,7.75293.8877,7.5498a12.37039,12.37039,0,0,1,.16553-1.87207,5.7555,5.7555,0,0,1,.54346-1.6621A5.37349,5.37349,0,0,1,2.61183,2.61768,5.56543,5.56543,0,0,1,4.01417,1.59521a5.82309,5.82309,0,0,1,1.65332-.54394A12.58589,12.58589,0,0,1,7.543.88721L8.44532.875H111.21387l.9131.0127a12.38493,12.38493,0,0,1,1.8584.16259,5.93833,5.93833,0,0,1,1.6709.54785,5.59374,5.59374,0,0,1,2.415,2.41993,5.76267,5.76267,0,0,1,.5352,1.64892,12.995,12.995,0,0,1,.1738,1.88721c.0029.2832.0029.5874.0029.89014.0079.375.0079.73193.0079,1.09179V30.4648c0,.3633,0,.7178-.0079,1.0752,0,.3252,0,.6231-.0039.9297a12.73126,12.73126,0,0,1-.1709,1.8535,5.739,5.739,0,0,1-.54,1.67,5.48029,5.48029,0,0,1-1.0156,1.3857,5.4129,5.4129,0,0,1-1.3994,1.0225,5.86168,5.86168,0,0,1-1.668.5498,12.54218,12.54218,0,0,1-1.8692.1631c-.2929.0068-.5996.0107-.8974.0107l-1.084.002Z" })),
|
|
26
|
+
React.createElement("g", { id: "_Group_", "data-name": "<Group>" },
|
|
27
|
+
React.createElement("g", { id: "_Group_2", "data-name": "<Group>" },
|
|
28
|
+
React.createElement("g", { id: "_Group_3", "data-name": "<Group>" },
|
|
29
|
+
React.createElement("path", { id: "_Path_", "data-name": "<Path>", d: "M24.76888,20.30068a4.94881,4.94881,0,0,1,2.35656-4.15206,5.06566,5.06566,0,0,0-3.99116-2.15768c-1.67924-.17626-3.30719,1.00483-4.1629,1.00483-.87227,0-2.18977-.98733-3.6085-.95814a5.31529,5.31529,0,0,0-4.47292,2.72787c-1.934,3.34842-.49141,8.26947,1.3612,10.97608.9269,1.32535,2.01018,2.8058,3.42763,2.7533,1.38706-.05753,1.9051-.88448,3.5794-.88448,1.65876,0,2.14479.88448,3.591.8511,1.48838-.02416,2.42613-1.33124,3.32051-2.66914a10.962,10.962,0,0,0,1.51842-3.09251A4.78205,4.78205,0,0,1,24.76888,20.30068Z", style: { fill: "#fff" } }),
|
|
30
|
+
React.createElement("path", { id: "_Path_2", "data-name": "<Path>", d: "M22.03725,12.21089a4.87248,4.87248,0,0,0,1.11452-3.49062,4.95746,4.95746,0,0,0-3.20758,1.65961,4.63634,4.63634,0,0,0-1.14371,3.36139A4.09905,4.09905,0,0,0,22.03725,12.21089Z", style: { fill: "#fff" } }))),
|
|
31
|
+
React.createElement("g", null,
|
|
32
|
+
React.createElement("path", { d: "M42.30227,27.13965h-4.7334l-1.13672,3.35645H34.42727l4.4834-12.418h2.083l4.4834,12.418H43.438ZM38.0591,25.59082h3.752l-1.84961-5.44727h-.05176Z", style: { fill: "#fff" } }),
|
|
33
|
+
React.createElement("path", { d: "M55.15969,25.96973c0,2.81348-1.50586,4.62109-3.77832,4.62109a3.0693,3.0693,0,0,1-2.84863-1.584h-.043v4.48438h-1.8584V21.44238H48.4302v1.50586h.03418a3.21162,3.21162,0,0,1,2.88281-1.60059C53.645,21.34766,55.15969,23.16406,55.15969,25.96973Zm-1.91016,0c0-1.833-.94727-3.03809-2.39258-3.03809-1.41992,0-2.375,1.23047-2.375,3.03809,0,1.82422.95508,3.0459,2.375,3.0459C52.30227,29.01563,53.24953,27.81934,53.24953,25.96973Z", style: { fill: "#fff" } }),
|
|
34
|
+
React.createElement("path", { d: "M65.12453,25.96973c0,2.81348-1.50586,4.62109-3.77832,4.62109a3.0693,3.0693,0,0,1-2.84863-1.584h-.043v4.48438h-1.8584V21.44238H58.395v1.50586h.03418A3.21162,3.21162,0,0,1,61.312,21.34766C63.60988,21.34766,65.12453,23.16406,65.12453,25.96973Zm-1.91016,0c0-1.833-.94727-3.03809-2.39258-3.03809-1.41992,0-2.375,1.23047-2.375,3.03809,0,1.82422.95508,3.0459,2.375,3.0459C62.26711,29.01563,63.21438,27.81934,63.21438,25.96973Z", style: { fill: "#fff" } }),
|
|
35
|
+
React.createElement("path", { d: "M71.71047,27.03613c.1377,1.23145,1.334,2.04,2.96875,2.04,1.56641,0,2.69336-.80859,2.69336-1.91895,0-.96387-.67969-1.541-2.28906-1.93652l-1.60937-.3877c-2.28027-.55078-3.33887-1.61719-3.33887-3.34766,0-2.14258,1.86719-3.61426,4.51855-3.61426,2.624,0,4.42285,1.47168,4.4834,3.61426h-1.876c-.1123-1.23926-1.13672-1.9873-2.63379-1.9873s-2.52148.75684-2.52148,1.8584c0,.87793.6543,1.39453,2.25488,1.79l1.36816.33594c2.54785.60254,3.60645,1.626,3.60645,3.44238,0,2.32324-1.85059,3.77832-4.79395,3.77832-2.75391,0-4.61328-1.4209-4.7334-3.667Z", style: { fill: "#fff" } }),
|
|
36
|
+
React.createElement("path", { d: "M83.34621,19.2998v2.14258h1.72168v1.47168H83.34621v4.99121c0,.77539.34473,1.13672,1.10156,1.13672a5.80752,5.80752,0,0,0,.61133-.043v1.46289a5.10351,5.10351,0,0,1-1.03223.08594c-1.833,0-2.54785-.68848-2.54785-2.44434V22.91406H80.16262V21.44238H81.479V19.2998Z", style: { fill: "#fff" } }),
|
|
37
|
+
React.createElement("path", { d: "M86.065,25.96973c0-2.84863,1.67773-4.63867,4.29395-4.63867,2.625,0,4.29492,1.79,4.29492,4.63867,0,2.85645-1.66113,4.63867-4.29492,4.63867C87.72609,30.6084,86.065,28.82617,86.065,25.96973Zm6.69531,0c0-1.9541-.89551-3.10742-2.40137-3.10742s-2.40039,1.16211-2.40039,3.10742c0,1.96191.89453,3.10645,2.40039,3.10645S92.76027,27.93164,92.76027,25.96973Z", style: { fill: "#fff" } }),
|
|
38
|
+
React.createElement("path", { d: "M96.18606,21.44238h1.77246v1.541h.043a2.1594,2.1594,0,0,1,2.17773-1.63574,2.86616,2.86616,0,0,1,.63672.06934v1.73828a2.59794,2.59794,0,0,0-.835-.1123,1.87264,1.87264,0,0,0-1.93652,2.083v5.37012h-1.8584Z", style: { fill: "#fff" } }),
|
|
39
|
+
React.createElement("path", { d: "M109.3843,27.83691c-.25,1.64355-1.85059,2.77148-3.89844,2.77148-2.63379,0-4.26855-1.76465-4.26855-4.5957,0-2.83984,1.64355-4.68164,4.19043-4.68164,2.50488,0,4.08008,1.7207,4.08008,4.46582v.63672h-6.39453v.1123a2.358,2.358,0,0,0,2.43555,2.56445,2.04834,2.04834,0,0,0,2.09082-1.27344Zm-6.28223-2.70215h4.52637a2.1773,2.1773,0,0,0-2.2207-2.29785A2.292,2.292,0,0,0,103.10207,25.13477Z", style: { fill: "#fff" } })))),
|
|
40
|
+
React.createElement("g", { id: "_Group_4", "data-name": "<Group>" },
|
|
41
|
+
React.createElement("g", null,
|
|
42
|
+
React.createElement("path", { d: "M37.82619,8.731a2.63964,2.63964,0,0,1,2.80762,2.96484c0,1.90625-1.03027,3.002-2.80762,3.002H35.67092V8.731Zm-1.22852,5.123h1.125a1.87588,1.87588,0,0,0,1.96777-2.146,1.881,1.881,0,0,0-1.96777-2.13379h-1.125Z", style: { fill: "#fff" } }),
|
|
43
|
+
React.createElement("path", { d: "M41.68068,12.44434a2.13323,2.13323,0,1,1,4.24707,0,2.13358,2.13358,0,1,1-4.24707,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C44.57522,13.99463,45.01369,13.42432,45.01369,12.44434Z", style: { fill: "#fff" } }),
|
|
44
|
+
React.createElement("path", { d: "M51.57326,14.69775h-.92187l-.93066-3.31641h-.07031l-.92676,3.31641h-.91309l-1.24121-4.50293h.90137l.80664,3.436h.06641l.92578-3.436h.85254l.92578,3.436h.07031l.80273-3.436h.88867Z", style: { fill: "#fff" } }),
|
|
45
|
+
React.createElement("path", { d: "M53.85354,10.19482H54.709v.71533h.06641a1.348,1.348,0,0,1,1.34375-.80225,1.46456,1.46456,0,0,1,1.55859,1.6748v2.915h-.88867V12.00586c0-.72363-.31445-1.0835-.97168-1.0835a1.03294,1.03294,0,0,0-1.0752,1.14111v2.63428h-.88867Z", style: { fill: "#fff" } }),
|
|
46
|
+
React.createElement("path", { d: "M59.09377,8.437h.88867v6.26074h-.88867Z", style: { fill: "#fff" } }),
|
|
47
|
+
React.createElement("path", { d: "M61.21779,12.44434a2.13346,2.13346,0,1,1,4.24756,0,2.1338,2.1338,0,1,1-4.24756,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C64.11232,13.99463,64.5508,13.42432,64.5508,12.44434Z", style: { fill: "#fff" } }),
|
|
48
|
+
React.createElement("path", { d: "M66.4009,13.42432c0-.81055.60352-1.27783,1.6748-1.34424l1.21973-.07031v-.38867c0-.47559-.31445-.74414-.92187-.74414-.49609,0-.83984.18213-.93848.50049h-.86035c.09082-.77344.81836-1.26953,1.83984-1.26953,1.12891,0,1.76563.562,1.76563,1.51318v3.07666h-.85547v-.63281h-.07031a1.515,1.515,0,0,1-1.35254.707A1.36026,1.36026,0,0,1,66.4009,13.42432Zm2.89453-.38477v-.37646l-1.09961.07031c-.62012.0415-.90137.25244-.90137.64941,0,.40527.35156.64111.835.64111A1.0615,1.0615,0,0,0,69.29543,13.03955Z", style: { fill: "#fff" } }),
|
|
49
|
+
React.createElement("path", { d: "M71.34816,12.44434c0-1.42285.73145-2.32422,1.86914-2.32422a1.484,1.484,0,0,1,1.38086.79h.06641V8.437h.88867v6.26074h-.85156v-.71143h-.07031a1.56284,1.56284,0,0,1-1.41406.78564C72.0718,14.772,71.34816,13.87061,71.34816,12.44434Zm.918,0c0,.95508.4502,1.52979,1.20313,1.52979.749,0,1.21191-.583,1.21191-1.52588,0-.93848-.46777-1.52979-1.21191-1.52979C72.72121,10.91846,72.26613,11.49707,72.26613,12.44434Z", style: { fill: "#fff" } }),
|
|
50
|
+
React.createElement("path", { d: "M79.23,12.44434a2.13323,2.13323,0,1,1,4.24707,0,2.13358,2.13358,0,1,1-4.24707,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C82.12453,13.99463,82.563,13.42432,82.563,12.44434Z", style: { fill: "#fff" } }),
|
|
51
|
+
React.createElement("path", { d: "M84.66945,10.19482h.85547v.71533h.06641a1.348,1.348,0,0,1,1.34375-.80225,1.46456,1.46456,0,0,1,1.55859,1.6748v2.915H87.605V12.00586c0-.72363-.31445-1.0835-.97168-1.0835a1.03294,1.03294,0,0,0-1.0752,1.14111v2.63428h-.88867Z", style: { fill: "#fff" } }),
|
|
52
|
+
React.createElement("path", { d: "M93.51516,9.07373v1.1416h.97559v.74854h-.97559V13.2793c0,.47168.19434.67822.63672.67822a2.96657,2.96657,0,0,0,.33887-.02051v.74023a2.9155,2.9155,0,0,1-.4834.04541c-.98828,0-1.38184-.34766-1.38184-1.21582v-2.543h-.71484v-.74854h.71484V9.07373Z", style: { fill: "#fff" } }),
|
|
53
|
+
React.createElement("path", { d: "M95.70461,8.437h.88086v2.48145h.07031a1.3856,1.3856,0,0,1,1.373-.80664,1.48339,1.48339,0,0,1,1.55078,1.67871v2.90723H98.69v-2.688c0-.71924-.335-1.0835-.96289-1.0835a1.05194,1.05194,0,0,0-1.13379,1.1416v2.62988h-.88867Z", style: { fill: "#fff" } }),
|
|
54
|
+
React.createElement("path", { d: "M104.76125,13.48193a1.828,1.828,0,0,1-1.95117,1.30273A2.04531,2.04531,0,0,1,100.73,12.46045a2.07685,2.07685,0,0,1,2.07617-2.35254c1.25293,0,2.00879.856,2.00879,2.27V12.688h-3.17969v.0498a1.1902,1.1902,0,0,0,1.19922,1.29,1.07934,1.07934,0,0,0,1.07129-.5459Zm-3.126-1.45117h2.27441a1.08647,1.08647,0,0,0-1.1084-1.1665A1.15162,1.15162,0,0,0,101.63527,12.03076Z", style: { fill: "#fff" } })))))); };
|
|
55
|
+
|
|
56
|
+
var AppButton = function (_a) {
|
|
57
|
+
var type = _a.type, url = _a.url, screenReaderText = _a.screenReaderText, props = index.__rest(_a, ["type", "url", "screenReaderText"]);
|
|
58
|
+
var logos = {
|
|
59
|
+
"google-play": GooglePlayIcon,
|
|
60
|
+
"apple-app-store": AppStoreIcon
|
|
61
|
+
};
|
|
62
|
+
var Logo = logos[type];
|
|
63
|
+
return (React.createElement("a", index.__assign({ className: "arc-AppButton", href: url }, index.filterAttrs(props)),
|
|
64
|
+
React.createElement(Logo, null),
|
|
65
|
+
React.createElement(VisuallyHidden.VisuallyHidden, null, screenReaderText)));
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
exports.AppButton = AppButton;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterAttrs } from '../_shared/esm/index-B2AlS7Ha.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import { V as VisuallyHidden } from '../_shared/esm/VisuallyHidden-yiIi83XT.js';
|
|
4
|
+
|
|
5
|
+
var GooglePlayIcon = function () { return (React__default.createElement("svg", { "aria-hidden": true, role: "presentation", xmlns: "http://www.w3.org/2000/svg", id: "artwork", version: "1.1", height: "48", width: "162", viewBox: "0 0 135 40" },
|
|
6
|
+
React__default.createElement("defs", null,
|
|
7
|
+
React__default.createElement("style", null, ".cls-1{stroke:#fff;stroke-miterlimit:10;stroke-width:.2px;fill:#fff}")),
|
|
8
|
+
React__default.createElement("rect", { width: "135", height: "40", rx: "5", ry: "5", style: { fill: "#000", strokeWidth: 0 } }),
|
|
9
|
+
React__default.createElement("path", { d: "M130 .8c2.3 0 4.2 1.9 4.2 4.2v30c0 2.3-1.9 4.2-4.2 4.2H5C2.7 39.2.8 37.3.8 35V5C.8 2.7 2.7.8 5 .8h125m0-.8H5C2.2 0 0 2.2 0 5v30c0 2.8 2.2 5 5 5h125c2.8 0 5-2.2 5-5V5c0-2.8-2.2-5-5-5Z", style: { strokeWidth: 0, fill: "#a6a6a6" } }),
|
|
10
|
+
React__default.createElement("path", { d: "M47.4 10.2c0 .8-.2 1.5-.8 2-.6.6-1.3.9-2.2.9s-1.6-.3-2.2-.9-.9-1.4-.9-2.2.3-1.6.9-2.2 1.3-.9 2.2-.9.8 0 1.2.2.7.4.9.7l-.5.5c-.4-.5-.9-.7-1.6-.7s-1.2.2-1.6.7c-.5.4-.7 1-.7 1.7s.2 1.3.7 1.7c.5.4 1 .7 1.6.7s1.2-.2 1.7-.7.5-.7.5-1.2h-2.2v-.7h2.9v.5ZM52 7.7h-2.7v1.9h2.5v.7h-2.5v1.9H52v.7h-3.5v-6H52v.7ZM55.3 13h-.8V7.7h-1.7V7h4.1v.7h-1.7V13ZM59.9 13V7h.8v6h-.8ZM64.1 13h-.8V7.7h-1.7V7h4.1v.7H64V13ZM73.6 12.2c-.6.6-1.3.9-2.2.9s-1.6-.3-2.2-.9-.9-1.4-.9-2.2.3-1.6.9-2.2c.6-.6 1.3-.9 2.2-.9s1.6.3 2.2.9c.6.6.9 1.4.9 2.2s-.3 1.6-.9 2.2Zm-3.8-.5c.4.5 1 .7 1.6.7s1.2-.2 1.6-.7c.4-.5.7-1 .7-1.7s-.2-1.3-.7-1.7c-.4-.5-1-.7-1.6-.7s-1.2.2-1.6.7c-.4.5-.7 1-.7 1.7s.2 1.3.7 1.7ZM75.6 13V7h.9l2.9 4.7V7h.8v6h-.8l-3.1-4.9V13h-.8Z", className: "cls-1" }),
|
|
11
|
+
React__default.createElement("path", { d: "M68.1 21.8c-2.3 0-4.3 1.8-4.3 4.2s1.9 4.2 4.3 4.2 4.3-1.8 4.3-4.2-1.9-4.2-4.3-4.2Zm0 6.8c-1.3 0-2.4-1.1-2.4-2.6s1.1-2.6 2.4-2.6 2.4 1 2.4 2.6-1.1 2.6-2.4 2.6Zm-9.3-6.8c-2.3 0-4.3 1.8-4.3 4.2s1.9 4.2 4.3 4.2 4.3-1.8 4.3-4.2-1.9-4.2-4.3-4.2Zm0 6.8c-1.3 0-2.4-1.1-2.4-2.6s1.1-2.6 2.4-2.6 2.4 1 2.4 2.6-1.1 2.6-2.4 2.6Zm-11.1-5.5v1.8H52c-.1 1-.5 1.8-1 2.3-.6.6-1.6 1.3-3.3 1.3-2.7 0-4.7-2.1-4.7-4.8s2.1-4.8 4.7-4.8 2.5.6 3.2 1.3l1.3-1.3c-1.1-1-2.5-1.8-4.5-1.8-3.6 0-6.7 3-6.7 6.6s3.1 6.6 6.7 6.6 3.5-.6 4.6-1.8c1.2-1.2 1.6-2.9 1.6-4.2v-1.1h-6.1Zm45.4 1.4c-.3-1-1.4-2.7-3.6-2.7s-4 1.7-4 4.2 1.8 4.2 4.2 4.2 3.1-1.2 3.5-1.9l-1.4-1c-.5.7-1.1 1.2-2.1 1.2s-1.6-.4-2.1-1.3l5.7-2.3-.2-.5Zm-5.9 1.4c0-1.6 1.3-2.5 2.2-2.5s1.4.4 1.6.9l-3.8 1.6ZM82.6 30h1.9V17.5h-1.9V30Zm-3-7.3c-.4-.5-1.2-1-2.2-1-2.1 0-4.1 1.9-4.1 4.3s1.9 4.2 4.1 4.2 1.8-.5 2.2-1v.6c0 1.6-.9 2.5-2.3 2.5s-1.8-.8-2.1-1.5l-1.6.7c.5 1.1 1.7 2.5 3.8 2.5s4-1.3 4-4.4V22h-1.8v.7Zm-2.2 5.9c-1.3 0-2.4-1.1-2.4-2.6s1.1-2.6 2.4-2.6 2.3 1.1 2.3 2.6-1 2.6-2.3 2.6Zm24.4-11.1h-4.5V30h1.9v-4.7h2.6c2.1 0 4.1-1.5 4.1-3.9s-2-3.9-4.1-3.9Zm0 6h-2.7v-4.3h2.7c1.4 0 2.2 1.2 2.2 2.1s-.8 2.1-2.2 2.1Zm11.6-1.8c-1.3 0-2.8.6-3.3 1.9l1.7.7c.3-.7 1-.9 1.7-.9s1.9.6 2 1.6c-.3 0-1.1-.3-1.9-.3-1.8 0-3.6 1-3.6 2.8s1.5 2.8 3.1 2.8 1.9-.6 2.4-1.2v1h1.8v-4.8c0-2.2-1.7-3.5-3.8-3.5Zm-.2 6.9c-.6 0-1.5-.3-1.5-1.1s1.1-1.3 2-1.3 1.2.2 1.7.4c-.1 1.2-1.1 2-2.2 2Zm10.5-6.6-2.1 5.4-2.2-5.4h-2l3.3 7.6-1.9 4.2h1.9l5.1-11.8h-2.1Zm-16.8 8h1.9V17.5h-1.9V30Z", style: { strokeWidth: 0, fill: "#fff" } }),
|
|
12
|
+
React__default.createElement("path", { d: "M20.7 19.4 10.1 30.7c.3 1.2 1.5 2.1 2.8 2.1s1-.1 1.5-.4 12-6.9 12-6.9l-5.6-6.1Z", style: { fill: "#ea4335", strokeWidth: 0 } }),
|
|
13
|
+
React__default.createElement("path", { d: "m31.5 17.5-5.2-3-5.8 5.2 5.9 5.8 5.2-3c.9-.5 1.5-1.4 1.5-2.5s-.6-2-1.5-2.5Z", style: { fill: "#fbbc04", strokeWidth: 0 } }),
|
|
14
|
+
React__default.createElement("path", { d: "M10.1 9.3c0 .2-.1.5-.1.7v20c0 .3 0 .5.1.7l11-11-11-10.4Z", style: { fill: "#4285f4", strokeWidth: 0 } }),
|
|
15
|
+
React__default.createElement("path", { d: "m20.8 20 5.5-5.5-12-6.9c-.4-.3-.9-.4-1.5-.4-1.3 0-2.5.9-2.8 2.1L20.7 20Z", style: { fill: "#34a853", strokeWidth: 0 } }))); };
|
|
16
|
+
|
|
17
|
+
var AppStoreIcon = function () { return (React__default.createElement("svg", { "aria-hidden": true, role: "presentation", id: "livetype", xmlns: "http://www.w3.org/2000/svg", height: "48", width: "143.59", viewBox: "0 0 119.66407 40" },
|
|
18
|
+
React__default.createElement("title", null, "Download_on_the_App_Store_Badge_US-UK_RGB_blk_4SVG_092917"),
|
|
19
|
+
React__default.createElement("g", null,
|
|
20
|
+
React__default.createElement("g", null,
|
|
21
|
+
React__default.createElement("g", null,
|
|
22
|
+
React__default.createElement("path", { d: "M110.13477,0H9.53468c-.3667,0-.729,0-1.09473.002-.30615.002-.60986.00781-.91895.0127A13.21476,13.21476,0,0,0,5.5171.19141a6.66509,6.66509,0,0,0-1.90088.627A6.43779,6.43779,0,0,0,1.99757,1.99707,6.25844,6.25844,0,0,0,.81935,3.61816a6.60119,6.60119,0,0,0-.625,1.90332,12.993,12.993,0,0,0-.1792,2.002C.00587,7.83008.00489,8.1377,0,8.44434V31.5586c.00489.3105.00587.6113.01515.9219a12.99232,12.99232,0,0,0,.1792,2.0019,6.58756,6.58756,0,0,0,.625,1.9043A6.20778,6.20778,0,0,0,1.99757,38.001a6.27445,6.27445,0,0,0,1.61865,1.1787,6.70082,6.70082,0,0,0,1.90088.6308,13.45514,13.45514,0,0,0,2.0039.1768c.30909.0068.6128.0107.91895.0107C8.80567,40,9.168,40,9.53468,40H110.13477c.3594,0,.7246,0,1.084-.002.3047,0,.6172-.0039.9219-.0107a13.279,13.279,0,0,0,2-.1768,6.80432,6.80432,0,0,0,1.9082-.6308,6.27742,6.27742,0,0,0,1.6172-1.1787,6.39482,6.39482,0,0,0,1.1816-1.6143,6.60413,6.60413,0,0,0,.6191-1.9043,13.50643,13.50643,0,0,0,.1856-2.0019c.0039-.3106.0039-.6114.0039-.9219.0078-.3633.0078-.7246.0078-1.0938V9.53613c0-.36621,0-.72949-.0078-1.09179,0-.30664,0-.61426-.0039-.9209a13.5071,13.5071,0,0,0-.1856-2.002,6.6177,6.6177,0,0,0-.6191-1.90332,6.46619,6.46619,0,0,0-2.7988-2.7998,6.76754,6.76754,0,0,0-1.9082-.627,13.04394,13.04394,0,0,0-2-.17676c-.3047-.00488-.6172-.01074-.9219-.01269-.3594-.002-.7246-.002-1.084-.002Z", style: { fill: "#a6a6a6" } }),
|
|
23
|
+
React__default.createElement("path", { d: "M8.44483,39.125c-.30468,0-.602-.0039-.90429-.0107a12.68714,12.68714,0,0,1-1.86914-.1631,5.88381,5.88381,0,0,1-1.65674-.5479,5.40573,5.40573,0,0,1-1.397-1.0166,5.32082,5.32082,0,0,1-1.02051-1.3965,5.72186,5.72186,0,0,1-.543-1.6572,12.41351,12.41351,0,0,1-.1665-1.875c-.00634-.2109-.01464-.9131-.01464-.9131V8.44434S.88185,7.75293.8877,7.5498a12.37039,12.37039,0,0,1,.16553-1.87207,5.7555,5.7555,0,0,1,.54346-1.6621A5.37349,5.37349,0,0,1,2.61183,2.61768,5.56543,5.56543,0,0,1,4.01417,1.59521a5.82309,5.82309,0,0,1,1.65332-.54394A12.58589,12.58589,0,0,1,7.543.88721L8.44532.875H111.21387l.9131.0127a12.38493,12.38493,0,0,1,1.8584.16259,5.93833,5.93833,0,0,1,1.6709.54785,5.59374,5.59374,0,0,1,2.415,2.41993,5.76267,5.76267,0,0,1,.5352,1.64892,12.995,12.995,0,0,1,.1738,1.88721c.0029.2832.0029.5874.0029.89014.0079.375.0079.73193.0079,1.09179V30.4648c0,.3633,0,.7178-.0079,1.0752,0,.3252,0,.6231-.0039.9297a12.73126,12.73126,0,0,1-.1709,1.8535,5.739,5.739,0,0,1-.54,1.67,5.48029,5.48029,0,0,1-1.0156,1.3857,5.4129,5.4129,0,0,1-1.3994,1.0225,5.86168,5.86168,0,0,1-1.668.5498,12.54218,12.54218,0,0,1-1.8692.1631c-.2929.0068-.5996.0107-.8974.0107l-1.084.002Z" })),
|
|
24
|
+
React__default.createElement("g", { id: "_Group_", "data-name": "<Group>" },
|
|
25
|
+
React__default.createElement("g", { id: "_Group_2", "data-name": "<Group>" },
|
|
26
|
+
React__default.createElement("g", { id: "_Group_3", "data-name": "<Group>" },
|
|
27
|
+
React__default.createElement("path", { id: "_Path_", "data-name": "<Path>", d: "M24.76888,20.30068a4.94881,4.94881,0,0,1,2.35656-4.15206,5.06566,5.06566,0,0,0-3.99116-2.15768c-1.67924-.17626-3.30719,1.00483-4.1629,1.00483-.87227,0-2.18977-.98733-3.6085-.95814a5.31529,5.31529,0,0,0-4.47292,2.72787c-1.934,3.34842-.49141,8.26947,1.3612,10.97608.9269,1.32535,2.01018,2.8058,3.42763,2.7533,1.38706-.05753,1.9051-.88448,3.5794-.88448,1.65876,0,2.14479.88448,3.591.8511,1.48838-.02416,2.42613-1.33124,3.32051-2.66914a10.962,10.962,0,0,0,1.51842-3.09251A4.78205,4.78205,0,0,1,24.76888,20.30068Z", style: { fill: "#fff" } }),
|
|
28
|
+
React__default.createElement("path", { id: "_Path_2", "data-name": "<Path>", d: "M22.03725,12.21089a4.87248,4.87248,0,0,0,1.11452-3.49062,4.95746,4.95746,0,0,0-3.20758,1.65961,4.63634,4.63634,0,0,0-1.14371,3.36139A4.09905,4.09905,0,0,0,22.03725,12.21089Z", style: { fill: "#fff" } }))),
|
|
29
|
+
React__default.createElement("g", null,
|
|
30
|
+
React__default.createElement("path", { d: "M42.30227,27.13965h-4.7334l-1.13672,3.35645H34.42727l4.4834-12.418h2.083l4.4834,12.418H43.438ZM38.0591,25.59082h3.752l-1.84961-5.44727h-.05176Z", style: { fill: "#fff" } }),
|
|
31
|
+
React__default.createElement("path", { d: "M55.15969,25.96973c0,2.81348-1.50586,4.62109-3.77832,4.62109a3.0693,3.0693,0,0,1-2.84863-1.584h-.043v4.48438h-1.8584V21.44238H48.4302v1.50586h.03418a3.21162,3.21162,0,0,1,2.88281-1.60059C53.645,21.34766,55.15969,23.16406,55.15969,25.96973Zm-1.91016,0c0-1.833-.94727-3.03809-2.39258-3.03809-1.41992,0-2.375,1.23047-2.375,3.03809,0,1.82422.95508,3.0459,2.375,3.0459C52.30227,29.01563,53.24953,27.81934,53.24953,25.96973Z", style: { fill: "#fff" } }),
|
|
32
|
+
React__default.createElement("path", { d: "M65.12453,25.96973c0,2.81348-1.50586,4.62109-3.77832,4.62109a3.0693,3.0693,0,0,1-2.84863-1.584h-.043v4.48438h-1.8584V21.44238H58.395v1.50586h.03418A3.21162,3.21162,0,0,1,61.312,21.34766C63.60988,21.34766,65.12453,23.16406,65.12453,25.96973Zm-1.91016,0c0-1.833-.94727-3.03809-2.39258-3.03809-1.41992,0-2.375,1.23047-2.375,3.03809,0,1.82422.95508,3.0459,2.375,3.0459C62.26711,29.01563,63.21438,27.81934,63.21438,25.96973Z", style: { fill: "#fff" } }),
|
|
33
|
+
React__default.createElement("path", { d: "M71.71047,27.03613c.1377,1.23145,1.334,2.04,2.96875,2.04,1.56641,0,2.69336-.80859,2.69336-1.91895,0-.96387-.67969-1.541-2.28906-1.93652l-1.60937-.3877c-2.28027-.55078-3.33887-1.61719-3.33887-3.34766,0-2.14258,1.86719-3.61426,4.51855-3.61426,2.624,0,4.42285,1.47168,4.4834,3.61426h-1.876c-.1123-1.23926-1.13672-1.9873-2.63379-1.9873s-2.52148.75684-2.52148,1.8584c0,.87793.6543,1.39453,2.25488,1.79l1.36816.33594c2.54785.60254,3.60645,1.626,3.60645,3.44238,0,2.32324-1.85059,3.77832-4.79395,3.77832-2.75391,0-4.61328-1.4209-4.7334-3.667Z", style: { fill: "#fff" } }),
|
|
34
|
+
React__default.createElement("path", { d: "M83.34621,19.2998v2.14258h1.72168v1.47168H83.34621v4.99121c0,.77539.34473,1.13672,1.10156,1.13672a5.80752,5.80752,0,0,0,.61133-.043v1.46289a5.10351,5.10351,0,0,1-1.03223.08594c-1.833,0-2.54785-.68848-2.54785-2.44434V22.91406H80.16262V21.44238H81.479V19.2998Z", style: { fill: "#fff" } }),
|
|
35
|
+
React__default.createElement("path", { d: "M86.065,25.96973c0-2.84863,1.67773-4.63867,4.29395-4.63867,2.625,0,4.29492,1.79,4.29492,4.63867,0,2.85645-1.66113,4.63867-4.29492,4.63867C87.72609,30.6084,86.065,28.82617,86.065,25.96973Zm6.69531,0c0-1.9541-.89551-3.10742-2.40137-3.10742s-2.40039,1.16211-2.40039,3.10742c0,1.96191.89453,3.10645,2.40039,3.10645S92.76027,27.93164,92.76027,25.96973Z", style: { fill: "#fff" } }),
|
|
36
|
+
React__default.createElement("path", { d: "M96.18606,21.44238h1.77246v1.541h.043a2.1594,2.1594,0,0,1,2.17773-1.63574,2.86616,2.86616,0,0,1,.63672.06934v1.73828a2.59794,2.59794,0,0,0-.835-.1123,1.87264,1.87264,0,0,0-1.93652,2.083v5.37012h-1.8584Z", style: { fill: "#fff" } }),
|
|
37
|
+
React__default.createElement("path", { d: "M109.3843,27.83691c-.25,1.64355-1.85059,2.77148-3.89844,2.77148-2.63379,0-4.26855-1.76465-4.26855-4.5957,0-2.83984,1.64355-4.68164,4.19043-4.68164,2.50488,0,4.08008,1.7207,4.08008,4.46582v.63672h-6.39453v.1123a2.358,2.358,0,0,0,2.43555,2.56445,2.04834,2.04834,0,0,0,2.09082-1.27344Zm-6.28223-2.70215h4.52637a2.1773,2.1773,0,0,0-2.2207-2.29785A2.292,2.292,0,0,0,103.10207,25.13477Z", style: { fill: "#fff" } })))),
|
|
38
|
+
React__default.createElement("g", { id: "_Group_4", "data-name": "<Group>" },
|
|
39
|
+
React__default.createElement("g", null,
|
|
40
|
+
React__default.createElement("path", { d: "M37.82619,8.731a2.63964,2.63964,0,0,1,2.80762,2.96484c0,1.90625-1.03027,3.002-2.80762,3.002H35.67092V8.731Zm-1.22852,5.123h1.125a1.87588,1.87588,0,0,0,1.96777-2.146,1.881,1.881,0,0,0-1.96777-2.13379h-1.125Z", style: { fill: "#fff" } }),
|
|
41
|
+
React__default.createElement("path", { d: "M41.68068,12.44434a2.13323,2.13323,0,1,1,4.24707,0,2.13358,2.13358,0,1,1-4.24707,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C44.57522,13.99463,45.01369,13.42432,45.01369,12.44434Z", style: { fill: "#fff" } }),
|
|
42
|
+
React__default.createElement("path", { d: "M51.57326,14.69775h-.92187l-.93066-3.31641h-.07031l-.92676,3.31641h-.91309l-1.24121-4.50293h.90137l.80664,3.436h.06641l.92578-3.436h.85254l.92578,3.436h.07031l.80273-3.436h.88867Z", style: { fill: "#fff" } }),
|
|
43
|
+
React__default.createElement("path", { d: "M53.85354,10.19482H54.709v.71533h.06641a1.348,1.348,0,0,1,1.34375-.80225,1.46456,1.46456,0,0,1,1.55859,1.6748v2.915h-.88867V12.00586c0-.72363-.31445-1.0835-.97168-1.0835a1.03294,1.03294,0,0,0-1.0752,1.14111v2.63428h-.88867Z", style: { fill: "#fff" } }),
|
|
44
|
+
React__default.createElement("path", { d: "M59.09377,8.437h.88867v6.26074h-.88867Z", style: { fill: "#fff" } }),
|
|
45
|
+
React__default.createElement("path", { d: "M61.21779,12.44434a2.13346,2.13346,0,1,1,4.24756,0,2.1338,2.1338,0,1,1-4.24756,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C64.11232,13.99463,64.5508,13.42432,64.5508,12.44434Z", style: { fill: "#fff" } }),
|
|
46
|
+
React__default.createElement("path", { d: "M66.4009,13.42432c0-.81055.60352-1.27783,1.6748-1.34424l1.21973-.07031v-.38867c0-.47559-.31445-.74414-.92187-.74414-.49609,0-.83984.18213-.93848.50049h-.86035c.09082-.77344.81836-1.26953,1.83984-1.26953,1.12891,0,1.76563.562,1.76563,1.51318v3.07666h-.85547v-.63281h-.07031a1.515,1.515,0,0,1-1.35254.707A1.36026,1.36026,0,0,1,66.4009,13.42432Zm2.89453-.38477v-.37646l-1.09961.07031c-.62012.0415-.90137.25244-.90137.64941,0,.40527.35156.64111.835.64111A1.0615,1.0615,0,0,0,69.29543,13.03955Z", style: { fill: "#fff" } }),
|
|
47
|
+
React__default.createElement("path", { d: "M71.34816,12.44434c0-1.42285.73145-2.32422,1.86914-2.32422a1.484,1.484,0,0,1,1.38086.79h.06641V8.437h.88867v6.26074h-.85156v-.71143h-.07031a1.56284,1.56284,0,0,1-1.41406.78564C72.0718,14.772,71.34816,13.87061,71.34816,12.44434Zm.918,0c0,.95508.4502,1.52979,1.20313,1.52979.749,0,1.21191-.583,1.21191-1.52588,0-.93848-.46777-1.52979-1.21191-1.52979C72.72121,10.91846,72.26613,11.49707,72.26613,12.44434Z", style: { fill: "#fff" } }),
|
|
48
|
+
React__default.createElement("path", { d: "M79.23,12.44434a2.13323,2.13323,0,1,1,4.24707,0,2.13358,2.13358,0,1,1-4.24707,0Zm3.333,0c0-.97607-.43848-1.54687-1.208-1.54687-.77246,0-1.207.5708-1.207,1.54688,0,.98389.43457,1.55029,1.207,1.55029C82.12453,13.99463,82.563,13.42432,82.563,12.44434Z", style: { fill: "#fff" } }),
|
|
49
|
+
React__default.createElement("path", { d: "M84.66945,10.19482h.85547v.71533h.06641a1.348,1.348,0,0,1,1.34375-.80225,1.46456,1.46456,0,0,1,1.55859,1.6748v2.915H87.605V12.00586c0-.72363-.31445-1.0835-.97168-1.0835a1.03294,1.03294,0,0,0-1.0752,1.14111v2.63428h-.88867Z", style: { fill: "#fff" } }),
|
|
50
|
+
React__default.createElement("path", { d: "M93.51516,9.07373v1.1416h.97559v.74854h-.97559V13.2793c0,.47168.19434.67822.63672.67822a2.96657,2.96657,0,0,0,.33887-.02051v.74023a2.9155,2.9155,0,0,1-.4834.04541c-.98828,0-1.38184-.34766-1.38184-1.21582v-2.543h-.71484v-.74854h.71484V9.07373Z", style: { fill: "#fff" } }),
|
|
51
|
+
React__default.createElement("path", { d: "M95.70461,8.437h.88086v2.48145h.07031a1.3856,1.3856,0,0,1,1.373-.80664,1.48339,1.48339,0,0,1,1.55078,1.67871v2.90723H98.69v-2.688c0-.71924-.335-1.0835-.96289-1.0835a1.05194,1.05194,0,0,0-1.13379,1.1416v2.62988h-.88867Z", style: { fill: "#fff" } }),
|
|
52
|
+
React__default.createElement("path", { d: "M104.76125,13.48193a1.828,1.828,0,0,1-1.95117,1.30273A2.04531,2.04531,0,0,1,100.73,12.46045a2.07685,2.07685,0,0,1,2.07617-2.35254c1.25293,0,2.00879.856,2.00879,2.27V12.688h-3.17969v.0498a1.1902,1.1902,0,0,0,1.19922,1.29,1.07934,1.07934,0,0,0,1.07129-.5459Zm-3.126-1.45117h2.27441a1.08647,1.08647,0,0,0-1.1084-1.1665A1.15162,1.15162,0,0,0,101.63527,12.03076Z", style: { fill: "#fff" } })))))); };
|
|
53
|
+
|
|
54
|
+
var AppButton = function (_a) {
|
|
55
|
+
var type = _a.type, url = _a.url, screenReaderText = _a.screenReaderText, props = __rest(_a, ["type", "url", "screenReaderText"]);
|
|
56
|
+
var logos = {
|
|
57
|
+
"google-play": GooglePlayIcon,
|
|
58
|
+
"apple-app-store": AppStoreIcon
|
|
59
|
+
};
|
|
60
|
+
var Logo = logos[type];
|
|
61
|
+
return (React__default.createElement("a", __assign({ className: "arc-AppButton", href: url }, filterAttrs(props)),
|
|
62
|
+
React__default.createElement(Logo, null),
|
|
63
|
+
React__default.createElement(VisuallyHidden, null, screenReaderText)));
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export { AppButton };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AppButton{display:block;line-height:0;width:-moz-max-content;width:max-content}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AppButton:focus-visible{outline:var(--buttons-border-weight-s) solid var(--sem-color-border-primary-light-emphasis);outline-offset:var(--buttons-border-weight-s)}
|
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var Avatar = require('../_shared/cjs/Avatar-f1b1c129.js');
|
|
6
|
-
require('../_shared/cjs/filter-data-attrs-1c9a530c.js');
|
|
3
|
+
var Avatar = require('../_shared/cjs/Avatar-B-Y9MTwI.js');
|
|
4
|
+
require('../_shared/cjs/index-g-IbhJTT.js');
|
|
7
5
|
require('react');
|
|
8
|
-
require('../_shared/cjs/index-
|
|
9
|
-
require('../_shared/cjs/
|
|
10
|
-
require('../_shared/cjs/
|
|
11
|
-
require('../_shared/cjs/
|
|
12
|
-
require('../_shared/cjs/
|
|
13
|
-
require('../_shared/cjs/
|
|
14
|
-
require('../_shared/cjs/Heading-27cba320.js');
|
|
6
|
+
require('../_shared/cjs/index-CTlXMLug.js');
|
|
7
|
+
require('../_shared/cjs/ConditionalWrapper-C09Kw6EG.js');
|
|
8
|
+
require('../_shared/cjs/ThemeIcon-DIj22cFl.js');
|
|
9
|
+
require('../_shared/cjs/Surface-CnWSIpkb.js');
|
|
10
|
+
require('../_shared/cjs/Image-BZBXf92s.js');
|
|
11
|
+
require('../_shared/cjs/Heading-CXJ7sBmj.js');
|
|
15
12
|
|
|
16
13
|
|
|
17
14
|
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
export { A as Avatar } from '../_shared/esm/Avatar-
|
|
2
|
-
import '../_shared/esm/
|
|
1
|
+
export { A as Avatar } from '../_shared/esm/Avatar-BVBFnrtW.js';
|
|
2
|
+
import '../_shared/esm/index-B2AlS7Ha.js';
|
|
3
3
|
import 'react';
|
|
4
|
-
import '../_shared/esm/index-
|
|
5
|
-
import '../_shared/esm/
|
|
6
|
-
import '../_shared/esm/
|
|
7
|
-
import '../_shared/esm/
|
|
8
|
-
import '../_shared/esm/
|
|
9
|
-
import '../_shared/esm/
|
|
10
|
-
import '../_shared/esm/Heading-d16e0e53.js';
|
|
4
|
+
import '../_shared/esm/index-5C0-U8cc.js';
|
|
5
|
+
import '../_shared/esm/ConditionalWrapper-WoJxFYwS.js';
|
|
6
|
+
import '../_shared/esm/ThemeIcon-dM2wuvCO.js';
|
|
7
|
+
import '../_shared/esm/Surface-Cop_8dPH.js';
|
|
8
|
+
import '../_shared/esm/Image-DGwQ41lV.js';
|
|
9
|
+
import '../_shared/esm/Heading-BLcpp1ms.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Avatar{align-items:center;background:var(--avatar-colors-light-bg-default);border-radius:50%;color:var(--avatar-colors-light-text-default-alt);display:block;display:flex;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:0.4s ease background-color}.arc-v11-24-2-12-0-0-beta-13-0 .arc a.arc-Avatar:hover{color:var(--avatar-colors-light-text-default-alt)}.arc-v11-24-2-12-0-0-beta-13-0 .arc a.arc-Avatar:focus,.arc-v11-24-2-12-0-0-beta-13-0 .arc a.arc-Avatar:focus-visible{border-radius:50%;outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v11-24-2-12-0-0-beta-13-0 .arc a.arc-Avatar--img::before{background:transparent;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;transition:0.4s ease background-color}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Avatar--s{height:var(--avatar-size-s);width:var(--avatar-size-s)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Avatar--m{height:var(--avatar-size-m);width:var(--avatar-size-m)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Avatar--l{height:var(--avatar-size-l);width:var(--avatar-size-l)}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-Avatar--xl{height:var(--avatar-size-xl);width:var(--avatar-size-xl)}
|
|
@@ -1,38 +1,31 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var filterDataAttrs = require('../_shared/cjs/filter-data-attrs-1c9a530c.js');
|
|
3
|
+
var index = require('../_shared/cjs/index-g-IbhJTT.js');
|
|
6
4
|
var React = require('react');
|
|
7
|
-
var index = require('../_shared/cjs/index-
|
|
8
|
-
var Avatar = require('../_shared/cjs/Avatar-
|
|
9
|
-
require('../_shared/cjs/
|
|
10
|
-
|
|
11
|
-
require('../_shared/cjs/
|
|
12
|
-
require('../_shared/cjs/
|
|
13
|
-
require('../_shared/cjs/
|
|
14
|
-
require('../_shared/cjs/Heading-27cba320.js');
|
|
15
|
-
|
|
16
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
17
|
-
|
|
18
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
5
|
+
var index$1 = require('../_shared/cjs/index-CTlXMLug.js');
|
|
6
|
+
var Avatar = require('../_shared/cjs/Avatar-B-Y9MTwI.js');
|
|
7
|
+
var ConditionalWrapper = require('../_shared/cjs/ConditionalWrapper-C09Kw6EG.js');
|
|
8
|
+
require('../_shared/cjs/ThemeIcon-DIj22cFl.js');
|
|
9
|
+
require('../_shared/cjs/Surface-CnWSIpkb.js');
|
|
10
|
+
require('../_shared/cjs/Image-BZBXf92s.js');
|
|
11
|
+
require('../_shared/cjs/Heading-CXJ7sBmj.js');
|
|
19
12
|
|
|
20
13
|
var getAvatars = function (avatars, max) {
|
|
21
14
|
var maxAvatars = avatars.slice(0, max);
|
|
22
15
|
var hasHiddenAvatars = maxAvatars.length < avatars.length;
|
|
23
|
-
return
|
|
16
|
+
return index.__spreadArray(index.__spreadArray([], maxAvatars, true), (hasHiddenAvatars && max
|
|
24
17
|
? [{ initials: "+".concat(avatars.length - max) }]
|
|
25
18
|
: []), true);
|
|
26
19
|
};
|
|
27
20
|
|
|
28
21
|
/** Use `AvatarGroup` to visually represent a group of users. */
|
|
29
22
|
var AvatarGroup = function (_a) {
|
|
30
|
-
var title = _a.title, ariaLabel = _a.ariaLabel, href = _a.href, avatars = _a.avatars, onClick = _a.onClick, max = _a.max, _b = _a.size, size = _b === void 0 ? "xl" : _b, props =
|
|
23
|
+
var title = _a.title, ariaLabel = _a.ariaLabel, href = _a.href, avatars = _a.avatars, onClick = _a.onClick, max = _a.max, _b = _a.size, size = _b === void 0 ? "xl" : _b, props = index.__rest(_a, ["title", "ariaLabel", "href", "avatars", "onClick", "max", "size"]);
|
|
31
24
|
var id = React.useId();
|
|
32
|
-
var wrapperAttrs =
|
|
33
|
-
return (
|
|
34
|
-
|
|
35
|
-
|
|
25
|
+
var wrapperAttrs = index.__assign({ className: "arc-AvatarGroup" }, index.filterAttrs(props));
|
|
26
|
+
return (React.createElement(ConditionalWrapper.ConditionalWrapper, { condition: Boolean(href), wrapper: function (children) { return (React.createElement("a", index.__assign({ href: href, "aria-label": ariaLabel, onClick: onClick, title: title }, wrapperAttrs), children)); }, fallback: function (children) { return React.createElement("div", index.__assign({}, wrapperAttrs), children); } },
|
|
27
|
+
React.createElement("div", { className: "arc-AvatarGroup-avatarContainer" }, getAvatars(avatars, max).map(function (props, i) { return (React.createElement("div", { key: "".concat(id, "-avatar-").concat(i), className: index$1.classNames("arc-AvatarGroup-avatar", "arc-AvatarGroup-avatar--".concat(size)) },
|
|
28
|
+
React.createElement(Avatar.Avatar, index.__assign({ size: size }, props)))); }))));
|
|
36
29
|
};
|
|
37
30
|
|
|
38
31
|
exports.AvatarGroup = AvatarGroup;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { c as __spreadArray, _ as __rest, a as __assign, f as filterAttrs } from '../_shared/esm/index-B2AlS7Ha.js';
|
|
2
2
|
import React__default, { useId } from 'react';
|
|
3
|
-
import { c as classNames } from '../_shared/esm/index-
|
|
4
|
-
import { A as Avatar } from '../_shared/esm/Avatar-
|
|
5
|
-
import '../_shared/esm/
|
|
6
|
-
import
|
|
7
|
-
import '../_shared/esm/
|
|
8
|
-
import '../_shared/esm/
|
|
9
|
-
import '../_shared/esm/
|
|
10
|
-
import '../_shared/esm/Heading-d16e0e53.js';
|
|
3
|
+
import { c as classNames } from '../_shared/esm/index-5C0-U8cc.js';
|
|
4
|
+
import { A as Avatar } from '../_shared/esm/Avatar-BVBFnrtW.js';
|
|
5
|
+
import { C as ConditionalWrapper } from '../_shared/esm/ConditionalWrapper-WoJxFYwS.js';
|
|
6
|
+
import '../_shared/esm/ThemeIcon-dM2wuvCO.js';
|
|
7
|
+
import '../_shared/esm/Surface-Cop_8dPH.js';
|
|
8
|
+
import '../_shared/esm/Image-DGwQ41lV.js';
|
|
9
|
+
import '../_shared/esm/Heading-BLcpp1ms.js';
|
|
11
10
|
|
|
12
11
|
var getAvatars = function (avatars, max) {
|
|
13
12
|
var maxAvatars = avatars.slice(0, max);
|
|
@@ -21,7 +20,7 @@ var getAvatars = function (avatars, max) {
|
|
|
21
20
|
var AvatarGroup = function (_a) {
|
|
22
21
|
var title = _a.title, ariaLabel = _a.ariaLabel, href = _a.href, avatars = _a.avatars, onClick = _a.onClick, max = _a.max, _b = _a.size, size = _b === void 0 ? "xl" : _b, props = __rest(_a, ["title", "ariaLabel", "href", "avatars", "onClick", "max", "size"]);
|
|
23
22
|
var id = useId();
|
|
24
|
-
var wrapperAttrs = __assign({ className: "arc-AvatarGroup" },
|
|
23
|
+
var wrapperAttrs = __assign({ className: "arc-AvatarGroup" }, filterAttrs(props));
|
|
25
24
|
return (React__default.createElement(ConditionalWrapper, { condition: Boolean(href), wrapper: function (children) { return (React__default.createElement("a", __assign({ href: href, "aria-label": ariaLabel, onClick: onClick, title: title }, wrapperAttrs), children)); }, fallback: function (children) { return React__default.createElement("div", __assign({}, wrapperAttrs), children); } },
|
|
26
25
|
React__default.createElement("div", { className: "arc-AvatarGroup-avatarContainer" }, getAvatars(avatars, max).map(function (props, i) { return (React__default.createElement("div", { key: "".concat(id, "-avatar-").concat(i), className: classNames("arc-AvatarGroup-avatar", "arc-AvatarGroup-avatar--".concat(size)) },
|
|
27
26
|
React__default.createElement(Avatar, __assign({ size: size }, props)))); }))));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AvatarGroup{display:block;position:relative;text-decoration:none;width:-moz-max-content;width:max-content}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AvatarGroup:focus-visible{border-radius:40px;outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AvatarGroup-avatarContainer{align-items:center;display:flex;position:relative}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AvatarGroup-avatar{border:var(--avatar-border-weight-s) solid var(--avatar-colors-light-border-subtle);border-radius:50%;position:relative}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AvatarGroup-avatar--s:not(:last-of-type){margin-right:calc((var(--avatar-size-s)/2) - var(--avatar-size-s))}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AvatarGroup-avatar--m:not(:last-of-type){margin-right:calc((var(--avatar-size-m)/2) - var(--avatar-size-m))}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AvatarGroup-avatar--l:not(:last-of-type){margin-right:calc((var(--avatar-size-l)/2) - var(--avatar-size-l))}.arc-v11-24-2-12-0-0-beta-13-0 .arc .arc-AvatarGroup-avatar--xl:not(:last-of-type){margin-right:calc((var(--avatar-size-xl)/2) - var(--avatar-size-xl))}
|