@jobber/components 4.85.5 → 4.85.6-CJS-to-ESM.3
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/README.md +4 -0
- package/dist/AnimatedPresence/{index.js → index.cjs} +1 -3
- package/dist/AnimatedPresence/index.mjs +4 -0
- package/dist/AnimatedPresence-D73apgLB.js +98 -0
- package/dist/{AnimatedPresence-20a02aaa.js → AnimatedPresence-DFaAEYUa.js} +3 -7
- package/dist/AnimatedSwitcher/index.cjs +11 -0
- package/dist/AnimatedSwitcher/index.mjs +5 -0
- package/dist/AnimatedSwitcher-B4fUExeN.js +90 -0
- package/dist/{AnimatedSwitcher-3d45ec5d.js → AnimatedSwitcher-UmlTf067.js} +4 -8
- package/dist/Autocomplete/index.cjs +33 -0
- package/dist/Autocomplete/index.mjs +27 -0
- package/dist/Autocomplete-1iO7JRX2.js +190 -0
- package/dist/Autocomplete-CfntbJ6I.js +188 -0
- package/dist/Avatar/index.cjs +13 -0
- package/dist/Avatar/index.mjs +7 -0
- package/dist/Avatar-DZCQBKMr.js +70 -0
- package/dist/Avatar-Q2BQymsE.js +72 -0
- package/dist/Banner/components/BannerIcon/index.cjs +13 -0
- package/dist/Banner/components/BannerIcon/index.mjs +7 -0
- package/dist/Banner/index.cjs +23 -0
- package/dist/Banner/index.mjs +17 -0
- package/dist/Banner-9-5fXphG.js +82 -0
- package/dist/Banner-QqoLHMka.js +84 -0
- package/dist/BannerIcon-QB3lZddm.js +24 -0
- package/dist/BannerIcon-YIreWKuC.js +27 -0
- package/dist/Body-DMRyfeGa.js +59 -0
- package/dist/Body-Dd2-HEDo.js +50 -0
- package/dist/Button/index.cjs +14 -0
- package/dist/Button/index.mjs +8 -0
- package/dist/Button-CWVwgwhn.js +50 -0
- package/dist/Button-D3mW3Hcg.js +52 -0
- package/dist/ButtonDismiss/index.cjs +15 -0
- package/dist/ButtonDismiss/index.mjs +9 -0
- package/dist/ButtonDismiss-GLptCaNc.js +8 -0
- package/dist/ButtonDismiss-l6Kunmen.js +10 -0
- package/dist/Card/index.cjs +22 -0
- package/dist/Card/index.mjs +16 -0
- package/dist/{Card-e3144022.js → Card-BeL8rCSY.js} +20 -25
- package/dist/Card-DQB6rhwZ.js +86 -0
- package/dist/Checkbox/index.cjs +16 -0
- package/dist/Checkbox/index.mjs +10 -0
- package/dist/Checkbox-C78HDAVJ.js +58 -0
- package/dist/Checkbox-qsepteuE.js +56 -0
- package/dist/Chip/hooks/index.cjs +8 -0
- package/dist/Chip/hooks/index.mjs +2 -0
- package/dist/Chip/index.cjs +27 -0
- package/dist/Chip/index.mjs +19 -0
- package/dist/Chip-Cvuqhi_q.js +70 -0
- package/dist/Chip-DSy6Xm8R.js +73 -0
- package/dist/ChipDismissible-BtVU1TDW.js +22 -0
- package/dist/ChipDismissible-C8X7PyuZ.js +19 -0
- package/dist/Chips/InternalChipDismissible/hooks/index.cjs +23 -0
- package/dist/Chips/InternalChipDismissible/hooks/index.mjs +13 -0
- package/dist/Chips/InternalChipDismissible/index.cjs +34 -0
- package/dist/Chips/InternalChipDismissible/index.mjs +28 -0
- package/dist/Chips/index.cjs +47 -0
- package/dist/Chips/index.mjs +43 -0
- package/dist/Chips-CWmwDShP.js +91 -0
- package/dist/Chips-DqEZ8iEX.js +93 -0
- package/dist/Combobox/components/ComboboxAction/index.cjs +13 -0
- package/dist/Combobox/components/ComboboxAction/index.mjs +7 -0
- package/dist/Combobox/components/ComboboxActivator/index.cjs +28 -0
- package/dist/Combobox/components/ComboboxActivator/index.mjs +22 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.cjs +15 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.mjs +9 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.cjs +26 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.mjs +20 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.cjs +11 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.mjs +5 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.cjs +11 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.mjs +5 -0
- package/dist/Combobox/components/ComboboxContent/index.cjs +36 -0
- package/dist/Combobox/components/ComboboxContent/index.mjs +30 -0
- package/dist/Combobox/components/ComboboxOption/index.cjs +15 -0
- package/dist/Combobox/components/ComboboxOption/index.mjs +9 -0
- package/dist/Combobox/components/ComboboxTrigger/index.cjs +26 -0
- package/dist/Combobox/components/ComboboxTrigger/index.mjs +20 -0
- package/dist/Combobox/index.cjs +52 -0
- package/dist/Combobox/index.mjs +45 -0
- package/dist/Combobox-BBsXbnmz.js +122 -0
- package/dist/Combobox-YIT4j2TF.js +120 -0
- package/dist/ComboboxAction-B3RwsCtx.js +27 -0
- package/dist/ComboboxAction-BzEwYtPm.js +25 -0
- package/dist/ComboboxActivator-D41tfwAg.js +26 -0
- package/dist/ComboboxActivator-DT29yQ2v.js +28 -0
- package/dist/ComboboxContent-BRgUJ7J4.js +144 -0
- package/dist/ComboboxContent-C3MIJd9a.js +146 -0
- package/dist/ComboboxContentHeader-CJ0if4JI.js +32 -0
- package/dist/ComboboxContentHeader-DFLlxg-X.js +30 -0
- package/dist/ComboboxContentList-B_KlRjj7.js +78 -0
- package/dist/ComboboxContentList-wTyr0j1u.js +80 -0
- package/dist/ComboboxContentSearch-B8hsfo_D.js +35 -0
- package/dist/ComboboxContentSearch-UAyHetvM.js +37 -0
- package/dist/ComboboxLoadMore-Bfg4pEkg.js +19 -0
- package/dist/ComboboxLoadMore-CBXYoxXv.js +17 -0
- package/dist/ComboboxOption-CWkyTkzU.js +25 -0
- package/dist/ComboboxOption-D_f4NcBM.js +23 -0
- package/dist/ComboboxProvider-BwxfVgmL.js +13 -0
- package/dist/ComboboxProvider-Dm_tfmkr.js +10 -0
- package/dist/ComboboxTrigger-DdG9k28y.js +22 -0
- package/dist/ComboboxTrigger-zTO01W3n.js +24 -0
- package/dist/ConfirmationModal/index.cjs +29 -0
- package/dist/ConfirmationModal/index.mjs +23 -0
- package/dist/{ConfirmationModal-52e16873.js → ConfirmationModal-BX-WMEkO.js} +8 -12
- package/dist/ConfirmationModal-KamMnKR1.js +94 -0
- package/dist/Content/index.cjs +10 -0
- package/dist/Content/index.mjs +4 -0
- package/dist/Content-B8Od1cqS.js +20 -0
- package/dist/Content-BknIp35w.js +18 -0
- package/dist/Countdown/index.cjs +10 -0
- package/dist/Countdown/index.mjs +4 -0
- package/dist/Countdown-DQYi_QSJ.js +63 -0
- package/dist/{Countdown/index.js → Countdown-mTio5lCJ.js} +2 -9
- package/dist/DataDump/index.cjs +25 -0
- package/dist/DataDump/index.mjs +19 -0
- package/dist/DataDump-BQOPiKBi.js +15 -0
- package/dist/DataDump-DFesmG7X.js +17 -0
- package/dist/DataList/components/DataListAction/index.cjs +14 -0
- package/dist/DataList/components/DataListAction/index.mjs +8 -0
- package/dist/DataList/components/DataListActions/index.cjs +43 -0
- package/dist/DataList/components/DataListActions/index.mjs +37 -0
- package/dist/DataList/components/DataListActionsMenu/index.cjs +16 -0
- package/dist/DataList/components/DataListActionsMenu/index.mjs +10 -0
- package/dist/DataList/components/DataListBulkActions/index.cjs +46 -0
- package/dist/DataList/components/DataListBulkActions/index.mjs +39 -0
- package/dist/DataList/components/DataListEmptyState/index.cjs +21 -0
- package/dist/DataList/components/DataListEmptyState/index.mjs +14 -0
- package/dist/DataList/components/DataListFilters/components/DataListSort/index.cjs +53 -0
- package/dist/DataList/components/DataListFilters/components/DataListSort/index.mjs +47 -0
- package/dist/DataList/components/DataListFilters/index.cjs +67 -0
- package/dist/DataList/components/DataListFilters/index.mjs +60 -0
- package/dist/DataList/components/DataListHeader/index.cjs +53 -0
- package/dist/DataList/components/DataListHeader/index.mjs +47 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.cjs +13 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.mjs +7 -0
- package/dist/DataList/components/DataListHeaderTile/index.cjs +21 -0
- package/dist/DataList/components/DataListHeaderTile/index.mjs +15 -0
- package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.cjs +15 -0
- package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.mjs +9 -0
- package/dist/DataList/components/DataListItem/index.cjs +52 -0
- package/dist/DataList/components/DataListItem/index.mjs +46 -0
- package/dist/DataList/components/DataListItemActions/index.cjs +45 -0
- package/dist/DataList/components/DataListItemActions/index.mjs +38 -0
- package/dist/DataList/components/DataListItemActionsOverflow/index.cjs +25 -0
- package/dist/DataList/components/DataListItemActionsOverflow/index.mjs +19 -0
- package/dist/DataList/components/DataListItems/index.cjs +53 -0
- package/dist/DataList/components/DataListItems/index.mjs +47 -0
- package/dist/DataList/components/DataListLayout/index.cjs +56 -0
- package/dist/DataList/components/DataListLayout/index.mjs +50 -0
- package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.cjs +9 -0
- package/dist/DataList/components/DataListLayoutActions/DataListLayoutContext/index.mjs +2 -0
- package/dist/DataList/components/DataListLayoutActions/index.cjs +33 -0
- package/dist/DataList/components/DataListLayoutActions/index.mjs +27 -0
- package/dist/DataList/components/DataListLoadMore/index.cjs +22 -0
- package/dist/DataList/components/DataListLoadMore/index.mjs +15 -0
- package/dist/DataList/components/DataListLoadingState/index.cjs +22 -0
- package/dist/DataList/components/DataListLoadingState/index.mjs +14 -0
- package/dist/DataList/components/DataListOverflowFade/index.cjs +13 -0
- package/dist/DataList/components/DataListOverflowFade/index.mjs +6 -0
- package/dist/DataList/components/DataListSearch/index.cjs +34 -0
- package/dist/DataList/components/DataListSearch/index.mjs +26 -0
- package/dist/DataList/components/DataListStatusBar/index.cjs +32 -0
- package/dist/DataList/components/DataListStatusBar/index.mjs +25 -0
- package/dist/DataList/components/DataListStickyHeader/index.cjs +12 -0
- package/dist/DataList/components/DataListStickyHeader/index.mjs +6 -0
- package/dist/DataList/components/DataListTags/index.cjs +13 -0
- package/dist/DataList/components/DataListTags/index.mjs +7 -0
- package/dist/DataList/components/DataListTotalCount/index.cjs +16 -0
- package/dist/DataList/components/DataListTotalCount/index.mjs +9 -0
- package/dist/DataList/context/DataListContext/index.cjs +12 -0
- package/dist/DataList/context/DataListContext/index.mjs +4 -0
- package/dist/DataList/context/DataListLayoutContext/index.cjs +12 -0
- package/dist/DataList/context/DataListLayoutContext/index.mjs +4 -0
- package/dist/DataList/index.cjs +97 -0
- package/dist/DataList/index.mjs +91 -0
- package/dist/DataList-BL3zeA83.js +9 -0
- package/dist/DataList-D8rsiB6p.js +7 -0
- package/dist/DataList-DPwZfKmO.js +141 -0
- package/dist/DataList-_BDe70gJ.js +139 -0
- package/dist/DataList.const-Wz370ukq.js +25 -0
- package/dist/DataList.const-YbvF2-QB.js +38 -0
- package/dist/DataList.utils-DTLgRGnD.js +168 -0
- package/dist/DataList.utils-DoGRceLK.js +161 -0
- package/dist/DataListAction-CMZbwbN5.js +40 -0
- package/dist/DataListAction-CzSLV230.js +42 -0
- package/dist/DataListActions-CeuvLm4e.js +45 -0
- package/dist/DataListActions-DiFKUVOd.js +43 -0
- package/dist/DataListActionsMenu-BOJ6GBFf.js +55 -0
- package/dist/DataListActionsMenu-BtZsN7F7.js +53 -0
- package/dist/DataListBulkActions-BBh5Yg_B.js +29 -0
- package/dist/DataListBulkActions-DWmugOCQ.js +32 -0
- package/dist/DataListContext-9uw8XwzP.js +25 -0
- package/dist/DataListContext-B4eBw_aH.js +29 -0
- package/dist/DataListEmptyState-B7Yug5IF.js +56 -0
- package/dist/DataListEmptyState-bCN6CJ0x.js +53 -0
- package/dist/DataListFilters-BtkKOPc0.js +46 -0
- package/dist/DataListFilters-Cer-kvNp.js +43 -0
- package/dist/DataListHeader-1UOL7n9h.js +93 -0
- package/dist/DataListHeader-Baxtt1sP.js +95 -0
- package/dist/DataListHeaderTile-Bmb-3jk4.js +86 -0
- package/dist/DataListHeaderTile-CawTnwxZ.js +84 -0
- package/dist/DataListItem-B2PBp6pr.js +112 -0
- package/dist/DataListItem-CVmLNaR9.js +114 -0
- package/dist/DataListItemActions-BDMYnI5D.js +35 -0
- package/dist/DataListItemActions-BNZ702t2.js +32 -0
- package/dist/DataListItemActionsOverflow-Cv89cyOn.js +33 -0
- package/dist/DataListItemActionsOverflow-jnHamzf7.js +35 -0
- package/dist/DataListItemClickable-8iEm6BU0.js +45 -0
- package/dist/DataListItemClickable-BZ7u37GY.js +47 -0
- package/dist/DataListItems-C2afygvC.js +21 -0
- package/dist/DataListItems-DWx1TECw.js +19 -0
- package/dist/DataListLayout-DMY8Io7b.js +19 -0
- package/dist/DataListLayout-KiPC1zwI.js +21 -0
- package/dist/DataListLayoutActions-AijXG655.js +41 -0
- package/dist/DataListLayoutActions-DrTY5Ejw.js +39 -0
- package/dist/DataListLayoutContext-CavOWAD3.js +14 -0
- package/dist/DataListLayoutContext-D3REliDa.js +8 -0
- package/dist/DataListLayoutContext-DT0mtKzt.js +11 -0
- package/dist/DataListLayoutContext-DvTtBMxW.js +18 -0
- package/dist/DataListLoadMore-BgEh97cj.js +37 -0
- package/dist/DataListLoadMore-RU8ynOhk.js +34 -0
- package/dist/DataListLoadingState-Bvrt8fF7.js +25 -0
- package/dist/DataListLoadingState-Cm3mAc4V.js +29 -0
- package/dist/DataListOverflowFade-BZk4jUAc.js +28 -0
- package/dist/DataListOverflowFade-DqAHrxFC.js +25 -0
- package/dist/DataListSearch-2s_UETky.js +62 -0
- package/dist/DataListSearch-P9-j_TtT.js +66 -0
- package/dist/DataListSort-B2WPMPA4.js +94 -0
- package/dist/DataListSort-Bwwe-KI1.js +92 -0
- package/dist/DataListSortingOptions-Ciu5gWGt.js +38 -0
- package/dist/DataListSortingOptions-SfZWLgFS.js +40 -0
- package/dist/DataListStatusBar-D-j7Wk18.js +25 -0
- package/dist/DataListStatusBar-wvLYlUTP.js +22 -0
- package/dist/DataListStickyHeader-BKN9V51R.js +28 -0
- package/dist/DataListStickyHeader-CCG09E7V.js +26 -0
- package/dist/DataListTags-C5inHFOR.js +67 -0
- package/dist/DataListTags-CHZr9DW3.js +65 -0
- package/dist/DataListTotalCount-B9K3hGqp.js +30 -0
- package/dist/DataListTotalCount-Dzzm_buN.js +27 -0
- package/dist/DataTable/index.cjs +37 -0
- package/dist/DataTable/index.mjs +26 -0
- package/dist/DataTable/test-utilities/index.cjs +246 -0
- package/dist/DataTable/test-utilities/index.mjs +238 -0
- package/dist/DataTable-CMTFBvO6.js +247 -0
- package/dist/DataTable-D0MIpeXc.js +245 -0
- package/dist/DatePicker/index.cjs +24 -0
- package/dist/DatePicker/index.mjs +18 -0
- package/dist/DatePicker-B2LXoRjW.js +1279 -0
- package/dist/DatePicker-BuD8xaKB.js +1282 -0
- package/dist/DayOfMonthSelect--s7Ry-jx.js +141 -0
- package/dist/DayOfMonthSelect-UlE6seGW.js +148 -0
- package/dist/DescriptionList/index.cjs +11 -0
- package/dist/DescriptionList/index.mjs +5 -0
- package/dist/DescriptionList-CBeTDl49.js +15 -0
- package/dist/DescriptionList-DBENvQT5.js +17 -0
- package/dist/Disclosure/index.cjs +18 -0
- package/dist/Disclosure/index.mjs +12 -0
- package/dist/Disclosure-CWNmDoE_.js +38 -0
- package/dist/Disclosure-CXQ8I0Xh.js +36 -0
- package/dist/Divider/index.cjs +10 -0
- package/dist/Divider/index.mjs +4 -0
- package/dist/Divider-DOmpOAKU.js +20 -0
- package/dist/{Divider/index.js → Divider-Dt_qE9xe.js} +4 -11
- package/dist/Drawer/index.cjs +19 -0
- package/dist/Drawer/index.mjs +12 -0
- package/dist/DrawerGrid-Bg9ydPFR.js +33 -0
- package/dist/DrawerGrid-DM3WKmX6.js +36 -0
- package/dist/Emphasis/index.cjs +11 -0
- package/dist/Emphasis/index.mjs +5 -0
- package/dist/Emphasis-B3vf8Ek9.js +15 -0
- package/dist/Emphasis-xxFrrT2i.js +13 -0
- package/dist/FeatureSwitch/index.cjs +24 -0
- package/dist/FeatureSwitch/index.mjs +18 -0
- package/dist/FeatureSwitch-C1cXc0VS.js +55 -0
- package/dist/FeatureSwitch-C66nDoAy.js +57 -0
- package/dist/Flex/index.cjs +10 -0
- package/dist/Flex/index.mjs +4 -0
- package/dist/{Flex-d490c4db.js → Flex-CBKf3epb.js} +3 -8
- package/dist/Flex-DXDpEzMI.js +31 -0
- package/dist/Form/index.cjs +10 -0
- package/dist/Form/index.mjs +4 -0
- package/dist/{Form/index.js → Form-ChkdN1bx.js} +3 -9
- package/dist/Form-Dd9YKBh-.js +48 -0
- package/dist/FormField/index.cjs +21 -0
- package/dist/FormField/index.mjs +15 -0
- package/dist/FormField-D2Dlrypi.js +296 -0
- package/dist/FormField-hCrwUWca.js +298 -0
- package/dist/FormatDate/{index.js → index.cjs} +1 -3
- package/dist/FormatDate/index.mjs +2 -0
- package/dist/{FormatDate-70ea5b43.js → FormatDate-BzJETLja.js} +1 -5
- package/dist/FormatDate-Dxs33-Xj.js +27 -0
- package/dist/FormatEmail/index.cjs +10 -0
- package/dist/FormatEmail/index.mjs +4 -0
- package/dist/FormatEmail-BH1qM7Va.js +16 -0
- package/dist/FormatEmail-_Ytrq7mn.js +14 -0
- package/dist/FormatFile/index.cjs +34 -0
- package/dist/FormatFile/index.mjs +28 -0
- package/dist/FormatFile-BA27eKT-.js +154 -0
- package/dist/FormatFile-BIVkB0MY.js +156 -0
- package/dist/FormatRelativeDateTime/index.cjs +8 -0
- package/dist/FormatRelativeDateTime/index.mjs +2 -0
- package/dist/{FormatRelativeDateTime/index.js → FormatRelativeDateTime-COgItrYT.js} +5 -11
- package/dist/FormatRelativeDateTime-DTnQraIq.js +64 -0
- package/dist/FormatTime/index.cjs +8 -0
- package/dist/FormatTime/index.mjs +2 -0
- package/dist/FormatTime-BGr7_DaA.js +28 -0
- package/dist/{FormatTime/index.js → FormatTime-CfcVslez.js} +1 -7
- package/dist/Gallery/index.cjs +40 -0
- package/dist/Gallery/index.mjs +34 -0
- package/dist/Gallery-DwACTTDQ.js +68 -0
- package/dist/Gallery-OozTFjse.js +66 -0
- package/dist/Glimmer/index.cjs +13 -0
- package/dist/Glimmer/index.mjs +6 -0
- package/dist/Glimmer-Cgcy2Ruw.js +72 -0
- package/dist/Glimmer-Dz1E9Bo5.js +69 -0
- package/dist/Grid/InternalGridCell/index.cjs +10 -0
- package/dist/Grid/InternalGridCell/index.mjs +3 -0
- package/dist/Grid/index.cjs +14 -0
- package/dist/Grid/index.mjs +7 -0
- package/dist/Grid-C2MuTPpS.js +34 -0
- package/dist/Grid-MPbWi5rM.js +37 -0
- package/dist/Heading/index.cjs +12 -0
- package/dist/Heading/index.mjs +6 -0
- package/dist/Heading-CL3UujY7.js +49 -0
- package/dist/{Heading-1e8e4bd3.js → Heading-suKDLmO4.js} +3 -7
- package/dist/Icon/index.cjs +9 -0
- package/dist/Icon/index.mjs +3 -0
- package/dist/Icon-B9XNdA1T.js +36 -0
- package/dist/Icon-CoHJokXb.js +34 -0
- package/dist/InlineLabel/index.cjs +11 -0
- package/dist/InlineLabel/index.mjs +5 -0
- package/dist/InlineLabel-BPjH1ASc.js +23 -0
- package/dist/InlineLabel-x3msDD5R.js +21 -0
- package/dist/InputAvatar/index.cjs +26 -0
- package/dist/InputAvatar/index.mjs +20 -0
- package/dist/InputAvatar-BOUrq-0O.js +52 -0
- package/dist/InputAvatar-BsaMMOEu.js +50 -0
- package/dist/InputDate/index.cjs +32 -0
- package/dist/InputDate/index.mjs +26 -0
- package/dist/InputDate-C9ydz9Nu.js +33 -0
- package/dist/InputDate-DEsSVsNk.js +31 -0
- package/dist/InputEmail/index.cjs +23 -0
- package/dist/InputEmail/index.mjs +16 -0
- package/dist/InputEmail-58nfESu9.js +20 -0
- package/dist/InputEmail-C_90uNvB.js +23 -0
- package/dist/InputFile/index.cjs +23 -0
- package/dist/InputFile/index.mjs +16 -0
- package/dist/InputFile-BTkuYVab.js +2794 -0
- package/dist/InputFile-D3TxxmjO.js +2797 -0
- package/dist/InputGroup/index.cjs +10 -0
- package/dist/InputGroup/index.mjs +4 -0
- package/dist/{InputGroup-8d4fd4eb.js → InputGroup-Bljb97cw.js} +5 -10
- package/dist/InputGroup-CCJ2rycA.js +26 -0
- package/dist/InputNumber/index.cjs +22 -0
- package/dist/InputNumber/index.mjs +16 -0
- package/dist/InputNumber-9zWSTnld.js +56 -0
- package/dist/{InputNumber-d451b52e.js → InputNumber-B0sa7sL7.js} +2 -6
- package/dist/InputPassword/index.cjs +22 -0
- package/dist/InputPassword/index.mjs +16 -0
- package/dist/InputPassword--RuWqNxH.js +21 -0
- package/dist/InputPassword-D6CEA3YM.js +19 -0
- package/dist/InputPhoneNumber/index.cjs +22 -0
- package/dist/InputPhoneNumber/index.mjs +16 -0
- package/dist/{InputPhoneNumber/index.js → InputPhoneNumber-Bv3OG77a.js} +8 -25
- package/dist/InputPhoneNumber-j8Cr2jkb.js +97 -0
- package/dist/InputText/index.cjs +23 -0
- package/dist/InputText/index.mjs +17 -0
- package/dist/{InputText-55b6cb65.js → InputText--fuxI6yf.js} +4 -8
- package/dist/InputText-CCmzDC9W.js +96 -0
- package/dist/InputTime/index.cjs +27 -0
- package/dist/InputTime/index.mjs +21 -0
- package/dist/{InputTime/index.js → InputTime-BcgwlVsy.js} +5 -25
- package/dist/InputTime-DBtpOhbX.js +187 -0
- package/dist/InputValidation/index.cjs +15 -0
- package/dist/InputValidation/index.mjs +9 -0
- package/dist/InputValidation-BmgvSw0e.js +23 -0
- package/dist/InputValidation-DIwnbDDv.js +25 -0
- package/dist/InternalChipDismissible-Btb0-4Ng.js +157 -0
- package/dist/InternalChipDismissible-DO0XSGT9.js +162 -0
- package/dist/InternalGridCell-CBv95C-G.js +37 -0
- package/dist/InternalGridCell-DFrhM8oX.js +40 -0
- package/dist/LightBox/index.cjs +25 -0
- package/dist/LightBox/index.mjs +19 -0
- package/dist/LightBox-D4a2D7do.js +109 -0
- package/dist/LightBox-D57afhgq.js +111 -0
- package/dist/Link/index.cjs +8 -0
- package/dist/Link/index.mjs +2 -0
- package/dist/Link-Bnzn51lp.js +9 -0
- package/dist/Link-CTWzdpyV.js +7 -0
- package/dist/List/index.cjs +28 -0
- package/dist/List/index.d.ts +1 -1
- package/dist/List/index.mjs +21 -0
- package/dist/List-BmI9aBh-.js +193 -0
- package/dist/List-DMvKP4KP.js +196 -0
- package/dist/Markdown/index.cjs +17 -0
- package/dist/Markdown/index.mjs +11 -0
- package/dist/Markdown-B2B4q1R4.js +57 -0
- package/dist/Markdown-BqNLA1UK.js +55 -0
- package/dist/Menu/index.cjs +19 -0
- package/dist/Menu/index.mjs +13 -0
- package/dist/Menu-6YnPYEq0.js +132 -0
- package/dist/Menu-D3mhNOYC.js +134 -0
- package/dist/Modal/index.cjs +23 -0
- package/dist/Modal/index.mjs +17 -0
- package/dist/Modal-DYsKMdiT.js +65 -0
- package/dist/Modal-u49JU_yq.js +63 -0
- package/dist/MultiSelect/index.cjs +17 -0
- package/dist/MultiSelect/index.mjs +11 -0
- package/dist/MultiSelect-ByY6NzAS.js +169 -0
- package/dist/{MultiSelect/index.js → MultiSelect-D_-_TiTD.js} +16 -27
- package/dist/Option-CK6AzE_2.js +12 -0
- package/dist/Option-CbvjqSHC.js +15 -0
- package/dist/Page/index.cjs +32 -0
- package/dist/Page/index.mjs +26 -0
- package/dist/Page-B7b9jIoH.js +61 -0
- package/dist/Page-dfDVxvl3.js +59 -0
- package/dist/Popover/index.cjs +18 -0
- package/dist/Popover/index.mjs +12 -0
- package/dist/Popover-DYWEx-xf.js +49 -0
- package/dist/Popover-EUC6wuNn.js +47 -0
- package/dist/ProgressBar/index.cjs +10 -0
- package/dist/ProgressBar/index.mjs +4 -0
- package/dist/ProgressBar-D2wik11q.js +38 -0
- package/dist/ProgressBar-DjFTRxLD.js +36 -0
- package/dist/RadioGroup/index.cjs +13 -0
- package/dist/RadioGroup/index.mjs +6 -0
- package/dist/RadioGroup-CL8tcJwY.js +42 -0
- package/dist/RadioGroup-CvoMZUNQ.js +39 -0
- package/dist/RecurringSelect/components/index.cjs +16 -0
- package/dist/RecurringSelect/components/index.mjs +7 -0
- package/dist/RecurringSelect/index.cjs +36 -0
- package/dist/RecurringSelect/index.mjs +22 -0
- package/dist/RecurringSelect-D2F9hWJb.js +74 -0
- package/dist/RecurringSelect-QdDavgCT.js +76 -0
- package/dist/Select/index.cjs +23 -0
- package/dist/Select/index.mjs +16 -0
- package/dist/Spinner/index.cjs +10 -0
- package/dist/Spinner/index.mjs +4 -0
- package/dist/Spinner-BOhyUAA_.js +17 -0
- package/dist/Spinner-DT15aa_r.js +19 -0
- package/dist/StatusIndicator/index.cjs +9 -0
- package/dist/StatusIndicator/index.mjs +3 -0
- package/dist/StatusIndicator-DMcPLJ2i.js +14 -0
- package/dist/StatusIndicator-DcXKG260.js +12 -0
- package/dist/StatusLabel/index.cjs +13 -0
- package/dist/StatusLabel/index.mjs +7 -0
- package/dist/StatusLabel-8RoVevu0.js +21 -0
- package/dist/StatusLabel-BJsnaMk6.js +19 -0
- package/dist/Switch/index.cjs +11 -0
- package/dist/Switch/index.mjs +5 -0
- package/dist/Switch-CQA6xnNA.js +49 -0
- package/dist/Switch-CWis2Tw3.js +51 -0
- package/dist/Table/index.cjs +18 -0
- package/dist/Table/index.mjs +5 -0
- package/dist/Tabs/index.cjs +12 -0
- package/dist/Tabs/index.mjs +5 -0
- package/dist/Tabs-D8_NCGQa.js +70 -0
- package/dist/Tabs-DsTn5FwP.js +73 -0
- package/dist/Text/index.cjs +11 -0
- package/dist/Text/index.mjs +5 -0
- package/dist/{Text-259af966.js → Text-D9gsHxbp.js} +2 -6
- package/dist/Text-DEviM1Tv.js +25 -0
- package/dist/Toast/index.cjs +17 -0
- package/dist/Toast/index.mjs +11 -0
- package/dist/Tooltip/index.cjs +14 -0
- package/dist/Tooltip/index.mjs +8 -0
- package/dist/{Tooltip-ef3d6ef4.js → Tooltip-BEW-a9OW.js} +12 -18
- package/dist/Tooltip-mn2jRxXD.js +104 -0
- package/dist/Typography/index.cjs +10 -0
- package/dist/Typography/index.mjs +4 -0
- package/dist/Typography-Dx8KtnBw.js +57 -0
- package/dist/Typography-G8pA_xwj.js +55 -0
- package/dist/_baseAssignValue-B6tvMdT2.js +31 -0
- package/dist/_baseAssignValue-TwbvXiTB.js +29 -0
- package/dist/_baseEach--p319nr8.js +1073 -0
- package/dist/_baseEach-DPBHJoX6.js +1069 -0
- package/dist/_commonjsHelpers-B83fTs8d.js +36 -0
- package/dist/_commonjsHelpers-E-ZsRS8r.js +32 -0
- package/dist/_defineProperty-Bai9NpfZ.js +1306 -0
- package/dist/_defineProperty-DjLE4Bk3.js +1326 -0
- package/dist/_getTag-Bcit8gs_.js +718 -0
- package/dist/_getTag-Bd2IuclU.js +733 -0
- package/dist/_setToString-DwIrtHSk.js +230 -0
- package/dist/_setToString-QSHar2ai.js +234 -0
- package/dist/debounce-CJA36ltI.js +332 -0
- package/dist/debounce-D3te8_TG.js +329 -0
- package/dist/getAtlantisConfig-6FPWID0P.js +11 -0
- package/dist/helpers-B7JgOXZj.js +15 -0
- package/dist/helpers-y1-dsK59.js +17 -0
- package/dist/index.cjs +272 -0
- package/dist/index.d.mts +73 -0
- package/dist/index.d.ts +73 -0
- package/dist/index.mjs +162 -0
- package/dist/isObjectLike-BUFV4ggG.js +197 -0
- package/dist/isObjectLike-CkQBn_-v.js +190 -0
- package/dist/isSymbol-BB8mecpv.js +33 -0
- package/dist/isSymbol-DS9vlqp3.js +35 -0
- package/dist/noop-BHeBk22E.js +26 -0
- package/dist/noop-CJPLieIK.js +24 -0
- package/dist/showToast-CSU2xysR.js +102 -0
- package/dist/showToast-lrVl7hOm.js +104 -0
- package/dist/style-inject.es-tgCJW-Cu.js +28 -0
- package/dist/tslib.es6-Df1SgIEn.js +97 -0
- package/dist/tslib.es6-ld72nsZq.js +102 -0
- package/dist/useActiveLayout-BjGE_HD9.js +16 -0
- package/dist/useActiveLayout-Bvo5EJVa.js +14 -0
- package/dist/useAssert-CmHXXmL3.js +57 -0
- package/dist/useAssert-DswGyJhs.js +59 -0
- package/dist/useBatchSelect-D2oSwHTp.js +38 -0
- package/dist/useBatchSelect-DnLpNm6-.js +36 -0
- package/dist/useChildComponent-BUH0ttPi.js +17 -0
- package/dist/useChildComponent-D95jU7NM.js +15 -0
- package/dist/useFocusTrap-BtnnoHG8.js +104 -0
- package/dist/useFocusTrap-CMLwEDMY.js +106 -0
- package/dist/useInView-Ct13SCWB.js +70 -0
- package/dist/useInView-Yth15M0p.js +68 -0
- package/dist/useOnKeyDown-B9JF2jLZ.js +72 -0
- package/dist/useOnKeyDown-BsUfDste.js +70 -0
- package/dist/useRefocusOnActivator-CMNWUYSe.js +62 -0
- package/dist/useRefocusOnActivator-DOJm9VWz.js +64 -0
- package/dist/useResizeObserver-BwGseyVc.js +1234 -0
- package/dist/useResizeObserver-ZgXMUTij.js +1231 -0
- package/dist/useResponsiveSizing-CMuS7Or1.js +46 -0
- package/dist/useResponsiveSizing-DRjeJos_.js +44 -0
- package/dist/useSafeLayoutEffect-Qir6pm57.js +44 -0
- package/dist/useSafeLayoutEffect-yaw3NyzX.js +42 -0
- package/dist/useScrollToActive-BkZ3BYNd.js +621 -0
- package/dist/useScrollToActive-DMDRmhoI.js +627 -0
- package/package.json +382 -9
- package/{rollup.config.js → rollup.config.mjs} +27 -18
- package/dist/AnimatedSwitcher/index.js +0 -13
- package/dist/Autocomplete/index.js +0 -209
- package/dist/Avatar/index.js +0 -15
- package/dist/Avatar-76a799fa.js +0 -78
- package/dist/Banner/index.js +0 -110
- package/dist/Button/index.js +0 -16
- package/dist/Button-b73a5e01.js +0 -57
- package/dist/ButtonDismiss/index.js +0 -17
- package/dist/ButtonDismiss-350af163.js +0 -14
- package/dist/Card/index.js +0 -24
- package/dist/Checkbox/index.js +0 -18
- package/dist/Checkbox-787e2e47.js +0 -63
- package/dist/Chip/index.js +0 -41
- package/dist/Chip-3d1bfddc.js +0 -89
- package/dist/Chips/index.js +0 -524
- package/dist/Combobox/index.js +0 -40
- package/dist/Combobox-a24c8241.js +0 -479
- package/dist/ConfirmationModal/index.js +0 -31
- package/dist/Content/index.js +0 -12
- package/dist/Content-e3f7b6fc.js +0 -24
- package/dist/DataDump/index.js +0 -37
- package/dist/DataList/index.js +0 -1335
- package/dist/DataTable/index.js +0 -301
- package/dist/DatePicker/index.js +0 -20
- package/dist/DatePicker-64c5ab1a.js +0 -134
- package/dist/DescriptionList/index.js +0 -24
- package/dist/Disclosure/index.js +0 -46
- package/dist/Drawer/index.js +0 -49
- package/dist/Emphasis/index.js +0 -13
- package/dist/Emphasis-bda56d3b.js +0 -19
- package/dist/FeatureSwitch/index.js +0 -70
- package/dist/Flex/index.js +0 -12
- package/dist/FormField/index.js +0 -24
- package/dist/FormField-6ff183f8.js +0 -253
- package/dist/FormatEmail/index.js +0 -23
- package/dist/FormatFile/index.js +0 -36
- package/dist/FormatFile-f036902d.js +0 -162
- package/dist/Gallery/index.js +0 -99
- package/dist/Glimmer/index.js +0 -15
- package/dist/Glimmer-84dee1ed.js +0 -77
- package/dist/Grid/index.js +0 -76
- package/dist/Heading/index.js +0 -14
- package/dist/Icon/index.js +0 -11
- package/dist/Icon-405a216c.js +0 -40
- package/dist/InlineLabel/index.js +0 -13
- package/dist/InlineLabel-a6557829.js +0 -28
- package/dist/InputAvatar/index.js +0 -70
- package/dist/InputDate/index.js +0 -57
- package/dist/InputEmail/index.js +0 -43
- package/dist/InputFile/index.js +0 -25
- package/dist/InputFile-bb945071.js +0 -190
- package/dist/InputGroup/index.js +0 -12
- package/dist/InputNumber/index.js +0 -25
- package/dist/InputPassword/index.js +0 -41
- package/dist/InputText/index.js +0 -26
- package/dist/InputValidation/index.js +0 -17
- package/dist/InputValidation-05e839fa.js +0 -29
- package/dist/LightBox/index.js +0 -24
- package/dist/LightBox-a89d8863.js +0 -117
- package/dist/Link/index.js +0 -15
- package/dist/List/index.js +0 -93
- package/dist/Markdown/index.js +0 -19
- package/dist/Markdown-f7c55304.js +0 -62
- package/dist/Menu/index.js +0 -21
- package/dist/Menu-083fc4c4.js +0 -139
- package/dist/Modal/index.js +0 -25
- package/dist/Modal-c336cac6.js +0 -71
- package/dist/Option-3c4d377e.js +0 -19
- package/dist/Page/index.js +0 -78
- package/dist/Popover/index.js +0 -61
- package/dist/ProgressBar/index.js +0 -12
- package/dist/ProgressBar-b68edc8f.js +0 -43
- package/dist/RadioGroup/index.js +0 -15
- package/dist/RadioGroup-17b67ade.js +0 -46
- package/dist/RecurringSelect/index.js +0 -227
- package/dist/Select/index.js +0 -26
- package/dist/Spinner/index.js +0 -12
- package/dist/Spinner-9d8fc7ff.js +0 -24
- package/dist/StatusIndicator/index.js +0 -11
- package/dist/StatusIndicator-b179d06e.js +0 -18
- package/dist/StatusLabel/index.js +0 -29
- package/dist/Switch/index.js +0 -13
- package/dist/Switch-7d4aa7c3.js +0 -56
- package/dist/Table/index.js +0 -66
- package/dist/Tabs/index.js +0 -80
- package/dist/Text/index.js +0 -13
- package/dist/Toast/index.js +0 -111
- package/dist/Tooltip/index.js +0 -16
- package/dist/Typography/index.js +0 -12
- package/dist/Typography-c45bf216.js +0 -62
- package/dist/tslib.es6-754e2961.js +0 -46
- /package/{.eslintrc.js → .eslintrc.cjs} +0 -0
- /package/dist/{getAtlantisConfig-0f3e8af2.js → getAtlantisConfig-mcMVqf6m.js} +0 -0
- /package/dist/{style-inject.es-9d2f5f4e.js → style-inject.es-XZHJH68X.js} +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var Checkbox = require('../Checkbox-C78HDAVJ.js');
|
|
4
|
+
require('../tslib.es6-ld72nsZq.js');
|
|
5
|
+
require('react');
|
|
6
|
+
require('classnames');
|
|
7
|
+
require('react-hook-form');
|
|
8
|
+
require('../style-inject.es-XZHJH68X.js');
|
|
9
|
+
require('../Icon-B9XNdA1T.js');
|
|
10
|
+
require('@jobber/design');
|
|
11
|
+
require('../Text-D9gsHxbp.js');
|
|
12
|
+
require('../Typography-Dx8KtnBw.js');
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
exports.Checkbox = Checkbox.Checkbox;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { C as Checkbox } from '../Checkbox-qsepteuE.js';
|
|
2
|
+
import '../tslib.es6-Df1SgIEn.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import 'react-hook-form';
|
|
6
|
+
import '../style-inject.es-tgCJW-Cu.js';
|
|
7
|
+
import '../Icon-CoHJokXb.js';
|
|
8
|
+
import '@jobber/design';
|
|
9
|
+
import '../Text-DEviM1Tv.js';
|
|
10
|
+
import '../Typography-G8pA_xwj.js';
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-ld72nsZq.js');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var classnames = require('classnames');
|
|
6
|
+
var reactHookForm = require('react-hook-form');
|
|
7
|
+
var styleInject_es = require('./style-inject.es-XZHJH68X.js');
|
|
8
|
+
var Icon = require('./Icon-B9XNdA1T.js');
|
|
9
|
+
var Text = require('./Text-D9gsHxbp.js');
|
|
10
|
+
|
|
11
|
+
var css_248z = ".d-2MyyzKGN0- {\n --checkbox-size: var(--space-base);\n display: inline-block;\n}\n\n.jobber-retheme .d-2MyyzKGN0- {\n --checkbox-size: calc(var(--space-base) + var(--space-smaller));\n}\n\n.OFHQaLxY8zI- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: start;\n align-items: flex-start;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: pointer;\n}\n\n.HRrf3AZlpHc- {\n cursor: not-allowed;\n}\n\n.kMH5B1jwh-Y- {\n position: relative;\n}\n\n.rup0RBe4DNU- {\n /* Hide checkbox on UI but not screen readers and still allow focus state */\n position: absolute;\n width: 1px;\n height: 1px;\n overflow: hidden;\n clip: rect(0 0 0 0);\n -webkit-clip-path: inset(100%);\n clip-path: inset(100%);\n white-space: nowrap;\n}\n\n.lOQVnJA7zPM- {\n display: -ms-flexbox;\n display: flex;\n width: var(--checkbox-size);\n height: var(--checkbox-size);\n box-sizing: border-box;\n border: var(--border-thick) solid var(--color-interactive);\n border-radius: var(--radius-base);\n background-color: var(--color-surface);\n transition: all var(--timing-quick) ease-out;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.HRrf3AZlpHc- .lOQVnJA7zPM- {\n border-color: var(--color-disabled--secondary);\n}\n\n.jobber-retheme .lOQVnJA7zPM- {\n border-color: var(--color-border);\n border-radius: var(--radius-small);\n}\n\n.rup0RBe4DNU-.Njn2CQDXwVA- + .lOQVnJA7zPM-,\n.rup0RBe4DNU-:checked + .lOQVnJA7zPM- {\n border-color: var(--color-interactive);\n background-color: var(--color-interactive);\n}\n\n.rup0RBe4DNU-:focus-visible + .lOQVnJA7zPM- {\n box-shadow: var(--shadow-focus);\n}\n\n.jobber-retheme .lOQVnJA7zPM-:hover,\n.jobber-retheme .d-2MyyzKGN0-:hover .lOQVnJA7zPM- {\n border-color: var(--color-interactive);\n}\n\n.HRrf3AZlpHc- p {\n color: var(--color-disabled);\n}\n\n.HRrf3AZlpHc- .lOQVnJA7zPM- > * {\n opacity: 0;\n}\n\n.HRrf3AZlpHc- .rup0RBe4DNU-.Njn2CQDXwVA- + .lOQVnJA7zPM-,\n.HRrf3AZlpHc- .rup0RBe4DNU-:checked + .lOQVnJA7zPM- {\n border-color: var(--color-disabled--secondary);\n background-color: var(--color-disabled--secondary);\n}\n\n.HRrf3AZlpHc- .rup0RBe4DNU-.Njn2CQDXwVA- + .lOQVnJA7zPM- > *,\n.HRrf3AZlpHc- .rup0RBe4DNU-:checked + .lOQVnJA7zPM- > * {\n opacity: 1;\n}\n\n.eHENKCs5umc- {\n margin: 0 var(--space-small);\n}\n\n.jobber-retheme .eHENKCs5umc- {\n margin-top: var(--space-smallest);\n}\n\n.fSEH0cAO9cI- {\n margin-bottom: var(--space-small);\n padding-left: calc(var(--checkbox-size) + var(--space-small));\n}\n";
|
|
12
|
+
var styles = {"checkbox":"d-2MyyzKGN0-","wrapper":"OFHQaLxY8zI-","disabled":"HRrf3AZlpHc-","checkHolder":"kMH5B1jwh-Y-","input":"rup0RBe4DNU-","checkBox":"lOQVnJA7zPM-","indeterminate":"Njn2CQDXwVA-","label":"eHENKCs5umc-","description":"fSEH0cAO9cI-"};
|
|
13
|
+
styleInject_es.styleInject(css_248z);
|
|
14
|
+
|
|
15
|
+
function Checkbox({ checked, defaultChecked, disabled, label, name, value, indeterminate = false, description, children, onChange, onFocus, }) {
|
|
16
|
+
const { control, setValue, watch } = reactHookForm.useFormContext() != undefined
|
|
17
|
+
? reactHookForm.useFormContext()
|
|
18
|
+
: // If there isn't a Form Context being provided, get a form for this field.
|
|
19
|
+
reactHookForm.useForm({ mode: "onTouched" });
|
|
20
|
+
const [identifier] = React.useState(React.useId());
|
|
21
|
+
/**
|
|
22
|
+
* Generate a name if one is not supplied, this is the name
|
|
23
|
+
* that will be used for react-hook-form and not neccessarily
|
|
24
|
+
* attached to the DOM
|
|
25
|
+
*/
|
|
26
|
+
const [controlledName] = React.useState(name ? name : `generatedName--${identifier}`);
|
|
27
|
+
React.useEffect(() => {
|
|
28
|
+
if (value != undefined) {
|
|
29
|
+
setValue(controlledName, value);
|
|
30
|
+
}
|
|
31
|
+
}, [value, watch(controlledName)]);
|
|
32
|
+
const wrapperClassName = classnames(styles.wrapper, disabled && styles.disabled);
|
|
33
|
+
const inputClassName = classnames(styles.input, {
|
|
34
|
+
[styles.indeterminate]: indeterminate,
|
|
35
|
+
});
|
|
36
|
+
const iconName = indeterminate ? "minus2" : "checkmark";
|
|
37
|
+
const labelText = label ? React.createElement(Text.Text, null, label) : children;
|
|
38
|
+
return (React.createElement(reactHookForm.Controller, { control: control, name: controlledName, defaultValue: defaultChecked, render: (_a) => {
|
|
39
|
+
var _b = _a.field, { onChange: onControllerChange, name: controllerName } = _b, rest = tslib_es6.__rest(_b, ["onChange", "name"]);
|
|
40
|
+
const fieldProps = Object.assign(Object.assign({}, rest), { id: identifier, className: inputClassName, name: name && controllerName, onChange: handleChange, disabled: disabled });
|
|
41
|
+
return (React.createElement("div", { className: styles.checkbox },
|
|
42
|
+
React.createElement("label", { className: wrapperClassName },
|
|
43
|
+
React.createElement("span", { className: styles.checkHolder },
|
|
44
|
+
React.createElement("input", Object.assign({}, fieldProps, { type: "checkbox", checked: checked, defaultChecked: defaultChecked, "aria-label": label, onChange: handleChange, onFocus: onFocus })),
|
|
45
|
+
React.createElement("span", { className: styles.checkBox },
|
|
46
|
+
React.createElement(Icon.Icon, { name: iconName, size: "small", color: "white" }))),
|
|
47
|
+
labelText && React.createElement("span", { className: styles.label }, labelText)),
|
|
48
|
+
description && (React.createElement("div", { className: styles.description },
|
|
49
|
+
React.createElement(Text.Text, { variation: "subdued", size: "small" }, description)))));
|
|
50
|
+
function handleChange(event) {
|
|
51
|
+
const newChecked = event.currentTarget.checked;
|
|
52
|
+
onChange && onChange(newChecked);
|
|
53
|
+
onControllerChange(event);
|
|
54
|
+
}
|
|
55
|
+
} }));
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
exports.Checkbox = Checkbox;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { _ as __rest } from './tslib.es6-Df1SgIEn.js';
|
|
2
|
+
import React, { useState, useId, useEffect } from 'react';
|
|
3
|
+
import classnames from 'classnames';
|
|
4
|
+
import { useFormContext, useForm, Controller } from 'react-hook-form';
|
|
5
|
+
import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
|
|
6
|
+
import { I as Icon } from './Icon-CoHJokXb.js';
|
|
7
|
+
import { T as Text } from './Text-DEviM1Tv.js';
|
|
8
|
+
|
|
9
|
+
var css_248z = ".d-2MyyzKGN0- {\n --checkbox-size: var(--space-base);\n display: inline-block;\n}\n\n.jobber-retheme .d-2MyyzKGN0- {\n --checkbox-size: calc(var(--space-base) + var(--space-smaller));\n}\n\n.OFHQaLxY8zI- {\n display: -ms-flexbox;\n display: flex;\n -ms-flex-align: start;\n align-items: flex-start;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: pointer;\n}\n\n.HRrf3AZlpHc- {\n cursor: not-allowed;\n}\n\n.kMH5B1jwh-Y- {\n position: relative;\n}\n\n.rup0RBe4DNU- {\n /* Hide checkbox on UI but not screen readers and still allow focus state */\n position: absolute;\n width: 1px;\n height: 1px;\n overflow: hidden;\n clip: rect(0 0 0 0);\n -webkit-clip-path: inset(100%);\n clip-path: inset(100%);\n white-space: nowrap;\n}\n\n.lOQVnJA7zPM- {\n display: -ms-flexbox;\n display: flex;\n width: var(--checkbox-size);\n height: var(--checkbox-size);\n box-sizing: border-box;\n border: var(--border-thick) solid var(--color-interactive);\n border-radius: var(--radius-base);\n background-color: var(--color-surface);\n transition: all var(--timing-quick) ease-out;\n -ms-flex-pack: center;\n justify-content: center;\n -ms-flex-align: center;\n align-items: center;\n}\n\n.HRrf3AZlpHc- .lOQVnJA7zPM- {\n border-color: var(--color-disabled--secondary);\n}\n\n.jobber-retheme .lOQVnJA7zPM- {\n border-color: var(--color-border);\n border-radius: var(--radius-small);\n}\n\n.rup0RBe4DNU-.Njn2CQDXwVA- + .lOQVnJA7zPM-,\n.rup0RBe4DNU-:checked + .lOQVnJA7zPM- {\n border-color: var(--color-interactive);\n background-color: var(--color-interactive);\n}\n\n.rup0RBe4DNU-:focus-visible + .lOQVnJA7zPM- {\n box-shadow: var(--shadow-focus);\n}\n\n.jobber-retheme .lOQVnJA7zPM-:hover,\n.jobber-retheme .d-2MyyzKGN0-:hover .lOQVnJA7zPM- {\n border-color: var(--color-interactive);\n}\n\n.HRrf3AZlpHc- p {\n color: var(--color-disabled);\n}\n\n.HRrf3AZlpHc- .lOQVnJA7zPM- > * {\n opacity: 0;\n}\n\n.HRrf3AZlpHc- .rup0RBe4DNU-.Njn2CQDXwVA- + .lOQVnJA7zPM-,\n.HRrf3AZlpHc- .rup0RBe4DNU-:checked + .lOQVnJA7zPM- {\n border-color: var(--color-disabled--secondary);\n background-color: var(--color-disabled--secondary);\n}\n\n.HRrf3AZlpHc- .rup0RBe4DNU-.Njn2CQDXwVA- + .lOQVnJA7zPM- > *,\n.HRrf3AZlpHc- .rup0RBe4DNU-:checked + .lOQVnJA7zPM- > * {\n opacity: 1;\n}\n\n.eHENKCs5umc- {\n margin: 0 var(--space-small);\n}\n\n.jobber-retheme .eHENKCs5umc- {\n margin-top: var(--space-smallest);\n}\n\n.fSEH0cAO9cI- {\n margin-bottom: var(--space-small);\n padding-left: calc(var(--checkbox-size) + var(--space-small));\n}\n";
|
|
10
|
+
var styles = {"checkbox":"d-2MyyzKGN0-","wrapper":"OFHQaLxY8zI-","disabled":"HRrf3AZlpHc-","checkHolder":"kMH5B1jwh-Y-","input":"rup0RBe4DNU-","checkBox":"lOQVnJA7zPM-","indeterminate":"Njn2CQDXwVA-","label":"eHENKCs5umc-","description":"fSEH0cAO9cI-"};
|
|
11
|
+
styleInject(css_248z);
|
|
12
|
+
|
|
13
|
+
function Checkbox({ checked, defaultChecked, disabled, label, name, value, indeterminate = false, description, children, onChange, onFocus, }) {
|
|
14
|
+
const { control, setValue, watch } = useFormContext() != undefined
|
|
15
|
+
? useFormContext()
|
|
16
|
+
: // If there isn't a Form Context being provided, get a form for this field.
|
|
17
|
+
useForm({ mode: "onTouched" });
|
|
18
|
+
const [identifier] = useState(useId());
|
|
19
|
+
/**
|
|
20
|
+
* Generate a name if one is not supplied, this is the name
|
|
21
|
+
* that will be used for react-hook-form and not neccessarily
|
|
22
|
+
* attached to the DOM
|
|
23
|
+
*/
|
|
24
|
+
const [controlledName] = useState(name ? name : `generatedName--${identifier}`);
|
|
25
|
+
useEffect(() => {
|
|
26
|
+
if (value != undefined) {
|
|
27
|
+
setValue(controlledName, value);
|
|
28
|
+
}
|
|
29
|
+
}, [value, watch(controlledName)]);
|
|
30
|
+
const wrapperClassName = classnames(styles.wrapper, disabled && styles.disabled);
|
|
31
|
+
const inputClassName = classnames(styles.input, {
|
|
32
|
+
[styles.indeterminate]: indeterminate,
|
|
33
|
+
});
|
|
34
|
+
const iconName = indeterminate ? "minus2" : "checkmark";
|
|
35
|
+
const labelText = label ? React.createElement(Text, null, label) : children;
|
|
36
|
+
return (React.createElement(Controller, { control: control, name: controlledName, defaultValue: defaultChecked, render: (_a) => {
|
|
37
|
+
var _b = _a.field, { onChange: onControllerChange, name: controllerName } = _b, rest = __rest(_b, ["onChange", "name"]);
|
|
38
|
+
const fieldProps = Object.assign(Object.assign({}, rest), { id: identifier, className: inputClassName, name: name && controllerName, onChange: handleChange, disabled: disabled });
|
|
39
|
+
return (React.createElement("div", { className: styles.checkbox },
|
|
40
|
+
React.createElement("label", { className: wrapperClassName },
|
|
41
|
+
React.createElement("span", { className: styles.checkHolder },
|
|
42
|
+
React.createElement("input", Object.assign({}, fieldProps, { type: "checkbox", checked: checked, defaultChecked: defaultChecked, "aria-label": label, onChange: handleChange, onFocus: onFocus })),
|
|
43
|
+
React.createElement("span", { className: styles.checkBox },
|
|
44
|
+
React.createElement(Icon, { name: iconName, size: "small", color: "white" }))),
|
|
45
|
+
labelText && React.createElement("span", { className: styles.label }, labelText)),
|
|
46
|
+
description && (React.createElement("div", { className: styles.description },
|
|
47
|
+
React.createElement(Text, { variation: "subdued", size: "small" }, description)))));
|
|
48
|
+
function handleChange(event) {
|
|
49
|
+
const newChecked = event.currentTarget.checked;
|
|
50
|
+
onChange && onChange(newChecked);
|
|
51
|
+
onControllerChange(event);
|
|
52
|
+
}
|
|
53
|
+
} }));
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export { Checkbox as C };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var Chip = require('../Chip-DSy6Xm8R.js');
|
|
4
|
+
var ChipDismissible = require('../ChipDismissible-BtVU1TDW.js');
|
|
5
|
+
require('react');
|
|
6
|
+
require('classnames');
|
|
7
|
+
require('../useInView-Ct13SCWB.js');
|
|
8
|
+
require('../_commonjsHelpers-B83fTs8d.js');
|
|
9
|
+
require('../style-inject.es-XZHJH68X.js');
|
|
10
|
+
require('../Avatar-Q2BQymsE.js');
|
|
11
|
+
require('color');
|
|
12
|
+
require('../Icon-B9XNdA1T.js');
|
|
13
|
+
require('@jobber/design');
|
|
14
|
+
require('../useChildComponent-BUH0ttPi.js');
|
|
15
|
+
require('../Typography-Dx8KtnBw.js');
|
|
16
|
+
require('../Tooltip-BEW-a9OW.js');
|
|
17
|
+
require('react-dom');
|
|
18
|
+
require('framer-motion');
|
|
19
|
+
require('../useSafeLayoutEffect-Qir6pm57.js');
|
|
20
|
+
require('react-popper');
|
|
21
|
+
require('../tslib.es6-ld72nsZq.js');
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
exports.Chip = Chip.Chip;
|
|
26
|
+
exports.ChipDismissible = ChipDismissible.ChipDismissible;
|
|
27
|
+
exports.ChipSelectable = ChipDismissible.ChipSelectable;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export { C as Chip } from '../Chip-Cvuqhi_q.js';
|
|
2
|
+
export { a as ChipDismissible, C as ChipSelectable } from '../ChipDismissible-C8X7PyuZ.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import 'classnames';
|
|
5
|
+
import '../useInView-Yth15M0p.js';
|
|
6
|
+
import '../_commonjsHelpers-E-ZsRS8r.js';
|
|
7
|
+
import '../style-inject.es-tgCJW-Cu.js';
|
|
8
|
+
import '../Avatar-DZCQBKMr.js';
|
|
9
|
+
import 'color';
|
|
10
|
+
import '../Icon-CoHJokXb.js';
|
|
11
|
+
import '@jobber/design';
|
|
12
|
+
import '../useChildComponent-D95jU7NM.js';
|
|
13
|
+
import '../Typography-G8pA_xwj.js';
|
|
14
|
+
import '../Tooltip-mn2jRxXD.js';
|
|
15
|
+
import 'react-dom';
|
|
16
|
+
import 'framer-motion';
|
|
17
|
+
import '../useSafeLayoutEffect-yaw3NyzX.js';
|
|
18
|
+
import 'react-popper';
|
|
19
|
+
import '../tslib.es6-Df1SgIEn.js';
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import { u as useInView } from './useInView-Yth15M0p.js';
|
|
4
|
+
import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
|
|
5
|
+
import { A as Avatar } from './Avatar-DZCQBKMr.js';
|
|
6
|
+
import { I as Icon } from './Icon-CoHJokXb.js';
|
|
7
|
+
import { u as useChildComponent } from './useChildComponent-D95jU7NM.js';
|
|
8
|
+
import { T as Typography } from './Typography-G8pA_xwj.js';
|
|
9
|
+
import { T as Tooltip } from './Tooltip-mn2jRxXD.js';
|
|
10
|
+
|
|
11
|
+
var css_248z = ":root {\n --chip--gradient-color-variation: var(--chip-base-bg);\n --chip--gradient-color-variation--hover: var(--chip-base--hover);\n}\n\n.af7U8MvcbHE- {\n --chip-height: 40px;\n --chip-radius: 20px;\n --chip-base-bg: var(--color-surface--background);\n --chip-base--hover: var(--color-surface--background--hover);\n display: -ms-flexbox;\n display: flex;\n position: relative;\n height: 40px;\n height: var(--chip-height);\n min-width: 0;\n padding: var(--space-small) var(--base-unit);\n border: var(--border-base) solid transparent;\n border-radius: 20px;\n border-radius: var(--chip-radius);\n color: var(--color-heading);\n text-align: left;\n cursor: pointer;\n transition: all var(--timing-base);\n -ms-flex-align: center;\n align-items: center;\n}\n\n.af7U8MvcbHE-:focus,\n.af7U8MvcbHE-:focus-visible {\n outline: none;\n}\n\n.af7U8MvcbHE-:focus-visible {\n box-shadow: var(--shadow-focus);\n}\n\n.af7U8MvcbHE- .e905AYK4SCc- {\n margin-left: calc(-1 * var(--space-small));\n margin-right: var(--space-small);\n}\n\n.af7U8MvcbHE- .ySADfZ0FckM- {\n margin-left: var(--space-small);\n margin-right: calc(-1 * var(--space-small));\n}\n\n.af7U8MvcbHE- .e905AYK4SCc-,\n.af7U8MvcbHE- .ySADfZ0FckM- {\n display: -ms-flexbox;\n display: flex;\n width: var(--space-large);\n height: var(--space-large);\n -ms-flex-negative: 0;\n flex-shrink: 0;\n border-radius: var(--radius-circle);\n background-color: var(--color-surface);\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n\n.af7U8MvcbHE- .e905AYK4SCc-.usdkmQ9Sxbk-,\n.af7U8MvcbHE- .ySADfZ0FckM-.usdkmQ9Sxbk- {\n display: none;\n}\n\n.af7U8MvcbHE- .dg1-Izy1eQA- {\n width: var(--space-minuscule);\n height: var(--base-unit);\n margin: 0 var(--space-small);\n background-color: var(--color-text--secondary);\n}\n\n.af7U8MvcbHE- .-lz0EYLTDgg- {\n border-radius: var(--radius-circle);\n background-color: var(--color-surface);\n}\n\n.wSI5L-5rODg- {\n border: var(--border-base) solid transparent;\n color: var(--color-heading);\n background-color: var(--chip-base-bg);\n --chip--gradient-color-variation: var(--chip-base-bg);\n}\n\n.wSI5L-5rODg-:hover,\n.wSI5L-5rODg-:focus-visible {\n background-color: var(--chip-base--hover);\n --chip--gradient-color-variation--hover: var(--chip-base--hover);\n}\n\n.SmUxkzpIC84-,\n.SmUxkzpIC84-:hover,\n.SmUxkzpIC84-:focus-visible,\n.Mux23dmZSuw-.SmUxkzpIC84-,\n.Mux23dmZSuw-.SmUxkzpIC84-:hover,\n.Mux23dmZSuw-.SmUxkzpIC84-:focus-visible {\n border: var(--border-base) solid var(--color-critical);\n background-color: var(--color-critical--surface);\n --chip--gradient-color-variation: var(--color-critical--surface);\n --chip--gradient-color-variation--hover: var(--color-critical--surface);\n}\n\n.SmUxkzpIC84-:hover,\n.SmUxkzpIC84-:focus-visible,\n.Mux23dmZSuw-.SmUxkzpIC84-:hover,\n.Mux23dmZSuw-.SmUxkzpIC84-:focus-visible {\n background-color: var(--color-surface--background--hover);\n --chip--gradient-color-variation: var(--color-surface--background--hover);\n --chip--gradient-color-variation--hover: var(\n --color-surface--background--hover\n );\n}\n\n.Mux23dmZSuw- {\n border: var(--border-base) solid var(--color-border);\n background-color: var(--color-surface);\n --chip--gradient-color-variation: var(--color-surface);\n}\n\n/* CAUTION: Order is important here since\n* there is are different styles for subtle:focus and subtle:hover\n* and we want hover to take priority\n*/\n\n.Mux23dmZSuw-:focus-visible {\n --chip--gradient-color-variation--hover: var(--color-surface);\n}\n\n.Mux23dmZSuw-:hover {\n border: var(--border-base) solid var(--chip-base-bg);\n background-color: var(--chip-base-bg);\n --chip--gradient-color-variation--hover: var(--chip-base-bg);\n}\n\n.SmUxkzpIC84-.MbRItb9vKhc-,\n.SmUxkzpIC84-.MbRItb9vKhc-:hover,\n.SmUxkzpIC84-.MbRItb9vKhc-:focus-visible {\n background-color: var(--color-disabled--secondary);\n cursor: auto;\n}\n\n.MbRItb9vKhc-,\n.MbRItb9vKhc-:hover,\n.MbRItb9vKhc-:focus-visible {\n border: var(--border-base) solid var(--color-disabled--secondary);\n color: var(--color-disabled);\n background-color: var(--color-disabled--secondary);\n cursor: auto;\n --chip--gradient-color-variation: var(--color-disabled--secondary);\n --chip--gradient-color-variation--hover: var(--color-disabled--secondary);\n}\n\n.MbRItb9vKhc- .dg1-Izy1eQA- {\n background-color: var(--color-disabled);\n}\n\n.af7U8MvcbHE-.MbRItb9vKhc- .ySADfZ0FckM- {\n background-color: var(--color-disabled--secondary);\n}\n\n.af7U8MvcbHE-.MbRItb9vKhc- .ySADfZ0FckM- path {\n fill: var(--color-disabled);\n}\n\n.tJhURjR2Vec- {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n overflow: hidden;\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n}\n\n.tJhURjR2Vec- > * {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n}\n\n.tJhURjR2Vec- > p {\n overflow: hidden;\n white-space: nowrap;\n}\n\n.G3QXY0rNcK0- {\n position: absolute;\n top: 0;\n right: 0;\n width: var(--space-base);\n height: 100%;\n background: linear-gradient(\n to left,\n var(--chip-base-bg) 5%,\n rgba(255, 255, 255, 0)\n );\n background: linear-gradient(\n to left,\n var(--chip--gradient-color-variation) 5%,\n rgba(255, 255, 255, 0)\n );\n}\n\n.af7U8MvcbHE-:focus-visible .G3QXY0rNcK0-,\n.af7U8MvcbHE-:hover .G3QXY0rNcK0- {\n background: linear-gradient(\n to left,\n var(--chip-base--hover) 5%,\n rgba(255, 255, 255, 0)\n );\n background: linear-gradient(\n to left,\n var(--chip--gradient-color-variation--hover) 5%,\n rgba(255, 255, 255, 0)\n );\n}\n\n.MUKEW6c2nNA- {\n display: inline-block;\n width: 1px;\n}\n";
|
|
12
|
+
var styles = {"chip":"af7U8MvcbHE-","prefix":"e905AYK4SCc-","suffix":"ySADfZ0FckM-","empty":"usdkmQ9Sxbk-","chipBar":"dg1-Izy1eQA-","selected":"-lz0EYLTDgg-","base":"wSI5L-5rODg-","invalid":"SmUxkzpIC84-","subtle":"Mux23dmZSuw-","disabled":"MbRItb9vKhc-","chipContent":"tJhURjR2Vec-","truncateGradient":"G3QXY0rNcK0-","chipLabelRef":"MUKEW6c2nNA-"};
|
|
13
|
+
styleInject(css_248z);
|
|
14
|
+
|
|
15
|
+
function ChipPrefix({ children }) {
|
|
16
|
+
const singleChild = useChildComponent(children, d => d.type === Avatar || d.type === Icon);
|
|
17
|
+
return (React.createElement("span", { className: classnames(styles.prefix, !singleChild && styles.empty) }, singleChild));
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
function ChipSuffix({ children, className }) {
|
|
21
|
+
var _a;
|
|
22
|
+
let singleChild = useChildComponent(children, d => d.type === Icon);
|
|
23
|
+
if (!allowedSuffixIcons.includes((_a = singleChild === null || singleChild === void 0 ? void 0 : singleChild.props) === null || _a === void 0 ? void 0 : _a.name)) {
|
|
24
|
+
singleChild = undefined;
|
|
25
|
+
}
|
|
26
|
+
return (React.createElement("span", { className: classnames(styles.suffix, className, !singleChild && styles.empty) }, singleChild));
|
|
27
|
+
}
|
|
28
|
+
const allowedSuffixIcons = ["cross", "add", "checkmark", "arrowDown"];
|
|
29
|
+
|
|
30
|
+
const Chip = ({ ariaLabel, disabled, heading, invalid, label, value, onClick, onKeyDown, children, role = "button", tabIndex = 0, variation = "base", }) => {
|
|
31
|
+
const classes = classnames(styles.chip, {
|
|
32
|
+
[styles.invalid]: invalid,
|
|
33
|
+
[styles.base]: variation === "base",
|
|
34
|
+
[styles.subtle]: variation === "subtle",
|
|
35
|
+
[styles.disabled]: disabled,
|
|
36
|
+
});
|
|
37
|
+
const prefix = useChildComponent(children, d => d.type === Chip.Prefix);
|
|
38
|
+
const suffix = useChildComponent(children, d => d.type === Chip.Suffix);
|
|
39
|
+
const [labelRef, labelFullyVisible] = useInView.useInView();
|
|
40
|
+
const [headingRef, headingFullyVisible] = useInView.useInView();
|
|
41
|
+
const tooltipMessage = getTooltipMessage(labelFullyVisible, headingFullyVisible, label, heading);
|
|
42
|
+
return (React.createElement(Tooltip, { message: tooltipMessage },
|
|
43
|
+
React.createElement("button", { className: classes, onClick: (ev) => onClick && onClick(value, ev), tabIndex: tabIndex, onKeyDown: onKeyDown, "aria-label": ariaLabel || label, disabled: disabled, role: role, type: "button" },
|
|
44
|
+
prefix,
|
|
45
|
+
React.createElement("div", { className: styles.chipContent },
|
|
46
|
+
heading && (React.createElement(React.Fragment, null,
|
|
47
|
+
React.createElement(Typography, { size: "base", fontWeight: "medium" },
|
|
48
|
+
heading,
|
|
49
|
+
React.createElement("span", { ref: headingRef, className: styles.chipLabelRef })),
|
|
50
|
+
label && React.createElement("span", { className: styles.chipBar }))),
|
|
51
|
+
React.createElement(Typography, { size: "base" },
|
|
52
|
+
label,
|
|
53
|
+
React.createElement("span", { ref: labelRef, className: styles.chipLabelRef })),
|
|
54
|
+
!labelFullyVisible && (React.createElement("div", { className: styles.truncateGradient, "data-testid": "ATL-Chip-Truncation-Gradient" }))),
|
|
55
|
+
suffix)));
|
|
56
|
+
};
|
|
57
|
+
function getTooltipMessage(labelFullyVisible, headingFullyVisible, label, heading) {
|
|
58
|
+
let message = "";
|
|
59
|
+
if (heading && !headingFullyVisible) {
|
|
60
|
+
message = `${heading} | ${label}`;
|
|
61
|
+
}
|
|
62
|
+
else if (!labelFullyVisible) {
|
|
63
|
+
message = label;
|
|
64
|
+
}
|
|
65
|
+
return message;
|
|
66
|
+
}
|
|
67
|
+
Chip.Prefix = ChipPrefix;
|
|
68
|
+
Chip.Suffix = ChipSuffix;
|
|
69
|
+
|
|
70
|
+
export { Chip as C, styles as s };
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var classnames = require('classnames');
|
|
5
|
+
var useInView = require('./useInView-Ct13SCWB.js');
|
|
6
|
+
var styleInject_es = require('./style-inject.es-XZHJH68X.js');
|
|
7
|
+
var Avatar = require('./Avatar-Q2BQymsE.js');
|
|
8
|
+
var Icon = require('./Icon-B9XNdA1T.js');
|
|
9
|
+
var useChildComponent = require('./useChildComponent-BUH0ttPi.js');
|
|
10
|
+
var Typography = require('./Typography-Dx8KtnBw.js');
|
|
11
|
+
var Tooltip = require('./Tooltip-BEW-a9OW.js');
|
|
12
|
+
|
|
13
|
+
var css_248z = ":root {\n --chip--gradient-color-variation: var(--chip-base-bg);\n --chip--gradient-color-variation--hover: var(--chip-base--hover);\n}\n\n.af7U8MvcbHE- {\n --chip-height: 40px;\n --chip-radius: 20px;\n --chip-base-bg: var(--color-surface--background);\n --chip-base--hover: var(--color-surface--background--hover);\n display: -ms-flexbox;\n display: flex;\n position: relative;\n height: 40px;\n height: var(--chip-height);\n min-width: 0;\n padding: var(--space-small) var(--base-unit);\n border: var(--border-base) solid transparent;\n border-radius: 20px;\n border-radius: var(--chip-radius);\n color: var(--color-heading);\n text-align: left;\n cursor: pointer;\n transition: all var(--timing-base);\n -ms-flex-align: center;\n align-items: center;\n}\n\n.af7U8MvcbHE-:focus,\n.af7U8MvcbHE-:focus-visible {\n outline: none;\n}\n\n.af7U8MvcbHE-:focus-visible {\n box-shadow: var(--shadow-focus);\n}\n\n.af7U8MvcbHE- .e905AYK4SCc- {\n margin-left: calc(-1 * var(--space-small));\n margin-right: var(--space-small);\n}\n\n.af7U8MvcbHE- .ySADfZ0FckM- {\n margin-left: var(--space-small);\n margin-right: calc(-1 * var(--space-small));\n}\n\n.af7U8MvcbHE- .e905AYK4SCc-,\n.af7U8MvcbHE- .ySADfZ0FckM- {\n display: -ms-flexbox;\n display: flex;\n width: var(--space-large);\n height: var(--space-large);\n -ms-flex-negative: 0;\n flex-shrink: 0;\n border-radius: var(--radius-circle);\n background-color: var(--color-surface);\n -ms-flex-align: center;\n align-items: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n\n.af7U8MvcbHE- .e905AYK4SCc-.usdkmQ9Sxbk-,\n.af7U8MvcbHE- .ySADfZ0FckM-.usdkmQ9Sxbk- {\n display: none;\n}\n\n.af7U8MvcbHE- .dg1-Izy1eQA- {\n width: var(--space-minuscule);\n height: var(--base-unit);\n margin: 0 var(--space-small);\n background-color: var(--color-text--secondary);\n}\n\n.af7U8MvcbHE- .-lz0EYLTDgg- {\n border-radius: var(--radius-circle);\n background-color: var(--color-surface);\n}\n\n.wSI5L-5rODg- {\n border: var(--border-base) solid transparent;\n color: var(--color-heading);\n background-color: var(--chip-base-bg);\n --chip--gradient-color-variation: var(--chip-base-bg);\n}\n\n.wSI5L-5rODg-:hover,\n.wSI5L-5rODg-:focus-visible {\n background-color: var(--chip-base--hover);\n --chip--gradient-color-variation--hover: var(--chip-base--hover);\n}\n\n.SmUxkzpIC84-,\n.SmUxkzpIC84-:hover,\n.SmUxkzpIC84-:focus-visible,\n.Mux23dmZSuw-.SmUxkzpIC84-,\n.Mux23dmZSuw-.SmUxkzpIC84-:hover,\n.Mux23dmZSuw-.SmUxkzpIC84-:focus-visible {\n border: var(--border-base) solid var(--color-critical);\n background-color: var(--color-critical--surface);\n --chip--gradient-color-variation: var(--color-critical--surface);\n --chip--gradient-color-variation--hover: var(--color-critical--surface);\n}\n\n.SmUxkzpIC84-:hover,\n.SmUxkzpIC84-:focus-visible,\n.Mux23dmZSuw-.SmUxkzpIC84-:hover,\n.Mux23dmZSuw-.SmUxkzpIC84-:focus-visible {\n background-color: var(--color-surface--background--hover);\n --chip--gradient-color-variation: var(--color-surface--background--hover);\n --chip--gradient-color-variation--hover: var(\n --color-surface--background--hover\n );\n}\n\n.Mux23dmZSuw- {\n border: var(--border-base) solid var(--color-border);\n background-color: var(--color-surface);\n --chip--gradient-color-variation: var(--color-surface);\n}\n\n/* CAUTION: Order is important here since\n* there is are different styles for subtle:focus and subtle:hover\n* and we want hover to take priority\n*/\n\n.Mux23dmZSuw-:focus-visible {\n --chip--gradient-color-variation--hover: var(--color-surface);\n}\n\n.Mux23dmZSuw-:hover {\n border: var(--border-base) solid var(--chip-base-bg);\n background-color: var(--chip-base-bg);\n --chip--gradient-color-variation--hover: var(--chip-base-bg);\n}\n\n.SmUxkzpIC84-.MbRItb9vKhc-,\n.SmUxkzpIC84-.MbRItb9vKhc-:hover,\n.SmUxkzpIC84-.MbRItb9vKhc-:focus-visible {\n background-color: var(--color-disabled--secondary);\n cursor: auto;\n}\n\n.MbRItb9vKhc-,\n.MbRItb9vKhc-:hover,\n.MbRItb9vKhc-:focus-visible {\n border: var(--border-base) solid var(--color-disabled--secondary);\n color: var(--color-disabled);\n background-color: var(--color-disabled--secondary);\n cursor: auto;\n --chip--gradient-color-variation: var(--color-disabled--secondary);\n --chip--gradient-color-variation--hover: var(--color-disabled--secondary);\n}\n\n.MbRItb9vKhc- .dg1-Izy1eQA- {\n background-color: var(--color-disabled);\n}\n\n.af7U8MvcbHE-.MbRItb9vKhc- .ySADfZ0FckM- {\n background-color: var(--color-disabled--secondary);\n}\n\n.af7U8MvcbHE-.MbRItb9vKhc- .ySADfZ0FckM- path {\n fill: var(--color-disabled);\n}\n\n.tJhURjR2Vec- {\n display: -ms-flexbox;\n display: flex;\n position: relative;\n overflow: hidden;\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n}\n\n.tJhURjR2Vec- > * {\n -ms-flex: 0 0 auto;\n flex: 0 0 auto;\n}\n\n.tJhURjR2Vec- > p {\n overflow: hidden;\n white-space: nowrap;\n}\n\n.G3QXY0rNcK0- {\n position: absolute;\n top: 0;\n right: 0;\n width: var(--space-base);\n height: 100%;\n background: linear-gradient(\n to left,\n var(--chip-base-bg) 5%,\n rgba(255, 255, 255, 0)\n );\n background: linear-gradient(\n to left,\n var(--chip--gradient-color-variation) 5%,\n rgba(255, 255, 255, 0)\n );\n}\n\n.af7U8MvcbHE-:focus-visible .G3QXY0rNcK0-,\n.af7U8MvcbHE-:hover .G3QXY0rNcK0- {\n background: linear-gradient(\n to left,\n var(--chip-base--hover) 5%,\n rgba(255, 255, 255, 0)\n );\n background: linear-gradient(\n to left,\n var(--chip--gradient-color-variation--hover) 5%,\n rgba(255, 255, 255, 0)\n );\n}\n\n.MUKEW6c2nNA- {\n display: inline-block;\n width: 1px;\n}\n";
|
|
14
|
+
var styles = {"chip":"af7U8MvcbHE-","prefix":"e905AYK4SCc-","suffix":"ySADfZ0FckM-","empty":"usdkmQ9Sxbk-","chipBar":"dg1-Izy1eQA-","selected":"-lz0EYLTDgg-","base":"wSI5L-5rODg-","invalid":"SmUxkzpIC84-","subtle":"Mux23dmZSuw-","disabled":"MbRItb9vKhc-","chipContent":"tJhURjR2Vec-","truncateGradient":"G3QXY0rNcK0-","chipLabelRef":"MUKEW6c2nNA-"};
|
|
15
|
+
styleInject_es.styleInject(css_248z);
|
|
16
|
+
|
|
17
|
+
function ChipPrefix({ children }) {
|
|
18
|
+
const singleChild = useChildComponent.useChildComponent(children, d => d.type === Avatar.Avatar || d.type === Icon.Icon);
|
|
19
|
+
return (React.createElement("span", { className: classnames(styles.prefix, !singleChild && styles.empty) }, singleChild));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function ChipSuffix({ children, className }) {
|
|
23
|
+
var _a;
|
|
24
|
+
let singleChild = useChildComponent.useChildComponent(children, d => d.type === Icon.Icon);
|
|
25
|
+
if (!allowedSuffixIcons.includes((_a = singleChild === null || singleChild === void 0 ? void 0 : singleChild.props) === null || _a === void 0 ? void 0 : _a.name)) {
|
|
26
|
+
singleChild = undefined;
|
|
27
|
+
}
|
|
28
|
+
return (React.createElement("span", { className: classnames(styles.suffix, className, !singleChild && styles.empty) }, singleChild));
|
|
29
|
+
}
|
|
30
|
+
const allowedSuffixIcons = ["cross", "add", "checkmark", "arrowDown"];
|
|
31
|
+
|
|
32
|
+
const Chip = ({ ariaLabel, disabled, heading, invalid, label, value, onClick, onKeyDown, children, role = "button", tabIndex = 0, variation = "base", }) => {
|
|
33
|
+
const classes = classnames(styles.chip, {
|
|
34
|
+
[styles.invalid]: invalid,
|
|
35
|
+
[styles.base]: variation === "base",
|
|
36
|
+
[styles.subtle]: variation === "subtle",
|
|
37
|
+
[styles.disabled]: disabled,
|
|
38
|
+
});
|
|
39
|
+
const prefix = useChildComponent.useChildComponent(children, d => d.type === Chip.Prefix);
|
|
40
|
+
const suffix = useChildComponent.useChildComponent(children, d => d.type === Chip.Suffix);
|
|
41
|
+
const [labelRef, labelFullyVisible] = useInView.useInView.useInView();
|
|
42
|
+
const [headingRef, headingFullyVisible] = useInView.useInView.useInView();
|
|
43
|
+
const tooltipMessage = getTooltipMessage(labelFullyVisible, headingFullyVisible, label, heading);
|
|
44
|
+
return (React.createElement(Tooltip.Tooltip, { message: tooltipMessage },
|
|
45
|
+
React.createElement("button", { className: classes, onClick: (ev) => onClick && onClick(value, ev), tabIndex: tabIndex, onKeyDown: onKeyDown, "aria-label": ariaLabel || label, disabled: disabled, role: role, type: "button" },
|
|
46
|
+
prefix,
|
|
47
|
+
React.createElement("div", { className: styles.chipContent },
|
|
48
|
+
heading && (React.createElement(React.Fragment, null,
|
|
49
|
+
React.createElement(Typography.Typography, { size: "base", fontWeight: "medium" },
|
|
50
|
+
heading,
|
|
51
|
+
React.createElement("span", { ref: headingRef, className: styles.chipLabelRef })),
|
|
52
|
+
label && React.createElement("span", { className: styles.chipBar }))),
|
|
53
|
+
React.createElement(Typography.Typography, { size: "base" },
|
|
54
|
+
label,
|
|
55
|
+
React.createElement("span", { ref: labelRef, className: styles.chipLabelRef })),
|
|
56
|
+
!labelFullyVisible && (React.createElement("div", { className: styles.truncateGradient, "data-testid": "ATL-Chip-Truncation-Gradient" }))),
|
|
57
|
+
suffix)));
|
|
58
|
+
};
|
|
59
|
+
function getTooltipMessage(labelFullyVisible, headingFullyVisible, label, heading) {
|
|
60
|
+
let message = "";
|
|
61
|
+
if (heading && !headingFullyVisible) {
|
|
62
|
+
message = `${heading} | ${label}`;
|
|
63
|
+
}
|
|
64
|
+
else if (!labelFullyVisible) {
|
|
65
|
+
message = label;
|
|
66
|
+
}
|
|
67
|
+
return message;
|
|
68
|
+
}
|
|
69
|
+
Chip.Prefix = ChipPrefix;
|
|
70
|
+
Chip.Suffix = ChipSuffix;
|
|
71
|
+
|
|
72
|
+
exports.Chip = Chip;
|
|
73
|
+
exports.styles = styles;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-ld72nsZq.js');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var Icon = require('./Icon-B9XNdA1T.js');
|
|
6
|
+
var Chip = require('./Chip-DSy6Xm8R.js');
|
|
7
|
+
|
|
8
|
+
function ChipSelectable(_a) {
|
|
9
|
+
var { selected } = _a, rest = tslib_es6.__rest(_a, ["selected"]);
|
|
10
|
+
return (React.createElement(Chip.Chip, Object.assign({}, rest),
|
|
11
|
+
React.createElement(Chip.Chip.Suffix, { className: selected ? Chip.styles.selected : "" },
|
|
12
|
+
React.createElement(Icon.Icon, { name: selected ? "checkmark" : "add", size: "small", color: selected ? "green" : "blue" }))));
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
function ChipDismissible(props) {
|
|
16
|
+
return (React.createElement(Chip.Chip, Object.assign({}, props),
|
|
17
|
+
React.createElement(Chip.Chip.Suffix, null,
|
|
18
|
+
React.createElement(Icon.Icon, { name: "cross", size: "small", color: "blue" }))));
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
exports.ChipDismissible = ChipDismissible;
|
|
22
|
+
exports.ChipSelectable = ChipSelectable;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { _ as __rest } from './tslib.es6-Df1SgIEn.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { I as Icon } from './Icon-CoHJokXb.js';
|
|
4
|
+
import { C as Chip, s as styles } from './Chip-Cvuqhi_q.js';
|
|
5
|
+
|
|
6
|
+
function ChipSelectable(_a) {
|
|
7
|
+
var { selected } = _a, rest = __rest(_a, ["selected"]);
|
|
8
|
+
return (React.createElement(Chip, Object.assign({}, rest),
|
|
9
|
+
React.createElement(Chip.Suffix, { className: selected ? styles.selected : "" },
|
|
10
|
+
React.createElement(Icon, { name: selected ? "checkmark" : "add", size: "small", color: selected ? "green" : "blue" }))));
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
function ChipDismissible(props) {
|
|
14
|
+
return (React.createElement(Chip, Object.assign({}, props),
|
|
15
|
+
React.createElement(Chip.Suffix, null,
|
|
16
|
+
React.createElement(Icon, { name: "cross", size: "small", color: "blue" }))));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { ChipSelectable as C, ChipDismissible as a };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var useScrollToActive = require('../../../useScrollToActive-DMDRmhoI.js');
|
|
4
|
+
require('react');
|
|
5
|
+
require('../../../_commonjsHelpers-B83fTs8d.js');
|
|
6
|
+
require('../../../_setToString-QSHar2ai.js');
|
|
7
|
+
require('../../../_defineProperty-DjLE4Bk3.js');
|
|
8
|
+
require('../../../_getTag-Bd2IuclU.js');
|
|
9
|
+
require('../../../isObjectLike-BUFV4ggG.js');
|
|
10
|
+
require('../../../isSymbol-DS9vlqp3.js');
|
|
11
|
+
require('../../../_baseEach--p319nr8.js');
|
|
12
|
+
require('../../../debounce-CJA36ltI.js');
|
|
13
|
+
require('../../../Icon-B9XNdA1T.js');
|
|
14
|
+
require('@jobber/design');
|
|
15
|
+
require('react-popper');
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
exports.useInView = useScrollToActive.useInView;
|
|
20
|
+
exports.useInternalChipDismissible = useScrollToActive.useInternalChipDismissible;
|
|
21
|
+
exports.useInternalChipDismissibleInput = useScrollToActive.useInternalChipDismissibleInput;
|
|
22
|
+
exports.useRepositionMenu = useScrollToActive.useRepositionMenu;
|
|
23
|
+
exports.useScrollToActive = useScrollToActive.useScrollToActive;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { b as useInView, u as useInternalChipDismissible, a as useInternalChipDismissibleInput, c as useRepositionMenu, d as useScrollToActive } from '../../../useScrollToActive-BkZ3BYNd.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import '../../../_commonjsHelpers-E-ZsRS8r.js';
|
|
4
|
+
import '../../../_setToString-DwIrtHSk.js';
|
|
5
|
+
import '../../../_defineProperty-Bai9NpfZ.js';
|
|
6
|
+
import '../../../_getTag-Bcit8gs_.js';
|
|
7
|
+
import '../../../isObjectLike-CkQBn_-v.js';
|
|
8
|
+
import '../../../isSymbol-BB8mecpv.js';
|
|
9
|
+
import '../../../_baseEach-DPBHJoX6.js';
|
|
10
|
+
import '../../../debounce-D3te8_TG.js';
|
|
11
|
+
import '../../../Icon-CoHJokXb.js';
|
|
12
|
+
import '@jobber/design';
|
|
13
|
+
import 'react-popper';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var InternalChipDismissible = require('../../InternalChipDismissible-DO0XSGT9.js');
|
|
4
|
+
require('react');
|
|
5
|
+
require('../../style-inject.es-XZHJH68X.js');
|
|
6
|
+
require('../../useScrollToActive-DMDRmhoI.js');
|
|
7
|
+
require('../../_commonjsHelpers-B83fTs8d.js');
|
|
8
|
+
require('../../_setToString-QSHar2ai.js');
|
|
9
|
+
require('../../_defineProperty-DjLE4Bk3.js');
|
|
10
|
+
require('../../_getTag-Bd2IuclU.js');
|
|
11
|
+
require('../../isObjectLike-BUFV4ggG.js');
|
|
12
|
+
require('../../isSymbol-DS9vlqp3.js');
|
|
13
|
+
require('../../_baseEach--p319nr8.js');
|
|
14
|
+
require('../../debounce-CJA36ltI.js');
|
|
15
|
+
require('../../Icon-B9XNdA1T.js');
|
|
16
|
+
require('@jobber/design');
|
|
17
|
+
require('react-popper');
|
|
18
|
+
require('classnames');
|
|
19
|
+
require('../../Text-D9gsHxbp.js');
|
|
20
|
+
require('../../Typography-Dx8KtnBw.js');
|
|
21
|
+
require('../../Button-D3mW3Hcg.js');
|
|
22
|
+
require('react-router-dom');
|
|
23
|
+
require('../../Spinner-DT15aa_r.js');
|
|
24
|
+
require('../../useAssert-DswGyJhs.js');
|
|
25
|
+
require('../../Avatar-Q2BQymsE.js');
|
|
26
|
+
require('color');
|
|
27
|
+
require('../../Tooltip-BEW-a9OW.js');
|
|
28
|
+
require('react-dom');
|
|
29
|
+
require('framer-motion');
|
|
30
|
+
require('../../useSafeLayoutEffect-Qir6pm57.js');
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
exports.InternalChipDismissible = InternalChipDismissible.InternalChipDismissible;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export { I as InternalChipDismissible } from '../../InternalChipDismissible-Btb0-4Ng.js';
|
|
2
|
+
import 'react';
|
|
3
|
+
import '../../style-inject.es-tgCJW-Cu.js';
|
|
4
|
+
import '../../useScrollToActive-BkZ3BYNd.js';
|
|
5
|
+
import '../../_commonjsHelpers-E-ZsRS8r.js';
|
|
6
|
+
import '../../_setToString-DwIrtHSk.js';
|
|
7
|
+
import '../../_defineProperty-Bai9NpfZ.js';
|
|
8
|
+
import '../../_getTag-Bcit8gs_.js';
|
|
9
|
+
import '../../isObjectLike-CkQBn_-v.js';
|
|
10
|
+
import '../../isSymbol-BB8mecpv.js';
|
|
11
|
+
import '../../_baseEach-DPBHJoX6.js';
|
|
12
|
+
import '../../debounce-D3te8_TG.js';
|
|
13
|
+
import '../../Icon-CoHJokXb.js';
|
|
14
|
+
import '@jobber/design';
|
|
15
|
+
import 'react-popper';
|
|
16
|
+
import 'classnames';
|
|
17
|
+
import '../../Text-DEviM1Tv.js';
|
|
18
|
+
import '../../Typography-G8pA_xwj.js';
|
|
19
|
+
import '../../Button-CWVwgwhn.js';
|
|
20
|
+
import 'react-router-dom';
|
|
21
|
+
import '../../Spinner-BOhyUAA_.js';
|
|
22
|
+
import '../../useAssert-CmHXXmL3.js';
|
|
23
|
+
import '../../Avatar-DZCQBKMr.js';
|
|
24
|
+
import 'color';
|
|
25
|
+
import '../../Tooltip-mn2jRxXD.js';
|
|
26
|
+
import 'react-dom';
|
|
27
|
+
import 'framer-motion';
|
|
28
|
+
import '../../useSafeLayoutEffect-yaw3NyzX.js';
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var InternalChipDismissible = require('../InternalChipDismissible-DO0XSGT9.js');
|
|
5
|
+
var Chips = require('../Chips-DqEZ8iEX.js');
|
|
6
|
+
var useAssert = require('../useAssert-DswGyJhs.js');
|
|
7
|
+
require('../style-inject.es-XZHJH68X.js');
|
|
8
|
+
require('../useScrollToActive-DMDRmhoI.js');
|
|
9
|
+
require('../_commonjsHelpers-B83fTs8d.js');
|
|
10
|
+
require('../_setToString-QSHar2ai.js');
|
|
11
|
+
require('../_defineProperty-DjLE4Bk3.js');
|
|
12
|
+
require('../_getTag-Bd2IuclU.js');
|
|
13
|
+
require('../isObjectLike-BUFV4ggG.js');
|
|
14
|
+
require('../isSymbol-DS9vlqp3.js');
|
|
15
|
+
require('../_baseEach--p319nr8.js');
|
|
16
|
+
require('../debounce-CJA36ltI.js');
|
|
17
|
+
require('../Icon-B9XNdA1T.js');
|
|
18
|
+
require('@jobber/design');
|
|
19
|
+
require('react-popper');
|
|
20
|
+
require('classnames');
|
|
21
|
+
require('../Text-D9gsHxbp.js');
|
|
22
|
+
require('../Typography-Dx8KtnBw.js');
|
|
23
|
+
require('../Button-D3mW3Hcg.js');
|
|
24
|
+
require('react-router-dom');
|
|
25
|
+
require('../Spinner-DT15aa_r.js');
|
|
26
|
+
require('../Avatar-Q2BQymsE.js');
|
|
27
|
+
require('color');
|
|
28
|
+
require('../Tooltip-BEW-a9OW.js');
|
|
29
|
+
require('react-dom');
|
|
30
|
+
require('framer-motion');
|
|
31
|
+
require('../useSafeLayoutEffect-Qir6pm57.js');
|
|
32
|
+
|
|
33
|
+
function ChipDismissible({ label, disabled, invalid, prefix, onClick, onRequestRemove, }) {
|
|
34
|
+
return (React.createElement(InternalChipDismissible.InternalChip, { label: label, disabled: disabled, invalid: invalid, prefix: prefix, onClick: onClick, suffix: React.createElement(InternalChipDismissible.InternalChipButton, { icon: "remove", label: label, invalid: invalid, disabled: disabled, onClick: onRequestRemove }) }));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Only need the component to pass in the data as a react children
|
|
38
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
39
|
+
function Chip(props) {
|
|
40
|
+
// Throw error when <Chip /> gets used outside of the <Chips />
|
|
41
|
+
useAssert.useAssert.useAssert(true, "`<Chip>` component can only be used inside `<Chips>`");
|
|
42
|
+
return React.createElement(React.Fragment, null);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
exports.Chips = Chips.Chips;
|
|
46
|
+
exports.Chip = Chip;
|
|
47
|
+
exports.ChipDismissible = ChipDismissible;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { a as InternalChip, b as InternalChipButton } from '../InternalChipDismissible-Btb0-4Ng.js';
|
|
3
|
+
export { C as Chips } from '../Chips-CWmwDShP.js';
|
|
4
|
+
import { u as useAssert } from '../useAssert-CmHXXmL3.js';
|
|
5
|
+
import '../style-inject.es-tgCJW-Cu.js';
|
|
6
|
+
import '../useScrollToActive-BkZ3BYNd.js';
|
|
7
|
+
import '../_commonjsHelpers-E-ZsRS8r.js';
|
|
8
|
+
import '../_setToString-DwIrtHSk.js';
|
|
9
|
+
import '../_defineProperty-Bai9NpfZ.js';
|
|
10
|
+
import '../_getTag-Bcit8gs_.js';
|
|
11
|
+
import '../isObjectLike-CkQBn_-v.js';
|
|
12
|
+
import '../isSymbol-BB8mecpv.js';
|
|
13
|
+
import '../_baseEach-DPBHJoX6.js';
|
|
14
|
+
import '../debounce-D3te8_TG.js';
|
|
15
|
+
import '../Icon-CoHJokXb.js';
|
|
16
|
+
import '@jobber/design';
|
|
17
|
+
import 'react-popper';
|
|
18
|
+
import 'classnames';
|
|
19
|
+
import '../Text-DEviM1Tv.js';
|
|
20
|
+
import '../Typography-G8pA_xwj.js';
|
|
21
|
+
import '../Button-CWVwgwhn.js';
|
|
22
|
+
import 'react-router-dom';
|
|
23
|
+
import '../Spinner-BOhyUAA_.js';
|
|
24
|
+
import '../Avatar-DZCQBKMr.js';
|
|
25
|
+
import 'color';
|
|
26
|
+
import '../Tooltip-mn2jRxXD.js';
|
|
27
|
+
import 'react-dom';
|
|
28
|
+
import 'framer-motion';
|
|
29
|
+
import '../useSafeLayoutEffect-yaw3NyzX.js';
|
|
30
|
+
|
|
31
|
+
function ChipDismissible({ label, disabled, invalid, prefix, onClick, onRequestRemove, }) {
|
|
32
|
+
return (React.createElement(InternalChip, { label: label, disabled: disabled, invalid: invalid, prefix: prefix, onClick: onClick, suffix: React.createElement(InternalChipButton, { icon: "remove", label: label, invalid: invalid, disabled: disabled, onClick: onRequestRemove }) }));
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// Only need the component to pass in the data as a react children
|
|
36
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
37
|
+
function Chip(props) {
|
|
38
|
+
// Throw error when <Chip /> gets used outside of the <Chips />
|
|
39
|
+
useAssert.useAssert(true, "`<Chip>` component can only be used inside `<Chips>`");
|
|
40
|
+
return React.createElement(React.Fragment, null);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { Chip, ChipDismissible };
|