@mintlify/components 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/dist/components/accordion/accordion-cover.d.ts +12 -0
  2. package/dist/components/accordion/accordion-cover.d.ts.map +1 -0
  3. package/dist/components/accordion/accordion-cover.js +28 -28
  4. package/dist/components/accordion/accordion-group.d.ts +9 -0
  5. package/dist/components/accordion/accordion-group.d.ts.map +1 -0
  6. package/dist/components/accordion/accordion-group.js +1 -1
  7. package/dist/components/accordion/accordion-url-utils.d.ts +5 -0
  8. package/dist/components/accordion/accordion-url-utils.d.ts.map +1 -0
  9. package/dist/components/accordion/accordion.d.ts +35 -0
  10. package/dist/components/accordion/accordion.d.ts.map +1 -0
  11. package/dist/components/accordion/accordion.js +72 -65
  12. package/dist/components/accordion/index.d.ts +7 -0
  13. package/dist/components/accordion/index.d.ts.map +1 -0
  14. package/dist/components/badge/badge.d.ts +29 -0
  15. package/dist/components/badge/badge.d.ts.map +1 -0
  16. package/dist/components/badge/badge.js +18 -18
  17. package/dist/components/badge/index.d.ts +3 -0
  18. package/dist/components/badge/index.d.ts.map +1 -0
  19. package/dist/components/callout/callout.d.ts +24 -0
  20. package/dist/components/callout/callout.d.ts.map +1 -0
  21. package/dist/components/callout/callout.js +46 -46
  22. package/dist/components/callout/index.d.ts +3 -0
  23. package/dist/components/callout/index.d.ts.map +1 -0
  24. package/dist/components/card/card.d.ts +34 -0
  25. package/dist/components/card/card.d.ts.map +1 -0
  26. package/dist/components/card/card.js +59 -59
  27. package/dist/components/card/index.d.ts +3 -0
  28. package/dist/components/card/index.d.ts.map +1 -0
  29. package/dist/components/code-block/base-code-block.d.ts +9 -0
  30. package/dist/components/code-block/base-code-block.d.ts.map +1 -0
  31. package/dist/components/code-block/code-block.d.ts +74 -0
  32. package/dist/components/code-block/code-block.d.ts.map +1 -0
  33. package/dist/components/code-block/code-block.js +34 -34
  34. package/dist/components/code-block/code-footer.d.ts +8 -0
  35. package/dist/components/code-block/code-footer.d.ts.map +1 -0
  36. package/dist/components/code-block/code-footer.js +9 -9
  37. package/dist/components/code-block/code-header.d.ts +11 -0
  38. package/dist/components/code-block/code-header.d.ts.map +1 -0
  39. package/dist/components/code-block/code-header.js +20 -20
  40. package/dist/components/code-block/copy-button.d.ts +16 -0
  41. package/dist/components/code-block/copy-button.d.ts.map +1 -0
  42. package/dist/components/code-block/index.d.ts +5 -0
  43. package/dist/components/code-block/index.d.ts.map +1 -0
  44. package/dist/components/code-block/story-utils.d.ts +13 -0
  45. package/dist/components/code-block/story-utils.d.ts.map +1 -0
  46. package/dist/components/code-group/code-group.d.ts +23 -0
  47. package/dist/components/code-group/code-group.d.ts.map +1 -0
  48. package/dist/components/code-group/code-group.js +72 -72
  49. package/dist/components/code-group/code-select-dropdown.d.ts +10 -0
  50. package/dist/components/code-group/code-select-dropdown.d.ts.map +1 -0
  51. package/dist/components/code-group/code-snippet.d.ts +13 -0
  52. package/dist/components/code-group/code-snippet.d.ts.map +1 -0
  53. package/dist/components/code-group/dropdown.d.ts +34 -0
  54. package/dist/components/code-group/dropdown.d.ts.map +1 -0
  55. package/dist/components/code-group/dropdown.js +47 -47
  56. package/dist/components/code-group/index.d.ts +3 -0
  57. package/dist/components/code-group/index.d.ts.map +1 -0
  58. package/dist/components/code-group/language-dropdown.d.ts +10 -0
  59. package/dist/components/code-group/language-dropdown.d.ts.map +1 -0
  60. package/dist/components/code-group/language-dropdown.js +39 -39
  61. package/dist/components/code-group/language-icon.d.ts +7 -0
  62. package/dist/components/code-group/language-icon.d.ts.map +1 -0
  63. package/dist/components/color/color.d.ts +28 -0
  64. package/dist/components/color/color.d.ts.map +1 -0
  65. package/dist/components/color/color.js +37 -37
  66. package/dist/components/color/constants.d.ts +5 -0
  67. package/dist/components/color/constants.d.ts.map +1 -0
  68. package/dist/components/color/index.d.ts +4 -0
  69. package/dist/components/color/index.d.ts.map +1 -0
  70. package/dist/components/columns/columns.d.ts +11 -0
  71. package/dist/components/columns/columns.d.ts.map +1 -0
  72. package/dist/components/columns/constants.d.ts +5 -0
  73. package/dist/components/columns/constants.d.ts.map +1 -0
  74. package/dist/components/columns/index.d.ts +3 -0
  75. package/dist/components/columns/index.d.ts.map +1 -0
  76. package/dist/components/expandable/expandable.d.ts +21 -0
  77. package/dist/components/expandable/expandable.d.ts.map +1 -0
  78. package/dist/components/expandable/expandable.js +46 -46
  79. package/dist/components/expandable/index.d.ts +3 -0
  80. package/dist/components/expandable/index.d.ts.map +1 -0
  81. package/dist/components/frame/frame.d.ts +14 -0
  82. package/dist/components/frame/frame.d.ts.map +1 -0
  83. package/dist/components/frame/frame.js +21 -21
  84. package/dist/components/frame/index.d.ts +3 -0
  85. package/dist/components/frame/index.d.ts.map +1 -0
  86. package/dist/components/icon/icon.d.ts +19 -0
  87. package/dist/components/icon/icon.d.ts.map +1 -0
  88. package/dist/components/icon/icon.js +24 -24
  89. package/dist/components/icon/index.d.ts +3 -0
  90. package/dist/components/icon/index.d.ts.map +1 -0
  91. package/dist/components/index.d.ts +22 -0
  92. package/dist/components/index.d.ts.map +1 -0
  93. package/dist/components/mermaid/index.d.ts +7 -0
  94. package/dist/components/mermaid/index.d.ts.map +1 -0
  95. package/dist/components/mermaid/mermaid.d.ts +12 -0
  96. package/dist/components/mermaid/mermaid.d.ts.map +1 -0
  97. package/dist/components/mermaid/mermaid.js +38 -31
  98. package/dist/components/mermaid/use-pan-zoom.d.ts +13 -0
  99. package/dist/components/mermaid/use-pan-zoom.d.ts.map +1 -0
  100. package/dist/components/mermaid/zoom-controls.d.ts +13 -0
  101. package/dist/components/mermaid/zoom-controls.d.ts.map +1 -0
  102. package/dist/components/mermaid/zoom-controls.js +32 -32
  103. package/dist/components/panel/index.d.ts +3 -0
  104. package/dist/components/panel/index.d.ts.map +1 -0
  105. package/dist/components/panel/panel.d.ts +6 -0
  106. package/dist/components/panel/panel.d.ts.map +1 -0
  107. package/dist/components/property/index.d.ts +3 -0
  108. package/dist/components/property/index.d.ts.map +1 -0
  109. package/dist/components/property/param-head.d.ts +5 -0
  110. package/dist/components/property/param-head.d.ts.map +1 -0
  111. package/dist/components/property/param-head.js +40 -40
  112. package/dist/components/property/pills.d.ts +15 -0
  113. package/dist/components/property/pills.d.ts.map +1 -0
  114. package/dist/components/property/pills.js +13 -13
  115. package/dist/components/property/property.d.ts +24 -0
  116. package/dist/components/property/property.d.ts.map +1 -0
  117. package/dist/components/property/property.js +33 -33
  118. package/dist/components/steps/constants.d.ts +5 -0
  119. package/dist/components/steps/constants.d.ts.map +1 -0
  120. package/dist/components/steps/index.d.ts +5 -0
  121. package/dist/components/steps/index.d.ts.map +1 -0
  122. package/dist/components/steps/steps.d.ts +35 -0
  123. package/dist/components/steps/steps.d.ts.map +1 -0
  124. package/dist/components/steps/steps.js +157 -59
  125. package/dist/components/tabs/index.d.ts +3 -0
  126. package/dist/components/tabs/index.d.ts.map +1 -0
  127. package/dist/components/tabs/tabs.d.ts +36 -0
  128. package/dist/components/tabs/tabs.d.ts.map +1 -0
  129. package/dist/components/tabs/tabs.js +84 -78
  130. package/dist/components/tile/index.d.ts +3 -0
  131. package/dist/components/tile/index.d.ts.map +1 -0
  132. package/dist/components/tile/tile.d.ts +11 -0
  133. package/dist/components/tile/tile.d.ts.map +1 -0
  134. package/dist/components/tile/tile.js +27 -27
  135. package/dist/components/tooltip/index.d.ts +3 -0
  136. package/dist/components/tooltip/index.d.ts.map +1 -0
  137. package/dist/components/tooltip/tooltip.d.ts +14 -0
  138. package/dist/components/tooltip/tooltip.d.ts.map +1 -0
  139. package/dist/components/tooltip/tooltip.js +95 -84
  140. package/dist/components/tree/context.d.ts +9 -0
  141. package/dist/components/tree/context.d.ts.map +1 -0
  142. package/dist/components/tree/file.d.ts +7 -0
  143. package/dist/components/tree/file.d.ts.map +1 -0
  144. package/dist/components/tree/file.js +9 -9
  145. package/dist/components/tree/folder.d.ts +11 -0
  146. package/dist/components/tree/folder.d.ts.map +1 -0
  147. package/dist/components/tree/folder.js +21 -21
  148. package/dist/components/tree/index.d.ts +9 -0
  149. package/dist/components/tree/index.d.ts.map +1 -0
  150. package/dist/components/tree/root.d.ts +9 -0
  151. package/dist/components/tree/root.d.ts.map +1 -0
  152. package/dist/components/tree/tree-level-context.d.ts +8 -0
  153. package/dist/components/tree/tree-level-context.d.ts.map +1 -0
  154. package/dist/components/tree/use-tree-level.d.ts +3 -0
  155. package/dist/components/tree/use-tree-level.d.ts.map +1 -0
  156. package/dist/components/tree/utils.d.ts +9 -0
  157. package/dist/components/tree/utils.d.ts.map +1 -0
  158. package/dist/components/update/index.d.ts +3 -0
  159. package/dist/components/update/index.d.ts.map +1 -0
  160. package/dist/components/update/update.d.ts +22 -0
  161. package/dist/components/update/update.d.ts.map +1 -0
  162. package/dist/components/update/update.js +21 -21
  163. package/dist/components/view/index.d.ts +3 -0
  164. package/dist/components/view/index.d.ts.map +1 -0
  165. package/dist/components/view/view.d.ts +12 -0
  166. package/dist/components/view/view.d.ts.map +1 -0
  167. package/dist/components/view/view.js +29 -23
  168. package/dist/constants/brands.d.ts +3 -0
  169. package/dist/constants/brands.d.ts.map +1 -0
  170. package/dist/constants/index.d.ts +7 -0
  171. package/dist/constants/index.d.ts.map +1 -0
  172. package/dist/constants/selectors.d.ts +126 -0
  173. package/dist/constants/selectors.d.ts.map +1 -0
  174. package/dist/hooks/index.d.ts +2 -0
  175. package/dist/hooks/index.d.ts.map +1 -0
  176. package/dist/hooks/use-expandable-memory.d.ts +8 -0
  177. package/dist/hooks/use-expandable-memory.d.ts.map +1 -0
  178. package/dist/hooks/use-expandable.d.ts +13 -0
  179. package/dist/hooks/use-expandable.d.ts.map +1 -0
  180. package/dist/hooks/use-get-shiki-highlighted-html.d.ts +4 -0
  181. package/dist/hooks/use-get-shiki-highlighted-html.d.ts.map +1 -0
  182. package/dist/hooks/use-has-hover.d.ts +3 -0
  183. package/dist/hooks/use-has-hover.d.ts.map +1 -0
  184. package/dist/hooks/use-is-dark-theme.d.ts +5 -0
  185. package/dist/hooks/use-is-dark-theme.d.ts.map +1 -0
  186. package/dist/hooks/use-isomorphic-layout-effect.d.ts +4 -0
  187. package/dist/hooks/use-isomorphic-layout-effect.d.ts.map +1 -0
  188. package/dist/icons/index.d.ts +21 -0
  189. package/dist/icons/index.d.ts.map +1 -0
  190. package/dist/icons/index.js +2 -2
  191. package/dist/index.d.ts +3 -565
  192. package/dist/index.d.ts.map +1 -0
  193. package/dist/plugins/bg-grid.d.ts +3 -0
  194. package/dist/plugins/bg-grid.d.ts.map +1 -0
  195. package/dist/plugins/scrollbar.d.ts +3 -0
  196. package/dist/plugins/scrollbar.d.ts.map +1 -0
  197. package/dist/styles.css +2 -0
  198. package/dist/utils/cn.d.ts +4 -0
  199. package/dist/utils/cn.d.ts.map +1 -0
  200. package/dist/utils/copy-to-clipboard.d.ts +5 -0
  201. package/dist/utils/copy-to-clipboard.d.ts.map +1 -0
  202. package/dist/utils/enhance-video-props.d.ts +4 -0
  203. package/dist/utils/enhance-video-props.d.ts.map +1 -0
  204. package/dist/utils/get-node-text.d.ts +3 -0
  205. package/dist/utils/get-node-text.d.ts.map +1 -0
  206. package/dist/utils/icon-utils.d.ts +19 -0
  207. package/dist/utils/icon-utils.d.ts.map +1 -0
  208. package/dist/utils/is-absolute-url.d.ts +5 -0
  209. package/dist/utils/is-absolute-url.d.ts.map +1 -0
  210. package/dist/utils/is-remote-url.d.ts +3 -0
  211. package/dist/utils/is-remote-url.d.ts.map +1 -0
  212. package/dist/utils/make-marker-ids-unique.d.ts +3 -0
  213. package/dist/utils/make-marker-ids-unique.d.ts.map +1 -0
  214. package/dist/utils/make-marker-ids-unique.js +42 -0
  215. package/dist/utils/render-as-child.d.ts +4 -0
  216. package/dist/utils/render-as-child.d.ts.map +1 -0
  217. package/dist/utils/shiki/code-styling.d.ts +12 -0
  218. package/dist/utils/shiki/code-styling.d.ts.map +1 -0
  219. package/dist/utils/shiki/constants.d.ts +23 -0
  220. package/dist/utils/shiki/constants.d.ts.map +1 -0
  221. package/dist/utils/shiki/get-code-styling.d.ts +10 -0
  222. package/dist/utils/shiki/get-code-styling.d.ts.map +1 -0
  223. package/dist/utils/shiki/get-shiki-background-colors.d.ts +21 -0
  224. package/dist/utils/shiki/get-shiki-background-colors.d.ts.map +1 -0
  225. package/dist/utils/shiki/index.d.ts +31 -0
  226. package/dist/utils/shiki/index.d.ts.map +1 -0
  227. package/dist/utils/shiki/lib.d.ts +6 -0
  228. package/dist/utils/shiki/lib.d.ts.map +1 -0
  229. package/dist/utils/shiki/shiki-themes.d.ts +3 -0
  230. package/dist/utils/shiki/shiki-themes.d.ts.map +1 -0
  231. package/dist/utils/shiki/snippet-presets.d.ts +28 -0
  232. package/dist/utils/shiki/snippet-presets.d.ts.map +1 -0
  233. package/dist/utils/shiki/worker-client.d.ts +10 -0
  234. package/dist/utils/shiki/worker-client.d.ts.map +1 -0
  235. package/dist/utils/slugify.d.ts +3 -0
  236. package/dist/utils/slugify.d.ts.map +1 -0
  237. package/package.json +4 -2
