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