@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,101 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var client = require('react-dom/client');
|
|
5
|
+
var framerMotion = require('framer-motion');
|
|
6
|
+
var Icon = require('../Icon-fa-Ii8qc.js');
|
|
7
|
+
var Button = require('../Button-CvQJyw1M.js');
|
|
8
|
+
var Typography = require('../Typography-Dcec2MjG.js');
|
|
9
|
+
require('@jobber/design');
|
|
10
|
+
require('classnames');
|
|
11
|
+
require('react-router-dom');
|
|
12
|
+
|
|
13
|
+
var styles = {"wrapper":"FVK4VwhLaVQ-","container":"MUXYGaC7Msg-","toast":"yCRa7jHH33M-","slice":"KiJL-VNZ3Sg-","button":"cExoS0APILs-"};
|
|
14
|
+
|
|
15
|
+
function Toast({ message, variation = "success", action, actionLabel, }) {
|
|
16
|
+
const [visible, setVisible] = React.useState(true);
|
|
17
|
+
const icon = getIcon();
|
|
18
|
+
let timer;
|
|
19
|
+
React.useEffect(() => startTimer(), []);
|
|
20
|
+
return (React.createElement(framerMotion.AnimatePresence, null, visible && (React.createElement(framerMotion.motion.div, { className: styles.toast, initial: { opacity: 0, scale: 0.8 }, animate: { opacity: 1, scale: 1 }, onMouseEnter: () => stopTimer(), onMouseLeave: () => startTimer(), exit: {
|
|
21
|
+
opacity: 0,
|
|
22
|
+
scale: 0.8,
|
|
23
|
+
height: 0,
|
|
24
|
+
transition: { duration: 0.4 },
|
|
25
|
+
} },
|
|
26
|
+
React.createElement("div", { className: styles.slice },
|
|
27
|
+
React.createElement(Icon.Icon, { color: icon.color, name: icon.name }),
|
|
28
|
+
React.createElement(Typography.Typography, { element: "span", size: "large" }, message),
|
|
29
|
+
action && (React.createElement(Button.Button, { label: `${actionLabel}`, onClick: action, type: "tertiary" })),
|
|
30
|
+
React.createElement("div", { className: styles.button },
|
|
31
|
+
React.createElement(Button.Button, { icon: "remove", ariaLabel: "Hide Notification", onClick: handleToastClose, type: "tertiary", variation: "subtle" })))))));
|
|
32
|
+
function startTimer() {
|
|
33
|
+
timer = setTimeout(() => handleToastClose(), getTimeout());
|
|
34
|
+
}
|
|
35
|
+
function stopTimer() {
|
|
36
|
+
clearTimeout(timer);
|
|
37
|
+
}
|
|
38
|
+
function handleToastClose() {
|
|
39
|
+
setVisible(false);
|
|
40
|
+
}
|
|
41
|
+
function getTimeout() {
|
|
42
|
+
const min = 5000;
|
|
43
|
+
const max = 10000;
|
|
44
|
+
const time = message.length * 200;
|
|
45
|
+
if (time < min)
|
|
46
|
+
return min;
|
|
47
|
+
if (time > max)
|
|
48
|
+
return max;
|
|
49
|
+
return time;
|
|
50
|
+
}
|
|
51
|
+
function getIcon() {
|
|
52
|
+
switch (variation) {
|
|
53
|
+
case "info":
|
|
54
|
+
return { name: "knot", color: "lightBlue" };
|
|
55
|
+
case "error":
|
|
56
|
+
return { name: "alert", color: "red" };
|
|
57
|
+
default:
|
|
58
|
+
return { name: "checkmark", color: "green" };
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
const targetId = "atlantis-toast-element";
|
|
64
|
+
let target = document.querySelector(`#${targetId}`);
|
|
65
|
+
if (!target) {
|
|
66
|
+
target = document.createElement("div");
|
|
67
|
+
target.id = targetId;
|
|
68
|
+
target.classList.add(styles.wrapper);
|
|
69
|
+
document.body.appendChild(target);
|
|
70
|
+
}
|
|
71
|
+
const root = client.createRoot(target);
|
|
72
|
+
function showToast(props) {
|
|
73
|
+
// Ensure target and body is still there when rendering the toast. This is due
|
|
74
|
+
// to an issue with ReactDOM createRoot assuming document is always there and
|
|
75
|
+
// Jest taking the document down.
|
|
76
|
+
if (document.body.contains(target)) {
|
|
77
|
+
root.render(React.createElement(ToasterOven, Object.assign({}, props)));
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
const ToastContainer = React.forwardRef(ToastInternal);
|
|
81
|
+
function ToasterOven(props) {
|
|
82
|
+
const toastRef = React.useRef();
|
|
83
|
+
React.useEffect(() => toastRef.current.add(props));
|
|
84
|
+
return React.createElement(ToastContainer, { ref: toastRef });
|
|
85
|
+
}
|
|
86
|
+
function ToastInternal(_, ref) {
|
|
87
|
+
const [toastKey, setToastKey] = React.useState(0);
|
|
88
|
+
const [toasts, setToasts] = React.useState([]);
|
|
89
|
+
React.useImperativeHandle(ref, () => ({
|
|
90
|
+
add: props => {
|
|
91
|
+
setToastKey(toastKey + 1);
|
|
92
|
+
setToasts([
|
|
93
|
+
Object.assign(Object.assign({}, props), { id: toastKey }),
|
|
94
|
+
...toasts,
|
|
95
|
+
]);
|
|
96
|
+
},
|
|
97
|
+
}));
|
|
98
|
+
return (React.createElement("div", { className: styles.container }, toasts.map(toast => (React.createElement(Toast, Object.assign({}, toast, { key: toast.id }))))));
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
exports.showToast = showToast;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import React, { useState, useEffect, forwardRef, useImperativeHandle, useRef } from 'react';
|
|
2
|
+
import { createRoot } from 'react-dom/client';
|
|
3
|
+
import { AnimatePresence, motion } from 'framer-motion';
|
|
4
|
+
import { I as Icon } from '../Icon-GaU33tZU.js';
|
|
5
|
+
import { B as Button } from '../Button-DjFrVgPj.js';
|
|
6
|
+
import { T as Typography } from '../Typography-BD0mo9T9.js';
|
|
7
|
+
import '@jobber/design';
|
|
8
|
+
import 'classnames';
|
|
9
|
+
import 'react-router-dom';
|
|
10
|
+
|
|
11
|
+
var styles = {"wrapper":"FVK4VwhLaVQ-","container":"MUXYGaC7Msg-","toast":"yCRa7jHH33M-","slice":"KiJL-VNZ3Sg-","button":"cExoS0APILs-"};
|
|
12
|
+
|
|
13
|
+
function Toast({ message, variation = "success", action, actionLabel, }) {
|
|
14
|
+
const [visible, setVisible] = useState(true);
|
|
15
|
+
const icon = getIcon();
|
|
16
|
+
let timer;
|
|
17
|
+
useEffect(() => startTimer(), []);
|
|
18
|
+
return (React.createElement(AnimatePresence, null, visible && (React.createElement(motion.div, { className: styles.toast, initial: { opacity: 0, scale: 0.8 }, animate: { opacity: 1, scale: 1 }, onMouseEnter: () => stopTimer(), onMouseLeave: () => startTimer(), exit: {
|
|
19
|
+
opacity: 0,
|
|
20
|
+
scale: 0.8,
|
|
21
|
+
height: 0,
|
|
22
|
+
transition: { duration: 0.4 },
|
|
23
|
+
} },
|
|
24
|
+
React.createElement("div", { className: styles.slice },
|
|
25
|
+
React.createElement(Icon, { color: icon.color, name: icon.name }),
|
|
26
|
+
React.createElement(Typography, { element: "span", size: "large" }, message),
|
|
27
|
+
action && (React.createElement(Button, { label: `${actionLabel}`, onClick: action, type: "tertiary" })),
|
|
28
|
+
React.createElement("div", { className: styles.button },
|
|
29
|
+
React.createElement(Button, { icon: "remove", ariaLabel: "Hide Notification", onClick: handleToastClose, type: "tertiary", variation: "subtle" })))))));
|
|
30
|
+
function startTimer() {
|
|
31
|
+
timer = setTimeout(() => handleToastClose(), getTimeout());
|
|
32
|
+
}
|
|
33
|
+
function stopTimer() {
|
|
34
|
+
clearTimeout(timer);
|
|
35
|
+
}
|
|
36
|
+
function handleToastClose() {
|
|
37
|
+
setVisible(false);
|
|
38
|
+
}
|
|
39
|
+
function getTimeout() {
|
|
40
|
+
const min = 5000;
|
|
41
|
+
const max = 10000;
|
|
42
|
+
const time = message.length * 200;
|
|
43
|
+
if (time < min)
|
|
44
|
+
return min;
|
|
45
|
+
if (time > max)
|
|
46
|
+
return max;
|
|
47
|
+
return time;
|
|
48
|
+
}
|
|
49
|
+
function getIcon() {
|
|
50
|
+
switch (variation) {
|
|
51
|
+
case "info":
|
|
52
|
+
return { name: "knot", color: "lightBlue" };
|
|
53
|
+
case "error":
|
|
54
|
+
return { name: "alert", color: "red" };
|
|
55
|
+
default:
|
|
56
|
+
return { name: "checkmark", color: "green" };
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
const targetId = "atlantis-toast-element";
|
|
62
|
+
let target = document.querySelector(`#${targetId}`);
|
|
63
|
+
if (!target) {
|
|
64
|
+
target = document.createElement("div");
|
|
65
|
+
target.id = targetId;
|
|
66
|
+
target.classList.add(styles.wrapper);
|
|
67
|
+
document.body.appendChild(target);
|
|
68
|
+
}
|
|
69
|
+
const root = createRoot(target);
|
|
70
|
+
function showToast(props) {
|
|
71
|
+
// Ensure target and body is still there when rendering the toast. This is due
|
|
72
|
+
// to an issue with ReactDOM createRoot assuming document is always there and
|
|
73
|
+
// Jest taking the document down.
|
|
74
|
+
if (document.body.contains(target)) {
|
|
75
|
+
root.render(React.createElement(ToasterOven, Object.assign({}, props)));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
const ToastContainer = forwardRef(ToastInternal);
|
|
79
|
+
function ToasterOven(props) {
|
|
80
|
+
const toastRef = useRef();
|
|
81
|
+
useEffect(() => toastRef.current.add(props));
|
|
82
|
+
return React.createElement(ToastContainer, { ref: toastRef });
|
|
83
|
+
}
|
|
84
|
+
function ToastInternal(_, ref) {
|
|
85
|
+
const [toastKey, setToastKey] = useState(0);
|
|
86
|
+
const [toasts, setToasts] = useState([]);
|
|
87
|
+
useImperativeHandle(ref, () => ({
|
|
88
|
+
add: props => {
|
|
89
|
+
setToastKey(toastKey + 1);
|
|
90
|
+
setToasts([
|
|
91
|
+
Object.assign(Object.assign({}, props), { id: toastKey }),
|
|
92
|
+
...toasts,
|
|
93
|
+
]);
|
|
94
|
+
},
|
|
95
|
+
}));
|
|
96
|
+
return (React.createElement("div", { className: styles.container }, toasts.map(toast => (React.createElement(Toast, Object.assign({}, toast, { key: toast.id }))))));
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export { showToast };
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { ReactElement } from "react";
|
|
2
|
+
import { Placement } from "./Tooltip.types";
|
|
2
3
|
interface TooltipProps {
|
|
3
4
|
readonly children: ReactElement;
|
|
4
5
|
/**
|
|
5
6
|
* Tooltip text
|
|
6
7
|
*/
|
|
7
8
|
readonly message: string;
|
|
9
|
+
/**
|
|
10
|
+
* Describes the preferred placement of the Popover.
|
|
11
|
+
* @default 'top'
|
|
12
|
+
*/
|
|
13
|
+
readonly preferredPlacement?: Placement;
|
|
8
14
|
}
|
|
9
|
-
export declare function Tooltip({ message, children }: TooltipProps): JSX.Element;
|
|
15
|
+
export declare function Tooltip({ message, children, preferredPlacement, }: TooltipProps): JSX.Element;
|
|
10
16
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type Placement = "top" | "bottom" | "left" | "right";
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var Tooltip = require('../Tooltip-6b12f1c2.js');
|
|
3
|
+
var Tooltip = require('../Tooltip-mp-wmNRd.js');
|
|
6
4
|
require('react');
|
|
7
5
|
require('classnames');
|
|
8
6
|
require('react-dom');
|
|
9
7
|
require('framer-motion');
|
|
10
|
-
require('../
|
|
8
|
+
require('../useSafeLayoutEffect-DHIY4lnV.js');
|
|
9
|
+
require('../useIsMounted-sXqZBlpo.js');
|
|
11
10
|
require('react-popper');
|
|
12
11
|
|
|
13
12
|
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { Placement } from "./Tooltip.types";
|
|
2
|
+
interface ToolTipPositionOptions {
|
|
3
|
+
readonly preferredPlacement?: Placement;
|
|
4
|
+
}
|
|
5
|
+
export declare function useTooltipPositioning({ preferredPlacement, }: ToolTipPositionOptions): {
|
|
6
|
+
placement: "bottom" | "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
|
3
7
|
shadowRef: import("react").RefObject<HTMLSpanElement>;
|
|
4
8
|
setArrowRef: import("react").Dispatch<import("react").SetStateAction<HTMLDivElement | null | undefined>>;
|
|
5
9
|
setTooltipRef: import("react").Dispatch<import("react").SetStateAction<HTMLDivElement | null | undefined>>;
|
|
@@ -15,3 +19,4 @@ export declare function useTooltipPositioning(): {
|
|
|
15
19
|
update: (() => Promise<Partial<import("@popperjs/core").State>>) | null;
|
|
16
20
|
forceUpdate: (() => void) | null;
|
|
17
21
|
};
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import React, { useRef, useState } from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
import ReactDOM from 'react-dom';
|
|
4
|
+
import { motion } from 'framer-motion';
|
|
5
|
+
import { u as useSafeLayoutEffect_1 } from './useSafeLayoutEffect-tr9DHxlf.js';
|
|
6
|
+
import { u as useIsMounted_2 } from './useIsMounted-JfVXqbjM.js';
|
|
7
|
+
import { usePopper } from 'react-popper';
|
|
8
|
+
|
|
9
|
+
var styles = {"shadowActivator":"q07bkGoq714-","tooltipWrapper":"dkCTRfc3vYk-","tooltip":"yAFP4gRKlTM-","arrow":"j9KgRON7iTU-","top":"DpxWsz9QuIo-","bottom":"_5RblY1rnJOA-","left":"C9MXsqd4wLM-","right":"_2ZZcgQ4fJ-k-","tooltipMessage":"TpdeLUuiQMg-"};
|
|
10
|
+
|
|
11
|
+
const DEFAULT_PLACEMENT = "top";
|
|
12
|
+
function useTooltipPositioning({ preferredPlacement, }) {
|
|
13
|
+
var _a, _b;
|
|
14
|
+
const shadowRef = useRef(null);
|
|
15
|
+
const [positionElement, setTooltipRef] = useState();
|
|
16
|
+
const [arrowElement, setArrowRef] = useState();
|
|
17
|
+
const popper = usePopper((_a = shadowRef.current) === null || _a === void 0 ? void 0 : _a.nextElementSibling, positionElement, {
|
|
18
|
+
placement: preferredPlacement,
|
|
19
|
+
modifiers: [
|
|
20
|
+
{ name: "flip", options: { fallbackPlacements: ["bottom"] } },
|
|
21
|
+
{
|
|
22
|
+
name: "arrow",
|
|
23
|
+
options: { element: arrowElement },
|
|
24
|
+
},
|
|
25
|
+
],
|
|
26
|
+
});
|
|
27
|
+
return Object.assign(Object.assign({}, popper), { placement: ((_b = popper.state) === null || _b === void 0 ? void 0 : _b.placement) || DEFAULT_PLACEMENT, shadowRef,
|
|
28
|
+
setArrowRef,
|
|
29
|
+
setTooltipRef });
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const variation = {
|
|
33
|
+
startOrStop: { scale: 0.6, opacity: 0 },
|
|
34
|
+
done: { scale: 1, opacity: 1 },
|
|
35
|
+
};
|
|
36
|
+
function Tooltip({ message, children, preferredPlacement = "top", }) {
|
|
37
|
+
const [show, setShow] = useState(false);
|
|
38
|
+
const { attributes, placement, shadowRef, styles: popperStyles, setArrowRef, setTooltipRef, } = useTooltipPositioning({ preferredPlacement: preferredPlacement });
|
|
39
|
+
initializeListeners();
|
|
40
|
+
const toolTipClassNames = classnames(styles.tooltipWrapper, placement === "bottom" && styles.bottom, placement === "top" && styles.top, placement === "left" && styles.left, placement === "right" && styles.right);
|
|
41
|
+
return (React.createElement(React.Fragment, null,
|
|
42
|
+
React.createElement("span", { className: styles.shadowActivator, ref: shadowRef }),
|
|
43
|
+
children,
|
|
44
|
+
React.createElement(TooltipPortal, null, show && Boolean(message) && (React.createElement("div", Object.assign({ className: toolTipClassNames, style: popperStyles.popper, ref: setTooltipRef, role: "tooltip" }, attributes.popper),
|
|
45
|
+
React.createElement(motion.div, { className: styles.tooltip, variants: variation, initial: "startOrStop", animate: "done", exit: "startOrStop", transition: {
|
|
46
|
+
damping: 50,
|
|
47
|
+
stiffness: 500,
|
|
48
|
+
} },
|
|
49
|
+
React.createElement("p", { className: styles.tooltipMessage }, message),
|
|
50
|
+
React.createElement("div", { ref: setArrowRef, style: popperStyles.arrow, className: styles.arrow })))))));
|
|
51
|
+
function initializeListeners() {
|
|
52
|
+
const showTooltip = () => {
|
|
53
|
+
setShow(true);
|
|
54
|
+
};
|
|
55
|
+
const hideTooltip = () => {
|
|
56
|
+
setShow(false);
|
|
57
|
+
};
|
|
58
|
+
const injectAttributes = () => {
|
|
59
|
+
var _a;
|
|
60
|
+
if ((_a = shadowRef === null || shadowRef === void 0 ? void 0 : shadowRef.current) === null || _a === void 0 ? void 0 : _a.nextElementSibling) {
|
|
61
|
+
const activator = shadowRef.current.nextElementSibling;
|
|
62
|
+
// Manually inject "aria-description" and "tabindex" to let the screen
|
|
63
|
+
// readers read the tooltip message.
|
|
64
|
+
// This is to avoid having to add those attribute as a prop on every
|
|
65
|
+
// component we have.
|
|
66
|
+
activator.setAttribute("aria-description", message);
|
|
67
|
+
activator.setAttribute("tabindex", "0"); // enable focus
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
const addListeners = () => {
|
|
71
|
+
var _a;
|
|
72
|
+
if ((_a = shadowRef === null || shadowRef === void 0 ? void 0 : shadowRef.current) === null || _a === void 0 ? void 0 : _a.nextElementSibling) {
|
|
73
|
+
const activator = shadowRef.current.nextElementSibling;
|
|
74
|
+
activator.addEventListener("mouseenter", showTooltip);
|
|
75
|
+
activator.addEventListener("mouseleave", hideTooltip);
|
|
76
|
+
activator.addEventListener("focus", showTooltip);
|
|
77
|
+
activator.addEventListener("blur", hideTooltip);
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
const removeListeners = () => {
|
|
81
|
+
var _a;
|
|
82
|
+
if ((_a = shadowRef === null || shadowRef === void 0 ? void 0 : shadowRef.current) === null || _a === void 0 ? void 0 : _a.nextElementSibling) {
|
|
83
|
+
const activator = shadowRef.current.nextElementSibling;
|
|
84
|
+
activator.removeEventListener("mouseenter", showTooltip);
|
|
85
|
+
activator.removeEventListener("mouseleave", hideTooltip);
|
|
86
|
+
activator.removeEventListener("focus", showTooltip);
|
|
87
|
+
activator.removeEventListener("blur", hideTooltip);
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
useSafeLayoutEffect_1(() => {
|
|
91
|
+
injectAttributes();
|
|
92
|
+
addListeners();
|
|
93
|
+
return () => {
|
|
94
|
+
removeListeners();
|
|
95
|
+
};
|
|
96
|
+
}, []);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
function TooltipPortal({ children }) {
|
|
100
|
+
const mounted = useIsMounted_2();
|
|
101
|
+
if (!(mounted === null || mounted === void 0 ? void 0 : mounted.current)) {
|
|
102
|
+
return null;
|
|
103
|
+
}
|
|
104
|
+
return ReactDOM.createPortal(children, document.body);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export { Tooltip as T };
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var classnames = require('classnames');
|
|
5
|
+
var ReactDOM = require('react-dom');
|
|
6
|
+
var framerMotion = require('framer-motion');
|
|
7
|
+
var useSafeLayoutEffect = require('./useSafeLayoutEffect-DHIY4lnV.js');
|
|
8
|
+
var useIsMounted = require('./useIsMounted-sXqZBlpo.js');
|
|
9
|
+
var reactPopper = require('react-popper');
|
|
10
|
+
|
|
11
|
+
var styles = {"shadowActivator":"q07bkGoq714-","tooltipWrapper":"dkCTRfc3vYk-","tooltip":"yAFP4gRKlTM-","arrow":"j9KgRON7iTU-","top":"DpxWsz9QuIo-","bottom":"_5RblY1rnJOA-","left":"C9MXsqd4wLM-","right":"_2ZZcgQ4fJ-k-","tooltipMessage":"TpdeLUuiQMg-"};
|
|
12
|
+
|
|
13
|
+
const DEFAULT_PLACEMENT = "top";
|
|
14
|
+
function useTooltipPositioning({ preferredPlacement, }) {
|
|
15
|
+
var _a, _b;
|
|
16
|
+
const shadowRef = React.useRef(null);
|
|
17
|
+
const [positionElement, setTooltipRef] = React.useState();
|
|
18
|
+
const [arrowElement, setArrowRef] = React.useState();
|
|
19
|
+
const popper = reactPopper.usePopper((_a = shadowRef.current) === null || _a === void 0 ? void 0 : _a.nextElementSibling, positionElement, {
|
|
20
|
+
placement: preferredPlacement,
|
|
21
|
+
modifiers: [
|
|
22
|
+
{ name: "flip", options: { fallbackPlacements: ["bottom"] } },
|
|
23
|
+
{
|
|
24
|
+
name: "arrow",
|
|
25
|
+
options: { element: arrowElement },
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
});
|
|
29
|
+
return Object.assign(Object.assign({}, popper), { placement: ((_b = popper.state) === null || _b === void 0 ? void 0 : _b.placement) || DEFAULT_PLACEMENT, shadowRef,
|
|
30
|
+
setArrowRef,
|
|
31
|
+
setTooltipRef });
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
const variation = {
|
|
35
|
+
startOrStop: { scale: 0.6, opacity: 0 },
|
|
36
|
+
done: { scale: 1, opacity: 1 },
|
|
37
|
+
};
|
|
38
|
+
function Tooltip({ message, children, preferredPlacement = "top", }) {
|
|
39
|
+
const [show, setShow] = React.useState(false);
|
|
40
|
+
const { attributes, placement, shadowRef, styles: popperStyles, setArrowRef, setTooltipRef, } = useTooltipPositioning({ preferredPlacement: preferredPlacement });
|
|
41
|
+
initializeListeners();
|
|
42
|
+
const toolTipClassNames = classnames(styles.tooltipWrapper, placement === "bottom" && styles.bottom, placement === "top" && styles.top, placement === "left" && styles.left, placement === "right" && styles.right);
|
|
43
|
+
return (React.createElement(React.Fragment, null,
|
|
44
|
+
React.createElement("span", { className: styles.shadowActivator, ref: shadowRef }),
|
|
45
|
+
children,
|
|
46
|
+
React.createElement(TooltipPortal, null, show && Boolean(message) && (React.createElement("div", Object.assign({ className: toolTipClassNames, style: popperStyles.popper, ref: setTooltipRef, role: "tooltip" }, attributes.popper),
|
|
47
|
+
React.createElement(framerMotion.motion.div, { className: styles.tooltip, variants: variation, initial: "startOrStop", animate: "done", exit: "startOrStop", transition: {
|
|
48
|
+
damping: 50,
|
|
49
|
+
stiffness: 500,
|
|
50
|
+
} },
|
|
51
|
+
React.createElement("p", { className: styles.tooltipMessage }, message),
|
|
52
|
+
React.createElement("div", { ref: setArrowRef, style: popperStyles.arrow, className: styles.arrow })))))));
|
|
53
|
+
function initializeListeners() {
|
|
54
|
+
const showTooltip = () => {
|
|
55
|
+
setShow(true);
|
|
56
|
+
};
|
|
57
|
+
const hideTooltip = () => {
|
|
58
|
+
setShow(false);
|
|
59
|
+
};
|
|
60
|
+
const injectAttributes = () => {
|
|
61
|
+
var _a;
|
|
62
|
+
if ((_a = shadowRef === null || shadowRef === void 0 ? void 0 : shadowRef.current) === null || _a === void 0 ? void 0 : _a.nextElementSibling) {
|
|
63
|
+
const activator = shadowRef.current.nextElementSibling;
|
|
64
|
+
// Manually inject "aria-description" and "tabindex" to let the screen
|
|
65
|
+
// readers read the tooltip message.
|
|
66
|
+
// This is to avoid having to add those attribute as a prop on every
|
|
67
|
+
// component we have.
|
|
68
|
+
activator.setAttribute("aria-description", message);
|
|
69
|
+
activator.setAttribute("tabindex", "0"); // enable focus
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
const addListeners = () => {
|
|
73
|
+
var _a;
|
|
74
|
+
if ((_a = shadowRef === null || shadowRef === void 0 ? void 0 : shadowRef.current) === null || _a === void 0 ? void 0 : _a.nextElementSibling) {
|
|
75
|
+
const activator = shadowRef.current.nextElementSibling;
|
|
76
|
+
activator.addEventListener("mouseenter", showTooltip);
|
|
77
|
+
activator.addEventListener("mouseleave", hideTooltip);
|
|
78
|
+
activator.addEventListener("focus", showTooltip);
|
|
79
|
+
activator.addEventListener("blur", hideTooltip);
|
|
80
|
+
}
|
|
81
|
+
};
|
|
82
|
+
const removeListeners = () => {
|
|
83
|
+
var _a;
|
|
84
|
+
if ((_a = shadowRef === null || shadowRef === void 0 ? void 0 : shadowRef.current) === null || _a === void 0 ? void 0 : _a.nextElementSibling) {
|
|
85
|
+
const activator = shadowRef.current.nextElementSibling;
|
|
86
|
+
activator.removeEventListener("mouseenter", showTooltip);
|
|
87
|
+
activator.removeEventListener("mouseleave", hideTooltip);
|
|
88
|
+
activator.removeEventListener("focus", showTooltip);
|
|
89
|
+
activator.removeEventListener("blur", hideTooltip);
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
useSafeLayoutEffect.useSafeLayoutEffect_1(() => {
|
|
93
|
+
injectAttributes();
|
|
94
|
+
addListeners();
|
|
95
|
+
return () => {
|
|
96
|
+
removeListeners();
|
|
97
|
+
};
|
|
98
|
+
}, []);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
function TooltipPortal({ children }) {
|
|
102
|
+
const mounted = useIsMounted.useIsMounted_2();
|
|
103
|
+
if (!(mounted === null || mounted === void 0 ? void 0 : mounted.current)) {
|
|
104
|
+
return null;
|
|
105
|
+
}
|
|
106
|
+
return ReactDOM.createPortal(children, document.body);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
exports.Tooltip = Tooltip;
|
|
@@ -31,7 +31,7 @@ interface TypographyProps {
|
|
|
31
31
|
readonly align?: keyof typeof alignment;
|
|
32
32
|
readonly fontFamily?: keyof typeof fontFamilies;
|
|
33
33
|
readonly children: ReactNode;
|
|
34
|
-
numberOfLines?: number;
|
|
34
|
+
readonly numberOfLines?: number;
|
|
35
35
|
}
|
|
36
36
|
export type TypographyOptions = Omit<TypographyProps, "children">;
|
|
37
37
|
export declare function Typography({ id, children, element: Tag, size, align, fontWeight, textCase, textColor, emphasisType, numberOfLines, fontFamily, }: TypographyProps): JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "extravagant": string;
|
|
3
|
+
readonly "jumbo": string;
|
|
4
|
+
readonly "largest": string;
|
|
5
|
+
readonly "larger": string;
|
|
6
|
+
readonly "large": string;
|
|
7
|
+
readonly "base": string;
|
|
8
|
+
readonly "small": string;
|
|
9
|
+
readonly "smaller": string;
|
|
10
|
+
};
|
|
11
|
+
export = styles;
|
|
12
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "blue": string;
|
|
3
|
+
readonly "grey": string;
|
|
4
|
+
readonly "greyBlueDark": string;
|
|
5
|
+
readonly "greyBlue": string;
|
|
6
|
+
readonly "green": string;
|
|
7
|
+
readonly "red": string;
|
|
8
|
+
readonly "yellow": string;
|
|
9
|
+
readonly "yellowDark": string;
|
|
10
|
+
readonly "lightBlue": string;
|
|
11
|
+
readonly "white": string;
|
|
12
|
+
readonly "heading": string;
|
|
13
|
+
readonly "text": string;
|
|
14
|
+
readonly "textSecondary": string;
|
|
15
|
+
readonly "inactive": string;
|
|
16
|
+
readonly "critical": string;
|
|
17
|
+
readonly "warning": string;
|
|
18
|
+
readonly "informative": string;
|
|
19
|
+
readonly "success": string;
|
|
20
|
+
readonly "interactive": string;
|
|
21
|
+
readonly "disabled": string;
|
|
22
|
+
};
|
|
23
|
+
export = styles;
|
|
24
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import classnames from 'classnames';
|
|
3
|
+
|
|
4
|
+
var styles = {"base":"asDB9Ra2UpA-"};
|
|
5
|
+
|
|
6
|
+
var fontSizes = {"extravagant":"_7C4Ck1izBPs-","jumbo":"_8X-fSrUTxV8-","largest":"n-SPJXPXLSA-","larger":"vCrvF55YQ9o-","large":"FBoaHWotSik-","base":"V6yPPLHLeuY-","small":"T5XC4DgJlxk-","smaller":"sycqXMMO-wc-"};
|
|
7
|
+
|
|
8
|
+
var fontWeights = {"regular":"lziyWzzvuno-","medium":"PVKSijyipP8-","semiBold":"-ch9Z4gIGDg-","bold":"EEwS0f07RqQ-","extraBold":"kA3NtPPWbP0-","black":"_3M58OLqp0JM-"};
|
|
9
|
+
|
|
10
|
+
var textCases = {"uppercase":"xE6cC62h5G0-","lowercase":"HlqJJ3Cl7dE-","capitalize":"Loe26JnDfco-","none":"Gv3bg8ZDlAY-"};
|
|
11
|
+
|
|
12
|
+
var textColors = {"blue":"pkqoq2KXY9w-","grey":"ftVHRSii3ro-","greyBlueDark":"FQbGABZWVzA-","greyBlue":"zQaB9J0-vrs-","green":"_4-xdzcqT-Us-","red":"Zp9E7ELPjPA-","yellow":"v-Fo4PwPxDI-","yellowDark":"YrGUIChAZC0-","lightBlue":"r7JcIVoDcTY-","white":"_6RXTyd198iM-","heading":"fLix4jA-RkU-","text":"_1g0uMAwFAsk-","textSecondary":"oXqFAHwT6y4-","inactive":"gPhKMwPfrsw-","critical":"rWkzi9HFNDU-","warning":"PQLYQKGCmPI-","informative":"L6bBDJrx-m0-","success":"bJDJJKvmT90-","interactive":"_99f--2dY5rg-","disabled":"_3g4iYm8XwkM-"};
|
|
13
|
+
|
|
14
|
+
var emphasis = {"italic":"Jys1uy2pQXw-","highlight":"kd2u0dL-if0-"};
|
|
15
|
+
|
|
16
|
+
var truncate = {"textTruncate":"LUJEfdi3pws-"};
|
|
17
|
+
|
|
18
|
+
var alignment = {"start":"eDMsbRCP0kg-","center":"j34R9yIG--c-","end":"CeI75T5sHwM-"};
|
|
19
|
+
|
|
20
|
+
var fontFamilies = {"base":"mRpfVoMiIMM-","display":"TPtuWMdOsfw-"};
|
|
21
|
+
|
|
22
|
+
/* eslint-disable import/no-internal-modules */
|
|
23
|
+
function Typography({ id, children, element: Tag = "p", size, align, fontWeight = "regular", textCase, textColor, emphasisType, numberOfLines, fontFamily, }) {
|
|
24
|
+
const shouldTruncateText = numberOfLines && numberOfLines > 0;
|
|
25
|
+
const className = classnames(styles.base, fontWeights[fontWeight], size && fontSizes[size], textCase && textCases[textCase], textColor && textColors[textColor], emphasisType && emphasis[emphasisType], fontFamily && fontFamilies[fontFamily], shouldTruncateText && truncate.textTruncate, Object.assign({}, (align && { [alignment[align]]: align !== `start` })));
|
|
26
|
+
let truncateLines;
|
|
27
|
+
if (shouldTruncateText) {
|
|
28
|
+
truncateLines = {
|
|
29
|
+
WebkitLineClamp: numberOfLines,
|
|
30
|
+
WebkitBoxOrient: "vertical",
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
return (React.createElement(Tag, { id: id, className: className, style: truncateLines }, children));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { Typography as T };
|