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