@arc-ui/components 12.0.0-beta.6 → 12.0.0-beta.9
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 +4 -4
- package/dist/Alert/Alert.esm.js +4 -4
- package/dist/Alert/styles.css +1 -1
- package/dist/Align/Align.cjs.js +1 -1
- package/dist/Align/Align.esm.js +1 -1
- package/dist/AppButton/AppButton.cjs.js +2 -2
- package/dist/AppButton/AppButton.esm.js +2 -2
- package/dist/Avatar/Avatar.cjs.js +6 -6
- package/dist/Avatar/Avatar.esm.js +6 -6
- package/dist/AvatarGroup/AvatarGroup.cjs.js +6 -6
- package/dist/AvatarGroup/AvatarGroup.esm.js +6 -6
- package/dist/Badge/Badge.cjs.js +5 -12
- package/dist/Badge/Badge.esm.js +4 -11
- 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 -24
- package/dist/Box/Box.esm.js +5 -23
- package/dist/Box/styles.css +1 -1
- package/dist/BrandLogo/BrandLogo.cjs.js +3 -3
- package/dist/BrandLogo/BrandLogo.esm.js +3 -3
- package/dist/BrandLogo/styles.css +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.cjs.js +5 -4
- package/dist/Breadcrumbs/Breadcrumbs.esm.js +5 -4
- package/dist/Breadcrumbs/styles.css +1 -1
- package/dist/Button/Button.cjs.js +5 -5
- package/dist/Button/Button.esm.js +5 -5
- package/dist/Button/styles.css +1 -1
- package/dist/ButtonV2/ButtonV2.cjs.js +5 -5
- package/dist/ButtonV2/ButtonV2.esm.js +5 -5
- package/dist/ButtonV2/styles.css +1 -1
- package/dist/Calendar/Calendar.cjs.js +8 -8
- package/dist/Calendar/Calendar.esm.js +8 -8
- package/dist/Calendar/styles.css +1 -1
- package/dist/CardFooter/CardFooter.cjs.js +4 -4
- package/dist/CardFooter/CardFooter.esm.js +4 -4
- package/dist/CardFooter/styles.css +1 -1
- package/dist/CardHeading/CardHeading.cjs.js +4 -4
- package/dist/CardHeading/CardHeading.esm.js +4 -4
- 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 -1
- package/dist/Columns/Columns.cjs.js +2 -2
- package/dist/Columns/Columns.esm.js +2 -2
- 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 +15 -15
- package/dist/DatePicker/DatePicker.esm.js +15 -15
- package/dist/Disclosure/Disclosure.cjs.js +4 -4
- package/dist/Disclosure/Disclosure.esm.js +4 -4
- package/dist/Disclosure/styles.css +1 -1
- package/dist/DisclosureMini/DisclosureMini.cjs.js +5 -5
- package/dist/DisclosureMini/DisclosureMini.esm.js +5 -5
- 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 +1 -1
- package/dist/Elevation/Elevation.esm.js +1 -1
- package/dist/Elevation/styles.css +1 -1
- package/dist/Filter/Filter.cjs.js +4 -4
- package/dist/Filter/Filter.esm.js +4 -4
- package/dist/FormControl/FormControl.cjs.js +7 -7
- package/dist/FormControl/FormControl.esm.js +7 -7
- package/dist/Grid/Grid.cjs.js +2 -2
- package/dist/Grid/Grid.esm.js +2 -2
- package/dist/Grid/styles.css +1 -1
- package/dist/Group/Group.cjs.js +3 -3
- package/dist/Group/Group.esm.js +3 -3
- package/dist/Heading/Heading.cjs.js +3 -3
- package/dist/Heading/Heading.esm.js +3 -3
- package/dist/Heading/styles.css +1 -1
- 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 +5 -5
- package/dist/HeroButton/HeroButton.esm.js +5 -5
- package/dist/HeroButton/styles.css +1 -1
- package/dist/Hidden/Hidden.cjs.js +1 -1
- package/dist/Hidden/Hidden.esm.js +1 -1
- package/dist/Icon/Icon.cjs.js +3 -3
- package/dist/Icon/Icon.esm.js +3 -3
- package/dist/Image/Image.cjs.js +2 -2
- package/dist/Image/Image.esm.js +2 -2
- package/dist/ImpactCard/ImpactCard.cjs.js +8 -9
- package/dist/ImpactCard/ImpactCard.esm.js +8 -9
- package/dist/ImpactCard/styles.css +1 -1
- package/dist/InformationCard/InformationCard.cjs.js +33 -47
- package/dist/InformationCard/InformationCard.esm.js +33 -47
- package/dist/InformationCard/styles.css +1 -1
- package/dist/Link/Link.cjs.js +4 -4
- package/dist/Link/Link.esm.js +4 -4
- package/dist/Link/styles.css +1 -1
- package/dist/Markup/Markup.cjs.js +2 -2
- package/dist/Markup/Markup.esm.js +2 -2
- package/dist/MediaCard/MediaCard.cjs.js +11 -11
- package/dist/MediaCard/MediaCard.esm.js +11 -11
- package/dist/MediaCard/styles.css +1 -1
- package/dist/Modal/Modal.cjs.js +11 -11
- package/dist/Modal/Modal.esm.js +11 -11
- 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 +3 -3
- package/dist/Pagination/Pagination.esm.js +3 -3
- package/dist/PaginationSimple/PaginationSimple.cjs.js +82 -13
- package/dist/PaginationSimple/PaginationSimple.esm.js +82 -13
- package/dist/PaginationSimple/styles.css +1 -1
- package/dist/Poster/Poster.cjs.js +4 -4
- package/dist/Poster/Poster.esm.js +4 -4
- package/dist/ProgressBar/ProgressBar.cjs.js +6 -6
- package/dist/ProgressBar/ProgressBar.esm.js +6 -6
- package/dist/ProgressStepper/ProgressStepper.cjs.js +5 -5
- package/dist/ProgressStepper/ProgressStepper.esm.js +5 -5
- package/dist/ProgressStepper/styles.css +1 -1
- package/dist/RadioGroup/RadioGroup.cjs.js +8 -8
- package/dist/RadioGroup/RadioGroup.esm.js +8 -8
- package/dist/RadioGroup/styles.css +1 -1
- package/dist/Rule/Rule.cjs.js +2 -2
- package/dist/Rule/Rule.esm.js +2 -2
- package/dist/Rule/styles.css +1 -1
- package/dist/ScrollToTop/ScrollToTop.cjs.js +21 -4
- package/dist/ScrollToTop/ScrollToTop.esm.js +21 -4
- package/dist/ScrollToTop/styles.css +1 -1
- package/dist/Section/Section.cjs.js +2 -2
- package/dist/Section/Section.esm.js +2 -2
- package/dist/Select/Select.cjs.js +29 -2204
- package/dist/Select/Select.esm.js +17 -2173
- package/dist/Select/styles.css +1 -1
- package/dist/SiteFooter/SiteFooter.cjs.js +7 -7
- package/dist/SiteFooter/SiteFooter.esm.js +7 -7
- package/dist/SiteHeaderV2/SiteHeaderV2.cjs.js +10 -9
- package/dist/SiteHeaderV2/SiteHeaderV2.esm.js +10 -9
- package/dist/SiteHeaderV2/styles.css +1 -1
- package/dist/SkipLink/SkipLink.cjs.js +1 -1
- package/dist/SkipLink/SkipLink.esm.js +1 -1
- 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 -1
- package/dist/Switch/Switch.cjs.js +10 -10
- package/dist/Switch/Switch.esm.js +10 -10
- package/dist/Switch/styles.css +1 -1
- package/dist/Tabs/Tabs.cjs.js +9 -9
- package/dist/Tabs/Tabs.esm.js +9 -9
- package/dist/Tabs/styles.css +1 -1
- package/dist/Tag/Tag.cjs.js +77 -8
- package/dist/Tag/Tag.esm.js +76 -7
- package/dist/Tag/styles.css +1 -1
- package/dist/Text/Text.cjs.js +3 -3
- package/dist/Text/Text.esm.js +3 -3
- package/dist/TextArea/TextArea.cjs.js +53 -47
- package/dist/TextArea/TextArea.esm.js +53 -47
- package/dist/TextInput/TextInput.cjs.js +8 -9
- package/dist/TextInput/TextInput.esm.js +8 -9
- package/dist/Theme/Theme.cjs.js +5 -4
- package/dist/Theme/Theme.esm.js +5 -4
- package/dist/Theme/styles.css +1 -1
- package/dist/ThemeIcon/ThemeIcon.cjs.js +3 -3
- package/dist/ThemeIcon/ThemeIcon.esm.js +3 -3
- package/dist/ThemeIcon/styles.css +1 -1
- package/dist/Toast/Toast.cjs.js +8 -8
- package/dist/Toast/Toast.esm.js +8 -8
- package/dist/Toast/styles.css +1 -1
- package/dist/Truncate/Truncate.cjs.js +3 -3
- package/dist/Truncate/Truncate.esm.js +3 -3
- package/dist/TypographyCard/TypographyCard.cjs.js +7 -8
- package/dist/TypographyCard/TypographyCard.esm.js +7 -8
- package/dist/TypographyCard/styles.css +1 -1
- package/dist/UniversalHeader/UniversalHeader.cjs.js +3 -3
- package/dist/UniversalHeader/UniversalHeader.esm.js +3 -3
- package/dist/VerticalSpace/VerticalSpace.cjs.js +2 -2
- package/dist/VerticalSpace/VerticalSpace.esm.js +2 -2
- package/dist/VerticalSpace/styles.css +1 -1
- package/dist/VideoPlayer/VideoPlayer.cjs.js +36 -23
- package/dist/VideoPlayer/VideoPlayer.esm.js +36 -23
- package/dist/VideoPlayer/styles.css +1 -1
- package/dist/Visible/Visible.cjs.js +1 -1
- package/dist/Visible/Visible.esm.js +1 -1
- package/dist/VisuallyHidden/VisuallyHidden.cjs.js +2 -2
- package/dist/VisuallyHidden/VisuallyHidden.esm.js +2 -2
- package/dist/VisuallyHidden/styles.css +1 -1
- package/dist/_shared/cjs/{Avatar-9277512a.js → Avatar-a3b9f474.js} +4 -4
- package/dist/_shared/cjs/Badge-e9ad6e2a.js +17 -0
- package/dist/_shared/cjs/Banner-a785d73f.js +66 -0
- package/dist/_shared/cjs/Box-082962b9.js +29 -0
- package/dist/_shared/cjs/{BrandLogo-ce65cd74.js → BrandLogo-78d3095b.js} +2 -2
- package/dist/_shared/cjs/{Breadcrumbs-c7821aa9.js → Breadcrumbs-83b30371.js} +5 -4
- package/dist/_shared/cjs/BtIconChevronRight2Px.esm-2e4d117e.js +44 -0
- package/dist/_shared/cjs/{Button-ea665c9c.js → Button-e6217128.js} +4 -4
- package/dist/_shared/cjs/{ButtonV2-373877da.js → ButtonV2-2640e91a.js} +13 -8
- package/dist/_shared/cjs/{Calendar-e5184158.js → Calendar-4284f52b.js} +8 -8
- package/dist/_shared/cjs/{CardFooter-a1bb3ded.js → CardFooter-24b10ae4.js} +3 -3
- package/dist/_shared/cjs/{CardHeading-3ddcf774.js → CardHeading-0e9d9f86.js} +2 -2
- package/dist/_shared/cjs/{Checkbox-850dcf99.js → Checkbox-2cd69440.js} +12 -7
- package/dist/_shared/cjs/{Columns-5c6bab74.js → Columns-a8b736af.js} +1 -1
- package/dist/_shared/cjs/{Combination-854a36ce.js → Combination-091f3e34.js} +2 -2
- package/dist/_shared/cjs/ContentSwitcher-10398581.js +99 -0
- package/dist/_shared/cjs/ContentSwitcherDropdown-27d08a2f.js +64 -0
- package/dist/_shared/cjs/{DatePicker-2bf10a10.js → DatePicker-da6d276c.js} +6 -23
- package/dist/_shared/cjs/{DisclosureMini-c730c24d.js → DisclosureMini-661f0868.js} +4 -4
- package/dist/_shared/cjs/Download-60af8fe1.js +43 -0
- package/dist/_shared/cjs/{Filter-c42eee70.js → Filter-791d6d7a.js} +3 -3
- package/dist/_shared/cjs/{FormControl-5c963e6e.js → FormControl-9ab9e656.js} +5 -5
- package/dist/_shared/cjs/{Grid-69ed0e5c.js → Grid-bf7d8993.js} +1 -1
- package/dist/_shared/cjs/{Group-5233a907.js → Group-d94b74ac.js} +2 -2
- package/dist/_shared/cjs/{Heading-14378b72.js → Heading-dc6acee1.js} +5 -4
- package/dist/_shared/cjs/{HeroButton-db7d03d6.js → HeroButton-17400782.js} +6 -6
- package/dist/_shared/cjs/{Icon-7f1e8a19.js → Icon-cbf91a21.js} +16 -5
- package/dist/_shared/cjs/{Image-c8969ad9.js → Image-b83fa185.js} +1 -1
- package/dist/_shared/cjs/{MediaCard-4ff9f5c0.js → MediaCard-976046b7.js} +9 -9
- package/dist/_shared/cjs/{Poster-8fba5492.js → Poster-7c69a1e8.js} +3 -3
- package/dist/_shared/cjs/{ProgressStepper-aaff6b51.js → ProgressStepper-9d18e458.js} +8 -32
- package/dist/_shared/cjs/{RadioGroup-6142dceb.js → RadioGroup-4c9c7385.js} +4 -4
- package/dist/_shared/cjs/{Section-46646353.js → Section-6bda04f9.js} +1 -1
- package/dist/_shared/cjs/{SiteFooter-cfe7163f.js → SiteFooter-57e4e871.js} +6 -6
- package/dist/_shared/cjs/{SiteHeaderV2-043d976a.js → SiteHeaderV2-391c01d6.js} +15 -48
- package/dist/_shared/cjs/Spinner-3e4a2e61.js +24 -0
- package/dist/_shared/cjs/{Surface-7500f314.js → Surface-877d9fcc.js} +3 -2
- package/dist/_shared/cjs/Tabs-680a992e.js +90 -0
- package/dist/_shared/cjs/{Text-284a7314.js → Text-0d5891fc.js} +5 -4
- package/dist/_shared/cjs/{TextInput-bcc3f86c.js → TextInput-03995fb3.js} +6 -6
- package/dist/_shared/cjs/{ThemeIcon-c3dc056d.js → ThemeIcon-e7a68823.js} +2 -2
- package/dist/_shared/cjs/{Toast-69020185.js → Toast-d981b0a4.js} +6 -6
- package/dist/_shared/cjs/{UniversalHeader-07be88fd.js → UniversalHeader-3bf27194.js} +2 -2
- package/dist/_shared/cjs/{VerticalSpace-973deefe.js → VerticalSpace-14714d0f.js} +5 -5
- package/dist/_shared/cjs/{VisuallyHidden-25393f58.js → VisuallyHidden-82a60021.js} +1 -1
- package/dist/_shared/cjs/{component-4e71e3d3.js → component-dc16a7a5.js} +1 -1
- package/dist/_shared/cjs/{Tabs-bd1f208d.js → index-1e7a1fce.js} +8 -92
- package/dist/_shared/cjs/{index-6cbaf5e0.js → index-2bf59363.js} +1 -1
- package/dist/_shared/cjs/{index-dbab0ad6.js → index-527f962b.js} +1 -1
- package/dist/_shared/cjs/index-605c76b9.js +2204 -0
- package/dist/_shared/cjs/{index-568bc1da.js → index-879e71ee.js} +7 -7
- package/dist/_shared/cjs/{index-c137700a.js → index-ba3141f5.js} +1 -1
- package/dist/_shared/cjs/{index-677557a4.js → index-dbc843d3.js} +1 -1
- package/dist/_shared/cjs/index.es-b98bcd00.js +355 -0
- package/dist/_shared/cjs/{index.es-ba095ee5.js → index.es-d99844c0.js} +2 -2
- package/dist/_shared/esm/{Avatar-b5ac0a89.js → Avatar-cea3993d.js} +4 -4
- package/dist/_shared/esm/Badge-233eb171.js +11 -0
- package/dist/_shared/esm/Banner-ad242982.js +60 -0
- package/dist/_shared/esm/Box-aa4f3782.js +23 -0
- package/dist/_shared/esm/{BrandLogo-fb863b5b.js → BrandLogo-1ee6f128.js} +2 -2
- package/dist/_shared/esm/{Breadcrumbs-01ebed9b.js → Breadcrumbs-1e5f8ab3.js} +5 -4
- package/dist/_shared/esm/BtIconChevronRight2Px.esm-c939e317.js +37 -0
- package/dist/_shared/esm/{Button-1491784f.js → Button-ea676157.js} +4 -4
- package/dist/_shared/esm/{ButtonV2-f9019e00.js → ButtonV2-feb9bcbc.js} +13 -8
- package/dist/_shared/esm/{Calendar-5c2fb044.js → Calendar-2bbb4ad5.js} +8 -8
- package/dist/_shared/esm/{CardFooter-e4380cda.js → CardFooter-c1c75258.js} +3 -3
- package/dist/_shared/esm/{CardHeading-4223432d.js → CardHeading-394596ee.js} +2 -2
- package/dist/_shared/esm/{Checkbox-97def257.js → Checkbox-5c954576.js} +12 -7
- package/dist/_shared/esm/{Columns-9aa5df4a.js → Columns-61fccabf.js} +1 -1
- package/dist/_shared/esm/{Combination-2af75870.js → Combination-beb0370c.js} +2 -2
- package/dist/_shared/esm/ContentSwitcher-351ae1a6.js +93 -0
- package/dist/_shared/esm/ContentSwitcherDropdown-c5531690.js +58 -0
- package/dist/_shared/esm/{DatePicker-2d891441.js → DatePicker-a8e63fb1.js} +6 -23
- package/dist/_shared/esm/{DisclosureMini-6292f721.js → DisclosureMini-2d3bad0c.js} +4 -4
- package/dist/_shared/esm/Download-064c08ba.js +37 -0
- package/dist/_shared/esm/{Filter-71e06965.js → Filter-4519aab6.js} +3 -3
- package/dist/_shared/esm/{FormControl-e0acdf7a.js → FormControl-85a2ee28.js} +5 -5
- package/dist/_shared/esm/{Grid-727d05d6.js → Grid-3d8eaa8e.js} +1 -1
- package/dist/_shared/esm/{Group-b1b14ab4.js → Group-6d0c0d8e.js} +2 -2
- package/dist/_shared/esm/{Heading-0dfbdb24.js → Heading-db9014d5.js} +5 -4
- package/dist/_shared/esm/{HeroButton-bb983125.js → HeroButton-eb08293f.js} +6 -6
- package/dist/_shared/esm/{Icon-428e8061.js → Icon-e85f55ee.js} +16 -5
- package/dist/_shared/esm/{Image-c1dc10b5.js → Image-67ec95a0.js} +1 -1
- package/dist/_shared/esm/{MediaCard-d83b5561.js → MediaCard-4a845195.js} +9 -9
- package/dist/_shared/esm/{Poster-ac72059a.js → Poster-182a3dbf.js} +3 -3
- package/dist/_shared/esm/{ProgressStepper-e3e7b392.js → ProgressStepper-e1c297b4.js} +8 -32
- package/dist/_shared/esm/{RadioGroup-0d337240.js → RadioGroup-0daeae68.js} +4 -4
- package/dist/_shared/esm/{Section-c1dc6e37.js → Section-08f47911.js} +1 -1
- package/dist/_shared/esm/{SiteFooter-7e924fb4.js → SiteFooter-704fa8e5.js} +6 -6
- package/dist/_shared/esm/{SiteHeaderV2-94b9a407.js → SiteHeaderV2-2b0d6f96.js} +8 -41
- package/dist/_shared/esm/Spinner-6493dd54.js +18 -0
- package/dist/_shared/esm/{Surface-c425e5e6.js → Surface-b782cda9.js} +3 -2
- package/dist/_shared/esm/Tabs-321fa50e.js +84 -0
- package/dist/_shared/esm/{Text-96d8a35f.js → Text-d0acd173.js} +5 -4
- package/dist/_shared/esm/{TextInput-8e3b81bf.js → TextInput-211dbadb.js} +6 -6
- package/dist/_shared/esm/{ThemeIcon-9fac63d0.js → ThemeIcon-0b755b19.js} +2 -2
- package/dist/_shared/esm/{Toast-ebe2cd97.js → Toast-bd78be64.js} +6 -6
- package/dist/_shared/esm/{UniversalHeader-22ff848b.js → UniversalHeader-4907dbf4.js} +2 -2
- package/dist/_shared/esm/{VerticalSpace-6a3533db.js → VerticalSpace-6d8fcb17.js} +5 -5
- package/dist/_shared/esm/{VisuallyHidden-cf45ac18.js → VisuallyHidden-605ea42d.js} +1 -1
- package/dist/_shared/esm/{component-3e60a45e.js → component-d81b583b.js} +1 -1
- package/dist/_shared/esm/{index-fb8b9df7.js → index-13458236.js} +8 -8
- package/dist/_shared/esm/{index-61497bd9.js → index-2403936c.js} +1 -1
- package/dist/_shared/esm/index-66e8d1ec.js +2169 -0
- package/dist/_shared/esm/{index-cf208294.js → index-6bdce6c5.js} +1 -1
- package/dist/_shared/esm/{index-d083425f.js → index-7868cc59.js} +1 -1
- package/dist/_shared/esm/{index-3a2c1ceb.js → index-7f23bb37.js} +10 -10
- package/dist/_shared/esm/{index-f6cc48d2.js → index-a41a5e50.js} +1 -1
- package/dist/_shared/esm/{Tabs-028cee5d.js → index-b051f161.js} +6 -89
- package/dist/_shared/esm/index.es-3b4ff2ab.js +348 -0
- package/dist/_shared/esm/{index.es-974af4a2.js → index.es-8ada4213.js} +2 -2
- package/dist/index.es.js +14385 -13888
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +14071 -13567
- package/dist/index.js.map +1 -1
- package/dist/styles.css +9 -7
- package/dist/types/components/Avatar/index.d.ts +1 -1
- 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/ButtonV2/ButtonV2.d.ts +2 -2
- 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 +1 -1
- 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/Disclosure/index.d.ts +1 -1
- package/dist/types/components/Download/Download.d.ts +41 -0
- package/dist/types/components/Download/index.d.ts +1 -0
- package/dist/types/components/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/Icon/Icon.d.ts +2 -2
- package/dist/types/components/ImpactCard/index.d.ts +1 -1
- package/dist/types/components/InformationCard/InformationCard.d.ts +2 -2
- package/dist/types/components/InformationCard/index.d.ts +1 -1
- package/dist/types/components/MediaCard/index.d.ts +1 -1
- package/dist/types/components/PageBanner/PageBanner.d.ts +5 -0
- package/dist/types/components/PageBanner/index.d.ts +1 -0
- package/dist/types/components/PaginationSimple/PaginationSimple.d.ts +24 -16
- 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 +4 -0
- package/dist/types/components/Tabs/TabsList/TabsList.d.ts +5 -0
- package/dist/types/components/Text/Text.d.ts +4 -0
- package/dist/types/components/TextInput/TextInput.d.ts +2 -2
- package/dist/types/components/ThemeIcon/icon-names.d.ts +1 -1
- package/dist/types/components/Truncate/Truncate.d.ts +1 -1
- package/dist/types/components/TypographyCard/index.d.ts +1 -1
- package/dist/types/components/VideoPlayer/VideoPlayer.d.ts +9 -0
- package/dist/types/components/index.d.ts +7 -0
- package/dist/types/styles.d.ts +7 -1
- package/package.json +21 -18
- package/dist/_shared/cjs/ArcIconEclipse.esm-ac777a76.js +0 -28
- package/dist/_shared/cjs/Tag-4eb2ed9e.js +0 -44
- package/dist/_shared/cjs/index.es-c26e8978.js +0 -201
- package/dist/_shared/esm/ArcIconEclipse.esm-bb48b82a.js +0 -22
- package/dist/_shared/esm/Tag-1ae027ee.js +0 -38
- package/dist/_shared/esm/index.es-5496ec12.js +0 -196
- package/dist/types/components/ProgressStepper/ProgressStepperItem/icons/Todo.d.ts +0 -2
- package/dist/_shared/cjs/{index-6f33b8c0.js → index-76f7dd53.js} +8 -8
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
/******************************************************************************
|
|
2
|
-
Copyright (c) Microsoft Corporation.
|
|
3
|
-
|
|
4
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5
|
-
purpose with or without fee is hereby granted.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
8
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
9
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
10
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
11
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
12
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
13
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
14
|
-
***************************************************************************** */
|
|
15
|
-
|
|
16
|
-
var __assign = function() {
|
|
17
|
-
__assign = Object.assign || function __assign(t) {
|
|
18
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
19
|
-
s = arguments[i];
|
|
20
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
21
|
-
}
|
|
22
|
-
return t;
|
|
23
|
-
};
|
|
24
|
-
return __assign.apply(this, arguments);
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
function __rest(s, e) {
|
|
28
|
-
var t = {};
|
|
29
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
30
|
-
t[p] = s[p];
|
|
31
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
32
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
33
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
34
|
-
t[p[i]] = s[p[i]];
|
|
35
|
-
}
|
|
36
|
-
return t;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
function __spreadArray(to, from, pack) {
|
|
40
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
41
|
-
if (ar || !(i in from)) {
|
|
42
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
43
|
-
ar[i] = from[i];
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
50
|
-
var e = new Error(message);
|
|
51
|
-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
var dataAttrRe = /^(data-.*)$/;
|
|
55
|
-
var filterDataAttrs = function (props) {
|
|
56
|
-
var filteredProps = {};
|
|
57
|
-
for (var prop in props) {
|
|
58
|
-
if (Object.prototype.hasOwnProperty.call(props, prop) &&
|
|
59
|
-
dataAttrRe.test(prop)) {
|
|
60
|
-
filteredProps[prop] = props[prop];
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
return filteredProps;
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
var camelcase = {exports: {}};
|
|
67
|
-
|
|
68
|
-
const UPPERCASE = /[\p{Lu}]/u;
|
|
69
|
-
const LOWERCASE = /[\p{Ll}]/u;
|
|
70
|
-
const LEADING_CAPITAL = /^[\p{Lu}](?![\p{Lu}])/gu;
|
|
71
|
-
const IDENTIFIER = /([\p{Alpha}\p{N}_]|$)/u;
|
|
72
|
-
const SEPARATORS = /[_.\- ]+/;
|
|
73
|
-
|
|
74
|
-
const LEADING_SEPARATORS = new RegExp('^' + SEPARATORS.source);
|
|
75
|
-
const SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, 'gu');
|
|
76
|
-
const NUMBERS_AND_IDENTIFIER = new RegExp('\\d+' + IDENTIFIER.source, 'gu');
|
|
77
|
-
|
|
78
|
-
const preserveCamelCase = (string, toLowerCase, toUpperCase) => {
|
|
79
|
-
let isLastCharLower = false;
|
|
80
|
-
let isLastCharUpper = false;
|
|
81
|
-
let isLastLastCharUpper = false;
|
|
82
|
-
|
|
83
|
-
for (let i = 0; i < string.length; i++) {
|
|
84
|
-
const character = string[i];
|
|
85
|
-
|
|
86
|
-
if (isLastCharLower && UPPERCASE.test(character)) {
|
|
87
|
-
string = string.slice(0, i) + '-' + string.slice(i);
|
|
88
|
-
isLastCharLower = false;
|
|
89
|
-
isLastLastCharUpper = isLastCharUpper;
|
|
90
|
-
isLastCharUpper = true;
|
|
91
|
-
i++;
|
|
92
|
-
} else if (isLastCharUpper && isLastLastCharUpper && LOWERCASE.test(character)) {
|
|
93
|
-
string = string.slice(0, i - 1) + '-' + string.slice(i - 1);
|
|
94
|
-
isLastLastCharUpper = isLastCharUpper;
|
|
95
|
-
isLastCharUpper = false;
|
|
96
|
-
isLastCharLower = true;
|
|
97
|
-
} else {
|
|
98
|
-
isLastCharLower = toLowerCase(character) === character && toUpperCase(character) !== character;
|
|
99
|
-
isLastLastCharUpper = isLastCharUpper;
|
|
100
|
-
isLastCharUpper = toUpperCase(character) === character && toLowerCase(character) !== character;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
return string;
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
const preserveConsecutiveUppercase = (input, toLowerCase) => {
|
|
108
|
-
LEADING_CAPITAL.lastIndex = 0;
|
|
109
|
-
|
|
110
|
-
return input.replace(LEADING_CAPITAL, m1 => toLowerCase(m1));
|
|
111
|
-
};
|
|
112
|
-
|
|
113
|
-
const postProcess = (input, toUpperCase) => {
|
|
114
|
-
SEPARATORS_AND_IDENTIFIER.lastIndex = 0;
|
|
115
|
-
NUMBERS_AND_IDENTIFIER.lastIndex = 0;
|
|
116
|
-
|
|
117
|
-
return input.replace(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier))
|
|
118
|
-
.replace(NUMBERS_AND_IDENTIFIER, m => toUpperCase(m));
|
|
119
|
-
};
|
|
120
|
-
|
|
121
|
-
const camelCase = (input, options) => {
|
|
122
|
-
if (!(typeof input === 'string' || Array.isArray(input))) {
|
|
123
|
-
throw new TypeError('Expected the input to be `string | string[]`');
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
options = {
|
|
127
|
-
pascalCase: false,
|
|
128
|
-
preserveConsecutiveUppercase: false,
|
|
129
|
-
...options
|
|
130
|
-
};
|
|
131
|
-
|
|
132
|
-
if (Array.isArray(input)) {
|
|
133
|
-
input = input.map(x => x.trim())
|
|
134
|
-
.filter(x => x.length)
|
|
135
|
-
.join('-');
|
|
136
|
-
} else {
|
|
137
|
-
input = input.trim();
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
if (input.length === 0) {
|
|
141
|
-
return '';
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
const toLowerCase = options.locale === false ?
|
|
145
|
-
string => string.toLowerCase() :
|
|
146
|
-
string => string.toLocaleLowerCase(options.locale);
|
|
147
|
-
const toUpperCase = options.locale === false ?
|
|
148
|
-
string => string.toUpperCase() :
|
|
149
|
-
string => string.toLocaleUpperCase(options.locale);
|
|
150
|
-
|
|
151
|
-
if (input.length === 1) {
|
|
152
|
-
return options.pascalCase ? toUpperCase(input) : toLowerCase(input);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
const hasUpperCase = input !== toLowerCase(input);
|
|
156
|
-
|
|
157
|
-
if (hasUpperCase) {
|
|
158
|
-
input = preserveCamelCase(input, toLowerCase, toUpperCase);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
input = input.replace(LEADING_SEPARATORS, '');
|
|
162
|
-
|
|
163
|
-
if (options.preserveConsecutiveUppercase) {
|
|
164
|
-
input = preserveConsecutiveUppercase(input, toLowerCase);
|
|
165
|
-
} else {
|
|
166
|
-
input = toLowerCase(input);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
if (options.pascalCase) {
|
|
170
|
-
input = toUpperCase(input.charAt(0)) + input.slice(1);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
return postProcess(input, toUpperCase);
|
|
174
|
-
};
|
|
175
|
-
|
|
176
|
-
camelcase.exports = camelCase;
|
|
177
|
-
// TODO: Remove this for the next major release
|
|
178
|
-
camelcase.exports.default = camelCase;
|
|
179
|
-
|
|
180
|
-
var camelCase$1 = camelcase.exports;
|
|
181
|
-
|
|
182
|
-
/**
|
|
183
|
-
* Suffixes a modifier value onto the end of a className, converting it to
|
|
184
|
-
* pascal case. i.e. turns suffixModifier("MyComponent--display", display)
|
|
185
|
-
* returns MyComponent--displayBlock.
|
|
186
|
-
*
|
|
187
|
-
* @param rootClassName The root className to append the suffix onto
|
|
188
|
-
* @param suffix The suffix to convert into pascal case.
|
|
189
|
-
*/
|
|
190
|
-
var suffixModifier = function (rootClassName, suffix) {
|
|
191
|
-
return "".concat(rootClassName).concat(camelCase$1(suffix, {
|
|
192
|
-
pascalCase: true
|
|
193
|
-
}));
|
|
194
|
-
};
|
|
195
|
-
|
|
196
|
-
export { __rest as _, __assign as a, __spreadArray as b, filterDataAttrs as f, suffixModifier as s };
|
|
@@ -221,6 +221,14 @@ function $5e63c961fc1ce211$var$mergeProps(slotProps, childProps) {
|
|
|
221
221
|
};
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
+
/**
|
|
225
|
+
* On the server, React emits a warning when calling `useLayoutEffect`.
|
|
226
|
+
* This is because neither `useLayoutEffect` nor `useEffect` run on the server.
|
|
227
|
+
* We use this safe version which suppresses the warning by replacing it with a noop on the server.
|
|
228
|
+
*
|
|
229
|
+
* See: https://reactjs.org/docs/hooks-reference.html#uselayouteffect
|
|
230
|
+
*/ const $9f79659886946c16$export$e5c5a5f917a5871c = Boolean(globalThis === null || globalThis === void 0 ? void 0 : globalThis.document) ? React.useLayoutEffect : ()=>{};
|
|
231
|
+
|
|
224
232
|
const $8927f6f2acc4f386$var$NODES = [
|
|
225
233
|
'a',
|
|
226
234
|
'button',
|
|
@@ -317,14 +325,6 @@ const $8927f6f2acc4f386$var$NODES = [
|
|
|
317
325
|
, []);
|
|
318
326
|
}
|
|
319
327
|
|
|
320
|
-
/**
|
|
321
|
-
* On the server, React emits a warning when calling `useLayoutEffect`.
|
|
322
|
-
* This is because neither `useLayoutEffect` nor `useEffect` run on the server.
|
|
323
|
-
* We use this safe version which suppresses the warning by replacing it with a noop on the server.
|
|
324
|
-
*
|
|
325
|
-
* See: https://reactjs.org/docs/hooks-reference.html#uselayouteffect
|
|
326
|
-
*/ const $9f79659886946c16$export$e5c5a5f917a5871c = Boolean(globalThis === null || globalThis === void 0 ? void 0 : globalThis.document) ? React.useLayoutEffect : ()=>{};
|
|
327
|
-
|
|
328
328
|
function $71cd76cc60e0454e$export$6f32135080cb4c3({ prop: prop , defaultProp: defaultProp , onChange: onChange = ()=>{} }) {
|
|
329
329
|
const [uncontrolledProp, setUncontrolledProp] = $71cd76cc60e0454e$var$useUncontrolledState({
|
|
330
330
|
defaultProp: defaultProp,
|