xertica-ui 2.8.0 → 2.9.7

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 (286) hide show
  1. package/CHANGELOG.md +108 -0
  2. package/README.md +1 -1
  3. package/bin/cli.ts +327 -87
  4. package/bin/language-config.ts +58 -18
  5. package/components/blocks/auth/AuthPageShell.tsx +63 -18
  6. package/components/blocks/auth/SocialLoginButtons.tsx +3 -3
  7. package/components/blocks/index.ts +1 -0
  8. package/components/blocks/marketing/CTASection.tsx +73 -0
  9. package/components/blocks/marketing/ComplianceBadgeRow.tsx +49 -0
  10. package/components/blocks/marketing/EvidenceTimeline.tsx +91 -0
  11. package/components/blocks/marketing/FeatureRow.tsx +78 -0
  12. package/components/blocks/marketing/Hero.tsx +125 -0
  13. package/components/blocks/marketing/HowItWorksSteps.tsx +90 -0
  14. package/components/blocks/marketing/LogoCloud.tsx +47 -0
  15. package/components/blocks/marketing/MarketingFooter.tsx +109 -0
  16. package/components/blocks/marketing/MarketingNavbar.tsx +192 -0
  17. package/components/blocks/marketing/PillBadge.tsx +96 -0
  18. package/components/blocks/marketing/SectionHeading.tsx +82 -0
  19. package/components/blocks/marketing/ServiceCardGrid.tsx +238 -0
  20. package/components/blocks/marketing/StatBand.tsx +99 -0
  21. package/components/blocks/marketing/TopAccentCards.tsx +91 -0
  22. package/components/blocks/marketing/index.ts +41 -0
  23. package/components/brand/index.ts +1 -0
  24. package/components/brand/isotype/Isotype.tsx +64 -0
  25. package/components/brand/isotype/IsotypeDiagonal.tsx +51 -0
  26. package/components/brand/isotype/IsotypeFrames.tsx +82 -0
  27. package/components/brand/isotype/IsotypeMini.tsx +65 -0
  28. package/components/brand/isotype/IsotypeTwist.tsx +68 -0
  29. package/components/brand/isotype/frame-variants.ts +20 -0
  30. package/components/brand/isotype/index.ts +9 -0
  31. package/components/brand/isotype/isotype-diagonal.mdx +52 -0
  32. package/components/brand/isotype/isotype-diagonal.stories.tsx +44 -0
  33. package/components/brand/isotype/isotype-diagonal.test.tsx +180 -0
  34. package/components/brand/isotype/isotype-frames.mdx +50 -0
  35. package/components/brand/isotype/isotype-frames.stories.tsx +63 -0
  36. package/components/brand/isotype/isotype-frames.test.tsx +92 -0
  37. package/components/brand/isotype/isotype-mini.mdx +61 -0
  38. package/components/brand/isotype/isotype-mini.stories.tsx +75 -0
  39. package/components/brand/isotype/isotype-mini.test.tsx +45 -0
  40. package/components/brand/isotype/isotype-twist.test.tsx +71 -0
  41. package/components/brand/isotype/isotype.mdx +61 -0
  42. package/components/brand/isotype/isotype.stories.tsx +74 -0
  43. package/components/brand/isotype/isotype.test.tsx +41 -0
  44. package/components/brand/isotype/mini-patterns.ts +50 -0
  45. package/components/brand/isotype/patterns.ts +83 -0
  46. package/components/brand/isotype/twist-variants.ts +20 -0
  47. package/components/pages/forgot-password-page/ForgotPasswordPage.tsx +3 -6
  48. package/components/pages/index.ts +1 -0
  49. package/components/pages/landing-page/LandingPage.tsx +360 -0
  50. package/components/pages/landing-page/index.ts +1 -0
  51. package/components/pages/login-page/LoginPage.tsx +3 -6
  52. package/components/pages/reset-password-page/ResetPasswordPage.tsx +1 -4
  53. package/components/pages/verify-email-page/VerifyEmailPage.tsx +2 -5
  54. package/components/ui/button/button.test.tsx +1 -1
  55. package/components/ui/button/button.tsx +7 -6
  56. package/components/ui/card/card.test.tsx +12 -0
  57. package/components/ui/card/card.tsx +5 -3
  58. package/components/ui/input-otp/input-otp.test.tsx +14 -1
  59. package/contexts/BrandColorsContext.tsx +9 -5
  60. package/contexts/theme-data.ts +32 -5
  61. package/dist/AssistantChart-BU48lxL2.js +3383 -0
  62. package/dist/AssistantChart-CoN6ga6Z.js +3383 -0
  63. package/dist/AssistantChart-DIRYJ7WY.js +3383 -0
  64. package/dist/AssistantChart-DOnY1ZlD.cjs +3551 -0
  65. package/dist/AssistantChart-DjM3qnp5.cjs +3551 -0
  66. package/dist/AssistantChart-hxPyE1S9.cjs +3551 -0
  67. package/dist/AudioPlayer-CpihsbaD.js +1278 -0
  68. package/dist/AudioPlayer-CvGajzMC.cjs +1282 -0
  69. package/dist/AudioPlayer-CvHpFqDG.cjs +1282 -0
  70. package/dist/AudioPlayer-D4S7GQou.js +1278 -0
  71. package/dist/BrandColorsContext-BNKLUVcU.js +829 -0
  72. package/dist/BrandColorsContext-DNZGHItQ.cjs +836 -0
  73. package/dist/BrandColorsContext-Ug_TZ8yn.cjs +846 -0
  74. package/dist/BrandColorsContext-z0O2LlZz.js +839 -0
  75. package/dist/CodeBlock-BkaZf-R8.cjs +223 -0
  76. package/dist/CodeBlock-CKu8LgbP.cjs +223 -0
  77. package/dist/CodeBlock-DiLS5LLI.js +221 -0
  78. package/dist/CodeBlock-zdylBGdZ.js +221 -0
  79. package/dist/CustomTooltipContent-BAR5qCQg.js +33 -0
  80. package/dist/CustomTooltipContent-CBLHBxX8.cjs +54 -0
  81. package/dist/CustomTooltipContent-CjWm3jjV.js +33 -0
  82. package/dist/CustomTooltipContent-DTV9MN9E.cjs +54 -0
  83. package/dist/EvidenceTimeline-DrRk4yqb.cjs +560 -0
  84. package/dist/EvidenceTimeline-l4MaV4C7.js +546 -0
  85. package/dist/FeatureCard-CIbBHqeY.cjs +497 -0
  86. package/dist/FeatureCard-DtoKPSfW.cjs +497 -0
  87. package/dist/FeatureCard-P4iEpBmB.js +485 -0
  88. package/dist/FeatureCard-e3f8bnF0.js +485 -0
  89. package/dist/ImageWithFallback-C1ww9Hg3.cjs +122 -0
  90. package/dist/ImageWithFallback-CBrkAEo3.cjs +122 -0
  91. package/dist/ImageWithFallback-CGk5zPH-.js +98 -0
  92. package/dist/ImageWithFallback-CfnoFFSP.js +98 -0
  93. package/dist/Isotype--fRZWwS6.js +85 -0
  94. package/dist/Isotype-0dpLqetB.js +85 -0
  95. package/dist/Isotype-B8XLEXSB.cjs +92 -0
  96. package/dist/Isotype-ChKwN7e-.cjs +91 -0
  97. package/dist/IsotypeDiagonal-CuPYPP4f.js +84 -0
  98. package/dist/IsotypeDiagonal-eNcOXRAc.cjs +91 -0
  99. package/dist/IsotypeDiagonal-oiwpXZhE.js +104 -0
  100. package/dist/IsotypeDiagonal-xMFoFXkb.cjs +109 -0
  101. package/dist/IsotypeFrames-BcWtyAWp.cjs +83 -0
  102. package/dist/IsotypeFrames-BnvSJKiH.cjs +73 -0
  103. package/dist/IsotypeFrames-iDRTRuIu.js +79 -0
  104. package/dist/IsotypeFrames-qoXOvOJt.js +69 -0
  105. package/dist/IsotypeMini-CQtWVo3h.js +126 -0
  106. package/dist/IsotypeMini-Cu_sW5yN.cjs +134 -0
  107. package/dist/IsotypeTwist-BTdNL4iV.js +106 -0
  108. package/dist/IsotypeTwist-DvsUgZs_.cjs +115 -0
  109. package/dist/LanguageContext-B1aOXO-K.js +1987 -0
  110. package/dist/LanguageContext-BP0k7AzI.js +1993 -0
  111. package/dist/LanguageContext-CChcIHIG.cjs +1998 -0
  112. package/dist/LanguageContext-ubC7TSs_.cjs +1992 -0
  113. package/dist/LanguageSelector-BLFPXGo8.cjs +48 -0
  114. package/dist/LanguageSelector-CYRzWkRZ.cjs +48 -0
  115. package/dist/LanguageSelector-CyHjZgC4.cjs +48 -0
  116. package/dist/LanguageSelector-DE8lIySO.js +46 -0
  117. package/dist/LanguageSelector-DUr1hjBW.js +46 -0
  118. package/dist/LanguageSelector-DjbWIKWC.js +46 -0
  119. package/dist/LogoCloud-C_uMKVNg.cjs +513 -0
  120. package/dist/LogoCloud-DJsMPNPh.js +500 -0
  121. package/dist/MarketingFooter-B_ycEdTJ.cjs +727 -0
  122. package/dist/MarketingFooter-Bhx-2Vlr.cjs +727 -0
  123. package/dist/MarketingFooter-Br1MGK9e.js +699 -0
  124. package/dist/MarketingFooter-BwE1vmeX.cjs +700 -0
  125. package/dist/MarketingFooter-CsZ1_xL9.js +709 -0
  126. package/dist/MarketingFooter-DCwf78Q4.cjs +716 -0
  127. package/dist/MarketingFooter-KH2r-OOL.js +709 -0
  128. package/dist/MarketingFooter-nB7G7gQ5.js +682 -0
  129. package/dist/SectionHeading-DEeOKcAd.cjs +857 -0
  130. package/dist/SectionHeading-DMNObcwm.js +838 -0
  131. package/dist/ThemeToggle--CGJjQJv.cjs +219 -0
  132. package/dist/ThemeToggle-Bn_7Pmfe.js +215 -0
  133. package/dist/ThemeToggle-CoL8Ady7.js +215 -0
  134. package/dist/ThemeToggle-D2Wzm5bn.cjs +219 -0
  135. package/dist/VerifyEmailPage-90lK6pP4.js +3258 -0
  136. package/dist/VerifyEmailPage-BJX1Rter.cjs +3320 -0
  137. package/dist/VerifyEmailPage-BSWvOgry.js +3310 -0
  138. package/dist/VerifyEmailPage-CDqIkhx-.js +3224 -0
  139. package/dist/VerifyEmailPage-Crxje3ZB.js +3323 -0
  140. package/dist/VerifyEmailPage-D2ShbuEN.cjs +3333 -0
  141. package/dist/VerifyEmailPage-DEBZXQ7c.cjs +3310 -0
  142. package/dist/VerifyEmailPage-DGaX-jZv.cjs +3268 -0
  143. package/dist/VerifyEmailPage-ZtOPkgOA.cjs +3234 -0
  144. package/dist/VerifyEmailPage-s927GSiR.js +3300 -0
  145. package/dist/XerticaOrbe-BHex09xs.js +1925 -0
  146. package/dist/XerticaOrbe-BKW3LJEz.js +1925 -0
  147. package/dist/XerticaOrbe-Br2i99U_.cjs +1927 -0
  148. package/dist/XerticaOrbe-kjFmuyx-.cjs +1927 -0
  149. package/dist/XerticaProvider-Bi5lKC9N.js +44 -0
  150. package/dist/XerticaProvider-BrPMVhiv.js +44 -0
  151. package/dist/XerticaProvider-CnX5kt5W.cjs +46 -0
  152. package/dist/XerticaProvider-DEKNJTlN.js +44 -0
  153. package/dist/XerticaProvider-X_wavDYA.cjs +46 -0
  154. package/dist/XerticaProvider-b3n_oL8w.cjs +46 -0
  155. package/dist/alert-dialog--qdlmB5i.cjs +872 -0
  156. package/dist/alert-dialog-C48TOdYU.cjs +872 -0
  157. package/dist/alert-dialog-CEPpnpXt.js +819 -0
  158. package/dist/alert-dialog-NjflitDa.js +819 -0
  159. package/dist/assistant.cjs.js +2 -2
  160. package/dist/assistant.es.js +2 -2
  161. package/dist/avatar-CtEKgg7s.cjs +77 -0
  162. package/dist/avatar-D03MNQxs.js +54 -0
  163. package/dist/avatar-Df7KgSvs.js +54 -0
  164. package/dist/avatar-Gy0_Xu9i.cjs +77 -0
  165. package/dist/blocks.cjs.js +33 -18
  166. package/dist/blocks.es.js +2 -2
  167. package/dist/brand.cjs.js +110 -4
  168. package/dist/brand.es.js +98 -4
  169. package/dist/breadcrumb-BGO5PZPG.js +90 -0
  170. package/dist/breadcrumb-BvGAY4ne.cjs +98 -0
  171. package/dist/breadcrumb-CU-punra.js +90 -0
  172. package/dist/breadcrumb-DjV9wfX1.cjs +98 -0
  173. package/dist/button-B05czY_8.js +62 -0
  174. package/dist/button-B3SE1liJ.js +62 -0
  175. package/dist/button-BMDlWZR8.cjs +85 -0
  176. package/dist/button-DVhloDtr.cjs +85 -0
  177. package/dist/cli.js +280 -62
  178. package/dist/components/blocks/auth/AuthPageShell.d.ts +21 -5
  179. package/dist/components/blocks/index.d.ts +1 -0
  180. package/dist/components/blocks/marketing/CTASection.d.ts +28 -0
  181. package/dist/components/blocks/marketing/ComplianceBadgeRow.d.ts +23 -0
  182. package/dist/components/blocks/marketing/EvidenceTimeline.d.ts +26 -0
  183. package/dist/components/blocks/marketing/FeatureRow.d.ts +25 -0
  184. package/dist/components/blocks/marketing/Hero.d.ts +35 -0
  185. package/dist/components/blocks/marketing/HowItWorksSteps.d.ts +29 -0
  186. package/dist/components/blocks/marketing/LogoCloud.d.ts +22 -0
  187. package/dist/components/blocks/marketing/MarketingFooter.d.ts +42 -0
  188. package/dist/components/blocks/marketing/MarketingNavbar.d.ts +47 -0
  189. package/dist/components/blocks/marketing/PillBadge.d.ts +21 -0
  190. package/dist/components/blocks/marketing/SectionHeading.d.ts +23 -0
  191. package/dist/components/blocks/marketing/ServiceCardGrid.d.ts +65 -0
  192. package/dist/components/blocks/marketing/StatBand.d.ts +25 -0
  193. package/dist/components/blocks/marketing/TopAccentCards.d.ts +29 -0
  194. package/dist/components/blocks/marketing/index.d.ts +28 -0
  195. package/dist/components/brand/index.d.ts +1 -0
  196. package/dist/components/brand/isotype/Isotype.d.ts +27 -0
  197. package/dist/components/brand/isotype/IsotypeDiagonal.d.ts +19 -0
  198. package/dist/components/brand/isotype/IsotypeFrames.d.ts +21 -0
  199. package/dist/components/brand/isotype/IsotypeMini.d.ts +26 -0
  200. package/dist/components/brand/isotype/IsotypeTwist.d.ts +22 -0
  201. package/dist/components/brand/isotype/frame-variants.d.ts +11 -0
  202. package/dist/components/brand/isotype/index.d.ts +9 -0
  203. package/dist/components/brand/isotype/mini-patterns.d.ts +25 -0
  204. package/dist/components/brand/isotype/patterns.d.ts +42 -0
  205. package/dist/components/brand/isotype/twist-variants.d.ts +11 -0
  206. package/dist/components/pages/forgot-password-page/ForgotPasswordPage.d.ts +2 -2
  207. package/dist/components/pages/index.d.ts +1 -0
  208. package/dist/components/pages/landing-page/LandingPage.d.ts +18 -0
  209. package/dist/components/pages/landing-page/index.d.ts +1 -0
  210. package/dist/components/pages/login-page/LoginPage.d.ts +2 -2
  211. package/dist/components/pages/verify-email-page/VerifyEmailPage.d.ts +1 -1
  212. package/dist/components/ui/card/card.d.ts +3 -1
  213. package/dist/contexts/theme-data.d.ts +6 -0
  214. package/dist/dropdown-menu-ChQa9zW3.cjs +225 -0
  215. package/dist/dropdown-menu-DRvnsQAt.cjs +225 -0
  216. package/dist/dropdown-menu-DUk81i5Y.js +190 -0
  217. package/dist/dropdown-menu-NlUHhVmK.js +190 -0
  218. package/dist/hooks.cjs.js +2 -2
  219. package/dist/hooks.es.js +2 -2
  220. package/dist/index.cjs.js +57 -41
  221. package/dist/index.es.js +25 -25
  222. package/dist/input-Csp_Metb.cjs +91 -0
  223. package/dist/input-DVRwGVLx.js +65 -0
  224. package/dist/input-Dqyj7Hdw.cjs +91 -0
  225. package/dist/input-dOgrFQ-3.js +65 -0
  226. package/dist/layout.cjs.js +1 -1
  227. package/dist/layout.es.js +1 -1
  228. package/dist/media.cjs.js +1 -1
  229. package/dist/media.es.js +1 -1
  230. package/dist/pages.cjs.js +2 -1
  231. package/dist/pages.es.js +1 -1
  232. package/dist/rich-text-editor-7K7UjLJN.cjs +2968 -0
  233. package/dist/rich-text-editor-B3jLP2bm.cjs +2968 -0
  234. package/dist/rich-text-editor-BntMVQsB.js +2894 -0
  235. package/dist/rich-text-editor-Diz_onyB.js +2894 -0
  236. package/dist/rich-text-editor-RWvK4hd3.cjs +2968 -0
  237. package/dist/rich-text-editor-gauEkzPM.js +2894 -0
  238. package/dist/select-B6PygS38.cjs +161 -0
  239. package/dist/select-BD763J5Y.cjs +161 -0
  240. package/dist/select-QJDKZITN.js +130 -0
  241. package/dist/select-q7aDfuPn.js +130 -0
  242. package/dist/sidebar-Bkk1YAsD.cjs +1154 -0
  243. package/dist/sidebar-CuzYeOSz.cjs +1154 -0
  244. package/dist/sidebar-CwlW3LXE.js +1151 -0
  245. package/dist/sidebar-DNkf-Ug6.js +1151 -0
  246. package/dist/sidebar-DaS3fplw.cjs +1154 -0
  247. package/dist/sidebar-FDCY42oP.js +1151 -0
  248. package/dist/skeleton-BtBwJ39W.js +79 -0
  249. package/dist/skeleton-CJyg0eJ1.cjs +88 -0
  250. package/dist/skeleton-D8WaauK0.cjs +88 -0
  251. package/dist/skeleton-DBYtjaZW.cjs +88 -0
  252. package/dist/skeleton-DY_lSFWf.js +79 -0
  253. package/dist/skeleton-Df65Ox10.js +79 -0
  254. package/dist/slider-BKV_vvsh.cjs +78 -0
  255. package/dist/slider-B_lUjFNa.cjs +78 -0
  256. package/dist/slider-CtBpIaU4.js +56 -0
  257. package/dist/slider-KgWmSJbx.js +56 -0
  258. package/dist/tooltip-BPttuPxU.js +48 -0
  259. package/dist/tooltip-CIKRzQqE.cjs +72 -0
  260. package/dist/tooltip-CoDByjE_.cjs +72 -0
  261. package/dist/tooltip-_MAwsiOL.js +48 -0
  262. package/dist/ui.cjs.js +13 -13
  263. package/dist/ui.es.js +13 -13
  264. package/dist/xertica-assistant-B1xAl2Vn.js +2173 -0
  265. package/dist/xertica-assistant-BBUMaUXw.js +2173 -0
  266. package/dist/xertica-assistant-CWuBwfzt.cjs +2180 -0
  267. package/dist/xertica-assistant-D2hlwiEP.js +2173 -0
  268. package/dist/xertica-assistant-DN2J_sQQ.cjs +2180 -0
  269. package/dist/xertica-assistant-DdYS6WXT.cjs +2180 -0
  270. package/dist/xertica-ui.css +1 -1
  271. package/llms-compact.txt +1 -1
  272. package/llms.txt +1 -1
  273. package/package.json +4 -2
  274. package/styles/xertica/base.css +8 -0
  275. package/styles/xertica/tokens.css +1 -0
  276. package/templates/package.json +1 -1
  277. package/templates/src/app/components/AuthGuard.tsx +6 -0
  278. package/templates/src/features/auth/ui/ForgotPasswordContent.tsx +1 -4
  279. package/templates/src/features/auth/ui/LoginContent.tsx +1 -4
  280. package/templates/src/features/auth/ui/ResetPasswordContent.tsx +1 -4
  281. package/templates/src/features/auth/ui/VerifyEmailContent.tsx +1 -4
  282. package/templates/src/locales/en/pages/landing.json +175 -0
  283. package/templates/src/locales/es/pages/landing.json +175 -0
  284. package/templates/src/locales/pt-BR/pages/landing.json +175 -0
  285. package/templates/src/pages/LandingPage.tsx +349 -0
  286. package/templates/src/styles/xertica/tokens.css +1 -0
