@thewhileloop/whileui 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blocks/auth/forgot-password-form.d.ts +2 -0
- package/dist/blocks/auth/forgot-password-form.d.ts.map +1 -0
- package/dist/blocks/auth/forgot-password-form.js +11 -0
- package/dist/blocks/auth/forgot-password-form.js.map +1 -0
- package/dist/blocks/auth/index.d.ts +8 -0
- package/dist/blocks/auth/index.d.ts.map +1 -0
- package/dist/blocks/auth/index.js +8 -0
- package/dist/blocks/auth/index.js.map +1 -0
- package/dist/blocks/auth/reset-password-form.d.ts +2 -0
- package/dist/blocks/auth/reset-password-form.d.ts.map +1 -0
- package/dist/blocks/auth/reset-password-form.js +10 -0
- package/dist/blocks/auth/reset-password-form.js.map +1 -0
- package/dist/blocks/auth/sign-in-form.d.ts +2 -0
- package/dist/blocks/auth/sign-in-form.d.ts.map +1 -0
- package/dist/blocks/auth/sign-in-form.js +12 -0
- package/dist/blocks/auth/sign-in-form.js.map +1 -0
- package/dist/blocks/auth/sign-up-form.d.ts +2 -0
- package/dist/blocks/auth/sign-up-form.d.ts.map +1 -0
- package/dist/blocks/auth/sign-up-form.js +12 -0
- package/dist/blocks/auth/sign-up-form.js.map +1 -0
- package/dist/blocks/auth/social-connections.d.ts +2 -0
- package/dist/blocks/auth/social-connections.d.ts.map +1 -0
- package/dist/blocks/auth/social-connections.js +8 -0
- package/dist/blocks/auth/social-connections.js.map +1 -0
- package/dist/blocks/auth/user-menu.d.ts +2 -0
- package/dist/blocks/auth/user-menu.d.ts.map +1 -0
- package/dist/blocks/auth/user-menu.js +10 -0
- package/dist/blocks/auth/user-menu.js.map +1 -0
- package/dist/blocks/auth/verify-email-form.d.ts +2 -0
- package/dist/blocks/auth/verify-email-form.d.ts.map +1 -0
- package/dist/blocks/auth/verify-email-form.js +11 -0
- package/dist/blocks/auth/verify-email-form.js.map +1 -0
- package/dist/blocks/commerce/checkout-summary.d.ts +19 -0
- package/dist/blocks/commerce/checkout-summary.d.ts.map +1 -0
- package/dist/blocks/commerce/checkout-summary.js +11 -0
- package/dist/blocks/commerce/checkout-summary.js.map +1 -0
- package/dist/blocks/commerce/index.d.ts +4 -0
- package/dist/blocks/commerce/index.d.ts.map +1 -0
- package/dist/blocks/commerce/index.js +4 -0
- package/dist/blocks/commerce/index.js.map +1 -0
- package/dist/blocks/commerce/pricing-card.d.ts +18 -0
- package/dist/blocks/commerce/pricing-card.d.ts.map +1 -0
- package/dist/blocks/commerce/pricing-card.js +11 -0
- package/dist/blocks/commerce/pricing-card.js.map +1 -0
- package/dist/blocks/commerce/product-card.d.ts +15 -0
- package/dist/blocks/commerce/product-card.d.ts.map +1 -0
- package/dist/blocks/commerce/product-card.js +11 -0
- package/dist/blocks/commerce/product-card.js.map +1 -0
- package/dist/blocks/layout/app-shell.d.ts +10 -0
- package/dist/blocks/layout/app-shell.d.ts.map +1 -0
- package/dist/blocks/layout/app-shell.js +10 -0
- package/dist/blocks/layout/app-shell.js.map +1 -0
- package/dist/blocks/layout/empty-state.d.ts +17 -0
- package/dist/blocks/layout/empty-state.d.ts.map +1 -0
- package/dist/blocks/layout/empty-state.js +10 -0
- package/dist/blocks/layout/empty-state.js.map +1 -0
- package/dist/blocks/layout/error-state.d.ts +12 -0
- package/dist/blocks/layout/error-state.d.ts.map +1 -0
- package/dist/blocks/layout/error-state.js +13 -0
- package/dist/blocks/layout/error-state.js.map +1 -0
- package/dist/blocks/layout/index.d.ts +6 -0
- package/dist/blocks/layout/index.d.ts.map +1 -0
- package/dist/blocks/layout/index.js +6 -0
- package/dist/blocks/layout/index.js.map +1 -0
- package/dist/blocks/layout/loading-screen.d.ts +7 -0
- package/dist/blocks/layout/loading-screen.d.ts.map +1 -0
- package/dist/blocks/layout/loading-screen.js +15 -0
- package/dist/blocks/layout/loading-screen.js.map +1 -0
- package/dist/blocks/layout/onboarding-screen.d.ts +19 -0
- package/dist/blocks/layout/onboarding-screen.d.ts.map +1 -0
- package/dist/blocks/layout/onboarding-screen.js +35 -0
- package/dist/blocks/layout/onboarding-screen.js.map +1 -0
- package/dist/blocks/lists/index.d.ts +4 -0
- package/dist/blocks/lists/index.d.ts.map +1 -0
- package/dist/blocks/lists/index.js +4 -0
- package/dist/blocks/lists/index.js.map +1 -0
- package/dist/blocks/lists/list-item.d.ts +15 -0
- package/dist/blocks/lists/list-item.d.ts.map +1 -0
- package/dist/blocks/lists/list-item.js +9 -0
- package/dist/blocks/lists/list-item.js.map +1 -0
- package/dist/blocks/lists/notification-item.d.ts +14 -0
- package/dist/blocks/lists/notification-item.d.ts.map +1 -0
- package/dist/blocks/lists/notification-item.js +10 -0
- package/dist/blocks/lists/notification-item.js.map +1 -0
- package/dist/blocks/lists/swipeable-item.d.ts +17 -0
- package/dist/blocks/lists/swipeable-item.d.ts.map +1 -0
- package/dist/blocks/lists/swipeable-item.js +62 -0
- package/dist/blocks/lists/swipeable-item.js.map +1 -0
- package/dist/blocks/navigation/bottom-nav.d.ts +19 -0
- package/dist/blocks/navigation/bottom-nav.d.ts.map +1 -0
- package/dist/blocks/navigation/bottom-nav.js +13 -0
- package/dist/blocks/navigation/bottom-nav.js.map +1 -0
- package/dist/blocks/navigation/drawer-menu.d.ts +26 -0
- package/dist/blocks/navigation/drawer-menu.d.ts.map +1 -0
- package/dist/blocks/navigation/drawer-menu.js +52 -0
- package/dist/blocks/navigation/drawer-menu.js.map +1 -0
- package/dist/blocks/navigation/floating-bottom-nav.d.ts +18 -0
- package/dist/blocks/navigation/floating-bottom-nav.d.ts.map +1 -0
- package/dist/blocks/navigation/floating-bottom-nav.js +13 -0
- package/dist/blocks/navigation/floating-bottom-nav.js.map +1 -0
- package/dist/blocks/navigation/header.d.ts +23 -0
- package/dist/blocks/navigation/header.d.ts.map +1 -0
- package/dist/blocks/navigation/header.js +12 -0
- package/dist/blocks/navigation/header.js.map +1 -0
- package/dist/blocks/navigation/index.d.ts +6 -0
- package/dist/blocks/navigation/index.d.ts.map +1 -0
- package/dist/blocks/navigation/index.js +6 -0
- package/dist/blocks/navigation/index.js.map +1 -0
- package/dist/blocks/navigation/tab-bar.d.ts +21 -0
- package/dist/blocks/navigation/tab-bar.d.ts.map +1 -0
- package/dist/blocks/navigation/tab-bar.js +28 -0
- package/dist/blocks/navigation/tab-bar.js.map +1 -0
- package/dist/blocks/profile/account-card.d.ts +11 -0
- package/dist/blocks/profile/account-card.d.ts.map +1 -0
- package/dist/blocks/profile/account-card.js +10 -0
- package/dist/blocks/profile/account-card.js.map +1 -0
- package/dist/blocks/profile/index.d.ts +5 -0
- package/dist/blocks/profile/index.d.ts.map +1 -0
- package/dist/blocks/profile/index.js +5 -0
- package/dist/blocks/profile/index.js.map +1 -0
- package/dist/blocks/profile/profile-header.d.ts +27 -0
- package/dist/blocks/profile/profile-header.d.ts.map +1 -0
- package/dist/blocks/profile/profile-header.js +11 -0
- package/dist/blocks/profile/profile-header.js.map +1 -0
- package/dist/blocks/profile/settings-item.d.ts +15 -0
- package/dist/blocks/profile/settings-item.d.ts.map +1 -0
- package/dist/blocks/profile/settings-item.js +11 -0
- package/dist/blocks/profile/settings-item.js.map +1 -0
- package/dist/blocks/profile/settings-section.d.ts +7 -0
- package/dist/blocks/profile/settings-section.d.ts.map +1 -0
- package/dist/blocks/profile/settings-section.js +9 -0
- package/dist/blocks/profile/settings-section.js.map +1 -0
- package/dist/blocks/splash/index.d.ts +2 -0
- package/dist/blocks/splash/index.d.ts.map +1 -0
- package/dist/blocks/splash/index.js +2 -0
- package/dist/blocks/splash/index.js.map +1 -0
- package/dist/blocks/splash/splash-screen.d.ts +29 -0
- package/dist/blocks/splash/splash-screen.d.ts.map +1 -0
- package/dist/blocks/splash/splash-screen.js +75 -0
- package/dist/blocks/splash/splash-screen.js.map +1 -0
- package/dist/components/accordion/accordion.d.ts +38 -0
- package/dist/components/accordion/accordion.d.ts.map +1 -0
- package/dist/components/accordion/accordion.js +71 -0
- package/dist/components/accordion/accordion.js.map +1 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/accordion/index.d.ts.map +1 -0
- package/dist/components/accordion/index.js +2 -0
- package/dist/components/accordion/index.js.map +1 -0
- package/dist/components/alert/alert.d.ts +71 -0
- package/dist/components/alert/alert.d.ts.map +1 -0
- package/dist/components/alert/alert.js +34 -0
- package/dist/components/alert/alert.js.map +1 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/alert/index.d.ts.map +1 -0
- package/dist/components/alert/index.js +2 -0
- package/dist/components/alert/index.js.map +1 -0
- package/dist/components/alert-dialog/alert-dialog.d.ts +72 -0
- package/dist/components/alert-dialog/alert-dialog.d.ts.map +1 -0
- package/dist/components/alert-dialog/alert-dialog.js +81 -0
- package/dist/components/alert-dialog/alert-dialog.js.map +1 -0
- package/dist/components/alert-dialog/index.d.ts +2 -0
- package/dist/components/alert-dialog/index.d.ts.map +1 -0
- package/dist/components/alert-dialog/index.js +2 -0
- package/dist/components/alert-dialog/index.js.map +1 -0
- package/dist/components/aspect-ratio/aspect-ratio.d.ts +11 -0
- package/dist/components/aspect-ratio/aspect-ratio.d.ts.map +1 -0
- package/dist/components/aspect-ratio/aspect-ratio.js +11 -0
- package/dist/components/aspect-ratio/aspect-ratio.js.map +1 -0
- package/dist/components/aspect-ratio/index.d.ts +2 -0
- package/dist/components/aspect-ratio/index.d.ts.map +1 -0
- package/dist/components/aspect-ratio/index.js +2 -0
- package/dist/components/aspect-ratio/index.js.map +1 -0
- package/dist/components/avatar/avatar.d.ts +74 -0
- package/dist/components/avatar/avatar.d.ts.map +1 -0
- package/dist/components/avatar/avatar.js +52 -0
- package/dist/components/avatar/avatar.js.map +1 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/avatar/index.d.ts.map +1 -0
- package/dist/components/avatar/index.js +2 -0
- package/dist/components/avatar/index.js.map +1 -0
- package/dist/components/badge/badge.d.ts +158 -0
- package/dist/components/badge/badge.d.ts.map +1 -0
- package/dist/components/badge/badge.js +54 -0
- package/dist/components/badge/badge.js.map +1 -0
- package/dist/components/badge/index.d.ts +2 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/badge/index.js +2 -0
- package/dist/components/badge/index.js.map +1 -0
- package/dist/components/button/button.d.ts +240 -0
- package/dist/components/button/button.d.ts.map +1 -0
- package/dist/components/button/button.js +79 -0
- package/dist/components/button/button.js.map +1 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/button/index.js +2 -0
- package/dist/components/button/index.js.map +1 -0
- package/dist/components/card/card.d.ts +22 -0
- package/dist/components/card/card.d.ts.map +1 -0
- package/dist/components/card/card.js +31 -0
- package/dist/components/card/card.js.map +1 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.d.ts.map +1 -0
- package/dist/components/card/index.js +2 -0
- package/dist/components/card/index.js.map +1 -0
- package/dist/components/checkbox/checkbox.d.ts +14 -0
- package/dist/components/checkbox/checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.js +19 -0
- package/dist/components/checkbox/checkbox.js.map +1 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/checkbox/index.js +2 -0
- package/dist/components/checkbox/index.js.map +1 -0
- package/dist/components/collapsible/collapsible.d.ts +36 -0
- package/dist/components/collapsible/collapsible.d.ts.map +1 -0
- package/dist/components/collapsible/collapsible.js +60 -0
- package/dist/components/collapsible/collapsible.js.map +1 -0
- package/dist/components/collapsible/index.d.ts +2 -0
- package/dist/components/collapsible/index.d.ts.map +1 -0
- package/dist/components/collapsible/index.js +2 -0
- package/dist/components/collapsible/index.js.map +1 -0
- package/dist/components/context-menu/context-menu.d.ts +48 -0
- package/dist/components/context-menu/context-menu.d.ts.map +1 -0
- package/dist/components/context-menu/context-menu.js +53 -0
- package/dist/components/context-menu/context-menu.js.map +1 -0
- package/dist/components/context-menu/index.d.ts +2 -0
- package/dist/components/context-menu/index.d.ts.map +1 -0
- package/dist/components/context-menu/index.js +2 -0
- package/dist/components/context-menu/index.js.map +1 -0
- package/dist/components/dialog/dialog.d.ts +68 -0
- package/dist/components/dialog/dialog.d.ts.map +1 -0
- package/dist/components/dialog/dialog.js +73 -0
- package/dist/components/dialog/dialog.js.map +1 -0
- package/dist/components/dialog/index.d.ts +2 -0
- package/dist/components/dialog/index.d.ts.map +1 -0
- package/dist/components/dialog/index.js +2 -0
- package/dist/components/dialog/index.js.map +1 -0
- package/dist/components/dropdown-menu/dropdown-menu.d.ts +48 -0
- package/dist/components/dropdown-menu/dropdown-menu.d.ts.map +1 -0
- package/dist/components/dropdown-menu/dropdown-menu.js +51 -0
- package/dist/components/dropdown-menu/dropdown-menu.js.map +1 -0
- package/dist/components/dropdown-menu/index.d.ts +2 -0
- package/dist/components/dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/dropdown-menu/index.js +2 -0
- package/dist/components/dropdown-menu/index.js.map +1 -0
- package/dist/components/hover-card/hover-card.d.ts +20 -0
- package/dist/components/hover-card/hover-card.d.ts.map +1 -0
- package/dist/components/hover-card/hover-card.js +18 -0
- package/dist/components/hover-card/hover-card.js.map +1 -0
- package/dist/components/hover-card/index.d.ts +2 -0
- package/dist/components/hover-card/index.d.ts.map +1 -0
- package/dist/components/hover-card/index.js +2 -0
- package/dist/components/hover-card/index.js.map +1 -0
- package/dist/components/input/index.d.ts +2 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/input/index.js +2 -0
- package/dist/components/input/index.js.map +1 -0
- package/dist/components/input/input.d.ts +45 -0
- package/dist/components/input/input.d.ts.map +1 -0
- package/dist/components/input/input.js +23 -0
- package/dist/components/input/input.js.map +1 -0
- package/dist/components/label/index.d.ts +2 -0
- package/dist/components/label/index.d.ts.map +1 -0
- package/dist/components/label/index.js +2 -0
- package/dist/components/label/index.js.map +1 -0
- package/dist/components/label/label.d.ts +7 -0
- package/dist/components/label/label.d.ts.map +1 -0
- package/dist/components/label/label.js +13 -0
- package/dist/components/label/label.js.map +1 -0
- package/dist/components/menubar/index.d.ts +2 -0
- package/dist/components/menubar/index.d.ts.map +1 -0
- package/dist/components/menubar/index.js +2 -0
- package/dist/components/menubar/index.js.map +1 -0
- package/dist/components/menubar/menubar.d.ts +54 -0
- package/dist/components/menubar/menubar.d.ts.map +1 -0
- package/dist/components/menubar/menubar.js +46 -0
- package/dist/components/menubar/menubar.js.map +1 -0
- package/dist/components/popover/index.d.ts +2 -0
- package/dist/components/popover/index.d.ts.map +1 -0
- package/dist/components/popover/index.js +2 -0
- package/dist/components/popover/index.js.map +1 -0
- package/dist/components/popover/popover.d.ts +22 -0
- package/dist/components/popover/popover.d.ts.map +1 -0
- package/dist/components/popover/popover.js +22 -0
- package/dist/components/popover/popover.js.map +1 -0
- package/dist/components/pressable/index.d.ts +2 -0
- package/dist/components/pressable/index.d.ts.map +1 -0
- package/dist/components/pressable/index.js +2 -0
- package/dist/components/pressable/index.js.map +1 -0
- package/dist/components/pressable/pressable.d.ts +8 -0
- package/dist/components/pressable/pressable.d.ts.map +1 -0
- package/dist/components/pressable/pressable.js +10 -0
- package/dist/components/pressable/pressable.js.map +1 -0
- package/dist/components/progress/index.d.ts +2 -0
- package/dist/components/progress/index.d.ts.map +1 -0
- package/dist/components/progress/index.js +2 -0
- package/dist/components/progress/index.js.map +1 -0
- package/dist/components/progress/progress.d.ts +53 -0
- package/dist/components/progress/progress.d.ts.map +1 -0
- package/dist/components/progress/progress.js +25 -0
- package/dist/components/progress/progress.js.map +1 -0
- package/dist/components/radio-group/index.d.ts +2 -0
- package/dist/components/radio-group/index.d.ts.map +1 -0
- package/dist/components/radio-group/index.js +2 -0
- package/dist/components/radio-group/index.js.map +1 -0
- package/dist/components/radio-group/radio-group.d.ts +21 -0
- package/dist/components/radio-group/radio-group.d.ts.map +1 -0
- package/dist/components/radio-group/radio-group.js +27 -0
- package/dist/components/radio-group/radio-group.js.map +1 -0
- package/dist/components/select/index.d.ts +2 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/select/index.js +2 -0
- package/dist/components/select/index.js.map +1 -0
- package/dist/components/select/select.d.ts +79 -0
- package/dist/components/select/select.d.ts.map +1 -0
- package/dist/components/select/select.js +53 -0
- package/dist/components/select/select.js.map +1 -0
- package/dist/components/separator/index.d.ts +2 -0
- package/dist/components/separator/index.d.ts.map +1 -0
- package/dist/components/separator/index.js +2 -0
- package/dist/components/separator/index.js.map +1 -0
- package/dist/components/separator/separator.d.ts +8 -0
- package/dist/components/separator/separator.d.ts.map +1 -0
- package/dist/components/separator/separator.js +10 -0
- package/dist/components/separator/separator.js.map +1 -0
- package/dist/components/skeleton/index.d.ts +2 -0
- package/dist/components/skeleton/index.d.ts.map +1 -0
- package/dist/components/skeleton/index.js +2 -0
- package/dist/components/skeleton/index.js.map +1 -0
- package/dist/components/skeleton/skeleton.d.ts +10 -0
- package/dist/components/skeleton/skeleton.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.js +19 -0
- package/dist/components/skeleton/skeleton.js.map +1 -0
- package/dist/components/spinner/index.d.ts +2 -0
- package/dist/components/spinner/index.d.ts.map +1 -0
- package/dist/components/spinner/index.js +2 -0
- package/dist/components/spinner/index.js.map +1 -0
- package/dist/components/spinner/spinner.d.ts +54 -0
- package/dist/components/spinner/spinner.d.ts.map +1 -0
- package/dist/components/spinner/spinner.js +29 -0
- package/dist/components/spinner/spinner.js.map +1 -0
- package/dist/components/switch/index.d.ts +2 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/switch/index.js +2 -0
- package/dist/components/switch/index.js.map +1 -0
- package/dist/components/switch/switch.d.ts +14 -0
- package/dist/components/switch/switch.d.ts.map +1 -0
- package/dist/components/switch/switch.js +19 -0
- package/dist/components/switch/switch.js.map +1 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/index.d.ts.map +1 -0
- package/dist/components/tabs/index.js +2 -0
- package/dist/components/tabs/index.js.map +1 -0
- package/dist/components/tabs/tabs.d.ts +72 -0
- package/dist/components/tabs/tabs.d.ts.map +1 -0
- package/dist/components/tabs/tabs.js +52 -0
- package/dist/components/tabs/tabs.js.map +1 -0
- package/dist/components/text/index.d.ts +2 -0
- package/dist/components/text/index.d.ts.map +1 -0
- package/dist/components/text/index.js +2 -0
- package/dist/components/text/index.js.map +1 -0
- package/dist/components/text/text.d.ts +149 -0
- package/dist/components/text/text.d.ts.map +1 -0
- package/dist/components/text/text.js +41 -0
- package/dist/components/text/text.js.map +1 -0
- package/dist/components/textarea/index.d.ts +2 -0
- package/dist/components/textarea/index.d.ts.map +1 -0
- package/dist/components/textarea/index.js +2 -0
- package/dist/components/textarea/index.js.map +1 -0
- package/dist/components/textarea/textarea.d.ts +52 -0
- package/dist/components/textarea/textarea.d.ts.map +1 -0
- package/dist/components/textarea/textarea.js +27 -0
- package/dist/components/textarea/textarea.js.map +1 -0
- package/dist/components/toast/index.d.ts +2 -0
- package/dist/components/toast/index.d.ts.map +1 -0
- package/dist/components/toast/index.js +2 -0
- package/dist/components/toast/index.js.map +1 -0
- package/dist/components/toast/toast.d.ts +79 -0
- package/dist/components/toast/toast.d.ts.map +1 -0
- package/dist/components/toast/toast.js +69 -0
- package/dist/components/toast/toast.js.map +1 -0
- package/dist/components/toggle/index.d.ts +2 -0
- package/dist/components/toggle/index.d.ts.map +1 -0
- package/dist/components/toggle/index.js +2 -0
- package/dist/components/toggle/index.js.map +1 -0
- package/dist/components/toggle/toggle.d.ts +195 -0
- package/dist/components/toggle/toggle.d.ts.map +1 -0
- package/dist/components/toggle/toggle.js +71 -0
- package/dist/components/toggle/toggle.js.map +1 -0
- package/dist/components/toggle-group/index.d.ts +2 -0
- package/dist/components/toggle-group/index.d.ts.map +1 -0
- package/dist/components/toggle-group/index.js +2 -0
- package/dist/components/toggle-group/index.js.map +1 -0
- package/dist/components/toggle-group/toggle-group.d.ts +204 -0
- package/dist/components/toggle-group/toggle-group.d.ts.map +1 -0
- package/dist/components/toggle-group/toggle-group.js +97 -0
- package/dist/components/toggle-group/toggle-group.js.map +1 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/components/tooltip/index.js +2 -0
- package/dist/components/tooltip/index.js.map +1 -0
- package/dist/components/tooltip/tooltip.d.ts +21 -0
- package/dist/components/tooltip/tooltip.d.ts.map +1 -0
- package/dist/components/tooltip/tooltip.js +18 -0
- package/dist/components/tooltip/tooltip.js.map +1 -0
- package/dist/components/view/index.d.ts +2 -0
- package/dist/components/view/index.d.ts.map +1 -0
- package/dist/components/view/index.js +2 -0
- package/dist/components/view/index.js.map +1 -0
- package/dist/components/view/view.d.ts +7 -0
- package/dist/components/view/view.d.ts.map +1 -0
- package/dist/components/view/view.js +10 -0
- package/dist/components/view/view.js.map +1 -0
- package/dist/index.d.ts +46 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +50 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/cn.d.ts +11 -0
- package/dist/lib/cn.d.ts.map +1 -0
- package/dist/lib/cn.js +14 -0
- package/dist/lib/cn.js.map +1 -0
- package/dist/lib/font-context.d.ts +24 -0
- package/dist/lib/font-context.d.ts.map +1 -0
- package/dist/lib/font-context.js +22 -0
- package/dist/lib/font-context.js.map +1 -0
- package/dist/lib/index.d.ts +4 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/index.js +4 -0
- package/dist/lib/index.js.map +1 -0
- package/dist/lib/portal.d.ts +22 -0
- package/dist/lib/portal.d.ts.map +1 -0
- package/dist/lib/portal.js +22 -0
- package/dist/lib/portal.js.map +1 -0
- package/dist/lib/tv.d.ts +16 -0
- package/dist/lib/tv.d.ts.map +1 -0
- package/dist/lib/tv.js +16 -0
- package/dist/lib/tv.js.map +1 -0
- package/package.json +75 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.js","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAkB,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,EAAE,EAAE,MAAM,cAAc,CAAC;AAyBlC,gEAAgE;AAEhE,SAAS,OAAO,CAAC,EACf,YAAY,EACZ,aAAa,EACb,iBAAiB,EACjB,uBAAuB,EACvB,QAAQ,GACK;IACb,OAAO,CACL,KAAC,gBAAgB,CAAC,IAAI,IACpB,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,aAAa,EAC5B,iBAAiB,EAAE,iBAAiB,EACpC,uBAAuB,EAAE,uBAAuB,YAE/C,QAAQ,GACa,CACzB,CAAC;AACJ,CAAC;AAED,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAGrC,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAClC,KAAC,gBAAgB,CAAC,OAAO,IAAC,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,KAAM,KAAK,GAAI,CAC5E,CAAC,CAAC;AACH,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAGrC,CAAC,EAAE,SAAS,EAAE,UAAU,GAAG,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CACxE,KAAC,gBAAgB,CAAC,MAAM,IAAC,QAAQ,EAAE,UAAU,YAC3C,KAAC,gBAAgB,CAAC,OAAO,IAAC,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,KAAK,CAAC,CAAC,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,YAC1F,KAAC,gBAAgB,CAAC,OAAO,IACvB,GAAG,EAAE,GAAG,EACR,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,EAAE,CACX,kEAAkE,EAClE,iIAAiI,EACjI,SAAS,CACV,EACD,KAAK,EAAE,QAAQ,CAAC,EAAE,KAAK,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,aAAa,KAC7C,KAAK,YAER,OAAO,QAAQ,KAAK,QAAQ,CAAC,CAAC,CAAC,CAC9B,KAAC,IAAI,IAAC,SAAS,EAAC,iCAAiC,YAAE,QAAQ,GAAQ,CACpE,CAAC,CAAC,CAAC,CACF,QAAQ,CACT,GACwB,GACF,GACH,CAC3B,CAAC,CAAC;AACH,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC;AAE9C,MAAM,aAAa,GAAc;IAC/B,QAAQ,EAAE,UAAU;CACrB,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/view/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,KAAK,SAAS,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/view/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAkB,MAAM,QAAQ,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { View as RNView, type ViewProps as RNViewProps } from 'react-native';
|
|
3
|
+
export interface ViewProps extends RNViewProps {
|
|
4
|
+
}
|
|
5
|
+
declare const View: React.ForwardRefExoticComponent<ViewProps & React.RefAttributes<RNView>>;
|
|
6
|
+
export { View };
|
|
7
|
+
//# sourceMappingURL=view.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../src/components/view/view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,IAAI,MAAM,EAAE,KAAK,SAAS,IAAI,WAAW,EAAE,MAAM,cAAc,CAAC;AAG7E,MAAM,WAAW,SAAU,SAAQ,WAAW;CAAG;AAEjD,QAAA,MAAM,IAAI,0EAER,CAAC;AAIH,OAAO,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { View as RNView } from 'react-native';
|
|
4
|
+
import { cn } from '../../lib/cn';
|
|
5
|
+
const View = React.forwardRef(({ className, ...props }, ref) => {
|
|
6
|
+
return _jsx(RNView, { ref: ref, className: cn(className), ...props });
|
|
7
|
+
});
|
|
8
|
+
View.displayName = 'View';
|
|
9
|
+
export { View };
|
|
10
|
+
//# sourceMappingURL=view.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view.js","sourceRoot":"","sources":["../../../src/components/view/view.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,IAAI,IAAI,MAAM,EAAiC,MAAM,cAAc,CAAC;AAC7E,OAAO,EAAE,EAAE,EAAE,MAAM,cAAc,CAAC;AAIlC,MAAM,IAAI,GAAG,KAAK,CAAC,UAAU,CAAoB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE;IAChF,OAAO,KAAC,MAAM,IAAC,GAAG,EAAE,GAAG,EAAE,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,KAAM,KAAK,GAAI,CAAC;AACnE,CAAC,CAAC,CAAC;AAEH,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC;AAE1B,OAAO,EAAE,IAAI,EAAE,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export { cn } from './lib/cn';
|
|
2
|
+
export { tv, type VariantProps } from './lib/tv';
|
|
3
|
+
export { FontProvider, type FontFamilyMap } from './lib/font-context';
|
|
4
|
+
export { PortalHost } from './lib/portal';
|
|
5
|
+
export { Text, textVariants, type TextProps } from './components/text';
|
|
6
|
+
export { View, type ViewProps } from './components/view';
|
|
7
|
+
export { Pressable, type PressableProps } from './components/pressable';
|
|
8
|
+
export { Button, ButtonText, ButtonIcon, buttonVariants, buttonTextVariants, type ButtonProps, type ButtonTextProps, type ButtonIconProps, } from './components/button';
|
|
9
|
+
export { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter, type CardProps, type CardHeaderProps, type CardTitleProps, type CardDescriptionProps, type CardContentProps, type CardFooterProps, } from './components/card';
|
|
10
|
+
export { Input, inputVariants, type InputProps } from './components/input';
|
|
11
|
+
export { Badge, BadgeText, badgeVariants, badgeTextVariants, type BadgeProps, type BadgeTextProps, } from './components/badge';
|
|
12
|
+
export { Alert, AlertTitle, AlertDescription, alertVariants, type AlertProps, type AlertTitleProps, type AlertDescriptionProps, } from './components/alert';
|
|
13
|
+
export { Switch, type SwitchProps } from './components/switch';
|
|
14
|
+
export { Checkbox, type CheckboxProps } from './components/checkbox';
|
|
15
|
+
export { Label, type LabelProps } from './components/label';
|
|
16
|
+
export { Separator, type SeparatorProps } from './components/separator';
|
|
17
|
+
export { Progress, progressVariants, type ProgressProps } from './components/progress';
|
|
18
|
+
export { Spinner, spinnerVariants, type SpinnerProps } from './components/spinner';
|
|
19
|
+
export { Textarea, textareaVariants, type TextareaProps } from './components/textarea';
|
|
20
|
+
export { Skeleton, type SkeletonProps } from './components/skeleton';
|
|
21
|
+
export { AspectRatio, type AspectRatioProps } from './components/aspect-ratio';
|
|
22
|
+
export { Avatar, AvatarImage, AvatarFallback, avatarVariants, type AvatarProps, type AvatarImageProps, type AvatarFallbackProps, } from './components/avatar';
|
|
23
|
+
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent, type AccordionProps, type AccordionItemProps, type AccordionTriggerProps, type AccordionContentProps, } from './components/accordion';
|
|
24
|
+
export { Collapsible, CollapsibleTrigger, CollapsibleContent, type CollapsibleProps, type CollapsibleTriggerProps, type CollapsibleContentProps, } from './components/collapsible';
|
|
25
|
+
export { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, DialogClose, type DialogProps, type DialogTriggerProps, type DialogContentProps, type DialogHeaderProps, type DialogFooterProps, type DialogTitleProps, type DialogDescriptionProps, type DialogCloseProps, } from './components/dialog';
|
|
26
|
+
export { AlertDialog, AlertDialogTrigger, AlertDialogContent, AlertDialogHeader, AlertDialogFooter, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AlertDialogCancel, type AlertDialogProps, type AlertDialogTriggerProps, type AlertDialogContentProps, type AlertDialogHeaderProps, type AlertDialogFooterProps, type AlertDialogTitleProps, type AlertDialogDescriptionProps, type AlertDialogActionProps, type AlertDialogCancelProps, } from './components/alert-dialog';
|
|
27
|
+
export { Tabs, TabsList, TabsTrigger, TabsContent, tabsTriggerVariants, type TabsProps, type TabsListProps, type TabsTriggerProps, type TabsContentProps, } from './components/tabs';
|
|
28
|
+
export { RadioGroup, RadioGroupItem, type RadioGroupProps, type RadioGroupItemProps, } from './components/radio-group';
|
|
29
|
+
export { Select, SelectTrigger, SelectValue, SelectContent, SelectItem, SelectItemIcon, SelectGroup, SelectLabel, SelectSeparator, type SelectOption, type SelectTriggerRef, type SelectProps, type SelectTriggerProps, type SelectValueProps, type SelectContentProps, type SelectItemProps, type SelectItemIconProps, type SelectGroupProps, type SelectLabelProps, type SelectSeparatorProps, } from './components/select';
|
|
30
|
+
export { Toggle, ToggleText, toggleVariants, toggleTextVariants, type ToggleProps, type ToggleTextProps, } from './components/toggle';
|
|
31
|
+
export { ToggleGroup, ToggleGroupItem, ToggleGroupItemText, toggleGroupItemVariants, toggleGroupItemTextVariants, type ToggleGroupProps, type ToggleGroupItemProps, type ToggleGroupItemTextProps, } from './components/toggle-group';
|
|
32
|
+
export { Popover, PopoverTrigger, PopoverContent, PopoverClose, type PopoverProps, type PopoverTriggerProps, type PopoverContentProps, type PopoverCloseProps, } from './components/popover';
|
|
33
|
+
export { Tooltip, TooltipTrigger, TooltipContent, type TooltipProps, type TooltipTriggerProps, type TooltipContentProps, } from './components/tooltip';
|
|
34
|
+
export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, type DropdownMenuProps, type DropdownMenuTriggerProps, type DropdownMenuContentProps, type DropdownMenuItemProps, type DropdownMenuLabelProps, type DropdownMenuSeparatorProps, } from './components/dropdown-menu';
|
|
35
|
+
export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuSeparator, type ContextMenuProps, type ContextMenuTriggerProps, type ContextMenuContentProps, type ContextMenuItemProps, type ContextMenuLabelProps, type ContextMenuSeparatorProps, } from './components/context-menu';
|
|
36
|
+
export { HoverCard, HoverCardTrigger, HoverCardContent, type HoverCardProps, type HoverCardTriggerProps, type HoverCardContentProps, } from './components/hover-card';
|
|
37
|
+
export { Menubar, MenubarMenu, MenubarTrigger, MenubarContent, MenubarItem, MenubarLabel, MenubarSeparator, type MenubarProps, type MenubarMenuProps, type MenubarTriggerProps, type MenubarContentProps, type MenubarItemProps, type MenubarLabelProps, type MenubarSeparatorProps, } from './components/menubar';
|
|
38
|
+
export { Toast, ToastContainer, ToastProvider, toastVariants, useToast, type ToastContainerProps, type ToastData, type ToastProps, type ToastProviderProps, } from './components/toast';
|
|
39
|
+
export * from './blocks/auth';
|
|
40
|
+
export * from './blocks/navigation';
|
|
41
|
+
export * from './blocks/layout';
|
|
42
|
+
export * from './blocks/profile';
|
|
43
|
+
export * from './blocks/lists';
|
|
44
|
+
export * from './blocks/commerce';
|
|
45
|
+
export * from './blocks/splash';
|
|
46
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// ─── Utilities ───────────────────────────────────────────────
|
|
2
|
+
export { cn } from './lib/cn';
|
|
3
|
+
export { tv } from './lib/tv';
|
|
4
|
+
export { FontProvider } from './lib/font-context';
|
|
5
|
+
export { PortalHost } from './lib/portal';
|
|
6
|
+
// ─── Primitives ──────────────────────────────────────────────
|
|
7
|
+
export { Text, textVariants } from './components/text';
|
|
8
|
+
export { View } from './components/view';
|
|
9
|
+
export { Pressable } from './components/pressable';
|
|
10
|
+
// ─── Components ──────────────────────────────────────────────
|
|
11
|
+
export { Button, ButtonText, ButtonIcon, buttonVariants, buttonTextVariants, } from './components/button';
|
|
12
|
+
export { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter, } from './components/card';
|
|
13
|
+
export { Input, inputVariants } from './components/input';
|
|
14
|
+
export { Badge, BadgeText, badgeVariants, badgeTextVariants, } from './components/badge';
|
|
15
|
+
export { Alert, AlertTitle, AlertDescription, alertVariants, } from './components/alert';
|
|
16
|
+
export { Switch } from './components/switch';
|
|
17
|
+
export { Checkbox } from './components/checkbox';
|
|
18
|
+
export { Label } from './components/label';
|
|
19
|
+
export { Separator } from './components/separator';
|
|
20
|
+
export { Progress, progressVariants } from './components/progress';
|
|
21
|
+
export { Spinner, spinnerVariants } from './components/spinner';
|
|
22
|
+
export { Textarea, textareaVariants } from './components/textarea';
|
|
23
|
+
export { Skeleton } from './components/skeleton';
|
|
24
|
+
export { AspectRatio } from './components/aspect-ratio';
|
|
25
|
+
export { Avatar, AvatarImage, AvatarFallback, avatarVariants, } from './components/avatar';
|
|
26
|
+
export { Accordion, AccordionItem, AccordionTrigger, AccordionContent, } from './components/accordion';
|
|
27
|
+
export { Collapsible, CollapsibleTrigger, CollapsibleContent, } from './components/collapsible';
|
|
28
|
+
export { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogFooter, DialogTitle, DialogDescription, DialogClose, } from './components/dialog';
|
|
29
|
+
export { AlertDialog, AlertDialogTrigger, AlertDialogContent, AlertDialogHeader, AlertDialogFooter, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AlertDialogCancel, } from './components/alert-dialog';
|
|
30
|
+
export { Tabs, TabsList, TabsTrigger, TabsContent, tabsTriggerVariants, } from './components/tabs';
|
|
31
|
+
export { RadioGroup, RadioGroupItem, } from './components/radio-group';
|
|
32
|
+
export { Select, SelectTrigger, SelectValue, SelectContent, SelectItem, SelectItemIcon, SelectGroup, SelectLabel, SelectSeparator, } from './components/select';
|
|
33
|
+
export { Toggle, ToggleText, toggleVariants, toggleTextVariants, } from './components/toggle';
|
|
34
|
+
export { ToggleGroup, ToggleGroupItem, ToggleGroupItemText, toggleGroupItemVariants, toggleGroupItemTextVariants, } from './components/toggle-group';
|
|
35
|
+
export { Popover, PopoverTrigger, PopoverContent, PopoverClose, } from './components/popover';
|
|
36
|
+
export { Tooltip, TooltipTrigger, TooltipContent, } from './components/tooltip';
|
|
37
|
+
export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, } from './components/dropdown-menu';
|
|
38
|
+
export { ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuSeparator, } from './components/context-menu';
|
|
39
|
+
export { HoverCard, HoverCardTrigger, HoverCardContent, } from './components/hover-card';
|
|
40
|
+
export { Menubar, MenubarMenu, MenubarTrigger, MenubarContent, MenubarItem, MenubarLabel, MenubarSeparator, } from './components/menubar';
|
|
41
|
+
export { Toast, ToastContainer, ToastProvider, toastVariants, useToast, } from './components/toast';
|
|
42
|
+
// ─── Blocks ──────────────────────────────────────────────────
|
|
43
|
+
export * from './blocks/auth';
|
|
44
|
+
export * from './blocks/navigation';
|
|
45
|
+
export * from './blocks/layout';
|
|
46
|
+
export * from './blocks/profile';
|
|
47
|
+
export * from './blocks/lists';
|
|
48
|
+
export * from './blocks/commerce';
|
|
49
|
+
export * from './blocks/splash';
|
|
50
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/lib/cn.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type ClassValue } from 'clsx';
|
|
2
|
+
/**
|
|
3
|
+
* Merge Tailwind CSS classes with proper conflict resolution.
|
|
4
|
+
* Combines clsx for conditional classes with tailwind-merge for deduplication.
|
|
5
|
+
*
|
|
6
|
+
* @example
|
|
7
|
+
* cn('px-4 py-2', 'px-8') // => 'py-2 px-8'
|
|
8
|
+
* cn('bg-primary', isActive && 'bg-secondary') // conditional
|
|
9
|
+
*/
|
|
10
|
+
export declare function cn(...inputs: ClassValue[]): string;
|
|
11
|
+
//# sourceMappingURL=cn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../src/lib/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAG7C;;;;;;;GAOG;AACH,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
package/dist/lib/cn.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { clsx } from 'clsx';
|
|
2
|
+
import { twMerge } from 'tailwind-merge';
|
|
3
|
+
/**
|
|
4
|
+
* Merge Tailwind CSS classes with proper conflict resolution.
|
|
5
|
+
* Combines clsx for conditional classes with tailwind-merge for deduplication.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* cn('px-4 py-2', 'px-8') // => 'py-2 px-8'
|
|
9
|
+
* cn('bg-primary', isActive && 'bg-secondary') // conditional
|
|
10
|
+
*/
|
|
11
|
+
export function cn(...inputs) {
|
|
12
|
+
return twMerge(clsx(inputs));
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=cn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cn.js","sourceRoot":"","sources":["../../src/lib/cn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,IAAI,EAAE,MAAM,MAAM,CAAC;AAC7C,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAEzC;;;;;;;GAOG;AACH,MAAM,UAAU,EAAE,CAAC,GAAG,MAAoB;IACxC,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;AAC/B,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Map of Tailwind font-weight class names to the actual font family name
|
|
3
|
+
* registered via expo-font / useFonts.
|
|
4
|
+
*
|
|
5
|
+
* Consumers provide this via <FontProvider> at the app root.
|
|
6
|
+
*/
|
|
7
|
+
export interface FontFamilyMap {
|
|
8
|
+
'font-thin'?: string;
|
|
9
|
+
'font-extralight'?: string;
|
|
10
|
+
'font-light'?: string;
|
|
11
|
+
'font-normal': string;
|
|
12
|
+
'font-medium'?: string;
|
|
13
|
+
'font-semibold'?: string;
|
|
14
|
+
'font-bold'?: string;
|
|
15
|
+
'font-extrabold'?: string;
|
|
16
|
+
'font-black'?: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const FontProvider: import("react").Provider<FontFamilyMap | null>;
|
|
19
|
+
/**
|
|
20
|
+
* Resolve className list to the correct fontFamily string.
|
|
21
|
+
* Scans right-to-left so the *last* font-weight class wins (Tailwind order).
|
|
22
|
+
*/
|
|
23
|
+
export declare function useResolveFontFamily(className?: string): string | undefined;
|
|
24
|
+
//# sourceMappingURL=font-context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"font-context.d.ts","sourceRoot":"","sources":["../../src/lib/font-context.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,MAAM,WAAW,aAAa;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAID,eAAO,MAAM,YAAY,gDAAuB,CAAC;AAEjD;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAW3E"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { createContext, useContext } from 'react';
|
|
2
|
+
const FontContext = createContext(null);
|
|
3
|
+
export const FontProvider = FontContext.Provider;
|
|
4
|
+
/**
|
|
5
|
+
* Resolve className list to the correct fontFamily string.
|
|
6
|
+
* Scans right-to-left so the *last* font-weight class wins (Tailwind order).
|
|
7
|
+
*/
|
|
8
|
+
export function useResolveFontFamily(className) {
|
|
9
|
+
const map = useContext(FontContext);
|
|
10
|
+
if (!map)
|
|
11
|
+
return undefined; // no provider → let system font render
|
|
12
|
+
if (!className)
|
|
13
|
+
return map['font-normal'];
|
|
14
|
+
const classes = className.split(/\s+/);
|
|
15
|
+
for (let i = classes.length - 1; i >= 0; i--) {
|
|
16
|
+
const mapped = map[classes[i]];
|
|
17
|
+
if (mapped)
|
|
18
|
+
return mapped;
|
|
19
|
+
}
|
|
20
|
+
return map['font-normal'];
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=font-context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"font-context.js","sourceRoot":"","sources":["../../src/lib/font-context.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAoBlD,MAAM,WAAW,GAAG,aAAa,CAAuB,IAAI,CAAC,CAAC;AAE9D,MAAM,CAAC,MAAM,YAAY,GAAG,WAAW,CAAC,QAAQ,CAAC;AAEjD;;;GAGG;AACH,MAAM,UAAU,oBAAoB,CAAC,SAAkB;IACrD,MAAM,GAAG,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;IACpC,IAAI,CAAC,GAAG;QAAE,OAAO,SAAS,CAAC,CAAC,uCAAuC;IACnE,IAAI,CAAC,SAAS;QAAE,OAAO,GAAG,CAAC,aAAa,CAAC,CAAC;IAE1C,MAAM,OAAO,GAAG,SAAS,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IACvC,KAAK,IAAI,CAAC,GAAG,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;QAC7C,MAAM,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC,CAAC,CAAwB,CAAC,CAAC;QACtD,IAAI,MAAM;YAAE,OAAO,MAAM,CAAC;IAC5B,CAAC;IACD,OAAO,GAAG,CAAC,aAAa,CAAC,CAAC;AAC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAC1B,OAAO,EAAE,EAAE,EAAE,KAAK,YAAY,EAAE,MAAM,MAAM,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,MAAM,CAAC;AAC1B,OAAO,EAAE,EAAE,EAAqB,MAAM,MAAM,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Re-export PortalHost from @rn-primitives/portal
|
|
3
|
+
*
|
|
4
|
+
* PortalHost must be added at the root of your app to support
|
|
5
|
+
* portal rendering for Select, Popover, Tooltip, and HoverCard.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* import { PortalHost } from '@thewhileloop/whileui';
|
|
10
|
+
*
|
|
11
|
+
* export default function App() {
|
|
12
|
+
* return (
|
|
13
|
+
* <>
|
|
14
|
+
* <Stack />
|
|
15
|
+
* <PortalHost />
|
|
16
|
+
* </>
|
|
17
|
+
* );
|
|
18
|
+
* }
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export { PortalHost } from '@rn-primitives/portal';
|
|
22
|
+
//# sourceMappingURL=portal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portal.d.ts","sourceRoot":"","sources":["../../src/lib/portal.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Re-export PortalHost from @rn-primitives/portal
|
|
3
|
+
*
|
|
4
|
+
* PortalHost must be added at the root of your app to support
|
|
5
|
+
* portal rendering for Select, Popover, Tooltip, and HoverCard.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* import { PortalHost } from '@thewhileloop/whileui';
|
|
10
|
+
*
|
|
11
|
+
* export default function App() {
|
|
12
|
+
* return (
|
|
13
|
+
* <>
|
|
14
|
+
* <Stack />
|
|
15
|
+
* <PortalHost />
|
|
16
|
+
* </>
|
|
17
|
+
* );
|
|
18
|
+
* }
|
|
19
|
+
* ```
|
|
20
|
+
*/
|
|
21
|
+
export { PortalHost } from '@rn-primitives/portal';
|
|
22
|
+
//# sourceMappingURL=portal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portal.js","sourceRoot":"","sources":["../../src/lib/portal.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC"}
|
package/dist/lib/tv.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Re-export tailwind-variants for convenient imports.
|
|
3
|
+
* Components use tv() to define variant-based styles.
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* import { tv, type VariantProps } from '@/lib/tv';
|
|
7
|
+
*
|
|
8
|
+
* const buttonVariants = tv({
|
|
9
|
+
* base: 'rounded-md font-medium',
|
|
10
|
+
* variants: {
|
|
11
|
+
* size: { sm: 'px-3 py-1', md: 'px-4 py-2', lg: 'px-6 py-3' },
|
|
12
|
+
* },
|
|
13
|
+
* });
|
|
14
|
+
*/
|
|
15
|
+
export { tv, type VariantProps } from 'tailwind-variants';
|
|
16
|
+
//# sourceMappingURL=tv.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tv.d.ts","sourceRoot":"","sources":["../../src/lib/tv.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,OAAO,EAAE,EAAE,EAAE,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC"}
|
package/dist/lib/tv.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Re-export tailwind-variants for convenient imports.
|
|
3
|
+
* Components use tv() to define variant-based styles.
|
|
4
|
+
*
|
|
5
|
+
* @example
|
|
6
|
+
* import { tv, type VariantProps } from '@/lib/tv';
|
|
7
|
+
*
|
|
8
|
+
* const buttonVariants = tv({
|
|
9
|
+
* base: 'rounded-md font-medium',
|
|
10
|
+
* variants: {
|
|
11
|
+
* size: { sm: 'px-3 py-1', md: 'px-4 py-2', lg: 'px-6 py-3' },
|
|
12
|
+
* },
|
|
13
|
+
* });
|
|
14
|
+
*/
|
|
15
|
+
export { tv } from 'tailwind-variants';
|
|
16
|
+
//# sourceMappingURL=tv.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tv.js","sourceRoot":"","sources":["../../src/lib/tv.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,OAAO,EAAE,EAAE,EAAqB,MAAM,mBAAmB,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@thewhileloop/whileui",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "WhileUI Native — shadcn/ui for React Native. Copy-paste components you own.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/whileloop-app/whileui"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [
|
|
11
|
+
"react-native",
|
|
12
|
+
"expo",
|
|
13
|
+
"ui",
|
|
14
|
+
"components",
|
|
15
|
+
"tailwind",
|
|
16
|
+
"uniwind",
|
|
17
|
+
"shadcn"
|
|
18
|
+
],
|
|
19
|
+
"type": "module",
|
|
20
|
+
"main": "dist/index.js",
|
|
21
|
+
"module": "dist/index.js",
|
|
22
|
+
"types": "dist/index.d.ts",
|
|
23
|
+
"exports": {
|
|
24
|
+
".": {
|
|
25
|
+
"types": "./dist/index.d.ts",
|
|
26
|
+
"import": "./dist/index.js"
|
|
27
|
+
},
|
|
28
|
+
"./components/*": {
|
|
29
|
+
"types": "./dist/components/*/index.d.ts",
|
|
30
|
+
"import": "./dist/components/*/index.js"
|
|
31
|
+
},
|
|
32
|
+
"./blocks/*": {
|
|
33
|
+
"types": "./dist/blocks/*/index.d.ts",
|
|
34
|
+
"import": "./dist/blocks/*/index.js"
|
|
35
|
+
},
|
|
36
|
+
"./package.json": "./package.json"
|
|
37
|
+
},
|
|
38
|
+
"files": [
|
|
39
|
+
"dist"
|
|
40
|
+
],
|
|
41
|
+
"sideEffects": false,
|
|
42
|
+
"publishConfig": {
|
|
43
|
+
"access": "public"
|
|
44
|
+
},
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
"@rn-primitives/hooks": ">=1.0.0",
|
|
47
|
+
"@rn-primitives/hover-card": ">=1.0.0",
|
|
48
|
+
"@rn-primitives/popover": ">=1.0.0",
|
|
49
|
+
"@rn-primitives/portal": ">=1.0.0",
|
|
50
|
+
"@rn-primitives/select": ">=1.0.0",
|
|
51
|
+
"@rn-primitives/slot": ">=1.0.0",
|
|
52
|
+
"@rn-primitives/tooltip": ">=1.0.0",
|
|
53
|
+
"react": ">=19.0.0",
|
|
54
|
+
"react-native": ">=0.81.0",
|
|
55
|
+
"react-native-reanimated": ">=3.0.0",
|
|
56
|
+
"react-native-safe-area-context": ">=4.0.0",
|
|
57
|
+
"react-native-screens": ">=4.0.0",
|
|
58
|
+
"tailwindcss": ">=4.0.0",
|
|
59
|
+
"uniwind": ">=1.0.0"
|
|
60
|
+
},
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"clsx": "^2.1.0",
|
|
63
|
+
"tailwind-merge": "^3.0.0",
|
|
64
|
+
"tailwind-variants": "^0.3.0"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@types/react": "~19.1.0",
|
|
68
|
+
"react-native-screens": "^4.23.0",
|
|
69
|
+
"typescript": "^5.7.0"
|
|
70
|
+
},
|
|
71
|
+
"scripts": {
|
|
72
|
+
"build": "tsc -p tsconfig.json",
|
|
73
|
+
"typecheck": "tsc --noEmit"
|
|
74
|
+
}
|
|
75
|
+
}
|