@mintlify/components 1.0.0 → 1.0.1

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 (231) 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 +27 -27
  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 +26 -0
  10. package/dist/components/accordion/accordion.d.ts.map +1 -0
  11. package/dist/components/accordion/accordion.js +21 -21
  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/index.d.ts +3 -0
  17. package/dist/components/badge/index.d.ts.map +1 -0
  18. package/dist/components/callout/callout.d.ts +24 -0
  19. package/dist/components/callout/callout.d.ts.map +1 -0
  20. package/dist/components/callout/callout.js +46 -46
  21. package/dist/components/callout/index.d.ts +3 -0
  22. package/dist/components/callout/index.d.ts.map +1 -0
  23. package/dist/components/card/card.d.ts +30 -0
  24. package/dist/components/card/card.d.ts.map +1 -0
  25. package/dist/components/card/card.js +72 -72
  26. package/dist/components/card/index.d.ts +3 -0
  27. package/dist/components/card/index.d.ts.map +1 -0
  28. package/dist/components/code-block/base-code-block.d.ts +9 -0
  29. package/dist/components/code-block/base-code-block.d.ts.map +1 -0
  30. package/dist/components/code-block/code-block.d.ts +74 -0
  31. package/dist/components/code-block/code-block.d.ts.map +1 -0
  32. package/dist/components/code-block/code-block.js +34 -34
  33. package/dist/components/code-block/code-footer.d.ts +8 -0
  34. package/dist/components/code-block/code-footer.d.ts.map +1 -0
  35. package/dist/components/code-block/code-footer.js +9 -9
  36. package/dist/components/code-block/code-header.d.ts +11 -0
  37. package/dist/components/code-block/code-header.d.ts.map +1 -0
  38. package/dist/components/code-block/code-header.js +20 -20
  39. package/dist/components/code-block/copy-button.d.ts +16 -0
  40. package/dist/components/code-block/copy-button.d.ts.map +1 -0
  41. package/dist/components/code-block/index.d.ts +5 -0
  42. package/dist/components/code-block/index.d.ts.map +1 -0
  43. package/dist/components/code-block/story-utils.d.ts +13 -0
  44. package/dist/components/code-block/story-utils.d.ts.map +1 -0
  45. package/dist/components/code-group/code-group.d.ts +23 -0
  46. package/dist/components/code-group/code-group.d.ts.map +1 -0
  47. package/dist/components/code-group/code-group.js +72 -72
  48. package/dist/components/code-group/code-select-dropdown.d.ts +10 -0
  49. package/dist/components/code-group/code-select-dropdown.d.ts.map +1 -0
  50. package/dist/components/code-group/code-snippet.d.ts +13 -0
  51. package/dist/components/code-group/code-snippet.d.ts.map +1 -0
  52. package/dist/components/code-group/dropdown.d.ts +34 -0
  53. package/dist/components/code-group/dropdown.d.ts.map +1 -0
  54. package/dist/components/code-group/dropdown.js +47 -47
  55. package/dist/components/code-group/index.d.ts +3 -0
  56. package/dist/components/code-group/index.d.ts.map +1 -0
  57. package/dist/components/code-group/language-dropdown.d.ts +10 -0
  58. package/dist/components/code-group/language-dropdown.d.ts.map +1 -0
  59. package/dist/components/code-group/language-dropdown.js +39 -39
  60. package/dist/components/code-group/language-icon.d.ts +7 -0
  61. package/dist/components/code-group/language-icon.d.ts.map +1 -0
  62. package/dist/components/color/color.d.ts +28 -0
  63. package/dist/components/color/color.d.ts.map +1 -0
  64. package/dist/components/color/color.js +37 -37
  65. package/dist/components/color/constants.d.ts +5 -0
  66. package/dist/components/color/constants.d.ts.map +1 -0
  67. package/dist/components/color/index.d.ts +4 -0
  68. package/dist/components/color/index.d.ts.map +1 -0
  69. package/dist/components/columns/columns.d.ts +11 -0
  70. package/dist/components/columns/columns.d.ts.map +1 -0
  71. package/dist/components/columns/constants.d.ts +5 -0
  72. package/dist/components/columns/constants.d.ts.map +1 -0
  73. package/dist/components/columns/index.d.ts +3 -0
  74. package/dist/components/columns/index.d.ts.map +1 -0
  75. package/dist/components/expandable/expandable.d.ts +21 -0
  76. package/dist/components/expandable/expandable.d.ts.map +1 -0
  77. package/dist/components/expandable/expandable.js +46 -46
  78. package/dist/components/expandable/index.d.ts +3 -0
  79. package/dist/components/expandable/index.d.ts.map +1 -0
  80. package/dist/components/frame/frame.d.ts +14 -0
  81. package/dist/components/frame/frame.d.ts.map +1 -0
  82. package/dist/components/frame/frame.js +21 -21
  83. package/dist/components/frame/index.d.ts +3 -0
  84. package/dist/components/frame/index.d.ts.map +1 -0
  85. package/dist/components/icon/icon.d.ts +19 -0
  86. package/dist/components/icon/icon.d.ts.map +1 -0
  87. package/dist/components/icon/icon.js +24 -24
  88. package/dist/components/icon/index.d.ts +3 -0
  89. package/dist/components/icon/index.d.ts.map +1 -0
  90. package/dist/components/index.d.ts +22 -0
  91. package/dist/components/index.d.ts.map +1 -0
  92. package/dist/components/mermaid/index.d.ts +7 -0
  93. package/dist/components/mermaid/index.d.ts.map +1 -0
  94. package/dist/components/mermaid/mermaid.d.ts +12 -0
  95. package/dist/components/mermaid/mermaid.d.ts.map +1 -0
  96. package/dist/components/mermaid/use-pan-zoom.d.ts +13 -0
  97. package/dist/components/mermaid/use-pan-zoom.d.ts.map +1 -0
  98. package/dist/components/mermaid/zoom-controls.d.ts +13 -0
  99. package/dist/components/mermaid/zoom-controls.d.ts.map +1 -0
  100. package/dist/components/mermaid/zoom-controls.js +32 -32
  101. package/dist/components/panel/index.d.ts +3 -0
  102. package/dist/components/panel/index.d.ts.map +1 -0
  103. package/dist/components/panel/panel.d.ts +6 -0
  104. package/dist/components/panel/panel.d.ts.map +1 -0
  105. package/dist/components/property/index.d.ts +3 -0
  106. package/dist/components/property/index.d.ts.map +1 -0
  107. package/dist/components/property/param-head.d.ts +5 -0
  108. package/dist/components/property/param-head.d.ts.map +1 -0
  109. package/dist/components/property/param-head.js +40 -40
  110. package/dist/components/property/pills.d.ts +15 -0
  111. package/dist/components/property/pills.d.ts.map +1 -0
  112. package/dist/components/property/pills.js +13 -13
  113. package/dist/components/property/property.d.ts +24 -0
  114. package/dist/components/property/property.d.ts.map +1 -0
  115. package/dist/components/property/property.js +33 -33
  116. package/dist/components/steps/constants.d.ts +5 -0
  117. package/dist/components/steps/constants.d.ts.map +1 -0
  118. package/dist/components/steps/index.d.ts +5 -0
  119. package/dist/components/steps/index.d.ts.map +1 -0
  120. package/dist/components/steps/steps.d.ts +27 -0
  121. package/dist/components/steps/steps.d.ts.map +1 -0
  122. package/dist/components/steps/steps.js +24 -24
  123. package/dist/components/tabs/index.d.ts +3 -0
  124. package/dist/components/tabs/index.d.ts.map +1 -0
  125. package/dist/components/tabs/tabs.d.ts +36 -0
  126. package/dist/components/tabs/tabs.d.ts.map +1 -0
  127. package/dist/components/tabs/tabs.js +59 -59
  128. package/dist/components/tile/index.d.ts +3 -0
  129. package/dist/components/tile/index.d.ts.map +1 -0
  130. package/dist/components/tile/tile.d.ts +11 -0
  131. package/dist/components/tile/tile.d.ts.map +1 -0
  132. package/dist/components/tile/tile.js +27 -27
  133. package/dist/components/tooltip/index.d.ts +3 -0
  134. package/dist/components/tooltip/index.d.ts.map +1 -0
  135. package/dist/components/tooltip/tooltip.d.ts +13 -0
  136. package/dist/components/tooltip/tooltip.d.ts.map +1 -0
  137. package/dist/components/tooltip/tooltip.js +35 -35
  138. package/dist/components/tree/context.d.ts +9 -0
  139. package/dist/components/tree/context.d.ts.map +1 -0
  140. package/dist/components/tree/file.d.ts +7 -0
  141. package/dist/components/tree/file.d.ts.map +1 -0
  142. package/dist/components/tree/file.js +9 -9
  143. package/dist/components/tree/folder.d.ts +11 -0
  144. package/dist/components/tree/folder.d.ts.map +1 -0
  145. package/dist/components/tree/folder.js +21 -21
  146. package/dist/components/tree/index.d.ts +9 -0
  147. package/dist/components/tree/index.d.ts.map +1 -0
  148. package/dist/components/tree/root.d.ts +9 -0
  149. package/dist/components/tree/root.d.ts.map +1 -0
  150. package/dist/components/tree/tree-level-context.d.ts +8 -0
  151. package/dist/components/tree/tree-level-context.d.ts.map +1 -0
  152. package/dist/components/tree/use-tree-level.d.ts +3 -0
  153. package/dist/components/tree/use-tree-level.d.ts.map +1 -0
  154. package/dist/components/tree/utils.d.ts +9 -0
  155. package/dist/components/tree/utils.d.ts.map +1 -0
  156. package/dist/components/update/index.d.ts +3 -0
  157. package/dist/components/update/index.d.ts.map +1 -0
  158. package/dist/components/update/update.d.ts +22 -0
  159. package/dist/components/update/update.d.ts.map +1 -0
  160. package/dist/components/update/update.js +21 -21
  161. package/dist/components/view/index.d.ts +3 -0
  162. package/dist/components/view/index.d.ts.map +1 -0
  163. package/dist/components/view/view.d.ts +12 -0
  164. package/dist/components/view/view.d.ts.map +1 -0
  165. package/dist/constants/brands.d.ts +3 -0
  166. package/dist/constants/brands.d.ts.map +1 -0
  167. package/dist/constants/index.d.ts +7 -0
  168. package/dist/constants/index.d.ts.map +1 -0
  169. package/dist/constants/selectors.d.ts +126 -0
  170. package/dist/constants/selectors.d.ts.map +1 -0
  171. package/dist/hooks/index.d.ts +2 -0
  172. package/dist/hooks/index.d.ts.map +1 -0
  173. package/dist/hooks/use-expandable-memory.d.ts +8 -0
  174. package/dist/hooks/use-expandable-memory.d.ts.map +1 -0
  175. package/dist/hooks/use-expandable.d.ts +13 -0
  176. package/dist/hooks/use-expandable.d.ts.map +1 -0
  177. package/dist/hooks/use-get-shiki-highlighted-html.d.ts +4 -0
  178. package/dist/hooks/use-get-shiki-highlighted-html.d.ts.map +1 -0
  179. package/dist/hooks/use-has-hover.d.ts +3 -0
  180. package/dist/hooks/use-has-hover.d.ts.map +1 -0
  181. package/dist/hooks/use-is-dark-theme.d.ts +5 -0
  182. package/dist/hooks/use-is-dark-theme.d.ts.map +1 -0
  183. package/dist/hooks/use-isomorphic-layout-effect.d.ts +4 -0
  184. package/dist/hooks/use-isomorphic-layout-effect.d.ts.map +1 -0
  185. package/dist/icons/index.d.ts +21 -0
  186. package/dist/icons/index.d.ts.map +1 -0
  187. package/dist/icons/index.js +2 -2
  188. package/dist/index.d.ts +3 -565
  189. package/dist/index.d.ts.map +1 -0
  190. package/dist/plugins/bg-grid.d.ts +3 -0
  191. package/dist/plugins/bg-grid.d.ts.map +1 -0
  192. package/dist/plugins/scrollbar.d.ts +3 -0
  193. package/dist/plugins/scrollbar.d.ts.map +1 -0
  194. package/dist/styles.css +2 -0
  195. package/dist/utils/cn.d.ts +4 -0
  196. package/dist/utils/cn.d.ts.map +1 -0
  197. package/dist/utils/copy-to-clipboard.d.ts +5 -0
  198. package/dist/utils/copy-to-clipboard.d.ts.map +1 -0
  199. package/dist/utils/enhance-video-props.d.ts +4 -0
  200. package/dist/utils/enhance-video-props.d.ts.map +1 -0
  201. package/dist/utils/get-node-text.d.ts +3 -0
  202. package/dist/utils/get-node-text.d.ts.map +1 -0
  203. package/dist/utils/icon-utils.d.ts +19 -0
  204. package/dist/utils/icon-utils.d.ts.map +1 -0
  205. package/dist/utils/is-absolute-url.d.ts +5 -0
  206. package/dist/utils/is-absolute-url.d.ts.map +1 -0
  207. package/dist/utils/is-remote-url.d.ts +3 -0
  208. package/dist/utils/is-remote-url.d.ts.map +1 -0
  209. package/dist/utils/render-as-child.d.ts +4 -0
  210. package/dist/utils/render-as-child.d.ts.map +1 -0
  211. package/dist/utils/shiki/code-styling.d.ts +12 -0
  212. package/dist/utils/shiki/code-styling.d.ts.map +1 -0
  213. package/dist/utils/shiki/constants.d.ts +23 -0
  214. package/dist/utils/shiki/constants.d.ts.map +1 -0
  215. package/dist/utils/shiki/get-code-styling.d.ts +10 -0
  216. package/dist/utils/shiki/get-code-styling.d.ts.map +1 -0
  217. package/dist/utils/shiki/get-shiki-background-colors.d.ts +21 -0
  218. package/dist/utils/shiki/get-shiki-background-colors.d.ts.map +1 -0
  219. package/dist/utils/shiki/index.d.ts +31 -0
  220. package/dist/utils/shiki/index.d.ts.map +1 -0
  221. package/dist/utils/shiki/lib.d.ts +6 -0
  222. package/dist/utils/shiki/lib.d.ts.map +1 -0
  223. package/dist/utils/shiki/shiki-themes.d.ts +3 -0
  224. package/dist/utils/shiki/shiki-themes.d.ts.map +1 -0
  225. package/dist/utils/shiki/snippet-presets.d.ts +28 -0
  226. package/dist/utils/shiki/snippet-presets.d.ts.map +1 -0
  227. package/dist/utils/shiki/worker-client.d.ts +10 -0
  228. package/dist/utils/shiki/worker-client.d.ts.map +1 -0
  229. package/dist/utils/slugify.d.ts +3 -0
  230. package/dist/utils/slugify.d.ts.map +1 -0
  231. package/package.json +4 -2
