@arc-ui/components 12.0.0-alpha.0 → 12.0.0-beta.10
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 +9 -14
- package/dist/Alert/Alert.esm.js +8 -13
- package/dist/Alert/styles.css +1 -0
- package/dist/Align/Align.cjs.js +6 -7
- package/dist/Align/Align.esm.js +1 -2
- package/dist/Align/styles.css +1 -0
- package/dist/AppButton/AppButton.cjs.js +74 -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 +17 -0
- package/dist/Avatar/Avatar.esm.js +9 -0
- package/dist/Avatar/package.json +7 -0
- package/dist/Avatar/styles.css +1 -0
- package/dist/AvatarGroup/AvatarGroup.cjs.js +37 -0
- package/dist/AvatarGroup/AvatarGroup.esm.js +29 -0
- package/dist/AvatarGroup/package.json +7 -0
- package/dist/AvatarGroup/styles.css +1 -0
- package/dist/Badge/Badge.cjs.js +5 -28
- package/dist/Badge/Badge.esm.js +4 -27
- package/dist/Badge/styles.css +1 -0
- package/dist/Banner/Banner.cjs.js +21 -0
- package/dist/Banner/Banner.esm.js +13 -0
- package/dist/Banner/package.json +7 -0
- package/dist/Banner/styles.css +1 -0
- package/dist/BannerWithTabs/BannerWithTabs.cjs.js +62 -0
- package/dist/BannerWithTabs/BannerWithTabs.esm.js +54 -0
- package/dist/BannerWithTabs/package.json +7 -0
- package/dist/BannerWithTabs/styles.css +1 -0
- package/dist/Box/Box.cjs.js +6 -25
- package/dist/Box/Box.esm.js +5 -24
- package/dist/Box/styles.css +1 -0
- package/dist/BrandLogo/BrandLogo.cjs.js +3 -4
- package/dist/BrandLogo/BrandLogo.esm.js +3 -4
- package/dist/BrandLogo/styles.css +1 -0
- package/dist/Breadcrumbs/Breadcrumbs.cjs.js +7 -6
- package/dist/Breadcrumbs/Breadcrumbs.esm.js +7 -6
- package/dist/Breadcrumbs/styles.css +1 -0
- package/dist/Button/Button.cjs.js +5 -6
- package/dist/Button/Button.esm.js +5 -6
- package/dist/Button/styles.css +1 -0
- package/dist/ButtonV2/ButtonV2.cjs.js +15 -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 +21 -0
- package/dist/Calendar/Calendar.esm.js +13 -0
- package/dist/Calendar/package.json +7 -0
- package/dist/Calendar/styles.css +1 -0
- package/dist/CardFooter/CardFooter.cjs.js +17 -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 +14 -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 +1921 -0
- package/dist/Carousel/Carousel.esm.js +1913 -0
- package/dist/Carousel/package.json +7 -0
- package/dist/Carousel/styles.css +1 -0
- package/dist/Checkbox/Checkbox.cjs.js +8 -8
- package/dist/Checkbox/Checkbox.esm.js +8 -8
- package/dist/Checkbox/styles.css +1 -0
- package/dist/Columns/Columns.cjs.js +2 -3
- package/dist/Columns/Columns.esm.js +2 -3
- package/dist/Columns/styles.css +1 -0
- package/dist/ConditionalWrapper/ConditionalWrapper.cjs.js +10 -0
- package/dist/ConditionalWrapper/ConditionalWrapper.esm.js +2 -0
- package/dist/ConditionalWrapper/package.json +7 -0
- package/dist/ContentSwitcher/ContentSwitcher.cjs.js +20 -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 +15 -0
- package/dist/ContentSwitcherDropdown/package.json +7 -0
- package/dist/ContentSwitcherDropdown/styles.css +1 -0
- package/dist/DatePicker/DatePicker.cjs.js +36 -0
- package/dist/DatePicker/DatePicker.esm.js +23 -0
- package/dist/DatePicker/package.json +7 -0
- package/dist/DatePicker/styles.css +1 -0
- package/dist/Disclosure/Disclosure.cjs.js +13 -11
- package/dist/Disclosure/Disclosure.esm.js +11 -9
- package/dist/Disclosure/styles.css +1 -0
- package/dist/DisclosureMini/DisclosureMini.cjs.js +5 -6
- package/dist/DisclosureMini/DisclosureMini.esm.js +5 -6
- package/dist/DisclosureMini/styles.css +1 -0
- package/dist/Download/Download.cjs.js +16 -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/Elevation/Elevation.cjs.js +4 -4
- package/dist/Elevation/Elevation.esm.js +1 -1
- package/dist/Elevation/styles.css +1 -0
- package/dist/Filter/Filter.cjs.js +4 -3
- package/dist/Filter/Filter.esm.js +4 -3
- package/dist/Filter/styles.css +1 -0
- package/dist/FormControl/FormControl.cjs.js +7 -7
- package/dist/FormControl/FormControl.esm.js +7 -7
- package/dist/FormControl/styles.css +1 -0
- package/dist/Grid/Grid.cjs.js +12 -0
- package/dist/Grid/Grid.esm.js +4 -0
- package/dist/Grid/package.json +7 -0
- package/dist/Grid/styles.css +1 -0
- package/dist/Group/Group.cjs.js +3 -3
- package/dist/Group/Group.esm.js +3 -3
- package/dist/Group/styles.css +1 -0
- package/dist/Heading/Heading.cjs.js +3 -4
- package/dist/Heading/Heading.esm.js +3 -4
- package/dist/Heading/styles.css +1 -0
- package/dist/HeroBanner/HeroBanner.cjs.js +28 -0
- package/dist/HeroBanner/HeroBanner.esm.js +20 -0
- package/dist/HeroBanner/package.json +7 -0
- package/dist/HeroButton/HeroButton.cjs.js +15 -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 +24 -0
- package/dist/Hidden/Hidden.esm.js +16 -0
- package/dist/Hidden/package.json +7 -0
- package/dist/Hidden/styles.css +1 -0
- package/dist/Icon/Icon.cjs.js +3 -4
- package/dist/Icon/Icon.esm.js +3 -4
- package/dist/Icon/styles.css +1 -0
- package/dist/Image/Image.cjs.js +2 -3
- package/dist/Image/Image.esm.js +2 -3
- package/dist/Image/styles.css +1 -0
- package/dist/ImpactCard/ImpactCard.cjs.js +43 -0
- package/dist/ImpactCard/ImpactCard.esm.js +35 -0
- package/dist/ImpactCard/package.json +7 -0
- package/dist/ImpactCard/styles.css +1 -0
- package/dist/InformationCard/InformationCard.cjs.js +60 -0
- package/dist/InformationCard/InformationCard.esm.js +52 -0
- package/dist/InformationCard/package.json +7 -0
- package/dist/InformationCard/styles.css +1 -0
- package/dist/Link/Link.cjs.js +75 -0
- package/dist/Link/Link.esm.js +67 -0
- package/dist/Link/package.json +7 -0
- package/dist/Link/styles.css +1 -0
- package/dist/Markup/Markup.cjs.js +5 -5
- package/dist/Markup/Markup.esm.js +2 -2
- package/dist/Markup/styles.css +1 -0
- package/dist/MediaCard/MediaCard.cjs.js +26 -0
- package/dist/MediaCard/MediaCard.esm.js +18 -0
- package/dist/MediaCard/package.json +7 -0
- package/dist/MediaCard/styles.css +1 -0
- package/dist/Modal/Modal.cjs.js +341 -547
- package/dist/Modal/Modal.esm.js +323 -547
- package/dist/Modal/styles.css +1 -0
- package/dist/PageBanner/PageBanner.cjs.js +28 -0
- package/dist/PageBanner/PageBanner.esm.js +20 -0
- package/dist/PageBanner/package.json +7 -0
- package/dist/Pagination/Pagination.cjs.js +8 -12
- package/dist/Pagination/Pagination.esm.js +6 -10
- package/dist/Pagination/styles.css +1 -0
- package/dist/PaginationSimple/PaginationSimple.cjs.js +91 -26
- package/dist/PaginationSimple/PaginationSimple.esm.js +90 -25
- package/dist/PaginationSimple/styles.css +1 -0
- package/dist/Poster/Poster.cjs.js +4 -5
- package/dist/Poster/Poster.esm.js +4 -5
- package/dist/Poster/styles.css +1 -0
- package/dist/ProgressBar/ProgressBar.cjs.js +19 -17
- package/dist/ProgressBar/ProgressBar.esm.js +16 -14
- package/dist/ProgressBar/styles.css +1 -0
- package/dist/ProgressStepper/ProgressStepper.cjs.js +5 -7
- package/dist/ProgressStepper/ProgressStepper.esm.js +5 -7
- package/dist/ProgressStepper/styles.css +1 -0
- package/dist/RadioGroup/RadioGroup.cjs.js +9 -8
- package/dist/RadioGroup/RadioGroup.esm.js +8 -8
- package/dist/RadioGroup/styles.css +1 -0
- package/dist/Rule/Rule.cjs.js +14 -4
- package/dist/Rule/Rule.esm.js +15 -5
- package/dist/Rule/styles.css +1 -0
- package/dist/ScrollToTop/ScrollToTop.cjs.js +27 -10
- package/dist/ScrollToTop/ScrollToTop.esm.js +24 -7
- package/dist/ScrollToTop/styles.css +1 -0
- package/dist/Section/Section.cjs.js +2 -2
- package/dist/Section/Section.esm.js +2 -2
- package/dist/Section/styles.css +1 -0
- package/dist/Select/Select.cjs.js +52 -1726
- package/dist/Select/Select.esm.js +53 -1708
- package/dist/Select/styles.css +1 -0
- package/dist/SiteFooter/SiteFooter.cjs.js +9 -33
- package/dist/SiteFooter/SiteFooter.esm.js +9 -33
- package/dist/SiteFooter/styles.css +1 -0
- package/dist/SiteHeaderV2/SiteHeaderV2.cjs.js +24 -0
- package/dist/SiteHeaderV2/SiteHeaderV2.esm.js +16 -0
- package/dist/SiteHeaderV2/package.json +7 -0
- package/dist/SiteHeaderV2/styles.css +1 -0
- package/dist/SkipLink/SkipLink.cjs.js +24 -0
- package/dist/SkipLink/SkipLink.esm.js +16 -0
- package/dist/SkipLink/package.json +7 -0
- package/dist/SkipLink/styles.css +1 -0
- package/dist/Spinner/Spinner.cjs.js +12 -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 +2 -2
- package/dist/Surface/Surface.esm.js +2 -2
- package/dist/Surface/styles.css +1 -0
- package/dist/Switch/Switch.cjs.js +26 -73
- package/dist/Switch/Switch.esm.js +16 -63
- package/dist/Switch/styles.css +1 -0
- package/dist/Tabs/Tabs.cjs.js +9 -10
- package/dist/Tabs/Tabs.esm.js +9 -10
- package/dist/Tabs/styles.css +1 -0
- package/dist/Tag/Tag.cjs.js +51 -17
- package/dist/Tag/Tag.esm.js +50 -16
- package/dist/Tag/styles.css +1 -0
- package/dist/Text/Text.cjs.js +3 -4
- package/dist/Text/Text.esm.js +3 -4
- package/dist/Text/styles.css +1 -0
- package/dist/TextArea/TextArea.cjs.js +70 -45
- package/dist/TextArea/TextArea.esm.js +70 -45
- package/dist/TextArea/styles.css +1 -0
- package/dist/TextInput/TextInput.cjs.js +8 -9
- package/dist/TextInput/TextInput.esm.js +8 -9
- package/dist/TextInput/styles.css +1 -0
- package/dist/Theme/Theme.cjs.js +16 -4
- package/dist/Theme/Theme.esm.js +16 -4
- package/dist/Theme/styles.css +1 -0
- package/dist/ThemeIcon/ThemeIcon.cjs.js +13 -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 +8 -9
- package/dist/Toast/Toast.esm.js +8 -9
- package/dist/Toast/styles.css +1 -0
- package/dist/Truncate/Truncate.cjs.js +3 -3
- package/dist/Truncate/Truncate.esm.js +3 -3
- package/dist/Truncate/styles.css +1 -0
- package/dist/TypographyCard/TypographyCard.cjs.js +40 -0
- package/dist/TypographyCard/TypographyCard.esm.js +32 -0
- package/dist/TypographyCard/package.json +7 -0
- package/dist/TypographyCard/styles.css +1 -0
- package/dist/UniversalHeader/UniversalHeader.cjs.js +3 -3
- package/dist/UniversalHeader/UniversalHeader.esm.js +3 -3
- package/dist/UniversalHeader/styles.css +1 -0
- package/dist/VerticalSpace/VerticalSpace.cjs.js +2 -2
- package/dist/VerticalSpace/VerticalSpace.esm.js +2 -2
- package/dist/VerticalSpace/styles.css +1 -0
- package/dist/VideoPlayer/VideoPlayer.cjs.js +3025 -0
- package/dist/VideoPlayer/VideoPlayer.esm.js +3017 -0
- package/dist/VideoPlayer/package.json +7 -0
- package/dist/VideoPlayer/styles.css +1 -0
- package/dist/Visible/Visible.cjs.js +24 -0
- package/dist/Visible/Visible.esm.js +16 -0
- package/dist/Visible/package.json +7 -0
- package/dist/Visible/styles.css +1 -0
- package/dist/VisuallyHidden/VisuallyHidden.cjs.js +2 -1
- package/dist/VisuallyHidden/VisuallyHidden.esm.js +2 -1
- package/dist/VisuallyHidden/styles.css +1 -0
- package/dist/_shared/cjs/Avatar-d37e7dee.js +48 -0
- package/dist/_shared/cjs/Badge-e5e57c0d.js +17 -0
- package/dist/_shared/cjs/Banner-a28364b4.js +66 -0
- package/dist/_shared/cjs/Box-a8f42d4f.js +29 -0
- package/dist/_shared/cjs/{BrandLogo-aea340c8.js → BrandLogo-5aef900a.js} +6 -7
- package/dist/_shared/cjs/{Breadcrumbs-f3385e2e.js → Breadcrumbs-edf76698.js} +18 -17
- package/dist/_shared/cjs/BtIconArrowRight.esm-6053bb79.js +30 -0
- package/dist/_shared/cjs/BtIconChevronRight2Px.esm-2e4d117e.js +44 -0
- package/dist/_shared/cjs/BtIconChevronRightMid.esm-3e8d18a9.js +28 -0
- package/dist/_shared/cjs/BtIconPlayFill.esm-b8997cfc.js +30 -0
- package/dist/_shared/cjs/{Button-5c958ce9.js → Button-82df14c9.js} +11 -12
- package/dist/_shared/cjs/ButtonV2-0679b44b.js +53 -0
- package/dist/_shared/cjs/Calendar-d2511ee9.js +1927 -0
- package/dist/_shared/cjs/CardFooter-facb09e6.js +79 -0
- package/dist/_shared/cjs/CardHeading-a7d8d472.js +16 -0
- package/dist/_shared/cjs/Checkbox-d34c19c4.js +70 -0
- package/dist/_shared/cjs/{Columns-ae4f8cef.js → Columns-e5f9406b.js} +8 -16
- package/dist/_shared/cjs/Combination-06cc56d0.js +1203 -0
- package/dist/_shared/cjs/ConditionalWrapper-bf944594.js +14 -0
- package/dist/_shared/cjs/ContentSwitcher-df2381c9.js +99 -0
- package/dist/_shared/cjs/ContentSwitcherDropdown-91856b98.js +64 -0
- package/dist/_shared/cjs/DatePicker-3abcf361.js +939 -0
- package/dist/_shared/cjs/{DisclosureMini-145105a4.js → DisclosureMini-64a1c682.js} +10 -13
- package/dist/_shared/cjs/Download-45dc0d20.js +43 -0
- package/dist/_shared/cjs/{Filter-1bde635c.js → Filter-c93d809e.js} +32 -24
- package/dist/_shared/cjs/{FormControl-30f2330f.js → FormControl-09c28bbb.js} +31 -16
- package/dist/_shared/cjs/Grid-102905c8.js +45 -0
- package/dist/_shared/cjs/{Group-0429741a.js → Group-33f84a2f.js} +8 -15
- package/dist/_shared/cjs/{Heading-27cba320.js → Heading-b4b65724.js} +8 -8
- package/dist/_shared/cjs/HeroButton-db55ff2a.js +126 -0
- package/dist/_shared/cjs/Icon-5dd78f2b.js +47 -0
- package/dist/_shared/cjs/Image-bb696c61.js +55 -0
- package/dist/_shared/cjs/MediaCard-158890b3.js +65 -0
- package/dist/_shared/cjs/{Poster-499b78da.js → Poster-11d2f8af.js} +13 -14
- package/dist/_shared/cjs/Preview-0bf3f6e8.js +167 -0
- package/dist/_shared/cjs/ProgressStepper-65294193.js +97 -0
- package/dist/_shared/cjs/RadioGroup-4fe1c546.js +85 -0
- package/dist/_shared/cjs/{Section-59804166.js → Section-4415d756.js} +4 -4
- package/dist/_shared/cjs/{SiteFooter-0638c27c.js → SiteFooter-e741eb87.js} +13 -12
- package/dist/_shared/cjs/SiteHeaderV2-e0ae0718.js +654 -0
- package/dist/_shared/cjs/Spinner-0f578e7f.js +24 -0
- package/dist/_shared/cjs/Surface-ca708a8c.js +175 -0
- package/dist/_shared/cjs/Tabs-a587b50f.js +90 -0
- package/dist/_shared/cjs/{Text-606ca3a2.js → Text-1b3e4fb6.js} +7 -7
- package/dist/_shared/cjs/TextInput-5e533805.js +103 -0
- package/dist/_shared/cjs/{ThemeIcon-9534f091.js → ThemeIcon-cf6ddb34.js} +6 -7
- package/dist/_shared/cjs/{Toast-6d4021d7.js → Toast-e088fa5d.js} +282 -44
- package/dist/_shared/cjs/UniversalHeader-de415648.js +29 -0
- package/dist/_shared/cjs/{VerticalSpace-dc53bb70.js → VerticalSpace-a5cf4d4e.js} +8 -8
- package/dist/_shared/cjs/VisuallyHidden-c691ea4d.js +18 -0
- package/dist/_shared/cjs/_commonjsHelpers-56412ec5.js +21 -0
- package/dist/_shared/cjs/{index-38d3848e.js → component-aa9fcdbb.js} +154 -435
- package/dist/_shared/cjs/{debounce-123468fb.js → debounce-a74c28cf.js} +2 -2
- package/dist/_shared/cjs/floating-ui.react-dom-08b8b87c.js +1908 -0
- package/dist/_shared/cjs/{Tabs-ade6d6b6.js → index-1e7a1fce.js} +20 -109
- package/dist/_shared/cjs/index-28fbfd5b.js +2206 -0
- package/dist/_shared/cjs/index-2bf59363.js +44 -0
- package/dist/_shared/cjs/index-527f962b.js +131 -0
- package/dist/_shared/cjs/index-568ebc78.js +2204 -0
- package/dist/_shared/cjs/{index.module-7d7228b3.js → index-76f7dd53.js} +32 -34
- package/dist/_shared/cjs/{index-d75774a9.js → index-879e71ee.js} +8 -1
- package/dist/_shared/cjs/index-ba3141f5.js +72 -0
- package/dist/_shared/cjs/{index-23b4f49f.js → index-dbc843d3.js} +1 -1
- package/dist/_shared/cjs/index.es-0c2c97f4.js +355 -0
- package/dist/_shared/cjs/index.es-0f681622.js +13 -0
- package/dist/_shared/cjs/{index.es-77def0c9.js → use-media-query-d34c83b9.js} +0 -9
- package/dist/_shared/esm/Avatar-f9df2686.js +42 -0
- package/dist/_shared/esm/Badge-ec093004.js +11 -0
- package/dist/_shared/esm/Banner-1b709fc7.js +60 -0
- package/dist/_shared/esm/Box-0516cf8c.js +23 -0
- package/dist/_shared/esm/{BrandLogo-1af78f76.js → BrandLogo-640e58ed.js} +2 -3
- package/dist/_shared/esm/{Breadcrumbs-c4b65cff.js → Breadcrumbs-58ab8ba0.js} +16 -15
- package/dist/_shared/esm/BtIconArrowRight.esm-93da96bb.js +24 -0
- package/dist/_shared/esm/BtIconChevronRight2Px.esm-c939e317.js +37 -0
- package/dist/_shared/esm/BtIconChevronRightMid.esm-4764708f.js +22 -0
- package/dist/_shared/esm/BtIconPlayFill.esm-05fc0344.js +24 -0
- package/dist/_shared/esm/{Button-c3348ed8.js → Button-6d09ead2.js} +5 -6
- package/dist/_shared/esm/ButtonV2-b35cea64.js +47 -0
- package/dist/_shared/esm/Calendar-d56cdead.js +1918 -0
- package/dist/_shared/esm/CardFooter-97261b1c.js +73 -0
- package/dist/_shared/esm/CardHeading-4e020d2e.js +10 -0
- package/dist/_shared/esm/Checkbox-a687c6cd.js +64 -0
- package/dist/_shared/esm/{Columns-d96b7425.js → Columns-767e7860.js} +2 -10
- package/dist/_shared/esm/Combination-71be1a15.js +1163 -0
- package/dist/_shared/esm/ConditionalWrapper-b85979de.js +8 -0
- package/dist/_shared/esm/ContentSwitcher-bc952e2f.js +93 -0
- package/dist/_shared/esm/ContentSwitcherDropdown-1675387e.js +58 -0
- package/dist/_shared/esm/DatePicker-dd060b1c.js +910 -0
- package/dist/_shared/esm/{DisclosureMini-bf95a9db.js → DisclosureMini-9caa350c.js} +8 -11
- package/dist/_shared/esm/Download-07f5e3dd.js +37 -0
- package/dist/_shared/esm/{Filter-58a42358.js → Filter-284297be.js} +29 -21
- package/dist/_shared/esm/{FormControl-433228f5.js → FormControl-350bb1c8.js} +29 -14
- package/dist/_shared/esm/Grid-5d1afe1a.js +39 -0
- package/dist/_shared/esm/{Group-73fdb896.js → Group-64dee285.js} +3 -10
- package/dist/_shared/esm/{Heading-d16e0e53.js → Heading-e83f0d49.js} +5 -5
- package/dist/_shared/esm/HeroButton-32fec849.js +120 -0
- package/dist/_shared/esm/Icon-6fef56b3.js +41 -0
- package/dist/_shared/esm/{Image-12fbd327.js → Image-45c7760b.js} +14 -5
- package/dist/_shared/esm/MediaCard-38c7a943.js +59 -0
- package/dist/_shared/esm/{Poster-699dc89b.js → Poster-f248e28b.js} +6 -7
- package/dist/_shared/esm/Preview-43b2a75d.js +161 -0
- package/dist/_shared/esm/ProgressStepper-9bb4706f.js +91 -0
- package/dist/_shared/esm/RadioGroup-84c7ca35.js +78 -0
- package/dist/_shared/esm/{Section-73781b56.js → Section-3ab74edb.js} +1 -1
- package/dist/_shared/esm/{SiteFooter-d21da7ab.js → SiteFooter-7317b40e.js} +9 -8
- package/dist/_shared/esm/SiteHeaderV2-6d4af7e5.js +648 -0
- package/dist/_shared/esm/Spinner-7c6f320f.js +18 -0
- package/dist/_shared/esm/Surface-201aa0d6.js +165 -0
- package/dist/_shared/esm/Tabs-ab8e189d.js +84 -0
- package/dist/_shared/esm/{Text-14f586ac.js → Text-dc3f9cb5.js} +5 -5
- package/dist/_shared/esm/TextInput-0707edc3.js +96 -0
- package/dist/_shared/esm/{ThemeIcon-eab5a4d0.js → ThemeIcon-69de5351.js} +2 -3
- package/dist/_shared/esm/{Toast-dce2d01e.js → Toast-e3ab54f9.js} +260 -23
- package/dist/_shared/esm/{UniversalHeader-b4c1577c.js → UniversalHeader-15169a0d.js} +9 -14
- package/dist/_shared/esm/{VerticalSpace-43cd9138.js → VerticalSpace-4b6b7468.js} +5 -5
- package/dist/_shared/esm/VisuallyHidden-59f004f5.js +12 -0
- package/dist/_shared/esm/_commonjsHelpers-0109d574.js +18 -0
- package/dist/_shared/esm/{index-ffd720d0.js → component-4448135f.js} +144 -432
- package/dist/_shared/esm/{debounce-6fed6b84.js → debounce-c8e41002.js} +1 -1
- package/dist/_shared/esm/floating-ui.react-dom-1bb71aae.js +1878 -0
- package/dist/_shared/esm/index-0ae42785.js +2169 -0
- package/dist/_shared/esm/{index-3147c5b0.js → index-13458236.js} +9 -2
- package/dist/_shared/esm/{index-65264b4e.js → index-2403936c.js} +1 -1
- package/dist/_shared/esm/index-6bdce6c5.js +69 -0
- package/dist/_shared/esm/index-7868cc59.js +129 -0
- package/dist/_shared/esm/{index.module-50b2c98a.js → index-7f23bb37.js} +28 -30
- package/dist/_shared/esm/index-a41a5e50.js +41 -0
- package/dist/_shared/esm/{Tabs-39d24a7d.js → index-b051f161.js} +6 -94
- package/dist/_shared/esm/index-ce6dee84.js +2197 -0
- package/dist/_shared/esm/index.es-be971b8d.js +9 -0
- package/dist/_shared/esm/index.es-fc59ba8f.js +348 -0
- package/dist/_shared/esm/{index.es-00cb3bcb.js → use-media-query-d3622da8.js} +1 -8
- package/dist/index.es.js +18793 -37648
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +18806 -37643
- package/dist/index.js.map +1 -1
- package/dist/styles.css +9 -38
- package/dist/types/components/Alert/Alert.d.ts +1 -1
- 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/Avatar.d.ts +14 -0
- package/dist/types/components/Avatar/components/AvatarContent/AvatarContent.d.ts +9 -0
- package/dist/types/components/Avatar/index.d.ts +1 -0
- package/dist/types/components/Avatar/types/avatar-icon-size.d.ts +1 -0
- package/dist/types/components/Avatar/types/avatar-image.d.ts +2 -0
- package/dist/types/components/Avatar/types/avatar-size.d.ts +1 -0
- package/dist/types/components/Avatar/types/avatar-text-size.d.ts +2 -0
- package/dist/types/components/AvatarGroup/AvatarGroup.d.ts +14 -0
- package/dist/types/components/AvatarGroup/index.d.ts +1 -0
- package/dist/types/components/AvatarGroup/types/group-avatar.d.ts +2 -0
- package/dist/types/components/AvatarGroup/utils/get-avatars.d.ts +2 -0
- package/dist/types/components/Badge/Badge.d.ts +1 -9
- package/dist/types/components/Banner/Banner.d.ts +68 -0
- package/dist/types/components/Banner/index.d.ts +1 -0
- package/dist/types/components/BannerWithTabs/BannerWithTabs.d.ts +17 -0
- package/dist/types/components/BannerWithTabs/index.d.ts +1 -0
- package/dist/types/components/Box/Box.d.ts +4 -0
- package/dist/types/components/Button/Button.d.ts +1 -1
- package/dist/types/components/ButtonV2/ButtonV2.d.ts +79 -0
- package/dist/types/components/ButtonV2/index.d.ts +1 -0
- package/dist/types/components/Calendar/Calendar.d.ts +50 -0
- package/dist/types/components/Calendar/Calendar.provider.d.ts +21 -0
- package/dist/types/components/Calendar/components/CalendarDateSelect/CalendarDateSelect.d.ts +15 -0
- package/dist/types/components/Calendar/components/CalendarDateSelect/index.d.ts +1 -0
- package/dist/types/components/Calendar/components/CalendarDayGrid/CalendarDayGrid.d.ts +6 -0
- package/dist/types/components/Calendar/components/CalendarDayGrid/index.d.ts +1 -0
- package/dist/types/components/Calendar/components/CalendarDayNumber/CalendarDayNumber.d.ts +8 -0
- package/dist/types/components/Calendar/components/CalendarDayNumber/index.d.ts +1 -0
- package/dist/types/components/Calendar/components/CalendarDoubleMonthView/CalendarDoubleMonthView.d.ts +9 -0
- package/dist/types/components/Calendar/components/CalendarDoubleMonthView/index.d.ts +1 -0
- package/dist/types/components/Calendar/components/CalendarFooter/CalendarFooter.d.ts +6 -0
- package/dist/types/components/Calendar/components/CalendarFooter/index.d.ts +1 -0
- package/dist/types/components/Calendar/components/CalendarMonthView/CalendarMonthView.d.ts +9 -0
- package/dist/types/components/Calendar/components/CalendarMonthView/index.d.ts +1 -0
- package/dist/types/components/Calendar/components/CalendarMonthYearView/CalendarMonthYearView.d.ts +11 -0
- package/dist/types/components/Calendar/components/CalendarMonthYearView/index.d.ts +1 -0
- package/dist/types/components/Calendar/components/CalendarNavButton/CalendarNavButton.d.ts +10 -0
- package/dist/types/components/Calendar/components/CalendarNavButton/index.d.ts +1 -0
- package/dist/types/components/Calendar/components/CalendarWrapper/CalendarWrapper.d.ts +5 -0
- package/dist/types/components/Calendar/components/CalendarWrapper/index.d.ts +1 -0
- package/dist/types/components/Calendar/components/index.d.ts +6 -0
- package/dist/types/components/Calendar/constants/day-names.d.ts +5 -0
- package/dist/types/components/Calendar/constants/index.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/contains-date.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/contains-date.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/date-without-time.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/date-without-time.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/get-calendar-type.d.ts +2 -0
- package/dist/types/components/Calendar/helpers/get-calendar-type.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/get-dates-in-month.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/get-dates-in-month.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/get-double-month-display-range.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/get-double-month-display-range.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/get-focus-date.d.ts +5 -0
- package/dist/types/components/Calendar/helpers/get-focus-date.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/get-highlighted-range.d.ts +6 -0
- package/dist/types/components/Calendar/helpers/get-highlighted-range.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/get-keydown-date.d.ts +6 -0
- package/dist/types/components/Calendar/helpers/get-keydown-date.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/index.d.ts +13 -0
- package/dist/types/components/Calendar/helpers/is-day.d.ts +2 -0
- package/dist/types/components/Calendar/helpers/is-day.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/is-disabled-date.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/is-disabled-date.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/is-month-after-max-date.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/is-month-after-max-date.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/is-month-before-min-date.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/is-month-before-min-date.test.d.ts +1 -0
- package/dist/types/components/Calendar/helpers/process-selected-range.d.ts +9 -0
- package/dist/types/components/Calendar/helpers/process-selected-range.test.d.ts +1 -0
- package/dist/types/components/Calendar/index.d.ts +2 -0
- package/dist/types/components/Calendar/state/handlers/calendar-keydown-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/day-grid-leave-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/day-number-select-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/default-handler.d.ts +2 -0
- package/dist/types/components/Calendar/state/handlers/dropdown-change-month-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/dropdown-change-year-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/highlight-range-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/index.d.ts +12 -0
- package/dist/types/components/Calendar/state/handlers/range-select-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/show-next-double-month-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/show-next-month-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/show-previous-double-month-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/handlers/show-previous-month-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/index.d.ts +2 -0
- package/dist/types/components/Calendar/state/reducer.d.ts +3 -0
- package/dist/types/components/Calendar/state/reducer.test.d.ts +1 -0
- package/dist/types/components/Calendar/state/types/actions.d.ts +81 -0
- package/dist/types/components/Calendar/state/types/state-handler.d.ts +3 -0
- package/dist/types/components/Calendar/state/types/state.d.ts +5 -0
- package/dist/types/components/Calendar/types/calendar-type.d.ts +1 -0
- package/dist/types/components/Calendar/types/date-select-value.d.ts +2 -0
- package/dist/types/components/Calendar/types/index.d.ts +6 -0
- package/dist/types/components/Calendar/types/key-names.d.ts +13 -0
- package/dist/types/components/Calendar/types/range-selection.d.ts +10 -0
- package/dist/types/components/Calendar/types/selection-type.d.ts +1 -0
- package/dist/types/components/Calendar/types/week-days.d.ts +18 -0
- package/dist/types/components/CardFooter/CardFooter.d.ts +11 -0
- package/dist/types/components/CardFooter/index.d.ts +1 -0
- package/dist/types/components/CardHeading/CardHeading.d.ts +19 -0
- 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 +8 -5
- package/dist/types/components/ConditionalWrapper/ConditionalWrapper.d.ts +7 -0
- package/dist/types/components/ConditionalWrapper/index.d.ts +1 -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 +20 -0
- package/dist/types/components/DatePicker/constants/date-format.d.ts +1 -0
- package/dist/types/components/DatePicker/constants/index.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/convert-date-string-to-date.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/convert-date-string-to-date.test.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/convert-range-string-to-dates.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/convert-range-string-to-dates.test.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/format-date.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/format-date.test.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/index.d.ts +8 -0
- package/dist/types/components/DatePicker/helpers/is-date-valid.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/is-date-valid.test.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/is-disabled-date.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/is-disabled-date.test.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/is-range-valid.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/is-range-valid.test.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/parse-date-string.d.ts +5 -0
- package/dist/types/components/DatePicker/helpers/parse-date-string.test.d.ts +1 -0
- package/dist/types/components/DatePicker/helpers/parse-range-string.d.ts +14 -0
- package/dist/types/components/DatePicker/helpers/parse-range-string.test.d.ts +1 -0
- package/dist/types/components/DatePicker/index.d.ts +6 -0
- package/dist/types/components/Disclosure/Disclosure.d.ts +1 -2
- package/dist/types/components/Disclosure/index.d.ts +1 -1
- package/dist/types/components/DisclosureMini/DisclosureMini.d.ts +1 -2
- package/dist/types/components/Download/Download.d.ts +41 -0
- package/dist/types/components/Download/index.d.ts +1 -0
- package/dist/types/components/Filter/Filter.d.ts +1 -1
- package/dist/types/components/Filter/FilterItems/FilterItems.d.ts +4 -0
- package/dist/types/components/FormControl/FormControl.d.ts +5 -1
- package/dist/types/components/Grid/Grid.constants.d.ts +1 -0
- package/dist/types/components/Grid/Grid.d.ts +28 -0
- package/dist/types/components/Grid/Grid.types.d.ts +10 -0
- package/dist/types/components/Grid/components/Col/Col.d.ts +10 -0
- package/dist/types/components/Grid/components/Col/index.d.ts +1 -0
- package/dist/types/components/Grid/components/Row/Row.d.ts +10 -0
- package/dist/types/components/Grid/components/Row/index.d.ts +1 -0
- package/dist/types/components/Grid/index.d.ts +2 -0
- 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 +5 -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/Hidden/Hidden.d.ts +11 -0
- package/dist/types/components/Hidden/index.d.ts +1 -0
- package/dist/types/components/Icon/Icon.d.ts +6 -2
- package/dist/types/components/Image/Image.d.ts +4 -0
- package/dist/types/components/ImpactCard/ImpactCard.d.ts +58 -0
- package/dist/types/components/ImpactCard/index.d.ts +1 -0
- package/dist/types/components/InformationCard/InformationCard.d.ts +62 -0
- package/dist/types/components/InformationCard/index.d.ts +1 -0
- package/dist/types/components/Link/Link.d.ts +52 -0
- package/dist/types/components/Link/index.d.ts +1 -0
- package/dist/types/components/MediaCard/MediaCard.d.ts +27 -28
- 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 +3 -3
- package/dist/types/components/PageBanner/PageBanner.d.ts +5 -0
- package/dist/types/components/PageBanner/index.d.ts +1 -0
- package/dist/types/components/Pagination/Pagination.d.ts +1 -1
- package/dist/types/components/PaginationSimple/PaginationSimple.d.ts +26 -10
- package/dist/types/components/Poster/Poster.d.ts +1 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +4 -0
- package/dist/types/components/ProgressStepper/ProgressStepper.d.ts +2 -2
- package/dist/types/components/ProgressStepper/ProgressStepperItem/ProgressStepperItem.d.ts +3 -7
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Complete.d.ts +2 -0
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Current.d.ts +2 -0
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Error.d.ts +2 -0
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Warning.d.ts +2 -0
- package/dist/types/components/RadioGroup/RadioButton/RadioButton.d.ts +17 -23
- 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/Rule/Rule.d.ts +2 -1
- package/dist/types/components/Select/Select.d.ts +53 -0
- package/dist/types/components/SiteFooter/index.d.ts +0 -1
- package/dist/types/components/SiteHeaderV2/SiteHeaderV2.d.ts +82 -0
- package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/BackButton/BackButton.d.ts +1 -0
- package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/Column/Column.d.ts +1 -1
- package/dist/types/components/SiteHeaderV2/components/HorizontalPanel/HorizontalPanel.d.ts +13 -0
- package/dist/types/components/SiteHeaderV2/components/HorizontalPanel/index.d.ts +1 -0
- package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/ItemGroup/ItemGroup.d.ts +1 -0
- package/dist/types/components/SiteHeaderV2/components/ItemGroup/index.d.ts +1 -0
- package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/NavItem/NavItem.d.ts +5 -6
- package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/NavItem/NavItemWithSubNav.d.ts +13 -4
- package/dist/types/components/SiteHeaderV2/components/NavItem/index.d.ts +2 -0
- package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/NodeItem/NodeItem.d.ts +1 -1
- package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/Panel/Panel.d.ts +8 -2
- package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/SubNavItem/SubNavItem.d.ts +5 -7
- package/dist/types/components/SiteHeaderV2/components/SubNavItem/index.d.ts +1 -0
- package/dist/types/components/SiteHeaderV2/components/VerticalDivider/VerticalDivider.d.ts +2 -0
- package/dist/types/components/SiteHeaderV2/components/VerticalDivider/index.d.ts +1 -0
- package/dist/types/components/SiteHeaderV2/index.d.ts +1 -0
- package/dist/types/components/SkipLink/SkipLink.d.ts +12 -0
- package/dist/types/components/SkipLink/SkipLinkItem/SkipLinkItem.d.ts +16 -0
- package/dist/types/components/SkipLink/index.d.ts +1 -0
- 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 +6 -2
- package/dist/types/components/Tabs/Tabs.d.ts +1 -0
- package/dist/types/components/Tabs/TabsList/TabsList.d.ts +5 -0
- package/dist/types/components/Tag/Tag.d.ts +5 -1
- package/dist/types/components/Text/Text.d.ts +4 -0
- package/dist/types/components/TextArea/TextArea.d.ts +17 -0
- package/dist/types/components/TextInput/TextInput.d.ts +46 -6
- package/dist/types/components/Theme/Theme.d.ts +11 -3
- package/dist/types/components/Theme/index.d.ts +1 -1
- package/dist/types/components/ThemeIcon/icon-names.d.ts +1 -1
- package/dist/types/components/Toast/Toast.d.ts +1 -1
- package/dist/types/components/Truncate/Truncate.d.ts +1 -1
- package/dist/types/components/TypographyCard/TypographyCard.d.ts +58 -0
- package/dist/types/components/TypographyCard/index.d.ts +1 -0
- package/dist/types/components/UniversalHeader/UniversalHeader.d.ts +4 -0
- package/dist/types/components/VideoPlayer/VideoPlayer.d.ts +27 -0
- package/dist/types/components/VideoPlayer/index.d.ts +1 -0
- package/dist/types/components/Visible/Visible.d.ts +11 -0
- package/dist/types/components/Visible/index.d.ts +1 -0
- package/dist/types/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
- package/dist/types/components/index.d.ts +24 -5
- 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 +29 -6
- package/dist/types/types/auto-complete-types.d.ts +1 -0
- package/dist/use-media-query/package.json +7 -0
- package/dist/use-media-query/use-media-query.cjs.js +10 -0
- package/dist/use-media-query/use-media-query.esm.js +2 -0
- package/package.json +64 -40
- 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 -18
- package/dist/Card/Card.esm.js +0 -10
- 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/SiteHeader/SiteHeader.cjs.js +0 -22
- package/dist/SiteHeader/SiteHeader.esm.js +0 -13
- package/dist/SiteHeader/package.json +0 -7
- package/dist/_shared/cjs/Base-f5a86eed.js +0 -22
- package/dist/_shared/cjs/Card-eb1c20c1.js +0 -121
- package/dist/_shared/cjs/Checkbox-5f14bb0d.js +0 -61
- package/dist/_shared/cjs/Icon-a47b6c0a.js +0 -33
- package/dist/_shared/cjs/Image-e873b8fc.js +0 -46
- package/dist/_shared/cjs/ProgressStepper-74ee1eec.js +0 -88
- package/dist/_shared/cjs/RadioGroup-9bc96f6a.js +0 -69
- package/dist/_shared/cjs/SiteHeader.rehydrator-42c4a0e0.js +0 -670
- package/dist/_shared/cjs/Surface-038db6e1.js +0 -57
- package/dist/_shared/cjs/TextInput-a5f72f6f.js +0 -81
- package/dist/_shared/cjs/UniversalHeader-5e43d320.js +0 -34
- package/dist/_shared/cjs/VisuallyHidden-e2c8b291.js +0 -17
- 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-4aa11039.js +0 -490
- package/dist/_shared/cjs/index-4dd46cbe.js +0 -289
- package/dist/_shared/cjs/suffix-modifier-64dcd338.js +0 -19
- package/dist/_shared/esm/Base-f200653c.js +0 -15
- package/dist/_shared/esm/Card-45e8e10a.js +0 -115
- package/dist/_shared/esm/Checkbox-2a623386.js +0 -55
- package/dist/_shared/esm/Icon-9ecaaeab.js +0 -27
- package/dist/_shared/esm/ProgressStepper-5de34269.js +0 -82
- package/dist/_shared/esm/RadioGroup-002a32ba.js +0 -63
- package/dist/_shared/esm/SiteHeader.rehydrator-97900e11.js +0 -663
- package/dist/_shared/esm/Surface-0ca6817d.js +0 -48
- package/dist/_shared/esm/TextInput-28f18769.js +0 -75
- package/dist/_shared/esm/VisuallyHidden-b9eebf71.js +0 -11
- 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-4f8d3888.js +0 -280
- package/dist/_shared/esm/index-87a828b8.js +0 -479
- 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/MediaCard/MediaCard.stories-wip.d.ts +0 -15
- 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/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/NavItem/NavItem.rehydrator.d.ts +0 -2
- 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/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/components/{SiteHeader → SiteHeaderV2}/components/BackButton/index.d.ts +0 -0
- /package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/Column/index.d.ts +0 -0
- /package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/Item/Item.d.ts +0 -0
- /package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/Item/index.d.ts +0 -0
- /package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/MenuButton/MenuButton.d.ts +0 -0
- /package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/MenuButton/index.d.ts +0 -0
- /package/dist/types/components/{SiteHeader → SiteHeaderV2}/components/Panel/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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-Carousel-container{overflow:hidden}.arc .arc-Carousel-slider{display:flex}.arc .arc-Carousel-viewport--gutter{margin:0 -12px}.arc .arc-Carousel-viewport--gutter .arc-Carousel-slide{padding:0 12px}.arc .arc-Carousel-navButton{background:#ffffff;border:none;border-radius:50%;box-shadow:0 2px 6px 0 rgba(0,0,0,0.25);color:var(--sem-color-bg-primary-light-default);cursor:pointer;padding:0;width:32px}.arc .arc-Carousel-nav .arc-Carousel-navButton:first-of-type span{transform:translateX(-1px)}.arc .arc-Carousel-nav .arc-Carousel-navButton:last-of-type span{transform:translateX(1px)}.arc .arc-Carousel-navButton:focus-visible{outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc .arc-Carousel-navButton--hidden{pointer-events:none;visibility:hidden}.arc .arc-Carousel-navButtonIcons{display:flex}@media (hover:hover){.arc .arc-Carousel-navButton:hover{background:#e3e3e3}}.arc .arc-Carousel-navButton:active{background:#c8c8c8}.arc .arc-Carousel-nav{align-items:center;display:flex;gap:24px;justify-content:center;margin-top:28px;order:2}.arc .arc-Carousel-dotContainer{align-items:center;display:flex;gap:20px}.arc .arc-Carousel-dot{background-color:#d9d9d9;border:none;border-radius:50%;cursor:pointer;height:8px;margin:0;outline:none;padding:0;transition:0.4s ease background-color;width:8px}.arc .arc-Carousel-dot:focus-visible{outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc .arc-Carousel-dot--selected{background-color:#2a2a2a}
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Checkbox = require('../_shared/cjs/Checkbox-
|
|
6
|
-
require('../_shared/cjs/
|
|
5
|
+
var Checkbox = require('../_shared/cjs/Checkbox-d34c19c4.js');
|
|
6
|
+
require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
7
7
|
require('react');
|
|
8
8
|
require('../_shared/cjs/index-9947ac13.js');
|
|
9
|
-
require('../_shared/cjs/FormControl-
|
|
10
|
-
require('../_shared/cjs/Surface-
|
|
11
|
-
require('../_shared/cjs/DisclosureMini-
|
|
12
|
-
require('../_shared/cjs/Text-
|
|
13
|
-
require('../_shared/cjs/
|
|
14
|
-
require('../_shared/cjs/
|
|
9
|
+
require('../_shared/cjs/FormControl-09c28bbb.js');
|
|
10
|
+
require('../_shared/cjs/Surface-ca708a8c.js');
|
|
11
|
+
require('../_shared/cjs/DisclosureMini-64a1c682.js');
|
|
12
|
+
require('../_shared/cjs/Text-1b3e4fb6.js');
|
|
13
|
+
require('../_shared/cjs/ThemeIcon-cf6ddb34.js');
|
|
14
|
+
require('../_shared/cjs/VisuallyHidden-c691ea4d.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { C as Checkbox } from '../_shared/esm/Checkbox-
|
|
2
|
-
import '../_shared/esm/
|
|
1
|
+
export { C as Checkbox } from '../_shared/esm/Checkbox-a687c6cd.js';
|
|
2
|
+
import '../_shared/esm/index.es-fc59ba8f.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '../_shared/esm/index-2e73c2e9.js';
|
|
5
|
-
import '../_shared/esm/FormControl-
|
|
6
|
-
import '../_shared/esm/Surface-
|
|
7
|
-
import '../_shared/esm/DisclosureMini-
|
|
8
|
-
import '../_shared/esm/Text-
|
|
9
|
-
import '../_shared/esm/
|
|
10
|
-
import '../_shared/esm/
|
|
5
|
+
import '../_shared/esm/FormControl-350bb1c8.js';
|
|
6
|
+
import '../_shared/esm/Surface-201aa0d6.js';
|
|
7
|
+
import '../_shared/esm/DisclosureMini-9caa350c.js';
|
|
8
|
+
import '../_shared/esm/Text-dc3f9cb5.js';
|
|
9
|
+
import '../_shared/esm/ThemeIcon-69de5351.js';
|
|
10
|
+
import '../_shared/esm/VisuallyHidden-59f004f5.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-Checkbox{line-height:1;position:relative}.arc .arc-Checkbox-box{align-items:center;background:var(--checkbox-colors-light-bg-default-alt);border:var(--checkbox-border-weight-s) solid var(--checkbox-colors-light-border-default);border-radius:var(--checkbox-border-radius-s);color:var(--checkbox-colors-light-fg-default);display:inline-flex;flex-shrink:0;height:var(--checkbox-size-l);justify-content:center;margin-right:var(--checkbox-gap-s);width:var(--checkbox-size-l)}.arc .arc-Checkbox-label{align-items:center;cursor:pointer;display:inline-flex;font:var(--checkbox-type-label-m)}.arc .arc-Checkbox-labelOptional{font:var(--sem-type-label-reg-xs);margin-left:4px}.arc .arc-Checkbox--disabled .arc-Checkbox-label{cursor:not-allowed}.arc .arc-Checkbox-box svg{width:100%}.arc .arc-Checkbox--onDarkSurface .arc-Checkbox-box{background:var(--checkbox-colors-dark-bg-default-alt);border-color:var(--checkbox-colors-dark-border-default);color:var(--checkbox-colors-dark-bg-default-alt)}.arc .arc-Checkbox-box::after{content:"";display:inline-block;pointer-events:none}.arc .arc-Checkbox-helper{color:var(--checkbox-colors-light-text-default);display:block;font:var(--sem-type-support-reg-s)}.arc .arc-Checkbox--onDarkSurface .arc-Checkbox-helper{color:var(--checkbox-colors-dark-text-default)}.arc .arc-Checkbox-error{align-items:center;color:var(--checkbox-colors-light-border-error);display:flex;line-height:1.5;margin-top:var(--checkbox-gap-m)}.arc .arc-Checkbox-label--top{align-items:flex-start}.arc .arc-Checkbox-content--marginTop{margin-top:4px}.arc .arc-Checkbox--small .arc-Checkbox-content--marginTop{margin-top:2px}.arc .arc-Checkbox-input{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.arc .arc-Checkbox--small .arc-Checkbox-box{border-radius:var(--checkbox-border-radius-xs);height:var(--checkbox-size-s);width:var(--checkbox-size-s)}.arc .arc-Checkbox--small .arc-Checkbox-label{font:var(--checkbox-type-label-s)}.arc .arc-Checkbox--small .arc-Checkbox-labelOptional{font:var(--sem-type-label-reg-xxs)}.arc .arc-Checkbox--small .arc-Checkbox-helper{font:var(--sem-type-support-reg-xs)}.arc .arc-Checkbox-input:checked+.arc-Checkbox-box{background:var(--checkbox-colors-light-bg-default);border-color:transparent}.arc .arc-Checkbox-input[disabled]+.arc-Checkbox-box{background:var(--checkbox-colors-light-bg-disabled);border-color:var(--checkbox-colors-light-border-disabled);color:transparent}.arc .arc-Checkbox-input:focus+.arc-Checkbox-box,.arc .arc-Checkbox-input:focus-visible+.arc-Checkbox-box{outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc .arc-Checkbox--invalid .arc-Checkbox-input:not(:checked)+.arc-Checkbox-box{background:var(--checkbox-colors-light-bg-error);border-color:var(--checkbox-colors-light-border-error);color:var(--checkbox-colors-light-bg-error)}.arc .arc-Checkbox-error .arc-Checkbox-error--icon{color:currentColor;flex-shrink:0;height:24px;margin-right:4px;width:24px}.arc .arc-Checkbox--onDarkSurface{color:var(--checkbox-colors-dark-text-default)}.arc .arc-Checkbox--disabled{color:var(--checkbox-colors-light-text-disabled)}.arc .arc-Checkbox--onDarkSurface.arc-Checkbox--disabled{color:var(--checkbox-colors-dark-text-disabled)}.arc .arc-Checkbox--onDarkSurface .arc-Checkbox-input:checked+.arc-Checkbox-box{background:var(--checkbox-colors-dark-bg-default);border-color:transparent;color:var(--checkbox-colors-dark-fg-default)}.arc .arc-Checkbox--onDarkSurface .arc-Checkbox-input[disabled]+.arc-Checkbox-box{background:var(--checkbox-colors-dark-bg-default-alt);border-color:var(--checkbox-colors-dark-border-default);color:transparent}.arc .arc-Checkbox--onDarkSurface .arc-Checkbox-input:focus+.arc-Checkbox-box,.arc .arc-Checkbox--onDarkSurface .arc-Checkbox-input:focus-visible+.arc-Checkbox-box{outline:var(--focus-border-weight-s) solid var(--focus-colors-dark-border-subtle);outline-offset:2px}.arc .arc-Checkbox-input[disabled].arc-Checkbox-input:checked+.arc-Checkbox-box{background:var(--checkbox-colors-light-bg-disabled);border-color:var(--checkbox-colors-light-border-disabled);color:var(--checkbox-colors-light-fg-disabled)}.arc .arc-Checkbox--onDarkSurface .arc-Checkbox-input[disabled].arc-Checkbox-input:checked+.arc-Checkbox-box{background:var(--checkbox-colors-dark-bg-disabled);border-color:var(--checkbox-colors-dark-border-disabled);color:var(--checkbox-colors-dark-fg-disabled)}.arc .arc-Checkbox--onDarkSurface .arc-Checkbox-error{color:#fa9590}.arc .arc-Checkbox-input:focus:not(:focus-visible)+.arc-Checkbox-box{box-shadow:none;outline:none}
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Columns = require('../_shared/cjs/Columns-
|
|
6
|
-
require('../_shared/cjs/
|
|
5
|
+
var Columns = require('../_shared/cjs/Columns-e5f9406b.js');
|
|
6
|
+
require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
7
7
|
require('../_shared/cjs/index-9947ac13.js');
|
|
8
8
|
require('react');
|
|
9
|
-
require('../_shared/cjs/suffix-modifier-64dcd338.js');
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export { C as Columns } from '../_shared/esm/Columns-
|
|
2
|
-
import '../_shared/esm/
|
|
1
|
+
export { C as Columns } from '../_shared/esm/Columns-767e7860.js';
|
|
2
|
+
import '../_shared/esm/index.es-fc59ba8f.js';
|
|
3
3
|
import '../_shared/esm/index-2e73c2e9.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../_shared/esm/suffix-modifier-3d548e45.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-Columns-inner,.arc .arc-Columns-col{--arc-columns-gap:24px;--arc-columns-gap-wide:32px;--arc-columns-count:12;--arc-column-width:calc((100%/var(--arc-columns-count)) - var(--arc-columns-gap));--arc-column-width-with-gap:calc(var(--arc-column-width) + var(--arc-columns-gap));--arc-columns-span-1-width:calc((var(--arc-column-width-with-gap) * 1) - var(--arc-columns-gap));--arc-columns-span-2-width:calc((var(--arc-column-width-with-gap) * 2) - var(--arc-columns-gap));--arc-columns-span-3-width:calc((var(--arc-column-width-with-gap) * 3) - var(--arc-columns-gap));--arc-columns-span-4-width:calc((var(--arc-column-width-with-gap) * 4) - var(--arc-columns-gap));--arc-columns-span-5-width:calc((var(--arc-column-width-with-gap) * 5) - var(--arc-columns-gap));--arc-columns-span-6-width:calc((var(--arc-column-width-with-gap) * 6) - var(--arc-columns-gap));--arc-columns-span-7-width:calc((var(--arc-column-width-with-gap) * 7) - var(--arc-columns-gap));--arc-columns-span-8-width:calc((var(--arc-column-width-with-gap) * 8) - var(--arc-columns-gap));--arc-columns-span-9-width:calc((var(--arc-column-width-with-gap) * 9) - var(--arc-columns-gap));--arc-columns-span-10-width:calc((var(--arc-column-width-with-gap) * 10) - var(--arc-columns-gap));--arc-columns-span-11-width:calc((var(--arc-column-width-with-gap) * 11) - var(--arc-columns-gap));--arc-columns-span-12-width:calc((var(--arc-column-width-with-gap) * 12) - var(--arc-columns-gap))}@media (min-width:1280px){.arc .arc-Columns-inner,.arc .arc-Columns-col{--arc-columns-gap:var(--arc-columns-gap-wide)}}.arc .arc-Columns{padding-top:1px}.arc .arc-Columns-inner{display:flex;flex-wrap:wrap;margin-left:calc(0px - var(--arc-columns-gap));margin-top:calc(-1px - var(--arc-columns-gap));pointer-events:none}.arc .arc-Columns-col{margin-left:var(--arc-columns-gap);margin-top:var(--arc-columns-gap);max-width:var(--arc-columns-span-12-width);pointer-events:auto;position:relative;width:100%}.arc .arc-Columns--gutterless .arc-Columns-inner,.arc .arc-Columns--gutterless .arc-Columns-col{--arc-columns-gap:0px}.arc .arc-Columns-col--alignBottom{align-self:flex-end}.arc .arc-Columns-col--alignCenter{align-self:center}.arc .arc-Columns-col--alignTop{align-self:flex-start}.arc .arc-Columns-col--debugVisible::before{align-items:center;background:rgba(207,58,138,0.5);bottom:0;content:"Col";display:flex;justify-content:center;left:0;outline:1px dashed #cf3a8a;outline-offset:-1px;position:absolute;right:0;top:0}.arc .arc-Columns-col:empty{display:none}.arc .arc-Columns-col--0,.arc .arc-Columns-col--0:empty{display:none}.arc .arc-Columns-col--1,.arc .arc-Columns-col--1:empty{display:block;max-width:var(--arc-columns-span-1-width)}.arc .arc-Columns-col--2,.arc .arc-Columns-col--2:empty{display:block;max-width:var(--arc-columns-span-2-width)}.arc .arc-Columns-col--3,.arc .arc-Columns-col--3:empty{display:block;max-width:var(--arc-columns-span-3-width)}.arc .arc-Columns-col--4,.arc .arc-Columns-col--4:empty{display:block;max-width:var(--arc-columns-span-4-width)}.arc .arc-Columns-col--5,.arc .arc-Columns-col--5:empty{display:block;max-width:var(--arc-columns-span-5-width)}.arc .arc-Columns-col--6,.arc .arc-Columns-col--6:empty{display:block;max-width:var(--arc-columns-span-6-width)}.arc .arc-Columns-col--7,.arc .arc-Columns-col--7:empty{display:block;max-width:var(--arc-columns-span-7-width)}.arc .arc-Columns-col--8,.arc .arc-Columns-col--8:empty{display:block;max-width:var(--arc-columns-span-8-width)}.arc .arc-Columns-col--9,.arc .arc-Columns-col--9:empty{display:block;max-width:var(--arc-columns-span-9-width)}.arc .arc-Columns-col--10,.arc .arc-Columns-col--10:empty{display:block;max-width:var(--arc-columns-span-10-width)}.arc .arc-Columns-col--11,.arc .arc-Columns-col--11:empty{display:block;max-width:var(--arc-columns-span-11-width)}.arc .arc-Columns-col--12,.arc .arc-Columns-col--12:empty{display:block;max-width:100%}@media (min-width:636px){.arc .arc-Columns-col--s0,.arc .arc-Columns-col--s0:empty{display:none;max-width:0}.arc .arc-Columns-col--s1,.arc .arc-Columns-col--s1:empty{display:block;max-width:var(--arc-columns-span-1-width)}.arc .arc-Columns-col--s2,.arc .arc-Columns-col--s2:empty{display:block;max-width:var(--arc-columns-span-2-width)}.arc .arc-Columns-col--s3,.arc .arc-Columns-col--s3:empty{display:block;max-width:var(--arc-columns-span-3-width)}.arc .arc-Columns-col--s4,.arc .arc-Columns-col--s4:empty{display:block;max-width:var(--arc-columns-span-4-width)}.arc .arc-Columns-col--s5,.arc .arc-Columns-col--s5:empty{display:block;max-width:var(--arc-columns-span-5-width)}.arc .arc-Columns-col--s6,.arc .arc-Columns-col--s6:empty{display:block;max-width:var(--arc-columns-span-6-width)}.arc .arc-Columns-col--s7,.arc .arc-Columns-col--s7:empty{display:block;max-width:var(--arc-columns-span-7-width)}.arc .arc-Columns-col--s8,.arc .arc-Columns-col--s8:empty{display:block;max-width:var(--arc-columns-span-8-width)}.arc .arc-Columns-col--s9,.arc .arc-Columns-col--s9:empty{display:block;max-width:var(--arc-columns-span-9-width)}.arc .arc-Columns-col--s10,.arc .arc-Columns-col--s10:empty{display:block;max-width:var(--arc-columns-span-10-width)}.arc .arc-Columns-col--s11,.arc .arc-Columns-col--s11:empty{display:block;max-width:var(--arc-columns-span-11-width)}.arc .arc-Columns-col--s12,.arc .arc-Columns-col--s12:empty{display:block;max-width:100%}}@media (min-width:768px){.arc .arc-Columns-col--m0,.arc .arc-Columns-col--m0:empty{display:none;max-width:0}.arc .arc-Columns-col--m1,.arc .arc-Columns-col--m1:empty{display:block;max-width:var(--arc-columns-span-1-width)}.arc .arc-Columns-col--m2,.arc .arc-Columns-col--m2:empty{display:block;max-width:var(--arc-columns-span-2-width)}.arc .arc-Columns-col--m3,.arc .arc-Columns-col--m3:empty{display:block;max-width:var(--arc-columns-span-3-width)}.arc .arc-Columns-col--m4,.arc .arc-Columns-col--m4:empty{display:block;max-width:var(--arc-columns-span-4-width)}.arc .arc-Columns-col--m5,.arc .arc-Columns-col--m5:empty{display:block;max-width:var(--arc-columns-span-5-width)}.arc .arc-Columns-col--m6,.arc .arc-Columns-col--m6:empty{display:block;max-width:var(--arc-columns-span-6-width)}.arc .arc-Columns-col--m7,.arc .arc-Columns-col--m7:empty{display:block;max-width:var(--arc-columns-span-7-width)}.arc .arc-Columns-col--m8,.arc .arc-Columns-col--m8:empty{display:block;max-width:var(--arc-columns-span-8-width)}.arc .arc-Columns-col--m9,.arc .arc-Columns-col--m9:empty{display:block;max-width:var(--arc-columns-span-9-width)}.arc .arc-Columns-col--m10,.arc .arc-Columns-col--m10:empty{display:block;max-width:var(--arc-columns-span-10-width)}.arc .arc-Columns-col--m11,.arc .arc-Columns-col--m11:empty{display:block;max-width:var(--arc-columns-span-11-width)}.arc .arc-Columns-col--m12,.arc .arc-Columns-col--m12:empty{display:block;max-width:100%}}@media (min-width:1024px){.arc .arc-Columns-col--l0,.arc .arc-Columns-col--l0:empty{display:none;max-width:0}.arc .arc-Columns-col--l1,.arc .arc-Columns-col--l1:empty{display:block;max-width:var(--arc-columns-span-1-width)}.arc .arc-Columns-col--l2,.arc .arc-Columns-col--l2:empty{display:block;max-width:var(--arc-columns-span-2-width)}.arc .arc-Columns-col--l3,.arc .arc-Columns-col--l3:empty{display:block;max-width:var(--arc-columns-span-3-width)}.arc .arc-Columns-col--l4,.arc .arc-Columns-col--l4:empty{display:block;max-width:var(--arc-columns-span-4-width)}.arc .arc-Columns-col--l5,.arc .arc-Columns-col--l5:empty{display:block;max-width:var(--arc-columns-span-5-width)}.arc .arc-Columns-col--l6,.arc .arc-Columns-col--l6:empty{display:block;max-width:var(--arc-columns-span-6-width)}.arc .arc-Columns-col--l7,.arc .arc-Columns-col--l7:empty{display:block;max-width:var(--arc-columns-span-7-width)}.arc .arc-Columns-col--l8,.arc .arc-Columns-col--l8:empty{display:block;max-width:var(--arc-columns-span-8-width)}.arc .arc-Columns-col--l9,.arc .arc-Columns-col--l9:empty{display:block;max-width:var(--arc-columns-span-9-width)}.arc .arc-Columns-col--l10,.arc .arc-Columns-col--l10:empty{display:block;max-width:var(--arc-columns-span-10-width)}.arc .arc-Columns-col--l11,.arc .arc-Columns-col--l11:empty{display:block;max-width:var(--arc-columns-span-11-width)}.arc .arc-Columns-col--l12,.arc .arc-Columns-col--l12:empty{display:block;max-width:100%}}@media (min-width:1280px){.arc .arc-Columns-col--xL0,.arc .arc-Columns-col--xL0:empty{display:none;max-width:0}.arc .arc-Columns-col--xL1,.arc .arc-Columns-col--xL1:empty{display:block;max-width:var(--arc-columns-span-1-width)}.arc .arc-Columns-col--xL2,.arc .arc-Columns-col--xL2:empty{display:block;max-width:var(--arc-columns-span-2-width)}.arc .arc-Columns-col--xL3,.arc .arc-Columns-col--xL3:empty{display:block;max-width:var(--arc-columns-span-3-width)}.arc .arc-Columns-col--xL4,.arc .arc-Columns-col--xL4:empty{display:block;max-width:var(--arc-columns-span-4-width)}.arc .arc-Columns-col--xL5,.arc .arc-Columns-col--xL5:empty{display:block;max-width:var(--arc-columns-span-5-width)}.arc .arc-Columns-col--xL6,.arc .arc-Columns-col--xL6:empty{display:block;max-width:var(--arc-columns-span-6-width)}.arc .arc-Columns-col--xL7,.arc .arc-Columns-col--xL7:empty{display:block;max-width:var(--arc-columns-span-7-width)}.arc .arc-Columns-col--xL8,.arc .arc-Columns-col--xL8:empty{display:block;max-width:var(--arc-columns-span-8-width)}.arc .arc-Columns-col--xL9,.arc .arc-Columns-col--xL9:empty{display:block;max-width:var(--arc-columns-span-9-width)}.arc .arc-Columns-col--xL10,.arc .arc-Columns-col--xL10:empty{display:block;max-width:var(--arc-columns-span-10-width)}.arc .arc-Columns-col--xL11,.arc .arc-Columns-col--xL11:empty{display:block;max-width:var(--arc-columns-span-11-width)}.arc .arc-Columns-col--xL12,.arc .arc-Columns-col--xL12:empty{display:block;max-width:100%}}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var ConditionalWrapper = require('../_shared/cjs/ConditionalWrapper-bf944594.js');
|
|
6
|
+
require('react');
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
exports.ConditionalWrapper = ConditionalWrapper.ConditionalWrapper;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var ContentSwitcher = require('../_shared/cjs/ContentSwitcher-df2381c9.js');
|
|
6
|
+
require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
7
|
+
require('react');
|
|
8
|
+
require('../_shared/cjs/index-1e7a1fce.js');
|
|
9
|
+
require('../_shared/cjs/index-76f7dd53.js');
|
|
10
|
+
require('react-dom');
|
|
11
|
+
require('../_shared/cjs/index-dbc843d3.js');
|
|
12
|
+
require('../_shared/cjs/index-879e71ee.js');
|
|
13
|
+
require('../_shared/cjs/index-527f962b.js');
|
|
14
|
+
require('../_shared/cjs/Text-1b3e4fb6.js');
|
|
15
|
+
require('../_shared/cjs/index-9947ac13.js');
|
|
16
|
+
require('../_shared/cjs/Surface-ca708a8c.js');
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
exports.ContentSwitcher = ContentSwitcher.ContentSwitcher;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { C as ContentSwitcher } from '../_shared/esm/ContentSwitcher-bc952e2f.js';
|
|
2
|
+
import '../_shared/esm/index.es-fc59ba8f.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import '../_shared/esm/index-b051f161.js';
|
|
5
|
+
import '../_shared/esm/index-7f23bb37.js';
|
|
6
|
+
import 'react-dom';
|
|
7
|
+
import '../_shared/esm/index-2403936c.js';
|
|
8
|
+
import '../_shared/esm/index-13458236.js';
|
|
9
|
+
import '../_shared/esm/index-7868cc59.js';
|
|
10
|
+
import '../_shared/esm/Text-dc3f9cb5.js';
|
|
11
|
+
import '../_shared/esm/index-2e73c2e9.js';
|
|
12
|
+
import '../_shared/esm/Surface-201aa0d6.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-ContentSwitcherTab{align-items:center;background:var(--content-switcher-colors-light-bg-default);border:none;border-radius:var(--content-switcher-border-radius-pill);display:flex;height:48px;max-width:300px;padding:var(--content-switcher-padding-m) var(--content-switcher-padding-l);transition:background 0.3s ease;white-space:nowrap}.arc .arc-ContentSwitcherTab>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arc .arc-ContentSwitcherTab:hover{background:var(--content-switcher-colors-light-bg-hover);cursor:pointer}.arc .arc-ContentSwitcherTab:focus-visible{outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc .arc-ContentSwitcherTab[data-state="active"]{background:var(--content-switcher-colors-light-bg-default-alt);color:var(--content-switcher-colors-light-text-default-alt)}:root{--arc-content-switcher-height:48px;--arc-content-switcher-padding-s:10px;--arc-content-switcher-height-plus-padding:calc(var(--arc-content-switcher-height) + (var(--arc-content-switcher-padding-s) * 2))}.arc .arc-ContentSwitcherList{background:var(--content-switcher-colors-light-bg-default);border-radius:var(--sem-border-radius-xxl);box-shadow:var(--content-switcher-elevations-02,0 0 1px 0 rgba(0,0,0,0.25),0 4px 12px 0 rgba(0,0,0,0.1));margin-bottom:10px;max-width:1000px;overflow:scroll;-ms-overflow-style:none;position:relative;scrollbar-width:none;text-align:center;z-index:1}.arc .arc-ContentSwitcherList-wrapper--isInset .arc-ContentSwitcherList{margin-bottom:0}.arc .arc-ContentSwitcherList::-webkit-scrollbar{display:none}.arc .arc-ContentSwitcherList-overflowWrapper{height:calc(var(--arc-content-switcher-height) + (var(--content-switcher-padding-s) * 2));left:50%;max-width:1000px;pointer-events:none;position:absolute;top:0;transform:translateX(-50%);width:100%;z-index:2}.arc .arc-ContentSwitcherList-wrapper{display:flex;justify-content:center;margin:0 32px;position:relative}.arc .arc-ContentSwitcherList-inner{display:inline-flex;gap:var(--content-switcher-padding-s);padding:var(--content-switcher-padding-s)}.arc .arc-ContentSwitcherList--rightOverflow,.arc .arc-ContentSwitcherList--leftOverflow{content:"";display:block;height:100%;pointer-events:none;position:absolute;top:0;width:96px}.arc .arc-ContentSwitcherList--rightOverflow{background:linear-gradient(90deg,rgba(255,255,255,0) 0.61%,#ffffff 75.15%);border-radius:0 var(--sem-border-radius-xxl) var(--sem-border-radius-xxl) 0;right:0}.arc .arc-ContentSwitcherList--leftOverflow{background:linear-gradient(270deg,rgba(255,255,255,0) 0.61%,#ffffff 75.15%);border-radius:var(--sem-border-radius-xxl) 0 0 var(--sem-border-radius-xxl);left:0}.arc .arc-ContentSwitcherList-wrapper--isInset{margin-bottom:calc((var(--arc-content-switcher-height-plus-padding)/2) * -1)}.arc .arc-ContentSwitcherContent{display:flex;justify-content:center;opacity:1;transition:opacity 0.5s ease}.arc .arc-ContentSwitcherContent[data-state="inactive"]{opacity:0}.arc .arc-ContentSwitcher{margin:0 auto}.arc .arc-ContentSwitcher-root{position:relative}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var ContentSwitcherDropdown = require('../_shared/cjs/ContentSwitcherDropdown-91856b98.js');
|
|
6
|
+
require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
7
|
+
require('react');
|
|
8
|
+
require('../_shared/cjs/index-568ebc78.js');
|
|
9
|
+
require('../_shared/cjs/index-76f7dd53.js');
|
|
10
|
+
require('react-dom');
|
|
11
|
+
require('../_shared/cjs/index-dbc843d3.js');
|
|
12
|
+
require('../_shared/cjs/index-879e71ee.js');
|
|
13
|
+
require('../_shared/cjs/index-2bf59363.js');
|
|
14
|
+
require('../_shared/cjs/floating-ui.react-dom-08b8b87c.js');
|
|
15
|
+
require('../_shared/cjs/index-ba3141f5.js');
|
|
16
|
+
require('../_shared/cjs/component-aa9fcdbb.js');
|
|
17
|
+
require('../_shared/cjs/ThemeIcon-cf6ddb34.js');
|
|
18
|
+
require('../_shared/cjs/index-9947ac13.js');
|
|
19
|
+
require('../_shared/cjs/Surface-ca708a8c.js');
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
exports.ContentSwitcherDropdown = ContentSwitcherDropdown.ContentSwitcherDropdown;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export { C as ContentSwitcherDropdown } from '../_shared/esm/ContentSwitcherDropdown-1675387e.js';
|
|
2
|
+
import '../_shared/esm/index.es-fc59ba8f.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import '../_shared/esm/index-0ae42785.js';
|
|
5
|
+
import '../_shared/esm/index-7f23bb37.js';
|
|
6
|
+
import 'react-dom';
|
|
7
|
+
import '../_shared/esm/index-2403936c.js';
|
|
8
|
+
import '../_shared/esm/index-13458236.js';
|
|
9
|
+
import '../_shared/esm/index-a41a5e50.js';
|
|
10
|
+
import '../_shared/esm/floating-ui.react-dom-1bb71aae.js';
|
|
11
|
+
import '../_shared/esm/index-6bdce6c5.js';
|
|
12
|
+
import '../_shared/esm/component-4448135f.js';
|
|
13
|
+
import '../_shared/esm/ThemeIcon-69de5351.js';
|
|
14
|
+
import '../_shared/esm/index-2e73c2e9.js';
|
|
15
|
+
import '../_shared/esm/Surface-201aa0d6.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-ContentSwitcherDropdown-selectTrigger{align-items:center;background:var(--content-switcher-colors-light-bg-default-alt);border:none;border-radius:var(--content-switcher-border-radius-pill);color:var(--content-switcher-colors-light-text-default-alt);display:flex;font:var(--sem-type-body-reg-m);justify-content:space-between;padding:var(--content-switcher-padding-m) var(--content-switcher-padding-l);width:100%;z-index:1}.arc .arc-ContentSwitcherDropdown-selectTrigger>span:first-child,.arc .arc-ContentSwitcherDropdown-selectItem>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arc .arc-ContentSwitcherDropdown-selectTriggerIcon{color:var(--content-switcher-colors-light-text-default-alt);margin-left:var(--content-switcher-gap-l)}.arc .arc-ContentSwitcherDropdown-selectTrigger[aria-expanded="true"]{background:var(--content-switcher-colors-light-bg-default);color:var(--content-switcher-colors-light-text-hover);outline:var(--content-switcher-border-weight-s) solid var(--content-switcher-colors-light-border-default);outline-offset:calc(var(--content-switcher-border-weight-s) * -1)}.arc .arc-ContentSwitcherDropdown-selectTrigger[aria-expanded="true"] .arc-ContentSwitcherDropdown-selectTriggerIcon{color:var(--content-switcher-colors-light-text-hover)}.arc .arc-ContentSwitcherDropdown-selectTrigger:hover{background:var(--content-switcher-colors-light-bg-selected-hover);cursor:pointer}.arc .arc-ContentSwitcherDropdown-selectTrigger:focus-visible{outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:var(--focus-border-weight-s)}.arc .arc-ContentSwitcherDropdown-selectTriggerWrapper{align-items:center;background:var(--content-switcher-colors-light-bg-default);border-radius:var(--content-switcher-border-radius-pill);box-shadow:var(--elevation-02);display:block;margin-bottom:var(--content-switcher-gap-l);padding:var(--content-switcher-padding-s);position:relative;width:-moz-fit-content;width:fit-content;z-index:1}.arc .arc-ContentSwitcherDropdown-selectTriggerWrapper--isInset{margin-bottom:calc((var(--arc-content-switcher-height-plus-padding)/2) * -1)}.arc .arc-ContentSwitcherDropdown-selectTriggerWrapper--isFluid{width:100%}.arc .arc-ContentSwitcherDropdown-selectTrigger[data-state="open"] .arc-ContentSwitcherDropdown-selectTriggerIcon{transform:rotate(180deg)}.arc .arc-ContentSwitcherDropdown-selectContent{background:var(--content-switcher-colors-light-bg-default);border-radius:var(--content-switcher-border-radius-xl);box-shadow:var(--elevation-02);margin:var(--content-switcher-gap-l) 0 var(--content-switcher-gap-l) calc(var(--content-switcher-gap-l) * -1);padding:var(--content-switcher-padding-xs);position:relative;width:calc(var(--radix-select-trigger-width) + (var(--content-switcher-padding-xs) * 2))}.arc .arc-ContentSwitcherDropdown-selectItem{align-items:center;border-radius:var(--content-switcher-border-radius-pill);display:flex;justify-content:space-between;margin-bottom:var(--content-switcher-gap-l);padding:var(--content-switcher-padding-m) var(--content-switcher-padding-l)}.arc .arc-ContentSwitcherDropdown-selectItem[data-highlighted]{background:var(--content-switcher-colors-light-bg-hover);cursor:pointer;outline:none}.arc .arc-ContentSwitcherDropdown-selectItem[data-state="checked"]{background:var(--content-switcher-colors-light-bg-active)}.arc .arc-ContentSwitcherDropdown-selectItem:last-of-type{margin-bottom:0}.arc .arc-ContentSwitcherDropdown-content[hidden]{display:none}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DatePicker = require('../_shared/cjs/DatePicker-3abcf361.js');
|
|
6
|
+
require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
7
|
+
require('react');
|
|
8
|
+
require('../_shared/cjs/index-9947ac13.js');
|
|
9
|
+
require('../_shared/cjs/Combination-06cc56d0.js');
|
|
10
|
+
require('react/jsx-runtime');
|
|
11
|
+
require('react-dom');
|
|
12
|
+
require('../_shared/cjs/component-aa9fcdbb.js');
|
|
13
|
+
require('../_shared/cjs/floating-ui.react-dom-08b8b87c.js');
|
|
14
|
+
require('../_shared/cjs/Calendar-d2511ee9.js');
|
|
15
|
+
require('../_shared/cjs/index-28fbfd5b.js');
|
|
16
|
+
require('../_shared/cjs/index.es-0f681622.js');
|
|
17
|
+
require('../_shared/cjs/use-media-query-d34c83b9.js');
|
|
18
|
+
require('../_shared/cjs/Text-1b3e4fb6.js');
|
|
19
|
+
require('../_shared/cjs/Surface-ca708a8c.js');
|
|
20
|
+
require('../_shared/cjs/VisuallyHidden-c691ea4d.js');
|
|
21
|
+
require('../_shared/cjs/Heading-b4b65724.js');
|
|
22
|
+
require('../_shared/cjs/BtIconChevronRightMid.esm-3e8d18a9.js');
|
|
23
|
+
require('../_shared/cjs/Icon-5dd78f2b.js');
|
|
24
|
+
require('../_shared/cjs/TextInput-5e533805.js');
|
|
25
|
+
require('../_shared/cjs/FormControl-09c28bbb.js');
|
|
26
|
+
require('../_shared/cjs/DisclosureMini-64a1c682.js');
|
|
27
|
+
require('../_shared/cjs/ThemeIcon-cf6ddb34.js');
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
exports.DATE_FORMAT = DatePicker.DATE_FORMAT;
|
|
32
|
+
exports.DatePicker = DatePicker.DatePicker;
|
|
33
|
+
exports.isDateValid = DatePicker.isDateValid;
|
|
34
|
+
exports.isRangeValid = DatePicker.isRangeValid;
|
|
35
|
+
exports.parseDateString = DatePicker.parseDateString;
|
|
36
|
+
exports.parseRangeString = DatePicker.parseRangeString;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export { D as DATE_FORMAT, c as DatePicker, b as isDateValid, i as isRangeValid, a as parseDateString, p as parseRangeString } from '../_shared/esm/DatePicker-dd060b1c.js';
|
|
2
|
+
import '../_shared/esm/index.es-fc59ba8f.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import '../_shared/esm/index-2e73c2e9.js';
|
|
5
|
+
import '../_shared/esm/Combination-71be1a15.js';
|
|
6
|
+
import 'react/jsx-runtime';
|
|
7
|
+
import 'react-dom';
|
|
8
|
+
import '../_shared/esm/component-4448135f.js';
|
|
9
|
+
import '../_shared/esm/floating-ui.react-dom-1bb71aae.js';
|
|
10
|
+
import '../_shared/esm/Calendar-d56cdead.js';
|
|
11
|
+
import '../_shared/esm/index-ce6dee84.js';
|
|
12
|
+
import '../_shared/esm/index.es-be971b8d.js';
|
|
13
|
+
import '../_shared/esm/use-media-query-d3622da8.js';
|
|
14
|
+
import '../_shared/esm/Text-dc3f9cb5.js';
|
|
15
|
+
import '../_shared/esm/Surface-201aa0d6.js';
|
|
16
|
+
import '../_shared/esm/VisuallyHidden-59f004f5.js';
|
|
17
|
+
import '../_shared/esm/Heading-e83f0d49.js';
|
|
18
|
+
import '../_shared/esm/BtIconChevronRightMid.esm-4764708f.js';
|
|
19
|
+
import '../_shared/esm/Icon-6fef56b3.js';
|
|
20
|
+
import '../_shared/esm/TextInput-0707edc3.js';
|
|
21
|
+
import '../_shared/esm/FormControl-350bb1c8.js';
|
|
22
|
+
import '../_shared/esm/DisclosureMini-9caa350c.js';
|
|
23
|
+
import '../_shared/esm/ThemeIcon-69de5351.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-DatePicker--constrained{max-width:384px}.arc .arc-DatePicker-modal{z-index:101}
|
|
@@ -2,31 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var index_es = require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
6
6
|
var index = require('../_shared/cjs/index-9947ac13.js');
|
|
7
7
|
var React = require('react');
|
|
8
|
-
var Heading = require('../_shared/cjs/Heading-
|
|
9
|
-
var Surface = require('../_shared/cjs/Surface-
|
|
10
|
-
var ThemeIcon = require('../_shared/cjs/ThemeIcon-
|
|
11
|
-
require('../_shared/cjs/suffix-modifier-64dcd338.js');
|
|
8
|
+
var Heading = require('../_shared/cjs/Heading-b4b65724.js');
|
|
9
|
+
var Surface = require('../_shared/cjs/Surface-ca708a8c.js');
|
|
10
|
+
var ThemeIcon = require('../_shared/cjs/ThemeIcon-cf6ddb34.js');
|
|
12
11
|
|
|
13
12
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
14
13
|
|
|
15
14
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
16
15
|
|
|
17
16
|
/**
|
|
18
|
-
* Use `Disclosure` to
|
|
19
|
-
* an "open" state.
|
|
17
|
+
* Use `Disclosure` to show and hide sections of content.
|
|
20
18
|
*/
|
|
21
19
|
var Disclosure = function (_a) {
|
|
22
|
-
var children = _a.children, headingLevel = _a.headingLevel, _b = _a.indentDetails, indentDetails = _b === void 0 ? false : _b, _c = _a.isOpen, isOpen = _c === void 0 ? false : _c, summary = _a.summary, props =
|
|
20
|
+
var children = _a.children, headingLevel = _a.headingLevel, _b = _a.indentDetails, indentDetails = _b === void 0 ? false : _b, _c = _a.isOpen, isOpen = _c === void 0 ? false : _c, summary = _a.summary, props = index_es.__rest(_a, ["children", "headingLevel", "indentDetails", "isOpen", "summary"]);
|
|
23
21
|
var surface = React.useContext(Surface.Context).surface;
|
|
24
|
-
|
|
22
|
+
var _d = React.useState(false), disclousreState = _d[0], setDisclosureState = _d[1];
|
|
23
|
+
var handleOnClick = function () {
|
|
24
|
+
setDisclosureState(function (prevState) { return !prevState; });
|
|
25
|
+
};
|
|
26
|
+
return (React__default["default"].createElement("details", index_es.__assign({ className: index.classNames({
|
|
25
27
|
"arc-Disclosure": true,
|
|
26
28
|
"arc-Disclosure--indentDetails": indentDetails,
|
|
27
29
|
"arc-Disclosure--onDarkSurface": surface === "dark"
|
|
28
|
-
}), open: isOpen },
|
|
29
|
-
React__default["default"].createElement("summary", { className: "arc-Disclosure-summary" },
|
|
30
|
+
}), open: isOpen }, index_es.filterDataAttrs(props)),
|
|
31
|
+
React__default["default"].createElement("summary", { "aria-expanded": disclousreState, onClick: handleOnClick, className: "arc-Disclosure-summary" },
|
|
30
32
|
React__default["default"].createElement("span", { className: "arc-Disclosure-summary-icon" },
|
|
31
33
|
React__default["default"].createElement(ThemeIcon.ThemeIcon, { icon: "disclosureExpand" })),
|
|
32
34
|
React__default["default"].createElement(Heading.Heading, { level: headingLevel, size: "s" }, summary)),
|
|
@@ -1,24 +1,26 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from '../_shared/esm/
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from '../_shared/esm/index.es-fc59ba8f.js';
|
|
2
2
|
import { c as classNames } from '../_shared/esm/index-2e73c2e9.js';
|
|
3
|
-
import React__default, { useContext } from 'react';
|
|
4
|
-
import { H as Heading } from '../_shared/esm/Heading-
|
|
5
|
-
import { C as Context } from '../_shared/esm/Surface-
|
|
6
|
-
import { T as ThemeIcon } from '../_shared/esm/ThemeIcon-
|
|
7
|
-
import '../_shared/esm/suffix-modifier-3d548e45.js';
|
|
3
|
+
import React__default, { useContext, useState } from 'react';
|
|
4
|
+
import { H as Heading } from '../_shared/esm/Heading-e83f0d49.js';
|
|
5
|
+
import { C as Context } from '../_shared/esm/Surface-201aa0d6.js';
|
|
6
|
+
import { T as ThemeIcon } from '../_shared/esm/ThemeIcon-69de5351.js';
|
|
8
7
|
|
|
9
8
|
/**
|
|
10
|
-
* Use `Disclosure` to
|
|
11
|
-
* an "open" state.
|
|
9
|
+
* Use `Disclosure` to show and hide sections of content.
|
|
12
10
|
*/
|
|
13
11
|
var Disclosure = function (_a) {
|
|
14
12
|
var children = _a.children, headingLevel = _a.headingLevel, _b = _a.indentDetails, indentDetails = _b === void 0 ? false : _b, _c = _a.isOpen, isOpen = _c === void 0 ? false : _c, summary = _a.summary, props = __rest(_a, ["children", "headingLevel", "indentDetails", "isOpen", "summary"]);
|
|
15
13
|
var surface = useContext(Context).surface;
|
|
14
|
+
var _d = useState(false), disclousreState = _d[0], setDisclosureState = _d[1];
|
|
15
|
+
var handleOnClick = function () {
|
|
16
|
+
setDisclosureState(function (prevState) { return !prevState; });
|
|
17
|
+
};
|
|
16
18
|
return (React__default.createElement("details", __assign({ className: classNames({
|
|
17
19
|
"arc-Disclosure": true,
|
|
18
20
|
"arc-Disclosure--indentDetails": indentDetails,
|
|
19
21
|
"arc-Disclosure--onDarkSurface": surface === "dark"
|
|
20
22
|
}), open: isOpen }, filterDataAttrs(props)),
|
|
21
|
-
React__default.createElement("summary", { className: "arc-Disclosure-summary" },
|
|
23
|
+
React__default.createElement("summary", { "aria-expanded": disclousreState, onClick: handleOnClick, className: "arc-Disclosure-summary" },
|
|
22
24
|
React__default.createElement("span", { className: "arc-Disclosure-summary-icon" },
|
|
23
25
|
React__default.createElement(ThemeIcon, { icon: "disclosureExpand" })),
|
|
24
26
|
React__default.createElement(Heading, { level: headingLevel, size: "s" }, summary)),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-Disclosure-summary{border-bottom:var(--disclosure-border-weight-s) solid var(--disclosure-colors-light-border-subtle);border-top:var(--disclosure-border-weight-s) solid var(--disclosure-colors-light-border-subtle);color:var(--disclosure-colors-light-text-default);cursor:pointer;display:block;font:var(--disclosure-type-label-l);list-style:none;padding:var(--disclosure-padding-s);position:relative}.arc .arc-Disclosure-summary:focus{outline:var(--focus-border-weight-s) solid transparent}.arc .arc-Disclosure-summary>*{padding-left:var(--disclosure-padding-l)}.arc .arc-Disclosure .arc-Disclosure-summary>*{display:inline-block}.arc .arc-Disclosure--onDarkSurface .arc-Disclosure-summary{border-bottom:var(--disclosure-border-weight-s) solid var(--disclosure-colors-dark-border-subtle);border-top:var(--disclosure-border-weight-s) solid var(--disclosure-colors-dark-border-subtle);color:var(--disclosure-colors-dark-text-default)}.arc .arc-Disclosure-summary:hover{background:var(--disclosure-colors-light-bg-hover);color:var(--disclosure-colors-light-text-hover)}.arc .arc-Disclosure+.arc-Disclosure .arc-Disclosure-summary{border-top:0;line-height:29px}.arc .arc-Disclosure-summary::-webkit-details-marker{display:none}.arc .arc-Disclosure--onDarkSurface .arc-Disclosure-summary:hover{background:var(--disclosure-colors-dark-bg-hover);color:var(--disclosure-colors-dark-text-hover)}.arc .arc-Disclosure-summary:focus::before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.arc .arc-Disclosure-summary:focus-visible::before{outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle)}.arc .arc-Disclosure--onDarkSurface .arc-Disclosure-summary:focus-visible::before{outline:var(--focus-border-weight-s) solid var(--focus-colors-dark-border-subtle)}.arc .arc-Disclosure-summary>.arc-Disclosure-summary-icon{color:inherit;height:var(--disclosure-size-icon-s);padding-left:0;position:absolute;top:50%;transform:translateY(-50%);width:var(--disclosure-size-icon-s)}.arc .arc-Disclosure[open] .arc-Disclosure-summary>.arc-Disclosure-summary-icon{transform:rotate(180deg) translateY(50%)}.arc .arc-Disclosure-details{border-bottom:var(--disclosure-border-weight-s) solid var(--disclosure-colors-light-border-subtle);padding:var(--disclosure-padding-s)}.arc .arc-Disclosure--indentDetails .arc-Disclosure-details{padding-left:var(--disclosure-padding-xl)}.arc .arc-Disclosure--onDarkSurface .arc-Disclosure-details{border-bottom:var(--disclosure-border-weight-s) solid var(--disclosure-colors-dark-border-subtle)}
|
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var DisclosureMini = require('../_shared/cjs/DisclosureMini-
|
|
6
|
-
require('../_shared/cjs/
|
|
5
|
+
var DisclosureMini = require('../_shared/cjs/DisclosureMini-64a1c682.js');
|
|
6
|
+
require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
7
7
|
require('../_shared/cjs/index-9947ac13.js');
|
|
8
8
|
require('react');
|
|
9
|
-
require('../_shared/cjs/Text-
|
|
10
|
-
require('../_shared/cjs/
|
|
11
|
-
require('../_shared/cjs/
|
|
12
|
-
require('../_shared/cjs/ThemeIcon-9534f091.js');
|
|
9
|
+
require('../_shared/cjs/Text-1b3e4fb6.js');
|
|
10
|
+
require('../_shared/cjs/Surface-ca708a8c.js');
|
|
11
|
+
require('../_shared/cjs/ThemeIcon-cf6ddb34.js');
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export { D as DisclosureMini } from '../_shared/esm/DisclosureMini-
|
|
2
|
-
import '../_shared/esm/
|
|
1
|
+
export { D as DisclosureMini } from '../_shared/esm/DisclosureMini-9caa350c.js';
|
|
2
|
+
import '../_shared/esm/index.es-fc59ba8f.js';
|
|
3
3
|
import '../_shared/esm/index-2e73c2e9.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../_shared/esm/Text-
|
|
6
|
-
import '../_shared/esm/
|
|
7
|
-
import '../_shared/esm/
|
|
8
|
-
import '../_shared/esm/ThemeIcon-eab5a4d0.js';
|
|
5
|
+
import '../_shared/esm/Text-dc3f9cb5.js';
|
|
6
|
+
import '../_shared/esm/Surface-201aa0d6.js';
|
|
7
|
+
import '../_shared/esm/ThemeIcon-69de5351.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-DisclosureMini-summary{align-items:center;color:var(--disclosure-mini-colors-light-text-default);cursor:pointer;display:flex;font:var(--sem-type-body-reg-m);list-style:none;position:relative}.arc .arc-DisclosureMini-summary--small{font:var(--sem-type-body-reg-s)}.arc .arc-DisclosureMini-summary:focus{outline:var(--focus-border-weight-s) solid transparent;outline-offset:2px}.arc .arc-DisclosureMini .arc-DisclosureMini-summary>*{display:inline-block}.arc .arc-DisclosureMini--onDarkSurface .arc-DisclosureMini-summary{color:var(--disclosure-mini-colors-dark-text-default)}.arc .arc-DisclosureMini-summary::-webkit-details-marker{display:none}.arc .arc-DisclosureMini-summary:focus::before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.arc .arc-DisclosureMini-summary:focus-visible::before{outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle);outline-offset:2px}.arc .arc-DisclosureMini--onDarkSurface .arc-DisclosureMini-summary:focus-visible::before{outline:var(--focus-border-weight-s) solid var(--focus-colors-dark-border-subtle);outline-offset:2px}.arc .arc-DisclosureMini-summary>.arc-Text{text-decoration:underline}.arc .arc-DisclosureMini-summary--icon-left>.arc-Text{margin-left:var(--disclosure-mini-gap-m)}.arc .arc-DisclosureMini-summary--icon-right>.arc-Text{margin-right:var(--disclosure-mini-gap-m)}.arc .arc-DisclosureMini-summary--icon-right>.arc-DisclosureMini-summary-icon{order:2}.arc .arc-DisclosureMini-summary>.arc-DisclosureMini-summary-icon{align-items:center;color:inherit;display:flex;flex:0 0 16px;height:var(--disclosure-mini-size-icon-s);justify-content:center;transition:all 0.23s ease-out;width:var(--disclosure-mini-size-icon-s)}.arc .arc-DisclosureMini-summary>.arc-DisclosureMini-summary-icon>svg{height:100%;width:100%}.arc .arc-DisclosureMini[open] .arc-DisclosureMini-summary>.arc-DisclosureMini-summary-icon{transform:rotate(180deg)}.arc .arc-DisclosureMini[open] .arc-DisclosureMini-summary{align-items:center}.arc .arc-DisclosureMini-details{margin-top:var(--disclosure-mini-gap-s)}.arc .arc-DisclosureMini-summary--icon-left~.arc-DisclosureMini-details{margin-left:calc(var(--disclosure-mini-gap-m) + 16px)}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Download = require('../_shared/cjs/Download-45dc0d20.js');
|
|
6
|
+
require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
7
|
+
require('react');
|
|
8
|
+
require('../_shared/cjs/index-9947ac13.js');
|
|
9
|
+
require('../_shared/cjs/Text-1b3e4fb6.js');
|
|
10
|
+
require('../_shared/cjs/Surface-ca708a8c.js');
|
|
11
|
+
require('../_shared/cjs/ThemeIcon-cf6ddb34.js');
|
|
12
|
+
require('../_shared/cjs/VerticalSpace-a5cf4d4e.js');
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
exports.Download = Download.Download;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { D as Download } from '../_shared/esm/Download-07f5e3dd.js';
|
|
2
|
+
import '../_shared/esm/index.es-fc59ba8f.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import '../_shared/esm/index-2e73c2e9.js';
|
|
5
|
+
import '../_shared/esm/Text-dc3f9cb5.js';
|
|
6
|
+
import '../_shared/esm/Surface-201aa0d6.js';
|
|
7
|
+
import '../_shared/esm/ThemeIcon-69de5351.js';
|
|
8
|
+
import '../_shared/esm/VerticalSpace-4b6b7468.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-Download{align-items:center;background:var(--sem-color-bg-secondary-light-default);border-radius:var(--sem-border-radius-xs);color:var(--sem-color-fg-secondary-light-default);cursor:pointer;display:flex;max-width:100%;outline:var(--sem-border-width-xs) solid var(--sem-color-border-secondary-light-subtle);padding:var(--sem-space-padding-70) var(--sem-space-padding-130) var(--sem-space-padding-70) var(--sem-space-padding-70);text-decoration:none}.arc .arc-Download--compact{padding:var(--sem-space-padding-60) var(--sem-space-padding-110) var(--sem-space-padding-60) var(--sem-space-padding-60)}.arc .arc-Download--maxContent{width:-moz-max-content;width:max-content}.arc .arc-Download-name{color:var(--sem-color-fg-primary-light-default);display:block;font:var(--sem-type-body-reg-l);font-weight:var(--sem-font-weight-bold);text-decoration:underline}.arc .arc-Download--compact .arc-Download-name{font:var(--sem-type-body-reg-m);font-weight:var(--sem-font-weight-bold)}.arc .arc-Download:focus-visible{border-radius:var(--sem-border-radius-xs);outline:var(--focus-border-weight-s) solid var(--focus-colors-light-border-subtle)}.arc .arc-Download:focus:not(:focus-visible){border-radius:var(--sem-border-radius-xs);outline:var(--sem-border-width-xs) solid var(--sem-color-border-secondary-light-subtle);outline-offset:0}.arc .arc-Download:hover,.arc .arc-Download:hover:focus:not(:focus-visible){color:var(--sem-color-fg-secondary-light-default);outline:var(--sem-border-width-s) solid var(--sem-color-border-primary-light-strong)}.arc .arc-Download:hover .arc-Download-name{color:var(--sem-color-fg-primary-light-strong)}.arc .arc-Download-title{color:var(--sem-color-fg-primary-light-default)}.arc .arc-Download-iconContainer{flex:0 1 auto}.arc .arc-Download-contentContainer{flex:1 1 0;padding-left:var(--sem-space-padding-50)}.arc .arc-Download--compact .arc-Download-contentContainer{padding-left:var(--sem-space-padding-30)}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var index_es = require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
6
6
|
var index = require('../_shared/cjs/index-9947ac13.js');
|
|
7
7
|
var React = require('react');
|
|
8
8
|
|
|
@@ -15,13 +15,13 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
|
15
15
|
*/
|
|
16
16
|
var Elevation = function (_a) {
|
|
17
17
|
var _b;
|
|
18
|
-
var children = _a.children, _c = _a.elevationLevel, elevationLevel = _c === void 0 ? "2" : _c, _d = _a.isFullWidth, isFullWidth = _d === void 0 ? false : _d, props =
|
|
19
|
-
return (React__default["default"].createElement("div",
|
|
18
|
+
var children = _a.children, _c = _a.elevationLevel, elevationLevel = _c === void 0 ? "2" : _c, _d = _a.isFullWidth, isFullWidth = _d === void 0 ? false : _d, props = index_es.__rest(_a, ["children", "elevationLevel", "isFullWidth"]);
|
|
19
|
+
return (React__default["default"].createElement("div", index_es.__assign({ className: index.classNames((_b = {},
|
|
20
20
|
_b["arc-Elevation"] = true,
|
|
21
21
|
_b["arc-Elevation--levelOne"] = elevationLevel === "1",
|
|
22
22
|
_b["arc-Elevation--levelTwo"] = elevationLevel === "2",
|
|
23
23
|
_b["arc-Elevation--fullWidth"] = isFullWidth,
|
|
24
|
-
_b)) },
|
|
24
|
+
_b)) }, index_es.filterDataAttrs(props)), children));
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
exports.Elevation = Elevation;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from '../_shared/esm/
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from '../_shared/esm/index.es-fc59ba8f.js';
|
|
2
2
|
import { c as classNames } from '../_shared/esm/index-2e73c2e9.js';
|
|
3
3
|
import React__default from 'react';
|
|
4
4
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-Elevation{background:transparent;border-radius:var(--sem-border-radius-s);max-width:100%;width:-moz-max-content;width:max-content}.arc .arc-Elevation--fullWidth{width:100%}.arc .arc-Elevation .arc-Elevation{border-radius:0;box-shadow:none}.arc .arc-Elevation--levelOne{box-shadow:var(--elevation-02)}.arc .arc-Elevation--levelTwo{box-shadow:var(--elevation-05)}
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Filter = require('../_shared/cjs/Filter-
|
|
6
|
-
require('../_shared/cjs/
|
|
5
|
+
var Filter = require('../_shared/cjs/Filter-c93d809e.js');
|
|
6
|
+
require('../_shared/cjs/index.es-0c2c97f4.js');
|
|
7
7
|
require('react');
|
|
8
|
-
require('../_shared/cjs/Surface-
|
|
8
|
+
require('../_shared/cjs/Surface-ca708a8c.js');
|
|
9
9
|
require('../_shared/cjs/index-9947ac13.js');
|
|
10
|
+
require('../_shared/cjs/VisuallyHidden-c691ea4d.js');
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
export { F as Filter } from '../_shared/esm/Filter-
|
|
2
|
-
import '../_shared/esm/
|
|
1
|
+
export { F as Filter } from '../_shared/esm/Filter-284297be.js';
|
|
2
|
+
import '../_shared/esm/index.es-fc59ba8f.js';
|
|
3
3
|
import 'react';
|
|
4
|
-
import '../_shared/esm/Surface-
|
|
4
|
+
import '../_shared/esm/Surface-201aa0d6.js';
|
|
5
5
|
import '../_shared/esm/index-2e73c2e9.js';
|
|
6
|
+
import '../_shared/esm/VisuallyHidden-59f004f5.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.arc .arc-FilterControls{display:flex;flex-wrap:wrap;gap:var(--filter-gap-l);justify-content:center;margin-bottom:var(--filter-margin-m)}.arc .arc-FilterControls--alignLeft{justify-content:left}.arc .arc-FilterControls--alignRight{justify-content:right}.arc .arc-FilterControl{align-items:center;background:var(--filter-colors-light-bg-default);border:none;border-radius:var(--filter-border-radius-s);display:flex;height:var(--filter-size-s);outline:var(--filter-border-weight-s) solid var(--filter-colors-light-border-default);outline-offset:calc(var(--filter-border-weight-s) * -1);padding:var(--filter-padding-s) var(--filter-padding-m);position:relative;width:-moz-fit-content;width:fit-content}.arc .arc-FilterControl-text{color:var(--filter-colors-light-text-default);font:var(--sem-type-interface-semi-xs)}.arc .arc-FilterControl--selected .arc-FilterControl-text{color:var(--filter-colors-light-text-default-alt)}.arc .arc-FilterControl--onDarkSurface .arc-FilterControl-text{color:var(--filter-colors-dark-text-default-alt)}.arc .arc-FilterControl:hover{cursor:pointer;outline-color:var(--filter-colors-light-border-hover);outline-offset:calc(var(--filter-border-weight-m) * -1);outline-width:var(--filter-border-weight-m)}.arc .arc-FilterControl:hover .arc-FilterControl-text{color:var(--filter-colors-light-text-hover)}.arc .arc-FilterControl--selected:hover .arc-FilterControl-text{color:var(--filter-colors-light-text-default-alt)}.arc .arc-FilterControl--onDarkSurface:hover .arc-FilterControl-text{color:var(--filter-colors-dark-text-hover)}.arc .arc-FilterControl--onDarkSurface.arc-FilterControl--selected .arc-FilterControl-text,.arc .arc-FilterControl--onDarkSurface.arc-FilterControl--selected:hover .arc-FilterControl-text{color:var(--filter-colors-light-text-default)}.arc .arc-FilterControl--selected{background:var(--filter-colors-light-bg-selected);outline-color:transparent}.arc .arc-FilterControl--selected::after,.arc .arc-FilterControl--onDarkSurface.arc-FilterControl--selected::after{content:none}.arc .arc-FilterControl--onDarkSurface{background:var(--filter-colors-dark-bg-default);outline-color:var(--filter-colors-dark-border-default)}.arc .arc-FilterControl--onDarkSurface::after{background:var(--filter-colors-dark-border-default) border-box;border:var(--filter-border-weight-s) solid transparent;border-radius:var(--filter-border-radius-s);bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#ffffff 0,#ffffff 0) padding-box,linear-gradient(#ffffff 0,#ffffff 0);mask:linear-gradient(#ffffff 0,#ffffff 0) padding-box,linear-gradient(#ffffff 0,#ffffff 0);-webkit-mask:linear-gradient(#ffffff 0,#ffffff 0) padding-box,linear-gradient(#ffffff 0,#ffffff 0);mask:linear-gradient(#ffffff 0,#ffffff 0) padding-box,linear-gradient(#ffffff 0,#ffffff 0);-webkit-mask:linear-gradient(#ffffff 0 0) padding-box,linear-gradient(#ffffff 0 0);mask:linear-gradient(#ffffff 0 0) padding-box,linear-gradient(#ffffff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;position:absolute;right:0;top:0}.arc .arc-FilterControl--onDarkSurface.arc-FilterControl--selected{background:var(--filter-colors-dark-bg-selected);color:var(--filter-colors-light-text-default);outline-color:transparent}.arc .arc-FilterControl--onDarkSurface:hover{outline-color:var(--filter-colors-dark-border-hover)}.arc .arc-FilterControl--onDarkSurface:hover::after{content:none}.arc .arc-FilterControl--onDarkSurface.arc-FilterControl--selected:hover{outline-color:var(--filter-colors-dark-border-hover)}.arc .arc-FilterControl:focus-visible::before{border:2px solid var(--focus-colors-light-border-subtle);border-radius:var(--filter-border-radius-s);bottom:-3px;content:"";left:-3px;position:absolute;right:-3px;top:-3px}.arc .arc-FilterControl--onDarkSurface:focus-visible::before{border-color:var(--focus-colors-dark-border-subtle)}:root{--arc-filter-items-grid-column-width:1fr;--arc-filter-items-grid-gap:16px}.arc .arc-FilterItems--grid{display:grid;grid-gap:var(--arc-filter-items-grid-gap)}.arc .arc-FilterItems--list{display:grid;grid-gap:var(--arc-filter-items-grid-gap);grid-template-columns:var(--arc-filter-items-grid-column-width)}.arc .arc-FilterItems-separator{background-color:var(--sem-color-bg-secondary-dark-strong);height:1px;margin:10px 0}@media (min-width:636px){.arc .arc-FilterItems--grid{grid-template-columns:var(--arc-filter-items-grid-column-width)}}@media (min-width:768px){.arc .arc-FilterItems--grid{grid-template-columns:repeat(2,var(--arc-filter-items-grid-column-width))}}@media (min-width:1024px){.arc .arc-FilterItems--grid{grid-template-columns:repeat(3,var(--arc-filter-items-grid-column-width))}.arc .arc-FilterItems-offscreen{clip:rect(1px,1px,1px,1px);height:1px;margin-top:-1px;overflow:hidden;position:relative;width:1px}}.arc .arc-Filter-content{display:flex;flex-wrap:wrap}
|