@jobber/components 4.85.4-CJS-to-ESM.1 → 4.85.4-CJS-to-ESM.4
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/AnimatedPresence/index.js +12 -0
- package/dist/AnimatedPresence/index.mjs +4 -0
- package/dist/AnimatedPresence-20a02aaa.js +104 -0
- package/dist/AnimatedPresence-bbccdaf7.js +98 -0
- package/dist/AnimatedSwitcher/index.js +13 -0
- package/dist/AnimatedSwitcher/index.mjs +5 -0
- package/dist/AnimatedSwitcher-3aff3d12.js +90 -0
- package/dist/AnimatedSwitcher-3d45ec5d.js +96 -0
- package/dist/Autocomplete/index.js +33 -0
- package/dist/Autocomplete/index.mjs +25 -0
- package/dist/Autocomplete-6ca7a7e5.js +188 -0
- package/dist/Autocomplete-6df9f7c0.js +196 -0
- package/dist/Avatar/index.js +15 -0
- package/dist/Avatar/index.mjs +7 -0
- package/dist/Avatar-6ffee4bd.js +70 -0
- package/dist/Avatar-76a799fa.js +78 -0
- package/dist/Banner/components/BannerIcon/index.js +15 -0
- package/dist/Banner/components/BannerIcon/index.mjs +7 -0
- package/dist/Banner/index.js +21 -0
- package/dist/Banner/index.mjs +13 -0
- package/dist/Banner-2d1688c7.js +82 -0
- package/dist/Banner-cb621462.js +89 -0
- package/dist/BannerIcon-9d41540d.js +24 -0
- package/dist/BannerIcon-ae763eab.js +32 -0
- package/dist/Body-2f4bf030.js +50 -0
- package/dist/Body-91ac1819.js +64 -0
- package/dist/Button/index.js +16 -0
- package/dist/Button/index.mjs +8 -0
- package/dist/Button-9ae092b3.js +50 -0
- package/dist/Button-b73a5e01.js +57 -0
- package/dist/ButtonDismiss/index.js +17 -0
- package/dist/ButtonDismiss/index.mjs +9 -0
- package/dist/ButtonDismiss-350af163.js +14 -0
- package/dist/ButtonDismiss-614803be.js +8 -0
- package/dist/Card/colors.css.d.ts +89 -0
- package/dist/Card/index.js +24 -0
- package/dist/Card/index.mjs +16 -0
- package/dist/Card-a9861d4d.js +86 -0
- package/dist/Card-e3144022.js +93 -0
- package/dist/Checkbox/index.js +18 -0
- package/dist/Checkbox/index.mjs +10 -0
- package/dist/Checkbox-3ff9f47a.js +56 -0
- package/dist/Checkbox-787e2e47.js +63 -0
- package/dist/Chip/hooks/index.js +10 -0
- package/dist/Chip/hooks/index.mjs +2 -0
- package/dist/Chip/index.js +28 -0
- package/dist/Chip/index.mjs +18 -0
- package/dist/Chip-0e37aa92.js +70 -0
- package/dist/Chip-36397442.js +78 -0
- package/dist/ChipDismissible-1b8383e1.js +19 -0
- package/dist/ChipDismissible-d12a2207.js +26 -0
- package/dist/Chips/InternalChipDismissible/hooks/index.js +20 -0
- package/dist/Chips/InternalChipDismissible/hooks/index.mjs +8 -0
- package/dist/Chips/InternalChipDismissible/index.js +31 -0
- package/dist/Chips/InternalChipDismissible/index.mjs +23 -0
- package/dist/Chips/index.js +48 -0
- package/dist/Chips/index.mjs +38 -0
- package/dist/Chips-36b7630e.js +97 -0
- package/dist/Chips-fe5c5705.js +91 -0
- package/dist/Combobox/components/ComboboxAction/index.js +15 -0
- package/dist/Combobox/components/ComboboxAction/index.mjs +7 -0
- package/dist/Combobox/components/ComboboxActivator/index.js +29 -0
- package/dist/Combobox/components/ComboboxActivator/index.mjs +21 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.js +17 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.mjs +9 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.js +27 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.mjs +19 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.js +13 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.mjs +5 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.js +12 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.mjs +4 -0
- package/dist/Combobox/components/ComboboxContent/index.js +37 -0
- package/dist/Combobox/components/ComboboxContent/index.mjs +29 -0
- package/dist/Combobox/components/ComboboxOption/index.js +17 -0
- package/dist/Combobox/components/ComboboxOption/index.mjs +9 -0
- package/dist/Combobox/components/ComboboxTrigger/index.js +27 -0
- package/dist/Combobox/components/ComboboxTrigger/index.mjs +19 -0
- package/dist/Combobox/index.js +51 -0
- package/dist/Combobox/index.mjs +42 -0
- package/dist/Combobox-bf8c9ce6.js +128 -0
- package/dist/Combobox-f781cae2.js +120 -0
- package/dist/ComboboxAction-22bd2e79.js +31 -0
- package/dist/ComboboxAction-c21dc02b.js +25 -0
- package/dist/ComboboxActivator-757941db.js +26 -0
- package/dist/ComboboxActivator-afc63f51.js +32 -0
- package/dist/ComboboxContent-0e67a7f3.js +144 -0
- package/dist/ComboboxContent-1faee40b.js +152 -0
- package/dist/ComboboxContentHeader-97ea6800.js +30 -0
- package/dist/ComboboxContentHeader-ce3f10b6.js +36 -0
- package/dist/ComboboxContentList-7f7ef48c.js +78 -0
- package/dist/ComboboxContentList-b7108426.js +85 -0
- package/dist/ComboboxContentSearch-196e638a.js +35 -0
- package/dist/ComboboxContentSearch-889f0525.js +41 -0
- package/dist/ComboboxLoadMore-21f09a37.js +17 -0
- package/dist/ComboboxLoadMore-a642edaa.js +23 -0
- package/dist/ComboboxOption-16d1c772.js +30 -0
- package/dist/ComboboxOption-cf324e9d.js +23 -0
- package/dist/ComboboxProvider-32666af1.js +10 -0
- package/dist/ComboboxProvider-dd21fe88.js +17 -0
- package/dist/ComboboxTrigger-0c05930b.js +28 -0
- package/dist/ComboboxTrigger-b41954f5.js +22 -0
- package/dist/ConfirmationModal/index.js +31 -0
- package/dist/ConfirmationModal/index.mjs +23 -0
- package/dist/ConfirmationModal-52e16873.js +100 -0
- package/dist/ConfirmationModal-916a1f09.js +94 -0
- package/dist/Content/Spacing.css.d.ts +13 -0
- package/dist/Content/index.js +12 -0
- package/dist/Content/index.mjs +4 -0
- package/dist/Content-c4ea919f.js +18 -0
- package/dist/Content-e3f7b6fc.js +24 -0
- package/dist/Countdown/index.js +12 -0
- package/dist/Countdown/index.mjs +4 -0
- package/dist/Countdown-961d8a6e.js +70 -0
- package/dist/Countdown-ac081ced.js +63 -0
- package/dist/DataDump/index.js +27 -0
- package/dist/DataDump/index.mjs +19 -0
- package/dist/DataDump-18f6e791.js +15 -0
- package/dist/DataDump-9addf519.js +21 -0
- package/dist/DataList/components/DataListAction/index.js +16 -0
- package/dist/DataList/components/DataListAction/index.mjs +8 -0
- package/dist/DataList/components/DataListActions/index.js +43 -0
- package/dist/DataList/components/DataListActions/index.mjs +35 -0
- package/dist/DataList/components/DataListActionsMenu/index.js +18 -0
- package/dist/DataList/components/DataListActionsMenu/index.mjs +10 -0
- package/dist/DataList/components/DataListBulkActions/index.js +46 -0
- package/dist/DataList/components/DataListBulkActions/index.mjs +37 -0
- package/dist/DataList/components/DataListEmptyState/index.js +22 -0
- package/dist/DataList/components/DataListEmptyState/index.mjs +13 -0
- package/dist/DataList/components/DataListFilters/components/DataListSort/index.js +52 -0
- package/dist/DataList/components/DataListFilters/components/DataListSort/index.mjs +44 -0
- package/dist/DataList/components/DataListFilters/index.js +66 -0
- package/dist/DataList/components/DataListFilters/index.mjs +57 -0
- package/dist/DataList/components/DataListHeader/index.js +53 -0
- package/dist/DataList/components/DataListHeader/index.mjs +45 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.js +15 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.mjs +7 -0
- package/dist/DataList/components/DataListHeaderTile/index.js +22 -0
- package/dist/DataList/components/DataListHeaderTile/index.mjs +14 -0
- package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.js +16 -0
- package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.mjs +8 -0
- package/dist/DataList/components/DataListItem/index.js +52 -0
- package/dist/DataList/components/DataListItem/index.mjs +44 -0
- package/dist/DataList/components/DataListItemActions/index.js +45 -0
- package/dist/DataList/components/DataListItemActions/index.mjs +36 -0
- package/dist/DataList/components/DataListItemActionsOverflow/index.js +27 -0
- package/dist/DataList/components/DataListItemActionsOverflow/index.mjs +19 -0
- package/dist/DataList/components/DataListItems/index.js +53 -0
- package/dist/DataList/components/DataListItems/index.mjs +45 -0
- package/dist/DataList/components/DataListLayout/index.js +56 -0
- package/dist/DataList/components/DataListLayout/index.mjs +48 -0
- package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.js +11 -0
- package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.mjs +2 -0
- package/dist/DataList/components/DataListLayoutActions/index.js +34 -0
- package/dist/DataList/components/DataListLayoutActions/index.mjs +26 -0
- package/dist/DataList/components/DataListLoadMore/index.js +23 -0
- package/dist/DataList/components/DataListLoadMore/index.mjs +14 -0
- package/dist/DataList/components/DataListLoadingState/index.js +23 -0
- package/dist/DataList/components/DataListLoadingState/index.mjs +13 -0
- package/dist/DataList/components/DataListOverflowFade/index.js +14 -0
- package/dist/DataList/components/DataListOverflowFade/index.mjs +5 -0
- package/dist/DataList/components/DataListSearch/index.js +34 -0
- package/dist/DataList/components/DataListSearch/index.mjs +24 -0
- package/dist/DataList/components/DataListStatusBar/index.js +32 -0
- package/dist/DataList/components/DataListStatusBar/index.mjs +23 -0
- package/dist/DataList/components/DataListStickyHeader/index.js +14 -0
- package/dist/DataList/components/DataListStickyHeader/index.mjs +6 -0
- package/dist/DataList/components/DataListTags/index.js +15 -0
- package/dist/DataList/components/DataListTags/index.mjs +7 -0
- package/dist/DataList/components/DataListTotalCount/index.js +18 -0
- package/dist/DataList/components/DataListTotalCount/index.mjs +9 -0
- package/dist/DataList/context/DataListContext/index.js +13 -0
- package/dist/DataList/context/DataListContext/index.mjs +3 -0
- package/dist/DataList/context/DataListLayoutContext/index.js +13 -0
- package/dist/DataList/context/DataListLayoutContext/index.mjs +3 -0
- package/dist/DataList/index.js +97 -0
- package/dist/DataList/index.mjs +89 -0
- package/dist/DataList-1e0e9426.js +7 -0
- package/dist/DataList-ae2efe9b.js +139 -0
- package/dist/DataList-b5f0a522.js +9 -0
- package/dist/DataList-fc20945e.js +145 -0
- package/dist/DataList.const-3ae7ceef.js +25 -0
- package/dist/DataList.const-c05b47de.js +38 -0
- package/dist/DataList.utils-b72b8d0d.js +92 -0
- package/dist/DataList.utils-d51eb44e.js +80 -0
- package/dist/DataListAction-9d8a33e0.js +46 -0
- package/dist/DataListAction-d570e8bf.js +40 -0
- package/dist/DataListActions-c5ad9b23.js +43 -0
- package/dist/DataListActions-f8367eda.js +49 -0
- package/dist/DataListActionsMenu-cce1bd30.js +53 -0
- package/dist/DataListActionsMenu-cfcd5d21.js +59 -0
- package/dist/DataListBulkActions-a750f601.js +29 -0
- package/dist/DataListBulkActions-af1fe283.js +36 -0
- package/dist/DataListContext-736a42a2.js +25 -0
- package/dist/DataListContext-f40570a7.js +34 -0
- package/dist/DataListEmptyState-25d6c47d.js +60 -0
- package/dist/DataListEmptyState-fcc112ac.js +53 -0
- package/dist/DataListFilters-3e5599c6.js +50 -0
- package/dist/DataListFilters-aaff643e.js +43 -0
- package/dist/DataListHeader-43a4bb92.js +100 -0
- package/dist/DataListHeader-bf256a20.js +93 -0
- package/dist/DataListHeaderTile-4b93f949.js +91 -0
- package/dist/DataListHeaderTile-8854e4d8.js +84 -0
- package/dist/DataListItem-3d39e2eb.js +119 -0
- package/dist/DataListItem-5cbf5f14.js +112 -0
- package/dist/DataListItemActions-122d8972.js +39 -0
- package/dist/DataListItemActions-c5749fdc.js +32 -0
- package/dist/DataListItemActionsOverflow-6004ba59.js +33 -0
- package/dist/DataListItemActionsOverflow-9c491ed9.js +39 -0
- package/dist/DataListItemClickable-127bfc7f.js +45 -0
- package/dist/DataListItemClickable-abe0242c.js +51 -0
- package/dist/DataListItems-00dd20c1.js +19 -0
- package/dist/DataListItems-09c65d2c.js +25 -0
- package/dist/DataListLayout-4cdcaa1f.js +25 -0
- package/dist/DataListLayout-99863988.js +19 -0
- package/dist/DataListLayoutActions-43cc8589.js +39 -0
- package/dist/DataListLayoutActions-9f8cc2a2.js +45 -0
- package/dist/DataListLayoutContext-39a0d016.js +11 -0
- package/dist/DataListLayoutContext-7daf863d.js +14 -0
- package/dist/DataListLayoutContext-83df2a23.js +22 -0
- package/dist/DataListLayoutContext-9237afd1.js +8 -0
- package/dist/DataListLoadMore-1b519950.js +34 -0
- package/dist/DataListLoadMore-20d2d817.js +41 -0
- package/dist/DataListLoadingState-9de965f6.js +33 -0
- package/dist/DataListLoadingState-c175094e.js +25 -0
- package/dist/DataListOverflowFade-85c826e0.js +33 -0
- package/dist/DataListOverflowFade-a640f51f.js +25 -0
- package/dist/DataListSearch-584f4f05.js +72 -0
- package/dist/DataListSearch-614b959b.js +62 -0
- package/dist/DataListSort-0e8e03c9.js +98 -0
- package/dist/DataListSort-a684067a.js +92 -0
- package/dist/DataListSortingOptions-4694941c.js +44 -0
- package/dist/DataListSortingOptions-8a64205a.js +38 -0
- package/dist/DataListStatusBar-4f692790.js +22 -0
- package/dist/DataListStatusBar-e17eff45.js +29 -0
- package/dist/DataListStickyHeader-0728e21b.js +33 -0
- package/dist/DataListStickyHeader-ce11cbd9.js +26 -0
- package/dist/DataListTags-68b3a874.js +65 -0
- package/dist/DataListTags-f4038ea1.js +72 -0
- package/dist/DataListTotalCount-8373c2df.js +34 -0
- package/dist/DataListTotalCount-cce98cf6.js +27 -0
- package/dist/DataTable/index.js +36 -0
- package/dist/DataTable/index.mjs +23 -0
- package/dist/DataTable/test-utilities/index.js +243 -0
- package/dist/DataTable/test-utilities/index.mjs +233 -0
- package/dist/DataTable-4afcfbc6.js +252 -0
- package/dist/DataTable-8d4b2d3a.js +245 -0
- package/dist/DatePicker/index.js +20 -0
- package/dist/DatePicker/index.mjs +12 -0
- package/dist/DatePicker-64c5ab1a.js +134 -0
- package/dist/DatePicker-85127ebc.js +125 -0
- package/dist/DayOfMonthSelect-8e05c1a7.js +141 -0
- package/dist/DayOfMonthSelect-d644270a.js +152 -0
- package/dist/DescriptionList/index.js +13 -0
- package/dist/DescriptionList/index.mjs +5 -0
- package/dist/DescriptionList-73241740.js +15 -0
- package/dist/DescriptionList-e72dbff4.js +21 -0
- package/dist/Disclosure/index.js +16 -0
- package/dist/Disclosure/index.mjs +8 -0
- package/dist/Disclosure-1165a958.js +36 -0
- package/dist/Disclosure-f285a6b6.js +42 -0
- package/dist/Divider/index.js +12 -0
- package/dist/Divider/index.mjs +4 -0
- package/dist/Divider-30edc4ed.js +20 -0
- package/dist/Divider-46a88bea.js +27 -0
- package/dist/Drawer/index.js +21 -0
- package/dist/Drawer/index.mjs +12 -0
- package/dist/DrawerGrid-73000735.js +33 -0
- package/dist/DrawerGrid-89de9440.js +41 -0
- package/dist/Emphasis/index.js +13 -0
- package/dist/Emphasis/index.mjs +5 -0
- package/dist/Emphasis-78cec3ac.js +13 -0
- package/dist/Emphasis-bda56d3b.js +19 -0
- package/dist/FeatureSwitch/index.js +26 -0
- package/dist/FeatureSwitch/index.mjs +18 -0
- package/dist/FeatureSwitch-1d6993a1.js +55 -0
- package/dist/FeatureSwitch-6632682d.js +62 -0
- package/dist/Flex/index.js +12 -0
- package/dist/Flex/index.mjs +4 -0
- package/dist/Flex-d490c4db.js +38 -0
- package/dist/Flex-d565495d.js +31 -0
- package/dist/Form/index.js +12 -0
- package/dist/Form/index.mjs +4 -0
- package/dist/Form-6a161b07.js +48 -0
- package/dist/Form-927647ef.js +54 -0
- package/dist/FormField/index.js +24 -0
- package/dist/FormField/index.mjs +16 -0
- package/dist/FormField-6ff183f8.js +253 -0
- package/dist/FormField-8118cfc8.js +246 -0
- package/dist/FormatDate/index.js +11 -0
- package/dist/FormatDate/index.mjs +2 -0
- package/dist/FormatDate-70ea5b43.js +34 -0
- package/dist/FormatDate-720b39cf.js +27 -0
- package/dist/FormatEmail/index.js +12 -0
- package/dist/FormatEmail/index.mjs +4 -0
- package/dist/FormatEmail-04ee4085.js +14 -0
- package/dist/FormatEmail-298393bb.js +21 -0
- package/dist/FormatFile/index.js +36 -0
- package/dist/FormatFile/index.mjs +28 -0
- package/dist/FormatFile-352cc225.js +154 -0
- package/dist/FormatFile-f036902d.js +162 -0
- package/dist/FormatRelativeDateTime/index.js +10 -0
- package/dist/FormatRelativeDateTime/index.mjs +2 -0
- package/dist/FormatRelativeDateTime-529dc36b.js +64 -0
- package/dist/FormatRelativeDateTime-6336002d.js +70 -0
- package/dist/FormatTime/index.js +10 -0
- package/dist/FormatTime/index.mjs +2 -0
- package/dist/FormatTime-20538519.js +34 -0
- package/dist/FormatTime-764fd3c8.js +28 -0
- package/dist/Gallery/Gallery.css.d.ts +9 -0
- package/dist/Gallery/index.js +39 -0
- package/dist/Gallery/index.mjs +31 -0
- package/dist/Gallery-287d640a.js +73 -0
- package/dist/Gallery-604216cb.js +66 -0
- package/dist/Glimmer/index.js +15 -0
- package/dist/Glimmer/index.mjs +6 -0
- package/dist/Glimmer/style/Shape.css.d.ts +9 -0
- package/dist/Glimmer/style/Sizes.css.d.ts +10 -0
- package/dist/Glimmer/style/Timing.css.d.ts +6 -0
- package/dist/Glimmer-84dee1ed.js +77 -0
- package/dist/Glimmer-aea7f8ae.js +69 -0
- package/dist/Grid/GridAlign.css.d.ts +8 -0
- package/dist/Grid/InternalGridCell/index.js +12 -0
- package/dist/Grid/InternalGridCell/index.mjs +3 -0
- package/dist/Grid/index.js +15 -0
- package/dist/Grid/index.mjs +6 -0
- package/dist/Grid-257d509f.js +34 -0
- package/dist/Grid-3b80e935.js +42 -0
- package/dist/Heading/index.js +14 -0
- package/dist/Heading/index.mjs +6 -0
- package/dist/Heading-1e8e4bd3.js +55 -0
- package/dist/Heading-93e755cb.js +49 -0
- package/dist/Icon/index.js +11 -0
- package/dist/Icon/index.mjs +3 -0
- package/dist/Icon-22723fe6.js +34 -0
- package/dist/Icon-405a216c.js +40 -0
- package/dist/InlineLabel/index.js +13 -0
- package/dist/InlineLabel/index.mjs +5 -0
- package/dist/InlineLabel-a6557829.js +28 -0
- package/dist/InlineLabel-b7d9e402.js +21 -0
- package/dist/InputAvatar/index.js +28 -0
- package/dist/InputAvatar/index.mjs +20 -0
- package/dist/InputAvatar-65e584a0.js +56 -0
- package/dist/InputAvatar-e4eb2201.js +50 -0
- package/dist/InputDate/index.js +29 -0
- package/dist/InputDate/index.mjs +21 -0
- package/dist/InputDate-68050753.js +32 -0
- package/dist/InputDate-77bcc250.js +39 -0
- package/dist/InputEmail/index.js +26 -0
- package/dist/InputEmail/index.mjs +17 -0
- package/dist/InputEmail-3103e37c.js +27 -0
- package/dist/InputEmail-88d617d7.js +20 -0
- package/dist/InputFile/index.js +25 -0
- package/dist/InputFile/index.mjs +16 -0
- package/dist/InputFile-bb945071.js +190 -0
- package/dist/InputFile-cfa53555.js +181 -0
- package/dist/InputGroup/index.js +12 -0
- package/dist/InputGroup/index.mjs +4 -0
- package/dist/InputGroup-436859cf.js +26 -0
- package/dist/InputGroup-8d4fd4eb.js +33 -0
- package/dist/InputNumber/index.js +25 -0
- package/dist/InputNumber/index.mjs +17 -0
- package/dist/InputNumber-0391311b.js +56 -0
- package/dist/InputNumber-d451b52e.js +62 -0
- package/dist/InputPassword/index.js +25 -0
- package/dist/InputPassword/index.mjs +17 -0
- package/dist/InputPassword-0ab4214d.js +19 -0
- package/dist/InputPassword-dd44b8d5.js +25 -0
- package/dist/InputPhoneNumber/index.js +25 -0
- package/dist/InputPhoneNumber/index.mjs +17 -0
- package/dist/InputPhoneNumber-83d7ec95.js +103 -0
- package/dist/InputPhoneNumber-bc761c12.js +97 -0
- package/dist/InputText/index.js +26 -0
- package/dist/InputText/index.mjs +18 -0
- package/dist/InputText-55b6cb65.js +102 -0
- package/dist/InputText-8dbcfe70.js +96 -0
- package/dist/InputTime/index.js +27 -0
- package/dist/InputTime/index.mjs +19 -0
- package/dist/InputTime-13522852.js +187 -0
- package/dist/InputTime-ce24b2bf.js +194 -0
- package/dist/InputValidation/index.js +17 -0
- package/dist/InputValidation/index.mjs +9 -0
- package/dist/InputValidation-05e839fa.js +29 -0
- package/dist/InputValidation-d68fb034.js +23 -0
- package/dist/InternalChipDismissible-1086e333.js +158 -0
- package/dist/InternalChipDismissible-5220f657.js +169 -0
- package/dist/InternalGridCell-58643b70.js +44 -0
- package/dist/InternalGridCell-eca14dd0.js +37 -0
- package/dist/LightBox/index.js +24 -0
- package/dist/LightBox/index.mjs +16 -0
- package/dist/LightBox-2460f422.js +109 -0
- package/dist/LightBox-a89d8863.js +117 -0
- package/dist/Link/index.js +10 -0
- package/dist/Link/index.mjs +2 -0
- package/dist/Link-b41bc1d3.js +7 -0
- package/dist/Link-fd7301ec.js +13 -0
- package/dist/List/index.js +25 -0
- package/dist/List/index.mjs +16 -0
- package/dist/List-ad77343b.js +77 -0
- package/dist/List-b5b0b81f.js +87 -0
- package/dist/Markdown/index.js +19 -0
- package/dist/Markdown/index.mjs +11 -0
- package/dist/Markdown-8d44afcd.js +55 -0
- package/dist/Markdown-f7c55304.js +62 -0
- package/dist/Menu/index.js +21 -0
- package/dist/Menu/index.mjs +13 -0
- package/dist/Menu-083fc4c4.js +139 -0
- package/dist/Menu-d99e0e5a.js +132 -0
- package/dist/Modal/Sizes.css.d.ts +6 -0
- package/dist/Modal/index.js +25 -0
- package/dist/Modal/index.mjs +17 -0
- package/dist/Modal-c336cac6.js +71 -0
- package/dist/Modal-ecd845d2.js +63 -0
- package/dist/MultiSelect/index.js +19 -0
- package/dist/MultiSelect/index.mjs +11 -0
- package/dist/MultiSelect-3b48166e.js +176 -0
- package/dist/MultiSelect-6dcd0181.js +169 -0
- package/dist/Option-18ddab50.js +12 -0
- package/dist/Option-3c4d377e.js +19 -0
- package/dist/Page/index.js +30 -0
- package/dist/Page/index.mjs +22 -0
- package/dist/Page-a9b25d27.js +66 -0
- package/dist/Page-f2604b2a.js +59 -0
- package/dist/Popover/index.js +20 -0
- package/dist/Popover/index.mjs +12 -0
- package/dist/Popover-2c6df036.js +47 -0
- package/dist/Popover-efe863e3.js +53 -0
- package/dist/ProgressBar/Sizes.css.d.ts +7 -0
- package/dist/ProgressBar/index.js +12 -0
- package/dist/ProgressBar/index.mjs +4 -0
- package/dist/ProgressBar-a453087d.js +36 -0
- package/dist/ProgressBar-b68edc8f.js +43 -0
- package/dist/RadioGroup/index.js +15 -0
- package/dist/RadioGroup/index.mjs +6 -0
- package/dist/RadioGroup-17b67ade.js +46 -0
- package/dist/RadioGroup-fe381c57.js +39 -0
- package/dist/RecurringSelect/components/index.js +18 -0
- package/dist/RecurringSelect/components/index.mjs +7 -0
- package/dist/RecurringSelect/index.js +39 -0
- package/dist/RecurringSelect/index.mjs +23 -0
- package/dist/RecurringSelect-2cd2b2cf.js +80 -0
- package/dist/RecurringSelect-d6eb7eba.js +74 -0
- package/dist/Select/index.js +26 -0
- package/dist/Select/index.mjs +17 -0
- package/dist/Spinner/index.js +12 -0
- package/dist/Spinner/index.mjs +4 -0
- package/dist/Spinner-5d8359b8.js +17 -0
- package/dist/Spinner-9d8fc7ff.js +24 -0
- package/dist/StatusIndicator/index.js +11 -0
- package/dist/StatusIndicator/index.mjs +3 -0
- package/dist/StatusIndicator-0a3a2d8a.js +12 -0
- package/dist/StatusIndicator-b179d06e.js +18 -0
- package/dist/StatusLabel/index.js +15 -0
- package/dist/StatusLabel/index.mjs +7 -0
- package/dist/StatusLabel-9a8fbdd0.js +19 -0
- package/dist/StatusLabel-f5fdd599.js +26 -0
- package/dist/Switch/index.js +13 -0
- package/dist/Switch/index.mjs +5 -0
- package/dist/Switch-258e7a55.js +49 -0
- package/dist/Switch-7d4aa7c3.js +56 -0
- package/dist/Table/index.js +20 -0
- package/dist/Table/index.mjs +5 -0
- package/dist/Tabs/index.js +14 -0
- package/dist/Tabs/index.mjs +5 -0
- package/dist/Tabs-0dd29b9b.js +78 -0
- package/dist/Tabs-4c37b15f.js +70 -0
- package/dist/Text/index.js +13 -0
- package/dist/Text/index.mjs +5 -0
- package/dist/Text-259af966.js +31 -0
- package/dist/Text-c9162504.js +25 -0
- package/dist/Toast/index.js +19 -0
- package/dist/Toast/index.mjs +11 -0
- package/dist/Tooltip/index.js +16 -0
- package/dist/Tooltip/index.mjs +8 -0
- package/dist/Tooltip-d1fc7e74.js +104 -0
- package/dist/Tooltip-ef3d6ef4.js +112 -0
- package/dist/Typography/css/Emphasis.css.d.ts +6 -0
- package/dist/Typography/css/FontFamilies.css.d.ts +6 -0
- package/dist/Typography/css/FontSizes.css.d.ts +12 -0
- package/dist/Typography/css/FontWeights.css.d.ts +10 -0
- package/dist/Typography/css/TextAlignment.css.d.ts +7 -0
- package/dist/Typography/css/TextCases.css.d.ts +7 -0
- package/dist/Typography/css/TextColors.css.d.ts +22 -0
- package/dist/Typography/css/Truncate.css.d.ts +5 -0
- package/dist/Typography/css/Typography.css.d.ts +5 -0
- package/dist/Typography/index.js +12 -0
- package/dist/Typography/index.mjs +4 -0
- package/dist/Typography-7cc5daf5.js +55 -0
- package/dist/Typography-c45bf216.js +62 -0
- package/dist/getAtlantisConfig-0f3e8af2.js +13 -0
- package/dist/getAtlantisConfig-5b50057c.js +11 -0
- package/dist/helpers-686e91da.js +15 -0
- package/dist/helpers-8ea80269.js +37 -0
- package/dist/index.js +274 -0
- package/dist/index.mjs +162 -0
- package/dist/showToast-59a77248.js +100 -0
- package/dist/showToast-c1e660fd.js +106 -0
- package/dist/style-inject.es-9d2f5f4e.js +30 -0
- package/dist/style-inject.es-a0e1a0ba.js +28 -0
- package/dist/tslib.es6-754e2961.js +46 -0
- package/dist/tslib.es6-c563c1dd.js +43 -0
- package/dist/useActiveLayout-101129a8.js +14 -0
- package/dist/useActiveLayout-adbf2bc3.js +16 -0
- package/dist/useBatchSelect-33acc2fc.js +36 -0
- package/dist/useBatchSelect-ac66c1cb.js +38 -0
- package/dist/useChildComponent-13989d0a.js +15 -0
- package/dist/useChildComponent-d661dbd6.js +21 -0
- package/dist/useResponsiveSizing-10f0860d.js +45 -0
- package/dist/useResponsiveSizing-c1e28e54.js +43 -0
- package/dist/useScrollToActive-056749d8.js +271 -0
- package/dist/useScrollToActive-ace6c5ba.js +259 -0
- package/package.json +6 -364
- package/rollup.config.js +82 -20
- package/dist/index.cjs +0 -6721
- package/dist/index.esm.js +0 -6603
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var DataList_utils = require('./DataList.utils-b72b8d0d.js');
|
|
5
|
+
var DataListContext = require('./DataListContext-f40570a7.js');
|
|
6
|
+
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
|
+
|
|
11
|
+
// This component is meant to capture the props of the DataList.Filters
|
|
12
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
13
|
+
function DataListStatusBar(_) {
|
|
14
|
+
return null;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Renders the DataList.StatusBar component
|
|
18
|
+
*/
|
|
19
|
+
function InternalDataListStatusBar() {
|
|
20
|
+
const { children: parentChildren } = DataListContext.useDataListContext();
|
|
21
|
+
const component = DataList_utils.getCompoundComponent(parentChildren, DataListStatusBar);
|
|
22
|
+
if (!component)
|
|
23
|
+
return null;
|
|
24
|
+
const children = component === null || component === void 0 ? void 0 : component.props.children;
|
|
25
|
+
return React__default["default"].createElement(React__default["default"].Fragment, null, children);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
exports.DataListStatusBar = DataListStatusBar;
|
|
29
|
+
exports.InternalDataListStatusBar = InternalDataListStatusBar;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var classnames = require('classnames');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
6
|
+
var DataList_const = require('./DataList.const-c05b47de.js');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
11
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
|
+
|
|
13
|
+
var css_248z = ".PGOHzrMh374- {\n --offset: 1px;\n --sticky-header-transition-properties: var(--timing-base) ease-in-out;\n\n position: sticky;\n top: calc(1px * -1);\n top: calc(var(--offset) * -1);\n z-index: 1;\n z-index: var(--elevation-base);\n padding-top: 1px;\n padding-top: var(--offset);\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n}\n\n/**\n * Draw a border that gets covered by the column headers border when it shows up.\n *\n * Mostly to prevent us from writing some complex JS to remove the border when\n * the column headers show up.\n */\n\n.PGOHzrMh374-::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: 0;\n left: 50%;\n z-index: -1;\n width: 0;\n height: 0;\n background-color: rgb(217, 223, 225);\n background-color: var(--color-border);\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n transition: height var(--sticky-header-transition-properties)\n 100ms,\n width var(--sticky-header-transition-properties);\n transition: height var(--sticky-header-transition-properties)\n var(--timing-quick),\n width var(--sticky-header-transition-properties);\n}\n\n.PGjWc5ocjpI-::before {\n width: 100%;\n height: calc(16px / 8);\n height: var(--border-thick);\n transition: height var(--sticky-header-transition-properties),\n width var(--sticky-header-transition-properties) 100ms;\n transition: height var(--sticky-header-transition-properties),\n width var(--sticky-header-transition-properties) var(--timing-quick);\n}\n";
|
|
14
|
+
var styles = {"header":"PGOHzrMh374-","stuck":"PGjWc5ocjpI-"};
|
|
15
|
+
styleInject_es.styleInject(css_248z);
|
|
16
|
+
|
|
17
|
+
function DataListStickyHeader({ children }) {
|
|
18
|
+
const [isStuck, setIsStuck] = React.useState(false);
|
|
19
|
+
const ref = React.useRef(null);
|
|
20
|
+
const handleObserver = React.useCallback(([e]) => setIsStuck(e.intersectionRatio < 1), [setIsStuck]);
|
|
21
|
+
React.useEffect(() => {
|
|
22
|
+
if (!window.IntersectionObserver)
|
|
23
|
+
return;
|
|
24
|
+
const observer = new IntersectionObserver(handleObserver, { threshold: 1 });
|
|
25
|
+
ref.current && observer.observe(ref.current);
|
|
26
|
+
return () => {
|
|
27
|
+
ref.current && observer.unobserve(ref.current);
|
|
28
|
+
};
|
|
29
|
+
}, [handleObserver, ref.current]);
|
|
30
|
+
return (React__default["default"].createElement("div", { "data-testid": DataList_const.DATA_LIST_STICKY_HEADER_TEST_ID, ref: ref, className: classnames__default["default"](styles.header, { [styles.stuck]: isStuck }) }, children));
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.DataListStickyHeader = DataListStickyHeader;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import classnames from 'classnames';
|
|
2
|
+
import React, { useState, useRef, useCallback, useEffect } from 'react';
|
|
3
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
4
|
+
import { a as DATA_LIST_STICKY_HEADER_TEST_ID } from './DataList.const-3ae7ceef.js';
|
|
5
|
+
|
|
6
|
+
var css_248z = ".PGOHzrMh374- {\n --offset: 1px;\n --sticky-header-transition-properties: var(--timing-base) ease-in-out;\n\n position: sticky;\n top: calc(1px * -1);\n top: calc(var(--offset) * -1);\n z-index: 1;\n z-index: var(--elevation-base);\n padding-top: 1px;\n padding-top: var(--offset);\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n}\n\n/**\n * Draw a border that gets covered by the column headers border when it shows up.\n *\n * Mostly to prevent us from writing some complex JS to remove the border when\n * the column headers show up.\n */\n\n.PGOHzrMh374-::before {\n content: \"\";\n display: block;\n position: absolute;\n bottom: 0;\n left: 50%;\n z-index: -1;\n width: 0;\n height: 0;\n background-color: rgb(217, 223, 225);\n background-color: var(--color-border);\n -webkit-transform: translateX(-50%);\n transform: translateX(-50%);\n transition: height var(--sticky-header-transition-properties)\n 100ms,\n width var(--sticky-header-transition-properties);\n transition: height var(--sticky-header-transition-properties)\n var(--timing-quick),\n width var(--sticky-header-transition-properties);\n}\n\n.PGjWc5ocjpI-::before {\n width: 100%;\n height: calc(16px / 8);\n height: var(--border-thick);\n transition: height var(--sticky-header-transition-properties),\n width var(--sticky-header-transition-properties) 100ms;\n transition: height var(--sticky-header-transition-properties),\n width var(--sticky-header-transition-properties) var(--timing-quick);\n}\n";
|
|
7
|
+
var styles = {"header":"PGOHzrMh374-","stuck":"PGjWc5ocjpI-"};
|
|
8
|
+
styleInject(css_248z);
|
|
9
|
+
|
|
10
|
+
function DataListStickyHeader({ children }) {
|
|
11
|
+
const [isStuck, setIsStuck] = useState(false);
|
|
12
|
+
const ref = useRef(null);
|
|
13
|
+
const handleObserver = useCallback(([e]) => setIsStuck(e.intersectionRatio < 1), [setIsStuck]);
|
|
14
|
+
useEffect(() => {
|
|
15
|
+
if (!window.IntersectionObserver)
|
|
16
|
+
return;
|
|
17
|
+
const observer = new IntersectionObserver(handleObserver, { threshold: 1 });
|
|
18
|
+
ref.current && observer.observe(ref.current);
|
|
19
|
+
return () => {
|
|
20
|
+
ref.current && observer.unobserve(ref.current);
|
|
21
|
+
};
|
|
22
|
+
}, [handleObserver, ref.current]);
|
|
23
|
+
return (React.createElement("div", { "data-testid": DATA_LIST_STICKY_HEADER_TEST_ID, ref: ref, className: classnames(styles.header, { [styles.stuck]: isStuck }) }, children));
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { DataListStickyHeader as D };
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import React, { useRef, useState, useEffect } from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
4
|
+
import { I as InlineLabel } from './InlineLabel-b7d9e402.js';
|
|
5
|
+
import { T as Text } from './Text-c9162504.js';
|
|
6
|
+
|
|
7
|
+
var css_248z = "._8MYxAQYdZzM- {\n position: relative;\n}\n\n.WRV-UmQmPzo- {\n --inline-label-height: calc(\n var(--typography--fontSize-small) * 1.5 + calc(var(--space-smaller) * 1.25) *\n 2\n );\n\n display: -ms-flexbox;\n\n display: flex;\n z-index: 0;\n z-index: var(--elevation-default);\n max-height: calc((\n ((16px * 1) * 0.75) * 1.5 + ((16px / 4) * 1.25) *\n 2\n ) * 2);\n max-height: calc(calc(\n calc(calc(16px * 1) * 0.75) * 1.5 + calc(calc(16px / 4) * 1.25) *\n 2\n ) * 2);\n max-height: calc(var(--inline-label-height) * 2);\n overflow: hidden;\n white-space: nowrap;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n gap: calc(16px / 4);\n gap: var(--space-smaller);\n}\n\n.ND-cN-mX5-c- {\n -webkit-mask-image: linear-gradient(\n to left,\n transparent,\n transparent calc(16px * 1.5),\n rgba(0, 0, 0, 1) calc(16px * 3),\n rgba(0, 0, 0, 1)\n );\n -webkit-mask-image: linear-gradient(\n to left,\n transparent,\n transparent var(--space-large),\n rgba(0, 0, 0, 1) var(--space-largest),\n rgba(0, 0, 0, 1)\n );\n mask-image: linear-gradient(\n to left,\n transparent,\n transparent calc(16px * 1.5),\n rgba(0, 0, 0, 1) calc(16px * 3),\n rgba(0, 0, 0, 1)\n );\n mask-image: linear-gradient(\n to left,\n transparent,\n transparent var(--space-large),\n rgba(0, 0, 0, 1) var(--space-largest),\n rgba(0, 0, 0, 1)\n );\n}\n\n.liQeWCMenD0- {\n display: -ms-flexbox;\n display: flex;\n position: absolute;\n top: 0;\n right: 0;\n height: 100%;\n -ms-flex-align: center;\n align-items: center;\n}\n";
|
|
8
|
+
var styles = {"tagWrapper":"_8MYxAQYdZzM-","tags":"WRV-UmQmPzo-","tagsMask":"ND-cN-mX5-c-","tagCount":"liQeWCMenD0-"};
|
|
9
|
+
styleInject(css_248z);
|
|
10
|
+
|
|
11
|
+
function DataListTags({ items }) {
|
|
12
|
+
const ref = useRef(null);
|
|
13
|
+
const [visibleIndex, setVisibleIndex] = useState([]);
|
|
14
|
+
const visibleItems = visibleIndex.filter(Boolean).length;
|
|
15
|
+
const shouldShowTagCount = Boolean(visibleItems);
|
|
16
|
+
useEffect(() => {
|
|
17
|
+
var _a;
|
|
18
|
+
if (!window.IntersectionObserver)
|
|
19
|
+
return;
|
|
20
|
+
setVisibleIndex([]);
|
|
21
|
+
const observer = new IntersectionObserver(handleIntersection, {
|
|
22
|
+
root: ref.current,
|
|
23
|
+
threshold: buildIntersectionThreshold(items),
|
|
24
|
+
});
|
|
25
|
+
const elements = (_a = ref.current) === null || _a === void 0 ? void 0 : _a.querySelectorAll("[data-tag-element]");
|
|
26
|
+
elements === null || elements === void 0 ? void 0 : elements.forEach(element => observer.observe(element));
|
|
27
|
+
return () => {
|
|
28
|
+
elements === null || elements === void 0 ? void 0 : elements.forEach(element => observer.unobserve(element));
|
|
29
|
+
};
|
|
30
|
+
}, [items]);
|
|
31
|
+
return (React.createElement("div", { className: styles.tagWrapper, ref: ref },
|
|
32
|
+
React.createElement("div", { className: classnames(styles.tags, {
|
|
33
|
+
[styles.tagsMask]: shouldShowTagCount,
|
|
34
|
+
}) }, items.filter(Boolean).map((tag, index) => (React.createElement("div", { key: tag, "data-tag-element": index },
|
|
35
|
+
React.createElement(InlineLabel, null, tag))))),
|
|
36
|
+
shouldShowTagCount && (React.createElement("div", { className: styles.tagCount },
|
|
37
|
+
React.createElement(Text, null,
|
|
38
|
+
"+",
|
|
39
|
+
visibleItems)))));
|
|
40
|
+
function handleIntersection(...[entries]) {
|
|
41
|
+
entries.forEach(entry => {
|
|
42
|
+
const index = entry.target.getAttribute("data-tag-element");
|
|
43
|
+
const indexNumber = Number(index);
|
|
44
|
+
if (!index || isNaN(indexNumber))
|
|
45
|
+
return;
|
|
46
|
+
setVisibleIndex(prevState => {
|
|
47
|
+
const newState = [...prevState];
|
|
48
|
+
newState[indexNumber] = entry.intersectionRatio !== 1;
|
|
49
|
+
return newState;
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
function buildIntersectionThreshold(items) {
|
|
55
|
+
const thresholds = [];
|
|
56
|
+
const totalItems = items.length;
|
|
57
|
+
for (let i = 1.0; i <= totalItems; i++) {
|
|
58
|
+
const ratio = i / totalItems;
|
|
59
|
+
thresholds.push(ratio);
|
|
60
|
+
}
|
|
61
|
+
thresholds.push(0);
|
|
62
|
+
return thresholds;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export { DataListTags as D };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var classnames = require('classnames');
|
|
5
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
6
|
+
var InlineLabel = require('./InlineLabel-a6557829.js');
|
|
7
|
+
var Text = require('./Text-259af966.js');
|
|
8
|
+
|
|
9
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
|
+
|
|
11
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
|
+
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
13
|
+
|
|
14
|
+
var css_248z = "._8MYxAQYdZzM- {\n position: relative;\n}\n\n.WRV-UmQmPzo- {\n --inline-label-height: calc(\n var(--typography--fontSize-small) * 1.5 + calc(var(--space-smaller) * 1.25) *\n 2\n );\n\n display: -ms-flexbox;\n\n display: flex;\n z-index: 0;\n z-index: var(--elevation-default);\n max-height: calc((\n ((16px * 1) * 0.75) * 1.5 + ((16px / 4) * 1.25) *\n 2\n ) * 2);\n max-height: calc(calc(\n calc(calc(16px * 1) * 0.75) * 1.5 + calc(calc(16px / 4) * 1.25) *\n 2\n ) * 2);\n max-height: calc(var(--inline-label-height) * 2);\n overflow: hidden;\n white-space: nowrap;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n gap: calc(16px / 4);\n gap: var(--space-smaller);\n}\n\n.ND-cN-mX5-c- {\n -webkit-mask-image: linear-gradient(\n to left,\n transparent,\n transparent calc(16px * 1.5),\n rgba(0, 0, 0, 1) calc(16px * 3),\n rgba(0, 0, 0, 1)\n );\n -webkit-mask-image: linear-gradient(\n to left,\n transparent,\n transparent var(--space-large),\n rgba(0, 0, 0, 1) var(--space-largest),\n rgba(0, 0, 0, 1)\n );\n mask-image: linear-gradient(\n to left,\n transparent,\n transparent calc(16px * 1.5),\n rgba(0, 0, 0, 1) calc(16px * 3),\n rgba(0, 0, 0, 1)\n );\n mask-image: linear-gradient(\n to left,\n transparent,\n transparent var(--space-large),\n rgba(0, 0, 0, 1) var(--space-largest),\n rgba(0, 0, 0, 1)\n );\n}\n\n.liQeWCMenD0- {\n display: -ms-flexbox;\n display: flex;\n position: absolute;\n top: 0;\n right: 0;\n height: 100%;\n -ms-flex-align: center;\n align-items: center;\n}\n";
|
|
15
|
+
var styles = {"tagWrapper":"_8MYxAQYdZzM-","tags":"WRV-UmQmPzo-","tagsMask":"ND-cN-mX5-c-","tagCount":"liQeWCMenD0-"};
|
|
16
|
+
styleInject_es.styleInject(css_248z);
|
|
17
|
+
|
|
18
|
+
function DataListTags({ items }) {
|
|
19
|
+
const ref = React.useRef(null);
|
|
20
|
+
const [visibleIndex, setVisibleIndex] = React.useState([]);
|
|
21
|
+
const visibleItems = visibleIndex.filter(Boolean).length;
|
|
22
|
+
const shouldShowTagCount = Boolean(visibleItems);
|
|
23
|
+
React.useEffect(() => {
|
|
24
|
+
var _a;
|
|
25
|
+
if (!window.IntersectionObserver)
|
|
26
|
+
return;
|
|
27
|
+
setVisibleIndex([]);
|
|
28
|
+
const observer = new IntersectionObserver(handleIntersection, {
|
|
29
|
+
root: ref.current,
|
|
30
|
+
threshold: buildIntersectionThreshold(items),
|
|
31
|
+
});
|
|
32
|
+
const elements = (_a = ref.current) === null || _a === void 0 ? void 0 : _a.querySelectorAll("[data-tag-element]");
|
|
33
|
+
elements === null || elements === void 0 ? void 0 : elements.forEach(element => observer.observe(element));
|
|
34
|
+
return () => {
|
|
35
|
+
elements === null || elements === void 0 ? void 0 : elements.forEach(element => observer.unobserve(element));
|
|
36
|
+
};
|
|
37
|
+
}, [items]);
|
|
38
|
+
return (React__default["default"].createElement("div", { className: styles.tagWrapper, ref: ref },
|
|
39
|
+
React__default["default"].createElement("div", { className: classnames__default["default"](styles.tags, {
|
|
40
|
+
[styles.tagsMask]: shouldShowTagCount,
|
|
41
|
+
}) }, items.filter(Boolean).map((tag, index) => (React__default["default"].createElement("div", { key: tag, "data-tag-element": index },
|
|
42
|
+
React__default["default"].createElement(InlineLabel.InlineLabel, null, tag))))),
|
|
43
|
+
shouldShowTagCount && (React__default["default"].createElement("div", { className: styles.tagCount },
|
|
44
|
+
React__default["default"].createElement(Text.Text, null,
|
|
45
|
+
"+",
|
|
46
|
+
visibleItems)))));
|
|
47
|
+
function handleIntersection(...[entries]) {
|
|
48
|
+
entries.forEach(entry => {
|
|
49
|
+
const index = entry.target.getAttribute("data-tag-element");
|
|
50
|
+
const indexNumber = Number(index);
|
|
51
|
+
if (!index || isNaN(indexNumber))
|
|
52
|
+
return;
|
|
53
|
+
setVisibleIndex(prevState => {
|
|
54
|
+
const newState = [...prevState];
|
|
55
|
+
newState[indexNumber] = entry.intersectionRatio !== 1;
|
|
56
|
+
return newState;
|
|
57
|
+
});
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
function buildIntersectionThreshold(items) {
|
|
62
|
+
const thresholds = [];
|
|
63
|
+
const totalItems = items.length;
|
|
64
|
+
for (let i = 1.0; i <= totalItems; i++) {
|
|
65
|
+
const ratio = i / totalItems;
|
|
66
|
+
thresholds.push(ratio);
|
|
67
|
+
}
|
|
68
|
+
thresholds.push(0);
|
|
69
|
+
return thresholds;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
exports.DataListTags = DataListTags;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
5
|
+
var Text = require('./Text-259af966.js');
|
|
6
|
+
var Glimmer = require('./Glimmer-84dee1ed.js');
|
|
7
|
+
|
|
8
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
11
|
+
|
|
12
|
+
var css_248z = ".F56prQsXm3A- {\n min-width: 80px;\n margin-left: calc(16px / 2);\n margin-left: var(--space-small);\n}\n";
|
|
13
|
+
var styles = {"results":"F56prQsXm3A-"};
|
|
14
|
+
styleInject_es.styleInject(css_248z);
|
|
15
|
+
|
|
16
|
+
const DATALIST_TOTALCOUNT_TEST_ID = "ATL-DataList-TotalCount";
|
|
17
|
+
function DataListTotalCount({ totalCount, loading, }) {
|
|
18
|
+
if (totalCount === undefined)
|
|
19
|
+
return null;
|
|
20
|
+
let output = null;
|
|
21
|
+
if (totalCount === null && loading) {
|
|
22
|
+
output = React__default["default"].createElement(Glimmer.Glimmer, { size: "auto", shape: "rectangle" });
|
|
23
|
+
}
|
|
24
|
+
if (typeof totalCount === "number") {
|
|
25
|
+
output = (React__default["default"].createElement(Text.Text, { variation: "subdued" },
|
|
26
|
+
"(",
|
|
27
|
+
totalCount.toLocaleString(),
|
|
28
|
+
" results)"));
|
|
29
|
+
}
|
|
30
|
+
return (React__default["default"].createElement("div", { className: styles.results, "data-testid": DATALIST_TOTALCOUNT_TEST_ID }, output));
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.DATALIST_TOTALCOUNT_TEST_ID = DATALIST_TOTALCOUNT_TEST_ID;
|
|
34
|
+
exports.DataListTotalCount = DataListTotalCount;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
3
|
+
import { T as Text } from './Text-c9162504.js';
|
|
4
|
+
import { G as Glimmer } from './Glimmer-aea7f8ae.js';
|
|
5
|
+
|
|
6
|
+
var css_248z = ".F56prQsXm3A- {\n min-width: 80px;\n margin-left: calc(16px / 2);\n margin-left: var(--space-small);\n}\n";
|
|
7
|
+
var styles = {"results":"F56prQsXm3A-"};
|
|
8
|
+
styleInject(css_248z);
|
|
9
|
+
|
|
10
|
+
const DATALIST_TOTALCOUNT_TEST_ID = "ATL-DataList-TotalCount";
|
|
11
|
+
function DataListTotalCount({ totalCount, loading, }) {
|
|
12
|
+
if (totalCount === undefined)
|
|
13
|
+
return null;
|
|
14
|
+
let output = null;
|
|
15
|
+
if (totalCount === null && loading) {
|
|
16
|
+
output = React.createElement(Glimmer, { size: "auto", shape: "rectangle" });
|
|
17
|
+
}
|
|
18
|
+
if (typeof totalCount === "number") {
|
|
19
|
+
output = (React.createElement(Text, { variation: "subdued" },
|
|
20
|
+
"(",
|
|
21
|
+
totalCount.toLocaleString(),
|
|
22
|
+
" results)"));
|
|
23
|
+
}
|
|
24
|
+
return (React.createElement("div", { className: styles.results, "data-testid": DATALIST_TOTALCOUNT_TEST_ID }, output));
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { DataListTotalCount as D, DATALIST_TOTALCOUNT_TEST_ID as a };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DataTable = require('../DataTable-4afcfbc6.js');
|
|
6
|
+
var helpers = require('../helpers-8ea80269.js');
|
|
7
|
+
var reactTable = require('@tanstack/react-table');
|
|
8
|
+
require('classnames');
|
|
9
|
+
require('react');
|
|
10
|
+
require('@jobber/hooks/useResizeObserver');
|
|
11
|
+
require('../style-inject.es-9d2f5f4e.js');
|
|
12
|
+
require('../Glimmer-84dee1ed.js');
|
|
13
|
+
require('../tslib.es6-754e2961.js');
|
|
14
|
+
require('../Content-e3f7b6fc.js');
|
|
15
|
+
require('../Option-3c4d377e.js');
|
|
16
|
+
require('../FormField-6ff183f8.js');
|
|
17
|
+
require('react-hook-form');
|
|
18
|
+
require('@jobber/hooks/useShowClear');
|
|
19
|
+
require('../Button-b73a5e01.js');
|
|
20
|
+
require('react-router-dom');
|
|
21
|
+
require('../Icon-405a216c.js');
|
|
22
|
+
require('@jobber/design');
|
|
23
|
+
require('../Typography-c45bf216.js');
|
|
24
|
+
require('../Text-259af966.js');
|
|
25
|
+
require('../InputValidation-05e839fa.js');
|
|
26
|
+
require('framer-motion');
|
|
27
|
+
require('../Spinner-9d8fc7ff.js');
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
exports.DataTable = DataTable.DataTable;
|
|
32
|
+
exports.mockContainerWidth = helpers.mockContainerWidth;
|
|
33
|
+
Object.defineProperty(exports, 'createColumnHelper', {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
get: function () { return reactTable.createColumnHelper; }
|
|
36
|
+
});
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export { D as DataTable } from '../DataTable-8d4b2d3a.js';
|
|
2
|
+
export { m as mockContainerWidth } from '../helpers-686e91da.js';
|
|
3
|
+
export { createColumnHelper } from '@tanstack/react-table';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import 'react';
|
|
6
|
+
import '@jobber/hooks/useResizeObserver';
|
|
7
|
+
import '../style-inject.es-a0e1a0ba.js';
|
|
8
|
+
import '../Glimmer-aea7f8ae.js';
|
|
9
|
+
import '../tslib.es6-c563c1dd.js';
|
|
10
|
+
import '../Content-c4ea919f.js';
|
|
11
|
+
import '../Option-18ddab50.js';
|
|
12
|
+
import '../FormField-8118cfc8.js';
|
|
13
|
+
import 'react-hook-form';
|
|
14
|
+
import '@jobber/hooks/useShowClear';
|
|
15
|
+
import '../Button-9ae092b3.js';
|
|
16
|
+
import 'react-router-dom';
|
|
17
|
+
import '../Icon-22723fe6.js';
|
|
18
|
+
import '@jobber/design';
|
|
19
|
+
import '../Typography-7cc5daf5.js';
|
|
20
|
+
import '../Text-c9162504.js';
|
|
21
|
+
import '../InputValidation-d68fb034.js';
|
|
22
|
+
import 'framer-motion';
|
|
23
|
+
import '../Spinner-5d8359b8.js';
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var helpers = require('../../helpers-8ea80269.js');
|
|
6
|
+
require('@jobber/hooks/useResizeObserver');
|
|
7
|
+
|
|
8
|
+
const data = [
|
|
9
|
+
{
|
|
10
|
+
name: "Eddard",
|
|
11
|
+
house: "Stark",
|
|
12
|
+
region: "North",
|
|
13
|
+
sigil: "Direwolf",
|
|
14
|
+
isAlive: "No",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
name: "Catelyn",
|
|
18
|
+
house: "Stark",
|
|
19
|
+
region: "North",
|
|
20
|
+
sigil: "Direwolf",
|
|
21
|
+
isAlive: "No",
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
name: "Jon Snow",
|
|
25
|
+
house: "Stark",
|
|
26
|
+
region: "North",
|
|
27
|
+
sigil: "Direwolf",
|
|
28
|
+
isAlive: "Yes",
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
name: "Robert",
|
|
32
|
+
house: "Stark",
|
|
33
|
+
region: "North",
|
|
34
|
+
sigil: "Direwolf",
|
|
35
|
+
isAlive: "No",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: "Rickon",
|
|
39
|
+
house: "Stark",
|
|
40
|
+
region: "North",
|
|
41
|
+
sigil: "Direwolf",
|
|
42
|
+
isAlive: "No",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: "Robert",
|
|
46
|
+
house: "Baratheon",
|
|
47
|
+
region: "Stormlands",
|
|
48
|
+
sigil: "Black Stag",
|
|
49
|
+
isAlive: "No",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: "Cercei",
|
|
53
|
+
house: "Lannister",
|
|
54
|
+
region: "Westerlands",
|
|
55
|
+
sigil: "Golden Lion",
|
|
56
|
+
isAlive: "Yes",
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
name: "Sansa",
|
|
60
|
+
house: "Stark",
|
|
61
|
+
region: "North",
|
|
62
|
+
sigil: "Direwolf",
|
|
63
|
+
isAlive: "Yes",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: "Arya",
|
|
67
|
+
house: "Stark",
|
|
68
|
+
region: "North",
|
|
69
|
+
sigil: "Direwolf",
|
|
70
|
+
isAlive: "Yes",
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: "Bran",
|
|
74
|
+
house: "Stark",
|
|
75
|
+
region: "North",
|
|
76
|
+
sigil: "Direwolf",
|
|
77
|
+
isAlive: "Yes",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
name: "Joffrey",
|
|
81
|
+
house: "Baratheon",
|
|
82
|
+
region: "Stormlands",
|
|
83
|
+
sigil: "Black Stag",
|
|
84
|
+
isAlive: "No",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: "Myrcella",
|
|
88
|
+
house: "Baratheon",
|
|
89
|
+
region: "Stormlands",
|
|
90
|
+
sigil: "Black Stag",
|
|
91
|
+
isAlive: "Yes",
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
name: "Tommen",
|
|
95
|
+
house: "Baratheon",
|
|
96
|
+
region: "Stormlands",
|
|
97
|
+
sigil: "Black Stag",
|
|
98
|
+
isAlive: "Yes",
|
|
99
|
+
},
|
|
100
|
+
];
|
|
101
|
+
const columns = [
|
|
102
|
+
{
|
|
103
|
+
accessorKey: "name",
|
|
104
|
+
cell: info => info.getValue(),
|
|
105
|
+
header: "Name",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
accessorKey: "house",
|
|
109
|
+
cell: info => info.getValue(),
|
|
110
|
+
header: "House",
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
accessorKey: "region",
|
|
114
|
+
cell: info => info.getValue(),
|
|
115
|
+
header: "Region",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
accessorKey: "sigil",
|
|
119
|
+
cell: info => info.getValue(),
|
|
120
|
+
header: "Sigil",
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
accessorKey: "isAlive",
|
|
124
|
+
accessorFn: row => (row.name === "Jon Snow" ? "Resurrected" : row.isAlive),
|
|
125
|
+
cell: info => info.getValue(),
|
|
126
|
+
header: "Alive",
|
|
127
|
+
},
|
|
128
|
+
];
|
|
129
|
+
const royaltyReportColumns = [
|
|
130
|
+
{
|
|
131
|
+
id: "franchiseName",
|
|
132
|
+
accessorKey: "franchiseName",
|
|
133
|
+
header: "Franchise Name",
|
|
134
|
+
footer: "Report Totals ($)",
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
id: "payment",
|
|
138
|
+
accessorKey: "payment",
|
|
139
|
+
header: "Payment ($)",
|
|
140
|
+
footer: "10,050,400",
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
id: "royaltyRate",
|
|
144
|
+
accessorKey: "royaltyRate",
|
|
145
|
+
header: "Royalty Rate (%)",
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
id: "royaltyAmount",
|
|
149
|
+
accessorKey: "royaltyAmount",
|
|
150
|
+
header: "Royalty Amount ($)",
|
|
151
|
+
footer: "300,000",
|
|
152
|
+
},
|
|
153
|
+
];
|
|
154
|
+
const royaltyReportData = [
|
|
155
|
+
{
|
|
156
|
+
franchiseName: "The Patch Boys of Macon and Warner Robins",
|
|
157
|
+
payment: "1,000,000",
|
|
158
|
+
royaltyRate: 5,
|
|
159
|
+
royaltyAmount: "50,000",
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
franchiseName: "The Patch Boys of San Antonio",
|
|
163
|
+
payment: "2,000,000",
|
|
164
|
+
royaltyRate: 5,
|
|
165
|
+
royaltyAmount: "40,000",
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
franchiseName: "The Patch Boys of Phoenix",
|
|
169
|
+
payment: "1,250,000",
|
|
170
|
+
royaltyRate: 8,
|
|
171
|
+
royaltyAmount: "20,000",
|
|
172
|
+
},
|
|
173
|
+
];
|
|
174
|
+
const columnSizeData = [
|
|
175
|
+
{
|
|
176
|
+
name: "Daenerys Stormborn of House Targaryen, the First of Her Name, Queen of the Andals and the First Men, Protector of the Seven Kingdoms, the Mother of Dragons, the Khaleesi of the Great Grass Sea, the Unburnt, the Breaker of Chains.",
|
|
177
|
+
points: "1,000,000",
|
|
178
|
+
chance: 5,
|
|
179
|
+
power: "50,000",
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
name: "Aegon “The Conqueror” Targaryen and Rhaenys Targaryen",
|
|
183
|
+
points: "2,000,000",
|
|
184
|
+
chance: 5,
|
|
185
|
+
power: "40,000",
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
name: "Jaehaerys “The Old King” Targaryen and Alysanne Targaryen",
|
|
189
|
+
points: "1,250,000",
|
|
190
|
+
chance: 8,
|
|
191
|
+
power: "20,000",
|
|
192
|
+
},
|
|
193
|
+
];
|
|
194
|
+
const columSizeColumns = [
|
|
195
|
+
{
|
|
196
|
+
id: "name",
|
|
197
|
+
accessorKey: "name",
|
|
198
|
+
header: "Name",
|
|
199
|
+
footer: "Totals",
|
|
200
|
+
enableResizing: false,
|
|
201
|
+
cell: (info) => info.getValue(),
|
|
202
|
+
size: 538,
|
|
203
|
+
minSize: 438,
|
|
204
|
+
maxSize: 538,
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
id: "points",
|
|
208
|
+
accessorKey: "points",
|
|
209
|
+
header: "Points",
|
|
210
|
+
footer: "10,050,400",
|
|
211
|
+
cell: (info) => info.getValue(),
|
|
212
|
+
size: 268,
|
|
213
|
+
minSize: 168,
|
|
214
|
+
maxSize: 268,
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
id: "chance",
|
|
218
|
+
accessorKey: "chance",
|
|
219
|
+
header: "Chance (%)",
|
|
220
|
+
cell: (info) => info.getValue(),
|
|
221
|
+
size: 268,
|
|
222
|
+
minSize: 168,
|
|
223
|
+
maxSize: 268,
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
id: "power",
|
|
227
|
+
accessorKey: "power",
|
|
228
|
+
header: "Power",
|
|
229
|
+
footer: "300,000",
|
|
230
|
+
cell: (info) => info.getValue(),
|
|
231
|
+
size: 268,
|
|
232
|
+
minSize: 168,
|
|
233
|
+
maxSize: 268,
|
|
234
|
+
},
|
|
235
|
+
];
|
|
236
|
+
|
|
237
|
+
exports.mockContainerWidth = helpers.mockContainerWidth;
|
|
238
|
+
exports.columSizeColumns = columSizeColumns;
|
|
239
|
+
exports.columnSizeData = columnSizeData;
|
|
240
|
+
exports.columns = columns;
|
|
241
|
+
exports.data = data;
|
|
242
|
+
exports.royaltyReportColumns = royaltyReportColumns;
|
|
243
|
+
exports.royaltyReportData = royaltyReportData;
|