xertica-ui 2.4.0 → 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +572 -564
- package/README.md +417 -417
- package/assets/xertica-logo.svg +37 -37
- package/assets/xertica-x-logo.svg +20 -20
- package/bin/cli.ts +1244 -1244
- package/bin/language-config.ts +358 -358
- package/components/assistant/code-block/CodeBlock.tsx +268 -268
- package/components/assistant/formatted-document/FormattedDocument.tsx +147 -147
- package/components/assistant/modern-chat-input/ModernChatInput.tsx +564 -564
- package/components/assistant/xertica-assistant/parts/AssistantCollapsedView.tsx +99 -99
- package/components/assistant/xertica-assistant/parts/AssistantConversationList.tsx +104 -104
- package/components/assistant/xertica-assistant/parts/AssistantDocumentEditor.tsx +81 -81
- package/components/assistant/xertica-assistant/parts/AssistantFeedbackDialog.tsx +88 -88
- package/components/assistant/xertica-assistant/parts/AssistantHeader.tsx +75 -75
- package/components/assistant/xertica-assistant/parts/AssistantMessageBubble.tsx +564 -564
- package/components/assistant/xertica-assistant/parts/AssistantTabBar.tsx +67 -67
- package/components/assistant/xertica-assistant/parts/AssistantWelcomeScreen.tsx +103 -103
- package/components/assistant/xertica-assistant/use-assistant.ts +615 -615
- package/components/assistant/xertica-assistant/xertica-assistant.tsx +611 -611
- package/components/blocks/card-patterns/ActivityCard.tsx +100 -100
- package/components/blocks/card-patterns/ActivityCardSkeleton.tsx +56 -56
- package/components/blocks/card-patterns/FeatureCardSkeleton.tsx +58 -58
- package/components/blocks/card-patterns/NotificationCard.tsx +140 -140
- package/components/blocks/card-patterns/NotificationCardSkeleton.tsx +81 -81
- package/components/blocks/card-patterns/ProfileCard.tsx +112 -112
- package/components/blocks/card-patterns/ProfileCardSkeleton.tsx +69 -69
- package/components/blocks/card-patterns/ProjectCard.tsx +123 -123
- package/components/blocks/card-patterns/ProjectCardSkeleton.tsx +67 -67
- package/components/blocks/card-patterns/QuickActionCardSkeleton.tsx +44 -44
- package/components/blocks/card-patterns/card-patterns.stories.tsx +594 -594
- package/components/blocks/card-patterns/index.ts +29 -29
- package/components/brand/language-selector/LanguageSelector.tsx +102 -102
- package/components/brand/language-selector/language-selector.stories.tsx +111 -111
- package/components/brand/language-selector/language-selector.test.tsx +101 -101
- package/components/brand/theme-toggle/ThemeToggle.tsx +74 -74
- package/components/brand/xertica-provider/XerticaProvider.tsx +109 -109
- package/components/brand/xertica-provider/xertica-provider.mdx +61 -61
- package/components/index.ts +86 -86
- package/components/layout/sidebar/sidebar.mdx +1 -1
- package/components/layout/sidebar/sidebar.tsx +1079 -1079
- package/components/media/FloatingMediaWrapper.tsx +371 -371
- package/components/media/audio-player/AudioPlayer.tsx +768 -768
- package/components/media/video-player/VideoPlayer.tsx +310 -310
- package/components/pages/forgot-password-page/ForgotPasswordPage.tsx +188 -188
- package/components/pages/home-content/HomeContent.tsx +120 -120
- package/components/pages/home-content/home-content.mdx +62 -62
- package/components/pages/home-page/HomePage.tsx +78 -78
- package/components/pages/home-page/home-page.mdx +53 -53
- package/components/pages/login-page/LoginPage.tsx +218 -218
- package/components/pages/reset-password-page/ResetPasswordPage.tsx +243 -243
- package/components/pages/template-content/TemplateContent.tsx +1354 -1354
- package/components/pages/template-content/template-content.mdx +61 -61
- package/components/pages/template-page/template-page.mdx +53 -53
- package/components/pages/verify-email-page/VerifyEmailPage.tsx +206 -206
- package/components/shared/error-boundary.stories.tsx +114 -114
- package/components/shared/error-boundary.tsx +150 -150
- package/components/shared/error-fallbacks.tsx +222 -222
- package/components/ui/accordion/accordion.mdx +8 -8
- package/components/ui/alert/alert.mdx +8 -8
- package/components/ui/alert-dialog/alert-dialog.mdx +8 -8
- package/components/ui/aspect-ratio/aspect-ratio.mdx +8 -8
- package/components/ui/assistant-chart/assistant-chart.mdx +8 -8
- package/components/ui/avatar/avatar.mdx +8 -8
- package/components/ui/badge/badge.mdx +8 -8
- package/components/ui/breadcrumb/breadcrumb.mdx +8 -8
- package/components/ui/button/button.mdx +8 -8
- package/components/ui/calendar/calendar.mdx +8 -8
- package/components/ui/card/card.mdx +8 -8
- package/components/ui/carousel/carousel.mdx +8 -8
- package/components/ui/chart/chart.mdx +8 -8
- package/components/ui/checkbox/checkbox.mdx +8 -8
- package/components/ui/collapsible/collapsible.mdx +8 -8
- package/components/ui/command/command.mdx +8 -8
- package/components/ui/context-menu/context-menu.mdx +8 -8
- package/components/ui/dialog/dialog.mdx +8 -8
- package/components/ui/drawer/drawer.mdx +8 -8
- package/components/ui/dropdown-menu/dropdown-menu.mdx +8 -8
- package/components/ui/empty/empty.mdx +8 -8
- package/components/ui/file-upload/file-upload.mdx +8 -8
- package/components/ui/hover-card/hover-card.mdx +8 -8
- package/components/ui/input/input.mdx +8 -8
- package/components/ui/input-otp/input-otp.mdx +8 -8
- package/components/ui/label/label.mdx +8 -8
- package/components/ui/map/map.mdx +8 -8
- package/components/ui/menubar/menubar.mdx +8 -8
- package/components/ui/navigation-menu/navigation-menu.mdx +8 -8
- package/components/ui/notification-badge/notification-badge.mdx +8 -8
- package/components/ui/pagination/pagination.mdx +8 -8
- package/components/ui/popover/popover.mdx +8 -8
- package/components/ui/progress/progress.mdx +8 -8
- package/components/ui/radio-group/radio-group.mdx +8 -8
- package/components/ui/rating/rating.mdx +8 -8
- package/components/ui/resizable/resizable.mdx +8 -8
- package/components/ui/route-map/route-map.mdx +8 -8
- package/components/ui/scroll-area/scroll-area.mdx +8 -8
- package/components/ui/search/search.mdx +8 -8
- package/components/ui/select/select.mdx +8 -8
- package/components/ui/separator/separator.mdx +8 -8
- package/components/ui/sheet/sheet.mdx +8 -8
- package/components/ui/simple-map/simple-map.mdx +8 -8
- package/components/ui/skeleton/skeleton.mdx +8 -8
- package/components/ui/slider/slider.mdx +8 -8
- package/components/ui/sonner/sonner.mdx +8 -8
- package/components/ui/stats-card/index.ts +2 -2
- package/components/ui/stats-card/stats-card-skeleton.tsx +60 -60
- package/components/ui/stats-card/stats-card.mdx +8 -8
- package/components/ui/stats-card/stats-card.stories.tsx +117 -99
- package/components/ui/stats-card/stats-card.tsx +18 -2
- package/components/ui/stepper/stepper.mdx +8 -8
- package/components/ui/switch/switch.mdx +8 -8
- package/components/ui/table/table.mdx +8 -8
- package/components/ui/tabs/tabs.mdx +8 -8
- package/components/ui/textarea/textarea.mdx +8 -8
- package/components/ui/timeline/timeline.mdx +8 -8
- package/components/ui/toggle/toggle.mdx +8 -8
- package/components/ui/toggle-group/toggle-group.mdx +8 -8
- package/components/ui/tooltip/tooltip.mdx +8 -8
- package/components/ui/tree-view/tree-view.mdx +8 -8
- package/components.json +153 -533
- package/contexts/AuthContext.tsx +121 -121
- package/contexts/LanguageContext.test.tsx +121 -121
- package/contexts/LanguageContext.tsx +250 -250
- package/dist/AssistantChart-BKVtGUKF.js +3383 -0
- package/dist/{AssistantChart-BAx9VQvb.cjs → AssistantChart-Bdd44uBn.cjs} +388 -127
- package/dist/{AssistantChart-CVko2A1W.js → AssistantChart-CFhDdGyU.js} +391 -130
- package/dist/{AssistantChart-CVzmmhx4.js → AssistantChart-C_hwFRRr.js} +4 -4
- package/dist/{AssistantChart-BAudAfne.cjs → AssistantChart-CldVCVDe.cjs} +5 -5
- package/dist/{AssistantChart-BP8upjMk.js → AssistantChart-Cu3m7RBo.js} +5 -5
- package/dist/AssistantChart-CxGjH7Qk.js +3477 -0
- package/dist/AssistantChart-DIpshm3i.js +4784 -0
- package/dist/AssistantChart-D_PTeu8P.cjs +3503 -0
- package/dist/{AssistantChart-9w31gdAb.cjs → AssistantChart-DoZCyS5r.cjs} +4 -4
- package/dist/AssistantChart-WeycT5Pd.cjs +3551 -0
- package/dist/AssistantChart-zjsy2GaZ.cjs +4810 -0
- package/dist/AudioPlayer-B1lt5cPl.cjs +989 -0
- package/dist/AudioPlayer-BZ7bibzU.cjs +982 -0
- package/dist/AudioPlayer-BpRPS4-1.cjs +1277 -0
- package/dist/AudioPlayer-C12BjQBV.cjs +997 -0
- package/dist/{AudioPlayer-1ypwE2Wh.cjs → AudioPlayer-CFeV8t-5.cjs} +1 -1
- package/dist/{AudioPlayer-DuKXrCfy.js → AudioPlayer-CGRUtUdN.js} +1 -1
- package/dist/AudioPlayer-Coly3q5R.js +1278 -0
- package/dist/AudioPlayer-CySJIyvL.js +937 -0
- package/dist/AudioPlayer-DMcG_c7L.js +990 -0
- package/dist/AudioPlayer-DcFKRJE_.js +998 -0
- package/dist/AudioPlayer-IAU5q5T1.cjs +936 -0
- package/dist/AudioPlayer-e8LfNoqO.js +983 -0
- package/dist/BrandColorsContext-565dDHd5.js +660 -0
- package/dist/BrandColorsContext-BcJbtkqn.cjs +659 -0
- package/dist/{xertica-assistant-Qp3ydksa.cjs → CodeBlock-7TTgmdGG.cjs} +263 -51
- package/dist/{xertica-assistant-gnCJdcZY.js → CodeBlock-BeSt1h5P.js} +219 -7
- package/dist/CodeBlock-BgfYL_rD.cjs +2094 -0
- package/dist/CodeBlock-BlcqlA9M.cjs +2094 -0
- package/dist/CodeBlock-Bnmeu5ez.cjs +2094 -0
- package/dist/CodeBlock-BtfPlbAI.js +2078 -0
- package/dist/CodeBlock-CIySIuYr.js +2078 -0
- package/dist/CodeBlock-CuPtUM-7.cjs +2094 -0
- package/dist/CodeBlock-D6ffWXgc.js +2078 -0
- package/dist/CodeBlock-D8dcwbit.cjs +2094 -0
- package/dist/CodeBlock-DMZrFnlw.cjs +2094 -0
- package/dist/CodeBlock-DlBehYN8.js +2078 -0
- package/dist/CodeBlock-DnYNI8rQ.js +2078 -0
- package/dist/CodeBlock-DvKWbSnE.cjs +2094 -0
- package/dist/CodeBlock-DwMCfkFY.js +2078 -0
- package/dist/CodeBlock-Dy6CNYyj.js +2078 -0
- package/dist/CodeBlock-U1pPOQI7.cjs +2094 -0
- package/dist/CodeBlock-f_GpNhEB.js +2078 -0
- package/dist/CodeBlock-oB6u8nI1.js +2078 -0
- package/dist/CodeBlock-tZC31B73.cjs +2094 -0
- package/dist/FeatureCard-CxC-7C-C.cjs +300 -0
- package/dist/FeatureCard-DbHWCb4E.js +301 -0
- package/dist/ImageWithFallback-CGtidP6B.cjs +4542 -0
- package/dist/ImageWithFallback-lsg3pdFg.js +4508 -0
- package/dist/{LanguageContext-DvUt5jBg.cjs → LanguageContext-B_KFTCzT.cjs} +2 -2
- package/dist/{LanguageContext-BwhwC3G2.js → LanguageContext-CS14yCpi.js} +2 -2
- package/dist/{XerticaXLogo-DHz5SugF.js → LanguageSelector-B5YfbHra.js} +115 -136
- package/dist/{XerticaXLogo-DTee_y8X.cjs → LanguageSelector-D6uacAIM.cjs} +115 -136
- package/dist/LayoutContext-B45-e9DI.cjs +93 -0
- package/dist/LayoutContext-BAql6ZRY.js +97 -0
- package/dist/LayoutContext-Bav3UMEA.js +94 -0
- package/dist/LayoutContext-BvK-ggDa.cjs +96 -0
- package/dist/{ThemeContext-Bo-W2WZH.js → ThemeContext-BWq9ACPo.js} +8 -13
- package/dist/{ThemeContext-ept8jhXI.js → ThemeContext-BXjrgUjW.js} +261 -200
- package/dist/{ThemeContext-BblcjQup.cjs → ThemeContext-Bmod0Cg2.cjs} +8 -13
- package/dist/ThemeContext-BoH4NLfN.js +734 -0
- package/dist/{ThemeContext-BbBNoFTG.js → ThemeContext-C2EwAPDt.js} +2 -2
- package/dist/{ThemeContext-U4dEYc6C.cjs → ThemeContext-CGk3KK0k.cjs} +1 -8
- package/dist/{ThemeContext-D3LzacmG.js → ThemeContext-CQSo4Iwc.js} +1 -8
- package/dist/{ThemeContext-CP3a0jxy.cjs → ThemeContext-j5aGtPky.cjs} +262 -193
- package/dist/ThemeContext-r69W20Xg.cjs +733 -0
- package/dist/{ThemeContext-Cmr8Ex8H.cjs → ThemeContext-vTjumZeM.cjs} +2 -2
- package/dist/{VerifyEmailPage-BRSP-Pwt.cjs → VerifyEmailPage--1Vurewl.cjs} +3 -3
- package/dist/{VerifyEmailPage-CbgjOF0v.js → VerifyEmailPage-1WwWczAn.js} +12 -22
- package/dist/{VerifyEmailPage-DF2ilhum.cjs → VerifyEmailPage-B4peJjAT.cjs} +356 -334
- package/dist/{VerifyEmailPage-CR7kb5df.cjs → VerifyEmailPage-BComraR7.cjs} +12 -22
- package/dist/{VerifyEmailPage-u_Dn7t1U.cjs → VerifyEmailPage-Bp1XXl3H.cjs} +4 -4
- package/dist/{VerifyEmailPage-CkBYfsNy.cjs → VerifyEmailPage-By3Jf__L.cjs} +4 -4
- package/dist/{VerifyEmailPage-Bv8Ah_TK.cjs → VerifyEmailPage-ByerOcm4.cjs} +20 -23
- package/dist/{VerifyEmailPage-BE-L9mB7.js → VerifyEmailPage-C0c2e5n0.js} +7 -7
- package/dist/{VerifyEmailPage-EhudUdqF.js → VerifyEmailPage-C5TNQTBa.js} +355 -343
- package/dist/{VerifyEmailPage-Dt7zgA4w.cjs → VerifyEmailPage-CFLMls1p.cjs} +4 -4
- package/dist/{VerifyEmailPage-Cyl55sJb.js → VerifyEmailPage-CJLz3jrn.js} +20 -23
- package/dist/VerifyEmailPage-COiyNl1y.js +2825 -0
- package/dist/{VerifyEmailPage-DMBh4NM9.cjs → VerifyEmailPage-CYXtbKi3.cjs} +1 -1
- package/dist/{VerifyEmailPage-DTtFfC-J.js → VerifyEmailPage-CgMxRb4z.js} +3 -3
- package/dist/VerifyEmailPage-CqKsR2v8.js +2827 -0
- package/dist/{VerifyEmailPage-Bae2cBXT.cjs → VerifyEmailPage-Cwi3kbol.cjs} +7 -7
- package/dist/{VerifyEmailPage-X14vhdyl.js → VerifyEmailPage-DGhuIqkb.js} +4 -4
- package/dist/{VerifyEmailPage-BIBOKV7Z.js → VerifyEmailPage-DSBMRHtl.js} +36 -41
- package/dist/{VerifyEmailPage-D-FRj5TU.cjs → VerifyEmailPage-De6bQjrz.cjs} +36 -41
- package/dist/{VerifyEmailPage-BJjAMUTW.js → VerifyEmailPage-DgIid028.js} +4 -4
- package/dist/VerifyEmailPage-DjQKRlUS.cjs +2824 -0
- package/dist/{VerifyEmailPage-CdYPSJoO.js → VerifyEmailPage-DvMLZgFt.js} +1 -1
- package/dist/{VerifyEmailPage-C_ihbcth.js → VerifyEmailPage-MTD7AG1Z.js} +4 -4
- package/dist/VerifyEmailPage-s-1X3LDJ.cjs +2826 -0
- package/dist/XerticaOrbe-KL1RBHzw.cjs +1354 -0
- package/dist/XerticaOrbe-zwS1p2a8.js +1355 -0
- package/dist/XerticaProvider-6btlAlzc.js +17 -0
- package/dist/{XerticaProvider-siSt9uG2.js → XerticaProvider-B7EVH-NF.js} +2 -2
- package/dist/{XerticaProvider-AbWlr7Af.cjs → XerticaProvider-BIrqfZ-i.cjs} +11 -8
- package/dist/XerticaProvider-BNoNOxQ5.cjs +16 -0
- package/dist/XerticaProvider-BlY2limY.cjs +38 -0
- package/dist/{XerticaProvider-CWgby5mY.js → XerticaProvider-C1DKnvLh.js} +4 -4
- package/dist/{XerticaProvider-AChwphCO.cjs → XerticaProvider-CBGc4EMA.cjs} +4 -4
- package/dist/{XerticaProvider-BITjgC5p.js → XerticaProvider-CEoWMTxu.js} +2 -2
- package/dist/{XerticaProvider-By8q3Roe.cjs → XerticaProvider-CllrbMEJ.cjs} +2 -2
- package/dist/{XerticaProvider-B8CaV7xu.cjs → XerticaProvider-D-yNhF94.cjs} +1 -1
- package/dist/XerticaProvider-DDuiIcKo.js +39 -0
- package/dist/{XerticaProvider-DQtvJU7m.js → XerticaProvider-DYq4JWtg.js} +1 -1
- package/dist/{XerticaProvider-CWs6EwNa.js → XerticaProvider-Dt5HEzbQ.js} +10 -10
- package/dist/{XerticaProvider-CW9hpCdF.cjs → XerticaProvider-ET0ihewn.cjs} +2 -2
- package/dist/XerticaProvider-cI9hSs27.cjs +38 -0
- package/dist/XerticaProvider-hSwhNQex.js +39 -0
- package/dist/{XerticaXLogo-ChryA6xj.js → XerticaXLogo-B7xQ5dhi.js} +1 -1
- package/dist/{XerticaXLogo-CziKMQil.cjs → XerticaXLogo-CQUUjXoH.cjs} +8 -8
- package/dist/{XerticaXLogo-DfUvz-lD.js → XerticaXLogo-Cmsp-Eey.js} +9 -9
- package/dist/{XerticaXLogo-CFuIlYFH.js → XerticaXLogo-DZbo4vOE.js} +12 -12
- package/dist/{XerticaXLogo-8TTzBjHw.cjs → XerticaXLogo-Zw2B276b.cjs} +1 -1
- package/dist/{XerticaXLogo-kslQ8Tk_.cjs → XerticaXLogo-bvZSgwGF.cjs} +13 -7
- package/dist/alert-dialog-BOje--vD.js +847 -0
- package/dist/alert-dialog-BtEuQqrg.cjs +870 -0
- package/dist/{alert-dialog-yckpaOpy.cjs → alert-dialog-DSKByiKZ.cjs} +3 -3
- package/dist/{alert-dialog-iDe5VE5o.js → alert-dialog-s-vmNkJ_.js} +3 -3
- package/dist/breadcrumb-CqJ7bHY5.js +161 -0
- package/dist/breadcrumb-m9Hb2_XN.cjs +177 -0
- package/dist/components/assistant/xertica-assistant/hooks/index.d.ts +6 -0
- package/dist/components/assistant/xertica-assistant/hooks/use-assistant-conversations.d.ts +21 -0
- package/dist/components/assistant/xertica-assistant/hooks/use-assistant-messages.d.ts +49 -0
- package/dist/components/assistant/xertica-assistant/hooks/use-assistant-suggestions.d.ts +16 -0
- package/dist/components/blocks/audio-player/AudioPlayer.d.ts +35 -0
- package/dist/components/blocks/audio-player/index.d.ts +1 -0
- package/dist/components/blocks/document-editor/DocumentEditor.d.ts +26 -0
- package/dist/components/blocks/document-editor/index.d.ts +1 -0
- package/dist/components/blocks/podcast-player/PodcastPlayer.d.ts +41 -0
- package/dist/components/blocks/podcast-player/index.d.ts +1 -0
- package/dist/components/ui/chart/parts/chart-dashboard.d.ts +113 -0
- package/dist/components/ui/chart/parts/chart-metric.d.ts +118 -0
- package/dist/components/ui/chart/parts/chart-primitives.d.ts +101 -0
- package/dist/components/ui/chart/parts/chart-shared.d.ts +20 -0
- package/dist/components/ui/chart/parts/chart-utils.d.ts +12 -0
- package/dist/components/ui/chart/parts/index.d.ts +5 -0
- package/dist/components/ui/stats-card/stats-card.d.ts +10 -0
- package/dist/dropdown-menu-BDB5CmQs.cjs +247 -0
- package/dist/dropdown-menu-DQidbKBD.js +231 -0
- package/dist/google-maps-loader-BFWp6VPd.js +287 -0
- package/dist/google-maps-loader-BKcdgFbu.cjs +312 -0
- package/dist/{google-maps-loader-t2IlYBzw.js → google-maps-loader-CTYySAun.js} +4 -0
- package/dist/google-maps-loader-CumCNXeG.js +312 -0
- package/dist/{google-maps-loader-BqsYL48U.cjs → google-maps-loader-Y-QkD-Li.cjs} +5 -0
- package/dist/google-maps-loader-eS3uQ5TA.cjs +287 -0
- package/dist/header-Cgy6vYPk.cjs +731 -0
- package/dist/header-DRlT4jgI.js +715 -0
- package/dist/header-Dux00SI4.cjs +731 -0
- package/dist/header-EkGKXPsD.js +715 -0
- package/dist/header-WfEywpyc.cjs +731 -0
- package/dist/header-tifNQn2U.js +715 -0
- package/dist/index-BhapVLVj.js +8 -0
- package/dist/{index-D3RLKRAs.cjs → index-COtD8bRW.cjs} +1 -1
- package/dist/index-D6fxYEY8.cjs +7 -0
- package/dist/index-DAIp0_HK.js +8 -0
- package/dist/index-DW5tYe26.js +8 -0
- package/dist/index-GA__GvnG.cjs +7 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +2 -2
- package/dist/index.umd.js +1043 -470
- package/dist/input-2R4loU86.js +127 -0
- package/dist/input-DWANSKGb.cjs +145 -0
- package/dist/pages.cjs.js +1 -1
- package/dist/pages.es.js +1 -1
- package/dist/progress-DPtzoVV8.js +175 -0
- package/dist/progress-EeaoqqUs.cjs +191 -0
- package/dist/rich-text-editor-0mraWT5y.cjs +2376 -0
- package/dist/rich-text-editor-B-IkcPD0.js +2874 -0
- package/dist/rich-text-editor-B6jMRLzk.cjs +1939 -0
- package/dist/rich-text-editor-B8_oYcIR.js +1730 -0
- package/dist/rich-text-editor-B9UbSXNb.js +1203 -0
- package/dist/rich-text-editor-BYuRBNBU.js +2373 -0
- package/dist/rich-text-editor-Bb9pySTs.cjs +2374 -0
- package/dist/rich-text-editor-BcL6L3cm.cjs +2374 -0
- package/dist/rich-text-editor-BoVZYtTs.cjs +2391 -0
- package/dist/rich-text-editor-Bp3zQqMC.js +2954 -0
- package/dist/rich-text-editor-CMgSN_w2.js +1189 -0
- package/dist/rich-text-editor-CPV1lEPH.cjs +1748 -0
- package/dist/rich-text-editor-CeucBdIv.cjs +2971 -0
- package/dist/rich-text-editor-CoKqbCtu.cjs +1799 -0
- package/dist/rich-text-editor-Cw56T_mB.js +2356 -0
- package/dist/rich-text-editor-Cyt8qs2b.js +1921 -0
- package/dist/rich-text-editor-D6H84OcX.cjs +1220 -0
- package/dist/rich-text-editor-D76gD-QI.js +2328 -0
- package/dist/rich-text-editor-DKkokOnA.js +1781 -0
- package/dist/rich-text-editor-DNsdpN64.cjs +2359 -0
- package/dist/rich-text-editor-DfG8bCyY.js +2358 -0
- package/dist/rich-text-editor-Dxjw31Z4.js +2341 -0
- package/dist/rich-text-editor-DzP0Epmb.js +2356 -0
- package/dist/rich-text-editor-bRkNoeZY.cjs +2891 -0
- package/dist/rich-text-editor-lyYE2ZG5.cjs +1207 -0
- package/dist/rich-text-editor-skplNlBM.cjs +2345 -0
- package/dist/select-Bkbr0f-Z.cjs +162 -0
- package/dist/select-CvIVdX2n.js +145 -0
- package/dist/{sidebar-CA6_ek3f.js → sidebar-B6SlKZYN.js} +40 -49
- package/dist/{sidebar-CmvwjnVb.js → sidebar-BViy8Eeu.js} +17 -9
- package/dist/{sidebar-Dz7bd3zP.js → sidebar-BbVIQvlP.js} +1 -1
- package/dist/{sidebar-CVUGHOS_.cjs → sidebar-BxGXsDAd.cjs} +16 -8
- package/dist/sidebar-CK_0ZQHj.cjs +803 -0
- package/dist/sidebar-CUuOvYhK.js +787 -0
- package/dist/{sidebar-KIS0C2JH.js → sidebar-CrQDDdcz.js} +24 -33
- package/dist/{sidebar-zowjejT2.cjs → sidebar-DAaY8bRU.cjs} +24 -33
- package/dist/{sidebar-B3EYhli0.cjs → sidebar-DQj1z3jG.cjs} +227 -269
- package/dist/{sidebar-B9NR0lCe.cjs → sidebar-Djn5syhi.cjs} +295 -309
- package/dist/{sidebar-CplprZpM.js → sidebar-LluMXfam.js} +227 -269
- package/dist/sidebar-_rT7rBMk.js +787 -0
- package/dist/{sidebar-BvF5I2Ue.cjs → sidebar-nzPoVHBQ.cjs} +41 -46
- package/dist/{sidebar-C5B_LHek.cjs → sidebar-q7P2Godd.cjs} +1 -1
- package/dist/slider-Bc5Hd0y1.js +56 -0
- package/dist/slider-N7hFFj6X.cjs +73 -0
- package/dist/tooltip-Ded96neP.cjs +137 -0
- package/dist/tooltip-HDOoD2-0.js +120 -0
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +1 -1
- package/dist/use-audio-player-B31J-aqh.cjs +187 -0
- package/dist/use-audio-player-BkmEmj8Q.js +185 -0
- package/dist/use-audio-player-CLFTWFW1.cjs +184 -0
- package/dist/use-audio-player-CLLn00I6.js +188 -0
- package/dist/{use-audio-player-Dn1NR9xN.cjs → use-audio-player-NKsWyjWu.cjs} +7 -3
- package/dist/{use-audio-player-Bkh23vQ3.js → use-audio-player-nv8ZSGa1.js} +7 -3
- package/dist/use-file-upload-BcjEo2S5.js +404 -0
- package/dist/use-file-upload-CRJR68Tj.cjs +403 -0
- package/dist/use-mobile-B0hNy_Y6.cjs +4303 -0
- package/dist/use-mobile-BXuYROXM.js +4202 -0
- package/dist/use-mobile-Bbd51ASU.cjs +4392 -0
- package/dist/use-mobile-Bk6CX-TC.js +4359 -0
- package/dist/use-mobile-BvYdisLP.js +4202 -0
- package/dist/use-mobile-BzuxjzNX.cjs +4392 -0
- package/dist/use-mobile-CG2-SdXV.cjs +4235 -0
- package/dist/use-mobile-CKb5pqTs.js +4269 -0
- package/dist/use-mobile-CYuAuGDl.js +4202 -0
- package/dist/use-mobile-CaENcqm-.js +4508 -0
- package/dist/use-mobile-CbrYgJGJ.js +4203 -0
- package/dist/use-mobile-Cd4xPrKq.cjs +46 -0
- package/dist/use-mobile-DMOvImGQ.cjs +4542 -0
- package/dist/use-mobile-DRB3BQgD.cjs +4235 -0
- package/dist/use-mobile-DZvv7QMR.js +4359 -0
- package/dist/use-mobile-DdI_TXam.cjs +4235 -0
- package/dist/use-mobile-DlceKf8a.js +4359 -0
- package/dist/use-mobile-DsOnow1o.cjs +4236 -0
- package/dist/use-mobile-Kcj6jSnK.cjs +4392 -0
- package/dist/use-mobile-bnKcua_i.js +4202 -0
- package/dist/use-mobile-j4w2Jrf1.js +30 -0
- package/dist/use-mobile-ncXBeE2z.cjs +4235 -0
- package/dist/use-rich-text-editor-DjiddBGv.js +282 -0
- package/dist/use-rich-text-editor-lpeswbCs.cjs +281 -0
- package/dist/xertica-assistant-BdiZag0h.js +2187 -0
- package/dist/xertica-assistant-CrgTb6Hs.cjs +2155 -0
- package/dist/xertica-assistant-DCsnQyi5.js +2156 -0
- package/dist/xertica-assistant-DUBpmEgo.cjs +2186 -0
- package/dist/{xertica-assistant-Bj3vBCq_.cjs → xertica-assistant-V_IdW4WF.cjs} +27 -9
- package/dist/{xertica-assistant-BMqdyRVi.js → xertica-assistant-ciJaWqm1.js} +28 -10
- package/dist/{xertica-assistant-B1IaHXnB.cjs → xertica-assistant-dyP7KHM5.cjs} +533 -392
- package/dist/{xertica-assistant-DPsESB6t.js → xertica-assistant-yX1CFBBo.js} +535 -394
- package/dist/xertica-ui.css +2 -2
- package/docs/architecture-improvements.md +456 -456
- package/docs/architecture.md +312 -312
- package/docs/components/assistant.md +428 -428
- package/docs/components/branding.md +252 -252
- package/docs/components/card-patterns.md +447 -447
- package/docs/components/error-boundary.md +201 -201
- package/docs/components/hooks.md +432 -432
- package/docs/components/language-selector.md +176 -176
- package/docs/components/pages.md +323 -323
- package/docs/components/stats-card.md +20 -2
- package/docs/doc-audit.md +244 -244
- package/docs/getting-started.md +616 -616
- package/docs/guidelines.md +330 -330
- package/docs/i18n.md +480 -480
- package/docs/installation.md +268 -268
- package/docs/llms.md +295 -295
- package/docs/state-management.md +289 -289
- package/guidelines/Guidelines.md +409 -409
- package/llms-compact.txt +1 -1
- package/llms-full.txt +11553 -7133
- package/llms.txt +1 -1
- package/package.json +219 -219
- package/styles/xertica/base.css +90 -90
- package/templates/.prettierignore +4 -4
- package/templates/.prettierrc +10 -10
- package/templates/CLAUDE.md +180 -180
- package/templates/guidelines/Guidelines.md +577 -577
- package/templates/package.json +69 -69
- package/templates/src/app/App.tsx +46 -46
- package/templates/src/app/components/AuthGuard.tsx +131 -131
- package/templates/src/features/assistant/data/mock.ts +75 -75
- package/templates/src/features/assistant/hooks/useAssistantConfig.ts +20 -20
- package/templates/src/features/assistant/index.ts +5 -5
- package/templates/src/features/auth/ui/AuthPageShell.tsx +32 -32
- package/templates/src/features/auth/ui/ForgotPasswordContent.tsx +70 -70
- package/templates/src/features/auth/ui/LoginContent.tsx +92 -92
- package/templates/src/features/auth/ui/ResetPasswordContent.tsx +183 -183
- package/templates/src/features/auth/ui/SocialLoginButtons.tsx +78 -78
- package/templates/src/features/auth/ui/VerifyEmailContent.tsx +80 -80
- package/templates/src/features/home/data/mock.ts +41 -41
- package/templates/src/features/home/hooks/useFeatureCards.ts +20 -20
- package/templates/src/features/home/index.ts +11 -11
- package/templates/src/features/home/ui/HomeContent.tsx +117 -117
- package/templates/src/features/template/ui/CrudTemplate.tsx +112 -112
- package/templates/src/features/template/ui/DashboardTemplate.tsx +110 -110
- package/templates/src/features/template/ui/FormTemplate.tsx +117 -117
- package/templates/src/features/template/ui/LoginTemplate.tsx +59 -59
- package/templates/src/features/template/ui/TemplateContent.tsx +1322 -1322
- package/templates/src/i18n.ts +124 -124
- package/templates/src/locales/en/common.json +21 -21
- package/templates/src/locales/en/components/activityCard.json +10 -10
- package/templates/src/locales/en/components/assistant.json +119 -119
- package/templates/src/locales/en/components/media.json +29 -29
- package/templates/src/locales/en/components/notificationCard.json +5 -5
- package/templates/src/locales/en/components/profileCard.json +8 -8
- package/templates/src/locales/en/components/projectCard.json +10 -10
- package/templates/src/locales/en/components/sidebar.json +14 -14
- package/templates/src/locales/en/components/stats.json +8 -8
- package/templates/src/locales/en/components/team.json +14 -14
- package/templates/src/locales/en/errors.json +9 -9
- package/templates/src/locales/en/languageSelector.json +7 -7
- package/templates/src/locales/en/nav.json +6 -6
- package/templates/src/locales/en/pages/crudTemplate.json +25 -25
- package/templates/src/locales/en/pages/dashboardTemplate.json +20 -20
- package/templates/src/locales/en/pages/forgotPassword.json +10 -10
- package/templates/src/locales/en/pages/formTemplate.json +16 -16
- package/templates/src/locales/en/pages/home.json +7 -7
- package/templates/src/locales/en/pages/login.json +15 -15
- package/templates/src/locales/en/pages/loginTemplate.json +9 -9
- package/templates/src/locales/en/pages/resetPassword.json +18 -18
- package/templates/src/locales/en/pages/templates.json +317 -317
- package/templates/src/locales/en/pages/verifyEmail.json +12 -12
- package/templates/src/locales/en/themeToggle.json +6 -6
- package/templates/src/locales/es/common.json +21 -21
- package/templates/src/locales/es/components/activityCard.json +10 -10
- package/templates/src/locales/es/components/assistant.json +119 -119
- package/templates/src/locales/es/components/media.json +29 -29
- package/templates/src/locales/es/components/notificationCard.json +5 -5
- package/templates/src/locales/es/components/profileCard.json +8 -8
- package/templates/src/locales/es/components/projectCard.json +10 -10
- package/templates/src/locales/es/components/sidebar.json +14 -14
- package/templates/src/locales/es/components/stats.json +8 -8
- package/templates/src/locales/es/components/team.json +14 -14
- package/templates/src/locales/es/errors.json +9 -9
- package/templates/src/locales/es/languageSelector.json +7 -7
- package/templates/src/locales/es/nav.json +6 -6
- package/templates/src/locales/es/pages/crudTemplate.json +25 -25
- package/templates/src/locales/es/pages/dashboardTemplate.json +20 -20
- package/templates/src/locales/es/pages/forgotPassword.json +10 -10
- package/templates/src/locales/es/pages/formTemplate.json +16 -16
- package/templates/src/locales/es/pages/home.json +7 -7
- package/templates/src/locales/es/pages/login.json +15 -15
- package/templates/src/locales/es/pages/loginTemplate.json +9 -9
- package/templates/src/locales/es/pages/resetPassword.json +18 -18
- package/templates/src/locales/es/pages/templates.json +317 -317
- package/templates/src/locales/es/pages/verifyEmail.json +12 -12
- package/templates/src/locales/es/themeToggle.json +6 -6
- package/templates/src/locales/pt-BR/common.json +21 -21
- package/templates/src/locales/pt-BR/components/activityCard.json +10 -10
- package/templates/src/locales/pt-BR/components/assistant.json +119 -119
- package/templates/src/locales/pt-BR/components/media.json +29 -29
- package/templates/src/locales/pt-BR/components/notificationCard.json +5 -5
- package/templates/src/locales/pt-BR/components/profileCard.json +8 -8
- package/templates/src/locales/pt-BR/components/projectCard.json +10 -10
- package/templates/src/locales/pt-BR/components/sidebar.json +14 -14
- package/templates/src/locales/pt-BR/components/stats.json +8 -8
- package/templates/src/locales/pt-BR/components/team.json +14 -14
- package/templates/src/locales/pt-BR/errors.json +9 -9
- package/templates/src/locales/pt-BR/languageSelector.json +7 -7
- package/templates/src/locales/pt-BR/nav.json +6 -6
- package/templates/src/locales/pt-BR/pages/crudTemplate.json +25 -25
- package/templates/src/locales/pt-BR/pages/dashboardTemplate.json +20 -20
- package/templates/src/locales/pt-BR/pages/forgotPassword.json +10 -10
- package/templates/src/locales/pt-BR/pages/formTemplate.json +16 -16
- package/templates/src/locales/pt-BR/pages/home.json +7 -7
- package/templates/src/locales/pt-BR/pages/login.json +15 -15
- package/templates/src/locales/pt-BR/pages/loginTemplate.json +9 -9
- package/templates/src/locales/pt-BR/pages/resetPassword.json +18 -18
- package/templates/src/locales/pt-BR/pages/templates.json +317 -317
- package/templates/src/locales/pt-BR/pages/verifyEmail.json +12 -12
- package/templates/src/locales/pt-BR/themeToggle.json +6 -6
- package/templates/src/pages/AssistantPage.tsx +470 -470
- package/templates/src/pages/HomePage.tsx +53 -53
- package/templates/src/shared/error-boundary.tsx +150 -150
- package/templates/src/shared/error-fallbacks.tsx +222 -222
- package/templates/vite.config.js +20 -20
- package/templates/vite.config.ts +55 -55
- package/dist/ThemeContext-CpqYShLq.cjs +0 -324
- package/dist/ThemeContext-Du2nE1PL.js +0 -325
- package/dist/ThemeContext-GeEBTJ3q.cjs +0 -1621
- package/dist/ThemeContext-JyLK9B1o.js +0 -1622
- package/dist/VerifyEmailPage-BiRm7Nh4.cjs +0 -3213
- package/dist/VerifyEmailPage-Bvfv8HVQ.js +0 -3214
- package/dist/VerifyEmailPage-hdB8JQGv.cjs +0 -3213
- package/dist/VerifyEmailPage-vYHbYK3q.js +0 -3214
- package/dist/XerticaProvider-CUYJZc32.js +0 -49
- package/dist/XerticaProvider-CjQAQPcn.cjs +0 -48
- package/dist/XerticaProvider-D5lLumH-.js +0 -49
- package/dist/XerticaProvider-qQUDop71.cjs +0 -48
- package/dist/XerticaXLogo-BWaag64t.js +0 -252
- package/dist/XerticaXLogo-CU-U-GP4.cjs +0 -251
- package/dist/index-CkTUgOwX.js +0 -8
- package/dist/sidebar-OTO_up7Z.js +0 -801
- package/dist/{rich-text-editor-BmsjY03B.js → rich-text-editor-DgF8s7xW.js} +26 -26
- package/dist/{rich-text-editor-GS2kpTAK.cjs → rich-text-editor-mWoaSCE4.cjs} +26 -26
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
const React = require('react');
|
|
5
|
+
const i18n = require('i18next');
|
|
6
|
+
const reactI18next = require('react-i18next');
|
|
7
|
+
const reactQuery = require('@tanstack/react-query');
|
|
8
|
+
|
|
7
9
|
const view$2 = "Visualizar";
|
|
8
10
|
const edit$2 = "Editar";
|
|
9
11
|
const cancel$5 = "Cancelar";
|
|
@@ -40,14 +42,16 @@ const __vite_glob_0_0 = {
|
|
|
40
42
|
copied: copied$5,
|
|
41
43
|
copyCode: copyCode$2,
|
|
42
44
|
seeMore: seeMore$2,
|
|
43
|
-
seeLess: seeLess$2
|
|
45
|
+
seeLess: seeLess$2,
|
|
44
46
|
};
|
|
47
|
+
|
|
45
48
|
const title$n = "Atividade Recente";
|
|
46
|
-
const type$2 = {
|
|
49
|
+
const type$2 = {"create":"Criado","update":"Atualizado","remove":"Removido","comment":"Comentou","deploy":"Deploy"};
|
|
47
50
|
const __vite_glob_0_1 = {
|
|
48
51
|
title: title$n,
|
|
49
|
-
type: type$2
|
|
52
|
+
type: type$2,
|
|
50
53
|
};
|
|
54
|
+
|
|
51
55
|
const title$m = "Assistente Xertica";
|
|
52
56
|
const defaultUserName$2 = "Usuário";
|
|
53
57
|
const defaultWelcomeMessage$2 = "Como posso ajudar?";
|
|
@@ -91,14 +95,14 @@ const recordingDescriptionFull$2 = "Fale sua dúvida ou comando. A gravação pa
|
|
|
91
95
|
const podcastName$2 = "Podcast";
|
|
92
96
|
const likeToast$2 = "Obrigado por avaliar positivamente!";
|
|
93
97
|
const feedbackToast$2 = "Obrigado pelo seu feedback. Vamos melhorar.";
|
|
94
|
-
const defaultSuggestions$2 = {
|
|
95
|
-
const voiceTranscriptions$2 = {
|
|
96
|
-
const tabs$5 = {
|
|
97
|
-
const actions$8 = {
|
|
98
|
-
const feedbackDialog$2 = {
|
|
99
|
-
const suggestions$2 = {
|
|
100
|
-
const richSuggestions$2 = {
|
|
101
|
-
const feedback$2 = {
|
|
98
|
+
const defaultSuggestions$2 = {"createDocument":"Me ajude a criar um documento profissional","searchFiles":"Buscar nos meus arquivos por \"relatório\"","summarizeConversations":"Resuma as conversas importantes desta semana","createPodcast":"Crie um podcast sobre o último projeto"};
|
|
99
|
+
const voiceTranscriptions$2 = {"salesData":"Como posso analisar os dados de vendas do último trimestre?","performanceReport":"Me ajude a criar um relatório de performance do time","marketTrends":"Quais são as principais tendências do mercado atual?","customerSatisfaction":"Preciso de insights sobre a satisfação dos clientes","teamProductivity":"Como posso melhorar a produtividade da minha equipe?","keyMetrics":"Me mostre um resumo das métricas mais importantes","digitalMarketing":"Crie um documento sobre técnicas de marketing digital","socialEngagement":"Analise os dados de engajamento das redes sociais"};
|
|
100
|
+
const tabs$5 = {"chat":"Chat","chatLabel":"Ver chat","history":"Histórico","historyLabel":"Ver histórico de conversas","favorites":"Favoritos","favoritesLabel":"Ver mensagens favoritas"};
|
|
101
|
+
const actions$8 = {"createDocument":"Criar documento","createDocumentDesc":"Gere um documento completo","generatePodcast":"Gerar podcast","generatePodcastDesc":"Crie um podcast de áudio","search":"Pesquisar","searchDesc":"Busque por informações relevantes"};
|
|
102
|
+
const feedbackDialog$2 = {"title":"Enviar feedback","titleWithCategory":"Enviar feedback: {{category}}","description":"Conte-nos por que essa resposta não foi útil para que possamos melhorar.","descriptionOptional":"Gostaria de adicionar algum comentário? (Opcional)","placeholder":"Descreva o motivo...","placeholderOptional":"Comentário adicional...","confirmAndSend":"Confirmar e Enviar","send":"Enviar Feedback"};
|
|
103
|
+
const suggestions$2 = {"whatCanIAsk":"O que posso pedir para você fazer?","whatDoYouDo":"O que você faz?","whichProjects":"Com quais projetos devo me preocupar agora?","nextProject":"Qual meu próximo projeto?"};
|
|
104
|
+
const richSuggestions$2 = {"viewPerformance":"Ver análise de desempenho","generateReport":"Gerar relatório do projeto","createDocument":"Criar documento de requisitos","generatePodcast":"Gerar podcast de resumo diário"};
|
|
105
|
+
const feedback$2 = {"notWhatIWanted":"Não era o que eu estava procurando","incorrectInfo":"Informações incorretas","incompleteAnswer":"Resposta incompleta","other":"Outros..."};
|
|
102
106
|
const __vite_glob_0_2 = {
|
|
103
107
|
title: title$m,
|
|
104
108
|
defaultUserName: defaultUserName$2,
|
|
@@ -150,8 +154,9 @@ const __vite_glob_0_2 = {
|
|
|
150
154
|
feedbackDialog: feedbackDialog$2,
|
|
151
155
|
suggestions: suggestions$2,
|
|
152
156
|
richSuggestions: richSuggestions$2,
|
|
153
|
-
feedback: feedback$2
|
|
157
|
+
feedback: feedback$2,
|
|
154
158
|
};
|
|
159
|
+
|
|
155
160
|
const audioTitle$2 = "Áudio";
|
|
156
161
|
const video$2 = "Vídeo";
|
|
157
162
|
const untitledVideo$2 = "Vídeo sem título";
|
|
@@ -206,26 +211,30 @@ const __vite_glob_0_3 = {
|
|
|
206
211
|
playingFloating: playingFloating$2,
|
|
207
212
|
restoreToPage: restoreToPage$2,
|
|
208
213
|
restore: restore$2,
|
|
209
|
-
popOut: popOut$2
|
|
214
|
+
popOut: popOut$2,
|
|
210
215
|
};
|
|
216
|
+
|
|
211
217
|
const title$l = "Notificações";
|
|
212
218
|
const markAllRead$2 = "Marcar todas como lidas";
|
|
213
219
|
const viewAll$2 = "Ver todas as notificações";
|
|
214
220
|
const __vite_glob_0_4 = {
|
|
215
221
|
title: title$l,
|
|
216
222
|
markAllRead: markAllRead$2,
|
|
217
|
-
viewAll: viewAll$2
|
|
223
|
+
viewAll: viewAll$2,
|
|
218
224
|
};
|
|
219
|
-
|
|
225
|
+
|
|
226
|
+
const status$b = {"online":"Online","offline":"Offline","away":"Ausente","busy":"Ocupado"};
|
|
220
227
|
const __vite_glob_0_5 = {
|
|
221
|
-
status: status$b
|
|
228
|
+
status: status$b,
|
|
222
229
|
};
|
|
230
|
+
|
|
223
231
|
const progress$2 = "Progresso";
|
|
224
|
-
const status$a = {
|
|
232
|
+
const status$a = {"active":"Em andamento","review":"Em revisão","completed":"Concluído","paused":"Pausado","atRisk":"Em risco"};
|
|
225
233
|
const __vite_glob_0_6 = {
|
|
226
234
|
progress: progress$2,
|
|
227
|
-
status: status$a
|
|
235
|
+
status: status$a,
|
|
228
236
|
};
|
|
237
|
+
|
|
229
238
|
const collapse$4 = "Recolher menu";
|
|
230
239
|
const expand$4 = "Expandir menu";
|
|
231
240
|
const mainNavigation$2 = "Navegação principal";
|
|
@@ -250,8 +259,9 @@ const __vite_glob_0_7 = {
|
|
|
250
259
|
search: search$2,
|
|
251
260
|
userProfile: userProfile$2,
|
|
252
261
|
profile: profile$2,
|
|
253
|
-
logout: logout$2
|
|
262
|
+
logout: logout$2,
|
|
254
263
|
};
|
|
264
|
+
|
|
255
265
|
const totalUsers$2 = "Total de Usuários";
|
|
256
266
|
const totalRevenue$2 = "Receita Total";
|
|
257
267
|
const conversionRate$2 = "Taxa de Conversão";
|
|
@@ -264,15 +274,16 @@ const __vite_glob_0_8 = {
|
|
|
264
274
|
conversionRate: conversionRate$2,
|
|
265
275
|
last30Days: last30Days$2,
|
|
266
276
|
currentMonth: currentMonth$2,
|
|
267
|
-
currentWeek: currentWeek$2
|
|
277
|
+
currentWeek: currentWeek$2,
|
|
268
278
|
};
|
|
279
|
+
|
|
269
280
|
const name$2 = "Nome";
|
|
270
281
|
const email$2 = "E-mail";
|
|
271
282
|
const role$2 = "Função";
|
|
272
283
|
const status$9 = "Status";
|
|
273
284
|
const actions$7 = "Ações";
|
|
274
285
|
const showing$2 = "Exibindo {{count}} de {{total}} usuários";
|
|
275
|
-
const roles$5 = {
|
|
286
|
+
const roles$5 = {"Developer":"Desenvolvedor","Designer":"Designer","Manager":"Gerente","Analyst":"Analista"};
|
|
276
287
|
const __vite_glob_0_9 = {
|
|
277
288
|
name: name$2,
|
|
278
289
|
email: email$2,
|
|
@@ -280,8 +291,9 @@ const __vite_glob_0_9 = {
|
|
|
280
291
|
status: status$9,
|
|
281
292
|
actions: actions$7,
|
|
282
293
|
showing: showing$2,
|
|
283
|
-
roles: roles$5
|
|
294
|
+
roles: roles$5,
|
|
284
295
|
};
|
|
296
|
+
|
|
285
297
|
const somethingWentWrong$2 = "Algo deu errado";
|
|
286
298
|
const unexpectedError$2 = "Ocorreu um erro inesperado na aplicação. Por favor, tente novamente.";
|
|
287
299
|
const tryAgain$2 = "Tentar novamente";
|
|
@@ -296,8 +308,9 @@ const __vite_glob_0_10 = {
|
|
|
296
308
|
goHome: goHome$2,
|
|
297
309
|
pageLoadError: pageLoadError$2,
|
|
298
310
|
pageLoadErrorDesc: pageLoadErrorDesc$2,
|
|
299
|
-
sectionLoadError: sectionLoadError$2
|
|
311
|
+
sectionLoadError: sectionLoadError$2,
|
|
300
312
|
};
|
|
313
|
+
|
|
301
314
|
const label$2 = "Selecionar idioma";
|
|
302
315
|
const placeholder$2 = "Idioma";
|
|
303
316
|
const ptBR$3 = "Português (BR)";
|
|
@@ -308,8 +321,9 @@ const __vite_glob_0_11 = {
|
|
|
308
321
|
placeholder: placeholder$2,
|
|
309
322
|
ptBR: ptBR$3,
|
|
310
323
|
en: en$3,
|
|
311
|
-
es: es$3
|
|
324
|
+
es: es$3,
|
|
312
325
|
};
|
|
326
|
+
|
|
313
327
|
const home$2 = "Início";
|
|
314
328
|
const template$2 = "Template";
|
|
315
329
|
const designSystem$2 = "Design System";
|
|
@@ -318,16 +332,17 @@ const __vite_glob_0_12 = {
|
|
|
318
332
|
home: home$2,
|
|
319
333
|
template: template$2,
|
|
320
334
|
designSystem: designSystem$2,
|
|
321
|
-
settings: settings$5
|
|
335
|
+
settings: settings$5,
|
|
322
336
|
};
|
|
337
|
+
|
|
323
338
|
const title$k = "Membros da Equipe";
|
|
324
339
|
const subtitle$b = "Gerencie o acesso dos membros ao sistema.";
|
|
325
340
|
const newMember$2 = "Novo Membro";
|
|
326
341
|
const searchPlaceholder$4 = "Buscar email...";
|
|
327
|
-
const headers$2 = {
|
|
328
|
-
const roles$4 = {
|
|
329
|
-
const status$8 = {
|
|
330
|
-
const actions$6 = {
|
|
342
|
+
const headers$2 = {"name":"Nome","email":"E-mail","role":"Cargo","status":"Status","action":"Ação"};
|
|
343
|
+
const roles$4 = {"administrator":"Administrador","editor":"Editor"};
|
|
344
|
+
const status$8 = {"active":"Ativo","inactive":"Inativo"};
|
|
345
|
+
const actions$6 = {"editProfile":"Editar Perfil","revokeAccess":"Revogar Acesso"};
|
|
331
346
|
const __vite_glob_0_13 = {
|
|
332
347
|
title: title$k,
|
|
333
348
|
subtitle: subtitle$b,
|
|
@@ -336,17 +351,18 @@ const __vite_glob_0_13 = {
|
|
|
336
351
|
headers: headers$2,
|
|
337
352
|
roles: roles$4,
|
|
338
353
|
status: status$8,
|
|
339
|
-
actions: actions$6
|
|
354
|
+
actions: actions$6,
|
|
340
355
|
};
|
|
356
|
+
|
|
341
357
|
const title$j = "Dashboard";
|
|
342
358
|
const subtitle$a = "Visão geral do sistema";
|
|
343
359
|
const downloadReport$2 = "Baixar Relatório";
|
|
344
360
|
const lastMonth$2 = "no último mês";
|
|
345
|
-
const stats$2 = {
|
|
361
|
+
const stats$2 = {"totalRevenue":"Receita Total","totalRevenueValue":"R$ 45.231,89","activeUsers":"Usuários Ativos","sales":"Vendas","retentionRate":"Taxa de Retenção"};
|
|
346
362
|
const overview$5 = "Visão Geral";
|
|
347
363
|
const chartArea$2 = "Área de Gráfico";
|
|
348
364
|
const recentEvents$2 = "Últimos Eventos";
|
|
349
|
-
const events$2 = {
|
|
365
|
+
const events$2 = {"userLogin":"Login de João Silva","invoicePaid":"Fatura #INV004 paga"};
|
|
350
366
|
const __vite_glob_0_14 = {
|
|
351
367
|
title: title$j,
|
|
352
368
|
subtitle: subtitle$a,
|
|
@@ -356,8 +372,9 @@ const __vite_glob_0_14 = {
|
|
|
356
372
|
overview: overview$5,
|
|
357
373
|
chartArea: chartArea$2,
|
|
358
374
|
recentEvents: recentEvents$2,
|
|
359
|
-
events: events$2
|
|
375
|
+
events: events$2,
|
|
360
376
|
};
|
|
377
|
+
|
|
361
378
|
const title$i = "Editar Perfil Corporativo";
|
|
362
379
|
const description$5 = "Atualize os detalhes de sua conta e defina as preferências.";
|
|
363
380
|
const fullNameLabel$2 = "Nome Completo";
|
|
@@ -368,7 +385,7 @@ const notifyLabel$2 = "Desejo receber notificações atualizadas por e-mail no f
|
|
|
368
385
|
const successMessage$2 = "Perfil salvo com sucesso!";
|
|
369
386
|
const cancel$4 = "Cancelar";
|
|
370
387
|
const save$4 = "Salvar Alterações";
|
|
371
|
-
const errors$2 = {
|
|
388
|
+
const errors$2 = {"fullNameRequired":"Nome completo é obrigatório","emailInvalid":"Formato inválido"};
|
|
372
389
|
const __vite_glob_0_15 = {
|
|
373
390
|
title: title$i,
|
|
374
391
|
description: description$5,
|
|
@@ -380,8 +397,9 @@ const __vite_glob_0_15 = {
|
|
|
380
397
|
successMessage: successMessage$2,
|
|
381
398
|
cancel: cancel$4,
|
|
382
399
|
save: save$4,
|
|
383
|
-
errors: errors$2
|
|
400
|
+
errors: errors$2,
|
|
384
401
|
};
|
|
402
|
+
|
|
385
403
|
const welcome$2 = "Bem-vindo ao Design System!";
|
|
386
404
|
const subtitle$9 = "Sua plataforma inteligente para automação e análise de dados";
|
|
387
405
|
const templateCliTitle$2 = "Template CLI";
|
|
@@ -392,8 +410,9 @@ const __vite_glob_0_16 = {
|
|
|
392
410
|
subtitle: subtitle$9,
|
|
393
411
|
templateCliTitle: templateCliTitle$2,
|
|
394
412
|
templateCliDescription: templateCliDescription$2,
|
|
395
|
-
templateClibadge: templateClibadge$2
|
|
413
|
+
templateClibadge: templateClibadge$2,
|
|
396
414
|
};
|
|
415
|
+
|
|
397
416
|
const heading$8 = "Acesse sua conta";
|
|
398
417
|
const emailLabel$7 = "E-mail";
|
|
399
418
|
const emailPlaceholder$7 = "seu@email.com";
|
|
@@ -420,8 +439,9 @@ const __vite_glob_0_17 = {
|
|
|
420
439
|
signInWithMTLogin: signInWithMTLogin$2,
|
|
421
440
|
signInWithGovBr: signInWithGovBr$2,
|
|
422
441
|
heroImageAlt: heroImageAlt$8,
|
|
423
|
-
errorFillFields: errorFillFields$2
|
|
442
|
+
errorFillFields: errorFillFields$2,
|
|
424
443
|
};
|
|
444
|
+
|
|
425
445
|
const title$h = "Acesso ao Sistema";
|
|
426
446
|
const description$4 = "Insira suas credenciais corporativas abaixo.";
|
|
427
447
|
const emailLabel$6 = "Email Corporativo";
|
|
@@ -436,8 +456,9 @@ const __vite_glob_0_18 = {
|
|
|
436
456
|
emailPlaceholder: emailPlaceholder$6,
|
|
437
457
|
passwordLabel: passwordLabel$4,
|
|
438
458
|
forgotPassword: forgotPassword$4,
|
|
439
|
-
submit: submit$7
|
|
459
|
+
submit: submit$7,
|
|
440
460
|
};
|
|
461
|
+
|
|
441
462
|
const heading$7 = "Redefinir senha";
|
|
442
463
|
const subheading$2 = "Crie uma nova senha segura para sua conta";
|
|
443
464
|
const newPasswordLabel$2 = "Nova senha";
|
|
@@ -470,28 +491,29 @@ const __vite_glob_0_19 = {
|
|
|
470
491
|
errorMismatch: errorMismatch$2,
|
|
471
492
|
strengthWeak: strengthWeak$2,
|
|
472
493
|
strengthMedium: strengthMedium$2,
|
|
473
|
-
strengthStrong: strengthStrong$2
|
|
494
|
+
strengthStrong: strengthStrong$2,
|
|
474
495
|
};
|
|
496
|
+
|
|
475
497
|
const breadcrumb$2 = "Página de Template";
|
|
476
498
|
const title$g = "Página de Template";
|
|
477
499
|
const subtitle$8 = "Template completo com componentes do Xertica UI Design System";
|
|
478
500
|
const formSubmitSuccess$2 = "Formulário enviado com sucesso!";
|
|
479
|
-
const sections$2 = {
|
|
480
|
-
const alerts$2 = {
|
|
481
|
-
const tabs$4 = {
|
|
482
|
-
const overview$4 = {
|
|
483
|
-
const forms$2 = {
|
|
484
|
-
const data$2 = {
|
|
485
|
-
const settings$4 = {
|
|
486
|
-
const buttons$2 = {
|
|
487
|
-
const badges$2 = {
|
|
488
|
-
const dialogs$2 = {
|
|
489
|
-
const sidebar$2 = {
|
|
490
|
-
const enhanced$2 = {
|
|
491
|
-
const footer$2 = {
|
|
492
|
-
const headerWithBreadcrumbs$2 = {
|
|
493
|
-
const headerVariations$2 = {
|
|
494
|
-
const sidebarControls$2 = {
|
|
501
|
+
const sections$2 = {"alerts":"Alertas","cardsAndTabs":"Cards & Tabs","buttons":"Botões","badges":"Badges","dialogs":"Dialogs","sidebarVariations":"Variações da Sidebar","enhancedComponents":"v2.2.1 — Componentes Aprimorados"};
|
|
502
|
+
const alerts$2 = {"infoTitle":"Informação","infoDescription":"Este é um exemplo de alerta informativo usando os componentes do Design System.","errorTitle":"Erro","errorDescription":"Ocorreu um erro ao processar sua solicitação.","successTitle":"Sucesso","successDescription":"Operação realizada com sucesso!","warningTitle":"Aviso","warningDescription":"Atenção: esta ação não pode ser desfeita."};
|
|
503
|
+
const tabs$4 = {"overview":"Visão Geral","forms":"Formulários","data":"Dados","settings":"Configurações"};
|
|
504
|
+
const overview$4 = {"progressTitle":"Progress & Sliders","progressDescription":"Exemplos de componentes de progresso","projectProgress":"Progresso do Projeto","volume":"Volume","totalUsersDemoValue":"1.234","revenueDemoValue":"R$ 45,2k","conversionRateDemoValue":"3,2%"};
|
|
505
|
+
const forms$2 = {"registrationTitle":"Formulário de Cadastro","registrationDescription":"Preencha os campos abaixo para criar uma nova conta","firstName":"Nome","firstNamePlaceholder":"João","lastName":"Sobrenome","lastNamePlaceholder":"Silva","email":"E-mail","emailPlaceholder":"joao@exemplo.com","phone":"Telefone","phonePlaceholder":"(11) 99999-9999","role":"Cargo","rolePlaceholder":"Selecione um cargo","roles":{"developer":"Desenvolvedor","designer":"Designer","manager":"Gerente","analyst":"Analista"},"bio":"Biografia","bioPlaceholder":"Conte-nos um pouco sobre você...","preferences":"Preferências","newsletter":"Receber newsletter por e-mail","pushNotifications":"Ativar notificações push","featureUpdates":"Receber atualizações sobre novos recursos","accountType":"Tipo de Conta","accountPersonal":"Pessoal","accountBusiness":"Empresarial","accountEnterprise":"Enterprise","cancel":"Cancelar","createAccount":"Criar Conta"};
|
|
506
|
+
const data$2 = {"title":"Lista de Usuários","description":"Gerencie os usuários do sistema","searchPlaceholder":"Buscar usuários...","headers":{"name":"Nome","email":"E-mail","role":"Cargo","status":"Status","actions":"Ações"},"roles":{"developerFemale":"Desenvolvedora","designer":"Designer","manager":"Gerente","analyst":"Analista"},"status":{"active":"Ativo","away":"Ausente","inactive":"Inativo"},"edit":"Editar","showing":"Exibindo {{count}} de {{total}} usuários","previous":"Anterior","next":"Próximo","demoEmailDomain":"exemplo.com"};
|
|
507
|
+
const settings$4 = {"title":"Configurações do Sistema","description":"Gerencie as configurações gerais","darkMode":"Modo Escuro","darkModeDescription":"Ativar tema escuro na interface","emailNotifications":"Notificações por E-mail","emailNotificationsDescription":"Receber atualizações importantes por e-mail","pushNotifications":"Notificações Push","pushNotificationsDescription":"Receber notificações instantâneas no navegador","language":"Idioma","languages":{"ptBR":"Português (Brasil)","en":"English","es":"Español"},"timezone":"Fuso Horário","timezones":{"saoPaulo":"América/São Paulo (GMT-3)","newYork":"América/Nova York (GMT-5)","london":"Europa/Londres (GMT+0)"},"restoreDefaults":"Restaurar Padrões","saveChanges":"Salvar Alterações"};
|
|
508
|
+
const buttons$2 = {"title":"Variações de Botões","description":"Diferentes estilos e tamanhos de botões","variants":"Variantes","sizes":"Tamanhos","withIcons":"Com Ícones","states":"Estados","profile":"Perfil","messages":"Mensagens","schedule":"Agendar","disabled":"Desabilitado","outlineDisabled":"Outline Desabilitado","variantLabels":{"default":"Padrão","secondary":"Secundário","outline":"Contorno","ghost":"Ghost","link":"Link","destructive":"Destrutivo"},"sizeLabels":{"small":"Pequeno","default":"Padrão","large":"Grande"}};
|
|
509
|
+
const badges$2 = {"title":"Variações de Badges","description":"Diferentes estilos de badges para status e tags","labels":{"default":"Padrão","secondary":"Secundário","outline":"Contorno","destructive":"Destrutivo","success":"Sucesso","warning":"Aviso","info":"Info"}};
|
|
510
|
+
const dialogs$2 = {"dialogTitle":"Dialog","dialogDescription":"Um modal básico interativo","editProfile":"Editar Perfil","editProfileDescription":"Faça alterações no seu perfil aqui. Clique em salvar quando terminar.","name":"Nome","nameDefaultValue":"Pedro Duarte","username":"Usuário","usernameDefaultValue":"@pedroduarte","update":"Atualizar","alertDialogTitle":"Alert Dialog","alertDialogDescription":"Um alerta para decisões importantes","deleteAccount":"Excluir Conta","areYouSure":"Você tem certeza absoluta?","deleteWarning":"Esta ação não pode ser desfeita. Isso excluirá permanentemente sua conta e removerá seus dados de nossos servidores.","cancel":"Cancelar","continue":"Continuar"};
|
|
511
|
+
const sidebar$2 = {"title":"Sidebar Assistant Mode vs Default","description":"A Sidebar suporta flexibilidade com a propriedade variant.","assistantMode":"Modo Assistant","defaultMode":"Modo Padrão","searchTopicsPlaceholder":"Pesquisar tópicos...","newConversation":"Nova Conversa","recent":"Recentes","constructionMonitoring":"Monitoramento de Obras","items":{"sidebarRefactor":"Refatoração Sidebar","sidebarRefactorDescription":"Ativa agora","br163Restoration":"Restauração BR-163","br163Location":"Cuiabá, MT"},"actions":{"rename":"Renomear","renameToast":"Abrir renomear...","move":"Mover","moveActive":"Projetos Ativos","moveActiveToast":"Movido para Projetos Ativos","moveMonitoring":"Monitoramento","moveMonitoringToast":"Movido para Monitoramento","moveArchive":"Arquivo","moveArchiveToast":"Movido para Arquivo","clear":"Limpar","clearToast":"Histórico Limpo!","newCategory":"Nova Categoria","newCategoryToast":"Criar nova categoria...","archiveGroup":"Arquivar Grupo","archiveGroupToast":"Arquivando grupo..."},"logoutToast":"Saiu","settingsClickedToast":"Configurações clicadas","routes":{"home":"Início","dashboard":"Dashboard","settings":"Configurações"},"assistantContent":"Conteúdo do Assistant Mode","defaultContent":"Navegação Tradicional do Sistema"};
|
|
512
|
+
const enhanced$2 = {"pagination":{"title":"Pagination","description":"Navegação por páginas com a prop <code>disabled</code> em Previous/Next — ARIA e foco acessíveis.","pageOfTotal":"Página {{current}} de {{total}} — algoritmo Set-deduplicado garante unicidade de itens"},"stepper":{"title":"Stepper","description":"Wizard multi-etapas com <code>role=\"list\"</code>, <code>aria-current=\"step\"</code> e <code>initialStep</code> clampado automaticamente.","step1Label":"Dados pessoais","step1Description":"Nome e e-mail","step2Label":"Endereço","step2Description":"CEP e cidade","step3Label":"Confirmação","step3Description":"Revisar e enviar","previous":"Anterior","next":"Próximo","finish":"Concluir"},"treeView":{"title":"TreeView","description":"Navegação hierárquica com <code>ariaLabel</code>, roving tabindex e teclado WAI-ARIA (Espaço expande/colapsa, Enter seleciona).","ariaLabel":"Estrutura de componentes","selectedConsoleLog":"Selecionado:","nodes":{"components":"Componentes","ui":"UI","button":"Botão","input":"Input","pagination":"Paginação","layout":"Layout","sidebar":"Sidebar","header":"Header","hooks":"Hooks"}},"richText":{"title":"RichTextEditor","description":"Editor rich text com <code>role=\"textbox\"</code>, <code>aria-multiline</code> e contadores via <code>useState</code> (sem IIFE).","placeholder":"Escreva aqui..."}};
|
|
513
|
+
const footer$2 = {"title":"Template CLI-Ready","subtitle":"Como usar este template","descriptionPart1":"Este template está pronto para ser usado como base para novos projetos. Todos os componentes são importados da biblioteca ","descriptionPart2":" e seguem a arquitetura CLI-first do Xertica UI.","tipTitle":"Dica","tipDescriptionPart1":"Copie este arquivo como ponto de partida para suas páginas. Todos os componentes são reutilizáveis e customizáveis através das variáveis CSS definidas em ","tipDescriptionPart2":"."};
|
|
514
|
+
const headerWithBreadcrumbs$2 = {"sectionTitle":"Cabeçalho com Breadcrumbs","cardTitle":"Cabeçalho Principal","cardDescription":"Exemplo de Header com breadcrumbs de 4 níveis","exampleContentTitle":"Conteúdo de Exemplo","exampleContentDescriptionPart1":"Neste exemplo, o componente ","exampleContentDescriptionPart2":" principal da aplicação agora suporta receber um array de breadcrumbs para navegações complexas com mais de 3 níveis.","breadcrumbs":{"dashboard":"Dashboard","settings":"Configurações","users":"Usuários","accessProfile":"Perfil de Acesso"}};
|
|
515
|
+
const headerVariations$2 = {"sectionTitle":"Variações de Cabeçalho","cardTitle":"Configurações do Cabeçalho Principal","cardDescription":"O Header é focado em navegação (breadcrumbs) e ações contextuais rápidas.","visibleElements":"Elementos Visíveis","actionButtons":"Botões de Ação","breadcrumbsLabel":"Breadcrumbs","preview":"Visualização","currentPage":"Página Atual","contentArea":"Área de Conteúdo da Página","breadcrumbBrand":"Xertica UI","breadcrumbSettings":"Configurações","breadcrumbProfile":"Perfil","notificationsOpenedToast":"Notificações abertas","messagesLabel":"Mensagens","messagesOpenedToast":"Mensagens abertas"};
|
|
516
|
+
const sidebarControls$2 = {"footerSettings":"Configurações do Rodapé","userProfile":"Perfil do Usuário","settings":"Configurações","logoutButton":"Botão de Sair","sidebarWidthDesktop":"Largura da Sidebar (Desktop)","sidebarWidthAriaLabel":"Largura da Sidebar","filterByStatus":"Filtrar por Status","filterActive":"Ativo","filterArchived":"Arquivado","filterPending":"Pendente"};
|
|
495
517
|
const __vite_glob_0_20 = {
|
|
496
518
|
breadcrumb: breadcrumb$2,
|
|
497
519
|
title: title$g,
|
|
@@ -512,8 +534,9 @@ const __vite_glob_0_20 = {
|
|
|
512
534
|
footer: footer$2,
|
|
513
535
|
headerWithBreadcrumbs: headerWithBreadcrumbs$2,
|
|
514
536
|
headerVariations: headerVariations$2,
|
|
515
|
-
sidebarControls: sidebarControls$2
|
|
537
|
+
sidebarControls: sidebarControls$2,
|
|
516
538
|
};
|
|
539
|
+
|
|
517
540
|
const heading$6 = "Verifique seu e-mail";
|
|
518
541
|
const instructionsSent$2 = "Enviamos as instruções para redefinir sua senha para:";
|
|
519
542
|
const instructions$2 = "Siga as instruções no e-mail para redefinir sua senha. O link expira em 24 horas.";
|
|
@@ -534,8 +557,9 @@ const __vite_glob_0_21 = {
|
|
|
534
557
|
resending: resending$2,
|
|
535
558
|
resentSuccess: resentSuccess$2,
|
|
536
559
|
backToLogin: backToLogin$4,
|
|
537
|
-
heroImageAlt: heroImageAlt$6
|
|
560
|
+
heroImageAlt: heroImageAlt$6,
|
|
538
561
|
};
|
|
562
|
+
|
|
539
563
|
const switchToLight$2 = "Mudar para tema claro";
|
|
540
564
|
const switchToDark$2 = "Mudar para tema escuro";
|
|
541
565
|
const lightMode$2 = "Modo Claro";
|
|
@@ -544,8 +568,9 @@ const __vite_glob_0_22 = {
|
|
|
544
568
|
switchToLight: switchToLight$2,
|
|
545
569
|
switchToDark: switchToDark$2,
|
|
546
570
|
lightMode: lightMode$2,
|
|
547
|
-
darkMode: darkMode$2
|
|
571
|
+
darkMode: darkMode$2,
|
|
548
572
|
};
|
|
573
|
+
|
|
549
574
|
const view$1 = "View";
|
|
550
575
|
const edit$1 = "Edit";
|
|
551
576
|
const cancel$3 = "Cancel";
|
|
@@ -582,14 +607,16 @@ const __vite_glob_1_0 = {
|
|
|
582
607
|
copied: copied$3,
|
|
583
608
|
copyCode: copyCode$1,
|
|
584
609
|
seeMore: seeMore$1,
|
|
585
|
-
seeLess: seeLess$1
|
|
610
|
+
seeLess: seeLess$1,
|
|
586
611
|
};
|
|
612
|
+
|
|
587
613
|
const title$f = "Recent Activity";
|
|
588
|
-
const type$1 = {
|
|
614
|
+
const type$1 = {"create":"Created","update":"Updated","remove":"Removed","comment":"Commented","deploy":"Deploy"};
|
|
589
615
|
const __vite_glob_1_1 = {
|
|
590
616
|
title: title$f,
|
|
591
|
-
type: type$1
|
|
617
|
+
type: type$1,
|
|
592
618
|
};
|
|
619
|
+
|
|
593
620
|
const title$e = "Xertica Assistant";
|
|
594
621
|
const defaultUserName$1 = "User";
|
|
595
622
|
const defaultWelcomeMessage$1 = "How can I help you?";
|
|
@@ -633,14 +660,14 @@ const recordingDescriptionFull$1 = "Speak your question or command. Recording wi
|
|
|
633
660
|
const podcastName$1 = "Podcast";
|
|
634
661
|
const likeToast$1 = "Thank you for the positive rating!";
|
|
635
662
|
const feedbackToast$1 = "Thank you for your feedback. We will improve.";
|
|
636
|
-
const defaultSuggestions$1 = {
|
|
637
|
-
const voiceTranscriptions$1 = {
|
|
638
|
-
const tabs$3 = {
|
|
639
|
-
const actions$5 = {
|
|
640
|
-
const feedbackDialog$1 = {
|
|
641
|
-
const suggestions$1 = {
|
|
642
|
-
const richSuggestions$1 = {
|
|
643
|
-
const feedback$1 = {
|
|
663
|
+
const defaultSuggestions$1 = {"createDocument":"Help me create a professional document","searchFiles":"Search my files for \"report\"","summarizeConversations":"Summarize the important conversations from this week","createPodcast":"Create a podcast about the last project"};
|
|
664
|
+
const voiceTranscriptions$1 = {"salesData":"How can I analyze last quarter's sales data?","performanceReport":"Help me create a team performance report","marketTrends":"What are the main current market trends?","customerSatisfaction":"I need insights on customer satisfaction","teamProductivity":"How can I improve my team's productivity?","keyMetrics":"Show me a summary of the most important metrics","digitalMarketing":"Create a document on digital marketing techniques","socialEngagement":"Analyze the social media engagement data"};
|
|
665
|
+
const tabs$3 = {"chat":"Chat","chatLabel":"View chat","history":"History","historyLabel":"View conversation history","favorites":"Favorites","favoritesLabel":"View favorite messages"};
|
|
666
|
+
const actions$5 = {"createDocument":"Create document","createDocumentDesc":"Generate a complete document","generatePodcast":"Generate podcast","generatePodcastDesc":"Create an audio podcast","search":"Search","searchDesc":"Search for relevant information"};
|
|
667
|
+
const feedbackDialog$1 = {"title":"Send feedback","titleWithCategory":"Send feedback: {{category}}","description":"Tell us why this response was not helpful so we can improve.","descriptionOptional":"Would you like to add a comment? (Optional)","placeholder":"Describe the reason...","placeholderOptional":"Additional comment...","confirmAndSend":"Confirm and Send","send":"Send Feedback"};
|
|
668
|
+
const suggestions$1 = {"whatCanIAsk":"What can I ask you to do?","whatDoYouDo":"What do you do?","whichProjects":"Which projects should I focus on now?","nextProject":"What is my next project?"};
|
|
669
|
+
const richSuggestions$1 = {"viewPerformance":"View performance analysis","generateReport":"Generate project report","createDocument":"Create requirements document","generatePodcast":"Generate daily summary podcast"};
|
|
670
|
+
const feedback$1 = {"notWhatIWanted":"Not what I was looking for","incorrectInfo":"Incorrect information","incompleteAnswer":"Incomplete answer","other":"Other..."};
|
|
644
671
|
const __vite_glob_1_2 = {
|
|
645
672
|
title: title$e,
|
|
646
673
|
defaultUserName: defaultUserName$1,
|
|
@@ -692,8 +719,9 @@ const __vite_glob_1_2 = {
|
|
|
692
719
|
feedbackDialog: feedbackDialog$1,
|
|
693
720
|
suggestions: suggestions$1,
|
|
694
721
|
richSuggestions: richSuggestions$1,
|
|
695
|
-
feedback: feedback$1
|
|
722
|
+
feedback: feedback$1,
|
|
696
723
|
};
|
|
724
|
+
|
|
697
725
|
const audioTitle$1 = "Audio";
|
|
698
726
|
const video$1 = "Video";
|
|
699
727
|
const untitledVideo$1 = "Untitled Video";
|
|
@@ -748,26 +776,30 @@ const __vite_glob_1_3 = {
|
|
|
748
776
|
playingFloating: playingFloating$1,
|
|
749
777
|
restoreToPage: restoreToPage$1,
|
|
750
778
|
restore: restore$1,
|
|
751
|
-
popOut: popOut$1
|
|
779
|
+
popOut: popOut$1,
|
|
752
780
|
};
|
|
781
|
+
|
|
753
782
|
const title$d = "Notifications";
|
|
754
783
|
const markAllRead$1 = "Mark all as read";
|
|
755
784
|
const viewAll$1 = "View all notifications";
|
|
756
785
|
const __vite_glob_1_4 = {
|
|
757
786
|
title: title$d,
|
|
758
787
|
markAllRead: markAllRead$1,
|
|
759
|
-
viewAll: viewAll$1
|
|
788
|
+
viewAll: viewAll$1,
|
|
760
789
|
};
|
|
761
|
-
|
|
790
|
+
|
|
791
|
+
const status$7 = {"online":"Online","offline":"Offline","away":"Away","busy":"Busy"};
|
|
762
792
|
const __vite_glob_1_5 = {
|
|
763
|
-
status: status$7
|
|
793
|
+
status: status$7,
|
|
764
794
|
};
|
|
795
|
+
|
|
765
796
|
const progress$1 = "Progress";
|
|
766
|
-
const status$6 = {
|
|
797
|
+
const status$6 = {"active":"In progress","review":"Under review","completed":"Completed","paused":"Paused","atRisk":"At risk"};
|
|
767
798
|
const __vite_glob_1_6 = {
|
|
768
799
|
progress: progress$1,
|
|
769
|
-
status: status$6
|
|
800
|
+
status: status$6,
|
|
770
801
|
};
|
|
802
|
+
|
|
771
803
|
const collapse$2 = "Collapse menu";
|
|
772
804
|
const expand$2 = "Expand menu";
|
|
773
805
|
const mainNavigation$1 = "Main navigation";
|
|
@@ -792,8 +824,9 @@ const __vite_glob_1_7 = {
|
|
|
792
824
|
search: search$1,
|
|
793
825
|
userProfile: userProfile$1,
|
|
794
826
|
profile: profile$1,
|
|
795
|
-
logout: logout$1
|
|
827
|
+
logout: logout$1,
|
|
796
828
|
};
|
|
829
|
+
|
|
797
830
|
const totalUsers$1 = "Total Users";
|
|
798
831
|
const totalRevenue$1 = "Total Revenue";
|
|
799
832
|
const conversionRate$1 = "Conversion Rate";
|
|
@@ -806,15 +839,16 @@ const __vite_glob_1_8 = {
|
|
|
806
839
|
conversionRate: conversionRate$1,
|
|
807
840
|
last30Days: last30Days$1,
|
|
808
841
|
currentMonth: currentMonth$1,
|
|
809
|
-
currentWeek: currentWeek$1
|
|
842
|
+
currentWeek: currentWeek$1,
|
|
810
843
|
};
|
|
844
|
+
|
|
811
845
|
const name$1 = "Name";
|
|
812
846
|
const email$1 = "Email";
|
|
813
847
|
const role$1 = "Role";
|
|
814
848
|
const status$5 = "Status";
|
|
815
849
|
const actions$4 = "Actions";
|
|
816
850
|
const showing$1 = "Showing {{count}} of {{total}} users";
|
|
817
|
-
const roles$3 = {
|
|
851
|
+
const roles$3 = {"Developer":"Developer","Designer":"Designer","Manager":"Manager","Analyst":"Analyst"};
|
|
818
852
|
const __vite_glob_1_9 = {
|
|
819
853
|
name: name$1,
|
|
820
854
|
email: email$1,
|
|
@@ -822,8 +856,9 @@ const __vite_glob_1_9 = {
|
|
|
822
856
|
status: status$5,
|
|
823
857
|
actions: actions$4,
|
|
824
858
|
showing: showing$1,
|
|
825
|
-
roles: roles$3
|
|
859
|
+
roles: roles$3,
|
|
826
860
|
};
|
|
861
|
+
|
|
827
862
|
const somethingWentWrong$1 = "Something went wrong";
|
|
828
863
|
const unexpectedError$1 = "An unexpected error occurred in the application. Please try again.";
|
|
829
864
|
const tryAgain$1 = "Try again";
|
|
@@ -838,8 +873,9 @@ const __vite_glob_1_10 = {
|
|
|
838
873
|
goHome: goHome$1,
|
|
839
874
|
pageLoadError: pageLoadError$1,
|
|
840
875
|
pageLoadErrorDesc: pageLoadErrorDesc$1,
|
|
841
|
-
sectionLoadError: sectionLoadError$1
|
|
876
|
+
sectionLoadError: sectionLoadError$1,
|
|
842
877
|
};
|
|
878
|
+
|
|
843
879
|
const label$1 = "Select language";
|
|
844
880
|
const placeholder$1 = "Language";
|
|
845
881
|
const ptBR$2 = "Português (BR)";
|
|
@@ -850,8 +886,9 @@ const __vite_glob_1_11 = {
|
|
|
850
886
|
placeholder: placeholder$1,
|
|
851
887
|
ptBR: ptBR$2,
|
|
852
888
|
en: en$2,
|
|
853
|
-
es: es$2
|
|
889
|
+
es: es$2,
|
|
854
890
|
};
|
|
891
|
+
|
|
855
892
|
const home$1 = "Home";
|
|
856
893
|
const template$1 = "Template";
|
|
857
894
|
const designSystem$1 = "Design System";
|
|
@@ -860,16 +897,17 @@ const __vite_glob_1_12 = {
|
|
|
860
897
|
home: home$1,
|
|
861
898
|
template: template$1,
|
|
862
899
|
designSystem: designSystem$1,
|
|
863
|
-
settings: settings$3
|
|
900
|
+
settings: settings$3,
|
|
864
901
|
};
|
|
902
|
+
|
|
865
903
|
const title$c = "Team Members";
|
|
866
904
|
const subtitle$7 = "Manage member access to the system.";
|
|
867
905
|
const newMember$1 = "New Member";
|
|
868
906
|
const searchPlaceholder$2 = "Search email...";
|
|
869
|
-
const headers$1 = {
|
|
870
|
-
const roles$2 = {
|
|
871
|
-
const status$4 = {
|
|
872
|
-
const actions$3 = {
|
|
907
|
+
const headers$1 = {"name":"Name","email":"Email","role":"Role","status":"Status","action":"Action"};
|
|
908
|
+
const roles$2 = {"administrator":"Administrator","editor":"Editor"};
|
|
909
|
+
const status$4 = {"active":"Active","inactive":"Inactive"};
|
|
910
|
+
const actions$3 = {"editProfile":"Edit Profile","revokeAccess":"Revoke Access"};
|
|
873
911
|
const __vite_glob_1_13 = {
|
|
874
912
|
title: title$c,
|
|
875
913
|
subtitle: subtitle$7,
|
|
@@ -878,17 +916,18 @@ const __vite_glob_1_13 = {
|
|
|
878
916
|
headers: headers$1,
|
|
879
917
|
roles: roles$2,
|
|
880
918
|
status: status$4,
|
|
881
|
-
actions: actions$3
|
|
919
|
+
actions: actions$3,
|
|
882
920
|
};
|
|
921
|
+
|
|
883
922
|
const title$b = "Dashboard";
|
|
884
923
|
const subtitle$6 = "System overview";
|
|
885
924
|
const downloadReport$1 = "Download Report";
|
|
886
925
|
const lastMonth$1 = "from last month";
|
|
887
|
-
const stats$1 = {
|
|
926
|
+
const stats$1 = {"totalRevenue":"Total Revenue","totalRevenueValue":"$45,231.89","activeUsers":"Active Users","sales":"Sales","retentionRate":"Retention Rate"};
|
|
888
927
|
const overview$3 = "Overview";
|
|
889
928
|
const chartArea$1 = "Chart Area";
|
|
890
929
|
const recentEvents$1 = "Recent Events";
|
|
891
|
-
const events$1 = {
|
|
930
|
+
const events$1 = {"userLogin":"Login by João Silva","invoicePaid":"Invoice #INV004 paid"};
|
|
892
931
|
const __vite_glob_1_14 = {
|
|
893
932
|
title: title$b,
|
|
894
933
|
subtitle: subtitle$6,
|
|
@@ -898,8 +937,9 @@ const __vite_glob_1_14 = {
|
|
|
898
937
|
overview: overview$3,
|
|
899
938
|
chartArea: chartArea$1,
|
|
900
939
|
recentEvents: recentEvents$1,
|
|
901
|
-
events: events$1
|
|
940
|
+
events: events$1,
|
|
902
941
|
};
|
|
942
|
+
|
|
903
943
|
const title$a = "Edit Corporate Profile";
|
|
904
944
|
const description$3 = "Update your account details and set your preferences.";
|
|
905
945
|
const fullNameLabel$1 = "Full Name";
|
|
@@ -910,7 +950,7 @@ const notifyLabel$1 = "I want to receive updated notifications by email at the e
|
|
|
910
950
|
const successMessage$1 = "Profile saved successfully!";
|
|
911
951
|
const cancel$2 = "Cancel";
|
|
912
952
|
const save$2 = "Save Changes";
|
|
913
|
-
const errors$1 = {
|
|
953
|
+
const errors$1 = {"fullNameRequired":"Full name is required","emailInvalid":"Invalid format"};
|
|
914
954
|
const __vite_glob_1_15 = {
|
|
915
955
|
title: title$a,
|
|
916
956
|
description: description$3,
|
|
@@ -922,8 +962,9 @@ const __vite_glob_1_15 = {
|
|
|
922
962
|
successMessage: successMessage$1,
|
|
923
963
|
cancel: cancel$2,
|
|
924
964
|
save: save$2,
|
|
925
|
-
errors: errors$1
|
|
965
|
+
errors: errors$1,
|
|
926
966
|
};
|
|
967
|
+
|
|
927
968
|
const welcome$1 = "Welcome to the Design System!";
|
|
928
969
|
const subtitle$5 = "Your intelligent platform for automation and data analysis";
|
|
929
970
|
const templateCliTitle$1 = "Template CLI";
|
|
@@ -934,8 +975,9 @@ const __vite_glob_1_16 = {
|
|
|
934
975
|
subtitle: subtitle$5,
|
|
935
976
|
templateCliTitle: templateCliTitle$1,
|
|
936
977
|
templateCliDescription: templateCliDescription$1,
|
|
937
|
-
templateClibadge: templateClibadge$1
|
|
978
|
+
templateClibadge: templateClibadge$1,
|
|
938
979
|
};
|
|
980
|
+
|
|
939
981
|
const heading$5 = "Access your account";
|
|
940
982
|
const emailLabel$4 = "Email";
|
|
941
983
|
const emailPlaceholder$4 = "your@email.com";
|
|
@@ -962,8 +1004,9 @@ const __vite_glob_1_17 = {
|
|
|
962
1004
|
signInWithMTLogin: signInWithMTLogin$1,
|
|
963
1005
|
signInWithGovBr: signInWithGovBr$1,
|
|
964
1006
|
heroImageAlt: heroImageAlt$5,
|
|
965
|
-
errorFillFields: errorFillFields$1
|
|
1007
|
+
errorFillFields: errorFillFields$1,
|
|
966
1008
|
};
|
|
1009
|
+
|
|
967
1010
|
const title$9 = "System Access";
|
|
968
1011
|
const description$2 = "Enter your corporate credentials below.";
|
|
969
1012
|
const emailLabel$3 = "Corporate Email";
|
|
@@ -978,8 +1021,9 @@ const __vite_glob_1_18 = {
|
|
|
978
1021
|
emailPlaceholder: emailPlaceholder$3,
|
|
979
1022
|
passwordLabel: passwordLabel$2,
|
|
980
1023
|
forgotPassword: forgotPassword$2,
|
|
981
|
-
submit: submit$4
|
|
1024
|
+
submit: submit$4,
|
|
982
1025
|
};
|
|
1026
|
+
|
|
983
1027
|
const heading$4 = "Reset password";
|
|
984
1028
|
const subheading$1 = "Create a new secure password for your account";
|
|
985
1029
|
const newPasswordLabel$1 = "New password";
|
|
@@ -1012,28 +1056,29 @@ const __vite_glob_1_19 = {
|
|
|
1012
1056
|
errorMismatch: errorMismatch$1,
|
|
1013
1057
|
strengthWeak: strengthWeak$1,
|
|
1014
1058
|
strengthMedium: strengthMedium$1,
|
|
1015
|
-
strengthStrong: strengthStrong$1
|
|
1059
|
+
strengthStrong: strengthStrong$1,
|
|
1016
1060
|
};
|
|
1061
|
+
|
|
1017
1062
|
const breadcrumb$1 = "Template Page";
|
|
1018
1063
|
const title$8 = "Template Page";
|
|
1019
1064
|
const subtitle$4 = "Complete template with components from the Xertica UI Design System";
|
|
1020
1065
|
const formSubmitSuccess$1 = "Form submitted successfully!";
|
|
1021
|
-
const sections$1 = {
|
|
1022
|
-
const alerts$1 = {
|
|
1023
|
-
const tabs$2 = {
|
|
1024
|
-
const overview$2 = {
|
|
1025
|
-
const forms$1 = {
|
|
1026
|
-
const data$1 = {
|
|
1027
|
-
const settings$2 = {
|
|
1028
|
-
const buttons$1 = {
|
|
1029
|
-
const badges$1 = {
|
|
1030
|
-
const dialogs$1 = {
|
|
1031
|
-
const sidebar$1 = {
|
|
1032
|
-
const enhanced$1 = {
|
|
1033
|
-
const footer$1 = {
|
|
1034
|
-
const headerWithBreadcrumbs$1 = {
|
|
1035
|
-
const headerVariations$1 = {
|
|
1036
|
-
const sidebarControls$1 = {
|
|
1066
|
+
const sections$1 = {"alerts":"Alerts","cardsAndTabs":"Cards & Tabs","buttons":"Buttons","badges":"Badges","dialogs":"Dialogs","sidebarVariations":"Sidebar Variations","enhancedComponents":"v2.2.1 — Enhanced Components"};
|
|
1067
|
+
const alerts$1 = {"infoTitle":"Information","infoDescription":"This is an example of an informational alert using Design System components.","errorTitle":"Error","errorDescription":"An error occurred while processing your request.","successTitle":"Success","successDescription":"Operation completed successfully!","warningTitle":"Warning","warningDescription":"Warning: this action cannot be undone."};
|
|
1068
|
+
const tabs$2 = {"overview":"Overview","forms":"Forms","data":"Data","settings":"Settings"};
|
|
1069
|
+
const overview$2 = {"progressTitle":"Progress & Sliders","progressDescription":"Examples of progress components","projectProgress":"Project Progress","volume":"Volume","totalUsersDemoValue":"1,234","revenueDemoValue":"$45.2k","conversionRateDemoValue":"3.2%"};
|
|
1070
|
+
const forms$1 = {"registrationTitle":"Registration Form","registrationDescription":"Fill in the fields below to create a new account","firstName":"First name","firstNamePlaceholder":"John","lastName":"Last name","lastNamePlaceholder":"Doe","email":"Email","emailPlaceholder":"john@example.com","phone":"Phone","phonePlaceholder":"(555) 123-4567","role":"Role","rolePlaceholder":"Select a role","roles":{"developer":"Developer","designer":"Designer","manager":"Manager","analyst":"Analyst"},"bio":"Biography","bioPlaceholder":"Tell us a bit about yourself...","preferences":"Preferences","newsletter":"Receive newsletter by email","pushNotifications":"Enable push notifications","featureUpdates":"Receive updates about new features","accountType":"Account Type","accountPersonal":"Personal","accountBusiness":"Business","accountEnterprise":"Enterprise","cancel":"Cancel","createAccount":"Create Account"};
|
|
1071
|
+
const data$1 = {"title":"User List","description":"Manage system users","searchPlaceholder":"Search users...","headers":{"name":"Name","email":"Email","role":"Role","status":"Status","actions":"Actions"},"roles":{"developerFemale":"Developer","designer":"Designer","manager":"Manager","analyst":"Analyst"},"status":{"active":"Active","away":"Away","inactive":"Inactive"},"edit":"Edit","showing":"Showing {{count}} of {{total}} users","previous":"Previous","next":"Next","demoEmailDomain":"example.com"};
|
|
1072
|
+
const settings$2 = {"title":"System Settings","description":"Manage general settings","darkMode":"Dark Mode","darkModeDescription":"Enable dark theme in the interface","emailNotifications":"Email Notifications","emailNotificationsDescription":"Receive important updates by email","pushNotifications":"Push Notifications","pushNotificationsDescription":"Receive instant notifications in the browser","language":"Language","languages":{"ptBR":"Português (Brazil)","en":"English","es":"Español"},"timezone":"Time Zone","timezones":{"saoPaulo":"America/Sao Paulo (GMT-3)","newYork":"America/New York (GMT-5)","london":"Europe/London (GMT+0)"},"restoreDefaults":"Restore Defaults","saveChanges":"Save Changes"};
|
|
1073
|
+
const buttons$1 = {"title":"Button Variations","description":"Different button styles and sizes","variants":"Variants","sizes":"Sizes","withIcons":"With Icons","states":"States","profile":"Profile","messages":"Messages","schedule":"Schedule","disabled":"Disabled","outlineDisabled":"Outline Disabled","variantLabels":{"default":"Default","secondary":"Secondary","outline":"Outline","ghost":"Ghost","link":"Link","destructive":"Destructive"},"sizeLabels":{"small":"Small","default":"Default","large":"Large"}};
|
|
1074
|
+
const badges$1 = {"title":"Badge Variations","description":"Different badge styles for statuses and tags","labels":{"default":"Default","secondary":"Secondary","outline":"Outline","destructive":"Destructive","success":"Success","warning":"Warning","info":"Info"}};
|
|
1075
|
+
const dialogs$1 = {"dialogTitle":"Dialog","dialogDescription":"A basic interactive modal","editProfile":"Edit Profile","editProfileDescription":"Make changes to your profile here. Click save when you're done.","name":"Name","nameDefaultValue":"Pedro Duarte","username":"Username","usernameDefaultValue":"@pedroduarte","update":"Update","alertDialogTitle":"Alert Dialog","alertDialogDescription":"An alert for important decisions","deleteAccount":"Delete Account","areYouSure":"Are you absolutely sure?","deleteWarning":"This action cannot be undone. This will permanently delete your account and remove your data from our servers.","cancel":"Cancel","continue":"Continue"};
|
|
1076
|
+
const sidebar$1 = {"title":"Sidebar Assistant Mode vs Default","description":"The Sidebar supports flexibility through the variant property.","assistantMode":"Assistant Mode","defaultMode":"Default Mode","searchTopicsPlaceholder":"Search topics...","newConversation":"New Conversation","recent":"Recent","constructionMonitoring":"Construction Monitoring","items":{"sidebarRefactor":"Sidebar Refactor","sidebarRefactorDescription":"Active now","br163Restoration":"BR-163 Restoration","br163Location":"Cuiabá, MT"},"actions":{"rename":"Rename","renameToast":"Open rename...","move":"Move","moveActive":"Active Projects","moveActiveToast":"Moved to Active Projects","moveMonitoring":"Monitoring","moveMonitoringToast":"Moved to Monitoring","moveArchive":"Archive","moveArchiveToast":"Moved to Archive","clear":"Clear","clearToast":"History cleared!","newCategory":"New Category","newCategoryToast":"Create new category...","archiveGroup":"Archive Group","archiveGroupToast":"Archiving group..."},"logoutToast":"Signed out","settingsClickedToast":"Settings clicked","routes":{"home":"Home","dashboard":"Dashboard","settings":"Settings"},"assistantContent":"Assistant Mode Content","defaultContent":"Traditional System Navigation"};
|
|
1077
|
+
const enhanced$1 = {"pagination":{"title":"Pagination","description":"Page navigation with the <code>disabled</code> prop on Previous/Next — accessible ARIA and focus.","pageOfTotal":"Page {{current}} of {{total}} — Set-deduplicated algorithm guarantees item uniqueness"},"stepper":{"title":"Stepper","description":"Multi-step wizard with <code>role=\"list\"</code>, <code>aria-current=\"step\"</code> and <code>initialStep</code> automatically clamped.","step1Label":"Personal data","step1Description":"Name and email","step2Label":"Address","step2Description":"ZIP code and city","step3Label":"Confirmation","step3Description":"Review and submit","previous":"Previous","next":"Next","finish":"Finish"},"treeView":{"title":"TreeView","description":"Hierarchical navigation with <code>ariaLabel</code>, roving tabindex and WAI-ARIA keyboard (Space expands/collapses, Enter selects).","ariaLabel":"Component structure","selectedConsoleLog":"Selected:","nodes":{"components":"Components","ui":"UI","button":"Button","input":"Input","pagination":"Pagination","layout":"Layout","sidebar":"Sidebar","header":"Header","hooks":"Hooks"}},"richText":{"title":"RichTextEditor","description":"Rich text editor with <code>role=\"textbox\"</code>, <code>aria-multiline</code> and counters via <code>useState</code> (without IIFE).","placeholder":"Write here..."}};
|
|
1078
|
+
const footer$1 = {"title":"Template CLI-Ready","subtitle":"How to use this template","descriptionPart1":"This template is ready to be used as a base for new projects. All components are imported from the ","descriptionPart2":" library and follow Xertica UI's CLI-first architecture.","tipTitle":"Tip","tipDescriptionPart1":"Copy this file as a starting point for your pages. All components are reusable and customizable through the CSS variables defined in ","tipDescriptionPart2":"."};
|
|
1079
|
+
const headerWithBreadcrumbs$1 = {"sectionTitle":"Header with Breadcrumbs","cardTitle":"Main Header","cardDescription":"Example of a Header with 4-level breadcrumbs","exampleContentTitle":"Example Content","exampleContentDescriptionPart1":"In this example, the ","exampleContentDescriptionPart2":" component of the application now supports an array of breadcrumbs for complex navigations with more than 3 levels.","breadcrumbs":{"dashboard":"Dashboard","settings":"Settings","users":"Users","accessProfile":"Access Profile"}};
|
|
1080
|
+
const headerVariations$1 = {"sectionTitle":"Header Variations","cardTitle":"Main Header Settings","cardDescription":"The Header focuses on navigation (breadcrumbs) and quick contextual actions.","visibleElements":"Visible Elements","actionButtons":"Action Buttons","breadcrumbsLabel":"Breadcrumbs","preview":"Preview","currentPage":"Current Page","contentArea":"Page Content Area","breadcrumbBrand":"Xertica UI","breadcrumbSettings":"Settings","breadcrumbProfile":"Profile","notificationsOpenedToast":"Notifications opened","messagesLabel":"Messages","messagesOpenedToast":"Messages opened"};
|
|
1081
|
+
const sidebarControls$1 = {"footerSettings":"Footer Settings","userProfile":"User Profile","settings":"Settings","logoutButton":"Logout Button","sidebarWidthDesktop":"Sidebar Width (Desktop)","sidebarWidthAriaLabel":"Sidebar Width","filterByStatus":"Filter by Status","filterActive":"Active","filterArchived":"Archived","filterPending":"Pending"};
|
|
1037
1082
|
const __vite_glob_1_20 = {
|
|
1038
1083
|
breadcrumb: breadcrumb$1,
|
|
1039
1084
|
title: title$8,
|
|
@@ -1054,8 +1099,9 @@ const __vite_glob_1_20 = {
|
|
|
1054
1099
|
footer: footer$1,
|
|
1055
1100
|
headerWithBreadcrumbs: headerWithBreadcrumbs$1,
|
|
1056
1101
|
headerVariations: headerVariations$1,
|
|
1057
|
-
sidebarControls: sidebarControls$1
|
|
1102
|
+
sidebarControls: sidebarControls$1,
|
|
1058
1103
|
};
|
|
1104
|
+
|
|
1059
1105
|
const heading$3 = "Check your email";
|
|
1060
1106
|
const instructionsSent$1 = "We sent the instructions to reset your password to:";
|
|
1061
1107
|
const instructions$1 = "Follow the instructions in the email to reset your password. The link expires in 24 hours.";
|
|
@@ -1076,8 +1122,9 @@ const __vite_glob_1_21 = {
|
|
|
1076
1122
|
resending: resending$1,
|
|
1077
1123
|
resentSuccess: resentSuccess$1,
|
|
1078
1124
|
backToLogin: backToLogin$2,
|
|
1079
|
-
heroImageAlt: heroImageAlt$3
|
|
1125
|
+
heroImageAlt: heroImageAlt$3,
|
|
1080
1126
|
};
|
|
1127
|
+
|
|
1081
1128
|
const switchToLight$1 = "Switch to light theme";
|
|
1082
1129
|
const switchToDark$1 = "Switch to dark theme";
|
|
1083
1130
|
const lightMode$1 = "Light Mode";
|
|
@@ -1086,8 +1133,9 @@ const __vite_glob_1_22 = {
|
|
|
1086
1133
|
switchToLight: switchToLight$1,
|
|
1087
1134
|
switchToDark: switchToDark$1,
|
|
1088
1135
|
lightMode: lightMode$1,
|
|
1089
|
-
darkMode: darkMode$1
|
|
1136
|
+
darkMode: darkMode$1,
|
|
1090
1137
|
};
|
|
1138
|
+
|
|
1091
1139
|
const view = "Ver";
|
|
1092
1140
|
const edit = "Editar";
|
|
1093
1141
|
const cancel$1 = "Cancelar";
|
|
@@ -1124,14 +1172,16 @@ const __vite_glob_2_0 = {
|
|
|
1124
1172
|
copied: copied$1,
|
|
1125
1173
|
copyCode,
|
|
1126
1174
|
seeMore,
|
|
1127
|
-
seeLess
|
|
1175
|
+
seeLess,
|
|
1128
1176
|
};
|
|
1177
|
+
|
|
1129
1178
|
const title$7 = "Actividad Reciente";
|
|
1130
|
-
const type = {
|
|
1179
|
+
const type = {"create":"Creado","update":"Actualizado","remove":"Eliminado","comment":"Comentó","deploy":"Deploy"};
|
|
1131
1180
|
const __vite_glob_2_1 = {
|
|
1132
1181
|
title: title$7,
|
|
1133
|
-
type
|
|
1182
|
+
type,
|
|
1134
1183
|
};
|
|
1184
|
+
|
|
1135
1185
|
const title$6 = "Asistente Xertica";
|
|
1136
1186
|
const defaultUserName = "Usuario";
|
|
1137
1187
|
const defaultWelcomeMessage = "¿Cómo puedo ayudarte?";
|
|
@@ -1175,14 +1225,14 @@ const recordingDescriptionFull = "Habla tu pregunta o comando. La grabación se
|
|
|
1175
1225
|
const podcastName = "Podcast";
|
|
1176
1226
|
const likeToast = "¡Gracias por la valoración positiva!";
|
|
1177
1227
|
const feedbackToast = "Gracias por tu comentario. Vamos a mejorar.";
|
|
1178
|
-
const defaultSuggestions = {
|
|
1179
|
-
const voiceTranscriptions = {
|
|
1180
|
-
const tabs$1 = {
|
|
1181
|
-
const actions$2 = {
|
|
1182
|
-
const feedbackDialog = {
|
|
1183
|
-
const suggestions = {
|
|
1184
|
-
const richSuggestions = {
|
|
1185
|
-
const feedback = {
|
|
1228
|
+
const defaultSuggestions = {"createDocument":"Ayúdame a crear un documento profesional","searchFiles":"Buscar en mis archivos por \"informe\"","summarizeConversations":"Resume las conversaciones importantes de esta semana","createPodcast":"Crea un podcast sobre el último proyecto"};
|
|
1229
|
+
const voiceTranscriptions = {"salesData":"¿Cómo puedo analizar los datos de ventas del último trimestre?","performanceReport":"Ayúdame a crear un informe de rendimiento del equipo","marketTrends":"¿Cuáles son las principales tendencias del mercado actual?","customerSatisfaction":"Necesito información sobre la satisfacción de los clientes","teamProductivity":"¿Cómo puedo mejorar la productividad de mi equipo?","keyMetrics":"Muéstrame un resumen de las métricas más importantes","digitalMarketing":"Crea un documento sobre técnicas de marketing digital","socialEngagement":"Analiza los datos de participación en redes sociales"};
|
|
1230
|
+
const tabs$1 = {"chat":"Chat","chatLabel":"Ver chat","history":"Historial","historyLabel":"Ver historial de conversaciones","favorites":"Favoritos","favoritesLabel":"Ver mensajes favoritos"};
|
|
1231
|
+
const actions$2 = {"createDocument":"Crear documento","createDocumentDesc":"Genera un documento completo","generatePodcast":"Generar podcast","generatePodcastDesc":"Crea un podcast de audio","search":"Buscar","searchDesc":"Busca información relevante"};
|
|
1232
|
+
const feedbackDialog = {"title":"Enviar comentario","titleWithCategory":"Enviar comentario: {{category}}","description":"Cuéntanos por qué esta respuesta no fue útil para que podamos mejorar.","descriptionOptional":"¿Te gustaría agregar algún comentario? (Opcional)","placeholder":"Describe el motivo...","placeholderOptional":"Comentario adicional...","confirmAndSend":"Confirmar y Enviar","send":"Enviar Comentario"};
|
|
1233
|
+
const suggestions = {"whatCanIAsk":"¿Qué puedo pedirte que hagas?","whatDoYouDo":"¿Qué haces?","whichProjects":"¿En qué proyectos debo enfocarme ahora?","nextProject":"¿Cuál es mi próximo proyecto?"};
|
|
1234
|
+
const richSuggestions = {"viewPerformance":"Ver análisis de rendimiento","generateReport":"Generar informe del proyecto","createDocument":"Crear documento de requisitos","generatePodcast":"Generar podcast de resumen diario"};
|
|
1235
|
+
const feedback = {"notWhatIWanted":"No era lo que buscaba","incorrectInfo":"Información incorrecta","incompleteAnswer":"Respuesta incompleta","other":"Otros..."};
|
|
1186
1236
|
const __vite_glob_2_2 = {
|
|
1187
1237
|
title: title$6,
|
|
1188
1238
|
defaultUserName,
|
|
@@ -1234,8 +1284,9 @@ const __vite_glob_2_2 = {
|
|
|
1234
1284
|
feedbackDialog,
|
|
1235
1285
|
suggestions,
|
|
1236
1286
|
richSuggestions,
|
|
1237
|
-
feedback
|
|
1287
|
+
feedback,
|
|
1238
1288
|
};
|
|
1289
|
+
|
|
1239
1290
|
const audioTitle = "Audio";
|
|
1240
1291
|
const video = "Video";
|
|
1241
1292
|
const untitledVideo = "Video sin título";
|
|
@@ -1290,26 +1341,30 @@ const __vite_glob_2_3 = {
|
|
|
1290
1341
|
playingFloating,
|
|
1291
1342
|
restoreToPage,
|
|
1292
1343
|
restore,
|
|
1293
|
-
popOut
|
|
1344
|
+
popOut,
|
|
1294
1345
|
};
|
|
1346
|
+
|
|
1295
1347
|
const title$5 = "Notificaciones";
|
|
1296
1348
|
const markAllRead = "Marcar todas como leídas";
|
|
1297
1349
|
const viewAll = "Ver todas las notificaciones";
|
|
1298
1350
|
const __vite_glob_2_4 = {
|
|
1299
1351
|
title: title$5,
|
|
1300
1352
|
markAllRead,
|
|
1301
|
-
viewAll
|
|
1353
|
+
viewAll,
|
|
1302
1354
|
};
|
|
1303
|
-
|
|
1355
|
+
|
|
1356
|
+
const status$3 = {"online":"En línea","offline":"Desconectado","away":"Ausente","busy":"Ocupado"};
|
|
1304
1357
|
const __vite_glob_2_5 = {
|
|
1305
|
-
status: status$3
|
|
1358
|
+
status: status$3,
|
|
1306
1359
|
};
|
|
1360
|
+
|
|
1307
1361
|
const progress = "Progreso";
|
|
1308
|
-
const status$2 = {
|
|
1362
|
+
const status$2 = {"active":"En curso","review":"En revisión","completed":"Completado","paused":"Pausado","atRisk":"En riesgo"};
|
|
1309
1363
|
const __vite_glob_2_6 = {
|
|
1310
1364
|
progress,
|
|
1311
|
-
status: status$2
|
|
1365
|
+
status: status$2,
|
|
1312
1366
|
};
|
|
1367
|
+
|
|
1313
1368
|
const collapse = "Contraer menú";
|
|
1314
1369
|
const expand = "Expandir menú";
|
|
1315
1370
|
const mainNavigation = "Navegación principal";
|
|
@@ -1334,8 +1389,9 @@ const __vite_glob_2_7 = {
|
|
|
1334
1389
|
search,
|
|
1335
1390
|
userProfile,
|
|
1336
1391
|
profile,
|
|
1337
|
-
logout
|
|
1392
|
+
logout,
|
|
1338
1393
|
};
|
|
1394
|
+
|
|
1339
1395
|
const totalUsers = "Total de Usuarios";
|
|
1340
1396
|
const totalRevenue = "Ingresos Totales";
|
|
1341
1397
|
const conversionRate = "Tasa de Conversión";
|
|
@@ -1348,15 +1404,16 @@ const __vite_glob_2_8 = {
|
|
|
1348
1404
|
conversionRate,
|
|
1349
1405
|
last30Days,
|
|
1350
1406
|
currentMonth,
|
|
1351
|
-
currentWeek
|
|
1407
|
+
currentWeek,
|
|
1352
1408
|
};
|
|
1409
|
+
|
|
1353
1410
|
const name = "Nombre";
|
|
1354
1411
|
const email = "Correo";
|
|
1355
1412
|
const role = "Rol";
|
|
1356
1413
|
const status$1 = "Estado";
|
|
1357
1414
|
const actions$1 = "Acciones";
|
|
1358
1415
|
const showing = "Mostrando {{count}} de {{total}} usuarios";
|
|
1359
|
-
const roles$1 = {
|
|
1416
|
+
const roles$1 = {"Developer":"Desarrollador","Designer":"Diseñador","Manager":"Gerente","Analyst":"Analista"};
|
|
1360
1417
|
const __vite_glob_2_9 = {
|
|
1361
1418
|
name,
|
|
1362
1419
|
email,
|
|
@@ -1364,8 +1421,9 @@ const __vite_glob_2_9 = {
|
|
|
1364
1421
|
status: status$1,
|
|
1365
1422
|
actions: actions$1,
|
|
1366
1423
|
showing,
|
|
1367
|
-
roles: roles$1
|
|
1424
|
+
roles: roles$1,
|
|
1368
1425
|
};
|
|
1426
|
+
|
|
1369
1427
|
const somethingWentWrong = "Algo salió mal";
|
|
1370
1428
|
const unexpectedError = "Ocurrió un error inesperado en la aplicación. Por favor, inténtalo de nuevo.";
|
|
1371
1429
|
const tryAgain = "Intentar de nuevo";
|
|
@@ -1380,8 +1438,9 @@ const __vite_glob_2_10 = {
|
|
|
1380
1438
|
goHome,
|
|
1381
1439
|
pageLoadError,
|
|
1382
1440
|
pageLoadErrorDesc,
|
|
1383
|
-
sectionLoadError
|
|
1441
|
+
sectionLoadError,
|
|
1384
1442
|
};
|
|
1443
|
+
|
|
1385
1444
|
const label = "Seleccionar idioma";
|
|
1386
1445
|
const placeholder = "Idioma";
|
|
1387
1446
|
const ptBR$1 = "Português (BR)";
|
|
@@ -1392,8 +1451,9 @@ const __vite_glob_2_11 = {
|
|
|
1392
1451
|
placeholder,
|
|
1393
1452
|
ptBR: ptBR$1,
|
|
1394
1453
|
en: en$1,
|
|
1395
|
-
es: es$1
|
|
1454
|
+
es: es$1,
|
|
1396
1455
|
};
|
|
1456
|
+
|
|
1397
1457
|
const home = "Inicio";
|
|
1398
1458
|
const template = "Plantilla";
|
|
1399
1459
|
const designSystem = "Sistema de Diseño";
|
|
@@ -1402,16 +1462,17 @@ const __vite_glob_2_12 = {
|
|
|
1402
1462
|
home,
|
|
1403
1463
|
template,
|
|
1404
1464
|
designSystem,
|
|
1405
|
-
settings: settings$1
|
|
1465
|
+
settings: settings$1,
|
|
1406
1466
|
};
|
|
1467
|
+
|
|
1407
1468
|
const title$4 = "Miembros del Equipo";
|
|
1408
1469
|
const subtitle$3 = "Gestiona el acceso de los miembros al sistema.";
|
|
1409
1470
|
const newMember = "Nuevo Miembro";
|
|
1410
1471
|
const searchPlaceholder = "Buscar correo...";
|
|
1411
|
-
const headers = {
|
|
1412
|
-
const roles = {
|
|
1413
|
-
const status = {
|
|
1414
|
-
const actions = {
|
|
1472
|
+
const headers = {"name":"Nombre","email":"Correo","role":"Rol","status":"Estado","action":"Acción"};
|
|
1473
|
+
const roles = {"administrator":"Administrador","editor":"Editor"};
|
|
1474
|
+
const status = {"active":"Activo","inactive":"Inactivo"};
|
|
1475
|
+
const actions = {"editProfile":"Editar Perfil","revokeAccess":"Revocar Acceso"};
|
|
1415
1476
|
const __vite_glob_2_13 = {
|
|
1416
1477
|
title: title$4,
|
|
1417
1478
|
subtitle: subtitle$3,
|
|
@@ -1420,17 +1481,18 @@ const __vite_glob_2_13 = {
|
|
|
1420
1481
|
headers,
|
|
1421
1482
|
roles,
|
|
1422
1483
|
status,
|
|
1423
|
-
actions
|
|
1484
|
+
actions,
|
|
1424
1485
|
};
|
|
1486
|
+
|
|
1425
1487
|
const title$3 = "Dashboard";
|
|
1426
1488
|
const subtitle$2 = "Vista general del sistema";
|
|
1427
1489
|
const downloadReport = "Descargar Reporte";
|
|
1428
1490
|
const lastMonth = "desde el mes pasado";
|
|
1429
|
-
const stats = {
|
|
1491
|
+
const stats = {"totalRevenue":"Ingresos Totales","totalRevenueValue":"€45.231,89","activeUsers":"Usuarios Activos","sales":"Ventas","retentionRate":"Tasa de Retención"};
|
|
1430
1492
|
const overview$1 = "Vista General";
|
|
1431
1493
|
const chartArea = "Área del Gráfico";
|
|
1432
1494
|
const recentEvents = "Últimos Eventos";
|
|
1433
|
-
const events = {
|
|
1495
|
+
const events = {"userLogin":"Inicio de sesión de João Silva","invoicePaid":"Factura #INV004 pagada"};
|
|
1434
1496
|
const __vite_glob_2_14 = {
|
|
1435
1497
|
title: title$3,
|
|
1436
1498
|
subtitle: subtitle$2,
|
|
@@ -1440,8 +1502,9 @@ const __vite_glob_2_14 = {
|
|
|
1440
1502
|
overview: overview$1,
|
|
1441
1503
|
chartArea,
|
|
1442
1504
|
recentEvents,
|
|
1443
|
-
events
|
|
1505
|
+
events,
|
|
1444
1506
|
};
|
|
1507
|
+
|
|
1445
1508
|
const title$2 = "Editar Perfil Corporativo";
|
|
1446
1509
|
const description$1 = "Actualiza los detalles de tu cuenta y define tus preferencias.";
|
|
1447
1510
|
const fullNameLabel = "Nombre Completo";
|
|
@@ -1452,7 +1515,7 @@ const notifyLabel = "Deseo recibir notificaciones actualizadas por correo al fin
|
|
|
1452
1515
|
const successMessage = "¡Perfil guardado con éxito!";
|
|
1453
1516
|
const cancel = "Cancelar";
|
|
1454
1517
|
const save = "Guardar Cambios";
|
|
1455
|
-
const errors = {
|
|
1518
|
+
const errors = {"fullNameRequired":"El nombre completo es obligatorio","emailInvalid":"Formato inválido"};
|
|
1456
1519
|
const __vite_glob_2_15 = {
|
|
1457
1520
|
title: title$2,
|
|
1458
1521
|
description: description$1,
|
|
@@ -1464,8 +1527,9 @@ const __vite_glob_2_15 = {
|
|
|
1464
1527
|
successMessage,
|
|
1465
1528
|
cancel,
|
|
1466
1529
|
save,
|
|
1467
|
-
errors
|
|
1530
|
+
errors,
|
|
1468
1531
|
};
|
|
1532
|
+
|
|
1469
1533
|
const welcome = "¡Bienvenido al Sistema de Diseño!";
|
|
1470
1534
|
const subtitle$1 = "Tu plataforma inteligente para automatización y análisis de datos";
|
|
1471
1535
|
const templateCliTitle = "Plantilla CLI";
|
|
@@ -1476,8 +1540,9 @@ const __vite_glob_2_16 = {
|
|
|
1476
1540
|
subtitle: subtitle$1,
|
|
1477
1541
|
templateCliTitle,
|
|
1478
1542
|
templateCliDescription,
|
|
1479
|
-
templateClibadge
|
|
1543
|
+
templateClibadge,
|
|
1480
1544
|
};
|
|
1545
|
+
|
|
1481
1546
|
const heading$2 = "Accede a tu cuenta";
|
|
1482
1547
|
const emailLabel$1 = "Correo electrónico";
|
|
1483
1548
|
const emailPlaceholder$1 = "tu@correo.com";
|
|
@@ -1504,8 +1569,9 @@ const __vite_glob_2_17 = {
|
|
|
1504
1569
|
signInWithMTLogin,
|
|
1505
1570
|
signInWithGovBr,
|
|
1506
1571
|
heroImageAlt: heroImageAlt$2,
|
|
1507
|
-
errorFillFields
|
|
1572
|
+
errorFillFields,
|
|
1508
1573
|
};
|
|
1574
|
+
|
|
1509
1575
|
const title$1 = "Acceso al Sistema";
|
|
1510
1576
|
const description = "Ingresa tus credenciales corporativas abajo.";
|
|
1511
1577
|
const emailLabel = "Correo Corporativo";
|
|
@@ -1520,8 +1586,9 @@ const __vite_glob_2_18 = {
|
|
|
1520
1586
|
emailPlaceholder,
|
|
1521
1587
|
passwordLabel,
|
|
1522
1588
|
forgotPassword,
|
|
1523
|
-
submit: submit$1
|
|
1589
|
+
submit: submit$1,
|
|
1524
1590
|
};
|
|
1591
|
+
|
|
1525
1592
|
const heading$1 = "Restablecer contraseña";
|
|
1526
1593
|
const subheading = "Crea una nueva contraseña segura para tu cuenta";
|
|
1527
1594
|
const newPasswordLabel = "Nueva contraseña";
|
|
@@ -1554,28 +1621,29 @@ const __vite_glob_2_19 = {
|
|
|
1554
1621
|
errorMismatch,
|
|
1555
1622
|
strengthWeak,
|
|
1556
1623
|
strengthMedium,
|
|
1557
|
-
strengthStrong
|
|
1624
|
+
strengthStrong,
|
|
1558
1625
|
};
|
|
1626
|
+
|
|
1559
1627
|
const breadcrumb = "Página de Plantilla";
|
|
1560
1628
|
const title = "Página de Plantilla";
|
|
1561
1629
|
const subtitle = "Plantilla completa con componentes del Xertica UI Design System";
|
|
1562
1630
|
const formSubmitSuccess = "¡Formulario enviado con éxito!";
|
|
1563
|
-
const sections = {
|
|
1564
|
-
const alerts = {
|
|
1565
|
-
const tabs = {
|
|
1566
|
-
const overview = {
|
|
1567
|
-
const forms = {
|
|
1568
|
-
const data = {
|
|
1569
|
-
const settings = {
|
|
1570
|
-
const buttons = {
|
|
1571
|
-
const badges = {
|
|
1572
|
-
const dialogs = {
|
|
1573
|
-
const sidebar = {
|
|
1574
|
-
const enhanced = {
|
|
1575
|
-
const footer = {
|
|
1576
|
-
const headerWithBreadcrumbs = {
|
|
1577
|
-
const headerVariations = {
|
|
1578
|
-
const sidebarControls = {
|
|
1631
|
+
const sections = {"alerts":"Alertas","cardsAndTabs":"Cards & Tabs","buttons":"Botones","badges":"Badges","dialogs":"Dialogs","sidebarVariations":"Variaciones de la Sidebar","enhancedComponents":"v2.2.1 — Componentes Mejorados"};
|
|
1632
|
+
const alerts = {"infoTitle":"Información","infoDescription":"Este es un ejemplo de alerta informativa usando los componentes del Design System.","errorTitle":"Error","errorDescription":"Ocurrió un error al procesar tu solicitud.","successTitle":"Éxito","successDescription":"¡Operación realizada con éxito!","warningTitle":"Aviso","warningDescription":"Atención: esta acción no se puede deshacer."};
|
|
1633
|
+
const tabs = {"overview":"Vista General","forms":"Formularios","data":"Datos","settings":"Configuración"};
|
|
1634
|
+
const overview = {"progressTitle":"Progress & Sliders","progressDescription":"Ejemplos de componentes de progreso","projectProgress":"Progreso del Proyecto","volume":"Volumen","totalUsersDemoValue":"1.234","revenueDemoValue":"€45,2k","conversionRateDemoValue":"3,2%"};
|
|
1635
|
+
const forms = {"registrationTitle":"Formulario de Registro","registrationDescription":"Completa los campos a continuación para crear una nueva cuenta","firstName":"Nombre","firstNamePlaceholder":"Juan","lastName":"Apellido","lastNamePlaceholder":"García","email":"Correo","emailPlaceholder":"juan@ejemplo.com","phone":"Teléfono","phonePlaceholder":"(55) 1234-5678","role":"Cargo","rolePlaceholder":"Selecciona un cargo","roles":{"developer":"Desarrollador","designer":"Diseñador","manager":"Gerente","analyst":"Analista"},"bio":"Biografía","bioPlaceholder":"Cuéntanos un poco sobre ti...","preferences":"Preferencias","newsletter":"Recibir newsletter por correo","pushNotifications":"Activar notificaciones push","featureUpdates":"Recibir actualizaciones sobre nuevas funciones","accountType":"Tipo de Cuenta","accountPersonal":"Personal","accountBusiness":"Empresarial","accountEnterprise":"Enterprise","cancel":"Cancelar","createAccount":"Crear Cuenta"};
|
|
1636
|
+
const data = {"title":"Lista de Usuarios","description":"Gestiona los usuarios del sistema","searchPlaceholder":"Buscar usuarios...","headers":{"name":"Nombre","email":"Correo","role":"Cargo","status":"Estado","actions":"Acciones"},"roles":{"developerFemale":"Desarrolladora","designer":"Diseñador","manager":"Gerente","analyst":"Analista"},"status":{"active":"Activo","away":"Ausente","inactive":"Inactivo"},"edit":"Editar","showing":"Mostrando {{count}} de {{total}} usuarios","previous":"Anterior","next":"Siguiente","demoEmailDomain":"ejemplo.com"};
|
|
1637
|
+
const settings = {"title":"Configuración del Sistema","description":"Gestiona la configuración general","darkMode":"Modo Oscuro","darkModeDescription":"Activar tema oscuro en la interfaz","emailNotifications":"Notificaciones por Correo","emailNotificationsDescription":"Recibir actualizaciones importantes por correo","pushNotifications":"Notificaciones Push","pushNotificationsDescription":"Recibir notificaciones instantáneas en el navegador","language":"Idioma","languages":{"ptBR":"Português (Brasil)","en":"English","es":"Español"},"timezone":"Zona Horaria","timezones":{"saoPaulo":"América/São Paulo (GMT-3)","newYork":"América/Nueva York (GMT-5)","london":"Europa/Londres (GMT+0)"},"restoreDefaults":"Restaurar Predeterminados","saveChanges":"Guardar Cambios"};
|
|
1638
|
+
const buttons = {"title":"Variaciones de Botones","description":"Diferentes estilos y tamaños de botones","variants":"Variantes","sizes":"Tamaños","withIcons":"Con Íconos","states":"Estados","profile":"Perfil","messages":"Mensajes","schedule":"Agendar","disabled":"Deshabilitado","outlineDisabled":"Outline Deshabilitado","variantLabels":{"default":"Predeterminado","secondary":"Secundario","outline":"Contorno","ghost":"Ghost","link":"Link","destructive":"Destructivo"},"sizeLabels":{"small":"Pequeño","default":"Predeterminado","large":"Grande"}};
|
|
1639
|
+
const badges = {"title":"Variaciones de Badges","description":"Diferentes estilos de badges para estados y etiquetas","labels":{"default":"Predeterminado","secondary":"Secundario","outline":"Contorno","destructive":"Destructivo","success":"Éxito","warning":"Aviso","info":"Info"}};
|
|
1640
|
+
const dialogs = {"dialogTitle":"Dialog","dialogDescription":"Un modal básico interactivo","editProfile":"Editar Perfil","editProfileDescription":"Realiza cambios en tu perfil aquí. Haz clic en guardar cuando termines.","name":"Nombre","nameDefaultValue":"Pedro Duarte","username":"Usuario","usernameDefaultValue":"@pedroduarte","update":"Actualizar","alertDialogTitle":"Alert Dialog","alertDialogDescription":"Una alerta para decisiones importantes","deleteAccount":"Eliminar Cuenta","areYouSure":"¿Estás absolutamente seguro?","deleteWarning":"Esta acción no se puede deshacer. Esto eliminará permanentemente tu cuenta y borrará tus datos de nuestros servidores.","cancel":"Cancelar","continue":"Continuar"};
|
|
1641
|
+
const sidebar = {"title":"Sidebar Assistant Mode vs Default","description":"La Sidebar admite flexibilidad mediante la propiedad variant.","assistantMode":"Modo Assistant","defaultMode":"Modo Predeterminado","searchTopicsPlaceholder":"Buscar temas...","newConversation":"Nueva Conversación","recent":"Recientes","constructionMonitoring":"Monitoreo de Obras","items":{"sidebarRefactor":"Refactorización Sidebar","sidebarRefactorDescription":"Activa ahora","br163Restoration":"Restauración BR-163","br163Location":"Cuiabá, MT"},"actions":{"rename":"Renombrar","renameToast":"Abrir renombrar...","move":"Mover","moveActive":"Proyectos Activos","moveActiveToast":"Movido a Proyectos Activos","moveMonitoring":"Monitoreo","moveMonitoringToast":"Movido a Monitoreo","moveArchive":"Archivo","moveArchiveToast":"Movido a Archivo","clear":"Limpiar","clearToast":"¡Historial limpiado!","newCategory":"Nueva Categoría","newCategoryToast":"Crear nueva categoría...","archiveGroup":"Archivar Grupo","archiveGroupToast":"Archivando grupo..."},"logoutToast":"Sesión cerrada","settingsClickedToast":"Configuración clicada","routes":{"home":"Inicio","dashboard":"Dashboard","settings":"Configuración"},"assistantContent":"Contenido del Assistant Mode","defaultContent":"Navegación Tradicional del Sistema"};
|
|
1642
|
+
const enhanced = {"pagination":{"title":"Pagination","description":"Navegación por páginas con la prop <code>disabled</code> en Previous/Next — ARIA y foco accesibles.","pageOfTotal":"Página {{current}} de {{total}} — el algoritmo Set-deduplicado garantiza la unicidad de los elementos"},"stepper":{"title":"Stepper","description":"Wizard multi-etapas con <code>role=\"list\"</code>, <code>aria-current=\"step\"</code> y <code>initialStep</code> clampado automáticamente.","step1Label":"Datos personales","step1Description":"Nombre y correo","step2Label":"Dirección","step2Description":"Código postal y ciudad","step3Label":"Confirmación","step3Description":"Revisar y enviar","previous":"Anterior","next":"Siguiente","finish":"Finalizar"},"treeView":{"title":"TreeView","description":"Navegación jerárquica con <code>ariaLabel</code>, roving tabindex y teclado WAI-ARIA (Espacio expande/colapsa, Enter selecciona).","ariaLabel":"Estructura de componentes","selectedConsoleLog":"Seleccionado:","nodes":{"components":"Componentes","ui":"UI","button":"Botón","input":"Input","pagination":"Paginación","layout":"Layout","sidebar":"Sidebar","header":"Header","hooks":"Hooks"}},"richText":{"title":"RichTextEditor","description":"Editor rich text con <code>role=\"textbox\"</code>, <code>aria-multiline</code> y contadores via <code>useState</code> (sin IIFE).","placeholder":"Escribe aquí..."}};
|
|
1643
|
+
const footer = {"title":"Template CLI-Ready","subtitle":"Cómo usar esta plantilla","descriptionPart1":"Esta plantilla está lista para ser usada como base para nuevos proyectos. Todos los componentes son importados de la biblioteca ","descriptionPart2":" y siguen la arquitectura CLI-first de Xertica UI.","tipTitle":"Consejo","tipDescriptionPart1":"Copia este archivo como punto de partida para tus páginas. Todos los componentes son reutilizables y personalizables a través de las variables CSS definidas en ","tipDescriptionPart2":"."};
|
|
1644
|
+
const headerWithBreadcrumbs = {"sectionTitle":"Encabezado con Breadcrumbs","cardTitle":"Encabezado Principal","cardDescription":"Ejemplo de Header con breadcrumbs de 4 niveles","exampleContentTitle":"Contenido de Ejemplo","exampleContentDescriptionPart1":"En este ejemplo, el componente ","exampleContentDescriptionPart2":" principal de la aplicación ahora admite recibir un array de breadcrumbs para navegaciones complejas con más de 3 niveles.","breadcrumbs":{"dashboard":"Dashboard","settings":"Configuración","users":"Usuarios","accessProfile":"Perfil de Acceso"}};
|
|
1645
|
+
const headerVariations = {"sectionTitle":"Variaciones de Encabezado","cardTitle":"Configuración del Encabezado Principal","cardDescription":"El Header se enfoca en la navegación (breadcrumbs) y acciones contextuales rápidas.","visibleElements":"Elementos Visibles","actionButtons":"Botones de Acción","breadcrumbsLabel":"Breadcrumbs","preview":"Vista Previa","currentPage":"Página Actual","contentArea":"Área de Contenido de la Página","breadcrumbBrand":"Xertica UI","breadcrumbSettings":"Configuración","breadcrumbProfile":"Perfil","notificationsOpenedToast":"Notificaciones abiertas","messagesLabel":"Mensajes","messagesOpenedToast":"Mensajes abiertos"};
|
|
1646
|
+
const sidebarControls = {"footerSettings":"Configuración del Pie","userProfile":"Perfil del Usuario","settings":"Configuración","logoutButton":"Botón de Salir","sidebarWidthDesktop":"Ancho de la Sidebar (Desktop)","sidebarWidthAriaLabel":"Ancho de la Sidebar","filterByStatus":"Filtrar por Estado","filterActive":"Activo","filterArchived":"Archivado","filterPending":"Pendiente"};
|
|
1579
1647
|
const __vite_glob_2_20 = {
|
|
1580
1648
|
breadcrumb,
|
|
1581
1649
|
title,
|
|
@@ -1596,8 +1664,9 @@ const __vite_glob_2_20 = {
|
|
|
1596
1664
|
footer,
|
|
1597
1665
|
headerWithBreadcrumbs,
|
|
1598
1666
|
headerVariations,
|
|
1599
|
-
sidebarControls
|
|
1667
|
+
sidebarControls,
|
|
1600
1668
|
};
|
|
1669
|
+
|
|
1601
1670
|
const heading = "Verifica tu correo electrónico";
|
|
1602
1671
|
const instructionsSent = "Enviamos las instrucciones para restablecer tu contraseña a:";
|
|
1603
1672
|
const instructions = "Sigue las instrucciones en el correo para restablecer tu contraseña. El enlace expira en 24 horas.";
|
|
@@ -1618,8 +1687,9 @@ const __vite_glob_2_21 = {
|
|
|
1618
1687
|
resending,
|
|
1619
1688
|
resentSuccess,
|
|
1620
1689
|
backToLogin,
|
|
1621
|
-
heroImageAlt
|
|
1690
|
+
heroImageAlt,
|
|
1622
1691
|
};
|
|
1692
|
+
|
|
1623
1693
|
const switchToLight = "Cambiar a tema claro";
|
|
1624
1694
|
const switchToDark = "Cambiar a tema oscuro";
|
|
1625
1695
|
const lightMode = "Modo Claro";
|
|
@@ -1628,8 +1698,9 @@ const __vite_glob_2_22 = {
|
|
|
1628
1698
|
switchToLight,
|
|
1629
1699
|
switchToDark,
|
|
1630
1700
|
lightMode,
|
|
1631
|
-
darkMode
|
|
1701
|
+
darkMode,
|
|
1632
1702
|
};
|
|
1703
|
+
|
|
1633
1704
|
function bundleLang(chunks) {
|
|
1634
1705
|
const out = {};
|
|
1635
1706
|
for (const [filePath, value] of Object.entries(chunks)) {
|
|
@@ -1641,13 +1712,13 @@ function bundleLang(chunks) {
|
|
|
1641
1712
|
return out;
|
|
1642
1713
|
}
|
|
1643
1714
|
const ptBR = bundleLang(
|
|
1644
|
-
/*
|
|
1715
|
+
/* #__PURE__ */ Object.assign({"./locales/pt-BR/common.json": __vite_glob_0_0,"./locales/pt-BR/components/activityCard.json": __vite_glob_0_1,"./locales/pt-BR/components/assistant.json": __vite_glob_0_2,"./locales/pt-BR/components/media.json": __vite_glob_0_3,"./locales/pt-BR/components/notificationCard.json": __vite_glob_0_4,"./locales/pt-BR/components/profileCard.json": __vite_glob_0_5,"./locales/pt-BR/components/projectCard.json": __vite_glob_0_6,"./locales/pt-BR/components/sidebar.json": __vite_glob_0_7,"./locales/pt-BR/components/stats.json": __vite_glob_0_8,"./locales/pt-BR/components/team.json": __vite_glob_0_9,"./locales/pt-BR/errors.json": __vite_glob_0_10,"./locales/pt-BR/languageSelector.json": __vite_glob_0_11,"./locales/pt-BR/nav.json": __vite_glob_0_12,"./locales/pt-BR/pages/crudTemplate.json": __vite_glob_0_13,"./locales/pt-BR/pages/dashboardTemplate.json": __vite_glob_0_14,"./locales/pt-BR/pages/formTemplate.json": __vite_glob_0_15,"./locales/pt-BR/pages/home.json": __vite_glob_0_16,"./locales/pt-BR/pages/login.json": __vite_glob_0_17,"./locales/pt-BR/pages/loginTemplate.json": __vite_glob_0_18,"./locales/pt-BR/pages/resetPassword.json": __vite_glob_0_19,"./locales/pt-BR/pages/templates.json": __vite_glob_0_20,"./locales/pt-BR/pages/verifyEmail.json": __vite_glob_0_21,"./locales/pt-BR/themeToggle.json": __vite_glob_0_22})
|
|
1645
1716
|
);
|
|
1646
1717
|
const en = bundleLang(
|
|
1647
|
-
/*
|
|
1718
|
+
/* #__PURE__ */ Object.assign({"./locales/en/common.json": __vite_glob_1_0,"./locales/en/components/activityCard.json": __vite_glob_1_1,"./locales/en/components/assistant.json": __vite_glob_1_2,"./locales/en/components/media.json": __vite_glob_1_3,"./locales/en/components/notificationCard.json": __vite_glob_1_4,"./locales/en/components/profileCard.json": __vite_glob_1_5,"./locales/en/components/projectCard.json": __vite_glob_1_6,"./locales/en/components/sidebar.json": __vite_glob_1_7,"./locales/en/components/stats.json": __vite_glob_1_8,"./locales/en/components/team.json": __vite_glob_1_9,"./locales/en/errors.json": __vite_glob_1_10,"./locales/en/languageSelector.json": __vite_glob_1_11,"./locales/en/nav.json": __vite_glob_1_12,"./locales/en/pages/crudTemplate.json": __vite_glob_1_13,"./locales/en/pages/dashboardTemplate.json": __vite_glob_1_14,"./locales/en/pages/formTemplate.json": __vite_glob_1_15,"./locales/en/pages/home.json": __vite_glob_1_16,"./locales/en/pages/login.json": __vite_glob_1_17,"./locales/en/pages/loginTemplate.json": __vite_glob_1_18,"./locales/en/pages/resetPassword.json": __vite_glob_1_19,"./locales/en/pages/templates.json": __vite_glob_1_20,"./locales/en/pages/verifyEmail.json": __vite_glob_1_21,"./locales/en/themeToggle.json": __vite_glob_1_22})
|
|
1648
1719
|
);
|
|
1649
1720
|
const es = bundleLang(
|
|
1650
|
-
/*
|
|
1721
|
+
/* #__PURE__ */ Object.assign({"./locales/es/common.json": __vite_glob_2_0,"./locales/es/components/activityCard.json": __vite_glob_2_1,"./locales/es/components/assistant.json": __vite_glob_2_2,"./locales/es/components/media.json": __vite_glob_2_3,"./locales/es/components/notificationCard.json": __vite_glob_2_4,"./locales/es/components/profileCard.json": __vite_glob_2_5,"./locales/es/components/projectCard.json": __vite_glob_2_6,"./locales/es/components/sidebar.json": __vite_glob_2_7,"./locales/es/components/stats.json": __vite_glob_2_8,"./locales/es/components/team.json": __vite_glob_2_9,"./locales/es/errors.json": __vite_glob_2_10,"./locales/es/languageSelector.json": __vite_glob_2_11,"./locales/es/nav.json": __vite_glob_2_12,"./locales/es/pages/crudTemplate.json": __vite_glob_2_13,"./locales/es/pages/dashboardTemplate.json": __vite_glob_2_14,"./locales/es/pages/formTemplate.json": __vite_glob_2_15,"./locales/es/pages/home.json": __vite_glob_2_16,"./locales/es/pages/login.json": __vite_glob_2_17,"./locales/es/pages/loginTemplate.json": __vite_glob_2_18,"./locales/es/pages/resetPassword.json": __vite_glob_2_19,"./locales/es/pages/templates.json": __vite_glob_2_20,"./locales/es/pages/verifyEmail.json": __vite_glob_2_21,"./locales/es/themeToggle.json": __vite_glob_2_22})
|
|
1651
1722
|
);
|
|
1652
1723
|
const STORAGE_KEY$1 = "xertica_language";
|
|
1653
1724
|
const DEFAULT_FALLBACK = "pt-BR";
|
|
@@ -1670,6 +1741,7 @@ function registerLanguageResource(code, json, ns = "translation") {
|
|
|
1670
1741
|
i18n.addResourceBundle(code, ns, json, true, true);
|
|
1671
1742
|
}
|
|
1672
1743
|
}
|
|
1744
|
+
|
|
1673
1745
|
const DEFAULT_LANGUAGES = [
|
|
1674
1746
|
{ code: "pt-BR", label: "Português (BR)", shortLabel: "PT" },
|
|
1675
1747
|
{ code: "en", label: "English", shortLabel: "EN" },
|
|
@@ -1706,8 +1778,7 @@ function LanguageProvider({
|
|
|
1706
1778
|
}, [languageCodesKey]);
|
|
1707
1779
|
const resolvedDefault = defaultLanguage ?? languages[0].code;
|
|
1708
1780
|
const [language, setLanguageState] = React.useState(() => {
|
|
1709
|
-
|
|
1710
|
-
const saved = typeof window !== "undefined" ? (_a = window.localStorage) == null ? void 0 : _a.getItem(STORAGE_KEY) : null;
|
|
1781
|
+
const saved = typeof window !== "undefined" ? window.localStorage?.getItem(STORAGE_KEY) : null;
|
|
1711
1782
|
if (saved && languages.some((l) => l.code === saved)) {
|
|
1712
1783
|
return saved;
|
|
1713
1784
|
}
|
|
@@ -1721,7 +1792,6 @@ function LanguageProvider({
|
|
|
1721
1792
|
});
|
|
1722
1793
|
const setLanguage = React.useCallback(
|
|
1723
1794
|
(lang) => {
|
|
1724
|
-
var _a;
|
|
1725
1795
|
if (!languages.some((l) => l.code === lang)) {
|
|
1726
1796
|
if (typeof console !== "undefined") {
|
|
1727
1797
|
console.warn(
|
|
@@ -1731,7 +1801,7 @@ function LanguageProvider({
|
|
|
1731
1801
|
return;
|
|
1732
1802
|
}
|
|
1733
1803
|
setLanguageState(lang);
|
|
1734
|
-
|
|
1804
|
+
window.localStorage?.setItem(STORAGE_KEY, lang);
|
|
1735
1805
|
i18n.changeLanguage(lang);
|
|
1736
1806
|
queryClient.invalidateQueries();
|
|
1737
1807
|
},
|
|
@@ -1766,6 +1836,7 @@ function useLanguage() {
|
|
|
1766
1836
|
}
|
|
1767
1837
|
return context;
|
|
1768
1838
|
}
|
|
1839
|
+
|
|
1769
1840
|
const ThemeContext = React.createContext(void 0);
|
|
1770
1841
|
function ThemeProvider({
|
|
1771
1842
|
children,
|
|
@@ -1774,11 +1845,10 @@ function ThemeProvider({
|
|
|
1774
1845
|
storageKey = "xertica-theme"
|
|
1775
1846
|
}) {
|
|
1776
1847
|
const getInitialTheme = () => {
|
|
1777
|
-
var _a;
|
|
1778
1848
|
if (disableDarkMode) return "light";
|
|
1779
1849
|
if (defaultTheme) return defaultTheme;
|
|
1780
1850
|
if (typeof window !== "undefined") {
|
|
1781
|
-
const savedTheme =
|
|
1851
|
+
const savedTheme = window.localStorage?.getItem(storageKey);
|
|
1782
1852
|
if (savedTheme && (savedTheme === "light" || savedTheme === "dark")) {
|
|
1783
1853
|
return savedTheme;
|
|
1784
1854
|
}
|
|
@@ -1795,7 +1865,6 @@ function ThemeProvider({
|
|
|
1795
1865
|
}
|
|
1796
1866
|
}, [disableDarkMode, theme]);
|
|
1797
1867
|
React.useEffect(() => {
|
|
1798
|
-
var _a;
|
|
1799
1868
|
if (typeof document === "undefined") return;
|
|
1800
1869
|
const root = document.documentElement;
|
|
1801
1870
|
root.classList.remove("light", "dark");
|
|
@@ -1805,14 +1874,13 @@ function ThemeProvider({
|
|
|
1805
1874
|
root.classList.add("light");
|
|
1806
1875
|
}
|
|
1807
1876
|
if (typeof window !== "undefined") {
|
|
1808
|
-
|
|
1877
|
+
window.localStorage?.setItem(storageKey, theme);
|
|
1809
1878
|
}
|
|
1810
1879
|
}, [theme, storageKey]);
|
|
1811
1880
|
React.useEffect(() => {
|
|
1812
|
-
var _a;
|
|
1813
1881
|
if (disableDarkMode) return;
|
|
1814
1882
|
if (typeof window === "undefined" || !window.matchMedia) return;
|
|
1815
|
-
if (!
|
|
1883
|
+
if (!window.localStorage?.getItem(storageKey)) {
|
|
1816
1884
|
const mediaQuery = window.matchMedia("(prefers-color-scheme: dark)");
|
|
1817
1885
|
const handleChange = (e) => {
|
|
1818
1886
|
setThemeState(e.matches ? "dark" : "light");
|
|
@@ -1847,6 +1915,7 @@ function useTheme() {
|
|
|
1847
1915
|
}
|
|
1848
1916
|
return context;
|
|
1849
1917
|
}
|
|
1918
|
+
|
|
1850
1919
|
exports.DEFAULT_LANGUAGES = DEFAULT_LANGUAGES;
|
|
1851
1920
|
exports.LanguageProvider = LanguageProvider;
|
|
1852
1921
|
exports.ThemeProvider = ThemeProvider;
|