rothzerg-ui 0.1.0
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/LICENSE +21 -0
- package/README.md +216 -0
- package/dist/_virtual/index.cjs +6 -0
- package/dist/_virtual/index.cjs.map +1 -0
- package/dist/_virtual/index.js +6 -0
- package/dist/_virtual/index.js.map +1 -0
- package/dist/_virtual/index2.cjs +5 -0
- package/dist/_virtual/index2.cjs.map +1 -0
- package/dist/_virtual/index2.js +5 -0
- package/dist/_virtual/index2.js.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.development.cjs +5 -0
- package/dist/_virtual/use-sync-external-store-shim.development.cjs.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.development.js +5 -0
- package/dist/_virtual/use-sync-external-store-shim.development.js.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.production.cjs +5 -0
- package/dist/_virtual/use-sync-external-store-shim.production.cjs.map +1 -0
- package/dist/_virtual/use-sync-external-store-shim.production.js +5 -0
- package/dist/_virtual/use-sync-external-store-shim.production.js.map +1 -0
- package/dist/blocks/activity-feed/ActivityFeed.cjs +140 -0
- package/dist/blocks/activity-feed/ActivityFeed.cjs.map +1 -0
- package/dist/blocks/activity-feed/ActivityFeed.d.ts +28 -0
- package/dist/blocks/activity-feed/ActivityFeed.d.ts.map +1 -0
- package/dist/blocks/activity-feed/ActivityFeed.js +140 -0
- package/dist/blocks/activity-feed/ActivityFeed.js.map +1 -0
- package/dist/blocks/activity-feed/index.d.ts +3 -0
- package/dist/blocks/activity-feed/index.d.ts.map +1 -0
- package/dist/blocks/app-download/AppDownload.cjs +100 -0
- package/dist/blocks/app-download/AppDownload.cjs.map +1 -0
- package/dist/blocks/app-download/AppDownload.d.ts +24 -0
- package/dist/blocks/app-download/AppDownload.d.ts.map +1 -0
- package/dist/blocks/app-download/AppDownload.js +100 -0
- package/dist/blocks/app-download/AppDownload.js.map +1 -0
- package/dist/blocks/app-download/index.d.ts +3 -0
- package/dist/blocks/app-download/index.d.ts.map +1 -0
- package/dist/blocks/auth-form/AuthForm.cjs +105 -0
- package/dist/blocks/auth-form/AuthForm.cjs.map +1 -0
- package/dist/blocks/auth-form/AuthForm.d.ts +39 -0
- package/dist/blocks/auth-form/AuthForm.d.ts.map +1 -0
- package/dist/blocks/auth-form/AuthForm.js +105 -0
- package/dist/blocks/auth-form/AuthForm.js.map +1 -0
- package/dist/blocks/auth-form/index.d.ts +3 -0
- package/dist/blocks/auth-form/index.d.ts.map +1 -0
- package/dist/blocks/blog-post/BlogPost.cjs +50 -0
- package/dist/blocks/blog-post/BlogPost.cjs.map +1 -0
- package/dist/blocks/blog-post/BlogPost.d.ts +25 -0
- package/dist/blocks/blog-post/BlogPost.d.ts.map +1 -0
- package/dist/blocks/blog-post/BlogPost.js +50 -0
- package/dist/blocks/blog-post/BlogPost.js.map +1 -0
- package/dist/blocks/blog-post/index.d.ts +3 -0
- package/dist/blocks/blog-post/index.d.ts.map +1 -0
- package/dist/blocks/changelog/Changelog.cjs +47 -0
- package/dist/blocks/changelog/Changelog.cjs.map +1 -0
- package/dist/blocks/changelog/Changelog.d.ts +21 -0
- package/dist/blocks/changelog/Changelog.d.ts.map +1 -0
- package/dist/blocks/changelog/Changelog.js +47 -0
- package/dist/blocks/changelog/Changelog.js.map +1 -0
- package/dist/blocks/changelog/index.d.ts +3 -0
- package/dist/blocks/changelog/index.d.ts.map +1 -0
- package/dist/blocks/chat/Chat.cjs +176 -0
- package/dist/blocks/chat/Chat.cjs.map +1 -0
- package/dist/blocks/chat/Chat.d.ts +27 -0
- package/dist/blocks/chat/Chat.d.ts.map +1 -0
- package/dist/blocks/chat/Chat.js +176 -0
- package/dist/blocks/chat/Chat.js.map +1 -0
- package/dist/blocks/chat/index.d.ts +3 -0
- package/dist/blocks/chat/index.d.ts.map +1 -0
- package/dist/blocks/coming-soon/ComingSoon.cjs +78 -0
- package/dist/blocks/coming-soon/ComingSoon.cjs.map +1 -0
- package/dist/blocks/coming-soon/ComingSoon.d.ts +20 -0
- package/dist/blocks/coming-soon/ComingSoon.d.ts.map +1 -0
- package/dist/blocks/coming-soon/ComingSoon.js +78 -0
- package/dist/blocks/coming-soon/ComingSoon.js.map +1 -0
- package/dist/blocks/coming-soon/index.d.ts +3 -0
- package/dist/blocks/coming-soon/index.d.ts.map +1 -0
- package/dist/blocks/contact-form/ContactForm.cjs +83 -0
- package/dist/blocks/contact-form/ContactForm.cjs.map +1 -0
- package/dist/blocks/contact-form/ContactForm.d.ts +25 -0
- package/dist/blocks/contact-form/ContactForm.d.ts.map +1 -0
- package/dist/blocks/contact-form/ContactForm.js +83 -0
- package/dist/blocks/contact-form/ContactForm.js.map +1 -0
- package/dist/blocks/contact-form/index.d.ts +3 -0
- package/dist/blocks/contact-form/index.d.ts.map +1 -0
- package/dist/blocks/cookie-consent/CookieConsent.cjs +74 -0
- package/dist/blocks/cookie-consent/CookieConsent.cjs.map +1 -0
- package/dist/blocks/cookie-consent/CookieConsent.d.ts +20 -0
- package/dist/blocks/cookie-consent/CookieConsent.d.ts.map +1 -0
- package/dist/blocks/cookie-consent/CookieConsent.js +74 -0
- package/dist/blocks/cookie-consent/CookieConsent.js.map +1 -0
- package/dist/blocks/cookie-consent/index.d.ts +3 -0
- package/dist/blocks/cookie-consent/index.d.ts.map +1 -0
- package/dist/blocks/cta/CTA.cjs +16 -0
- package/dist/blocks/cta/CTA.cjs.map +1 -0
- package/dist/blocks/cta/CTA.d.ts +27 -0
- package/dist/blocks/cta/CTA.d.ts.map +1 -0
- package/dist/blocks/cta/CTA.js +16 -0
- package/dist/blocks/cta/CTA.js.map +1 -0
- package/dist/blocks/cta/index.d.ts +3 -0
- package/dist/blocks/cta/index.d.ts.map +1 -0
- package/dist/blocks/dashboard/Dashboard.cjs +62 -0
- package/dist/blocks/dashboard/Dashboard.cjs.map +1 -0
- package/dist/blocks/dashboard/Dashboard.d.ts +27 -0
- package/dist/blocks/dashboard/Dashboard.d.ts.map +1 -0
- package/dist/blocks/dashboard/Dashboard.js +62 -0
- package/dist/blocks/dashboard/Dashboard.js.map +1 -0
- package/dist/blocks/dashboard/index.d.ts +3 -0
- package/dist/blocks/dashboard/index.d.ts.map +1 -0
- package/dist/blocks/data-table-page/DataTablePage.cjs +106 -0
- package/dist/blocks/data-table-page/DataTablePage.cjs.map +1 -0
- package/dist/blocks/data-table-page/DataTablePage.d.ts +37 -0
- package/dist/blocks/data-table-page/DataTablePage.d.ts.map +1 -0
- package/dist/blocks/data-table-page/DataTablePage.js +106 -0
- package/dist/blocks/data-table-page/DataTablePage.js.map +1 -0
- package/dist/blocks/data-table-page/index.d.ts +3 -0
- package/dist/blocks/data-table-page/index.d.ts.map +1 -0
- package/dist/blocks/empty-state/EmptyState.cjs +27 -0
- package/dist/blocks/empty-state/EmptyState.cjs.map +1 -0
- package/dist/blocks/empty-state/EmptyState.d.ts +12 -0
- package/dist/blocks/empty-state/EmptyState.d.ts.map +1 -0
- package/dist/blocks/empty-state/EmptyState.js +27 -0
- package/dist/blocks/empty-state/EmptyState.js.map +1 -0
- package/dist/blocks/empty-state/index.d.ts +3 -0
- package/dist/blocks/empty-state/index.d.ts.map +1 -0
- package/dist/blocks/error-page/ErrorPage.cjs +34 -0
- package/dist/blocks/error-page/ErrorPage.cjs.map +1 -0
- package/dist/blocks/error-page/ErrorPage.d.ts +14 -0
- package/dist/blocks/error-page/ErrorPage.d.ts.map +1 -0
- package/dist/blocks/error-page/ErrorPage.js +34 -0
- package/dist/blocks/error-page/ErrorPage.js.map +1 -0
- package/dist/blocks/error-page/index.d.ts +3 -0
- package/dist/blocks/error-page/index.d.ts.map +1 -0
- package/dist/blocks/faq/FAQ.cjs +88 -0
- package/dist/blocks/faq/FAQ.cjs.map +1 -0
- package/dist/blocks/faq/FAQ.d.ts +20 -0
- package/dist/blocks/faq/FAQ.d.ts.map +1 -0
- package/dist/blocks/faq/FAQ.js +88 -0
- package/dist/blocks/faq/FAQ.js.map +1 -0
- package/dist/blocks/faq/index.d.ts +3 -0
- package/dist/blocks/faq/index.d.ts.map +1 -0
- package/dist/blocks/features-grid/FeaturesGrid.cjs +26 -0
- package/dist/blocks/features-grid/FeaturesGrid.cjs.map +1 -0
- package/dist/blocks/features-grid/FeaturesGrid.d.ts +35 -0
- package/dist/blocks/features-grid/FeaturesGrid.d.ts.map +1 -0
- package/dist/blocks/features-grid/FeaturesGrid.js +26 -0
- package/dist/blocks/features-grid/FeaturesGrid.js.map +1 -0
- package/dist/blocks/features-grid/index.d.ts +3 -0
- package/dist/blocks/features-grid/index.d.ts.map +1 -0
- package/dist/blocks/footer/Footer.cjs +41 -0
- package/dist/blocks/footer/Footer.cjs.map +1 -0
- package/dist/blocks/footer/Footer.d.ts +27 -0
- package/dist/blocks/footer/Footer.d.ts.map +1 -0
- package/dist/blocks/footer/Footer.js +41 -0
- package/dist/blocks/footer/Footer.js.map +1 -0
- package/dist/blocks/footer/index.d.ts +3 -0
- package/dist/blocks/footer/index.d.ts.map +1 -0
- package/dist/blocks/hero/Hero.cjs +38 -0
- package/dist/blocks/hero/Hero.cjs.map +1 -0
- package/dist/blocks/hero/Hero.d.ts +45 -0
- package/dist/blocks/hero/Hero.d.ts.map +1 -0
- package/dist/blocks/hero/Hero.js +38 -0
- package/dist/blocks/hero/Hero.js.map +1 -0
- package/dist/blocks/hero/index.d.ts +3 -0
- package/dist/blocks/hero/index.d.ts.map +1 -0
- package/dist/blocks/index.d.ts +73 -0
- package/dist/blocks/index.d.ts.map +1 -0
- package/dist/blocks/invoice/Invoice.cjs +114 -0
- package/dist/blocks/invoice/Invoice.cjs.map +1 -0
- package/dist/blocks/invoice/Invoice.d.ts +37 -0
- package/dist/blocks/invoice/Invoice.d.ts.map +1 -0
- package/dist/blocks/invoice/Invoice.js +114 -0
- package/dist/blocks/invoice/Invoice.js.map +1 -0
- package/dist/blocks/invoice/index.d.ts +3 -0
- package/dist/blocks/invoice/index.d.ts.map +1 -0
- package/dist/blocks/kanban/Kanban.cjs +223 -0
- package/dist/blocks/kanban/Kanban.cjs.map +1 -0
- package/dist/blocks/kanban/Kanban.d.ts +33 -0
- package/dist/blocks/kanban/Kanban.d.ts.map +1 -0
- package/dist/blocks/kanban/Kanban.js +223 -0
- package/dist/blocks/kanban/Kanban.js.map +1 -0
- package/dist/blocks/kanban/index.d.ts +3 -0
- package/dist/blocks/kanban/index.d.ts.map +1 -0
- package/dist/blocks/loading-page/LoadingPage.cjs +72 -0
- package/dist/blocks/loading-page/LoadingPage.cjs.map +1 -0
- package/dist/blocks/loading-page/LoadingPage.d.ts +10 -0
- package/dist/blocks/loading-page/LoadingPage.d.ts.map +1 -0
- package/dist/blocks/loading-page/LoadingPage.js +72 -0
- package/dist/blocks/loading-page/LoadingPage.js.map +1 -0
- package/dist/blocks/loading-page/index.d.ts +3 -0
- package/dist/blocks/loading-page/index.d.ts.map +1 -0
- package/dist/blocks/maintenance/Maintenance.cjs +109 -0
- package/dist/blocks/maintenance/Maintenance.cjs.map +1 -0
- package/dist/blocks/maintenance/Maintenance.d.ts +18 -0
- package/dist/blocks/maintenance/Maintenance.d.ts.map +1 -0
- package/dist/blocks/maintenance/Maintenance.js +109 -0
- package/dist/blocks/maintenance/Maintenance.js.map +1 -0
- package/dist/blocks/maintenance/index.d.ts +3 -0
- package/dist/blocks/maintenance/index.d.ts.map +1 -0
- package/dist/blocks/media-gallery/MediaGallery.cjs +114 -0
- package/dist/blocks/media-gallery/MediaGallery.cjs.map +1 -0
- package/dist/blocks/media-gallery/MediaGallery.d.ts +19 -0
- package/dist/blocks/media-gallery/MediaGallery.d.ts.map +1 -0
- package/dist/blocks/media-gallery/MediaGallery.js +114 -0
- package/dist/blocks/media-gallery/MediaGallery.js.map +1 -0
- package/dist/blocks/media-gallery/index.d.ts +3 -0
- package/dist/blocks/media-gallery/index.d.ts.map +1 -0
- package/dist/blocks/navbar/Navbar.cjs +74 -0
- package/dist/blocks/navbar/Navbar.cjs.map +1 -0
- package/dist/blocks/navbar/Navbar.d.ts +34 -0
- package/dist/blocks/navbar/Navbar.d.ts.map +1 -0
- package/dist/blocks/navbar/Navbar.js +74 -0
- package/dist/blocks/navbar/Navbar.js.map +1 -0
- package/dist/blocks/navbar/index.d.ts +3 -0
- package/dist/blocks/navbar/index.d.ts.map +1 -0
- package/dist/blocks/newsletter/Newsletter.cjs +83 -0
- package/dist/blocks/newsletter/Newsletter.cjs.map +1 -0
- package/dist/blocks/newsletter/Newsletter.d.ts +21 -0
- package/dist/blocks/newsletter/Newsletter.d.ts.map +1 -0
- package/dist/blocks/newsletter/Newsletter.js +83 -0
- package/dist/blocks/newsletter/Newsletter.js.map +1 -0
- package/dist/blocks/newsletter/index.d.ts +3 -0
- package/dist/blocks/newsletter/index.d.ts.map +1 -0
- package/dist/blocks/notification-center/NotificationCenter.cjs +73 -0
- package/dist/blocks/notification-center/NotificationCenter.cjs.map +1 -0
- package/dist/blocks/notification-center/NotificationCenter.d.ts +22 -0
- package/dist/blocks/notification-center/NotificationCenter.d.ts.map +1 -0
- package/dist/blocks/notification-center/NotificationCenter.js +73 -0
- package/dist/blocks/notification-center/NotificationCenter.js.map +1 -0
- package/dist/blocks/notification-center/index.d.ts +3 -0
- package/dist/blocks/notification-center/index.d.ts.map +1 -0
- package/dist/blocks/onboarding/Onboarding.cjs +100 -0
- package/dist/blocks/onboarding/Onboarding.cjs.map +1 -0
- package/dist/blocks/onboarding/Onboarding.d.ts +26 -0
- package/dist/blocks/onboarding/Onboarding.d.ts.map +1 -0
- package/dist/blocks/onboarding/Onboarding.js +100 -0
- package/dist/blocks/onboarding/Onboarding.js.map +1 -0
- package/dist/blocks/onboarding/index.d.ts +3 -0
- package/dist/blocks/onboarding/index.d.ts.map +1 -0
- package/dist/blocks/pricing/Pricing.cjs +92 -0
- package/dist/blocks/pricing/Pricing.cjs.map +1 -0
- package/dist/blocks/pricing/Pricing.d.ts +29 -0
- package/dist/blocks/pricing/Pricing.d.ts.map +1 -0
- package/dist/blocks/pricing/Pricing.js +92 -0
- package/dist/blocks/pricing/Pricing.js.map +1 -0
- package/dist/blocks/pricing/index.d.ts +3 -0
- package/dist/blocks/pricing/index.d.ts.map +1 -0
- package/dist/blocks/pricing-comparison/PricingComparison.cjs +85 -0
- package/dist/blocks/pricing-comparison/PricingComparison.cjs.map +1 -0
- package/dist/blocks/pricing-comparison/PricingComparison.d.ts +31 -0
- package/dist/blocks/pricing-comparison/PricingComparison.d.ts.map +1 -0
- package/dist/blocks/pricing-comparison/PricingComparison.js +85 -0
- package/dist/blocks/pricing-comparison/PricingComparison.js.map +1 -0
- package/dist/blocks/pricing-comparison/index.d.ts +3 -0
- package/dist/blocks/pricing-comparison/index.d.ts.map +1 -0
- package/dist/blocks/profile-page/ProfilePage.cjs +53 -0
- package/dist/blocks/profile-page/ProfilePage.cjs.map +1 -0
- package/dist/blocks/profile-page/ProfilePage.d.ts +25 -0
- package/dist/blocks/profile-page/ProfilePage.d.ts.map +1 -0
- package/dist/blocks/profile-page/ProfilePage.js +53 -0
- package/dist/blocks/profile-page/ProfilePage.js.map +1 -0
- package/dist/blocks/profile-page/index.d.ts +3 -0
- package/dist/blocks/profile-page/index.d.ts.map +1 -0
- package/dist/blocks/settings-page/SettingsPage.cjs +51 -0
- package/dist/blocks/settings-page/SettingsPage.cjs.map +1 -0
- package/dist/blocks/settings-page/SettingsPage.d.ts +36 -0
- package/dist/blocks/settings-page/SettingsPage.d.ts.map +1 -0
- package/dist/blocks/settings-page/SettingsPage.js +51 -0
- package/dist/blocks/settings-page/SettingsPage.js.map +1 -0
- package/dist/blocks/settings-page/index.d.ts +3 -0
- package/dist/blocks/settings-page/index.d.ts.map +1 -0
- package/dist/blocks/sidebar/Sidebar.cjs +75 -0
- package/dist/blocks/sidebar/Sidebar.cjs.map +1 -0
- package/dist/blocks/sidebar/Sidebar.d.ts +53 -0
- package/dist/blocks/sidebar/Sidebar.d.ts.map +1 -0
- package/dist/blocks/sidebar/Sidebar.js +75 -0
- package/dist/blocks/sidebar/Sidebar.js.map +1 -0
- package/dist/blocks/sidebar/index.d.ts +3 -0
- package/dist/blocks/sidebar/index.d.ts.map +1 -0
- package/dist/blocks/split-view/SplitView.cjs +105 -0
- package/dist/blocks/split-view/SplitView.cjs.map +1 -0
- package/dist/blocks/split-view/SplitView.d.ts +33 -0
- package/dist/blocks/split-view/SplitView.d.ts.map +1 -0
- package/dist/blocks/split-view/SplitView.js +105 -0
- package/dist/blocks/split-view/SplitView.js.map +1 -0
- package/dist/blocks/split-view/index.d.ts +3 -0
- package/dist/blocks/split-view/index.d.ts.map +1 -0
- package/dist/blocks/stats/Stats.cjs +34 -0
- package/dist/blocks/stats/Stats.cjs.map +1 -0
- package/dist/blocks/stats/Stats.d.ts +22 -0
- package/dist/blocks/stats/Stats.d.ts.map +1 -0
- package/dist/blocks/stats/Stats.js +34 -0
- package/dist/blocks/stats/Stats.js.map +1 -0
- package/dist/blocks/stats/index.d.ts +3 -0
- package/dist/blocks/stats/index.d.ts.map +1 -0
- package/dist/blocks/team-grid/TeamGrid.cjs +23 -0
- package/dist/blocks/team-grid/TeamGrid.cjs.map +1 -0
- package/dist/blocks/team-grid/TeamGrid.d.ts +23 -0
- package/dist/blocks/team-grid/TeamGrid.d.ts.map +1 -0
- package/dist/blocks/team-grid/TeamGrid.js +23 -0
- package/dist/blocks/team-grid/TeamGrid.js.map +1 -0
- package/dist/blocks/team-grid/index.d.ts +3 -0
- package/dist/blocks/team-grid/index.d.ts.map +1 -0
- package/dist/blocks/testimonials/Testimonials.cjs +35 -0
- package/dist/blocks/testimonials/Testimonials.cjs.map +1 -0
- package/dist/blocks/testimonials/Testimonials.d.ts +20 -0
- package/dist/blocks/testimonials/Testimonials.d.ts.map +1 -0
- package/dist/blocks/testimonials/Testimonials.js +35 -0
- package/dist/blocks/testimonials/Testimonials.js.map +1 -0
- package/dist/blocks/testimonials/index.d.ts +3 -0
- package/dist/blocks/testimonials/index.d.ts.map +1 -0
- package/dist/components/accordion/Accordion.cjs +45 -0
- package/dist/components/accordion/Accordion.cjs.map +1 -0
- package/dist/components/accordion/Accordion.d.ts +16 -0
- package/dist/components/accordion/Accordion.d.ts.map +1 -0
- package/dist/components/accordion/Accordion.js +45 -0
- package/dist/components/accordion/Accordion.js.map +1 -0
- package/dist/components/accordion/index.d.ts +3 -0
- package/dist/components/accordion/index.d.ts.map +1 -0
- package/dist/components/alert/Alert.cjs +73 -0
- package/dist/components/alert/Alert.cjs.map +1 -0
- package/dist/components/alert/Alert.d.ts +25 -0
- package/dist/components/alert/Alert.d.ts.map +1 -0
- package/dist/components/alert/Alert.js +73 -0
- package/dist/components/alert/Alert.js.map +1 -0
- package/dist/components/alert/index.d.ts +3 -0
- package/dist/components/alert/index.d.ts.map +1 -0
- package/dist/components/alert-dialog/AlertDialog.cjs +81 -0
- package/dist/components/alert-dialog/AlertDialog.cjs.map +1 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +34 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts.map +1 -0
- package/dist/components/alert-dialog/AlertDialog.js +81 -0
- package/dist/components/alert-dialog/AlertDialog.js.map +1 -0
- package/dist/components/alert-dialog/index.d.ts +3 -0
- package/dist/components/alert-dialog/index.d.ts.map +1 -0
- package/dist/components/avatar/Avatar.cjs +93 -0
- package/dist/components/avatar/Avatar.cjs.map +1 -0
- package/dist/components/avatar/Avatar.d.ts +34 -0
- package/dist/components/avatar/Avatar.d.ts.map +1 -0
- package/dist/components/avatar/Avatar.js +93 -0
- package/dist/components/avatar/Avatar.js.map +1 -0
- package/dist/components/avatar/index.d.ts +3 -0
- package/dist/components/avatar/index.d.ts.map +1 -0
- package/dist/components/badge/Badge.cjs +28 -0
- package/dist/components/badge/Badge.cjs.map +1 -0
- package/dist/components/badge/Badge.d.ts +18 -0
- package/dist/components/badge/Badge.d.ts.map +1 -0
- package/dist/components/badge/Badge.js +28 -0
- package/dist/components/badge/Badge.js.map +1 -0
- package/dist/components/badge/index.d.ts +3 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/banner/Banner.cjs +49 -0
- package/dist/components/banner/Banner.cjs.map +1 -0
- package/dist/components/banner/Banner.d.ts +16 -0
- package/dist/components/banner/Banner.d.ts.map +1 -0
- package/dist/components/banner/Banner.js +49 -0
- package/dist/components/banner/Banner.js.map +1 -0
- package/dist/components/banner/index.d.ts +3 -0
- package/dist/components/banner/index.d.ts.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.cjs +70 -0
- package/dist/components/breadcrumb/Breadcrumb.cjs.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.d.ts +44 -0
- package/dist/components/breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/breadcrumb/Breadcrumb.js +70 -0
- package/dist/components/breadcrumb/Breadcrumb.js.map +1 -0
- package/dist/components/breadcrumb/index.d.ts +3 -0
- package/dist/components/breadcrumb/index.d.ts.map +1 -0
- package/dist/components/button/Button.cjs +71 -0
- package/dist/components/button/Button.cjs.map +1 -0
- package/dist/components/button/Button.d.ts +41 -0
- package/dist/components/button/Button.d.ts.map +1 -0
- package/dist/components/button/Button.js +71 -0
- package/dist/components/button/Button.js.map +1 -0
- package/dist/components/button/index.d.ts +3 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/calendar/Calendar.cjs +165 -0
- package/dist/components/calendar/Calendar.cjs.map +1 -0
- package/dist/components/calendar/Calendar.d.ts +25 -0
- package/dist/components/calendar/Calendar.d.ts.map +1 -0
- package/dist/components/calendar/Calendar.js +165 -0
- package/dist/components/calendar/Calendar.js.map +1 -0
- package/dist/components/calendar/index.d.ts +3 -0
- package/dist/components/calendar/index.d.ts.map +1 -0
- package/dist/components/card/Card.cjs +81 -0
- package/dist/components/card/Card.cjs.map +1 -0
- package/dist/components/card/Card.d.ts +27 -0
- package/dist/components/card/Card.d.ts.map +1 -0
- package/dist/components/card/Card.js +81 -0
- package/dist/components/card/Card.js.map +1 -0
- package/dist/components/card/index.d.ts +3 -0
- package/dist/components/card/index.d.ts.map +1 -0
- package/dist/components/carousel/Carousel.cjs +125 -0
- package/dist/components/carousel/Carousel.cjs.map +1 -0
- package/dist/components/carousel/Carousel.d.ts +16 -0
- package/dist/components/carousel/Carousel.d.ts.map +1 -0
- package/dist/components/carousel/Carousel.js +125 -0
- package/dist/components/carousel/Carousel.js.map +1 -0
- package/dist/components/carousel/index.d.ts +3 -0
- package/dist/components/carousel/index.d.ts.map +1 -0
- package/dist/components/chart/Chart.cjs +155 -0
- package/dist/components/chart/Chart.cjs.map +1 -0
- package/dist/components/chart/Chart.d.ts +42 -0
- package/dist/components/chart/Chart.d.ts.map +1 -0
- package/dist/components/chart/Chart.js +155 -0
- package/dist/components/chart/Chart.js.map +1 -0
- package/dist/components/chart/index.d.ts +3 -0
- package/dist/components/chart/index.d.ts.map +1 -0
- package/dist/components/checkbox/Checkbox.cjs +33 -0
- package/dist/components/checkbox/Checkbox.cjs.map +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +25 -0
- package/dist/components/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/checkbox/Checkbox.js +33 -0
- package/dist/components/checkbox/Checkbox.js.map +1 -0
- package/dist/components/checkbox/index.d.ts +3 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/chip/Chip.cjs +70 -0
- package/dist/components/chip/Chip.cjs.map +1 -0
- package/dist/components/chip/Chip.d.ts +19 -0
- package/dist/components/chip/Chip.d.ts.map +1 -0
- package/dist/components/chip/Chip.js +70 -0
- package/dist/components/chip/Chip.js.map +1 -0
- package/dist/components/chip/index.d.ts +3 -0
- package/dist/components/chip/index.d.ts.map +1 -0
- package/dist/components/code-block/CodeBlock.cjs +54 -0
- package/dist/components/code-block/CodeBlock.cjs.map +1 -0
- package/dist/components/code-block/CodeBlock.d.ts +12 -0
- package/dist/components/code-block/CodeBlock.d.ts.map +1 -0
- package/dist/components/code-block/CodeBlock.js +54 -0
- package/dist/components/code-block/CodeBlock.js.map +1 -0
- package/dist/components/code-block/index.d.ts +3 -0
- package/dist/components/code-block/index.d.ts.map +1 -0
- package/dist/components/collapsible/Collapsible.cjs +42 -0
- package/dist/components/collapsible/Collapsible.cjs.map +1 -0
- package/dist/components/collapsible/Collapsible.d.ts +17 -0
- package/dist/components/collapsible/Collapsible.d.ts.map +1 -0
- package/dist/components/collapsible/Collapsible.js +42 -0
- package/dist/components/collapsible/Collapsible.js.map +1 -0
- package/dist/components/collapsible/index.d.ts +3 -0
- package/dist/components/collapsible/index.d.ts.map +1 -0
- package/dist/components/color-picker/ColorPicker.cjs +124 -0
- package/dist/components/color-picker/ColorPicker.cjs.map +1 -0
- package/dist/components/color-picker/ColorPicker.d.ts +13 -0
- package/dist/components/color-picker/ColorPicker.d.ts.map +1 -0
- package/dist/components/color-picker/ColorPicker.js +124 -0
- package/dist/components/color-picker/ColorPicker.js.map +1 -0
- package/dist/components/color-picker/index.d.ts +3 -0
- package/dist/components/color-picker/index.d.ts.map +1 -0
- package/dist/components/combobox/Combobox.cjs +104 -0
- package/dist/components/combobox/Combobox.cjs.map +1 -0
- package/dist/components/combobox/Combobox.d.ts +29 -0
- package/dist/components/combobox/Combobox.d.ts.map +1 -0
- package/dist/components/combobox/Combobox.js +104 -0
- package/dist/components/combobox/Combobox.js.map +1 -0
- package/dist/components/combobox/index.d.ts +3 -0
- package/dist/components/combobox/index.d.ts.map +1 -0
- package/dist/components/command/Command.cjs +87 -0
- package/dist/components/command/Command.cjs.map +1 -0
- package/dist/components/command/Command.d.ts +81 -0
- package/dist/components/command/Command.d.ts.map +1 -0
- package/dist/components/command/Command.js +87 -0
- package/dist/components/command/Command.js.map +1 -0
- package/dist/components/command/index.d.ts +3 -0
- package/dist/components/command/index.d.ts.map +1 -0
- package/dist/components/context-menu/ContextMenu.cjs +120 -0
- package/dist/components/context-menu/ContextMenu.cjs.map +1 -0
- package/dist/components/context-menu/ContextMenu.d.ts +21 -0
- package/dist/components/context-menu/ContextMenu.d.ts.map +1 -0
- package/dist/components/context-menu/ContextMenu.js +120 -0
- package/dist/components/context-menu/ContextMenu.js.map +1 -0
- package/dist/components/context-menu/index.d.ts +3 -0
- package/dist/components/context-menu/index.d.ts.map +1 -0
- package/dist/components/copy-button/CopyButton.cjs +56 -0
- package/dist/components/copy-button/CopyButton.cjs.map +1 -0
- package/dist/components/copy-button/CopyButton.d.ts +15 -0
- package/dist/components/copy-button/CopyButton.d.ts.map +1 -0
- package/dist/components/copy-button/CopyButton.js +56 -0
- package/dist/components/copy-button/CopyButton.js.map +1 -0
- package/dist/components/copy-button/index.d.ts +3 -0
- package/dist/components/copy-button/index.d.ts.map +1 -0
- package/dist/components/date-picker/DatePicker.cjs +147 -0
- package/dist/components/date-picker/DatePicker.cjs.map +1 -0
- package/dist/components/date-picker/DatePicker.d.ts +26 -0
- package/dist/components/date-picker/DatePicker.d.ts.map +1 -0
- package/dist/components/date-picker/DatePicker.js +147 -0
- package/dist/components/date-picker/DatePicker.js.map +1 -0
- package/dist/components/date-picker/index.d.ts +3 -0
- package/dist/components/date-picker/index.d.ts.map +1 -0
- package/dist/components/dialog/Dialog.cjs +91 -0
- package/dist/components/dialog/Dialog.cjs.map +1 -0
- package/dist/components/dialog/Dialog.d.ts +32 -0
- package/dist/components/dialog/Dialog.d.ts.map +1 -0
- package/dist/components/dialog/Dialog.js +91 -0
- package/dist/components/dialog/Dialog.js.map +1 -0
- package/dist/components/dialog/index.d.ts +3 -0
- package/dist/components/dialog/index.d.ts.map +1 -0
- package/dist/components/drawer/Drawer.cjs +51 -0
- package/dist/components/drawer/Drawer.cjs.map +1 -0
- package/dist/components/drawer/Drawer.d.ts +27 -0
- package/dist/components/drawer/Drawer.d.ts.map +1 -0
- package/dist/components/drawer/Drawer.js +51 -0
- package/dist/components/drawer/Drawer.js.map +1 -0
- package/dist/components/drawer/index.d.ts +3 -0
- package/dist/components/drawer/index.d.ts.map +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.cjs +133 -0
- package/dist/components/dropdown-menu/DropdownMenu.cjs.map +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +44 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts.map +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.js +133 -0
- package/dist/components/dropdown-menu/DropdownMenu.js.map +1 -0
- package/dist/components/dropdown-menu/index.d.ts +3 -0
- package/dist/components/dropdown-menu/index.d.ts.map +1 -0
- package/dist/components/empty-content/EmptyContent.cjs +38 -0
- package/dist/components/empty-content/EmptyContent.cjs.map +1 -0
- package/dist/components/empty-content/EmptyContent.d.ts +16 -0
- package/dist/components/empty-content/EmptyContent.d.ts.map +1 -0
- package/dist/components/empty-content/EmptyContent.js +38 -0
- package/dist/components/empty-content/EmptyContent.js.map +1 -0
- package/dist/components/empty-content/index.d.ts +3 -0
- package/dist/components/empty-content/index.d.ts.map +1 -0
- package/dist/components/file-upload/FileUpload.cjs +126 -0
- package/dist/components/file-upload/FileUpload.cjs.map +1 -0
- package/dist/components/file-upload/FileUpload.d.ts +15 -0
- package/dist/components/file-upload/FileUpload.d.ts.map +1 -0
- package/dist/components/file-upload/FileUpload.js +126 -0
- package/dist/components/file-upload/FileUpload.js.map +1 -0
- package/dist/components/file-upload/index.d.ts +3 -0
- package/dist/components/file-upload/index.d.ts.map +1 -0
- package/dist/components/form/Form.cjs +81 -0
- package/dist/components/form/Form.cjs.map +1 -0
- package/dist/components/form/Form.d.ts +15 -0
- package/dist/components/form/Form.d.ts.map +1 -0
- package/dist/components/form/Form.js +82 -0
- package/dist/components/form/Form.js.map +1 -0
- package/dist/components/form/index.d.ts +3 -0
- package/dist/components/form/index.d.ts.map +1 -0
- package/dist/components/hover-card/HoverCard.cjs +24 -0
- package/dist/components/hover-card/HoverCard.cjs.map +1 -0
- package/dist/components/hover-card/HoverCard.d.ts +6 -0
- package/dist/components/hover-card/HoverCard.d.ts.map +1 -0
- package/dist/components/hover-card/HoverCard.js +24 -0
- package/dist/components/hover-card/HoverCard.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/index.d.ts +128 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/input/Input.cjs +64 -0
- package/dist/components/input/Input.cjs.map +1 -0
- package/dist/components/input/Input.d.ts +32 -0
- package/dist/components/input/Input.d.ts.map +1 -0
- package/dist/components/input/Input.js +64 -0
- package/dist/components/input/Input.js.map +1 -0
- package/dist/components/input/index.d.ts +3 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/input-otp/InputOTP.cjs +126 -0
- package/dist/components/input-otp/InputOTP.cjs.map +1 -0
- package/dist/components/input-otp/InputOTP.d.ts +19 -0
- package/dist/components/input-otp/InputOTP.d.ts.map +1 -0
- package/dist/components/input-otp/InputOTP.js +126 -0
- package/dist/components/input-otp/InputOTP.js.map +1 -0
- package/dist/components/input-otp/index.d.ts +3 -0
- package/dist/components/input-otp/index.d.ts.map +1 -0
- package/dist/components/kbd/Kbd.cjs +40 -0
- package/dist/components/kbd/Kbd.cjs.map +1 -0
- package/dist/components/kbd/Kbd.d.ts +10 -0
- package/dist/components/kbd/Kbd.d.ts.map +1 -0
- package/dist/components/kbd/Kbd.js +40 -0
- package/dist/components/kbd/Kbd.js.map +1 -0
- package/dist/components/kbd/index.d.ts +3 -0
- package/dist/components/kbd/index.d.ts.map +1 -0
- package/dist/components/label/Label.cjs +23 -0
- package/dist/components/label/Label.cjs.map +1 -0
- package/dist/components/label/Label.d.ts +20 -0
- package/dist/components/label/Label.d.ts.map +1 -0
- package/dist/components/label/Label.js +23 -0
- package/dist/components/label/Label.js.map +1 -0
- package/dist/components/label/index.d.ts +3 -0
- package/dist/components/label/index.d.ts.map +1 -0
- package/dist/components/marquee/Marquee.cjs +48 -0
- package/dist/components/marquee/Marquee.cjs.map +1 -0
- package/dist/components/marquee/Marquee.d.ts +16 -0
- package/dist/components/marquee/Marquee.d.ts.map +1 -0
- package/dist/components/marquee/Marquee.js +48 -0
- package/dist/components/marquee/Marquee.js.map +1 -0
- package/dist/components/marquee/index.d.ts +3 -0
- package/dist/components/marquee/index.d.ts.map +1 -0
- package/dist/components/menubar/Menubar.cjs +119 -0
- package/dist/components/menubar/Menubar.cjs.map +1 -0
- package/dist/components/menubar/Menubar.d.ts +30 -0
- package/dist/components/menubar/Menubar.d.ts.map +1 -0
- package/dist/components/menubar/Menubar.js +119 -0
- package/dist/components/menubar/Menubar.js.map +1 -0
- package/dist/components/menubar/index.d.ts +3 -0
- package/dist/components/menubar/index.d.ts.map +1 -0
- package/dist/components/multi-select/MultiSelect.cjs +101 -0
- package/dist/components/multi-select/MultiSelect.cjs.map +1 -0
- package/dist/components/multi-select/MultiSelect.d.ts +27 -0
- package/dist/components/multi-select/MultiSelect.d.ts.map +1 -0
- package/dist/components/multi-select/MultiSelect.js +101 -0
- package/dist/components/multi-select/MultiSelect.js.map +1 -0
- package/dist/components/multi-select/index.d.ts +3 -0
- package/dist/components/multi-select/index.d.ts.map +1 -0
- package/dist/components/navigation-menu/NavigationMenu.cjs +123 -0
- package/dist/components/navigation-menu/NavigationMenu.cjs.map +1 -0
- package/dist/components/navigation-menu/NavigationMenu.d.ts +44 -0
- package/dist/components/navigation-menu/NavigationMenu.d.ts.map +1 -0
- package/dist/components/navigation-menu/NavigationMenu.js +123 -0
- package/dist/components/navigation-menu/NavigationMenu.js.map +1 -0
- package/dist/components/navigation-menu/index.d.ts +3 -0
- package/dist/components/navigation-menu/index.d.ts.map +1 -0
- package/dist/components/number-input/NumberInput.cjs +118 -0
- package/dist/components/number-input/NumberInput.cjs.map +1 -0
- package/dist/components/number-input/NumberInput.d.ts +21 -0
- package/dist/components/number-input/NumberInput.d.ts.map +1 -0
- package/dist/components/number-input/NumberInput.js +118 -0
- package/dist/components/number-input/NumberInput.js.map +1 -0
- package/dist/components/number-input/index.d.ts +3 -0
- package/dist/components/number-input/index.d.ts.map +1 -0
- package/dist/components/pagination/Pagination.cjs +88 -0
- package/dist/components/pagination/Pagination.cjs.map +1 -0
- package/dist/components/pagination/Pagination.d.ts +18 -0
- package/dist/components/pagination/Pagination.d.ts.map +1 -0
- package/dist/components/pagination/Pagination.js +88 -0
- package/dist/components/pagination/Pagination.js.map +1 -0
- package/dist/components/pagination/index.d.ts +3 -0
- package/dist/components/pagination/index.d.ts.map +1 -0
- package/dist/components/popover/Popover.cjs +72 -0
- package/dist/components/popover/Popover.cjs.map +1 -0
- package/dist/components/popover/Popover.d.ts +24 -0
- package/dist/components/popover/Popover.d.ts.map +1 -0
- package/dist/components/popover/Popover.js +72 -0
- package/dist/components/popover/Popover.js.map +1 -0
- package/dist/components/popover/index.d.ts +3 -0
- package/dist/components/popover/index.d.ts.map +1 -0
- package/dist/components/progress/Progress.cjs +61 -0
- package/dist/components/progress/Progress.cjs.map +1 -0
- package/dist/components/progress/Progress.d.ts +26 -0
- package/dist/components/progress/Progress.d.ts.map +1 -0
- package/dist/components/progress/Progress.js +61 -0
- package/dist/components/progress/Progress.js.map +1 -0
- package/dist/components/progress/index.d.ts +3 -0
- package/dist/components/progress/index.d.ts.map +1 -0
- package/dist/components/progress-ring/ProgressRing.cjs +110 -0
- package/dist/components/progress-ring/ProgressRing.cjs.map +1 -0
- package/dist/components/progress-ring/ProgressRing.d.ts +17 -0
- package/dist/components/progress-ring/ProgressRing.d.ts.map +1 -0
- package/dist/components/progress-ring/ProgressRing.js +110 -0
- package/dist/components/progress-ring/ProgressRing.js.map +1 -0
- package/dist/components/progress-ring/index.d.ts +3 -0
- package/dist/components/progress-ring/index.d.ts.map +1 -0
- package/dist/components/radio-group/RadioGroup.cjs +54 -0
- package/dist/components/radio-group/RadioGroup.cjs.map +1 -0
- package/dist/components/radio-group/RadioGroup.d.ts +38 -0
- package/dist/components/radio-group/RadioGroup.d.ts.map +1 -0
- package/dist/components/radio-group/RadioGroup.js +54 -0
- package/dist/components/radio-group/RadioGroup.js.map +1 -0
- package/dist/components/radio-group/index.d.ts +3 -0
- package/dist/components/radio-group/index.d.ts.map +1 -0
- package/dist/components/rating/Rating.cjs +95 -0
- package/dist/components/rating/Rating.cjs.map +1 -0
- package/dist/components/rating/Rating.d.ts +16 -0
- package/dist/components/rating/Rating.d.ts.map +1 -0
- package/dist/components/rating/Rating.js +95 -0
- package/dist/components/rating/Rating.js.map +1 -0
- package/dist/components/rating/index.d.ts +3 -0
- package/dist/components/rating/index.d.ts.map +1 -0
- package/dist/components/resizable/Resizable.cjs +98 -0
- package/dist/components/resizable/Resizable.cjs.map +1 -0
- package/dist/components/resizable/Resizable.d.ts +21 -0
- package/dist/components/resizable/Resizable.d.ts.map +1 -0
- package/dist/components/resizable/Resizable.js +98 -0
- package/dist/components/resizable/Resizable.js.map +1 -0
- package/dist/components/resizable/index.d.ts +3 -0
- package/dist/components/resizable/index.d.ts.map +1 -0
- package/dist/components/scroll-area/ScrollArea.cjs +36 -0
- package/dist/components/scroll-area/ScrollArea.cjs.map +1 -0
- package/dist/components/scroll-area/ScrollArea.d.ts +9 -0
- package/dist/components/scroll-area/ScrollArea.d.ts.map +1 -0
- package/dist/components/scroll-area/ScrollArea.js +36 -0
- package/dist/components/scroll-area/ScrollArea.js.map +1 -0
- package/dist/components/scroll-area/index.d.ts +3 -0
- package/dist/components/scroll-area/index.d.ts.map +1 -0
- package/dist/components/select/Select.cjs +66 -0
- package/dist/components/select/Select.cjs.map +1 -0
- package/dist/components/select/Select.d.ts +49 -0
- package/dist/components/select/Select.d.ts.map +1 -0
- package/dist/components/select/Select.js +66 -0
- package/dist/components/select/Select.js.map +1 -0
- package/dist/components/select/index.d.ts +3 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/separator/Separator.cjs +45 -0
- package/dist/components/separator/Separator.cjs.map +1 -0
- package/dist/components/separator/Separator.d.ts +17 -0
- package/dist/components/separator/Separator.d.ts.map +1 -0
- package/dist/components/separator/Separator.js +45 -0
- package/dist/components/separator/Separator.js.map +1 -0
- package/dist/components/separator/index.d.ts +3 -0
- package/dist/components/separator/index.d.ts.map +1 -0
- package/dist/components/sheet/Sheet.cjs +59 -0
- package/dist/components/sheet/Sheet.cjs.map +1 -0
- package/dist/components/sheet/Sheet.d.ts +28 -0
- package/dist/components/sheet/Sheet.d.ts.map +1 -0
- package/dist/components/sheet/Sheet.js +59 -0
- package/dist/components/sheet/Sheet.js.map +1 -0
- package/dist/components/sheet/index.d.ts +3 -0
- package/dist/components/sheet/index.d.ts.map +1 -0
- package/dist/components/skeleton/Skeleton.cjs +70 -0
- package/dist/components/skeleton/Skeleton.cjs.map +1 -0
- package/dist/components/skeleton/Skeleton.d.ts +30 -0
- package/dist/components/skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/skeleton/Skeleton.js +70 -0
- package/dist/components/skeleton/Skeleton.js.map +1 -0
- package/dist/components/skeleton/index.d.ts +3 -0
- package/dist/components/skeleton/index.d.ts.map +1 -0
- package/dist/components/slider/Slider.cjs +27 -0
- package/dist/components/slider/Slider.cjs.map +1 -0
- package/dist/components/slider/Slider.d.ts +10 -0
- package/dist/components/slider/Slider.d.ts.map +1 -0
- package/dist/components/slider/Slider.js +27 -0
- package/dist/components/slider/Slider.js.map +1 -0
- package/dist/components/slider/index.d.ts +3 -0
- package/dist/components/slider/index.d.ts.map +1 -0
- package/dist/components/spinner/Spinner.cjs +79 -0
- package/dist/components/spinner/Spinner.cjs.map +1 -0
- package/dist/components/spinner/Spinner.d.ts +12 -0
- package/dist/components/spinner/Spinner.d.ts.map +1 -0
- package/dist/components/spinner/Spinner.js +79 -0
- package/dist/components/spinner/Spinner.js.map +1 -0
- package/dist/components/spinner/index.d.ts +3 -0
- package/dist/components/spinner/index.d.ts.map +1 -0
- package/dist/components/stat-card/StatCard.cjs +73 -0
- package/dist/components/stat-card/StatCard.cjs.map +1 -0
- package/dist/components/stat-card/StatCard.d.ts +24 -0
- package/dist/components/stat-card/StatCard.d.ts.map +1 -0
- package/dist/components/stat-card/StatCard.js +73 -0
- package/dist/components/stat-card/StatCard.js.map +1 -0
- package/dist/components/stat-card/index.d.ts +3 -0
- package/dist/components/stat-card/index.d.ts.map +1 -0
- package/dist/components/stepper/Stepper.cjs +90 -0
- package/dist/components/stepper/Stepper.cjs.map +1 -0
- package/dist/components/stepper/Stepper.d.ts +24 -0
- package/dist/components/stepper/Stepper.d.ts.map +1 -0
- package/dist/components/stepper/Stepper.js +90 -0
- package/dist/components/stepper/Stepper.js.map +1 -0
- package/dist/components/stepper/index.d.ts +3 -0
- package/dist/components/stepper/index.d.ts.map +1 -0
- package/dist/components/switch/Switch.cjs +29 -0
- package/dist/components/switch/Switch.cjs.map +1 -0
- package/dist/components/switch/Switch.d.ts +20 -0
- package/dist/components/switch/Switch.d.ts.map +1 -0
- package/dist/components/switch/Switch.js +29 -0
- package/dist/components/switch/Switch.js.map +1 -0
- package/dist/components/switch/index.d.ts +3 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/table/Table.cjs +113 -0
- package/dist/components/table/Table.cjs.map +1 -0
- package/dist/components/table/Table.d.ts +48 -0
- package/dist/components/table/Table.d.ts.map +1 -0
- package/dist/components/table/Table.js +113 -0
- package/dist/components/table/Table.js.map +1 -0
- package/dist/components/table/index.d.ts +3 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/tabs/Tabs.cjs +40 -0
- package/dist/components/tabs/Tabs.cjs.map +1 -0
- package/dist/components/tabs/Tabs.d.ts +19 -0
- package/dist/components/tabs/Tabs.d.ts.map +1 -0
- package/dist/components/tabs/Tabs.js +40 -0
- package/dist/components/tabs/Tabs.js.map +1 -0
- package/dist/components/tabs/index.d.ts +3 -0
- package/dist/components/tabs/index.d.ts.map +1 -0
- package/dist/components/tag-input/TagInput.cjs +113 -0
- package/dist/components/tag-input/TagInput.cjs.map +1 -0
- package/dist/components/tag-input/TagInput.d.ts +16 -0
- package/dist/components/tag-input/TagInput.d.ts.map +1 -0
- package/dist/components/tag-input/TagInput.js +113 -0
- package/dist/components/tag-input/TagInput.js.map +1 -0
- package/dist/components/tag-input/index.d.ts +3 -0
- package/dist/components/tag-input/index.d.ts.map +1 -0
- package/dist/components/textarea/Textarea.cjs +83 -0
- package/dist/components/textarea/Textarea.cjs.map +1 -0
- package/dist/components/textarea/Textarea.d.ts +28 -0
- package/dist/components/textarea/Textarea.d.ts.map +1 -0
- package/dist/components/textarea/Textarea.js +83 -0
- package/dist/components/textarea/Textarea.js.map +1 -0
- package/dist/components/textarea/index.d.ts +3 -0
- package/dist/components/textarea/index.d.ts.map +1 -0
- package/dist/components/timeline/Timeline.cjs +28 -0
- package/dist/components/timeline/Timeline.cjs.map +1 -0
- package/dist/components/timeline/Timeline.d.ts +17 -0
- package/dist/components/timeline/Timeline.d.ts.map +1 -0
- package/dist/components/timeline/Timeline.js +28 -0
- package/dist/components/timeline/Timeline.js.map +1 -0
- package/dist/components/timeline/index.d.ts +3 -0
- package/dist/components/timeline/index.d.ts.map +1 -0
- package/dist/components/toast/Toast.cjs +88 -0
- package/dist/components/toast/Toast.cjs.map +1 -0
- package/dist/components/toast/Toast.d.ts +45 -0
- package/dist/components/toast/Toast.d.ts.map +1 -0
- package/dist/components/toast/Toast.js +88 -0
- package/dist/components/toast/Toast.js.map +1 -0
- package/dist/components/toast/index.d.ts +3 -0
- package/dist/components/toast/index.d.ts.map +1 -0
- package/dist/components/toggle-group/ToggleGroup.cjs +35 -0
- package/dist/components/toggle-group/ToggleGroup.cjs.map +1 -0
- package/dist/components/toggle-group/ToggleGroup.d.ts +12 -0
- package/dist/components/toggle-group/ToggleGroup.d.ts.map +1 -0
- package/dist/components/toggle-group/ToggleGroup.js +35 -0
- package/dist/components/toggle-group/ToggleGroup.js.map +1 -0
- package/dist/components/toggle-group/index.d.ts +3 -0
- package/dist/components/toggle-group/index.d.ts.map +1 -0
- package/dist/components/tooltip/Tooltip.cjs +36 -0
- package/dist/components/tooltip/Tooltip.cjs.map +1 -0
- package/dist/components/tooltip/Tooltip.d.ts +33 -0
- package/dist/components/tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/tooltip/Tooltip.js +36 -0
- package/dist/components/tooltip/Tooltip.js.map +1 -0
- package/dist/components/tooltip/index.d.ts +3 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/components/tree/Tree.cjs +132 -0
- package/dist/components/tree/Tree.cjs.map +1 -0
- package/dist/components/tree/Tree.d.ts +23 -0
- package/dist/components/tree/Tree.d.ts.map +1 -0
- package/dist/components/tree/Tree.js +132 -0
- package/dist/components/tree/Tree.js.map +1 -0
- package/dist/components/tree/index.d.ts +3 -0
- package/dist/components/tree/index.d.ts.map +1 -0
- package/dist/config/defaults.cjs +83 -0
- package/dist/config/defaults.cjs.map +1 -0
- package/dist/config/defaults.d.ts +3 -0
- package/dist/config/defaults.d.ts.map +1 -0
- package/dist/config/defaults.js +83 -0
- package/dist/config/defaults.js.map +1 -0
- package/dist/config/index.cjs +26 -0
- package/dist/config/index.cjs.map +1 -0
- package/dist/config/index.d.ts +21 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +26 -0
- package/dist/config/index.js.map +1 -0
- package/dist/config/types.d.ts +114 -0
- package/dist/config/types.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +34 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useArray.cjs +15 -0
- package/dist/hooks/useArray.cjs.map +1 -0
- package/dist/hooks/useArray.d.ts +18 -0
- package/dist/hooks/useArray.d.ts.map +1 -0
- package/dist/hooks/useArray.js +15 -0
- package/dist/hooks/useArray.js.map +1 -0
- package/dist/hooks/useBreakpoint.cjs +25 -0
- package/dist/hooks/useBreakpoint.cjs.map +1 -0
- package/dist/hooks/useBreakpoint.d.ts +10 -0
- package/dist/hooks/useBreakpoint.d.ts.map +1 -0
- package/dist/hooks/useBreakpoint.js +25 -0
- package/dist/hooks/useBreakpoint.js.map +1 -0
- package/dist/hooks/useClickOutside.cjs +19 -0
- package/dist/hooks/useClickOutside.cjs.map +1 -0
- package/dist/hooks/useClickOutside.d.ts +10 -0
- package/dist/hooks/useClickOutside.d.ts.map +1 -0
- package/dist/hooks/useClickOutside.js +19 -0
- package/dist/hooks/useClickOutside.js.map +1 -0
- package/dist/hooks/useClipboard.cjs +18 -0
- package/dist/hooks/useClipboard.cjs.map +1 -0
- package/dist/hooks/useClipboard.d.ts +12 -0
- package/dist/hooks/useClipboard.d.ts.map +1 -0
- package/dist/hooks/useClipboard.js +18 -0
- package/dist/hooks/useClipboard.js.map +1 -0
- package/dist/hooks/useCounter.cjs +15 -0
- package/dist/hooks/useCounter.cjs.map +1 -0
- package/dist/hooks/useCounter.d.ts +18 -0
- package/dist/hooks/useCounter.d.ts.map +1 -0
- package/dist/hooks/useCounter.js +15 -0
- package/dist/hooks/useCounter.js.map +1 -0
- package/dist/hooks/useDebounce.cjs +13 -0
- package/dist/hooks/useDebounce.cjs.map +1 -0
- package/dist/hooks/useDebounce.d.ts +8 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/hooks/useDebounce.js +13 -0
- package/dist/hooks/useDebounce.js.map +1 -0
- package/dist/hooks/useEventListener.cjs +15 -0
- package/dist/hooks/useEventListener.cjs.map +1 -0
- package/dist/hooks/useEventListener.d.ts +10 -0
- package/dist/hooks/useEventListener.d.ts.map +1 -0
- package/dist/hooks/useEventListener.js +15 -0
- package/dist/hooks/useEventListener.js.map +1 -0
- package/dist/hooks/useFetch.cjs +33 -0
- package/dist/hooks/useFetch.cjs.map +1 -0
- package/dist/hooks/useFetch.d.ts +14 -0
- package/dist/hooks/useFetch.d.ts.map +1 -0
- package/dist/hooks/useFetch.js +33 -0
- package/dist/hooks/useFetch.js.map +1 -0
- package/dist/hooks/useFocus.cjs +22 -0
- package/dist/hooks/useFocus.cjs.map +1 -0
- package/dist/hooks/useFocus.d.ts +10 -0
- package/dist/hooks/useFocus.d.ts.map +1 -0
- package/dist/hooks/useFocus.js +22 -0
- package/dist/hooks/useFocus.js.map +1 -0
- package/dist/hooks/useHover.cjs +22 -0
- package/dist/hooks/useHover.cjs.map +1 -0
- package/dist/hooks/useHover.d.ts +10 -0
- package/dist/hooks/useHover.d.ts.map +1 -0
- package/dist/hooks/useHover.js +22 -0
- package/dist/hooks/useHover.js.map +1 -0
- package/dist/hooks/useInterval.cjs +14 -0
- package/dist/hooks/useInterval.cjs.map +1 -0
- package/dist/hooks/useInterval.d.ts +10 -0
- package/dist/hooks/useInterval.d.ts.map +1 -0
- package/dist/hooks/useInterval.js +14 -0
- package/dist/hooks/useInterval.js.map +1 -0
- package/dist/hooks/useIsMounted.cjs +15 -0
- package/dist/hooks/useIsMounted.cjs.map +1 -0
- package/dist/hooks/useIsMounted.d.ts +10 -0
- package/dist/hooks/useIsMounted.d.ts.map +1 -0
- package/dist/hooks/useIsMounted.js +15 -0
- package/dist/hooks/useIsMounted.js.map +1 -0
- package/dist/hooks/useIsVisible.cjs +18 -0
- package/dist/hooks/useIsVisible.cjs.map +1 -0
- package/dist/hooks/useIsVisible.d.ts +10 -0
- package/dist/hooks/useIsVisible.d.ts.map +1 -0
- package/dist/hooks/useIsVisible.js +18 -0
- package/dist/hooks/useIsVisible.js.map +1 -0
- package/dist/hooks/useKeyPress.cjs +25 -0
- package/dist/hooks/useKeyPress.cjs.map +1 -0
- package/dist/hooks/useKeyPress.d.ts +14 -0
- package/dist/hooks/useKeyPress.d.ts.map +1 -0
- package/dist/hooks/useKeyPress.js +25 -0
- package/dist/hooks/useKeyPress.js.map +1 -0
- package/dist/hooks/useLocalStorage.cjs +30 -0
- package/dist/hooks/useLocalStorage.cjs.map +1 -0
- package/dist/hooks/useLocalStorage.d.ts +8 -0
- package/dist/hooks/useLocalStorage.d.ts.map +1 -0
- package/dist/hooks/useLocalStorage.js +30 -0
- package/dist/hooks/useLocalStorage.js.map +1 -0
- package/dist/hooks/useMap.cjs +18 -0
- package/dist/hooks/useMap.cjs.map +1 -0
- package/dist/hooks/useMap.d.ts +17 -0
- package/dist/hooks/useMap.d.ts.map +1 -0
- package/dist/hooks/useMap.js +18 -0
- package/dist/hooks/useMap.js.map +1 -0
- package/dist/hooks/useMediaQuery.cjs +19 -0
- package/dist/hooks/useMediaQuery.cjs.map +1 -0
- package/dist/hooks/useMediaQuery.d.ts +9 -0
- package/dist/hooks/useMediaQuery.d.ts.map +1 -0
- package/dist/hooks/useMediaQuery.js +19 -0
- package/dist/hooks/useMediaQuery.js.map +1 -0
- package/dist/hooks/usePrevious.cjs +12 -0
- package/dist/hooks/usePrevious.cjs.map +1 -0
- package/dist/hooks/usePrevious.d.ts +8 -0
- package/dist/hooks/usePrevious.d.ts.map +1 -0
- package/dist/hooks/usePrevious.js +12 -0
- package/dist/hooks/usePrevious.js.map +1 -0
- package/dist/hooks/useScrollPosition.cjs +22 -0
- package/dist/hooks/useScrollPosition.cjs.map +1 -0
- package/dist/hooks/useScrollPosition.d.ts +14 -0
- package/dist/hooks/useScrollPosition.d.ts.map +1 -0
- package/dist/hooks/useScrollPosition.js +22 -0
- package/dist/hooks/useScrollPosition.js.map +1 -0
- package/dist/hooks/useSessionStorage.cjs +30 -0
- package/dist/hooks/useSessionStorage.cjs.map +1 -0
- package/dist/hooks/useSessionStorage.d.ts +8 -0
- package/dist/hooks/useSessionStorage.d.ts.map +1 -0
- package/dist/hooks/useSessionStorage.js +30 -0
- package/dist/hooks/useSessionStorage.js.map +1 -0
- package/dist/hooks/useSet.cjs +22 -0
- package/dist/hooks/useSet.cjs.map +1 -0
- package/dist/hooks/useSet.d.ts +17 -0
- package/dist/hooks/useSet.d.ts.map +1 -0
- package/dist/hooks/useSet.js +22 -0
- package/dist/hooks/useSet.js.map +1 -0
- package/dist/hooks/useThrottle.cjs +23 -0
- package/dist/hooks/useThrottle.cjs.map +1 -0
- package/dist/hooks/useThrottle.d.ts +8 -0
- package/dist/hooks/useThrottle.d.ts.map +1 -0
- package/dist/hooks/useThrottle.js +23 -0
- package/dist/hooks/useThrottle.js.map +1 -0
- package/dist/hooks/useTimeout.cjs +22 -0
- package/dist/hooks/useTimeout.cjs.map +1 -0
- package/dist/hooks/useTimeout.d.ts +12 -0
- package/dist/hooks/useTimeout.d.ts.map +1 -0
- package/dist/hooks/useTimeout.js +22 -0
- package/dist/hooks/useTimeout.js.map +1 -0
- package/dist/hooks/useToggle.cjs +10 -0
- package/dist/hooks/useToggle.cjs.map +1 -0
- package/dist/hooks/useToggle.d.ts +8 -0
- package/dist/hooks/useToggle.d.ts.map +1 -0
- package/dist/hooks/useToggle.js +10 -0
- package/dist/hooks/useToggle.js.map +1 -0
- package/dist/hooks/useWindowSize.cjs +17 -0
- package/dist/hooks/useWindowSize.cjs.map +1 -0
- package/dist/hooks/useWindowSize.d.ts +12 -0
- package/dist/hooks/useWindowSize.d.ts.map +1 -0
- package/dist/hooks/useWindowSize.js +17 -0
- package/dist/hooks/useWindowSize.js.map +1 -0
- package/dist/index.cjs +482 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +482 -0
- package/dist/index.js.map +1 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.cjs +729 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.cjs.map +1 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +729 -0
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.cjs +630 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.cjs.map +1 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +630 -0
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.cjs +341 -0
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.cjs.map +1 -0
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +325 -0
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.cjs +152 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.cjs.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.cjs +177 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.cjs.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +177 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +152 -0
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -0
- package/dist/node_modules/@radix-ui/number/dist/index.cjs +7 -0
- package/dist/node_modules/@radix-ui/number/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/number/dist/index.js +7 -0
- package/dist/node_modules/@radix-ui/number/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/primitive/dist/index.cjs +12 -0
- package/dist/node_modules/@radix-ui/primitive/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/primitive/dist/index.js +12 -0
- package/dist/node_modules/@radix-ui/primitive/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.cjs +319 -0
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.js +319 -0
- package/dist/node_modules/@radix-ui/react-accordion/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-alert-dialog/dist/index.cjs +184 -0
- package/dist/node_modules/@radix-ui/react-alert-dialog/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-alert-dialog/dist/index.js +167 -0
- package/dist/node_modules/@radix-ui/react-alert-dialog/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-alert-dialog/node_modules/@radix-ui/react-slot/dist/index.cjs +16 -0
- package/dist/node_modules/@radix-ui/react-alert-dialog/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-alert-dialog/node_modules/@radix-ui/react-slot/dist/index.js +16 -0
- package/dist/node_modules/@radix-ui/react-alert-dialog/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.cjs +43 -0
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +26 -0
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-avatar/dist/index.cjs +141 -0
- package/dist/node_modules/@radix-ui/react-avatar/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-avatar/dist/index.js +124 -0
- package/dist/node_modules/@radix-ui/react-avatar/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context/dist/index.cjs +83 -0
- package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context/dist/index.js +66 -0
- package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive/dist/index.cjs +57 -0
- package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive/dist/index.js +40 -0
- package/dist/node_modules/@radix-ui/react-avatar/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-checkbox/dist/index.cjs +297 -0
- package/dist/node_modules/@radix-ui/react-checkbox/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js +280 -0
- package/dist/node_modules/@radix-ui/react-checkbox/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.cjs +169 -0
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js +152 -0
- package/dist/node_modules/@radix-ui/react-collapsible/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-collection/dist/index.cjs +71 -0
- package/dist/node_modules/@radix-ui/react-collection/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-collection/dist/index.js +71 -0
- package/dist/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot/dist/index.cjs +107 -0
- package/dist/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot/dist/index.js +90 -0
- package/dist/node_modules/@radix-ui/react-collection/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.cjs +57 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +40 -0
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-context/dist/index.cjs +99 -0
- package/dist/node_modules/@radix-ui/react-context/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +82 -0
- package/dist/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-context-menu/dist/index.cjs +337 -0
- package/dist/node_modules/@radix-ui/react-context-menu/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-context-menu/dist/index.js +320 -0
- package/dist/node_modules/@radix-ui/react-context-menu/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.cjs +360 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.js +343 -0
- package/dist/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot/dist/index.cjs +107 -0
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot/dist/index.js +90 -0
- package/dist/node_modules/@radix-ui/react-dialog/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-direction/dist/index.cjs +28 -0
- package/dist/node_modules/@radix-ui/react-direction/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-direction/dist/index.js +11 -0
- package/dist/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs +234 -0
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +217 -0
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.cjs +316 -0
- package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +299 -0
- package/dist/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.cjs +47 -0
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +30 -0
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.cjs +226 -0
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +209 -0
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-hover-card/dist/index.cjs +273 -0
- package/dist/node_modules/@radix-ui/react-hover-card/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-hover-card/dist/index.js +256 -0
- package/dist/node_modules/@radix-ui/react-hover-card/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-id/dist/index.cjs +32 -0
- package/dist/node_modules/@radix-ui/react-id/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-id/dist/index.js +15 -0
- package/dist/node_modules/@radix-ui/react-id/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-label/dist/index.cjs +44 -0
- package/dist/node_modules/@radix-ui/react-label/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-label/dist/index.js +27 -0
- package/dist/node_modules/@radix-ui/react-label/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive/dist/index.cjs +57 -0
- package/dist/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive/dist/index.js +40 -0
- package/dist/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-menu/dist/index.cjs +898 -0
- package/dist/node_modules/@radix-ui/react-menu/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-menu/dist/index.js +881 -0
- package/dist/node_modules/@radix-ui/react-menu/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.cjs +107 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.js +90 -0
- package/dist/node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-menubar/dist/index.cjs +484 -0
- package/dist/node_modules/@radix-ui/react-menubar/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-menubar/dist/index.js +467 -0
- package/dist/node_modules/@radix-ui/react-menubar/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-navigation-menu/dist/index.cjs +826 -0
- package/dist/node_modules/@radix-ui/react-navigation-menu/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-navigation-menu/dist/index.js +809 -0
- package/dist/node_modules/@radix-ui/react-navigation-menu/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-popover/dist/index.cjs +335 -0
- package/dist/node_modules/@radix-ui/react-popover/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js +318 -0
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.cjs +107 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.js +90 -0
- package/dist/node_modules/@radix-ui/react-popover/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-popper/dist/index.cjs +311 -0
- package/dist/node_modules/@radix-ui/react-popper/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js +294 -0
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-portal/dist/index.cjs +36 -0
- package/dist/node_modules/@radix-ui/react-portal/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-portal/dist/index.js +19 -0
- package/dist/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-presence/dist/index.cjs +147 -0
- package/dist/node_modules/@radix-ui/react-presence/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +130 -0
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.cjs +62 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot/dist/index.cjs +107 -0
- package/dist/node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot/dist/index.js +90 -0
- package/dist/node_modules/@radix-ui/react-primitive/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-progress/dist/index.cjs +114 -0
- package/dist/node_modules/@radix-ui/react-progress/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-progress/dist/index.js +97 -0
- package/dist/node_modules/@radix-ui/react-progress/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-context/dist/index.cjs +83 -0
- package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-context/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-context/dist/index.js +66 -0
- package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-context/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-primitive/dist/index.cjs +57 -0
- package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-primitive/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-primitive/dist/index.js +40 -0
- package/dist/node_modules/@radix-ui/react-progress/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-radio-group/dist/index.cjs +306 -0
- package/dist/node_modules/@radix-ui/react-radio-group/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-radio-group/dist/index.js +289 -0
- package/dist/node_modules/@radix-ui/react-radio-group/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.cjs +245 -0
- package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js +228 -0
- package/dist/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-scroll-area/dist/index.cjs +749 -0
- package/dist/node_modules/@radix-ui/react-scroll-area/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-scroll-area/dist/index.js +732 -0
- package/dist/node_modules/@radix-ui/react-scroll-area/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-select/dist/index.cjs +1214 -0
- package/dist/node_modules/@radix-ui/react-select/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-select/dist/index.js +1196 -0
- package/dist/node_modules/@radix-ui/react-select/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot/dist/index.cjs +107 -0
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot/dist/index.js +90 -0
- package/dist/node_modules/@radix-ui/react-select/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-separator/dist/index.cjs +48 -0
- package/dist/node_modules/@radix-ui/react-separator/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-separator/dist/index.js +31 -0
- package/dist/node_modules/@radix-ui/react-separator/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive/dist/index.cjs +57 -0
- package/dist/node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive/dist/index.js +40 -0
- package/dist/node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-slider/dist/index.cjs +580 -0
- package/dist/node_modules/@radix-ui/react-slider/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-slider/dist/index.js +563 -0
- package/dist/node_modules/@radix-ui/react-slider/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.cjs +124 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +107 -0
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-switch/dist/index.cjs +173 -0
- package/dist/node_modules/@radix-ui/react-switch/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-switch/dist/index.js +156 -0
- package/dist/node_modules/@radix-ui/react-switch/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-tabs/dist/index.cjs +212 -0
- package/dist/node_modules/@radix-ui/react-tabs/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-tabs/dist/index.js +195 -0
- package/dist/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-toast/dist/index.cjs +663 -0
- package/dist/node_modules/@radix-ui/react-toast/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-toast/dist/index.js +645 -0
- package/dist/node_modules/@radix-ui/react-toast/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-toggle/dist/index.cjs +53 -0
- package/dist/node_modules/@radix-ui/react-toggle/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-toggle/dist/index.js +36 -0
- package/dist/node_modules/@radix-ui/react-toggle/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-toggle-group/dist/index.cjs +172 -0
- package/dist/node_modules/@radix-ui/react-toggle-group/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-toggle-group/dist/index.js +172 -0
- package/dist/node_modules/@radix-ui/react-toggle-group/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-tooltip/dist/index.cjs +520 -0
- package/dist/node_modules/@radix-ui/react-tooltip/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js +503 -0
- package/dist/node_modules/@radix-ui/react-tooltip/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot/dist/index.cjs +16 -0
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot/dist/index.js +16 -0
- package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs +32 -0
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +15 -0
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs +89 -0
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +72 -0
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.cjs +35 -0
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +18 -0
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.cjs +16 -0
- package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js +16 -0
- package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.cjs +24 -0
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +7 -0
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-previous/dist/index.cjs +32 -0
- package/dist/node_modules/@radix-ui/react-use-previous/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js +15 -0
- package/dist/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.cjs +57 -0
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +40 -0
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -0
- package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.cjs +54 -0
- package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.cjs.map +1 -0
- package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js +37 -0
- package/dist/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -0
- package/dist/node_modules/aria-hidden/dist/es2015/index.cjs +123 -0
- package/dist/node_modules/aria-hidden/dist/es2015/index.cjs.map +1 -0
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +123 -0
- package/dist/node_modules/aria-hidden/dist/es2015/index.js.map +1 -0
- package/dist/node_modules/class-variance-authority/dist/index.cjs +46 -0
- package/dist/node_modules/class-variance-authority/dist/index.cjs.map +1 -0
- package/dist/node_modules/class-variance-authority/dist/index.js +46 -0
- package/dist/node_modules/class-variance-authority/dist/index.js.map +1 -0
- package/dist/node_modules/clsx/dist/clsx.cjs +17 -0
- package/dist/node_modules/clsx/dist/clsx.cjs.map +1 -0
- package/dist/node_modules/clsx/dist/clsx.js +17 -0
- package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
- package/dist/node_modules/cmdk/dist/chunk-NZJY6EH4.cjs +19 -0
- package/dist/node_modules/cmdk/dist/chunk-NZJY6EH4.cjs.map +1 -0
- package/dist/node_modules/cmdk/dist/chunk-NZJY6EH4.js +19 -0
- package/dist/node_modules/cmdk/dist/chunk-NZJY6EH4.js.map +1 -0
- package/dist/node_modules/cmdk/dist/index.cjs +330 -0
- package/dist/node_modules/cmdk/dist/index.cjs.map +1 -0
- package/dist/node_modules/cmdk/dist/index.js +313 -0
- package/dist/node_modules/cmdk/dist/index.js.map +1 -0
- package/dist/node_modules/cmdk/node_modules/@radix-ui/react-primitive/dist/index.cjs +57 -0
- package/dist/node_modules/cmdk/node_modules/@radix-ui/react-primitive/dist/index.cjs.map +1 -0
- package/dist/node_modules/cmdk/node_modules/@radix-ui/react-primitive/dist/index.js +40 -0
- package/dist/node_modules/cmdk/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -0
- package/dist/node_modules/get-nonce/dist/es2015/index.cjs +10 -0
- package/dist/node_modules/get-nonce/dist/es2015/index.cjs.map +1 -0
- package/dist/node_modules/get-nonce/dist/es2015/index.js +10 -0
- package/dist/node_modules/get-nonce/dist/es2015/index.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/Icon.cjs +42 -0
- package/dist/node_modules/lucide-react/dist/esm/Icon.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/Icon.js +43 -0
- package/dist/node_modules/lucide-react/dist/esm/Icon.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.cjs +24 -0
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js +25 -0
- package/dist/node_modules/lucide-react/dist/esm/createLucideIcon.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.cjs +20 -0
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js +21 -0
- package/dist/node_modules/lucide-react/dist/esm/defaultAttributes.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right.cjs +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right.js +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/arrow-right.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/calendar.cjs +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/calendar.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/calendar.js +17 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/calendar.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/check.cjs +11 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/check.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/check.js +12 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/check.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.cjs +13 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-down.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.cjs +13 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-left.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.cjs +13 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/chevron-right.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-alert.cjs +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-alert.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-alert.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-alert.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-check.cjs +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-check.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-check.js +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle-check.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle.cjs +13 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle.js +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/circle.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/ellipsis.cjs +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/ellipsis.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/ellipsis.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/ellipsis.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/info.cjs +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/info.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/info.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/info.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/menu.cjs +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/menu.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/menu.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/menu.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/minus.cjs +11 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/minus.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/minus.js +12 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/minus.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-close.cjs +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-close.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-close.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-close.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-open.cjs +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-open.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-open.js +16 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/panel-left-open.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/search.cjs +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/search.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/search.js +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/search.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/star.cjs +19 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/star.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/star.js +20 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/star.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-down.cjs +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-down.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-down.js +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-down.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-up.cjs +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-up.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-up.js +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/trending-up.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.cjs +21 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js +22 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/triangle-alert.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/user.cjs +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/user.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/user.js +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/user.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/x.cjs +14 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/x.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/x.js +15 -0
- package/dist/node_modules/lucide-react/dist/esm/icons/x.js.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.cjs +15 -0
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.cjs.map +1 -0
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js +15 -0
- package/dist/node_modules/lucide-react/dist/esm/shared/src/utils.js.map +1 -0
- package/dist/node_modules/react-hook-form/dist/index.esm.cjs +2135 -0
- package/dist/node_modules/react-hook-form/dist/index.esm.cjs.map +1 -0
- package/dist/node_modules/react-hook-form/dist/index.esm.js +2135 -0
- package/dist/node_modules/react-hook-form/dist/index.esm.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.cjs +28 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +12 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.cjs +198 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +181 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.cjs +56 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +39 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs +20 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +20 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs +103 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +103 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.cjs +6 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +6 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs +7 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +8 -0
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +1 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.cjs +65 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +48 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.cjs +11 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +11 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +1 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.cjs +38 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.cjs.map +1 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +38 -0
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +1 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/component.cjs +14 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/component.cjs.map +1 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +14 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js.map +1 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.cjs +34 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.cjs.map +1 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +17 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js.map +1 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.cjs +49 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.cjs.map +1 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +49 -0
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js.map +1 -0
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.cjs +2467 -0
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.cjs.map +1 -0
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js +2467 -0
- package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
- package/dist/node_modules/tslib/tslib.es6.cjs +39 -0
- package/dist/node_modules/tslib/tslib.es6.cjs.map +1 -0
- package/dist/node_modules/tslib/tslib.es6.js +40 -0
- package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.cjs +12 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.cjs.map +1 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +12 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +1 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.cjs +53 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.cjs.map +1 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +36 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +1 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.cjs +30 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.cjs.map +1 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +30 -0
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js.map +1 -0
- package/dist/node_modules/use-sidecar/dist/es2015/exports.cjs +39 -0
- package/dist/node_modules/use-sidecar/dist/es2015/exports.cjs.map +1 -0
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +22 -0
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js.map +1 -0
- package/dist/node_modules/use-sidecar/dist/es2015/medium.cjs +89 -0
- package/dist/node_modules/use-sidecar/dist/es2015/medium.cjs.map +1 -0
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +89 -0
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs +78 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.cjs.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +78 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs +63 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.cjs.map +1 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +63 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/index.cjs +18 -0
- package/dist/node_modules/use-sync-external-store/shim/index.cjs.map +1 -0
- package/dist/node_modules/use-sync-external-store/shim/index.js +18 -0
- package/dist/node_modules/use-sync-external-store/shim/index.js.map +1 -0
- package/dist/provider/RothzergProvider.cjs +89 -0
- package/dist/provider/RothzergProvider.cjs.map +1 -0
- package/dist/provider/RothzergProvider.d.ts +34 -0
- package/dist/provider/RothzergProvider.d.ts.map +1 -0
- package/dist/provider/RothzergProvider.js +89 -0
- package/dist/provider/RothzergProvider.js.map +1 -0
- package/dist/provider/index.d.ts +3 -0
- package/dist/provider/index.d.ts.map +1 -0
- package/dist/styles.css +12211 -0
- package/dist/test/globals.d.ts +2 -0
- package/dist/test/globals.d.ts.map +1 -0
- package/dist/test/happy-dom.d.ts +2 -0
- package/dist/test/happy-dom.d.ts.map +1 -0
- package/dist/test/setup.d.ts +1 -0
- package/dist/test/setup.d.ts.map +1 -0
- package/dist/utils/array.cjs +22 -0
- package/dist/utils/array.cjs.map +1 -0
- package/dist/utils/array.d.ts +17 -0
- package/dist/utils/array.d.ts.map +1 -0
- package/dist/utils/array.js +22 -0
- package/dist/utils/array.js.map +1 -0
- package/dist/utils/browser.cjs +34 -0
- package/dist/utils/browser.cjs.map +1 -0
- package/dist/utils/browser.d.ts +32 -0
- package/dist/utils/browser.d.ts.map +1 -0
- package/dist/utils/browser.js +34 -0
- package/dist/utils/browser.js.map +1 -0
- package/dist/utils/cn.cjs +9 -0
- package/dist/utils/cn.cjs.map +1 -0
- package/dist/utils/cn.d.ts +11 -0
- package/dist/utils/cn.d.ts.map +1 -0
- package/dist/utils/cn.js +9 -0
- package/dist/utils/cn.js.map +1 -0
- package/dist/utils/formatBytes.cjs +12 -0
- package/dist/utils/formatBytes.cjs.map +1 -0
- package/dist/utils/formatBytes.d.ts +11 -0
- package/dist/utils/formatBytes.d.ts.map +1 -0
- package/dist/utils/formatBytes.js +12 -0
- package/dist/utils/formatBytes.js.map +1 -0
- package/dist/utils/formatDate.cjs +15 -0
- package/dist/utils/formatDate.cjs.map +1 -0
- package/dist/utils/formatDate.d.ts +15 -0
- package/dist/utils/formatDate.d.ts.map +1 -0
- package/dist/utils/formatDate.js +15 -0
- package/dist/utils/formatDate.js.map +1 -0
- package/dist/utils/formatDuration.cjs +13 -0
- package/dist/utils/formatDuration.cjs.map +1 -0
- package/dist/utils/formatDuration.d.ts +10 -0
- package/dist/utils/formatDuration.d.ts.map +1 -0
- package/dist/utils/formatDuration.js +13 -0
- package/dist/utils/formatDuration.js.map +1 -0
- package/dist/utils/formatNumber.cjs +30 -0
- package/dist/utils/formatNumber.cjs.map +1 -0
- package/dist/utils/formatNumber.d.ts +17 -0
- package/dist/utils/formatNumber.d.ts.map +1 -0
- package/dist/utils/formatNumber.js +30 -0
- package/dist/utils/formatNumber.js.map +1 -0
- package/dist/utils/formatRelativeTime.cjs +25 -0
- package/dist/utils/formatRelativeTime.cjs.map +1 -0
- package/dist/utils/formatRelativeTime.d.ts +10 -0
- package/dist/utils/formatRelativeTime.d.ts.map +1 -0
- package/dist/utils/formatRelativeTime.js +25 -0
- package/dist/utils/formatRelativeTime.js.map +1 -0
- package/dist/utils/function.cjs +22 -0
- package/dist/utils/function.cjs.map +1 -0
- package/dist/utils/function.d.ts +16 -0
- package/dist/utils/function.d.ts.map +1 -0
- package/dist/utils/function.js +22 -0
- package/dist/utils/function.js.map +1 -0
- package/dist/utils/index.d.ts +15 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/number.cjs +21 -0
- package/dist/utils/number.cjs.map +1 -0
- package/dist/utils/number.d.ts +26 -0
- package/dist/utils/number.d.ts.map +1 -0
- package/dist/utils/number.js +21 -0
- package/dist/utils/number.js.map +1 -0
- package/dist/utils/object.cjs +31 -0
- package/dist/utils/object.cjs.map +1 -0
- package/dist/utils/object.d.ts +23 -0
- package/dist/utils/object.d.ts.map +1 -0
- package/dist/utils/object.js +31 -0
- package/dist/utils/object.js.map +1 -0
- package/dist/utils/string.cjs +28 -0
- package/dist/utils/string.cjs.map +1 -0
- package/dist/utils/string.d.ts +41 -0
- package/dist/utils/string.d.ts.map +1 -0
- package/dist/utils/string.js +28 -0
- package/dist/utils/string.js.map +1 -0
- package/package.json +126 -0
- package/rothzerg.config.example.js +161 -0
|
@@ -0,0 +1,503 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { composeEventHandlers } from "../../primitive/dist/index.js";
|
|
3
|
+
import { useComposedRefs } from "../../react-compose-refs/dist/index.js";
|
|
4
|
+
import { createContextScope } from "../../react-context/dist/index.js";
|
|
5
|
+
import { DismissableLayer } from "../../react-dismissable-layer/dist/index.js";
|
|
6
|
+
import { useId } from "../../react-id/dist/index.js";
|
|
7
|
+
import { Root as Root2, Anchor, Arrow, createPopperScope, Content } from "../../react-popper/dist/index.js";
|
|
8
|
+
import { Portal as Portal$1 } from "../../react-portal/dist/index.js";
|
|
9
|
+
import { Presence } from "../../react-presence/dist/index.js";
|
|
10
|
+
import { Primitive } from "../../react-primitive/dist/index.js";
|
|
11
|
+
import { createSlottable } from "../node_modules/@radix-ui/react-slot/dist/index.js";
|
|
12
|
+
import { useControllableState } from "../../react-use-controllable-state/dist/index.js";
|
|
13
|
+
import { Root } from "../../react-visually-hidden/dist/index.js";
|
|
14
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
15
|
+
var [createTooltipContext] = createContextScope("Tooltip", [
|
|
16
|
+
createPopperScope
|
|
17
|
+
]);
|
|
18
|
+
var usePopperScope = createPopperScope();
|
|
19
|
+
var PROVIDER_NAME = "TooltipProvider";
|
|
20
|
+
var DEFAULT_DELAY_DURATION = 700;
|
|
21
|
+
var TOOLTIP_OPEN = "tooltip.open";
|
|
22
|
+
var [TooltipProviderContextProvider, useTooltipProviderContext] = createTooltipContext(PROVIDER_NAME);
|
|
23
|
+
var TooltipProvider = (props) => {
|
|
24
|
+
const {
|
|
25
|
+
__scopeTooltip,
|
|
26
|
+
delayDuration = DEFAULT_DELAY_DURATION,
|
|
27
|
+
skipDelayDuration = 300,
|
|
28
|
+
disableHoverableContent = false,
|
|
29
|
+
children
|
|
30
|
+
} = props;
|
|
31
|
+
const isOpenDelayedRef = React.useRef(true);
|
|
32
|
+
const isPointerInTransitRef = React.useRef(false);
|
|
33
|
+
const skipDelayTimerRef = React.useRef(0);
|
|
34
|
+
React.useEffect(() => {
|
|
35
|
+
const skipDelayTimer = skipDelayTimerRef.current;
|
|
36
|
+
return () => window.clearTimeout(skipDelayTimer);
|
|
37
|
+
}, []);
|
|
38
|
+
return /* @__PURE__ */ jsx(
|
|
39
|
+
TooltipProviderContextProvider,
|
|
40
|
+
{
|
|
41
|
+
scope: __scopeTooltip,
|
|
42
|
+
isOpenDelayedRef,
|
|
43
|
+
delayDuration,
|
|
44
|
+
onOpen: React.useCallback(() => {
|
|
45
|
+
window.clearTimeout(skipDelayTimerRef.current);
|
|
46
|
+
isOpenDelayedRef.current = false;
|
|
47
|
+
}, []),
|
|
48
|
+
onClose: React.useCallback(() => {
|
|
49
|
+
window.clearTimeout(skipDelayTimerRef.current);
|
|
50
|
+
skipDelayTimerRef.current = window.setTimeout(
|
|
51
|
+
() => isOpenDelayedRef.current = true,
|
|
52
|
+
skipDelayDuration
|
|
53
|
+
);
|
|
54
|
+
}, [skipDelayDuration]),
|
|
55
|
+
isPointerInTransitRef,
|
|
56
|
+
onPointerInTransitChange: React.useCallback((inTransit) => {
|
|
57
|
+
isPointerInTransitRef.current = inTransit;
|
|
58
|
+
}, []),
|
|
59
|
+
disableHoverableContent,
|
|
60
|
+
children
|
|
61
|
+
}
|
|
62
|
+
);
|
|
63
|
+
};
|
|
64
|
+
TooltipProvider.displayName = PROVIDER_NAME;
|
|
65
|
+
var TOOLTIP_NAME = "Tooltip";
|
|
66
|
+
var [TooltipContextProvider, useTooltipContext] = createTooltipContext(TOOLTIP_NAME);
|
|
67
|
+
var Tooltip = (props) => {
|
|
68
|
+
const {
|
|
69
|
+
__scopeTooltip,
|
|
70
|
+
children,
|
|
71
|
+
open: openProp,
|
|
72
|
+
defaultOpen,
|
|
73
|
+
onOpenChange,
|
|
74
|
+
disableHoverableContent: disableHoverableContentProp,
|
|
75
|
+
delayDuration: delayDurationProp
|
|
76
|
+
} = props;
|
|
77
|
+
const providerContext = useTooltipProviderContext(TOOLTIP_NAME, props.__scopeTooltip);
|
|
78
|
+
const popperScope = usePopperScope(__scopeTooltip);
|
|
79
|
+
const [trigger, setTrigger] = React.useState(null);
|
|
80
|
+
const contentId = useId();
|
|
81
|
+
const openTimerRef = React.useRef(0);
|
|
82
|
+
const disableHoverableContent = disableHoverableContentProp ?? providerContext.disableHoverableContent;
|
|
83
|
+
const delayDuration = delayDurationProp ?? providerContext.delayDuration;
|
|
84
|
+
const wasOpenDelayedRef = React.useRef(false);
|
|
85
|
+
const [open, setOpen] = useControllableState({
|
|
86
|
+
prop: openProp,
|
|
87
|
+
defaultProp: defaultOpen ?? false,
|
|
88
|
+
onChange: (open2) => {
|
|
89
|
+
if (open2) {
|
|
90
|
+
providerContext.onOpen();
|
|
91
|
+
document.dispatchEvent(new CustomEvent(TOOLTIP_OPEN));
|
|
92
|
+
} else {
|
|
93
|
+
providerContext.onClose();
|
|
94
|
+
}
|
|
95
|
+
onOpenChange == null ? void 0 : onOpenChange(open2);
|
|
96
|
+
},
|
|
97
|
+
caller: TOOLTIP_NAME
|
|
98
|
+
});
|
|
99
|
+
const stateAttribute = React.useMemo(() => {
|
|
100
|
+
return open ? wasOpenDelayedRef.current ? "delayed-open" : "instant-open" : "closed";
|
|
101
|
+
}, [open]);
|
|
102
|
+
const handleOpen = React.useCallback(() => {
|
|
103
|
+
window.clearTimeout(openTimerRef.current);
|
|
104
|
+
openTimerRef.current = 0;
|
|
105
|
+
wasOpenDelayedRef.current = false;
|
|
106
|
+
setOpen(true);
|
|
107
|
+
}, [setOpen]);
|
|
108
|
+
const handleClose = React.useCallback(() => {
|
|
109
|
+
window.clearTimeout(openTimerRef.current);
|
|
110
|
+
openTimerRef.current = 0;
|
|
111
|
+
setOpen(false);
|
|
112
|
+
}, [setOpen]);
|
|
113
|
+
const handleDelayedOpen = React.useCallback(() => {
|
|
114
|
+
window.clearTimeout(openTimerRef.current);
|
|
115
|
+
openTimerRef.current = window.setTimeout(() => {
|
|
116
|
+
wasOpenDelayedRef.current = true;
|
|
117
|
+
setOpen(true);
|
|
118
|
+
openTimerRef.current = 0;
|
|
119
|
+
}, delayDuration);
|
|
120
|
+
}, [delayDuration, setOpen]);
|
|
121
|
+
React.useEffect(() => {
|
|
122
|
+
return () => {
|
|
123
|
+
if (openTimerRef.current) {
|
|
124
|
+
window.clearTimeout(openTimerRef.current);
|
|
125
|
+
openTimerRef.current = 0;
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
}, []);
|
|
129
|
+
return /* @__PURE__ */ jsx(Root2, { ...popperScope, children: /* @__PURE__ */ jsx(
|
|
130
|
+
TooltipContextProvider,
|
|
131
|
+
{
|
|
132
|
+
scope: __scopeTooltip,
|
|
133
|
+
contentId,
|
|
134
|
+
open,
|
|
135
|
+
stateAttribute,
|
|
136
|
+
trigger,
|
|
137
|
+
onTriggerChange: setTrigger,
|
|
138
|
+
onTriggerEnter: React.useCallback(() => {
|
|
139
|
+
if (providerContext.isOpenDelayedRef.current) handleDelayedOpen();
|
|
140
|
+
else handleOpen();
|
|
141
|
+
}, [providerContext.isOpenDelayedRef, handleDelayedOpen, handleOpen]),
|
|
142
|
+
onTriggerLeave: React.useCallback(() => {
|
|
143
|
+
if (disableHoverableContent) {
|
|
144
|
+
handleClose();
|
|
145
|
+
} else {
|
|
146
|
+
window.clearTimeout(openTimerRef.current);
|
|
147
|
+
openTimerRef.current = 0;
|
|
148
|
+
}
|
|
149
|
+
}, [handleClose, disableHoverableContent]),
|
|
150
|
+
onOpen: handleOpen,
|
|
151
|
+
onClose: handleClose,
|
|
152
|
+
disableHoverableContent,
|
|
153
|
+
children
|
|
154
|
+
}
|
|
155
|
+
) });
|
|
156
|
+
};
|
|
157
|
+
Tooltip.displayName = TOOLTIP_NAME;
|
|
158
|
+
var TRIGGER_NAME = "TooltipTrigger";
|
|
159
|
+
var TooltipTrigger = React.forwardRef(
|
|
160
|
+
(props, forwardedRef) => {
|
|
161
|
+
const { __scopeTooltip, ...triggerProps } = props;
|
|
162
|
+
const context = useTooltipContext(TRIGGER_NAME, __scopeTooltip);
|
|
163
|
+
const providerContext = useTooltipProviderContext(TRIGGER_NAME, __scopeTooltip);
|
|
164
|
+
const popperScope = usePopperScope(__scopeTooltip);
|
|
165
|
+
const ref = React.useRef(null);
|
|
166
|
+
const composedRefs = useComposedRefs(forwardedRef, ref, context.onTriggerChange);
|
|
167
|
+
const isPointerDownRef = React.useRef(false);
|
|
168
|
+
const hasPointerMoveOpenedRef = React.useRef(false);
|
|
169
|
+
const handlePointerUp = React.useCallback(() => isPointerDownRef.current = false, []);
|
|
170
|
+
React.useEffect(() => {
|
|
171
|
+
return () => document.removeEventListener("pointerup", handlePointerUp);
|
|
172
|
+
}, [handlePointerUp]);
|
|
173
|
+
return /* @__PURE__ */ jsx(Anchor, { asChild: true, ...popperScope, children: /* @__PURE__ */ jsx(
|
|
174
|
+
Primitive.button,
|
|
175
|
+
{
|
|
176
|
+
"aria-describedby": context.open ? context.contentId : void 0,
|
|
177
|
+
"data-state": context.stateAttribute,
|
|
178
|
+
...triggerProps,
|
|
179
|
+
ref: composedRefs,
|
|
180
|
+
onPointerMove: composeEventHandlers(props.onPointerMove, (event) => {
|
|
181
|
+
if (event.pointerType === "touch") return;
|
|
182
|
+
if (!hasPointerMoveOpenedRef.current && !providerContext.isPointerInTransitRef.current) {
|
|
183
|
+
context.onTriggerEnter();
|
|
184
|
+
hasPointerMoveOpenedRef.current = true;
|
|
185
|
+
}
|
|
186
|
+
}),
|
|
187
|
+
onPointerLeave: composeEventHandlers(props.onPointerLeave, () => {
|
|
188
|
+
context.onTriggerLeave();
|
|
189
|
+
hasPointerMoveOpenedRef.current = false;
|
|
190
|
+
}),
|
|
191
|
+
onPointerDown: composeEventHandlers(props.onPointerDown, () => {
|
|
192
|
+
if (context.open) {
|
|
193
|
+
context.onClose();
|
|
194
|
+
}
|
|
195
|
+
isPointerDownRef.current = true;
|
|
196
|
+
document.addEventListener("pointerup", handlePointerUp, { once: true });
|
|
197
|
+
}),
|
|
198
|
+
onFocus: composeEventHandlers(props.onFocus, () => {
|
|
199
|
+
if (!isPointerDownRef.current) context.onOpen();
|
|
200
|
+
}),
|
|
201
|
+
onBlur: composeEventHandlers(props.onBlur, context.onClose),
|
|
202
|
+
onClick: composeEventHandlers(props.onClick, context.onClose)
|
|
203
|
+
}
|
|
204
|
+
) });
|
|
205
|
+
}
|
|
206
|
+
);
|
|
207
|
+
TooltipTrigger.displayName = TRIGGER_NAME;
|
|
208
|
+
var PORTAL_NAME = "TooltipPortal";
|
|
209
|
+
var [PortalProvider, usePortalContext] = createTooltipContext(PORTAL_NAME, {
|
|
210
|
+
forceMount: void 0
|
|
211
|
+
});
|
|
212
|
+
var TooltipPortal = (props) => {
|
|
213
|
+
const { __scopeTooltip, forceMount, children, container } = props;
|
|
214
|
+
const context = useTooltipContext(PORTAL_NAME, __scopeTooltip);
|
|
215
|
+
return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeTooltip, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Portal$1, { asChild: true, container, children }) }) });
|
|
216
|
+
};
|
|
217
|
+
TooltipPortal.displayName = PORTAL_NAME;
|
|
218
|
+
var CONTENT_NAME = "TooltipContent";
|
|
219
|
+
var TooltipContent = React.forwardRef(
|
|
220
|
+
(props, forwardedRef) => {
|
|
221
|
+
const portalContext = usePortalContext(CONTENT_NAME, props.__scopeTooltip);
|
|
222
|
+
const { forceMount = portalContext.forceMount, side = "top", ...contentProps } = props;
|
|
223
|
+
const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);
|
|
224
|
+
return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.disableHoverableContent ? /* @__PURE__ */ jsx(TooltipContentImpl, { side, ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(TooltipContentHoverable, { side, ...contentProps, ref: forwardedRef }) });
|
|
225
|
+
}
|
|
226
|
+
);
|
|
227
|
+
var TooltipContentHoverable = React.forwardRef((props, forwardedRef) => {
|
|
228
|
+
const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);
|
|
229
|
+
const providerContext = useTooltipProviderContext(CONTENT_NAME, props.__scopeTooltip);
|
|
230
|
+
const ref = React.useRef(null);
|
|
231
|
+
const composedRefs = useComposedRefs(forwardedRef, ref);
|
|
232
|
+
const [pointerGraceArea, setPointerGraceArea] = React.useState(null);
|
|
233
|
+
const { trigger, onClose } = context;
|
|
234
|
+
const content = ref.current;
|
|
235
|
+
const { onPointerInTransitChange } = providerContext;
|
|
236
|
+
const handleRemoveGraceArea = React.useCallback(() => {
|
|
237
|
+
setPointerGraceArea(null);
|
|
238
|
+
onPointerInTransitChange(false);
|
|
239
|
+
}, [onPointerInTransitChange]);
|
|
240
|
+
const handleCreateGraceArea = React.useCallback(
|
|
241
|
+
(event, hoverTarget) => {
|
|
242
|
+
const currentTarget = event.currentTarget;
|
|
243
|
+
const exitPoint = { x: event.clientX, y: event.clientY };
|
|
244
|
+
const exitSide = getExitSideFromRect(exitPoint, currentTarget.getBoundingClientRect());
|
|
245
|
+
const paddedExitPoints = getPaddedExitPoints(exitPoint, exitSide);
|
|
246
|
+
const hoverTargetPoints = getPointsFromRect(hoverTarget.getBoundingClientRect());
|
|
247
|
+
const graceArea = getHull([...paddedExitPoints, ...hoverTargetPoints]);
|
|
248
|
+
setPointerGraceArea(graceArea);
|
|
249
|
+
onPointerInTransitChange(true);
|
|
250
|
+
},
|
|
251
|
+
[onPointerInTransitChange]
|
|
252
|
+
);
|
|
253
|
+
React.useEffect(() => {
|
|
254
|
+
return () => handleRemoveGraceArea();
|
|
255
|
+
}, [handleRemoveGraceArea]);
|
|
256
|
+
React.useEffect(() => {
|
|
257
|
+
if (trigger && content) {
|
|
258
|
+
const handleTriggerLeave = (event) => handleCreateGraceArea(event, content);
|
|
259
|
+
const handleContentLeave = (event) => handleCreateGraceArea(event, trigger);
|
|
260
|
+
trigger.addEventListener("pointerleave", handleTriggerLeave);
|
|
261
|
+
content.addEventListener("pointerleave", handleContentLeave);
|
|
262
|
+
return () => {
|
|
263
|
+
trigger.removeEventListener("pointerleave", handleTriggerLeave);
|
|
264
|
+
content.removeEventListener("pointerleave", handleContentLeave);
|
|
265
|
+
};
|
|
266
|
+
}
|
|
267
|
+
}, [trigger, content, handleCreateGraceArea, handleRemoveGraceArea]);
|
|
268
|
+
React.useEffect(() => {
|
|
269
|
+
if (pointerGraceArea) {
|
|
270
|
+
const handleTrackPointerGrace = (event) => {
|
|
271
|
+
const target = event.target;
|
|
272
|
+
const pointerPosition = { x: event.clientX, y: event.clientY };
|
|
273
|
+
const hasEnteredTarget = (trigger == null ? void 0 : trigger.contains(target)) || (content == null ? void 0 : content.contains(target));
|
|
274
|
+
const isPointerOutsideGraceArea = !isPointInPolygon(pointerPosition, pointerGraceArea);
|
|
275
|
+
if (hasEnteredTarget) {
|
|
276
|
+
handleRemoveGraceArea();
|
|
277
|
+
} else if (isPointerOutsideGraceArea) {
|
|
278
|
+
handleRemoveGraceArea();
|
|
279
|
+
onClose();
|
|
280
|
+
}
|
|
281
|
+
};
|
|
282
|
+
document.addEventListener("pointermove", handleTrackPointerGrace);
|
|
283
|
+
return () => document.removeEventListener("pointermove", handleTrackPointerGrace);
|
|
284
|
+
}
|
|
285
|
+
}, [trigger, content, pointerGraceArea, onClose, handleRemoveGraceArea]);
|
|
286
|
+
return /* @__PURE__ */ jsx(TooltipContentImpl, { ...props, ref: composedRefs });
|
|
287
|
+
});
|
|
288
|
+
var [VisuallyHiddenContentContextProvider, useVisuallyHiddenContentContext] = createTooltipContext(TOOLTIP_NAME, { isInside: false });
|
|
289
|
+
var Slottable = createSlottable("TooltipContent");
|
|
290
|
+
var TooltipContentImpl = React.forwardRef(
|
|
291
|
+
(props, forwardedRef) => {
|
|
292
|
+
const {
|
|
293
|
+
__scopeTooltip,
|
|
294
|
+
children,
|
|
295
|
+
"aria-label": ariaLabel,
|
|
296
|
+
onEscapeKeyDown,
|
|
297
|
+
onPointerDownOutside,
|
|
298
|
+
...contentProps
|
|
299
|
+
} = props;
|
|
300
|
+
const context = useTooltipContext(CONTENT_NAME, __scopeTooltip);
|
|
301
|
+
const popperScope = usePopperScope(__scopeTooltip);
|
|
302
|
+
const { onClose } = context;
|
|
303
|
+
React.useEffect(() => {
|
|
304
|
+
document.addEventListener(TOOLTIP_OPEN, onClose);
|
|
305
|
+
return () => document.removeEventListener(TOOLTIP_OPEN, onClose);
|
|
306
|
+
}, [onClose]);
|
|
307
|
+
React.useEffect(() => {
|
|
308
|
+
if (context.trigger) {
|
|
309
|
+
const handleScroll = (event) => {
|
|
310
|
+
const target = event.target;
|
|
311
|
+
if (target == null ? void 0 : target.contains(context.trigger)) onClose();
|
|
312
|
+
};
|
|
313
|
+
window.addEventListener("scroll", handleScroll, { capture: true });
|
|
314
|
+
return () => window.removeEventListener("scroll", handleScroll, { capture: true });
|
|
315
|
+
}
|
|
316
|
+
}, [context.trigger, onClose]);
|
|
317
|
+
return /* @__PURE__ */ jsx(
|
|
318
|
+
DismissableLayer,
|
|
319
|
+
{
|
|
320
|
+
asChild: true,
|
|
321
|
+
disableOutsidePointerEvents: false,
|
|
322
|
+
onEscapeKeyDown,
|
|
323
|
+
onPointerDownOutside,
|
|
324
|
+
onFocusOutside: (event) => event.preventDefault(),
|
|
325
|
+
onDismiss: onClose,
|
|
326
|
+
children: /* @__PURE__ */ jsxs(
|
|
327
|
+
Content,
|
|
328
|
+
{
|
|
329
|
+
"data-state": context.stateAttribute,
|
|
330
|
+
...popperScope,
|
|
331
|
+
...contentProps,
|
|
332
|
+
ref: forwardedRef,
|
|
333
|
+
style: {
|
|
334
|
+
...contentProps.style,
|
|
335
|
+
// re-namespace exposed content custom properties
|
|
336
|
+
...{
|
|
337
|
+
"--radix-tooltip-content-transform-origin": "var(--radix-popper-transform-origin)",
|
|
338
|
+
"--radix-tooltip-content-available-width": "var(--radix-popper-available-width)",
|
|
339
|
+
"--radix-tooltip-content-available-height": "var(--radix-popper-available-height)",
|
|
340
|
+
"--radix-tooltip-trigger-width": "var(--radix-popper-anchor-width)",
|
|
341
|
+
"--radix-tooltip-trigger-height": "var(--radix-popper-anchor-height)"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
children: [
|
|
345
|
+
/* @__PURE__ */ jsx(Slottable, { children }),
|
|
346
|
+
/* @__PURE__ */ jsx(VisuallyHiddenContentContextProvider, { scope: __scopeTooltip, isInside: true, children: /* @__PURE__ */ jsx(Root, { id: context.contentId, role: "tooltip", children: ariaLabel || children }) })
|
|
347
|
+
]
|
|
348
|
+
}
|
|
349
|
+
)
|
|
350
|
+
}
|
|
351
|
+
);
|
|
352
|
+
}
|
|
353
|
+
);
|
|
354
|
+
TooltipContent.displayName = CONTENT_NAME;
|
|
355
|
+
var ARROW_NAME = "TooltipArrow";
|
|
356
|
+
var TooltipArrow = React.forwardRef(
|
|
357
|
+
(props, forwardedRef) => {
|
|
358
|
+
const { __scopeTooltip, ...arrowProps } = props;
|
|
359
|
+
const popperScope = usePopperScope(__scopeTooltip);
|
|
360
|
+
const visuallyHiddenContentContext = useVisuallyHiddenContentContext(
|
|
361
|
+
ARROW_NAME,
|
|
362
|
+
__scopeTooltip
|
|
363
|
+
);
|
|
364
|
+
return visuallyHiddenContentContext.isInside ? null : /* @__PURE__ */ jsx(Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });
|
|
365
|
+
}
|
|
366
|
+
);
|
|
367
|
+
TooltipArrow.displayName = ARROW_NAME;
|
|
368
|
+
function getExitSideFromRect(point, rect) {
|
|
369
|
+
const top = Math.abs(rect.top - point.y);
|
|
370
|
+
const bottom = Math.abs(rect.bottom - point.y);
|
|
371
|
+
const right = Math.abs(rect.right - point.x);
|
|
372
|
+
const left = Math.abs(rect.left - point.x);
|
|
373
|
+
switch (Math.min(top, bottom, right, left)) {
|
|
374
|
+
case left:
|
|
375
|
+
return "left";
|
|
376
|
+
case right:
|
|
377
|
+
return "right";
|
|
378
|
+
case top:
|
|
379
|
+
return "top";
|
|
380
|
+
case bottom:
|
|
381
|
+
return "bottom";
|
|
382
|
+
default:
|
|
383
|
+
throw new Error("unreachable");
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
function getPaddedExitPoints(exitPoint, exitSide, padding = 5) {
|
|
387
|
+
const paddedExitPoints = [];
|
|
388
|
+
switch (exitSide) {
|
|
389
|
+
case "top":
|
|
390
|
+
paddedExitPoints.push(
|
|
391
|
+
{ x: exitPoint.x - padding, y: exitPoint.y + padding },
|
|
392
|
+
{ x: exitPoint.x + padding, y: exitPoint.y + padding }
|
|
393
|
+
);
|
|
394
|
+
break;
|
|
395
|
+
case "bottom":
|
|
396
|
+
paddedExitPoints.push(
|
|
397
|
+
{ x: exitPoint.x - padding, y: exitPoint.y - padding },
|
|
398
|
+
{ x: exitPoint.x + padding, y: exitPoint.y - padding }
|
|
399
|
+
);
|
|
400
|
+
break;
|
|
401
|
+
case "left":
|
|
402
|
+
paddedExitPoints.push(
|
|
403
|
+
{ x: exitPoint.x + padding, y: exitPoint.y - padding },
|
|
404
|
+
{ x: exitPoint.x + padding, y: exitPoint.y + padding }
|
|
405
|
+
);
|
|
406
|
+
break;
|
|
407
|
+
case "right":
|
|
408
|
+
paddedExitPoints.push(
|
|
409
|
+
{ x: exitPoint.x - padding, y: exitPoint.y - padding },
|
|
410
|
+
{ x: exitPoint.x - padding, y: exitPoint.y + padding }
|
|
411
|
+
);
|
|
412
|
+
break;
|
|
413
|
+
}
|
|
414
|
+
return paddedExitPoints;
|
|
415
|
+
}
|
|
416
|
+
function getPointsFromRect(rect) {
|
|
417
|
+
const { top, right, bottom, left } = rect;
|
|
418
|
+
return [
|
|
419
|
+
{ x: left, y: top },
|
|
420
|
+
{ x: right, y: top },
|
|
421
|
+
{ x: right, y: bottom },
|
|
422
|
+
{ x: left, y: bottom }
|
|
423
|
+
];
|
|
424
|
+
}
|
|
425
|
+
function isPointInPolygon(point, polygon) {
|
|
426
|
+
const { x, y } = point;
|
|
427
|
+
let inside = false;
|
|
428
|
+
for (let i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {
|
|
429
|
+
const ii = polygon[i];
|
|
430
|
+
const jj = polygon[j];
|
|
431
|
+
const xi = ii.x;
|
|
432
|
+
const yi = ii.y;
|
|
433
|
+
const xj = jj.x;
|
|
434
|
+
const yj = jj.y;
|
|
435
|
+
const intersect = yi > y !== yj > y && x < (xj - xi) * (y - yi) / (yj - yi) + xi;
|
|
436
|
+
if (intersect) inside = !inside;
|
|
437
|
+
}
|
|
438
|
+
return inside;
|
|
439
|
+
}
|
|
440
|
+
function getHull(points) {
|
|
441
|
+
const newPoints = points.slice();
|
|
442
|
+
newPoints.sort((a, b) => {
|
|
443
|
+
if (a.x < b.x) return -1;
|
|
444
|
+
else if (a.x > b.x) return 1;
|
|
445
|
+
else if (a.y < b.y) return -1;
|
|
446
|
+
else if (a.y > b.y) return 1;
|
|
447
|
+
else return 0;
|
|
448
|
+
});
|
|
449
|
+
return getHullPresorted(newPoints);
|
|
450
|
+
}
|
|
451
|
+
function getHullPresorted(points) {
|
|
452
|
+
if (points.length <= 1) return points.slice();
|
|
453
|
+
const upperHull = [];
|
|
454
|
+
for (let i = 0; i < points.length; i++) {
|
|
455
|
+
const p = points[i];
|
|
456
|
+
while (upperHull.length >= 2) {
|
|
457
|
+
const q = upperHull[upperHull.length - 1];
|
|
458
|
+
const r = upperHull[upperHull.length - 2];
|
|
459
|
+
if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) upperHull.pop();
|
|
460
|
+
else break;
|
|
461
|
+
}
|
|
462
|
+
upperHull.push(p);
|
|
463
|
+
}
|
|
464
|
+
upperHull.pop();
|
|
465
|
+
const lowerHull = [];
|
|
466
|
+
for (let i = points.length - 1; i >= 0; i--) {
|
|
467
|
+
const p = points[i];
|
|
468
|
+
while (lowerHull.length >= 2) {
|
|
469
|
+
const q = lowerHull[lowerHull.length - 1];
|
|
470
|
+
const r = lowerHull[lowerHull.length - 2];
|
|
471
|
+
if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) lowerHull.pop();
|
|
472
|
+
else break;
|
|
473
|
+
}
|
|
474
|
+
lowerHull.push(p);
|
|
475
|
+
}
|
|
476
|
+
lowerHull.pop();
|
|
477
|
+
if (upperHull.length === 1 && lowerHull.length === 1 && upperHull[0].x === lowerHull[0].x && upperHull[0].y === lowerHull[0].y) {
|
|
478
|
+
return upperHull;
|
|
479
|
+
} else {
|
|
480
|
+
return upperHull.concat(lowerHull);
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
var Provider = TooltipProvider;
|
|
484
|
+
var Root3 = Tooltip;
|
|
485
|
+
var Trigger = TooltipTrigger;
|
|
486
|
+
var Portal = TooltipPortal;
|
|
487
|
+
var Content2 = TooltipContent;
|
|
488
|
+
var Arrow2 = TooltipArrow;
|
|
489
|
+
export {
|
|
490
|
+
Arrow2 as Arrow,
|
|
491
|
+
Content2 as Content,
|
|
492
|
+
Portal,
|
|
493
|
+
Provider,
|
|
494
|
+
Root3 as Root,
|
|
495
|
+
Tooltip,
|
|
496
|
+
TooltipArrow,
|
|
497
|
+
TooltipContent,
|
|
498
|
+
TooltipPortal,
|
|
499
|
+
TooltipProvider,
|
|
500
|
+
TooltipTrigger,
|
|
501
|
+
Trigger
|
|
502
|
+
};
|
|
503
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../node_modules/@radix-ui/react-tooltip/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/tooltip.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { DismissableLayer } from \"@radix-ui/react-dismissable-layer\";\nimport { useId } from \"@radix-ui/react-id\";\nimport * as PopperPrimitive from \"@radix-ui/react-popper\";\nimport { createPopperScope } from \"@radix-ui/react-popper\";\nimport { Portal as PortalPrimitive } from \"@radix-ui/react-portal\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { createSlottable } from \"@radix-ui/react-slot\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport * as VisuallyHiddenPrimitive from \"@radix-ui/react-visually-hidden\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nvar [createTooltipContext, createTooltipScope] = createContextScope(\"Tooltip\", [\n createPopperScope\n]);\nvar usePopperScope = createPopperScope();\nvar PROVIDER_NAME = \"TooltipProvider\";\nvar DEFAULT_DELAY_DURATION = 700;\nvar TOOLTIP_OPEN = \"tooltip.open\";\nvar [TooltipProviderContextProvider, useTooltipProviderContext] = createTooltipContext(PROVIDER_NAME);\nvar TooltipProvider = (props) => {\n const {\n __scopeTooltip,\n delayDuration = DEFAULT_DELAY_DURATION,\n skipDelayDuration = 300,\n disableHoverableContent = false,\n children\n } = props;\n const isOpenDelayedRef = React.useRef(true);\n const isPointerInTransitRef = React.useRef(false);\n const skipDelayTimerRef = React.useRef(0);\n React.useEffect(() => {\n const skipDelayTimer = skipDelayTimerRef.current;\n return () => window.clearTimeout(skipDelayTimer);\n }, []);\n return /* @__PURE__ */ jsx(\n TooltipProviderContextProvider,\n {\n scope: __scopeTooltip,\n isOpenDelayedRef,\n delayDuration,\n onOpen: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n isOpenDelayedRef.current = false;\n }, []),\n onClose: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n skipDelayTimerRef.current = window.setTimeout(\n () => isOpenDelayedRef.current = true,\n skipDelayDuration\n );\n }, [skipDelayDuration]),\n isPointerInTransitRef,\n onPointerInTransitChange: React.useCallback((inTransit) => {\n isPointerInTransitRef.current = inTransit;\n }, []),\n disableHoverableContent,\n children\n }\n );\n};\nTooltipProvider.displayName = PROVIDER_NAME;\nvar TOOLTIP_NAME = \"Tooltip\";\nvar [TooltipContextProvider, useTooltipContext] = createTooltipContext(TOOLTIP_NAME);\nvar Tooltip = (props) => {\n const {\n __scopeTooltip,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n disableHoverableContent: disableHoverableContentProp,\n delayDuration: delayDurationProp\n } = props;\n const providerContext = useTooltipProviderContext(TOOLTIP_NAME, props.__scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const [trigger, setTrigger] = React.useState(null);\n const contentId = useId();\n const openTimerRef = React.useRef(0);\n const disableHoverableContent = disableHoverableContentProp ?? providerContext.disableHoverableContent;\n const delayDuration = delayDurationProp ?? providerContext.delayDuration;\n const wasOpenDelayedRef = React.useRef(false);\n const [open, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen ?? false,\n onChange: (open2) => {\n if (open2) {\n providerContext.onOpen();\n document.dispatchEvent(new CustomEvent(TOOLTIP_OPEN));\n } else {\n providerContext.onClose();\n }\n onOpenChange?.(open2);\n },\n caller: TOOLTIP_NAME\n });\n const stateAttribute = React.useMemo(() => {\n return open ? wasOpenDelayedRef.current ? \"delayed-open\" : \"instant-open\" : \"closed\";\n }, [open]);\n const handleOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n wasOpenDelayedRef.current = false;\n setOpen(true);\n }, [setOpen]);\n const handleClose = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n setOpen(false);\n }, [setOpen]);\n const handleDelayedOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = window.setTimeout(() => {\n wasOpenDelayedRef.current = true;\n setOpen(true);\n openTimerRef.current = 0;\n }, delayDuration);\n }, [delayDuration, setOpen]);\n React.useEffect(() => {\n return () => {\n if (openTimerRef.current) {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n };\n }, []);\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n TooltipContextProvider,\n {\n scope: __scopeTooltip,\n contentId,\n open,\n stateAttribute,\n trigger,\n onTriggerChange: setTrigger,\n onTriggerEnter: React.useCallback(() => {\n if (providerContext.isOpenDelayedRef.current) handleDelayedOpen();\n else handleOpen();\n }, [providerContext.isOpenDelayedRef, handleDelayedOpen, handleOpen]),\n onTriggerLeave: React.useCallback(() => {\n if (disableHoverableContent) {\n handleClose();\n } else {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n }, [handleClose, disableHoverableContent]),\n onOpen: handleOpen,\n onClose: handleClose,\n disableHoverableContent,\n children\n }\n ) });\n};\nTooltip.displayName = TOOLTIP_NAME;\nvar TRIGGER_NAME = \"TooltipTrigger\";\nvar TooltipTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...triggerProps } = props;\n const context = useTooltipContext(TRIGGER_NAME, __scopeTooltip);\n const providerContext = useTooltipProviderContext(TRIGGER_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref, context.onTriggerChange);\n const isPointerDownRef = React.useRef(false);\n const hasPointerMoveOpenedRef = React.useRef(false);\n const handlePointerUp = React.useCallback(() => isPointerDownRef.current = false, []);\n React.useEffect(() => {\n return () => document.removeEventListener(\"pointerup\", handlePointerUp);\n }, [handlePointerUp]);\n return /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { asChild: true, ...popperScope, children: /* @__PURE__ */ jsx(\n Primitive.button,\n {\n \"aria-describedby\": context.open ? context.contentId : void 0,\n \"data-state\": context.stateAttribute,\n ...triggerProps,\n ref: composedRefs,\n onPointerMove: composeEventHandlers(props.onPointerMove, (event) => {\n if (event.pointerType === \"touch\") return;\n if (!hasPointerMoveOpenedRef.current && !providerContext.isPointerInTransitRef.current) {\n context.onTriggerEnter();\n hasPointerMoveOpenedRef.current = true;\n }\n }),\n onPointerLeave: composeEventHandlers(props.onPointerLeave, () => {\n context.onTriggerLeave();\n hasPointerMoveOpenedRef.current = false;\n }),\n onPointerDown: composeEventHandlers(props.onPointerDown, () => {\n if (context.open) {\n context.onClose();\n }\n isPointerDownRef.current = true;\n document.addEventListener(\"pointerup\", handlePointerUp, { once: true });\n }),\n onFocus: composeEventHandlers(props.onFocus, () => {\n if (!isPointerDownRef.current) context.onOpen();\n }),\n onBlur: composeEventHandlers(props.onBlur, context.onClose),\n onClick: composeEventHandlers(props.onClick, context.onClose)\n }\n ) });\n }\n);\nTooltipTrigger.displayName = TRIGGER_NAME;\nvar PORTAL_NAME = \"TooltipPortal\";\nvar [PortalProvider, usePortalContext] = createTooltipContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar TooltipPortal = (props) => {\n const { __scopeTooltip, forceMount, children, container } = props;\n const context = useTooltipContext(PORTAL_NAME, __scopeTooltip);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeTooltip, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(PortalPrimitive, { asChild: true, container, children }) }) });\n};\nTooltipPortal.displayName = PORTAL_NAME;\nvar CONTENT_NAME = \"TooltipContent\";\nvar TooltipContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeTooltip);\n const { forceMount = portalContext.forceMount, side = \"top\", ...contentProps } = props;\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.disableHoverableContent ? /* @__PURE__ */ jsx(TooltipContentImpl, { side, ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(TooltipContentHoverable, { side, ...contentProps, ref: forwardedRef }) });\n }\n);\nvar TooltipContentHoverable = React.forwardRef((props, forwardedRef) => {\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n const providerContext = useTooltipProviderContext(CONTENT_NAME, props.__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const [pointerGraceArea, setPointerGraceArea] = React.useState(null);\n const { trigger, onClose } = context;\n const content = ref.current;\n const { onPointerInTransitChange } = providerContext;\n const handleRemoveGraceArea = React.useCallback(() => {\n setPointerGraceArea(null);\n onPointerInTransitChange(false);\n }, [onPointerInTransitChange]);\n const handleCreateGraceArea = React.useCallback(\n (event, hoverTarget) => {\n const currentTarget = event.currentTarget;\n const exitPoint = { x: event.clientX, y: event.clientY };\n const exitSide = getExitSideFromRect(exitPoint, currentTarget.getBoundingClientRect());\n const paddedExitPoints = getPaddedExitPoints(exitPoint, exitSide);\n const hoverTargetPoints = getPointsFromRect(hoverTarget.getBoundingClientRect());\n const graceArea = getHull([...paddedExitPoints, ...hoverTargetPoints]);\n setPointerGraceArea(graceArea);\n onPointerInTransitChange(true);\n },\n [onPointerInTransitChange]\n );\n React.useEffect(() => {\n return () => handleRemoveGraceArea();\n }, [handleRemoveGraceArea]);\n React.useEffect(() => {\n if (trigger && content) {\n const handleTriggerLeave = (event) => handleCreateGraceArea(event, content);\n const handleContentLeave = (event) => handleCreateGraceArea(event, trigger);\n trigger.addEventListener(\"pointerleave\", handleTriggerLeave);\n content.addEventListener(\"pointerleave\", handleContentLeave);\n return () => {\n trigger.removeEventListener(\"pointerleave\", handleTriggerLeave);\n content.removeEventListener(\"pointerleave\", handleContentLeave);\n };\n }\n }, [trigger, content, handleCreateGraceArea, handleRemoveGraceArea]);\n React.useEffect(() => {\n if (pointerGraceArea) {\n const handleTrackPointerGrace = (event) => {\n const target = event.target;\n const pointerPosition = { x: event.clientX, y: event.clientY };\n const hasEnteredTarget = trigger?.contains(target) || content?.contains(target);\n const isPointerOutsideGraceArea = !isPointInPolygon(pointerPosition, pointerGraceArea);\n if (hasEnteredTarget) {\n handleRemoveGraceArea();\n } else if (isPointerOutsideGraceArea) {\n handleRemoveGraceArea();\n onClose();\n }\n };\n document.addEventListener(\"pointermove\", handleTrackPointerGrace);\n return () => document.removeEventListener(\"pointermove\", handleTrackPointerGrace);\n }\n }, [trigger, content, pointerGraceArea, onClose, handleRemoveGraceArea]);\n return /* @__PURE__ */ jsx(TooltipContentImpl, { ...props, ref: composedRefs });\n});\nvar [VisuallyHiddenContentContextProvider, useVisuallyHiddenContentContext] = createTooltipContext(TOOLTIP_NAME, { isInside: false });\nvar Slottable = createSlottable(\"TooltipContent\");\nvar TooltipContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeTooltip,\n children,\n \"aria-label\": ariaLabel,\n onEscapeKeyDown,\n onPointerDownOutside,\n ...contentProps\n } = props;\n const context = useTooltipContext(CONTENT_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const { onClose } = context;\n React.useEffect(() => {\n document.addEventListener(TOOLTIP_OPEN, onClose);\n return () => document.removeEventListener(TOOLTIP_OPEN, onClose);\n }, [onClose]);\n React.useEffect(() => {\n if (context.trigger) {\n const handleScroll = (event) => {\n const target = event.target;\n if (target?.contains(context.trigger)) onClose();\n };\n window.addEventListener(\"scroll\", handleScroll, { capture: true });\n return () => window.removeEventListener(\"scroll\", handleScroll, { capture: true });\n }\n }, [context.trigger, onClose]);\n return /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n asChild: true,\n disableOutsidePointerEvents: false,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside: (event) => event.preventDefault(),\n onDismiss: onClose,\n children: /* @__PURE__ */ jsxs(\n PopperPrimitive.Content,\n {\n \"data-state\": context.stateAttribute,\n ...popperScope,\n ...contentProps,\n ref: forwardedRef,\n style: {\n ...contentProps.style,\n // re-namespace exposed content custom properties\n ...{\n \"--radix-tooltip-content-transform-origin\": \"var(--radix-popper-transform-origin)\",\n \"--radix-tooltip-content-available-width\": \"var(--radix-popper-available-width)\",\n \"--radix-tooltip-content-available-height\": \"var(--radix-popper-available-height)\",\n \"--radix-tooltip-trigger-width\": \"var(--radix-popper-anchor-width)\",\n \"--radix-tooltip-trigger-height\": \"var(--radix-popper-anchor-height)\"\n }\n },\n children: [\n /* @__PURE__ */ jsx(Slottable, { children }),\n /* @__PURE__ */ jsx(VisuallyHiddenContentContextProvider, { scope: __scopeTooltip, isInside: true, children: /* @__PURE__ */ jsx(VisuallyHiddenPrimitive.Root, { id: context.contentId, role: \"tooltip\", children: ariaLabel || children }) })\n ]\n }\n )\n }\n );\n }\n);\nTooltipContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"TooltipArrow\";\nvar TooltipArrow = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopeTooltip);\n const visuallyHiddenContentContext = useVisuallyHiddenContentContext(\n ARROW_NAME,\n __scopeTooltip\n );\n return visuallyHiddenContentContext.isInside ? null : /* @__PURE__ */ jsx(PopperPrimitive.Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });\n }\n);\nTooltipArrow.displayName = ARROW_NAME;\nfunction getExitSideFromRect(point, rect) {\n const top = Math.abs(rect.top - point.y);\n const bottom = Math.abs(rect.bottom - point.y);\n const right = Math.abs(rect.right - point.x);\n const left = Math.abs(rect.left - point.x);\n switch (Math.min(top, bottom, right, left)) {\n case left:\n return \"left\";\n case right:\n return \"right\";\n case top:\n return \"top\";\n case bottom:\n return \"bottom\";\n default:\n throw new Error(\"unreachable\");\n }\n}\nfunction getPaddedExitPoints(exitPoint, exitSide, padding = 5) {\n const paddedExitPoints = [];\n switch (exitSide) {\n case \"top\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y + padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"bottom\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y - padding }\n );\n break;\n case \"left\":\n paddedExitPoints.push(\n { x: exitPoint.x + padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"right\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x - padding, y: exitPoint.y + padding }\n );\n break;\n }\n return paddedExitPoints;\n}\nfunction getPointsFromRect(rect) {\n const { top, right, bottom, left } = rect;\n return [\n { x: left, y: top },\n { x: right, y: top },\n { x: right, y: bottom },\n { x: left, y: bottom }\n ];\n}\nfunction isPointInPolygon(point, polygon) {\n const { x, y } = point;\n let inside = false;\n for (let i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {\n const ii = polygon[i];\n const jj = polygon[j];\n const xi = ii.x;\n const yi = ii.y;\n const xj = jj.x;\n const yj = jj.y;\n const intersect = yi > y !== yj > y && x < (xj - xi) * (y - yi) / (yj - yi) + xi;\n if (intersect) inside = !inside;\n }\n return inside;\n}\nfunction getHull(points) {\n const newPoints = points.slice();\n newPoints.sort((a, b) => {\n if (a.x < b.x) return -1;\n else if (a.x > b.x) return 1;\n else if (a.y < b.y) return -1;\n else if (a.y > b.y) return 1;\n else return 0;\n });\n return getHullPresorted(newPoints);\n}\nfunction getHullPresorted(points) {\n if (points.length <= 1) return points.slice();\n const upperHull = [];\n for (let i = 0; i < points.length; i++) {\n const p = points[i];\n while (upperHull.length >= 2) {\n const q = upperHull[upperHull.length - 1];\n const r = upperHull[upperHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) upperHull.pop();\n else break;\n }\n upperHull.push(p);\n }\n upperHull.pop();\n const lowerHull = [];\n for (let i = points.length - 1; i >= 0; i--) {\n const p = points[i];\n while (lowerHull.length >= 2) {\n const q = lowerHull[lowerHull.length - 1];\n const r = lowerHull[lowerHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) lowerHull.pop();\n else break;\n }\n lowerHull.push(p);\n }\n lowerHull.pop();\n if (upperHull.length === 1 && lowerHull.length === 1 && upperHull[0].x === lowerHull[0].x && upperHull[0].y === lowerHull[0].y) {\n return upperHull;\n } else {\n return upperHull.concat(lowerHull);\n }\n}\nvar Provider = TooltipProvider;\nvar Root3 = Tooltip;\nvar Trigger = TooltipTrigger;\nvar Portal = TooltipPortal;\nvar Content2 = TooltipContent;\nvar Arrow2 = TooltipArrow;\nexport {\n Arrow2 as Arrow,\n Content2 as Content,\n Portal,\n Provider,\n Root3 as Root,\n Tooltip,\n TooltipArrow,\n TooltipContent,\n TooltipPortal,\n TooltipProvider,\n TooltipTrigger,\n Trigger,\n createTooltipScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["PopperPrimitive.Root","PopperPrimitive.Anchor","PortalPrimitive","PopperPrimitive.Content","VisuallyHiddenPrimitive.Root","PopperPrimitive.Arrow"],"mappings":"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","x_google_ignoreList":[0]}
|
package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot/dist/index.cjs
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
require("react");
|
|
4
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
var SLOTTABLE_IDENTIFIER = Symbol("radix.slottable");
|
|
6
|
+
// @__NO_SIDE_EFFECTS__
|
|
7
|
+
function createSlottable(ownerName) {
|
|
8
|
+
const Slottable2 = ({ children }) => {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children });
|
|
10
|
+
};
|
|
11
|
+
Slottable2.displayName = `${ownerName}.Slottable`;
|
|
12
|
+
Slottable2.__radixId = SLOTTABLE_IDENTIFIER;
|
|
13
|
+
return Slottable2;
|
|
14
|
+
}
|
|
15
|
+
exports.createSlottable = createSlottable;
|
|
16
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../../../../../../../../node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot/dist/index.mjs"],"sourcesContent":["// src/slot.tsx\nimport * as React from \"react\";\nimport { composeRefs } from \"@radix-ui/react-compose-refs\";\nimport { Fragment as Fragment2, jsx } from \"react/jsx-runtime\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenArray = React.Children.toArray(children);\n const slottable = childrenArray.find(isSlottable);\n if (slottable) {\n const newElement = slottable.props.children;\n const newChildren = childrenArray.map((child) => {\n if (child === slottable) {\n if (React.Children.count(newElement) > 1) return React.Children.only(null);\n return React.isValidElement(newElement) ? newElement.props.children : null;\n } else {\n return child;\n }\n });\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children: React.isValidElement(newElement) ? React.cloneElement(newElement, void 0, newChildren) : null });\n }\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children });\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlotClone(ownerName) {\n const SlotClone = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n if (React.isValidElement(children)) {\n const childrenRef = getElementRef(children);\n const props2 = mergeProps(slotProps, children.props);\n if (children.type !== React.Fragment) {\n props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;\n }\n return React.cloneElement(children, props2);\n }\n return React.Children.count(children) > 1 ? React.Children.only(null) : null;\n });\n SlotClone.displayName = `${ownerName}.SlotClone`;\n return SlotClone;\n}\nvar SLOTTABLE_IDENTIFIER = Symbol(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = ({ children }) => {\n return /* @__PURE__ */ jsx(Fragment2, { children });\n };\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["jsx","Fragment2"],"mappings":";;;;AA8CA,IAAI,uBAAuB,OAAO,iBAAiB;AAAA;AAEnD,SAAS,gBAAgB,WAAW;AAClC,QAAM,aAAa,CAAC,EAAE,eAAe;AACnC,WAAuBA,+BAAIC,WAAAA,UAAW,EAAE,UAAU;AAAA,EACpD;AACA,aAAW,cAAc,GAAG,SAAS;AACrC,aAAW,YAAY;AACvB,SAAO;AACT;;","x_google_ignoreList":[0]}
|
package/dist/node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot/dist/index.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "react";
|
|
2
|
+
import { jsx, Fragment } from "react/jsx-runtime";
|
|
3
|
+
var SLOTTABLE_IDENTIFIER = Symbol("radix.slottable");
|
|
4
|
+
// @__NO_SIDE_EFFECTS__
|
|
5
|
+
function createSlottable(ownerName) {
|
|
6
|
+
const Slottable2 = ({ children }) => {
|
|
7
|
+
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
8
|
+
};
|
|
9
|
+
Slottable2.displayName = `${ownerName}.Slottable`;
|
|
10
|
+
Slottable2.__radixId = SLOTTABLE_IDENTIFIER;
|
|
11
|
+
return Slottable2;
|
|
12
|
+
}
|
|
13
|
+
export {
|
|
14
|
+
createSlottable
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@radix-ui/react-tooltip/node_modules/@radix-ui/react-slot/dist/index.mjs"],"sourcesContent":["// src/slot.tsx\nimport * as React from \"react\";\nimport { composeRefs } from \"@radix-ui/react-compose-refs\";\nimport { Fragment as Fragment2, jsx } from \"react/jsx-runtime\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenArray = React.Children.toArray(children);\n const slottable = childrenArray.find(isSlottable);\n if (slottable) {\n const newElement = slottable.props.children;\n const newChildren = childrenArray.map((child) => {\n if (child === slottable) {\n if (React.Children.count(newElement) > 1) return React.Children.only(null);\n return React.isValidElement(newElement) ? newElement.props.children : null;\n } else {\n return child;\n }\n });\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children: React.isValidElement(newElement) ? React.cloneElement(newElement, void 0, newChildren) : null });\n }\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children });\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlotClone(ownerName) {\n const SlotClone = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n if (React.isValidElement(children)) {\n const childrenRef = getElementRef(children);\n const props2 = mergeProps(slotProps, children.props);\n if (children.type !== React.Fragment) {\n props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;\n }\n return React.cloneElement(children, props2);\n }\n return React.Children.count(children) > 1 ? React.Children.only(null) : null;\n });\n SlotClone.displayName = `${ownerName}.SlotClone`;\n return SlotClone;\n}\nvar SLOTTABLE_IDENTIFIER = Symbol(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = ({ children }) => {\n return /* @__PURE__ */ jsx(Fragment2, { children });\n };\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["Fragment2"],"mappings":";;AA8CA,IAAI,uBAAuB,OAAO,iBAAiB;AAAA;AAEnD,SAAS,gBAAgB,WAAW;AAClC,QAAM,aAAa,CAAC,EAAE,eAAe;AACnC,WAAuB,oBAAIA,UAAW,EAAE,UAAU;AAAA,EACpD;AACA,aAAW,cAAc,GAAG,SAAS;AACrC,aAAW,YAAY;AACvB,SAAO;AACT;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
function _interopNamespaceDefault(e) {
|
|
5
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
6
|
+
if (e) {
|
|
7
|
+
for (const k in e) {
|
|
8
|
+
if (k !== "default") {
|
|
9
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
10
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: () => e[k]
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
n.default = e;
|
|
18
|
+
return Object.freeze(n);
|
|
19
|
+
}
|
|
20
|
+
const React__namespace = /* @__PURE__ */ _interopNamespaceDefault(React);
|
|
21
|
+
function useCallbackRef(callback) {
|
|
22
|
+
const callbackRef = React__namespace.useRef(callback);
|
|
23
|
+
React__namespace.useEffect(() => {
|
|
24
|
+
callbackRef.current = callback;
|
|
25
|
+
});
|
|
26
|
+
return React__namespace.useMemo(() => (...args) => {
|
|
27
|
+
var _a;
|
|
28
|
+
return (_a = callbackRef.current) == null ? void 0 : _a.call(callbackRef, ...args);
|
|
29
|
+
}, []);
|
|
30
|
+
}
|
|
31
|
+
exports.useCallbackRef = useCallbackRef;
|
|
32
|
+
//# sourceMappingURL=index.cjs.map
|