@jobber/components 4.85.5-test-eleme.4 → 4.85.6-CJS-to-ESM.1
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 → 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/Menu.d.ts +2 -2
- package/dist/Autocomplete/index.cjs +34 -0
- package/dist/Autocomplete/index.mjs +28 -0
- package/dist/{Autocomplete/index.js → Autocomplete-CDpl009j.js} +25 -49
- package/dist/Autocomplete-DcuJsI7Z.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 +19 -0
- package/dist/Banner/index.mjs +13 -0
- package/dist/Banner-B230_jsV.js +84 -0
- package/dist/Banner-zMyKdO1y.js +82 -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-0WPJWxfz.js} +20 -25
- package/dist/Card-BOD8v9wH.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 +26 -0
- package/dist/Chip/index.mjs +18 -0
- package/dist/Chip-Div4v8At.js +73 -0
- package/dist/Chip-tWHAQezL.js +70 -0
- package/dist/ChipDismissible-B0DslYTJ.js +22 -0
- package/dist/ChipDismissible-DSLoDRyq.js +19 -0
- package/dist/Chips/InternalChipDismissible/hooks/index.cjs +24 -0
- package/dist/Chips/InternalChipDismissible/hooks/index.mjs +14 -0
- package/dist/Chips/InternalChipDismissible/index.cjs +35 -0
- package/dist/Chips/InternalChipDismissible/index.mjs +29 -0
- package/dist/Chips/index.cjs +48 -0
- package/dist/Chips/index.mjs +44 -0
- package/dist/Chips-DzPxRiFY.js +91 -0
- package/dist/Chips-tdDqEKfy.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 +27 -0
- package/dist/Combobox/components/ComboboxActivator/index.mjs +21 -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 +25 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.mjs +19 -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 +10 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.mjs +4 -0
- package/dist/Combobox/components/ComboboxContent/index.cjs +35 -0
- package/dist/Combobox/components/ComboboxContent/index.mjs +29 -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 +25 -0
- package/dist/Combobox/components/ComboboxTrigger/index.mjs +19 -0
- package/dist/Combobox/index.cjs +52 -0
- package/dist/Combobox/index.mjs +45 -0
- package/dist/Combobox-BwSFlPWt.js +120 -0
- package/dist/Combobox-Dr5ftH9X.js +122 -0
- package/dist/ComboboxAction-B3RwsCtx.js +27 -0
- package/dist/ComboboxAction-BzEwYtPm.js +25 -0
- package/dist/ComboboxActivator-B-2nmWQ-.js +28 -0
- package/dist/ComboboxActivator-DkcbNfv5.js +26 -0
- package/dist/ComboboxContent-B108quRR.js +144 -0
- package/dist/ComboboxContent-D44NnZaD.js +146 -0
- package/dist/ComboboxContentHeader-CJ0if4JI.js +32 -0
- package/dist/ComboboxContentHeader-DFLlxg-X.js +30 -0
- package/dist/ComboboxContentList-DHQ0x2ml.js +80 -0
- package/dist/ComboboxContentList-DmdT_cqp.js +78 -0
- package/dist/ComboboxContentSearch-B8hsfo_D.js +35 -0
- package/dist/ComboboxContentSearch-UAyHetvM.js +37 -0
- package/dist/ComboboxLoadMore-C3JuiaZf.js +17 -0
- package/dist/ComboboxLoadMore-Dk2tUBxS.js +19 -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-BAOfY8Og.js +22 -0
- package/dist/ComboboxTrigger-ZqNl11Qy.js +24 -0
- package/dist/ConfirmationModal/index.cjs +29 -0
- package/dist/ConfirmationModal/index.mjs +23 -0
- package/dist/ConfirmationModal-CPNH-chF.js +94 -0
- package/dist/{ConfirmationModal-de5dcbed.js → ConfirmationModal-CZTiORX4.js} +6 -10
- 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-BhkXdMFl.js +15 -0
- package/dist/DataDump-BoNQd_3r.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/DataListActionsMenu.d.ts +2 -2
- 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 +12 -0
- package/dist/DataList/components/DataListOverflowFade/index.mjs +5 -0
- package/dist/DataList/components/DataListSearch/index.cjs +35 -0
- package/dist/DataList/components/DataListSearch/index.mjs +27 -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 +98 -0
- package/dist/DataList/index.mjs +92 -0
- package/dist/DataList-BL3zeA83.js +9 -0
- package/dist/DataList-D8rsiB6p.js +7 -0
- package/dist/DataList-DcPfsE4o.js +141 -0
- package/dist/DataList-UzxXqfXV.js +139 -0
- package/dist/DataList.const-Wz370ukq.js +25 -0
- package/dist/DataList.const-YbvF2-QB.js +38 -0
- package/dist/DataList.utils-B0hOFZaX.js +168 -0
- package/dist/DataList.utils-C931OWj0.js +161 -0
- package/dist/DataListAction-CMZbwbN5.js +40 -0
- package/dist/DataListAction-CzSLV230.js +42 -0
- package/dist/DataListActions-D2xI1Gnz.js +45 -0
- package/dist/DataListActions-DYrocbl7.js +43 -0
- package/dist/DataListActionsMenu-3JxvPbGZ.js +53 -0
- package/dist/DataListActionsMenu-CjBKmZT6.js +55 -0
- package/dist/DataListBulkActions-BSjCVCSw.js +32 -0
- package/dist/DataListBulkActions-OLJ1EzI6.js +29 -0
- package/dist/DataListContext-CWEeA357.js +29 -0
- package/dist/DataListContext-DHdRjGCC.js +25 -0
- package/dist/DataListEmptyState-CvRFHlYt.js +56 -0
- package/dist/DataListEmptyState-Rk1OowmR.js +53 -0
- package/dist/DataListFilters-Dfw7ptNa.js +46 -0
- package/dist/DataListFilters-y0CrJgWe.js +43 -0
- package/dist/DataListHeader-BFg0X9Jz.js +95 -0
- package/dist/DataListHeader-DB1ikJ1G.js +93 -0
- package/dist/DataListHeaderTile-BcvpRQqc.js +86 -0
- package/dist/DataListHeaderTile-CUaHgFkG.js +84 -0
- package/dist/DataListItem-27SGm5NU.js +114 -0
- package/dist/DataListItem-CEcG1clf.js +112 -0
- package/dist/DataListItemActions-B0IR13cA.js +35 -0
- package/dist/DataListItemActions-DbMxVTo5.js +32 -0
- package/dist/DataListItemActionsOverflow-B1XTLLAZ.js +33 -0
- package/dist/DataListItemActionsOverflow-Dt1rZ_ch.js +35 -0
- package/dist/DataListItemClickable-CPGV8QJU.js +47 -0
- package/dist/DataListItemClickable-a9vfumwQ.js +45 -0
- package/dist/DataListItems-C37QwFLL.js +21 -0
- package/dist/DataListItems-CmmwaaoF.js +19 -0
- package/dist/DataListLayout-BkqOAi5X.js +19 -0
- package/dist/DataListLayout-fuctDjAR.js +21 -0
- package/dist/DataListLayoutActions-BrXEXuWB.js +41 -0
- package/dist/DataListLayoutActions-C1xVkV8F.js +39 -0
- package/dist/DataListLayoutContext-BiMbo7LQ.js +18 -0
- package/dist/DataListLayoutContext-D3REliDa.js +8 -0
- package/dist/DataListLayoutContext-D5Jhd_ZG.js +14 -0
- package/dist/DataListLayoutContext-DT0mtKzt.js +11 -0
- package/dist/DataListLoadMore-BThmoeQ0.js +37 -0
- package/dist/DataListLoadMore-eMdC9JGb.js +34 -0
- package/dist/DataListLoadingState-BovqtnV7.js +29 -0
- package/dist/DataListLoadingState-DKSypijq.js +25 -0
- package/dist/DataListOverflowFade-DUocP0Jz.js +25 -0
- package/dist/DataListOverflowFade-DxUdWrD0.js +28 -0
- package/dist/DataListSearch-D0pqhE8d.js +66 -0
- package/dist/DataListSearch-DiHOG8VU.js +62 -0
- package/dist/DataListSort-CQ62ewRY.js +94 -0
- package/dist/DataListSort-CW4v1psG.js +92 -0
- package/dist/DataListSortingOptions-BGNu0KOG.js +38 -0
- package/dist/DataListSortingOptions-ZiARzP5b.js +40 -0
- package/dist/DataListStatusBar-EQKC5MHS.js +22 -0
- package/dist/DataListStatusBar-Va-ssWph.js +25 -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 +34 -0
- package/dist/DataTable/index.mjs +23 -0
- package/dist/DataTable/test-utilities/index.cjs +241 -0
- package/dist/DataTable/test-utilities/index.mjs +233 -0
- package/dist/DataTable-BOZ_Zf4q.js +245 -0
- package/dist/DataTable-D1Q5tABs.js +247 -0
- package/dist/DatePicker/index.cjs +24 -0
- package/dist/DatePicker/index.mjs +18 -0
- package/dist/DatePicker-CqYEsDX3.js +1279 -0
- package/dist/DatePicker-DBObDXoW.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 +14 -0
- package/dist/Disclosure/index.mjs +8 -0
- package/dist/Disclosure-Bikm1B9V.js +38 -0
- package/dist/Disclosure-D7kJi1Df.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 +22 -0
- package/dist/FormField/index.mjs +16 -0
- package/dist/FormField-BBg_JAlJ.js +248 -0
- package/dist/FormField-C-d0U7Ww.js +246 -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-BQXjo6EG.js +154 -0
- package/dist/FormatFile-D-UIdDqE.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-BMpC_ohB.js +66 -0
- package/dist/Gallery-DXXQxrHV.js +68 -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 +13 -0
- package/dist/Grid/index.mjs +6 -0
- package/dist/Grid-2KPGnpZI.js +37 -0
- package/dist/Grid-ClBkskz-.js +34 -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-DcNJEpM3.js +52 -0
- package/dist/InputAvatar-Dp3cCHai.js +50 -0
- package/dist/InputDate/index.cjs +33 -0
- package/dist/InputDate/index.mjs +27 -0
- package/dist/InputDate-Brwb3gue.js +31 -0
- package/dist/InputDate-D5pZraRN.js +33 -0
- package/dist/InputEmail/index.cjs +24 -0
- package/dist/InputEmail/index.mjs +17 -0
- package/dist/InputEmail-DkvNQj63.js +23 -0
- package/dist/InputEmail-nxOzDFb8.js +20 -0
- package/dist/InputFile/index.cjs +23 -0
- package/dist/InputFile/index.mjs +16 -0
- package/dist/InputFile-BBOdV6FH.js +2794 -0
- package/dist/InputFile-l-Zdbe8r.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 +23 -0
- package/dist/InputNumber/index.mjs +17 -0
- package/dist/{InputNumber-d451b52e.js → InputNumber-B3-6b6mT.js} +2 -6
- package/dist/InputNumber-D2jOwtOi.js +56 -0
- package/dist/InputPassword/index.cjs +23 -0
- package/dist/InputPassword/index.mjs +17 -0
- package/dist/InputPassword-BwPfewHd.js +19 -0
- package/dist/InputPassword-mWbDB3Oh.js +21 -0
- package/dist/InputPhoneNumber/index.cjs +23 -0
- package/dist/InputPhoneNumber/index.mjs +17 -0
- package/dist/{InputPhoneNumber/index.js → InputPhoneNumber-CrkVlyUE.js} +8 -25
- package/dist/InputPhoneNumber-ynZiTe9j.js +97 -0
- package/dist/InputText/index.cjs +24 -0
- package/dist/InputText/index.mjs +18 -0
- package/dist/InputText-CgykvJl2.js +96 -0
- package/dist/{InputText-55b6cb65.js → InputText-D1KkzO4T.js} +2 -6
- package/dist/InputTime/index.cjs +28 -0
- package/dist/InputTime/index.mjs +22 -0
- package/dist/InputTime-CVHCWh2x.js +187 -0
- package/dist/{InputTime/index.js → InputTime-Ce0H2RWH.js} +5 -25
- 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-BoAPXU91.js +158 -0
- package/dist/InternalChipDismissible-Dj-XvjT4.js +163 -0
- package/dist/InternalGridCell-CBv95C-G.js +37 -0
- package/dist/InternalGridCell-DFrhM8oX.js +40 -0
- package/dist/LightBox/LightBox.d.ts +2 -2
- package/dist/LightBox/index.cjs +25 -0
- package/dist/LightBox/index.mjs +19 -0
- package/dist/LightBox-DLJk1m24.js +109 -0
- package/dist/LightBox-oRvBzCVE.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-BLRtWdVA.js +196 -0
- package/dist/List-C6AG4_dM.js +193 -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.js → index.cjs} +5 -7
- package/dist/Menu/index.mjs +13 -0
- package/dist/Menu-BXvyYPow.js +132 -0
- package/dist/Menu-DWqTLjQu.js +134 -0
- package/dist/Modal/Modal.d.ts +2 -2
- package/dist/Modal/index.cjs +23 -0
- package/dist/Modal/index.mjs +17 -0
- package/dist/Modal-BsCYxzQV.js +65 -0
- package/dist/Modal-COtt6AGz.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-BmWN4Bgv.js +15 -0
- package/dist/Option-DkWd2dv6.js +12 -0
- package/dist/Page/index.cjs +28 -0
- package/dist/Page/index.mjs +22 -0
- package/dist/Page-CI4G1pxg.js +61 -0
- package/dist/Page-DdD5O2fP.js +59 -0
- package/dist/Popover/index.cjs +18 -0
- package/dist/Popover/index.mjs +12 -0
- package/dist/Popover-D2Lc46rN.js +49 -0
- package/dist/Popover-MtwM2-M4.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 +37 -0
- package/dist/RecurringSelect/index.mjs +23 -0
- package/dist/RecurringSelect-BQuw43z9.js +74 -0
- package/dist/RecurringSelect-DLFrS379.js +76 -0
- package/dist/Select/index.cjs +24 -0
- package/dist/Select/index.mjs +17 -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.js → index.cjs} +2 -5
- package/dist/Tooltip/index.mjs +8 -0
- package/dist/Tooltip-DG1mcZlX.js +104 -0
- package/dist/{Tooltip-b9de6e57.js → Tooltip-DWAVu0yQ.js} +10 -18
- 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-BDfrxHwl.js +29 -0
- package/dist/_baseAssignValue-Cq-EPFBb.js +31 -0
- package/dist/_baseEach-C5AdInAP.js +1069 -0
- package/dist/_baseEach-fQjYIaCA.js +1073 -0
- package/dist/_commonjsHelpers-BFTU3MAI.js +7 -0
- package/dist/_commonjsHelpers-BJu3ubxk.js +10 -0
- package/dist/_defineProperty-DVTdBF7D.js +1326 -0
- package/dist/_defineProperty-DYWOWIJv.js +1306 -0
- package/dist/_getTag-CHBhnZgu.js +733 -0
- package/dist/_getTag-DYzEQmpZ.js +718 -0
- package/dist/_setToString-Cjq7b1P9.js +230 -0
- package/dist/_setToString-F-wwuS_Y.js +234 -0
- package/dist/debounce-B-pQrPa0.js +331 -0
- package/dist/debounce-asENWBkf.js +329 -0
- package/dist/getAtlantisConfig-6FPWID0P.js +11 -0
- package/dist/helpers-5vvADJkh.js +15 -0
- package/dist/helpers-CFWATKJI.js +36 -0
- package/dist/index.cjs +274 -0
- package/dist/index.d.mts +73 -0
- package/dist/index.d.ts +73 -0
- package/dist/index.mjs +164 -0
- package/dist/isObjectLike-91E0YOes.js +190 -0
- package/dist/isObjectLike-CsWGWxp9.js +197 -0
- package/dist/isSymbol-BEvcpX3s.js +33 -0
- package/dist/isSymbol-CqL-NQwG.js +35 -0
- package/dist/noop-DXH2P2oE.js +26 -0
- package/dist/noop-D_wzwwIq.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-BzQghohH.js +16 -0
- package/dist/useActiveLayout-DazMYwxf.js +14 -0
- package/dist/useBatchSelect-B7U15920.js +38 -0
- package/dist/useBatchSelect-DMD3JH4P.js +36 -0
- package/dist/useChildComponent-BUH0ttPi.js +17 -0
- package/dist/useChildComponent-D95jU7NM.js +15 -0
- package/dist/useResponsiveSizing-CMuS7Or1.js +46 -0
- package/dist/useResponsiveSizing-DRjeJos_.js +44 -0
- package/dist/useScrollToActive-BB-8euJF.js +554 -0
- package/dist/useScrollToActive-KSEZO66J.js +548 -0
- package/package.json +381 -8
- package/{rollup.config.js → rollup.config.mjs} +27 -18
- package/dist/AnimatedSwitcher/index.js +0 -13
- 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 -42
- package/dist/Chip-2709f19f.js +0 -89
- package/dist/Chips/index.js +0 -525
- package/dist/Combobox/index.js +0 -41
- package/dist/Combobox-e383ee96.js +0 -481
- 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 -1340
- 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-d1017eea.js +0 -162
- package/dist/Gallery/index.js +0 -100
- 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 -25
- package/dist/LightBox-b60d2262.js +0 -121
- 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-083fc4c4.js +0 -139
- package/dist/Modal/index.js +0 -25
- package/dist/Modal-85cc55f5.js +0 -73
- package/dist/Option-3c4d377e.js +0 -19
- package/dist/Page/index.js +0 -78
- package/dist/Popover/index.js +0 -65
- 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/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
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var AnimatedPresence = require('../AnimatedPresence-20a02aaa.js');
|
|
3
|
+
var AnimatedPresence = require('../AnimatedPresence-DFaAEYUa.js');
|
|
6
4
|
require('react');
|
|
7
5
|
require('framer-motion');
|
|
8
6
|
require('@jobber/design');
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import React, { useState, useEffect, Children } from 'react';
|
|
2
|
+
import { useReducedMotion, AnimatePresence, motion } from 'framer-motion';
|
|
3
|
+
import { tokens } from '@jobber/design';
|
|
4
|
+
|
|
5
|
+
const TIMING_QUICK = toSeconds(tokens["timing-quick"]);
|
|
6
|
+
const TIMING_BASE = toSeconds(tokens["timing-base"]);
|
|
7
|
+
const baseTransition = {
|
|
8
|
+
visible: { opacity: 1 },
|
|
9
|
+
hidden: { opacity: 0 },
|
|
10
|
+
};
|
|
11
|
+
const fade = {
|
|
12
|
+
visible: { opacity: 1 },
|
|
13
|
+
hidden: { opacity: 0 },
|
|
14
|
+
};
|
|
15
|
+
const popIn = {
|
|
16
|
+
visible: Object.assign({ scale: 1 }, baseTransition.visible),
|
|
17
|
+
hidden: Object.assign({ scale: 0.95 }, baseTransition.hidden),
|
|
18
|
+
};
|
|
19
|
+
const fromTop = {
|
|
20
|
+
visible: Object.assign({ y: 0 }, baseTransition.visible),
|
|
21
|
+
hidden: Object.assign({ y: -tokens["space-base"] }, baseTransition.hidden),
|
|
22
|
+
};
|
|
23
|
+
const fromBottom = {
|
|
24
|
+
visible: Object.assign({ y: 0 }, baseTransition.visible),
|
|
25
|
+
hidden: Object.assign({ y: tokens["space-base"] }, baseTransition.hidden),
|
|
26
|
+
};
|
|
27
|
+
const fromLeft = {
|
|
28
|
+
visible: Object.assign({ x: 0 }, baseTransition.visible),
|
|
29
|
+
hidden: Object.assign({ x: -tokens["space-base"] }, baseTransition.hidden),
|
|
30
|
+
};
|
|
31
|
+
const fromRight = {
|
|
32
|
+
visible: Object.assign({ x: 0 }, baseTransition.visible),
|
|
33
|
+
hidden: Object.assign({ x: tokens["space-base"] }, baseTransition.hidden),
|
|
34
|
+
};
|
|
35
|
+
const fromLeftToRight = {
|
|
36
|
+
initial: Object.assign({ x: -tokens["space-base"] }, baseTransition.hidden),
|
|
37
|
+
visible: Object.assign({ x: 0 }, baseTransition.visible),
|
|
38
|
+
hidden: Object.assign({ x: tokens["space-base"] }, baseTransition.hidden),
|
|
39
|
+
};
|
|
40
|
+
const fromRightToLeft = {
|
|
41
|
+
initial: Object.assign({ x: tokens["space-base"] }, baseTransition.hidden),
|
|
42
|
+
visible: Object.assign({ x: 0 }, baseTransition.visible),
|
|
43
|
+
hidden: Object.assign({ x: -tokens["space-base"] }, baseTransition.hidden),
|
|
44
|
+
};
|
|
45
|
+
function toSeconds(ms) {
|
|
46
|
+
return ms / 1000;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
function usePreviousValue(value) {
|
|
50
|
+
const [previousValue, setPreviousValue] = useState(value);
|
|
51
|
+
useEffect(() => {
|
|
52
|
+
setPreviousValue(value);
|
|
53
|
+
}, [value]);
|
|
54
|
+
return [previousValue, setPreviousValue];
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
const transitions = {
|
|
58
|
+
fromBottom,
|
|
59
|
+
fromTop,
|
|
60
|
+
fromLeft,
|
|
61
|
+
fromRight,
|
|
62
|
+
popIn,
|
|
63
|
+
fromLeftToRight,
|
|
64
|
+
fromRightToLeft,
|
|
65
|
+
fade,
|
|
66
|
+
};
|
|
67
|
+
function AnimatedPresence(props) {
|
|
68
|
+
const shouldReduceMotion = useReducedMotion();
|
|
69
|
+
if (shouldReduceMotion) {
|
|
70
|
+
return React.createElement(React.Fragment, null, props.children);
|
|
71
|
+
}
|
|
72
|
+
return React.createElement(InternalAnimatedPresence, Object.assign({}, props));
|
|
73
|
+
}
|
|
74
|
+
function InternalAnimatedPresence({ transition = "fromTop", initial = false, children, }) {
|
|
75
|
+
const transitionVariation = transitions[transition];
|
|
76
|
+
const hasInitialTransition = "initial" in transitionVariation;
|
|
77
|
+
const childCount = Children.count(children);
|
|
78
|
+
// Set the initial value to 0 so it staggers the animation on mount when
|
|
79
|
+
// initial is true.
|
|
80
|
+
const [lastChildIndex, setLastChildIndex] = usePreviousValue(0);
|
|
81
|
+
// Whenever the children count changes, update the last index.
|
|
82
|
+
useEffect(() => {
|
|
83
|
+
setLastChildIndex(childCount - 1);
|
|
84
|
+
}, [childCount]);
|
|
85
|
+
return (React.createElement(AnimatePresence, { initial: initial, mode: "popLayout" }, Children.map(children, (child, i) => child && (React.createElement(motion.div, { layout: true, variants: transitionVariation, initial: hasInitialTransition ? "initial" : "hidden", animate: "visible", exit: "hidden", transition: {
|
|
86
|
+
duration: TIMING_BASE,
|
|
87
|
+
delay: generateDelayTime(i),
|
|
88
|
+
} }, child)))));
|
|
89
|
+
function generateDelayTime(index) {
|
|
90
|
+
// Don't add a delay if it's already rendered.
|
|
91
|
+
if (lastChildIndex > index)
|
|
92
|
+
return 0;
|
|
93
|
+
// Stagger the animation starting after the previous last child index.
|
|
94
|
+
return (index - lastChildIndex) * TIMING_QUICK;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export { AnimatedPresence as A };
|
|
@@ -4,10 +4,6 @@ var React = require('react');
|
|
|
4
4
|
var framerMotion = require('framer-motion');
|
|
5
5
|
var design = require('@jobber/design');
|
|
6
6
|
|
|
7
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
-
|
|
9
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
|
-
|
|
11
7
|
const TIMING_QUICK = toSeconds(design.tokens["timing-quick"]);
|
|
12
8
|
const TIMING_BASE = toSeconds(design.tokens["timing-base"]);
|
|
13
9
|
const baseTransition = {
|
|
@@ -73,9 +69,9 @@ const transitions = {
|
|
|
73
69
|
function AnimatedPresence(props) {
|
|
74
70
|
const shouldReduceMotion = framerMotion.useReducedMotion();
|
|
75
71
|
if (shouldReduceMotion) {
|
|
76
|
-
return
|
|
72
|
+
return React.createElement(React.Fragment, null, props.children);
|
|
77
73
|
}
|
|
78
|
-
return
|
|
74
|
+
return React.createElement(InternalAnimatedPresence, Object.assign({}, props));
|
|
79
75
|
}
|
|
80
76
|
function InternalAnimatedPresence({ transition = "fromTop", initial = false, children, }) {
|
|
81
77
|
const transitionVariation = transitions[transition];
|
|
@@ -88,7 +84,7 @@ function InternalAnimatedPresence({ transition = "fromTop", initial = false, chi
|
|
|
88
84
|
React.useEffect(() => {
|
|
89
85
|
setLastChildIndex(childCount - 1);
|
|
90
86
|
}, [childCount]);
|
|
91
|
-
return (
|
|
87
|
+
return (React.createElement(framerMotion.AnimatePresence, { initial: initial, mode: "popLayout" }, React.Children.map(children, (child, i) => child && (React.createElement(framerMotion.motion.div, { layout: true, variants: transitionVariation, initial: hasInitialTransition ? "initial" : "hidden", animate: "visible", exit: "hidden", transition: {
|
|
92
88
|
duration: TIMING_BASE,
|
|
93
89
|
delay: generateDelayTime(i),
|
|
94
90
|
} }, child)))));
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var AnimatedSwitcher = require('../AnimatedSwitcher-UmlTf067.js');
|
|
4
|
+
require('react');
|
|
5
|
+
require('framer-motion');
|
|
6
|
+
require('../Icon-B9XNdA1T.js');
|
|
7
|
+
require('@jobber/design');
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
exports.AnimatedSwitcher = AnimatedSwitcher.AnimatedSwitcher;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import React, { useState } from 'react';
|
|
2
|
+
import { AnimatePresence, motion } from 'framer-motion';
|
|
3
|
+
import { I as Icon } from './Icon-CoHJokXb.js';
|
|
4
|
+
|
|
5
|
+
const DURATION_SIMPLE = 0.1;
|
|
6
|
+
const DURATION_AVERAGE = 0.2;
|
|
7
|
+
const FADE = {
|
|
8
|
+
visible: { opacity: 1 },
|
|
9
|
+
hidden: { opacity: 0 },
|
|
10
|
+
};
|
|
11
|
+
const SLIDE_IN_UP = {
|
|
12
|
+
visible: { y: 0, opacity: 1 },
|
|
13
|
+
hidden: { y: "10%", opacity: 0 },
|
|
14
|
+
};
|
|
15
|
+
const SLIDE_IN_DOWN = {
|
|
16
|
+
visible: { y: 0, opacity: 1 },
|
|
17
|
+
hidden: { y: "-10%", opacity: 0 },
|
|
18
|
+
};
|
|
19
|
+
const SPIN_COUNTER_CLOCK_WISE = {
|
|
20
|
+
visible: {
|
|
21
|
+
rotate: 0,
|
|
22
|
+
scale: 1,
|
|
23
|
+
transition: { duration: DURATION_AVERAGE, ease: "easeOut" },
|
|
24
|
+
},
|
|
25
|
+
hidden: {
|
|
26
|
+
rotate: 180,
|
|
27
|
+
scale: 0.6,
|
|
28
|
+
transition: { duration: DURATION_AVERAGE, ease: "easeIn" },
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
const SPIN_CLOCK_WISE = {
|
|
32
|
+
visible: {
|
|
33
|
+
rotate: 0,
|
|
34
|
+
scale: 1,
|
|
35
|
+
transition: { duration: DURATION_AVERAGE, ease: "easeOut" },
|
|
36
|
+
},
|
|
37
|
+
hidden: {
|
|
38
|
+
rotate: -180,
|
|
39
|
+
scale: 0.6,
|
|
40
|
+
transition: { duration: DURATION_AVERAGE, ease: "easeIn" },
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
function AnimatedSwitcher({ initialChild, switched, switchTo, type = "slideFromBottom", }) {
|
|
45
|
+
const [ref, setRef] = useState(null);
|
|
46
|
+
const isSwitchingBetweenIcons = initialChild.type === Icon && switchTo.type === Icon;
|
|
47
|
+
const { key, transition, child, duration } = getChildData();
|
|
48
|
+
return (React.createElement(AnimatePresence, { mode: "wait", initial: false },
|
|
49
|
+
React.createElement(motion.div, { ref: setRef, key: key, variants: transition, initial: "hidden", animate: "visible", exit: "hidden", transition: { duration }, style: { display: getDisplayValue() } }, child)));
|
|
50
|
+
function getDisplayValue() {
|
|
51
|
+
if (ref === null || ref === void 0 ? void 0 : ref.firstElementChild) {
|
|
52
|
+
return window.getComputedStyle(ref.firstElementChild).display;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
function getChildData() {
|
|
56
|
+
let data = { key: `${initialChild.type}_1`, child: initialChild };
|
|
57
|
+
if (switched) {
|
|
58
|
+
data = { key: `${switchTo.type}_2`, child: switchTo };
|
|
59
|
+
}
|
|
60
|
+
return Object.assign(Object.assign({}, data), { transition: getTransitionType(), duration: getTransitionDuration() });
|
|
61
|
+
}
|
|
62
|
+
function getTransitionType() {
|
|
63
|
+
if (isSwitchingBetweenIcons) {
|
|
64
|
+
if (switched)
|
|
65
|
+
return SPIN_COUNTER_CLOCK_WISE;
|
|
66
|
+
return SPIN_CLOCK_WISE;
|
|
67
|
+
}
|
|
68
|
+
else if (type === "fade") {
|
|
69
|
+
return FADE;
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
if (switched)
|
|
73
|
+
return SLIDE_IN_UP;
|
|
74
|
+
return SLIDE_IN_DOWN;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
function getTransitionDuration() {
|
|
78
|
+
switch (type) {
|
|
79
|
+
case "fade":
|
|
80
|
+
return DURATION_AVERAGE;
|
|
81
|
+
default:
|
|
82
|
+
return DURATION_SIMPLE;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
AnimatedSwitcher.Icon = function AnimatedSwitcherIcon({ switchToIcon, switched, initialIcon, }) {
|
|
87
|
+
return (React.createElement(AnimatedSwitcher, { switched: switched, initialChild: React.createElement(Icon, { name: initialIcon }), switchTo: React.createElement(Icon, { name: switchToIcon }) }));
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
export { AnimatedSwitcher as A };
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var framerMotion = require('framer-motion');
|
|
5
|
-
var Icon = require('./Icon-
|
|
6
|
-
|
|
7
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
-
|
|
9
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
5
|
+
var Icon = require('./Icon-B9XNdA1T.js');
|
|
10
6
|
|
|
11
7
|
const DURATION_SIMPLE = 0.1;
|
|
12
8
|
const DURATION_AVERAGE = 0.2;
|
|
@@ -51,8 +47,8 @@ function AnimatedSwitcher({ initialChild, switched, switchTo, type = "slideFromB
|
|
|
51
47
|
const [ref, setRef] = React.useState(null);
|
|
52
48
|
const isSwitchingBetweenIcons = initialChild.type === Icon.Icon && switchTo.type === Icon.Icon;
|
|
53
49
|
const { key, transition, child, duration } = getChildData();
|
|
54
|
-
return (
|
|
55
|
-
|
|
50
|
+
return (React.createElement(framerMotion.AnimatePresence, { mode: "wait", initial: false },
|
|
51
|
+
React.createElement(framerMotion.motion.div, { ref: setRef, key: key, variants: transition, initial: "hidden", animate: "visible", exit: "hidden", transition: { duration }, style: { display: getDisplayValue() } }, child)));
|
|
56
52
|
function getDisplayValue() {
|
|
57
53
|
if (ref === null || ref === void 0 ? void 0 : ref.firstElementChild) {
|
|
58
54
|
return window.getComputedStyle(ref.firstElementChild).display;
|
|
@@ -90,7 +86,7 @@ function AnimatedSwitcher({ initialChild, switched, switchTo, type = "slideFromB
|
|
|
90
86
|
}
|
|
91
87
|
}
|
|
92
88
|
AnimatedSwitcher.Icon = function AnimatedSwitcherIcon({ switchToIcon, switched, initialIcon, }) {
|
|
93
|
-
return (
|
|
89
|
+
return (React.createElement(AnimatedSwitcher, { switched: switched, initialChild: React.createElement(Icon.Icon, { name: initialIcon }), switchTo: React.createElement(Icon.Icon, { name: switchToIcon }) }));
|
|
94
90
|
};
|
|
95
91
|
|
|
96
92
|
exports.AnimatedSwitcher = AnimatedSwitcher;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RefObject } from "react";
|
|
1
|
+
import React, { RefObject } from "react";
|
|
2
2
|
import { Option } from "./Option";
|
|
3
3
|
interface MenuProps {
|
|
4
4
|
readonly visible: boolean;
|
|
@@ -10,5 +10,5 @@ interface MenuProps {
|
|
|
10
10
|
readonly attachTo: RefObject<Element | null>;
|
|
11
11
|
onOptionSelect(chosenOption: Option): void;
|
|
12
12
|
}
|
|
13
|
-
export declare function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }: MenuProps):
|
|
13
|
+
export declare function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }: MenuProps): React.ReactPortal;
|
|
14
14
|
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var Autocomplete = require('../Autocomplete-CDpl009j.js');
|
|
4
|
+
require('../tslib.es6-ld72nsZq.js');
|
|
5
|
+
require('react');
|
|
6
|
+
require('../debounce-B-pQrPa0.js');
|
|
7
|
+
require('../_commonjsHelpers-BJu3ubxk.js');
|
|
8
|
+
require('../isObjectLike-CsWGWxp9.js');
|
|
9
|
+
require('../isSymbol-CqL-NQwG.js');
|
|
10
|
+
require('../style-inject.es-XZHJH68X.js');
|
|
11
|
+
require('classnames');
|
|
12
|
+
require('react-dom');
|
|
13
|
+
require('react-popper');
|
|
14
|
+
require('@jobber/hooks/useOnKeyDown');
|
|
15
|
+
require('@jobber/hooks/useSafeLayoutEffect');
|
|
16
|
+
require('../Text-D9gsHxbp.js');
|
|
17
|
+
require('../Typography-Dx8KtnBw.js');
|
|
18
|
+
require('../Icon-B9XNdA1T.js');
|
|
19
|
+
require('@jobber/design');
|
|
20
|
+
require('../Heading-suKDLmO4.js');
|
|
21
|
+
require('../getAtlantisConfig-mcMVqf6m.js');
|
|
22
|
+
require('../InputText-D1KkzO4T.js');
|
|
23
|
+
require('../FormField-BBg_JAlJ.js');
|
|
24
|
+
require('react-hook-form');
|
|
25
|
+
require('@jobber/hooks/useShowClear');
|
|
26
|
+
require('../Button-D3mW3Hcg.js');
|
|
27
|
+
require('react-router-dom');
|
|
28
|
+
require('../InputValidation-DIwnbDDv.js');
|
|
29
|
+
require('framer-motion');
|
|
30
|
+
require('../Spinner-DT15aa_r.js');
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
exports.Autocomplete = Autocomplete.Autocomplete;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export { A as Autocomplete } from '../Autocomplete-DcuJsI7Z.js';
|
|
2
|
+
import '../tslib.es6-Df1SgIEn.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import '../debounce-asENWBkf.js';
|
|
5
|
+
import '../_commonjsHelpers-BFTU3MAI.js';
|
|
6
|
+
import '../isObjectLike-91E0YOes.js';
|
|
7
|
+
import '../isSymbol-BEvcpX3s.js';
|
|
8
|
+
import '../style-inject.es-tgCJW-Cu.js';
|
|
9
|
+
import 'classnames';
|
|
10
|
+
import 'react-dom';
|
|
11
|
+
import 'react-popper';
|
|
12
|
+
import '@jobber/hooks/useOnKeyDown';
|
|
13
|
+
import '@jobber/hooks/useSafeLayoutEffect';
|
|
14
|
+
import '../Text-DEviM1Tv.js';
|
|
15
|
+
import '../Typography-G8pA_xwj.js';
|
|
16
|
+
import '../Icon-CoHJokXb.js';
|
|
17
|
+
import '@jobber/design';
|
|
18
|
+
import '../Heading-CL3UujY7.js';
|
|
19
|
+
import '../getAtlantisConfig-6FPWID0P.js';
|
|
20
|
+
import '../InputText-CgykvJl2.js';
|
|
21
|
+
import '../FormField-C-d0U7Ww.js';
|
|
22
|
+
import 'react-hook-form';
|
|
23
|
+
import '@jobber/hooks/useShowClear';
|
|
24
|
+
import '../Button-CWVwgwhn.js';
|
|
25
|
+
import 'react-router-dom';
|
|
26
|
+
import '../InputValidation-BmgvSw0e.js';
|
|
27
|
+
import 'framer-motion';
|
|
28
|
+
import '../Spinner-BOhyUAA_.js';
|
|
@@ -1,40 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var tslib_es6 = require('../tslib.es6-754e2961.js');
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-ld72nsZq.js');
|
|
6
4
|
var React = require('react');
|
|
7
|
-
var debounce = require('
|
|
8
|
-
var styleInject_es = require('
|
|
5
|
+
var debounce = require('./debounce-B-pQrPa0.js');
|
|
6
|
+
var styleInject_es = require('./style-inject.es-XZHJH68X.js');
|
|
9
7
|
var classnames = require('classnames');
|
|
10
8
|
var ReactDOM = require('react-dom');
|
|
11
9
|
var reactPopper = require('react-popper');
|
|
12
10
|
var useOnKeyDown = require('@jobber/hooks/useOnKeyDown');
|
|
13
11
|
var useSafeLayoutEffect = require('@jobber/hooks/useSafeLayoutEffect');
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var InputText = require('../InputText-55b6cb65.js');
|
|
19
|
-
require('../Typography-c45bf216.js');
|
|
20
|
-
require('@jobber/design');
|
|
21
|
-
require('../getAtlantisConfig-0f3e8af2.js');
|
|
22
|
-
require('../FormField-6ff183f8.js');
|
|
23
|
-
require('react-hook-form');
|
|
24
|
-
require('@jobber/hooks/useShowClear');
|
|
25
|
-
require('../Button-b73a5e01.js');
|
|
26
|
-
require('react-router-dom');
|
|
27
|
-
require('../InputValidation-05e839fa.js');
|
|
28
|
-
require('framer-motion');
|
|
29
|
-
require('../Spinner-9d8fc7ff.js');
|
|
30
|
-
|
|
31
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
32
|
-
|
|
33
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
34
|
-
var debounce__default = /*#__PURE__*/_interopDefaultLegacy(debounce);
|
|
35
|
-
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
12
|
+
var Text = require('./Text-D9gsHxbp.js');
|
|
13
|
+
var Icon = require('./Icon-B9XNdA1T.js');
|
|
14
|
+
var Heading = require('./Heading-suKDLmO4.js');
|
|
15
|
+
var InputText = require('./InputText-D1KkzO4T.js');
|
|
36
16
|
|
|
37
|
-
var css_248z = ".v0Cys9vQ-NE- {\n position: relative;\n width: 100%;\n}\n\n.CX-N-e0e6og- {\n display: none;\n position: absolute;\n z-index: calc(
|
|
17
|
+
var css_248z = ".v0Cys9vQ-NE- {\n position: relative;\n width: 100%;\n}\n\n.CX-N-e0e6og- {\n display: none;\n position: absolute;\n z-index: calc(var(--elevation-menu) + var(--elevation-modal));\n width: 100%;\n /* Unfortunately this is how we define our line item picker height in jobber online.\n This is a concession to maintain visual parity. */\n max-height: 300px;\n box-shadow: var(--shadow-base);\n box-sizing: border-box;\n margin: 0;\n padding: 0;\n border: var(--border-base) solid var(--color-color-border);\n border-radius: var(--radius-base);\n overflow: auto;\n scroll-behavior: smooth;\n background-color: var(--color-surface);\n}\n\n.CX-N-e0e6og- h5 {\n padding: var(--space-small) 0 var(--space-smaller) var(--space-small);\n border-bottom: var(--border-base) solid var(--color-border--section);\n}\n\n.CX-N-e0e6og-._4PlUaegVpkk- {\n display: block;\n}\n\n.CX-N-e0e6og-._4PlUaegVpkk-:empty {\n display: none;\n}\n\n.ucQtG0iwqbo- {\n display: -ms-flexbox;\n display: flex;\n width: 100%;\n -ms-flex-direction: row;\n flex-direction: row;\n -ms-flex-wrap: nowrap;\n flex-wrap: nowrap;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -ms-flex-line-pack: stretch;\n align-content: stretch;\n -ms-flex-align: center;\n align-items: center;\n padding: var(--space-small);\n border: none;\n text-align: left;\n list-style: none;\n background-color: transparent;\n cursor: pointer;\n transition: all var(--timing-base);\n}\n\n.ucQtG0iwqbo-:hover,\n.ucQtG0iwqbo-:focus,\n.ucQtG0iwqbo-.r8HS-ma79QE- {\n background-color: var(--color-surface--hover);\n outline-color: var(--color-focus);\n}\n\n.ucQtG0iwqbo-.ydwLX44YFZc-:not(:last-child) {\n border-bottom: var(--border-base) solid var(--color-border);\n}\n\n.CX-N-e0e6og-:hover .ucQtG0iwqbo-.r8HS-ma79QE-:not(:hover) {\n background-color: transparent;\n outline-color: transparent;\n}\n\n.v0Cys9vQ-NE- .PvUgNoAUG7A-:not(:first-child) {\n padding-top: var(--space-small);\n}\n\n.ucQtG0iwqbo- .DAOOFUZ1BRM- {\n -ms-flex: 0 1 auto;\n flex: 0 1 auto;\n -ms-flex-item-align: auto;\n align-self: auto;\n width: var(--space-large);\n}\n\n.ucQtG0iwqbo- .cjKJFup6hGY- {\n display: -ms-inline-flexbox;\n display: inline-flex;\n -ms-flex: 1 100%;\n flex: 1 100%;\n -ms-flex-wrap: wrap;\n flex-wrap: wrap;\n}\n\n.ucQtG0iwqbo- .hG5zNBuI2wA- {\n -ms-flex: 2;\n flex: 2;\n}\n\n.ucQtG0iwqbo- ._3CwjFCbhqi4- {\n -ms-flex: 1;\n flex: 1;\n -ms-flex-item-align: end;\n align-self: flex-end;\n text-align: right;\n}\n";
|
|
38
18
|
var styles = {"autocomplete":"v0Cys9vQ-NE-","options":"CX-N-e0e6og-","visible":"_4PlUaegVpkk-","option":"ucQtG0iwqbo-","active":"r8HS-ma79QE-","separator":"ydwLX44YFZc-","heading":"PvUgNoAUG7A-","icon":"DAOOFUZ1BRM-","text":"cjKJFup6hGY-","label":"hG5zNBuI2wA-","details":"_3CwjFCbhqi4-"};
|
|
39
19
|
styleInject_es.styleInject(css_248z);
|
|
40
20
|
|
|
@@ -43,9 +23,6 @@ var IndexChange;
|
|
|
43
23
|
IndexChange[IndexChange["Previous"] = -1] = "Previous";
|
|
44
24
|
IndexChange[IndexChange["Next"] = 1] = "Next";
|
|
45
25
|
})(IndexChange || (IndexChange = {}));
|
|
46
|
-
// Adding useIsMounted is what tipped this to 13 statements.
|
|
47
|
-
// Any additions beyond useIsMounted should probably see this component refactored a bit
|
|
48
|
-
// eslint-disable-next-line max-statements
|
|
49
26
|
function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }) {
|
|
50
27
|
const [highlightedIndex, setHighlightedIndex] = React.useState(0);
|
|
51
28
|
const { menuRef, setMenuRef, styles: popperStyles, attributes, targetWidth, } = useRepositionMenu(attachTo, visible);
|
|
@@ -55,26 +32,25 @@ function Menu({ visible, options, selectedOption, onOptionSelect, attachTo, }) {
|
|
|
55
32
|
const initialHighlight = options.some(detectGroups) ? 1 : 0;
|
|
56
33
|
setupKeyListeners();
|
|
57
34
|
React.useEffect(() => setHighlightedIndex(initialHighlight), [options]);
|
|
58
|
-
const
|
|
59
|
-
|
|
60
|
-
const optionClass = classnames__default["default"](styles.option, {
|
|
35
|
+
const menu = (React.createElement("div", Object.assign({ className: classnames(styles.options, { [styles.visible]: visible }), ref: setMenuRef, style: Object.assign(Object.assign({}, popperStyles.popper), { width: targetWidth }) }, attributes.popper), options.map((option, index) => {
|
|
36
|
+
const optionClass = classnames(styles.option, {
|
|
61
37
|
[styles.active]: index === highlightedIndex,
|
|
62
38
|
[styles.separator]: addSeparators,
|
|
63
39
|
});
|
|
64
40
|
if (isGroup(option)) {
|
|
65
|
-
return (
|
|
66
|
-
|
|
41
|
+
return (React.createElement("div", { key: option.label, className: styles.heading },
|
|
42
|
+
React.createElement(Heading.Heading, { level: 5 }, option.label)));
|
|
67
43
|
}
|
|
68
|
-
return (
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
option.description !== undefined && (
|
|
74
|
-
option.details !== undefined && (
|
|
75
|
-
|
|
44
|
+
return (React.createElement("button", { className: optionClass, key: option.value, onMouseDown: onOptionSelect.bind(undefined, option) },
|
|
45
|
+
React.createElement("div", { className: styles.icon }, isOptionSelected(selectedOption, option) && (React.createElement(Icon.Icon, { name: "checkmark", size: "small" }))),
|
|
46
|
+
React.createElement("div", { className: styles.text },
|
|
47
|
+
React.createElement("div", { className: styles.label },
|
|
48
|
+
React.createElement(Text.Text, null, option.label),
|
|
49
|
+
option.description !== undefined && (React.createElement(Text.Text, { variation: "subdued" }, option.description))),
|
|
50
|
+
option.details !== undefined && (React.createElement("div", { className: styles.details },
|
|
51
|
+
React.createElement(Text.Text, null, option.details))))));
|
|
76
52
|
})));
|
|
77
|
-
return
|
|
53
|
+
return ReactDOM.createPortal(menu, document.body);
|
|
78
54
|
function setupKeyListeners() {
|
|
79
55
|
React.useEffect(() => {
|
|
80
56
|
var _a, _b;
|
|
@@ -149,7 +125,7 @@ function AutocompleteInternal(_a, ref) {
|
|
|
149
125
|
const [menuVisible, setMenuVisible] = React.useState(false);
|
|
150
126
|
const [inputText, setInputText] = React.useState((_b = value === null || value === void 0 ? void 0 : value.label) !== null && _b !== void 0 ? _b : "");
|
|
151
127
|
const autocompleteRef = React.useRef(null);
|
|
152
|
-
const delayedSearch =
|
|
128
|
+
const delayedSearch = debounce.debounce(updateSearch, debounceRate);
|
|
153
129
|
React.useEffect(() => {
|
|
154
130
|
delayedSearch();
|
|
155
131
|
return delayedSearch.cancel;
|
|
@@ -158,9 +134,9 @@ function AutocompleteInternal(_a, ref) {
|
|
|
158
134
|
var _a;
|
|
159
135
|
updateInput((_a = value === null || value === void 0 ? void 0 : value.label) !== null && _a !== void 0 ? _a : "");
|
|
160
136
|
}, [value]);
|
|
161
|
-
return (
|
|
162
|
-
|
|
163
|
-
menuVisible && (
|
|
137
|
+
return (React.createElement("div", { className: styles.autocomplete, ref: autocompleteRef },
|
|
138
|
+
React.createElement(InputText.InputText, Object.assign({ ref: ref, autocomplete: false, size: size, value: inputText, onChange: handleInputChange, placeholder: placeholder, onFocus: handleInputFocus, onBlur: handleInputBlur, validations: validations }, inputProps)),
|
|
139
|
+
menuVisible && (React.createElement(Menu, { attachTo: autocompleteRef, visible: menuVisible && options.length > 0, options: options, selectedOption: value, onOptionSelect: handleMenuChange }))));
|
|
164
140
|
function updateInput(newText) {
|
|
165
141
|
setInputText(newText);
|
|
166
142
|
if (newText === "") {
|