@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,176 @@
|
|
|
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 Checkbox = require('./Checkbox-787e2e47.js');
|
|
7
|
+
var Text = require('./Text-259af966.js');
|
|
8
|
+
var Icon = require('./Icon-405a216c.js');
|
|
9
|
+
|
|
10
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
11
|
+
|
|
12
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
13
|
+
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
14
|
+
|
|
15
|
+
var css_248z$1 = ".D-J03az6XL4- {\n position: relative;\n width: 100%;\n}\n\n.D-J03az6XL4- * {\n box-sizing: border-box;\n}\n\n.EzNdHgwsT40- {\n --field--height: var(--space-largest);\n\n --field--padding-top: calc(var(--space-base) - var(--space-smallest));\n --field--padding-bottom: calc(var(--space-base) - var(--space-smallest));\n --field--padding-left: var(--space-base);\n --field--padding-right: var(--space-base);\n\n display: -ms-flexbox;\n\n display: flex;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-pack: justify;\n justify-content: space-between;\n -ms-flex-align: center;\n align-items: center;\n width: 100%;\n height: calc(16px * 3);\n height: var(--field--height);\n padding-top: calc((16px * 1) - (16px / 8));\n padding-top: calc(calc(16px * 1) - calc(16px / 8));\n padding-top: var(--field--padding-top);\n padding-bottom: calc((16px * 1) - (16px / 8));\n padding-bottom: calc(calc(16px * 1) - calc(16px / 8));\n padding-bottom: var(--field--padding-bottom);\n padding-left: calc(16px * 1);\n padding-left: var(--field--padding-left);\n padding-right: calc(16px * 1);\n padding-right: var(--field--padding-right);\n border: calc(16px / 16) solid rgb(217, 223, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n}\n\n.EzNdHgwsT40- p {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.D-J03az6XL4-:hover,\n.D-J03az6XL4-.EzNdHgwsT40- {\n cursor: pointer;\n caret-color: transparent;\n}\n\n.EzNdHgwsT40-:focus,\n.EzNdHgwsT40-.bu7HWKRu6HI- {\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.eQ6yfQg6zLc- {\n --field--padding-left: calc(var(--space-base) - var(--space-smaller));\n --field--padding-right: calc(var(--space-base) - var(--space-smaller));\n --field--height: calc(var(--space-larger) + var(--space-smaller));\n}\n\n.pM-ts4-QMZY- {\n --field--padding-left: var(--space-large);\n --field--padding-right: var(--space-large);\n --field--height: calc(var(--space-extravagant));\n}\n";
|
|
16
|
+
var styles$1 = {"multiSelectContainer":"D-J03az6XL4-","multiSelect":"EzNdHgwsT40-","active":"bu7HWKRu6HI-","small":"eQ6yfQg6zLc-","large":"pM-ts4-QMZY-"};
|
|
17
|
+
styleInject_es.styleInject(css_248z$1);
|
|
18
|
+
|
|
19
|
+
var css_248z = "._0SStdD4KRHs- {\n display: -ms-flexbox;\n display: flex;\n position: absolute;\n z-index: 6;\n z-index: var(--elevation-menu);\n width: 100%;\n max-height: calc((16px * 4) * 5);\n max-height: calc(calc(16px * 4) * 5);\n max-height: calc(var(--space-extravagant) * 5);\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 margin: 0;\n padding: 0;\n border: calc(16px / 16) solid rgb(217, 223, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 4);\n border-radius: var(--radius-large);\n overflow: auto;\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n -ms-flex-direction: column;\n flex-direction: column;\n scroll-behavior: smooth;\n}\n\n._0SStdD4KRHs- li {\n list-style: none;\n}\n\n.mFSgwOQZJm0- {\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n padding: calc(16px / 2) calc(16px * 1);\n padding: var(--space-small) var(--space-base);\n cursor: pointer;\n transition: all 200ms;\n transition: all var(--timing-base);\n}\n\n.mFSgwOQZJm0-:focus,\n.mFSgwOQZJm0-.SepF4gvOxq8- {\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";
|
|
20
|
+
var styles = {"dropDownMenuContainer":"_0SStdD4KRHs-","option":"mFSgwOQZJm0-","active":"SepF4gvOxq8-"};
|
|
21
|
+
styleInject_es.styleInject(css_248z);
|
|
22
|
+
|
|
23
|
+
function DropDownMenu({ options, setOptions }) {
|
|
24
|
+
const [highlightedIndex, setHighlightedIndex] = React.useState(0);
|
|
25
|
+
const menuDiv = React.useRef();
|
|
26
|
+
const handleOptionClick = React.useCallback((clickedOption) => {
|
|
27
|
+
setOptions(current => current.map(option => {
|
|
28
|
+
if (option.label == clickedOption.label) {
|
|
29
|
+
return Object.assign(Object.assign({}, option), { checked: !clickedOption.checked });
|
|
30
|
+
}
|
|
31
|
+
return option;
|
|
32
|
+
}));
|
|
33
|
+
}, []);
|
|
34
|
+
function handleOptionHover(event, index) {
|
|
35
|
+
event.preventDefault();
|
|
36
|
+
setHighlightedIndex(index);
|
|
37
|
+
}
|
|
38
|
+
function handleOptionFocus(index) {
|
|
39
|
+
setHighlightedIndex(index);
|
|
40
|
+
if (menuDiv.current) {
|
|
41
|
+
const option = menuDiv.current.children[index].querySelector("input");
|
|
42
|
+
option === null || option === void 0 ? void 0 : option.focus();
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
function scrollMenuIfItemNotInView(menuDivElement, direction) {
|
|
46
|
+
const itemDiv = menuDivElement.querySelector(`:nth-child(${highlightedIndex + 1})`);
|
|
47
|
+
if (!itemDiv)
|
|
48
|
+
return;
|
|
49
|
+
const menuTop = menuDivElement.getBoundingClientRect().top;
|
|
50
|
+
const { top: itemTop, height: itemHeight, bottom: itemBottom, } = itemDiv.getBoundingClientRect();
|
|
51
|
+
const itemTrueBottom = itemBottom + itemHeight;
|
|
52
|
+
const menuBottom = menuDivElement.getBoundingClientRect().bottom;
|
|
53
|
+
if (direction == "up" && itemTop - itemHeight < menuTop) {
|
|
54
|
+
menuDivElement.scrollTop -= itemHeight;
|
|
55
|
+
}
|
|
56
|
+
else if (direction == "down" && itemTrueBottom > menuBottom) {
|
|
57
|
+
menuDivElement.scrollTop += itemHeight;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
function handleKeyDown(event) {
|
|
61
|
+
const { key, metaKey, ctrlKey } = event;
|
|
62
|
+
if (metaKey || ctrlKey)
|
|
63
|
+
return;
|
|
64
|
+
switch (key) {
|
|
65
|
+
case "Enter": {
|
|
66
|
+
if (highlightedIndex >= 0) {
|
|
67
|
+
handleOptionClick(options[highlightedIndex]);
|
|
68
|
+
}
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
71
|
+
case "ArrowDown": {
|
|
72
|
+
handlePressDown(event);
|
|
73
|
+
break;
|
|
74
|
+
}
|
|
75
|
+
case "ArrowUp": {
|
|
76
|
+
handlePressUp(event);
|
|
77
|
+
break;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
React.useEffect(() => {
|
|
82
|
+
// focus first option
|
|
83
|
+
handleOptionFocus(0);
|
|
84
|
+
}, [menuDiv]);
|
|
85
|
+
return (React__default["default"].createElement("ul", { "data-testid": "dropdown-menu", className: styles.dropDownMenuContainer, ref: menuDiv, onKeyDown: handleKeyDown }, options.map((option, index) => {
|
|
86
|
+
const optionClass = classnames__default["default"](styles.option, {
|
|
87
|
+
[styles.active]: index === highlightedIndex,
|
|
88
|
+
});
|
|
89
|
+
return (React__default["default"].createElement("li", { key: `${index}-${option.label}`, className: optionClass, onClick: event => {
|
|
90
|
+
event.stopPropagation();
|
|
91
|
+
event.preventDefault();
|
|
92
|
+
handleOptionClick(option);
|
|
93
|
+
}, onMouseOver: e => handleOptionHover(e, index) },
|
|
94
|
+
React__default["default"].createElement(Checkbox.Checkbox, { label: option.label, checked: option.checked, onFocus: () => setHighlightedIndex(index) })));
|
|
95
|
+
})));
|
|
96
|
+
function handlePressUp(event) {
|
|
97
|
+
event.preventDefault();
|
|
98
|
+
const newIndex = Math.max(0, highlightedIndex - 1);
|
|
99
|
+
handleOptionFocus(newIndex);
|
|
100
|
+
scrollMenuIfItemNotInView(menuDiv.current, "up");
|
|
101
|
+
}
|
|
102
|
+
function handlePressDown(event) {
|
|
103
|
+
event.preventDefault();
|
|
104
|
+
const newIndex = Math.min(options.length - 1, highlightedIndex + 1);
|
|
105
|
+
handleOptionFocus(newIndex);
|
|
106
|
+
scrollMenuIfItemNotInView(menuDiv.current, "down");
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// eslint-disable-next-line max-statements
|
|
111
|
+
function MultiSelect({ defaultLabel, allSelectedLabel, options, onOptionsChange, size, }) {
|
|
112
|
+
const [label, setLabel] = React.useState(defaultLabel);
|
|
113
|
+
const [menuVisible, setMenuVisible] = React.useState(false);
|
|
114
|
+
const [focused, setFocused] = React.useState(false);
|
|
115
|
+
const multiSelectContainer = React.useRef();
|
|
116
|
+
const multiSelectRef = React.useRef();
|
|
117
|
+
const multiSelectClass = classnames__default["default"](styles$1.multiSelect, {
|
|
118
|
+
[styles$1.active]: menuVisible,
|
|
119
|
+
[styles$1.large]: size === "large",
|
|
120
|
+
[styles$1.small]: size === "small",
|
|
121
|
+
});
|
|
122
|
+
function handleMenuVisibility() {
|
|
123
|
+
multiSelectRef.current.focus();
|
|
124
|
+
setMenuVisible(!menuVisible);
|
|
125
|
+
}
|
|
126
|
+
const handleClickOutside = (e) => {
|
|
127
|
+
var _a;
|
|
128
|
+
if (!((_a = multiSelectContainer === null || multiSelectContainer === void 0 ? void 0 : multiSelectContainer.current) === null || _a === void 0 ? void 0 : _a.contains(e.target))) {
|
|
129
|
+
setMenuVisible(false);
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
function handleKeydown(event) {
|
|
133
|
+
const { key, metaKey, ctrlKey } = event;
|
|
134
|
+
if (metaKey || ctrlKey)
|
|
135
|
+
return;
|
|
136
|
+
switch (key) {
|
|
137
|
+
case "Enter":
|
|
138
|
+
case " ": {
|
|
139
|
+
if (focused) {
|
|
140
|
+
setMenuVisible(!menuVisible);
|
|
141
|
+
}
|
|
142
|
+
break;
|
|
143
|
+
}
|
|
144
|
+
case "Escape": {
|
|
145
|
+
multiSelectRef.current.focus();
|
|
146
|
+
setMenuVisible(false);
|
|
147
|
+
break;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
React.useEffect(() => {
|
|
152
|
+
document.addEventListener("mousedown", handleClickOutside);
|
|
153
|
+
return () => document.removeEventListener("mousedown", handleClickOutside);
|
|
154
|
+
});
|
|
155
|
+
React.useEffect(() => {
|
|
156
|
+
const selected = options.filter(option => option.checked);
|
|
157
|
+
if (selected.length === 0) {
|
|
158
|
+
setLabel(defaultLabel);
|
|
159
|
+
}
|
|
160
|
+
else if (selected.length == options.length) {
|
|
161
|
+
setLabel(allSelectedLabel);
|
|
162
|
+
}
|
|
163
|
+
else {
|
|
164
|
+
const selectedLabels = [];
|
|
165
|
+
selected.forEach(option => selectedLabels.push(option.label));
|
|
166
|
+
setLabel(selectedLabels.join(", "));
|
|
167
|
+
}
|
|
168
|
+
}, [options]);
|
|
169
|
+
return (React__default["default"].createElement("div", { ref: multiSelectContainer, className: styles$1.multiSelectContainer, onKeyDown: handleKeydown },
|
|
170
|
+
React__default["default"].createElement("div", { "data-testid": "multi-select", className: multiSelectClass, onClick: handleMenuVisibility, onFocus: () => setFocused(true), onBlur: () => setFocused(false), tabIndex: 0, ref: multiSelectRef, role: "button", "aria-label": `${defaultLabel}: ${label}`, "aria-multiselectable": true, "aria-haspopup": true },
|
|
171
|
+
React__default["default"].createElement(Text.Text, null, label),
|
|
172
|
+
React__default["default"].createElement(Icon.Icon, { name: "arrowDown" })),
|
|
173
|
+
menuVisible && (React__default["default"].createElement(DropDownMenu, { options: options, setOptions: onOptionsChange }))));
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
exports.MultiSelect = MultiSelect;
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
import React, { useState, useRef, useCallback, useEffect } from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
4
|
+
import { C as Checkbox } from './Checkbox-3ff9f47a.js';
|
|
5
|
+
import { T as Text } from './Text-c9162504.js';
|
|
6
|
+
import { I as Icon } from './Icon-22723fe6.js';
|
|
7
|
+
|
|
8
|
+
var css_248z$1 = ".D-J03az6XL4- {\n position: relative;\n width: 100%;\n}\n\n.D-J03az6XL4- * {\n box-sizing: border-box;\n}\n\n.EzNdHgwsT40- {\n --field--height: var(--space-largest);\n\n --field--padding-top: calc(var(--space-base) - var(--space-smallest));\n --field--padding-bottom: calc(var(--space-base) - var(--space-smallest));\n --field--padding-left: var(--space-base);\n --field--padding-right: var(--space-base);\n\n display: -ms-flexbox;\n\n display: flex;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-pack: justify;\n justify-content: space-between;\n -ms-flex-align: center;\n align-items: center;\n width: 100%;\n height: calc(16px * 3);\n height: var(--field--height);\n padding-top: calc((16px * 1) - (16px / 8));\n padding-top: calc(calc(16px * 1) - calc(16px / 8));\n padding-top: var(--field--padding-top);\n padding-bottom: calc((16px * 1) - (16px / 8));\n padding-bottom: calc(calc(16px * 1) - calc(16px / 8));\n padding-bottom: var(--field--padding-bottom);\n padding-left: calc(16px * 1);\n padding-left: var(--field--padding-left);\n padding-right: calc(16px * 1);\n padding-right: var(--field--padding-right);\n border: calc(16px / 16) solid rgb(217, 223, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 8);\n border-radius: var(--radius-base);\n}\n\n.EzNdHgwsT40- p {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.D-J03az6XL4-:hover,\n.D-J03az6XL4-.EzNdHgwsT40- {\n cursor: pointer;\n caret-color: transparent;\n}\n\n.EzNdHgwsT40-:focus,\n.EzNdHgwsT40-.bu7HWKRu6HI- {\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.eQ6yfQg6zLc- {\n --field--padding-left: calc(var(--space-base) - var(--space-smaller));\n --field--padding-right: calc(var(--space-base) - var(--space-smaller));\n --field--height: calc(var(--space-larger) + var(--space-smaller));\n}\n\n.pM-ts4-QMZY- {\n --field--padding-left: var(--space-large);\n --field--padding-right: var(--space-large);\n --field--height: calc(var(--space-extravagant));\n}\n";
|
|
9
|
+
var styles$1 = {"multiSelectContainer":"D-J03az6XL4-","multiSelect":"EzNdHgwsT40-","active":"bu7HWKRu6HI-","small":"eQ6yfQg6zLc-","large":"pM-ts4-QMZY-"};
|
|
10
|
+
styleInject(css_248z$1);
|
|
11
|
+
|
|
12
|
+
var css_248z = "._0SStdD4KRHs- {\n display: -ms-flexbox;\n display: flex;\n position: absolute;\n z-index: 6;\n z-index: var(--elevation-menu);\n width: 100%;\n max-height: calc((16px * 4) * 5);\n max-height: calc(calc(16px * 4) * 5);\n max-height: calc(var(--space-extravagant) * 5);\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 margin: 0;\n padding: 0;\n border: calc(16px / 16) solid rgb(217, 223, 225);\n border: var(--border-base) solid var(--color-border);\n border-radius: calc(16px / 4);\n border-radius: var(--radius-large);\n overflow: auto;\n background-color: rgba(255, 255, 255, 1);\n background-color: var(--color-surface);\n -ms-flex-direction: column;\n flex-direction: column;\n scroll-behavior: smooth;\n}\n\n._0SStdD4KRHs- li {\n list-style: none;\n}\n\n.mFSgwOQZJm0- {\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n padding: calc(16px / 2) calc(16px * 1);\n padding: var(--space-small) var(--space-base);\n cursor: pointer;\n transition: all 200ms;\n transition: all var(--timing-base);\n}\n\n.mFSgwOQZJm0-:focus,\n.mFSgwOQZJm0-.SepF4gvOxq8- {\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";
|
|
13
|
+
var styles = {"dropDownMenuContainer":"_0SStdD4KRHs-","option":"mFSgwOQZJm0-","active":"SepF4gvOxq8-"};
|
|
14
|
+
styleInject(css_248z);
|
|
15
|
+
|
|
16
|
+
function DropDownMenu({ options, setOptions }) {
|
|
17
|
+
const [highlightedIndex, setHighlightedIndex] = useState(0);
|
|
18
|
+
const menuDiv = useRef();
|
|
19
|
+
const handleOptionClick = useCallback((clickedOption) => {
|
|
20
|
+
setOptions(current => current.map(option => {
|
|
21
|
+
if (option.label == clickedOption.label) {
|
|
22
|
+
return Object.assign(Object.assign({}, option), { checked: !clickedOption.checked });
|
|
23
|
+
}
|
|
24
|
+
return option;
|
|
25
|
+
}));
|
|
26
|
+
}, []);
|
|
27
|
+
function handleOptionHover(event, index) {
|
|
28
|
+
event.preventDefault();
|
|
29
|
+
setHighlightedIndex(index);
|
|
30
|
+
}
|
|
31
|
+
function handleOptionFocus(index) {
|
|
32
|
+
setHighlightedIndex(index);
|
|
33
|
+
if (menuDiv.current) {
|
|
34
|
+
const option = menuDiv.current.children[index].querySelector("input");
|
|
35
|
+
option === null || option === void 0 ? void 0 : option.focus();
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
function scrollMenuIfItemNotInView(menuDivElement, direction) {
|
|
39
|
+
const itemDiv = menuDivElement.querySelector(`:nth-child(${highlightedIndex + 1})`);
|
|
40
|
+
if (!itemDiv)
|
|
41
|
+
return;
|
|
42
|
+
const menuTop = menuDivElement.getBoundingClientRect().top;
|
|
43
|
+
const { top: itemTop, height: itemHeight, bottom: itemBottom, } = itemDiv.getBoundingClientRect();
|
|
44
|
+
const itemTrueBottom = itemBottom + itemHeight;
|
|
45
|
+
const menuBottom = menuDivElement.getBoundingClientRect().bottom;
|
|
46
|
+
if (direction == "up" && itemTop - itemHeight < menuTop) {
|
|
47
|
+
menuDivElement.scrollTop -= itemHeight;
|
|
48
|
+
}
|
|
49
|
+
else if (direction == "down" && itemTrueBottom > menuBottom) {
|
|
50
|
+
menuDivElement.scrollTop += itemHeight;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
function handleKeyDown(event) {
|
|
54
|
+
const { key, metaKey, ctrlKey } = event;
|
|
55
|
+
if (metaKey || ctrlKey)
|
|
56
|
+
return;
|
|
57
|
+
switch (key) {
|
|
58
|
+
case "Enter": {
|
|
59
|
+
if (highlightedIndex >= 0) {
|
|
60
|
+
handleOptionClick(options[highlightedIndex]);
|
|
61
|
+
}
|
|
62
|
+
break;
|
|
63
|
+
}
|
|
64
|
+
case "ArrowDown": {
|
|
65
|
+
handlePressDown(event);
|
|
66
|
+
break;
|
|
67
|
+
}
|
|
68
|
+
case "ArrowUp": {
|
|
69
|
+
handlePressUp(event);
|
|
70
|
+
break;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
useEffect(() => {
|
|
75
|
+
// focus first option
|
|
76
|
+
handleOptionFocus(0);
|
|
77
|
+
}, [menuDiv]);
|
|
78
|
+
return (React.createElement("ul", { "data-testid": "dropdown-menu", className: styles.dropDownMenuContainer, ref: menuDiv, onKeyDown: handleKeyDown }, options.map((option, index) => {
|
|
79
|
+
const optionClass = classnames(styles.option, {
|
|
80
|
+
[styles.active]: index === highlightedIndex,
|
|
81
|
+
});
|
|
82
|
+
return (React.createElement("li", { key: `${index}-${option.label}`, className: optionClass, onClick: event => {
|
|
83
|
+
event.stopPropagation();
|
|
84
|
+
event.preventDefault();
|
|
85
|
+
handleOptionClick(option);
|
|
86
|
+
}, onMouseOver: e => handleOptionHover(e, index) },
|
|
87
|
+
React.createElement(Checkbox, { label: option.label, checked: option.checked, onFocus: () => setHighlightedIndex(index) })));
|
|
88
|
+
})));
|
|
89
|
+
function handlePressUp(event) {
|
|
90
|
+
event.preventDefault();
|
|
91
|
+
const newIndex = Math.max(0, highlightedIndex - 1);
|
|
92
|
+
handleOptionFocus(newIndex);
|
|
93
|
+
scrollMenuIfItemNotInView(menuDiv.current, "up");
|
|
94
|
+
}
|
|
95
|
+
function handlePressDown(event) {
|
|
96
|
+
event.preventDefault();
|
|
97
|
+
const newIndex = Math.min(options.length - 1, highlightedIndex + 1);
|
|
98
|
+
handleOptionFocus(newIndex);
|
|
99
|
+
scrollMenuIfItemNotInView(menuDiv.current, "down");
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// eslint-disable-next-line max-statements
|
|
104
|
+
function MultiSelect({ defaultLabel, allSelectedLabel, options, onOptionsChange, size, }) {
|
|
105
|
+
const [label, setLabel] = useState(defaultLabel);
|
|
106
|
+
const [menuVisible, setMenuVisible] = useState(false);
|
|
107
|
+
const [focused, setFocused] = useState(false);
|
|
108
|
+
const multiSelectContainer = useRef();
|
|
109
|
+
const multiSelectRef = useRef();
|
|
110
|
+
const multiSelectClass = classnames(styles$1.multiSelect, {
|
|
111
|
+
[styles$1.active]: menuVisible,
|
|
112
|
+
[styles$1.large]: size === "large",
|
|
113
|
+
[styles$1.small]: size === "small",
|
|
114
|
+
});
|
|
115
|
+
function handleMenuVisibility() {
|
|
116
|
+
multiSelectRef.current.focus();
|
|
117
|
+
setMenuVisible(!menuVisible);
|
|
118
|
+
}
|
|
119
|
+
const handleClickOutside = (e) => {
|
|
120
|
+
var _a;
|
|
121
|
+
if (!((_a = multiSelectContainer === null || multiSelectContainer === void 0 ? void 0 : multiSelectContainer.current) === null || _a === void 0 ? void 0 : _a.contains(e.target))) {
|
|
122
|
+
setMenuVisible(false);
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
function handleKeydown(event) {
|
|
126
|
+
const { key, metaKey, ctrlKey } = event;
|
|
127
|
+
if (metaKey || ctrlKey)
|
|
128
|
+
return;
|
|
129
|
+
switch (key) {
|
|
130
|
+
case "Enter":
|
|
131
|
+
case " ": {
|
|
132
|
+
if (focused) {
|
|
133
|
+
setMenuVisible(!menuVisible);
|
|
134
|
+
}
|
|
135
|
+
break;
|
|
136
|
+
}
|
|
137
|
+
case "Escape": {
|
|
138
|
+
multiSelectRef.current.focus();
|
|
139
|
+
setMenuVisible(false);
|
|
140
|
+
break;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
useEffect(() => {
|
|
145
|
+
document.addEventListener("mousedown", handleClickOutside);
|
|
146
|
+
return () => document.removeEventListener("mousedown", handleClickOutside);
|
|
147
|
+
});
|
|
148
|
+
useEffect(() => {
|
|
149
|
+
const selected = options.filter(option => option.checked);
|
|
150
|
+
if (selected.length === 0) {
|
|
151
|
+
setLabel(defaultLabel);
|
|
152
|
+
}
|
|
153
|
+
else if (selected.length == options.length) {
|
|
154
|
+
setLabel(allSelectedLabel);
|
|
155
|
+
}
|
|
156
|
+
else {
|
|
157
|
+
const selectedLabels = [];
|
|
158
|
+
selected.forEach(option => selectedLabels.push(option.label));
|
|
159
|
+
setLabel(selectedLabels.join(", "));
|
|
160
|
+
}
|
|
161
|
+
}, [options]);
|
|
162
|
+
return (React.createElement("div", { ref: multiSelectContainer, className: styles$1.multiSelectContainer, onKeyDown: handleKeydown },
|
|
163
|
+
React.createElement("div", { "data-testid": "multi-select", className: multiSelectClass, onClick: handleMenuVisibility, onFocus: () => setFocused(true), onBlur: () => setFocused(false), tabIndex: 0, ref: multiSelectRef, role: "button", "aria-label": `${defaultLabel}: ${label}`, "aria-multiselectable": true, "aria-haspopup": true },
|
|
164
|
+
React.createElement(Text, null, label),
|
|
165
|
+
React.createElement(Icon, { name: "arrowDown" })),
|
|
166
|
+
menuVisible && (React.createElement(DropDownMenu, { options: options, setOptions: onOptionsChange }))));
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
export { MultiSelect as M };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { F as FormField } from './FormField-8118cfc8.js';
|
|
3
|
+
|
|
4
|
+
function Select(props) {
|
|
5
|
+
return React.createElement(FormField, Object.assign({ type: "select" }, props));
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
function SelectOption({ children, disabled, value }) {
|
|
9
|
+
return (React.createElement("option", { disabled: disabled, value: value }, children));
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export { Select as S, SelectOption as a };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var FormField = require('./FormField-6ff183f8.js');
|
|
5
|
+
|
|
6
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
7
|
+
|
|
8
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
9
|
+
|
|
10
|
+
function Select(props) {
|
|
11
|
+
return React__default["default"].createElement(FormField.FormField, Object.assign({ type: "select" }, props));
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
function SelectOption({ children, disabled, value }) {
|
|
15
|
+
return (React__default["default"].createElement("option", { disabled: disabled, value: value }, children));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
exports.Select = Select;
|
|
19
|
+
exports.SelectOption = SelectOption;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Page = require('../Page-a9b25d27.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('classnames');
|
|
8
|
+
require('@jobber/hooks/useResizeObserver');
|
|
9
|
+
require('../style-inject.es-9d2f5f4e.js');
|
|
10
|
+
require('../Heading-1e8e4bd3.js');
|
|
11
|
+
require('../Typography-c45bf216.js');
|
|
12
|
+
require('../getAtlantisConfig-0f3e8af2.js');
|
|
13
|
+
require('../Text-259af966.js');
|
|
14
|
+
require('../Content-e3f7b6fc.js');
|
|
15
|
+
require('../Markdown-f7c55304.js');
|
|
16
|
+
require('react-markdown');
|
|
17
|
+
require('../Emphasis-bda56d3b.js');
|
|
18
|
+
require('../Button-b73a5e01.js');
|
|
19
|
+
require('react-router-dom');
|
|
20
|
+
require('../Icon-405a216c.js');
|
|
21
|
+
require('@jobber/design');
|
|
22
|
+
require('../Menu-083fc4c4.js');
|
|
23
|
+
require('framer-motion');
|
|
24
|
+
require('@jobber/hooks/useOnKeyDown');
|
|
25
|
+
require('@jobber/hooks/useRefocusOnActivator');
|
|
26
|
+
require('@jobber/hooks/useSafeLayoutEffect');
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
exports.Page = Page.Page;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export { P as Page } from '../Page-f2604b2a.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'classnames';
|
|
4
|
+
import '@jobber/hooks/useResizeObserver';
|
|
5
|
+
import '../style-inject.es-a0e1a0ba.js';
|
|
6
|
+
import '../Heading-93e755cb.js';
|
|
7
|
+
import '../Typography-7cc5daf5.js';
|
|
8
|
+
import '../getAtlantisConfig-5b50057c.js';
|
|
9
|
+
import '../Text-c9162504.js';
|
|
10
|
+
import '../Content-c4ea919f.js';
|
|
11
|
+
import '../Markdown-8d44afcd.js';
|
|
12
|
+
import 'react-markdown';
|
|
13
|
+
import '../Emphasis-78cec3ac.js';
|
|
14
|
+
import '../Button-9ae092b3.js';
|
|
15
|
+
import 'react-router-dom';
|
|
16
|
+
import '../Icon-22723fe6.js';
|
|
17
|
+
import '@jobber/design';
|
|
18
|
+
import '../Menu-d99e0e5a.js';
|
|
19
|
+
import 'framer-motion';
|
|
20
|
+
import '@jobber/hooks/useOnKeyDown';
|
|
21
|
+
import '@jobber/hooks/useRefocusOnActivator';
|
|
22
|
+
import '@jobber/hooks/useSafeLayoutEffect';
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var classnames = require('classnames');
|
|
5
|
+
var jobberHooks = require('@jobber/hooks/useResizeObserver');
|
|
6
|
+
var styleInject_es = require('./style-inject.es-9d2f5f4e.js');
|
|
7
|
+
var Heading = require('./Heading-1e8e4bd3.js');
|
|
8
|
+
var Text = require('./Text-259af966.js');
|
|
9
|
+
var Content = require('./Content-e3f7b6fc.js');
|
|
10
|
+
var Markdown = require('./Markdown-f7c55304.js');
|
|
11
|
+
var Button = require('./Button-b73a5e01.js');
|
|
12
|
+
var Menu = require('./Menu-083fc4c4.js');
|
|
13
|
+
var Emphasis = require('./Emphasis-bda56d3b.js');
|
|
14
|
+
|
|
15
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
16
|
+
|
|
17
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
18
|
+
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
19
|
+
|
|
20
|
+
var css_248z = ".pVEdXlwstrc- {\n width: 100%;\n box-sizing: border-box;\n padding: calc(16px * 1);\n padding: var(--space-base);\n}\n\n@media (min-width: 768px) {\n\n.pVEdXlwstrc- {\n padding: calc(16px * 1.5);\n padding: var(--space-large);\n}\n }\n\n@media (--medium-screens-and-up) {\n\n.pVEdXlwstrc- {\n padding: calc(16px * 1.5);\n padding: var(--space-large);\n}\n }\n\n._9r84iz--C5M- {\n max-width: none;\n}\n\n._0LO26JFXU9g- {\n max-width: calc(16px * 80);\n max-width: calc(var(--base-unit) * 80);\n}\n\n.KiMIF8eFbuE- {\n max-width: calc(16px * 64);\n max-width: calc(var(--base-unit) * 64);\n}\n\n.GCeQrLFyml4- h1 {\n -ms-flex: 0 1 auto;\n flex: 0 1 auto;\n margin-bottom: calc(16px * 1);\n margin-bottom: var(--space-base);\n}\n\n.GCeQrLFyml4- > .KP-BTjB82iQ- {\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n}\n\n.GCeQrLFyml4-.GuFU-PgC1j4-,\n.GCeQrLFyml4-.qiwlkB5pxkA- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n\n.GCeQrLFyml4-.CbPnpIk7-EE- .KP-BTjB82iQ- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n\n.GCeQrLFyml4-.qiwlkB5pxkA- .KP-BTjB82iQ-,\n.GCeQrLFyml4-.GuFU-PgC1j4- .KP-BTjB82iQ- {\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n}\n\n.GCeQrLFyml4-.qiwlkB5pxkA- .KP-BTjB82iQ- {\n -ms-flex-pack: end;\n justify-content: flex-end;\n}\n\n.E5FEsck9zwg- {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n margin-bottom: calc(16px / 2);\n margin-bottom: var(--space-small);\n}\n\n.Sn3-wJuNCqk- {\n margin-top: calc(16px / 2);\n margin-top: var(--space-small);\n -ms-flex: 1;\n flex: 1;\n}\n\n.Sn3-wJuNCqk- > div {\n width: 100%;\n}\n\n.GCeQrLFyml4-.CbPnpIk7-EE- .Sn3-wJuNCqk- {\n margin-top: 0;\n}\n\n.GCeQrLFyml4-.qiwlkB5pxkA- .E5FEsck9zwg-,\n.GCeQrLFyml4-.qiwlkB5pxkA- .Sn3-wJuNCqk- {\n margin: 0;\n -ms-flex: 0 auto;\n flex: 0 auto;\n}\n\n.GCeQrLFyml4-.qiwlkB5pxkA- .Sn3-wJuNCqk- {\n margin-left: calc(16px / 2);\n margin-left: var(--space-small);\n}\n\n.GCeQrLFyml4-.CbPnpIk7-EE- .Sn3-wJuNCqk- + .Sn3-wJuNCqk- {\n margin-left: calc(16px / 2);\n margin-left: var(--space-small);\n}\n\n.GCeQrLFyml4- ._9ZKFDK2jL80- {\n margin-bottom: calc(16px * 1);\n margin-bottom: var(--space-base);\n}\n";
|
|
21
|
+
var styles = {"page":"pVEdXlwstrc-","fill":"_9r84iz--C5M-","standard":"_0LO26JFXU9g-","narrow":"KiMIF8eFbuE-","titleBar":"GCeQrLFyml4-","actionGroup":"KP-BTjB82iQ-","large":"GuFU-PgC1j4-","medium":"qiwlkB5pxkA-","small":"CbPnpIk7-EE-","primaryAction":"E5FEsck9zwg-","actionButton":"Sn3-wJuNCqk-","subtitle":"_9ZKFDK2jL80-"};
|
|
22
|
+
styleInject_es.styleInject(css_248z);
|
|
23
|
+
|
|
24
|
+
// eslint-disable-next-line max-statements
|
|
25
|
+
function Page({ title, intro, externalIntroLinks, subtitle, children, width = "standard", primaryAction, secondaryAction, moreActionsMenu = [], }) {
|
|
26
|
+
const pageStyles = classnames__default["default"](styles.page, styles[width]);
|
|
27
|
+
const [titleBarRef, { width: titleBarWidth = jobberHooks.Breakpoints.large }] = jobberHooks.useResizeObserver();
|
|
28
|
+
const titleBarClasses = classnames__default["default"](styles.titleBar, {
|
|
29
|
+
[styles.small]: titleBarWidth > jobberHooks.Breakpoints.smaller,
|
|
30
|
+
[styles.medium]: titleBarWidth > jobberHooks.Breakpoints.small,
|
|
31
|
+
[styles.large]: titleBarWidth > jobberHooks.Breakpoints.base,
|
|
32
|
+
});
|
|
33
|
+
const showMenu = moreActionsMenu.length > 0;
|
|
34
|
+
const showActionGroup = showMenu || primaryAction;
|
|
35
|
+
if (primaryAction != undefined) {
|
|
36
|
+
primaryAction = Object.assign({ fullWidth: true }, primaryAction);
|
|
37
|
+
}
|
|
38
|
+
if (secondaryAction != undefined) {
|
|
39
|
+
secondaryAction = Object.assign({ type: "secondary", fullWidth: true }, secondaryAction);
|
|
40
|
+
}
|
|
41
|
+
if (secondaryAction != undefined) {
|
|
42
|
+
secondaryAction = Object.assign({ type: "secondary", fullWidth: true }, secondaryAction);
|
|
43
|
+
}
|
|
44
|
+
return (React__default["default"].createElement("div", { className: pageStyles },
|
|
45
|
+
React__default["default"].createElement(Content.Content, null,
|
|
46
|
+
React__default["default"].createElement(Content.Content, null,
|
|
47
|
+
React__default["default"].createElement("div", { className: titleBarClasses, ref: titleBarRef },
|
|
48
|
+
React__default["default"].createElement("div", null,
|
|
49
|
+
React__default["default"].createElement(Heading.Heading, { level: 1 }, title),
|
|
50
|
+
subtitle && (React__default["default"].createElement("div", { className: styles.subtitle },
|
|
51
|
+
React__default["default"].createElement(Text.Text, { size: "large", variation: "subdued" },
|
|
52
|
+
React__default["default"].createElement(Emphasis.Emphasis, { variation: "bold" },
|
|
53
|
+
React__default["default"].createElement(Markdown.Markdown, { content: subtitle, basicUsage: true })))))),
|
|
54
|
+
showActionGroup && (React__default["default"].createElement("div", { className: styles.actionGroup },
|
|
55
|
+
primaryAction && (React__default["default"].createElement("div", { className: styles.primaryAction },
|
|
56
|
+
React__default["default"].createElement(Button.Button, Object.assign({}, primaryAction)))),
|
|
57
|
+
secondaryAction && (React__default["default"].createElement("div", { className: styles.actionButton },
|
|
58
|
+
React__default["default"].createElement(Button.Button, Object.assign({}, secondaryAction)))),
|
|
59
|
+
showMenu && (React__default["default"].createElement("div", { className: styles.actionButton },
|
|
60
|
+
React__default["default"].createElement(Menu.Menu, { items: moreActionsMenu })))))),
|
|
61
|
+
intro && (React__default["default"].createElement(Text.Text, { size: "large" },
|
|
62
|
+
React__default["default"].createElement(Markdown.Markdown, { content: intro, basicUsage: true, externalLink: externalIntroLinks })))),
|
|
63
|
+
React__default["default"].createElement(Content.Content, null, children))));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
exports.Page = Page;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import { useResizeObserver, Breakpoints } from '@jobber/hooks/useResizeObserver';
|
|
4
|
+
import { s as styleInject } from './style-inject.es-a0e1a0ba.js';
|
|
5
|
+
import { H as Heading } from './Heading-93e755cb.js';
|
|
6
|
+
import { T as Text } from './Text-c9162504.js';
|
|
7
|
+
import { C as Content } from './Content-c4ea919f.js';
|
|
8
|
+
import { M as Markdown } from './Markdown-8d44afcd.js';
|
|
9
|
+
import { B as Button } from './Button-9ae092b3.js';
|
|
10
|
+
import { M as Menu } from './Menu-d99e0e5a.js';
|
|
11
|
+
import { E as Emphasis } from './Emphasis-78cec3ac.js';
|
|
12
|
+
|
|
13
|
+
var css_248z = ".pVEdXlwstrc- {\n width: 100%;\n box-sizing: border-box;\n padding: calc(16px * 1);\n padding: var(--space-base);\n}\n\n@media (min-width: 768px) {\n\n.pVEdXlwstrc- {\n padding: calc(16px * 1.5);\n padding: var(--space-large);\n}\n }\n\n@media (--medium-screens-and-up) {\n\n.pVEdXlwstrc- {\n padding: calc(16px * 1.5);\n padding: var(--space-large);\n}\n }\n\n._9r84iz--C5M- {\n max-width: none;\n}\n\n._0LO26JFXU9g- {\n max-width: calc(16px * 80);\n max-width: calc(var(--base-unit) * 80);\n}\n\n.KiMIF8eFbuE- {\n max-width: calc(16px * 64);\n max-width: calc(var(--base-unit) * 64);\n}\n\n.GCeQrLFyml4- h1 {\n -ms-flex: 0 1 auto;\n flex: 0 1 auto;\n margin-bottom: calc(16px * 1);\n margin-bottom: var(--space-base);\n}\n\n.GCeQrLFyml4- > .KP-BTjB82iQ- {\n -ms-flex: 1 0 auto;\n flex: 1 0 auto;\n}\n\n.GCeQrLFyml4-.GuFU-PgC1j4-,\n.GCeQrLFyml4-.qiwlkB5pxkA- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n\n.GCeQrLFyml4-.CbPnpIk7-EE- .KP-BTjB82iQ- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n\n.GCeQrLFyml4-.qiwlkB5pxkA- .KP-BTjB82iQ-,\n.GCeQrLFyml4-.GuFU-PgC1j4- .KP-BTjB82iQ- {\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n}\n\n.GCeQrLFyml4-.qiwlkB5pxkA- .KP-BTjB82iQ- {\n -ms-flex-pack: end;\n justify-content: flex-end;\n}\n\n.E5FEsck9zwg- {\n -ms-flex: 0 0 100%;\n flex: 0 0 100%;\n margin-bottom: calc(16px / 2);\n margin-bottom: var(--space-small);\n}\n\n.Sn3-wJuNCqk- {\n margin-top: calc(16px / 2);\n margin-top: var(--space-small);\n -ms-flex: 1;\n flex: 1;\n}\n\n.Sn3-wJuNCqk- > div {\n width: 100%;\n}\n\n.GCeQrLFyml4-.CbPnpIk7-EE- .Sn3-wJuNCqk- {\n margin-top: 0;\n}\n\n.GCeQrLFyml4-.qiwlkB5pxkA- .E5FEsck9zwg-,\n.GCeQrLFyml4-.qiwlkB5pxkA- .Sn3-wJuNCqk- {\n margin: 0;\n -ms-flex: 0 auto;\n flex: 0 auto;\n}\n\n.GCeQrLFyml4-.qiwlkB5pxkA- .Sn3-wJuNCqk- {\n margin-left: calc(16px / 2);\n margin-left: var(--space-small);\n}\n\n.GCeQrLFyml4-.CbPnpIk7-EE- .Sn3-wJuNCqk- + .Sn3-wJuNCqk- {\n margin-left: calc(16px / 2);\n margin-left: var(--space-small);\n}\n\n.GCeQrLFyml4- ._9ZKFDK2jL80- {\n margin-bottom: calc(16px * 1);\n margin-bottom: var(--space-base);\n}\n";
|
|
14
|
+
var styles = {"page":"pVEdXlwstrc-","fill":"_9r84iz--C5M-","standard":"_0LO26JFXU9g-","narrow":"KiMIF8eFbuE-","titleBar":"GCeQrLFyml4-","actionGroup":"KP-BTjB82iQ-","large":"GuFU-PgC1j4-","medium":"qiwlkB5pxkA-","small":"CbPnpIk7-EE-","primaryAction":"E5FEsck9zwg-","actionButton":"Sn3-wJuNCqk-","subtitle":"_9ZKFDK2jL80-"};
|
|
15
|
+
styleInject(css_248z);
|
|
16
|
+
|
|
17
|
+
// eslint-disable-next-line max-statements
|
|
18
|
+
function Page({ title, intro, externalIntroLinks, subtitle, children, width = "standard", primaryAction, secondaryAction, moreActionsMenu = [], }) {
|
|
19
|
+
const pageStyles = classnames(styles.page, styles[width]);
|
|
20
|
+
const [titleBarRef, { width: titleBarWidth = Breakpoints.large }] = useResizeObserver();
|
|
21
|
+
const titleBarClasses = classnames(styles.titleBar, {
|
|
22
|
+
[styles.small]: titleBarWidth > Breakpoints.smaller,
|
|
23
|
+
[styles.medium]: titleBarWidth > Breakpoints.small,
|
|
24
|
+
[styles.large]: titleBarWidth > Breakpoints.base,
|
|
25
|
+
});
|
|
26
|
+
const showMenu = moreActionsMenu.length > 0;
|
|
27
|
+
const showActionGroup = showMenu || primaryAction;
|
|
28
|
+
if (primaryAction != undefined) {
|
|
29
|
+
primaryAction = Object.assign({ fullWidth: true }, primaryAction);
|
|
30
|
+
}
|
|
31
|
+
if (secondaryAction != undefined) {
|
|
32
|
+
secondaryAction = Object.assign({ type: "secondary", fullWidth: true }, secondaryAction);
|
|
33
|
+
}
|
|
34
|
+
if (secondaryAction != undefined) {
|
|
35
|
+
secondaryAction = Object.assign({ type: "secondary", fullWidth: true }, secondaryAction);
|
|
36
|
+
}
|
|
37
|
+
return (React.createElement("div", { className: pageStyles },
|
|
38
|
+
React.createElement(Content, null,
|
|
39
|
+
React.createElement(Content, null,
|
|
40
|
+
React.createElement("div", { className: titleBarClasses, ref: titleBarRef },
|
|
41
|
+
React.createElement("div", null,
|
|
42
|
+
React.createElement(Heading, { level: 1 }, title),
|
|
43
|
+
subtitle && (React.createElement("div", { className: styles.subtitle },
|
|
44
|
+
React.createElement(Text, { size: "large", variation: "subdued" },
|
|
45
|
+
React.createElement(Emphasis, { variation: "bold" },
|
|
46
|
+
React.createElement(Markdown, { content: subtitle, basicUsage: true })))))),
|
|
47
|
+
showActionGroup && (React.createElement("div", { className: styles.actionGroup },
|
|
48
|
+
primaryAction && (React.createElement("div", { className: styles.primaryAction },
|
|
49
|
+
React.createElement(Button, Object.assign({}, primaryAction)))),
|
|
50
|
+
secondaryAction && (React.createElement("div", { className: styles.actionButton },
|
|
51
|
+
React.createElement(Button, Object.assign({}, secondaryAction)))),
|
|
52
|
+
showMenu && (React.createElement("div", { className: styles.actionButton },
|
|
53
|
+
React.createElement(Menu, { items: moreActionsMenu })))))),
|
|
54
|
+
intro && (React.createElement(Text, { size: "large" },
|
|
55
|
+
React.createElement(Markdown, { content: intro, basicUsage: true, externalLink: externalIntroLinks })))),
|
|
56
|
+
React.createElement(Content, null, children))));
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export { Page as P };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Popover = require('../Popover-efe863e3.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('react-popper');
|
|
8
|
+
require('@jobber/hooks/useRefocusOnActivator');
|
|
9
|
+
require('../style-inject.es-9d2f5f4e.js');
|
|
10
|
+
require('../ButtonDismiss-350af163.js');
|
|
11
|
+
require('../Button-b73a5e01.js');
|
|
12
|
+
require('classnames');
|
|
13
|
+
require('react-router-dom');
|
|
14
|
+
require('../Icon-405a216c.js');
|
|
15
|
+
require('@jobber/design');
|
|
16
|
+
require('../Typography-c45bf216.js');
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
exports.Popover = Popover.Popover;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { P as Popover } from '../Popover-2c6df036.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import 'react-popper';
|
|
4
|
+
import '@jobber/hooks/useRefocusOnActivator';
|
|
5
|
+
import '../style-inject.es-a0e1a0ba.js';
|
|
6
|
+
import '../ButtonDismiss-614803be.js';
|
|
7
|
+
import '../Button-9ae092b3.js';
|
|
8
|
+
import 'classnames';
|
|
9
|
+
import 'react-router-dom';
|
|
10
|
+
import '../Icon-22723fe6.js';
|
|
11
|
+
import '@jobber/design';
|
|
12
|
+
import '../Typography-7cc5daf5.js';
|