xertica-ui 2.5.3 → 2.7.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/CHANGELOG.md +705 -664
- package/README.md +482 -482
- package/assets/xertica-logo.svg +37 -37
- package/assets/xertica-x-logo.svg +20 -20
- package/bin/cli.ts +1293 -1256
- package/bin/generate-tokens.ts +256 -262
- package/bin/language-config.test.ts +32 -0
- package/bin/language-config.ts +384 -359
- package/components/Introduction.mdx +121 -121
- package/components/assistant/code-block/CodeBlock.tsx +7 -6
- package/components/assistant/code-block/code-block.mdx +38 -38
- package/components/assistant/code-block/code-block.test.tsx +2 -1
- package/components/assistant/formatted-document/FormattedDocument.tsx +3 -0
- package/components/assistant/formatted-document/formatted-document.mdx +31 -31
- package/components/assistant/formatted-document/formatted-document.test.tsx +5 -4
- package/components/assistant/markdown-message/MarkdownMessage.tsx +1 -1
- package/components/assistant/markdown-message/markdown-message.mdx +44 -44
- package/components/assistant/modern-chat-input/modern-chat-input.mdx +71 -71
- package/components/assistant/modern-chat-input/modern-chat-input.test.tsx +3 -2
- package/components/assistant/xertica-assistant/parts/AssistantMessageBubble.tsx +1 -1
- package/components/assistant/xertica-assistant/types.ts +3 -2
- package/components/assistant/xertica-assistant/use-assistant.ts +10 -10
- package/components/assistant/xertica-assistant/xertica-assistant.mdx +66 -66
- package/components/assistant/xertica-assistant/xertica-assistant.test.tsx +2 -1
- package/{templates/src/features/auth/ui → components/blocks/auth}/AuthPageShell.tsx +37 -32
- package/components/blocks/auth/PasswordStrengthMeter.tsx +41 -0
- package/components/blocks/auth/SocialLoginButtons.tsx +95 -0
- package/components/blocks/auth/index.ts +11 -0
- package/components/blocks/auth/usePasswordStrength.ts +13 -0
- package/components/blocks/card-patterns/card-patterns.mdx +123 -123
- package/components/blocks/index.ts +1 -0
- package/components/brand/branding/branding.mdx +27 -27
- package/components/brand/language-selector/language-selector.mdx +126 -126
- package/components/brand/theme-toggle/theme-toggle.mdx +47 -47
- package/components/brand/theme-toggle/theme-toggle.test.tsx +6 -2
- package/components/brand/xertica-logo/xertica-logo.mdx +56 -56
- package/components/brand/xertica-orbe/xertica-orbe.mdx +38 -38
- package/components/brand/xertica-provider/XerticaProvider.tsx +112 -112
- package/components/brand/xertica-provider/xertica-provider.mdx +61 -61
- package/components/brand/xertica-provider/xertica-provider.test.tsx +25 -13
- package/components/brand/xertica-xlogo/xertica-xlogo.mdx +55 -55
- package/components/examples/DrawingMapExample.tsx +1 -4
- package/components/layout/header/header.mdx +117 -117
- package/components/layout/header/header.test.tsx +2 -1
- package/components/layout/sidebar/sidebar.mdx +99 -99
- package/components/layout/sidebar/sidebar.stories.tsx +1033 -1033
- package/components/layout/sidebar/sidebar.test.tsx +2 -1
- package/components/layout/sidebar/sidebar.tsx +1509 -1506
- package/components/media/audio-player/AudioPlayer.mdx +67 -67
- package/components/media/audio-player/AudioPlayer.test.tsx +2 -1
- package/components/media/floating-media-wrapper.mdx +74 -74
- package/components/media/video-player/VideoPlayer.mdx +102 -102
- package/components/media/video-player/VideoPlayer.test.tsx +3 -2
- package/components/pages/forgot-password-page/ForgotPasswordPage.tsx +94 -188
- package/components/pages/forgot-password-page/forgot-password-page.mdx +60 -60
- package/components/pages/forgot-password-page/forgot-password-page.test.tsx +2 -1
- package/components/pages/home-content/HomeContent.tsx +119 -119
- package/components/pages/home-content/home-content.mdx +62 -62
- package/components/pages/home-page/HomePage.stories.tsx +8 -15
- package/components/pages/home-page/home-page.mdx +53 -53
- package/components/pages/home-page/home-page.test.tsx +2 -1
- package/components/pages/login-page/LoginPage.mdx +31 -31
- package/components/pages/login-page/LoginPage.tsx +125 -218
- package/components/pages/login-page/login-page.test.tsx +2 -1
- package/components/pages/reset-password-page/ResetPasswordPage.tsx +153 -243
- package/components/pages/reset-password-page/reset-password-page.mdx +63 -63
- package/components/pages/template-content/TemplateContent.tsx +1353 -1353
- package/components/pages/template-content/template-content.mdx +61 -61
- package/components/pages/template-page/TemplatePage.stories.tsx +32 -32
- package/components/pages/template-page/template-page.mdx +53 -53
- package/components/pages/template-page/template-page.test.tsx +2 -1
- package/components/pages/verify-email-page/VerifyEmailPage.tsx +104 -206
- package/components/pages/verify-email-page/verify-email-page.mdx +55 -55
- package/components/public-api-smoke.test.tsx +10 -6
- package/components/shared/assistant-utils.ts +3 -2
- package/components/shared/navigation.ts +2 -2
- package/components/ui/accordion/accordion.mdx +29 -29
- package/components/ui/alert/alert.mdx +29 -29
- package/components/ui/alert-dialog/alert-dialog.mdx +26 -26
- package/components/ui/aspect-ratio/aspect-ratio.mdx +25 -25
- package/components/ui/assistant-chart/AssistantChart.tsx +8 -2
- package/components/ui/assistant-chart/assistant-chart.mdx +25 -25
- package/components/ui/avatar/avatar.mdx +26 -26
- package/components/ui/badge/badge.mdx +28 -28
- package/components/ui/breadcrumb/breadcrumb.mdx +26 -26
- package/components/ui/button/button.mdx +29 -29
- package/components/ui/calendar/calendar.mdx +26 -26
- package/components/ui/card/card.mdx +26 -26
- package/components/ui/carousel/carousel.mdx +26 -26
- package/components/ui/chart/chart.mdx +26 -26
- package/components/ui/chart/chart.test.tsx +178 -178
- package/components/ui/chart/chart.tsx +2252 -2245
- package/components/ui/checkbox/checkbox.mdx +26 -26
- package/components/ui/collapsible/collapsible.mdx +25 -25
- package/components/ui/command/command.mdx +26 -26
- package/components/ui/context-menu/context-menu.mdx +26 -26
- package/components/ui/dialog/dialog.mdx +26 -26
- package/components/ui/drawer/drawer.mdx +26 -26
- package/components/ui/dropdown-menu/dropdown-menu.mdx +26 -26
- package/components/ui/empty/empty.mdx +26 -26
- package/components/ui/file-upload/file-upload.mdx +26 -26
- package/components/ui/form/form.mdx +20 -20
- package/components/ui/google-maps-loader/google-maps-loader.mdx +68 -68
- package/components/ui/hover-card/hover-card.mdx +26 -26
- package/components/ui/input/input.mdx +29 -29
- package/components/ui/input-otp/input-otp.mdx +26 -26
- package/components/ui/label/label.mdx +25 -25
- package/components/ui/map/map.mdx +26 -26
- package/components/ui/map/map.tsx +6 -1
- package/components/ui/menubar/menubar.mdx +26 -26
- package/components/ui/navigation-menu/navigation-menu.mdx +26 -26
- package/components/ui/notification-badge/notification-badge.mdx +26 -26
- package/components/ui/page-header/page-header.mdx +44 -44
- package/components/ui/pagination/pagination.mdx +26 -26
- package/components/ui/popover/popover.mdx +26 -26
- package/components/ui/progress/progress.mdx +25 -25
- package/components/ui/radio-group/radio-group.mdx +26 -26
- package/components/ui/rating/rating.mdx +26 -26
- package/components/ui/resizable/resizable.mdx +26 -26
- package/components/ui/resizable/resizable.tsx +13 -8
- package/components/ui/rich-text-editor/rich-text-editor.mdx +47 -47
- package/components/ui/route-map/route-map.mdx +26 -26
- package/components/ui/scroll-area/scroll-area.mdx +25 -25
- package/components/ui/search/search.mdx +27 -27
- package/components/ui/select/select.mdx +26 -26
- package/components/ui/separator/separator.mdx +25 -25
- package/components/ui/sheet/sheet.mdx +26 -26
- package/components/ui/simple-map/simple-map.mdx +25 -25
- package/components/ui/skeleton/skeleton.mdx +25 -25
- package/components/ui/slider/slider.mdx +26 -26
- package/components/ui/sonner/sonner.mdx +26 -26
- package/components/ui/stats-card/stats-card.mdx +26 -26
- package/components/ui/stats-card/stats-card.stories.tsx +117 -117
- package/components/ui/stats-card/stats-card.tsx +109 -109
- package/components/ui/stepper/stepper.mdx +26 -26
- package/components/ui/switch/switch.mdx +25 -25
- package/components/ui/table/table.mdx +27 -27
- package/components/ui/tabs/tabs.mdx +26 -26
- package/components/ui/textarea/textarea.mdx +25 -25
- package/components/ui/timeline/timeline.mdx +26 -26
- package/components/ui/toggle/toggle.mdx +26 -26
- package/components/ui/toggle-group/toggle-group.mdx +26 -26
- package/components/ui/tooltip/tooltip.mdx +26 -26
- package/components/ui/tree-view/tree-view.mdx +26 -26
- package/components.json +511 -511
- package/contexts/BrandColorsContext.tsx +282 -282
- package/contexts/i18n-singleton.test.tsx +57 -0
- package/contexts/theme-data.ts +391 -391
- package/dist/{AssistantChart-DNdwuS-t.js → AssistantChart-BMNSA_Pk.js} +4 -4
- package/dist/{AssistantChart-COGiOV-g.cjs → AssistantChart-BzM7plyc.cjs} +31 -21
- package/dist/{AssistantChart-CWX1OWNM.js → AssistantChart-C842evTi.js} +31 -21
- package/dist/{AssistantChart-D0A1FPYt.cjs → AssistantChart-CImCNLfD.cjs} +150 -114
- package/dist/{AssistantChart-BW9JK6jw.cjs → AssistantChart-CVF2uh37.cjs} +4 -4
- package/dist/{AssistantChart-BXU1ACnh.js → AssistantChart-DfdIfmQr.js} +134 -240
- package/dist/{AssistantChart-BZTPJ5dP.cjs → AssistantChart-JooMdVQU.cjs} +5 -5
- package/dist/{AssistantChart-DMJJ_Amf.js → AssistantChart-KHS-tp-L.js} +5 -5
- package/dist/{BrandColorsContext-BwY-b6M4.cjs → BrandColorsContext-B4_81eas.cjs} +2 -2
- package/dist/{BrandColorsContext-BMRJ04Wf.js → BrandColorsContext-DbK5LnQ_.js} +2 -2
- package/dist/{CodeBlock-CjeFavqV.js → CodeBlock-DiKO8ocT.js} +11 -11
- package/dist/{CodeBlock-CV6dtsTM.cjs → CodeBlock-ZYThr7Kn.cjs} +12 -9
- package/dist/{FeatureCard-Cfs6Ishq.js → FeatureCard-BhpfmPPx.js} +20 -20
- package/dist/{FeatureCard-ie3L8Fpr.cjs → FeatureCard-D-5yS_OD.cjs} +31 -18
- package/dist/{progress-DDeuWPZw.cjs → ImageWithFallback-CfkAkctC.cjs} +34 -9
- package/dist/{progress-Cs9i4DPx.js → ImageWithFallback-bw-CxxDc.js} +27 -10
- package/dist/LanguageContext-CX_zdxre.js +1912 -0
- package/dist/LanguageContext-CjhSSqJT.cjs +1917 -0
- package/dist/LanguageSelector-BR3Ss0k_.js +46 -0
- package/dist/LanguageSelector-CHOLPmHr.cjs +48 -0
- package/dist/{XerticaXLogo-mqjoBiLI.js → LanguageSelector-CmTj3lWq.js} +85 -82
- package/dist/{XerticaXLogo-BX3ueACh.js → LanguageSelector-DxW6o7bt.js} +81 -81
- package/dist/{XerticaXLogo-uQgwns_E.cjs → LanguageSelector-Sw73qvWV.cjs} +84 -81
- package/dist/PasswordStrengthMeter-C8irs0G1.js +173 -0
- package/dist/PasswordStrengthMeter-MLzhax-d.cjs +179 -0
- package/dist/{ThemeContext-BgclCB35.js → ThemeContext-BGeh_Kdr.js} +290 -212
- package/dist/{ThemeContext-bSzuOit2.cjs → ThemeContext-CEY9pCn-.cjs} +15 -10
- package/dist/{ThemeContext-BblcjQup.cjs → ThemeContext-D50irx5T.cjs} +291 -205
- package/dist/{ThemeContext-RTy1m2Uq.js → ThemeContext-Dk3tH7Ym.js} +14 -13
- package/dist/{XerticaXLogo-CFuIlYFH.js → ThemeToggle-BpM_iHh8.js} +56 -93
- package/dist/{XerticaXLogo-CziKMQil.cjs → ThemeToggle-CZRlv0d4.cjs} +62 -85
- package/dist/{VerifyEmailPage-C_Zk6Gen.cjs → VerifyEmailPage-B6bOrybJ.cjs} +17 -17
- package/dist/VerifyEmailPage-BKiaw2YK.js +2954 -0
- package/dist/{VerifyEmailPage-B31mCrMc.js → VerifyEmailPage-BRE5Fz59.js} +8 -8
- package/dist/{VerifyEmailPage-Cyl55sJb.js → VerifyEmailPage-BcCluouh.js} +135 -65
- package/dist/VerifyEmailPage-Beaicc6V.cjs +2963 -0
- package/dist/VerifyEmailPage-BehPBp0F.cjs +2963 -0
- package/dist/VerifyEmailPage-Bx1sr0uQ.cjs +3298 -0
- package/dist/{VerifyEmailPage-Bci0bA-P.js → VerifyEmailPage-DUYyXCX9.js} +3 -3
- package/dist/VerifyEmailPage-DXXMHbzq.js +3289 -0
- package/dist/VerifyEmailPage-Djb6hthM.js +2954 -0
- package/dist/{VerifyEmailPage-u_Dn7t1U.cjs → VerifyEmailPage-DpYtFk35.cjs} +21 -21
- package/dist/{VerifyEmailPage-X14vhdyl.js → VerifyEmailPage-NXKWW3Dk.js} +12 -12
- package/dist/{VerifyEmailPage-C7KiYXrm.cjs → VerifyEmailPage-QrCz4Wqr.cjs} +11 -11
- package/dist/{VerifyEmailPage-Bv8Ah_TK.cjs → VerifyEmailPage-ZmQra0Wi.cjs} +144 -74
- package/dist/{XerticaProvider-BErr83Bg.js → XerticaProvider-BF3q_myt.js} +5 -4
- package/dist/{XerticaProvider-B8CaV7xu.cjs → XerticaProvider-BijpC_py.cjs} +18 -11
- package/dist/{XerticaProvider-DQtvJU7m.js → XerticaProvider-C2wDRQhT.js} +17 -13
- package/dist/{XerticaProvider-CeS5G_n5.cjs → XerticaProvider-C_JSOz1U.cjs} +2 -2
- package/dist/{XerticaProvider-CwOkHxiT.cjs → XerticaProvider-D5zjrqZq.cjs} +5 -4
- package/dist/{XerticaProvider-ra2NciRq.js → XerticaProvider-KTGl4Cn1.js} +2 -2
- package/dist/{alert-dialog-DqlRW_An.js → alert-dialog-BrpwXKwS.js} +3 -3
- package/dist/{alert-dialog-yckpaOpy.cjs → alert-dialog-BzIcTKn_.cjs} +173 -166
- package/dist/{alert-dialog-DhwPioBa.cjs → alert-dialog-CZU1Zase.cjs} +3 -3
- package/dist/{alert-dialog-KpoabzJb.js → alert-dialog-ClRoLH7l.js} +40 -56
- package/dist/{alert-dialog-B4M3vQKS.cjs → alert-dialog-DBBqvU-V.cjs} +53 -38
- package/dist/{alert-dialog-iDe5VE5o.js → alert-dialog-kty5pxQp.js} +160 -183
- package/dist/assistant.cjs.js +2 -2
- package/dist/assistant.es.js +2 -2
- package/dist/blocks.cjs.js +7 -3
- package/dist/blocks.es.js +2 -2
- package/dist/brand.cjs.js +7 -6
- package/dist/brand.es.js +3 -2
- package/dist/cli.js +63 -21
- package/dist/components/assistant/code-block/CodeBlock.d.ts +2 -1
- package/dist/components/assistant/formatted-document/FormattedDocument.d.ts +2 -1
- package/dist/components/assistant/markdown-message/MarkdownMessage.d.ts +2 -1
- package/dist/components/assistant/modern-chat-input/ModernChatInput.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/parts/AssistantCollapsedView.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/parts/AssistantConversationList.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/parts/AssistantDocumentEditor.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/parts/AssistantFeedbackDialog.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/parts/AssistantHeader.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/parts/AssistantMessageBubble.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/parts/AssistantTabBar.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/parts/AssistantTypingIndicator.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/parts/AssistantWelcomeScreen.d.ts +2 -1
- package/dist/components/assistant/xertica-assistant/types.d.ts +3 -2
- package/dist/components/assistant/xertica-assistant/use-assistant.d.ts +1 -1
- package/dist/components/assistant/xertica-assistant/xertica-assistant.d.ts +2 -1
- package/dist/components/blocks/auth/AuthPageShell.d.ts +12 -0
- package/dist/components/blocks/auth/PasswordStrengthMeter.d.ts +7 -0
- package/dist/components/blocks/auth/SocialLoginButtons.d.ts +8 -0
- package/dist/components/blocks/auth/index.d.ts +8 -0
- package/dist/components/blocks/auth/usePasswordStrength.d.ts +3 -0
- package/dist/components/blocks/card-patterns/ActivityCard.d.ts +1 -1
- package/dist/components/blocks/card-patterns/ActivityCardSkeleton.d.ts +1 -1
- package/dist/components/blocks/card-patterns/FeatureCard.d.ts +1 -1
- package/dist/components/blocks/card-patterns/FeatureCardSkeleton.d.ts +1 -1
- package/dist/components/blocks/card-patterns/NotificationCard.d.ts +1 -1
- package/dist/components/blocks/card-patterns/NotificationCardSkeleton.d.ts +1 -1
- package/dist/components/blocks/card-patterns/ProfileCard.d.ts +1 -1
- package/dist/components/blocks/card-patterns/ProfileCardSkeleton.d.ts +1 -1
- package/dist/components/blocks/card-patterns/ProjectCard.d.ts +1 -1
- package/dist/components/blocks/card-patterns/ProjectCardSkeleton.d.ts +1 -1
- package/dist/components/blocks/card-patterns/QuickActionCard.d.ts +1 -1
- package/dist/components/blocks/card-patterns/QuickActionCardSkeleton.d.ts +1 -1
- package/dist/components/blocks/index.d.ts +1 -0
- package/dist/components/brand/language-selector/LanguageSelector.d.ts +2 -1
- package/dist/components/brand/theme-toggle/ThemeToggle.d.ts +2 -1
- package/dist/components/brand/xertica-logo/XerticaLogo.d.ts +2 -1
- package/dist/components/brand/xertica-orbe/XerticaOrbe.d.ts +2 -1
- package/dist/components/brand/xertica-provider/XerticaProvider.d.ts +1 -1
- package/dist/components/brand/xertica-xlogo/XerticaXLogo.d.ts +2 -1
- package/dist/components/examples/DrawingMapExample.d.ts +2 -1
- package/dist/components/examples/FilterableMapExample.d.ts +1 -1
- package/dist/components/examples/MapShowcase.d.ts +2 -1
- package/dist/components/examples/SimpleFilterableMap.d.ts +2 -1
- package/dist/components/figma/ImageWithFallback.d.ts +1 -1
- package/dist/components/layout/header/header.d.ts +1 -1
- package/dist/components/layout/sidebar/sidebar.d.ts +25 -13
- package/dist/components/media/FloatingMediaWrapper.d.ts +1 -1
- package/dist/components/media/audio-player/AudioPlayer.d.ts +2 -1
- package/dist/components/media/video-player/VideoPlayer.d.ts +2 -1
- package/dist/components/pages/forgot-password-page/ForgotPasswordPage.d.ts +2 -1
- package/dist/components/pages/home-content/HomeContent.d.ts +2 -1
- package/dist/components/pages/home-page/HomePage.d.ts +2 -1
- package/dist/components/pages/login-page/LoginPage.d.ts +2 -1
- package/dist/components/pages/reset-password-page/ResetPasswordPage.d.ts +3 -2
- package/dist/components/pages/template-content/TemplateContent.d.ts +2 -1
- package/dist/components/pages/template-page/TemplatePage.d.ts +2 -1
- package/dist/components/pages/verify-email-page/VerifyEmailPage.d.ts +2 -1
- package/dist/components/shared/CustomTooltipContent.d.ts +1 -1
- package/dist/components/shared/assistant-utils.d.ts +3 -2
- package/dist/components/shared/error-boundary.d.ts +4 -4
- package/dist/components/shared/error-fallbacks.d.ts +4 -3
- package/dist/components/shared/navigation.d.ts +6 -2
- package/dist/components/ui/accordion/accordion.d.ts +4 -4
- package/dist/components/ui/alert/alert.d.ts +3 -3
- package/dist/components/ui/alert-dialog/alert-dialog.d.ts +10 -10
- package/dist/components/ui/aspect-ratio/aspect-ratio.d.ts +1 -1
- package/dist/components/ui/assistant-chart/AssistantChart.d.ts +4 -3
- package/dist/components/ui/avatar/avatar.d.ts +3 -3
- package/dist/components/ui/badge/badge.d.ts +1 -1
- package/dist/components/ui/breadcrumb/breadcrumb.d.ts +7 -7
- package/dist/components/ui/calendar/calendar.d.ts +2 -2
- package/dist/components/ui/card/card.d.ts +7 -7
- package/dist/components/ui/carousel/carousel.d.ts +5 -5
- package/dist/components/ui/chart/chart.d.ts +16 -16
- package/dist/components/ui/collapsible/collapsible.d.ts +3 -3
- package/dist/components/ui/command/command.d.ts +9 -9
- package/dist/components/ui/context-menu/context-menu.d.ts +15 -15
- package/dist/components/ui/dialog/dialog.d.ts +9 -9
- package/dist/components/ui/drawer/drawer.d.ts +10 -10
- package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +15 -15
- package/dist/components/ui/form/form.d.ts +7 -7
- package/dist/components/ui/google-maps-loader/google-maps-loader.d.ts +3 -3
- package/dist/components/ui/hover-card/hover-card.d.ts +3 -3
- package/dist/components/ui/input-otp/input-otp.d.ts +4 -4
- package/dist/components/ui/label/label.d.ts +1 -1
- package/dist/components/ui/menubar/menubar.d.ts +16 -16
- package/dist/components/ui/navigation-menu/navigation-menu.d.ts +8 -8
- package/dist/components/ui/page-header/page-header.d.ts +3 -3
- package/dist/components/ui/pagination/pagination.d.ts +7 -7
- package/dist/components/ui/popover/popover.d.ts +4 -4
- package/dist/components/ui/progress/progress.d.ts +1 -1
- package/dist/components/ui/resizable/resizable.d.ts +11 -7
- package/dist/components/ui/rich-text-editor/rich-text-editor.d.ts +1 -1
- package/dist/components/ui/scroll-area/scroll-area.d.ts +2 -2
- package/dist/components/ui/separator/separator.d.ts +1 -1
- package/dist/components/ui/sheet/sheet.d.ts +10 -10
- package/dist/components/ui/skeleton/skeleton.d.ts +1 -1
- package/dist/components/ui/sonner/sonner.d.ts +2 -1
- package/dist/components/ui/stats-card/stats-card-skeleton.d.ts +1 -1
- package/dist/components/ui/table/table.d.ts +8 -8
- package/dist/components/ui/tabs/tabs.d.ts +4 -4
- package/dist/components/ui/tooltip/tooltip.d.ts +4 -4
- package/dist/contexts/ApiKeyContext.d.ts +2 -2
- package/dist/contexts/AssistenteContext.d.ts +1 -1
- package/dist/contexts/AuthContext.d.ts +1 -1
- package/dist/contexts/LanguageContext.d.ts +2 -2
- package/dist/contexts/LayoutContext.d.ts +2 -2
- package/dist/contexts/ThemeContext.d.ts +1 -1
- package/dist/features/assistant/hooks/useAssistantConfig.d.ts +1 -1
- package/dist/features/home/hooks/useDashboardStats.d.ts +1 -1
- package/dist/features/home/hooks/useFeatureCards.d.ts +1 -1
- package/dist/features/home/hooks/useTeamMembers.d.ts +1 -1
- package/dist/{google-maps-loader-BCe58h9D.js → google-maps-loader-BOug999f.js} +0 -4
- package/dist/{google-maps-loader-casMyxlo.cjs → google-maps-loader-DfeBRI8Q.cjs} +0 -5
- package/dist/hooks.cjs.js +6 -5
- package/dist/hooks.es.js +3 -2
- package/dist/{index-9GWd0qxq.cjs → index-BQjx1Mdf.cjs} +1 -1
- package/dist/index-Bei5DzAL.js +6 -0
- package/dist/index.cjs.js +32 -27
- package/dist/index.es.js +15 -14
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +1 -1
- package/dist/pages.cjs.js +1 -1
- package/dist/pages.es.js +1 -1
- package/dist/{rich-text-editor-B2CKz7nx.cjs → rich-text-editor-BuqSu718.cjs} +68 -3
- package/dist/{rich-text-editor-DloeW0wc.js → rich-text-editor-CV8FtA_l.js} +66 -4
- package/dist/{sidebar-B4ZWaMrE.js → sidebar-B7YzwAp3.js} +365 -6
- package/dist/{sidebar-CLmIjgNd.cjs → sidebar-BGJ0j567.cjs} +84 -67
- package/dist/{sidebar-Duermn32.js → sidebar-BI6mZlC8.js} +81 -64
- package/dist/{sidebar-BS1p2V7t.cjs → sidebar-BtmotOg-.cjs} +367 -9
- package/dist/{sidebar-DyYvgyBj.cjs → sidebar-Cb0U7NsV.cjs} +368 -9
- package/dist/{sidebar-QwCoeoZ_.js → sidebar-D3EgGVxF.js} +1 -1
- package/dist/{sidebar-CQn_rwxP.cjs → sidebar-DDTqMGnR.cjs} +4 -4
- package/dist/{sidebar-3XyzjVBw.js → sidebar-I7EXyf5D.js} +364 -6
- package/dist/ui.cjs.js +9 -9
- package/dist/ui.es.js +5 -5
- package/dist/{xertica-assistant-BbgzsgsG.js → xertica-assistant-8fh8KA2K.js} +60 -51
- package/dist/{xertica-assistant-d2qs2Vd9.cjs → xertica-assistant-BjfG3zyL.cjs} +63 -46
- package/dist/{xertica-assistant-B687qEPU.js → xertica-assistant-CJVnvMqU.js} +17 -8
- package/dist/{xertica-assistant-sOHwTgIP.cjs → xertica-assistant-CKPtc1z5.cjs} +19 -10
- package/dist/{xertica-assistant-QFUnv5I2.cjs → xertica-assistant-DER0brPQ.cjs} +6 -5
- package/dist/{xertica-assistant-CyikE3N_.js → xertica-assistant-DQCjpk5M.js} +4 -3
- package/dist/{xertica-assistant-B1NaSFFj.js → xertica-assistant-Dk-9AJzw.js} +6 -5
- package/dist/{xertica-assistant-CIaUlbIt.cjs → xertica-assistant-DxhIKvuY.cjs} +8 -7
- package/dist/xertica-ui.css +2 -2
- package/docs/components/audio-player.md +1 -1
- package/docs/components/sidebar.md +331 -331
- package/docs/components/stats-card.md +138 -138
- package/docs/components/toggle.md +12 -0
- package/docs/doc-audit.md +35 -229
- package/docs/i18n.md +33 -10
- package/docs/llms.md +6 -4
- package/llms-compact.txt +444 -444
- package/llms-full.txt +12144 -12144
- package/llms.txt +187 -187
- package/package.json +223 -219
- package/scripts/a11y-audit.mjs +162 -162
- package/scripts/fix-stories.cjs +19 -19
- package/styles/globals.css +0 -1
- package/styles/xertica/base.css +8 -0
- package/styles/xertica/tokens.css +240 -240
- package/templates/.env.example +2 -2
- package/templates/.prettierignore +4 -4
- package/templates/.prettierrc +10 -10
- package/templates/guidelines/Guidelines.md +865 -865
- package/templates/index.html +13 -13
- package/templates/package.json +69 -69
- package/templates/src/app/components/AuthGuard.tsx +11 -0
- package/templates/src/features/auth/ui/ForgotPasswordContent.tsx +1 -2
- package/templates/src/features/auth/ui/LoginContent.tsx +1 -2
- package/templates/src/features/auth/ui/ResetPasswordContent.tsx +3 -57
- package/templates/src/features/auth/ui/VerifyEmailContent.tsx +1 -2
- package/templates/src/features/home/index.ts +0 -10
- package/templates/src/features/home/ui/HomeContent.tsx +62 -116
- package/templates/src/features/settings/index.ts +2 -0
- package/templates/src/features/settings/ui/SettingsContent.tsx +134 -0
- package/templates/src/features/template/index.ts +0 -4
- package/templates/src/features/template/ui/TemplateContent.tsx +68 -1321
- package/templates/src/i18n.ts +36 -13
- package/templates/src/locales/en/pages/settings.json +15 -0
- package/templates/src/locales/en/pages/templates.json +5 -313
- package/templates/src/locales/es/pages/settings.json +15 -0
- package/templates/src/locales/es/pages/templates.json +5 -313
- package/templates/src/locales/pt-BR/pages/settings.json +15 -0
- package/templates/src/locales/pt-BR/pages/templates.json +5 -313
- package/templates/src/pages/SettingsPage.tsx +28 -0
- package/templates/src/shared/config/navigation.ts +2 -2
- package/templates/src/styles/xertica/tokens.css +240 -240
- package/utils/gemini.ts +2 -2
- package/dist/AssistantChart-9w31gdAb.cjs +0 -3363
- package/dist/AssistantChart-BAudAfne.cjs +0 -3591
- package/dist/AssistantChart-BAx9VQvb.cjs +0 -3374
- package/dist/AssistantChart-BP8upjMk.js +0 -3565
- package/dist/AssistantChart-CVko2A1W.js +0 -3348
- package/dist/AssistantChart-CVzmmhx4.js +0 -3337
- package/dist/AssistantChart-CeU2dIb6.js +0 -3469
- package/dist/AssistantChart-DO5UuX4J.cjs +0 -3495
- package/dist/AudioPlayer-1ypwE2Wh.cjs +0 -936
- package/dist/AudioPlayer-BJ2IuRQW.cjs +0 -1275
- package/dist/AudioPlayer-BWDW6TN9.cjs +0 -1279
- package/dist/AudioPlayer-CM962GEh.js +0 -1280
- package/dist/AudioPlayer-CbZId7cj.cjs +0 -998
- package/dist/AudioPlayer-DU8zt8-z.js +0 -999
- package/dist/AudioPlayer-DuKXrCfy.js +0 -937
- package/dist/AudioPlayer-Xxma6_-H.js +0 -1276
- package/dist/BrandColorsContext-DLVJgtmH.js +0 -666
- package/dist/BrandColorsContext-DZT7JjeD.js +0 -659
- package/dist/BrandColorsContext-GUyFmkX0.cjs +0 -665
- package/dist/BrandColorsContext-awnBCmC4.cjs +0 -666
- package/dist/CodeBlock-C2ZUXt8V.js +0 -219
- package/dist/CodeBlock-C5oYnLQp.cjs +0 -218
- package/dist/CodeBlock-DuxdtN-l.js +0 -219
- package/dist/CodeBlock-POVYONvC.cjs +0 -218
- package/dist/CustomTooltipContent-BT6brkVJ.cjs +0 -49
- package/dist/CustomTooltipContent-CfOfikhq.js +0 -33
- package/dist/CustomTooltipContent-DHjkY0ww.js +0 -40
- package/dist/CustomTooltipContent-c_K-DWRr.cjs +0 -56
- package/dist/FeatureCard-9GhnlgL3.js +0 -336
- package/dist/FeatureCard-Bcb3Zi54.js +0 -302
- package/dist/FeatureCard-CkPd2psQ.cjs +0 -301
- package/dist/FeatureCard-Dkp-xmzM.cjs +0 -335
- package/dist/FeatureCardSkeleton-CAgu8stE.js +0 -27
- package/dist/FeatureCardSkeleton-mO3Bdm_V.cjs +0 -26
- package/dist/LanguageContext-BwhwC3G2.js +0 -657
- package/dist/LanguageContext-DvUt5jBg.cjs +0 -656
- package/dist/LayoutContext-BDmcZfMH.cjs +0 -84
- package/dist/LayoutContext-C4kKN9RV.cjs +0 -93
- package/dist/LayoutContext-CGEe1oPq.js +0 -94
- package/dist/LayoutContext-CwT5KLiW.cjs +0 -104
- package/dist/LayoutContext-DVLCsoQn.js +0 -105
- package/dist/LayoutContext-dbQvdC4O.js +0 -85
- package/dist/ThemeContext-BbBNoFTG.js +0 -735
- package/dist/ThemeContext-Bo-W2WZH.js +0 -1856
- package/dist/ThemeContext-CP3a0jxy.cjs +0 -1855
- package/dist/ThemeContext-Cmr8Ex8H.cjs +0 -734
- package/dist/ThemeContext-CpqYShLq.cjs +0 -324
- package/dist/ThemeContext-D3LzacmG.js +0 -188
- package/dist/ThemeContext-DQUOeziy.cjs +0 -1855
- package/dist/ThemeContext-Du2nE1PL.js +0 -325
- package/dist/ThemeContext-GeEBTJ3q.cjs +0 -1621
- package/dist/ThemeContext-JyLK9B1o.js +0 -1622
- package/dist/ThemeContext-U4dEYc6C.cjs +0 -187
- package/dist/ThemeContext-ept8jhXI.js +0 -1856
- package/dist/VerifyEmailPage-BE-L9mB7.js +0 -2828
- package/dist/VerifyEmailPage-BIBOKV7Z.js +0 -3214
- package/dist/VerifyEmailPage-BJjAMUTW.js +0 -3223
- package/dist/VerifyEmailPage-BRSP-Pwt.cjs +0 -3196
- package/dist/VerifyEmailPage-Bae2cBXT.cjs +0 -2827
- package/dist/VerifyEmailPage-BiRm7Nh4.cjs +0 -3213
- package/dist/VerifyEmailPage-Bvfv8HVQ.js +0 -3214
- package/dist/VerifyEmailPage-CR7kb5df.cjs +0 -2827
- package/dist/VerifyEmailPage-C_ihbcth.js +0 -2828
- package/dist/VerifyEmailPage-CbgjOF0v.js +0 -2828
- package/dist/VerifyEmailPage-CdYPSJoO.js +0 -2828
- package/dist/VerifyEmailPage-CkBYfsNy.cjs +0 -3232
- package/dist/VerifyEmailPage-D-FRj5TU.cjs +0 -3213
- package/dist/VerifyEmailPage-DF2ilhum.cjs +0 -3210
- package/dist/VerifyEmailPage-DMBh4NM9.cjs +0 -2827
- package/dist/VerifyEmailPage-DTtFfC-J.js +0 -3197
- package/dist/VerifyEmailPage-Dt7zgA4w.cjs +0 -2827
- package/dist/VerifyEmailPage-EhudUdqF.js +0 -3211
- package/dist/VerifyEmailPage-RrUApqBN.js +0 -3214
- package/dist/VerifyEmailPage-VoMI7MYH.cjs +0 -3213
- package/dist/VerifyEmailPage-hdB8JQGv.cjs +0 -3213
- package/dist/VerifyEmailPage-vYHbYK3q.js +0 -3214
- package/dist/XerticaOrbe-BCUVSPPB.cjs +0 -1924
- package/dist/XerticaOrbe-BGIB1CTK.js +0 -1355
- package/dist/XerticaOrbe-By8eEvR-.js +0 -1925
- package/dist/XerticaOrbe-FWGjBj0U.cjs +0 -1354
- package/dist/XerticaProvider-AChwphCO.cjs +0 -48
- package/dist/XerticaProvider-AbWlr7Af.cjs +0 -48
- package/dist/XerticaProvider-BITjgC5p.js +0 -39
- package/dist/XerticaProvider-BSyFrmC0.js +0 -49
- package/dist/XerticaProvider-By8q3Roe.cjs +0 -38
- package/dist/XerticaProvider-CUYJZc32.js +0 -49
- package/dist/XerticaProvider-CW9hpCdF.cjs +0 -39
- package/dist/XerticaProvider-CWgby5mY.js +0 -49
- package/dist/XerticaProvider-CWs6EwNa.js +0 -49
- package/dist/XerticaProvider-CiNKjMx1.cjs +0 -48
- package/dist/XerticaProvider-CjQAQPcn.cjs +0 -48
- package/dist/XerticaProvider-D5lLumH-.js +0 -49
- package/dist/XerticaProvider-DUOJg9iX.js +0 -49
- package/dist/XerticaProvider-Dl_b72_l.cjs +0 -51
- package/dist/XerticaProvider-qQUDop71.cjs +0 -48
- package/dist/XerticaProvider-siSt9uG2.js +0 -40
- package/dist/XerticaXLogo-8TTzBjHw.cjs +0 -251
- package/dist/XerticaXLogo-B2svDGZh.cjs +0 -251
- package/dist/XerticaXLogo-BWaag64t.js +0 -252
- package/dist/XerticaXLogo-CU-U-GP4.cjs +0 -251
- package/dist/XerticaXLogo-ChryA6xj.js +0 -252
- package/dist/XerticaXLogo-CowGv7BC.js +0 -252
- package/dist/XerticaXLogo-D8jf0SNv.cjs +0 -214
- package/dist/XerticaXLogo-DHz5SugF.js +0 -252
- package/dist/XerticaXLogo-DTee_y8X.cjs +0 -251
- package/dist/XerticaXLogo-DfUvz-lD.js +0 -243
- package/dist/XerticaXLogo-DzXKZBtG.js +0 -231
- package/dist/XerticaXLogo-fAJMy3H4.js +0 -215
- package/dist/XerticaXLogo-kslQ8Tk_.cjs +0 -251
- package/dist/XerticaXLogo-xWbElCZj.cjs +0 -230
- package/dist/avatar-Cq5_E8r9.cjs +0 -78
- package/dist/avatar-CuYu2MKt.cjs +0 -72
- package/dist/avatar-Cxyofu1H.js +0 -56
- package/dist/avatar-DSBfJMRJ.js +0 -62
- package/dist/breadcrumb-CVzzzqfo.js +0 -103
- package/dist/breadcrumb-DIJ0X3Ot.js +0 -96
- package/dist/breadcrumb-DjSxkjlQ.cjs +0 -95
- package/dist/breadcrumb-DnDlQFg2.cjs +0 -102
- package/dist/button-0CXwCRTm.cjs +0 -85
- package/dist/button-Bnv9SvYK.cjs +0 -79
- package/dist/button-C6uvh0rV.js +0 -63
- package/dist/button-qkz7Icqf.js +0 -69
- package/dist/card-B8-Gl5DL.js +0 -73
- package/dist/card-Bv_c57KU.cjs +0 -72
- package/dist/card-DJTsYhLL.cjs +0 -89
- package/dist/card-fi8zAN-I.js +0 -90
- package/dist/dropdown-menu-B_uEXNc4.cjs +0 -220
- package/dist/dropdown-menu-CFuCssWA.js +0 -204
- package/dist/dropdown-menu-Ze1YZFyc.cjs +0 -247
- package/dist/dropdown-menu-nc_Lvg-u.js +0 -231
- package/dist/google-maps-loader-BVoVhUwA.js +0 -316
- package/dist/google-maps-loader-BqsYL48U.cjs +0 -285
- package/dist/google-maps-loader-DjJaYhV6.cjs +0 -316
- package/dist/google-maps-loader-t2IlYBzw.js +0 -286
- package/dist/index-B7A523O_.js +0 -8
- package/dist/index-BabBx2pa.js +0 -6
- package/dist/index-CkTUgOwX.js +0 -8
- package/dist/index-D3RLKRAs.cjs +0 -7
- package/dist/index-DmHhnb7a.cjs +0 -7
- package/dist/index.umd.js +0 -13712
- package/dist/input-CNFHVKvo.cjs +0 -145
- package/dist/input-CPl84zAx.cjs +0 -151
- package/dist/input-C_UiS2Py.cjs +0 -152
- package/dist/input-D-6IsAca.js +0 -133
- package/dist/input-cc-PTD4R.js +0 -123
- package/dist/input-wPYg0d0P.js +0 -127
- package/dist/progress-BLwqortq.cjs +0 -105
- package/dist/progress-D9mtsf6j.js +0 -89
- package/dist/rich-text-editor-1UW3Y2JK.js +0 -2891
- package/dist/rich-text-editor-BM-LPpTh.js +0 -2902
- package/dist/rich-text-editor-BmsjY03B.js +0 -2949
- package/dist/rich-text-editor-BrdC5evx.js +0 -2244
- package/dist/rich-text-editor-CyggTOLQ.cjs +0 -2908
- package/dist/rich-text-editor-DbV-S7Fi.cjs +0 -2261
- package/dist/rich-text-editor-DoCkKhzk.cjs +0 -2919
- package/dist/rich-text-editor-DqLICivI.js +0 -2832
- package/dist/rich-text-editor-DxO1Hz3a.cjs +0 -2903
- package/dist/rich-text-editor-GS2kpTAK.cjs +0 -2966
- package/dist/routes.d.ts +0 -10
- package/dist/select-Cmb8zF7w.cjs +0 -156
- package/dist/select-CprSNX0z.js +0 -139
- package/dist/select-DT7Zjn42.cjs +0 -162
- package/dist/select-En8DkoaQ.js +0 -145
- package/dist/sidebar-B3EYhli0.cjs +0 -800
- package/dist/sidebar-B9NR0lCe.cjs +0 -800
- package/dist/sidebar-BcJ6LxvX.cjs +0 -733
- package/dist/sidebar-BvF5I2Ue.cjs +0 -800
- package/dist/sidebar-C5B_LHek.cjs +0 -795
- package/dist/sidebar-CA6_ek3f.js +0 -801
- package/dist/sidebar-CRMiBtAi.js +0 -801
- package/dist/sidebar-CVUGHOS_.cjs +0 -756
- package/dist/sidebar-CZ2mWaMM.cjs +0 -800
- package/dist/sidebar-CmvwjnVb.js +0 -757
- package/dist/sidebar-CplprZpM.js +0 -801
- package/dist/sidebar-Dz7bd3zP.js +0 -796
- package/dist/sidebar-KIS0C2JH.js +0 -801
- package/dist/sidebar-OTO_up7Z.js +0 -801
- package/dist/sidebar-WoKvFWCN.js +0 -717
- package/dist/sidebar-zowjejT2.cjs +0 -800
- package/dist/skeleton-4zoHiFJ_.cjs +0 -83
- package/dist/skeleton-C4bHqUBf.js +0 -84
- package/dist/slider-C0JKA9k3.js +0 -56
- package/dist/slider-CPmwzm_3.cjs +0 -73
- package/dist/slider-DcJharR9.cjs +0 -73
- package/dist/slider-Pay3fka2.js +0 -56
- package/dist/sonner-DeUIj0Zg.cjs +0 -63
- package/dist/sonner-g9RIfi35.js +0 -47
- package/dist/tooltip-CNtsL5cB.cjs +0 -71
- package/dist/tooltip-CTyZCD8h.js +0 -55
- package/dist/tooltip-CwgSdy3h.cjs +0 -67
- package/dist/tooltip-D-OrYnKO.js +0 -51
- package/dist/use-audio-player-BJFV24XW.js +0 -188
- package/dist/use-audio-player-Bkh23vQ3.js +0 -177
- package/dist/use-audio-player-Dn1NR9xN.cjs +0 -176
- package/dist/use-audio-player-DyVYlOnR.cjs +0 -187
- package/dist/use-mobile-BB4M_4Ru.cjs +0 -47
- package/dist/use-mobile-CLu9nqGL.js +0 -31
- package/dist/use-mobile-CNwiBNxu.js +0 -33
- package/dist/use-mobile-Dlf74ufz.cjs +0 -49
- package/dist/xertica-assistant-B1IaHXnB.cjs +0 -1894
- package/dist/xertica-assistant-BMqdyRVi.js +0 -2082
- package/dist/xertica-assistant-Bj3vBCq_.cjs +0 -2081
- package/dist/xertica-assistant-CfBCo21g.js +0 -2148
- package/dist/xertica-assistant-DIM_Do1k.js +0 -1866
- package/dist/xertica-assistant-DPsESB6t.js +0 -1878
- package/dist/xertica-assistant-DrsRwla1.cjs +0 -2147
- package/dist/xertica-assistant-Qp3ydksa.cjs +0 -1882
- package/dist/xertica-assistant-gnCJdcZY.js +0 -1866
- package/dist/xertica-assistant-yyrR0JKl.cjs +0 -1882
- package/styles/xertica/app-overrides/scrollbar.css +0 -33
- package/templates/src/features/auth/ui/SocialLoginButtons.tsx +0 -78
- package/templates/src/features/home/data/mock.ts +0 -41
- package/templates/src/features/home/hooks/useFeatureCards.ts +0 -20
- package/templates/src/features/home/store/dashboardStore.ts +0 -25
- package/templates/src/features/template/ui/CrudTemplate.tsx +0 -112
- package/templates/src/features/template/ui/DashboardTemplate.tsx +0 -110
- package/templates/src/features/template/ui/FormTemplate.tsx +0 -117
- package/templates/src/features/template/ui/LoginTemplate.tsx +0 -59
- package/templates/src/locales/en/pages/crudTemplate.json +0 -25
- package/templates/src/locales/en/pages/dashboardTemplate.json +0 -20
- package/templates/src/locales/en/pages/formTemplate.json +0 -16
- package/templates/src/locales/en/pages/loginTemplate.json +0 -9
- package/templates/src/locales/es/pages/crudTemplate.json +0 -25
- package/templates/src/locales/es/pages/dashboardTemplate.json +0 -20
- package/templates/src/locales/es/pages/formTemplate.json +0 -16
- package/templates/src/locales/es/pages/loginTemplate.json +0 -9
- package/templates/src/locales/pt-BR/pages/crudTemplate.json +0 -25
- package/templates/src/locales/pt-BR/pages/dashboardTemplate.json +0 -20
- package/templates/src/locales/pt-BR/pages/formTemplate.json +0 -16
- package/templates/src/locales/pt-BR/pages/loginTemplate.json +0 -9
- package/templates/vite.config.d.ts +0 -2
- package/templates/vite.config.js +0 -20
- package/dist/{XerticaXLogo-qBPhwK3g.cjs → LanguageSelector-1cINLJ23.cjs} +80 -80
|
@@ -1,42 +1,44 @@
|
|
|
1
|
-
import { jsx, jsxs } from
|
|
2
|
-
import * as AspectRatioPrimitive from
|
|
3
|
-
import { GripVerticalIcon, ChevronDownIcon, MoreHorizontalIcon, ChevronRightIcon, ChevronLeftIcon, MinusIcon, ChevronLeft, ChevronRight, ChevronDown, XIcon, CheckIcon, CircleIcon, SearchIcon, TrendingUp, TrendingDown, Minus, ArrowRight, ArrowLeft, X, Check, Upload, AlertCircle, FileIcon, Star, Search as Search$1 } from
|
|
4
|
-
import * as React from
|
|
5
|
-
import React__default, { useState, useCallback, useMemo, useRef, useEffect } from
|
|
6
|
-
import { c as cn, b as buttonVariants, B as Button } from
|
|
7
|
-
import * as NavigationMenuPrimitive from
|
|
8
|
-
import { cva } from
|
|
9
|
-
import * as ToggleGroupPrimitive from
|
|
10
|
-
import * as TogglePrimitive from
|
|
11
|
-
import { OTPInput, OTPInputContext } from
|
|
12
|
-
import { Slot } from
|
|
13
|
-
import { FormProvider, Controller, useFormContext, useFormState } from
|
|
14
|
-
import { L as Label, M as Map$1 } from
|
|
15
|
-
import { getDefaultClassNames, DayPicker } from
|
|
16
|
-
import * as DialogPrimitive from
|
|
17
|
-
import { Drawer as Drawer$1 } from
|
|
18
|
-
import * as HoverCardPrimitive from
|
|
19
|
-
import * as ContextMenuPrimitive from
|
|
20
|
-
import * as MenubarPrimitive from
|
|
21
|
-
import { Command as Command$1 } from
|
|
22
|
-
import { k as Dialog, q as DialogHeader, t as DialogTitle, o as DialogDescription, n as DialogContent, c as ChartContainer, g as ChartTooltip, h as ChartTooltipContent } from
|
|
23
|
-
import { C as Card, b as CardContent, S as Skeleton } from
|
|
24
|
-
import * as CollapsiblePrimitive from
|
|
25
|
-
import * as AccordionPrimitive from
|
|
26
|
-
import useEmblaCarousel from
|
|
27
|
-
import { u as useGoogleMapsLoader } from
|
|
28
|
-
import { BarChart, CartesianGrid, XAxis, Bar } from
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
3
|
+
import { GripVerticalIcon, ChevronDownIcon, MoreHorizontalIcon, ChevronRightIcon, ChevronLeftIcon, MinusIcon, ChevronLeft, ChevronRight, ChevronDown, XIcon, CheckIcon, CircleIcon, SearchIcon, TrendingUp, TrendingDown, Minus, ArrowRight, ArrowLeft, X, Check, Upload, AlertCircle, FileIcon, Star, Search as Search$1 } from 'lucide-react';
|
|
4
|
+
import * as React from 'react';
|
|
5
|
+
import React__default, { useState, useCallback, useMemo, useRef, useEffect } from 'react';
|
|
6
|
+
import { c as cn, b as buttonVariants, B as Button } from './button-DZHzN1Gd.js';
|
|
7
|
+
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
8
|
+
import { cva } from 'class-variance-authority';
|
|
9
|
+
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
10
|
+
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
11
|
+
import { OTPInput, OTPInputContext } from 'input-otp';
|
|
12
|
+
import { Slot } from '@radix-ui/react-slot';
|
|
13
|
+
import { FormProvider, Controller, useFormContext, useFormState } from 'react-hook-form';
|
|
14
|
+
import { L as Label, M as Map$1 } from './alert-dialog-kty5pxQp.js';
|
|
15
|
+
import { getDefaultClassNames, DayPicker } from 'react-day-picker';
|
|
16
|
+
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
17
|
+
import { Drawer as Drawer$1 } from 'vaul';
|
|
18
|
+
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
19
|
+
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
20
|
+
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
|
21
|
+
import { Command as Command$1 } from 'cmdk';
|
|
22
|
+
import { k as Dialog, q as DialogHeader, t as DialogTitle, o as DialogDescription, n as DialogContent, c as ChartContainer, g as ChartTooltip, h as ChartTooltipContent } from './rich-text-editor-CV8FtA_l.js';
|
|
23
|
+
import { C as Card, b as CardContent, S as Skeleton } from './skeleton-DtR5tkYe.js';
|
|
24
|
+
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
25
|
+
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
26
|
+
import useEmblaCarousel from 'embla-carousel-react';
|
|
27
|
+
import { u as useGoogleMapsLoader } from './google-maps-loader-BOug999f.js';
|
|
28
|
+
import { BarChart, CartesianGrid, XAxis, Bar } from 'recharts';
|
|
29
|
+
|
|
29
30
|
function AspectRatio({ ...props }) {
|
|
30
31
|
return /* @__PURE__ */ jsx(AspectRatioPrimitive.Root, { "data-slot": "aspect-ratio", ...props });
|
|
31
32
|
}
|
|
33
|
+
|
|
32
34
|
const ResizableContext = React.createContext(null);
|
|
33
35
|
const ResizablePanelGroup = ({
|
|
34
36
|
children,
|
|
35
37
|
className,
|
|
36
38
|
direction = "horizontal",
|
|
37
|
-
id,
|
|
38
|
-
autoSaveId,
|
|
39
|
-
storage,
|
|
39
|
+
id: _id,
|
|
40
|
+
autoSaveId: _autoSaveId,
|
|
41
|
+
storage: _storage,
|
|
40
42
|
onLayout,
|
|
41
43
|
...props
|
|
42
44
|
}) => {
|
|
@@ -88,15 +90,15 @@ const ResizablePanelGroup = ({
|
|
|
88
90
|
return next;
|
|
89
91
|
});
|
|
90
92
|
}, []);
|
|
91
|
-
const unregisterPanel = React.useCallback((
|
|
93
|
+
const unregisterPanel = React.useCallback((id) => {
|
|
92
94
|
setPanels((prev) => {
|
|
93
95
|
const next = new Map(prev);
|
|
94
|
-
next.delete(
|
|
96
|
+
next.delete(id);
|
|
95
97
|
return next;
|
|
96
98
|
});
|
|
97
99
|
setSizes((prev) => {
|
|
98
100
|
const next = new Map(prev);
|
|
99
|
-
next.delete(
|
|
101
|
+
next.delete(id);
|
|
100
102
|
return next;
|
|
101
103
|
});
|
|
102
104
|
}, []);
|
|
@@ -107,16 +109,15 @@ const ResizablePanelGroup = ({
|
|
|
107
109
|
return next;
|
|
108
110
|
});
|
|
109
111
|
}, []);
|
|
110
|
-
const unregisterHandle = React.useCallback((
|
|
112
|
+
const unregisterHandle = React.useCallback((id) => {
|
|
111
113
|
setHandles((prev) => {
|
|
112
114
|
const next = new Map(prev);
|
|
113
|
-
next.delete(
|
|
115
|
+
next.delete(id);
|
|
114
116
|
return next;
|
|
115
117
|
});
|
|
116
118
|
}, []);
|
|
117
119
|
const startDragging = React.useCallback(
|
|
118
120
|
(handleId, event) => {
|
|
119
|
-
var _a, _b;
|
|
120
121
|
event.preventDefault();
|
|
121
122
|
setIsDragging(true);
|
|
122
123
|
const sortedPanels = getSortedItems(panels);
|
|
@@ -130,9 +131,8 @@ const ResizablePanelGroup = ({
|
|
|
130
131
|
const startY = "touches" in event ? event.touches[0].clientY : event.clientY;
|
|
131
132
|
const startSizeLeft = sizes.get(leftPanel.id) || 0;
|
|
132
133
|
const startSizeRight = sizes.get(rightPanel.id) || 0;
|
|
133
|
-
const containerSize = direction === "horizontal" ?
|
|
134
|
+
const containerSize = direction === "horizontal" ? containerRef.current?.offsetWidth || 1 : containerRef.current?.offsetHeight || 1;
|
|
134
135
|
const onMove = (e) => {
|
|
135
|
-
var _a2, _b2;
|
|
136
136
|
const currentX = "touches" in e ? e.touches[0].clientX : e.clientX;
|
|
137
137
|
const currentY = "touches" in e ? e.touches[0].clientY : e.clientY;
|
|
138
138
|
const deltaPixels = direction === "horizontal" ? currentX - startX : currentY - startY;
|
|
@@ -167,8 +167,8 @@ const ResizablePanelGroup = ({
|
|
|
167
167
|
next.set(rightPanel.id, finalRight);
|
|
168
168
|
return next;
|
|
169
169
|
});
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
leftPanel.onResize?.(finalLeft);
|
|
171
|
+
rightPanel.onResize?.(finalRight);
|
|
172
172
|
};
|
|
173
173
|
const onUp = () => {
|
|
174
174
|
setIsDragging(false);
|
|
@@ -188,8 +188,8 @@ const ResizablePanelGroup = ({
|
|
|
188
188
|
[panels, handles, sizes, direction, getSortedItems, onLayout]
|
|
189
189
|
);
|
|
190
190
|
const getPanelStyle = React.useCallback(
|
|
191
|
-
(
|
|
192
|
-
const size = sizes.get(
|
|
191
|
+
(id) => {
|
|
192
|
+
const size = sizes.get(id);
|
|
193
193
|
if (size === void 0) return { flex: "1 1 0%", overflow: "hidden" };
|
|
194
194
|
return { flex: `${size} 1 0%`, overflow: "hidden" };
|
|
195
195
|
},
|
|
@@ -238,12 +238,12 @@ const ResizablePanel = ({
|
|
|
238
238
|
minSize = 0,
|
|
239
239
|
maxSize = 100,
|
|
240
240
|
collapsible,
|
|
241
|
-
collapsedSize,
|
|
241
|
+
collapsedSize: _collapsedSize,
|
|
242
242
|
onCollapse,
|
|
243
243
|
onExpand,
|
|
244
244
|
onResize,
|
|
245
|
-
order,
|
|
246
|
-
tagName,
|
|
245
|
+
order: _order,
|
|
246
|
+
tagName: _tagName,
|
|
247
247
|
id: propId,
|
|
248
248
|
children,
|
|
249
249
|
...props
|
|
@@ -252,8 +252,8 @@ const ResizablePanel = ({
|
|
|
252
252
|
const ref = React.useRef(null);
|
|
253
253
|
const [generatedId] = React.useState(() => Math.random().toString(36).substr(2, 9));
|
|
254
254
|
const id = propId || generatedId;
|
|
255
|
-
const registerPanel = context
|
|
256
|
-
const unregisterPanel = context
|
|
255
|
+
const registerPanel = context?.registerPanel;
|
|
256
|
+
const unregisterPanel = context?.unregisterPanel;
|
|
257
257
|
React.useLayoutEffect(() => {
|
|
258
258
|
if (!registerPanel || !unregisterPanel) return;
|
|
259
259
|
registerPanel({
|
|
@@ -299,15 +299,15 @@ const ResizableHandle = ({
|
|
|
299
299
|
withHandle,
|
|
300
300
|
className,
|
|
301
301
|
id: propId,
|
|
302
|
-
tagName,
|
|
302
|
+
tagName: _tagName,
|
|
303
303
|
...props
|
|
304
304
|
}) => {
|
|
305
305
|
const context = React.useContext(ResizableContext);
|
|
306
306
|
const ref = React.useRef(null);
|
|
307
307
|
const [generatedId] = React.useState(() => Math.random().toString(36).substr(2, 9));
|
|
308
308
|
const id = propId || generatedId;
|
|
309
|
-
const registerHandle = context
|
|
310
|
-
const unregisterHandle = context
|
|
309
|
+
const registerHandle = context?.registerHandle;
|
|
310
|
+
const unregisterHandle = context?.unregisterHandle;
|
|
311
311
|
React.useLayoutEffect(() => {
|
|
312
312
|
if (!registerHandle || !unregisterHandle) return;
|
|
313
313
|
registerHandle({ id, ref });
|
|
@@ -338,6 +338,7 @@ const ResizableHandle = ({
|
|
|
338
338
|
}
|
|
339
339
|
);
|
|
340
340
|
};
|
|
341
|
+
|
|
341
342
|
function NavigationMenu({
|
|
342
343
|
className,
|
|
343
344
|
children,
|
|
@@ -473,6 +474,7 @@ function NavigationMenuIndicator({
|
|
|
473
474
|
}
|
|
474
475
|
);
|
|
475
476
|
}
|
|
477
|
+
|
|
476
478
|
function Pagination({ className, ...props }) {
|
|
477
479
|
return /* @__PURE__ */ jsx(
|
|
478
480
|
"nav",
|
|
@@ -582,6 +584,7 @@ function PaginationEllipsis({ className, ...props }) {
|
|
|
582
584
|
}
|
|
583
585
|
);
|
|
584
586
|
}
|
|
587
|
+
|
|
585
588
|
function usePagination({
|
|
586
589
|
totalItems,
|
|
587
590
|
pageSize = 10,
|
|
@@ -598,7 +601,7 @@ function usePagination({
|
|
|
598
601
|
(p) => {
|
|
599
602
|
const clamped = Math.min(Math.max(1, p), totalPages);
|
|
600
603
|
if (!isControlled) setInternalPage(clamped);
|
|
601
|
-
onPageChange
|
|
604
|
+
onPageChange?.(clamped);
|
|
602
605
|
},
|
|
603
606
|
[isControlled, onPageChange, totalPages]
|
|
604
607
|
);
|
|
@@ -647,6 +650,7 @@ function usePagination({
|
|
|
647
650
|
last
|
|
648
651
|
};
|
|
649
652
|
}
|
|
653
|
+
|
|
650
654
|
const toggleVariants = cva(
|
|
651
655
|
"inline-flex items-center justify-center gap-2 rounded-md text-sm font-medium hover:bg-muted hover:text-muted-foreground disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-accent data-[state=on]:text-accent-foreground [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0 focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] outline-none transition-[color,box-shadow] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive whitespace-nowrap",
|
|
652
656
|
{
|
|
@@ -677,6 +681,7 @@ const Toggle = React.forwardRef(({ className, variant, size, ...props }, ref) =>
|
|
|
677
681
|
}
|
|
678
682
|
));
|
|
679
683
|
Toggle.displayName = TogglePrimitive.Root.displayName;
|
|
684
|
+
|
|
680
685
|
const ToggleGroupContext = React.createContext({
|
|
681
686
|
size: "default",
|
|
682
687
|
variant: "default"
|
|
@@ -720,6 +725,7 @@ const ToggleGroupItem = React.forwardRef(({ className, children, variant, size,
|
|
|
720
725
|
);
|
|
721
726
|
});
|
|
722
727
|
ToggleGroupItem.displayName = ToggleGroupPrimitive.Item.displayName;
|
|
728
|
+
|
|
723
729
|
function InputOTP({
|
|
724
730
|
className,
|
|
725
731
|
containerClassName,
|
|
@@ -752,7 +758,7 @@ function InputOTPSlot({
|
|
|
752
758
|
...props
|
|
753
759
|
}) {
|
|
754
760
|
const inputOTPContext = React.useContext(OTPInputContext);
|
|
755
|
-
const { char, hasFakeCaret, isActive } =
|
|
761
|
+
const { char, hasFakeCaret, isActive } = inputOTPContext?.slots[index] ?? {};
|
|
756
762
|
const sizeClasses = {
|
|
757
763
|
sm: "h-8 w-8 text-sm",
|
|
758
764
|
md: "h-10 w-10 text-base",
|
|
@@ -779,6 +785,7 @@ function InputOTPSlot({
|
|
|
779
785
|
function InputOTPSeparator({ ...props }) {
|
|
780
786
|
return /* @__PURE__ */ jsx("div", { "data-slot": "input-otp-separator", role: "separator", ...props, children: /* @__PURE__ */ jsx(MinusIcon, {}) });
|
|
781
787
|
}
|
|
788
|
+
|
|
782
789
|
const Form = FormProvider;
|
|
783
790
|
const FormFieldContext = React.createContext({});
|
|
784
791
|
const FormField = ({
|
|
@@ -850,7 +857,7 @@ function FormDescription({ className, ...props }) {
|
|
|
850
857
|
}
|
|
851
858
|
function FormMessage({ className, ...props }) {
|
|
852
859
|
const { error, formMessageId } = useFormField();
|
|
853
|
-
const body = error ? String(
|
|
860
|
+
const body = error ? String(error?.message ?? "") : props.children;
|
|
854
861
|
if (!body) {
|
|
855
862
|
return null;
|
|
856
863
|
}
|
|
@@ -865,6 +872,7 @@ function FormMessage({ className, ...props }) {
|
|
|
865
872
|
}
|
|
866
873
|
);
|
|
867
874
|
}
|
|
875
|
+
|
|
868
876
|
function Calendar({
|
|
869
877
|
className,
|
|
870
878
|
classNames,
|
|
@@ -1012,8 +1020,7 @@ function CalendarDayButton({
|
|
|
1012
1020
|
const defaultClassNames = getDefaultClassNames();
|
|
1013
1021
|
const ref = React.useRef(null);
|
|
1014
1022
|
React.useEffect(() => {
|
|
1015
|
-
|
|
1016
|
-
if (modifiers.focused) (_a = ref.current) == null ? void 0 : _a.focus();
|
|
1023
|
+
if (modifiers.focused) ref.current?.focus();
|
|
1017
1024
|
}, [modifiers.focused]);
|
|
1018
1025
|
return /* @__PURE__ */ jsx(
|
|
1019
1026
|
Button,
|
|
@@ -1047,6 +1054,7 @@ function CalendarDayButton({
|
|
|
1047
1054
|
}
|
|
1048
1055
|
);
|
|
1049
1056
|
}
|
|
1057
|
+
|
|
1050
1058
|
function Sheet({ ...props }) {
|
|
1051
1059
|
return /* @__PURE__ */ jsx(DialogPrimitive.Root, { "data-slot": "sheet", ...props });
|
|
1052
1060
|
}
|
|
@@ -1149,6 +1157,7 @@ function SheetDescription({
|
|
|
1149
1157
|
}
|
|
1150
1158
|
);
|
|
1151
1159
|
}
|
|
1160
|
+
|
|
1152
1161
|
function Drawer({ ...props }) {
|
|
1153
1162
|
return /* @__PURE__ */ jsx(Drawer$1.Root, { "data-slot": "drawer", ...props });
|
|
1154
1163
|
}
|
|
@@ -1257,6 +1266,7 @@ function DrawerHandle({ className, ...props }) {
|
|
|
1257
1266
|
}
|
|
1258
1267
|
);
|
|
1259
1268
|
}
|
|
1269
|
+
|
|
1260
1270
|
function HoverCard({ ...props }) {
|
|
1261
1271
|
return /* @__PURE__ */ jsx(HoverCardPrimitive.Root, { "data-slot": "hover-card", ...props });
|
|
1262
1272
|
}
|
|
@@ -1283,6 +1293,7 @@ function HoverCardContent({
|
|
|
1283
1293
|
}
|
|
1284
1294
|
) });
|
|
1285
1295
|
}
|
|
1296
|
+
|
|
1286
1297
|
function ContextMenu({ ...props }) {
|
|
1287
1298
|
return /* @__PURE__ */ jsx(ContextMenuPrimitive.Root, { "data-slot": "context-menu", ...props });
|
|
1288
1299
|
}
|
|
@@ -1462,6 +1473,7 @@ function ContextMenuShortcut({ className, ...props }) {
|
|
|
1462
1473
|
}
|
|
1463
1474
|
);
|
|
1464
1475
|
}
|
|
1476
|
+
|
|
1465
1477
|
function Menubar({ className, ...props }) {
|
|
1466
1478
|
return /* @__PURE__ */ jsx(
|
|
1467
1479
|
MenubarPrimitive.Root,
|
|
@@ -1669,6 +1681,7 @@ function MenubarSubContent({
|
|
|
1669
1681
|
}
|
|
1670
1682
|
);
|
|
1671
1683
|
}
|
|
1684
|
+
|
|
1672
1685
|
function Command({ className, ...props }) {
|
|
1673
1686
|
return /* @__PURE__ */ jsx(
|
|
1674
1687
|
Command$1,
|
|
@@ -1789,6 +1802,7 @@ function CommandShortcut({ className, ...props }) {
|
|
|
1789
1802
|
}
|
|
1790
1803
|
);
|
|
1791
1804
|
}
|
|
1805
|
+
|
|
1792
1806
|
const variantStyles = {
|
|
1793
1807
|
default: "bg-primary text-primary-foreground",
|
|
1794
1808
|
secondary: "bg-secondary text-secondary-foreground",
|
|
@@ -1831,8 +1845,9 @@ const NotificationBadge = React.forwardRef(
|
|
|
1831
1845
|
}
|
|
1832
1846
|
);
|
|
1833
1847
|
NotificationBadge.displayName = "NotificationBadge";
|
|
1848
|
+
|
|
1834
1849
|
const StatsCard = React.forwardRef(
|
|
1835
|
-
({ className, title, value, description, trend, icon, ...props }, ref) => {
|
|
1850
|
+
({ className, title, value, description, trend, icon, iconColor, iconBg, ...props }, ref) => {
|
|
1836
1851
|
const getTrendIcon = () => {
|
|
1837
1852
|
if (!trend) return null;
|
|
1838
1853
|
if (trend.value > 0) {
|
|
@@ -1866,13 +1881,24 @@ const StatsCard = React.forwardRef(
|
|
|
1866
1881
|
] })
|
|
1867
1882
|
] })
|
|
1868
1883
|
] }),
|
|
1869
|
-
(description ||
|
|
1884
|
+
(description || trend?.label) && /* @__PURE__ */ jsx("p", { className: "text-muted-foreground mt-1 text-xs sm:text-sm", children: trend?.label || description })
|
|
1870
1885
|
] }),
|
|
1871
|
-
icon && /* @__PURE__ */ jsx(
|
|
1886
|
+
icon && /* @__PURE__ */ jsx(
|
|
1887
|
+
"div",
|
|
1888
|
+
{
|
|
1889
|
+
className: cn(
|
|
1890
|
+
"rounded-[var(--radius)] p-2 sm:p-3 flex-shrink-0",
|
|
1891
|
+
iconBg || "bg-muted",
|
|
1892
|
+
iconColor || "text-muted-foreground"
|
|
1893
|
+
),
|
|
1894
|
+
children: icon
|
|
1895
|
+
}
|
|
1896
|
+
)
|
|
1872
1897
|
] }) }) });
|
|
1873
1898
|
}
|
|
1874
1899
|
);
|
|
1875
1900
|
StatsCard.displayName = "StatsCard";
|
|
1901
|
+
|
|
1876
1902
|
function StatsCardSkeleton({
|
|
1877
1903
|
showIcon = true,
|
|
1878
1904
|
showTrend = true,
|
|
@@ -1892,6 +1918,7 @@ function StatsCardSkeleton({
|
|
|
1892
1918
|
] }) }) });
|
|
1893
1919
|
}
|
|
1894
1920
|
StatsCardSkeleton.displayName = "StatsCardSkeleton";
|
|
1921
|
+
|
|
1895
1922
|
const Timeline = React.forwardRef(
|
|
1896
1923
|
({ className, ...props }, ref) => /* @__PURE__ */ jsx("ol", { ref, className: cn("relative border-l border-border", className), ...props })
|
|
1897
1924
|
);
|
|
@@ -1901,7 +1928,7 @@ const TimelineItem = React.forwardRef(
|
|
|
1901
1928
|
);
|
|
1902
1929
|
TimelineItem.displayName = "TimelineItem";
|
|
1903
1930
|
const TimelineDot = React.forwardRef(({ className, variant = "default", icon, children, ...props }, ref) => {
|
|
1904
|
-
const
|
|
1931
|
+
const variantStyles = {
|
|
1905
1932
|
default: "bg-muted border-border",
|
|
1906
1933
|
primary: "bg-primary border-primary",
|
|
1907
1934
|
success: "bg-success border-success",
|
|
@@ -1926,7 +1953,7 @@ const TimelineDot = React.forwardRef(({ className, variant = "default", icon, ch
|
|
|
1926
1953
|
ref,
|
|
1927
1954
|
className: cn(
|
|
1928
1955
|
"absolute -left-[17px] mt-0.5 h-8 w-8 rounded-full border-2 flex items-center justify-center",
|
|
1929
|
-
|
|
1956
|
+
variantStyles[variant],
|
|
1930
1957
|
className
|
|
1931
1958
|
),
|
|
1932
1959
|
...props,
|
|
@@ -1940,7 +1967,7 @@ const TimelineDot = React.forwardRef(({ className, variant = "default", icon, ch
|
|
|
1940
1967
|
ref,
|
|
1941
1968
|
className: cn(
|
|
1942
1969
|
"absolute -left-[9px] mt-1.5 h-4 w-4 rounded-full border-2",
|
|
1943
|
-
|
|
1970
|
+
variantStyles[variant],
|
|
1944
1971
|
className
|
|
1945
1972
|
),
|
|
1946
1973
|
...props
|
|
@@ -1960,6 +1987,7 @@ const TimelineTime = React.forwardRef(
|
|
|
1960
1987
|
TimelineTime.displayName = "TimelineTime";
|
|
1961
1988
|
const TimelineDescription = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx("p", { ref, className: cn("text-muted-foreground", className), ...props }));
|
|
1962
1989
|
TimelineDescription.displayName = "TimelineDescription";
|
|
1990
|
+
|
|
1963
1991
|
function useTreeView({
|
|
1964
1992
|
data,
|
|
1965
1993
|
defaultExpanded = [],
|
|
@@ -1982,10 +2010,9 @@ function useTreeView({
|
|
|
1982
2010
|
const getVisibleNodes = useCallback(() => {
|
|
1983
2011
|
const result = [];
|
|
1984
2012
|
const traverse = (nodes) => {
|
|
1985
|
-
var _a;
|
|
1986
2013
|
for (const node of nodes) {
|
|
1987
2014
|
result.push(node);
|
|
1988
|
-
if (
|
|
2015
|
+
if (node.children?.length && expanded.has(node.id)) traverse(node.children);
|
|
1989
2016
|
}
|
|
1990
2017
|
};
|
|
1991
2018
|
traverse(data);
|
|
@@ -1993,9 +2020,8 @@ function useTreeView({
|
|
|
1993
2020
|
}, [data, expanded]);
|
|
1994
2021
|
const findParent = useCallback(
|
|
1995
2022
|
(nodes, targetId) => {
|
|
1996
|
-
var _a;
|
|
1997
2023
|
for (const n of nodes) {
|
|
1998
|
-
if (
|
|
2024
|
+
if (n.children?.some((c) => c.id === targetId)) return n;
|
|
1999
2025
|
if (n.children) {
|
|
2000
2026
|
const found = findParent(n.children, targetId);
|
|
2001
2027
|
if (found) return found;
|
|
@@ -2017,21 +2043,19 @@ function useTreeView({
|
|
|
2017
2043
|
const handleSelect = useCallback(
|
|
2018
2044
|
(node) => {
|
|
2019
2045
|
if (!isControlled) setInternalSelectedId(node.id);
|
|
2020
|
-
onNodeSelect
|
|
2021
|
-
onNodeClick
|
|
2046
|
+
onNodeSelect?.(node);
|
|
2047
|
+
onNodeClick?.(node);
|
|
2022
2048
|
},
|
|
2023
2049
|
[isControlled, onNodeClick, onNodeSelect]
|
|
2024
2050
|
);
|
|
2025
2051
|
const handleKeyDown = useCallback(
|
|
2026
2052
|
(e, node) => {
|
|
2027
|
-
var _a, _b;
|
|
2028
2053
|
const visibleNodes = getVisibleNodes();
|
|
2029
2054
|
const idx = visibleNodes.findIndex((n) => n.id === node.id);
|
|
2030
|
-
const hasChildren = !!
|
|
2055
|
+
const hasChildren = !!node.children?.length;
|
|
2031
2056
|
const isExpanded = expanded.has(node.id);
|
|
2032
2057
|
const focusNode = (id) => {
|
|
2033
|
-
|
|
2034
|
-
(_a2 = nodeRefs.current.get(id)) == null ? void 0 : _a2.focus();
|
|
2058
|
+
nodeRefs.current.get(id)?.focus();
|
|
2035
2059
|
};
|
|
2036
2060
|
switch (e.key) {
|
|
2037
2061
|
case "ArrowDown": {
|
|
@@ -2050,7 +2074,7 @@ function useTreeView({
|
|
|
2050
2074
|
e.preventDefault();
|
|
2051
2075
|
if (hasChildren && !isExpanded) {
|
|
2052
2076
|
toggleExpand(node.id);
|
|
2053
|
-
} else if (hasChildren && isExpanded &&
|
|
2077
|
+
} else if (hasChildren && isExpanded && node.children?.length) {
|
|
2054
2078
|
focusNode(node.children[0].id);
|
|
2055
2079
|
}
|
|
2056
2080
|
break;
|
|
@@ -2106,6 +2130,7 @@ function useTreeView({
|
|
|
2106
2130
|
getVisibleNodes
|
|
2107
2131
|
};
|
|
2108
2132
|
}
|
|
2133
|
+
|
|
2109
2134
|
const TreeView = React.forwardRef(
|
|
2110
2135
|
({
|
|
2111
2136
|
className,
|
|
@@ -2117,9 +2142,8 @@ const TreeView = React.forwardRef(
|
|
|
2117
2142
|
ariaLabel,
|
|
2118
2143
|
...props
|
|
2119
2144
|
}, ref) => {
|
|
2120
|
-
var _a;
|
|
2121
2145
|
const { expanded, effectiveSelectedId, getNodeRef, toggleExpand, handleSelect, handleKeyDown } = useTreeView({ data, defaultExpanded, selectedNodeId, onNodeClick, onNodeSelect });
|
|
2122
|
-
const focusableId = effectiveSelectedId ??
|
|
2146
|
+
const focusableId = effectiveSelectedId ?? data[0]?.id;
|
|
2123
2147
|
return /* @__PURE__ */ jsx(
|
|
2124
2148
|
"div",
|
|
2125
2149
|
{
|
|
@@ -2159,8 +2183,7 @@ const TreeNodeComponent = ({
|
|
|
2159
2183
|
onKeyDown,
|
|
2160
2184
|
getNodeRef
|
|
2161
2185
|
}) => {
|
|
2162
|
-
|
|
2163
|
-
const hasChildren = !!((_a = node.children) == null ? void 0 : _a.length);
|
|
2186
|
+
const hasChildren = !!node.children?.length;
|
|
2164
2187
|
const isExpanded = expanded.has(node.id);
|
|
2165
2188
|
const isSelected = node.id === selectedId;
|
|
2166
2189
|
const handleClick = () => {
|
|
@@ -2208,6 +2231,7 @@ const TreeNodeComponent = ({
|
|
|
2208
2231
|
)) })
|
|
2209
2232
|
] });
|
|
2210
2233
|
};
|
|
2234
|
+
|
|
2211
2235
|
function Collapsible({ ...props }) {
|
|
2212
2236
|
return /* @__PURE__ */ jsx(CollapsiblePrimitive.Root, { "data-slot": "collapsible", ...props });
|
|
2213
2237
|
}
|
|
@@ -2221,6 +2245,7 @@ function CollapsibleContent({
|
|
|
2221
2245
|
}) {
|
|
2222
2246
|
return /* @__PURE__ */ jsx(CollapsiblePrimitive.CollapsibleContent, { "data-slot": "collapsible-content", ...props });
|
|
2223
2247
|
}
|
|
2248
|
+
|
|
2224
2249
|
function Accordion({ ...props }) {
|
|
2225
2250
|
return /* @__PURE__ */ jsx(AccordionPrimitive.Root, { "data-slot": "accordion", ...props });
|
|
2226
2251
|
}
|
|
@@ -2273,6 +2298,7 @@ function AccordionContent({
|
|
|
2273
2298
|
}
|
|
2274
2299
|
);
|
|
2275
2300
|
}
|
|
2301
|
+
|
|
2276
2302
|
const CarouselContext = React.createContext(null);
|
|
2277
2303
|
function useCarousel() {
|
|
2278
2304
|
const context = React.useContext(CarouselContext);
|
|
@@ -2305,10 +2331,10 @@ function Carousel({
|
|
|
2305
2331
|
setCanScrollNext(api2.canScrollNext());
|
|
2306
2332
|
}, []);
|
|
2307
2333
|
const scrollPrev = React.useCallback(() => {
|
|
2308
|
-
api
|
|
2334
|
+
api?.scrollPrev();
|
|
2309
2335
|
}, [api]);
|
|
2310
2336
|
const scrollNext = React.useCallback(() => {
|
|
2311
|
-
api
|
|
2337
|
+
api?.scrollNext();
|
|
2312
2338
|
}, [api]);
|
|
2313
2339
|
const handleKeyDown = React.useCallback(
|
|
2314
2340
|
(event) => {
|
|
@@ -2332,7 +2358,7 @@ function Carousel({
|
|
|
2332
2358
|
api.on("reInit", onSelect);
|
|
2333
2359
|
api.on("select", onSelect);
|
|
2334
2360
|
return () => {
|
|
2335
|
-
api
|
|
2361
|
+
api?.off("select", onSelect);
|
|
2336
2362
|
};
|
|
2337
2363
|
}, [api, onSelect]);
|
|
2338
2364
|
return /* @__PURE__ */ jsx(
|
|
@@ -2342,7 +2368,7 @@ function Carousel({
|
|
|
2342
2368
|
carouselRef,
|
|
2343
2369
|
api,
|
|
2344
2370
|
opts,
|
|
2345
|
-
orientation: orientation || (
|
|
2371
|
+
orientation: orientation || (opts?.axis === "y" ? "vertical" : "horizontal"),
|
|
2346
2372
|
scrollPrev,
|
|
2347
2373
|
scrollNext,
|
|
2348
2374
|
canScrollPrev,
|
|
@@ -2446,6 +2472,7 @@ function CarouselNext({
|
|
|
2446
2472
|
}
|
|
2447
2473
|
);
|
|
2448
2474
|
}
|
|
2475
|
+
|
|
2449
2476
|
const StepperContext = React.createContext(void 0);
|
|
2450
2477
|
const useStepperContext = () => {
|
|
2451
2478
|
const context = React.useContext(StepperContext);
|
|
@@ -2569,6 +2596,7 @@ const Step = React.forwardRef(
|
|
|
2569
2596
|
}
|
|
2570
2597
|
);
|
|
2571
2598
|
Step.displayName = "Step";
|
|
2599
|
+
|
|
2572
2600
|
function useStepper({
|
|
2573
2601
|
totalSteps,
|
|
2574
2602
|
initialStep = 1,
|
|
@@ -2585,7 +2613,7 @@ function useStepper({
|
|
|
2585
2613
|
(s) => {
|
|
2586
2614
|
const clamped = Math.min(Math.max(1, s), totalSteps);
|
|
2587
2615
|
if (!isControlled) setInternalStep(clamped);
|
|
2588
|
-
onStepChange
|
|
2616
|
+
onStepChange?.(clamped);
|
|
2589
2617
|
},
|
|
2590
2618
|
[isControlled, onStepChange, totalSteps]
|
|
2591
2619
|
);
|
|
@@ -2620,6 +2648,7 @@ function useStepper({
|
|
|
2620
2648
|
reset
|
|
2621
2649
|
};
|
|
2622
2650
|
}
|
|
2651
|
+
|
|
2623
2652
|
function useFileUpload({
|
|
2624
2653
|
maxFiles = 1,
|
|
2625
2654
|
maxSize = 5 * 1024 * 1024,
|
|
@@ -2643,7 +2672,7 @@ function useFileUpload({
|
|
|
2643
2672
|
setErrorMessage(
|
|
2644
2673
|
`${oversized.length} file(s) exceed the ${limitMB}MB limit and were not added.`
|
|
2645
2674
|
);
|
|
2646
|
-
onError
|
|
2675
|
+
onError?.(oversized, "size");
|
|
2647
2676
|
}
|
|
2648
2677
|
const merged = maxFiles === 1 ? validFiles.slice(0, 1) : [...files, ...validFiles].slice(0, maxFiles);
|
|
2649
2678
|
const countRejected = maxFiles === 1 ? validFiles.slice(1) : [...files, ...validFiles].slice(maxFiles);
|
|
@@ -2651,10 +2680,10 @@ function useFileUpload({
|
|
|
2651
2680
|
setErrorMessage(
|
|
2652
2681
|
`Only ${maxFiles} file(s) allowed. ${countRejected.length} file(s) were not added.`
|
|
2653
2682
|
);
|
|
2654
|
-
onError
|
|
2683
|
+
onError?.(countRejected, "count");
|
|
2655
2684
|
}
|
|
2656
2685
|
setFiles(merged);
|
|
2657
|
-
onFilesChange
|
|
2686
|
+
onFilesChange?.(merged);
|
|
2658
2687
|
},
|
|
2659
2688
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
2660
2689
|
[files, maxFiles, maxSize, onError, onFilesChange]
|
|
@@ -2690,7 +2719,7 @@ function useFileUpload({
|
|
|
2690
2719
|
(index) => {
|
|
2691
2720
|
setFiles((prev) => {
|
|
2692
2721
|
const updated = prev.filter((_, i) => i !== index);
|
|
2693
|
-
onFilesChange
|
|
2722
|
+
onFilesChange?.(updated);
|
|
2694
2723
|
if (updated.length === 0) setErrorMessage(null);
|
|
2695
2724
|
return updated;
|
|
2696
2725
|
});
|
|
@@ -2698,10 +2727,9 @@ function useFileUpload({
|
|
|
2698
2727
|
[onFilesChange]
|
|
2699
2728
|
);
|
|
2700
2729
|
const openFileDialog = useCallback(() => {
|
|
2701
|
-
var _a;
|
|
2702
2730
|
if (!disabled) {
|
|
2703
2731
|
setErrorMessage(null);
|
|
2704
|
-
|
|
2732
|
+
inputRef.current?.click();
|
|
2705
2733
|
}
|
|
2706
2734
|
}, [disabled]);
|
|
2707
2735
|
return {
|
|
@@ -2717,6 +2745,7 @@ function useFileUpload({
|
|
|
2717
2745
|
openFileDialog
|
|
2718
2746
|
};
|
|
2719
2747
|
}
|
|
2748
|
+
|
|
2720
2749
|
const FileUpload = React.forwardRef(
|
|
2721
2750
|
({
|
|
2722
2751
|
className,
|
|
@@ -2826,6 +2855,7 @@ const FileUpload = React.forwardRef(
|
|
|
2826
2855
|
}
|
|
2827
2856
|
);
|
|
2828
2857
|
FileUpload.displayName = "FileUpload";
|
|
2858
|
+
|
|
2829
2859
|
const Rating = React.forwardRef(
|
|
2830
2860
|
({
|
|
2831
2861
|
className,
|
|
@@ -2848,7 +2878,7 @@ const Rating = React.forwardRef(
|
|
|
2848
2878
|
lg: "h-6 w-6"
|
|
2849
2879
|
};
|
|
2850
2880
|
const handleClick = (rating) => {
|
|
2851
|
-
if (isInteractive) onChange
|
|
2881
|
+
if (isInteractive) onChange?.(rating);
|
|
2852
2882
|
};
|
|
2853
2883
|
const handleMouseMove = (e, rating) => {
|
|
2854
2884
|
if (!isInteractive) return;
|
|
@@ -2867,7 +2897,7 @@ const Rating = React.forwardRef(
|
|
|
2867
2897
|
if (allowHalf) {
|
|
2868
2898
|
const rect = e.currentTarget.getBoundingClientRect();
|
|
2869
2899
|
const half = e.clientX - rect.left < rect.width / 2 ? rating - 0.5 : rating;
|
|
2870
|
-
onChange
|
|
2900
|
+
onChange?.(half);
|
|
2871
2901
|
} else {
|
|
2872
2902
|
handleClick(rating);
|
|
2873
2903
|
}
|
|
@@ -2919,6 +2949,7 @@ const Rating = React.forwardRef(
|
|
|
2919
2949
|
}
|
|
2920
2950
|
);
|
|
2921
2951
|
Rating.displayName = "Rating";
|
|
2952
|
+
|
|
2922
2953
|
const Search = React.forwardRef(
|
|
2923
2954
|
({
|
|
2924
2955
|
className,
|
|
@@ -2956,20 +2987,19 @@ const Search = React.forwardRef(
|
|
|
2956
2987
|
const handleChange = (e) => {
|
|
2957
2988
|
const newValue = e.target.value;
|
|
2958
2989
|
if (!isControlled) setInternalValue(newValue);
|
|
2959
|
-
onChange
|
|
2960
|
-
onSearch
|
|
2990
|
+
onChange?.(e);
|
|
2991
|
+
onSearch?.(newValue);
|
|
2961
2992
|
};
|
|
2962
2993
|
const handleClear = () => {
|
|
2963
2994
|
if (!isControlled) setInternalValue("");
|
|
2964
|
-
onClear
|
|
2965
|
-
onSearch
|
|
2995
|
+
onClear?.();
|
|
2996
|
+
onSearch?.("");
|
|
2966
2997
|
};
|
|
2967
2998
|
const handleKeyDown = (e) => {
|
|
2968
|
-
var _a;
|
|
2969
2999
|
if (e.key === "Escape") {
|
|
2970
3000
|
handleClear();
|
|
2971
3001
|
}
|
|
2972
|
-
|
|
3002
|
+
props.onKeyDown?.(e);
|
|
2973
3003
|
};
|
|
2974
3004
|
return /* @__PURE__ */ jsxs("div", { className: cn("relative w-full", containerClassName), children: [
|
|
2975
3005
|
/* @__PURE__ */ jsx(
|
|
@@ -3019,7 +3049,8 @@ const Search = React.forwardRef(
|
|
|
3019
3049
|
}
|
|
3020
3050
|
);
|
|
3021
3051
|
Search.displayName = "Search";
|
|
3022
|
-
|
|
3052
|
+
|
|
3053
|
+
const __vite_import_meta_env__ = {"BASE_URL": "/", "DEV": false, "MODE": "production", "PROD": true, "SSR": false};
|
|
3023
3054
|
const RouteMapContent = React__default.forwardRef(
|
|
3024
3055
|
({ apiKey, ...props }, ref) => {
|
|
3025
3056
|
const { isLoaded, loadError, load } = useGoogleMapsLoader();
|
|
@@ -3115,12 +3146,11 @@ const RouteMapContent = React__default.forwardRef(
|
|
|
3115
3146
|
travelMode: google.maps.TravelMode[travelMode]
|
|
3116
3147
|
};
|
|
3117
3148
|
directionsService.route(request, (result, status) => {
|
|
3118
|
-
var _a;
|
|
3119
3149
|
isCalculatingRef.current = false;
|
|
3120
3150
|
if (status === "OK" && result) {
|
|
3121
3151
|
renderer.setDirections(result);
|
|
3122
3152
|
const route = result.routes[0];
|
|
3123
|
-
if (
|
|
3153
|
+
if (route?.legs?.length > 0 && onRouteCalculated) {
|
|
3124
3154
|
let totalDistance = 0;
|
|
3125
3155
|
let totalDuration = 0;
|
|
3126
3156
|
route.legs.forEach((leg) => {
|
|
@@ -3220,7 +3250,7 @@ const RouteMapContent = React__default.forwardRef(
|
|
|
3220
3250
|
RouteMapContent.displayName = "RouteMapContent";
|
|
3221
3251
|
const RouteMap = React__default.forwardRef((props, ref) => {
|
|
3222
3252
|
const { isLoaded, loadError } = useGoogleMapsLoader();
|
|
3223
|
-
const effectiveApiKey = props.apiKey || typeof import.meta !== "undefined" && __vite_import_meta_env__ &&
|
|
3253
|
+
const effectiveApiKey = props.apiKey || typeof import.meta !== "undefined" && __vite_import_meta_env__ && undefined || "";
|
|
3224
3254
|
const isValidKey = effectiveApiKey && effectiveApiKey !== "YOUR_GOOGLE_MAPS_API_KEY_HERE" && effectiveApiKey.startsWith("AIza");
|
|
3225
3255
|
if (isLoaded || isValidKey || loadError) {
|
|
3226
3256
|
return /* @__PURE__ */ jsx(RouteMapContent, { ref, ...props, apiKey: effectiveApiKey });
|
|
@@ -3291,6 +3321,7 @@ const RouteMap = React__default.forwardRef((props, ref) => {
|
|
|
3291
3321
|
);
|
|
3292
3322
|
});
|
|
3293
3323
|
RouteMap.displayName = "RouteMap";
|
|
3324
|
+
|
|
3294
3325
|
const SimpleMap = React__default.forwardRef(
|
|
3295
3326
|
({
|
|
3296
3327
|
center,
|
|
@@ -3313,6 +3344,7 @@ const SimpleMap = React__default.forwardRef(
|
|
|
3313
3344
|
}
|
|
3314
3345
|
);
|
|
3315
3346
|
SimpleMap.displayName = "SimpleMap";
|
|
3347
|
+
|
|
3316
3348
|
function AssistantChart({
|
|
3317
3349
|
data,
|
|
3318
3350
|
config,
|
|
@@ -3347,143 +3379,5 @@ function AssistantChart({
|
|
|
3347
3379
|
))
|
|
3348
3380
|
] }) });
|
|
3349
3381
|
}
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
Accordion as A,
|
|
3353
|
-
ContextMenuGroup as B,
|
|
3354
|
-
Calendar as C,
|
|
3355
|
-
ContextMenuItem as D,
|
|
3356
|
-
ContextMenuLabel as E,
|
|
3357
|
-
ContextMenuPortal as F,
|
|
3358
|
-
ContextMenuRadioGroup as G,
|
|
3359
|
-
ContextMenuRadioItem as H,
|
|
3360
|
-
ContextMenuSeparator as I,
|
|
3361
|
-
ContextMenuShortcut as J,
|
|
3362
|
-
ContextMenuSub as K,
|
|
3363
|
-
ContextMenuSubContent as L,
|
|
3364
|
-
ContextMenuSubTrigger as M,
|
|
3365
|
-
ContextMenuTrigger as N,
|
|
3366
|
-
Drawer as O,
|
|
3367
|
-
DrawerClose as P,
|
|
3368
|
-
DrawerContent as Q,
|
|
3369
|
-
DrawerDescription as R,
|
|
3370
|
-
DrawerFooter as S,
|
|
3371
|
-
DrawerHandle as T,
|
|
3372
|
-
DrawerHeader as U,
|
|
3373
|
-
DrawerOverlay as V,
|
|
3374
|
-
DrawerPortal as W,
|
|
3375
|
-
DrawerTitle as X,
|
|
3376
|
-
DrawerTrigger as Y,
|
|
3377
|
-
FileUpload as Z,
|
|
3378
|
-
Form as _,
|
|
3379
|
-
AccordionContent as a,
|
|
3380
|
-
Step as a$,
|
|
3381
|
-
FormDescription as a0,
|
|
3382
|
-
FormField as a1,
|
|
3383
|
-
FormItem as a2,
|
|
3384
|
-
FormLabel as a3,
|
|
3385
|
-
FormMessage as a4,
|
|
3386
|
-
HoverCard as a5,
|
|
3387
|
-
HoverCardContent as a6,
|
|
3388
|
-
HoverCardTrigger as a7,
|
|
3389
|
-
InputOTP as a8,
|
|
3390
|
-
InputOTPGroup as a9,
|
|
3391
|
-
NotificationBadge as aA,
|
|
3392
|
-
Pagination as aB,
|
|
3393
|
-
PaginationContent as aC,
|
|
3394
|
-
PaginationEllipsis as aD,
|
|
3395
|
-
PaginationItem as aE,
|
|
3396
|
-
PaginationLink as aF,
|
|
3397
|
-
PaginationNext as aG,
|
|
3398
|
-
PaginationPrevious as aH,
|
|
3399
|
-
Rating as aI,
|
|
3400
|
-
ResizableHandle as aJ,
|
|
3401
|
-
ResizablePanel as aK,
|
|
3402
|
-
ResizablePanelGroup as aL,
|
|
3403
|
-
RouteMap as aM,
|
|
3404
|
-
Search as aN,
|
|
3405
|
-
Sheet as aO,
|
|
3406
|
-
SheetBody as aP,
|
|
3407
|
-
SheetClose as aQ,
|
|
3408
|
-
SheetContent as aR,
|
|
3409
|
-
SheetDescription as aS,
|
|
3410
|
-
SheetFooter as aT,
|
|
3411
|
-
SheetHeader as aU,
|
|
3412
|
-
SheetPortal as aV,
|
|
3413
|
-
SheetTitle as aW,
|
|
3414
|
-
SheetTrigger as aX,
|
|
3415
|
-
SimpleMap as aY,
|
|
3416
|
-
StatsCard as aZ,
|
|
3417
|
-
StatsCardSkeleton as a_,
|
|
3418
|
-
InputOTPSeparator as aa,
|
|
3419
|
-
InputOTPSlot as ab,
|
|
3420
|
-
Menubar as ac,
|
|
3421
|
-
MenubarCheckboxItem as ad,
|
|
3422
|
-
MenubarContent as ae,
|
|
3423
|
-
MenubarGroup as af,
|
|
3424
|
-
MenubarItem as ag,
|
|
3425
|
-
MenubarLabel as ah,
|
|
3426
|
-
MenubarMenu as ai,
|
|
3427
|
-
MenubarPortal as aj,
|
|
3428
|
-
MenubarRadioGroup as ak,
|
|
3429
|
-
MenubarRadioItem as al,
|
|
3430
|
-
MenubarSeparator as am,
|
|
3431
|
-
MenubarShortcut as an,
|
|
3432
|
-
MenubarSub as ao,
|
|
3433
|
-
MenubarSubContent as ap,
|
|
3434
|
-
MenubarSubTrigger as aq,
|
|
3435
|
-
MenubarTrigger as ar,
|
|
3436
|
-
NavigationMenu as as,
|
|
3437
|
-
NavigationMenuContent as at,
|
|
3438
|
-
NavigationMenuIndicator as au,
|
|
3439
|
-
NavigationMenuItem as av,
|
|
3440
|
-
NavigationMenuLink as aw,
|
|
3441
|
-
NavigationMenuList as ax,
|
|
3442
|
-
NavigationMenuTrigger as ay,
|
|
3443
|
-
NavigationMenuViewport as az,
|
|
3444
|
-
AccordionItem as b,
|
|
3445
|
-
Stepper as b0,
|
|
3446
|
-
Timeline as b1,
|
|
3447
|
-
TimelineContent as b2,
|
|
3448
|
-
TimelineDescription as b3,
|
|
3449
|
-
TimelineDot as b4,
|
|
3450
|
-
TimelineHeading as b5,
|
|
3451
|
-
TimelineItem as b6,
|
|
3452
|
-
TimelineTime as b7,
|
|
3453
|
-
Toggle as b8,
|
|
3454
|
-
ToggleGroup as b9,
|
|
3455
|
-
ToggleGroupItem as ba,
|
|
3456
|
-
TreeView as bb,
|
|
3457
|
-
navigationMenuTriggerStyle as bc,
|
|
3458
|
-
toggleVariants as bd,
|
|
3459
|
-
useFileUpload as be,
|
|
3460
|
-
useFormField as bf,
|
|
3461
|
-
usePagination as bg,
|
|
3462
|
-
useStepper as bh,
|
|
3463
|
-
useStepperContext as bi,
|
|
3464
|
-
useTreeView as bj,
|
|
3465
|
-
AccordionTrigger as c,
|
|
3466
|
-
AspectRatio as d,
|
|
3467
|
-
AssistantChart as e,
|
|
3468
|
-
CalendarDayButton as f,
|
|
3469
|
-
Carousel as g,
|
|
3470
|
-
CarouselContent as h,
|
|
3471
|
-
CarouselItem as i,
|
|
3472
|
-
CarouselNext as j,
|
|
3473
|
-
CarouselPrevious as k,
|
|
3474
|
-
Collapsible as l,
|
|
3475
|
-
CollapsibleContent as m,
|
|
3476
|
-
CollapsibleTrigger as n,
|
|
3477
|
-
Command as o,
|
|
3478
|
-
CommandDialog as p,
|
|
3479
|
-
CommandEmpty as q,
|
|
3480
|
-
CommandGroup as r,
|
|
3481
|
-
CommandInput as s,
|
|
3482
|
-
CommandItem as t,
|
|
3483
|
-
CommandList as u,
|
|
3484
|
-
CommandSeparator as v,
|
|
3485
|
-
CommandShortcut as w,
|
|
3486
|
-
ContextMenu as x,
|
|
3487
|
-
ContextMenuCheckboxItem as y,
|
|
3488
|
-
ContextMenuContent as z
|
|
3489
|
-
};
|
|
3382
|
+
|
|
3383
|
+
export { FormControl as $, Accordion as A, ContextMenuGroup as B, Calendar as C, ContextMenuItem as D, ContextMenuLabel as E, ContextMenuPortal as F, ContextMenuRadioGroup as G, ContextMenuRadioItem as H, ContextMenuSeparator as I, ContextMenuShortcut as J, ContextMenuSub as K, ContextMenuSubContent as L, ContextMenuSubTrigger as M, ContextMenuTrigger as N, Drawer as O, DrawerClose as P, DrawerContent as Q, DrawerDescription as R, DrawerFooter as S, DrawerHandle as T, DrawerHeader as U, DrawerOverlay as V, DrawerPortal as W, DrawerTitle as X, DrawerTrigger as Y, FileUpload as Z, Form as _, AccordionContent as a, Step as a$, FormDescription as a0, FormField as a1, FormItem as a2, FormLabel as a3, FormMessage as a4, HoverCard as a5, HoverCardContent as a6, HoverCardTrigger as a7, InputOTP as a8, InputOTPGroup as a9, NotificationBadge as aA, Pagination as aB, PaginationContent as aC, PaginationEllipsis as aD, PaginationItem as aE, PaginationLink as aF, PaginationNext as aG, PaginationPrevious as aH, Rating as aI, ResizableHandle as aJ, ResizablePanel as aK, ResizablePanelGroup as aL, RouteMap as aM, Search as aN, Sheet as aO, SheetBody as aP, SheetClose as aQ, SheetContent as aR, SheetDescription as aS, SheetFooter as aT, SheetHeader as aU, SheetPortal as aV, SheetTitle as aW, SheetTrigger as aX, SimpleMap as aY, StatsCard as aZ, StatsCardSkeleton as a_, InputOTPSeparator as aa, InputOTPSlot as ab, Menubar as ac, MenubarCheckboxItem as ad, MenubarContent as ae, MenubarGroup as af, MenubarItem as ag, MenubarLabel as ah, MenubarMenu as ai, MenubarPortal as aj, MenubarRadioGroup as ak, MenubarRadioItem as al, MenubarSeparator as am, MenubarShortcut as an, MenubarSub as ao, MenubarSubContent as ap, MenubarSubTrigger as aq, MenubarTrigger as ar, NavigationMenu as as, NavigationMenuContent as at, NavigationMenuIndicator as au, NavigationMenuItem as av, NavigationMenuLink as aw, NavigationMenuList as ax, NavigationMenuTrigger as ay, NavigationMenuViewport as az, AccordionItem as b, Stepper as b0, Timeline as b1, TimelineContent as b2, TimelineDescription as b3, TimelineDot as b4, TimelineHeading as b5, TimelineItem as b6, TimelineTime as b7, Toggle as b8, ToggleGroup as b9, ToggleGroupItem as ba, TreeView as bb, navigationMenuTriggerStyle as bc, toggleVariants as bd, useFileUpload as be, useFormField as bf, usePagination as bg, useStepper as bh, useStepperContext as bi, useTreeView as bj, AccordionTrigger as c, AspectRatio as d, AssistantChart as e, CalendarDayButton as f, Carousel as g, CarouselContent as h, CarouselItem as i, CarouselNext as j, CarouselPrevious as k, Collapsible as l, CollapsibleContent as m, CollapsibleTrigger as n, Command as o, CommandDialog as p, CommandEmpty as q, CommandGroup as r, CommandInput as s, CommandItem as t, CommandList as u, CommandSeparator as v, CommandShortcut as w, ContextMenu as x, ContextMenuCheckboxItem as y, ContextMenuContent as z };
|