@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,188 @@
|
|
|
1
|
+
import { _ as __rest, a as __awaiter } from './tslib.es6-c563c1dd.js';
|
|
2
|
+
import React, { useState, useEffect, forwardRef, useRef } from 'react';
|
|
3
|
+
import debounce from 'lodash/debounce';
|
|
4
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
5
|
+
import classnames from 'classnames';
|
|
6
|
+
import { createPortal } from 'react-dom';
|
|
7
|
+
import { usePopper } from 'react-popper';
|
|
8
|
+
import { useOnKeyDown } from '@jobber/hooks/useOnKeyDown';
|
|
9
|
+
import { useSafeLayoutEffect } from '@jobber/hooks/useSafeLayoutEffect';
|
|
10
|
+
import { T as Text } from './Text-c9162504.js';
|
|
11
|
+
import { I as Icon } from './Icon-22723fe6.js';
|
|
12
|
+
import { H as Heading } from './Heading-93e755cb.js';
|
|
13
|
+
import { I as InputText } from './InputText-8dbcfe70.js';
|
|
14
|
+
|
|
15
|
+
var css_248z = ".v0Cys9vQ-NE- {\n position: relative;\n width: 100%;\n}\n\n.CX-N-e0e6og- {\n display: none;\n position: absolute;\n z-index: calc(6 + 1001);\n z-index: calc(var(--elevation-menu) + var(--elevation-modal));\n width: 100%;\n /* Unfortunately this is how we define our line item picker height in jobber online.\n This is a concession to maintain visual parity. */\n max-height: 300px;\n box-shadow: 0px calc(16px / 16) calc(16px / 4) 0px\n rgba(0, 0, 0, 0.1),\n 0px calc(16px / 4) 12px 0px rgba(0, 0, 0, 0.05);\n box-shadow: var(--shadow-base);\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: calc(16px / 16) solid var(--color-color-border);\n border: var(--border-base) solid var(--color-color-border);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n overflow: auto;\n scroll-behavior: smooth;\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n}\n\n.CX-N-e0e6og- h5 {\n padding: calc(16px / 2) 0 calc(16px / 4) calc(16px / 2);\n padding: var(--space-small) 0 var(--space-smaller) var(--space-small);\n border-bottom: calc(16px / 16) solid rgb(1, 41, 57);\n border-bottom: var(--border-base) solid var(--color-border--section);\n}\n\n.CX-N-e0e6og-._4PlUaegVpkk- {\n display: block;\n}\n\n.CX-N-e0e6og-._4PlUaegVpkk-:empty {\n display: none;\n}\n\n.ucQtG0iwqbo- {\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -ms-flex-line-pack: stretch;\n align-content: stretch;\n -ms-flex-align: center;\n align-items: center;\n padding: calc(16px / 2);\n padding: var(--space-small);\n border: none;\n text-align: left;\n list-style: none;\n background-color: transparent;\n cursor: pointer;\n transition: all 200ms;\n transition: all var(--timing-base);\n}\n\n.ucQtG0iwqbo-:hover,\n.ucQtG0iwqbo-:focus,\n.ucQtG0iwqbo-.r8HS-ma79QE- {\n background-color: rgb(244, 246, 250);\n background-color: var(--color-surface--hover);\n outline-color: rgb(147, 161, 169);\n outline-color: var(--color-focus);\n}\n\n.ucQtG0iwqbo-.ydwLX44YFZc-:not(:last-child) {\n border-bottom: calc(16px / 16) solid rgb(217, 223, 225);\n border-bottom: var(--border-base) solid var(--color-border);\n}\n\n.CX-N-e0e6og-:hover .ucQtG0iwqbo-.r8HS-ma79QE-:not(:hover) {\n background-color: transparent;\n outline-color: transparent;\n}\n\n.v0Cys9vQ-NE- .PvUgNoAUG7A-:not(:first-child) {\n padding-top: calc(16px / 2);\n padding-top: var(--space-small);\n}\n\n.ucQtG0iwqbo- .DAOOFUZ1BRM- {\n -ms-flex: 0 1 auto;\n flex: 0 1 auto;\n -ms-flex-item-align: auto;\n align-self: auto;\n width: calc(16px * 1.5);\n width: var(--space-large);\n}\n\n.ucQtG0iwqbo- .cjKJFup6hGY- {\n display: -ms-inline-flexbox;\n display: inline-flex;\n -ms-flex: 1 100%;\n flex: 1 100%;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n}\n\n.ucQtG0iwqbo- .hG5zNBuI2wA- {\n -ms-flex: 2;\n flex: 2;\n}\n\n.ucQtG0iwqbo- ._3CwjFCbhqi4- {\n -ms-flex: 1;\n flex: 1;\n -ms-flex-item-align: end;\n align-self: flex-end;\n text-align: right;\n}\n";
|
|
16
|
+
var styles = {"autocomplete":"v0Cys9vQ-NE-","options":"CX-N-e0e6og-","visible":"_4PlUaegVpkk-","option":"ucQtG0iwqbo-","active":"r8HS-ma79QE-","separator":"ydwLX44YFZc-","heading":"PvUgNoAUG7A-","icon":"DAOOFUZ1BRM-","text":"cjKJFup6hGY-","label":"hG5zNBuI2wA-","details":"_3CwjFCbhqi4-"};
|
|
17
|
+
styleInject(css_248z);
|
|
18
|
+
|
|
19
|
+
var IndexChange;
|
|
20
|
+
(function (IndexChange) {
|
|
21
|
+
IndexChange[IndexChange["Previous"] = -1] = "Previous";
|
|
22
|
+
IndexChange[IndexChange["Next"] = 1] = "Next";
|
|
23
|
+
})(IndexChange || (IndexChange = {}));
|
|
24
|
+
function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }) {
|
|
25
|
+
const [highlightedIndex, setHighlightedIndex] = useState(0);
|
|
26
|
+
const { menuRef, setMenuRef, styles: popperStyles, attributes, targetWidth, } = useRepositionMenu(attachTo, visible);
|
|
27
|
+
const detectSeparatorCondition = (option) => option.description || option.details;
|
|
28
|
+
const detectGroups = (option) => option.options;
|
|
29
|
+
const addSeparators = options.some(detectSeparatorCondition);
|
|
30
|
+
const initialHighlight = options.some(detectGroups) ? 1 : 0;
|
|
31
|
+
setupKeyListeners();
|
|
32
|
+
useEffect(() => setHighlightedIndex(initialHighlight), [options]);
|
|
33
|
+
const menu = (React.createElement("div", Object.assign({ className: classnames(styles.options, { [styles.visible]: visible }), ref: setMenuRef, style: Object.assign(Object.assign({}, popperStyles.popper), { width: targetWidth }) }, attributes.popper), options.map((option, index) => {
|
|
34
|
+
const optionClass = classnames(styles.option, {
|
|
35
|
+
[styles.active]: index === highlightedIndex,
|
|
36
|
+
[styles.separator]: addSeparators,
|
|
37
|
+
});
|
|
38
|
+
if (isGroup(option)) {
|
|
39
|
+
return (React.createElement("div", { key: option.label, className: styles.heading },
|
|
40
|
+
React.createElement(Heading, { level: 5 }, option.label)));
|
|
41
|
+
}
|
|
42
|
+
return (React.createElement("button", { className: optionClass, key: option.value, onMouseDown: onOptionSelect.bind(undefined, option) },
|
|
43
|
+
React.createElement("div", { className: styles.icon }, isOptionSelected(selectedOption, option) && (React.createElement(Icon, { name: "checkmark", size: "small" }))),
|
|
44
|
+
React.createElement("div", { className: styles.text },
|
|
45
|
+
React.createElement("div", { className: styles.label },
|
|
46
|
+
React.createElement(Text, null, option.label),
|
|
47
|
+
option.description !== undefined && (React.createElement(Text, { variation: "subdued" }, option.description))),
|
|
48
|
+
option.details !== undefined && (React.createElement("div", { className: styles.details },
|
|
49
|
+
React.createElement(Text, null, option.details))))));
|
|
50
|
+
})));
|
|
51
|
+
return createPortal(menu, document.body);
|
|
52
|
+
function setupKeyListeners() {
|
|
53
|
+
useEffect(() => {
|
|
54
|
+
var _a, _b;
|
|
55
|
+
(_b = (_a = menuRef === null || menuRef === void 0 ? void 0 : menuRef.children[highlightedIndex]) === null || _a === void 0 ? void 0 : _a.scrollIntoView) === null || _b === void 0 ? void 0 : _b.call(_a, {
|
|
56
|
+
behavior: "smooth",
|
|
57
|
+
block: "nearest",
|
|
58
|
+
inline: "start",
|
|
59
|
+
});
|
|
60
|
+
}, [highlightedIndex]);
|
|
61
|
+
useOnKeyDown((event) => {
|
|
62
|
+
const indexChange = arrowKeyPress(event, IndexChange.Next);
|
|
63
|
+
if (indexChange) {
|
|
64
|
+
setHighlightedIndex(Math.min(options.length - 1, highlightedIndex + indexChange));
|
|
65
|
+
}
|
|
66
|
+
}, "ArrowDown");
|
|
67
|
+
useOnKeyDown((event) => {
|
|
68
|
+
const indexChange = arrowKeyPress(event, IndexChange.Previous);
|
|
69
|
+
if (indexChange) {
|
|
70
|
+
setHighlightedIndex(Math.max(0, highlightedIndex + indexChange));
|
|
71
|
+
}
|
|
72
|
+
}, "ArrowUp");
|
|
73
|
+
useOnKeyDown((event) => {
|
|
74
|
+
if (!visible)
|
|
75
|
+
return;
|
|
76
|
+
if (isGroup(options[highlightedIndex]))
|
|
77
|
+
return;
|
|
78
|
+
event.preventDefault();
|
|
79
|
+
onOptionSelect(options[highlightedIndex]);
|
|
80
|
+
}, "Enter");
|
|
81
|
+
}
|
|
82
|
+
function arrowKeyPress(event, direction) {
|
|
83
|
+
if (!visible)
|
|
84
|
+
return;
|
|
85
|
+
event.preventDefault();
|
|
86
|
+
const requestedIndex = options[highlightedIndex + direction];
|
|
87
|
+
return requestedIndex && isGroup(requestedIndex)
|
|
88
|
+
? direction + direction
|
|
89
|
+
: direction;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
function isOptionSelected(selectedOption, option) {
|
|
93
|
+
return selectedOption && selectedOption.value === option.value;
|
|
94
|
+
}
|
|
95
|
+
function isGroup(option) {
|
|
96
|
+
if (option.options)
|
|
97
|
+
return true;
|
|
98
|
+
return false;
|
|
99
|
+
}
|
|
100
|
+
function useRepositionMenu(attachTo, visible = false) {
|
|
101
|
+
var _a;
|
|
102
|
+
const [menuRef, setMenuRef] = useState();
|
|
103
|
+
const popper = usePopper(attachTo.current, menuRef, {
|
|
104
|
+
modifiers: [
|
|
105
|
+
{ name: "offset", options: { offset: [0, 8] } },
|
|
106
|
+
{ name: "flip", options: { fallbackPlacements: ["top"] } },
|
|
107
|
+
],
|
|
108
|
+
});
|
|
109
|
+
useSafeLayoutEffect(() => {
|
|
110
|
+
var _a;
|
|
111
|
+
(_a = popper === null || popper === void 0 ? void 0 : popper.update) === null || _a === void 0 ? void 0 : _a.call(popper);
|
|
112
|
+
}, [visible]);
|
|
113
|
+
const targetWidth = (_a = attachTo.current) === null || _a === void 0 ? void 0 : _a.clientWidth;
|
|
114
|
+
return Object.assign(Object.assign({}, popper), { menuRef, setMenuRef, targetWidth });
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
// Max statements increased to make room for the debounce functions
|
|
118
|
+
/* eslint max-statements: ["error", 14] */
|
|
119
|
+
function AutocompleteInternal(_a, ref) {
|
|
120
|
+
var _b;
|
|
121
|
+
var { initialOptions = [], value, allowFreeForm = true, size = undefined, debounce: debounceRate = 300, onChange, getOptions, placeholder, onBlur, onFocus, validations } = _a, inputProps = __rest(_a, ["initialOptions", "value", "allowFreeForm", "size", "debounce", "onChange", "getOptions", "placeholder", "onBlur", "onFocus", "validations"]);
|
|
122
|
+
const [options, setOptions] = useState(initialOptions);
|
|
123
|
+
const [menuVisible, setMenuVisible] = useState(false);
|
|
124
|
+
const [inputText, setInputText] = useState((_b = value === null || value === void 0 ? void 0 : value.label) !== null && _b !== void 0 ? _b : "");
|
|
125
|
+
const autocompleteRef = useRef(null);
|
|
126
|
+
const delayedSearch = debounce(updateSearch, debounceRate);
|
|
127
|
+
useEffect(() => {
|
|
128
|
+
delayedSearch();
|
|
129
|
+
return delayedSearch.cancel;
|
|
130
|
+
}, [inputText]);
|
|
131
|
+
useEffect(() => {
|
|
132
|
+
var _a;
|
|
133
|
+
updateInput((_a = value === null || value === void 0 ? void 0 : value.label) !== null && _a !== void 0 ? _a : "");
|
|
134
|
+
}, [value]);
|
|
135
|
+
return (React.createElement("div", { className: styles.autocomplete, ref: autocompleteRef },
|
|
136
|
+
React.createElement(InputText, Object.assign({ ref: ref, autocomplete: false, size: size, value: inputText, onChange: handleInputChange, placeholder: placeholder, onFocus: handleInputFocus, onBlur: handleInputBlur, validations: validations }, inputProps)),
|
|
137
|
+
menuVisible && (React.createElement(Menu, { attachTo: autocompleteRef, visible: menuVisible && options.length > 0, options: options, selectedOption: value, onOptionSelect: handleMenuChange }))));
|
|
138
|
+
function updateInput(newText) {
|
|
139
|
+
setInputText(newText);
|
|
140
|
+
if (newText === "") {
|
|
141
|
+
setOptions(mapToOptions(initialOptions));
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
function updateSearch() {
|
|
145
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
146
|
+
const updatedOptions = yield getOptions(inputText);
|
|
147
|
+
const filteredOptions = updatedOptions.filter((option) => "options" in option && option.options ? option.options.length > 0 : true);
|
|
148
|
+
setOptions(mapToOptions(filteredOptions));
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
function handleMenuChange(chosenOption) {
|
|
152
|
+
onChange(chosenOption);
|
|
153
|
+
updateInput(chosenOption.label);
|
|
154
|
+
setMenuVisible(false);
|
|
155
|
+
}
|
|
156
|
+
function handleInputChange(newText) {
|
|
157
|
+
updateInput(newText);
|
|
158
|
+
if (allowFreeForm) {
|
|
159
|
+
onChange({ label: newText });
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
function handleInputBlur() {
|
|
163
|
+
setMenuVisible(false);
|
|
164
|
+
if (value == undefined || value.label !== inputText) {
|
|
165
|
+
setInputText("");
|
|
166
|
+
onChange(undefined);
|
|
167
|
+
}
|
|
168
|
+
onBlur && onBlur();
|
|
169
|
+
}
|
|
170
|
+
function handleInputFocus() {
|
|
171
|
+
setMenuVisible(true);
|
|
172
|
+
if (onFocus) {
|
|
173
|
+
onFocus();
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
function mapToOptions(items) {
|
|
178
|
+
return items.reduce(function (result, item) {
|
|
179
|
+
result = result.concat([item]);
|
|
180
|
+
if (item.options) {
|
|
181
|
+
result = result.concat(item.options);
|
|
182
|
+
}
|
|
183
|
+
return result;
|
|
184
|
+
}, []);
|
|
185
|
+
}
|
|
186
|
+
const Autocomplete = forwardRef(AutocompleteInternal);
|
|
187
|
+
|
|
188
|
+
export { Autocomplete as A };
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-754e2961.js');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var debounce = require('lodash/debounce');
|
|
6
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
7
|
+
var classnames = require('classnames');
|
|
8
|
+
var ReactDOM = require('react-dom');
|
|
9
|
+
var reactPopper = require('react-popper');
|
|
10
|
+
var useOnKeyDown = require('@jobber/hooks/useOnKeyDown');
|
|
11
|
+
var useSafeLayoutEffect = require('@jobber/hooks/useSafeLayoutEffect');
|
|
12
|
+
var Text = require('./Text-259af966.js');
|
|
13
|
+
var Icon = require('./Icon-405a216c.js');
|
|
14
|
+
var Heading = require('./Heading-1e8e4bd3.js');
|
|
15
|
+
var InputText = require('./InputText-55b6cb65.js');
|
|
16
|
+
|
|
17
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
18
|
+
|
|
19
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
20
|
+
var debounce__default = /*#__PURE__*/_interopDefaultLegacy(debounce);
|
|
21
|
+
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
22
|
+
|
|
23
|
+
var css_248z = ".v0Cys9vQ-NE- {\n position: relative;\n width: 100%;\n}\n\n.CX-N-e0e6og- {\n display: none;\n position: absolute;\n z-index: calc(6 + 1001);\n z-index: calc(var(--elevation-menu) + var(--elevation-modal));\n width: 100%;\n /* Unfortunately this is how we define our line item picker height in jobber online.\n This is a concession to maintain visual parity. */\n max-height: 300px;\n box-shadow: 0px calc(16px / 16) calc(16px / 4) 0px\n rgba(0, 0, 0, 0.1),\n 0px calc(16px / 4) 12px 0px rgba(0, 0, 0, 0.05);\n box-shadow: var(--shadow-base);\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: calc(16px / 16) solid var(--color-color-border);\n border: var(--border-base) solid var(--color-color-border);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n overflow: auto;\n scroll-behavior: smooth;\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n}\n\n.CX-N-e0e6og- h5 {\n padding: calc(16px / 2) 0 calc(16px / 4) calc(16px / 2);\n padding: var(--space-small) 0 var(--space-smaller) var(--space-small);\n border-bottom: calc(16px / 16) solid rgb(1, 41, 57);\n border-bottom: var(--border-base) solid var(--color-border--section);\n}\n\n.CX-N-e0e6og-._4PlUaegVpkk- {\n display: block;\n}\n\n.CX-N-e0e6og-._4PlUaegVpkk-:empty {\n display: none;\n}\n\n.ucQtG0iwqbo- {\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -ms-flex-line-pack: stretch;\n align-content: stretch;\n -ms-flex-align: center;\n align-items: center;\n padding: calc(16px / 2);\n padding: var(--space-small);\n border: none;\n text-align: left;\n list-style: none;\n background-color: transparent;\n cursor: pointer;\n transition: all 200ms;\n transition: all var(--timing-base);\n}\n\n.ucQtG0iwqbo-:hover,\n.ucQtG0iwqbo-:focus,\n.ucQtG0iwqbo-.r8HS-ma79QE- {\n background-color: rgb(244, 246, 250);\n background-color: var(--color-surface--hover);\n outline-color: rgb(147, 161, 169);\n outline-color: var(--color-focus);\n}\n\n.ucQtG0iwqbo-.ydwLX44YFZc-:not(:last-child) {\n border-bottom: calc(16px / 16) solid rgb(217, 223, 225);\n border-bottom: var(--border-base) solid var(--color-border);\n}\n\n.CX-N-e0e6og-:hover .ucQtG0iwqbo-.r8HS-ma79QE-:not(:hover) {\n background-color: transparent;\n outline-color: transparent;\n}\n\n.v0Cys9vQ-NE- .PvUgNoAUG7A-:not(:first-child) {\n padding-top: calc(16px / 2);\n padding-top: var(--space-small);\n}\n\n.ucQtG0iwqbo- .DAOOFUZ1BRM- {\n -ms-flex: 0 1 auto;\n flex: 0 1 auto;\n -ms-flex-item-align: auto;\n align-self: auto;\n width: calc(16px * 1.5);\n width: var(--space-large);\n}\n\n.ucQtG0iwqbo- .cjKJFup6hGY- {\n display: -ms-inline-flexbox;\n display: inline-flex;\n -ms-flex: 1 100%;\n flex: 1 100%;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n}\n\n.ucQtG0iwqbo- .hG5zNBuI2wA- {\n -ms-flex: 2;\n flex: 2;\n}\n\n.ucQtG0iwqbo- ._3CwjFCbhqi4- {\n -ms-flex: 1;\n flex: 1;\n -ms-flex-item-align: end;\n align-self: flex-end;\n text-align: right;\n}\n";
|
|
24
|
+
var styles = {"autocomplete":"v0Cys9vQ-NE-","options":"CX-N-e0e6og-","visible":"_4PlUaegVpkk-","option":"ucQtG0iwqbo-","active":"r8HS-ma79QE-","separator":"ydwLX44YFZc-","heading":"PvUgNoAUG7A-","icon":"DAOOFUZ1BRM-","text":"cjKJFup6hGY-","label":"hG5zNBuI2wA-","details":"_3CwjFCbhqi4-"};
|
|
25
|
+
styleInject_es.styleInject(css_248z);
|
|
26
|
+
|
|
27
|
+
var IndexChange;
|
|
28
|
+
(function (IndexChange) {
|
|
29
|
+
IndexChange[IndexChange["Previous"] = -1] = "Previous";
|
|
30
|
+
IndexChange[IndexChange["Next"] = 1] = "Next";
|
|
31
|
+
})(IndexChange || (IndexChange = {}));
|
|
32
|
+
function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }) {
|
|
33
|
+
const [highlightedIndex, setHighlightedIndex] = React.useState(0);
|
|
34
|
+
const { menuRef, setMenuRef, styles: popperStyles, attributes, targetWidth, } = useRepositionMenu(attachTo, visible);
|
|
35
|
+
const detectSeparatorCondition = (option) => option.description || option.details;
|
|
36
|
+
const detectGroups = (option) => option.options;
|
|
37
|
+
const addSeparators = options.some(detectSeparatorCondition);
|
|
38
|
+
const initialHighlight = options.some(detectGroups) ? 1 : 0;
|
|
39
|
+
setupKeyListeners();
|
|
40
|
+
React.useEffect(() => setHighlightedIndex(initialHighlight), [options]);
|
|
41
|
+
const menu = (React__default["default"].createElement("div", Object.assign({ className: classnames__default["default"](styles.options, { [styles.visible]: visible }), ref: setMenuRef, style: Object.assign(Object.assign({}, popperStyles.popper), { width: targetWidth }) }, attributes.popper), options.map((option, index) => {
|
|
42
|
+
const optionClass = classnames__default["default"](styles.option, {
|
|
43
|
+
[styles.active]: index === highlightedIndex,
|
|
44
|
+
[styles.separator]: addSeparators,
|
|
45
|
+
});
|
|
46
|
+
if (isGroup(option)) {
|
|
47
|
+
return (React__default["default"].createElement("div", { key: option.label, className: styles.heading },
|
|
48
|
+
React__default["default"].createElement(Heading.Heading, { level: 5 }, option.label)));
|
|
49
|
+
}
|
|
50
|
+
return (React__default["default"].createElement("button", { className: optionClass, key: option.value, onMouseDown: onOptionSelect.bind(undefined, option) },
|
|
51
|
+
React__default["default"].createElement("div", { className: styles.icon }, isOptionSelected(selectedOption, option) && (React__default["default"].createElement(Icon.Icon, { name: "checkmark", size: "small" }))),
|
|
52
|
+
React__default["default"].createElement("div", { className: styles.text },
|
|
53
|
+
React__default["default"].createElement("div", { className: styles.label },
|
|
54
|
+
React__default["default"].createElement(Text.Text, null, option.label),
|
|
55
|
+
option.description !== undefined && (React__default["default"].createElement(Text.Text, { variation: "subdued" }, option.description))),
|
|
56
|
+
option.details !== undefined && (React__default["default"].createElement("div", { className: styles.details },
|
|
57
|
+
React__default["default"].createElement(Text.Text, null, option.details))))));
|
|
58
|
+
})));
|
|
59
|
+
return ReactDOM.createPortal(menu, document.body);
|
|
60
|
+
function setupKeyListeners() {
|
|
61
|
+
React.useEffect(() => {
|
|
62
|
+
var _a, _b;
|
|
63
|
+
(_b = (_a = menuRef === null || menuRef === void 0 ? void 0 : menuRef.children[highlightedIndex]) === null || _a === void 0 ? void 0 : _a.scrollIntoView) === null || _b === void 0 ? void 0 : _b.call(_a, {
|
|
64
|
+
behavior: "smooth",
|
|
65
|
+
block: "nearest",
|
|
66
|
+
inline: "start",
|
|
67
|
+
});
|
|
68
|
+
}, [highlightedIndex]);
|
|
69
|
+
useOnKeyDown.useOnKeyDown((event) => {
|
|
70
|
+
const indexChange = arrowKeyPress(event, IndexChange.Next);
|
|
71
|
+
if (indexChange) {
|
|
72
|
+
setHighlightedIndex(Math.min(options.length - 1, highlightedIndex + indexChange));
|
|
73
|
+
}
|
|
74
|
+
}, "ArrowDown");
|
|
75
|
+
useOnKeyDown.useOnKeyDown((event) => {
|
|
76
|
+
const indexChange = arrowKeyPress(event, IndexChange.Previous);
|
|
77
|
+
if (indexChange) {
|
|
78
|
+
setHighlightedIndex(Math.max(0, highlightedIndex + indexChange));
|
|
79
|
+
}
|
|
80
|
+
}, "ArrowUp");
|
|
81
|
+
useOnKeyDown.useOnKeyDown((event) => {
|
|
82
|
+
if (!visible)
|
|
83
|
+
return;
|
|
84
|
+
if (isGroup(options[highlightedIndex]))
|
|
85
|
+
return;
|
|
86
|
+
event.preventDefault();
|
|
87
|
+
onOptionSelect(options[highlightedIndex]);
|
|
88
|
+
}, "Enter");
|
|
89
|
+
}
|
|
90
|
+
function arrowKeyPress(event, direction) {
|
|
91
|
+
if (!visible)
|
|
92
|
+
return;
|
|
93
|
+
event.preventDefault();
|
|
94
|
+
const requestedIndex = options[highlightedIndex + direction];
|
|
95
|
+
return requestedIndex && isGroup(requestedIndex)
|
|
96
|
+
? direction + direction
|
|
97
|
+
: direction;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
function isOptionSelected(selectedOption, option) {
|
|
101
|
+
return selectedOption && selectedOption.value === option.value;
|
|
102
|
+
}
|
|
103
|
+
function isGroup(option) {
|
|
104
|
+
if (option.options)
|
|
105
|
+
return true;
|
|
106
|
+
return false;
|
|
107
|
+
}
|
|
108
|
+
function useRepositionMenu(attachTo, visible = false) {
|
|
109
|
+
var _a;
|
|
110
|
+
const [menuRef, setMenuRef] = React.useState();
|
|
111
|
+
const popper = reactPopper.usePopper(attachTo.current, menuRef, {
|
|
112
|
+
modifiers: [
|
|
113
|
+
{ name: "offset", options: { offset: [0, 8] } },
|
|
114
|
+
{ name: "flip", options: { fallbackPlacements: ["top"] } },
|
|
115
|
+
],
|
|
116
|
+
});
|
|
117
|
+
useSafeLayoutEffect.useSafeLayoutEffect(() => {
|
|
118
|
+
var _a;
|
|
119
|
+
(_a = popper === null || popper === void 0 ? void 0 : popper.update) === null || _a === void 0 ? void 0 : _a.call(popper);
|
|
120
|
+
}, [visible]);
|
|
121
|
+
const targetWidth = (_a = attachTo.current) === null || _a === void 0 ? void 0 : _a.clientWidth;
|
|
122
|
+
return Object.assign(Object.assign({}, popper), { menuRef, setMenuRef, targetWidth });
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// Max statements increased to make room for the debounce functions
|
|
126
|
+
/* eslint max-statements: ["error", 14] */
|
|
127
|
+
function AutocompleteInternal(_a, ref) {
|
|
128
|
+
var _b;
|
|
129
|
+
var { initialOptions = [], value, allowFreeForm = true, size = undefined, debounce: debounceRate = 300, onChange, getOptions, placeholder, onBlur, onFocus, validations } = _a, inputProps = tslib_es6.__rest(_a, ["initialOptions", "value", "allowFreeForm", "size", "debounce", "onChange", "getOptions", "placeholder", "onBlur", "onFocus", "validations"]);
|
|
130
|
+
const [options, setOptions] = React.useState(initialOptions);
|
|
131
|
+
const [menuVisible, setMenuVisible] = React.useState(false);
|
|
132
|
+
const [inputText, setInputText] = React.useState((_b = value === null || value === void 0 ? void 0 : value.label) !== null && _b !== void 0 ? _b : "");
|
|
133
|
+
const autocompleteRef = React.useRef(null);
|
|
134
|
+
const delayedSearch = debounce__default["default"](updateSearch, debounceRate);
|
|
135
|
+
React.useEffect(() => {
|
|
136
|
+
delayedSearch();
|
|
137
|
+
return delayedSearch.cancel;
|
|
138
|
+
}, [inputText]);
|
|
139
|
+
React.useEffect(() => {
|
|
140
|
+
var _a;
|
|
141
|
+
updateInput((_a = value === null || value === void 0 ? void 0 : value.label) !== null && _a !== void 0 ? _a : "");
|
|
142
|
+
}, [value]);
|
|
143
|
+
return (React__default["default"].createElement("div", { className: styles.autocomplete, ref: autocompleteRef },
|
|
144
|
+
React__default["default"].createElement(InputText.InputText, Object.assign({ ref: ref, autocomplete: false, size: size, value: inputText, onChange: handleInputChange, placeholder: placeholder, onFocus: handleInputFocus, onBlur: handleInputBlur, validations: validations }, inputProps)),
|
|
145
|
+
menuVisible && (React__default["default"].createElement(Menu, { attachTo: autocompleteRef, visible: menuVisible && options.length > 0, options: options, selectedOption: value, onOptionSelect: handleMenuChange }))));
|
|
146
|
+
function updateInput(newText) {
|
|
147
|
+
setInputText(newText);
|
|
148
|
+
if (newText === "") {
|
|
149
|
+
setOptions(mapToOptions(initialOptions));
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
function updateSearch() {
|
|
153
|
+
return tslib_es6.__awaiter(this, void 0, void 0, function* () {
|
|
154
|
+
const updatedOptions = yield getOptions(inputText);
|
|
155
|
+
const filteredOptions = updatedOptions.filter((option) => "options" in option && option.options ? option.options.length > 0 : true);
|
|
156
|
+
setOptions(mapToOptions(filteredOptions));
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
function handleMenuChange(chosenOption) {
|
|
160
|
+
onChange(chosenOption);
|
|
161
|
+
updateInput(chosenOption.label);
|
|
162
|
+
setMenuVisible(false);
|
|
163
|
+
}
|
|
164
|
+
function handleInputChange(newText) {
|
|
165
|
+
updateInput(newText);
|
|
166
|
+
if (allowFreeForm) {
|
|
167
|
+
onChange({ label: newText });
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
function handleInputBlur() {
|
|
171
|
+
setMenuVisible(false);
|
|
172
|
+
if (value == undefined || value.label !== inputText) {
|
|
173
|
+
setInputText("");
|
|
174
|
+
onChange(undefined);
|
|
175
|
+
}
|
|
176
|
+
onBlur && onBlur();
|
|
177
|
+
}
|
|
178
|
+
function handleInputFocus() {
|
|
179
|
+
setMenuVisible(true);
|
|
180
|
+
if (onFocus) {
|
|
181
|
+
onFocus();
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
function mapToOptions(items) {
|
|
186
|
+
return items.reduce(function (result, item) {
|
|
187
|
+
result = result.concat([item]);
|
|
188
|
+
if (item.options) {
|
|
189
|
+
result = result.concat(item.options);
|
|
190
|
+
}
|
|
191
|
+
return result;
|
|
192
|
+
}, []);
|
|
193
|
+
}
|
|
194
|
+
const Autocomplete = React.forwardRef(AutocompleteInternal);
|
|
195
|
+
|
|
196
|
+
exports.Autocomplete = Autocomplete;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Avatar = require('../Avatar-76a799fa.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('classnames');
|
|
8
|
+
require('../style-inject.es-9d2f5f4e.js');
|
|
9
|
+
require('color');
|
|
10
|
+
require('../Icon-405a216c.js');
|
|
11
|
+
require('@jobber/design');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
exports.Avatar = Avatar.Avatar;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
4
|
+
import Color from 'color';
|
|
5
|
+
import { I as Icon } from './Icon-22723fe6.js';
|
|
6
|
+
|
|
7
|
+
var css_248z = ":root {\n --avatar-size: calc(var(--base-unit) * 2);\n --avatar-border-size: var(--border-base);\n}\n\n.WniTNadEyPk- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n width: calc(16px * 2);\n width: var(--avatar-size);\n height: calc(16px * 2);\n height: var(--avatar-size);\n min-width: calc(16px * 2);\n min-width: var(--avatar-size);\n min-height: calc(16px * 2);\n min-height: var(--avatar-size);\n border-radius: 100%;\n border-radius: var(--radius-circle);\n color: rgb(1, 41, 57);\n color: var(--color-heading);\n font-size: calc(16px * 2);\n font-size: var(--avatar-size);\n -webkit-font-smoothing: antialiased;\n background: no-repeat center center rgba(101, 120, 132, 1);\n background: no-repeat center center var(--color-greyBlue);\n background-size: cover;\n}\n\n.WniTNadEyPk-:focus {\n box-shadow: 0px 0px 0px calc(16px / 8) rgba(255, 255, 255, 1),\n 0px 0px 0px calc(16px / 4) rgb(147, 161, 169);\n box-shadow: var(--shadow-focus);\n outline: none;\n}\n\n._8Pqn2uZpaZg- {\n --avatar-size: calc(var(--base-unit) * 4.5);\n --avatar-border-size: var(--border-thick);\n}\n\n.S-edTXYA-7E- {\n --avatar-size: calc(var(--base-unit) * 1.5);\n}\n\n.S1iBGElfOUA- {\n color: rgba(255, 255, 255, 1);\n color: var(--color-text--reverse);\n}\n\n.ErPhpHHpiBQ- {\n font-size: calc((16px * 2) / 2);\n font-size: calc(calc(16px * 2) / 2);\n font-size: calc(var(--avatar-size) / 2);\n text-transform: uppercase;\n}\n\n.aC-d-mngrIc- {\n font-size: calc((16px * 2) / 2.25);\n font-size: calc(calc(16px * 2) / 2.25);\n font-size: calc(var(--avatar-size) / 2.25);\n}\n\n.nR0S-GzjDnQ- {\n width: calc((16px * 2) - (calc(16px / 16) * 2));\n width: calc(calc(16px * 2) - (calc(16px / 16) * 2));\n width: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));\n height: calc((16px * 2) - (calc(16px / 16) * 2));\n height: calc(calc(16px * 2) - (calc(16px / 16) * 2));\n height: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));\n box-shadow: 0 0 0 calc(16px / 8) rgba(255, 255, 255, 1) inset;\n box-shadow: 0 0 0 var(--border-thick) var(--color-white) inset;\n border-style: solid;\n border-width: calc(16px / 16);\n border-width: var(--avatar-border-size);\n}\n";
|
|
8
|
+
var styles = {"avatar":"WniTNadEyPk-","large":"_8Pqn2uZpaZg-","small":"S-edTXYA-7E-","isDark":"S1iBGElfOUA-","initials":"ErPhpHHpiBQ-","smallInitials":"aC-d-mngrIc-","hasBorder":"nR0S-GzjDnQ-"};
|
|
9
|
+
styleInject(css_248z);
|
|
10
|
+
|
|
11
|
+
function isDark(colorToCheck) {
|
|
12
|
+
if (colorToCheck == undefined) {
|
|
13
|
+
return false;
|
|
14
|
+
}
|
|
15
|
+
if (colorToCheck) {
|
|
16
|
+
try {
|
|
17
|
+
return Color(deconstructCssCustomProperty(colorToCheck)).isDark();
|
|
18
|
+
}
|
|
19
|
+
catch (err) {
|
|
20
|
+
console.log(err);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
return false;
|
|
24
|
+
}
|
|
25
|
+
function deconstructCssCustomProperty(color) {
|
|
26
|
+
if (!color) {
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
if (!color.toLowerCase().startsWith("var(")) {
|
|
30
|
+
return color;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Rips apart the `var(--custom-property)` into just `--custom-property`.
|
|
34
|
+
*/
|
|
35
|
+
const customProperty = color
|
|
36
|
+
.replace("var(", "")
|
|
37
|
+
.slice(0, -1)
|
|
38
|
+
.split(" ")
|
|
39
|
+
.join("");
|
|
40
|
+
return getComputedStyle(document.documentElement)
|
|
41
|
+
.getPropertyValue(customProperty)
|
|
42
|
+
.trim();
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
function Avatar({ imageUrl, name, initials, size = "base", color, }) {
|
|
46
|
+
const style = {
|
|
47
|
+
backgroundColor: color,
|
|
48
|
+
borderColor: color,
|
|
49
|
+
};
|
|
50
|
+
if (imageUrl) {
|
|
51
|
+
style.backgroundImage = `url(${imageUrl})`;
|
|
52
|
+
}
|
|
53
|
+
const shouldBeDark = color == undefined || isDark(color);
|
|
54
|
+
const className = classnames(styles.avatar, size !== "base" && styles[size], {
|
|
55
|
+
[styles.hasBorder]: imageUrl && color,
|
|
56
|
+
[styles.isDark]: shouldBeDark,
|
|
57
|
+
});
|
|
58
|
+
return (React.createElement("div", { className: className, style: style, role: imageUrl && "img", "aria-label": name }, !imageUrl && (React.createElement(Initials, { initials: initials, dark: shouldBeDark, iconSize: size }))));
|
|
59
|
+
}
|
|
60
|
+
function Initials({ initials, dark = false, iconSize = "base", }) {
|
|
61
|
+
if (!initials) {
|
|
62
|
+
return (React.createElement(Icon, { name: "person", color: dark ? "white" : "blue", size: iconSize }));
|
|
63
|
+
}
|
|
64
|
+
const className = classnames(styles.initials, {
|
|
65
|
+
[styles.smallInitials]: initials.length > 2,
|
|
66
|
+
});
|
|
67
|
+
return React.createElement("span", { className: className }, initials.substr(0, 3));
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export { Avatar as A };
|
|
@@ -0,0 +1,78 @@
|
|
|
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 Color = require('color');
|
|
7
|
+
var Icon = require('./Icon-405a216c.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
|
+
var Color__default = /*#__PURE__*/_interopDefaultLegacy(Color);
|
|
14
|
+
|
|
15
|
+
var css_248z = ":root {\n --avatar-size: calc(var(--base-unit) * 2);\n --avatar-border-size: var(--border-base);\n}\n\n.WniTNadEyPk- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n width: calc(16px * 2);\n width: var(--avatar-size);\n height: calc(16px * 2);\n height: var(--avatar-size);\n min-width: calc(16px * 2);\n min-width: var(--avatar-size);\n min-height: calc(16px * 2);\n min-height: var(--avatar-size);\n border-radius: 100%;\n border-radius: var(--radius-circle);\n color: rgb(1, 41, 57);\n color: var(--color-heading);\n font-size: calc(16px * 2);\n font-size: var(--avatar-size);\n -webkit-font-smoothing: antialiased;\n background: no-repeat center center rgba(101, 120, 132, 1);\n background: no-repeat center center var(--color-greyBlue);\n background-size: cover;\n}\n\n.WniTNadEyPk-:focus {\n box-shadow: 0px 0px 0px calc(16px / 8) rgba(255, 255, 255, 1),\n 0px 0px 0px calc(16px / 4) rgb(147, 161, 169);\n box-shadow: var(--shadow-focus);\n outline: none;\n}\n\n._8Pqn2uZpaZg- {\n --avatar-size: calc(var(--base-unit) * 4.5);\n --avatar-border-size: var(--border-thick);\n}\n\n.S-edTXYA-7E- {\n --avatar-size: calc(var(--base-unit) * 1.5);\n}\n\n.S1iBGElfOUA- {\n color: rgba(255, 255, 255, 1);\n color: var(--color-text--reverse);\n}\n\n.ErPhpHHpiBQ- {\n font-size: calc((16px * 2) / 2);\n font-size: calc(calc(16px * 2) / 2);\n font-size: calc(var(--avatar-size) / 2);\n text-transform: uppercase;\n}\n\n.aC-d-mngrIc- {\n font-size: calc((16px * 2) / 2.25);\n font-size: calc(calc(16px * 2) / 2.25);\n font-size: calc(var(--avatar-size) / 2.25);\n}\n\n.nR0S-GzjDnQ- {\n width: calc((16px * 2) - (calc(16px / 16) * 2));\n width: calc(calc(16px * 2) - (calc(16px / 16) * 2));\n width: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));\n height: calc((16px * 2) - (calc(16px / 16) * 2));\n height: calc(calc(16px * 2) - (calc(16px / 16) * 2));\n height: calc(var(--avatar-size) - (var(--avatar-border-size) * 2));\n box-shadow: 0 0 0 calc(16px / 8) rgba(255, 255, 255, 1) inset;\n box-shadow: 0 0 0 var(--border-thick) var(--color-white) inset;\n border-style: solid;\n border-width: calc(16px / 16);\n border-width: var(--avatar-border-size);\n}\n";
|
|
16
|
+
var styles = {"avatar":"WniTNadEyPk-","large":"_8Pqn2uZpaZg-","small":"S-edTXYA-7E-","isDark":"S1iBGElfOUA-","initials":"ErPhpHHpiBQ-","smallInitials":"aC-d-mngrIc-","hasBorder":"nR0S-GzjDnQ-"};
|
|
17
|
+
styleInject_es.styleInject(css_248z);
|
|
18
|
+
|
|
19
|
+
function isDark(colorToCheck) {
|
|
20
|
+
if (colorToCheck == undefined) {
|
|
21
|
+
return false;
|
|
22
|
+
}
|
|
23
|
+
if (colorToCheck) {
|
|
24
|
+
try {
|
|
25
|
+
return Color__default["default"](deconstructCssCustomProperty(colorToCheck)).isDark();
|
|
26
|
+
}
|
|
27
|
+
catch (err) {
|
|
28
|
+
console.log(err);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
return false;
|
|
32
|
+
}
|
|
33
|
+
function deconstructCssCustomProperty(color) {
|
|
34
|
+
if (!color) {
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
if (!color.toLowerCase().startsWith("var(")) {
|
|
38
|
+
return color;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Rips apart the `var(--custom-property)` into just `--custom-property`.
|
|
42
|
+
*/
|
|
43
|
+
const customProperty = color
|
|
44
|
+
.replace("var(", "")
|
|
45
|
+
.slice(0, -1)
|
|
46
|
+
.split(" ")
|
|
47
|
+
.join("");
|
|
48
|
+
return getComputedStyle(document.documentElement)
|
|
49
|
+
.getPropertyValue(customProperty)
|
|
50
|
+
.trim();
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
function Avatar({ imageUrl, name, initials, size = "base", color, }) {
|
|
54
|
+
const style = {
|
|
55
|
+
backgroundColor: color,
|
|
56
|
+
borderColor: color,
|
|
57
|
+
};
|
|
58
|
+
if (imageUrl) {
|
|
59
|
+
style.backgroundImage = `url(${imageUrl})`;
|
|
60
|
+
}
|
|
61
|
+
const shouldBeDark = color == undefined || isDark(color);
|
|
62
|
+
const className = classnames__default["default"](styles.avatar, size !== "base" && styles[size], {
|
|
63
|
+
[styles.hasBorder]: imageUrl && color,
|
|
64
|
+
[styles.isDark]: shouldBeDark,
|
|
65
|
+
});
|
|
66
|
+
return (React__default["default"].createElement("div", { className: className, style: style, role: imageUrl && "img", "aria-label": name }, !imageUrl && (React__default["default"].createElement(Initials, { initials: initials, dark: shouldBeDark, iconSize: size }))));
|
|
67
|
+
}
|
|
68
|
+
function Initials({ initials, dark = false, iconSize = "base", }) {
|
|
69
|
+
if (!initials) {
|
|
70
|
+
return (React__default["default"].createElement(Icon.Icon, { name: "person", color: dark ? "white" : "blue", size: iconSize }));
|
|
71
|
+
}
|
|
72
|
+
const className = classnames__default["default"](styles.initials, {
|
|
73
|
+
[styles.smallInitials]: initials.length > 2,
|
|
74
|
+
});
|
|
75
|
+
return React__default["default"].createElement("span", { className: className }, initials.substr(0, 3));
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
exports.Avatar = Avatar;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var BannerIcon = require('../../../BannerIcon-ae763eab.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('classnames');
|
|
8
|
+
require('../../../getAtlantisConfig-0f3e8af2.js');
|
|
9
|
+
require('../../../style-inject.es-9d2f5f4e.js');
|
|
10
|
+
require('../../../Icon-405a216c.js');
|
|
11
|
+
require('@jobber/design');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
exports.BannerIcon = BannerIcon.BannerIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { B as BannerIcon } from '../../../BannerIcon-9d41540d.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'classnames';
|
|
4
|
+
import '../../../getAtlantisConfig-5b50057c.js';
|
|
5
|
+
import '../../../style-inject.es-a0e1a0ba.js';
|
|
6
|
+
import '../../../Icon-22723fe6.js';
|
|
7
|
+
import '@jobber/design';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Banner = require('../Banner-cb621462.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('classnames');
|
|
8
|
+
require('@jobber/hooks/useResizeObserver');
|
|
9
|
+
require('../BannerIcon-ae763eab.js');
|
|
10
|
+
require('../getAtlantisConfig-0f3e8af2.js');
|
|
11
|
+
require('../style-inject.es-9d2f5f4e.js');
|
|
12
|
+
require('../Icon-405a216c.js');
|
|
13
|
+
require('@jobber/design');
|
|
14
|
+
require('../Text-259af966.js');
|
|
15
|
+
require('../Typography-c45bf216.js');
|
|
16
|
+
require('../Button-b73a5e01.js');
|
|
17
|
+
require('react-router-dom');
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
exports.Banner = Banner.Banner;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { B as Banner } from '../Banner-2d1688c7.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'classnames';
|
|
4
|
+
import '@jobber/hooks/useResizeObserver';
|
|
5
|
+
import '../BannerIcon-9d41540d.js';
|
|
6
|
+
import '../getAtlantisConfig-5b50057c.js';
|
|
7
|
+
import '../style-inject.es-a0e1a0ba.js';
|
|
8
|
+
import '../Icon-22723fe6.js';
|
|
9
|
+
import '@jobber/design';
|
|
10
|
+
import '../Text-c9162504.js';
|
|
11
|
+
import '../Typography-7cc5daf5.js';
|
|
12
|
+
import '../Button-9ae092b3.js';
|
|
13
|
+
import 'react-router-dom';
|