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.
Files changed (524) hide show
  1. package/CHANGELOG.md +572 -564
  2. package/README.md +417 -417
  3. package/assets/xertica-logo.svg +37 -37
  4. package/assets/xertica-x-logo.svg +20 -20
  5. package/bin/cli.ts +1244 -1244
  6. package/bin/language-config.ts +358 -358
  7. package/components/assistant/code-block/CodeBlock.tsx +268 -268
  8. package/components/assistant/formatted-document/FormattedDocument.tsx +147 -147
  9. package/components/assistant/modern-chat-input/ModernChatInput.tsx +564 -564
  10. package/components/assistant/xertica-assistant/parts/AssistantCollapsedView.tsx +99 -99
  11. package/components/assistant/xertica-assistant/parts/AssistantConversationList.tsx +104 -104
  12. package/components/assistant/xertica-assistant/parts/AssistantDocumentEditor.tsx +81 -81
  13. package/components/assistant/xertica-assistant/parts/AssistantFeedbackDialog.tsx +88 -88
  14. package/components/assistant/xertica-assistant/parts/AssistantHeader.tsx +75 -75
  15. package/components/assistant/xertica-assistant/parts/AssistantMessageBubble.tsx +564 -564
  16. package/components/assistant/xertica-assistant/parts/AssistantTabBar.tsx +67 -67
  17. package/components/assistant/xertica-assistant/parts/AssistantWelcomeScreen.tsx +103 -103
  18. package/components/assistant/xertica-assistant/use-assistant.ts +615 -615
  19. package/components/assistant/xertica-assistant/xertica-assistant.tsx +611 -611
  20. package/components/blocks/card-patterns/ActivityCard.tsx +100 -100
  21. package/components/blocks/card-patterns/ActivityCardSkeleton.tsx +56 -56
  22. package/components/blocks/card-patterns/FeatureCardSkeleton.tsx +58 -58
  23. package/components/blocks/card-patterns/NotificationCard.tsx +140 -140
  24. package/components/blocks/card-patterns/NotificationCardSkeleton.tsx +81 -81
  25. package/components/blocks/card-patterns/ProfileCard.tsx +112 -112
  26. package/components/blocks/card-patterns/ProfileCardSkeleton.tsx +69 -69
  27. package/components/blocks/card-patterns/ProjectCard.tsx +123 -123
  28. package/components/blocks/card-patterns/ProjectCardSkeleton.tsx +67 -67
  29. package/components/blocks/card-patterns/QuickActionCardSkeleton.tsx +44 -44
  30. package/components/blocks/card-patterns/card-patterns.stories.tsx +594 -594
  31. package/components/blocks/card-patterns/index.ts +29 -29
  32. package/components/brand/language-selector/LanguageSelector.tsx +102 -102
  33. package/components/brand/language-selector/language-selector.stories.tsx +111 -111
  34. package/components/brand/language-selector/language-selector.test.tsx +101 -101
  35. package/components/brand/theme-toggle/ThemeToggle.tsx +74 -74
  36. package/components/brand/xertica-provider/XerticaProvider.tsx +109 -109
  37. package/components/brand/xertica-provider/xertica-provider.mdx +61 -61
  38. package/components/index.ts +86 -86
  39. package/components/layout/sidebar/sidebar.mdx +1 -1
  40. package/components/layout/sidebar/sidebar.tsx +1079 -1079
  41. package/components/media/FloatingMediaWrapper.tsx +371 -371
  42. package/components/media/audio-player/AudioPlayer.tsx +768 -768
  43. package/components/media/video-player/VideoPlayer.tsx +310 -310
  44. package/components/pages/forgot-password-page/ForgotPasswordPage.tsx +188 -188
  45. package/components/pages/home-content/HomeContent.tsx +120 -120
  46. package/components/pages/home-content/home-content.mdx +62 -62
  47. package/components/pages/home-page/HomePage.tsx +78 -78
  48. package/components/pages/home-page/home-page.mdx +53 -53
  49. package/components/pages/login-page/LoginPage.tsx +218 -218
  50. package/components/pages/reset-password-page/ResetPasswordPage.tsx +243 -243
  51. package/components/pages/template-content/TemplateContent.tsx +1354 -1354
  52. package/components/pages/template-content/template-content.mdx +61 -61
  53. package/components/pages/template-page/template-page.mdx +53 -53
  54. package/components/pages/verify-email-page/VerifyEmailPage.tsx +206 -206
  55. package/components/shared/error-boundary.stories.tsx +114 -114
  56. package/components/shared/error-boundary.tsx +150 -150
  57. package/components/shared/error-fallbacks.tsx +222 -222
  58. package/components/ui/accordion/accordion.mdx +8 -8
  59. package/components/ui/alert/alert.mdx +8 -8
  60. package/components/ui/alert-dialog/alert-dialog.mdx +8 -8
  61. package/components/ui/aspect-ratio/aspect-ratio.mdx +8 -8
  62. package/components/ui/assistant-chart/assistant-chart.mdx +8 -8
  63. package/components/ui/avatar/avatar.mdx +8 -8
  64. package/components/ui/badge/badge.mdx +8 -8
  65. package/components/ui/breadcrumb/breadcrumb.mdx +8 -8
  66. package/components/ui/button/button.mdx +8 -8
  67. package/components/ui/calendar/calendar.mdx +8 -8
  68. package/components/ui/card/card.mdx +8 -8
  69. package/components/ui/carousel/carousel.mdx +8 -8
  70. package/components/ui/chart/chart.mdx +8 -8
  71. package/components/ui/checkbox/checkbox.mdx +8 -8
  72. package/components/ui/collapsible/collapsible.mdx +8 -8
  73. package/components/ui/command/command.mdx +8 -8
  74. package/components/ui/context-menu/context-menu.mdx +8 -8
  75. package/components/ui/dialog/dialog.mdx +8 -8
  76. package/components/ui/drawer/drawer.mdx +8 -8
  77. package/components/ui/dropdown-menu/dropdown-menu.mdx +8 -8
  78. package/components/ui/empty/empty.mdx +8 -8
  79. package/components/ui/file-upload/file-upload.mdx +8 -8
  80. package/components/ui/hover-card/hover-card.mdx +8 -8
  81. package/components/ui/input/input.mdx +8 -8
  82. package/components/ui/input-otp/input-otp.mdx +8 -8
  83. package/components/ui/label/label.mdx +8 -8
  84. package/components/ui/map/map.mdx +8 -8
  85. package/components/ui/menubar/menubar.mdx +8 -8
  86. package/components/ui/navigation-menu/navigation-menu.mdx +8 -8
  87. package/components/ui/notification-badge/notification-badge.mdx +8 -8
  88. package/components/ui/pagination/pagination.mdx +8 -8
  89. package/components/ui/popover/popover.mdx +8 -8
  90. package/components/ui/progress/progress.mdx +8 -8
  91. package/components/ui/radio-group/radio-group.mdx +8 -8
  92. package/components/ui/rating/rating.mdx +8 -8
  93. package/components/ui/resizable/resizable.mdx +8 -8
  94. package/components/ui/route-map/route-map.mdx +8 -8
  95. package/components/ui/scroll-area/scroll-area.mdx +8 -8
  96. package/components/ui/search/search.mdx +8 -8
  97. package/components/ui/select/select.mdx +8 -8
  98. package/components/ui/separator/separator.mdx +8 -8
  99. package/components/ui/sheet/sheet.mdx +8 -8
  100. package/components/ui/simple-map/simple-map.mdx +8 -8
  101. package/components/ui/skeleton/skeleton.mdx +8 -8
  102. package/components/ui/slider/slider.mdx +8 -8
  103. package/components/ui/sonner/sonner.mdx +8 -8
  104. package/components/ui/stats-card/index.ts +2 -2
  105. package/components/ui/stats-card/stats-card-skeleton.tsx +60 -60
  106. package/components/ui/stats-card/stats-card.mdx +8 -8
  107. package/components/ui/stats-card/stats-card.stories.tsx +117 -99
  108. package/components/ui/stats-card/stats-card.tsx +18 -2
  109. package/components/ui/stepper/stepper.mdx +8 -8
  110. package/components/ui/switch/switch.mdx +8 -8
  111. package/components/ui/table/table.mdx +8 -8
  112. package/components/ui/tabs/tabs.mdx +8 -8
  113. package/components/ui/textarea/textarea.mdx +8 -8
  114. package/components/ui/timeline/timeline.mdx +8 -8
  115. package/components/ui/toggle/toggle.mdx +8 -8
  116. package/components/ui/toggle-group/toggle-group.mdx +8 -8
  117. package/components/ui/tooltip/tooltip.mdx +8 -8
  118. package/components/ui/tree-view/tree-view.mdx +8 -8
  119. package/components.json +153 -533
  120. package/contexts/AuthContext.tsx +121 -121
  121. package/contexts/LanguageContext.test.tsx +121 -121
  122. package/contexts/LanguageContext.tsx +250 -250
  123. package/dist/AssistantChart-BKVtGUKF.js +3383 -0
  124. package/dist/{AssistantChart-BAx9VQvb.cjs → AssistantChart-Bdd44uBn.cjs} +388 -127
  125. package/dist/{AssistantChart-CVko2A1W.js → AssistantChart-CFhDdGyU.js} +391 -130
  126. package/dist/{AssistantChart-CVzmmhx4.js → AssistantChart-C_hwFRRr.js} +4 -4
  127. package/dist/{AssistantChart-BAudAfne.cjs → AssistantChart-CldVCVDe.cjs} +5 -5
  128. package/dist/{AssistantChart-BP8upjMk.js → AssistantChart-Cu3m7RBo.js} +5 -5
  129. package/dist/AssistantChart-CxGjH7Qk.js +3477 -0
  130. package/dist/AssistantChart-DIpshm3i.js +4784 -0
  131. package/dist/AssistantChart-D_PTeu8P.cjs +3503 -0
  132. package/dist/{AssistantChart-9w31gdAb.cjs → AssistantChart-DoZCyS5r.cjs} +4 -4
  133. package/dist/AssistantChart-WeycT5Pd.cjs +3551 -0
  134. package/dist/AssistantChart-zjsy2GaZ.cjs +4810 -0
  135. package/dist/AudioPlayer-B1lt5cPl.cjs +989 -0
  136. package/dist/AudioPlayer-BZ7bibzU.cjs +982 -0
  137. package/dist/AudioPlayer-BpRPS4-1.cjs +1277 -0
  138. package/dist/AudioPlayer-C12BjQBV.cjs +997 -0
  139. package/dist/{AudioPlayer-1ypwE2Wh.cjs → AudioPlayer-CFeV8t-5.cjs} +1 -1
  140. package/dist/{AudioPlayer-DuKXrCfy.js → AudioPlayer-CGRUtUdN.js} +1 -1
  141. package/dist/AudioPlayer-Coly3q5R.js +1278 -0
  142. package/dist/AudioPlayer-CySJIyvL.js +937 -0
  143. package/dist/AudioPlayer-DMcG_c7L.js +990 -0
  144. package/dist/AudioPlayer-DcFKRJE_.js +998 -0
  145. package/dist/AudioPlayer-IAU5q5T1.cjs +936 -0
  146. package/dist/AudioPlayer-e8LfNoqO.js +983 -0
  147. package/dist/BrandColorsContext-565dDHd5.js +660 -0
  148. package/dist/BrandColorsContext-BcJbtkqn.cjs +659 -0
  149. package/dist/{xertica-assistant-Qp3ydksa.cjs → CodeBlock-7TTgmdGG.cjs} +263 -51
  150. package/dist/{xertica-assistant-gnCJdcZY.js → CodeBlock-BeSt1h5P.js} +219 -7
  151. package/dist/CodeBlock-BgfYL_rD.cjs +2094 -0
  152. package/dist/CodeBlock-BlcqlA9M.cjs +2094 -0
  153. package/dist/CodeBlock-Bnmeu5ez.cjs +2094 -0
  154. package/dist/CodeBlock-BtfPlbAI.js +2078 -0
  155. package/dist/CodeBlock-CIySIuYr.js +2078 -0
  156. package/dist/CodeBlock-CuPtUM-7.cjs +2094 -0
  157. package/dist/CodeBlock-D6ffWXgc.js +2078 -0
  158. package/dist/CodeBlock-D8dcwbit.cjs +2094 -0
  159. package/dist/CodeBlock-DMZrFnlw.cjs +2094 -0
  160. package/dist/CodeBlock-DlBehYN8.js +2078 -0
  161. package/dist/CodeBlock-DnYNI8rQ.js +2078 -0
  162. package/dist/CodeBlock-DvKWbSnE.cjs +2094 -0
  163. package/dist/CodeBlock-DwMCfkFY.js +2078 -0
  164. package/dist/CodeBlock-Dy6CNYyj.js +2078 -0
  165. package/dist/CodeBlock-U1pPOQI7.cjs +2094 -0
  166. package/dist/CodeBlock-f_GpNhEB.js +2078 -0
  167. package/dist/CodeBlock-oB6u8nI1.js +2078 -0
  168. package/dist/CodeBlock-tZC31B73.cjs +2094 -0
  169. package/dist/FeatureCard-CxC-7C-C.cjs +300 -0
  170. package/dist/FeatureCard-DbHWCb4E.js +301 -0
  171. package/dist/ImageWithFallback-CGtidP6B.cjs +4542 -0
  172. package/dist/ImageWithFallback-lsg3pdFg.js +4508 -0
  173. package/dist/{LanguageContext-DvUt5jBg.cjs → LanguageContext-B_KFTCzT.cjs} +2 -2
  174. package/dist/{LanguageContext-BwhwC3G2.js → LanguageContext-CS14yCpi.js} +2 -2
  175. package/dist/{XerticaXLogo-DHz5SugF.js → LanguageSelector-B5YfbHra.js} +115 -136
  176. package/dist/{XerticaXLogo-DTee_y8X.cjs → LanguageSelector-D6uacAIM.cjs} +115 -136
  177. package/dist/LayoutContext-B45-e9DI.cjs +93 -0
  178. package/dist/LayoutContext-BAql6ZRY.js +97 -0
  179. package/dist/LayoutContext-Bav3UMEA.js +94 -0
  180. package/dist/LayoutContext-BvK-ggDa.cjs +96 -0
  181. package/dist/{ThemeContext-Bo-W2WZH.js → ThemeContext-BWq9ACPo.js} +8 -13
  182. package/dist/{ThemeContext-ept8jhXI.js → ThemeContext-BXjrgUjW.js} +261 -200
  183. package/dist/{ThemeContext-BblcjQup.cjs → ThemeContext-Bmod0Cg2.cjs} +8 -13
  184. package/dist/ThemeContext-BoH4NLfN.js +734 -0
  185. package/dist/{ThemeContext-BbBNoFTG.js → ThemeContext-C2EwAPDt.js} +2 -2
  186. package/dist/{ThemeContext-U4dEYc6C.cjs → ThemeContext-CGk3KK0k.cjs} +1 -8
  187. package/dist/{ThemeContext-D3LzacmG.js → ThemeContext-CQSo4Iwc.js} +1 -8
  188. package/dist/{ThemeContext-CP3a0jxy.cjs → ThemeContext-j5aGtPky.cjs} +262 -193
  189. package/dist/ThemeContext-r69W20Xg.cjs +733 -0
  190. package/dist/{ThemeContext-Cmr8Ex8H.cjs → ThemeContext-vTjumZeM.cjs} +2 -2
  191. package/dist/{VerifyEmailPage-BRSP-Pwt.cjs → VerifyEmailPage--1Vurewl.cjs} +3 -3
  192. package/dist/{VerifyEmailPage-CbgjOF0v.js → VerifyEmailPage-1WwWczAn.js} +12 -22
  193. package/dist/{VerifyEmailPage-DF2ilhum.cjs → VerifyEmailPage-B4peJjAT.cjs} +356 -334
  194. package/dist/{VerifyEmailPage-CR7kb5df.cjs → VerifyEmailPage-BComraR7.cjs} +12 -22
  195. package/dist/{VerifyEmailPage-u_Dn7t1U.cjs → VerifyEmailPage-Bp1XXl3H.cjs} +4 -4
  196. package/dist/{VerifyEmailPage-CkBYfsNy.cjs → VerifyEmailPage-By3Jf__L.cjs} +4 -4
  197. package/dist/{VerifyEmailPage-Bv8Ah_TK.cjs → VerifyEmailPage-ByerOcm4.cjs} +20 -23
  198. package/dist/{VerifyEmailPage-BE-L9mB7.js → VerifyEmailPage-C0c2e5n0.js} +7 -7
  199. package/dist/{VerifyEmailPage-EhudUdqF.js → VerifyEmailPage-C5TNQTBa.js} +355 -343
  200. package/dist/{VerifyEmailPage-Dt7zgA4w.cjs → VerifyEmailPage-CFLMls1p.cjs} +4 -4
  201. package/dist/{VerifyEmailPage-Cyl55sJb.js → VerifyEmailPage-CJLz3jrn.js} +20 -23
  202. package/dist/VerifyEmailPage-COiyNl1y.js +2825 -0
  203. package/dist/{VerifyEmailPage-DMBh4NM9.cjs → VerifyEmailPage-CYXtbKi3.cjs} +1 -1
  204. package/dist/{VerifyEmailPage-DTtFfC-J.js → VerifyEmailPage-CgMxRb4z.js} +3 -3
  205. package/dist/VerifyEmailPage-CqKsR2v8.js +2827 -0
  206. package/dist/{VerifyEmailPage-Bae2cBXT.cjs → VerifyEmailPage-Cwi3kbol.cjs} +7 -7
  207. package/dist/{VerifyEmailPage-X14vhdyl.js → VerifyEmailPage-DGhuIqkb.js} +4 -4
  208. package/dist/{VerifyEmailPage-BIBOKV7Z.js → VerifyEmailPage-DSBMRHtl.js} +36 -41
  209. package/dist/{VerifyEmailPage-D-FRj5TU.cjs → VerifyEmailPage-De6bQjrz.cjs} +36 -41
  210. package/dist/{VerifyEmailPage-BJjAMUTW.js → VerifyEmailPage-DgIid028.js} +4 -4
  211. package/dist/VerifyEmailPage-DjQKRlUS.cjs +2824 -0
  212. package/dist/{VerifyEmailPage-CdYPSJoO.js → VerifyEmailPage-DvMLZgFt.js} +1 -1
  213. package/dist/{VerifyEmailPage-C_ihbcth.js → VerifyEmailPage-MTD7AG1Z.js} +4 -4
  214. package/dist/VerifyEmailPage-s-1X3LDJ.cjs +2826 -0
  215. package/dist/XerticaOrbe-KL1RBHzw.cjs +1354 -0
  216. package/dist/XerticaOrbe-zwS1p2a8.js +1355 -0
  217. package/dist/XerticaProvider-6btlAlzc.js +17 -0
  218. package/dist/{XerticaProvider-siSt9uG2.js → XerticaProvider-B7EVH-NF.js} +2 -2
  219. package/dist/{XerticaProvider-AbWlr7Af.cjs → XerticaProvider-BIrqfZ-i.cjs} +11 -8
  220. package/dist/XerticaProvider-BNoNOxQ5.cjs +16 -0
  221. package/dist/XerticaProvider-BlY2limY.cjs +38 -0
  222. package/dist/{XerticaProvider-CWgby5mY.js → XerticaProvider-C1DKnvLh.js} +4 -4
  223. package/dist/{XerticaProvider-AChwphCO.cjs → XerticaProvider-CBGc4EMA.cjs} +4 -4
  224. package/dist/{XerticaProvider-BITjgC5p.js → XerticaProvider-CEoWMTxu.js} +2 -2
  225. package/dist/{XerticaProvider-By8q3Roe.cjs → XerticaProvider-CllrbMEJ.cjs} +2 -2
  226. package/dist/{XerticaProvider-B8CaV7xu.cjs → XerticaProvider-D-yNhF94.cjs} +1 -1
  227. package/dist/XerticaProvider-DDuiIcKo.js +39 -0
  228. package/dist/{XerticaProvider-DQtvJU7m.js → XerticaProvider-DYq4JWtg.js} +1 -1
  229. package/dist/{XerticaProvider-CWs6EwNa.js → XerticaProvider-Dt5HEzbQ.js} +10 -10
  230. package/dist/{XerticaProvider-CW9hpCdF.cjs → XerticaProvider-ET0ihewn.cjs} +2 -2
  231. package/dist/XerticaProvider-cI9hSs27.cjs +38 -0
  232. package/dist/XerticaProvider-hSwhNQex.js +39 -0
  233. package/dist/{XerticaXLogo-ChryA6xj.js → XerticaXLogo-B7xQ5dhi.js} +1 -1
  234. package/dist/{XerticaXLogo-CziKMQil.cjs → XerticaXLogo-CQUUjXoH.cjs} +8 -8
  235. package/dist/{XerticaXLogo-DfUvz-lD.js → XerticaXLogo-Cmsp-Eey.js} +9 -9
  236. package/dist/{XerticaXLogo-CFuIlYFH.js → XerticaXLogo-DZbo4vOE.js} +12 -12
  237. package/dist/{XerticaXLogo-8TTzBjHw.cjs → XerticaXLogo-Zw2B276b.cjs} +1 -1
  238. package/dist/{XerticaXLogo-kslQ8Tk_.cjs → XerticaXLogo-bvZSgwGF.cjs} +13 -7
  239. package/dist/alert-dialog-BOje--vD.js +847 -0
  240. package/dist/alert-dialog-BtEuQqrg.cjs +870 -0
  241. package/dist/{alert-dialog-yckpaOpy.cjs → alert-dialog-DSKByiKZ.cjs} +3 -3
  242. package/dist/{alert-dialog-iDe5VE5o.js → alert-dialog-s-vmNkJ_.js} +3 -3
  243. package/dist/breadcrumb-CqJ7bHY5.js +161 -0
  244. package/dist/breadcrumb-m9Hb2_XN.cjs +177 -0
  245. package/dist/components/assistant/xertica-assistant/hooks/index.d.ts +6 -0
  246. package/dist/components/assistant/xertica-assistant/hooks/use-assistant-conversations.d.ts +21 -0
  247. package/dist/components/assistant/xertica-assistant/hooks/use-assistant-messages.d.ts +49 -0
  248. package/dist/components/assistant/xertica-assistant/hooks/use-assistant-suggestions.d.ts +16 -0
  249. package/dist/components/blocks/audio-player/AudioPlayer.d.ts +35 -0
  250. package/dist/components/blocks/audio-player/index.d.ts +1 -0
  251. package/dist/components/blocks/document-editor/DocumentEditor.d.ts +26 -0
  252. package/dist/components/blocks/document-editor/index.d.ts +1 -0
  253. package/dist/components/blocks/podcast-player/PodcastPlayer.d.ts +41 -0
  254. package/dist/components/blocks/podcast-player/index.d.ts +1 -0
  255. package/dist/components/ui/chart/parts/chart-dashboard.d.ts +113 -0
  256. package/dist/components/ui/chart/parts/chart-metric.d.ts +118 -0
  257. package/dist/components/ui/chart/parts/chart-primitives.d.ts +101 -0
  258. package/dist/components/ui/chart/parts/chart-shared.d.ts +20 -0
  259. package/dist/components/ui/chart/parts/chart-utils.d.ts +12 -0
  260. package/dist/components/ui/chart/parts/index.d.ts +5 -0
  261. package/dist/components/ui/stats-card/stats-card.d.ts +10 -0
  262. package/dist/dropdown-menu-BDB5CmQs.cjs +247 -0
  263. package/dist/dropdown-menu-DQidbKBD.js +231 -0
  264. package/dist/google-maps-loader-BFWp6VPd.js +287 -0
  265. package/dist/google-maps-loader-BKcdgFbu.cjs +312 -0
  266. package/dist/{google-maps-loader-t2IlYBzw.js → google-maps-loader-CTYySAun.js} +4 -0
  267. package/dist/google-maps-loader-CumCNXeG.js +312 -0
  268. package/dist/{google-maps-loader-BqsYL48U.cjs → google-maps-loader-Y-QkD-Li.cjs} +5 -0
  269. package/dist/google-maps-loader-eS3uQ5TA.cjs +287 -0
  270. package/dist/header-Cgy6vYPk.cjs +731 -0
  271. package/dist/header-DRlT4jgI.js +715 -0
  272. package/dist/header-Dux00SI4.cjs +731 -0
  273. package/dist/header-EkGKXPsD.js +715 -0
  274. package/dist/header-WfEywpyc.cjs +731 -0
  275. package/dist/header-tifNQn2U.js +715 -0
  276. package/dist/index-BhapVLVj.js +8 -0
  277. package/dist/{index-D3RLKRAs.cjs → index-COtD8bRW.cjs} +1 -1
  278. package/dist/index-D6fxYEY8.cjs +7 -0
  279. package/dist/index-DAIp0_HK.js +8 -0
  280. package/dist/index-DW5tYe26.js +8 -0
  281. package/dist/index-GA__GvnG.cjs +7 -0
  282. package/dist/index.cjs.js +2 -2
  283. package/dist/index.es.js +2 -2
  284. package/dist/index.umd.js +1043 -470
  285. package/dist/input-2R4loU86.js +127 -0
  286. package/dist/input-DWANSKGb.cjs +145 -0
  287. package/dist/pages.cjs.js +1 -1
  288. package/dist/pages.es.js +1 -1
  289. package/dist/progress-DPtzoVV8.js +175 -0
  290. package/dist/progress-EeaoqqUs.cjs +191 -0
  291. package/dist/rich-text-editor-0mraWT5y.cjs +2376 -0
  292. package/dist/rich-text-editor-B-IkcPD0.js +2874 -0
  293. package/dist/rich-text-editor-B6jMRLzk.cjs +1939 -0
  294. package/dist/rich-text-editor-B8_oYcIR.js +1730 -0
  295. package/dist/rich-text-editor-B9UbSXNb.js +1203 -0
  296. package/dist/rich-text-editor-BYuRBNBU.js +2373 -0
  297. package/dist/rich-text-editor-Bb9pySTs.cjs +2374 -0
  298. package/dist/rich-text-editor-BcL6L3cm.cjs +2374 -0
  299. package/dist/rich-text-editor-BoVZYtTs.cjs +2391 -0
  300. package/dist/rich-text-editor-Bp3zQqMC.js +2954 -0
  301. package/dist/rich-text-editor-CMgSN_w2.js +1189 -0
  302. package/dist/rich-text-editor-CPV1lEPH.cjs +1748 -0
  303. package/dist/rich-text-editor-CeucBdIv.cjs +2971 -0
  304. package/dist/rich-text-editor-CoKqbCtu.cjs +1799 -0
  305. package/dist/rich-text-editor-Cw56T_mB.js +2356 -0
  306. package/dist/rich-text-editor-Cyt8qs2b.js +1921 -0
  307. package/dist/rich-text-editor-D6H84OcX.cjs +1220 -0
  308. package/dist/rich-text-editor-D76gD-QI.js +2328 -0
  309. package/dist/rich-text-editor-DKkokOnA.js +1781 -0
  310. package/dist/rich-text-editor-DNsdpN64.cjs +2359 -0
  311. package/dist/rich-text-editor-DfG8bCyY.js +2358 -0
  312. package/dist/rich-text-editor-Dxjw31Z4.js +2341 -0
  313. package/dist/rich-text-editor-DzP0Epmb.js +2356 -0
  314. package/dist/rich-text-editor-bRkNoeZY.cjs +2891 -0
  315. package/dist/rich-text-editor-lyYE2ZG5.cjs +1207 -0
  316. package/dist/rich-text-editor-skplNlBM.cjs +2345 -0
  317. package/dist/select-Bkbr0f-Z.cjs +162 -0
  318. package/dist/select-CvIVdX2n.js +145 -0
  319. package/dist/{sidebar-CA6_ek3f.js → sidebar-B6SlKZYN.js} +40 -49
  320. package/dist/{sidebar-CmvwjnVb.js → sidebar-BViy8Eeu.js} +17 -9
  321. package/dist/{sidebar-Dz7bd3zP.js → sidebar-BbVIQvlP.js} +1 -1
  322. package/dist/{sidebar-CVUGHOS_.cjs → sidebar-BxGXsDAd.cjs} +16 -8
  323. package/dist/sidebar-CK_0ZQHj.cjs +803 -0
  324. package/dist/sidebar-CUuOvYhK.js +787 -0
  325. package/dist/{sidebar-KIS0C2JH.js → sidebar-CrQDDdcz.js} +24 -33
  326. package/dist/{sidebar-zowjejT2.cjs → sidebar-DAaY8bRU.cjs} +24 -33
  327. package/dist/{sidebar-B3EYhli0.cjs → sidebar-DQj1z3jG.cjs} +227 -269
  328. package/dist/{sidebar-B9NR0lCe.cjs → sidebar-Djn5syhi.cjs} +295 -309
  329. package/dist/{sidebar-CplprZpM.js → sidebar-LluMXfam.js} +227 -269
  330. package/dist/sidebar-_rT7rBMk.js +787 -0
  331. package/dist/{sidebar-BvF5I2Ue.cjs → sidebar-nzPoVHBQ.cjs} +41 -46
  332. package/dist/{sidebar-C5B_LHek.cjs → sidebar-q7P2Godd.cjs} +1 -1
  333. package/dist/slider-Bc5Hd0y1.js +56 -0
  334. package/dist/slider-N7hFFj6X.cjs +73 -0
  335. package/dist/tooltip-Ded96neP.cjs +137 -0
  336. package/dist/tooltip-HDOoD2-0.js +120 -0
  337. package/dist/ui.cjs.js +1 -1
  338. package/dist/ui.es.js +1 -1
  339. package/dist/use-audio-player-B31J-aqh.cjs +187 -0
  340. package/dist/use-audio-player-BkmEmj8Q.js +185 -0
  341. package/dist/use-audio-player-CLFTWFW1.cjs +184 -0
  342. package/dist/use-audio-player-CLLn00I6.js +188 -0
  343. package/dist/{use-audio-player-Dn1NR9xN.cjs → use-audio-player-NKsWyjWu.cjs} +7 -3
  344. package/dist/{use-audio-player-Bkh23vQ3.js → use-audio-player-nv8ZSGa1.js} +7 -3
  345. package/dist/use-file-upload-BcjEo2S5.js +404 -0
  346. package/dist/use-file-upload-CRJR68Tj.cjs +403 -0
  347. package/dist/use-mobile-B0hNy_Y6.cjs +4303 -0
  348. package/dist/use-mobile-BXuYROXM.js +4202 -0
  349. package/dist/use-mobile-Bbd51ASU.cjs +4392 -0
  350. package/dist/use-mobile-Bk6CX-TC.js +4359 -0
  351. package/dist/use-mobile-BvYdisLP.js +4202 -0
  352. package/dist/use-mobile-BzuxjzNX.cjs +4392 -0
  353. package/dist/use-mobile-CG2-SdXV.cjs +4235 -0
  354. package/dist/use-mobile-CKb5pqTs.js +4269 -0
  355. package/dist/use-mobile-CYuAuGDl.js +4202 -0
  356. package/dist/use-mobile-CaENcqm-.js +4508 -0
  357. package/dist/use-mobile-CbrYgJGJ.js +4203 -0
  358. package/dist/use-mobile-Cd4xPrKq.cjs +46 -0
  359. package/dist/use-mobile-DMOvImGQ.cjs +4542 -0
  360. package/dist/use-mobile-DRB3BQgD.cjs +4235 -0
  361. package/dist/use-mobile-DZvv7QMR.js +4359 -0
  362. package/dist/use-mobile-DdI_TXam.cjs +4235 -0
  363. package/dist/use-mobile-DlceKf8a.js +4359 -0
  364. package/dist/use-mobile-DsOnow1o.cjs +4236 -0
  365. package/dist/use-mobile-Kcj6jSnK.cjs +4392 -0
  366. package/dist/use-mobile-bnKcua_i.js +4202 -0
  367. package/dist/use-mobile-j4w2Jrf1.js +30 -0
  368. package/dist/use-mobile-ncXBeE2z.cjs +4235 -0
  369. package/dist/use-rich-text-editor-DjiddBGv.js +282 -0
  370. package/dist/use-rich-text-editor-lpeswbCs.cjs +281 -0
  371. package/dist/xertica-assistant-BdiZag0h.js +2187 -0
  372. package/dist/xertica-assistant-CrgTb6Hs.cjs +2155 -0
  373. package/dist/xertica-assistant-DCsnQyi5.js +2156 -0
  374. package/dist/xertica-assistant-DUBpmEgo.cjs +2186 -0
  375. package/dist/{xertica-assistant-Bj3vBCq_.cjs → xertica-assistant-V_IdW4WF.cjs} +27 -9
  376. package/dist/{xertica-assistant-BMqdyRVi.js → xertica-assistant-ciJaWqm1.js} +28 -10
  377. package/dist/{xertica-assistant-B1IaHXnB.cjs → xertica-assistant-dyP7KHM5.cjs} +533 -392
  378. package/dist/{xertica-assistant-DPsESB6t.js → xertica-assistant-yX1CFBBo.js} +535 -394
  379. package/dist/xertica-ui.css +2 -2
  380. package/docs/architecture-improvements.md +456 -456
  381. package/docs/architecture.md +312 -312
  382. package/docs/components/assistant.md +428 -428
  383. package/docs/components/branding.md +252 -252
  384. package/docs/components/card-patterns.md +447 -447
  385. package/docs/components/error-boundary.md +201 -201
  386. package/docs/components/hooks.md +432 -432
  387. package/docs/components/language-selector.md +176 -176
  388. package/docs/components/pages.md +323 -323
  389. package/docs/components/stats-card.md +20 -2
  390. package/docs/doc-audit.md +244 -244
  391. package/docs/getting-started.md +616 -616
  392. package/docs/guidelines.md +330 -330
  393. package/docs/i18n.md +480 -480
  394. package/docs/installation.md +268 -268
  395. package/docs/llms.md +295 -295
  396. package/docs/state-management.md +289 -289
  397. package/guidelines/Guidelines.md +409 -409
  398. package/llms-compact.txt +1 -1
  399. package/llms-full.txt +11553 -7133
  400. package/llms.txt +1 -1
  401. package/package.json +219 -219
  402. package/styles/xertica/base.css +90 -90
  403. package/templates/.prettierignore +4 -4
  404. package/templates/.prettierrc +10 -10
  405. package/templates/CLAUDE.md +180 -180
  406. package/templates/guidelines/Guidelines.md +577 -577
  407. package/templates/package.json +69 -69
  408. package/templates/src/app/App.tsx +46 -46
  409. package/templates/src/app/components/AuthGuard.tsx +131 -131
  410. package/templates/src/features/assistant/data/mock.ts +75 -75
  411. package/templates/src/features/assistant/hooks/useAssistantConfig.ts +20 -20
  412. package/templates/src/features/assistant/index.ts +5 -5
  413. package/templates/src/features/auth/ui/AuthPageShell.tsx +32 -32
  414. package/templates/src/features/auth/ui/ForgotPasswordContent.tsx +70 -70
  415. package/templates/src/features/auth/ui/LoginContent.tsx +92 -92
  416. package/templates/src/features/auth/ui/ResetPasswordContent.tsx +183 -183
  417. package/templates/src/features/auth/ui/SocialLoginButtons.tsx +78 -78
  418. package/templates/src/features/auth/ui/VerifyEmailContent.tsx +80 -80
  419. package/templates/src/features/home/data/mock.ts +41 -41
  420. package/templates/src/features/home/hooks/useFeatureCards.ts +20 -20
  421. package/templates/src/features/home/index.ts +11 -11
  422. package/templates/src/features/home/ui/HomeContent.tsx +117 -117
  423. package/templates/src/features/template/ui/CrudTemplate.tsx +112 -112
  424. package/templates/src/features/template/ui/DashboardTemplate.tsx +110 -110
  425. package/templates/src/features/template/ui/FormTemplate.tsx +117 -117
  426. package/templates/src/features/template/ui/LoginTemplate.tsx +59 -59
  427. package/templates/src/features/template/ui/TemplateContent.tsx +1322 -1322
  428. package/templates/src/i18n.ts +124 -124
  429. package/templates/src/locales/en/common.json +21 -21
  430. package/templates/src/locales/en/components/activityCard.json +10 -10
  431. package/templates/src/locales/en/components/assistant.json +119 -119
  432. package/templates/src/locales/en/components/media.json +29 -29
  433. package/templates/src/locales/en/components/notificationCard.json +5 -5
  434. package/templates/src/locales/en/components/profileCard.json +8 -8
  435. package/templates/src/locales/en/components/projectCard.json +10 -10
  436. package/templates/src/locales/en/components/sidebar.json +14 -14
  437. package/templates/src/locales/en/components/stats.json +8 -8
  438. package/templates/src/locales/en/components/team.json +14 -14
  439. package/templates/src/locales/en/errors.json +9 -9
  440. package/templates/src/locales/en/languageSelector.json +7 -7
  441. package/templates/src/locales/en/nav.json +6 -6
  442. package/templates/src/locales/en/pages/crudTemplate.json +25 -25
  443. package/templates/src/locales/en/pages/dashboardTemplate.json +20 -20
  444. package/templates/src/locales/en/pages/forgotPassword.json +10 -10
  445. package/templates/src/locales/en/pages/formTemplate.json +16 -16
  446. package/templates/src/locales/en/pages/home.json +7 -7
  447. package/templates/src/locales/en/pages/login.json +15 -15
  448. package/templates/src/locales/en/pages/loginTemplate.json +9 -9
  449. package/templates/src/locales/en/pages/resetPassword.json +18 -18
  450. package/templates/src/locales/en/pages/templates.json +317 -317
  451. package/templates/src/locales/en/pages/verifyEmail.json +12 -12
  452. package/templates/src/locales/en/themeToggle.json +6 -6
  453. package/templates/src/locales/es/common.json +21 -21
  454. package/templates/src/locales/es/components/activityCard.json +10 -10
  455. package/templates/src/locales/es/components/assistant.json +119 -119
  456. package/templates/src/locales/es/components/media.json +29 -29
  457. package/templates/src/locales/es/components/notificationCard.json +5 -5
  458. package/templates/src/locales/es/components/profileCard.json +8 -8
  459. package/templates/src/locales/es/components/projectCard.json +10 -10
  460. package/templates/src/locales/es/components/sidebar.json +14 -14
  461. package/templates/src/locales/es/components/stats.json +8 -8
  462. package/templates/src/locales/es/components/team.json +14 -14
  463. package/templates/src/locales/es/errors.json +9 -9
  464. package/templates/src/locales/es/languageSelector.json +7 -7
  465. package/templates/src/locales/es/nav.json +6 -6
  466. package/templates/src/locales/es/pages/crudTemplate.json +25 -25
  467. package/templates/src/locales/es/pages/dashboardTemplate.json +20 -20
  468. package/templates/src/locales/es/pages/forgotPassword.json +10 -10
  469. package/templates/src/locales/es/pages/formTemplate.json +16 -16
  470. package/templates/src/locales/es/pages/home.json +7 -7
  471. package/templates/src/locales/es/pages/login.json +15 -15
  472. package/templates/src/locales/es/pages/loginTemplate.json +9 -9
  473. package/templates/src/locales/es/pages/resetPassword.json +18 -18
  474. package/templates/src/locales/es/pages/templates.json +317 -317
  475. package/templates/src/locales/es/pages/verifyEmail.json +12 -12
  476. package/templates/src/locales/es/themeToggle.json +6 -6
  477. package/templates/src/locales/pt-BR/common.json +21 -21
  478. package/templates/src/locales/pt-BR/components/activityCard.json +10 -10
  479. package/templates/src/locales/pt-BR/components/assistant.json +119 -119
  480. package/templates/src/locales/pt-BR/components/media.json +29 -29
  481. package/templates/src/locales/pt-BR/components/notificationCard.json +5 -5
  482. package/templates/src/locales/pt-BR/components/profileCard.json +8 -8
  483. package/templates/src/locales/pt-BR/components/projectCard.json +10 -10
  484. package/templates/src/locales/pt-BR/components/sidebar.json +14 -14
  485. package/templates/src/locales/pt-BR/components/stats.json +8 -8
  486. package/templates/src/locales/pt-BR/components/team.json +14 -14
  487. package/templates/src/locales/pt-BR/errors.json +9 -9
  488. package/templates/src/locales/pt-BR/languageSelector.json +7 -7
  489. package/templates/src/locales/pt-BR/nav.json +6 -6
  490. package/templates/src/locales/pt-BR/pages/crudTemplate.json +25 -25
  491. package/templates/src/locales/pt-BR/pages/dashboardTemplate.json +20 -20
  492. package/templates/src/locales/pt-BR/pages/forgotPassword.json +10 -10
  493. package/templates/src/locales/pt-BR/pages/formTemplate.json +16 -16
  494. package/templates/src/locales/pt-BR/pages/home.json +7 -7
  495. package/templates/src/locales/pt-BR/pages/login.json +15 -15
  496. package/templates/src/locales/pt-BR/pages/loginTemplate.json +9 -9
  497. package/templates/src/locales/pt-BR/pages/resetPassword.json +18 -18
  498. package/templates/src/locales/pt-BR/pages/templates.json +317 -317
  499. package/templates/src/locales/pt-BR/pages/verifyEmail.json +12 -12
  500. package/templates/src/locales/pt-BR/themeToggle.json +6 -6
  501. package/templates/src/pages/AssistantPage.tsx +470 -470
  502. package/templates/src/pages/HomePage.tsx +53 -53
  503. package/templates/src/shared/error-boundary.tsx +150 -150
  504. package/templates/src/shared/error-fallbacks.tsx +222 -222
  505. package/templates/vite.config.js +20 -20
  506. package/templates/vite.config.ts +55 -55
  507. package/dist/ThemeContext-CpqYShLq.cjs +0 -324
  508. package/dist/ThemeContext-Du2nE1PL.js +0 -325
  509. package/dist/ThemeContext-GeEBTJ3q.cjs +0 -1621
  510. package/dist/ThemeContext-JyLK9B1o.js +0 -1622
  511. package/dist/VerifyEmailPage-BiRm7Nh4.cjs +0 -3213
  512. package/dist/VerifyEmailPage-Bvfv8HVQ.js +0 -3214
  513. package/dist/VerifyEmailPage-hdB8JQGv.cjs +0 -3213
  514. package/dist/VerifyEmailPage-vYHbYK3q.js +0 -3214
  515. package/dist/XerticaProvider-CUYJZc32.js +0 -49
  516. package/dist/XerticaProvider-CjQAQPcn.cjs +0 -48
  517. package/dist/XerticaProvider-D5lLumH-.js +0 -49
  518. package/dist/XerticaProvider-qQUDop71.cjs +0 -48
  519. package/dist/XerticaXLogo-BWaag64t.js +0 -252
  520. package/dist/XerticaXLogo-CU-U-GP4.cjs +0 -251
  521. package/dist/index-CkTUgOwX.js +0 -8
  522. package/dist/sidebar-OTO_up7Z.js +0 -801
  523. package/dist/{rich-text-editor-BmsjY03B.js → rich-text-editor-DgF8s7xW.js} +26 -26
  524. package/dist/{rich-text-editor-GS2kpTAK.cjs → rich-text-editor-mWoaSCE4.cjs} +26 -26