@@ -1,81 +1,81 @@
1
- import { jsx as e, jsxs as z } from "react/jsx-runtime";
2
- import w from "../../_virtual/index.js";
3
- import { Classes as I } from "../../constants/selectors.js";
4
- import { DangerIcon as v, CheckIcon as $, TipIcon as A, NoteIcon as T, WarningIcon as _, InfoIcon as D } from "../../icons/index.js";
1
+ import { jsx as r, jsxs as w } from "react/jsx-runtime";
2
+ import I from "../../_virtual/index.js";
3
+ import { Classes as v } from "../../constants/selectors.js";
4
+ import { DangerIcon as $, CheckIcon as A, TipIcon as T, NoteIcon as _, WarningIcon as D, InfoIcon as L } from "../../icons/index.js";
5
5
  import { cn as x } from "../../utils/cn.js";
6
- import { Icon as L } from "../icon/icon.js";
7
- const W = {
6
+ import { Icon as W } from "../icon/icon.js";
7
+ const j = {
8
8
  info: {
9
- icon: D,
9
+ icon: L,
10
10
  defaultAriaLabel: "Info",
11
- className: "border border-neutral-200 bg-neutral-50 dark:border-neutral-700 dark:bg-white/10",
12
- childrenClassName: "text-neutral-800 dark:text-neutral-300"
11
+ className: "border border-stone-200 bg-stone-50 dark:border-stone-700 dark:bg-white/10",
12
+ childrenClassName: "text-stone-800 dark:text-stone-300"
13
13
  },
14
14
  warning: {
15
- icon: _,
15
+ icon: D,
16
16
  defaultAriaLabel: "Warning",
17
17
  className: 'border border-yellow-200 bg-yellow-50 dark:border-yellow-900 dark:bg-yellow-600/20 **:data-[component-part="callout-icon"]:mt-px',
18
18
  childrenClassName: "text-yellow-800 dark:text-yellow-300"
19
19
  },
20
20
  note: {
21
- icon: T,
21
+ icon: _,
22
22
  defaultAriaLabel: "Note",
23
23
  className: "border border-blue-200 bg-blue-50 dark:border-blue-900 dark:bg-blue-600/20",
24
24
  childrenClassName: "text-blue-800 dark:text-blue-300"
25
25
  },
26
26
  tip: {
27
- icon: A,
27
+ icon: T,
28
28
  defaultAriaLabel: "Tip",
29
29
  className: 'border border-green-200 bg-green-50 dark:border-green-900 dark:bg-green-600/20 **:data-[component-part="callout-icon"]:mt-px',
30
30
  childrenClassName: "text-green-800 dark:text-green-300"
31
31
  },
32
32
  check: {
33
- icon: $,
33
+ icon: A,
34
34
  defaultAriaLabel: "Check",
35
35
  className: "border border-green-200 bg-green-50 dark:border-green-900 dark:bg-green-600/20",
36
36
  childrenClassName: "text-green-800 dark:text-green-300"
37
37
  },
38
38
  danger: {
39
- icon: v,
39
+ icon: $,
40
40
  defaultAriaLabel: "Danger",
41
41
  className: "border border-red-200 bg-red-50 dark:border-red-900 dark:bg-red-600/20",
42
42
  childrenClassName: "text-red-800 dark:text-red-300"
43
43
  }
44
44
  }, a = ({
45
- children: r,
46
- variant: d = "custom",
45
+ children: e,
46
+ variant: c = "custom",
47
47
  icon: p,
48
48
  iconType: h,
49
49
  iconLibrary: f,
50
- color: i,
50
+ color: s,
51
51
  className: C,
52
- ariaLabel: s
52
+ ariaLabel: i
53
53
  }) => {
54
- let l, b, n = "", c = "", u = {}, g = {};
55
- if (d === "custom")
56
- if (l = p, b = i, i)
54
+ let l, b, n = "", d = "", m = {}, g = {};
55
+ if (c === "custom")
56
+ if (l = p, b = s, s)
57
57
  try {
58
- const t = w(i), o = t.hex(), k = t.isDark(), N = t.lighten(0.5), y = t.darken(0.5);
59
- u = {
60
- "--callout-border-color-light": `${o}33`,
61
- "--callout-bg-color-light": `${o}1a`,
62
- "--callout-border-color-dark": `${o}${k ? "66" : "4d"}`,
63
- "--callout-bg-color-dark": `${o}${k ? "4d" : "1a"}`
58
+ const o = I(s), t = o.hex(), k = o.isDark(), N = o.lighten(0.5), y = o.darken(0.5);
59
+ m = {
60
+ "--callout-border-color-light": `${t}33`,
61
+ "--callout-bg-color-light": `${t}1a`,
62
+ "--callout-border-color-dark": `${t}${k ? "66" : "4d"}`,
63
+ "--callout-bg-color-dark": `${t}${k ? "4d" : "1a"}`
64
64
  }, g = {
65
65
  "--callout-text-color": `${y.hex()}`,
66
66
  "--dark-callout-text-color": `${N.hex()}`
67
- }, n = "border border-(--callout-border-color-light,#71717a33) bg-(--callout-bg-color-light,#71717a1a) dark:border-(--callout-border-color-dark,#71717a4d) dark:bg-(--callout-bg-color-dark,#71717a1a)", c = "mt-1 text-(--callout-text-color) dark:text-(--dark-callout-text-color)";
67
+ }, n = "border border-(--callout-border-color-light,#71717a33) bg-(--callout-bg-color-light,#71717a1a) dark:border-(--callout-border-color-dark,#71717a4d) dark:bg-(--callout-bg-color-dark,#71717a1a)", d = "mt-1 text-(--callout-text-color) dark:text-(--dark-callout-text-color)";
68
68
  } catch {
69
- b = void 0, n = "border border-zinc-500/20 bg-zinc-50/50 dark:border-zinc-500/30 dark:bg-zinc-500/10", c = "text-zinc-900 dark:text-zinc-200";
69
+ b = void 0, n = "border border-stone-500/20 bg-stone-50/50 dark:border-stone-500/30 dark:bg-stone-500/10", d = "text-stone-900 dark:text-stone-200";
70
70
  }
71
71
  else
72
- n = "border border-zinc-500/20 bg-zinc-50/50 dark:border-zinc-500/30 dark:bg-zinc-500/10", c = "text-zinc-900 dark:text-zinc-200";
72
+ n = "border border-stone-500/20 bg-stone-50/50 dark:border-stone-500/30 dark:bg-stone-500/10", d = "text-stone-900 dark:text-stone-200";
73
73
  else {
74
- const t = W[d], o = t.icon;
75
- l = /* @__PURE__ */ e(o, { "aria-label": s || t.defaultAriaLabel }), n = t.className, c = t.childrenClassName;
74
+ const o = j[c], t = o.icon;
75
+ l = /* @__PURE__ */ r(t, { "aria-label": i || o.defaultAriaLabel }), n = o.className, d = o.childrenClassName;
76
76
  }
77
- const m = typeof l == "string" ? /* @__PURE__ */ e(
78
- L,
77
+ const u = typeof l == "string" ? /* @__PURE__ */ r(
78
+ W,
79
79
  {
80
80
  className: "m-0! size-4 shrink-0",
81
81
  color: b,
@@ -84,43 +84,43 @@ const W = {
84
84
  iconType: h
85
85
  }
86
86
  ) : l;
87
- return /* @__PURE__ */ z(
87
+ return /* @__PURE__ */ w(
88
88
  "div",
89
89
  {
90
90
  className: x(
91
- I.Callout,
91
+ v.Callout,
92
92
  "my-4 flex gap-3 overflow-hidden rounded-2xl px-5 py-4",
93
93
  n,
94
94
  C
95
95
  ),
96
- "data-callout-type": d,
97
- style: { ...u, ...g },
96
+ "data-callout-type": c,
97
+ style: { ...m, ...g },
98
98
  children: [
99
- !!m && /* @__PURE__ */ e(
99
+ !!u && /* @__PURE__ */ r(
100
100
  "div",
101
101
  {
102
102
  className: "mt-0.5 w-4",
103
103
  "data-component-part": "callout-icon",
104
- ...d === "custom" && s && { "aria-label": s },
105
- children: m
104
+ ...c === "custom" && i && { "aria-label": i },
105
+ children: u
106
106
  }
107
107
  ),
108
- /* @__PURE__ */ e(
108
+ /* @__PURE__ */ r(
109
109
  "div",
110
110
  {
111
111
  className: x(
112
- "prose dark:prose-invert w-full min-w-0 text-sm [&_a]:border-current [&_a]:text-current! [&_code]:text-current! [&_kbd]:bg-zinc-100 [&_kbd]:text-current! dark:[&_kbd]:bg-zinc-800",
113
- c
112
+ "prose dark:prose-invert w-full min-w-0 text-sm [&_a]:border-current [&_a]:text-current! [&_code]:text-current! [&_kbd]:bg-stone-100 [&_kbd]:text-current! dark:[&_kbd]:bg-stone-800",
113
+ d
114
114
  ),
115
115
  "data-component-part": "callout-content",
116
116
  style: g,
117
- children: r
117
+ children: e
118
118
  }
119
119
  )
120
120
  ]
121
121
  }
122
122
  );
123
- }, G = (r) => /* @__PURE__ */ e(a, { ...r, variant: "info" }), H = (r) => /* @__PURE__ */ e(a, { ...r, variant: "warning" }), J = (r) => /* @__PURE__ */ e(a, { ...r, variant: "note" }), K = (r) => /* @__PURE__ */ e(a, { ...r, variant: "tip" }), M = (r) => /* @__PURE__ */ e(a, { ...r, variant: "check" }), O = (r) => /* @__PURE__ */ e(a, { ...r, variant: "danger" });
123
+ }, G = (e) => /* @__PURE__ */ r(a, { ...e, variant: "info" }), H = (e) => /* @__PURE__ */ r(a, { ...e, variant: "warning" }), J = (e) => /* @__PURE__ */ r(a, { ...e, variant: "note" }), K = (e) => /* @__PURE__ */ r(a, { ...e, variant: "tip" }), M = (e) => /* @__PURE__ */ r(a, { ...e, variant: "check" }), O = (e) => /* @__PURE__ */ r(a, { ...e, variant: "danger" });
124
124
  export {
125
125
  a as Callout,
126
126
  M as Check,
@@ -0,0 +1,3 @@
1
+ export type { CalloutProps, CalloutVariant } from './callout';
2
+ export { Callout, Check, Danger, Info, Note, Tip, Warning } from './callout';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/callout/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAC9D,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,GAAG,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { default as React, ComponentPropsWithoutRef, ElementType, ReactNode, Ref } from 'react';
2
+ import { IconLibrary, IconType } from '../../utils/icon-utils';
3
+ interface CardPropsBase<T> {
4
+ /**
5
+ * @remarks Prefer using a string value for better compatibility with accessibility and semantic HTML.
6
+ * ReactNode is supported for internal use only.
7
+ */
8
+ title?: ReactNode;
9
+ icon?: ReactNode;
10
+ img?: string;
11
+ horizontal?: boolean;
12
+ as?: T;
13
+ href?: string;
14
+ mRef?: Ref<T | undefined>;
15
+ cta?: string;
16
+ arrow?: boolean;
17
+ disabled?: boolean;
18
+ }
19
+ type CardProps<T extends ElementType> = CardPropsBase<T> & Omit<ComponentPropsWithoutRef<T>, keyof CardPropsBase<T>>;
20
+ interface CardIconProps {
21
+ iconType?: IconType;
22
+ iconLibrary?: IconLibrary;
23
+ color?: string;
24
+ }
25
+ type CardComponentProps = Pick<CardPropsBase<ElementType>, "title" | "horizontal" | "href" | "img" | "disabled" | "cta" | "arrow" | "as"> & CardIconProps & {
26
+ icon?: ReactNode | string;
27
+ children?: React.ReactNode;
28
+ className?: string;
29
+ };
30
+ declare const Card: ({ title, icon, iconType, iconLibrary, color, horizontal, href, img, children, disabled, cta, arrow, as, className, }: CardComponentProps) => import("react/jsx-runtime").JSX.Element;
31
+ declare const GenericCard: <T extends ElementType = "div">({ title, icon, img, className, children, horizontal, arrow, as, mRef, cta, disabled, ...props }: CardProps<T>) => import("react/jsx-runtime").JSX.Element;
32
+ export { Card, GenericCard };
33
+ export type { CardProps, CardPropsBase, CardComponentProps, CardIconProps };
34
+ //# sourceMappingURL=card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/components/card/card.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EACV,wBAAwB,EACxB,WAAW,EAEX,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAC;AAKf,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAGhE,UAAU,aAAa,CAAC,CAAC;IACvB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,EAAE,CAAC,EAAE,CAAC,CAAC;IACP,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC;IAC1B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,KAAK,SAAS,CAAC,CAAC,SAAS,WAAW,IAAI,aAAa,CAAC,CAAC,CAAC,GACtD,IAAI,CAAC,wBAAwB,CAAC,CAAC,CAAC,EAAE,MAAM,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC;AAE5D,UAAU,aAAa;IACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,KAAK,kBAAkB,GAAG,IAAI,CAC5B,aAAa,CAAC,WAAW,CAAC,EAC1B,OAAO,GAAG,YAAY,GAAG,MAAM,GAAG,KAAK,GAAG,UAAU,GAAG,KAAK,GAAG,OAAO,GAAG,IAAI,CAC9E,GACC,aAAa,GAAG;IACd,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEJ,QAAA,MAAM,IAAI,GAAI,sHAeX,kBAAkB,4CAqCpB,CAAC;AAEF,QAAA,MAAM,WAAW,GAAI,CAAC,SAAS,WAAW,GAAG,KAAK,EAAE,iGAajD,SAAS,CAAC,CAAC,CAAC,4CA+Hd,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;AAC7B,YAAY,EAAE,SAAS,EAAE,aAAa,EAAE,kBAAkB,EAAE,aAAa,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { jsx as r, jsxs as p, Fragment as N } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as p, Fragment as y } from "react/jsx-runtime";
2
2
  import { Classes as j } from "../../constants/selectors.js";
3
3
  import { ArrowRightIcon as C } from "../../icons/index.js";
4
4
  import { cn as a } from "../../utils/cn.js";
@@ -7,84 +7,84 @@ import A from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_m
7
7
  import { Icon as R } from "../icon/icon.js";
8
8
  const L = ({
9
9
  title: o,
10
- icon: e,
10
+ icon: r,
11
11
  iconType: n,
12
- iconLibrary: g,
12
+ iconLibrary: f,
13
13
  color: d,
14
- horizontal: i,
14
+ horizontal: s,
15
15
  href: h,
16
- img: f,
16
+ img: g,
17
17
  children: x,
18
- disabled: c,
19
- cta: s,
18
+ disabled: i,
19
+ cta: c,
20
20
  arrow: t,
21
21
  as: v,
22
- className: l
22
+ className: m
23
23
  }) => {
24
- const y = typeof e == "string" ? /* @__PURE__ */ r(
24
+ const b = typeof r == "string" ? /* @__PURE__ */ e(
25
25
  R,
26
26
  {
27
27
  className: "m-0! size-6 shrink-0",
28
28
  color: d,
29
- icon: e,
30
- iconLibrary: g,
29
+ icon: r,
30
+ iconLibrary: f,
31
31
  iconType: n,
32
32
  overrideColor: !!d
33
33
  }
34
- ) : e, m = c ? void 0 : h;
35
- return /* @__PURE__ */ r(
34
+ ) : r, l = i ? void 0 : h;
35
+ return /* @__PURE__ */ e(
36
36
  z,
37
37
  {
38
38
  arrow: t,
39
39
  as: v,
40
40
  className: a(
41
- m && "hover:border-primary! dark:hover:border-primary-light!",
42
- l
41
+ l && "hover:border-primary! dark:hover:border-primary-light!",
42
+ m
43
43
  ),
44
- cta: s,
45
- disabled: c,
46
- horizontal: i,
47
- href: m,
48
- icon: y,
49
- img: f,
44
+ cta: c,
45
+ disabled: i,
46
+ horizontal: s,
47
+ href: l,
48
+ icon: b,
49
+ img: g,
50
50
  title: o,
51
51
  children: x
52
52
  }
53
53
  );
54
54
  }, z = ({
55
55
  title: o,
56
- icon: e,
56
+ icon: r,
57
57
  img: n,
58
- className: g,
58
+ className: f,
59
59
  children: d,
60
- horizontal: i,
60
+ horizontal: s,
61
61
  arrow: h,
62
- as: f,
62
+ as: g,
63
63
  mRef: x,
64
- cta: c,
65
- disabled: s,
64
+ cta: i,
65
+ disabled: c,
66
66
  ...t
67
67
  }) => {
68
- var b;
69
- const v = s ? "div" : f || (t.href !== void 0 ? "a" : "div"), l = I(t.href ?? ""), y = l ? { target: "_blank", rel: "noreferrer" } : {}, m = h ?? l, u = typeof e == "string", k = n ? ((b = n.match(/\/([^/]+)\.[^.]+$/)) == null ? void 0 : b[1]) ?? "" : "", w = /* @__PURE__ */ r(N, { children: e ? (
68
+ var u;
69
+ const v = c ? "div" : g || (t.href !== void 0 ? "a" : "div"), m = I(t.href ?? ""), b = m ? { target: "_blank", rel: "noreferrer" } : {}, l = h ?? m, k = typeof r == "string", w = n ? ((u = n.match(/\/([^/]+)\.[^.]+$/)) == null ? void 0 : u[1]) ?? "" : "", N = /* @__PURE__ */ e(y, { children: r ? (
70
70
  // biome-ignore lint/style/noNestedTernary: TODO
71
- u ? (
71
+ k ? (
72
72
  // biome-ignore lint/correctness/useImageSize: TODO
73
- /* @__PURE__ */ r(
73
+ /* @__PURE__ */ e(
74
74
  "img",
75
75
  {
76
- alt: o,
76
+ alt: typeof o == "string" ? o : "",
77
77
  className: "size-6 object-cover object-center",
78
78
  "data-component-part": "card-icon",
79
- src: e
79
+ src: r
80
80
  }
81
81
  )
82
- ) : /* @__PURE__ */ r(
82
+ ) : /* @__PURE__ */ e(
83
83
  "div",
84
84
  {
85
- className: "size-6 fill-gray-800 text-gray-800 dark:fill-gray-100 dark:text-gray-100",
85
+ className: "size-6 fill-stone-800 text-stone-800 dark:fill-stone-100 dark:text-stone-100",
86
86
  "data-component-part": "card-icon",
87
- children: e
87
+ children: r
88
88
  }
89
89
  )
90
90
  ) : null });
@@ -93,20 +93,20 @@ const L = ({
93
93
  {
94
94
  className: a(
95
95
  j.Card,
96
- "group relative my-2 block w-full overflow-hidden rounded-2xl border border-gray-950/10 bg-white font-normal ring-2 ring-transparent dark:border-white/10 dark:bg-background-dark",
96
+ "group relative my-2 block w-full overflow-hidden rounded-2xl border border-stone-950/10 bg-white font-normal ring-2 ring-transparent dark:border-white/10 dark:bg-background-dark",
97
97
  t.href && "cursor-pointer",
98
98
  t.href && "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary dark:focus-visible:ring-primary-light",
99
- g
99
+ f
100
100
  ),
101
- ...y,
101
+ ...b,
102
102
  ...t,
103
103
  ref: x,
104
104
  children: [
105
105
  n && // biome-ignore lint/correctness/useImageSize: TODO
106
- /* @__PURE__ */ r(
106
+ /* @__PURE__ */ e(
107
107
  "img",
108
108
  {
109
- alt: k,
109
+ alt: w,
110
110
  className: "not-prose w-full object-cover object-center",
111
111
  "data-component-part": "card-image",
112
112
  src: n
@@ -117,59 +117,59 @@ const L = ({
117
117
  {
118
118
  className: a(
119
119
  "relative px-6 py-5",
120
- i && "flex items-center gap-x-4"
120
+ s && "flex items-center gap-x-4"
121
121
  ),
122
122
  "data-component-part": "card-content-container",
123
123
  children: [
124
- t.href && /* @__PURE__ */ r(
124
+ t.href && /* @__PURE__ */ e(
125
125
  "div",
126
126
  {
127
127
  "aria-hidden": "true",
128
128
  className: a(
129
- "absolute top-5 right-5 text-gray-400 group-hover:text-primary dark:text-gray-500 dark:group-hover:text-primary-light",
130
- !m && "hidden"
129
+ "absolute top-5 right-5 text-stone-400 group-hover:text-primary dark:text-stone-500 dark:group-hover:text-primary-light",
130
+ !l && "hidden"
131
131
  ),
132
132
  "data-component-part": "card-arrow",
133
- children: /* @__PURE__ */ r(A, { className: "size-4" })
133
+ children: /* @__PURE__ */ e(A, { className: "size-4" })
134
134
  }
135
135
  ),
136
- w,
136
+ N,
137
137
  /* @__PURE__ */ p("div", { className: "min-w-0 flex-1", children: [
138
- o && /* @__PURE__ */ r(
138
+ o && /* @__PURE__ */ e(
139
139
  "h2",
140
140
  {
141
141
  className: a(
142
- "not-prose wrap-break-word font-semibold text-base text-gray-800 dark:text-white",
143
- e != null && !i && "mt-4"
142
+ "not-prose wrap-break-word font-semibold text-base text-stone-800 dark:text-white",
143
+ r != null && !s && "mt-4"
144
144
  ),
145
145
  contentEditable: !1,
146
146
  "data-component-part": "card-title",
147
147
  children: o
148
148
  }
149
149
  ),
150
- /* @__PURE__ */ r(
150
+ /* @__PURE__ */ e(
151
151
  "div",
152
152
  {
153
153
  className: a(
154
154
  "prose wrap-break-word mt-1 font-normal text-base leading-6",
155
- o ? "text-gray-600 dark:text-gray-400" : "text-gray-700 dark:text-gray-300",
156
- i && "mt-0 leading-6"
155
+ o ? "text-stone-600 dark:text-stone-400" : "text-stone-700 dark:text-stone-300",
156
+ s && "mt-0 leading-6"
157
157
  ),
158
158
  "data-component-part": "card-content",
159
159
  children: d
160
160
  }
161
161
  ),
162
- c && /* @__PURE__ */ r("div", { className: "mt-8", "data-component-part": "card-cta", children: /* @__PURE__ */ p(
162
+ i && /* @__PURE__ */ e("div", { className: "mt-8", "data-component-part": "card-cta", children: /* @__PURE__ */ p(
163
163
  "span",
164
164
  {
165
165
  className: a(
166
- "flex flex-row items-center gap-2 text-left font-medium text-gray-600 text-sm dark:text-gray-400",
167
- !s && "group-hover:text-primary group-hover:dark:text-primary-light",
168
- s && "opacity-50"
166
+ "flex flex-row items-center gap-2 text-left font-medium text-sm text-stone-600 dark:text-stone-400",
167
+ !c && "group-hover:text-primary group-hover:dark:text-primary-light",
168
+ c && "opacity-50"
169
169
  ),
170
170
  children: [
171
- c,
172
- /* @__PURE__ */ r(C, { className: "h-6" })
171
+ i,
172
+ /* @__PURE__ */ e(C, { className: "h-6" })
173
173
  ]
174
174
  }
175
175
  ) })
@@ -0,0 +1,3 @@
1
+ export type { CardComponentProps, CardIconProps, CardProps, CardPropsBase, } from './card';
2
+ export { Card } from './card';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/card/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,kBAAkB,EAClB,aAAa,EACb,SAAS,EACT,aAAa,GACd,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { CodeBlockProps } from './code-block';
2
+ interface BaseCodeBlockProps extends CodeBlockProps {
3
+ isParentCodeGroup?: boolean;
4
+ shouldHighlight?: boolean;
5
+ forceExtract?: boolean;
6
+ }
7
+ declare const BaseCodeBlock: ({ expandable, shouldHighlight, children, isParentCodeGroup, isSmallText, numberOfLines, forceExtract, codeBlockTheme, codeBlockThemeObject, ...props }: BaseCodeBlockProps) => import("react/jsx-runtime").JSX.Element;
8
+ export { type BaseCodeBlockProps, BaseCodeBlock };
9
+ //# sourceMappingURL=base-code-block.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-code-block.d.ts","sourceRoot":"","sources":["../../../src/components/code-block/base-code-block.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAGnD,UAAU,kBAAmB,SAAQ,cAAc;IACjD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,QAAA,MAAM,aAAa,GAAI,wJAYpB,kBAAkB,4CA6KpB,CAAC;AAEF,OAAO,EAAE,KAAK,kBAAkB,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,74 @@
1
+ import { ReactNode, RefObject } from 'react';
2
+ import { CodeBlockTheme, CodeStyling } from '../../utils/shiki/code-styling';
3
+ import { CopyToClipboardButtonProps } from './copy-button';
4
+ type CodeBlockProps = {
5
+ language?: string;
6
+ filename?: string;
7
+ icon?: string;
8
+ lang?: string;
9
+ className?: string;
10
+ /**
11
+ * Whether to show line numbers.
12
+ */
13
+ lines?: boolean;
14
+ /**
15
+ * Whether to wrap the code block.
16
+ */
17
+ wrap?: boolean;
18
+ /**
19
+ * Whether to expand the code block.
20
+ */
21
+ expandable?: boolean;
22
+ /**
23
+ * The lines to highlight. it's a stringified array of numbers.
24
+ * Example: "[1,3,4,5]"
25
+ */
26
+ highlight?: string;
27
+ /**
28
+ * The lines to focus on. it's a stringified array of numbers.
29
+ * Example: "[1,3,4,5]"
30
+ */
31
+ focus?: string;
32
+ /**
33
+ * Internal prop to set the number of lines in the code block.
34
+ * Users should not set this prop.
35
+ */
36
+ numberOfLines?: number;
37
+ /**
38
+ * Prop to hide the ask ai button
39
+ */
40
+ hideAskAiButton?: boolean;
41
+ /**
42
+ * Prop to set the small text size
43
+ */
44
+ isSmallText?: boolean;
45
+ /**
46
+ * Pass in from CodeSnippetFeedbackProvider
47
+ */
48
+ feedbackModalOpen?: boolean;
49
+ /**
50
+ * Pass in from CodeSnippetFeedbackProvider
51
+ */
52
+ anchorRef?: RefObject<HTMLDivElement>;
53
+ /**
54
+ * Prop to set the code block theme (code block UI theme)
55
+ */
56
+ codeBlockTheme?: CodeBlockTheme;
57
+ /**
58
+ * Prop to set the code block theme object (syntax highlighting theme)
59
+ */
60
+ codeBlockThemeObject?: CodeStyling;
61
+ /**
62
+ * Pass in AskAiCodeBlockButton component
63
+ */
64
+ askAiButton?: ReactNode;
65
+ /**
66
+ * Pass in CodeSnippetFeedbackButton component
67
+ */
68
+ feedbackButton?: ReactNode;
69
+ children?: ReactNode;
70
+ copyButtonProps?: CopyToClipboardButtonProps;
71
+ };
72
+ declare const CodeBlock: (params: CodeBlockProps) => import("react/jsx-runtime").JSX.Element;
73
+ export { type CodeBlockProps, CodeBlock };
74
+ //# sourceMappingURL=code-block.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-block.d.ts","sourceRoot":"","sources":["../../../src/components/code-block/code-block.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKlD,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAI9E,OAAO,EAEL,KAAK,0BAA0B,EAChC,MAAM,eAAe,CAAC;AAEvB,KAAK,cAAc,GAAG;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC,cAAc,CAAC,CAAC;IACtC;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC;;OAEG;IACH,oBAAoB,CAAC,EAAE,WAAW,CAAC;IACnC;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,eAAe,CAAC,EAAE,0BAA0B,CAAC;CAC9C,CAAC;AAEF,QAAA,MAAM,SAAS,GAAsB,QAAQ,cAAc,4CA0E1D,CAAC;AAEF,OAAO,EAAE,KAAK,cAAc,EAAE,SAAS,EAAE,CAAC"}