@@ -0,0 +1,223 @@
1
+ 'use strict';
2
+
3
+ const jsxRuntime = require('react/jsx-runtime');
4
+ const React = require('react');
5
+ const lucideReact = require('lucide-react');
6
+ const reactI18next = require('react-i18next');
7
+ const button = require('./button-BMDlWZR8.cjs');
8
+ const reactSyntaxHighlighter = require('react-syntax-highlighter');
9
+
10
+ const elegantTheme = {
11
+ 'code[class*="language-"]': {
12
+ color: "var(--foreground)",
13
+ fontFamily: "var(--font-mono)",
14
+ fontSize: "0.875rem",
15
+ textAlign: "left",
16
+ whiteSpace: "pre",
17
+ wordSpacing: "normal",
18
+ wordBreak: "normal",
19
+ lineHeight: "1.6",
20
+ tabSize: 2,
21
+ hyphens: "none"
22
+ },
23
+ 'pre[class*="language-"]': {
24
+ color: "var(--foreground)",
25
+ fontFamily: "var(--font-mono)",
26
+ fontSize: "0.875rem",
27
+ textAlign: "left",
28
+ whiteSpace: "pre",
29
+ wordSpacing: "normal",
30
+ wordBreak: "normal",
31
+ lineHeight: "1.6",
32
+ tabSize: 2,
33
+ hyphens: "none",
34
+ padding: "1rem",
35
+ margin: 0,
36
+ overflow: "auto",
37
+ background: "transparent"
38
+ },
39
+ comment: {
40
+ color: "var(--muted-foreground)",
41
+ fontStyle: "italic"
42
+ },
43
+ prolog: {
44
+ color: "var(--muted-foreground)"
45
+ },
46
+ doctype: {
47
+ color: "var(--muted-foreground)"
48
+ },
49
+ cdata: {
50
+ color: "var(--muted-foreground)"
51
+ },
52
+ punctuation: {
53
+ color: "var(--muted-foreground)"
54
+ },
55
+ property: {
56
+ color: "var(--chart-4)"
57
+ },
58
+ tag: {
59
+ color: "var(--chart-1)"
60
+ },
61
+ boolean: {
62
+ color: "var(--chart-5)"
63
+ },
64
+ number: {
65
+ color: "var(--chart-5)"
66
+ },
67
+ constant: {
68
+ color: "var(--chart-5)"
69
+ },
70
+ symbol: {
71
+ color: "var(--chart-5)"
72
+ },
73
+ deleted: {
74
+ color: "var(--chart-5)"
75
+ },
76
+ selector: {
77
+ color: "var(--chart-2)"
78
+ },
79
+ "attr-name": {
80
+ color: "var(--chart-4)"
81
+ },
82
+ string: {
83
+ color: "var(--chart-2)"
84
+ },
85
+ char: {
86
+ color: "var(--chart-2)"
87
+ },
88
+ builtin: {
89
+ color: "var(--chart-4)"
90
+ },
91
+ inserted: {
92
+ color: "var(--chart-2)"
93
+ },
94
+ operator: {
95
+ color: "var(--primary)"
96
+ },
97
+ entity: {
98
+ color: "var(--chart-4)"
99
+ },
100
+ url: {
101
+ color: "var(--chart-1)"
102
+ },
103
+ ".language-css .token.string": {
104
+ color: "var(--chart-2)"
105
+ },
106
+ ".style .token.string": {
107
+ color: "var(--chart-2)"
108
+ },
109
+ atrule: {
110
+ color: "var(--chart-3)"
111
+ },
112
+ "attr-value": {
113
+ color: "var(--chart-2)"
114
+ },
115
+ keyword: {
116
+ color: "var(--chart-3)"
117
+ },
118
+ function: {
119
+ color: "var(--chart-1)"
120
+ },
121
+ "class-name": {
122
+ color: "var(--chart-4)"
123
+ },
124
+ regex: {
125
+ color: "var(--chart-5)"
126
+ },
127
+ important: {
128
+ color: "var(--chart-5)",
129
+ fontWeight: "bold"
130
+ },
131
+ variable: {
132
+ color: "var(--chart-5)"
133
+ }
134
+ };
135
+ const CodeBlock = ({
136
+ code,
137
+ language = "tsx",
138
+ filename,
139
+ showLineNumbers = false
140
+ }) => {
141
+ const [copied, setCopied] = React.useState(false);
142
+ const { t } = reactI18next.useTranslation();
143
+ const handleCopy = async () => {
144
+ try {
145
+ if (navigator.clipboard && navigator.clipboard.writeText) {
146
+ try {
147
+ await navigator.clipboard.writeText(code);
148
+ } catch (clipboardError) {
149
+ if (clipboardError instanceof Error && (clipboardError.name === "NotAllowedError" || clipboardError.message.includes("permissions policy"))) {
150
+ throw new Error("Clipboard permission denied, falling back");
151
+ }
152
+ throw clipboardError;
153
+ }
154
+ } else {
155
+ throw new Error("Clipboard API not available");
156
+ }
157
+ setCopied(true);
158
+ setTimeout(() => setCopied(false), 2e3);
159
+ } catch {
160
+ try {
161
+ const textArea = document.createElement("textarea");
162
+ textArea.value = code;
163
+ textArea.style.position = "fixed";
164
+ textArea.style.left = "-999999px";
165
+ textArea.style.top = "-999999px";
166
+ document.body.appendChild(textArea);
167
+ textArea.focus();
168
+ textArea.select();
169
+ const successful = document.execCommand("copy");
170
+ document.body.removeChild(textArea);
171
+ if (successful) {
172
+ setCopied(true);
173
+ setTimeout(() => setCopied(false), 2e3);
174
+ } else {
175
+ console.error("Failed to copy text: execCommand returned false");
176
+ }
177
+ } catch (fallbackErr) {
178
+ console.error("All copy methods failed:", fallbackErr);
179
+ }
180
+ }
181
+ };
182
+ const codeString = typeof code === "string" ? code : String(code || "");
183
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative group rounded-[var(--radius)] border border-border overflow-hidden bg-muted/30", children: [
184
+ filename && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between px-4 py-2 bg-muted border-b border-border", children: [
185
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs text-muted-foreground font-mono", children: filename }),
186
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs text-muted-foreground uppercase", children: language })
187
+ ] }),
188
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
189
+ /* @__PURE__ */ jsxRuntime.jsx(
190
+ button.Button,
191
+ {
192
+ variant: "ghost",
193
+ size: "icon",
194
+ className: "absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity z-10 bg-background/80 hover:bg-background",
195
+ onClick: handleCopy,
196
+ "aria-label": copied ? t("common.copied") : t("common.copyCode"),
197
+ children: copied ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Check, { className: "w-4 h-4 text-[var(--toast-success-icon)]", "aria-hidden": "true" }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Copy, { className: "w-4 h-4", "aria-hidden": "true" })
198
+ }
199
+ ),
200
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "overflow-x-auto w-full max-w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
201
+ reactSyntaxHighlighter.Prism,
202
+ {
203
+ language,
204
+ style: elegantTheme,
205
+ showLineNumbers,
206
+ wrapLines: true,
207
+ customStyle: {
208
+ margin: 0,
209
+ padding: "1rem",
210
+ background: "transparent",
211
+ fontSize: "inherit"
212
+ },
213
+ codeTagProps: {
214
+ className: "text-[length:inherit]"
215
+ },
216
+ children: codeString
217
+ }
218
+ ) })
219
+ ] })
220
+ ] });
221
+ };
222
+
223
+ exports.CodeBlock = CodeBlock;
@@ -0,0 +1,223 @@
1
+ 'use strict';
2
+
3
+ const jsxRuntime = require('react/jsx-runtime');
4
+ const React = require('react');
5
+ const lucideReact = require('lucide-react');
6
+ const reactI18next = require('react-i18next');
7
+ const button = require('./button-DVhloDtr.cjs');
8
+ const reactSyntaxHighlighter = require('react-syntax-highlighter');
9
+
10
+ const elegantTheme = {
11
+ 'code[class*="language-"]': {
12
+ color: "var(--foreground)",
13
+ fontFamily: "var(--font-mono)",
14
+ fontSize: "0.875rem",
15
+ textAlign: "left",
16
+ whiteSpace: "pre",
17
+ wordSpacing: "normal",
18
+ wordBreak: "normal",
19
+ lineHeight: "1.6",
20
+ tabSize: 2,
21
+ hyphens: "none"
22
+ },
23
+ 'pre[class*="language-"]': {
24
+ color: "var(--foreground)",
25
+ fontFamily: "var(--font-mono)",
26
+ fontSize: "0.875rem",
27
+ textAlign: "left",
28
+ whiteSpace: "pre",
29
+ wordSpacing: "normal",
30
+ wordBreak: "normal",
31
+ lineHeight: "1.6",
32
+ tabSize: 2,
33
+ hyphens: "none",
34
+ padding: "1rem",
35
+ margin: 0,
36
+ overflow: "auto",
37
+ background: "transparent"
38
+ },
39
+ comment: {
40
+ color: "var(--muted-foreground)",
41
+ fontStyle: "italic"
42
+ },
43
+ prolog: {
44
+ color: "var(--muted-foreground)"
45
+ },
46
+ doctype: {
47
+ color: "var(--muted-foreground)"
48
+ },
49
+ cdata: {
50
+ color: "var(--muted-foreground)"
51
+ },
52
+ punctuation: {
53
+ color: "var(--muted-foreground)"
54
+ },
55
+ property: {
56
+ color: "var(--chart-4)"
57
+ },
58
+ tag: {
59
+ color: "var(--chart-1)"
60
+ },
61
+ boolean: {
62
+ color: "var(--chart-5)"
63
+ },
64
+ number: {
65
+ color: "var(--chart-5)"
66
+ },
67
+ constant: {
68
+ color: "var(--chart-5)"
69
+ },
70
+ symbol: {
71
+ color: "var(--chart-5)"
72
+ },
73
+ deleted: {
74
+ color: "var(--chart-5)"
75
+ },
76
+ selector: {
77
+ color: "var(--chart-2)"
78
+ },
79
+ "attr-name": {
80
+ color: "var(--chart-4)"
81
+ },
82
+ string: {
83
+ color: "var(--chart-2)"
84
+ },
85
+ char: {
86
+ color: "var(--chart-2)"
87
+ },
88
+ builtin: {
89
+ color: "var(--chart-4)"
90
+ },
91
+ inserted: {
92
+ color: "var(--chart-2)"
93
+ },
94
+ operator: {
95
+ color: "var(--primary)"
96
+ },
97
+ entity: {
98
+ color: "var(--chart-4)"
99
+ },
100
+ url: {
101
+ color: "var(--chart-1)"
102
+ },
103
+ ".language-css .token.string": {
104
+ color: "var(--chart-2)"
105
+ },
106
+ ".style .token.string": {
107
+ color: "var(--chart-2)"
108
+ },
109
+ atrule: {
110
+ color: "var(--chart-3)"
111
+ },
112
+ "attr-value": {
113
+ color: "var(--chart-2)"
114
+ },
115
+ keyword: {
116
+ color: "var(--chart-3)"
117
+ },
118
+ function: {
119
+ color: "var(--chart-1)"
120
+ },
121
+ "class-name": {
122
+ color: "var(--chart-4)"
123
+ },
124
+ regex: {
125
+ color: "var(--chart-5)"
126
+ },
127
+ important: {
128
+ color: "var(--chart-5)",
129
+ fontWeight: "bold"
130
+ },
131
+ variable: {
132
+ color: "var(--chart-5)"
133
+ }
134
+ };
135
+ const CodeBlock = ({
136
+ code,
137
+ language = "tsx",
138
+ filename,
139
+ showLineNumbers = false
140
+ }) => {
141
+ const [copied, setCopied] = React.useState(false);
142
+ const { t } = reactI18next.useTranslation();
143
+ const handleCopy = async () => {
144
+ try {
145
+ if (navigator.clipboard && navigator.clipboard.writeText) {
146
+ try {
147
+ await navigator.clipboard.writeText(code);
148
+ } catch (clipboardError) {
149
+ if (clipboardError instanceof Error && (clipboardError.name === "NotAllowedError" || clipboardError.message.includes("permissions policy"))) {
150
+ throw new Error("Clipboard permission denied, falling back");
151
+ }
152
+ throw clipboardError;
153
+ }
154
+ } else {
155
+ throw new Error("Clipboard API not available");
156
+ }
157
+ setCopied(true);
158
+ setTimeout(() => setCopied(false), 2e3);
159
+ } catch {
160
+ try {
161
+ const textArea = document.createElement("textarea");
162
+ textArea.value = code;
163
+ textArea.style.position = "fixed";
164
+ textArea.style.left = "-999999px";
165
+ textArea.style.top = "-999999px";
166
+ document.body.appendChild(textArea);
167
+ textArea.focus();
168
+ textArea.select();
169
+ const successful = document.execCommand("copy");
170
+ document.body.removeChild(textArea);
171
+ if (successful) {
172
+ setCopied(true);
173
+ setTimeout(() => setCopied(false), 2e3);
174
+ } else {
175
+ console.error("Failed to copy text: execCommand returned false");
176
+ }
177
+ } catch (fallbackErr) {
178
+ console.error("All copy methods failed:", fallbackErr);
179
+ }
180
+ }
181
+ };
182
+ const codeString = typeof code === "string" ? code : String(code || "");
183
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative group rounded-[var(--radius)] border border-border overflow-hidden bg-muted/30", children: [
184
+ filename && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between px-4 py-2 bg-muted border-b border-border", children: [
185
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs text-muted-foreground font-mono", children: filename }),
186
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs text-muted-foreground uppercase", children: language })
187
+ ] }),
188
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
189
+ /* @__PURE__ */ jsxRuntime.jsx(
190
+ button.Button,
191
+ {
192
+ variant: "ghost",
193
+ size: "icon",
194
+ className: "absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity z-10 bg-background/80 hover:bg-background",
195
+ onClick: handleCopy,
196
+ "aria-label": copied ? t("common.copied") : t("common.copyCode"),
197
+ children: copied ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Check, { className: "w-4 h-4 text-[var(--toast-success-icon)]", "aria-hidden": "true" }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Copy, { className: "w-4 h-4", "aria-hidden": "true" })
198
+ }
199
+ ),
200
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "overflow-x-auto w-full max-w-full", children: /* @__PURE__ */ jsxRuntime.jsx(
201
+ reactSyntaxHighlighter.Prism,
202
+ {
203
+ language,
204
+ style: elegantTheme,
205
+ showLineNumbers,
206
+ wrapLines: true,
207
+ customStyle: {
208
+ margin: 0,
209
+ padding: "1rem",
210
+ background: "transparent",
211
+ fontSize: "inherit"
212
+ },
213
+ codeTagProps: {
214
+ className: "text-[length:inherit]"
215
+ },
216
+ children: codeString
217
+ }
218
+ ) })
219
+ ] })
220
+ ] });
221
+ };
222
+
223
+ exports.CodeBlock = CodeBlock;
@@ -0,0 +1,221 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import { useState } from 'react';
3
+ import { Check, Copy } from 'lucide-react';
4
+ import { useTranslation } from 'react-i18next';
5
+ import { B as Button } from './button-B3SE1liJ.js';
6
+ import { Prism } from 'react-syntax-highlighter';
7
+
8
+ const elegantTheme = {
9
+ 'code[class*="language-"]': {
10
+ color: "var(--foreground)",
11
+ fontFamily: "var(--font-mono)",
12
+ fontSize: "0.875rem",
13
+ textAlign: "left",
14
+ whiteSpace: "pre",
15
+ wordSpacing: "normal",
16
+ wordBreak: "normal",
17
+ lineHeight: "1.6",
18
+ tabSize: 2,
19
+ hyphens: "none"
20
+ },
21
+ 'pre[class*="language-"]': {
22
+ color: "var(--foreground)",
23
+ fontFamily: "var(--font-mono)",
24
+ fontSize: "0.875rem",
25
+ textAlign: "left",
26
+ whiteSpace: "pre",
27
+ wordSpacing: "normal",
28
+ wordBreak: "normal",
29
+ lineHeight: "1.6",
30
+ tabSize: 2,
31
+ hyphens: "none",
32
+ padding: "1rem",
33
+ margin: 0,
34
+ overflow: "auto",
35
+ background: "transparent"
36
+ },
37
+ comment: {
38
+ color: "var(--muted-foreground)",
39
+ fontStyle: "italic"
40
+ },
41
+ prolog: {
42
+ color: "var(--muted-foreground)"
43
+ },
44
+ doctype: {
45
+ color: "var(--muted-foreground)"
46
+ },
47
+ cdata: {
48
+ color: "var(--muted-foreground)"
49
+ },
50
+ punctuation: {
51
+ color: "var(--muted-foreground)"
52
+ },
53
+ property: {
54
+ color: "var(--chart-4)"
55
+ },
56
+ tag: {
57
+ color: "var(--chart-1)"
58
+ },
59
+ boolean: {
60
+ color: "var(--chart-5)"
61
+ },
62
+ number: {
63
+ color: "var(--chart-5)"
64
+ },
65
+ constant: {
66
+ color: "var(--chart-5)"
67
+ },
68
+ symbol: {
69
+ color: "var(--chart-5)"
70
+ },
71
+ deleted: {
72
+ color: "var(--chart-5)"
73
+ },
74
+ selector: {
75
+ color: "var(--chart-2)"
76
+ },
77
+ "attr-name": {
78
+ color: "var(--chart-4)"
79
+ },
80
+ string: {
81
+ color: "var(--chart-2)"
82
+ },
83
+ char: {
84
+ color: "var(--chart-2)"
85
+ },
86
+ builtin: {
87
+ color: "var(--chart-4)"
88
+ },
89
+ inserted: {
90
+ color: "var(--chart-2)"
91
+ },
92
+ operator: {
93
+ color: "var(--primary)"
94
+ },
95
+ entity: {
96
+ color: "var(--chart-4)"
97
+ },
98
+ url: {
99
+ color: "var(--chart-1)"
100
+ },
101
+ ".language-css .token.string": {
102
+ color: "var(--chart-2)"
103
+ },
104
+ ".style .token.string": {
105
+ color: "var(--chart-2)"
106
+ },
107
+ atrule: {
108
+ color: "var(--chart-3)"
109
+ },
110
+ "attr-value": {
111
+ color: "var(--chart-2)"
112
+ },
113
+ keyword: {
114
+ color: "var(--chart-3)"
115
+ },
116
+ function: {
117
+ color: "var(--chart-1)"
118
+ },
119
+ "class-name": {
120
+ color: "var(--chart-4)"
121
+ },
122
+ regex: {
123
+ color: "var(--chart-5)"
124
+ },
125
+ important: {
126
+ color: "var(--chart-5)",
127
+ fontWeight: "bold"
128
+ },
129
+ variable: {
130
+ color: "var(--chart-5)"
131
+ }
132
+ };
133
+ const CodeBlock = ({
134
+ code,
135
+ language = "tsx",
136
+ filename,
137
+ showLineNumbers = false
138
+ }) => {
139
+ const [copied, setCopied] = useState(false);
140
+ const { t } = useTranslation();
141
+ const handleCopy = async () => {
142
+ try {
143
+ if (navigator.clipboard && navigator.clipboard.writeText) {
144
+ try {
145
+ await navigator.clipboard.writeText(code);
146
+ } catch (clipboardError) {
147
+ if (clipboardError instanceof Error && (clipboardError.name === "NotAllowedError" || clipboardError.message.includes("permissions policy"))) {
148
+ throw new Error("Clipboard permission denied, falling back");
149
+ }
150
+ throw clipboardError;
151
+ }
152
+ } else {
153
+ throw new Error("Clipboard API not available");
154
+ }
155
+ setCopied(true);
156
+ setTimeout(() => setCopied(false), 2e3);
157
+ } catch {
158
+ try {
159
+ const textArea = document.createElement("textarea");
160
+ textArea.value = code;
161
+ textArea.style.position = "fixed";
162
+ textArea.style.left = "-999999px";
163
+ textArea.style.top = "-999999px";
164
+ document.body.appendChild(textArea);
165
+ textArea.focus();
166
+ textArea.select();
167
+ const successful = document.execCommand("copy");
168
+ document.body.removeChild(textArea);
169
+ if (successful) {
170
+ setCopied(true);
171
+ setTimeout(() => setCopied(false), 2e3);
172
+ } else {
173
+ console.error("Failed to copy text: execCommand returned false");
174
+ }
175
+ } catch (fallbackErr) {
176
+ console.error("All copy methods failed:", fallbackErr);
177
+ }
178
+ }
179
+ };
180
+ const codeString = typeof code === "string" ? code : String(code || "");
181
+ return /* @__PURE__ */ jsxs("div", { className: "relative group rounded-[var(--radius)] border border-border overflow-hidden bg-muted/30", children: [
182
+ filename && /* @__PURE__ */ jsxs("div", { className: "flex items-center justify-between px-4 py-2 bg-muted border-b border-border", children: [
183
+ /* @__PURE__ */ jsx("span", { className: "text-xs text-muted-foreground font-mono", children: filename }),
184
+ /* @__PURE__ */ jsx("span", { className: "text-xs text-muted-foreground uppercase", children: language })
185
+ ] }),
186
+ /* @__PURE__ */ jsxs("div", { className: "relative", children: [
187
+ /* @__PURE__ */ jsx(
188
+ Button,
189
+ {
190
+ variant: "ghost",
191
+ size: "icon",
192
+ className: "absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity z-10 bg-background/80 hover:bg-background",
193
+ onClick: handleCopy,
194
+ "aria-label": copied ? t("common.copied") : t("common.copyCode"),
195
+ children: copied ? /* @__PURE__ */ jsx(Check, { className: "w-4 h-4 text-[var(--toast-success-icon)]", "aria-hidden": "true" }) : /* @__PURE__ */ jsx(Copy, { className: "w-4 h-4", "aria-hidden": "true" })
196
+ }
197
+ ),
198
+ /* @__PURE__ */ jsx("div", { className: "overflow-x-auto w-full max-w-full", children: /* @__PURE__ */ jsx(
199
+ Prism,
200
+ {
201
+ language,
202
+ style: elegantTheme,
203
+ showLineNumbers,
204
+ wrapLines: true,
205
+ customStyle: {
206
+ margin: 0,
207
+ padding: "1rem",
208
+ background: "transparent",
209
+ fontSize: "inherit"
210
+ },
211
+ codeTagProps: {
212
+ className: "text-[length:inherit]"
213
+ },
214
+ children: codeString
215
+ }
216
+ ) })
217
+ ] })
218
+ ] });
219
+ };
220
+
221
+ export { CodeBlock as C };