@jobber/components 4.66.0 → 4.66.1-fix-hide-h.6
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/AnimatedPresence.d.ts +1 -0
- package/AnimatedPresence.js +17 -0
- package/AtlantisContext.d.ts +1 -0
- package/AtlantisContext.js +17 -0
- package/StatusIndicator.d.ts +1 -0
- package/StatusIndicator.js +17 -0
- package/dist/AnimatedPresence/AnimatedPresence.d.ts +24 -0
- package/dist/AnimatedPresence/AnimatedPresence.transitions.d.ts +11 -0
- package/dist/AnimatedPresence/hooks/usePreviousValue.d.ts +2 -0
- package/dist/AnimatedPresence/index.cjs +10 -0
- package/dist/AnimatedPresence/index.d.ts +1 -0
- package/dist/AnimatedPresence/index.mjs +4 -0
- package/dist/AnimatedPresence-DsD8wMiB.js +98 -0
- package/dist/AnimatedPresence-_p8QyR9z.js +100 -0
- package/dist/AnimatedSwitcher/index.cjs +11 -0
- package/dist/AnimatedSwitcher/index.mjs +5 -0
- package/dist/{AnimatedSwitcher-d1e1ddcf.js → AnimatedSwitcher-CtUSAWIt.js} +9 -10
- package/dist/AnimatedSwitcher-Det5s2ek.js +93 -0
- package/dist/AtlantisContext/AtlantisContext.d.ts +34 -0
- package/dist/AtlantisContext/index.cjs +10 -0
- package/dist/AtlantisContext/index.d.ts +1 -0
- package/dist/AtlantisContext/index.mjs +2 -0
- package/dist/AtlantisContext-0Mdk4oJC.js +22 -0
- package/dist/AtlantisContext-Dtu8ebkU.js +18 -0
- package/dist/Autocomplete/Menu.d.ts +2 -2
- package/dist/Autocomplete/index.cjs +33 -0
- package/dist/Autocomplete/index.mjs +27 -0
- package/dist/Autocomplete-B7YsP2Ql.js +190 -0
- package/dist/Autocomplete-DYj2Lg3f.js +192 -0
- package/dist/Avatar/index.cjs +12 -0
- package/dist/Avatar/index.mjs +6 -0
- package/dist/Avatar-CRADit7s.js +69 -0
- package/dist/Avatar-kAXMTS3o.js +67 -0
- package/dist/Banner/Banner.d.ts +2 -2
- package/dist/Banner/Banner.types.d.ts +1 -0
- package/dist/Banner/components/BannerIcon/BannerIcon.d.ts +4 -2
- package/dist/Banner/components/BannerIcon/index.cjs +11 -0
- package/dist/Banner/components/BannerIcon/index.mjs +5 -0
- package/dist/Banner/index.cjs +22 -0
- package/dist/Banner/index.d.ts +2 -1
- package/dist/Banner/index.mjs +16 -0
- package/dist/Banner-B72Jd8VZ.js +66 -0
- package/dist/Banner-DGrsuGot.js +68 -0
- package/dist/BannerIcon-q3EXfo22.js +17 -0
- package/dist/BannerIcon-tJZ3ckww.js +14 -0
- package/dist/Body-8HKzvIvv.js +54 -0
- package/dist/Body-B78J8M_2.js +45 -0
- package/dist/Button/Button.d.ts +8 -4
- package/dist/Button/index.cjs +13 -0
- package/dist/Button/index.mjs +7 -0
- package/dist/Button-CvQJyw1M.js +49 -0
- package/dist/Button-DjFrVgPj.js +47 -0
- package/dist/ButtonDismiss/ButtonDismiss.d.ts +1 -1
- package/dist/ButtonDismiss/index.cjs +14 -0
- package/dist/ButtonDismiss/index.mjs +8 -0
- package/dist/ButtonDismiss-B6rD5rB-.js +10 -0
- package/dist/ButtonDismiss-C2LOl-QT.js +8 -0
- package/dist/Card/CardClickable.d.ts +1 -1
- package/dist/Card/colors.css.d.ts +89 -0
- package/dist/Card/index.cjs +25 -0
- package/dist/Card/index.mjs +19 -0
- package/dist/Card-B_L6v9Fp.js +81 -0
- package/dist/Card-Cz9zwypC.js +83 -0
- package/dist/Checkbox/index.cjs +15 -0
- package/dist/Checkbox/index.mjs +9 -0
- package/dist/Checkbox-8SxykkvR.js +53 -0
- package/dist/Checkbox-DgjLt14k.js +55 -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-DiIMUiij.js +70 -0
- package/dist/Chip-sEzGnAdo.js +67 -0
- package/dist/ChipDismissible-D_h3oeEI.js +19 -0
- package/dist/ChipDismissible-fruTU8_c.js +22 -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 +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-RLz0PIhY.js +91 -0
- package/dist/Chips-bTwuX84o.js +93 -0
- package/dist/Combobox/Combobox.types.d.ts +53 -6
- package/dist/Combobox/ComboboxProvider.d.ts +3 -9
- package/dist/Combobox/components/ComboboxAction/ComboboxAction.d.ts +1 -1
- package/dist/Combobox/components/ComboboxAction/index.cjs +12 -0
- package/dist/Combobox/components/ComboboxAction/index.mjs +6 -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 +14 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.mjs +8 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.cjs +24 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentList/index.mjs +18 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.cjs +10 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentSearch/index.mjs +4 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/ComboboxLoadMore.d.ts +6 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.cjs +9 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.d.ts +1 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.mjs +3 -0
- package/dist/Combobox/components/ComboboxContent/index.cjs +34 -0
- package/dist/Combobox/components/ComboboxContent/index.mjs +28 -0
- package/dist/Combobox/components/ComboboxOption/ComboboxOption.d.ts +2 -1
- package/dist/Combobox/components/ComboboxOption/index.cjs +14 -0
- package/dist/Combobox/components/ComboboxOption/index.mjs +8 -0
- package/dist/Combobox/components/ComboboxTrigger/index.cjs +25 -0
- package/dist/Combobox/components/ComboboxTrigger/index.mjs +19 -0
- package/dist/Combobox/hooks/useCombobox.d.ts +3 -1
- package/dist/Combobox/hooks/useComboboxContent.d.ts +1 -2
- package/dist/Combobox/hooks/useMakeComboboxHandlers.d.ts +1 -1
- package/dist/Combobox/index.cjs +53 -0
- package/dist/Combobox/index.mjs +46 -0
- package/dist/Combobox-CWHx4-n_.js +117 -0
- package/dist/Combobox-CbS1_GBQ.js +119 -0
- package/dist/ComboboxAction-CRlYsxnV.js +22 -0
- package/dist/ComboboxAction-DEhgOzYs.js +24 -0
- package/dist/ComboboxActivator-BQxh2GkW.js +28 -0
- package/dist/ComboboxActivator-DP-DDMTP.js +26 -0
- package/dist/ComboboxContent-BWHLiyL9.js +145 -0
- package/dist/ComboboxContent-CKlthhjK.js +143 -0
- package/dist/ComboboxContentHeader-BAj0VyGa.js +27 -0
- package/dist/ComboboxContentHeader-CtZwAMyJ.js +29 -0
- package/dist/ComboboxContentList-BYbeCxp2.js +77 -0
- package/dist/ComboboxContentList-aU8fbxsp.js +75 -0
- package/dist/ComboboxContentSearch-Bhmt-tVj.js +32 -0
- package/dist/ComboboxContentSearch-noFYGH66.js +34 -0
- package/dist/ComboboxLoadMore-BRTLjXUS.js +14 -0
- package/dist/ComboboxLoadMore-CvkW-I1H.js +16 -0
- package/dist/ComboboxOption-BY-tUk0s.js +22 -0
- package/dist/ComboboxOption-CX-Z2eLn.js +20 -0
- package/dist/ComboboxProvider-BKMfpEBY.js +10 -0
- package/dist/ComboboxProvider-CfnemK-l.js +13 -0
- package/dist/ComboboxTrigger-DgObs0vq.js +24 -0
- package/dist/ComboboxTrigger-EPtw6WW1.js +22 -0
- package/dist/ConfirmationModal/index.cjs +29 -0
- package/dist/ConfirmationModal/index.mjs +23 -0
- package/dist/{ConfirmationModal-0f85d96c.js → ConfirmationModal-D-Ca61Ml.js} +15 -14
- package/dist/ConfirmationModal-DkFPvWkn.js +99 -0
- package/dist/Content/Spacing.css.d.ts +13 -0
- package/dist/Content/index.cjs +9 -0
- package/dist/Content/index.mjs +3 -0
- package/dist/Content-D7e26CKa.js +13 -0
- package/dist/Content-DQHuNmbK.js +15 -0
- package/dist/Countdown/index.cjs +11 -0
- package/dist/Countdown/index.mjs +5 -0
- package/dist/Countdown-CRR217C4.js +659 -0
- package/dist/Countdown-DuPzfPEU.js +657 -0
- package/dist/DataDump/index.cjs +28 -0
- package/dist/DataDump/index.mjs +22 -0
- package/dist/DataDump-470Q8ui3.js +15 -0
- package/dist/DataDump-J9X44Vw9.js +17 -0
- package/dist/DataList/DataList.const.d.ts +1 -0
- package/dist/DataList/DataList.types.d.ts +23 -4
- package/dist/DataList/components/DataListAction/index.cjs +13 -0
- package/dist/DataList/components/DataListAction/index.mjs +7 -0
- package/dist/DataList/components/DataListActions/index.cjs +42 -0
- package/dist/DataList/components/DataListActions/index.mjs +36 -0
- package/dist/DataList/components/DataListActionsMenu/DataListActionsMenu.d.ts +2 -2
- package/dist/DataList/components/DataListActionsMenu/index.cjs +17 -0
- package/dist/DataList/components/DataListActionsMenu/index.mjs +11 -0
- package/dist/DataList/components/DataListBulkActions/index.cjs +45 -0
- package/dist/DataList/components/DataListBulkActions/index.mjs +38 -0
- package/dist/DataList/components/DataListEmptyState/index.cjs +20 -0
- package/dist/DataList/components/DataListEmptyState/index.mjs +13 -0
- package/dist/DataList/components/DataListFilters/components/DataListSort/index.cjs +54 -0
- package/dist/DataList/components/DataListFilters/components/DataListSort/index.mjs +48 -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 +52 -0
- package/dist/DataList/components/DataListHeader/index.mjs +46 -0
- package/dist/DataList/components/DataListHeaderTile/DataListHeaderTile.d.ts +2 -1
- package/dist/DataList/components/DataListHeaderTile/DataListSortingArrows.d.ts +1 -1
- package/dist/DataList/components/DataListHeaderTile/components/DataListSortingOptions.d.ts +12 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.cjs +12 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.d.ts +1 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.mjs +6 -0
- package/dist/DataList/components/DataListHeaderTile/index.cjs +20 -0
- package/dist/DataList/components/DataListHeaderTile/index.mjs +14 -0
- package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.cjs +14 -0
- package/dist/DataList/components/DataListItem/components/DataListItemClickable/index.mjs +8 -0
- package/dist/DataList/components/DataListItem/index.cjs +51 -0
- package/dist/DataList/components/DataListItem/index.mjs +45 -0
- package/dist/DataList/components/DataListItemActions/index.cjs +44 -0
- package/dist/DataList/components/DataListItemActions/index.mjs +37 -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 +52 -0
- package/dist/DataList/components/DataListItems/index.mjs +46 -0
- package/dist/DataList/components/DataListLayout/index.cjs +55 -0
- package/dist/DataList/components/DataListLayout/index.mjs +49 -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 +21 -0
- package/dist/DataList/components/DataListLoadMore/index.mjs +14 -0
- package/dist/DataList/components/DataListLoadingState/index.cjs +21 -0
- package/dist/DataList/components/DataListLoadingState/index.mjs +13 -0
- package/dist/DataList/components/DataListOverflowFade/index.cjs +11 -0
- package/dist/DataList/components/DataListOverflowFade/index.mjs +4 -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 +30 -0
- package/dist/DataList/components/DataListStatusBar/index.mjs +23 -0
- package/dist/DataList/components/DataListStickyHeader/index.cjs +11 -0
- package/dist/DataList/components/DataListStickyHeader/index.mjs +5 -0
- package/dist/DataList/components/DataListTags/index.cjs +12 -0
- package/dist/DataList/components/DataListTags/index.mjs +6 -0
- package/dist/DataList/components/DataListTotalCount/DataListTotalCount.d.ts +2 -2
- package/dist/DataList/components/DataListTotalCount/index.cjs +15 -0
- package/dist/DataList/components/DataListTotalCount/index.mjs +8 -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/hooks/useMediaQuery.d.ts +7 -1
- package/dist/DataList/index.cjs +98 -0
- package/dist/DataList/index.d.ts +1 -1
- package/dist/DataList/index.mjs +92 -0
- package/dist/DataList-B4eUVLVj.js +5 -0
- package/dist/DataList-B_CFPI7W.js +3 -0
- package/dist/DataList-CoYJ655V.js +141 -0
- package/dist/DataList-DrSj_Q6F.js +139 -0
- package/dist/DataList.const-D3AaNa_6.js +25 -0
- package/dist/DataList.const-DQS-UFM6.js +38 -0
- package/dist/DataList.utils-DIB9q2H6.js +168 -0
- package/dist/DataList.utils-Dkk8ncia.js +161 -0
- package/dist/DataListAction-Cg4hmt8O.js +39 -0
- package/dist/DataListAction-DZEnIqmD.js +37 -0
- package/dist/DataListActions-B4rfk2Iq.js +45 -0
- package/dist/DataListActions-Cy41bUa4.js +43 -0
- package/dist/DataListActionsMenu-Bd-x4_GY.js +57 -0
- package/dist/DataListActionsMenu-CMmtpZ0d.js +55 -0
- package/dist/DataListBulkActions-BZwgJPjq.js +29 -0
- package/dist/DataListBulkActions-COo1TOhP.js +26 -0
- package/dist/DataListContext-BPxjwsVG.js +29 -0
- package/dist/DataListContext-DsvXZGoh.js +25 -0
- package/dist/DataListEmptyState-BGTwctrE.js +50 -0
- package/dist/DataListEmptyState-CSZSkI2p.js +53 -0
- package/dist/DataListFilters--7__TwY4.js +43 -0
- package/dist/DataListFilters-C5-qLfhk.js +46 -0
- package/dist/DataListHeader-CNXnKa6N.js +95 -0
- package/dist/DataListHeader-DsZuhZ-t.js +93 -0
- package/dist/DataListHeaderTile-BF8LFQJ9.js +85 -0
- package/dist/DataListHeaderTile-C_GsKT2v.js +83 -0
- package/dist/DataListItem-CpcO-q5j.js +115 -0
- package/dist/DataListItem-DPqtjw1g.js +113 -0
- package/dist/DataListItemActions-DxF3oZGR.js +32 -0
- package/dist/DataListItemActions-F75_5lGw.js +29 -0
- package/dist/DataListItemActionsOverflow-C7jjAcn7.js +35 -0
- package/dist/DataListItemActionsOverflow-Da7o16gd.js +33 -0
- package/dist/DataListItemClickable-Bt8nyAgS.js +45 -0
- package/dist/DataListItemClickable-DyVqNC8O.js +47 -0
- package/dist/DataListItems-BzilnPgA.js +19 -0
- package/dist/DataListItems-Dz9j38SD.js +21 -0
- package/dist/DataListLayout-DGpj7yY9.js +21 -0
- package/dist/DataListLayout-PmWmC1Vz.js +19 -0
- package/dist/DataListLayoutActions-CFeecMvE.js +38 -0
- package/dist/DataListLayoutActions-CeOxgo55.js +36 -0
- package/dist/DataListLayoutContext-BFN7k9jI.js +8 -0
- package/dist/DataListLayoutContext-Bze9i59Y.js +11 -0
- package/dist/DataListLayoutContext-CctAAX2e.js +14 -0
- package/dist/DataListLayoutContext-Dmuy9qz6.js +18 -0
- package/dist/DataListLoadMore-B5bM5H2b.js +34 -0
- package/dist/DataListLoadMore-DglPb8jK.js +31 -0
- package/dist/DataListLoadingState-BO2264WP.js +22 -0
- package/dist/DataListLoadingState-fJ-2BOx8.js +26 -0
- package/dist/DataListOverflowFade-C97TDA-f.js +25 -0
- package/dist/DataListOverflowFade-Cf2yTaQ4.js +22 -0
- package/dist/DataListSearch-BvWPsgzT.js +59 -0
- package/dist/DataListSearch-Vi1gLKKw.js +63 -0
- package/dist/DataListSort-BwmPuGT_.js +76 -0
- package/dist/DataListSort-CF4fD8hk.js +74 -0
- package/dist/DataListSortingOptions-B7NORlZf.js +37 -0
- package/dist/DataListSortingOptions-InrbBAUA.js +35 -0
- package/dist/DataListStatusBar-BYqG5qw-.js +22 -0
- package/dist/DataListStatusBar-BzLJgojM.js +25 -0
- package/dist/DataListStickyHeader-BrQ4-8FE.js +23 -0
- package/dist/DataListStickyHeader-CNZXGrOC.js +25 -0
- package/dist/DataListTags-CJSrIuC1.js +64 -0
- package/dist/DataListTags-DnosXU08.js +62 -0
- package/dist/DataListTotalCount-BMMWDIFi.js +27 -0
- package/dist/DataListTotalCount-Di2u6JlN.js +24 -0
- package/dist/DataTable/Body.d.ts +4 -4
- package/dist/DataTable/BodyLoading.d.ts +1 -1
- package/dist/DataTable/Footer.d.ts +2 -2
- package/dist/DataTable/Header.d.ts +4 -4
- package/dist/DataTable/SortIcon.d.ts +1 -1
- 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-BncdMtw_.js +238 -0
- package/dist/DataTable-oaYgIuQ5.js +236 -0
- package/dist/DatePicker/index.cjs +26 -0
- package/dist/DatePicker/index.mjs +20 -0
- package/dist/DatePicker-CTrVQs--.js +8553 -0
- package/dist/DatePicker-DzjkqsZY.js +8556 -0
- package/dist/DayOfMonthSelect-BiWvIxWe.js +130 -0
- package/dist/DayOfMonthSelect-xX1cSHtJ.js +137 -0
- package/dist/DescriptionList/DescriptionList.d.ts +1 -1
- package/dist/DescriptionList/index.cjs +10 -0
- package/dist/DescriptionList/index.mjs +4 -0
- package/dist/DescriptionList-BqaFf2PH.js +12 -0
- package/dist/DescriptionList-CU1oU0gy.js +14 -0
- package/dist/Disclosure/index.cjs +17 -0
- package/dist/Disclosure/index.mjs +11 -0
- package/dist/Disclosure-D26ohdpw.js +35 -0
- package/dist/Disclosure-DzRqP8wI.js +33 -0
- package/dist/Divider/index.cjs +9 -0
- package/dist/Divider/index.mjs +3 -0
- package/dist/Divider-BjDtIO6-.js +17 -0
- package/dist/Divider-DNbqt0gw.js +19 -0
- package/dist/Drawer/DrawerGrid.d.ts +1 -1
- package/dist/Drawer/index.cjs +17 -0
- package/dist/Drawer/index.mjs +10 -0
- package/dist/DrawerGrid-C5ohW1pQ.js +31 -0
- package/dist/DrawerGrid-CHDVA6d2.js +28 -0
- package/dist/Emphasis/Emphasis.d.ts +2 -2
- package/dist/Emphasis/index.cjs +10 -0
- package/dist/Emphasis/index.mjs +4 -0
- package/dist/Emphasis-CKaYb2Cx.js +15 -0
- package/dist/Emphasis-oLbhQdCV.js +13 -0
- package/dist/FeatureSwitch/index.cjs +24 -0
- package/dist/FeatureSwitch/index.mjs +18 -0
- package/dist/FeatureSwitch-DYxOce4T.js +54 -0
- package/dist/FeatureSwitch-Dz4Lpg14.js +52 -0
- package/dist/Flex/index.cjs +9 -0
- package/dist/Flex/index.mjs +3 -0
- package/dist/Flex-DteCYe_w.js +28 -0
- package/dist/Flex-Xe7j4ihO.js +30 -0
- package/dist/Form/index.cjs +10 -0
- package/dist/Form/index.mjs +4 -0
- package/dist/{Form/index.js → Form-DFHfJGo1.js} +3 -9
- package/dist/Form-tQ94FVa0.js +48 -0
- package/dist/FormField/FormFieldAffix.d.ts +2 -2
- package/dist/FormField/FormFieldTypes.d.ts +23 -0
- package/dist/FormField/FormFieldWrapper.d.ts +4 -1
- package/dist/FormField/components/ClearAction.d.ts +9 -0
- package/dist/FormField/hooks/useFormFieldFocus.d.ts +12 -0
- package/dist/FormField/hooks/useIsSafari.d.ts +1 -0
- package/dist/FormField/hooks/useToolbar.d.ts +20 -0
- package/dist/FormField/index.cjs +21 -0
- package/dist/FormField/index.mjs +15 -0
- package/dist/FormField-BTV2b0gy.js +296 -0
- package/dist/FormField-CEojfV6Q.js +298 -0
- package/dist/FormatDate/{index.js → index.cjs} +1 -3
- package/dist/FormatDate/index.mjs +2 -0
- package/dist/FormatDate-BblXtoxM.js +27 -0
- package/dist/{FormatDate-70ea5b43.js → FormatDate-CMk1Vkpz.js} +1 -5
- package/dist/FormatEmail/index.cjs +9 -0
- package/dist/FormatEmail/index.mjs +3 -0
- package/dist/FormatEmail-BRfdMGVd.js +13 -0
- package/dist/FormatEmail-EiExu9yK.js +11 -0
- package/dist/FormatFile/FormatFileDeleteButton.d.ts +2 -2
- package/dist/FormatFile/index.cjs +34 -0
- package/dist/FormatFile/index.mjs +28 -0
- package/dist/FormatFile-B9esgLVD.js +149 -0
- package/dist/FormatFile-C7R08BkN.js +147 -0
- package/dist/FormatRelativeDateTime/index.cjs +8 -0
- package/dist/FormatRelativeDateTime/index.mjs +2 -0
- package/dist/FormatRelativeDateTime-BkK8Y8s-.js +64 -0
- package/dist/{FormatRelativeDateTime/index.js → FormatRelativeDateTime-C9szxU2r.js} +5 -11
- package/dist/FormatTime/index.cjs +8 -0
- package/dist/FormatTime/index.mjs +2 -0
- package/dist/FormatTime-B_K2-YjF.js +29 -0
- package/dist/{FormatTime/index.js → FormatTime-EtJbxuJT.js} +3 -8
- package/dist/Gallery/Gallery.css.d.ts +9 -0
- package/dist/Gallery/index.cjs +41 -0
- package/dist/Gallery/index.mjs +35 -0
- package/dist/Gallery-B1GvWj1y.js +63 -0
- package/dist/Gallery-DDw2ij0N.js +65 -0
- package/dist/Glimmer/index.cjs +12 -0
- package/dist/Glimmer/index.mjs +5 -0
- package/dist/Glimmer/style/Shape.css.d.ts +9 -0
- package/dist/Glimmer/style/Sizes.css.d.ts +10 -0
- package/dist/Glimmer/style/Timing.css.d.ts +6 -0
- package/dist/Glimmer-DJ9psf2S.js +60 -0
- package/dist/Glimmer-ZDIXl8XO.js +63 -0
- package/dist/Grid/GridAlign.css.d.ts +8 -0
- package/dist/Grid/InternalGridCell/index.cjs +9 -0
- package/dist/Grid/InternalGridCell/index.mjs +2 -0
- package/dist/Grid/index.cjs +14 -0
- package/dist/Grid/index.mjs +7 -0
- package/dist/Grid-CFybr9uc.js +29 -0
- package/dist/Grid-DiGckzxq.js +32 -0
- package/dist/Heading/Heading.d.ts +8 -5
- package/dist/Heading/index.cjs +10 -0
- package/dist/Heading/index.mjs +4 -0
- package/dist/{Heading-0f4ecb0c.js → Heading-BhyZ43jQ.js} +5 -9
- package/dist/Heading-qH5QZFoM.js +47 -0
- package/dist/Icon/index.cjs +9 -0
- package/dist/Icon/index.mjs +3 -0
- package/dist/Icon-GaU33tZU.js +34 -0
- package/dist/Icon-fa-Ii8qc.js +36 -0
- package/dist/InlineLabel/InlineLabel.d.ts +3 -3
- package/dist/InlineLabel/index.cjs +10 -0
- package/dist/InlineLabel/index.mjs +4 -0
- package/dist/InlineLabel-Cdmqepaw.js +20 -0
- package/dist/InlineLabel-DDEhuVBL.js +18 -0
- package/dist/InputAvatar/InputAvatar.d.ts +1 -1
- package/dist/InputAvatar/index.cjs +26 -0
- package/dist/InputAvatar/index.mjs +20 -0
- package/dist/InputAvatar-CM3OdmlZ.js +47 -0
- package/dist/InputAvatar-To5TE_zu.js +49 -0
- package/dist/InputDate/InputDate.d.ts +10 -1
- package/dist/InputDate/index.cjs +35 -0
- package/dist/InputDate/index.mjs +29 -0
- package/dist/InputDate-85e7-vmz.js +48 -0
- package/dist/InputDate-rLE-VPSh.js +50 -0
- package/dist/InputEmail/index.cjs +23 -0
- package/dist/InputEmail/index.mjs +16 -0
- package/dist/InputEmail-BBtFRlEN.js +20 -0
- package/dist/InputEmail-DxbaZPUj.js +23 -0
- package/dist/InputFile/InputFile.d.ts +14 -4
- package/dist/InputFile/index.cjs +23 -0
- package/dist/InputFile/index.mjs +16 -0
- package/dist/InputFile-ClspzmnZ.js +1608 -0
- package/dist/InputFile-DQiQC-wF.js +1611 -0
- package/dist/InputGroup/index.cjs +9 -0
- package/dist/InputGroup/index.mjs +3 -0
- package/dist/InputGroup-BvYY-pQN.js +23 -0
- package/dist/InputGroup-tJljwvT9.js +25 -0
- package/dist/InputNumber/InputNumber.d.ts +1 -1
- package/dist/InputNumber/index.cjs +22 -0
- package/dist/InputNumber/index.mjs +16 -0
- package/dist/{InputNumber-d9ebabaa.js → InputNumber-BceDGccY.js} +2 -6
- package/dist/InputNumber-bGqHcfzb.js +56 -0
- package/dist/InputPassword/InputPassword.d.ts +2 -2
- package/dist/InputPassword/index.cjs +22 -0
- package/dist/InputPassword/index.mjs +16 -0
- package/dist/InputPassword-CXWxO4Q9.js +21 -0
- package/dist/InputPassword-DOMUHKz1.js +19 -0
- package/dist/InputPhoneNumber/index.cjs +22 -0
- package/dist/InputPhoneNumber/index.mjs +16 -0
- package/dist/{InputPhoneNumber/index.js → InputPhoneNumber-Bl4MIuyS.js} +7 -27
- package/dist/InputPhoneNumber-DmOJwqjp.js +94 -0
- package/dist/InputText/InputText.d.ts +8 -0
- package/dist/InputText/index.cjs +23 -0
- package/dist/InputText/index.mjs +17 -0
- package/dist/InputText-CGTG1LNb.js +104 -0
- package/dist/{InputText-f7c45ee5.js → InputText-CqaMlAXF.js} +20 -15
- package/dist/InputTime/InputTimeProps.d.ts +1 -1
- package/dist/InputTime/hooks/useTimePredict.d.ts +8 -0
- package/dist/InputTime/index.cjs +27 -0
- package/dist/InputTime/index.mjs +21 -0
- package/dist/InputTime-DXgod1n-.js +192 -0
- package/dist/InputTime-lMdLTFxs.js +190 -0
- package/dist/InputValidation/InputValidation.d.ts +1 -1
- package/dist/InputValidation/index.cjs +14 -0
- package/dist/InputValidation/index.mjs +8 -0
- package/dist/InputValidation-BjitowrV.js +22 -0
- package/dist/InputValidation-CM_L0IJg.js +20 -0
- package/dist/InternalChipDismissible-BdFEixGv.js +152 -0
- package/dist/InternalChipDismissible-umLLUm_o.js +157 -0
- package/dist/InternalGridCell-CAmVZe0V.js +34 -0
- package/dist/InternalGridCell-fnqy2PUk.js +37 -0
- package/dist/LightBox/LightBox.d.ts +2 -2
- package/dist/LightBox/index.cjs +26 -0
- package/dist/LightBox/index.mjs +20 -0
- package/dist/LightBox-BuTngdO-.js +112 -0
- package/dist/LightBox-s9-G_PIf.js +110 -0
- package/dist/Link/index.cjs +8 -0
- package/dist/Link/index.mjs +2 -0
- package/dist/Link-D7KACoR2.js +7 -0
- package/dist/Link-DyowhUUY.js +9 -0
- package/dist/List/index.cjs +27 -0
- package/dist/List/index.d.ts +1 -1
- package/dist/List/index.mjs +20 -0
- package/dist/List-CmDZ36np.js +186 -0
- package/dist/List-I1DMEtGe.js +189 -0
- package/dist/Markdown/Markdown.d.ts +7 -1
- package/dist/Markdown/index.cjs +17 -0
- package/dist/Markdown/index.mjs +11 -0
- package/dist/Markdown-Dfdw64jl.js +19018 -0
- package/dist/Markdown-DtkyHOef.js +19020 -0
- package/dist/Menu/Menu.d.ts +4 -8
- package/dist/Menu/index.cjs +23 -0
- package/dist/Menu/index.mjs +17 -0
- package/dist/Menu-BwDriJKM.js +170 -0
- package/dist/Menu-sTQ_rp2M.js +168 -0
- package/dist/Modal/Modal.d.ts +2 -2
- package/dist/Modal/Sizes.css.d.ts +6 -0
- package/dist/Modal/index.cjs +21 -0
- package/dist/Modal/index.mjs +15 -0
- package/dist/Modal-vxYo7BNp.js +61 -0
- package/dist/Modal-xN_ISx5c.js +63 -0
- package/dist/MultiSelect/DropDownMenu.d.ts +1 -1
- package/dist/MultiSelect/MultiSelect.d.ts +1 -1
- package/dist/MultiSelect/index.cjs +16 -0
- package/dist/MultiSelect/index.mjs +10 -0
- package/dist/MultiSelect-CXWg0N7K.js +166 -0
- package/dist/MultiSelect-DW4fwTRk.js +164 -0
- package/dist/Option-6fbSqhDe.js +12 -0
- package/dist/Option-CR1rmEH-.js +15 -0
- package/dist/Page/index.cjs +36 -0
- package/dist/Page/index.mjs +30 -0
- package/dist/Page-A01i8iFg.js +56 -0
- package/dist/Page-Dr44TKUq.js +58 -0
- package/dist/Popover/index.cjs +17 -0
- package/dist/Popover/index.mjs +11 -0
- package/dist/Popover-CmuYw24f.js +50 -0
- package/dist/Popover-CrA2MLlv.js +48 -0
- package/dist/ProgressBar/Sizes.css.d.ts +7 -0
- package/dist/ProgressBar/index.cjs +9 -0
- package/dist/ProgressBar/index.mjs +3 -0
- package/dist/ProgressBar-BwCc6t1v.js +33 -0
- package/dist/ProgressBar-D7Ye8I6m.js +31 -0
- package/dist/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/RadioGroup/index.cjs +12 -0
- package/dist/RadioGroup/index.mjs +5 -0
- package/dist/RadioGroup-BmRK3oRx.js +36 -0
- package/dist/RadioGroup-c3Iqj10U.js +39 -0
- package/dist/RecurringSelect/CurrentRecurrenceComponent.d.ts +2 -2
- package/dist/RecurringSelect/components/DayOfMonthSelect.d.ts +2 -2
- package/dist/RecurringSelect/components/MonthlyDayOfWeekSelect.d.ts +2 -2
- package/dist/RecurringSelect/components/MonthlySelect.d.ts +2 -2
- package/dist/RecurringSelect/components/WeeklySelect.d.ts +2 -2
- package/dist/RecurringSelect/components/index.cjs +15 -0
- package/dist/RecurringSelect/components/index.mjs +6 -0
- package/dist/RecurringSelect/index.cjs +36 -0
- package/dist/RecurringSelect/index.mjs +22 -0
- package/dist/RecurringSelect-B-Ar11Ly.js +71 -0
- package/dist/RecurringSelect-BGy_A1mO.js +69 -0
- package/dist/Select/Select.d.ts +1 -1
- package/dist/Select/index.cjs +23 -0
- package/dist/Select/index.mjs +16 -0
- package/dist/Spinner/index.cjs +9 -0
- package/dist/Spinner/index.mjs +3 -0
- package/dist/Spinner-Bg1QOlTK.js +14 -0
- package/dist/Spinner-b5Q8KXRQ.js +16 -0
- package/dist/StatusIndicator/StatusIndicator.d.ts +7 -0
- package/dist/StatusIndicator/StatusIndicator.type.d.ts +1 -0
- package/dist/StatusIndicator/index.cjs +8 -0
- package/dist/StatusIndicator/index.d.ts +2 -0
- package/dist/StatusIndicator/index.mjs +2 -0
- package/dist/StatusIndicator-CJokVJe8.js +11 -0
- package/dist/StatusIndicator-DOmArPLV.js +9 -0
- package/dist/StatusLabel/StatusLabel.d.ts +3 -3
- package/dist/StatusLabel/index.cjs +11 -0
- package/dist/StatusLabel/index.mjs +5 -0
- package/dist/StatusLabel-BDRbAp5g.js +18 -0
- package/dist/StatusLabel-C4bqD3Rb.js +16 -0
- package/dist/Switch/index.cjs +10 -0
- package/dist/Switch/index.mjs +4 -0
- package/dist/Switch-BQZyTTVy.js +46 -0
- package/dist/Switch-DRNOFDRD.js +48 -0
- package/dist/Table/Body.d.ts +1 -1
- package/dist/Table/Cells/Cell.d.ts +2 -2
- package/dist/Table/Cells/CellCurrency.d.ts +2 -2
- package/dist/Table/Cells/CellNumeric.d.ts +1 -1
- package/dist/Table/Footer.d.ts +1 -1
- package/dist/Table/Header.d.ts +1 -1
- package/dist/Table/Row.d.ts +1 -1
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/index.cjs +17 -0
- package/dist/Table/index.mjs +4 -0
- package/dist/Tabs/index.cjs +11 -0
- package/dist/Tabs/index.mjs +4 -0
- package/dist/Tabs-BkuQenTE.js +66 -0
- package/dist/Tabs-DJ-Bbqw_.js +69 -0
- package/dist/Text/Text.d.ts +1 -1
- package/dist/Text/index.cjs +10 -0
- package/dist/Text/index.mjs +4 -0
- package/dist/Text-C3-8gHkD.js +25 -0
- package/dist/{Text-4a2bc89f.js → Text-CuGgzpie.js} +2 -6
- package/dist/Toast/index.cjs +101 -0
- package/dist/Toast/index.mjs +99 -0
- package/dist/Tooltip/Tooltip.d.ts +7 -1
- package/dist/Tooltip/Tooltip.types.d.ts +1 -0
- package/dist/Tooltip/{index.js → index.cjs} +3 -4
- package/dist/Tooltip/index.mjs +8 -0
- package/dist/Tooltip/useTooltipPositioning.d.ts +7 -2
- package/dist/Tooltip-C-wkLpWe.js +107 -0
- package/dist/Tooltip-mp-wmNRd.js +109 -0
- package/dist/Typography/Typography.d.ts +1 -1
- package/dist/Typography/css/Emphasis.css.d.ts +6 -0
- package/dist/Typography/css/FontFamilies.css.d.ts +6 -0
- package/dist/Typography/css/FontSizes.css.d.ts +12 -0
- package/dist/Typography/css/FontWeights.css.d.ts +10 -0
- package/dist/Typography/css/TextAlignment.css.d.ts +7 -0
- package/dist/Typography/css/TextCases.css.d.ts +8 -0
- package/dist/Typography/css/TextColors.css.d.ts +24 -0
- package/dist/Typography/css/Truncate.css.d.ts +5 -0
- package/dist/Typography/css/Typography.css.d.ts +5 -0
- package/dist/Typography/index.cjs +9 -0
- package/dist/Typography/index.mjs +3 -0
- package/dist/Typography-BD0mo9T9.js +36 -0
- package/dist/Typography-Dcec2MjG.js +38 -0
- package/dist/_baseAssignValue-BSo8qsrb.js +29 -0
- package/dist/_baseAssignValue-FZZhsn-s.js +31 -0
- package/dist/_baseEach-B1PpjpKL.js +1073 -0
- package/dist/_baseEach-BGBnrEvT.js +1069 -0
- package/dist/_commonjsHelpers-BZy5LDD5.js +36 -0
- package/dist/_commonjsHelpers-Dy2IPW0w.js +32 -0
- package/dist/_defineProperty-83dOR5RH.js +1306 -0
- package/dist/_defineProperty-BN336VLs.js +1326 -0
- package/dist/_getTag-3syWrFS1.js +718 -0
- package/dist/_getTag-DnTPemdC.js +733 -0
- package/dist/_polyfill-node.process-CrU1R5tX.js +258 -0
- package/dist/_polyfill-node.process-DcZ1HNOw.js +255 -0
- package/dist/_setToString-BpMgcoAm.js +234 -0
- package/dist/_setToString-C4orgkN4.js +230 -0
- package/dist/debounce-BBtff9-S.js +329 -0
- package/dist/debounce-pg3VOrFc.js +332 -0
- package/dist/helpers-CCrssqPg.js +15 -0
- package/dist/helpers-vudHs7FO.js +17 -0
- package/dist/index-CL-RNE5C.js +1186 -0
- package/dist/index-CUhw1yl4.js +1189 -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 +160 -0
- package/dist/isObjectLike-CcKIYba1.js +190 -0
- package/dist/isObjectLike-D1IeOnmx.js +197 -0
- package/dist/isSymbol-Bbb_qQGw.js +35 -0
- package/dist/isSymbol-BmwHOL7f.js +33 -0
- package/dist/noop-DY7XyR6k.js +24 -0
- package/dist/noop-qmzLZ3Nj.js +26 -0
- package/dist/styles.css +8479 -0
- package/dist/tslib.es6-6AwvlbWV.js +102 -0
- package/dist/tslib.es6-Bu_PBg9i.js +97 -0
- package/dist/useActiveLayout-C05x48Vl.js +16 -0
- package/dist/useActiveLayout-CO8yTWnU.js +14 -0
- package/dist/useAssert-ChYQeQ8b.js +27 -0
- package/dist/useAssert-DPy4bthp.js +27 -0
- package/dist/useBatchSelect-C0tQF0oJ.js +36 -0
- package/dist/useBatchSelect-dH74AopK.js +38 -0
- package/dist/useChildComponent-CuuLz2Q6.js +15 -0
- package/dist/useChildComponent-D562aXq4.js +17 -0
- package/dist/useFocusTrap-CH2wydSN.js +74 -0
- package/dist/useFocusTrap-F2c5ctH_.js +74 -0
- package/dist/useFormFieldFocus-CjqwY0nh.js +37 -0
- package/dist/useFormFieldFocus-vUhlDUFH.js +40 -0
- package/dist/useInView-BC7a7D4f.js +25 -0
- package/dist/useInView-BgkV4xmN.js +25 -0
- package/dist/useIsMounted-JfVXqbjM.js +47 -0
- package/dist/useIsMounted-sXqZBlpo.js +47 -0
- package/dist/useOnKeyDown-BJB7_guO.js +40 -0
- package/dist/useOnKeyDown-D87huTBK.js +40 -0
- package/dist/useRefocusOnActivator-DbDY65I1.js +32 -0
- package/dist/useRefocusOnActivator-vy4E8omX.js +32 -0
- package/dist/useResizeObserver-B4v7ebGO.js +1192 -0
- package/dist/useResizeObserver-CvdP2RtU.js +1189 -0
- package/dist/useResponsiveSizing-BJq005Pj.js +49 -0
- package/dist/useResponsiveSizing-XOJa2OcI.js +51 -0
- package/dist/useSafeLayoutEffect-DHIY4lnV.js +14 -0
- package/dist/useSafeLayoutEffect-tr9DHxlf.js +12 -0
- package/dist/useScrollToActive-CJSHtep6.js +591 -0
- package/dist/useScrollToActive-DGi2_Pva.js +597 -0
- package/dist/utils/getClientBrowser.d.ts +7 -0
- package/package.json +418 -19
- package/rollup.config.mjs +163 -0
- package/dist/AnimatedSwitcher/index.js +0 -13
- package/dist/Autocomplete/index.js +0 -207
- package/dist/Avatar/index.js +0 -15
- package/dist/Avatar-76a799fa.js +0 -78
- package/dist/Banner/index.js +0 -81
- package/dist/Button/index.js +0 -16
- package/dist/Button-163a0641.js +0 -57
- package/dist/ButtonDismiss/index.js +0 -17
- package/dist/ButtonDismiss-2b98d075.js +0 -14
- package/dist/Card/index.js +0 -23
- package/dist/Card-3178033c.js +0 -93
- package/dist/Checkbox/index.js +0 -19
- package/dist/Checkbox-ad7ec2e7.js +0 -64
- package/dist/Chip/index.js +0 -40
- package/dist/Chip-0d2454d9.js +0 -89
- package/dist/Chips/index.js +0 -524
- package/dist/Combobox/index.js +0 -31
- package/dist/Combobox-6840a13e.js +0 -403
- package/dist/ConfirmationModal/index.js +0 -30
- package/dist/Content/index.js +0 -12
- package/dist/Content-2ca1ffe1.js +0 -24
- package/dist/Countdown/index.js +0 -72
- package/dist/DataDump/index.js +0 -36
- package/dist/DataList/index.js +0 -1229
- package/dist/DataTable/index.js +0 -296
- package/dist/DatePicker/index.js +0 -20
- package/dist/DatePicker-c18f1739.js +0 -134
- package/dist/DescriptionList/index.js +0 -24
- package/dist/Disclosure/index.js +0 -46
- package/dist/Divider/index.js +0 -29
- package/dist/Drawer/index.js +0 -49
- package/dist/Emphasis/index.js +0 -13
- package/dist/Emphasis-b2d1b3aa.js +0 -19
- package/dist/FeatureSwitch/index.js +0 -69
- package/dist/Flex/index.js +0 -40
- package/dist/FormField/index.js +0 -24
- package/dist/FormField-dfc061ca.js +0 -227
- package/dist/FormatEmail/index.js +0 -23
- package/dist/FormatFile/index.js +0 -35
- package/dist/FormatFile-48f2bf7d.js +0 -121
- package/dist/Gallery/index.js +0 -98
- package/dist/Glimmer/index.js +0 -15
- package/dist/Glimmer-cfa92a88.js +0 -77
- package/dist/Grid/index.js +0 -76
- package/dist/Heading/index.js +0 -13
- package/dist/Icon/index.js +0 -11
- package/dist/Icon-405a216c.js +0 -40
- package/dist/InlineLabel/index.js +0 -13
- package/dist/InlineLabel-9a517c19.js +0 -28
- package/dist/InputAvatar/index.js +0 -68
- package/dist/InputDate/index.js +0 -57
- package/dist/InputEmail/index.js +0 -43
- package/dist/InputFile/index.js +0 -23
- package/dist/InputFile-540c1657.js +0 -162
- package/dist/InputGroup/index.js +0 -12
- package/dist/InputGroup-3fdde16b.js +0 -33
- package/dist/InputNumber/index.js +0 -25
- package/dist/InputPassword/index.js +0 -41
- package/dist/InputText/index.js +0 -25
- package/dist/InputTime/InputTimeSafari.d.ts +0 -3
- package/dist/InputTime/index.js +0 -802
- package/dist/InputValidation/index.js +0 -17
- package/dist/InputValidation-179f0926.js +0 -29
- package/dist/LightBox/index.js +0 -24
- package/dist/LightBox-3f4dbc33.js +0 -117
- package/dist/Link/index.js +0 -15
- package/dist/List/index.js +0 -92
- package/dist/Markdown/index.js +0 -18
- package/dist/Markdown-96070121.js +0 -62
- package/dist/Menu/index.js +0 -21
- package/dist/Menu-d7ea093c.js +0 -139
- package/dist/Modal/index.js +0 -24
- package/dist/Modal-70daa0e2.js +0 -71
- package/dist/MultiSelect/index.js +0 -195
- package/dist/MultiSelect/utils.d.ts +0 -3
- package/dist/Option-469029b5.js +0 -19
- package/dist/Page/index.js +0 -77
- package/dist/Popover/index.js +0 -61
- package/dist/ProgressBar/index.js +0 -12
- package/dist/ProgressBar-2d3ae29b.js +0 -43
- package/dist/RadioGroup/index.js +0 -16
- package/dist/RadioGroup-ebaa4f87.js +0 -47
- 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/StatusLabel/index.js +0 -30
- package/dist/Switch/index.js +0 -13
- package/dist/Switch-b85272bf.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-6b12f1c2.js +0 -111
- package/dist/Typography/index.js +0 -12
- package/dist/Typography-973b122e.js +0 -62
- package/dist/style-inject.es-9d2f5f4e.js +0 -30
- package/dist/tslib.es6-5b8768b7.js +0 -41
- package/rollup.config.js +0 -75
- /package/{.eslintrc.js → .eslintrc.cjs} +0 -0
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
import { _ as __rest } from './tslib.es6-Bu_PBg9i.js';
|
|
2
|
+
import React, { useRef, useState, useEffect, useId, useImperativeHandle } from 'react';
|
|
3
|
+
import { useFormContext, useForm, Controller } from 'react-hook-form';
|
|
4
|
+
import classnames from 'classnames';
|
|
5
|
+
import { AnimatePresence, motion } from 'framer-motion';
|
|
6
|
+
import { tokens } from '@jobber/design';
|
|
7
|
+
import { B as Button } from './Button-DjFrVgPj.js';
|
|
8
|
+
import { I as Icon } from './Icon-GaU33tZU.js';
|
|
9
|
+
import { T as Text } from './Text-C3-8gHkD.js';
|
|
10
|
+
import { u as useFormFieldFocus } from './useFormFieldFocus-CjqwY0nh.js';
|
|
11
|
+
import { I as InputValidation } from './InputValidation-CM_L0IJg.js';
|
|
12
|
+
import { S as Spinner } from './Spinner-Bg1QOlTK.js';
|
|
13
|
+
|
|
14
|
+
var styles$1 = {"container":"geR7qBhrMfk-","wrapper":"nPGhTEEzsoU-","horizontalWrapper":"q7AxfhwVVBs-","textarea":"mgPacJ6Z71Y-","safari":"g82RTxBqooQ-","timeInputLabel":"YhserUiOeFE-","miniLabel":"UIZq8hTmJVU-","large":"Ku8sWS0mLew-","text":"e4VYDAkWHAg-","invalid":"gJ-15M615eY-","disabled":"_1rsTLm5GwcM-","small":"o8D-H-lKfDk-","inline":"_5Hu2F3cBvng-","center":"s1WLQs6ffD8-","right":"a2r4QheWYIA-","maxLength":"KdAnXK1gClo-","inputWrapper":"iQFhpFYnz-8-","childrenWrapper":"Yo2Wi9dpa-Y-","input":"LSHPV7PwOTg-","select":"i31GQXcMz54-","label":"_3xREbTN5pPg-","postfix":"VtnAk1HYMMk-","affixIcon":"uPLklxvtfJw-","suffix":"pYqqDvv57JE-","hasAction":"eI44oQpuVlk-","affixLabel":"jO8P2iSHilM-","description":"_2GfgzNnLOSI-","toolbar":"_3GtIRFCkZMg-"};
|
|
15
|
+
|
|
16
|
+
var useShowClear$1 = {};
|
|
17
|
+
|
|
18
|
+
Object.defineProperty(useShowClear$1, "__esModule", { value: true });
|
|
19
|
+
var useShowClear_2 = useShowClear$1.useShowClear = void 0;
|
|
20
|
+
function useShowClear({ clearable, multiline, focused, hasValue, disabled = false, }) {
|
|
21
|
+
if (multiline && clearable !== "never") {
|
|
22
|
+
throw new Error("Multiline inputs can not be clearable");
|
|
23
|
+
}
|
|
24
|
+
// Do not show if there is no value
|
|
25
|
+
if (!hasValue || clearable === "never" || disabled) {
|
|
26
|
+
return false;
|
|
27
|
+
}
|
|
28
|
+
switch (clearable) {
|
|
29
|
+
case "while-editing":
|
|
30
|
+
return focused;
|
|
31
|
+
case "always":
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
useShowClear_2 = useShowClear$1.useShowClear = useShowClear;
|
|
36
|
+
|
|
37
|
+
function AffixLabel({ label, variation = "prefix", labelRef, }) {
|
|
38
|
+
const affixLabelClass = classnames(styles$1.affixLabel, {
|
|
39
|
+
[styles$1.suffix]: variation === "suffix",
|
|
40
|
+
});
|
|
41
|
+
return (React.createElement("div", { ref: labelRef, className: affixLabelClass }, label));
|
|
42
|
+
}
|
|
43
|
+
function AffixIcon({ icon, onClick, ariaLabel, variation = "prefix", size, }) {
|
|
44
|
+
const affixIconClass = classnames(styles$1.affixIcon, {
|
|
45
|
+
[styles$1.suffix]: variation === "suffix",
|
|
46
|
+
[styles$1.hasAction]: onClick,
|
|
47
|
+
});
|
|
48
|
+
const iconSize = size === "small" ? "small" : "base";
|
|
49
|
+
if (!icon)
|
|
50
|
+
return React.createElement(React.Fragment, null);
|
|
51
|
+
return (React.createElement("div", { className: affixIconClass }, onClick ? (React.createElement(Button
|
|
52
|
+
/**
|
|
53
|
+
* We can cast the ariaLabel here as a `Suffix`
|
|
54
|
+
* requires an ariaLabel if there is an action
|
|
55
|
+
*/
|
|
56
|
+
, {
|
|
57
|
+
/**
|
|
58
|
+
* We can cast the ariaLabel here as a `Suffix`
|
|
59
|
+
* requires an ariaLabel if there is an action
|
|
60
|
+
*/
|
|
61
|
+
ariaLabel: ariaLabel, icon: icon, onClick: onClick, variation: "subtle", type: "tertiary", size: iconSize })) : (React.createElement(Icon, { name: icon, size: iconSize, color: "greyBlue" }))));
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
function FormFieldDescription({ id, description, }) {
|
|
65
|
+
return (React.createElement("div", { id: id, className: styles$1.description },
|
|
66
|
+
React.createElement(Text, { size: "small", variation: "subdued" }, description)));
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
var styles = {"clearInput":"t1fFX8kDJh8-"};
|
|
70
|
+
|
|
71
|
+
function ClearAction({ onClick }) {
|
|
72
|
+
return (React.createElement("button", { className: styles.clearInput, onClick: onClick, type: "button", "aria-label": "Clear input" },
|
|
73
|
+
React.createElement(Icon, { name: "remove", size: "small" })));
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
function useToolbar(props) {
|
|
77
|
+
const isToolbarVisible = props.toolbar !== undefined &&
|
|
78
|
+
(props.toolbarVisibility === "always" || props.focused);
|
|
79
|
+
const toolbarAnimationEnd = { opacity: 0, height: 0 };
|
|
80
|
+
const toolbarAnimationStart = { opacity: 1, height: "auto" };
|
|
81
|
+
return {
|
|
82
|
+
isToolbarVisible,
|
|
83
|
+
toolbarAnimationEnd,
|
|
84
|
+
toolbarAnimationStart,
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
function useIsSafari() {
|
|
89
|
+
return (globalThis === null || globalThis === void 0 ? void 0 : globalThis.navigator)
|
|
90
|
+
? /^((?!chrome|android).)*safari/i.test(navigator.userAgent)
|
|
91
|
+
: false;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
// eslint-disable-next-line max-statements
|
|
95
|
+
function FormFieldWrapper({ align, description, descriptionIdentifier, placeholder, value, children, invalid, error, size, prefix, suffix, max, maxLength, type, disabled, inline, identifier, clearable, onClear, toolbar, toolbarVisibility = "while-editing", wrapperRef, }) {
|
|
96
|
+
const isSafari = useIsSafari();
|
|
97
|
+
const wrapperClasses = classnames(styles$1.wrapper, size && styles$1[size], align && styles$1[align], {
|
|
98
|
+
[styles$1.miniLabel]: (placeholder && value !== "") ||
|
|
99
|
+
(placeholder && type === "select") ||
|
|
100
|
+
// Naively assume that if the the type is tel, it is the InputPhoneNumber
|
|
101
|
+
(placeholder && type === "tel"),
|
|
102
|
+
[styles$1.text]: type === "textarea" || type === "text",
|
|
103
|
+
[styles$1.textarea]: type === "textarea",
|
|
104
|
+
[styles$1.safari]: isSafari && type === "textarea",
|
|
105
|
+
[styles$1.select]: type === "select",
|
|
106
|
+
[styles$1.invalid]: invalid !== null && invalid !== void 0 ? invalid : error,
|
|
107
|
+
[styles$1.disabled]: disabled,
|
|
108
|
+
[styles$1.maxLength]: maxLength,
|
|
109
|
+
[styles$1.timeInputLabel]: placeholder && type === "time" && placeholder && value === "",
|
|
110
|
+
});
|
|
111
|
+
const containerClasses = classnames(styles$1.container, {
|
|
112
|
+
[styles$1.inline]: inline,
|
|
113
|
+
});
|
|
114
|
+
const wrapperInlineStyle = {
|
|
115
|
+
["--formField-maxLength"]: maxLength || max,
|
|
116
|
+
};
|
|
117
|
+
const prefixRef = useRef();
|
|
118
|
+
const suffixRef = useRef();
|
|
119
|
+
const [labelStyle, setLabelStyle] = useState({
|
|
120
|
+
paddingLeft: undefined,
|
|
121
|
+
paddingRight: undefined,
|
|
122
|
+
});
|
|
123
|
+
useEffect(() => {
|
|
124
|
+
setLabelStyle(getAffixPaddding);
|
|
125
|
+
}, [value]);
|
|
126
|
+
const { focused } = useFormFieldFocus({ wrapperRef });
|
|
127
|
+
const showClear = useShowClear_2({
|
|
128
|
+
clearable,
|
|
129
|
+
multiline: type === "textarea",
|
|
130
|
+
focused,
|
|
131
|
+
hasValue: Boolean(value),
|
|
132
|
+
disabled,
|
|
133
|
+
});
|
|
134
|
+
const { isToolbarVisible, toolbarAnimationEnd, toolbarAnimationStart } = useToolbar({
|
|
135
|
+
focused,
|
|
136
|
+
toolbar,
|
|
137
|
+
toolbarVisibility,
|
|
138
|
+
});
|
|
139
|
+
return (React.createElement("div", { className: containerClasses },
|
|
140
|
+
React.createElement("div", { className: wrapperClasses, style: wrapperInlineStyle, "data-testid": "Form-Field-Wrapper", ref: wrapperRef },
|
|
141
|
+
React.createElement("div", { className: styles$1.horizontalWrapper },
|
|
142
|
+
(prefix === null || prefix === void 0 ? void 0 : prefix.icon) && React.createElement(AffixIcon, Object.assign({}, prefix, { size: size })),
|
|
143
|
+
React.createElement("div", { className: styles$1.inputWrapper },
|
|
144
|
+
placeholder && (React.createElement("label", { className: styles$1.label, htmlFor: identifier, style: (prefixRef === null || prefixRef === void 0 ? void 0 : prefixRef.current) || (suffixRef === null || suffixRef === void 0 ? void 0 : suffixRef.current)
|
|
145
|
+
? labelStyle
|
|
146
|
+
: undefined }, placeholder)),
|
|
147
|
+
(prefix === null || prefix === void 0 ? void 0 : prefix.label) && React.createElement(AffixLabel, Object.assign({}, prefix, { labelRef: prefixRef })),
|
|
148
|
+
React.createElement("div", { className: styles$1.childrenWrapper, tabIndex: -1 }, children),
|
|
149
|
+
(suffix === null || suffix === void 0 ? void 0 : suffix.label) && (React.createElement(AffixLabel, Object.assign({}, suffix, { labelRef: suffixRef, variation: "suffix" })))),
|
|
150
|
+
showClear && React.createElement(ClearAction, { onClick: onClear }),
|
|
151
|
+
(suffix === null || suffix === void 0 ? void 0 : suffix.icon) && (React.createElement(AffixIcon, Object.assign({}, suffix, { variation: "suffix", size: size })))),
|
|
152
|
+
React.createElement(AnimatePresence, { initial: toolbarVisibility === "always" ? false : true }, isToolbarVisible && (React.createElement(motion.div, { key: "toolbar", initial: toolbarAnimationEnd, animate: toolbarAnimationStart, exit: toolbarAnimationEnd, transition: {
|
|
153
|
+
duration: tokens["timing-base"] / 1000,
|
|
154
|
+
ease: "easeInOut",
|
|
155
|
+
}, tabIndex: -1 },
|
|
156
|
+
React.createElement("div", { className: styles$1.toolbar, "data-testid": "ATL-InputText-Toolbar" }, toolbar))))),
|
|
157
|
+
description && !inline && (React.createElement(FormFieldDescription, { id: descriptionIdentifier, description: description })),
|
|
158
|
+
error && !inline && React.createElement(InputValidation, { message: error })));
|
|
159
|
+
function getAffixPaddding() {
|
|
160
|
+
const hasValue = value !== "";
|
|
161
|
+
const newPadding = {
|
|
162
|
+
paddingLeft: undefined,
|
|
163
|
+
paddingRight: undefined,
|
|
164
|
+
};
|
|
165
|
+
// Naively assume that if the the type is tel, it is the InputPhoneNumber
|
|
166
|
+
if (type === "tel")
|
|
167
|
+
return newPadding;
|
|
168
|
+
if ((prefixRef === null || prefixRef === void 0 ? void 0 : prefixRef.current) && !hasValue) {
|
|
169
|
+
const { offsetWidth } = prefixRef.current;
|
|
170
|
+
newPadding.paddingLeft = offset(offsetWidth);
|
|
171
|
+
}
|
|
172
|
+
if ((suffixRef === null || suffixRef === void 0 ? void 0 : suffixRef.current) && !hasValue) {
|
|
173
|
+
const { offsetWidth } = suffixRef.current;
|
|
174
|
+
newPadding.paddingRight = offset(offsetWidth);
|
|
175
|
+
}
|
|
176
|
+
function offset(width) {
|
|
177
|
+
return `calc(${width}px + var(--space-smallest)`;
|
|
178
|
+
}
|
|
179
|
+
return newPadding;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
function FormFieldPostFix({ variation }) {
|
|
184
|
+
return (React.createElement("span", { className: styles$1.postfix }, variation === "select" ? (React.createElement(Icon, { name: "arrowDown" })) : (React.createElement(Spinner, { size: "small" }))));
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
// Added 13th statement to accommodate getErrorMessage function
|
|
188
|
+
/*eslint max-statements: ["error", 13]*/
|
|
189
|
+
function FormField(props) {
|
|
190
|
+
var _a, _b;
|
|
191
|
+
const { actionsRef, autocomplete = true, children, defaultValue, description, disabled, inputRef, inline, keyboard, max, maxLength, min, name, readonly, rows, loading, type = "text", validations, value, onChange, onEnter, onFocus, onBlur, onValidation, onKeyUp, clearable = "never", autofocus, } = props;
|
|
192
|
+
const { control, formState: { errors }, setValue, watch, } = useFormContext() != undefined
|
|
193
|
+
? useFormContext()
|
|
194
|
+
: // If there isn't a Form Context being provided, get a form for this field.
|
|
195
|
+
useForm({ mode: "onTouched" });
|
|
196
|
+
const [identifier] = useState(useId());
|
|
197
|
+
const [descriptionIdentifier] = useState(`descriptionUUID--${useId()}`);
|
|
198
|
+
/**
|
|
199
|
+
* Generate a name if one is not supplied, this is the name
|
|
200
|
+
* that will be used for react-hook-form and not neccessarily
|
|
201
|
+
* attached to the DOM
|
|
202
|
+
*/
|
|
203
|
+
const [controlledName] = useState(name ? name : `generatedName--${identifier}`);
|
|
204
|
+
useEffect(() => {
|
|
205
|
+
if (value != undefined) {
|
|
206
|
+
setValue(controlledName, value);
|
|
207
|
+
}
|
|
208
|
+
}, [value, watch(controlledName)]);
|
|
209
|
+
useImperativeHandle(actionsRef, () => ({
|
|
210
|
+
setValue: newValue => {
|
|
211
|
+
setValue(controlledName, newValue, { shouldValidate: true });
|
|
212
|
+
},
|
|
213
|
+
}));
|
|
214
|
+
const message = (_a = errors[controlledName]) === null || _a === void 0 ? void 0 : _a.message;
|
|
215
|
+
const error = getErrorMessage();
|
|
216
|
+
useEffect(() => handleValidation(), [error]);
|
|
217
|
+
return (React.createElement(Controller, { control: control, name: controlledName, rules: Object.assign({}, validations), defaultValue: (_b = value !== null && value !== void 0 ? value : defaultValue) !== null && _b !== void 0 ? _b : "", render: (_a) => {
|
|
218
|
+
var _b = _a.field, { onChange: onControllerChange, onBlur: onControllerBlur, name: controllerName } = _b, rest = __rest(_b, ["onChange", "onBlur", "name"]);
|
|
219
|
+
const fieldProps = Object.assign(Object.assign(Object.assign({}, rest), { id: identifier, className: styles$1.input, name: (validations || name) && controllerName, disabled: disabled, readOnly: readonly, inputMode: keyboard, onChange: handleChange, onBlur: handleBlur, onFocus: handleFocus, autoFocus: autofocus }), (description &&
|
|
220
|
+
!inline && { "aria-describedby": descriptionIdentifier }));
|
|
221
|
+
const textFieldProps = Object.assign(Object.assign({}, fieldProps), { autoFocus: autofocus, onKeyDown: handleKeyDown });
|
|
222
|
+
return (React.createElement(FormFieldWrapper, Object.assign({}, props, { value: rest.value, error: error, identifier: identifier, descriptionIdentifier: descriptionIdentifier, clearable: clearable, onClear: handleClear }), renderField()));
|
|
223
|
+
function renderField() {
|
|
224
|
+
switch (type) {
|
|
225
|
+
case "select":
|
|
226
|
+
return (React.createElement(React.Fragment, null,
|
|
227
|
+
React.createElement("select", Object.assign({}, fieldProps), children),
|
|
228
|
+
React.createElement(FormFieldPostFix, { variation: "select" })));
|
|
229
|
+
case "textarea":
|
|
230
|
+
return (React.createElement("textarea", Object.assign({}, textFieldProps, { rows: rows, ref: inputRef })));
|
|
231
|
+
default:
|
|
232
|
+
return (React.createElement(React.Fragment, null,
|
|
233
|
+
React.createElement("input", Object.assign({}, textFieldProps, { autoComplete: setAutocomplete(autocomplete), type: type, maxLength: maxLength, max: max, min: min, ref: inputRef, onKeyUp: onKeyUp })),
|
|
234
|
+
loading && React.createElement(FormFieldPostFix, { variation: "spinner" }),
|
|
235
|
+
children));
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
function handleClear() {
|
|
239
|
+
var _a;
|
|
240
|
+
handleBlur();
|
|
241
|
+
setValue(controlledName, "", { shouldValidate: true });
|
|
242
|
+
onChange && onChange("");
|
|
243
|
+
(_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
244
|
+
}
|
|
245
|
+
function handleChange(event) {
|
|
246
|
+
let newValue;
|
|
247
|
+
newValue = event.currentTarget.value;
|
|
248
|
+
if (type === "number" && newValue.length > 0) {
|
|
249
|
+
newValue = parseFloat(newValue);
|
|
250
|
+
}
|
|
251
|
+
onChange && onChange(newValue, event);
|
|
252
|
+
onControllerChange(event);
|
|
253
|
+
}
|
|
254
|
+
function handleKeyDown(event) {
|
|
255
|
+
if (!onEnter)
|
|
256
|
+
return;
|
|
257
|
+
if (event.key !== "Enter")
|
|
258
|
+
return;
|
|
259
|
+
if (event.shiftKey || event.ctrlKey)
|
|
260
|
+
return;
|
|
261
|
+
event.preventDefault();
|
|
262
|
+
onEnter && onEnter(event);
|
|
263
|
+
}
|
|
264
|
+
function handleFocus(event) {
|
|
265
|
+
const target = event.currentTarget;
|
|
266
|
+
if (target.select) {
|
|
267
|
+
setTimeout(() => readonly && target.select());
|
|
268
|
+
}
|
|
269
|
+
onFocus && onFocus();
|
|
270
|
+
}
|
|
271
|
+
function handleBlur() {
|
|
272
|
+
onBlur && onBlur();
|
|
273
|
+
onControllerBlur();
|
|
274
|
+
}
|
|
275
|
+
} }));
|
|
276
|
+
function getErrorMessage() {
|
|
277
|
+
if (typeof message === "string") {
|
|
278
|
+
return message;
|
|
279
|
+
}
|
|
280
|
+
return "";
|
|
281
|
+
}
|
|
282
|
+
function handleValidation() {
|
|
283
|
+
onValidation && onValidation(error);
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
function setAutocomplete(autocompleteSetting) {
|
|
287
|
+
if (autocompleteSetting === true) {
|
|
288
|
+
return undefined;
|
|
289
|
+
}
|
|
290
|
+
else if (autocompleteSetting === false) {
|
|
291
|
+
return "off";
|
|
292
|
+
}
|
|
293
|
+
return autocompleteSetting;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export { FormField as F };
|
|
@@ -0,0 +1,298 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var tslib_es6 = require('./tslib.es6-6AwvlbWV.js');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var reactHookForm = require('react-hook-form');
|
|
6
|
+
var classnames = require('classnames');
|
|
7
|
+
var framerMotion = require('framer-motion');
|
|
8
|
+
var design = require('@jobber/design');
|
|
9
|
+
var Button = require('./Button-CvQJyw1M.js');
|
|
10
|
+
var Icon = require('./Icon-fa-Ii8qc.js');
|
|
11
|
+
var Text = require('./Text-CuGgzpie.js');
|
|
12
|
+
var useFormFieldFocus = require('./useFormFieldFocus-vUhlDUFH.js');
|
|
13
|
+
var InputValidation = require('./InputValidation-BjitowrV.js');
|
|
14
|
+
var Spinner = require('./Spinner-b5Q8KXRQ.js');
|
|
15
|
+
|
|
16
|
+
var styles$1 = {"container":"geR7qBhrMfk-","wrapper":"nPGhTEEzsoU-","horizontalWrapper":"q7AxfhwVVBs-","textarea":"mgPacJ6Z71Y-","safari":"g82RTxBqooQ-","timeInputLabel":"YhserUiOeFE-","miniLabel":"UIZq8hTmJVU-","large":"Ku8sWS0mLew-","text":"e4VYDAkWHAg-","invalid":"gJ-15M615eY-","disabled":"_1rsTLm5GwcM-","small":"o8D-H-lKfDk-","inline":"_5Hu2F3cBvng-","center":"s1WLQs6ffD8-","right":"a2r4QheWYIA-","maxLength":"KdAnXK1gClo-","inputWrapper":"iQFhpFYnz-8-","childrenWrapper":"Yo2Wi9dpa-Y-","input":"LSHPV7PwOTg-","select":"i31GQXcMz54-","label":"_3xREbTN5pPg-","postfix":"VtnAk1HYMMk-","affixIcon":"uPLklxvtfJw-","suffix":"pYqqDvv57JE-","hasAction":"eI44oQpuVlk-","affixLabel":"jO8P2iSHilM-","description":"_2GfgzNnLOSI-","toolbar":"_3GtIRFCkZMg-"};
|
|
17
|
+
|
|
18
|
+
var useShowClear$1 = {};
|
|
19
|
+
|
|
20
|
+
Object.defineProperty(useShowClear$1, "__esModule", { value: true });
|
|
21
|
+
var useShowClear_2 = useShowClear$1.useShowClear = void 0;
|
|
22
|
+
function useShowClear({ clearable, multiline, focused, hasValue, disabled = false, }) {
|
|
23
|
+
if (multiline && clearable !== "never") {
|
|
24
|
+
throw new Error("Multiline inputs can not be clearable");
|
|
25
|
+
}
|
|
26
|
+
// Do not show if there is no value
|
|
27
|
+
if (!hasValue || clearable === "never" || disabled) {
|
|
28
|
+
return false;
|
|
29
|
+
}
|
|
30
|
+
switch (clearable) {
|
|
31
|
+
case "while-editing":
|
|
32
|
+
return focused;
|
|
33
|
+
case "always":
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
useShowClear_2 = useShowClear$1.useShowClear = useShowClear;
|
|
38
|
+
|
|
39
|
+
function AffixLabel({ label, variation = "prefix", labelRef, }) {
|
|
40
|
+
const affixLabelClass = classnames(styles$1.affixLabel, {
|
|
41
|
+
[styles$1.suffix]: variation === "suffix",
|
|
42
|
+
});
|
|
43
|
+
return (React.createElement("div", { ref: labelRef, className: affixLabelClass }, label));
|
|
44
|
+
}
|
|
45
|
+
function AffixIcon({ icon, onClick, ariaLabel, variation = "prefix", size, }) {
|
|
46
|
+
const affixIconClass = classnames(styles$1.affixIcon, {
|
|
47
|
+
[styles$1.suffix]: variation === "suffix",
|
|
48
|
+
[styles$1.hasAction]: onClick,
|
|
49
|
+
});
|
|
50
|
+
const iconSize = size === "small" ? "small" : "base";
|
|
51
|
+
if (!icon)
|
|
52
|
+
return React.createElement(React.Fragment, null);
|
|
53
|
+
return (React.createElement("div", { className: affixIconClass }, onClick ? (React.createElement(Button.Button
|
|
54
|
+
/**
|
|
55
|
+
* We can cast the ariaLabel here as a `Suffix`
|
|
56
|
+
* requires an ariaLabel if there is an action
|
|
57
|
+
*/
|
|
58
|
+
, {
|
|
59
|
+
/**
|
|
60
|
+
* We can cast the ariaLabel here as a `Suffix`
|
|
61
|
+
* requires an ariaLabel if there is an action
|
|
62
|
+
*/
|
|
63
|
+
ariaLabel: ariaLabel, icon: icon, onClick: onClick, variation: "subtle", type: "tertiary", size: iconSize })) : (React.createElement(Icon.Icon, { name: icon, size: iconSize, color: "greyBlue" }))));
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
function FormFieldDescription({ id, description, }) {
|
|
67
|
+
return (React.createElement("div", { id: id, className: styles$1.description },
|
|
68
|
+
React.createElement(Text.Text, { size: "small", variation: "subdued" }, description)));
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
var styles = {"clearInput":"t1fFX8kDJh8-"};
|
|
72
|
+
|
|
73
|
+
function ClearAction({ onClick }) {
|
|
74
|
+
return (React.createElement("button", { className: styles.clearInput, onClick: onClick, type: "button", "aria-label": "Clear input" },
|
|
75
|
+
React.createElement(Icon.Icon, { name: "remove", size: "small" })));
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
function useToolbar(props) {
|
|
79
|
+
const isToolbarVisible = props.toolbar !== undefined &&
|
|
80
|
+
(props.toolbarVisibility === "always" || props.focused);
|
|
81
|
+
const toolbarAnimationEnd = { opacity: 0, height: 0 };
|
|
82
|
+
const toolbarAnimationStart = { opacity: 1, height: "auto" };
|
|
83
|
+
return {
|
|
84
|
+
isToolbarVisible,
|
|
85
|
+
toolbarAnimationEnd,
|
|
86
|
+
toolbarAnimationStart,
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
function useIsSafari() {
|
|
91
|
+
return (globalThis === null || globalThis === void 0 ? void 0 : globalThis.navigator)
|
|
92
|
+
? /^((?!chrome|android).)*safari/i.test(navigator.userAgent)
|
|
93
|
+
: false;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// eslint-disable-next-line max-statements
|
|
97
|
+
function FormFieldWrapper({ align, description, descriptionIdentifier, placeholder, value, children, invalid, error, size, prefix, suffix, max, maxLength, type, disabled, inline, identifier, clearable, onClear, toolbar, toolbarVisibility = "while-editing", wrapperRef, }) {
|
|
98
|
+
const isSafari = useIsSafari();
|
|
99
|
+
const wrapperClasses = classnames(styles$1.wrapper, size && styles$1[size], align && styles$1[align], {
|
|
100
|
+
[styles$1.miniLabel]: (placeholder && value !== "") ||
|
|
101
|
+
(placeholder && type === "select") ||
|
|
102
|
+
// Naively assume that if the the type is tel, it is the InputPhoneNumber
|
|
103
|
+
(placeholder && type === "tel"),
|
|
104
|
+
[styles$1.text]: type === "textarea" || type === "text",
|
|
105
|
+
[styles$1.textarea]: type === "textarea",
|
|
106
|
+
[styles$1.safari]: isSafari && type === "textarea",
|
|
107
|
+
[styles$1.select]: type === "select",
|
|
108
|
+
[styles$1.invalid]: invalid !== null && invalid !== void 0 ? invalid : error,
|
|
109
|
+
[styles$1.disabled]: disabled,
|
|
110
|
+
[styles$1.maxLength]: maxLength,
|
|
111
|
+
[styles$1.timeInputLabel]: placeholder && type === "time" && placeholder && value === "",
|
|
112
|
+
});
|
|
113
|
+
const containerClasses = classnames(styles$1.container, {
|
|
114
|
+
[styles$1.inline]: inline,
|
|
115
|
+
});
|
|
116
|
+
const wrapperInlineStyle = {
|
|
117
|
+
["--formField-maxLength"]: maxLength || max,
|
|
118
|
+
};
|
|
119
|
+
const prefixRef = React.useRef();
|
|
120
|
+
const suffixRef = React.useRef();
|
|
121
|
+
const [labelStyle, setLabelStyle] = React.useState({
|
|
122
|
+
paddingLeft: undefined,
|
|
123
|
+
paddingRight: undefined,
|
|
124
|
+
});
|
|
125
|
+
React.useEffect(() => {
|
|
126
|
+
setLabelStyle(getAffixPaddding);
|
|
127
|
+
}, [value]);
|
|
128
|
+
const { focused } = useFormFieldFocus.useFormFieldFocus({ wrapperRef });
|
|
129
|
+
const showClear = useShowClear_2({
|
|
130
|
+
clearable,
|
|
131
|
+
multiline: type === "textarea",
|
|
132
|
+
focused,
|
|
133
|
+
hasValue: Boolean(value),
|
|
134
|
+
disabled,
|
|
135
|
+
});
|
|
136
|
+
const { isToolbarVisible, toolbarAnimationEnd, toolbarAnimationStart } = useToolbar({
|
|
137
|
+
focused,
|
|
138
|
+
toolbar,
|
|
139
|
+
toolbarVisibility,
|
|
140
|
+
});
|
|
141
|
+
return (React.createElement("div", { className: containerClasses },
|
|
142
|
+
React.createElement("div", { className: wrapperClasses, style: wrapperInlineStyle, "data-testid": "Form-Field-Wrapper", ref: wrapperRef },
|
|
143
|
+
React.createElement("div", { className: styles$1.horizontalWrapper },
|
|
144
|
+
(prefix === null || prefix === void 0 ? void 0 : prefix.icon) && React.createElement(AffixIcon, Object.assign({}, prefix, { size: size })),
|
|
145
|
+
React.createElement("div", { className: styles$1.inputWrapper },
|
|
146
|
+
placeholder && (React.createElement("label", { className: styles$1.label, htmlFor: identifier, style: (prefixRef === null || prefixRef === void 0 ? void 0 : prefixRef.current) || (suffixRef === null || suffixRef === void 0 ? void 0 : suffixRef.current)
|
|
147
|
+
? labelStyle
|
|
148
|
+
: undefined }, placeholder)),
|
|
149
|
+
(prefix === null || prefix === void 0 ? void 0 : prefix.label) && React.createElement(AffixLabel, Object.assign({}, prefix, { labelRef: prefixRef })),
|
|
150
|
+
React.createElement("div", { className: styles$1.childrenWrapper, tabIndex: -1 }, children),
|
|
151
|
+
(suffix === null || suffix === void 0 ? void 0 : suffix.label) && (React.createElement(AffixLabel, Object.assign({}, suffix, { labelRef: suffixRef, variation: "suffix" })))),
|
|
152
|
+
showClear && React.createElement(ClearAction, { onClick: onClear }),
|
|
153
|
+
(suffix === null || suffix === void 0 ? void 0 : suffix.icon) && (React.createElement(AffixIcon, Object.assign({}, suffix, { variation: "suffix", size: size })))),
|
|
154
|
+
React.createElement(framerMotion.AnimatePresence, { initial: toolbarVisibility === "always" ? false : true }, isToolbarVisible && (React.createElement(framerMotion.motion.div, { key: "toolbar", initial: toolbarAnimationEnd, animate: toolbarAnimationStart, exit: toolbarAnimationEnd, transition: {
|
|
155
|
+
duration: design.tokens["timing-base"] / 1000,
|
|
156
|
+
ease: "easeInOut",
|
|
157
|
+
}, tabIndex: -1 },
|
|
158
|
+
React.createElement("div", { className: styles$1.toolbar, "data-testid": "ATL-InputText-Toolbar" }, toolbar))))),
|
|
159
|
+
description && !inline && (React.createElement(FormFieldDescription, { id: descriptionIdentifier, description: description })),
|
|
160
|
+
error && !inline && React.createElement(InputValidation.InputValidation, { message: error })));
|
|
161
|
+
function getAffixPaddding() {
|
|
162
|
+
const hasValue = value !== "";
|
|
163
|
+
const newPadding = {
|
|
164
|
+
paddingLeft: undefined,
|
|
165
|
+
paddingRight: undefined,
|
|
166
|
+
};
|
|
167
|
+
// Naively assume that if the the type is tel, it is the InputPhoneNumber
|
|
168
|
+
if (type === "tel")
|
|
169
|
+
return newPadding;
|
|
170
|
+
if ((prefixRef === null || prefixRef === void 0 ? void 0 : prefixRef.current) && !hasValue) {
|
|
171
|
+
const { offsetWidth } = prefixRef.current;
|
|
172
|
+
newPadding.paddingLeft = offset(offsetWidth);
|
|
173
|
+
}
|
|
174
|
+
if ((suffixRef === null || suffixRef === void 0 ? void 0 : suffixRef.current) && !hasValue) {
|
|
175
|
+
const { offsetWidth } = suffixRef.current;
|
|
176
|
+
newPadding.paddingRight = offset(offsetWidth);
|
|
177
|
+
}
|
|
178
|
+
function offset(width) {
|
|
179
|
+
return `calc(${width}px + var(--space-smallest)`;
|
|
180
|
+
}
|
|
181
|
+
return newPadding;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
function FormFieldPostFix({ variation }) {
|
|
186
|
+
return (React.createElement("span", { className: styles$1.postfix }, variation === "select" ? (React.createElement(Icon.Icon, { name: "arrowDown" })) : (React.createElement(Spinner.Spinner, { size: "small" }))));
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// Added 13th statement to accommodate getErrorMessage function
|
|
190
|
+
/*eslint max-statements: ["error", 13]*/
|
|
191
|
+
function FormField(props) {
|
|
192
|
+
var _a, _b;
|
|
193
|
+
const { actionsRef, autocomplete = true, children, defaultValue, description, disabled, inputRef, inline, keyboard, max, maxLength, min, name, readonly, rows, loading, type = "text", validations, value, onChange, onEnter, onFocus, onBlur, onValidation, onKeyUp, clearable = "never", autofocus, } = props;
|
|
194
|
+
const { control, formState: { errors }, setValue, watch, } = reactHookForm.useFormContext() != undefined
|
|
195
|
+
? reactHookForm.useFormContext()
|
|
196
|
+
: // If there isn't a Form Context being provided, get a form for this field.
|
|
197
|
+
reactHookForm.useForm({ mode: "onTouched" });
|
|
198
|
+
const [identifier] = React.useState(React.useId());
|
|
199
|
+
const [descriptionIdentifier] = React.useState(`descriptionUUID--${React.useId()}`);
|
|
200
|
+
/**
|
|
201
|
+
* Generate a name if one is not supplied, this is the name
|
|
202
|
+
* that will be used for react-hook-form and not neccessarily
|
|
203
|
+
* attached to the DOM
|
|
204
|
+
*/
|
|
205
|
+
const [controlledName] = React.useState(name ? name : `generatedName--${identifier}`);
|
|
206
|
+
React.useEffect(() => {
|
|
207
|
+
if (value != undefined) {
|
|
208
|
+
setValue(controlledName, value);
|
|
209
|
+
}
|
|
210
|
+
}, [value, watch(controlledName)]);
|
|
211
|
+
React.useImperativeHandle(actionsRef, () => ({
|
|
212
|
+
setValue: newValue => {
|
|
213
|
+
setValue(controlledName, newValue, { shouldValidate: true });
|
|
214
|
+
},
|
|
215
|
+
}));
|
|
216
|
+
const message = (_a = errors[controlledName]) === null || _a === void 0 ? void 0 : _a.message;
|
|
217
|
+
const error = getErrorMessage();
|
|
218
|
+
React.useEffect(() => handleValidation(), [error]);
|
|
219
|
+
return (React.createElement(reactHookForm.Controller, { control: control, name: controlledName, rules: Object.assign({}, validations), defaultValue: (_b = value !== null && value !== void 0 ? value : defaultValue) !== null && _b !== void 0 ? _b : "", render: (_a) => {
|
|
220
|
+
var _b = _a.field, { onChange: onControllerChange, onBlur: onControllerBlur, name: controllerName } = _b, rest = tslib_es6.__rest(_b, ["onChange", "onBlur", "name"]);
|
|
221
|
+
const fieldProps = Object.assign(Object.assign(Object.assign({}, rest), { id: identifier, className: styles$1.input, name: (validations || name) && controllerName, disabled: disabled, readOnly: readonly, inputMode: keyboard, onChange: handleChange, onBlur: handleBlur, onFocus: handleFocus, autoFocus: autofocus }), (description &&
|
|
222
|
+
!inline && { "aria-describedby": descriptionIdentifier }));
|
|
223
|
+
const textFieldProps = Object.assign(Object.assign({}, fieldProps), { autoFocus: autofocus, onKeyDown: handleKeyDown });
|
|
224
|
+
return (React.createElement(FormFieldWrapper, Object.assign({}, props, { value: rest.value, error: error, identifier: identifier, descriptionIdentifier: descriptionIdentifier, clearable: clearable, onClear: handleClear }), renderField()));
|
|
225
|
+
function renderField() {
|
|
226
|
+
switch (type) {
|
|
227
|
+
case "select":
|
|
228
|
+
return (React.createElement(React.Fragment, null,
|
|
229
|
+
React.createElement("select", Object.assign({}, fieldProps), children),
|
|
230
|
+
React.createElement(FormFieldPostFix, { variation: "select" })));
|
|
231
|
+
case "textarea":
|
|
232
|
+
return (React.createElement("textarea", Object.assign({}, textFieldProps, { rows: rows, ref: inputRef })));
|
|
233
|
+
default:
|
|
234
|
+
return (React.createElement(React.Fragment, null,
|
|
235
|
+
React.createElement("input", Object.assign({}, textFieldProps, { autoComplete: setAutocomplete(autocomplete), type: type, maxLength: maxLength, max: max, min: min, ref: inputRef, onKeyUp: onKeyUp })),
|
|
236
|
+
loading && React.createElement(FormFieldPostFix, { variation: "spinner" }),
|
|
237
|
+
children));
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
function handleClear() {
|
|
241
|
+
var _a;
|
|
242
|
+
handleBlur();
|
|
243
|
+
setValue(controlledName, "", { shouldValidate: true });
|
|
244
|
+
onChange && onChange("");
|
|
245
|
+
(_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
246
|
+
}
|
|
247
|
+
function handleChange(event) {
|
|
248
|
+
let newValue;
|
|
249
|
+
newValue = event.currentTarget.value;
|
|
250
|
+
if (type === "number" && newValue.length > 0) {
|
|
251
|
+
newValue = parseFloat(newValue);
|
|
252
|
+
}
|
|
253
|
+
onChange && onChange(newValue, event);
|
|
254
|
+
onControllerChange(event);
|
|
255
|
+
}
|
|
256
|
+
function handleKeyDown(event) {
|
|
257
|
+
if (!onEnter)
|
|
258
|
+
return;
|
|
259
|
+
if (event.key !== "Enter")
|
|
260
|
+
return;
|
|
261
|
+
if (event.shiftKey || event.ctrlKey)
|
|
262
|
+
return;
|
|
263
|
+
event.preventDefault();
|
|
264
|
+
onEnter && onEnter(event);
|
|
265
|
+
}
|
|
266
|
+
function handleFocus(event) {
|
|
267
|
+
const target = event.currentTarget;
|
|
268
|
+
if (target.select) {
|
|
269
|
+
setTimeout(() => readonly && target.select());
|
|
270
|
+
}
|
|
271
|
+
onFocus && onFocus();
|
|
272
|
+
}
|
|
273
|
+
function handleBlur() {
|
|
274
|
+
onBlur && onBlur();
|
|
275
|
+
onControllerBlur();
|
|
276
|
+
}
|
|
277
|
+
} }));
|
|
278
|
+
function getErrorMessage() {
|
|
279
|
+
if (typeof message === "string") {
|
|
280
|
+
return message;
|
|
281
|
+
}
|
|
282
|
+
return "";
|
|
283
|
+
}
|
|
284
|
+
function handleValidation() {
|
|
285
|
+
onValidation && onValidation(error);
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
function setAutocomplete(autocompleteSetting) {
|
|
289
|
+
if (autocompleteSetting === true) {
|
|
290
|
+
return undefined;
|
|
291
|
+
}
|
|
292
|
+
else if (autocompleteSetting === false) {
|
|
293
|
+
return "off";
|
|
294
|
+
}
|
|
295
|
+
return autocompleteSetting;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
exports.FormField = FormField;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
function FormatDate({ date: inputDate, showYear = true, }) {
|
|
4
|
+
let dateObject;
|
|
5
|
+
if (inputDate instanceof Date) {
|
|
6
|
+
dateObject = inputDate;
|
|
7
|
+
}
|
|
8
|
+
else if (typeof inputDate === "string") {
|
|
9
|
+
dateObject = new Date(inputDate);
|
|
10
|
+
}
|
|
11
|
+
else {
|
|
12
|
+
dateObject = new Date(inputDate.year, inputDate.month - 1, inputDate.day);
|
|
13
|
+
}
|
|
14
|
+
return React.createElement(React.Fragment, null, strFormatDate(dateObject, showYear));
|
|
15
|
+
}
|
|
16
|
+
function strFormatDate(date, showYear = true) {
|
|
17
|
+
let formatOptions = {
|
|
18
|
+
month: "short",
|
|
19
|
+
day: "numeric",
|
|
20
|
+
};
|
|
21
|
+
if (showYear) {
|
|
22
|
+
formatOptions = Object.assign(Object.assign({}, formatOptions), { year: "numeric" });
|
|
23
|
+
}
|
|
24
|
+
return date.toLocaleDateString(undefined, formatOptions);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { FormatDate as F, strFormatDate as s };
|
|
@@ -2,10 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
|
|
5
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
6
|
-
|
|
7
|
-
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
8
|
-
|
|
9
5
|
function FormatDate({ date: inputDate, showYear = true, }) {
|
|
10
6
|
let dateObject;
|
|
11
7
|
if (inputDate instanceof Date) {
|
|
@@ -17,7 +13,7 @@ function FormatDate({ date: inputDate, showYear = true, }) {
|
|
|
17
13
|
else {
|
|
18
14
|
dateObject = new Date(inputDate.year, inputDate.month - 1, inputDate.day);
|
|
19
15
|
}
|
|
20
|
-
return
|
|
16
|
+
return React.createElement(React.Fragment, null, strFormatDate(dateObject, showYear));
|
|
21
17
|
}
|
|
22
18
|
function strFormatDate(date, showYear = true) {
|
|
23
19
|
let formatOptions = {
|