@@ -1,77 +1,77 @@
1
- import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
- import { useState as f } from "react";
1
+ import { jsxs as o, jsx as i } from "react/jsx-runtime";
2
+ import { useState as b } from "react";
3
3
  import { cn as p } from "../../utils/cn.js";
4
4
  import { getDisplayName as d } from "../../utils/shiki/snippet-presets.js";
5
- import { DropdownMenu as b, DropdownMenuTrigger as l, DropdownMenuContent as v, DropdownMenuItem as w } from "./dropdown.js";
6
- import { LanguageIcon as y } from "./language-icon.js";
5
+ import { DropdownMenu as l, DropdownMenuTrigger as v, DropdownMenuContent as w, DropdownMenuItem as g } from "./dropdown.js";
6
+ import { LanguageIcon as x } from "./language-icon.js";
7
7
  import k from "../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/chevrons-up-down.js";
8
8
  const S = ({
9
- selectedLanguage: i,
10
- setSelectedLanguage: x,
9
+ selectedLanguage: e,
10
+ setSelectedLanguage: h,
11
11
  languages: m,
12
12
  codeBlockTheme: r = "system"
13
13
  }) => {
14
- const a = m.length > 1, [s, h] = f(!1);
15
- return /* @__PURE__ */ n(b, { onOpenChange: h, open: s, children: [
16
- /* @__PURE__ */ e(
17
- l,
14
+ const s = m.length > 1, [n, y] = b(!1);
15
+ return /* @__PURE__ */ o(l, { onOpenChange: y, open: n, children: [
16
+ /* @__PURE__ */ i(
17
+ v,
18
18
  {
19
19
  className: "cursor-default select-none bg-transparent pb-1 font-medium text-xs dark:bg-transparent",
20
- disabled: !a,
21
- children: /* @__PURE__ */ n(
20
+ disabled: !s,
21
+ children: /* @__PURE__ */ o(
22
22
  "div",
23
23
  {
24
24
  className: p(
25
- "flex items-center gap-1 rounded-[10px] border py-[5px] pr-1.5 pl-2.5 text-gray-500 dark:text-gray-400",
26
- a ? "cursor-pointer" : "cursor-default",
27
- a && r === "system" && "hover:bg-gray-200/50 hover:text-primary dark:hover:bg-gray-700/70 dark:hover:text-primary-light",
28
- a && r === "dark" && "hover:bg-gray-700/70 hover:text-primary-light",
29
- s && "border-gray-600/50 ring-1 dark:border-gray-400/50 dark:ring-gray-800/50",
30
- s && r === "system" && "ring-gray-200/70",
31
- s && r === "dark" && "ring-gray-800/50",
32
- !s && "border-transparent"
25
+ "flex items-center gap-1 rounded-[10px] border py-[5px] pr-1.5 pl-2.5 text-stone-500 dark:text-stone-400",
26
+ s ? "cursor-pointer" : "cursor-default",
27
+ s && r === "system" && "hover:bg-stone-200/50 hover:text-primary dark:hover:bg-stone-700/70 dark:hover:text-primary-light",
28
+ s && r === "dark" && "hover:bg-stone-700/70 hover:text-primary-light",
29
+ n && "border-stone-600/50 ring-1 dark:border-stone-400/50 dark:ring-stone-800/50",
30
+ n && r === "system" && "ring-stone-200/70",
31
+ n && r === "dark" && "ring-stone-800/50",
32
+ !n && "border-transparent"
33
33
  ),
34
34
  children: [
35
- /* @__PURE__ */ e(y, { language: i }),
36
- /* @__PURE__ */ e("p", { className: "truncate font-medium", children: d(i) }),
37
- a && /* @__PURE__ */ e(k, { className: "size-3.5 shrink-0" })
35
+ /* @__PURE__ */ i(x, { language: e }),
36
+ /* @__PURE__ */ i("p", { className: "truncate font-medium", children: d(e) }),
37
+ s && /* @__PURE__ */ i(k, { className: "size-3.5 shrink-0" })
38
38
  ]
39
39
  }
40
40
  )
41
41
  }
42
42
  ),
43
- /* @__PURE__ */ e(
44
- v,
43
+ /* @__PURE__ */ i(
44
+ w,
45
45
  {
46
46
  align: "end",
47
47
  className: p(
48
48
  "min-w-[170px] overflow-y-auto border p-1",
49
- r === "system" && "border-gray-200/70 bg-white dark:border-white/10 dark:bg-[#0F1117]",
49
+ r === "system" && "border-stone-200/70 bg-white dark:border-white/10 dark:bg-[#0F1117]",
50
50
  r === "dark" && "border-white/10 bg-[#0F1117]"
51
51
  ),
52
52
  sideOffset: 0,
53
- children: m.map((t, o) => {
54
- const g = t === i;
55
- return /* @__PURE__ */ n(
56
- w,
53
+ children: m.map((t, a) => {
54
+ const f = t === e;
55
+ return /* @__PURE__ */ o(
56
+ g,
57
57
  {
58
58
  className: p(
59
59
  "flex items-center gap-1.5 py-1.5 text-xs",
60
60
  r === "system" && "hover:bg-primary/10 hover:text-primary dark:hover:bg-primary-light/10 dark:hover:text-primary-light",
61
61
  r === "dark" && "text-primary-light hover:bg-primary-light/10 hover:text-primary-light dark:text-primary-light",
62
- t === i && r === "system" && "font-medium text-primary dark:text-primary-light",
63
- t === i && r === "dark" && "font-medium text-primary-light dark:text-primary-light",
64
- t !== i && r === "system" && "text-gray-500 dark:text-white/50",
65
- t !== i && r === "dark" && "text-white/50"
62
+ t === e && r === "system" && "font-medium text-primary dark:text-primary-light",
63
+ t === e && r === "dark" && "font-medium text-primary-light dark:text-primary-light",
64
+ t !== e && r === "system" && "text-stone-500 dark:text-white/50",
65
+ t !== e && r === "dark" && "text-white/50"
66
66
  ),
67
- isSelected: g,
68
- onSelect: () => x(t, o),
67
+ isSelected: f,
68
+ onSelect: () => h(t, a),
69
69
  children: [
70
- /* @__PURE__ */ e(y, { language: t }),
71
- /* @__PURE__ */ e("div", { className: "flex min-w-0 flex-1 items-center font-medium", children: d(t) })
70
+ /* @__PURE__ */ i(x, { language: t }),
71
+ /* @__PURE__ */ i("div", { className: "flex min-w-0 flex-1 items-center font-medium", children: d(t) })
72
72
  ]
73
73
  },
74
- `Language${o}${t}`
74
+ `Language${a}${t}`
75
75
  );
76
76
  })
77
77
  }
@@ -0,0 +1,7 @@
1
+ type LanguageIconProps = {
2
+ language: string;
3
+ className?: string;
4
+ };
5
+ declare const LanguageIcon: ({ language, className }: LanguageIconProps) => import("react/jsx-runtime").JSX.Element | null;
6
+ export { LanguageIcon };
7
+ //# sourceMappingURL=language-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-icon.d.ts","sourceRoot":"","sources":["../../../src/components/code-group/language-icon.tsx"],"names":[],"mappings":"AAGA,KAAK,iBAAiB,GAAG;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,yBAAyB,iBAAiB,mDAsB/D,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { default as React } from 'react';
2
+ import { ColorVariant } from './constants';
3
+ type ColorProps = {
4
+ children: React.ReactNode;
5
+ variant: ColorVariant;
6
+ className?: string;
7
+ };
8
+ declare const Color: {
9
+ ({ children, variant, className }: ColorProps): import("react/jsx-runtime").JSX.Element;
10
+ Row: ({ children, title }: ColorRowProps) => import("react/jsx-runtime").JSX.Element;
11
+ Item: ({ name, value }: ColorItemProps) => import("react/jsx-runtime").JSX.Element;
12
+ };
13
+ type ColorRowProps = {
14
+ children: React.ReactNode;
15
+ title?: string;
16
+ };
17
+ /** @deprecated Use a single string value instead */
18
+ type ColorItemValueLegacy = {
19
+ light: string;
20
+ dark: string;
21
+ };
22
+ type ColorItemProps = {
23
+ value: string | ColorItemValueLegacy;
24
+ name?: string;
25
+ };
26
+ export { Color };
27
+ export type { ColorItemProps, ColorProps, ColorRowProps };
28
+ //# sourceMappingURL=color.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../src/components/color/color.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,KAAK,UAAU,GAAG;IAChB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,EAAE,YAAY,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAIF,QAAA,MAAM,KAAK;uCAAsC,UAAU;+BAwBpB,aAAa;4BAwChB,cAAc;CA/CjD,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAkCF,oDAAoD;AACpD,KAAK,oBAAoB,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAE5D,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,GAAG,oBAAoB,CAAC;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AA8GF,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,aAAa,EAAE,CAAC"}
@@ -1,29 +1,29 @@
1
- import { jsx as e, jsxs as i } from "react/jsx-runtime";
2
- import { createContext as g, useState as C, useRef as w, useContext as y, useEffect as b } from "react";
3
- import { Classes as s } from "../../constants/selectors.js";
4
- import { useIsDarkTheme as k } from "../../hooks/use-is-dark-theme.js";
1
+ import { jsx as e, jsxs as s } from "react/jsx-runtime";
2
+ import { createContext as C, useState as w, useRef as g, useContext as b, useEffect as k } from "react";
3
+ import { Classes as i } from "../../constants/selectors.js";
4
+ import { useIsDarkTheme as y } from "../../hooks/use-is-dark-theme.js";
5
5
  import { CheckIcon as N } from "../../icons/index.js";
6
- import { cn as n } from "../../utils/cn.js";
6
+ import { cn as l } from "../../utils/cn.js";
7
7
  import { copyToClipboard as _ } from "../../utils/copy-to-clipboard.js";
8
8
  import { Tooltip as v } from "../tooltip/tooltip.js";
9
- const d = g("compact"), u = ({ children: r, variant: t, className: c }) => /* @__PURE__ */ e(d.Provider, { value: t, children: /* @__PURE__ */ e(
9
+ const d = C("compact"), u = ({ children: o, variant: t, className: c }) => /* @__PURE__ */ e(d.Provider, { value: t, children: /* @__PURE__ */ e(
10
10
  "div",
11
11
  {
12
- className: n(
13
- s.Color,
12
+ className: l(
13
+ i.Color,
14
14
  "group flex py-6",
15
15
  t === "table" && "flex-col gap-6",
16
16
  t === "compact" && "flex-row flex-wrap gap-x-2 gap-y-4",
17
17
  c
18
18
  ),
19
19
  "data-variant": t,
20
- children: r
20
+ children: o
21
21
  }
22
- ) }), T = ({ children: r, title: t }) => /* @__PURE__ */ i(
22
+ ) }), T = ({ children: o, title: t }) => /* @__PURE__ */ s(
23
23
  "div",
24
24
  {
25
- className: n(
26
- s.ColorRow,
25
+ className: l(
26
+ i.ColorRow,
27
27
  "flex flex-col gap-2 md:flex-row md:items-center"
28
28
  ),
29
29
  children: [
@@ -35,7 +35,7 @@ const d = g("compact"), u = ({ children: r, variant: t, className: c }) => /* @_
35
35
  children: /* @__PURE__ */ e(
36
36
  "p",
37
37
  {
38
- className: "m-0 truncate font-medium text-gray-900 text-sm tracking-[-0.1px] dark:text-gray-200",
38
+ className: "m-0 truncate font-medium text-sm text-stone-900 tracking-[-0.1px] dark:text-stone-200",
39
39
  "data-component-part": "color-row-title",
40
40
  title: t,
41
41
  children: t
@@ -48,28 +48,28 @@ const d = g("compact"), u = ({ children: r, variant: t, className: c }) => /* @_
48
48
  {
49
49
  className: "flex w-full gap-1 md:gap-2",
50
50
  "data-component-part": "color-row-items-container",
51
- children: r
51
+ children: o
52
52
  }
53
53
  )
54
54
  ]
55
55
  }
56
- ), I = ({ name: r, value: t }) => {
57
- const [c, m] = C("idle"), l = w(null), { isDarkTheme: x } = k(), o = y(d);
58
- b(() => () => {
59
- l.current && clearTimeout(l.current);
56
+ ), I = ({ name: o, value: t }) => {
57
+ const [c, m] = w("idle"), n = g(null), { isDarkTheme: x } = y(), r = b(d);
58
+ k(() => () => {
59
+ n.current && clearTimeout(n.current);
60
60
  }, []);
61
61
  const a = typeof t == "string" ? t : t[x ? "dark" : "light"], f = async () => {
62
- await _(a) !== "error" && (m("copied"), l.current && clearTimeout(l.current), l.current = setTimeout(() => m("idle"), 2e3));
62
+ await _(a) !== "error" && (m("copied"), n.current && clearTimeout(n.current), n.current = setTimeout(() => m("idle"), 2e3));
63
63
  }, p = /* @__PURE__ */ e(
64
64
  "button",
65
65
  {
66
- "aria-label": r || `Color ${a}`,
66
+ "aria-label": o || `Color ${a}`,
67
67
  "aria-pressed": c === "copied",
68
68
  "aria-roledescription": c === "copied" ? "Copied" : "Copy",
69
- className: n(
70
- "relative flex cursor-copy items-center justify-center rounded-lg border border-neutral-200 dark:border-neutral-800",
71
- o === "compact" && "aspect-square max-h-[104px]",
72
- o === "table" && "aspect-square w-full md:h-10"
69
+ className: l(
70
+ "relative flex cursor-copy items-center justify-center rounded-lg border border-stone-200 dark:border-stone-800",
71
+ r === "compact" && "aspect-square max-h-[104px]",
72
+ r === "table" && "aspect-square w-full md:h-10"
73
73
  ),
74
74
  "data-component-part": "color-item-button",
75
75
  onClick: f,
@@ -79,7 +79,7 @@ const d = g("compact"), u = ({ children: r, variant: t, className: c }) => /* @_
79
79
  N,
80
80
  {
81
81
  "aria-hidden": !0,
82
- className: n(
82
+ className: l(
83
83
  "pointer-events-none absolute inset-0 m-auto opacity-0 transition-opacity duration-100",
84
84
  "filter-[drop-shadow(0_0_2px_rgb(0_0_0/0.1))_drop-shadow(0_0_4px_rgb(0_0_0/0.1))] text-white dark:text-white",
85
85
  c === "copied" && "opacity-100"
@@ -88,30 +88,30 @@ const d = g("compact"), u = ({ children: r, variant: t, className: c }) => /* @_
88
88
  )
89
89
  }
90
90
  );
91
- return /* @__PURE__ */ i(
91
+ return /* @__PURE__ */ s(
92
92
  "div",
93
93
  {
94
- className: n(
95
- s.ColorItem,
96
- o === "compact" && "flex shrink-0 flex-col gap-2",
97
- o === "table" && "w-full max-w-[50px] md:max-w-[60px]"
94
+ className: l(
95
+ i.ColorItem,
96
+ r === "compact" && "flex shrink-0 flex-col gap-2",
97
+ r === "table" && "w-full max-w-[50px] md:max-w-[60px]"
98
98
  ),
99
99
  children: [
100
- o === "table" ? /* @__PURE__ */ e(v, { title: a, children: p }) : p,
101
- o === "compact" && /* @__PURE__ */ i("div", { className: "flex w-[104px] min-w-0 flex-col gap-0.5", children: [
102
- r && /* @__PURE__ */ e(
100
+ r === "table" ? /* @__PURE__ */ e(v, { title: a, children: p }) : p,
101
+ r === "compact" && /* @__PURE__ */ s("div", { className: "flex w-[104px] min-w-0 flex-col gap-0.5", children: [
102
+ o && /* @__PURE__ */ e(
103
103
  "p",
104
104
  {
105
- className: "m-0 truncate text-center font-medium text-gray-900 text-sm dark:text-gray-200",
105
+ className: "m-0 truncate text-center font-medium text-sm text-stone-900 dark:text-stone-200",
106
106
  "data-component-part": "color-item-name",
107
- title: r,
108
- children: r
107
+ title: o,
108
+ children: o
109
109
  }
110
110
  ),
111
111
  /* @__PURE__ */ e(
112
112
  "p",
113
113
  {
114
- className: "m-0 truncate text-center font-mono text-gray-600 text-xs dark:text-gray-400",
114
+ className: "m-0 truncate text-center font-mono text-stone-600 text-xs dark:text-stone-400",
115
115
  "data-component-part": "color-item-value",
116
116
  title: a,
117
117
  children: a
@@ -0,0 +1,5 @@
1
+ declare const COLOR_VARIANTS: readonly ["compact", "table"];
2
+ type ColorVariant = (typeof COLOR_VARIANTS)[number];
3
+ export { COLOR_VARIANTS };
4
+ export type { ColorVariant };
5
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/color/constants.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,cAAc,+BAAgC,CAAC;AACrD,KAAK,YAAY,GAAG,CAAC,OAAO,cAAc,CAAC,CAAC,MAAM,CAAC,CAAC;AAEpD,OAAO,EAAE,cAAc,EAAE,CAAC;AAC1B,YAAY,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,4 @@
1
+ export type { ColorItemProps, ColorProps, ColorRowProps } from './color';
2
+ export { Color } from './color';
3
+ export type { ColorVariant } from './constants';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/color/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACzE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ import { ColCount } from './constants';
3
+ type ColumnsProps = {
4
+ children: React.ReactNode;
5
+ cols?: ColCount | `${ColCount}`;
6
+ className?: string;
7
+ };
8
+ declare const Columns: ({ children, className, cols }: ColumnsProps) => import("react/jsx-runtime").JSX.Element;
9
+ export { Columns };
10
+ export type { ColumnsProps };
11
+ //# sourceMappingURL=columns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"columns.d.ts","sourceRoot":"","sources":["../../../src/components/columns/columns.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAE5C,KAAK,YAAY,GAAG;IAClB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,QAAQ,GAAG,GAAG,QAAQ,EAAE,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,OAAO,GAAI,+BAAmC,YAAY,4CAgB/D,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,YAAY,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const COL_OPTIONS: readonly [1, 2, 3, 4];
2
+ type ColCount = (typeof COL_OPTIONS)[number];
3
+ export { COL_OPTIONS };
4
+ export type { ColCount };
5
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/columns/constants.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW,uBAAwB,CAAC;AAC1C,KAAK,QAAQ,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AAE7C,OAAO,EAAE,WAAW,EAAE,CAAC;AACvB,YAAY,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export type { ColumnsProps } from './columns';
2
+ export { Columns } from './columns';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/columns/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { ReactNode, RefObject } from 'react';
2
+ type ExpandableProps = {
3
+ title?: string;
4
+ defaultOpen?: boolean;
5
+ onChange?: (open: boolean) => void;
6
+ lazy?: boolean;
7
+ className?: string;
8
+ children?: ReactNode;
9
+ uniqueParamId?: string;
10
+ onMount?: () => void;
11
+ onOpen?: () => void;
12
+ onClose?: () => void;
13
+ openedText?: string;
14
+ closedText?: string;
15
+ hasScrolledToAnchorRef?: RefObject<boolean>;
16
+ anchor?: string;
17
+ };
18
+ declare const Expandable: ({ title, defaultOpen, onChange: onChangeProp, lazy, className, children, uniqueParamId, onMount, onOpen, onClose, openedText, closedText, hasScrolledToAnchorRef, anchor, }: ExpandableProps) => import("react/jsx-runtime").JSX.Element;
19
+ export { Expandable };
20
+ export type { ExpandableProps };
21
+ //# sourceMappingURL=expandable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"expandable.d.ts","sourceRoot":"","sources":["../../../src/components/expandable/expandable.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,SAAS,EAKf,MAAM,OAAO,CAAC;AAWf,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,sBAAsB,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC5C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,QAAA,MAAM,UAAU,GAAI,6KAejB,eAAe,4CA8HjB,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,YAAY,EAAE,eAAe,EAAE,CAAC"}
@@ -1,74 +1,74 @@
1
1
  import { jsxs as p, jsx as x } from "react/jsx-runtime";
2
- import { useState as u, useLayoutEffect as j, useEffect as z, useId as B } from "react";
2
+ import { useState as u, useLayoutEffect as j, useEffect as B, useId as z } from "react";
3
3
  import { Classes as H } from "../../constants/selectors.js";
4
4
  import { useExpandableMemory as I } from "../../hooks/use-expandable-memory.js";
5
- import { cn as a } from "../../utils/cn.js";
5
+ import { cn as r } from "../../utils/cn.js";
6
6
  import { Icon as G } from "../icon/icon.js";
7
- const y = "expandable-content", J = "Hide", K = "Show", Q = "child attributes", P = ({
8
- title: s = Q,
9
- defaultOpen: n = !1,
10
- onChange: g,
11
- lazy: N,
12
- className: T,
13
- children: L,
14
- uniqueParamId: r,
15
- onMount: o,
7
+ const N = "expandable-content", J = "Hide", K = "Show", Q = "child attributes", P = ({
8
+ title: n = Q,
9
+ defaultOpen: o = !1,
10
+ onChange: b,
11
+ lazy: T,
12
+ className: L,
13
+ children: v,
14
+ uniqueParamId: s,
15
+ onMount: a,
16
16
  onOpen: d,
17
17
  onClose: c,
18
- openedText: v = J,
19
- closedText: _ = K,
18
+ openedText: _ = J,
19
+ closedText: k = K,
20
20
  hasScrolledToAnchorRef: i,
21
21
  anchor: l
22
22
  }) => {
23
- const b = !!r, {
24
- ref: k,
25
- isExpanded: D,
26
- onManualToggle: S,
27
- isInSessionStorage: w
28
- } = I(r || "", n), [A, F] = u(n), U = !!(r && (l != null && l.includes(r))) && !(i != null && i.current), e = b ? (
23
+ const f = !!s, {
24
+ ref: D,
25
+ isExpanded: S,
26
+ onManualToggle: w,
27
+ isInSessionStorage: A
28
+ } = I(s || "", o), [y, F] = u(o), U = !!(s && (l != null && l.includes(s))) && !(i != null && i.current), e = f ? (
29
29
  // biome-ignore lint/style/noNestedTernary: TODO
30
30
  U ? !0 : (
31
31
  // biome-ignore lint/style/noNestedTernary: TODO
32
- w ? D : n
32
+ A ? S : o
33
33
  )
34
- ) : A, [m, f] = u(
35
- e || !N
34
+ ) : y, [m, E] = u(
35
+ e || !T
36
36
  );
37
37
  j(() => {
38
- e && !m && f(!0);
39
- }, [e, m]), z(() => {
40
- o == null || o();
38
+ e && !m && E(!0);
39
+ }, [e, m]), B(() => {
40
+ a == null || a();
41
41
  }, []);
42
42
  const C = (t) => {
43
- f(!0), g && g(t), t ? d == null || d() : c == null || c();
43
+ E(!0), b && b(t), t ? d == null || d() : c == null || c();
44
44
  }, X = (t) => {
45
- b ? S(t) : F(t), C(t);
46
- }, $ = B(), E = `${s}-${$}-content`.replace(/\s+/g, "-");
45
+ f ? w(t) : F(t), C(t);
46
+ }, $ = z(), g = `${n}-${$}-content`.replace(/\s+/g, "-");
47
47
  return /* @__PURE__ */ p(
48
48
  "details",
49
49
  {
50
- className: a(
50
+ className: r(
51
51
  H.Expandable,
52
52
  "mt-4 rounded-xl border-standard",
53
- T
53
+ L
54
54
  ),
55
55
  "data-component-part": "expandable",
56
- "data-testid": r ? `${r}-children` : void 0,
56
+ "data-testid": s ? `${s}-children` : void 0,
57
57
  onToggle: (t) => {
58
58
  const h = t.currentTarget.open;
59
59
  h !== e && X(h);
60
60
  },
61
61
  open: e,
62
- ref: k,
62
+ ref: D,
63
63
  children: [
64
64
  /* @__PURE__ */ p(
65
65
  "summary",
66
66
  {
67
- "aria-controls": E,
67
+ "aria-controls": g,
68
68
  "aria-expanded": e,
69
- className: a(
69
+ className: r(
70
70
  "not-prose flex w-full cursor-pointer flex-row content-center items-center text-sm",
71
- "rounded-t-xl px-3.5 py-3 text-gray-600 hover:bg-gray-50/50 hover:text-gray-900 dark:text-gray-300 dark:hover:bg-white/5 dark:hover:text-gray-200",
71
+ "rounded-t-xl px-3.5 py-3 text-stone-600 hover:bg-stone-50/50 hover:text-stone-900 dark:text-stone-300 dark:hover:bg-white/5 dark:hover:text-stone-200",
72
72
  "list-none [&::-webkit-details-marker]:hidden",
73
73
  !e && "rounded-b-xl"
74
74
  ),
@@ -77,8 +77,8 @@ const y = "expandable-content", J = "Hide", K = "Show", Q = "child attributes",
77
77
  /* @__PURE__ */ x(
78
78
  G,
79
79
  {
80
- className: a(
81
- "size-2.5 bg-zinc-400 transition-transform",
80
+ className: r(
81
+ "size-2.5 bg-stone-400 transition-transform",
82
82
  e && "rotate-90"
83
83
  ),
84
84
  "data-component-part": "expandable-icon",
@@ -86,9 +86,9 @@ const y = "expandable-content", J = "Hide", K = "Show", Q = "child attributes",
86
86
  }
87
87
  ),
88
88
  /* @__PURE__ */ x("div", { className: "ml-3 text-left leading-tight", children: /* @__PURE__ */ p("p", { className: "m-0", contentEditable: !1, children: [
89
- e ? v : _,
89
+ e ? _ : k,
90
90
  " ",
91
- s
91
+ n
92
92
  ] }) })
93
93
  ]
94
94
  }
@@ -96,18 +96,18 @@ const y = "expandable-content", J = "Hide", K = "Show", Q = "child attributes",
96
96
  /* @__PURE__ */ x(
97
97
  "div",
98
98
  {
99
- className: a(
100
- y,
101
- "mx-3 border-gray-100 border-t px-2 dark:border-white/10"
99
+ className: r(
100
+ N,
101
+ "mx-3 border-stone-100 border-t px-2 dark:border-white/10"
102
102
  ),
103
- "data-component-part": y,
104
- id: E,
105
- children: m && L
103
+ "data-component-part": N,
104
+ id: g,
105
+ children: m && v
106
106
  }
107
107
  )
108
108
  ]
109
109
  },
110
- s
110
+ n
111
111
  );
112
112
  };
113
113
  export {
@@ -0,0 +1,3 @@
1
+ export type { ExpandableProps } from './expandable';
2
+ export { Expandable } from './expandable';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/expandable/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { CSSProperties, ReactNode } from 'react';
2
+ type FrameProps = {
3
+ as: "div";
4
+ style: CSSProperties;
5
+ className: string;
6
+ children: ReactNode;
7
+ title?: string;
8
+ description?: string;
9
+ renderDescription?: (description: string) => ReactNode;
10
+ };
11
+ declare const Frame: ({ as: Component, title, description, renderDescription, style, className, children, }: FrameProps) => import("react/jsx-runtime").JSX.Element;
12
+ export { Frame };
13
+ export type { FrameProps };
14
+ //# sourceMappingURL=frame.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"frame.d.ts","sourceRoot":"","sources":["../../../src/components/frame/frame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMtD,KAAK,UAAU,GAAG;IAChB,EAAE,EAAE,KAAK,CAAC;IACV,KAAK,EAAE,aAAa,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,SAAS,CAAC;CACxD,CAAC;AAEF,QAAA,MAAM,KAAK,GAAI,uFAQZ,UAAU,4CA6DZ,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,YAAY,EAAE,UAAU,EAAE,CAAC"}