@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 @@
|
|
|
1
|
+
const o={fontFamily:{sans:["ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","Arial","Noto Sans","sans-serif","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"],serif:["ui-serif","Georgia","Cambria","Times New Roman","Times","serif"],monospace:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas","Liberation Mono","Courier New","monospace"]},fontSize:{xs:["0.75rem",{lineHeight:"1rem"}],sm:["0.875rem",{lineHeight:"1.25rem"}],base:["1rem",{lineHeight:"1.5rem"}],lg:["1.125rem",{lineHeight:"1.75rem"}],xl:["1.25rem",{lineHeight:"1.75rem"}],"2xl":["1.5rem",{lineHeight:"2rem"}],"3xl":["1.875rem",{lineHeight:"2.25rem"}],"4xl":["2.25rem",{lineHeight:"2.5rem"}],"5xl":["3rem",{lineHeight:"1"}],"6xl":["3.75rem",{lineHeight:"1"}],"7xl":["4.5rem",{lineHeight:"1"}],"8xl":["6rem",{lineHeight:"1"}],"9xl":["8rem",{lineHeight:"1"}]},fontWeight:{thin:100,extralight:200,light:300,normal:400,medium:500,semibold:600,bold:700,extrabold:800,black:900},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},borderRadius:{.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem"},listStyleType:{none:"none",disc:"disc",decimal:"decimal"},screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:{primary:"#4785ff",secondary:"#b8cfff",tertiary:"#d6e4ff",background:"#f0f5ff",inherit:"inherit",current:"currentColor",transparent:"transparent",black:"rgb(0 0 0)",white:"rgb(255 255 255)",slate:{50:"rgb(248 250 252)",100:"rgb(241 245 249)",200:"rgb(226 232 240)",300:"rgb(203 213 225)",400:"rgb(148 163 184)",500:"rgb(100 116 139)",600:"rgb(71 85 105)",700:"rgb(51 65 85)",800:"rgb(30 41 59)",900:"rgb(15 23 42)"},gray:{50:"rgb(249 250 251)",100:"rgb(243 244 246)",200:"rgb(229 231 235)",300:"rgb(209 213 219)",400:"rgb(156 163 175)",500:"rgb(107 114 128)",600:"rgb(75 85 99)",700:"rgb(55 65 81)",800:"rgb(31 41 55)",900:"rgb(17 24 39)"},zinc:{50:"rgb(250 250 250)",100:"rgb(244 244 245)",200:"rgb(228 228 231)",300:"rgb(212 212 216)",400:"rgb(161 161 170)",500:"rgb(113 113 122)",600:"rgb(82 82 91)",700:"rgb(63 63 70)",800:"rgb(39 39 42)",900:"rgb(24 24 27)"},neutral:{50:"rgb(250 250 250)",100:"rgb(245 245 245)",200:"rgb(229 229 229)",300:"rgb(212 212 212)",400:"rgb(163 163 163)",500:"rgb(115 115 115)",600:"rgb(82 82 82)",700:"rgb(64 64 64)",800:"rgb(38 38 38)",900:"rgb(23 23 23)"},stone:{50:"rgb(250 250 249)",100:"rgb(245 245 244)",200:"rgb(231 229 228)",300:"rgb(214 211 209)",400:"rgb(168 162 158)",500:"rgb(120 113 108)",600:"rgb(87 83 78)",700:"rgb(68 64 60)",800:"rgb(41 37 36)",900:"rgb(28 25 23)"},red:{50:"rgb(254 242 242)",100:"rgb(254 226 226)",200:"rgb(254 202 202)",300:"rgb(252 165 165)",400:"rgb(248 113 113)",500:"rgb(239 68 68)",600:"rgb(220 38 38)",700:"rgb(185 28 28)",800:"rgb(153 27 27)",900:"rgb(127 29 29)"},orange:{50:"rgb(255 247 237)",100:"rgb(255 237 213)",200:"rgb(254 215 170)",300:"rgb(253 186 116)",400:"rgb(251 146 60)",500:"rgb(249 115 22)",600:"rgb(234 88 12)",700:"rgb(194 65 12)",800:"rgb(154 52 18)",900:"rgb(124 45 18)"},amber:{50:"rgb(255 251 235)",100:"rgb(254 243 199)",200:"rgb(253 230 138)",300:"rgb(252 211 77)",400:"rgb(251 191 36)",500:"rgb(245 158 11)",600:"rgb(217 119 6)",700:"rgb(180 83 9)",800:"rgb(146 64 14)",900:"rgb(120 53 15)"},yellow:{50:"rgb(254 252 232)",100:"rgb(254 249 195)",200:"rgb(254 240 138)",300:"rgb(253 224 71)",400:"rgb(250 204 21)",500:"rgb(234 179 8)",600:"rgb(202 138 4)",700:"rgb(161 98 7)",800:"rgb(133 77 14)",900:"rgb(113 63 18)"},lime:{50:"rgb(247 254 231)",100:"rgb(236 252 203)",200:"rgb(217 249 157)",300:"rgb(190 242 100)",400:"rgb(163 230 53)",500:"rgb(132 204 22)",600:"rgb(101 163 13)",700:"rgb(77 124 15)",800:"rgb(63 98 18)",900:"rgb(54 83 20)"},green:{50:"rgb(240 253 244)",100:"rgb(220 252 231)",200:"rgb(187 247 208)",300:"rgb(134 239 172)",400:"rgb(74 222 128)",500:"rgb(34 197 94)",600:"rgb(22 163 74)",700:"rgb(21 128 61)",800:"rgb(22 101 52)",900:"rgb(20 83 45)"},emerald:{50:"rgb(236 253 245)",100:"rgb(209 250 229)",200:"rgb(167 243 208)",300:"rgb(110 231 183)",400:"rgb(52 211 153)",500:"rgb(16 185 129)",600:"rgb(5 150 105)",700:"rgb(4 120 87)",800:"rgb(6 95 70)",900:"rgb(6 78 59)"},teal:{50:"rgb(240 253 250)",100:"rgb(204 251 241)",200:"rgb(153 246 228)",300:"rgb(94 234 212)",400:"rgb(45 212 191)",500:"rgb(20 184 166)",600:"rgb(13 148 136)",700:"rgb(15 118 110)",800:"rgb(17 94 89)",900:"rgb(19 78 74)"},cyan:{50:"rgb(236 254 255)",100:"rgb(207 250 254)",200:"rgb(165 243 252)",300:"rgb(103 232 249)",400:"rgb(34 211 238)",500:"rgb(6 182 212)",600:"rgb(8 145 178)",700:"rgb(14 116 144)",800:"rgb(21 94 117)",900:"rgb(22 78 99)"},sky:{50:"rgb(240 249 255)",100:"rgb(224 242 254)",200:"rgb(186 230 253)",300:"rgb(125 211 252)",400:"rgb(56 189 248)",500:"rgb(14 165 233)",600:"rgb(2 132 199)",700:"rgb(3 105 161)",800:"rgb(7 89 133)",900:"rgb(12 74 110)"},blue:{50:"rgb(239 246 255)",100:"rgb(219 234 254)",200:"rgb(191 219 254)",300:"rgb(147 197 253)",400:"rgb(96 165 250)",500:"rgb(59 130 246)",600:"rgb(37 99 235)",700:"rgb(29 78 216)",800:"rgb(30 64 175)",900:"rgb(30 58 138)"},indigo:{50:"rgb(238 242 255)",100:"rgb(224 231 255)",200:"rgb(199 210 254)",300:"rgb(165 180 252)",400:"rgb(129 140 248)",500:"rgb(99 102 241)",600:"rgb(79 70 229)",700:"rgb(67 56 202)",800:"rgb(55 48 163)",900:"rgb(49 46 129)"},violet:{50:"rgb(245 243 255)",100:"rgb(237 233 254)",200:"rgb(221 214 254)",300:"rgb(196 181 253)",400:"rgb(167 139 250)",500:"rgb(139 92 246)",600:"rgb(124 58 237)",700:"rgb(109 40 217)",800:"rgb(91 33 182)",900:"rgb(76 29 149)"},purple:{50:"rgb(250 245 255)",100:"rgb(243 232 255)",200:"rgb(233 213 255)",300:"rgb(216 180 254)",400:"rgb(192 132 252)",500:"rgb(168 85 247)",600:"rgb(147 51 234)",700:"rgb(126 34 206)",800:"rgb(107 33 168)",900:"rgb(88 28 135)"},fuchsia:{50:"rgb(253 244 255)",100:"rgb(250 232 255)",200:"rgb(245 208 254)",300:"rgb(240 171 252)",400:"rgb(232 121 249)",500:"rgb(217 70 239)",600:"rgb(192 38 211)",700:"rgb(162 28 175)",800:"rgb(134 25 143)",900:"rgb(112 26 117)"},pink:{50:"rgb(253 242 248)",100:"rgb(252 231 243)",200:"rgb(251 207 232)",300:"rgb(249 168 212)",400:"rgb(244 114 182)",500:"rgb(236 72 153)",600:"rgb(219 39 119)",700:"rgb(190 24 93)",800:"rgb(157 23 77)",900:"rgb(131 24 67)"},rose:{50:"rgb(255 241 242)",100:"rgb(255 228 230)",200:"rgb(254 205 211)",300:"rgb(253 164 175)",400:"rgb(251 113 133)",500:"rgb(244 63 94)",600:"rgb(225 29 72)",700:"rgb(190 18 60)",800:"rgb(159 18 57)",900:"rgb(136 19 55)"}},spacing:{px:"1px",0:"0px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},height:{auto:"auto",px:"1px",0:"0px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem","1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%",full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"},components:{button:{primary:{color:"#FFF",backgroundColor:"#000"}},Card:{border:"1px solid rgb(226 232 240)",padding:"1rem",backgroundColor:"transparent",borderRadius:"2px",boxShadow:"rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"},"Card.Content":{padding:0,fontSize:"0.9rem"},"Card.Header":{fontSize:"1.125rem",fontWeight:"700",marginBottom:"1rem"}}};function i(e,m){const r={...e};return Object.entries(m).forEach(([g,b])=>{b!==null&&typeof b=="object"&&!Array.isArray(b)?((r[g]===void 0||r[g]===null)&&(r[g]={}),r[g]=i(r[g],b)):r[g]=b}),r}export{o as defaultTheme,i as mergeTheme};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AccordionItem } from '@nextui-org/accordion';
|
|
2
|
+
import { AccordionProps } from '@nextui-org/accordion';
|
|
3
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
export declare function Accordion({ children, variant, isCompact, className, itemClasses, ...props }: AccordionProps): JSX_2.Element;
|
|
6
|
+
|
|
7
|
+
export { AccordionItem }
|
|
8
|
+
|
|
9
|
+
export { AccordionProps }
|
|
10
|
+
|
|
11
|
+
export { }
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AvatarGroupProps as AvatarGroupProps_2 } from '@nextui-org/avatar';
|
|
2
|
+
import { AvatarProps as AvatarProps_2 } from '@nextui-org/avatar';
|
|
3
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
4
|
+
import { PropsWithChildren } from 'react';
|
|
5
|
+
|
|
6
|
+
export declare function Avatar({ icon, className, isDisabled, size, classNames, isBordered, radius, ...props }: AvatarProps): JSX_2.Element;
|
|
7
|
+
|
|
8
|
+
export declare function AvatarGroup({ children, isGrid, renderCount, className, }: PropsWithChildren<AvatarGroupProps>): JSX_2.Element;
|
|
9
|
+
|
|
10
|
+
export declare type AvatarGroupProps = Pick<AvatarGroupProps_2, 'isGrid' | 'renderCount'> & {
|
|
11
|
+
className?: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export declare type AvatarProps = Omit<AvatarProps_2, 'color'>;
|
|
15
|
+
|
|
16
|
+
export { }
|
package/types/Badge.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BadgeProps as BadgeProps_2 } from '@nextui-org/badge';
|
|
2
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
|
+
|
|
4
|
+
export declare function Badge({ children, isInvisible, disableAnimation, placement, shape, className, classNames, showOutline, content, isDot, isOneChar, size, variant, ...props }: BadgeProps): JSX_2.Element;
|
|
5
|
+
|
|
6
|
+
export declare type BadgeProps = Omit<BadgeProps_2, 'color | disableOutline'>;
|
|
7
|
+
|
|
8
|
+
export { }
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { BreadcrumbProps } from 'react-aria-components';
|
|
2
|
+
import { BreadcrumbsProps as BreadcrumbsProps_2 } from 'react-aria-components';
|
|
3
|
+
import { HTMLAttributes } from 'react';
|
|
4
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
5
|
+
import { LinkProps } from 'react-aria-components';
|
|
6
|
+
import { PropsWithChildren } from 'react';
|
|
7
|
+
import { ReactNode } from 'react';
|
|
8
|
+
|
|
9
|
+
export declare function BreadcrumbEllipsis({ children, ...props }: BreadcrumbEllipsisProps): JSX_2.Element;
|
|
10
|
+
|
|
11
|
+
export declare type BreadcrumbEllipsisProps = PropsWithChildren<HTMLAttributes<HTMLSpanElement>>;
|
|
12
|
+
|
|
13
|
+
export declare function BreadcrumbItem({ children, className, ...props }: BreadcrumbItemProps): JSX_2.Element;
|
|
14
|
+
|
|
15
|
+
export declare type BreadcrumbItemProps = BreadcrumbProps;
|
|
16
|
+
|
|
17
|
+
export declare function BreadcrumbLink({ children, className, ...props }: BreadcrumbLinkProps): JSX_2.Element;
|
|
18
|
+
|
|
19
|
+
export declare type BreadcrumbLinkProps = LinkProps;
|
|
20
|
+
|
|
21
|
+
export declare function Breadcrumbs({ children, className, ...props }: BreadcrumbsProps<object>): JSX_2.Element;
|
|
22
|
+
|
|
23
|
+
export declare function BreadcrumbSeparator({ children, className, ...props }: BreadcrumbSeparatorProps): JSX_2.Element;
|
|
24
|
+
|
|
25
|
+
/** @todo what is this type actually trying to do? */
|
|
26
|
+
export declare interface BreadcrumbSeparatorProps extends Omit<BreadcrumbProps, 'children'>, React.RefAttributes<HTMLLIElement> {
|
|
27
|
+
children?: ReactNode;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export declare type BreadcrumbsProps<T extends object> = Omit<BreadcrumbsProps_2<T>, 'items'>;
|
|
31
|
+
|
|
32
|
+
export { }
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
|
|
3
|
+
import { ButtonProps as ButtonProps_2 } from 'react-aria-components';
|
|
4
|
+
import { ForwardRefExoticComponent } from 'react';
|
|
5
|
+
import { RefAttributes } from 'react';
|
|
6
|
+
|
|
7
|
+
export declare const Button: ForwardRefExoticComponent<ButtonProps_2 & {
|
|
8
|
+
isLoading?: boolean | undefined;
|
|
9
|
+
variant?: "solid" | "outline" | "ghost" | undefined;
|
|
10
|
+
size?: "sm" | "md" | "lg" | undefined;
|
|
11
|
+
} & RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
|
|
13
|
+
export declare type ButtonProps = ButtonProps_2 & {
|
|
14
|
+
isLoading?: boolean;
|
|
15
|
+
variant?: 'solid' | 'outline' | 'ghost';
|
|
16
|
+
size?: 'sm' | 'md' | 'lg';
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export { }
|
package/types/Card.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
|
+
import { PropsWithChildren } from 'react';
|
|
4
|
+
|
|
5
|
+
export declare function Card({ children, className, ...props }: CardProps): JSX_2.Element;
|
|
6
|
+
|
|
7
|
+
export declare type CardProps = PropsWithChildren<HTMLAttributes<HTMLDivElement>>;
|
|
8
|
+
|
|
9
|
+
export { }
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { CheckboxProps as CheckboxProps_2 } from 'react-aria-components';
|
|
2
|
+
import { CheckboxRenderProps } from 'react-aria-components';
|
|
3
|
+
import { ClassValue } from 'clsx';
|
|
4
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
5
|
+
import { ReactNode } from 'react';
|
|
6
|
+
|
|
7
|
+
export declare function Checkbox({ children, slots, className, classNames, ...props }: CheckboxProps): JSX_2.Element;
|
|
8
|
+
|
|
9
|
+
export declare namespace Checkbox {
|
|
10
|
+
var defaultProps: {
|
|
11
|
+
slots: {
|
|
12
|
+
control: undefined;
|
|
13
|
+
};
|
|
14
|
+
classNames: undefined;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export declare interface CheckboxProps extends CheckboxProps_2 {
|
|
19
|
+
slots?: CheckboxSlots;
|
|
20
|
+
classNames?: SlotsToClasses<'control'>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export declare interface CheckboxSlots {
|
|
24
|
+
control?: ReactNode | ((values: CheckboxRenderProps) => ReactNode);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare type SlotsToClasses<S extends string> = {
|
|
28
|
+
[key in S]?: ClassValue;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export { }
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { Context } from 'react';
|
|
2
|
+
import { HTMLAttributes } from 'react';
|
|
3
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
4
|
+
import { PropsWithChildren } from 'react';
|
|
5
|
+
|
|
6
|
+
export declare function Collapsible({ children, className }: CollapsibleContentProps): JSX_2.Element;
|
|
7
|
+
|
|
8
|
+
export declare type CollapsibleContentProps = PropsWithChildren<HTMLAttributes<HTMLDivElement>>;
|
|
9
|
+
|
|
10
|
+
export declare function CollapsibleTrigger({ children, className, ...props }: CollapsibleTriggerProps): JSX_2.Element;
|
|
11
|
+
|
|
12
|
+
export declare type CollapsibleTriggerProps = PropsWithChildren<{
|
|
13
|
+
isOpen?: boolean;
|
|
14
|
+
defaultOpen?: boolean;
|
|
15
|
+
onOpenChange?: (isOpen: boolean) => void;
|
|
16
|
+
className?: string | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
|
|
19
|
+
export declare type CollapsibleTriggerState = {
|
|
20
|
+
isOpen: boolean;
|
|
21
|
+
id: string;
|
|
22
|
+
defaultOpen: boolean;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
/** @todo look into use hook to provide access instead of exporting directly */
|
|
26
|
+
export declare const CollapsibleTriggerStateContext: Context<CollapsibleTriggerState>;
|
|
27
|
+
|
|
28
|
+
export { }
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
|
|
3
|
+
import { ForwardRefExoticComponent } from 'react';
|
|
4
|
+
import { HTMLAttributes } from 'react';
|
|
5
|
+
import { PropsWithChildren } from 'react';
|
|
6
|
+
import { ReactNode } from 'react';
|
|
7
|
+
import { RefAttributes } from 'react';
|
|
8
|
+
|
|
9
|
+
export declare const Container: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
|
|
10
|
+
children?: ReactNode;
|
|
11
|
+
} & RefAttributes<HTMLDivElement>>;
|
|
12
|
+
|
|
13
|
+
export declare type ContainerProps = PropsWithChildren<HTMLAttributes<HTMLDivElement>>;
|
|
14
|
+
|
|
15
|
+
export { }
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
import { Dispatch } from 'react';
|
|
3
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
4
|
+
import { Key } from 'react';
|
|
5
|
+
import { MotionStyle } from 'framer-motion';
|
|
6
|
+
import { PopoverProps as PopoverProps_2 } from 'react-aria-components';
|
|
7
|
+
import { ReactNode } from 'react';
|
|
8
|
+
import { SetStateAction } from 'react';
|
|
9
|
+
|
|
10
|
+
export declare function ContextMenu({ children, key, onAction, setAnimation, animation, className, classNames, ...props }: PopoverProps): JSX_2.Element;
|
|
11
|
+
|
|
12
|
+
export declare namespace ContextMenu {
|
|
13
|
+
var defaultProps: {
|
|
14
|
+
key: undefined;
|
|
15
|
+
onAction: undefined;
|
|
16
|
+
classNames: undefined;
|
|
17
|
+
style: undefined;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
declare type ContextMenuAnimationState = 'unmounted' | 'hidden' | 'visible';
|
|
22
|
+
|
|
23
|
+
export declare interface PopoverProps extends Omit<PopoverProps_2, 'children' | 'style'> {
|
|
24
|
+
animation: ContextMenuAnimationState;
|
|
25
|
+
children: ReactNode;
|
|
26
|
+
onAction?: (key: Key) => void;
|
|
27
|
+
setAnimation: Dispatch<SetStateAction<ContextMenuAnimationState>>;
|
|
28
|
+
key?: Key | null;
|
|
29
|
+
classNames?: SlotsToClasses<'menu'>;
|
|
30
|
+
style?: MotionStyle;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
declare type SlotsToClasses<S extends string> = {
|
|
34
|
+
[key in S]?: ClassValue;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export { }
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
|
+
import { TextFieldProps } from 'react-aria-components';
|
|
4
|
+
import { ValidationResult } from 'react-aria-components';
|
|
5
|
+
|
|
6
|
+
export declare function CreditCardExpirationInput({ label, description, errorMessage, placeholder, value, className, classNames, ...props }: CreditCardExpirationInputProps): JSX_2.Element;
|
|
7
|
+
|
|
8
|
+
export declare namespace CreditCardExpirationInput {
|
|
9
|
+
var defaultProps: {
|
|
10
|
+
label: undefined;
|
|
11
|
+
description: undefined;
|
|
12
|
+
errorMessage: undefined;
|
|
13
|
+
placeholder: undefined;
|
|
14
|
+
classNames: undefined;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export declare interface CreditCardExpirationInputProps extends TextFieldProps {
|
|
19
|
+
label?: string;
|
|
20
|
+
description?: string;
|
|
21
|
+
errorMessage?: string | ((validation: ValidationResult) => string);
|
|
22
|
+
placeholder?: string;
|
|
23
|
+
classNames?: SlotsToClasses<'label' | 'input' | 'description' | 'error'>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare type SlotsToClasses<S extends string> = {
|
|
27
|
+
[key in S]?: ClassValue;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { }
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
|
+
import { TextFieldProps } from 'react-aria-components';
|
|
4
|
+
import { ValidationResult } from 'react-aria-components';
|
|
5
|
+
|
|
6
|
+
export declare function CreditCardInput({ label, description, errorMessage, placeholder, value, onChange, className, classNames, ...props }: CreditCardInputProps): JSX_2.Element;
|
|
7
|
+
|
|
8
|
+
export declare namespace CreditCardInput {
|
|
9
|
+
var defaultProps: {
|
|
10
|
+
label: undefined;
|
|
11
|
+
description: undefined;
|
|
12
|
+
errorMessage: undefined;
|
|
13
|
+
placeholder: undefined;
|
|
14
|
+
classNames: undefined;
|
|
15
|
+
value: undefined;
|
|
16
|
+
onChange: () => void;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export declare interface CreditCardInputProps extends TextFieldProps {
|
|
21
|
+
label?: string;
|
|
22
|
+
description?: string;
|
|
23
|
+
errorMessage?: string | ((validation: ValidationResult) => string);
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
value?: string;
|
|
26
|
+
onChange?: (value: string) => void;
|
|
27
|
+
classNames?: SlotsToClasses<'label' | 'input' | 'description' | 'error'>;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
declare type SlotsToClasses<S extends string> = {
|
|
31
|
+
[key in S]?: ClassValue;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export { }
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
import { DateFieldProps } from 'react-aria-components';
|
|
3
|
+
import { DateValue } from 'react-aria-components';
|
|
4
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
5
|
+
import { ValidationResult } from 'react-aria-components';
|
|
6
|
+
|
|
7
|
+
export declare function DateInput({ label, description, errorMessage, className, classNames, ...props }: DateInputProps): JSX_2.Element;
|
|
8
|
+
|
|
9
|
+
export declare namespace DateInput {
|
|
10
|
+
var defaultProps: {
|
|
11
|
+
label: undefined;
|
|
12
|
+
description: undefined;
|
|
13
|
+
errorMessage: undefined;
|
|
14
|
+
classNames: undefined;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export declare interface DateInputProps extends DateFieldProps<DateValue> {
|
|
19
|
+
label?: string;
|
|
20
|
+
description?: string;
|
|
21
|
+
errorMessage?: string | ((validation: ValidationResult) => string);
|
|
22
|
+
classNames?: SlotsToClasses<'label' | 'input' | 'description' | 'error' | 'segment'>;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
declare type SlotsToClasses<S extends string> = {
|
|
26
|
+
[key in S]?: ClassValue;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export { }
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { DialogProps as DialogProps_2 } from 'react-aria-components';
|
|
2
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
|
+
import { Key } from 'react';
|
|
4
|
+
import { MotionStyle } from 'framer-motion';
|
|
5
|
+
import { Variants } from 'framer-motion';
|
|
6
|
+
|
|
7
|
+
export declare function Dialog({ className, children, animationVariants, ...props }: DialogProps): JSX_2.Element;
|
|
8
|
+
|
|
9
|
+
export declare namespace Dialog {
|
|
10
|
+
var defaultProps: {
|
|
11
|
+
key: undefined;
|
|
12
|
+
style: undefined;
|
|
13
|
+
animationVariants: undefined;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export declare type DialogProps = DialogProps_2 & {
|
|
18
|
+
key?: Key;
|
|
19
|
+
style?: MotionStyle;
|
|
20
|
+
animationVariants?: Variants;
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { }
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DialogTriggerProps as DialogTriggerProps_2 } from 'react-aria-components';
|
|
2
|
+
import { Dispatch } from 'react';
|
|
3
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
4
|
+
import { SetStateAction } from 'react';
|
|
5
|
+
|
|
6
|
+
export declare function DialogTrigger(props: DialogTriggerProps_2): JSX_2.Element;
|
|
7
|
+
|
|
8
|
+
export declare type DialogTriggerProps = DialogTriggerProps_2;
|
|
9
|
+
|
|
10
|
+
/** @todo this feels like it should be renamed, maybe moved to modal directly */
|
|
11
|
+
export declare type DriverAnimationState = 'unmounted' | 'visible' | 'hidden';
|
|
12
|
+
|
|
13
|
+
export declare const useDialogTrigger: () => {
|
|
14
|
+
animation: DriverAnimationState;
|
|
15
|
+
setAnimation: Dispatch<SetStateAction<DriverAnimationState>>;
|
|
16
|
+
onOpenChange: (isOpen: boolean) => void;
|
|
17
|
+
};
|
|
18
|
+
|
|
19
|
+
export { }
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
2
|
+
import { SeparatorProps } from 'react-aria';
|
|
3
|
+
|
|
4
|
+
export declare function Divider({ orientation, className, ...props }: DividerProps): JSX_2.Element;
|
|
5
|
+
|
|
6
|
+
export declare type DividerProps = SeparatorProps & {
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export { }
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { DialogProps } from 'react-aria-components';
|
|
2
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
|
+
import { Key } from 'react';
|
|
4
|
+
import { MotionStyle } from 'framer-motion';
|
|
5
|
+
import { Variants } from 'framer-motion';
|
|
6
|
+
|
|
7
|
+
export declare function Drawer({ direction, children, className, animationVariants, ...props }: DrawerProps): JSX_2.Element;
|
|
8
|
+
|
|
9
|
+
export declare namespace Drawer {
|
|
10
|
+
var defaultProps: {
|
|
11
|
+
direction: string;
|
|
12
|
+
key: undefined;
|
|
13
|
+
style: undefined;
|
|
14
|
+
animationVariants: undefined;
|
|
15
|
+
size: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export declare type DrawerProps = DialogProps & {
|
|
20
|
+
direction?: 'top' | 'right' | 'bottom' | 'left';
|
|
21
|
+
key?: Key;
|
|
22
|
+
style?: MotionStyle;
|
|
23
|
+
animationVariants?: Variants;
|
|
24
|
+
size?: string;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { }
|
package/types/Input.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
|
+
import { TextFieldProps } from 'react-aria-components';
|
|
4
|
+
import { ValidationResult } from 'react-aria-components';
|
|
5
|
+
|
|
6
|
+
export declare function Input({ label, description, errorMessage, placeholder, className, classNames, ...props }: InputProps): JSX_2.Element;
|
|
7
|
+
|
|
8
|
+
export declare namespace Input {
|
|
9
|
+
var defaultProps: {
|
|
10
|
+
label: undefined;
|
|
11
|
+
description: undefined;
|
|
12
|
+
errorMessage: undefined;
|
|
13
|
+
placeholder: undefined;
|
|
14
|
+
classNames: undefined;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export declare interface InputProps extends TextFieldProps {
|
|
19
|
+
label?: string;
|
|
20
|
+
description?: string;
|
|
21
|
+
errorMessage?: string | ((validation: ValidationResult) => string);
|
|
22
|
+
placeholder?: string;
|
|
23
|
+
classNames?: SlotsToClasses<'label' | 'input' | 'description' | 'error'>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare type SlotsToClasses<S extends string> = {
|
|
27
|
+
[key in S]?: ClassValue;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { }
|
package/types/Link.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
2
|
+
import { LinkProps as LinkProps_2 } from 'react-aria-components';
|
|
3
|
+
|
|
4
|
+
export declare function Link({ children, isDisabled, className, ...props }: LinkProps): JSX_2.Element;
|
|
5
|
+
|
|
6
|
+
export declare type LinkProps = LinkProps_2;
|
|
7
|
+
|
|
8
|
+
export { }
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
import { HTMLAttributes } from 'react';
|
|
3
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
4
|
+
|
|
5
|
+
export declare function CircularEasing({ width, stroke, strokeLinecap, strokeWidth, className, style, ...props }: CircularEasingProps): JSX_2.Element;
|
|
6
|
+
|
|
7
|
+
export declare type CircularEasingProps = HTMLAttributes<HTMLDivElement> & {
|
|
8
|
+
stroke: string;
|
|
9
|
+
strokeLinecap?: 'butt' | 'round' | 'square';
|
|
10
|
+
strokeWidth?: number;
|
|
11
|
+
width: number;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export declare function Pulse({ classNames }: PulseProps): JSX_2.Element;
|
|
15
|
+
|
|
16
|
+
export declare namespace Pulse {
|
|
17
|
+
var defaultProps: {
|
|
18
|
+
classNames: undefined;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export declare interface PulseProps {
|
|
23
|
+
classNames?: SlotsToClasses<'base' | 'dot'>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare type SlotsToClasses<S extends string> = {
|
|
27
|
+
[key in S]?: ClassValue;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { }
|
package/types/Meter.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
|
+
import { MeterProps as MeterProps_2 } from 'react-aria-components';
|
|
4
|
+
|
|
5
|
+
export declare function Meter({ label, showValue, value, minValue, maxValue, formatOptions, className, classNames, ...props }: MeterProps): JSX_2.Element;
|
|
6
|
+
|
|
7
|
+
export declare namespace Meter {
|
|
8
|
+
var defaultProps: {
|
|
9
|
+
showValue: undefined;
|
|
10
|
+
label: undefined;
|
|
11
|
+
classNames: undefined;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export declare type MeterProps = MeterProps_2 & {
|
|
16
|
+
label?: string;
|
|
17
|
+
showValue?: boolean;
|
|
18
|
+
classNames?: SlotsToClasses<'label' | 'value' | 'labelWrapper' | 'track' | 'trackWrapepr'>;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
declare type SlotsToClasses<S extends string> = {
|
|
22
|
+
[key in S]?: ClassValue;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { }
|
package/types/Modal.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
2
|
+
import { ModalOverlayProps } from 'react-aria-components';
|
|
3
|
+
import { ReactNode } from 'react';
|
|
4
|
+
|
|
5
|
+
export declare function Modal({ children, className, ...props }: ModalProps): JSX_2.Element;
|
|
6
|
+
|
|
7
|
+
export declare interface ModalProps extends Omit<ModalOverlayProps, 'children'> {
|
|
8
|
+
children: ReactNode;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { }
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
2
|
+
import { Key } from 'react';
|
|
3
|
+
import { ModalOverlayProps as ModalOverlayProps_2 } from 'react-aria-components';
|
|
4
|
+
import { ModalRenderProps } from 'react-aria-components';
|
|
5
|
+
import { MotionStyle } from 'framer-motion';
|
|
6
|
+
import { ReactNode } from 'react';
|
|
7
|
+
import { Variant } from 'framer-motion';
|
|
8
|
+
|
|
9
|
+
export declare function ModalOverlay(props: ModalOverlayProps): JSX_2.Element;
|
|
10
|
+
|
|
11
|
+
export declare namespace ModalOverlay {
|
|
12
|
+
var defaultProps: {
|
|
13
|
+
key: undefined;
|
|
14
|
+
style: undefined;
|
|
15
|
+
animationVariants: undefined;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export declare interface ModalOverlayProps extends Omit<ModalOverlayProps_2, 'children' | 'style'> {
|
|
20
|
+
key?: Key;
|
|
21
|
+
style?: MotionStyle;
|
|
22
|
+
animationVariants?: {
|
|
23
|
+
visible: Variant;
|
|
24
|
+
hidden: Variant;
|
|
25
|
+
};
|
|
26
|
+
children: ReactNode | ((values: ModalRenderProps & {
|
|
27
|
+
defaultChildren: ReactNode;
|
|
28
|
+
}) => ReactNode);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export { }
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
3
|
+
import { NumberFieldProps } from 'react-aria-components';
|
|
4
|
+
import { ReactNode } from 'react';
|
|
5
|
+
import { ValidationResult } from 'react-aria-components';
|
|
6
|
+
|
|
7
|
+
export declare function NumberInput({ label, description, errorMessage, isInvalid, isReadOnly, slots, className, classNames, ...props }: NumberInputProps): JSX_2.Element;
|
|
8
|
+
|
|
9
|
+
export declare namespace NumberInput {
|
|
10
|
+
var defaultProps: {
|
|
11
|
+
label: undefined;
|
|
12
|
+
description: undefined;
|
|
13
|
+
errorMessage: undefined;
|
|
14
|
+
classNames: undefined;
|
|
15
|
+
slots: {
|
|
16
|
+
decrementIcon: JSX_2.Element;
|
|
17
|
+
incrementIcon: JSX_2.Element;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export declare interface NumberInputProps extends NumberFieldProps {
|
|
23
|
+
label?: string;
|
|
24
|
+
description?: string;
|
|
25
|
+
errorMessage?: string | ((validation: ValidationResult) => string);
|
|
26
|
+
slots?: {
|
|
27
|
+
decrementIcon?: ReactNode;
|
|
28
|
+
incrementIcon?: ReactNode;
|
|
29
|
+
};
|
|
30
|
+
classNames?: SlotsToClasses<'label' | 'input' | 'description' | 'error' | 'incrementBtn' | 'decrementBtn' | 'group'>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
declare type SlotsToClasses<S extends string> = {
|
|
34
|
+
[key in S]?: ClassValue;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export { }
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
import { GroupProps } from 'react-aria-components';
|
|
3
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
4
|
+
import { ValidationResult } from 'react-aria-components';
|
|
5
|
+
|
|
6
|
+
/** based on https://github.com/chakra-ui/chakra-ui/blob/main/packages/components/src/pin-input/use-pin-input.ts */
|
|
7
|
+
export declare function PinInput({ description, errorMessage, isDisabled, isInvalid, isMasked, isRequired, label, length, name, onChange: controlledOnChange, value, type, validationBehavior, className, classNames, ...props }: PinInputProps): JSX_2.Element;
|
|
8
|
+
|
|
9
|
+
export declare namespace PinInput {
|
|
10
|
+
var defaultProps: {
|
|
11
|
+
description: undefined;
|
|
12
|
+
errorMessage: undefined;
|
|
13
|
+
isMasked: boolean;
|
|
14
|
+
isRequired: boolean;
|
|
15
|
+
label: undefined;
|
|
16
|
+
classNames: undefined;
|
|
17
|
+
length: number;
|
|
18
|
+
name: string;
|
|
19
|
+
onChange: () => void;
|
|
20
|
+
value: string;
|
|
21
|
+
type: string;
|
|
22
|
+
validationBehavior: string;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/** @todo extend certain textfield props like name, validationBehavior and isRequired */
|
|
27
|
+
export declare interface PinInputProps extends GroupProps {
|
|
28
|
+
description?: string;
|
|
29
|
+
errorMessage?: string | ((validation: ValidationResult) => string);
|
|
30
|
+
label?: string;
|
|
31
|
+
length?: number;
|
|
32
|
+
name?: string;
|
|
33
|
+
onChange?: (...event: any[]) => void;
|
|
34
|
+
value?: string;
|
|
35
|
+
isMasked?: boolean;
|
|
36
|
+
isRequired?: boolean;
|
|
37
|
+
type?: 'alpha' | 'alphanumeric' | 'numeric';
|
|
38
|
+
validationBehavior?: 'native' | 'aria';
|
|
39
|
+
classNames?: SlotsToClasses<'label' | 'input' | 'description' | 'error' | 'inputWrap' | 'textWrap'>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
declare type SlotsToClasses<S extends string> = {
|
|
43
|
+
[key in S]?: ClassValue;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export { }
|