@arc-ui/components 12.0.0-beta.5 → 12.0.0-beta.6
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 -10
- package/dist/Alert/Alert.esm.js +4 -5
- package/dist/Alert/styles.css +1 -0
- package/dist/Align/Align.cjs.js +7 -8
- package/dist/Align/Align.esm.js +1 -2
- package/dist/Align/styles.css +1 -0
- package/dist/AppButton/AppButton.cjs.js +4 -3
- package/dist/AppButton/AppButton.esm.js +4 -3
- package/dist/AppButton/styles.css +1 -0
- package/dist/Avatar/Avatar.cjs.js +7 -8
- package/dist/Avatar/Avatar.esm.js +7 -8
- package/dist/Avatar/styles.css +1 -0
- package/dist/AvatarGroup/AvatarGroup.cjs.js +14 -15
- package/dist/AvatarGroup/AvatarGroup.esm.js +7 -8
- package/dist/AvatarGroup/styles.css +1 -0
- package/dist/Badge/Badge.cjs.js +4 -5
- package/dist/Badge/Badge.esm.js +1 -2
- package/dist/Badge/styles.css +1 -0
- package/dist/Box/Box.cjs.js +6 -6
- package/dist/Box/Box.esm.js +2 -2
- 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 +4 -5
- package/dist/Breadcrumbs/Breadcrumbs.esm.js +4 -5
- 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 +4 -5
- package/dist/ButtonV2/ButtonV2.esm.js +4 -5
- package/dist/ButtonV2/styles.css +1 -0
- package/dist/Calendar/Calendar.cjs.js +9 -10
- package/dist/Calendar/Calendar.esm.js +9 -10
- 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/Checkbox/Checkbox.cjs.js +8 -9
- package/dist/Checkbox/Checkbox.esm.js +8 -9
- 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/DatePicker/DatePicker.cjs.js +18 -22
- package/dist/DatePicker/DatePicker.esm.js +18 -22
- package/dist/DatePicker/styles.css +1 -0
- package/dist/Disclosure/Disclosure.cjs.js +8 -9
- package/dist/Disclosure/Disclosure.esm.js +4 -5
- 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/Elevation/Elevation.cjs.js +5 -5
- package/dist/Elevation/Elevation.esm.js +1 -1
- package/dist/Elevation/styles.css +1 -0
- package/dist/Filter/Filter.cjs.js +4 -4
- package/dist/Filter/Filter.esm.js +4 -4
- package/dist/Filter/styles.css +1 -0
- package/dist/FormControl/FormControl.cjs.js +7 -8
- package/dist/FormControl/FormControl.esm.js +7 -8
- package/dist/FormControl/styles.css +1 -0
- package/dist/Grid/Grid.cjs.js +2 -3
- package/dist/Grid/Grid.esm.js +2 -3
- 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/HeroButton/HeroButton.cjs.js +4 -5
- package/dist/HeroButton/HeroButton.esm.js +4 -5
- package/dist/HeroButton/styles.css +1 -0
- package/dist/Hidden/Hidden.cjs.js +5 -5
- package/dist/Hidden/Hidden.esm.js +1 -1
- 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 +15 -15
- package/dist/ImpactCard/ImpactCard.esm.js +9 -9
- package/dist/ImpactCard/styles.css +1 -0
- package/dist/InformationCard/InformationCard.cjs.js +25 -25
- package/dist/InformationCard/InformationCard.esm.js +13 -13
- package/dist/InformationCard/styles.css +1 -0
- package/dist/Link/Link.cjs.js +11 -12
- package/dist/Link/Link.esm.js +4 -5
- package/dist/Link/styles.css +1 -0
- package/dist/Markup/Markup.cjs.js +6 -6
- package/dist/Markup/Markup.esm.js +2 -2
- package/dist/Markup/styles.css +1 -0
- package/dist/MediaCard/MediaCard.cjs.js +14 -14
- package/dist/MediaCard/MediaCard.esm.js +14 -14
- package/dist/MediaCard/styles.css +1 -0
- package/dist/Modal/Modal.cjs.js +43 -1200
- package/dist/Modal/Modal.esm.js +12 -1168
- package/dist/Modal/styles.css +1 -0
- package/dist/Pagination/Pagination.cjs.js +12 -13
- package/dist/Pagination/Pagination.esm.js +3 -4
- package/dist/Pagination/styles.css +1 -0
- package/dist/PaginationSimple/PaginationSimple.cjs.js +9 -10
- package/dist/PaginationSimple/PaginationSimple.esm.js +3 -4
- 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 +12 -13
- package/dist/ProgressBar/ProgressBar.esm.js +6 -7
- package/dist/ProgressBar/styles.css +1 -0
- package/dist/ProgressStepper/ProgressStepper.cjs.js +5 -6
- package/dist/ProgressStepper/ProgressStepper.esm.js +5 -6
- package/dist/ProgressStepper/styles.css +1 -0
- package/dist/RadioGroup/RadioGroup.cjs.js +8 -9
- package/dist/RadioGroup/RadioGroup.esm.js +8 -9
- package/dist/RadioGroup/styles.css +1 -0
- package/dist/Rule/Rule.cjs.js +5 -5
- package/dist/Rule/Rule.esm.js +2 -2
- package/dist/Rule/styles.css +1 -0
- package/dist/ScrollToTop/ScrollToTop.cjs.js +8 -9
- package/dist/ScrollToTop/ScrollToTop.esm.js +3 -4
- 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 +1165 -91
- package/dist/Select/Select.esm.js +1076 -21
- package/dist/Select/styles.css +1 -0
- package/dist/SiteFooter/SiteFooter.cjs.js +7 -8
- package/dist/SiteFooter/SiteFooter.esm.js +7 -8
- package/dist/SiteFooter/styles.css +1 -0
- package/dist/SiteHeaderV2/SiteHeaderV2.cjs.js +10 -12
- package/dist/SiteHeaderV2/SiteHeaderV2.esm.js +10 -12
- package/dist/SiteHeaderV2/styles.css +1 -0
- package/dist/SkipLink/SkipLink.cjs.js +4 -4
- package/dist/SkipLink/SkipLink.esm.js +3 -3
- package/dist/SkipLink/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 +16 -18
- package/dist/Switch/Switch.esm.js +12 -14
- package/dist/Switch/styles.css +1 -0
- package/dist/Tabs/Tabs.cjs.js +9 -11
- package/dist/Tabs/Tabs.esm.js +9 -11
- package/dist/Tabs/styles.css +1 -0
- package/dist/Tag/Tag.cjs.js +5 -6
- package/dist/Tag/Tag.esm.js +5 -6
- 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 +55 -56
- package/dist/TextArea/TextArea.esm.js +51 -52
- package/dist/TextArea/styles.css +1 -0
- package/dist/TextInput/TextInput.cjs.js +9 -10
- package/dist/TextInput/TextInput.esm.js +9 -10
- package/dist/TextInput/styles.css +1 -0
- package/dist/Theme/Theme.cjs.js +5 -5
- package/dist/Theme/Theme.esm.js +1 -1
- package/dist/Theme/styles.css +1 -0
- package/dist/ThemeIcon/ThemeIcon.cjs.js +3 -4
- package/dist/ThemeIcon/ThemeIcon.esm.js +3 -4
- package/dist/ThemeIcon/styles.css +1 -0
- package/dist/Toast/Toast.cjs.js +8 -10
- package/dist/Toast/Toast.esm.js +8 -10
- package/dist/Toast/styles.css +1 -0
- package/dist/Truncate/Truncate.cjs.js +3 -3
- package/dist/Truncate/Truncate.esm.js +1 -1
- package/dist/Truncate/styles.css +1 -0
- package/dist/TypographyCard/TypographyCard.cjs.js +13 -13
- package/dist/TypographyCard/TypographyCard.esm.js +8 -8
- 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 +11 -12
- package/dist/VideoPlayer/VideoPlayer.esm.js +8 -9
- package/dist/VideoPlayer/styles.css +1 -0
- package/dist/Visible/Visible.cjs.js +5 -5
- package/dist/Visible/Visible.esm.js +1 -1
- 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-fc0d9b8b.js → Avatar-9277512a.js} +11 -12
- package/dist/_shared/cjs/{BrandLogo-1d2ca2c7.js → BrandLogo-ce65cd74.js} +7 -8
- package/dist/_shared/cjs/{Breadcrumbs-7af0af2c.js → Breadcrumbs-c7821aa9.js} +12 -12
- package/dist/_shared/cjs/{BtIconArrowRight.esm-5989f2ca.js → BtIconArrowRight.esm-6053bb79.js} +0 -8
- package/dist/_shared/cjs/{Button-7d891a89.js → Button-ea665c9c.js} +12 -13
- package/dist/_shared/cjs/{ButtonV2-b2db3f46.js → ButtonV2-373877da.js} +11 -11
- package/dist/_shared/cjs/{Calendar-649cc139.js → Calendar-e5184158.js} +912 -912
- package/dist/_shared/cjs/{CardFooter-5414bc4f.js → CardFooter-a1bb3ded.js} +3 -3
- package/dist/_shared/cjs/CardHeading-3ddcf774.js +16 -0
- package/dist/_shared/cjs/{Checkbox-0e423653.js → Checkbox-850dcf99.js} +11 -11
- package/dist/_shared/cjs/{Columns-1224bdff.js → Columns-5c6bab74.js} +9 -10
- package/dist/_shared/cjs/Combination-854a36ce.js +1203 -0
- package/dist/_shared/cjs/DatePicker-2bf10a10.js +956 -0
- package/dist/_shared/cjs/{DisclosureMini-c01ecce0.js → DisclosureMini-c730c24d.js} +10 -10
- package/dist/_shared/cjs/{Filter-3b897d92.js → Filter-c42eee70.js} +14 -14
- package/dist/_shared/cjs/{FormControl-88d48f42.js → FormControl-5c963e6e.js} +12 -12
- package/dist/_shared/cjs/{Grid-9e91fb3d.js → Grid-69ed0e5c.js} +10 -11
- package/dist/_shared/cjs/{Group-3d5ea240.js → Group-5233a907.js} +9 -9
- package/dist/_shared/cjs/{Heading-fb63844f.js → Heading-14378b72.js} +7 -8
- package/dist/_shared/cjs/{HeroButton-0586a7c4.js → HeroButton-db7d03d6.js} +11 -11
- package/dist/_shared/cjs/{Icon-0ec0c1fb.js → Icon-7f1e8a19.js} +8 -9
- package/dist/_shared/cjs/{Image-e9a5a326.js → Image-c8969ad9.js} +9 -10
- package/dist/_shared/cjs/{MediaCard-8f41b411.js → MediaCard-4ff9f5c0.js} +18 -18
- package/dist/_shared/cjs/{Poster-b7242b37.js → Poster-8fba5492.js} +13 -14
- package/dist/_shared/cjs/{ProgressStepper-fb8405c2.js → ProgressStepper-aaff6b51.js} +13 -13
- package/dist/_shared/cjs/{RadioGroup-a4186267.js → RadioGroup-6142dceb.js} +14 -14
- package/dist/_shared/cjs/{Section-ecfc659b.js → Section-46646353.js} +5 -5
- package/dist/_shared/cjs/{SiteFooter-7c4072b5.js → SiteFooter-cfe7163f.js} +11 -11
- package/dist/_shared/cjs/{SiteHeaderV2-94687999.js → SiteHeaderV2-043d976a.js} +63 -65
- package/dist/_shared/cjs/Surface-7500f314.js +174 -0
- package/dist/_shared/cjs/{Tabs-75c34f43.js → Tabs-bd1f208d.js} +24 -25
- package/dist/_shared/cjs/{Tag-452048f6.js → Tag-4eb2ed9e.js} +8 -8
- package/dist/_shared/cjs/{Text-1c1110a4.js → Text-284a7314.js} +7 -8
- package/dist/_shared/cjs/{TextInput-762e2309.js → TextInput-bcc3f86c.js} +12 -12
- package/dist/_shared/cjs/{ThemeIcon-ee814862.js → ThemeIcon-c3dc056d.js} +8 -9
- package/dist/_shared/cjs/{Toast-d06a89e0.js → Toast-69020185.js} +16 -17
- package/dist/_shared/cjs/{UniversalHeader-f6d9c63a.js → UniversalHeader-07be88fd.js} +6 -6
- package/dist/_shared/cjs/{VerticalSpace-e128ec68.js → VerticalSpace-973deefe.js} +5 -5
- package/dist/_shared/cjs/{VisuallyHidden-b0de4c7b.js → VisuallyHidden-25393f58.js} +3 -2
- package/dist/_shared/cjs/{component-df82bc05.js → component-4e71e3d3.js} +4 -4
- package/dist/_shared/cjs/{Combination-3a639f6d.js → floating-ui.react-dom-08b8b87c.js} +37 -1103
- package/dist/_shared/cjs/{index-7aa7f96a.js → index-568bc1da.js} +8 -1
- package/dist/_shared/cjs/{index-0c6319ec.js → index-677557a4.js} +1 -1
- package/dist/_shared/cjs/{index-3d629205.js → index-6cbaf5e0.js} +19 -1
- package/dist/_shared/cjs/{index-41b09e85.js → index-c137700a.js} +20 -1
- package/dist/_shared/cjs/{index-996dec94.js → index-dbab0ad6.js} +1 -1
- package/dist/_shared/cjs/{index.es-16759329.js → index.es-ba095ee5.js} +1 -1
- package/dist/_shared/cjs/{index-df60851b.js → index.es-c26e8978.js} +20 -6
- package/dist/_shared/esm/{Avatar-38cc0595.js → Avatar-b5ac0a89.js} +5 -6
- package/dist/_shared/esm/{BrandLogo-7ed8aeda.js → BrandLogo-fb863b5b.js} +2 -3
- package/dist/_shared/esm/{Breadcrumbs-9078b68e.js → Breadcrumbs-01ebed9b.js} +8 -8
- package/dist/_shared/esm/BtIconArrowRight.esm-93da96bb.js +24 -0
- package/dist/_shared/esm/{Button-dde2b46a.js → Button-1491784f.js} +4 -5
- package/dist/_shared/esm/{ButtonV2-49cd0615.js → ButtonV2-f9019e00.js} +3 -3
- package/dist/_shared/esm/{Calendar-60591442.js → Calendar-5c2fb044.js} +889 -889
- package/dist/_shared/esm/{CardFooter-c79fb2db.js → CardFooter-e4380cda.js} +3 -3
- package/dist/_shared/esm/CardHeading-4223432d.js +10 -0
- package/dist/_shared/esm/{Checkbox-0baca464.js → Checkbox-97def257.js} +5 -5
- package/dist/_shared/esm/{Columns-6a8f6fbb.js → Columns-9aa5df4a.js} +1 -2
- package/dist/_shared/esm/Combination-2af75870.js +1163 -0
- package/dist/_shared/esm/DatePicker-2d891441.js +927 -0
- package/dist/_shared/esm/{DisclosureMini-38f4c459.js → DisclosureMini-6292f721.js} +4 -4
- package/dist/_shared/esm/{Filter-49dcf5ce.js → Filter-71e06965.js} +11 -11
- package/dist/_shared/esm/{FormControl-d873f7fa.js → FormControl-e0acdf7a.js} +5 -5
- package/dist/_shared/esm/{Grid-fb9fc522.js → Grid-727d05d6.js} +1 -2
- package/dist/_shared/esm/{Group-66196f07.js → Group-b1b14ab4.js} +2 -2
- package/dist/_shared/esm/{Heading-906c7c7c.js → Heading-0dfbdb24.js} +2 -3
- package/dist/_shared/esm/{HeroButton-7ea692bf.js → HeroButton-bb983125.js} +3 -3
- package/dist/_shared/esm/{Icon-512f834f.js → Icon-428e8061.js} +2 -3
- package/dist/_shared/esm/{Image-57d08939.js → Image-c1dc10b5.js} +1 -2
- package/dist/_shared/esm/{MediaCard-c12d89ea.js → MediaCard-d83b5561.js} +10 -10
- package/dist/_shared/esm/{Poster-e05a8b45.js → Poster-ac72059a.js} +4 -5
- package/dist/_shared/esm/{ProgressStepper-189ed0f9.js → ProgressStepper-e3e7b392.js} +4 -4
- package/dist/_shared/esm/{RadioGroup-8ff17cbb.js → RadioGroup-0d337240.js} +7 -7
- package/dist/_shared/esm/{Section-1acbc06a.js → Section-c1dc6e37.js} +1 -1
- package/dist/_shared/esm/{SiteFooter-b65497e8.js → SiteFooter-7e924fb4.js} +6 -6
- package/dist/_shared/esm/{SiteHeaderV2-784b3bf8.js → SiteHeaderV2-94b9a407.js} +9 -11
- package/dist/_shared/esm/Surface-c425e5e6.js +164 -0
- package/dist/_shared/esm/{Tabs-21ac7dfe.js → Tabs-028cee5d.js} +10 -11
- package/dist/_shared/esm/{Tag-2513c185.js → Tag-1ae027ee.js} +4 -4
- package/dist/_shared/esm/{Text-a46fb76b.js → Text-96d8a35f.js} +2 -3
- package/dist/_shared/esm/{TextInput-94c7b1a4.js → TextInput-8e3b81bf.js} +5 -5
- package/dist/_shared/esm/{ThemeIcon-c2dc41a6.js → ThemeIcon-9fac63d0.js} +2 -3
- package/dist/_shared/esm/{Toast-de6ca2f3.js → Toast-ebe2cd97.js} +6 -7
- package/dist/_shared/esm/{UniversalHeader-456ad60c.js → UniversalHeader-22ff848b.js} +3 -3
- package/dist/_shared/esm/{VerticalSpace-b07cd8e6.js → VerticalSpace-6a3533db.js} +1 -1
- package/dist/_shared/esm/VisuallyHidden-cf45ac18.js +12 -0
- package/dist/_shared/esm/{component-d0a555cf.js → component-3e60a45e.js} +1 -1
- package/dist/_shared/esm/{Combination-ae3a3f08.js → floating-ui.react-dom-1bb71aae.js} +15 -1079
- package/dist/_shared/esm/{index-cace3545.js → index-3a2c1ceb.js} +25 -25
- package/dist/_shared/esm/{index-f97466e9.js → index-61497bd9.js} +1 -1
- package/dist/_shared/esm/{index-605031ca.js → index-ce6dee84.js} +53 -53
- package/dist/_shared/esm/{index-4e58de24.js → index-cf208294.js} +21 -3
- package/dist/_shared/esm/{index-fa93ec97.js → index-d083425f.js} +1 -1
- package/dist/_shared/esm/index-f6cc48d2.js +41 -0
- package/dist/_shared/esm/{index-7740883c.js → index-fb8b9df7.js} +9 -2
- package/dist/_shared/esm/{index-288c66b5.js → index.es-5496ec12.js} +20 -6
- package/dist/_shared/esm/{index.es-1b6d33c2.js → index.es-974af4a2.js} +1 -1
- package/dist/index.es.js +8433 -7929
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +8417 -7913
- package/dist/index.js.map +1 -1
- package/dist/styles.css +3 -3
- package/dist/types/components/CardHeading/index.d.ts +1 -0
- package/dist/types/components/ImpactCard/ImpactCard.d.ts +2 -2
- package/dist/types/components/MediaCard/MediaCard.d.ts +1 -1
- package/dist/types/components/Switch/Switch.d.ts +4 -0
- package/dist/types/components/TypographyCard/TypographyCard.d.ts +2 -2
- package/dist/types/helpers/index.d.ts +0 -2
- package/dist/types/styles.d.ts +3 -3
- package/package.json +17 -12
- package/dist/_shared/cjs/DatePicker-2417e55b.js +0 -550
- package/dist/_shared/cjs/Surface-8599dbe4.js +0 -57
- package/dist/_shared/cjs/index-039a9d35.js +0 -23
- package/dist/_shared/cjs/index-28447df0.js +0 -23
- package/dist/_shared/cjs/index-dcfdd5da.js +0 -11
- package/dist/_shared/cjs/suffix-modifier-c8a34402.js +0 -19
- package/dist/_shared/esm/BtIconArrowRight.esm-6a17d0ce.js +0 -31
- package/dist/_shared/esm/DatePicker-c7bb178e.js +0 -539
- package/dist/_shared/esm/Surface-71d21a9e.js +0 -48
- package/dist/_shared/esm/VisuallyHidden-06692fd3.js +0 -11
- package/dist/_shared/esm/index-5113ed53.js +0 -24
- package/dist/_shared/esm/index-6028d797.js +0 -21
- package/dist/_shared/esm/index-69089474.js +0 -21
- package/dist/_shared/esm/index-a624de47.js +0 -9
- package/dist/_shared/esm/suffix-modifier-1ce05abe.js +0 -17
- package/dist/types/helpers/filter-data-attrs.d.ts +0 -1
- package/dist/types/helpers/suffix-modifier.d.ts +0 -9
- package/dist/types/private-components/CardHeading/index.d.ts +0 -1
- package/dist/types/private-components/index.d.ts +0 -3
- package/dist/_shared/cjs/{ConditionalWrapper-be3b2625.js → ConditionalWrapper-bf944594.js} +0 -0
- package/dist/_shared/cjs/{index-7e31a45b.js → index-28fbfd5b.js} +52 -52
- package/dist/_shared/cjs/{index-3dd54df1.js → index-6f33b8c0.js} +23 -23
- /package/dist/_shared/esm/{ConditionalWrapper-59be8f35.js → ConditionalWrapper-b85979de.js} +0 -0
- /package/dist/types/{private-components → components}/CardFooter/CardFooter.d.ts +0 -0
- /package/dist/types/{private-components → components}/CardFooter/index.d.ts +0 -0
- /package/dist/types/{private-components → components}/CardHeading/CardHeading.d.ts +0 -0
- /package/dist/types/{private-components → components}/ConditionalWrapper/ConditionalWrapper.d.ts +0 -0
- /package/dist/types/{private-components → components}/ConditionalWrapper/index.d.ts +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default, { useContext, useState } from 'react';
|
|
4
|
-
import { T as Text } from './Text-
|
|
5
|
-
import { C as Context } from './Surface-
|
|
6
|
-
import { T as ThemeIcon } from './ThemeIcon-
|
|
4
|
+
import { T as Text } from './Text-96d8a35f.js';
|
|
5
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
6
|
+
import { T as ThemeIcon } from './ThemeIcon-9fac63d0.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Use `DisclosureMini` to show and hide sections of content.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs, b as __spreadArray } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs, b as __spreadArray } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect } from 'react';
|
|
3
|
-
import { C as Context } from './Surface-
|
|
3
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
4
4
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
5
|
-
import { V as VisuallyHidden } from './VisuallyHidden-
|
|
5
|
+
import { V as VisuallyHidden } from './VisuallyHidden-cf45ac18.js';
|
|
6
6
|
|
|
7
7
|
var FilterControl = function (_a) {
|
|
8
8
|
var children = _a.children, onClick = _a.onClick, _b = _a.isSelected, isSelected = _b === void 0 ? false : _b;
|
|
@@ -23,28 +23,28 @@ var FilterControl = function (_a) {
|
|
|
23
23
|
};
|
|
24
24
|
|
|
25
25
|
var FilterControls = function (_a) {
|
|
26
|
-
var children = _a.children, controlsAlignment = _a.controlsAlignment
|
|
27
|
-
return (React__default.createElement("div",
|
|
26
|
+
var children = _a.children, controlsAlignment = _a.controlsAlignment;
|
|
27
|
+
return (React__default.createElement("div", { className: classNames("arc-FilterControls", {
|
|
28
28
|
"arc-FilterControls--alignLeft": controlsAlignment === "left",
|
|
29
29
|
"arc-FilterControls--alignRight": controlsAlignment === "right"
|
|
30
|
-
}) },
|
|
30
|
+
}) }, children));
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
var FilterItem = function (_a) {
|
|
34
|
-
var children = _a.children
|
|
35
|
-
return
|
|
34
|
+
var children = _a.children;
|
|
35
|
+
return React__default.createElement("div", { className: "arc-FilterItem" }, children);
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
var FilterItems = function (_a) {
|
|
39
|
-
var children = _a.children, error = _a.error, _b = _a.displayType, displayType = _b === void 0 ? "grid" : _b
|
|
39
|
+
var children = _a.children, error = _a.error, _b = _a.displayType, displayType = _b === void 0 ? "grid" : _b;
|
|
40
40
|
return React__default.Children.toArray(children).length > 0 ? (React__default.createElement("div", null,
|
|
41
41
|
React__default.createElement("div", { className: "arc-FilterItems-offscreen", "aria-live": "assertive" }, React__default.Children.toArray(children).length > 0
|
|
42
42
|
? "".concat(React__default.Children.toArray(children).length, " records listed.")
|
|
43
43
|
: null),
|
|
44
|
-
React__default.createElement("div",
|
|
44
|
+
React__default.createElement("div", { className: classNames("arc-FilterItems", {
|
|
45
45
|
"arc-FilterItems--list": displayType === "list",
|
|
46
46
|
"arc-FilterItems--grid": displayType === "grid"
|
|
47
|
-
}) },
|
|
47
|
+
}) }, displayType === "list"
|
|
48
48
|
? React__default.Children.toArray(children).map(function (child, index, array) { return (React__default.createElement(React__default.Fragment, { key: index },
|
|
49
49
|
child,
|
|
50
50
|
index !== array.length - 1 && (React__default.createElement(React__default.Fragment, null,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default, { createContext, useContext } from 'react';
|
|
4
|
-
import { C as Context$1 } from './Surface-
|
|
5
|
-
import { D as DisclosureMini } from './DisclosureMini-
|
|
6
|
-
import { V as VisuallyHidden } from './VisuallyHidden-
|
|
7
|
-
import { T as ThemeIcon } from './ThemeIcon-
|
|
4
|
+
import { C as Context$1 } from './Surface-c425e5e6.js';
|
|
5
|
+
import { D as DisclosureMini } from './DisclosureMini-6292f721.js';
|
|
6
|
+
import { V as VisuallyHidden } from './VisuallyHidden-cf45ac18.js';
|
|
7
|
+
import { T as ThemeIcon } from './ThemeIcon-9fac63d0.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Optionally define ariaDescribedBy if errorMessage or helper exist.
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { a as __assign, f as filterDataAttrs, _ as __rest } from './index-
|
|
1
|
+
import { a as __assign, f as filterDataAttrs, _ as __rest, s as suffixModifier } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
4
|
-
import { s as suffixModifier } from './suffix-modifier-1ce05abe.js';
|
|
5
4
|
|
|
6
5
|
var BREAKPOINTS = ["xs", "s", "m", "l", "xl"];
|
|
7
6
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default, { useContext } from 'react';
|
|
4
|
-
import { C as Context } from './Surface-
|
|
4
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Use `Group` to arrange flexible items in a row.
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, s as suffixModifier, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default, { useContext } from 'react';
|
|
4
|
-
import {
|
|
5
|
-
import { C as Context } from './Surface-71d21a9e.js';
|
|
4
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
6
5
|
|
|
7
6
|
/**
|
|
8
7
|
* Use `Heading` to display heading text.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as __rest,
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default, { forwardRef, useContext } from 'react';
|
|
3
3
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { C as Context, c as camelcase } from './Surface-c425e5e6.js';
|
|
5
|
+
import { I as Icon } from './Icon-428e8061.js';
|
|
6
6
|
import { A as ArcIconEclipse } from './ArcIconEclipse.esm-bb48b82a.js';
|
|
7
7
|
|
|
8
8
|
const BtIconArrowAltRight = (props) =>
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, s as suffixModifier, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default, { useContext } from 'react';
|
|
4
|
-
import {
|
|
5
|
-
import { C as Context } from './Surface-71d21a9e.js';
|
|
4
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
6
5
|
|
|
7
6
|
/**
|
|
8
7
|
* Use `Icon` to display brand iconography.
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, s as suffixModifier, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default, { useState, useEffect } from 'react';
|
|
4
|
-
import { s as suffixModifier } from './suffix-modifier-1ce05abe.js';
|
|
5
4
|
|
|
6
5
|
/**
|
|
7
6
|
* Use `Image` to render a single image, or set of images, with support for
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default, { useContext, useState, useEffect, Suspense } from 'react';
|
|
3
3
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
4
|
-
import { a as SemSizeBreakpointsS } from './index.es-
|
|
4
|
+
import { a as SemSizeBreakpointsS } from './index.es-974af4a2.js';
|
|
5
5
|
import { u as useMediaQuery } from './use-media-query-d3622da8.js';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { C as
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { C as
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
6
|
+
import { I as Image } from './Image-c1dc10b5.js';
|
|
7
|
+
import { H as Heading } from './Heading-0dfbdb24.js';
|
|
8
|
+
import { C as Context, S as Surface } from './Surface-c425e5e6.js';
|
|
9
|
+
import { T as Text } from './Text-96d8a35f.js';
|
|
10
|
+
import { V as VerticalSpace } from './VerticalSpace-6a3533db.js';
|
|
11
|
+
import { C as CardHeading } from './CardHeading-4223432d.js';
|
|
12
|
+
import { C as CardFooter } from './CardFooter-e4380cda.js';
|
|
13
|
+
import { C as ConditionalWrapper } from './ConditionalWrapper-b85979de.js';
|
|
14
14
|
|
|
15
15
|
var VideoPlayer = React__default.lazy(function () {
|
|
16
16
|
return import('../../VideoPlayer/VideoPlayer.esm.js').then(function (_a) {
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs, s as suffixModifier } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default from 'react';
|
|
4
|
-
import { S as Surface } from './Surface-
|
|
5
|
-
import { I as Image } from './Image-
|
|
6
|
-
import { s as suffixModifier } from './suffix-modifier-1ce05abe.js';
|
|
4
|
+
import { S as Surface } from './Surface-c425e5e6.js';
|
|
5
|
+
import { I as Image } from './Image-c1dc10b5.js';
|
|
7
6
|
|
|
8
7
|
var PosterImage = function (_a) {
|
|
9
8
|
var alt = _a.alt, _b = _a.anchor, anchor = _b === void 0 ? "C" : _b, loading = _a.loading, sizes = _a.sizes, src = _a.src, srcSet = _a.srcSet, props = __rest(_a, ["alt", "anchor", "loading", "sizes", "src", "srcSet"]);
|
|
10
|
-
return (React__default.createElement(Image, __assign({ alt: alt, anchor: anchor, fit: "cover", loading: loading, sizes: sizes, src: src, srcSet: srcSet }, props)));
|
|
9
|
+
return (React__default.createElement(Image, __assign({ alt: alt, anchor: anchor, fit: "cover", loading: loading, sizes: sizes, src: src, srcSet: srcSet }, filterDataAttrs(props))));
|
|
11
10
|
};
|
|
12
11
|
|
|
13
12
|
var PosterVideo = function (_a) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
4
|
-
import { V as VisuallyHidden } from './VisuallyHidden-
|
|
5
|
-
import { I as Icon } from './Icon-
|
|
4
|
+
import { V as VisuallyHidden } from './VisuallyHidden-cf45ac18.js';
|
|
5
|
+
import { I as Icon } from './Icon-428e8061.js';
|
|
6
6
|
|
|
7
7
|
var Error = function () { return (React__default.createElement("svg", { fill: "none", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
8
8
|
React__default.createElement("g", { clipPath: "url(#a)" },
|
|
@@ -21,7 +21,7 @@ var Complete = function () { return (React__default.createElement("svg", { fill:
|
|
|
21
21
|
React__default.createElement("path", { d: "m10.125 16.435-3.53-3.53a.75.75 0 0 1 0-1.06.768.768 0 0 1 1.06 0l2.47 2.47 6.22-6.22a.75.75 0 1 1 1.06 1.06l-7.28 7.28Z", fill: "currentColor" })),
|
|
22
22
|
React__default.createElement("rect", { x: ".667", y: ".667", width: "22.667", height: "22.667", rx: "11.333", stroke: "currentColor", strokeWidth: "1.333" }),
|
|
23
23
|
React__default.createElement("defs", null,
|
|
24
|
-
React__default.createElement("clipPath",
|
|
24
|
+
React__default.createElement("clipPath", null,
|
|
25
25
|
React__default.createElement("rect", { width: "24", height: "24", rx: "12" }))))); };
|
|
26
26
|
|
|
27
27
|
var Current = function () { return (React__default.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default, { createContext, useContext, forwardRef, useEffect } from 'react';
|
|
3
|
-
import { F as FormControl } from './FormControl-
|
|
3
|
+
import { F as FormControl } from './FormControl-e0acdf7a.js';
|
|
4
4
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
5
|
-
import { C as Context } from './Surface-
|
|
6
|
-
import { V as VisuallyHidden } from './VisuallyHidden-
|
|
5
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
6
|
+
import { V as VisuallyHidden } from './VisuallyHidden-cf45ac18.js';
|
|
7
7
|
|
|
8
8
|
var RadioContext = createContext({});
|
|
9
9
|
var Provider = RadioContext.Provider;
|
|
@@ -13,10 +13,10 @@ var useRadioContext = function () {
|
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
var RadioButton = forwardRef(function (_a, ref) {
|
|
16
|
-
var id = _a.id, changeEvent = _a.changeEvent, isDisabled = _a.isDisabled, size = _a.size, labelSize = _a.labelSize, checked = _a.checked, defaultChecked = _a.defaultChecked, radioButtonAlignment = _a.radioButtonAlignment, name = _a.name, blurEvent = _a.blurEvent, value = _a.value, label = _a.label, helper = _a.helper, hideLabel = _a.hideLabel, withMargin = _a.withMargin
|
|
16
|
+
var id = _a.id, changeEvent = _a.changeEvent, isDisabled = _a.isDisabled, size = _a.size, labelSize = _a.labelSize, checked = _a.checked, defaultChecked = _a.defaultChecked, radioButtonAlignment = _a.radioButtonAlignment, name = _a.name, blurEvent = _a.blurEvent, value = _a.value, label = _a.label, helper = _a.helper, hideLabel = _a.hideLabel, withMargin = _a.withMargin;
|
|
17
17
|
var surface = useContext(Context).surface;
|
|
18
18
|
var idLabel = "".concat(id, "-label");
|
|
19
|
-
return (React__default.createElement("div",
|
|
19
|
+
return (React__default.createElement("div", { className: classNames({
|
|
20
20
|
"arc-RadioButton": true,
|
|
21
21
|
"arc-RadioButton--withMargin": withMargin,
|
|
22
22
|
"arc-RadioButton--withMarginSmall": withMargin && size === "s",
|
|
@@ -24,7 +24,7 @@ var RadioButton = forwardRef(function (_a, ref) {
|
|
|
24
24
|
"arc-RadioButton--small": size === "s",
|
|
25
25
|
"arc-RadioButton--smallLabel": labelSize === "s",
|
|
26
26
|
"arc-RadioButton--onDarkSurface": surface === "dark"
|
|
27
|
-
}) },
|
|
27
|
+
}) },
|
|
28
28
|
React__default.createElement("label", { className: classNames("arc-RadioButton-label", {
|
|
29
29
|
"arc-RadioButton-label--alignTop": radioButtonAlignment === "top"
|
|
30
30
|
}), htmlFor: id, id: idLabel },
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default from 'react';
|
|
4
4
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
2
|
-
import { S as SemSizeBreakpointsM } from './index.es-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
|
+
import { S as SemSizeBreakpointsM } from './index.es-974af4a2.js';
|
|
3
3
|
import React__default, { useEffect, Fragment } from 'react';
|
|
4
|
-
import { B as BrandLogo } from './BrandLogo-
|
|
4
|
+
import { B as BrandLogo } from './BrandLogo-fb863b5b.js';
|
|
5
5
|
import { u as useMediaQuery } from './use-media-query-d3622da8.js';
|
|
6
|
-
import { S as Section } from './Section-
|
|
7
|
-
import { S as Surface } from './Surface-
|
|
6
|
+
import { S as Section } from './Section-c1dc6e37.js';
|
|
7
|
+
import { S as Surface } from './Surface-c425e5e6.js';
|
|
8
8
|
import { h as handleLinkClick } from './handle-link-click-f64f55a2.js';
|
|
9
|
-
import { T as ThemeIcon } from './ThemeIcon-
|
|
9
|
+
import { T as ThemeIcon } from './ThemeIcon-9fac63d0.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Use `SiteFooter` to display information at the bottom of a page.
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
2
|
-
import { b as SemSizeBreakpointsL } from './index.es-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs, s as suffixModifier } from './index.es-5496ec12.js';
|
|
2
|
+
import { b as SemSizeBreakpointsL } from './index.es-974af4a2.js';
|
|
3
3
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
4
4
|
import React__default, { useEffect, Fragment, useRef, useState, createContext, useContext } from 'react';
|
|
5
|
-
import { B as BrandLogo } from './BrandLogo-
|
|
5
|
+
import { B as BrandLogo } from './BrandLogo-fb863b5b.js';
|
|
6
6
|
import { u as useMediaQuery } from './use-media-query-d3622da8.js';
|
|
7
|
-
import { S as Surface } from './Surface-
|
|
8
|
-
import { h as handleLinkClick } from './handle-link-click-f64f55a2.js';
|
|
7
|
+
import { S as Surface } from './Surface-c425e5e6.js';
|
|
9
8
|
import { B as BtIconChevronRightMid } from './BtIconChevronRightMid.esm-4764708f.js';
|
|
10
|
-
import './
|
|
11
|
-
import {
|
|
12
|
-
import { B as ButtonV2 } from './ButtonV2-
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import { I as Icon } from './Icon-512f834f.js';
|
|
9
|
+
import { C as ConditionalWrapper } from './ConditionalWrapper-b85979de.js';
|
|
10
|
+
import { h as handleLinkClick } from './handle-link-click-f64f55a2.js';
|
|
11
|
+
import { B as ButtonV2 } from './ButtonV2-f9019e00.js';
|
|
12
|
+
import { T as Text } from './Text-96d8a35f.js';
|
|
13
|
+
import { I as Icon } from './Icon-428e8061.js';
|
|
16
14
|
|
|
17
15
|
var Item = function (_a) {
|
|
18
16
|
var _b;
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { b as __spreadArray, _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
|
+
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
|
+
import React__default, { createContext } from 'react';
|
|
4
|
+
|
|
5
|
+
var camelcase$1 = {exports: {}};
|
|
6
|
+
|
|
7
|
+
const UPPERCASE = /[\p{Lu}]/u;
|
|
8
|
+
const LOWERCASE = /[\p{Ll}]/u;
|
|
9
|
+
const LEADING_CAPITAL = /^[\p{Lu}](?![\p{Lu}])/gu;
|
|
10
|
+
const IDENTIFIER = /([\p{Alpha}\p{N}_]|$)/u;
|
|
11
|
+
const SEPARATORS = /[_.\- ]+/;
|
|
12
|
+
|
|
13
|
+
const LEADING_SEPARATORS = new RegExp('^' + SEPARATORS.source);
|
|
14
|
+
const SEPARATORS_AND_IDENTIFIER = new RegExp(SEPARATORS.source + IDENTIFIER.source, 'gu');
|
|
15
|
+
const NUMBERS_AND_IDENTIFIER = new RegExp('\\d+' + IDENTIFIER.source, 'gu');
|
|
16
|
+
|
|
17
|
+
const preserveCamelCase = (string, toLowerCase, toUpperCase) => {
|
|
18
|
+
let isLastCharLower = false;
|
|
19
|
+
let isLastCharUpper = false;
|
|
20
|
+
let isLastLastCharUpper = false;
|
|
21
|
+
|
|
22
|
+
for (let i = 0; i < string.length; i++) {
|
|
23
|
+
const character = string[i];
|
|
24
|
+
|
|
25
|
+
if (isLastCharLower && UPPERCASE.test(character)) {
|
|
26
|
+
string = string.slice(0, i) + '-' + string.slice(i);
|
|
27
|
+
isLastCharLower = false;
|
|
28
|
+
isLastLastCharUpper = isLastCharUpper;
|
|
29
|
+
isLastCharUpper = true;
|
|
30
|
+
i++;
|
|
31
|
+
} else if (isLastCharUpper && isLastLastCharUpper && LOWERCASE.test(character)) {
|
|
32
|
+
string = string.slice(0, i - 1) + '-' + string.slice(i - 1);
|
|
33
|
+
isLastLastCharUpper = isLastCharUpper;
|
|
34
|
+
isLastCharUpper = false;
|
|
35
|
+
isLastCharLower = true;
|
|
36
|
+
} else {
|
|
37
|
+
isLastCharLower = toLowerCase(character) === character && toUpperCase(character) !== character;
|
|
38
|
+
isLastLastCharUpper = isLastCharUpper;
|
|
39
|
+
isLastCharUpper = toUpperCase(character) === character && toLowerCase(character) !== character;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
return string;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const preserveConsecutiveUppercase = (input, toLowerCase) => {
|
|
47
|
+
LEADING_CAPITAL.lastIndex = 0;
|
|
48
|
+
|
|
49
|
+
return input.replace(LEADING_CAPITAL, m1 => toLowerCase(m1));
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
const postProcess = (input, toUpperCase) => {
|
|
53
|
+
SEPARATORS_AND_IDENTIFIER.lastIndex = 0;
|
|
54
|
+
NUMBERS_AND_IDENTIFIER.lastIndex = 0;
|
|
55
|
+
|
|
56
|
+
return input.replace(SEPARATORS_AND_IDENTIFIER, (_, identifier) => toUpperCase(identifier))
|
|
57
|
+
.replace(NUMBERS_AND_IDENTIFIER, m => toUpperCase(m));
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
const camelCase = (input, options) => {
|
|
61
|
+
if (!(typeof input === 'string' || Array.isArray(input))) {
|
|
62
|
+
throw new TypeError('Expected the input to be `string | string[]`');
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
options = {
|
|
66
|
+
pascalCase: false,
|
|
67
|
+
preserveConsecutiveUppercase: false,
|
|
68
|
+
...options
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
if (Array.isArray(input)) {
|
|
72
|
+
input = input.map(x => x.trim())
|
|
73
|
+
.filter(x => x.length)
|
|
74
|
+
.join('-');
|
|
75
|
+
} else {
|
|
76
|
+
input = input.trim();
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
if (input.length === 0) {
|
|
80
|
+
return '';
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
const toLowerCase = options.locale === false ?
|
|
84
|
+
string => string.toLowerCase() :
|
|
85
|
+
string => string.toLocaleLowerCase(options.locale);
|
|
86
|
+
const toUpperCase = options.locale === false ?
|
|
87
|
+
string => string.toUpperCase() :
|
|
88
|
+
string => string.toLocaleUpperCase(options.locale);
|
|
89
|
+
|
|
90
|
+
if (input.length === 1) {
|
|
91
|
+
return options.pascalCase ? toUpperCase(input) : toLowerCase(input);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
const hasUpperCase = input !== toLowerCase(input);
|
|
95
|
+
|
|
96
|
+
if (hasUpperCase) {
|
|
97
|
+
input = preserveCamelCase(input, toLowerCase, toUpperCase);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
input = input.replace(LEADING_SEPARATORS, '');
|
|
101
|
+
|
|
102
|
+
if (options.preserveConsecutiveUppercase) {
|
|
103
|
+
input = preserveConsecutiveUppercase(input, toLowerCase);
|
|
104
|
+
} else {
|
|
105
|
+
input = toLowerCase(input);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
if (options.pascalCase) {
|
|
109
|
+
input = toUpperCase(input.charAt(0)) + input.slice(1);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
return postProcess(input, toUpperCase);
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
camelcase$1.exports = camelCase;
|
|
116
|
+
// TODO: Remove this for the next major release
|
|
117
|
+
camelcase$1.exports.default = camelCase;
|
|
118
|
+
|
|
119
|
+
var camelcase = camelcase$1.exports;
|
|
120
|
+
|
|
121
|
+
var defaultContext = { surface: "light" };
|
|
122
|
+
var Context = createContext(defaultContext);
|
|
123
|
+
var Provider = Context.Provider;
|
|
124
|
+
/**
|
|
125
|
+
* Use `Surface` to compose content using the Arc system.
|
|
126
|
+
*/
|
|
127
|
+
var Surface = function (_a) {
|
|
128
|
+
var _b;
|
|
129
|
+
var background = _a.background, children = _a.children, _c = _a.growVertically, growVertically = _c === void 0 ? false : _c, padding = _a.padding, paddingHorizontal = _a.paddingHorizontal, paddingVertical = _a.paddingVertical, props = __rest(_a, ["background", "children", "growVertically", "padding", "paddingHorizontal", "paddingVertical"]);
|
|
130
|
+
var surface = "light";
|
|
131
|
+
if (background === "dark-black" ||
|
|
132
|
+
background === "dark-brand-01" ||
|
|
133
|
+
background === "dark-brand-02" ||
|
|
134
|
+
background === "dark-neutral-01" ||
|
|
135
|
+
background === "dark-neutral-02") {
|
|
136
|
+
surface = "dark";
|
|
137
|
+
}
|
|
138
|
+
return (React__default.createElement(Provider, { value: { surface: surface } },
|
|
139
|
+
React__default.createElement("div", __assign({ "data-testid": "arc-surface", className: classNames((_b = {
|
|
140
|
+
"arc-Surface": true
|
|
141
|
+
},
|
|
142
|
+
_b["arc-Surface--".concat(background && camelcase(background), "Background")] = background,
|
|
143
|
+
_b["arc-Surface--growVertically"] = growVertically,
|
|
144
|
+
_b["arc-Surface--padding".concat(padding)] = padding,
|
|
145
|
+
_b["arc-Surface--paddingHorizontal".concat(paddingHorizontal)] = paddingHorizontal,
|
|
146
|
+
_b["arc-Surface--paddingVertical".concat(paddingVertical)] = paddingVertical,
|
|
147
|
+
_b)) }, filterDataAttrs(props)), children)));
|
|
148
|
+
};
|
|
149
|
+
var backgroundsShared = [
|
|
150
|
+
"dark-black",
|
|
151
|
+
"dark-brand-01",
|
|
152
|
+
"dark-brand-02",
|
|
153
|
+
"dark-neutral-01",
|
|
154
|
+
"dark-neutral-02",
|
|
155
|
+
"light-brand-01",
|
|
156
|
+
"light-brand-02",
|
|
157
|
+
"light-neutral-01",
|
|
158
|
+
"light-neutral-02",
|
|
159
|
+
"light-white",
|
|
160
|
+
];
|
|
161
|
+
var backgrounds = __spreadArray([], backgroundsShared, true);
|
|
162
|
+
var backgroundsBT = __spreadArray([], backgroundsShared, true);
|
|
163
|
+
|
|
164
|
+
export { Context as C, Surface as S, backgroundsBT as a, backgrounds as b, camelcase as c };
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default, { forwardRef, createElement, useRef, useState, useEffect, useCallback, useContext } from 'react';
|
|
3
|
-
import {
|
|
4
|
-
import { $ as $e02a7d9cb1dc128c$export$c74125a8e3af6bb2 } from './index-
|
|
5
|
-
import { $ as $1746a345f3d73bb7$export$f680877a34711e37 } from './index-
|
|
6
|
-
import { $ as $
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { C as Context } from './Surface-71d21a9e.js';
|
|
3
|
+
import { e as $c512c27ab02ef895$export$50c7b4e9d9f19c1, _ as _extends, $ as $6ed0406888f73fc4$export$c7b2cbe3552a0d05, g as $71cd76cc60e0454e$export$6f32135080cb4c3, c as $b1b2314f5f9a1d84$export$25bec8c6f54ee79a, a as $8927f6f2acc4f386$export$250ffa63cdc0d034, b as $e42e1063c40fb3ef$export$b9ecd428b558ff10 } from './index-3a2c1ceb.js';
|
|
4
|
+
import { $ as $e02a7d9cb1dc128c$export$c74125a8e3af6bb2 } from './index-61497bd9.js';
|
|
5
|
+
import { $ as $f631663db3294ace$export$b39126d51d94e6f3, a as $1746a345f3d73bb7$export$f680877a34711e37 } from './index-fb8b9df7.js';
|
|
6
|
+
import { $ as $921a889cee6df7e8$export$99c2b779aa4e8b8b } from './index-d083425f.js';
|
|
7
|
+
import { I as Icon } from './Icon-428e8061.js';
|
|
8
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
10
9
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
11
|
-
import { T as ThemeIcon } from './ThemeIcon-
|
|
10
|
+
import { T as ThemeIcon } from './ThemeIcon-9fac63d0.js';
|
|
12
11
|
|
|
13
12
|
const $d7bdfb9eb0fdf311$var$ENTRY_FOCUS = 'rovingFocusGroup.onEntryFocus';
|
|
14
13
|
const $d7bdfb9eb0fdf311$var$EVENT_OPTIONS = {
|
|
@@ -392,8 +391,8 @@ var Tab = function (_a) {
|
|
|
392
391
|
};
|
|
393
392
|
|
|
394
393
|
var TabContent = function (_a) {
|
|
395
|
-
var children = _a.children, value = _a.value;
|
|
396
|
-
return (React__default.createElement($69cb30bb0017df05$export$7c6e2c02157bb7d2, { className: "arc-Tab-content", value: value }, children));
|
|
394
|
+
var children = _a.children, value = _a.value, props = __rest(_a, ["children", "value"]);
|
|
395
|
+
return (React__default.createElement($69cb30bb0017df05$export$7c6e2c02157bb7d2, __assign({ className: "arc-Tab-content", value: value }, filterDataAttrs(props)), children));
|
|
397
396
|
};
|
|
398
397
|
|
|
399
398
|
var TabsList = function (_a) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default, { useState } from 'react';
|
|
3
3
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
4
|
-
import { I as Icon } from './Icon-
|
|
5
|
-
import { T as ThemeIcon } from './ThemeIcon-
|
|
4
|
+
import { I as Icon } from './Icon-428e8061.js';
|
|
5
|
+
import { T as ThemeIcon } from './ThemeIcon-9fac63d0.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Use `Tag` to promote features and manage filtering.
|
|
@@ -30,7 +30,7 @@ var Tag = function (_a) {
|
|
|
30
30
|
icon && (React__default.createElement("span", { className: "arc-Tag-icon" },
|
|
31
31
|
React__default.createElement(Icon, { "data-testid": "arc-Tag-icon", icon: icon, size: 16 }))),
|
|
32
32
|
React__default.createElement("div", { className: "arc-Tag-label", title: title }, children))))),
|
|
33
|
-
isRemovable && (React__default.createElement("button", { className: "arc-Tag-icon arc-Tag-icon--removable", onClick: onRemoveHandler, "data-testid": "arc-Tag-icon-removable", "aria-live": "polite", "aria-roledescription": "remove tag" },
|
|
33
|
+
isRemovable && (React__default.createElement("button", { className: "arc-Tag-icon arc-Tag-icon--removable", onClick: onRemoveHandler, "data-testid": "arc-Tag-icon-removable", "aria-live": "polite", "aria-roledescription": "remove tag", "aria-label": "Remove tag" },
|
|
34
34
|
React__default.createElement(ThemeIcon, { icon: "tagRemove", color: "brand", size: 20 }),
|
|
35
35
|
React__default.createElement(ThemeIcon, { icon: "tagRemoveInteractive", color: "brand", size: 20 })))));
|
|
36
36
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, s as suffixModifier, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default, { useContext } from 'react';
|
|
4
|
-
import {
|
|
5
|
-
import { C as Context } from './Surface-71d21a9e.js';
|
|
4
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
6
5
|
|
|
7
6
|
/**
|
|
8
7
|
* Use `Text` to display text.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default, { forwardRef, useContext, useState } from 'react';
|
|
4
|
-
import { u as useAriaDescribedby, F as FormControl } from './FormControl-
|
|
5
|
-
import { C as Context } from './Surface-
|
|
6
|
-
import { V as VisuallyHidden } from './VisuallyHidden-
|
|
7
|
-
import { I as Icon } from './Icon-
|
|
4
|
+
import { u as useAriaDescribedby, F as FormControl } from './FormControl-e0acdf7a.js';
|
|
5
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
6
|
+
import { V as VisuallyHidden } from './VisuallyHidden-cf45ac18.js';
|
|
7
|
+
import { I as Icon } from './Icon-428e8061.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Infer the correct inputMode, pattern and type if specifying a `number` type.
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, s as suffixModifier, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
3
3
|
import React__default, { useContext } from 'react';
|
|
4
|
-
import {
|
|
5
|
-
import { C as Context } from './Surface-71d21a9e.js';
|
|
4
|
+
import { C as Context } from './Surface-c425e5e6.js';
|
|
6
5
|
|
|
7
6
|
var ThemeIcon = function (_a) {
|
|
8
7
|
var _b;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default, { forwardRef, useContext, useState, useEffect, createElement, useRef, createContext, useCallback, useMemo, Fragment } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { $ as $6ed0406888f73fc4$export$c7b2cbe3552a0d05, a as $8927f6f2acc4f386$export$250ffa63cdc0d034, _ as _extends, b as $e42e1063c40fb3ef$export$b9ecd428b558ff10, c as $b1b2314f5f9a1d84$export$25bec8c6f54ee79a, d as $8927f6f2acc4f386$export$6d1a0317bde7de7f, e as $c512c27ab02ef895$export$50c7b4e9d9f19c1, f as $9f79659886946c16$export$e5c5a5f917a5871c, g as $71cd76cc60e0454e$export$6f32135080cb4c3 } from './index-3a2c1ceb.js';
|
|
4
4
|
import ReactDOM__default, { createPortal } from 'react-dom';
|
|
5
|
-
import { $ as $e02a7d9cb1dc128c$export$c74125a8e3af6bb2 } from './index-
|
|
6
|
-
import { $ as $addc16e1bbe58fd0$export$3a72a57244d6e765 } from './index-
|
|
7
|
-
import { $ as $921a889cee6df7e8$export$99c2b779aa4e8b8b } from './index-
|
|
8
|
-
import { $ as $ea1ef594cf570d83$export$439d29a4e110a164 } from './index-5113ed53.js';
|
|
5
|
+
import { $ as $e02a7d9cb1dc128c$export$c74125a8e3af6bb2 } from './index-61497bd9.js';
|
|
6
|
+
import { $ as $addc16e1bbe58fd0$export$3a72a57244d6e765, a as $ea1ef594cf570d83$export$439d29a4e110a164 } from './index-f6cc48d2.js';
|
|
7
|
+
import { $ as $921a889cee6df7e8$export$99c2b779aa4e8b8b } from './index-d083425f.js';
|
|
9
8
|
import { c as classNames } from './index-2e73c2e9.js';
|
|
10
|
-
import { T as ThemeIcon } from './ThemeIcon-
|
|
9
|
+
import { T as ThemeIcon } from './ThemeIcon-9fac63d0.js';
|
|
11
10
|
|
|
12
11
|
const $5cb92bef7577960e$var$CONTEXT_UPDATE = 'dismissableLayer.update';
|
|
13
12
|
const $5cb92bef7577960e$var$POINTER_DOWN_OUTSIDE = 'dismissableLayer.pointerDownOutside';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index-
|
|
1
|
+
import { _ as __rest, a as __assign, f as filterDataAttrs } from './index.es-5496ec12.js';
|
|
2
2
|
import React__default from 'react';
|
|
3
|
-
import { S as Surface } from './Surface-
|
|
3
|
+
import { S as Surface } from './Surface-c425e5e6.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Use `UniversalHeader` to display a group-level page header.
|
|
7
7
|
*/
|
|
8
8
|
var UniversalHeader = function (_a) {
|
|
9
9
|
var children = _a.children, ContentSlot = _a.ContentSlot, props = __rest(_a, ["children", "ContentSlot"]);
|
|
10
|
-
return (React__default.createElement("nav", __assign({ className: "arc-UniversalHeader" }, filterDataAttrs(props)),
|
|
10
|
+
return (React__default.createElement("nav", __assign({ className: "arc-UniversalHeader", "aria-label": "universial navigation" }, filterDataAttrs(props)),
|
|
11
11
|
React__default.createElement(Surface, { background: "light-neutral-02" },
|
|
12
12
|
React__default.createElement("ul", { className: "arc-UniversalHeader-items" },
|
|
13
13
|
children,
|