@clicktap/ui 0.12.7 → 0.12.8
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/package.json +13 -32
- package/src/components/Accordion.js +1 -0
- package/src/components/Avatar.js +1 -0
- package/src/components/Badge.js +1 -0
- package/src/components/Breadcrumbs.js +1 -0
- package/src/components/Button.js +1 -0
- package/src/components/Card.js +1 -0
- package/src/components/Checkbox.js +1 -0
- package/src/components/Collapsible.js +1 -0
- package/src/components/Container.js +1 -0
- package/src/components/ContextMenu.js +1 -0
- package/src/components/CreditCardExpirationInput.js +1 -0
- package/src/components/CreditCardInput.js +1 -0
- package/src/components/DateInput.js +1 -0
- package/src/components/Dialog.js +1 -0
- package/src/components/DialogTrigger.js +1 -0
- package/src/components/Divider.js +1 -0
- package/src/components/Drawer.js +1 -0
- package/src/components/Input.js +1 -0
- package/src/components/Link.js +1 -0
- package/src/components/Loader.js +1 -0
- package/src/components/Meter.js +1 -0
- package/src/components/Modal.js +1 -0
- package/src/components/ModalOverlay.js +1 -0
- package/src/components/NumberInput.js +1 -0
- package/src/components/PinInput.js +1 -0
- package/src/components/Progressbar.js +1 -0
- package/src/components/Radio.js +1 -0
- package/src/components/Select.js +1 -0
- package/src/components/Slider.js +1 -0
- package/src/components/Switch.js +1 -0
- package/src/components/Tabs.js +1 -0
- package/src/components/TimeInput.js +1 -0
- package/src/components/ToggleButton.js +1 -0
- package/src/components/Tooltip.js +1 -0
- package/src/hooks/useEnterExitAnimation.js +1 -0
- package/src/libs/ui/src/components/Accordion/Accordion.js +1 -0
- package/src/libs/ui/src/components/Avatar/Avatar.js +1 -0
- package/src/libs/ui/src/components/Avatar/AvatarGroup/AvatarGroup.js +1 -0
- package/src/libs/ui/src/components/Badge/Badge.js +1 -0
- package/src/libs/ui/src/components/Breadcrumbs/BreadcrumbEllipsis.js +1 -0
- package/src/libs/ui/src/components/Breadcrumbs/BreadcrumbItem.js +1 -0
- package/src/libs/ui/src/components/Breadcrumbs/BreadcrumbLink.js +1 -0
- package/src/libs/ui/src/components/Breadcrumbs/BreadcrumbSeparator.js +1 -0
- package/src/libs/ui/src/components/Breadcrumbs/Breadcrumbs.js +1 -0
- package/src/libs/ui/src/components/Button/Button.js +1 -0
- package/src/libs/ui/src/components/Card/Card.js +1 -0
- package/src/libs/ui/src/components/Checkbox/Checkbox.js +1 -0
- package/src/libs/ui/src/components/Collapsible/Collapsible.js +1 -0
- package/src/libs/ui/src/components/Collapsible/CollapsibleTrigger.js +1 -0
- package/src/libs/ui/src/components/Container/Container.js +1 -0
- package/src/libs/ui/src/components/ContextMenu/ContextMenu.js +1 -0
- package/src/libs/ui/src/components/CreditCardExpirationInput/CreditCardExpirationInput.js +1 -0
- package/src/libs/ui/src/components/CreditCardInput/CreditCardInput.js +1 -0
- package/src/libs/ui/src/components/DateInput/DateInput.js +1 -0
- package/src/libs/ui/src/components/Dialog/Dialog.js +1 -0
- package/src/libs/ui/src/components/DialogTrigger/DialogTrigger.js +1 -0
- package/src/libs/ui/src/components/Divider/Divider.js +1 -0
- package/src/libs/ui/src/components/Drawer/Drawer.js +1 -0
- package/src/libs/ui/src/components/Input/Input.js +1 -0
- package/src/libs/ui/src/components/Link/Link.js +1 -0
- package/src/libs/ui/src/components/Loader/CircularEasing.js +1 -0
- package/src/libs/ui/src/components/Loader/Pulse.js +1 -0
- package/src/libs/ui/src/components/Meter/Meter.js +1 -0
- package/src/libs/ui/src/components/Modal/Modal.js +1 -0
- package/src/libs/ui/src/components/ModalOverlay/ModalOverlay.js +1 -0
- package/src/libs/ui/src/components/NumberInput/NumberInput.js +1 -0
- package/src/libs/ui/src/components/PinInput/PinInput.js +1 -0
- package/src/libs/ui/src/components/Progressbar/CircularProgressbar.js +1 -0
- package/src/libs/ui/src/components/Progressbar/LinearProgressbar.js +1 -0
- package/src/libs/ui/src/components/Radio/Radio.js +1 -0
- package/src/libs/ui/src/components/Select/Option.js +1 -0
- package/src/libs/ui/src/components/Select/Select.js +1 -0
- package/src/libs/ui/src/components/Slider/Slider.js +1 -0
- package/src/libs/ui/src/components/Switch/Switch.js +1 -0
- package/src/libs/ui/src/components/Tabs/Tab.js +1 -0
- package/src/libs/ui/src/components/Tabs/TabList.js +1 -0
- package/src/libs/ui/src/components/Tabs/TabPanel.js +1 -0
- package/src/libs/ui/src/components/Tabs/Tabs.js +1 -0
- package/src/libs/ui/src/components/TimeInput/TimeInput.js +1 -0
- package/src/libs/ui/src/components/ToggleButton/ToggleButton.js +1 -0
- package/src/libs/ui/src/components/Tooltip/Tooltip.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_accordion@2.0.40_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_framer-motion@_ythdhtgm5nli6ckalhd46fx7qq/node_modules/@nextui-org/accordion/dist/chunk-HYTFRFNK.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_accordion@2.0.40_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_framer-motion@_ythdhtgm5nli6ckalhd46fx7qq/node_modules/@nextui-org/accordion/dist/chunk-LDUMD4XQ.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_accordion@2.0.40_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_framer-motion@_ythdhtgm5nli6ckalhd46fx7qq/node_modules/@nextui-org/accordion/dist/chunk-PN4MRYMG.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_accordion@2.0.40_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_framer-motion@_ythdhtgm5nli6ckalhd46fx7qq/node_modules/@nextui-org/accordion/dist/chunk-PNGZVYML.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_accordion@2.0.40_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_framer-motion@_ythdhtgm5nli6ckalhd46fx7qq/node_modules/@nextui-org/accordion/dist/chunk-XGGOPONM.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_aria-utils@2.0.26_@nextui-org_theme@2.2.11_framer-motion@11.11.10_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/aria-utils/dist/chunk-WQVQ7P2I.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_avatar@2.0.33_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/avatar/dist/chunk-25E6VDTZ.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_avatar@2.0.33_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/avatar/dist/chunk-PM5WBSHT.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_avatar@2.0.33_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/avatar/dist/chunk-QXREVWCS.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_avatar@2.0.33_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/avatar/dist/chunk-T76DLOWU.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_avatar@2.0.33_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/avatar/dist/chunk-WGOAVMAQ.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_avatar@2.0.33_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/avatar/dist/chunk-YTVNLXJ4.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_badge@2.0.32_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/badge/dist/chunk-6FKWSXYX.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_badge@2.0.32_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/badge/dist/chunk-MDTP7BRB.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_divider@2.0.32_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/divider/dist/chunk-44JHHBS2.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_divider@2.0.32_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/divider/dist/chunk-HGQPAK7A.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_divider@2.0.32_@nextui-org_theme@2.2.11_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/divider/dist/chunk-LVTFMK47.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_framer-utils@2.0.25_@nextui-org_theme@2.2.11_framer-motion@11.11.10_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/framer-utils/dist/chunk-736YWA4T.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_react-rsc-utils@2.0.14_react@18.2.0/node_modules/@nextui-org/react-rsc-utils/dist/chunk-FGM523TA.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_react-rsc-utils@2.0.14_react@18.2.0/node_modules/@nextui-org/react-rsc-utils/dist/chunk-RFWDHYLZ.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_react-rsc-utils@2.0.14_react@18.2.0/node_modules/@nextui-org/react-rsc-utils/dist/chunk-RJKRL3AU.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_react-utils@2.0.17_react@18.2.0/node_modules/@nextui-org/react-utils/dist/chunk-3XT5V4LF.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_react-utils@2.0.17_react@18.2.0/node_modules/@nextui-org/react-utils/dist/chunk-CIZQCQPA.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_react-utils@2.0.17_react@18.2.0/node_modules/@nextui-org/react-utils/dist/chunk-RQNQ5XFG.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_shared-icons@2.0.9_react@18.2.0/node_modules/@nextui-org/shared-icons/dist/chunk-OH2E76JR.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_shared-utils@2.0.8/node_modules/@nextui-org/shared-utils/dist/chunk-6BQDBGF4.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_shared-utils@2.0.8/node_modules/@nextui-org/shared-utils/dist/chunk-CAFRINWI.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_shared-utils@2.0.8/node_modules/@nextui-org/shared-utils/dist/chunk-KARN4QIT.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_shared-utils@2.0.8/node_modules/@nextui-org/shared-utils/dist/chunk-MCFSCOSB.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_shared-utils@2.0.8/node_modules/@nextui-org/shared-utils/dist/chunk-RFUEKIFS.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_shared-utils@2.0.8/node_modules/@nextui-org/shared-utils/dist/chunk-SOU6N57Y.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_system-rsc@2.1.6_@nextui-org_theme@2.2.11_react@18.2.0/node_modules/@nextui-org/system-rsc/dist/chunk-DRE2DOBH.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_framer-motion@11.11.10_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/system/dist/chunk-Q66YAGZJ.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_theme@2.2.11_tailwindcss@3.4.10/node_modules/@nextui-org/theme/dist/chunk-A2DU46QS.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_theme@2.2.11_tailwindcss@3.4.10/node_modules/@nextui-org/theme/dist/chunk-BYWORP66.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_theme@2.2.11_tailwindcss@3.4.10/node_modules/@nextui-org/theme/dist/chunk-BZCSOIUI.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_theme@2.2.11_tailwindcss@3.4.10/node_modules/@nextui-org/theme/dist/chunk-MVG7GLBD.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_theme@2.2.11_tailwindcss@3.4.10/node_modules/@nextui-org/theme/dist/chunk-N2KXC5ZE.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_theme@2.2.11_tailwindcss@3.4.10/node_modules/@nextui-org/theme/dist/chunk-QV3ALCMB.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_theme@2.2.11_tailwindcss@3.4.10/node_modules/@nextui-org/theme/dist/chunk-R27WO3A6.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_theme@2.2.11_tailwindcss@3.4.10/node_modules/@nextui-org/theme/dist/chunk-XHQUSKIE.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_theme@2.2.11_tailwindcss@3.4.10/node_modules/@nextui-org/theme/dist/chunk-XL6AWNU3.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_tooltip@2.0.41_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_framer-motion@11_3nqg5awsgdxr3k3zhgj7t7qqsu/node_modules/@nextui-org/tooltip/dist/chunk-3ZXLDIEA.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_tooltip@2.0.41_@nextui-org_system@2.2.6_@nextui-org_theme@2.2.11_framer-motion@11_3nqg5awsgdxr3k3zhgj7t7qqsu/node_modules/@nextui-org/tooltip/dist/chunk-WIMSVD55.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_use-aria-accordion@2.0.7_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/use-aria-accordion/dist/chunk-BHM6H4ZD.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_use-aria-accordion@2.0.7_react-dom@18.2.0_react@18.2.0/node_modules/@nextui-org/use-aria-accordion/dist/chunk-LWNEBLOT.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_use-image@2.0.6_react@18.2.0/node_modules/@nextui-org/use-image/dist/index.js +1 -0
- package/src/node_modules/.pnpm/@nextui-org_use-safe-layout-effect@2.0.6_react@18.2.0/node_modules/@nextui-org/use-safe-layout-effect/dist/index.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_button@3.9.5_react@18.2.0/node_modules/@react-aria/button/dist/useButton.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_focus@3.17.1_react@18.2.0/node_modules/@react-aria/focus/dist/FocusScope.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_focus@3.17.1_react@18.2.0/node_modules/@react-aria/focus/dist/focusSafely.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_focus@3.17.1_react@18.2.0/node_modules/@react-aria/focus/dist/isElementVisible.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_focus@3.17.1_react@18.2.0/node_modules/@react-aria/focus/dist/useFocusRing.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_focus@3.17.1_react@18.2.0/node_modules/@react-aria/focus/dist/useFocusable.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_focus@3.18.4_react@18.2.0/node_modules/@react-aria/focus/dist/FocusScope.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_focus@3.18.4_react@18.2.0/node_modules/@react-aria/focus/dist/focusSafely.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_focus@3.18.4_react@18.2.0/node_modules/@react-aria/focus/dist/useFocusable.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_i18n@3.12.3_react@18.2.0/node_modules/@react-aria/i18n/dist/context.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_i18n@3.12.3_react@18.2.0/node_modules/@react-aria/i18n/dist/useCollator.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_i18n@3.12.3_react@18.2.0/node_modules/@react-aria/i18n/dist/useDefaultLocale.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_i18n@3.12.3_react@18.2.0/node_modules/@react-aria/i18n/dist/utils.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.21.3_react@18.2.0/node_modules/@react-aria/interactions/dist/context.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.21.3_react@18.2.0/node_modules/@react-aria/interactions/dist/textSelection.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.21.3_react@18.2.0/node_modules/@react-aria/interactions/dist/useHover.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.21.3_react@18.2.0/node_modules/@react-aria/interactions/dist/usePress.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/PressResponder.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/context.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/createEventHandler.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/textSelection.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/useFocus.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/useFocusVisible.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/useFocusWithin.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/useHover.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/useInteractOutside.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/useKeyboard.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/usePress.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_interactions@3.22.4_react@18.2.0/node_modules/@react-aria/interactions/dist/utils.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_overlays@3.22.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/overlays/dist/calculatePosition.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_overlays@3.22.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/overlays/dist/useCloseOnScroll.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_overlays@3.22.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/overlays/dist/useModal.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_overlays@3.22.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/overlays/dist/useOverlay.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_overlays@3.22.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/overlays/dist/useOverlayPosition.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_selection@3.18.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/selection/dist/ListKeyboardDelegate.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_selection@3.18.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/selection/dist/useSelectableCollection.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_selection@3.18.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/selection/dist/useSelectableList.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_selection@3.18.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/selection/dist/useTypeSelect.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_selection@3.18.1_react-dom@18.2.0_react@18.2.0/node_modules/@react-aria/selection/dist/utils.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_ssr@3.9.6_react@18.2.0/node_modules/@react-aria/ssr/dist/SSRProvider.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_tooltip@3.7.4_react@18.2.0/node_modules/@react-aria/tooltip/dist/useTooltip.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_tooltip@3.7.4_react@18.2.0/node_modules/@react-aria/tooltip/dist/useTooltipTrigger.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/chain.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/domHelpers.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/filterDOMProps.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/focusWithoutScrolling.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/getScrollParents.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/isScrollable.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/isVirtualEvent.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/mergeProps.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/openLink.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/platform.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/runAfterTransition.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/scrollIntoView.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/useEffectEvent.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/useEvent.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/useGlobalListeners.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/useId.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/useLayoutEffect.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/useResizeObserver.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.24.1_react@18.2.0/node_modules/@react-aria/utils/dist/useSyncRef.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/chain.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/domHelpers.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/focusWithoutScrolling.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/isVirtualEvent.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/mergeProps.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/openLink.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/platform.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/runAfterTransition.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/useEffectEvent.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/useGlobalListeners.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/useId.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/useLayoutEffect.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/useObjectRef.js +1 -0
- package/src/node_modules/.pnpm/@react-aria_utils@3.25.3_react@18.2.0/node_modules/@react-aria/utils/dist/useSyncRef.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_collections@3.10.7_react@18.2.0/node_modules/@react-stately/collections/dist/Item.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_collections@3.11.0_react@18.2.0/node_modules/@react-stately/collections/dist/CollectionBuilder.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_collections@3.11.0_react@18.2.0/node_modules/@react-stately/collections/dist/getChildNodes.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_collections@3.11.0_react@18.2.0/node_modules/@react-stately/collections/dist/useCollection.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_overlays@3.6.11_react@18.2.0/node_modules/@react-stately/overlays/dist/useOverlayTriggerState.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_selection@3.17.0_react@18.2.0/node_modules/@react-stately/selection/dist/Selection.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_selection@3.17.0_react@18.2.0/node_modules/@react-stately/selection/dist/SelectionManager.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_selection@3.17.0_react@18.2.0/node_modules/@react-stately/selection/dist/useMultipleSelectionState.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_tooltip@3.4.9_react@18.2.0/node_modules/@react-stately/tooltip/dist/useTooltipTriggerState.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_tree@3.8.1_react@18.2.0/node_modules/@react-stately/tree/dist/TreeCollection.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_tree@3.8.1_react@18.2.0/node_modules/@react-stately/tree/dist/useTreeState.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_utils@3.10.4_react@18.2.0/node_modules/@react-stately/utils/dist/number.js +1 -0
- package/src/node_modules/.pnpm/@react-stately_utils@3.10.4_react@18.2.0/node_modules/@react-stately/utils/dist/useControlledState.js +1 -0
- package/src/node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +1 -0
- package/src/node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js +1 -0
- package/src/node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js +1 -0
- package/src/node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js +1 -0
- package/src/node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_class_private_field_get.js +1 -0
- package/src/node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_class_private_field_init.js +1 -0
- package/src/node_modules/.pnpm/@swc_helpers@0.5.13/node_modules/@swc/helpers/esm/_class_private_field_set.js +1 -0
- package/src/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js +1 -0
- package/src/node_modules/.pnpm/react-number-format@5.4.2_react-dom@18.2.0_react@18.2.0/node_modules/react-number-format/dist/react-number-format.es.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/class-utils.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/config-utils.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/create-tailwind-merge.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/default-config.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/extend-tailwind-merge.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/from-theme.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/lru-cache.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/merge-classlist.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/merge-configs.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/modifier-utils.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/tw-join.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/tw-merge.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@1.14.0/node_modules/tailwind-merge/dist/lib/validators.js +1 -0
- package/src/node_modules/.pnpm/tailwind-merge@2.5.4/node_modules/tailwind-merge/dist/bundle-mjs.js +1 -0
- package/src/node_modules/.pnpm/tailwind-variants@0.1.20_tailwindcss@3.4.10/node_modules/tailwind-variants/dist/chunk-JXBJZR5A.js +1 -0
- package/src/node_modules/.pnpm/tailwind-variants@0.1.20_tailwindcss@3.4.10/node_modules/tailwind-variants/dist/index.js +1 -0
- package/src/types/SlotsToClasses.js +1 -0
- package/src/utils/cn.js +1 -0
- package/src/utils/defaultTheme.js +1 -0
- package/types/Accordion.d.ts +11 -0
- package/types/Avatar.d.ts +16 -0
- package/types/Badge.d.ts +8 -0
- package/types/Breadcrumbs.d.ts +32 -0
- package/types/Button.d.ts +19 -0
- package/types/Card.d.ts +9 -0
- package/types/Checkbox.d.ts +31 -0
- package/types/Collapsible.d.ts +28 -0
- package/types/Container.d.ts +15 -0
- package/types/ContextMenu.d.ts +37 -0
- package/types/CreditCardExpirationInput.d.ts +30 -0
- package/types/CreditCardInput.d.ts +34 -0
- package/types/DateInput.d.ts +29 -0
- package/types/Dialog.d.ts +23 -0
- package/types/DialogTrigger.d.ts +19 -0
- package/types/Divider.d.ts +10 -0
- package/types/Drawer.d.ts +27 -0
- package/types/Input.d.ts +30 -0
- package/types/Link.d.ts +8 -0
- package/types/Loader.d.ts +30 -0
- package/types/Meter.d.ts +25 -0
- package/types/Modal.d.ts +11 -0
- package/types/ModalOverlay.d.ts +31 -0
- package/types/NumberInput.d.ts +37 -0
- package/types/PinInput.d.ts +46 -0
- package/types/Progressbar.d.ts +28 -0
- package/types/Radio.d.ts +31 -0
- package/types/Select.d.ts +60 -0
- package/types/Slider.d.ts +27 -0
- package/types/SlotsToClasses.d.ts +1 -0
- package/types/Switch.d.ts +24 -0
- package/types/Tabs.d.ts +59 -0
- package/types/TimeInput.d.ts +29 -0
- package/types/ToggleButton.d.ts +11 -0
- package/types/Tooltip.d.ts +12 -0
- package/types/cn.d.ts +7 -0
- package/types/components/Accordion.d.ts +2 -0
- package/types/components/Avatar.d.ts +2 -0
- package/types/components/Badge.d.ts +2 -0
- package/types/components/Breadcrumbs.d.ts +2 -0
- package/types/components/Button.d.ts +2 -0
- package/types/components/Card.d.ts +2 -0
- package/types/components/Checkbox.d.ts +2 -0
- package/types/components/Collapsible.d.ts +2 -0
- package/types/components/Container.d.ts +2 -0
- package/types/components/ContextMenu.d.ts +2 -0
- package/types/components/CreditCardExpirationInput.d.ts +2 -0
- package/types/components/CreditCardInput.d.ts +2 -0
- package/types/components/DateInput.d.ts +2 -0
- package/types/components/Dialog.d.ts +2 -0
- package/types/components/DialogTrigger.d.ts +2 -0
- package/types/components/Divider.d.ts +2 -0
- package/types/components/Drawer.d.ts +2 -0
- package/types/components/Input.d.ts +2 -0
- package/types/components/Link.d.ts +2 -0
- package/types/components/Loader.d.ts +2 -0
- package/types/components/Meter.d.ts +2 -0
- package/types/components/Modal.d.ts +2 -0
- package/types/components/ModalOverlay.d.ts +2 -0
- package/types/components/NumberInput.d.ts +2 -0
- package/types/components/PinInput.d.ts +2 -0
- package/types/components/Progressbar.d.ts +2 -0
- package/types/components/Radio.d.ts +2 -0
- package/types/components/Select.d.ts +2 -0
- package/types/components/Slider.d.ts +2 -0
- package/types/components/Switch.d.ts +2 -0
- package/types/components/Tabs.d.ts +2 -0
- package/types/components/TimeInput.d.ts +2 -0
- package/types/components/ToggleButton.d.ts +2 -0
- package/types/components/Tooltip.d.ts +2 -0
- package/types/defaultTheme.d.ts +507 -0
- package/types/hooks/useEnterExitAnimation.d.ts +6 -0
- package/types/types/SlotsToClasses.d.ts +1 -0
- package/types/useEnterExitAnimation.d.ts +8 -0
- package/types/utils/cn.d.ts +6 -0
- package/types/utils/defaultTheme.d.ts +2 -0
|
@@ -0,0 +1,507 @@
|
|
|
1
|
+
import { MergeDeep } from 'type-fest';
|
|
2
|
+
import { PartialDeep } from 'type-fest';
|
|
3
|
+
|
|
4
|
+
export declare const defaultTheme: {
|
|
5
|
+
fontFamily: {
|
|
6
|
+
sans: string[];
|
|
7
|
+
serif: string[];
|
|
8
|
+
monospace: string[];
|
|
9
|
+
};
|
|
10
|
+
fontSize: {
|
|
11
|
+
xs: (string | {
|
|
12
|
+
lineHeight: string;
|
|
13
|
+
})[];
|
|
14
|
+
sm: (string | {
|
|
15
|
+
lineHeight: string;
|
|
16
|
+
})[];
|
|
17
|
+
base: (string | {
|
|
18
|
+
lineHeight: string;
|
|
19
|
+
})[];
|
|
20
|
+
lg: (string | {
|
|
21
|
+
lineHeight: string;
|
|
22
|
+
})[];
|
|
23
|
+
xl: (string | {
|
|
24
|
+
lineHeight: string;
|
|
25
|
+
})[];
|
|
26
|
+
'2xl': (string | {
|
|
27
|
+
lineHeight: string;
|
|
28
|
+
})[];
|
|
29
|
+
'3xl': (string | {
|
|
30
|
+
lineHeight: string;
|
|
31
|
+
})[];
|
|
32
|
+
'4xl': (string | {
|
|
33
|
+
lineHeight: string;
|
|
34
|
+
})[];
|
|
35
|
+
'5xl': (string | {
|
|
36
|
+
lineHeight: string;
|
|
37
|
+
})[];
|
|
38
|
+
'6xl': (string | {
|
|
39
|
+
lineHeight: string;
|
|
40
|
+
})[];
|
|
41
|
+
'7xl': (string | {
|
|
42
|
+
lineHeight: string;
|
|
43
|
+
})[];
|
|
44
|
+
'8xl': (string | {
|
|
45
|
+
lineHeight: string;
|
|
46
|
+
})[];
|
|
47
|
+
'9xl': (string | {
|
|
48
|
+
lineHeight: string;
|
|
49
|
+
})[];
|
|
50
|
+
};
|
|
51
|
+
fontWeight: {
|
|
52
|
+
thin: number;
|
|
53
|
+
extralight: number;
|
|
54
|
+
light: number;
|
|
55
|
+
normal: number;
|
|
56
|
+
medium: number;
|
|
57
|
+
semibold: number;
|
|
58
|
+
bold: number;
|
|
59
|
+
extrabold: number;
|
|
60
|
+
black: number;
|
|
61
|
+
};
|
|
62
|
+
letterSpacing: {
|
|
63
|
+
tighter: string;
|
|
64
|
+
tight: string;
|
|
65
|
+
normal: string;
|
|
66
|
+
wide: string;
|
|
67
|
+
wider: string;
|
|
68
|
+
widest: string;
|
|
69
|
+
};
|
|
70
|
+
lineHeight: {
|
|
71
|
+
3: string;
|
|
72
|
+
4: string;
|
|
73
|
+
5: string;
|
|
74
|
+
6: string;
|
|
75
|
+
7: string;
|
|
76
|
+
8: string;
|
|
77
|
+
9: string;
|
|
78
|
+
10: string;
|
|
79
|
+
none: string;
|
|
80
|
+
tight: string;
|
|
81
|
+
snug: string;
|
|
82
|
+
normal: string;
|
|
83
|
+
relaxed: string;
|
|
84
|
+
loose: string;
|
|
85
|
+
};
|
|
86
|
+
borderRadius: {
|
|
87
|
+
0.5: string;
|
|
88
|
+
1: string;
|
|
89
|
+
1.5: string;
|
|
90
|
+
2: string;
|
|
91
|
+
};
|
|
92
|
+
listStyleType: {
|
|
93
|
+
none: string;
|
|
94
|
+
disc: string;
|
|
95
|
+
decimal: string;
|
|
96
|
+
};
|
|
97
|
+
screens: {
|
|
98
|
+
sm: string;
|
|
99
|
+
md: string;
|
|
100
|
+
lg: string;
|
|
101
|
+
xl: string;
|
|
102
|
+
'2xl': string;
|
|
103
|
+
};
|
|
104
|
+
colors: {
|
|
105
|
+
primary: string;
|
|
106
|
+
secondary: string;
|
|
107
|
+
tertiary: string;
|
|
108
|
+
background: string;
|
|
109
|
+
inherit: string;
|
|
110
|
+
current: string;
|
|
111
|
+
transparent: string;
|
|
112
|
+
black: string;
|
|
113
|
+
white: string;
|
|
114
|
+
slate: {
|
|
115
|
+
50: string;
|
|
116
|
+
100: string;
|
|
117
|
+
200: string;
|
|
118
|
+
300: string;
|
|
119
|
+
400: string;
|
|
120
|
+
500: string;
|
|
121
|
+
600: string;
|
|
122
|
+
700: string;
|
|
123
|
+
800: string;
|
|
124
|
+
900: string;
|
|
125
|
+
};
|
|
126
|
+
gray: {
|
|
127
|
+
50: string;
|
|
128
|
+
100: string;
|
|
129
|
+
200: string;
|
|
130
|
+
300: string;
|
|
131
|
+
400: string;
|
|
132
|
+
500: string;
|
|
133
|
+
600: string;
|
|
134
|
+
700: string;
|
|
135
|
+
800: string;
|
|
136
|
+
900: string;
|
|
137
|
+
};
|
|
138
|
+
zinc: {
|
|
139
|
+
50: string;
|
|
140
|
+
100: string;
|
|
141
|
+
200: string;
|
|
142
|
+
300: string;
|
|
143
|
+
400: string;
|
|
144
|
+
500: string;
|
|
145
|
+
600: string;
|
|
146
|
+
700: string;
|
|
147
|
+
800: string;
|
|
148
|
+
900: string;
|
|
149
|
+
};
|
|
150
|
+
neutral: {
|
|
151
|
+
50: string;
|
|
152
|
+
100: string;
|
|
153
|
+
200: string;
|
|
154
|
+
300: string;
|
|
155
|
+
400: string;
|
|
156
|
+
500: string;
|
|
157
|
+
600: string;
|
|
158
|
+
700: string;
|
|
159
|
+
800: string;
|
|
160
|
+
900: string;
|
|
161
|
+
};
|
|
162
|
+
stone: {
|
|
163
|
+
50: string;
|
|
164
|
+
100: string;
|
|
165
|
+
200: string;
|
|
166
|
+
300: string;
|
|
167
|
+
400: string;
|
|
168
|
+
500: string;
|
|
169
|
+
600: string;
|
|
170
|
+
700: string;
|
|
171
|
+
800: string;
|
|
172
|
+
900: string;
|
|
173
|
+
};
|
|
174
|
+
red: {
|
|
175
|
+
50: string;
|
|
176
|
+
100: string;
|
|
177
|
+
200: string;
|
|
178
|
+
300: string;
|
|
179
|
+
400: string;
|
|
180
|
+
500: string;
|
|
181
|
+
600: string;
|
|
182
|
+
700: string;
|
|
183
|
+
800: string;
|
|
184
|
+
900: string;
|
|
185
|
+
};
|
|
186
|
+
orange: {
|
|
187
|
+
50: string;
|
|
188
|
+
100: string;
|
|
189
|
+
200: string;
|
|
190
|
+
300: string;
|
|
191
|
+
400: string;
|
|
192
|
+
500: string;
|
|
193
|
+
600: string;
|
|
194
|
+
700: string;
|
|
195
|
+
800: string;
|
|
196
|
+
900: string;
|
|
197
|
+
};
|
|
198
|
+
amber: {
|
|
199
|
+
50: string;
|
|
200
|
+
100: string;
|
|
201
|
+
200: string;
|
|
202
|
+
300: string;
|
|
203
|
+
400: string;
|
|
204
|
+
500: string;
|
|
205
|
+
600: string;
|
|
206
|
+
700: string;
|
|
207
|
+
800: string;
|
|
208
|
+
900: string;
|
|
209
|
+
};
|
|
210
|
+
yellow: {
|
|
211
|
+
50: string;
|
|
212
|
+
100: string;
|
|
213
|
+
200: string;
|
|
214
|
+
300: string;
|
|
215
|
+
400: string;
|
|
216
|
+
500: string;
|
|
217
|
+
600: string;
|
|
218
|
+
700: string;
|
|
219
|
+
800: string;
|
|
220
|
+
900: string;
|
|
221
|
+
};
|
|
222
|
+
lime: {
|
|
223
|
+
50: string;
|
|
224
|
+
100: string;
|
|
225
|
+
200: string;
|
|
226
|
+
300: string;
|
|
227
|
+
400: string;
|
|
228
|
+
500: string;
|
|
229
|
+
600: string;
|
|
230
|
+
700: string;
|
|
231
|
+
800: string;
|
|
232
|
+
900: string;
|
|
233
|
+
};
|
|
234
|
+
green: {
|
|
235
|
+
50: string;
|
|
236
|
+
100: string;
|
|
237
|
+
200: string;
|
|
238
|
+
300: string;
|
|
239
|
+
400: string;
|
|
240
|
+
500: string;
|
|
241
|
+
600: string;
|
|
242
|
+
700: string;
|
|
243
|
+
800: string;
|
|
244
|
+
900: string;
|
|
245
|
+
};
|
|
246
|
+
emerald: {
|
|
247
|
+
50: string;
|
|
248
|
+
100: string;
|
|
249
|
+
200: string;
|
|
250
|
+
300: string;
|
|
251
|
+
400: string;
|
|
252
|
+
500: string;
|
|
253
|
+
600: string;
|
|
254
|
+
700: string;
|
|
255
|
+
800: string;
|
|
256
|
+
900: string;
|
|
257
|
+
};
|
|
258
|
+
teal: {
|
|
259
|
+
50: string;
|
|
260
|
+
100: string;
|
|
261
|
+
200: string;
|
|
262
|
+
300: string;
|
|
263
|
+
400: string;
|
|
264
|
+
500: string;
|
|
265
|
+
600: string;
|
|
266
|
+
700: string;
|
|
267
|
+
800: string;
|
|
268
|
+
900: string;
|
|
269
|
+
};
|
|
270
|
+
cyan: {
|
|
271
|
+
50: string;
|
|
272
|
+
100: string;
|
|
273
|
+
200: string;
|
|
274
|
+
300: string;
|
|
275
|
+
400: string;
|
|
276
|
+
500: string;
|
|
277
|
+
600: string;
|
|
278
|
+
700: string;
|
|
279
|
+
800: string;
|
|
280
|
+
900: string;
|
|
281
|
+
};
|
|
282
|
+
sky: {
|
|
283
|
+
50: string;
|
|
284
|
+
100: string;
|
|
285
|
+
200: string;
|
|
286
|
+
300: string;
|
|
287
|
+
400: string;
|
|
288
|
+
500: string;
|
|
289
|
+
600: string;
|
|
290
|
+
700: string;
|
|
291
|
+
800: string;
|
|
292
|
+
900: string;
|
|
293
|
+
};
|
|
294
|
+
blue: {
|
|
295
|
+
50: string;
|
|
296
|
+
100: string;
|
|
297
|
+
200: string;
|
|
298
|
+
300: string;
|
|
299
|
+
400: string;
|
|
300
|
+
500: string;
|
|
301
|
+
600: string;
|
|
302
|
+
700: string;
|
|
303
|
+
800: string;
|
|
304
|
+
900: string;
|
|
305
|
+
};
|
|
306
|
+
indigo: {
|
|
307
|
+
50: string;
|
|
308
|
+
100: string;
|
|
309
|
+
200: string;
|
|
310
|
+
300: string;
|
|
311
|
+
400: string;
|
|
312
|
+
500: string;
|
|
313
|
+
600: string;
|
|
314
|
+
700: string;
|
|
315
|
+
800: string;
|
|
316
|
+
900: string;
|
|
317
|
+
};
|
|
318
|
+
violet: {
|
|
319
|
+
50: string;
|
|
320
|
+
100: string;
|
|
321
|
+
200: string;
|
|
322
|
+
300: string;
|
|
323
|
+
400: string;
|
|
324
|
+
500: string;
|
|
325
|
+
600: string;
|
|
326
|
+
700: string;
|
|
327
|
+
800: string;
|
|
328
|
+
900: string;
|
|
329
|
+
};
|
|
330
|
+
purple: {
|
|
331
|
+
50: string;
|
|
332
|
+
100: string;
|
|
333
|
+
200: string;
|
|
334
|
+
300: string;
|
|
335
|
+
400: string;
|
|
336
|
+
500: string;
|
|
337
|
+
600: string;
|
|
338
|
+
700: string;
|
|
339
|
+
800: string;
|
|
340
|
+
900: string;
|
|
341
|
+
};
|
|
342
|
+
fuchsia: {
|
|
343
|
+
50: string;
|
|
344
|
+
100: string;
|
|
345
|
+
200: string;
|
|
346
|
+
300: string;
|
|
347
|
+
400: string;
|
|
348
|
+
500: string;
|
|
349
|
+
600: string;
|
|
350
|
+
700: string;
|
|
351
|
+
800: string;
|
|
352
|
+
900: string;
|
|
353
|
+
};
|
|
354
|
+
pink: {
|
|
355
|
+
50: string;
|
|
356
|
+
100: string;
|
|
357
|
+
200: string;
|
|
358
|
+
300: string;
|
|
359
|
+
400: string;
|
|
360
|
+
500: string;
|
|
361
|
+
600: string;
|
|
362
|
+
700: string;
|
|
363
|
+
800: string;
|
|
364
|
+
900: string;
|
|
365
|
+
};
|
|
366
|
+
rose: {
|
|
367
|
+
50: string;
|
|
368
|
+
100: string;
|
|
369
|
+
200: string;
|
|
370
|
+
300: string;
|
|
371
|
+
400: string;
|
|
372
|
+
500: string;
|
|
373
|
+
600: string;
|
|
374
|
+
700: string;
|
|
375
|
+
800: string;
|
|
376
|
+
900: string;
|
|
377
|
+
};
|
|
378
|
+
};
|
|
379
|
+
spacing: {
|
|
380
|
+
px: string;
|
|
381
|
+
0: string;
|
|
382
|
+
0.5: string;
|
|
383
|
+
1: string;
|
|
384
|
+
1.5: string;
|
|
385
|
+
2: string;
|
|
386
|
+
2.5: string;
|
|
387
|
+
3: string;
|
|
388
|
+
3.5: string;
|
|
389
|
+
4: string;
|
|
390
|
+
5: string;
|
|
391
|
+
6: string;
|
|
392
|
+
7: string;
|
|
393
|
+
8: string;
|
|
394
|
+
9: string;
|
|
395
|
+
10: string;
|
|
396
|
+
11: string;
|
|
397
|
+
12: string;
|
|
398
|
+
14: string;
|
|
399
|
+
16: string;
|
|
400
|
+
20: string;
|
|
401
|
+
24: string;
|
|
402
|
+
28: string;
|
|
403
|
+
32: string;
|
|
404
|
+
36: string;
|
|
405
|
+
40: string;
|
|
406
|
+
44: string;
|
|
407
|
+
48: string;
|
|
408
|
+
52: string;
|
|
409
|
+
56: string;
|
|
410
|
+
60: string;
|
|
411
|
+
64: string;
|
|
412
|
+
72: string;
|
|
413
|
+
80: string;
|
|
414
|
+
96: string;
|
|
415
|
+
};
|
|
416
|
+
height: {
|
|
417
|
+
auto: string;
|
|
418
|
+
px: string;
|
|
419
|
+
0: string;
|
|
420
|
+
0.5: string;
|
|
421
|
+
1: string;
|
|
422
|
+
1.5: string;
|
|
423
|
+
2: string;
|
|
424
|
+
2.5: string;
|
|
425
|
+
3: string;
|
|
426
|
+
3.5: string;
|
|
427
|
+
4: string;
|
|
428
|
+
5: string;
|
|
429
|
+
6: string;
|
|
430
|
+
7: string;
|
|
431
|
+
8: string;
|
|
432
|
+
9: string;
|
|
433
|
+
10: string;
|
|
434
|
+
11: string;
|
|
435
|
+
12: string;
|
|
436
|
+
14: string;
|
|
437
|
+
16: string;
|
|
438
|
+
20: string;
|
|
439
|
+
24: string;
|
|
440
|
+
28: string;
|
|
441
|
+
32: string;
|
|
442
|
+
36: string;
|
|
443
|
+
40: string;
|
|
444
|
+
44: string;
|
|
445
|
+
48: string;
|
|
446
|
+
52: string;
|
|
447
|
+
56: string;
|
|
448
|
+
60: string;
|
|
449
|
+
64: string;
|
|
450
|
+
72: string;
|
|
451
|
+
80: string;
|
|
452
|
+
96: string;
|
|
453
|
+
'1/2': string;
|
|
454
|
+
'1/3': string;
|
|
455
|
+
'2/3': string;
|
|
456
|
+
'1/4': string;
|
|
457
|
+
'2/4': string;
|
|
458
|
+
'3/4': string;
|
|
459
|
+
'1/5': string;
|
|
460
|
+
'2/5': string;
|
|
461
|
+
'3/5': string;
|
|
462
|
+
'4/5': string;
|
|
463
|
+
'1/6': string;
|
|
464
|
+
'2/6': string;
|
|
465
|
+
'3/6': string;
|
|
466
|
+
'4/6': string;
|
|
467
|
+
'5/6': string;
|
|
468
|
+
full: string;
|
|
469
|
+
screen: string;
|
|
470
|
+
min: string;
|
|
471
|
+
max: string;
|
|
472
|
+
fit: string;
|
|
473
|
+
};
|
|
474
|
+
components: {
|
|
475
|
+
button: {
|
|
476
|
+
primary: {
|
|
477
|
+
color: string;
|
|
478
|
+
backgroundColor: string;
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
Card: {
|
|
482
|
+
border: string;
|
|
483
|
+
padding: string;
|
|
484
|
+
backgroundColor: string;
|
|
485
|
+
borderRadius: string;
|
|
486
|
+
boxShadow: string;
|
|
487
|
+
};
|
|
488
|
+
'Card.Content': {
|
|
489
|
+
padding: number;
|
|
490
|
+
fontSize: string;
|
|
491
|
+
};
|
|
492
|
+
'Card.Header': {
|
|
493
|
+
fontSize: string;
|
|
494
|
+
fontWeight: string;
|
|
495
|
+
marginBottom: string;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
/**
|
|
501
|
+
* Performs a deep merge of source into target
|
|
502
|
+
*/
|
|
503
|
+
export declare function mergeTheme<T extends Record<string, any>, S extends PartialDeep<T>>(target: T, source: S): MergeDeep<T, S>;
|
|
504
|
+
|
|
505
|
+
export declare type Theme = typeof defaultTheme;
|
|
506
|
+
|
|
507
|
+
export { }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {}
|