@@ -1,8 +1,9 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { createContext, useMemo, useEffect, useState, useCallback, useContext } from "react";
3
- import i18n from "i18next";
4
- import { initReactI18next } from "react-i18next";
5
- import { useQueryClient } from "@tanstack/react-query";
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { createContext, useMemo, useEffect, useState, useCallback, useContext } from 'react';
3
+ import i18n from 'i18next';
4
+ import { initReactI18next } from 'react-i18next';
5
+ import { useQueryClient } from '@tanstack/react-query';
6
+
6
7
  const view$2 = "Visualizar";
7
8
  const edit$2 = "Editar";
8
9
  const cancel$5 = "Cancelar";
@@ -39,14 +40,16 @@ const __vite_glob_0_0 = {
39
40
  copied: copied$5,
40
41
  copyCode: copyCode$2,
41
42
  seeMore: seeMore$2,
42
- seeLess: seeLess$2
43
+ seeLess: seeLess$2,
43
44
  };
45
+
44
46
  const title$n = "Atividade Recente";
45
- const type$2 = { "create": "Criado", "update": "Atualizado", "remove": "Removido", "comment": "Comentou", "deploy": "Deploy" };
47
+ const type$2 = {"create":"Criado","update":"Atualizado","remove":"Removido","comment":"Comentou","deploy":"Deploy"};
46
48
  const __vite_glob_0_1 = {
47
49
  title: title$n,
48
- type: type$2
50
+ type: type$2,
49
51
  };
