xertica-ui 2.5.3 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (583) hide show
  1. package/CHANGELOG.md +687 -664
  2. package/README.md +482 -482
  3. package/assets/xertica-logo.svg +37 -37
  4. package/assets/xertica-x-logo.svg +20 -20
  5. package/bin/cli.ts +1293 -1256
  6. package/bin/generate-tokens.ts +256 -262
  7. package/bin/language-config.test.ts +32 -0
  8. package/bin/language-config.ts +384 -359
  9. package/components/Introduction.mdx +121 -121
  10. package/components/assistant/code-block/CodeBlock.tsx +7 -6
  11. package/components/assistant/code-block/code-block.mdx +38 -38
  12. package/components/assistant/code-block/code-block.test.tsx +2 -1
  13. package/components/assistant/formatted-document/FormattedDocument.tsx +3 -0
  14. package/components/assistant/formatted-document/formatted-document.mdx +31 -31
  15. package/components/assistant/formatted-document/formatted-document.test.tsx +5 -4
  16. package/components/assistant/markdown-message/MarkdownMessage.tsx +1 -1
  17. package/components/assistant/markdown-message/markdown-message.mdx +44 -44
  18. package/components/assistant/modern-chat-input/modern-chat-input.mdx +71 -71
  19. package/components/assistant/modern-chat-input/modern-chat-input.test.tsx +3 -2
  20. package/components/assistant/xertica-assistant/parts/AssistantMessageBubble.tsx +1 -1
  21. package/components/assistant/xertica-assistant/types.ts +3 -2
  22. package/components/assistant/xertica-assistant/use-assistant.ts +5 -4
  23. package/components/assistant/xertica-assistant/xertica-assistant.mdx +66 -66
  24. package/components/assistant/xertica-assistant/xertica-assistant.test.tsx +2 -1
  25. package/components/blocks/card-patterns/card-patterns.mdx +123 -123
  26. package/components/brand/branding/branding.mdx +27 -27
  27. package/components/brand/language-selector/language-selector.mdx +126 -126
  28. package/components/brand/theme-toggle/theme-toggle.mdx +47 -47
  29. package/components/brand/theme-toggle/theme-toggle.test.tsx +6 -2
  30. package/components/brand/xertica-logo/xertica-logo.mdx +56 -56
  31. package/components/brand/xertica-orbe/xertica-orbe.mdx +38 -38
  32. package/components/brand/xertica-provider/XerticaProvider.tsx +112 -112
  33. package/components/brand/xertica-provider/xertica-provider.mdx +61 -61
  34. package/components/brand/xertica-provider/xertica-provider.test.tsx +25 -13
  35. package/components/brand/xertica-xlogo/xertica-xlogo.mdx +55 -55
  36. package/components/examples/DrawingMapExample.tsx +1 -4
  37. package/components/layout/header/header.mdx +117 -117
  38. package/components/layout/header/header.test.tsx +2 -1
  39. package/components/layout/sidebar/sidebar.mdx +99 -99
  40. package/components/layout/sidebar/sidebar.stories.tsx +1033 -1033
  41. package/components/layout/sidebar/sidebar.test.tsx +2 -1
  42. package/components/layout/sidebar/sidebar.tsx +1509 -1506
  43. package/components/media/audio-player/AudioPlayer.mdx +67 -67
  44. package/components/media/audio-player/AudioPlayer.test.tsx +2 -1
  45. package/components/media/floating-media-wrapper.mdx +74 -74
  46. package/components/media/video-player/VideoPlayer.mdx +102 -102
  47. package/components/media/video-player/VideoPlayer.test.tsx +3 -2
  48. package/components/pages/forgot-password-page/ForgotPasswordPage.tsx +188 -188
  49. package/components/pages/forgot-password-page/forgot-password-page.mdx +60 -60
  50. package/components/pages/forgot-password-page/forgot-password-page.test.tsx +2 -1
  51. package/components/pages/home-content/HomeContent.tsx +119 -119
  52. package/components/pages/home-content/home-content.mdx +62 -62
  53. package/components/pages/home-page/HomePage.stories.tsx +8 -15
  54. package/components/pages/home-page/home-page.mdx +53 -53
  55. package/components/pages/home-page/home-page.test.tsx +2 -1
  56. package/components/pages/login-page/LoginPage.mdx +31 -31
  57. package/components/pages/login-page/LoginPage.tsx +218 -218
  58. package/components/pages/login-page/login-page.test.tsx +2 -1
  59. package/components/pages/reset-password-page/ResetPasswordPage.tsx +243 -243
  60. package/components/pages/reset-password-page/reset-password-page.mdx +63 -63
  61. package/components/pages/template-content/TemplateContent.tsx +1353 -1353
  62. package/components/pages/template-content/template-content.mdx +61 -61
  63. package/components/pages/template-page/TemplatePage.stories.tsx +32 -32
  64. package/components/pages/template-page/template-page.mdx +53 -53
  65. package/components/pages/template-page/template-page.test.tsx +2 -1
  66. package/components/pages/verify-email-page/VerifyEmailPage.tsx +206 -206
  67. package/components/pages/verify-email-page/verify-email-page.mdx +55 -55
  68. package/components/public-api-smoke.test.tsx +10 -6
  69. package/components/shared/assistant-utils.ts +3 -2
  70. package/components/shared/navigation.ts +2 -2
  71. package/components/ui/accordion/accordion.mdx +29 -29
  72. package/components/ui/alert/alert.mdx +29 -29
  73. package/components/ui/alert-dialog/alert-dialog.mdx +26 -26
  74. package/components/ui/aspect-ratio/aspect-ratio.mdx +25 -25
  75. package/components/ui/assistant-chart/AssistantChart.tsx +8 -2
  76. package/components/ui/assistant-chart/assistant-chart.mdx +25 -25
  77. package/components/ui/avatar/avatar.mdx +26 -26
  78. package/components/ui/badge/badge.mdx +28 -28
  79. package/components/ui/breadcrumb/breadcrumb.mdx +26 -26
  80. package/components/ui/button/button.mdx +29 -29
  81. package/components/ui/calendar/calendar.mdx +26 -26
  82. package/components/ui/card/card.mdx +26 -26
  83. package/components/ui/carousel/carousel.mdx +26 -26
  84. package/components/ui/chart/chart.mdx +26 -26
  85. package/components/ui/chart/chart.test.tsx +178 -178
  86. package/components/ui/chart/chart.tsx +2252 -2245
  87. package/components/ui/checkbox/checkbox.mdx +26 -26
  88. package/components/ui/collapsible/collapsible.mdx +25 -25
  89. package/components/ui/command/command.mdx +26 -26
  90. package/components/ui/context-menu/context-menu.mdx +26 -26
  91. package/components/ui/dialog/dialog.mdx +26 -26
  92. package/components/ui/drawer/drawer.mdx +26 -26
  93. package/components/ui/dropdown-menu/dropdown-menu.mdx +26 -26
  94. package/components/ui/empty/empty.mdx +26 -26
  95. package/components/ui/file-upload/file-upload.mdx +26 -26
  96. package/components/ui/form/form.mdx +20 -20
  97. package/components/ui/google-maps-loader/google-maps-loader.mdx +68 -68
  98. package/components/ui/hover-card/hover-card.mdx +26 -26
  99. package/components/ui/input/input.mdx +29 -29
  100. package/components/ui/input-otp/input-otp.mdx +26 -26
  101. package/components/ui/label/label.mdx +25 -25
  102. package/components/ui/map/map.mdx +26 -26
  103. package/components/ui/map/map.tsx +6 -1
  104. package/components/ui/menubar/menubar.mdx +26 -26
  105. package/components/ui/navigation-menu/navigation-menu.mdx +26 -26
  106. package/components/ui/notification-badge/notification-badge.mdx +26 -26
  107. package/components/ui/page-header/page-header.mdx +44 -44
  108. package/components/ui/pagination/pagination.mdx +26 -26
  109. package/components/ui/popover/popover.mdx +26 -26
  110. package/components/ui/progress/progress.mdx +25 -25
  111. package/components/ui/radio-group/radio-group.mdx +26 -26
  112. package/components/ui/rating/rating.mdx +26 -26
  113. package/components/ui/resizable/resizable.mdx +26 -26
  114. package/components/ui/resizable/resizable.tsx +13 -8
  115. package/components/ui/rich-text-editor/rich-text-editor.mdx +47 -47
  116. package/components/ui/route-map/route-map.mdx +26 -26
  117. package/components/ui/scroll-area/scroll-area.mdx +25 -25
  118. package/components/ui/search/search.mdx +27 -27
  119. package/components/ui/select/select.mdx +26 -26
  120. package/components/ui/separator/separator.mdx +25 -25
  121. package/components/ui/sheet/sheet.mdx +26 -26
  122. package/components/ui/simple-map/simple-map.mdx +25 -25
  123. package/components/ui/skeleton/skeleton.mdx +25 -25
  124. package/components/ui/slider/slider.mdx +26 -26
  125. package/components/ui/sonner/sonner.mdx +26 -26
  126. package/components/ui/stats-card/stats-card.mdx +26 -26
  127. package/components/ui/stats-card/stats-card.stories.tsx +117 -117
  128. package/components/ui/stats-card/stats-card.tsx +109 -109
  129. package/components/ui/stepper/stepper.mdx +26 -26
  130. package/components/ui/switch/switch.mdx +25 -25
  131. package/components/ui/table/table.mdx +27 -27
  132. package/components/ui/tabs/tabs.mdx +26 -26
  133. package/components/ui/textarea/textarea.mdx +25 -25
  134. package/components/ui/timeline/timeline.mdx +26 -26
  135. package/components/ui/toggle/toggle.mdx +26 -26
  136. package/components/ui/toggle-group/toggle-group.mdx +26 -26
  137. package/components/ui/tooltip/tooltip.mdx +26 -26
  138. package/components/ui/tree-view/tree-view.mdx +26 -26
  139. package/components.json +511 -511
  140. package/contexts/BrandColorsContext.tsx +282 -282
  141. package/contexts/i18n-singleton.test.tsx +57 -0
  142. package/contexts/theme-data.ts +391 -391
  143. package/dist/{AssistantChart-DNdwuS-t.js → AssistantChart-BMNSA_Pk.js} +4 -4
  144. package/dist/{AssistantChart-COGiOV-g.cjs → AssistantChart-BzM7plyc.cjs} +31 -21
  145. package/dist/{AssistantChart-CWX1OWNM.js → AssistantChart-C842evTi.js} +31 -21
  146. package/dist/{AssistantChart-BW9JK6jw.cjs → AssistantChart-CVF2uh37.cjs} +4 -4
  147. package/dist/{AssistantChart-BZTPJ5dP.cjs → AssistantChart-JooMdVQU.cjs} +5 -5
  148. package/dist/{AssistantChart-DMJJ_Amf.js → AssistantChart-KHS-tp-L.js} +5 -5
  149. package/dist/{BrandColorsContext-BwY-b6M4.cjs → BrandColorsContext-B4_81eas.cjs} +2 -2
  150. package/dist/{BrandColorsContext-BMRJ04Wf.js → BrandColorsContext-DbK5LnQ_.js} +2 -2
  151. package/dist/{CodeBlock-CjeFavqV.js → CodeBlock-DiKO8ocT.js} +11 -11
  152. package/dist/{CodeBlock-CV6dtsTM.cjs → CodeBlock-ZYThr7Kn.cjs} +12 -9
  153. package/dist/{XerticaXLogo-mqjoBiLI.js → LanguageSelector-CmTj3lWq.js} +85 -82
  154. package/dist/{XerticaXLogo-BX3ueACh.js → LanguageSelector-DxW6o7bt.js} +81 -81
  155. package/dist/{XerticaXLogo-uQgwns_E.cjs → LanguageSelector-Sw73qvWV.cjs} +84 -81
  156. package/dist/{ThemeContext-BgclCB35.js → ThemeContext-BGeh_Kdr.js} +290 -212
  157. package/dist/{ThemeContext-BblcjQup.cjs → ThemeContext-D50irx5T.cjs} +291 -205
  158. package/dist/{VerifyEmailPage-C_Zk6Gen.cjs → VerifyEmailPage-B6bOrybJ.cjs} +17 -17
  159. package/dist/{VerifyEmailPage-B31mCrMc.js → VerifyEmailPage-BRE5Fz59.js} +8 -8
  160. package/dist/{VerifyEmailPage-Cyl55sJb.js → VerifyEmailPage-BcCluouh.js} +135 -65
  161. package/dist/VerifyEmailPage-Bx1sr0uQ.cjs +3298 -0
  162. package/dist/{VerifyEmailPage-Bci0bA-P.js → VerifyEmailPage-DUYyXCX9.js} +3 -3
  163. package/dist/VerifyEmailPage-DXXMHbzq.js +3289 -0
  164. package/dist/{VerifyEmailPage-u_Dn7t1U.cjs → VerifyEmailPage-DpYtFk35.cjs} +21 -21
  165. package/dist/{VerifyEmailPage-X14vhdyl.js → VerifyEmailPage-NXKWW3Dk.js} +12 -12
  166. package/dist/{VerifyEmailPage-C7KiYXrm.cjs → VerifyEmailPage-QrCz4Wqr.cjs} +11 -11
  167. package/dist/{VerifyEmailPage-Bv8Ah_TK.cjs → VerifyEmailPage-ZmQra0Wi.cjs} +144 -74
  168. package/dist/{XerticaProvider-BErr83Bg.js → XerticaProvider-BF3q_myt.js} +5 -4
  169. package/dist/{XerticaProvider-CeS5G_n5.cjs → XerticaProvider-C_JSOz1U.cjs} +2 -2
  170. package/dist/{XerticaProvider-CwOkHxiT.cjs → XerticaProvider-D5zjrqZq.cjs} +5 -4
  171. package/dist/{XerticaProvider-ra2NciRq.js → XerticaProvider-KTGl4Cn1.js} +2 -2
  172. package/dist/{alert-dialog-DqlRW_An.js → alert-dialog-BrpwXKwS.js} +3 -3
  173. package/dist/{alert-dialog-DhwPioBa.cjs → alert-dialog-CZU1Zase.cjs} +3 -3
  174. package/dist/{alert-dialog-KpoabzJb.js → alert-dialog-ClRoLH7l.js} +40 -56
  175. package/dist/{alert-dialog-B4M3vQKS.cjs → alert-dialog-DBBqvU-V.cjs} +53 -38
  176. package/dist/assistant.cjs.js +2 -2
  177. package/dist/assistant.es.js +2 -2
  178. package/dist/brand.cjs.js +6 -6
  179. package/dist/brand.es.js +2 -2
  180. package/dist/cli.js +63 -21
  181. package/dist/components/assistant/code-block/CodeBlock.d.ts +2 -1
  182. package/dist/components/assistant/formatted-document/FormattedDocument.d.ts +2 -1
  183. package/dist/components/assistant/markdown-message/MarkdownMessage.d.ts +2 -1
  184. package/dist/components/assistant/modern-chat-input/ModernChatInput.d.ts +2 -1
  185. package/dist/components/assistant/xertica-assistant/parts/AssistantCollapsedView.d.ts +2 -1
  186. package/dist/components/assistant/xertica-assistant/parts/AssistantConversationList.d.ts +2 -1
  187. package/dist/components/assistant/xertica-assistant/parts/AssistantDocumentEditor.d.ts +2 -1
  188. package/dist/components/assistant/xertica-assistant/parts/AssistantFeedbackDialog.d.ts +2 -1
  189. package/dist/components/assistant/xertica-assistant/parts/AssistantHeader.d.ts +2 -1
  190. package/dist/components/assistant/xertica-assistant/parts/AssistantMessageBubble.d.ts +2 -1
  191. package/dist/components/assistant/xertica-assistant/parts/AssistantTabBar.d.ts +2 -1
  192. package/dist/components/assistant/xertica-assistant/parts/AssistantTypingIndicator.d.ts +2 -1
  193. package/dist/components/assistant/xertica-assistant/parts/AssistantWelcomeScreen.d.ts +2 -1
  194. package/dist/components/assistant/xertica-assistant/types.d.ts +3 -2
  195. package/dist/components/assistant/xertica-assistant/use-assistant.d.ts +1 -1
  196. package/dist/components/assistant/xertica-assistant/xertica-assistant.d.ts +2 -1
  197. package/dist/components/blocks/card-patterns/ActivityCard.d.ts +1 -1
  198. package/dist/components/blocks/card-patterns/ActivityCardSkeleton.d.ts +1 -1
  199. package/dist/components/blocks/card-patterns/FeatureCard.d.ts +1 -1
  200. package/dist/components/blocks/card-patterns/FeatureCardSkeleton.d.ts +1 -1
  201. package/dist/components/blocks/card-patterns/NotificationCard.d.ts +1 -1
  202. package/dist/components/blocks/card-patterns/NotificationCardSkeleton.d.ts +1 -1
  203. package/dist/components/blocks/card-patterns/ProfileCard.d.ts +1 -1
  204. package/dist/components/blocks/card-patterns/ProfileCardSkeleton.d.ts +1 -1
  205. package/dist/components/blocks/card-patterns/ProjectCard.d.ts +1 -1
  206. package/dist/components/blocks/card-patterns/ProjectCardSkeleton.d.ts +1 -1
  207. package/dist/components/blocks/card-patterns/QuickActionCard.d.ts +1 -1
  208. package/dist/components/blocks/card-patterns/QuickActionCardSkeleton.d.ts +1 -1
  209. package/dist/components/brand/language-selector/LanguageSelector.d.ts +2 -1
  210. package/dist/components/brand/theme-toggle/ThemeToggle.d.ts +2 -1
  211. package/dist/components/brand/xertica-logo/XerticaLogo.d.ts +2 -1
  212. package/dist/components/brand/xertica-orbe/XerticaOrbe.d.ts +2 -1
  213. package/dist/components/brand/xertica-provider/XerticaProvider.d.ts +1 -1
  214. package/dist/components/brand/xertica-xlogo/XerticaXLogo.d.ts +2 -1
  215. package/dist/components/examples/DrawingMapExample.d.ts +2 -1
  216. package/dist/components/examples/FilterableMapExample.d.ts +1 -1
  217. package/dist/components/examples/MapShowcase.d.ts +2 -1
  218. package/dist/components/examples/SimpleFilterableMap.d.ts +2 -1
  219. package/dist/components/figma/ImageWithFallback.d.ts +1 -1
  220. package/dist/components/layout/header/header.d.ts +1 -1
  221. package/dist/components/layout/sidebar/sidebar.d.ts +25 -13
  222. package/dist/components/media/FloatingMediaWrapper.d.ts +1 -1
  223. package/dist/components/media/audio-player/AudioPlayer.d.ts +2 -1
  224. package/dist/components/media/video-player/VideoPlayer.d.ts +2 -1
  225. package/dist/components/pages/forgot-password-page/ForgotPasswordPage.d.ts +2 -1
  226. package/dist/components/pages/home-content/HomeContent.d.ts +2 -1
  227. package/dist/components/pages/home-page/HomePage.d.ts +2 -1
  228. package/dist/components/pages/login-page/LoginPage.d.ts +2 -1
  229. package/dist/components/pages/reset-password-page/ResetPasswordPage.d.ts +2 -1
  230. package/dist/components/pages/template-content/TemplateContent.d.ts +2 -1
  231. package/dist/components/pages/template-page/TemplatePage.d.ts +2 -1
  232. package/dist/components/pages/verify-email-page/VerifyEmailPage.d.ts +2 -1
  233. package/dist/components/shared/CustomTooltipContent.d.ts +1 -1
  234. package/dist/components/shared/assistant-utils.d.ts +3 -2
  235. package/dist/components/shared/error-boundary.d.ts +4 -4
  236. package/dist/components/shared/error-fallbacks.d.ts +4 -3
  237. package/dist/components/shared/navigation.d.ts +6 -2
  238. package/dist/components/ui/accordion/accordion.d.ts +4 -4
  239. package/dist/components/ui/alert/alert.d.ts +3 -3
  240. package/dist/components/ui/alert-dialog/alert-dialog.d.ts +10 -10
  241. package/dist/components/ui/aspect-ratio/aspect-ratio.d.ts +1 -1
  242. package/dist/components/ui/assistant-chart/AssistantChart.d.ts +4 -3
  243. package/dist/components/ui/avatar/avatar.d.ts +3 -3
  244. package/dist/components/ui/badge/badge.d.ts +1 -1
  245. package/dist/components/ui/breadcrumb/breadcrumb.d.ts +7 -7
  246. package/dist/components/ui/calendar/calendar.d.ts +2 -2
  247. package/dist/components/ui/card/card.d.ts +7 -7
  248. package/dist/components/ui/carousel/carousel.d.ts +5 -5
  249. package/dist/components/ui/chart/chart.d.ts +16 -16
  250. package/dist/components/ui/collapsible/collapsible.d.ts +3 -3
  251. package/dist/components/ui/command/command.d.ts +9 -9
  252. package/dist/components/ui/context-menu/context-menu.d.ts +15 -15
  253. package/dist/components/ui/dialog/dialog.d.ts +9 -9
  254. package/dist/components/ui/drawer/drawer.d.ts +10 -10
  255. package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts +15 -15
  256. package/dist/components/ui/form/form.d.ts +7 -7
  257. package/dist/components/ui/google-maps-loader/google-maps-loader.d.ts +3 -3
  258. package/dist/components/ui/hover-card/hover-card.d.ts +3 -3
  259. package/dist/components/ui/input-otp/input-otp.d.ts +4 -4
  260. package/dist/components/ui/label/label.d.ts +1 -1
  261. package/dist/components/ui/menubar/menubar.d.ts +16 -16
  262. package/dist/components/ui/navigation-menu/navigation-menu.d.ts +8 -8
  263. package/dist/components/ui/page-header/page-header.d.ts +3 -3
  264. package/dist/components/ui/pagination/pagination.d.ts +7 -7
  265. package/dist/components/ui/popover/popover.d.ts +4 -4
  266. package/dist/components/ui/progress/progress.d.ts +1 -1
  267. package/dist/components/ui/resizable/resizable.d.ts +11 -7
  268. package/dist/components/ui/rich-text-editor/rich-text-editor.d.ts +1 -1
  269. package/dist/components/ui/scroll-area/scroll-area.d.ts +2 -2
  270. package/dist/components/ui/separator/separator.d.ts +1 -1
  271. package/dist/components/ui/sheet/sheet.d.ts +10 -10
  272. package/dist/components/ui/skeleton/skeleton.d.ts +1 -1
  273. package/dist/components/ui/sonner/sonner.d.ts +2 -1
  274. package/dist/components/ui/stats-card/stats-card-skeleton.d.ts +1 -1
  275. package/dist/components/ui/table/table.d.ts +8 -8
  276. package/dist/components/ui/tabs/tabs.d.ts +4 -4
  277. package/dist/components/ui/tooltip/tooltip.d.ts +4 -4
  278. package/dist/contexts/ApiKeyContext.d.ts +2 -2
  279. package/dist/contexts/AssistenteContext.d.ts +1 -1
  280. package/dist/contexts/AuthContext.d.ts +1 -1
  281. package/dist/contexts/LanguageContext.d.ts +2 -2
  282. package/dist/contexts/LayoutContext.d.ts +2 -2
  283. package/dist/contexts/ThemeContext.d.ts +1 -1
  284. package/dist/features/assistant/hooks/useAssistantConfig.d.ts +1 -1
  285. package/dist/features/home/hooks/useDashboardStats.d.ts +1 -1
  286. package/dist/features/home/hooks/useFeatureCards.d.ts +1 -1
  287. package/dist/features/home/hooks/useTeamMembers.d.ts +1 -1
  288. package/dist/{google-maps-loader-BCe58h9D.js → google-maps-loader-BOug999f.js} +0 -4
  289. package/dist/{google-maps-loader-casMyxlo.cjs → google-maps-loader-DfeBRI8Q.cjs} +0 -5
  290. package/dist/hooks.cjs.js +2 -2
  291. package/dist/hooks.es.js +2 -2
  292. package/dist/{index-9GWd0qxq.cjs → index-BQjx1Mdf.cjs} +1 -1
  293. package/dist/index-Bei5DzAL.js +6 -0
  294. package/dist/index.cjs.js +15 -15
  295. package/dist/index.es.js +11 -11
  296. package/dist/layout.cjs.js +1 -1
  297. package/dist/layout.es.js +1 -1
  298. package/dist/pages.cjs.js +1 -1
  299. package/dist/pages.es.js +1 -1
  300. package/dist/{rich-text-editor-B2CKz7nx.cjs → rich-text-editor-BuqSu718.cjs} +68 -3
  301. package/dist/{rich-text-editor-DloeW0wc.js → rich-text-editor-CV8FtA_l.js} +66 -4
  302. package/dist/{sidebar-CLmIjgNd.cjs → sidebar-BGJ0j567.cjs} +84 -67
  303. package/dist/{sidebar-Duermn32.js → sidebar-BI6mZlC8.js} +81 -64
  304. package/dist/{sidebar-BS1p2V7t.cjs → sidebar-BtmotOg-.cjs} +367 -9
  305. package/dist/{sidebar-QwCoeoZ_.js → sidebar-D3EgGVxF.js} +1 -1
  306. package/dist/{sidebar-CQn_rwxP.cjs → sidebar-DDTqMGnR.cjs} +4 -4
  307. package/dist/{sidebar-3XyzjVBw.js → sidebar-I7EXyf5D.js} +364 -6
  308. package/dist/ui.cjs.js +4 -4
  309. package/dist/ui.es.js +4 -4
  310. package/dist/{xertica-assistant-B687qEPU.js → xertica-assistant-CJVnvMqU.js} +17 -8
  311. package/dist/{xertica-assistant-sOHwTgIP.cjs → xertica-assistant-CKPtc1z5.cjs} +19 -10
  312. package/dist/{xertica-assistant-QFUnv5I2.cjs → xertica-assistant-DER0brPQ.cjs} +6 -5
  313. package/dist/{xertica-assistant-CyikE3N_.js → xertica-assistant-DQCjpk5M.js} +4 -3
  314. package/dist/{xertica-assistant-B1NaSFFj.js → xertica-assistant-Dk-9AJzw.js} +6 -5
  315. package/dist/{xertica-assistant-CIaUlbIt.cjs → xertica-assistant-DxhIKvuY.cjs} +8 -7
  316. package/dist/xertica-ui.css +2 -2
  317. package/docs/components/audio-player.md +1 -1
  318. package/docs/components/sidebar.md +331 -331
  319. package/docs/components/stats-card.md +138 -138
  320. package/docs/components/toggle.md +12 -0
  321. package/docs/doc-audit.md +35 -229
  322. package/docs/i18n.md +31 -10
  323. package/docs/llms.md +6 -4
  324. package/llms-compact.txt +444 -444
  325. package/llms-full.txt +12144 -12144
  326. package/llms.txt +187 -187
  327. package/package.json +223 -219
  328. package/scripts/a11y-audit.mjs +162 -162
  329. package/scripts/fix-stories.cjs +19 -19
  330. package/styles/globals.css +0 -1
  331. package/styles/xertica/base.css +8 -0
  332. package/styles/xertica/tokens.css +240 -240
  333. package/templates/.env.example +2 -2
  334. package/templates/.prettierignore +4 -4
  335. package/templates/.prettierrc +10 -10
  336. package/templates/guidelines/Guidelines.md +865 -865
  337. package/templates/index.html +13 -13
  338. package/templates/package.json +69 -69
  339. package/templates/src/app/components/AuthGuard.tsx +11 -0
  340. package/templates/src/features/auth/ui/AuthPageShell.tsx +32 -32
  341. package/templates/src/features/home/ui/HomeContent.tsx +116 -116
  342. package/templates/src/features/settings/index.ts +2 -0
  343. package/templates/src/features/settings/ui/SettingsContent.tsx +134 -0
  344. package/templates/src/features/template/ui/TemplateContent.tsx +1321 -1321
  345. package/templates/src/i18n.ts +36 -13
  346. package/templates/src/locales/en/pages/settings.json +15 -0
  347. package/templates/src/locales/es/pages/settings.json +15 -0
  348. package/templates/src/locales/pt-BR/pages/settings.json +15 -0
  349. package/templates/src/pages/SettingsPage.tsx +28 -0
  350. package/templates/src/shared/config/navigation.ts +2 -2
  351. package/templates/src/styles/xertica/tokens.css +240 -240
  352. package/templates/vite.config.d.ts +2 -2
  353. package/templates/vite.config.js +20 -20
  354. package/utils/gemini.ts +2 -2
  355. package/dist/AssistantChart-9w31gdAb.cjs +0 -3363
  356. package/dist/AssistantChart-BAudAfne.cjs +0 -3591
  357. package/dist/AssistantChart-BAx9VQvb.cjs +0 -3374
  358. package/dist/AssistantChart-BP8upjMk.js +0 -3565
  359. package/dist/AssistantChart-BXU1ACnh.js +0 -3489
  360. package/dist/AssistantChart-CVko2A1W.js +0 -3348
  361. package/dist/AssistantChart-CVzmmhx4.js +0 -3337
  362. package/dist/AssistantChart-CeU2dIb6.js +0 -3469
  363. package/dist/AssistantChart-D0A1FPYt.cjs +0 -3515
  364. package/dist/AssistantChart-DO5UuX4J.cjs +0 -3495
  365. package/dist/AudioPlayer-1ypwE2Wh.cjs +0 -936
  366. package/dist/AudioPlayer-BJ2IuRQW.cjs +0 -1275
  367. package/dist/AudioPlayer-BWDW6TN9.cjs +0 -1279
  368. package/dist/AudioPlayer-CM962GEh.js +0 -1280
  369. package/dist/AudioPlayer-CbZId7cj.cjs +0 -998
  370. package/dist/AudioPlayer-DU8zt8-z.js +0 -999
  371. package/dist/AudioPlayer-DuKXrCfy.js +0 -937
  372. package/dist/AudioPlayer-Xxma6_-H.js +0 -1276
  373. package/dist/BrandColorsContext-DLVJgtmH.js +0 -666
  374. package/dist/BrandColorsContext-DZT7JjeD.js +0 -659
  375. package/dist/BrandColorsContext-GUyFmkX0.cjs +0 -665
  376. package/dist/BrandColorsContext-awnBCmC4.cjs +0 -666
  377. package/dist/CodeBlock-C2ZUXt8V.js +0 -219
  378. package/dist/CodeBlock-C5oYnLQp.cjs +0 -218
  379. package/dist/CodeBlock-DuxdtN-l.js +0 -219
  380. package/dist/CodeBlock-POVYONvC.cjs +0 -218
  381. package/dist/CustomTooltipContent-BT6brkVJ.cjs +0 -49
  382. package/dist/CustomTooltipContent-CfOfikhq.js +0 -33
  383. package/dist/CustomTooltipContent-DHjkY0ww.js +0 -40
  384. package/dist/CustomTooltipContent-c_K-DWRr.cjs +0 -56
  385. package/dist/FeatureCard-9GhnlgL3.js +0 -336
  386. package/dist/FeatureCard-Bcb3Zi54.js +0 -302
  387. package/dist/FeatureCard-Cfs6Ishq.js +0 -485
  388. package/dist/FeatureCard-CkPd2psQ.cjs +0 -301
  389. package/dist/FeatureCard-Dkp-xmzM.cjs +0 -335
  390. package/dist/FeatureCard-ie3L8Fpr.cjs +0 -484
  391. package/dist/FeatureCardSkeleton-CAgu8stE.js +0 -27
  392. package/dist/FeatureCardSkeleton-mO3Bdm_V.cjs +0 -26
  393. package/dist/LanguageContext-BwhwC3G2.js +0 -657
  394. package/dist/LanguageContext-DvUt5jBg.cjs +0 -656
  395. package/dist/LayoutContext-BDmcZfMH.cjs +0 -84
  396. package/dist/LayoutContext-C4kKN9RV.cjs +0 -93
  397. package/dist/LayoutContext-CGEe1oPq.js +0 -94
  398. package/dist/LayoutContext-CwT5KLiW.cjs +0 -104
  399. package/dist/LayoutContext-DVLCsoQn.js +0 -105
  400. package/dist/LayoutContext-dbQvdC4O.js +0 -85
  401. package/dist/ThemeContext-BbBNoFTG.js +0 -735
  402. package/dist/ThemeContext-Bo-W2WZH.js +0 -1856
  403. package/dist/ThemeContext-CP3a0jxy.cjs +0 -1855
  404. package/dist/ThemeContext-Cmr8Ex8H.cjs +0 -734
  405. package/dist/ThemeContext-CpqYShLq.cjs +0 -324
  406. package/dist/ThemeContext-D3LzacmG.js +0 -188
  407. package/dist/ThemeContext-DQUOeziy.cjs +0 -1855
  408. package/dist/ThemeContext-Du2nE1PL.js +0 -325
  409. package/dist/ThemeContext-GeEBTJ3q.cjs +0 -1621
  410. package/dist/ThemeContext-JyLK9B1o.js +0 -1622
  411. package/dist/ThemeContext-RTy1m2Uq.js +0 -82
  412. package/dist/ThemeContext-U4dEYc6C.cjs +0 -187
  413. package/dist/ThemeContext-bSzuOit2.cjs +0 -81
  414. package/dist/ThemeContext-ept8jhXI.js +0 -1856
  415. package/dist/VerifyEmailPage-BE-L9mB7.js +0 -2828
  416. package/dist/VerifyEmailPage-BIBOKV7Z.js +0 -3214
  417. package/dist/VerifyEmailPage-BJjAMUTW.js +0 -3223
  418. package/dist/VerifyEmailPage-BRSP-Pwt.cjs +0 -3196
  419. package/dist/VerifyEmailPage-Bae2cBXT.cjs +0 -2827
  420. package/dist/VerifyEmailPage-BiRm7Nh4.cjs +0 -3213
  421. package/dist/VerifyEmailPage-Bvfv8HVQ.js +0 -3214
  422. package/dist/VerifyEmailPage-CR7kb5df.cjs +0 -2827
  423. package/dist/VerifyEmailPage-C_ihbcth.js +0 -2828
  424. package/dist/VerifyEmailPage-CbgjOF0v.js +0 -2828
  425. package/dist/VerifyEmailPage-CdYPSJoO.js +0 -2828
  426. package/dist/VerifyEmailPage-CkBYfsNy.cjs +0 -3232
  427. package/dist/VerifyEmailPage-D-FRj5TU.cjs +0 -3213
  428. package/dist/VerifyEmailPage-DF2ilhum.cjs +0 -3210
  429. package/dist/VerifyEmailPage-DMBh4NM9.cjs +0 -2827
  430. package/dist/VerifyEmailPage-DTtFfC-J.js +0 -3197
  431. package/dist/VerifyEmailPage-Dt7zgA4w.cjs +0 -2827
  432. package/dist/VerifyEmailPage-EhudUdqF.js +0 -3211
  433. package/dist/VerifyEmailPage-RrUApqBN.js +0 -3214
  434. package/dist/VerifyEmailPage-VoMI7MYH.cjs +0 -3213
  435. package/dist/VerifyEmailPage-hdB8JQGv.cjs +0 -3213
  436. package/dist/VerifyEmailPage-vYHbYK3q.js +0 -3214
  437. package/dist/XerticaOrbe-BCUVSPPB.cjs +0 -1924
  438. package/dist/XerticaOrbe-BGIB1CTK.js +0 -1355
  439. package/dist/XerticaOrbe-By8eEvR-.js +0 -1925
  440. package/dist/XerticaOrbe-FWGjBj0U.cjs +0 -1354
  441. package/dist/XerticaProvider-AChwphCO.cjs +0 -48
  442. package/dist/XerticaProvider-AbWlr7Af.cjs +0 -48
  443. package/dist/XerticaProvider-B8CaV7xu.cjs +0 -39
  444. package/dist/XerticaProvider-BITjgC5p.js +0 -39
  445. package/dist/XerticaProvider-BSyFrmC0.js +0 -49
  446. package/dist/XerticaProvider-By8q3Roe.cjs +0 -38
  447. package/dist/XerticaProvider-CUYJZc32.js +0 -49
  448. package/dist/XerticaProvider-CW9hpCdF.cjs +0 -39
  449. package/dist/XerticaProvider-CWgby5mY.js +0 -49
  450. package/dist/XerticaProvider-CWs6EwNa.js +0 -49
  451. package/dist/XerticaProvider-CiNKjMx1.cjs +0 -48
  452. package/dist/XerticaProvider-CjQAQPcn.cjs +0 -48
  453. package/dist/XerticaProvider-D5lLumH-.js +0 -49
  454. package/dist/XerticaProvider-DQtvJU7m.js +0 -40
  455. package/dist/XerticaProvider-DUOJg9iX.js +0 -49
  456. package/dist/XerticaProvider-Dl_b72_l.cjs +0 -51
  457. package/dist/XerticaProvider-qQUDop71.cjs +0 -48
  458. package/dist/XerticaProvider-siSt9uG2.js +0 -40
  459. package/dist/XerticaXLogo-8TTzBjHw.cjs +0 -251
  460. package/dist/XerticaXLogo-B2svDGZh.cjs +0 -251
  461. package/dist/XerticaXLogo-BWaag64t.js +0 -252
  462. package/dist/XerticaXLogo-CFuIlYFH.js +0 -252
  463. package/dist/XerticaXLogo-CU-U-GP4.cjs +0 -251
  464. package/dist/XerticaXLogo-ChryA6xj.js +0 -252
  465. package/dist/XerticaXLogo-CowGv7BC.js +0 -252
  466. package/dist/XerticaXLogo-CziKMQil.cjs +0 -242
  467. package/dist/XerticaXLogo-D8jf0SNv.cjs +0 -214
  468. package/dist/XerticaXLogo-DHz5SugF.js +0 -252
  469. package/dist/XerticaXLogo-DTee_y8X.cjs +0 -251
  470. package/dist/XerticaXLogo-DfUvz-lD.js +0 -243
  471. package/dist/XerticaXLogo-DzXKZBtG.js +0 -231
  472. package/dist/XerticaXLogo-fAJMy3H4.js +0 -215
  473. package/dist/XerticaXLogo-kslQ8Tk_.cjs +0 -251
  474. package/dist/XerticaXLogo-xWbElCZj.cjs +0 -230
  475. package/dist/alert-dialog-iDe5VE5o.js +0 -842
  476. package/dist/alert-dialog-yckpaOpy.cjs +0 -865
  477. package/dist/avatar-Cq5_E8r9.cjs +0 -78
  478. package/dist/avatar-CuYu2MKt.cjs +0 -72
  479. package/dist/avatar-Cxyofu1H.js +0 -56
  480. package/dist/avatar-DSBfJMRJ.js +0 -62
  481. package/dist/breadcrumb-CVzzzqfo.js +0 -103
  482. package/dist/breadcrumb-DIJ0X3Ot.js +0 -96
  483. package/dist/breadcrumb-DjSxkjlQ.cjs +0 -95
  484. package/dist/breadcrumb-DnDlQFg2.cjs +0 -102
  485. package/dist/button-0CXwCRTm.cjs +0 -85
  486. package/dist/button-Bnv9SvYK.cjs +0 -79
  487. package/dist/button-C6uvh0rV.js +0 -63
  488. package/dist/button-qkz7Icqf.js +0 -69
  489. package/dist/card-B8-Gl5DL.js +0 -73
  490. package/dist/card-Bv_c57KU.cjs +0 -72
  491. package/dist/card-DJTsYhLL.cjs +0 -89
  492. package/dist/card-fi8zAN-I.js +0 -90
  493. package/dist/dropdown-menu-B_uEXNc4.cjs +0 -220
  494. package/dist/dropdown-menu-CFuCssWA.js +0 -204
  495. package/dist/dropdown-menu-Ze1YZFyc.cjs +0 -247
  496. package/dist/dropdown-menu-nc_Lvg-u.js +0 -231
  497. package/dist/google-maps-loader-BVoVhUwA.js +0 -316
  498. package/dist/google-maps-loader-BqsYL48U.cjs +0 -285
  499. package/dist/google-maps-loader-DjJaYhV6.cjs +0 -316
  500. package/dist/google-maps-loader-t2IlYBzw.js +0 -286
  501. package/dist/index-B7A523O_.js +0 -8
  502. package/dist/index-BabBx2pa.js +0 -6
  503. package/dist/index-CkTUgOwX.js +0 -8
  504. package/dist/index-D3RLKRAs.cjs +0 -7
  505. package/dist/index-DmHhnb7a.cjs +0 -7
  506. package/dist/index.umd.js +0 -13712
  507. package/dist/input-CNFHVKvo.cjs +0 -145
  508. package/dist/input-CPl84zAx.cjs +0 -151
  509. package/dist/input-C_UiS2Py.cjs +0 -152
  510. package/dist/input-D-6IsAca.js +0 -133
  511. package/dist/input-cc-PTD4R.js +0 -123
  512. package/dist/input-wPYg0d0P.js +0 -127
  513. package/dist/progress-BLwqortq.cjs +0 -105
  514. package/dist/progress-Cs9i4DPx.js +0 -81
  515. package/dist/progress-D9mtsf6j.js +0 -89
  516. package/dist/progress-DDeuWPZw.cjs +0 -97
  517. package/dist/rich-text-editor-1UW3Y2JK.js +0 -2891
  518. package/dist/rich-text-editor-BM-LPpTh.js +0 -2902
  519. package/dist/rich-text-editor-BmsjY03B.js +0 -2949
  520. package/dist/rich-text-editor-BrdC5evx.js +0 -2244
  521. package/dist/rich-text-editor-CyggTOLQ.cjs +0 -2908
  522. package/dist/rich-text-editor-DbV-S7Fi.cjs +0 -2261
  523. package/dist/rich-text-editor-DoCkKhzk.cjs +0 -2919
  524. package/dist/rich-text-editor-DqLICivI.js +0 -2832
  525. package/dist/rich-text-editor-DxO1Hz3a.cjs +0 -2903
  526. package/dist/rich-text-editor-GS2kpTAK.cjs +0 -2966
  527. package/dist/routes.d.ts +0 -10
  528. package/dist/select-Cmb8zF7w.cjs +0 -156
  529. package/dist/select-CprSNX0z.js +0 -139
  530. package/dist/select-DT7Zjn42.cjs +0 -162
  531. package/dist/select-En8DkoaQ.js +0 -145
  532. package/dist/sidebar-B3EYhli0.cjs +0 -800
  533. package/dist/sidebar-B4ZWaMrE.js +0 -792
  534. package/dist/sidebar-B9NR0lCe.cjs +0 -800
  535. package/dist/sidebar-BcJ6LxvX.cjs +0 -733
  536. package/dist/sidebar-BvF5I2Ue.cjs +0 -800
  537. package/dist/sidebar-C5B_LHek.cjs +0 -795
  538. package/dist/sidebar-CA6_ek3f.js +0 -801
  539. package/dist/sidebar-CRMiBtAi.js +0 -801
  540. package/dist/sidebar-CVUGHOS_.cjs +0 -756
  541. package/dist/sidebar-CZ2mWaMM.cjs +0 -800
  542. package/dist/sidebar-CmvwjnVb.js +0 -757
  543. package/dist/sidebar-CplprZpM.js +0 -801
  544. package/dist/sidebar-DyYvgyBj.cjs +0 -795
  545. package/dist/sidebar-Dz7bd3zP.js +0 -796
  546. package/dist/sidebar-KIS0C2JH.js +0 -801
  547. package/dist/sidebar-OTO_up7Z.js +0 -801
  548. package/dist/sidebar-WoKvFWCN.js +0 -717
  549. package/dist/sidebar-zowjejT2.cjs +0 -800
  550. package/dist/skeleton-4zoHiFJ_.cjs +0 -83
  551. package/dist/skeleton-C4bHqUBf.js +0 -84
  552. package/dist/slider-C0JKA9k3.js +0 -56
  553. package/dist/slider-CPmwzm_3.cjs +0 -73
  554. package/dist/slider-DcJharR9.cjs +0 -73
  555. package/dist/slider-Pay3fka2.js +0 -56
  556. package/dist/sonner-DeUIj0Zg.cjs +0 -63
  557. package/dist/sonner-g9RIfi35.js +0 -47
  558. package/dist/tooltip-CNtsL5cB.cjs +0 -71
  559. package/dist/tooltip-CTyZCD8h.js +0 -55
  560. package/dist/tooltip-CwgSdy3h.cjs +0 -67
  561. package/dist/tooltip-D-OrYnKO.js +0 -51
  562. package/dist/use-audio-player-BJFV24XW.js +0 -188
  563. package/dist/use-audio-player-Bkh23vQ3.js +0 -177
  564. package/dist/use-audio-player-Dn1NR9xN.cjs +0 -176
  565. package/dist/use-audio-player-DyVYlOnR.cjs +0 -187
  566. package/dist/use-mobile-BB4M_4Ru.cjs +0 -47
  567. package/dist/use-mobile-CLu9nqGL.js +0 -31
  568. package/dist/use-mobile-CNwiBNxu.js +0 -33
  569. package/dist/use-mobile-Dlf74ufz.cjs +0 -49
  570. package/dist/xertica-assistant-B1IaHXnB.cjs +0 -1894
  571. package/dist/xertica-assistant-BMqdyRVi.js +0 -2082
  572. package/dist/xertica-assistant-BbgzsgsG.js +0 -2164
  573. package/dist/xertica-assistant-Bj3vBCq_.cjs +0 -2081
  574. package/dist/xertica-assistant-CfBCo21g.js +0 -2148
  575. package/dist/xertica-assistant-DIM_Do1k.js +0 -1866
  576. package/dist/xertica-assistant-DPsESB6t.js +0 -1878
  577. package/dist/xertica-assistant-DrsRwla1.cjs +0 -2147
  578. package/dist/xertica-assistant-Qp3ydksa.cjs +0 -1882
  579. package/dist/xertica-assistant-d2qs2Vd9.cjs +0 -2163
  580. package/dist/xertica-assistant-gnCJdcZY.js +0 -1866
  581. package/dist/xertica-assistant-yyrR0JKl.cjs +0 -1882
  582. package/styles/xertica/app-overrides/scrollbar.css +0 -33
  583. package/dist/{XerticaXLogo-qBPhwK3g.cjs → LanguageSelector-1cINLJ23.cjs} +80 -80
