xertica-ui 2.5.0 → 2.5.2

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