52
+
50
53
  const title$m = "Assistente Xertica";
51
54
  const defaultUserName$2 = "Usuário";
52
55
  const defaultWelcomeMessage$2 = "Como posso ajudar?";
@@ -90,14 +93,14 @@ const recordingDescriptionFull$2 = "Fale sua dúvida ou comando. A gravação pa
90
93
  const podcastName$2 = "Podcast";
91
94
  const likeToast$2 = "Obrigado por avaliar positivamente!";
92
95
  const feedbackToast$2 = "Obrigado pelo seu feedback. Vamos melhorar.";
93
- 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" };
94
- 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" };
95
- const tabs$5 = { "chat": "Chat", "chatLabel": "Ver chat", "history": "Histórico", "historyLabel": "Ver histórico de conversas", "favorites": "Favoritos", "favoritesLabel": "Ver mensagens favoritas" };
96
- 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" };
97
- 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" };
98
- 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?" };
99
- 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" };
100
- const feedback$2 = { "notWhatIWanted": "Não era o que eu estava procurando", "incorrectInfo": "Informações incorretas", "incompleteAnswer": "Resposta incompleta", "other": "Outros..." };
96
+ 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"};
97
+ 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"};
98
+ const tabs$5 = {"chat":"Chat","chatLabel":"Ver chat","history":"Histórico","historyLabel":"Ver histórico de conversas","favorites":"Favoritos","favoritesLabel":"Ver mensagens favoritas"};
99
+ 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"};
100
+ 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"};
101
+ 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?"};
102
+ 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"};
103
+ const feedback$2 = {"notWhatIWanted":"Não era o que eu estava procurando","incorrectInfo":"Informações incorretas","incompleteAnswer":"Resposta incompleta","other":"Outros..."};
101
104
  const __vite_glob_0_2 = {
102
105
  title: title$m,
103
106
  defaultUserName: defaultUserName$2,
@@ -149,8 +152,9 @@ const __vite_glob_0_2 = {
149
152
  feedbackDialog: feedbackDialog$2,
150
153
  suggestions: suggestions$2,
151
154
  richSuggestions: richSuggestions$2,
152
- feedback: feedback$2
155
+ feedback: feedback$2,
153
156
  };
157
+
154
158
  const audioTitle$2 = "Áudio";
155
159
  const video$2 = "Vídeo";
156
160
  const untitledVideo$2 = "Vídeo sem título";
@@ -205,26 +209,30 @@ const __vite_glob_0_3 = {
205
209
  playingFloating: playingFloating$2,
206
210
  restoreToPage: restoreToPage$2,
207
211
  restore: restore$2,
208
- popOut: popOut$2
212
+ popOut: popOut$2,
209
213
  };
214
+
210
215
  const title$l = "Notificações";
211
216
  const markAllRead$2 = "Marcar todas como lidas";
212
217
  const viewAll$2 = "Ver todas as notificações";
213
218
  const __vite_glob_0_4 = {
214
219
  title: title$l,
215
220
  markAllRead: markAllRead$2,
216
- viewAll: viewAll$2
221
+ viewAll: viewAll$2,
217
222
  };
218
- const status$b = { "online": "Online", "offline": "Offline", "away": "Ausente", "busy": "Ocupado" };
223
+
224
+ const status$b = {"online":"Online","offline":"Offline","away":"Ausente","busy":"Ocupado"};
219
225
  const __vite_glob_0_5 = {
220
- status: status$b
226
+ status: status$b,
221
227
  };
228
+
222
229
  const progress$2 = "Progresso";
223
- const status$a = { "active": "Em andamento", "review": "Em revisão", "completed": "Concluído", "paused": "Pausado", "atRisk": "Em risco" };
230
+ const status$a = {"active":"Em andamento","review":"Em revisão","completed":"Concluído","paused":"Pausado","atRisk":"Em risco"};
224
231
  const __vite_glob_0_6 = {
225
232
  progress: progress$2,
226
- status: status$a
233
+ status: status$a,
227
234
  };
235
+
228
236
  const collapse$4 = "Recolher menu";
229
237
  const expand$4 = "Expandir menu";
230
238
  const mainNavigation$2 = "Navegação principal";
@@ -249,8 +257,9 @@ const __vite_glob_0_7 = {
249
257
  search: search$2,
250
258
  userProfile: userProfile$2,
251
259
  profile: profile$2,
252
- logout: logout$2
260
+ logout: logout$2,
253
261
  };
262
+
254
263
  const totalUsers$2 = "Total de Usuários";
255
264
  const totalRevenue$2 = "Receita Total";
256
265
  const conversionRate$2 = "Taxa de Conversão";
@@ -263,15 +272,16 @@ const __vite_glob_0_8 = {
263
272
  conversionRate: conversionRate$2,
264
273
  last30Days: last30Days$2,
265
274
  currentMonth: currentMonth$2,
266
- currentWeek: currentWeek$2
275
+ currentWeek: currentWeek$2,
267
276
  };
277
+
268
278
  const name$2 = "Nome";
269
279
  const email$2 = "E-mail";
270
280
  const role$2 = "Função";
271
281
  const status$9 = "Status";
272
282
  const actions$7 = "Ações";
273
283
  const showing$2 = "Exibindo {{count}} de {{total}} usuários";
274
- const roles$5 = { "Developer": "Desenvolvedor", "Designer": "Designer", "Manager": "Gerente", "Analyst": "Analista" };
284
+ const roles$5 = {"Developer":"Desenvolvedor","Designer":"Designer","Manager":"Gerente","Analyst":"Analista"};
275
285
  const __vite_glob_0_9 = {
276
286
  name: name$2,
277
287
  email: email$2,
@@ -279,8 +289,9 @@ const __vite_glob_0_9 = {
279
289
  status: status$9,
280
290
  actions: actions$7,
281
291
  showing: showing$2,
282
- roles: roles$5
292
+ roles: roles$5,
283
293
  };
294
+
284
295
  const somethingWentWrong$2 = "Algo deu errado";
285
296
  const unexpectedError$2 = "Ocorreu um erro inesperado na aplicação. Por favor, tente novamente.";
286
297
  const tryAgain$2 = "Tentar novamente";
@@ -295,8 +306,9 @@ const __vite_glob_0_10 = {
295
306
  goHome: goHome$2,
296
307
  pageLoadError: pageLoadError$2,
297
308
  pageLoadErrorDesc: pageLoadErrorDesc$2,
298
- sectionLoadError: sectionLoadError$2
309
+ sectionLoadError: sectionLoadError$2,
299
310
  };
311
+
300
312
  const label$2 = "Selecionar idioma";
301
313
  const placeholder$2 = "Idioma";
302
314
  const ptBR$3 = "Português (BR)";
@@ -307,8 +319,9 @@ const __vite_glob_0_11 = {
307
319
  placeholder: placeholder$2,
308
320
  ptBR: ptBR$3,
309
321
  en: en$3,
310
- es: es$3
322
+ es: es$3,
311
323
  };
324
+
312
325
  const home$2 = "Início";
313
326
  const template$2 = "Template";
314
327
  const designSystem$2 = "Design System";
@@ -317,16 +330,17 @@ const __vite_glob_0_12 = {
317
330
  home: home$2,
318
331
  template: template$2,
319
332
  designSystem: designSystem$2,
320
- settings: settings$5
333
+ settings: settings$5,
321
334
  };
335
+
322
336
  const title$k = "Membros da Equipe";
323
337
  const subtitle$b = "Gerencie o acesso dos membros ao sistema.";
324
338
  const newMember$2 = "Novo Membro";
325
339
  const searchPlaceholder$4 = "Buscar email...";
326
- const headers$2 = { "name": "Nome", "email": "E-mail", "role": "Cargo", "status": "Status", "action": "Ação" };
327
- const roles$4 = { "administrator": "Administrador", "editor": "Editor" };
328
- const status$8 = { "active": "Ativo", "inactive": "Inativo" };
329
- const actions$6 = { "editProfile": "Editar Perfil", "revokeAccess": "Revogar Acesso" };
340
+ const headers$2 = {"name":"Nome","email":"E-mail","role":"Cargo","status":"Status","action":"Ação"};
341
+ const roles$4 = {"administrator":"Administrador","editor":"Editor"};
342
+ const status$8 = {"active":"Ativo","inactive":"Inativo"};
343
+ const actions$6 = {"editProfile":"Editar Perfil","revokeAccess":"Revogar Acesso"};
330
344
  const __vite_glob_0_13 = {
331
345
  title: title$k,
332
346
  subtitle: subtitle$b,
@@ -335,17 +349,18 @@ const __vite_glob_0_13 = {
335
349
  headers: headers$2,
336
350
  roles: roles$4,
337
351
  status: status$8,
338
- actions: actions$6
352
+ actions: actions$6,
339
353
  };
354
+
340
355
  const title$j = "Dashboard";
341
356
  const subtitle$a = "Visão geral do sistema";
342
357
  const downloadReport$2 = "Baixar Relatório";
343
358
  const lastMonth$2 = "no último mês";
344
- const stats$2 = { "totalRevenue": "Receita Total", "totalRevenueValue": "R$ 45.231,89", "activeUsers": "Usuários Ativos", "sales": "Vendas", "retentionRate": "Taxa de Retenção" };
359
+ const stats$2 = {"totalRevenue":"Receita Total","totalRevenueValue":"R$ 45.231,89","activeUsers":"Usuários Ativos","sales":"Vendas","retentionRate":"Taxa de Retenção"};
345
360
  const overview$5 = "Visão Geral";
346
361
  const chartArea$2 = "Área de Gráfico";
347
362
  const recentEvents$2 = "Últimos Eventos";
348
- const events$2 = { "userLogin": "Login de João Silva", "invoicePaid": "Fatura #INV004 paga" };
363
+ const events$2 = {"userLogin":"Login de João Silva","invoicePaid":"Fatura #INV004 paga"};
349
364
  const __vite_glob_0_14 = {
350
365
  title: title$j,
351
366
  subtitle: subtitle$a,
@@ -355,8 +370,9 @@ const __vite_glob_0_14 = {
355
370
  overview: overview$5,
356
371
  chartArea: chartArea$2,
357
372
  recentEvents: recentEvents$2,
358
- events: events$2
373
+ events: events$2,
359
374
  };
375
+
360
376
  const title$i = "Editar Perfil Corporativo";
361
377
  const description$5 = "Atualize os detalhes de sua conta e defina as preferências.";
362
378
  const fullNameLabel$2 = "Nome Completo";
@@ -367,7 +383,7 @@ const notifyLabel$2 = "Desejo receber notificações atualizadas por e-mail no f
367
383
  const successMessage$2 = "Perfil salvo com sucesso!";
368
384
  const cancel$4 = "Cancelar";
369
385
  const save$4 = "Salvar Alterações";
370
- const errors$2 = { "fullNameRequired": "Nome completo é obrigatório", "emailInvalid": "Formato inválido" };
386
+ const errors$2 = {"fullNameRequired":"Nome completo é obrigatório","emailInvalid":"Formato inválido"};
371
387
  const __vite_glob_0_15 = {
372
388
  title: title$i,
373
389
  description: description$5,
@@ -379,8 +395,9 @@ const __vite_glob_0_15 = {
379
395
  successMessage: successMessage$2,
380
396
  cancel: cancel$4,
381
397
  save: save$4,
382
- errors: errors$2
398
+ errors: errors$2,
383
399
  };
400
+
384
401
  const welcome$2 = "Bem-vindo ao Design System!";
385
402
  const subtitle$9 = "Sua plataforma inteligente para automação e análise de dados";
386
403
  const templateCliTitle$2 = "Template CLI";
@@ -391,8 +408,9 @@ const __vite_glob_0_16 = {
391
408
  subtitle: subtitle$9,
392
409
  templateCliTitle: templateCliTitle$2,
393
410
  templateCliDescription: templateCliDescription$2,
394
- templateClibadge: templateClibadge$2
411
+ templateClibadge: templateClibadge$2,
395
412
  };
413
+
396
414
  const heading$8 = "Acesse sua conta";
397
415
  const emailLabel$7 = "E-mail";
398
416
  const emailPlaceholder$7 = "seu@email.com";
@@ -419,8 +437,9 @@ const __vite_glob_0_17 = {
419
437
  signInWithMTLogin: signInWithMTLogin$2,
420
438
  signInWithGovBr: signInWithGovBr$2,
421
439
  heroImageAlt: heroImageAlt$8,
422
- errorFillFields: errorFillFields$2
440
+ errorFillFields: errorFillFields$2,
423
441
  };
442
+
424
443
  const title$h = "Acesso ao Sistema";
425
444
  const description$4 = "Insira suas credenciais corporativas abaixo.";
426
445
  const emailLabel$6 = "Email Corporativo";
@@ -435,8 +454,9 @@ const __vite_glob_0_18 = {
435
454
  emailPlaceholder: emailPlaceholder$6,
436
455
  passwordLabel: passwordLabel$4,
437
456
  forgotPassword: forgotPassword$4,
438
- submit: submit$7
457
+ submit: submit$7,
439
458
  };
459
+
440
460
  const heading$7 = "Redefinir senha";
441
461
  const subheading$2 = "Crie uma nova senha segura para sua conta";
442
462
  const newPasswordLabel$2 = "Nova senha";
@@ -469,28 +489,29 @@ const __vite_glob_0_19 = {
469
489
  errorMismatch: errorMismatch$2,
470
490
  strengthWeak: strengthWeak$2,
471
491
  strengthMedium: strengthMedium$2,
472
- strengthStrong: strengthStrong$2
492
+ strengthStrong: strengthStrong$2,
473
493
  };
494
+
474
495
  const breadcrumb$2 = "Página de Template";
475
496
  const title$g = "Página de Template";
476
497
  const subtitle$8 = "Template completo com componentes do Xertica UI Design System";
477
498
  const formSubmitSuccess$2 = "Formulário enviado com sucesso!";
478
- const sections$2 = { "alerts": "Alertas", "cardsAndTabs": "Cards & Tabs", "buttons": "Botões", "badges": "Badges", "dialogs": "Dialogs", "sidebarVariations": "Variações da Sidebar", "enhancedComponents": "v2.1.10 — Componentes Aprimorados" };
479
- 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." };
480
- const tabs$4 = { "overview": "Visão Geral", "forms": "Formulários", "data": "Dados", "settings": "Configurações" };
481
- 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%" };
482
- 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" };
483
- 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" };
484
- 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" };
485
- 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" } };
486
- 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" } };
487
- 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" };
488
- 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" };
489
- 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..." } };
490
- 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": "." };
491
- 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" } };
492
- 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" };
493
- 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" };
499
+ 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"};
500
+ 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."};
501
+ const tabs$4 = {"overview":"Visão Geral","forms":"Formulários","data":"Dados","settings":"Configurações"};
502
+ 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%"};
503
+ 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"};
504
+ 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"};
505
+ 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"};
506
+ 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"}};
507
+ 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"}};
508
+ 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"};
509
+ 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"};
510
+ 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..."}};
511
+ 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":"."};
512
+ 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"}};
513
+ 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"};
514
+ 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"};
494
515
  const __vite_glob_0_20 = {
495
516
  breadcrumb: breadcrumb$2,
496
517
  title: title$g,
@@ -511,8 +532,9 @@ const __vite_glob_0_20 = {
511
532
  footer: footer$2,
512
533
  headerWithBreadcrumbs: headerWithBreadcrumbs$2,
513
534
  headerVariations: headerVariations$2,
514
- sidebarControls: sidebarControls$2
535
+ sidebarControls: sidebarControls$2,
515
536
  };
537
+
516
538
  const heading$6 = "Verifique seu e-mail";
517
539
  const instructionsSent$2 = "Enviamos as instruções para redefinir sua senha para:";
518
540
  const instructions$2 = "Siga as instruções no e-mail para redefinir sua senha. O link expira em 24 horas.";
@@ -533,8 +555,9 @@ const __vite_glob_0_21 = {
533
555
  resending: resending$2,
534
556
  resentSuccess: resentSuccess$2,
535
557
  backToLogin: backToLogin$4,
536
- heroImageAlt: heroImageAlt$6
558
+ heroImageAlt: heroImageAlt$6,
537
559
  };
560
+
538
561
  const switchToLight$2 = "Mudar para tema claro";
539
562
  const switchToDark$2 = "Mudar para tema escuro";
540
563
  const lightMode$2 = "Modo Claro";
@@ -543,8 +566,9 @@ const __vite_glob_0_22 = {
543
566
  switchToLight: switchToLight$2,
544
567
  switchToDark: switchToDark$2,
545
568
  lightMode: lightMode$2,
546
- darkMode: darkMode$2
569
+ darkMode: darkMode$2,
547
570
  };
571
+
548
572
  const view$1 = "View";
549
573
  const edit$1 = "Edit";
550
574
  const cancel$3 = "Cancel";
@@ -581,14 +605,16 @@ const __vite_glob_1_0 = {
581
605
  copied: copied$3,
582
606
  copyCode: copyCode$1,
583
607
  seeMore: seeMore$1,
584
- seeLess: seeLess$1
608
+ seeLess: seeLess$1,
585
609
  };
610
+
586
611
  const title$f = "Recent Activity";
587
- const type$1 = { "create": "Created", "update": "Updated", "remove": "Removed", "comment": "Commented", "deploy": "Deploy" };
612
+ const type$1 = {"create":"Created","update":"Updated","remove":"Removed","comment":"Commented","deploy":"Deploy"};
588
613
  const __vite_glob_1_1 = {
589
614
  title: title$f,
590
- type: type$1
615
+ type: type$1,
591
616
  };
617
+
592
618
  const title$e = "Xertica Assistant";
593
619
  const defaultUserName$1 = "User";
594
620
  const defaultWelcomeMessage$1 = "How can I help you?";
@@ -632,14 +658,14 @@ const recordingDescriptionFull$1 = "Speak your question or command. Recording wi
632
658
  const podcastName$1 = "Podcast";
633
659
  const likeToast$1 = "Thank you for the positive rating!";
634
660
  const feedbackToast$1 = "Thank you for your feedback. We will improve.";
635
- 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" };
636
- 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" };
637
- const tabs$3 = { "chat": "Chat", "chatLabel": "View chat", "history": "History", "historyLabel": "View conversation history", "favorites": "Favorites", "favoritesLabel": "View favorite messages" };
638
- 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" };
639
- 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" };
640
- 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?" };
641
- const richSuggestions$1 = { "viewPerformance": "View performance analysis", "generateReport": "Generate project report", "createDocument": "Create requirements document", "generatePodcast": "Generate daily summary podcast" };
642
- const feedback$1 = { "notWhatIWanted": "Not what I was looking for", "incorrectInfo": "Incorrect information", "incompleteAnswer": "Incomplete answer", "other": "Other..." };
661
+ 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"};
662
+ 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"};
663
+ const tabs$3 = {"chat":"Chat","chatLabel":"View chat","history":"History","historyLabel":"View conversation history","favorites":"Favorites","favoritesLabel":"View favorite messages"};
664
+ 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"};
665
+ 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"};
666
+ 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?"};
667
+ const richSuggestions$1 = {"viewPerformance":"View performance analysis","generateReport":"Generate project report","createDocument":"Create requirements document","generatePodcast":"Generate daily summary podcast"};
668
+ const feedback$1 = {"notWhatIWanted":"Not what I was looking for","incorrectInfo":"Incorrect information","incompleteAnswer":"Incomplete answer","other":"Other..."};
643
669
  const __vite_glob_1_2 = {
644
670
  title: title$e,
645
671
  defaultUserName: defaultUserName$1,
@@ -691,8 +717,9 @@ const __vite_glob_1_2 = {
691
717
  feedbackDialog: feedbackDialog$1,
692
718
  suggestions: suggestions$1,
693
719
  richSuggestions: richSuggestions$1,
694
- feedback: feedback$1
720
+ feedback: feedback$1,
695
721
  };
722
+
696
723
  const audioTitle$1 = "Audio";
697
724
  const video$1 = "Video";
698
725
  const untitledVideo$1 = "Untitled Video";
@@ -747,26 +774,30 @@ const __vite_glob_1_3 = {
747
774
  playingFloating: playingFloating$1,
748
775
  restoreToPage: restoreToPage$1,
749
776
  restore: restore$1,
750
- popOut: popOut$1
777
+ popOut: popOut$1,
751
778
  };
779
+
752
780
  const title$d = "Notifications";
753
781
  const markAllRead$1 = "Mark all as read";
754
782
  const viewAll$1 = "View all notifications";
755
783
  const __vite_glob_1_4 = {
756
784
  title: title$d,
757
785
  markAllRead: markAllRead$1,
758
- viewAll: viewAll$1
786
+ viewAll: viewAll$1,
759
787
  };
760
- const status$7 = { "online": "Online", "offline": "Offline", "away": "Away", "busy": "Busy" };
788
+
789
+ const status$7 = {"online":"Online","offline":"Offline","away":"Away","busy":"Busy"};
761
790
  const __vite_glob_1_5 = {
762
- status: status$7
791
+ status: status$7,
763
792
  };
793
+
764
794
  const progress$1 = "Progress";
765
- const status$6 = { "active": "In progress", "review": "Under review", "completed": "Completed", "paused": "Paused", "atRisk": "At risk" };
795
+ const status$6 = {"active":"In progress","review":"Under review","completed":"Completed","paused":"Paused","atRisk":"At risk"};
766
796
  const __vite_glob_1_6 = {
767
797
  progress: progress$1,
768
- status: status$6
798
+ status: status$6,
769
799
  };
800
+
770
801
  const collapse$2 = "Collapse menu";
771
802
  const expand$2 = "Expand menu";
772
803
  const mainNavigation$1 = "Main navigation";
@@ -791,8 +822,9 @@ const __vite_glob_1_7 = {
791
822
  search: search$1,
792
823
  userProfile: userProfile$1,
793
824
  profile: profile$1,
794
- logout: logout$1
825
+ logout: logout$1,
795
826
  };
827
+
796
828
  const totalUsers$1 = "Total Users";
797
829
  const totalRevenue$1 = "Total Revenue";
798
830
  const conversionRate$1 = "Conversion Rate";
@@ -805,15 +837,16 @@ const __vite_glob_1_8 = {
805
837
  conversionRate: conversionRate$1,
806
838
  last30Days: last30Days$1,
807
839
  currentMonth: currentMonth$1,
808
- currentWeek: currentWeek$1
840
+ currentWeek: currentWeek$1,
809
841
  };
842
+
810
843
  const name$1 = "Name";
811
844
  const email$1 = "Email";
812
845
  const role$1 = "Role";
813
846
  const status$5 = "Status";
814
847
  const actions$4 = "Actions";
815
848
  const showing$1 = "Showing {{count}} of {{total}} users";
816
- const roles$3 = { "Developer": "Developer", "Designer": "Designer", "Manager": "Manager", "Analyst": "Analyst" };
849
+ const roles$3 = {"Developer":"Developer","Designer":"Designer","Manager":"Manager","Analyst":"Analyst"};
817
850
  const __vite_glob_1_9 = {
818
851
  name: name$1,
819
852
  email: email$1,
@@ -821,8 +854,9 @@ const __vite_glob_1_9 = {
821
854
  status: status$5,
822
855
  actions: actions$4,
823
856
  showing: showing$1,
824
- roles: roles$3
857
+ roles: roles$3,
825
858
  };
859
+
826
860
  const somethingWentWrong$1 = "Something went wrong";
827
861
  const unexpectedError$1 = "An unexpected error occurred in the application. Please try again.";
828
862
  const tryAgain$1 = "Try again";
@@ -837,8 +871,9 @@ const __vite_glob_1_10 = {
837
871
  goHome: goHome$1,
838
872
  pageLoadError: pageLoadError$1,
839
873
  pageLoadErrorDesc: pageLoadErrorDesc$1,
840
- sectionLoadError: sectionLoadError$1
874
+ sectionLoadError: sectionLoadError$1,
841
875
  };
876
+
842
877
  const label$1 = "Select language";
843
878
  const placeholder$1 = "Language";
844
879
  const ptBR$2 = "Português (BR)";
@@ -849,8 +884,9 @@ const __vite_glob_1_11 = {
849
884
  placeholder: placeholder$1,
850
885
  ptBR: ptBR$2,
851
886
  en: en$2,
852
- es: es$2
887
+ es: es$2,
853
888
  };
889
+
854
890
  const home$1 = "Home";
855
891
  const template$1 = "Template";
856
892
  const designSystem$1 = "Design System";
@@ -859,16 +895,17 @@ const __vite_glob_1_12 = {
859
895
  home: home$1,
860
896
  template: template$1,
861
897
  designSystem: designSystem$1,
862
- settings: settings$3
898
+ settings: settings$3,
863
899
  };
900
+
864
901
  const title$c = "Team Members";
865
902
  const subtitle$7 = "Manage member access to the system.";
866
903
  const newMember$1 = "New Member";
867
904
  const searchPlaceholder$2 = "Search email...";
868
- const headers$1 = { "name": "Name", "email": "Email", "role": "Role", "status": "Status", "action": "Action" };
869
- const roles$2 = { "administrator": "Administrator", "editor": "Editor" };
870
- const status$4 = { "active": "Active", "inactive": "Inactive" };
871
- const actions$3 = { "editProfile": "Edit Profile", "revokeAccess": "Revoke Access" };
905
+ const headers$1 = {"name":"Name","email":"Email","role":"Role","status":"Status","action":"Action"};
906
+ const roles$2 = {"administrator":"Administrator","editor":"Editor"};
907
+ const status$4 = {"active":"Active","inactive":"Inactive"};
908
+ const actions$3 = {"editProfile":"Edit Profile","revokeAccess":"Revoke Access"};
872
909
  const __vite_glob_1_13 = {
873
910
  title: title$c,
874
911
  subtitle: subtitle$7,
@@ -877,17 +914,18 @@ const __vite_glob_1_13 = {
877
914
  headers: headers$1,
878
915
  roles: roles$2,
879
916
  status: status$4,
880
- actions: actions$3
917
+ actions: actions$3,
881
918
  };
919
+
882
920
  const title$b = "Dashboard";
883
921
  const subtitle$6 = "System overview";
884
922
  const downloadReport$1 = "Download Report";
885
923
  const lastMonth$1 = "from last month";
886
- const stats$1 = { "totalRevenue": "Total Revenue", "totalRevenueValue": "$45,231.89", "activeUsers": "Active Users", "sales": "Sales", "retentionRate": "Retention Rate" };
924
+ const stats$1 = {"totalRevenue":"Total Revenue","totalRevenueValue":"$45,231.89","activeUsers":"Active Users","sales":"Sales","retentionRate":"Retention Rate"};
887
925
  const overview$3 = "Overview";
888
926
  const chartArea$1 = "Chart Area";
889
927
  const recentEvents$1 = "Recent Events";
890
- const events$1 = { "userLogin": "Login by João Silva", "invoicePaid": "Invoice #INV004 paid" };
928
+ const events$1 = {"userLogin":"Login by João Silva","invoicePaid":"Invoice #INV004 paid"};
891
929
  const __vite_glob_1_14 = {
892
930
  title: title$b,
893
931
  subtitle: subtitle$6,
@@ -897,8 +935,9 @@ const __vite_glob_1_14 = {
897
935
  overview: overview$3,
898
936
  chartArea: chartArea$1,
899
937
  recentEvents: recentEvents$1,
900
- events: events$1
938
+ events: events$1,
901
939
  };
940
+
902
941
  const title$a = "Edit Corporate Profile";
903
942
  const description$3 = "Update your account details and set your preferences.";
904
943
  const fullNameLabel$1 = "Full Name";
@@ -909,7 +948,7 @@ const notifyLabel$1 = "I want to receive updated notifications by email at the e
909
948
  const successMessage$1 = "Profile saved successfully!";
910
949
  const cancel$2 = "Cancel";
911
950
  const save$2 = "Save Changes";
912
- const errors$1 = { "fullNameRequired": "Full name is required", "emailInvalid": "Invalid format" };
951
+ const errors$1 = {"fullNameRequired":"Full name is required","emailInvalid":"Invalid format"};
913
952
  const __vite_glob_1_15 = {
914
953
  title: title$a,
915
954
  description: description$3,
@@ -921,8 +960,9 @@ const __vite_glob_1_15 = {
921
960
  successMessage: successMessage$1,
922
961
  cancel: cancel$2,
923
962
  save: save$2,
924
- errors: errors$1
963
+ errors: errors$1,
925
964
  };
965
+
926
966
  const welcome$1 = "Welcome to the Design System!";
927
967
  const subtitle$5 = "Your intelligent platform for automation and data analysis";
928
968
  const templateCliTitle$1 = "Template CLI";
@@ -933,8 +973,9 @@ const __vite_glob_1_16 = {
933
973
  subtitle: subtitle$5,
934
974
  templateCliTitle: templateCliTitle$1,
935
975
  templateCliDescription: templateCliDescription$1,
936
- templateClibadge: templateClibadge$1
976
+ templateClibadge: templateClibadge$1,
937
977
  };
978
+
938
979
  const heading$5 = "Access your account";
939
980
  const emailLabel$4 = "Email";
940
981
  const emailPlaceholder$4 = "your@email.com";
@@ -961,8 +1002,9 @@ const __vite_glob_1_17 = {
961
1002
  signInWithMTLogin: signInWithMTLogin$1,
962
1003
  signInWithGovBr: signInWithGovBr$1,
963
1004
  heroImageAlt: heroImageAlt$5,
964
- errorFillFields: errorFillFields$1
1005
+ errorFillFields: errorFillFields$1,
965
1006
  };
1007
+
966
1008
  const title$9 = "System Access";
967
1009
  const description$2 = "Enter your corporate credentials below.";
968
1010
  const emailLabel$3 = "Corporate Email";
@@ -977,8 +1019,9 @@ const __vite_glob_1_18 = {
977
1019
  emailPlaceholder: emailPlaceholder$3,
978
1020
  passwordLabel: passwordLabel$2,
979
1021
  forgotPassword: forgotPassword$2,
980
- submit: submit$4
1022
+ submit: submit$4,
981
1023
  };
1024
+
982
1025
  const heading$4 = "Reset password";
983
1026
  const subheading$1 = "Create a new secure password for your account";
984
1027
  const newPasswordLabel$1 = "New password";
@@ -1011,28 +1054,29 @@ const __vite_glob_1_19 = {
1011
1054
  errorMismatch: errorMismatch$1,
1012
1055
  strengthWeak: strengthWeak$1,
1013
1056
  strengthMedium: strengthMedium$1,
1014
- strengthStrong: strengthStrong$1
1057
+ strengthStrong: strengthStrong$1,
1015
1058
  };
1059
+
1016
1060
  const breadcrumb$1 = "Template Page";
1017
1061
  const title$8 = "Template Page";
1018
1062
  const subtitle$4 = "Complete template with components from the Xertica UI Design System";
1019
1063
  const formSubmitSuccess$1 = "Form submitted successfully!";
1020
- const sections$1 = { "alerts": "Alerts", "cardsAndTabs": "Cards & Tabs", "buttons": "Buttons", "badges": "Badges", "dialogs": "Dialogs", "sidebarVariations": "Sidebar Variations", "enhancedComponents": "v2.1.10 — Enhanced Components" };
1021
- 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." };
1022
- const tabs$2 = { "overview": "Overview", "forms": "Forms", "data": "Data", "settings": "Settings" };
1023
- 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%" };
1024
- 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" };
1025
- 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" };
1026
- 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" };
1027
- 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" } };
1028
- 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" } };
1029
- 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" };
1030
- 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" };
1031
- 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..." } };
1032
- 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": "." };
1033
- 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" } };
1034
- 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" };
1035
- 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" };
1064
+ const sections$1 = {"alerts":"Alerts","cardsAndTabs":"Cards & Tabs","buttons":"Buttons","badges":"Badges","dialogs":"Dialogs","sidebarVariations":"Sidebar Variations","enhancedComponents":"v2.2.1 — Enhanced Components"};
1065
+ 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."};
1066
+ const tabs$2 = {"overview":"Overview","forms":"Forms","data":"Data","settings":"Settings"};
1067
+ 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%"};
1068
+ 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"};
1069
+ 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"};
1070
+ 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"};
1071
+ 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"}};
1072
+ 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"}};
1073
+ 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"};
1074
+ 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"};
1075
+ 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..."}};
1076
+ 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":"."};
1077
+ 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"}};
1078
+ 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"};
1079
+ 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"};
1036
1080
  const __vite_glob_1_20 = {
1037
1081
  breadcrumb: breadcrumb$1,
1038
1082
  title: title$8,
@@ -1053,8 +1097,9 @@ const __vite_glob_1_20 = {
1053
1097
  footer: footer$1,
1054
1098
  headerWithBreadcrumbs: headerWithBreadcrumbs$1,
1055
1099
  headerVariations: headerVariations$1,
1056
- sidebarControls: sidebarControls$1
1100
+ sidebarControls: sidebarControls$1,
1057
1101
  };
1102
+
1058
1103
  const heading$3 = "Check your email";
1059
1104
  const instructionsSent$1 = "We sent the instructions to reset your password to:";
1060
1105
  const instructions$1 = "Follow the instructions in the email to reset your password. The link expires in 24 hours.";
@@ -1075,8 +1120,9 @@ const __vite_glob_1_21 = {
1075
1120
  resending: resending$1,
1076
1121
  resentSuccess: resentSuccess$1,
1077
1122
  backToLogin: backToLogin$2,
1078
- heroImageAlt: heroImageAlt$3
1123
+ heroImageAlt: heroImageAlt$3,
1079
1124
  };
1125
+
1080
1126
  const switchToLight$1 = "Switch to light theme";
1081
1127
  const switchToDark$1 = "Switch to dark theme";
1082
1128
  const lightMode$1 = "Light Mode";
@@ -1085,8 +1131,9 @@ const __vite_glob_1_22 = {
1085
1131
  switchToLight: switchToLight$1,
1086
1132
  switchToDark: switchToDark$1,
1087
1133
  lightMode: lightMode$1,
1088
- darkMode: darkMode$1
1134
+ darkMode: darkMode$1,
1089
1135
  };
1136
+
1090
1137
  const view = "Ver";
1091
1138
  const edit = "Editar";
1092
1139
  const cancel$1 = "Cancelar";
@@ -1123,14 +1170,16 @@ const __vite_glob_2_0 = {
1123
1170
  copied: copied$1,
1124
1171
  copyCode,
1125
1172
  seeMore,
1126
- seeLess
1173
+ seeLess,
1127
1174
  };
1175
+
1128
1176
  const title$7 = "Actividad Reciente";
1129
- const type = { "create": "Creado", "update": "Actualizado", "remove": "Eliminado", "comment": "Comentó", "deploy": "Deploy" };
1177
+ const type = {"create":"Creado","update":"Actualizado","remove":"Eliminado","comment":"Comentó","deploy":"Deploy"};
1130
1178
  const __vite_glob_2_1 = {
1131
1179
  title: title$7,
1132
- type
1180
+ type,
1133
1181
  };
1182
+
1134
1183
  const title$6 = "Asistente Xertica";
1135
1184
  const defaultUserName = "Usuario";
1136
1185
  const defaultWelcomeMessage = "¿Cómo puedo ayudarte?";
@@ -1174,14 +1223,14 @@ const recordingDescriptionFull = "Habla tu pregunta o comando. La grabación se
1174
1223
  const podcastName = "Podcast";
1175
1224
  const likeToast = "¡Gracias por la valoración positiva!";
1176
1225
  const feedbackToast = "Gracias por tu comentario. Vamos a mejorar.";
1177
- 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" };
1178
- 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" };
1179
- const tabs$1 = { "chat": "Chat", "chatLabel": "Ver chat", "history": "Historial", "historyLabel": "Ver historial de conversaciones", "favorites": "Favoritos", "favoritesLabel": "Ver mensajes favoritos" };
1180
- 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" };
1181
- 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" };
1182
- 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?" };
1183
- const richSuggestions = { "viewPerformance": "Ver análisis de rendimiento", "generateReport": "Generar informe del proyecto", "createDocument": "Crear documento de requisitos", "generatePodcast": "Generar podcast de resumen diario" };
1184
- const feedback = { "notWhatIWanted": "No era lo que buscaba", "incorrectInfo": "Información incorrecta", "incompleteAnswer": "Respuesta incompleta", "other": "Otros..." };
1226
+ 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"};
1227
+ 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"};
1228
+ const tabs$1 = {"chat":"Chat","chatLabel":"Ver chat","history":"Historial","historyLabel":"Ver historial de conversaciones","favorites":"Favoritos","favoritesLabel":"Ver mensajes favoritos"};
1229
+ 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"};
1230
+ 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"};
1231
+ 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?"};
1232
+ const richSuggestions = {"viewPerformance":"Ver análisis de rendimiento","generateReport":"Generar informe del proyecto","createDocument":"Crear documento de requisitos","generatePodcast":"Generar podcast de resumen diario"};
1233
+ const feedback = {"notWhatIWanted":"No era lo que buscaba","incorrectInfo":"Información incorrecta","incompleteAnswer":"Respuesta incompleta","other":"Otros..."};
1185
1234
  const __vite_glob_2_2 = {
1186
1235
  title: title$6,
1187
1236
  defaultUserName,
@@ -1233,8 +1282,9 @@ const __vite_glob_2_2 = {
1233
1282
  feedbackDialog,
1234
1283
  suggestions,
1235
1284
  richSuggestions,
1236
- feedback
1285
+ feedback,
1237
1286
  };
1287
+
1238
1288
  const audioTitle = "Audio";
1239
1289
  const video = "Video";
1240
1290
  const untitledVideo = "Video sin título";
@@ -1289,26 +1339,30 @@ const __vite_glob_2_3 = {
1289
1339
  playingFloating,
1290
1340
  restoreToPage,
1291
1341
  restore,
1292
- popOut
1342
+ popOut,
1293
1343
  };
1344
+
1294
1345
  const title$5 = "Notificaciones";
1295
1346
  const markAllRead = "Marcar todas como leídas";
1296
1347
  const viewAll = "Ver todas las notificaciones";
1297
1348
  const __vite_glob_2_4 = {
1298
1349
  title: title$5,
1299
1350
  markAllRead,
1300
- viewAll
1351
+ viewAll,
1301
1352
  };
1302
- const status$3 = { "online": "En línea", "offline": "Desconectado", "away": "Ausente", "busy": "Ocupado" };
1353
+
1354
+ const status$3 = {"online":"En línea","offline":"Desconectado","away":"Ausente","busy":"Ocupado"};
1303
1355
  const __vite_glob_2_5 = {
1304
- status: status$3
1356
+ status: status$3,
1305
1357
  };
1358
+
1306
1359
  const progress = "Progreso";
1307
- const status$2 = { "active": "En curso", "review": "En revisión", "completed": "Completado", "paused": "Pausado", "atRisk": "En riesgo" };
1360
+ const status$2 = {"active":"En curso","review":"En revisión","completed":"Completado","paused":"Pausado","atRisk":"En riesgo"};
1308
1361
  const __vite_glob_2_6 = {
1309
1362
  progress,
1310
- status: status$2
1363
+ status: status$2,
1311
1364
  };
1365
+
1312
1366
  const collapse = "Contraer menú";
1313
1367
  const expand = "Expandir menú";
1314
1368
  const mainNavigation = "Navegación principal";
@@ -1333,8 +1387,9 @@ const __vite_glob_2_7 = {
1333
1387
  search,
1334
1388
  userProfile,
1335
1389
  profile,
1336
- logout
1390
+ logout,
1337
1391
  };
1392
+
1338
1393
  const totalUsers = "Total de Usuarios";
1339
1394
  const totalRevenue = "Ingresos Totales";
1340
1395
  const conversionRate = "Tasa de Conversión";
@@ -1347,15 +1402,16 @@ const __vite_glob_2_8 = {
1347
1402
  conversionRate,
1348
1403
  last30Days,
1349
1404
  currentMonth,
1350
- currentWeek
1405
+ currentWeek,
1351
1406
  };
1407
+
1352
1408
  const name = "Nombre";
1353
1409
  const email = "Correo";
1354
1410
  const role = "Rol";
1355
1411
  const status$1 = "Estado";
1356
1412
  const actions$1 = "Acciones";
1357
1413
  const showing = "Mostrando {{count}} de {{total}} usuarios";
1358
- const roles$1 = { "Developer": "Desarrollador", "Designer": "Diseñador", "Manager": "Gerente", "Analyst": "Analista" };
1414
+ const roles$1 = {"Developer":"Desarrollador","Designer":"Diseñador","Manager":"Gerente","Analyst":"Analista"};
1359
1415
  const __vite_glob_2_9 = {
1360
1416
  name,
1361
1417
  email,
@@ -1363,8 +1419,9 @@ const __vite_glob_2_9 = {
1363
1419
  status: status$1,
1364
1420
  actions: actions$1,
1365
1421
  showing,
1366
- roles: roles$1
1422
+ roles: roles$1,
1367
1423
  };
1424
+
1368
1425
  const somethingWentWrong = "Algo salió mal";
1369
1426
  const unexpectedError = "Ocurrió un error inesperado en la aplicación. Por favor, inténtalo de nuevo.";
1370
1427
  const tryAgain = "Intentar de nuevo";
@@ -1379,8 +1436,9 @@ const __vite_glob_2_10 = {
1379
1436
  goHome,
1380
1437
  pageLoadError,
1381
1438
  pageLoadErrorDesc,
1382
- sectionLoadError
1439
+ sectionLoadError,
1383
1440
  };
1441
+
1384
1442
  const label = "Seleccionar idioma";
1385
1443
  const placeholder = "Idioma";
1386
1444
  const ptBR$1 = "Português (BR)";
@@ -1391,8 +1449,9 @@ const __vite_glob_2_11 = {
1391
1449
  placeholder,
1392
1450
  ptBR: ptBR$1,
1393
1451
  en: en$1,
1394
- es: es$1
1452
+ es: es$1,
1395
1453
  };
1454
+
1396
1455
  const home = "Inicio";
1397
1456
  const template = "Plantilla";
1398
1457
  const designSystem = "Sistema de Diseño";
@@ -1401,16 +1460,17 @@ const __vite_glob_2_12 = {
1401
1460
  home,
1402
1461
  template,
1403
1462
  designSystem,
1404
- settings: settings$1
1463
+ settings: settings$1,
1405
1464
  };
1465
+
1406
1466
  const title$4 = "Miembros del Equipo";
1407
1467
  const subtitle$3 = "Gestiona el acceso de los miembros al sistema.";
1408
1468
  const newMember = "Nuevo Miembro";
1409
1469
  const searchPlaceholder = "Buscar correo...";
1410
- const headers = { "name": "Nombre", "email": "Correo", "role": "Rol", "status": "Estado", "action": "Acción" };
1411
- const roles = { "administrator": "Administrador", "editor": "Editor" };
1412
- const status = { "active": "Activo", "inactive": "Inactivo" };
1413
- const actions = { "editProfile": "Editar Perfil", "revokeAccess": "Revocar Acceso" };
1470
+ const headers = {"name":"Nombre","email":"Correo","role":"Rol","status":"Estado","action":"Acción"};
1471
+ const roles = {"administrator":"Administrador","editor":"Editor"};
1472
+ const status = {"active":"Activo","inactive":"Inactivo"};
1473
+ const actions = {"editProfile":"Editar Perfil","revokeAccess":"Revocar Acceso"};
1414
1474
  const __vite_glob_2_13 = {
1415
1475
  title: title$4,
1416
1476
  subtitle: subtitle$3,
@@ -1419,17 +1479,18 @@ const __vite_glob_2_13 = {
1419
1479
  headers,
1420
1480
  roles,
1421
1481
  status,
1422
- actions
1482
+ actions,
1423
1483
  };
1484
+
1424
1485
  const title$3 = "Dashboard";
1425
1486
  const subtitle$2 = "Vista general del sistema";
1426
1487
  const downloadReport = "Descargar Reporte";
1427
1488
  const lastMonth = "desde el mes pasado";
1428
- const stats = { "totalRevenue": "Ingresos Totales", "totalRevenueValue": "€45.231,89", "activeUsers": "Usuarios Activos", "sales": "Ventas", "retentionRate": "Tasa de Retención" };
1489
+ const stats = {"totalRevenue":"Ingresos Totales","totalRevenueValue":"€45.231,89","activeUsers":"Usuarios Activos","sales":"Ventas","retentionRate":"Tasa de Retención"};
1429
1490
  const overview$1 = "Vista General";
1430
1491
  const chartArea = "Área del Gráfico";
1431
1492
  const recentEvents = "Últimos Eventos";
1432
- const events = { "userLogin": "Inicio de sesión de João Silva", "invoicePaid": "Factura #INV004 pagada" };
1493
+ const events = {"userLogin":"Inicio de sesión de João Silva","invoicePaid":"Factura #INV004 pagada"};
1433
1494
  const __vite_glob_2_14 = {
1434
1495
  title: title$3,
1435
1496
  subtitle: subtitle$2,
@@ -1439,8 +1500,9 @@ const __vite_glob_2_14 = {
1439
1500
  overview: overview$1,
1440
1501
  chartArea,
1441
1502
  recentEvents,
1442
- events
1503
+ events,
1443
1504
  };
1505
+
1444
1506
  const title$2 = "Editar Perfil Corporativo";
1445
1507
  const description$1 = "Actualiza los detalles de tu cuenta y define tus preferencias.";
1446
1508
  const fullNameLabel = "Nombre Completo";
@@ -1451,7 +1513,7 @@ const notifyLabel = "Deseo recibir notificaciones actualizadas por correo al fin
1451
1513
  const successMessage = "¡Perfil guardado con éxito!";
1452
1514
  const cancel = "Cancelar";
1453
1515
  const save = "Guardar Cambios";
1454
- const errors = { "fullNameRequired": "El nombre completo es obligatorio", "emailInvalid": "Formato inválido" };
1516
+ const errors = {"fullNameRequired":"El nombre completo es obligatorio","emailInvalid":"Formato inválido"};
1455
1517
  const __vite_glob_2_15 = {
1456
1518
  title: title$2,
1457
1519
  description: description$1,
@@ -1463,8 +1525,9 @@ const __vite_glob_2_15 = {
1463
1525
  successMessage,
1464
1526
  cancel,
1465
1527
  save,
1466
- errors
1528
+ errors,
1467
1529
  };
1530
+
1468
1531
  const welcome = "¡Bienvenido al Sistema de Diseño!";
1469
1532
  const subtitle$1 = "Tu plataforma inteligente para automatización y análisis de datos";
1470
1533
  const templateCliTitle = "Plantilla CLI";
@@ -1475,8 +1538,9 @@ const __vite_glob_2_16 = {
1475
1538
  subtitle: subtitle$1,
1476
1539
  templateCliTitle,
1477
1540
  templateCliDescription,
1478
- templateClibadge
1541
+ templateClibadge,
1479
1542
  };
1543
+
1480
1544
  const heading$2 = "Accede a tu cuenta";
1481
1545
  const emailLabel$1 = "Correo electrónico";
1482
1546
  const emailPlaceholder$1 = "tu@correo.com";
@@ -1503,8 +1567,9 @@ const __vite_glob_2_17 = {
1503
1567
  signInWithMTLogin,
1504
1568
  signInWithGovBr,
1505
1569
  heroImageAlt: heroImageAlt$2,
1506
- errorFillFields
1570
+ errorFillFields,
1507
1571
  };
1572
+
1508
1573
  const title$1 = "Acceso al Sistema";
1509
1574
  const description = "Ingresa tus credenciales corporativas abajo.";
1510
1575
  const emailLabel = "Correo Corporativo";
@@ -1519,8 +1584,9 @@ const __vite_glob_2_18 = {
1519
1584
  emailPlaceholder,
1520
1585
  passwordLabel,
1521
1586
  forgotPassword,
1522
- submit: submit$1
1587
+ submit: submit$1,
1523
1588
  };
1589
+
1524
1590
  const heading$1 = "Restablecer contraseña";
1525
1591
  const subheading = "Crea una nueva contraseña segura para tu cuenta";
1526
1592
  const newPasswordLabel = "Nueva contraseña";
@@ -1553,28 +1619,29 @@ const __vite_glob_2_19 = {
1553
1619
  errorMismatch,
1554
1620
  strengthWeak,
1555
1621
  strengthMedium,
1556
- strengthStrong
1622
+ strengthStrong,
1557
1623
  };
1624
+
1558
1625
  const breadcrumb = "Página de Plantilla";
1559
1626
  const title = "Página de Plantilla";
1560
1627
  const subtitle = "Plantilla completa con componentes del Xertica UI Design System";
1561
1628
  const formSubmitSuccess = "¡Formulario enviado con éxito!";
1562
- const sections = { "alerts": "Alertas", "cardsAndTabs": "Cards & Tabs", "buttons": "Botones", "badges": "Badges", "dialogs": "Dialogs", "sidebarVariations": "Variaciones de la Sidebar", "enhancedComponents": "v2.1.10 — Componentes Mejorados" };
1563
- 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." };
1564
- const tabs = { "overview": "Vista General", "forms": "Formularios", "data": "Datos", "settings": "Configuración" };
1565
- 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%" };
1566
- 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" };
1567
- 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" };
1568
- 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" };
1569
- 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" } };
1570
- 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" } };
1571
- 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" };
1572
- 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" };
1573
- 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í..." } };
1574
- 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": "." };
1575
- 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" } };
1576
- 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" };
1577
- 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" };
1629
+ const sections = {"alerts":"Alertas","cardsAndTabs":"Cards & Tabs","buttons":"Botones","badges":"Badges","dialogs":"Dialogs","sidebarVariations":"Variaciones de la Sidebar","enhancedComponents":"v2.2.1 — Componentes Mejorados"};
1630
+ 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."};
1631
+ const tabs = {"overview":"Vista General","forms":"Formularios","data":"Datos","settings":"Configuración"};
1632
+ 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%"};
1633
+ 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"};
1634
+ 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"};
1635
+ 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"};
1636
+ 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"}};
1637
+ 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"}};
1638
+ 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"};
1639
+ 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"};
1640
+ 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í..."}};
1641
+ 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":"."};
1642
+ 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"}};
1643
+ 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"};
1644
+ 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"};
1578
1645
  const __vite_glob_2_20 = {
1579
1646
  breadcrumb,
1580
1647
  title,
@@ -1595,8 +1662,9 @@ const __vite_glob_2_20 = {
1595
1662
  footer,
1596
1663
  headerWithBreadcrumbs,
1597
1664
  headerVariations,
1598
- sidebarControls
1665
+ sidebarControls,
1599
1666
  };
1667
+
1600
1668
  const heading = "Verifica tu correo electrónico";
1601
1669
  const instructionsSent = "Enviamos las instrucciones para restablecer tu contraseña a:";
1602
1670
  const instructions = "Sigue las instrucciones en el correo para restablecer tu contraseña. El enlace expira en 24 horas.";
@@ -1617,8 +1685,9 @@ const __vite_glob_2_21 = {
1617
1685
  resending,
1618
1686
  resentSuccess,
1619
1687
  backToLogin,
1620
- heroImageAlt
1688
+ heroImageAlt,
1621
1689
  };
1690
+
1622
1691
  const switchToLight = "Cambiar a tema claro";
1623
1692
  const switchToDark = "Cambiar a tema oscuro";
1624
1693
  const lightMode = "Modo Claro";
@@ -1627,8 +1696,9 @@ const __vite_glob_2_22 = {
1627
1696
  switchToLight,
1628
1697
  switchToDark,
1629
1698
  lightMode,
1630
- darkMode
1699
+ darkMode,
1631
1700
  };
1701
+
1632
1702
  function bundleLang(chunks) {
1633
1703
  const out = {};
1634
1704
  for (const [filePath, value] of Object.entries(chunks)) {
@@ -1640,13 +1710,13 @@ function bundleLang(chunks) {
1640
1710
  return out;
1641
1711
  }
1642
1712
  const ptBR = bundleLang(
1643
- /* @__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 })
1713
+ /* #__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})
1644
1714
  );
1645
1715
  const en = bundleLang(
1646
- /* @__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 })
1716
+ /* #__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})
1647
1717
  );
1648
1718
  const es = bundleLang(
1649
- /* @__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 })
1719
+ /* #__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})
1650
1720
  );
1651
1721
  const STORAGE_KEY$1 = "xertica_language";
1652
1722
  const DEFAULT_FALLBACK = "pt-BR";
@@ -1669,6 +1739,7 @@ function registerLanguageResource(code, json, ns = "translation") {
1669
1739
  i18n.addResourceBundle(code, ns, json, true, true);
1670
1740
  }
1671
1741
  }
1742
+
1672
1743
  const DEFAULT_LANGUAGES = [
1673
1744
  { code: "pt-BR", label: "Português (BR)", shortLabel: "PT" },
1674
1745
  { code: "en", label: "English", shortLabel: "EN" },
@@ -1705,8 +1776,7 @@ function LanguageProvider({
1705
1776
  }, [languageCodesKey]);
1706
1777
  const resolvedDefault = defaultLanguage ?? languages[0].code;
1707
1778
  const [language, setLanguageState] = useState(() => {
1708
- var _a;
1709
- const saved = typeof window !== "undefined" ? (_a = window.localStorage) == null ? void 0 : _a.getItem(STORAGE_KEY) : null;
1779
+ const saved = typeof window !== "undefined" ? window.localStorage?.getItem(STORAGE_KEY) : null;
1710
1780
  if (saved && languages.some((l) => l.code === saved)) {
1711
1781
  return saved;
1712
1782
  }
@@ -1720,7 +1790,6 @@ function LanguageProvider({
1720
1790
  });
1721
1791
  const setLanguage = useCallback(
1722
1792
  (lang) => {
1723
- var _a;
1724
1793
  if (!languages.some((l) => l.code === lang)) {
1725
1794
  if (typeof console !== "undefined") {
1726
1795
  console.warn(
@@ -1730,7 +1799,7 @@ function LanguageProvider({
1730
1799
  return;
1731
1800
  }
1732
1801
  setLanguageState(lang);
1733
- (_a = window.localStorage) == null ? void 0 : _a.setItem(STORAGE_KEY, lang);
1802
+ window.localStorage?.setItem(STORAGE_KEY, lang);
1734
1803
  i18n.changeLanguage(lang);
1735
1804
  queryClient.invalidateQueries();
1736
1805
  },
@@ -1765,6 +1834,7 @@ function useLanguage() {
1765
1834
  }
1766
1835
  return context;
1767
1836
  }
1837
+
1768
1838
  const ThemeContext = createContext(void 0);
1769
1839
  function ThemeProvider({
1770
1840
  children,
@@ -1773,11 +1843,10 @@ function ThemeProvider({
1773
1843
  storageKey = "xertica-theme"
1774
1844
  }) {
1775
1845
  const getInitialTheme = () => {
1776
- var _a;
1777
1846
  if (disableDarkMode) return "light";
1778
1847
  if (defaultTheme) return defaultTheme;
1779
1848
  if (typeof window !== "undefined") {
1780
- const savedTheme = (_a = window.localStorage) == null ? void 0 : _a.getItem(storageKey);
1849
+ const savedTheme = window.localStorage?.getItem(storageKey);
1781
1850
  if (savedTheme && (savedTheme === "light" || savedTheme === "dark")) {
1782
1851
  return savedTheme;
1783
1852
  }
@@ -1794,7 +1863,6 @@ function ThemeProvider({
1794
1863
  }
1795
1864
  }, [disableDarkMode, theme]);
1796
1865
  useEffect(() => {
1797
- var _a;
1798
1866
  if (typeof document === "undefined") return;
1799
1867
  const root = document.documentElement;
1800
1868
  root.classList.remove("light", "dark");
@@ -1804,14 +1872,13 @@ function ThemeProvider({
1804
1872
  root.classList.add("light");
1805
1873
  }
1806
1874
  if (typeof window !== "undefined") {
1807
- (_a = window.localStorage) == null ? void 0 : _a.setItem(storageKey, theme);
1875
+ window.localStorage?.setItem(storageKey, theme);
1808
1876
  }
1809
1877
  }, [theme, storageKey]);
1810
1878
  useEffect(() => {
1811
- var _a;
1812
1879
  if (disableDarkMode) return;
1813
1880
  if (typeof window === "undefined" || !window.matchMedia) return;
1814
- if (!((_a = window.localStorage) == null ? void 0 : _a.getItem(storageKey))) {
1881
+ if (!window.localStorage?.getItem(storageKey)) {
1815
1882
  const mediaQuery = window.matchMedia("(prefers-color-scheme: dark)");
1816
1883
  const handleChange = (e) => {
1817
1884
  setThemeState(e.matches ? "dark" : "light");
@@ -1846,11 +1913,5 @@ function useTheme() {
1846
1913
  }
1847
1914
  return context;
1848
1915
  }
1849
- export {
1850
- DEFAULT_LANGUAGES as D,
1851
- LanguageProvider as L,
1852
- ThemeProvider as T,
1853
- useTheme as a,
1854
- registerLanguageResource as r,
1855
- useLanguage as u
1856
- };
1916
+
1917
+ export { DEFAULT_LANGUAGES as D, LanguageProvider as L, ThemeProvider as T, useTheme as a, registerLanguageResource as r, useLanguage as u };