@@ -1,8 +1,9 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { createContext, useMemo, useEffect, useState, useCallback, useContext } from "react";
3
- import i18n from "i18next";
4
- import { initReactI18next } from "react-i18next";
5
- import { useQueryClient } from "@tanstack/react-query";
1
+ import { jsx } from 'react/jsx-runtime';
2
+ import { createContext, useMemo, useEffect, useState, useCallback, useContext } from 'react';
3
+ import i18n from 'i18next';
4
+ import { initReactI18next } from 'react-i18next';
5
+ import { useQueryClient } from '@tanstack/react-query';
6
+
6
7
  const view$2 = "Visualizar";
7
8
  const edit$2 = "Editar";
8
9
  const cancel$5 = "Cancelar";
@@ -39,14 +40,16 @@ const __vite_glob_0_0 = {
39
40
  copied: copied$5,
40
41
  copyCode: copyCode$2,
41
42
  seeMore: seeMore$2,
42
- seeLess: seeLess$2
43
+ seeLess: seeLess$2,
43
44
  };
45
+
44
46
  const title$n = "Atividade Recente";
45
- const type$2 = { "create": "Criado", "update": "Atualizado", "remove": "Removido", "comment": "Comentou", "deploy": "Deploy" };
47
+ const type$2 = {"create":"Criado","update":"Atualizado","remove":"Removido","comment":"Comentou","deploy":"Deploy"};
46
48
  const __vite_glob_0_1 = {
47
49
  title: title$n,
48
- type: type$2
50
+ type: type$2,
49
51
  };
52
+
50
53
  const title$m = "Assistente Xertica";
51
54
  const defaultUserName$2 = "Usuário";
52
55
  const defaultWelcomeMessage$2 = "Como posso ajudar?";
@@ -90,14 +93,15 @@ const recordingDescriptionFull$2 = "Fale sua dúvida ou comando. A gravação pa
90
93
  const podcastName$2 = "Podcast";
91
94
  const likeToast$2 = "Obrigado por avaliar positivamente!";
92
95
  const feedbackToast$2 = "Obrigado pelo seu feedback. Vamos melhorar.";
93
- const defaultSuggestions$2 = { "createDocument": "Me ajude a criar um documento profissional", "searchFiles": 'Buscar nos meus arquivos por "relatório"', "summarizeConversations": "Resuma as conversas importantes desta semana", "createPodcast": "Crie um podcast sobre o último projeto" };
94
- const voiceTranscriptions$2 = { "salesData": "Como posso analisar os dados de vendas do último trimestre?", "performanceReport": "Me ajude a criar um relatório de performance do time", "marketTrends": "Quais são as principais tendências do mercado atual?", "customerSatisfaction": "Preciso de insights sobre a satisfação dos clientes", "teamProductivity": "Como posso melhorar a produtividade da minha equipe?", "keyMetrics": "Me mostre um resumo das métricas mais importantes", "digitalMarketing": "Crie um documento sobre técnicas de marketing digital", "socialEngagement": "Analise os dados de engajamento das redes sociais" };
95
- const tabs$5 = { "chat": "Chat", "chatLabel": "Ver chat", "history": "Histórico", "historyLabel": "Ver histórico de conversas", "favorites": "Favoritos", "favoritesLabel": "Ver mensagens favoritas" };
96
- const actions$8 = { "createDocument": "Criar documento", "createDocumentDesc": "Gere um documento completo", "generatePodcast": "Gerar podcast", "generatePodcastDesc": "Crie um podcast de áudio", "search": "Pesquisar", "searchDesc": "Busque por informações relevantes" };
97
- const feedbackDialog$2 = { "title": "Enviar feedback", "titleWithCategory": "Enviar feedback: {{category}}", "description": "Conte-nos por que essa resposta não foi útil para que possamos melhorar.", "descriptionOptional": "Gostaria de adicionar algum comentário? (Opcional)", "placeholder": "Descreva o motivo...", "placeholderOptional": "Comentário adicional...", "confirmAndSend": "Confirmar e Enviar", "send": "Enviar Feedback" };
98
- const suggestions$2 = { "whatCanIAsk": "O que posso pedir para você fazer?", "whatDoYouDo": "O que você faz?", "whichProjects": "Com quais projetos devo me preocupar agora?", "nextProject": "Qual meu próximo projeto?" };
99
- const richSuggestions$2 = { "viewPerformance": "Ver análise de desempenho", "generateReport": "Gerar relatório do projeto", "createDocument": "Criar documento de requisitos", "generatePodcast": "Gerar podcast de resumo diário" };
100
- const feedback$2 = { "notWhatIWanted": "Não era o que eu estava procurando", "incorrectInfo": "Informações incorretas", "incompleteAnswer": "Resposta incompleta", "other": "Outros..." };
96
+ const defaultSuggestions$2 = {"createDocument":"Me ajude a criar um documento profissional","searchFiles":"Buscar nos meus arquivos por \"relatório\"","summarizeConversations":"Resuma as conversas importantes desta semana","createPodcast":"Crie um podcast sobre o último projeto"};
97
+ const voiceTranscriptions$2 = {"salesData":"Como posso analisar os dados de vendas do último trimestre?","performanceReport":"Me ajude a criar um relatório de performance do time","marketTrends":"Quais são as principais tendências do mercado atual?","customerSatisfaction":"Preciso de insights sobre a satisfação dos clientes","teamProductivity":"Como posso melhorar a produtividade da minha equipe?","keyMetrics":"Me mostre um resumo das métricas mais importantes","digitalMarketing":"Crie um documento sobre técnicas de marketing digital","socialEngagement":"Analise os dados de engajamento das redes sociais"};
98
+ const tabs$5 = {"chat":"Chat","chatLabel":"Ver chat","history":"Histórico","historyLabel":"Ver histórico de conversas","favorites":"Favoritos","favoritesLabel":"Ver mensagens favoritas"};
99
+ const actions$8 = {"createDocument":"Criar documento","createDocumentDesc":"Gere um documento completo","generatePodcast":"Gerar podcast","generatePodcastDesc":"Crie um podcast de áudio","search":"Pesquisar","searchDesc":"Busque por informações relevantes"};
100
+ const feedbackDialog$2 = {"title":"Enviar feedback","titleWithCategory":"Enviar feedback: {{category}}","description":"Conte-nos por que essa resposta não foi útil para que possamos melhorar.","descriptionOptional":"Gostaria de adicionar algum comentário? (Opcional)","placeholder":"Descreva o motivo...","placeholderOptional":"Comentário adicional...","confirmAndSend":"Confirmar e Enviar","send":"Enviar Feedback"};
101
+ const suggestions$2 = {"whatCanIAsk":"O que posso pedir para você fazer?","whatDoYouDo":"O que você faz?","whichProjects":"Com quais projetos devo me preocupar agora?","nextProject":"Qual meu próximo projeto?"};
102
+ const richSuggestions$2 = {"viewPerformance":"Ver análise de desempenho","generateReport":"Gerar relatório do projeto","createDocument":"Criar documento de requisitos","generatePodcast":"Gerar podcast de resumo diário"};
103
+ const feedback$2 = {"notWhatIWanted":"Não era o que eu estava procurando","incorrectInfo":"Informações incorretas","incompleteAnswer":"Resposta incompleta","other":"Outros..."};
104
+ const page$2 = {"today":"Hoje","yesterday":"Ontem","thisWeek":"Esta semana","searchConversations":"Buscar conversas...","rename":"Renomear","delete":"Excluir","cancel":"Cancelar","save":"Salvar","deleteConversationTitle":"Excluir conversa","deleteConversationDesc":"Tem certeza que deseja excluir \"{{name}}\"? Esta ação não pode ser desfeita.","renameConversationTitle":"Renomear conversa","conversationNameLabel":"Nome da conversa"};
101
105
  const __vite_glob_0_2 = {
102
106
  title: title$m,
103
107
  defaultUserName: defaultUserName$2,
@@ -149,8 +153,10 @@ const __vite_glob_0_2 = {
149
153
  feedbackDialog: feedbackDialog$2,
150
154
  suggestions: suggestions$2,
151
155
  richSuggestions: richSuggestions$2,
152
- feedback: feedback$2
156
+ feedback: feedback$2,
157
+ page: page$2,
153
158
  };
159
+
154
160
  const audioTitle$2 = "Áudio";
155
161
  const video$2 = "Vídeo";
156
162
  const untitledVideo$2 = "Vídeo sem título";
@@ -205,26 +211,30 @@ const __vite_glob_0_3 = {
205
211
  playingFloating: playingFloating$2,
206
212
  restoreToPage: restoreToPage$2,
207
213
  restore: restore$2,
208
- popOut: popOut$2
214
+ popOut: popOut$2,
209
215
  };
216
+
210
217
  const title$l = "Notificações";
211
218
  const markAllRead$2 = "Marcar todas como lidas";
212
219
  const viewAll$2 = "Ver todas as notificações";
213
220
  const __vite_glob_0_4 = {
214
221
  title: title$l,
215
222
  markAllRead: markAllRead$2,
216
- viewAll: viewAll$2
223
+ viewAll: viewAll$2,
217
224
  };
218
- const status$b = { "online": "Online", "offline": "Offline", "away": "Ausente", "busy": "Ocupado" };
225
+
226
+ const status$b = {"online":"Online","offline":"Offline","away":"Ausente","busy":"Ocupado"};
219
227
  const __vite_glob_0_5 = {
220
- status: status$b
228
+ status: status$b,
221
229
  };
230
+
222
231
  const progress$2 = "Progresso";
223
- const status$a = { "active": "Em andamento", "review": "Em revisão", "completed": "Concluído", "paused": "Pausado", "atRisk": "Em risco" };
232
+ const status$a = {"active":"Em andamento","review":"Em revisão","completed":"Concluído","paused":"Pausado","atRisk":"Em risco"};
224
233
  const __vite_glob_0_6 = {
225
234
  progress: progress$2,
226
- status: status$a
235
+ status: status$a,
227
236
  };
237
+
228
238
  const collapse$4 = "Recolher menu";
229
239
  const expand$4 = "Expandir menu";
230
240
  const mainNavigation$2 = "Navegação principal";
@@ -249,8 +259,9 @@ const __vite_glob_0_7 = {
249
259
  search: search$2,
250
260
  userProfile: userProfile$2,
251
261
  profile: profile$2,
252
- logout: logout$2
262
+ logout: logout$2,
253
263
  };
264
+
254
265
  const totalUsers$2 = "Total de Usuários";
255
266
  const totalRevenue$2 = "Receita Total";
256
267
  const conversionRate$2 = "Taxa de Conversão";
@@ -263,15 +274,16 @@ const __vite_glob_0_8 = {
263
274
  conversionRate: conversionRate$2,
264
275
  last30Days: last30Days$2,
265
276
  currentMonth: currentMonth$2,
266
- currentWeek: currentWeek$2
277
+ currentWeek: currentWeek$2,
267
278
  };
279
+
268
280
  const name$2 = "Nome";
269
281
  const email$2 = "E-mail";
270
282
  const role$2 = "Função";
271
283
  const status$9 = "Status";
272
284
  const actions$7 = "Ações";
273
285
  const showing$2 = "Exibindo {{count}} de {{total}} usuários";
274
- const roles$5 = { "Developer": "Desenvolvedor", "Designer": "Designer", "Manager": "Gerente", "Analyst": "Analista" };
286
+ const roles$5 = {"Developer":"Desenvolvedor","Designer":"Designer","Manager":"Gerente","Analyst":"Analista"};
275
287
  const __vite_glob_0_9 = {
276
288
  name: name$2,
277
289
  email: email$2,
@@ -279,8 +291,9 @@ const __vite_glob_0_9 = {
279
291
  status: status$9,
280
292
  actions: actions$7,
281
293
  showing: showing$2,
282
- roles: roles$5
294
+ roles: roles$5,
283
295
  };
296
+
284
297
  const somethingWentWrong$2 = "Algo deu errado";
285
298
  const unexpectedError$2 = "Ocorreu um erro inesperado na aplicação. Por favor, tente novamente.";
286
299
  const tryAgain$2 = "Tentar novamente";
@@ -295,8 +308,9 @@ const __vite_glob_0_10 = {
295
308
  goHome: goHome$2,
296
309
  pageLoadError: pageLoadError$2,
297
310
  pageLoadErrorDesc: pageLoadErrorDesc$2,
298
- sectionLoadError: sectionLoadError$2
311
+ sectionLoadError: sectionLoadError$2,
299
312
  };
313
+
300
314
  const label$2 = "Selecionar idioma";
301
315
  const placeholder$2 = "Idioma";
302
316
  const ptBR$3 = "Português (BR)";
@@ -307,8 +321,9 @@ const __vite_glob_0_11 = {
307
321
  placeholder: placeholder$2,
308
322
  ptBR: ptBR$3,
309
323
  en: en$3,
310
- es: es$3
324
+ es: es$3,
311
325
  };
326
+
312
327
  const home$2 = "Início";
313
328
  const template$2 = "Template";
314
329
  const designSystem$2 = "Design System";
@@ -317,16 +332,17 @@ const __vite_glob_0_12 = {
317
332
  home: home$2,
318
333
  template: template$2,
319
334
  designSystem: designSystem$2,
320
- settings: settings$5
335
+ settings: settings$5,
321
336
  };
337
+
322
338
  const title$k = "Membros da Equipe";
323
339
  const subtitle$b = "Gerencie o acesso dos membros ao sistema.";
324
340
  const newMember$2 = "Novo Membro";
325
341
  const searchPlaceholder$4 = "Buscar email...";
326
- const headers$2 = { "name": "Nome", "email": "E-mail", "role": "Cargo", "status": "Status", "action": "Ação" };
327
- const roles$4 = { "administrator": "Administrador", "editor": "Editor" };
328
- const status$8 = { "active": "Ativo", "inactive": "Inativo" };
329
- const actions$6 = { "editProfile": "Editar Perfil", "revokeAccess": "Revogar Acesso" };
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"};
330
346
  const __vite_glob_0_13 = {
331
347
  title: title$k,
332
348
  subtitle: subtitle$b,
@@ -335,17 +351,18 @@ const __vite_glob_0_13 = {
335
351
  headers: headers$2,
336
352
  roles: roles$4,
337
353
  status: status$8,
338
- actions: actions$6
354
+ actions: actions$6,
339
355
  };
356
+
340
357
  const title$j = "Dashboard";
341
358
  const subtitle$a = "Visão geral do sistema";
342
359
  const downloadReport$2 = "Baixar Relatório";
343
360
  const lastMonth$2 = "no último mês";
344
- const stats$2 = { "totalRevenue": "Receita Total", "totalRevenueValue": "R$ 45.231,89", "activeUsers": "Usuários Ativos", "sales": "Vendas", "retentionRate": "Taxa de Retenção" };
361
+ const stats$2 = {"totalRevenue":"Receita Total","totalRevenueValue":"R$ 45.231,89","activeUsers":"Usuários Ativos","sales":"Vendas","retentionRate":"Taxa de Retenção"};
345
362
  const overview$5 = "Visão Geral";
346
363
  const chartArea$2 = "Área de Gráfico";
347
364
  const recentEvents$2 = "Últimos Eventos";
348
- const events$2 = { "userLogin": "Login de João Silva", "invoicePaid": "Fatura #INV004 paga" };
365
+ const events$2 = {"userLogin":"Login de João Silva","invoicePaid":"Fatura #INV004 paga"};
349
366
  const __vite_glob_0_14 = {
350
367
  title: title$j,
351
368
  subtitle: subtitle$a,
@@ -355,8 +372,9 @@ const __vite_glob_0_14 = {
355
372
  overview: overview$5,
356
373
  chartArea: chartArea$2,
357
374
  recentEvents: recentEvents$2,
358
- events: events$2
375
+ events: events$2,
359
376
  };
377
+
360
378
  const title$i = "Editar Perfil Corporativo";
361
379
  const description$5 = "Atualize os detalhes de sua conta e defina as preferências.";
362
380
  const fullNameLabel$2 = "Nome Completo";
@@ -367,7 +385,7 @@ const notifyLabel$2 = "Desejo receber notificações atualizadas por e-mail no f
367
385
  const successMessage$2 = "Perfil salvo com sucesso!";
368
386
  const cancel$4 = "Cancelar";
369
387
  const save$4 = "Salvar Alterações";
370
- const errors$2 = { "fullNameRequired": "Nome completo é obrigatório", "emailInvalid": "Formato inválido" };
388
+ const errors$2 = {"fullNameRequired":"Nome completo é obrigatório","emailInvalid":"Formato inválido"};
371
389
  const __vite_glob_0_15 = {
372
390
  title: title$i,
373
391
  description: description$5,
@@ -379,8 +397,9 @@ const __vite_glob_0_15 = {
379
397
  successMessage: successMessage$2,
380
398
  cancel: cancel$4,
381
399
  save: save$4,
382
- errors: errors$2
400
+ errors: errors$2,
383
401
  };
402
+
384
403
  const welcome$2 = "Bem-vindo ao Design System!";
385
404
  const subtitle$9 = "Sua plataforma inteligente para automação e análise de dados";
386
405
  const templateCliTitle$2 = "Template CLI";
@@ -391,8 +410,9 @@ const __vite_glob_0_16 = {
391
410
  subtitle: subtitle$9,
392
411
  templateCliTitle: templateCliTitle$2,
393
412
  templateCliDescription: templateCliDescription$2,
394
- templateClibadge: templateClibadge$2
413
+ templateClibadge: templateClibadge$2,
395
414
  };
415
+
396
416
  const heading$8 = "Acesse sua conta";
397
417
  const emailLabel$7 = "E-mail";
398
418
  const emailPlaceholder$7 = "seu@email.com";
@@ -419,8 +439,9 @@ const __vite_glob_0_17 = {
419
439
  signInWithMTLogin: signInWithMTLogin$2,
420
440
  signInWithGovBr: signInWithGovBr$2,
421
441
  heroImageAlt: heroImageAlt$8,
422
- errorFillFields: errorFillFields$2
442
+ errorFillFields: errorFillFields$2,
423
443
  };
444
+
424
445
  const title$h = "Acesso ao Sistema";
425
446
  const description$4 = "Insira suas credenciais corporativas abaixo.";
426
447
  const emailLabel$6 = "Email Corporativo";
@@ -435,8 +456,9 @@ const __vite_glob_0_18 = {
435
456
  emailPlaceholder: emailPlaceholder$6,
436
457
  passwordLabel: passwordLabel$4,
437
458
  forgotPassword: forgotPassword$4,
438
- submit: submit$7
459
+ submit: submit$7,
439
460
  };
461
+
440
462
  const heading$7 = "Redefinir senha";
441
463
  const subheading$2 = "Crie uma nova senha segura para sua conta";
442
464
  const newPasswordLabel$2 = "Nova senha";
@@ -469,28 +491,29 @@ const __vite_glob_0_19 = {
469
491
  errorMismatch: errorMismatch$2,
470
492
  strengthWeak: strengthWeak$2,
471
493
  strengthMedium: strengthMedium$2,
472
- strengthStrong: strengthStrong$2
494
+ strengthStrong: strengthStrong$2,
473
495
  };
496
+
474
497
  const breadcrumb$2 = "Página de Template";
475
498
  const title$g = "Página de Template";
476
499
  const subtitle$8 = "Template completo com componentes do Xertica UI Design System";
477
500
  const formSubmitSuccess$2 = "Formulário enviado com sucesso!";
478
- const sections$2 = { "alerts": "Alertas", "cardsAndTabs": "Cards & Tabs", "buttons": "Botões", "badges": "Badges", "dialogs": "Dialogs", "sidebarVariations": "Variações da Sidebar", "enhancedComponents": "v2.2.1 — Componentes Aprimorados" };
479
- const alerts$2 = { "infoTitle": "Informação", "infoDescription": "Este é um exemplo de alerta informativo usando os componentes do Design System.", "errorTitle": "Erro", "errorDescription": "Ocorreu um erro ao processar sua solicitação.", "successTitle": "Sucesso", "successDescription": "Operação realizada com sucesso!", "warningTitle": "Aviso", "warningDescription": "Atenção: esta ação não pode ser desfeita." };
480
- const tabs$4 = { "overview": "Visão Geral", "forms": "Formulários", "data": "Dados", "settings": "Configurações" };
481
- const overview$4 = { "progressTitle": "Progress & Sliders", "progressDescription": "Exemplos de componentes de progresso", "projectProgress": "Progresso do Projeto", "volume": "Volume", "totalUsersDemoValue": "1.234", "revenueDemoValue": "R$ 45,2k", "conversionRateDemoValue": "3,2%" };
482
- const forms$2 = { "registrationTitle": "Formulário de Cadastro", "registrationDescription": "Preencha os campos abaixo para criar uma nova conta", "firstName": "Nome", "firstNamePlaceholder": "João", "lastName": "Sobrenome", "lastNamePlaceholder": "Silva", "email": "E-mail", "emailPlaceholder": "joao@exemplo.com", "phone": "Telefone", "phonePlaceholder": "(11) 99999-9999", "role": "Cargo", "rolePlaceholder": "Selecione um cargo", "roles": { "developer": "Desenvolvedor", "designer": "Designer", "manager": "Gerente", "analyst": "Analista" }, "bio": "Biografia", "bioPlaceholder": "Conte-nos um pouco sobre você...", "preferences": "Preferências", "newsletter": "Receber newsletter por e-mail", "pushNotifications": "Ativar notificações push", "featureUpdates": "Receber atualizações sobre novos recursos", "accountType": "Tipo de Conta", "accountPersonal": "Pessoal", "accountBusiness": "Empresarial", "accountEnterprise": "Enterprise", "cancel": "Cancelar", "createAccount": "Criar Conta" };
483
- const data$2 = { "title": "Lista de Usuários", "description": "Gerencie os usuários do sistema", "searchPlaceholder": "Buscar usuários...", "headers": { "name": "Nome", "email": "E-mail", "role": "Cargo", "status": "Status", "actions": "Ações" }, "roles": { "developerFemale": "Desenvolvedora", "designer": "Designer", "manager": "Gerente", "analyst": "Analista" }, "status": { "active": "Ativo", "away": "Ausente", "inactive": "Inativo" }, "edit": "Editar", "showing": "Exibindo {{count}} de {{total}} usuários", "previous": "Anterior", "next": "Próximo", "demoEmailDomain": "exemplo.com" };
484
- const settings$4 = { "title": "Configurações do Sistema", "description": "Gerencie as configurações gerais", "darkMode": "Modo Escuro", "darkModeDescription": "Ativar tema escuro na interface", "emailNotifications": "Notificações por E-mail", "emailNotificationsDescription": "Receber atualizações importantes por e-mail", "pushNotifications": "Notificações Push", "pushNotificationsDescription": "Receber notificações instantâneas no navegador", "language": "Idioma", "languages": { "ptBR": "Português (Brasil)", "en": "English", "es": "Español" }, "timezone": "Fuso Horário", "timezones": { "saoPaulo": "América/São Paulo (GMT-3)", "newYork": "América/Nova York (GMT-5)", "london": "Europa/Londres (GMT+0)" }, "restoreDefaults": "Restaurar Padrões", "saveChanges": "Salvar Alterações" };
485
- const buttons$2 = { "title": "Variações de Botões", "description": "Diferentes estilos e tamanhos de botões", "variants": "Variantes", "sizes": "Tamanhos", "withIcons": "Com Ícones", "states": "Estados", "profile": "Perfil", "messages": "Mensagens", "schedule": "Agendar", "disabled": "Desabilitado", "outlineDisabled": "Outline Desabilitado", "variantLabels": { "default": "Padrão", "secondary": "Secundário", "outline": "Contorno", "ghost": "Ghost", "link": "Link", "destructive": "Destrutivo" }, "sizeLabels": { "small": "Pequeno", "default": "Padrão", "large": "Grande" } };
486
- const badges$2 = { "title": "Variações de Badges", "description": "Diferentes estilos de badges para status e tags", "labels": { "default": "Padrão", "secondary": "Secundário", "outline": "Contorno", "destructive": "Destrutivo", "success": "Sucesso", "warning": "Aviso", "info": "Info" } };
487
- const dialogs$2 = { "dialogTitle": "Dialog", "dialogDescription": "Um modal básico interativo", "editProfile": "Editar Perfil", "editProfileDescription": "Faça alterações no seu perfil aqui. Clique em salvar quando terminar.", "name": "Nome", "nameDefaultValue": "Pedro Duarte", "username": "Usuário", "usernameDefaultValue": "@pedroduarte", "update": "Atualizar", "alertDialogTitle": "Alert Dialog", "alertDialogDescription": "Um alerta para decisões importantes", "deleteAccount": "Excluir Conta", "areYouSure": "Você tem certeza absoluta?", "deleteWarning": "Esta ação não pode ser desfeita. Isso excluirá permanentemente sua conta e removerá seus dados de nossos servidores.", "cancel": "Cancelar", "continue": "Continuar" };
488
- const sidebar$2 = { "title": "Sidebar Assistant Mode vs Default", "description": "A Sidebar suporta flexibilidade com a propriedade variant.", "assistantMode": "Modo Assistant", "defaultMode": "Modo Padrão", "searchTopicsPlaceholder": "Pesquisar tópicos...", "newConversation": "Nova Conversa", "recent": "Recentes", "constructionMonitoring": "Monitoramento de Obras", "items": { "sidebarRefactor": "Refatoração Sidebar", "sidebarRefactorDescription": "Ativa agora", "br163Restoration": "Restauração BR-163", "br163Location": "Cuiabá, MT" }, "actions": { "rename": "Renomear", "renameToast": "Abrir renomear...", "move": "Mover", "moveActive": "Projetos Ativos", "moveActiveToast": "Movido para Projetos Ativos", "moveMonitoring": "Monitoramento", "moveMonitoringToast": "Movido para Monitoramento", "moveArchive": "Arquivo", "moveArchiveToast": "Movido para Arquivo", "clear": "Limpar", "clearToast": "Histórico Limpo!", "newCategory": "Nova Categoria", "newCategoryToast": "Criar nova categoria...", "archiveGroup": "Arquivar Grupo", "archiveGroupToast": "Arquivando grupo..." }, "logoutToast": "Saiu", "settingsClickedToast": "Configurações clicadas", "routes": { "home": "Início", "dashboard": "Dashboard", "settings": "Configurações" }, "assistantContent": "Conteúdo do Assistant Mode", "defaultContent": "Navegação Tradicional do Sistema" };
489
- const enhanced$2 = { "pagination": { "title": "Pagination", "description": "Navegação por páginas com a prop <code>disabled</code> em Previous/Next — ARIA e foco acessíveis.", "pageOfTotal": "Página {{current}} de {{total}} — algoritmo Set-deduplicado garante unicidade de itens" }, "stepper": { "title": "Stepper", "description": 'Wizard multi-etapas com <code>role="list"</code>, <code>aria-current="step"</code> e <code>initialStep</code> clampado automaticamente.', "step1Label": "Dados pessoais", "step1Description": "Nome e e-mail", "step2Label": "Endereço", "step2Description": "CEP e cidade", "step3Label": "Confirmação", "step3Description": "Revisar e enviar", "previous": "Anterior", "next": "Próximo", "finish": "Concluir" }, "treeView": { "title": "TreeView", "description": "Navegação hierárquica com <code>ariaLabel</code>, roving tabindex e teclado WAI-ARIA (Espaço expande/colapsa, Enter seleciona).", "ariaLabel": "Estrutura de componentes", "selectedConsoleLog": "Selecionado:", "nodes": { "components": "Componentes", "ui": "UI", "button": "Botão", "input": "Input", "pagination": "Paginação", "layout": "Layout", "sidebar": "Sidebar", "header": "Header", "hooks": "Hooks" } }, "richText": { "title": "RichTextEditor", "description": 'Editor rich text com <code>role="textbox"</code>, <code>aria-multiline</code> e contadores via <code>useState</code> (sem IIFE).', "placeholder": "Escreva aqui..." } };
490
- const footer$2 = { "title": "Template CLI-Ready", "subtitle": "Como usar este template", "descriptionPart1": "Este template está pronto para ser usado como base para novos projetos. Todos os componentes são importados da biblioteca ", "descriptionPart2": " e seguem a arquitetura CLI-first do Xertica UI.", "tipTitle": "Dica", "tipDescriptionPart1": "Copie este arquivo como ponto de partida para suas páginas. Todos os componentes são reutilizáveis e customizáveis através das variáveis CSS definidas em ", "tipDescriptionPart2": "." };
491
- const headerWithBreadcrumbs$2 = { "sectionTitle": "Cabeçalho com Breadcrumbs", "cardTitle": "Cabeçalho Principal", "cardDescription": "Exemplo de Header com breadcrumbs de 4 níveis", "exampleContentTitle": "Conteúdo de Exemplo", "exampleContentDescriptionPart1": "Neste exemplo, o componente ", "exampleContentDescriptionPart2": " principal da aplicação agora suporta receber um array de breadcrumbs para navegações complexas com mais de 3 níveis.", "breadcrumbs": { "dashboard": "Dashboard", "settings": "Configurações", "users": "Usuários", "accessProfile": "Perfil de Acesso" } };
492
- const headerVariations$2 = { "sectionTitle": "Variações de Cabeçalho", "cardTitle": "Configurações do Cabeçalho Principal", "cardDescription": "O Header é focado em navegação (breadcrumbs) e ações contextuais rápidas.", "visibleElements": "Elementos Visíveis", "actionButtons": "Botões de Ação", "breadcrumbsLabel": "Breadcrumbs", "preview": "Visualização", "currentPage": "Página Atual", "contentArea": "Área de Conteúdo da Página", "breadcrumbBrand": "Xertica UI", "breadcrumbSettings": "Configurações", "breadcrumbProfile": "Perfil", "notificationsOpenedToast": "Notificações abertas", "messagesLabel": "Mensagens", "messagesOpenedToast": "Mensagens abertas" };
493
- const sidebarControls$2 = { "footerSettings": "Configurações do Rodapé", "userProfile": "Perfil do Usuário", "settings": "Configurações", "logoutButton": "Botão de Sair", "sidebarWidthDesktop": "Largura da Sidebar (Desktop)", "sidebarWidthAriaLabel": "Largura da Sidebar", "filterByStatus": "Filtrar por Status", "filterActive": "Ativo", "filterArchived": "Arquivado", "filterPending": "Pendente" };
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"};
494
517
  const __vite_glob_0_20 = {
495
518
  breadcrumb: breadcrumb$2,
496
519
  title: title$g,
@@ -511,8 +534,9 @@ const __vite_glob_0_20 = {
511
534
  footer: footer$2,
512
535
  headerWithBreadcrumbs: headerWithBreadcrumbs$2,
513
536
  headerVariations: headerVariations$2,
514
- sidebarControls: sidebarControls$2
537
+ sidebarControls: sidebarControls$2,
515
538
  };
539
+
516
540
  const heading$6 = "Verifique seu e-mail";
517
541
  const instructionsSent$2 = "Enviamos as instruções para redefinir sua senha para:";
518
542
  const instructions$2 = "Siga as instruções no e-mail para redefinir sua senha. O link expira em 24 horas.";
@@ -533,8 +557,9 @@ const __vite_glob_0_21 = {
533
557
  resending: resending$2,
534
558
  resentSuccess: resentSuccess$2,
535
559
  backToLogin: backToLogin$4,
536
- heroImageAlt: heroImageAlt$6
560
+ heroImageAlt: heroImageAlt$6,
537
561
  };
562
+
538
563
  const switchToLight$2 = "Mudar para tema claro";
539
564
  const switchToDark$2 = "Mudar para tema escuro";
540
565
  const lightMode$2 = "Modo Claro";
@@ -543,8 +568,9 @@ const __vite_glob_0_22 = {
543
568
  switchToLight: switchToLight$2,
544
569
  switchToDark: switchToDark$2,
545
570
  lightMode: lightMode$2,
546
- darkMode: darkMode$2
571
+ darkMode: darkMode$2,
547
572
  };
573
+
548
574
  const view$1 = "View";
549
575
  const edit$1 = "Edit";
550
576
  const cancel$3 = "Cancel";
@@ -581,14 +607,16 @@ const __vite_glob_1_0 = {
581
607
  copied: copied$3,
582
608
  copyCode: copyCode$1,
583
609
  seeMore: seeMore$1,
584
- seeLess: seeLess$1
610
+ seeLess: seeLess$1,
585
611
  };
612
+
586
613
  const title$f = "Recent Activity";
587
- const type$1 = { "create": "Created", "update": "Updated", "remove": "Removed", "comment": "Commented", "deploy": "Deploy" };
614
+ const type$1 = {"create":"Created","update":"Updated","remove":"Removed","comment":"Commented","deploy":"Deploy"};
588
615
  const __vite_glob_1_1 = {
589
616
  title: title$f,
590
- type: type$1
617
+ type: type$1,
591
618
  };
619
+
592
620
  const title$e = "Xertica Assistant";
593
621
  const defaultUserName$1 = "User";
594
622
  const defaultWelcomeMessage$1 = "How can I help you?";
@@ -632,14 +660,15 @@ const recordingDescriptionFull$1 = "Speak your question or command. Recording wi
632
660
  const podcastName$1 = "Podcast";
633
661
  const likeToast$1 = "Thank you for the positive rating!";
634
662
  const feedbackToast$1 = "Thank you for your feedback. We will improve.";
635
- const defaultSuggestions$1 = { "createDocument": "Help me create a professional document", "searchFiles": 'Search my files for "report"', "summarizeConversations": "Summarize the important conversations from this week", "createPodcast": "Create a podcast about the last project" };
636
- const voiceTranscriptions$1 = { "salesData": "How can I analyze last quarter's sales data?", "performanceReport": "Help me create a team performance report", "marketTrends": "What are the main current market trends?", "customerSatisfaction": "I need insights on customer satisfaction", "teamProductivity": "How can I improve my team's productivity?", "keyMetrics": "Show me a summary of the most important metrics", "digitalMarketing": "Create a document on digital marketing techniques", "socialEngagement": "Analyze the social media engagement data" };
637
- const tabs$3 = { "chat": "Chat", "chatLabel": "View chat", "history": "History", "historyLabel": "View conversation history", "favorites": "Favorites", "favoritesLabel": "View favorite messages" };
638
- const actions$5 = { "createDocument": "Create document", "createDocumentDesc": "Generate a complete document", "generatePodcast": "Generate podcast", "generatePodcastDesc": "Create an audio podcast", "search": "Search", "searchDesc": "Search for relevant information" };
639
- const feedbackDialog$1 = { "title": "Send feedback", "titleWithCategory": "Send feedback: {{category}}", "description": "Tell us why this response was not helpful so we can improve.", "descriptionOptional": "Would you like to add a comment? (Optional)", "placeholder": "Describe the reason...", "placeholderOptional": "Additional comment...", "confirmAndSend": "Confirm and Send", "send": "Send Feedback" };
640
- const suggestions$1 = { "whatCanIAsk": "What can I ask you to do?", "whatDoYouDo": "What do you do?", "whichProjects": "Which projects should I focus on now?", "nextProject": "What is my next project?" };
641
- const richSuggestions$1 = { "viewPerformance": "View performance analysis", "generateReport": "Generate project report", "createDocument": "Create requirements document", "generatePodcast": "Generate daily summary podcast" };
642
- const feedback$1 = { "notWhatIWanted": "Not what I was looking for", "incorrectInfo": "Incorrect information", "incompleteAnswer": "Incomplete answer", "other": "Other..." };
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..."};
671
+ const page$1 = {"today":"Today","yesterday":"Yesterday","thisWeek":"This week","searchConversations":"Search conversations...","rename":"Rename","delete":"Delete","cancel":"Cancel","save":"Save","deleteConversationTitle":"Delete conversation","deleteConversationDesc":"Are you sure you want to delete \"{{name}}\"? This action cannot be undone.","renameConversationTitle":"Rename conversation","conversationNameLabel":"Conversation name"};
643
672
  const __vite_glob_1_2 = {
644
673
  title: title$e,
645
674
  defaultUserName: defaultUserName$1,
@@ -691,8 +720,10 @@ const __vite_glob_1_2 = {
691
720
  feedbackDialog: feedbackDialog$1,
692
721
  suggestions: suggestions$1,
693
722
  richSuggestions: richSuggestions$1,
694
- feedback: feedback$1
723
+ feedback: feedback$1,
724
+ page: page$1,
695
725
  };
726
+
696
727
  const audioTitle$1 = "Audio";
697
728
  const video$1 = "Video";
698
729
  const untitledVideo$1 = "Untitled Video";
@@ -747,26 +778,30 @@ const __vite_glob_1_3 = {
747
778
  playingFloating: playingFloating$1,
748
779
  restoreToPage: restoreToPage$1,
749
780
  restore: restore$1,
750
- popOut: popOut$1
781
+ popOut: popOut$1,
751
782
  };
783
+
752
784
  const title$d = "Notifications";
753
785
  const markAllRead$1 = "Mark all as read";
754
786
  const viewAll$1 = "View all notifications";
755
787
  const __vite_glob_1_4 = {
756
788
  title: title$d,
757
789
  markAllRead: markAllRead$1,
758
- viewAll: viewAll$1
790
+ viewAll: viewAll$1,
759
791
  };
760
- const status$7 = { "online": "Online", "offline": "Offline", "away": "Away", "busy": "Busy" };
792
+
793
+ const status$7 = {"online":"Online","offline":"Offline","away":"Away","busy":"Busy"};
761
794
  const __vite_glob_1_5 = {
762
- status: status$7
795
+ status: status$7,
763
796
  };
797
+
764
798
  const progress$1 = "Progress";
765
- const status$6 = { "active": "In progress", "review": "Under review", "completed": "Completed", "paused": "Paused", "atRisk": "At risk" };
799
+ const status$6 = {"active":"In progress","review":"Under review","completed":"Completed","paused":"Paused","atRisk":"At risk"};
766
800
  const __vite_glob_1_6 = {
767
801
  progress: progress$1,
768
- status: status$6
802
+ status: status$6,
769
803
  };
804
+
770
805
  const collapse$2 = "Collapse menu";
771
806
  const expand$2 = "Expand menu";
772
807
  const mainNavigation$1 = "Main navigation";
@@ -791,8 +826,9 @@ const __vite_glob_1_7 = {
791
826
  search: search$1,
792
827
  userProfile: userProfile$1,
793
828
  profile: profile$1,
794
- logout: logout$1
829
+ logout: logout$1,
795
830
  };
831
+
796
832
  const totalUsers$1 = "Total Users";
797
833
  const totalRevenue$1 = "Total Revenue";
798
834
  const conversionRate$1 = "Conversion Rate";
@@ -805,15 +841,16 @@ const __vite_glob_1_8 = {
805
841
  conversionRate: conversionRate$1,
806
842
  last30Days: last30Days$1,
807
843
  currentMonth: currentMonth$1,
808
- currentWeek: currentWeek$1
844
+ currentWeek: currentWeek$1,
809
845
  };
846
+
810
847
  const name$1 = "Name";
811
848
  const email$1 = "Email";
812
849
  const role$1 = "Role";
813
850
  const status$5 = "Status";
814
851
  const actions$4 = "Actions";
815
852
  const showing$1 = "Showing {{count}} of {{total}} users";
816
- const roles$3 = { "Developer": "Developer", "Designer": "Designer", "Manager": "Manager", "Analyst": "Analyst" };
853
+ const roles$3 = {"Developer":"Developer","Designer":"Designer","Manager":"Manager","Analyst":"Analyst"};
817
854
  const __vite_glob_1_9 = {
818
855
  name: name$1,
819
856
  email: email$1,
@@ -821,8 +858,9 @@ const __vite_glob_1_9 = {
821
858
  status: status$5,
822
859
  actions: actions$4,
823
860
  showing: showing$1,
824
- roles: roles$3
861
+ roles: roles$3,
825
862
  };
863
+
826
864
  const somethingWentWrong$1 = "Something went wrong";
827
865
  const unexpectedError$1 = "An unexpected error occurred in the application. Please try again.";
828
866
  const tryAgain$1 = "Try again";
@@ -837,8 +875,9 @@ const __vite_glob_1_10 = {
837
875
  goHome: goHome$1,
838
876
  pageLoadError: pageLoadError$1,
839
877
  pageLoadErrorDesc: pageLoadErrorDesc$1,
840
- sectionLoadError: sectionLoadError$1
878
+ sectionLoadError: sectionLoadError$1,
841
879
  };
880
+
842
881
  const label$1 = "Select language";
843
882
  const placeholder$1 = "Language";
844
883
  const ptBR$2 = "Português (BR)";
@@ -849,8 +888,9 @@ const __vite_glob_1_11 = {
849
888
  placeholder: placeholder$1,
850
889
  ptBR: ptBR$2,
851
890
  en: en$2,
852
- es: es$2
891
+ es: es$2,
853
892
  };
893
+
854
894
  const home$1 = "Home";
855
895
  const template$1 = "Template";
856
896
  const designSystem$1 = "Design System";
@@ -859,16 +899,17 @@ const __vite_glob_1_12 = {
859
899
  home: home$1,
860
900
  template: template$1,
861
901
  designSystem: designSystem$1,
862
- settings: settings$3
902
+ settings: settings$3,
863
903
  };
904
+
864
905
  const title$c = "Team Members";
865
906
  const subtitle$7 = "Manage member access to the system.";
866
907
  const newMember$1 = "New Member";
867
908
  const searchPlaceholder$2 = "Search email...";
868
- const headers$1 = { "name": "Name", "email": "Email", "role": "Role", "status": "Status", "action": "Action" };
869
- const roles$2 = { "administrator": "Administrator", "editor": "Editor" };
870
- const status$4 = { "active": "Active", "inactive": "Inactive" };
871
- const actions$3 = { "editProfile": "Edit Profile", "revokeAccess": "Revoke Access" };
909
+ const headers$1 = {"name":"Name","email":"Email","role":"Role","status":"Status","action":"Action"};
910
+ const roles$2 = {"administrator":"Administrator","editor":"Editor"};
911
+ const status$4 = {"active":"Active","inactive":"Inactive"};
912
+ const actions$3 = {"editProfile":"Edit Profile","revokeAccess":"Revoke Access"};
872
913
  const __vite_glob_1_13 = {
873
914
  title: title$c,
874
915
  subtitle: subtitle$7,
@@ -877,17 +918,18 @@ const __vite_glob_1_13 = {
877
918
  headers: headers$1,
878
919
  roles: roles$2,
879
920
  status: status$4,
880
- actions: actions$3
921
+ actions: actions$3,
881
922
  };
923
+
882
924
  const title$b = "Dashboard";
883
925
  const subtitle$6 = "System overview";
884
926
  const downloadReport$1 = "Download Report";
885
927
  const lastMonth$1 = "from last month";
886
- const stats$1 = { "totalRevenue": "Total Revenue", "totalRevenueValue": "$45,231.89", "activeUsers": "Active Users", "sales": "Sales", "retentionRate": "Retention Rate" };
928
+ const stats$1 = {"totalRevenue":"Total Revenue","totalRevenueValue":"$45,231.89","activeUsers":"Active Users","sales":"Sales","retentionRate":"Retention Rate"};
887
929
  const overview$3 = "Overview";
888
930
  const chartArea$1 = "Chart Area";
889
931
  const recentEvents$1 = "Recent Events";
890
- const events$1 = { "userLogin": "Login by João Silva", "invoicePaid": "Invoice #INV004 paid" };
932
+ const events$1 = {"userLogin":"Login by João Silva","invoicePaid":"Invoice #INV004 paid"};
891
933
  const __vite_glob_1_14 = {
892
934
  title: title$b,
893
935
  subtitle: subtitle$6,
@@ -897,8 +939,9 @@ const __vite_glob_1_14 = {
897
939
  overview: overview$3,
898
940
  chartArea: chartArea$1,
899
941
  recentEvents: recentEvents$1,
900
- events: events$1
942
+ events: events$1,
901
943
  };
944
+
902
945
  const title$a = "Edit Corporate Profile";
903
946
  const description$3 = "Update your account details and set your preferences.";
904
947
  const fullNameLabel$1 = "Full Name";
@@ -909,7 +952,7 @@ const notifyLabel$1 = "I want to receive updated notifications by email at the e
909
952
  const successMessage$1 = "Profile saved successfully!";
910
953
  const cancel$2 = "Cancel";
911
954
  const save$2 = "Save Changes";
912
- const errors$1 = { "fullNameRequired": "Full name is required", "emailInvalid": "Invalid format" };
955
+ const errors$1 = {"fullNameRequired":"Full name is required","emailInvalid":"Invalid format"};
913
956
  const __vite_glob_1_15 = {
914
957
  title: title$a,
915
958
  description: description$3,
@@ -921,8 +964,9 @@ const __vite_glob_1_15 = {
921
964
  successMessage: successMessage$1,
922
965
  cancel: cancel$2,
923
966
  save: save$2,
924
- errors: errors$1
967
+ errors: errors$1,
925
968
  };
969
+
926
970
  const welcome$1 = "Welcome to the Design System!";
927
971
  const subtitle$5 = "Your intelligent platform for automation and data analysis";
928
972
  const templateCliTitle$1 = "Template CLI";
@@ -933,8 +977,9 @@ const __vite_glob_1_16 = {
933
977
  subtitle: subtitle$5,
934
978
  templateCliTitle: templateCliTitle$1,
935
979
  templateCliDescription: templateCliDescription$1,
936
- templateClibadge: templateClibadge$1
980
+ templateClibadge: templateClibadge$1,
937
981
  };
982
+
938
983
  const heading$5 = "Access your account";
939
984
  const emailLabel$4 = "Email";
940
985
  const emailPlaceholder$4 = "your@email.com";
@@ -961,8 +1006,9 @@ const __vite_glob_1_17 = {
961
1006
  signInWithMTLogin: signInWithMTLogin$1,
962
1007
  signInWithGovBr: signInWithGovBr$1,
963
1008
  heroImageAlt: heroImageAlt$5,
964
- errorFillFields: errorFillFields$1
1009
+ errorFillFields: errorFillFields$1,
965
1010
  };
1011
+
966
1012
  const title$9 = "System Access";
967
1013
  const description$2 = "Enter your corporate credentials below.";
968
1014
  const emailLabel$3 = "Corporate Email";
@@ -977,8 +1023,9 @@ const __vite_glob_1_18 = {
977
1023
  emailPlaceholder: emailPlaceholder$3,
978
1024
  passwordLabel: passwordLabel$2,
979
1025
  forgotPassword: forgotPassword$2,
980
- submit: submit$4
1026
+ submit: submit$4,
981
1027
  };
1028
+
982
1029
  const heading$4 = "Reset password";
983
1030
  const subheading$1 = "Create a new secure password for your account";
984
1031
  const newPasswordLabel$1 = "New password";
@@ -1011,28 +1058,29 @@ const __vite_glob_1_19 = {
1011
1058
  errorMismatch: errorMismatch$1,
1012
1059
  strengthWeak: strengthWeak$1,
1013
1060
  strengthMedium: strengthMedium$1,
1014
- strengthStrong: strengthStrong$1
1061
+ strengthStrong: strengthStrong$1,
1015
1062
  };
1063
+
1016
1064
  const breadcrumb$1 = "Template Page";
1017
1065
  const title$8 = "Template Page";
1018
1066
  const subtitle$4 = "Complete template with components from the Xertica UI Design System";
1019
1067
  const formSubmitSuccess$1 = "Form submitted successfully!";
1020
- const sections$1 = { "alerts": "Alerts", "cardsAndTabs": "Cards & Tabs", "buttons": "Buttons", "badges": "Badges", "dialogs": "Dialogs", "sidebarVariations": "Sidebar Variations", "enhancedComponents": "v2.2.1 — Enhanced Components" };
1021
- const alerts$1 = { "infoTitle": "Information", "infoDescription": "This is an example of an informational alert using Design System components.", "errorTitle": "Error", "errorDescription": "An error occurred while processing your request.", "successTitle": "Success", "successDescription": "Operation completed successfully!", "warningTitle": "Warning", "warningDescription": "Warning: this action cannot be undone." };
1022
- const tabs$2 = { "overview": "Overview", "forms": "Forms", "data": "Data", "settings": "Settings" };
1023
- const overview$2 = { "progressTitle": "Progress & Sliders", "progressDescription": "Examples of progress components", "projectProgress": "Project Progress", "volume": "Volume", "totalUsersDemoValue": "1,234", "revenueDemoValue": "$45.2k", "conversionRateDemoValue": "3.2%" };
1024
- const forms$1 = { "registrationTitle": "Registration Form", "registrationDescription": "Fill in the fields below to create a new account", "firstName": "First name", "firstNamePlaceholder": "John", "lastName": "Last name", "lastNamePlaceholder": "Doe", "email": "Email", "emailPlaceholder": "john@example.com", "phone": "Phone", "phonePlaceholder": "(555) 123-4567", "role": "Role", "rolePlaceholder": "Select a role", "roles": { "developer": "Developer", "designer": "Designer", "manager": "Manager", "analyst": "Analyst" }, "bio": "Biography", "bioPlaceholder": "Tell us a bit about yourself...", "preferences": "Preferences", "newsletter": "Receive newsletter by email", "pushNotifications": "Enable push notifications", "featureUpdates": "Receive updates about new features", "accountType": "Account Type", "accountPersonal": "Personal", "accountBusiness": "Business", "accountEnterprise": "Enterprise", "cancel": "Cancel", "createAccount": "Create Account" };
1025
- const data$1 = { "title": "User List", "description": "Manage system users", "searchPlaceholder": "Search users...", "headers": { "name": "Name", "email": "Email", "role": "Role", "status": "Status", "actions": "Actions" }, "roles": { "developerFemale": "Developer", "designer": "Designer", "manager": "Manager", "analyst": "Analyst" }, "status": { "active": "Active", "away": "Away", "inactive": "Inactive" }, "edit": "Edit", "showing": "Showing {{count}} of {{total}} users", "previous": "Previous", "next": "Next", "demoEmailDomain": "example.com" };
1026
- const settings$2 = { "title": "System Settings", "description": "Manage general settings", "darkMode": "Dark Mode", "darkModeDescription": "Enable dark theme in the interface", "emailNotifications": "Email Notifications", "emailNotificationsDescription": "Receive important updates by email", "pushNotifications": "Push Notifications", "pushNotificationsDescription": "Receive instant notifications in the browser", "language": "Language", "languages": { "ptBR": "Português (Brazil)", "en": "English", "es": "Español" }, "timezone": "Time Zone", "timezones": { "saoPaulo": "America/Sao Paulo (GMT-3)", "newYork": "America/New York (GMT-5)", "london": "Europe/London (GMT+0)" }, "restoreDefaults": "Restore Defaults", "saveChanges": "Save Changes" };
1027
- const buttons$1 = { "title": "Button Variations", "description": "Different button styles and sizes", "variants": "Variants", "sizes": "Sizes", "withIcons": "With Icons", "states": "States", "profile": "Profile", "messages": "Messages", "schedule": "Schedule", "disabled": "Disabled", "outlineDisabled": "Outline Disabled", "variantLabels": { "default": "Default", "secondary": "Secondary", "outline": "Outline", "ghost": "Ghost", "link": "Link", "destructive": "Destructive" }, "sizeLabels": { "small": "Small", "default": "Default", "large": "Large" } };
1028
- const badges$1 = { "title": "Badge Variations", "description": "Different badge styles for statuses and tags", "labels": { "default": "Default", "secondary": "Secondary", "outline": "Outline", "destructive": "Destructive", "success": "Success", "warning": "Warning", "info": "Info" } };
1029
- const dialogs$1 = { "dialogTitle": "Dialog", "dialogDescription": "A basic interactive modal", "editProfile": "Edit Profile", "editProfileDescription": "Make changes to your profile here. Click save when you're done.", "name": "Name", "nameDefaultValue": "Pedro Duarte", "username": "Username", "usernameDefaultValue": "@pedroduarte", "update": "Update", "alertDialogTitle": "Alert Dialog", "alertDialogDescription": "An alert for important decisions", "deleteAccount": "Delete Account", "areYouSure": "Are you absolutely sure?", "deleteWarning": "This action cannot be undone. This will permanently delete your account and remove your data from our servers.", "cancel": "Cancel", "continue": "Continue" };
1030
- const sidebar$1 = { "title": "Sidebar Assistant Mode vs Default", "description": "The Sidebar supports flexibility through the variant property.", "assistantMode": "Assistant Mode", "defaultMode": "Default Mode", "searchTopicsPlaceholder": "Search topics...", "newConversation": "New Conversation", "recent": "Recent", "constructionMonitoring": "Construction Monitoring", "items": { "sidebarRefactor": "Sidebar Refactor", "sidebarRefactorDescription": "Active now", "br163Restoration": "BR-163 Restoration", "br163Location": "Cuiabá, MT" }, "actions": { "rename": "Rename", "renameToast": "Open rename...", "move": "Move", "moveActive": "Active Projects", "moveActiveToast": "Moved to Active Projects", "moveMonitoring": "Monitoring", "moveMonitoringToast": "Moved to Monitoring", "moveArchive": "Archive", "moveArchiveToast": "Moved to Archive", "clear": "Clear", "clearToast": "History cleared!", "newCategory": "New Category", "newCategoryToast": "Create new category...", "archiveGroup": "Archive Group", "archiveGroupToast": "Archiving group..." }, "logoutToast": "Signed out", "settingsClickedToast": "Settings clicked", "routes": { "home": "Home", "dashboard": "Dashboard", "settings": "Settings" }, "assistantContent": "Assistant Mode Content", "defaultContent": "Traditional System Navigation" };
1031
- const enhanced$1 = { "pagination": { "title": "Pagination", "description": "Page navigation with the <code>disabled</code> prop on Previous/Next — accessible ARIA and focus.", "pageOfTotal": "Page {{current}} of {{total}} — Set-deduplicated algorithm guarantees item uniqueness" }, "stepper": { "title": "Stepper", "description": 'Multi-step wizard with <code>role="list"</code>, <code>aria-current="step"</code> and <code>initialStep</code> automatically clamped.', "step1Label": "Personal data", "step1Description": "Name and email", "step2Label": "Address", "step2Description": "ZIP code and city", "step3Label": "Confirmation", "step3Description": "Review and submit", "previous": "Previous", "next": "Next", "finish": "Finish" }, "treeView": { "title": "TreeView", "description": "Hierarchical navigation with <code>ariaLabel</code>, roving tabindex and WAI-ARIA keyboard (Space expands/collapses, Enter selects).", "ariaLabel": "Component structure", "selectedConsoleLog": "Selected:", "nodes": { "components": "Components", "ui": "UI", "button": "Button", "input": "Input", "pagination": "Pagination", "layout": "Layout", "sidebar": "Sidebar", "header": "Header", "hooks": "Hooks" } }, "richText": { "title": "RichTextEditor", "description": 'Rich text editor with <code>role="textbox"</code>, <code>aria-multiline</code> and counters via <code>useState</code> (without IIFE).', "placeholder": "Write here..." } };
1032
- const footer$1 = { "title": "Template CLI-Ready", "subtitle": "How to use this template", "descriptionPart1": "This template is ready to be used as a base for new projects. All components are imported from the ", "descriptionPart2": " library and follow Xertica UI's CLI-first architecture.", "tipTitle": "Tip", "tipDescriptionPart1": "Copy this file as a starting point for your pages. All components are reusable and customizable through the CSS variables defined in ", "tipDescriptionPart2": "." };
1033
- const headerWithBreadcrumbs$1 = { "sectionTitle": "Header with Breadcrumbs", "cardTitle": "Main Header", "cardDescription": "Example of a Header with 4-level breadcrumbs", "exampleContentTitle": "Example Content", "exampleContentDescriptionPart1": "In this example, the ", "exampleContentDescriptionPart2": " component of the application now supports an array of breadcrumbs for complex navigations with more than 3 levels.", "breadcrumbs": { "dashboard": "Dashboard", "settings": "Settings", "users": "Users", "accessProfile": "Access Profile" } };
1034
- const headerVariations$1 = { "sectionTitle": "Header Variations", "cardTitle": "Main Header Settings", "cardDescription": "The Header focuses on navigation (breadcrumbs) and quick contextual actions.", "visibleElements": "Visible Elements", "actionButtons": "Action Buttons", "breadcrumbsLabel": "Breadcrumbs", "preview": "Preview", "currentPage": "Current Page", "contentArea": "Page Content Area", "breadcrumbBrand": "Xertica UI", "breadcrumbSettings": "Settings", "breadcrumbProfile": "Profile", "notificationsOpenedToast": "Notifications opened", "messagesLabel": "Messages", "messagesOpenedToast": "Messages opened" };
1035
- const sidebarControls$1 = { "footerSettings": "Footer Settings", "userProfile": "User Profile", "settings": "Settings", "logoutButton": "Logout Button", "sidebarWidthDesktop": "Sidebar Width (Desktop)", "sidebarWidthAriaLabel": "Sidebar Width", "filterByStatus": "Filter by Status", "filterActive": "Active", "filterArchived": "Archived", "filterPending": "Pending" };
1068
+ const sections$1 = {"alerts":"Alerts","cardsAndTabs":"Cards & Tabs","buttons":"Buttons","badges":"Badges","dialogs":"Dialogs","sidebarVariations":"Sidebar Variations","enhancedComponents":"v2.2.1 — Enhanced Components"};
1069
+ 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."};
1070
+ const tabs$2 = {"overview":"Overview","forms":"Forms","data":"Data","settings":"Settings"};
1071
+ 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%"};
1072
+ 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"};
1073
+ 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"};
1074
+ 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"};
1075
+ 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"}};
1076
+ 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"}};
1077
+ 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"};
1078
+ 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"};
1079
+ 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..."}};
1080
+ 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":"."};
1081
+ 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"}};
1082
+ 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"};
1083
+ const sidebarControls$1 = {"footerSettings":"Footer Settings","userProfile":"User Profile","settings":"Settings","logoutButton":"Logout Button","sidebarWidthDesktop":"Sidebar Width (Desktop)","sidebarWidthAriaLabel":"Sidebar Width","filterByStatus":"Filter by Status","filterActive":"Active","filterArchived":"Archived","filterPending":"Pending"};
1036
1084
  const __vite_glob_1_20 = {
1037
1085
  breadcrumb: breadcrumb$1,
1038
1086
  title: title$8,
@@ -1053,8 +1101,9 @@ const __vite_glob_1_20 = {
1053
1101
  footer: footer$1,
1054
1102
  headerWithBreadcrumbs: headerWithBreadcrumbs$1,
1055
1103
  headerVariations: headerVariations$1,
1056
- sidebarControls: sidebarControls$1
1104
+ sidebarControls: sidebarControls$1,
1057
1105
  };
1106
+
1058
1107
  const heading$3 = "Check your email";
1059
1108
  const instructionsSent$1 = "We sent the instructions to reset your password to:";
1060
1109
  const instructions$1 = "Follow the instructions in the email to reset your password. The link expires in 24 hours.";
@@ -1075,8 +1124,9 @@ const __vite_glob_1_21 = {
1075
1124
  resending: resending$1,
1076
1125
  resentSuccess: resentSuccess$1,
1077
1126
  backToLogin: backToLogin$2,
1078
- heroImageAlt: heroImageAlt$3
1127
+ heroImageAlt: heroImageAlt$3,
1079
1128
  };
1129
+
1080
1130
  const switchToLight$1 = "Switch to light theme";
1081
1131
  const switchToDark$1 = "Switch to dark theme";
1082
1132
  const lightMode$1 = "Light Mode";
@@ -1085,8 +1135,9 @@ const __vite_glob_1_22 = {
1085
1135
  switchToLight: switchToLight$1,
1086
1136
  switchToDark: switchToDark$1,
1087
1137
  lightMode: lightMode$1,
1088
- darkMode: darkMode$1
1138
+ darkMode: darkMode$1,
1089
1139
  };
1140
+
1090
1141
  const view = "Ver";
1091
1142
  const edit = "Editar";
1092
1143
  const cancel$1 = "Cancelar";
@@ -1123,14 +1174,16 @@ const __vite_glob_2_0 = {
1123
1174
  copied: copied$1,
1124
1175
  copyCode,
1125
1176
  seeMore,
1126
- seeLess
1177
+ seeLess,
1127
1178
  };
1179
+
1128
1180
  const title$7 = "Actividad Reciente";
1129
- const type = { "create": "Creado", "update": "Actualizado", "remove": "Eliminado", "comment": "Comentó", "deploy": "Deploy" };
1181
+ const type = {"create":"Creado","update":"Actualizado","remove":"Eliminado","comment":"Comentó","deploy":"Deploy"};
1130
1182
  const __vite_glob_2_1 = {
1131
1183
  title: title$7,
1132
- type
1184
+ type,
1133
1185
  };
1186
+
1134
1187
  const title$6 = "Asistente Xertica";
1135
1188
  const defaultUserName = "Usuario";
1136
1189
  const defaultWelcomeMessage = "¿Cómo puedo ayudarte?";
@@ -1174,14 +1227,15 @@ const recordingDescriptionFull = "Habla tu pregunta o comando. La grabación se
1174
1227
  const podcastName = "Podcast";
1175
1228
  const likeToast = "¡Gracias por la valoración positiva!";
1176
1229
  const feedbackToast = "Gracias por tu comentario. Vamos a mejorar.";
1177
- const defaultSuggestions = { "createDocument": "Ayúdame a crear un documento profesional", "searchFiles": 'Buscar en mis archivos por "informe"', "summarizeConversations": "Resume las conversaciones importantes de esta semana", "createPodcast": "Crea un podcast sobre el último proyecto" };
1178
- const voiceTranscriptions = { "salesData": "¿Cómo puedo analizar los datos de ventas del último trimestre?", "performanceReport": "Ayúdame a crear un informe de rendimiento del equipo", "marketTrends": "¿Cuáles son las principales tendencias del mercado actual?", "customerSatisfaction": "Necesito información sobre la satisfacción de los clientes", "teamProductivity": "¿Cómo puedo mejorar la productividad de mi equipo?", "keyMetrics": "Muéstrame un resumen de las métricas más importantes", "digitalMarketing": "Crea un documento sobre técnicas de marketing digital", "socialEngagement": "Analiza los datos de participación en redes sociales" };
1179
- const tabs$1 = { "chat": "Chat", "chatLabel": "Ver chat", "history": "Historial", "historyLabel": "Ver historial de conversaciones", "favorites": "Favoritos", "favoritesLabel": "Ver mensajes favoritos" };
1180
- const actions$2 = { "createDocument": "Crear documento", "createDocumentDesc": "Genera un documento completo", "generatePodcast": "Generar podcast", "generatePodcastDesc": "Crea un podcast de audio", "search": "Buscar", "searchDesc": "Busca información relevante" };
1181
- const feedbackDialog = { "title": "Enviar comentario", "titleWithCategory": "Enviar comentario: {{category}}", "description": "Cuéntanos por qué esta respuesta no fue útil para que podamos mejorar.", "descriptionOptional": "¿Te gustaría agregar algún comentario? (Opcional)", "placeholder": "Describe el motivo...", "placeholderOptional": "Comentario adicional...", "confirmAndSend": "Confirmar y Enviar", "send": "Enviar Comentario" };
1182
- const suggestions = { "whatCanIAsk": "¿Qué puedo pedirte que hagas?", "whatDoYouDo": "¿Qué haces?", "whichProjects": "¿En qué proyectos debo enfocarme ahora?", "nextProject": "¿Cuál es mi próximo proyecto?" };
1183
- const richSuggestions = { "viewPerformance": "Ver análisis de rendimiento", "generateReport": "Generar informe del proyecto", "createDocument": "Crear documento de requisitos", "generatePodcast": "Generar podcast de resumen diario" };
1184
- const feedback = { "notWhatIWanted": "No era lo que buscaba", "incorrectInfo": "Información incorrecta", "incompleteAnswer": "Respuesta incompleta", "other": "Otros..." };
1230
+ 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"};
1231
+ 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"};
1232
+ const tabs$1 = {"chat":"Chat","chatLabel":"Ver chat","history":"Historial","historyLabel":"Ver historial de conversaciones","favorites":"Favoritos","favoritesLabel":"Ver mensajes favoritos"};
1233
+ 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"};
1234
+ 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"};
1235
+ 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?"};
1236
+ const richSuggestions = {"viewPerformance":"Ver análisis de rendimiento","generateReport":"Generar informe del proyecto","createDocument":"Crear documento de requisitos","generatePodcast":"Generar podcast de resumen diario"};
1237
+ const feedback = {"notWhatIWanted":"No era lo que buscaba","incorrectInfo":"Información incorrecta","incompleteAnswer":"Respuesta incompleta","other":"Otros..."};
1238
+ const page = {"today":"Hoy","yesterday":"Ayer","thisWeek":"Esta semana","searchConversations":"Buscar conversaciones...","rename":"Renombrar","delete":"Eliminar","cancel":"Cancelar","save":"Guardar","deleteConversationTitle":"Eliminar conversación","deleteConversationDesc":"¿Estás seguro de que deseas eliminar \"{{name}}\"? Esta acción no se puede deshacer.","renameConversationTitle":"Renombrar conversación","conversationNameLabel":"Nombre de la conversación"};
1185
1239
  const __vite_glob_2_2 = {
1186
1240
  title: title$6,
1187
1241
  defaultUserName,
@@ -1233,8 +1287,10 @@ const __vite_glob_2_2 = {
1233
1287
  feedbackDialog,
1234
1288
  suggestions,
1235
1289
  richSuggestions,
1236
- feedback
1290
+ feedback,
1291
+ page,
1237
1292
  };
1293
+
1238
1294
  const audioTitle = "Audio";
1239
1295
  const video = "Video";
1240
1296
  const untitledVideo = "Video sin título";
@@ -1289,26 +1345,30 @@ const __vite_glob_2_3 = {
1289
1345
  playingFloating,
1290
1346
  restoreToPage,
1291
1347
  restore,
1292
- popOut
1348
+ popOut,
1293
1349
  };
1350
+
1294
1351
  const title$5 = "Notificaciones";
1295
1352
  const markAllRead = "Marcar todas como leídas";
1296
1353
  const viewAll = "Ver todas las notificaciones";
1297
1354
  const __vite_glob_2_4 = {
1298
1355
  title: title$5,
1299
1356
  markAllRead,
1300
- viewAll
1357
+ viewAll,
1301
1358
  };
1302
- const status$3 = { "online": "En línea", "offline": "Desconectado", "away": "Ausente", "busy": "Ocupado" };
1359
+
1360
+ const status$3 = {"online":"En línea","offline":"Desconectado","away":"Ausente","busy":"Ocupado"};
1303
1361
  const __vite_glob_2_5 = {
1304
- status: status$3
1362
+ status: status$3,
1305
1363
  };
1364
+
1306
1365
  const progress = "Progreso";
1307
- const status$2 = { "active": "En curso", "review": "En revisión", "completed": "Completado", "paused": "Pausado", "atRisk": "En riesgo" };
1366
+ const status$2 = {"active":"En curso","review":"En revisión","completed":"Completado","paused":"Pausado","atRisk":"En riesgo"};
1308
1367
  const __vite_glob_2_6 = {
1309
1368
  progress,
1310
- status: status$2
1369
+ status: status$2,
1311
1370
  };
1371
+
1312
1372
  const collapse = "Contraer menú";
1313
1373
  const expand = "Expandir menú";
1314
1374
  const mainNavigation = "Navegación principal";
@@ -1333,8 +1393,9 @@ const __vite_glob_2_7 = {
1333
1393
  search,
1334
1394
  userProfile,
1335
1395
  profile,
1336
- logout
1396
+ logout,
1337
1397
  };
1398
+
1338
1399
  const totalUsers = "Total de Usuarios";
1339
1400
  const totalRevenue = "Ingresos Totales";
1340
1401
  const conversionRate = "Tasa de Conversión";
@@ -1347,15 +1408,16 @@ const __vite_glob_2_8 = {
1347
1408
  conversionRate,
1348
1409
  last30Days,
1349
1410
  currentMonth,
1350
- currentWeek
1411
+ currentWeek,
1351
1412
  };
1413
+
1352
1414
  const name = "Nombre";
1353
1415
  const email = "Correo";
1354
1416
  const role = "Rol";
1355
1417
  const status$1 = "Estado";
1356
1418
  const actions$1 = "Acciones";
1357
1419
  const showing = "Mostrando {{count}} de {{total}} usuarios";
1358
- const roles$1 = { "Developer": "Desarrollador", "Designer": "Diseñador", "Manager": "Gerente", "Analyst": "Analista" };
1420
+ const roles$1 = {"Developer":"Desarrollador","Designer":"Diseñador","Manager":"Gerente","Analyst":"Analista"};
1359
1421
  const __vite_glob_2_9 = {
1360
1422
  name,
1361
1423
  email,
@@ -1363,8 +1425,9 @@ const __vite_glob_2_9 = {
1363
1425
  status: status$1,
1364
1426
  actions: actions$1,
1365
1427
  showing,
1366
- roles: roles$1
1428
+ roles: roles$1,
1367
1429
  };
1430
+
1368
1431
  const somethingWentWrong = "Algo salió mal";
1369
1432
  const unexpectedError = "Ocurrió un error inesperado en la aplicación. Por favor, inténtalo de nuevo.";
1370
1433
  const tryAgain = "Intentar de nuevo";
@@ -1379,8 +1442,9 @@ const __vite_glob_2_10 = {
1379
1442
  goHome,
1380
1443
  pageLoadError,
1381
1444
  pageLoadErrorDesc,
1382
- sectionLoadError
1445
+ sectionLoadError,
1383
1446
  };
1447
+
1384
1448
  const label = "Seleccionar idioma";
1385
1449
  const placeholder = "Idioma";
1386
1450
  const ptBR$1 = "Português (BR)";
@@ -1391,8 +1455,9 @@ const __vite_glob_2_11 = {
1391
1455
  placeholder,
1392
1456
  ptBR: ptBR$1,
1393
1457
  en: en$1,
1394
- es: es$1
1458
+ es: es$1,
1395
1459
  };
1460
+
1396
1461
  const home = "Inicio";
1397
1462
  const template = "Plantilla";
1398
1463
  const designSystem = "Sistema de Diseño";
@@ -1401,16 +1466,17 @@ const __vite_glob_2_12 = {
1401
1466
  home,
1402
1467
  template,
1403
1468
  designSystem,
1404
- settings: settings$1
1469
+ settings: settings$1,
1405
1470
  };
1471
+
1406
1472
  const title$4 = "Miembros del Equipo";
1407
1473
  const subtitle$3 = "Gestiona el acceso de los miembros al sistema.";
1408
1474
  const newMember = "Nuevo Miembro";
1409
1475
  const searchPlaceholder = "Buscar correo...";
1410
- const headers = { "name": "Nombre", "email": "Correo", "role": "Rol", "status": "Estado", "action": "Acción" };
1411
- const roles = { "administrator": "Administrador", "editor": "Editor" };
1412
- const status = { "active": "Activo", "inactive": "Inactivo" };
1413
- const actions = { "editProfile": "Editar Perfil", "revokeAccess": "Revocar Acceso" };
1476
+ const headers = {"name":"Nombre","email":"Correo","role":"Rol","status":"Estado","action":"Acción"};
1477
+ const roles = {"administrator":"Administrador","editor":"Editor"};
1478
+ const status = {"active":"Activo","inactive":"Inactivo"};
1479
+ const actions = {"editProfile":"Editar Perfil","revokeAccess":"Revocar Acceso"};
1414
1480
  const __vite_glob_2_13 = {
1415
1481
  title: title$4,
1416
1482
  subtitle: subtitle$3,
@@ -1419,17 +1485,18 @@ const __vite_glob_2_13 = {
1419
1485
  headers,
1420
1486
  roles,
1421
1487
  status,
1422
- actions
1488
+ actions,
1423
1489
  };
1490
+
1424
1491
  const title$3 = "Dashboard";
1425
1492
  const subtitle$2 = "Vista general del sistema";
1426
1493
  const downloadReport = "Descargar Reporte";
1427
1494
  const lastMonth = "desde el mes pasado";
1428
- const stats = { "totalRevenue": "Ingresos Totales", "totalRevenueValue": "€45.231,89", "activeUsers": "Usuarios Activos", "sales": "Ventas", "retentionRate": "Tasa de Retención" };
1495
+ const stats = {"totalRevenue":"Ingresos Totales","totalRevenueValue":"€45.231,89","activeUsers":"Usuarios Activos","sales":"Ventas","retentionRate":"Tasa de Retención"};
1429
1496
  const overview$1 = "Vista General";
1430
1497
  const chartArea = "Área del Gráfico";
1431
1498
  const recentEvents = "Últimos Eventos";
1432
- const events = { "userLogin": "Inicio de sesión de João Silva", "invoicePaid": "Factura #INV004 pagada" };
1499
+ const events = {"userLogin":"Inicio de sesión de João Silva","invoicePaid":"Factura #INV004 pagada"};
1433
1500
  const __vite_glob_2_14 = {
1434
1501
  title: title$3,
1435
1502
  subtitle: subtitle$2,
@@ -1439,8 +1506,9 @@ const __vite_glob_2_14 = {
1439
1506
  overview: overview$1,
1440
1507
  chartArea,
1441
1508
  recentEvents,
1442
- events
1509
+ events,
1443
1510
  };
1511
+
1444
1512
  const title$2 = "Editar Perfil Corporativo";
1445
1513
  const description$1 = "Actualiza los detalles de tu cuenta y define tus preferencias.";
1446
1514
  const fullNameLabel = "Nombre Completo";
@@ -1451,7 +1519,7 @@ const notifyLabel = "Deseo recibir notificaciones actualizadas por correo al fin
1451
1519
  const successMessage = "¡Perfil guardado con éxito!";
1452
1520
  const cancel = "Cancelar";
1453
1521
  const save = "Guardar Cambios";
1454
- const errors = { "fullNameRequired": "El nombre completo es obligatorio", "emailInvalid": "Formato inválido" };
1522
+ const errors = {"fullNameRequired":"El nombre completo es obligatorio","emailInvalid":"Formato inválido"};
1455
1523
  const __vite_glob_2_15 = {
1456
1524
  title: title$2,
1457
1525
  description: description$1,
@@ -1463,8 +1531,9 @@ const __vite_glob_2_15 = {
1463
1531
  successMessage,
1464
1532
  cancel,
1465
1533
  save,
1466
- errors
1534
+ errors,
1467
1535
  };
1536
+
1468
1537
  const welcome = "¡Bienvenido al Sistema de Diseño!";
1469
1538
  const subtitle$1 = "Tu plataforma inteligente para automatización y análisis de datos";
1470
1539
  const templateCliTitle = "Plantilla CLI";
@@ -1475,8 +1544,9 @@ const __vite_glob_2_16 = {
1475
1544
  subtitle: subtitle$1,
1476
1545
  templateCliTitle,
1477
1546
  templateCliDescription,
1478
- templateClibadge
1547
+ templateClibadge,
1479
1548
  };
1549
+
1480
1550
  const heading$2 = "Accede a tu cuenta";
1481
1551
  const emailLabel$1 = "Correo electrónico";
1482
1552
  const emailPlaceholder$1 = "tu@correo.com";
@@ -1503,8 +1573,9 @@ const __vite_glob_2_17 = {
1503
1573
  signInWithMTLogin,
1504
1574
  signInWithGovBr,
1505
1575
  heroImageAlt: heroImageAlt$2,
1506
- errorFillFields
1576
+ errorFillFields,
1507
1577
  };
1578
+
1508
1579
  const title$1 = "Acceso al Sistema";
1509
1580
  const description = "Ingresa tus credenciales corporativas abajo.";
1510
1581
  const emailLabel = "Correo Corporativo";
@@ -1519,8 +1590,9 @@ const __vite_glob_2_18 = {
1519
1590
  emailPlaceholder,
1520
1591
  passwordLabel,
1521
1592
  forgotPassword,
1522
- submit: submit$1
1593
+ submit: submit$1,
1523
1594
  };
1595
+
1524
1596
  const heading$1 = "Restablecer contraseña";
1525
1597
  const subheading = "Crea una nueva contraseña segura para tu cuenta";
1526
1598
  const newPasswordLabel = "Nueva contraseña";
@@ -1553,28 +1625,29 @@ const __vite_glob_2_19 = {
1553
1625
  errorMismatch,
1554
1626
  strengthWeak,
1555
1627
  strengthMedium,
1556
- strengthStrong
1628
+ strengthStrong,
1557
1629
  };
1630
+
1558
1631
  const breadcrumb = "Página de Plantilla";
1559
1632
  const title = "Página de Plantilla";
1560
1633
  const subtitle = "Plantilla completa con componentes del Xertica UI Design System";
1561
1634
  const formSubmitSuccess = "¡Formulario enviado con éxito!";
1562
- const sections = { "alerts": "Alertas", "cardsAndTabs": "Cards & Tabs", "buttons": "Botones", "badges": "Badges", "dialogs": "Dialogs", "sidebarVariations": "Variaciones de la Sidebar", "enhancedComponents": "v2.2.1 — Componentes Mejorados" };
1563
- const alerts = { "infoTitle": "Información", "infoDescription": "Este es un ejemplo de alerta informativa usando los componentes del Design System.", "errorTitle": "Error", "errorDescription": "Ocurrió un error al procesar tu solicitud.", "successTitle": "Éxito", "successDescription": "¡Operación realizada con éxito!", "warningTitle": "Aviso", "warningDescription": "Atención: esta acción no se puede deshacer." };
1564
- const tabs = { "overview": "Vista General", "forms": "Formularios", "data": "Datos", "settings": "Configuración" };
1565
- const overview = { "progressTitle": "Progress & Sliders", "progressDescription": "Ejemplos de componentes de progreso", "projectProgress": "Progreso del Proyecto", "volume": "Volumen", "totalUsersDemoValue": "1.234", "revenueDemoValue": "€45,2k", "conversionRateDemoValue": "3,2%" };
1566
- const forms = { "registrationTitle": "Formulario de Registro", "registrationDescription": "Completa los campos a continuación para crear una nueva cuenta", "firstName": "Nombre", "firstNamePlaceholder": "Juan", "lastName": "Apellido", "lastNamePlaceholder": "García", "email": "Correo", "emailPlaceholder": "juan@ejemplo.com", "phone": "Teléfono", "phonePlaceholder": "(55) 1234-5678", "role": "Cargo", "rolePlaceholder": "Selecciona un cargo", "roles": { "developer": "Desarrollador", "designer": "Diseñador", "manager": "Gerente", "analyst": "Analista" }, "bio": "Biografía", "bioPlaceholder": "Cuéntanos un poco sobre ti...", "preferences": "Preferencias", "newsletter": "Recibir newsletter por correo", "pushNotifications": "Activar notificaciones push", "featureUpdates": "Recibir actualizaciones sobre nuevas funciones", "accountType": "Tipo de Cuenta", "accountPersonal": "Personal", "accountBusiness": "Empresarial", "accountEnterprise": "Enterprise", "cancel": "Cancelar", "createAccount": "Crear Cuenta" };
1567
- const data = { "title": "Lista de Usuarios", "description": "Gestiona los usuarios del sistema", "searchPlaceholder": "Buscar usuarios...", "headers": { "name": "Nombre", "email": "Correo", "role": "Cargo", "status": "Estado", "actions": "Acciones" }, "roles": { "developerFemale": "Desarrolladora", "designer": "Diseñador", "manager": "Gerente", "analyst": "Analista" }, "status": { "active": "Activo", "away": "Ausente", "inactive": "Inactivo" }, "edit": "Editar", "showing": "Mostrando {{count}} de {{total}} usuarios", "previous": "Anterior", "next": "Siguiente", "demoEmailDomain": "ejemplo.com" };
1568
- const settings = { "title": "Configuración del Sistema", "description": "Gestiona la configuración general", "darkMode": "Modo Oscuro", "darkModeDescription": "Activar tema oscuro en la interfaz", "emailNotifications": "Notificaciones por Correo", "emailNotificationsDescription": "Recibir actualizaciones importantes por correo", "pushNotifications": "Notificaciones Push", "pushNotificationsDescription": "Recibir notificaciones instantáneas en el navegador", "language": "Idioma", "languages": { "ptBR": "Português (Brasil)", "en": "English", "es": "Español" }, "timezone": "Zona Horaria", "timezones": { "saoPaulo": "América/São Paulo (GMT-3)", "newYork": "América/Nueva York (GMT-5)", "london": "Europa/Londres (GMT+0)" }, "restoreDefaults": "Restaurar Predeterminados", "saveChanges": "Guardar Cambios" };
1569
- const buttons = { "title": "Variaciones de Botones", "description": "Diferentes estilos y tamaños de botones", "variants": "Variantes", "sizes": "Tamaños", "withIcons": "Con Íconos", "states": "Estados", "profile": "Perfil", "messages": "Mensajes", "schedule": "Agendar", "disabled": "Deshabilitado", "outlineDisabled": "Outline Deshabilitado", "variantLabels": { "default": "Predeterminado", "secondary": "Secundario", "outline": "Contorno", "ghost": "Ghost", "link": "Link", "destructive": "Destructivo" }, "sizeLabels": { "small": "Pequeño", "default": "Predeterminado", "large": "Grande" } };
1570
- const badges = { "title": "Variaciones de Badges", "description": "Diferentes estilos de badges para estados y etiquetas", "labels": { "default": "Predeterminado", "secondary": "Secundario", "outline": "Contorno", "destructive": "Destructivo", "success": "Éxito", "warning": "Aviso", "info": "Info" } };
1571
- const dialogs = { "dialogTitle": "Dialog", "dialogDescription": "Un modal básico interactivo", "editProfile": "Editar Perfil", "editProfileDescription": "Realiza cambios en tu perfil aquí. Haz clic en guardar cuando termines.", "name": "Nombre", "nameDefaultValue": "Pedro Duarte", "username": "Usuario", "usernameDefaultValue": "@pedroduarte", "update": "Actualizar", "alertDialogTitle": "Alert Dialog", "alertDialogDescription": "Una alerta para decisiones importantes", "deleteAccount": "Eliminar Cuenta", "areYouSure": "¿Estás absolutamente seguro?", "deleteWarning": "Esta acción no se puede deshacer. Esto eliminará permanentemente tu cuenta y borrará tus datos de nuestros servidores.", "cancel": "Cancelar", "continue": "Continuar" };
1572
- const sidebar = { "title": "Sidebar Assistant Mode vs Default", "description": "La Sidebar admite flexibilidad mediante la propiedad variant.", "assistantMode": "Modo Assistant", "defaultMode": "Modo Predeterminado", "searchTopicsPlaceholder": "Buscar temas...", "newConversation": "Nueva Conversación", "recent": "Recientes", "constructionMonitoring": "Monitoreo de Obras", "items": { "sidebarRefactor": "Refactorización Sidebar", "sidebarRefactorDescription": "Activa ahora", "br163Restoration": "Restauración BR-163", "br163Location": "Cuiabá, MT" }, "actions": { "rename": "Renombrar", "renameToast": "Abrir renombrar...", "move": "Mover", "moveActive": "Proyectos Activos", "moveActiveToast": "Movido a Proyectos Activos", "moveMonitoring": "Monitoreo", "moveMonitoringToast": "Movido a Monitoreo", "moveArchive": "Archivo", "moveArchiveToast": "Movido a Archivo", "clear": "Limpiar", "clearToast": "¡Historial limpiado!", "newCategory": "Nueva Categoría", "newCategoryToast": "Crear nueva categoría...", "archiveGroup": "Archivar Grupo", "archiveGroupToast": "Archivando grupo..." }, "logoutToast": "Sesión cerrada", "settingsClickedToast": "Configuración clicada", "routes": { "home": "Inicio", "dashboard": "Dashboard", "settings": "Configuración" }, "assistantContent": "Contenido del Assistant Mode", "defaultContent": "Navegación Tradicional del Sistema" };
1573
- const enhanced = { "pagination": { "title": "Pagination", "description": "Navegación por páginas con la prop <code>disabled</code> en Previous/Next — ARIA y foco accesibles.", "pageOfTotal": "Página {{current}} de {{total}} — el algoritmo Set-deduplicado garantiza la unicidad de los elementos" }, "stepper": { "title": "Stepper", "description": 'Wizard multi-etapas con <code>role="list"</code>, <code>aria-current="step"</code> y <code>initialStep</code> clampado automáticamente.', "step1Label": "Datos personales", "step1Description": "Nombre y correo", "step2Label": "Dirección", "step2Description": "Código postal y ciudad", "step3Label": "Confirmación", "step3Description": "Revisar y enviar", "previous": "Anterior", "next": "Siguiente", "finish": "Finalizar" }, "treeView": { "title": "TreeView", "description": "Navegación jerárquica con <code>ariaLabel</code>, roving tabindex y teclado WAI-ARIA (Espacio expande/colapsa, Enter selecciona).", "ariaLabel": "Estructura de componentes", "selectedConsoleLog": "Seleccionado:", "nodes": { "components": "Componentes", "ui": "UI", "button": "Botón", "input": "Input", "pagination": "Paginación", "layout": "Layout", "sidebar": "Sidebar", "header": "Header", "hooks": "Hooks" } }, "richText": { "title": "RichTextEditor", "description": 'Editor rich text con <code>role="textbox"</code>, <code>aria-multiline</code> y contadores via <code>useState</code> (sin IIFE).', "placeholder": "Escribe aquí..." } };
1574
- const footer = { "title": "Template CLI-Ready", "subtitle": "Cómo usar esta plantilla", "descriptionPart1": "Esta plantilla está lista para ser usada como base para nuevos proyectos. Todos los componentes son importados de la biblioteca ", "descriptionPart2": " y siguen la arquitectura CLI-first de Xertica UI.", "tipTitle": "Consejo", "tipDescriptionPart1": "Copia este archivo como punto de partida para tus páginas. Todos los componentes son reutilizables y personalizables a través de las variables CSS definidas en ", "tipDescriptionPart2": "." };
1575
- const headerWithBreadcrumbs = { "sectionTitle": "Encabezado con Breadcrumbs", "cardTitle": "Encabezado Principal", "cardDescription": "Ejemplo de Header con breadcrumbs de 4 niveles", "exampleContentTitle": "Contenido de Ejemplo", "exampleContentDescriptionPart1": "En este ejemplo, el componente ", "exampleContentDescriptionPart2": " principal de la aplicación ahora admite recibir un array de breadcrumbs para navegaciones complejas con más de 3 niveles.", "breadcrumbs": { "dashboard": "Dashboard", "settings": "Configuración", "users": "Usuarios", "accessProfile": "Perfil de Acceso" } };
1576
- const headerVariations = { "sectionTitle": "Variaciones de Encabezado", "cardTitle": "Configuración del Encabezado Principal", "cardDescription": "El Header se enfoca en la navegación (breadcrumbs) y acciones contextuales rápidas.", "visibleElements": "Elementos Visibles", "actionButtons": "Botones de Acción", "breadcrumbsLabel": "Breadcrumbs", "preview": "Vista Previa", "currentPage": "Página Actual", "contentArea": "Área de Contenido de la Página", "breadcrumbBrand": "Xertica UI", "breadcrumbSettings": "Configuración", "breadcrumbProfile": "Perfil", "notificationsOpenedToast": "Notificaciones abiertas", "messagesLabel": "Mensajes", "messagesOpenedToast": "Mensajes abiertos" };
1577
- const sidebarControls = { "footerSettings": "Configuración del Pie", "userProfile": "Perfil del Usuario", "settings": "Configuración", "logoutButton": "Botón de Salir", "sidebarWidthDesktop": "Ancho de la Sidebar (Desktop)", "sidebarWidthAriaLabel": "Ancho de la Sidebar", "filterByStatus": "Filtrar por Estado", "filterActive": "Activo", "filterArchived": "Archivado", "filterPending": "Pendiente" };
1635
+ const sections = {"alerts":"Alertas","cardsAndTabs":"Cards & Tabs","buttons":"Botones","badges":"Badges","dialogs":"Dialogs","sidebarVariations":"Variaciones de la Sidebar","enhancedComponents":"v2.2.1 — Componentes Mejorados"};
1636
+ 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."};
1637
+ const tabs = {"overview":"Vista General","forms":"Formularios","data":"Datos","settings":"Configuración"};
1638
+ 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%"};
1639
+ 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"};
1640
+ 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"};
1641
+ 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"};
1642
+ 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"}};
1643
+ 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"}};
1644
+ 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"};
1645
+ 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"};
1646
+ 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í..."}};
1647
+ 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":"."};
1648
+ 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"}};
1649
+ 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"};
1650
+ const sidebarControls = {"footerSettings":"Configuración del Pie","userProfile":"Perfil del Usuario","settings":"Configuración","logoutButton":"Botón de Salir","sidebarWidthDesktop":"Ancho de la Sidebar (Desktop)","sidebarWidthAriaLabel":"Ancho de la Sidebar","filterByStatus":"Filtrar por Estado","filterActive":"Activo","filterArchived":"Archivado","filterPending":"Pendiente"};
1578
1651
  const __vite_glob_2_20 = {
1579
1652
  breadcrumb,
1580
1653
  title,
@@ -1595,8 +1668,9 @@ const __vite_glob_2_20 = {
1595
1668
  footer,
1596
1669
  headerWithBreadcrumbs,
1597
1670
  headerVariations,
1598
- sidebarControls
1671
+ sidebarControls,
1599
1672
  };
1673
+
1600
1674
  const heading = "Verifica tu correo electrónico";
1601
1675
  const instructionsSent = "Enviamos las instrucciones para restablecer tu contraseña a:";
1602
1676
  const instructions = "Sigue las instrucciones en el correo para restablecer tu contraseña. El enlace expira en 24 horas.";
@@ -1617,8 +1691,9 @@ const __vite_glob_2_21 = {
1617
1691
  resending,
1618
1692
  resentSuccess,
1619
1693
  backToLogin,
1620
- heroImageAlt
1694
+ heroImageAlt,
1621
1695
  };
1696
+
1622
1697
  const switchToLight = "Cambiar a tema claro";
1623
1698
  const switchToDark = "Cambiar a tema oscuro";
1624
1699
  const lightMode = "Modo Claro";
@@ -1627,8 +1702,9 @@ const __vite_glob_2_22 = {
1627
1702
  switchToLight,
1628
1703
  switchToDark,
1629
1704
  lightMode,
1630
- darkMode
1705
+ darkMode,
1631
1706
  };
1707
+
1632
1708
  function bundleLang(chunks) {
1633
1709
  const out = {};
1634
1710
  for (const [filePath, value] of Object.entries(chunks)) {
@@ -1640,35 +1716,47 @@ function bundleLang(chunks) {
1640
1716
  return out;
1641
1717
  }
1642
1718
  const ptBR = bundleLang(
1643
- /* @__PURE__ */ Object.assign({ "./locales/pt-BR/common.json": __vite_glob_0_0, "./locales/pt-BR/components/activityCard.json": __vite_glob_0_1, "./locales/pt-BR/components/assistant.json": __vite_glob_0_2, "./locales/pt-BR/components/media.json": __vite_glob_0_3, "./locales/pt-BR/components/notificationCard.json": __vite_glob_0_4, "./locales/pt-BR/components/profileCard.json": __vite_glob_0_5, "./locales/pt-BR/components/projectCard.json": __vite_glob_0_6, "./locales/pt-BR/components/sidebar.json": __vite_glob_0_7, "./locales/pt-BR/components/stats.json": __vite_glob_0_8, "./locales/pt-BR/components/team.json": __vite_glob_0_9, "./locales/pt-BR/errors.json": __vite_glob_0_10, "./locales/pt-BR/languageSelector.json": __vite_glob_0_11, "./locales/pt-BR/nav.json": __vite_glob_0_12, "./locales/pt-BR/pages/crudTemplate.json": __vite_glob_0_13, "./locales/pt-BR/pages/dashboardTemplate.json": __vite_glob_0_14, "./locales/pt-BR/pages/formTemplate.json": __vite_glob_0_15, "./locales/pt-BR/pages/home.json": __vite_glob_0_16, "./locales/pt-BR/pages/login.json": __vite_glob_0_17, "./locales/pt-BR/pages/loginTemplate.json": __vite_glob_0_18, "./locales/pt-BR/pages/resetPassword.json": __vite_glob_0_19, "./locales/pt-BR/pages/templates.json": __vite_glob_0_20, "./locales/pt-BR/pages/verifyEmail.json": __vite_glob_0_21, "./locales/pt-BR/themeToggle.json": __vite_glob_0_22 })
1719
+ /* #__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
1720
  );
1645
1721
  const en = bundleLang(
1646
- /* @__PURE__ */ Object.assign({ "./locales/en/common.json": __vite_glob_1_0, "./locales/en/components/activityCard.json": __vite_glob_1_1, "./locales/en/components/assistant.json": __vite_glob_1_2, "./locales/en/components/media.json": __vite_glob_1_3, "./locales/en/components/notificationCard.json": __vite_glob_1_4, "./locales/en/components/profileCard.json": __vite_glob_1_5, "./locales/en/components/projectCard.json": __vite_glob_1_6, "./locales/en/components/sidebar.json": __vite_glob_1_7, "./locales/en/components/stats.json": __vite_glob_1_8, "./locales/en/components/team.json": __vite_glob_1_9, "./locales/en/errors.json": __vite_glob_1_10, "./locales/en/languageSelector.json": __vite_glob_1_11, "./locales/en/nav.json": __vite_glob_1_12, "./locales/en/pages/crudTemplate.json": __vite_glob_1_13, "./locales/en/pages/dashboardTemplate.json": __vite_glob_1_14, "./locales/en/pages/formTemplate.json": __vite_glob_1_15, "./locales/en/pages/home.json": __vite_glob_1_16, "./locales/en/pages/login.json": __vite_glob_1_17, "./locales/en/pages/loginTemplate.json": __vite_glob_1_18, "./locales/en/pages/resetPassword.json": __vite_glob_1_19, "./locales/en/pages/templates.json": __vite_glob_1_20, "./locales/en/pages/verifyEmail.json": __vite_glob_1_21, "./locales/en/themeToggle.json": __vite_glob_1_22 })
1722
+ /* #__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
1723
  );
1648
1724
  const es = bundleLang(
1649
- /* @__PURE__ */ Object.assign({ "./locales/es/common.json": __vite_glob_2_0, "./locales/es/components/activityCard.json": __vite_glob_2_1, "./locales/es/components/assistant.json": __vite_glob_2_2, "./locales/es/components/media.json": __vite_glob_2_3, "./locales/es/components/notificationCard.json": __vite_glob_2_4, "./locales/es/components/profileCard.json": __vite_glob_2_5, "./locales/es/components/projectCard.json": __vite_glob_2_6, "./locales/es/components/sidebar.json": __vite_glob_2_7, "./locales/es/components/stats.json": __vite_glob_2_8, "./locales/es/components/team.json": __vite_glob_2_9, "./locales/es/errors.json": __vite_glob_2_10, "./locales/es/languageSelector.json": __vite_glob_2_11, "./locales/es/nav.json": __vite_glob_2_12, "./locales/es/pages/crudTemplate.json": __vite_glob_2_13, "./locales/es/pages/dashboardTemplate.json": __vite_glob_2_14, "./locales/es/pages/formTemplate.json": __vite_glob_2_15, "./locales/es/pages/home.json": __vite_glob_2_16, "./locales/es/pages/login.json": __vite_glob_2_17, "./locales/es/pages/loginTemplate.json": __vite_glob_2_18, "./locales/es/pages/resetPassword.json": __vite_glob_2_19, "./locales/es/pages/templates.json": __vite_glob_2_20, "./locales/es/pages/verifyEmail.json": __vite_glob_2_21, "./locales/es/themeToggle.json": __vite_glob_2_22 })
1725
+ /* #__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
1726
  );
1651
1727
  const STORAGE_KEY$1 = "xertica_language";
1652
1728
  const DEFAULT_FALLBACK = "pt-BR";
1653
1729
  const savedLanguage = typeof window !== "undefined" ? localStorage.getItem(STORAGE_KEY$1) ?? DEFAULT_FALLBACK : DEFAULT_FALLBACK;
1654
- i18n.use(initReactI18next).init({
1655
- resources: {
1656
- "pt-BR": { translation: ptBR },
1657
- en: { translation: en },
1658
- es: { translation: es }
1659
- },
1660
- lng: savedLanguage,
1661
- fallbackLng: DEFAULT_FALLBACK,
1662
- interpolation: {
1663
- // React already escapes values — no need for i18next to double-escape
1664
- escapeValue: false
1730
+ const defaultResourcesByLang = {
1731
+ "pt-BR": ptBR,
1732
+ en,
1733
+ es
1734
+ };
1735
+ if (!i18n.isInitialized) {
1736
+ i18n.use(initReactI18next).init({
1737
+ resources: {
1738
+ "pt-BR": { translation: ptBR },
1739
+ en: { translation: en },
1740
+ es: { translation: es }
1741
+ },
1742
+ lng: savedLanguage,
1743
+ fallbackLng: DEFAULT_FALLBACK,
1744
+ interpolation: {
1745
+ // React already escapes values — no need for i18next to double-escape
1746
+ escapeValue: false
1747
+ }
1748
+ });
1749
+ } else {
1750
+ for (const [lang, resources] of Object.entries(defaultResourcesByLang)) {
1751
+ i18n.addResourceBundle(lang, "translation", resources, true, false);
1665
1752
  }
1666
- });
1753
+ }
1667
1754
  function registerLanguageResource(code, json, ns = "translation") {
1668
1755
  if (!i18n.hasResourceBundle(code, ns)) {
1669
1756
  i18n.addResourceBundle(code, ns, json, true, true);
1670
1757
  }
1671
1758
  }
1759
+
1672
1760
  const DEFAULT_LANGUAGES = [
1673
1761
  { code: "pt-BR", label: "Português (BR)", shortLabel: "PT" },
1674
1762
  { code: "en", label: "English", shortLabel: "EN" },
@@ -1705,8 +1793,7 @@ function LanguageProvider({
1705
1793
  }, [languageCodesKey]);
1706
1794
  const resolvedDefault = defaultLanguage ?? languages[0].code;
1707
1795
  const [language, setLanguageState] = useState(() => {
1708
- var _a;
1709
- const saved = typeof window !== "undefined" ? (_a = window.localStorage) == null ? void 0 : _a.getItem(STORAGE_KEY) : null;
1796
+ const saved = typeof window !== "undefined" ? window.localStorage?.getItem(STORAGE_KEY) : null;
1710
1797
  if (saved && languages.some((l) => l.code === saved)) {
1711
1798
  return saved;
1712
1799
  }
@@ -1720,7 +1807,6 @@ function LanguageProvider({
1720
1807
  });
1721
1808
  const setLanguage = useCallback(
1722
1809
  (lang) => {
1723
- var _a;
1724
1810
  if (!languages.some((l) => l.code === lang)) {
1725
1811
  if (typeof console !== "undefined") {
1726
1812
  console.warn(
@@ -1730,7 +1816,7 @@ function LanguageProvider({
1730
1816
  return;
1731
1817
  }
1732
1818
  setLanguageState(lang);
1733
- (_a = window.localStorage) == null ? void 0 : _a.setItem(STORAGE_KEY, lang);
1819
+ window.localStorage?.setItem(STORAGE_KEY, lang);
1734
1820
  i18n.changeLanguage(lang);
1735
1821
  queryClient.invalidateQueries();
1736
1822
  },
@@ -1765,6 +1851,7 @@ function useLanguage() {
1765
1851
  }
1766
1852
  return context;
1767
1853
  }
1854
+
1768
1855
  const ThemeContext = createContext(void 0);
1769
1856
  function ThemeProvider({
1770
1857
  children,
@@ -1773,11 +1860,10 @@ function ThemeProvider({
1773
1860
  storageKey = "xertica-theme"
1774
1861
  }) {
1775
1862
  const getInitialTheme = () => {
1776
- var _a;
1777
1863
  if (disableDarkMode) return "light";
1778
1864
  if (defaultTheme) return defaultTheme;
1779
1865
  if (typeof window !== "undefined") {
1780
- const savedTheme = (_a = window.localStorage) == null ? void 0 : _a.getItem(storageKey);
1866
+ const savedTheme = window.localStorage?.getItem(storageKey);
1781
1867
  if (savedTheme && (savedTheme === "light" || savedTheme === "dark")) {
1782
1868
  return savedTheme;
1783
1869
  }
@@ -1794,7 +1880,6 @@ function ThemeProvider({
1794
1880
  }
1795
1881
  }, [disableDarkMode, theme]);
1796
1882
  useEffect(() => {
1797
- var _a;
1798
1883
  if (typeof document === "undefined") return;
1799
1884
  const root = document.documentElement;
1800
1885
  root.classList.remove("light", "dark");
@@ -1804,14 +1889,13 @@ function ThemeProvider({
1804
1889
  root.classList.add("light");
1805
1890
  }
1806
1891
  if (typeof window !== "undefined") {
1807
- (_a = window.localStorage) == null ? void 0 : _a.setItem(storageKey, theme);
1892
+ window.localStorage?.setItem(storageKey, theme);
1808
1893
  }
1809
1894
  }, [theme, storageKey]);
1810
1895
  useEffect(() => {
1811
- var _a;
1812
1896
  if (disableDarkMode) return;
1813
1897
  if (typeof window === "undefined" || !window.matchMedia) return;
1814
- if (!((_a = window.localStorage) == null ? void 0 : _a.getItem(storageKey))) {
1898
+ if (!window.localStorage?.getItem(storageKey)) {
1815
1899
  const mediaQuery = window.matchMedia("(prefers-color-scheme: dark)");
1816
1900
  const handleChange = (e) => {
1817
1901
  setThemeState(e.matches ? "dark" : "light");
@@ -1846,11 +1930,5 @@ function useTheme() {
1846
1930
  }
1847
1931
  return context;
1848
1932
  }
1849
- export {
1850
- DEFAULT_LANGUAGES as D,
1851
- LanguageProvider as L,
1852
- ThemeProvider as T,
1853
- useTheme as a,
1854
- registerLanguageResource as r,
1855
- useLanguage as u
1856
- };
1933
+
1934
+ export { DEFAULT_LANGUAGES as D, LanguageProvider as L, ThemeProvider as T, useTheme as a, registerLanguageResource as r, useLanguage as u };