@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,87 +1,87 @@
1
- import { jsx as e, jsxs as s } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as d } from "react/jsx-runtime";
2
2
  import P from "../../node_modules/.pnpm/@sindresorhus_slugify@2.2.1/node_modules/@sindresorhus/slugify/index.js";
3
3
  import { useRef as R, useState as _, useCallback as j, useEffect as u } from "react";
4
4
  import { LinkIcon as H } from "../../icons/index.js";
5
- import { cn as y } from "../../utils/cn.js";
5
+ import { cn as k } from "../../utils/cn.js";
6
6
  import { copyToClipboard as O } from "../../utils/copy-to-clipboard.js";
7
7
  import { InfoPill as c, RequiredPill as $, DeprecatedPill as S } from "./pills.js";
8
8
  const F = ({
9
- name: n,
9
+ name: o,
10
10
  type: m,
11
11
  location: p,
12
- required: k,
13
- deprecated: b,
14
- default: t,
15
- id: x,
16
- pre: o,
17
- post: d,
18
- onMount: l,
19
- navigateToHeaderAriaLabel: v,
12
+ required: b,
13
+ deprecated: x,
14
+ default: a,
15
+ id: v,
16
+ pre: s,
17
+ post: l,
18
+ onMount: n,
19
+ navigateToHeaderAriaLabel: y,
20
20
  defaultLabel: w,
21
21
  requiredLabel: N,
22
22
  deprecatedLabel: z
23
23
  }) => {
24
- const f = R(null), [C, I] = _(!1), i = x ?? P(n ?? "", { decamelize: !0 }), g = j(() => {
24
+ const f = R(null), [C, I] = _(!1), i = v ?? P(o ?? "", { decamelize: !0 }), h = j(() => {
25
25
  i && (O(`${window.location.href.split("#")[0]}#${i}`), window.location.hash = i);
26
26
  }, [i]);
27
27
  return u(() => {
28
28
  const r = f.current;
29
29
  if (!r)
30
30
  return;
31
- const a = () => {
31
+ const t = () => {
32
32
  const L = (r == null ? void 0 : r.offsetHeight) ?? 0;
33
33
  I(L > 28);
34
34
  };
35
- a();
36
- const h = new ResizeObserver(a);
37
- return h.observe(r), () => {
38
- h.unobserve(r);
35
+ t();
36
+ const g = new ResizeObserver(t);
37
+ return g.observe(r), () => {
38
+ g.unobserve(r);
39
39
  };
40
40
  }, []), u(() => {
41
- l == null || l();
42
- }, [l]), n == null ? null : /* @__PURE__ */ e(
41
+ n == null || n();
42
+ }, [n]), o == null ? null : /* @__PURE__ */ e(
43
43
  "div",
44
44
  {
45
- className: y(
45
+ className: k(
46
46
  "group/param-head param-head relative flex break-all font-mono text-sm"
47
47
  ),
48
48
  id: i,
49
- children: /* @__PURE__ */ e("div", { className: "mr-5 flex flex-1 flex-col content-start py-0.5", children: /* @__PURE__ */ s("div", { className: "flex flex-wrap items-center gap-2", children: [
50
- i && /* @__PURE__ */ e("div", { className: "absolute -top-1.5 -left-9", children: /* @__PURE__ */ s(
49
+ children: /* @__PURE__ */ e("div", { className: "mr-5 flex flex-1 flex-col content-start py-0.5", children: /* @__PURE__ */ d("div", { className: "flex flex-wrap items-center gap-2", children: [
50
+ i && /* @__PURE__ */ e("div", { className: "absolute -top-1.5 -left-9", children: /* @__PURE__ */ d(
51
51
  "a",
52
52
  {
53
- "aria-label": v,
53
+ "aria-label": y,
54
54
  className: "group/link flex items-center border-0 py-2 opacity-0 focus:opacity-100 focus:outline-0 group-hover/param-head:opacity-100",
55
55
  href: `#${i}`,
56
- onClick: g,
56
+ onClick: h,
57
57
  children: [
58
58
  "​",
59
- /* @__PURE__ */ e("div", { className: "flex size-6 items-center justify-center rounded-md bg-white text-gray-400 shadow-sm ring-1 ring-gray-400/30 hover:ring-gray-400/60 group-focus/link:border-2 group-focus/link:border-primary dark:bg-background-dark dark:text-white/50 dark:ring-1 dark:ring-gray-700/25 dark:brightness-[1.35] dark:group-focus/link:border-primary-light dark:hover:ring-white/20 dark:hover:brightness-150", children: /* @__PURE__ */ e(H, {}) })
59
+ /* @__PURE__ */ e("div", { className: "flex size-6 items-center justify-center rounded-md bg-white text-stone-400 shadow-sm ring-1 ring-stone-400/30 hover:ring-stone-400/60 group-focus/link:border-2 group-focus/link:border-primary dark:bg-background-dark dark:text-white/50 dark:ring-1 dark:ring-stone-700/25 dark:brightness-[1.35] dark:group-focus/link:border-primary-light dark:hover:ring-white/20 dark:hover:brightness-150", children: /* @__PURE__ */ e(H, {}) })
60
60
  ]
61
61
  }
62
62
  ) }),
63
- o == null ? void 0 : o.map((r, a) => /* @__PURE__ */ e(
63
+ s == null ? void 0 : s.map((r, t) => /* @__PURE__ */ e(
64
64
  "div",
65
65
  {
66
- className: "rounded-md bg-gray-100/50 px-2 py-0.5 text-gray-600 dark:bg-white/5 dark:text-gray-200",
66
+ className: "rounded-md bg-stone-100/50 px-2 py-0.5 text-stone-600 dark:bg-white/5 dark:text-stone-200",
67
67
  "data-component-part": "field-meta-pre",
68
68
  children: r
69
69
  },
70
- a
70
+ t
71
71
  )),
72
72
  /* @__PURE__ */ e(
73
73
  "div",
74
74
  {
75
75
  className: "overflow-wrap-anywhere cursor-pointer font-semibold text-primary dark:text-primary-light",
76
76
  "data-component-part": "field-name",
77
- onClick: g,
78
- children: n
77
+ onClick: h,
78
+ children: o
79
79
  }
80
80
  ),
81
- /* @__PURE__ */ s(
81
+ /* @__PURE__ */ d(
82
82
  "div",
83
83
  {
84
- className: y(
84
+ className: k(
85
85
  "inline items-center gap-2 font-medium text-xs [&_div]:mr-2 [&_div]:inline",
86
86
  C ? "[&_div]:leading-6" : "[&_div]:leading-5"
87
87
  ),
@@ -90,20 +90,20 @@ const F = ({
90
90
  children: [
91
91
  m && /* @__PURE__ */ e(c, { children: m }),
92
92
  p && /* @__PURE__ */ e(c, { children: p }),
93
- t != null && /* @__PURE__ */ e(c, { prefix: w, children: typeof t == "string" ? (
93
+ a != null && /* @__PURE__ */ e(c, { prefix: w, children: typeof a == "string" ? (
94
94
  // biome-ignore lint/style/noNestedTernary: TODO
95
- t === "" ? '""' : t
96
- ) : JSON.stringify(t) }),
97
- k && /* @__PURE__ */ e($, { label: N }),
98
- b && /* @__PURE__ */ e(S, { label: z }),
99
- d == null ? void 0 : d.map((r, a) => /* @__PURE__ */ e(
95
+ a === "" ? '""' : a
96
+ ) : JSON.stringify(a) }),
97
+ b && /* @__PURE__ */ e($, { label: N }),
98
+ x && /* @__PURE__ */ e(S, { label: z }),
99
+ l == null ? void 0 : l.map((r, t) => /* @__PURE__ */ e(
100
100
  "div",
101
101
  {
102
- className: "rounded-md bg-gray-100/50 px-2 py-0.5 text-gray-600 dark:bg-white/5 dark:text-gray-200",
102
+ className: "rounded-md bg-stone-100/50 px-2 py-0.5 text-stone-600 dark:bg-white/5 dark:text-stone-200",
103
103
  "data-component-part": "field-meta-post",
104
104
  children: r
105
105
  },
106
- a
106
+ t
107
107
  ))
108
108
  ]
109
109
  }
@@ -0,0 +1,15 @@
1
+ import { default as React } from 'react';
2
+ type InfoPillProps = {
3
+ children: React.ReactNode;
4
+ prefix?: string;
5
+ className?: string;
6
+ };
7
+ declare const InfoPill: ({ children, prefix, className }: InfoPillProps) => import("react/jsx-runtime").JSX.Element;
8
+ declare const RequiredPill: ({ label }: {
9
+ label?: string;
10
+ }) => import("react/jsx-runtime").JSX.Element | null;
11
+ declare const DeprecatedPill: ({ label }: {
12
+ label?: string;
13
+ }) => import("react/jsx-runtime").JSX.Element | null;
14
+ export { InfoPill, RequiredPill, DeprecatedPill };
15
+ //# sourceMappingURL=pills.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pills.d.ts","sourceRoot":"","sources":["../../../src/components/property/pills.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,KAAK,aAAa,GAAG;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,QAAQ,GAAI,iCAAiC,aAAa,4CAe/D,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,WAAW;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,mDAalD,CAAC;AAEF,QAAA,MAAM,cAAc,GAAI,WAAW;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,mDAapD,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,cAAc,EAAE,CAAC"}
@@ -1,26 +1,26 @@
1
- import { jsxs as d, jsx as r } from "react/jsx-runtime";
2
- import { cn as n } from "../../utils/cn.js";
3
- const p = ({ children: e, prefix: t, className: a }) => /* @__PURE__ */ d(
1
+ import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
+ import { cn as a } from "../../utils/cn.js";
3
+ const l = ({ children: e, prefix: r, className: d }) => /* @__PURE__ */ n(
4
4
  "div",
5
5
  {
6
- className: n(
7
- "flex items-center gap-1 break-all rounded-md bg-gray-100/50 px-2 py-0.5 font-medium text-gray-600 dark:bg-white/5 dark:text-gray-200",
8
- a
6
+ className: a(
7
+ "flex items-center gap-1 break-all rounded-md bg-stone-100/50 px-2 py-0.5 font-medium text-stone-600 dark:bg-white/5 dark:text-stone-200",
8
+ d
9
9
  ),
10
10
  "data-component-part": "field-info-pill",
11
11
  children: [
12
- t && /* @__PURE__ */ r("span", { className: "text-gray-400 dark:text-gray-500", children: t }),
13
- /* @__PURE__ */ r("span", { children: e })
12
+ r && /* @__PURE__ */ t("span", { className: "text-stone-400 dark:text-stone-500", children: r }),
13
+ /* @__PURE__ */ t("span", { children: e })
14
14
  ]
15
15
  }
16
- ), m = ({ label: e }) => e ? /* @__PURE__ */ r(
16
+ ), p = ({ label: e }) => e ? /* @__PURE__ */ t(
17
17
  "div",
18
18
  {
19
19
  className: "whitespace-nowrap rounded-md bg-red-100/50 px-2 py-0.5 font-medium text-red-600 dark:bg-red-400/10 dark:text-red-300",
20
20
  "data-component-part": "field-required-pill",
21
21
  children: e
22
22
  }
23
- ) : null, o = ({ label: e }) => e ? /* @__PURE__ */ r(
23
+ ) : null, m = ({ label: e }) => e ? /* @__PURE__ */ t(
24
24
  "div",
25
25
  {
26
26
  className: "whitespace-nowrap rounded-md bg-amber-100/50 px-2 py-0.5 font-medium text-amber-600 dark:bg-amber-400/10 dark:text-amber-300",
@@ -29,7 +29,7 @@ const p = ({ children: e, prefix: t, className: a }) => /* @__PURE__ */ d(
29
29
  }
30
30
  ) : null;
31
31
  export {
32
- o as DeprecatedPill,
33
- p as InfoPill,
34
- m as RequiredPill
32
+ m as DeprecatedPill,
33
+ l as InfoPill,
34
+ p as RequiredPill
35
35
  };
@@ -0,0 +1,24 @@
1
+ import { ReactNode } from 'react';
2
+ type PropertyProps = {
3
+ name: string;
4
+ type: string;
5
+ location?: string;
6
+ hidden?: boolean;
7
+ default?: unknown;
8
+ required?: boolean;
9
+ deprecated?: boolean;
10
+ children: ReactNode;
11
+ id?: string;
12
+ pre?: string[];
13
+ post?: string[];
14
+ className?: string;
15
+ onMount?: () => void;
16
+ navigateToHeaderAriaLabel?: string;
17
+ defaultLabel?: string;
18
+ requiredLabel?: string;
19
+ deprecatedLabel?: string;
20
+ };
21
+ declare const Property: ({ name, type, location, hidden, default: defaultValue, required, deprecated, children, id, pre, post, className, onMount, navigateToHeaderAriaLabel, defaultLabel, requiredLabel, deprecatedLabel, }: PropertyProps) => import("react/jsx-runtime").JSX.Element | null;
22
+ export { Property };
23
+ export type { PropertyProps };
24
+ //# sourceMappingURL=property.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"property.d.ts","sourceRoot":"","sources":["../../../src/components/property/property.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAW,MAAM,OAAO,CAAC;AAMhD,KAAK,aAAa,GAAG;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,SAAS,CAAC;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAOF,QAAA,MAAM,QAAQ,GAAI,sMAkBf,aAAa,mDAmEf,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC;AACpB,YAAY,EAAE,aAAa,EAAE,CAAC"}
@@ -1,76 +1,76 @@
1
1
  import { jsxs as T, jsx as s } from "react/jsx-runtime";
2
- import { useMemo as g } from "react";
3
- import { MAX_DEFAULT_VALUE_LENGTH as y } from "../../constants/index.js";
4
- import { Classes as N } from "../../constants/selectors.js";
5
- import { cn as U } from "../../utils/cn.js";
6
- import { ParamHead as j } from "./param-head.js";
7
- const F = "Navigate to header", h = "default", O = "required", R = "deprecated", k = ({
2
+ import { useMemo as N } from "react";
3
+ import { MAX_DEFAULT_VALUE_LENGTH as U } from "../../constants/index.js";
4
+ import { Classes as j } from "../../constants/selectors.js";
5
+ import { cn as F } from "../../utils/cn.js";
6
+ import { ParamHead as g } from "./param-head.js";
7
+ const h = "Navigate to header", y = "default", O = "required", R = "deprecated", k = ({
8
8
  name: n,
9
9
  type: i,
10
10
  location: c,
11
11
  hidden: m,
12
- default: r,
13
- required: a,
14
- deprecated: p,
15
- children: e,
16
- id: d,
17
- pre: l,
18
- post: E,
12
+ default: t,
13
+ required: p,
14
+ deprecated: d,
15
+ children: r,
16
+ id: l,
17
+ pre: E,
18
+ post: a,
19
19
  className: A,
20
20
  onMount: f,
21
- navigateToHeaderAriaLabel: L = F,
22
- defaultLabel: _ = h,
21
+ navigateToHeaderAriaLabel: L = h,
22
+ defaultLabel: _ = y,
23
23
  requiredLabel: u = O,
24
24
  deprecatedLabel: b = R
25
25
  }) => {
26
- const D = g(() => {
27
- if (r !== null && typeof r == "object" && Object.values(r).some(
26
+ const D = N(() => {
27
+ if (t !== null && typeof t == "object" && Object.values(t).some(
28
28
  (o) => o !== null && typeof o == "object"
29
29
  ))
30
30
  return null;
31
31
  try {
32
- const t = JSON.stringify(r);
33
- if (t && t.length > 0 && t.length < y)
34
- return t;
32
+ const e = JSON.stringify(t);
33
+ if (e && e.length > 0 && e.length < U)
34
+ return e;
35
35
  } catch {
36
36
  return null;
37
37
  }
38
38
  return null;
39
- }, [r]);
39
+ }, [t]);
40
40
  return m ? null : /* @__PURE__ */ T(
41
41
  "div",
42
42
  {
43
- className: U(
44
- N.Field,
45
- "my-2.5 border-gray-50 border-b pt-2.5 pb-5 dark:border-gray-800/50",
43
+ className: F(
44
+ j.Field,
45
+ "my-2.5 border-stone-50 border-b pt-2.5 pb-5 dark:border-stone-800/50",
46
46
  A
47
47
  ),
48
48
  children: [
49
49
  /* @__PURE__ */ s(
50
- j,
50
+ g,
51
51
  {
52
52
  default: D,
53
53
  defaultLabel: _,
54
- deprecated: p,
54
+ deprecated: d,
55
55
  deprecatedLabel: b,
56
- id: d,
56
+ id: l,
57
57
  location: c,
58
58
  name: n,
59
59
  navigateToHeaderAriaLabel: L,
60
60
  onMount: f,
61
- post: E,
62
- pre: l,
63
- required: a,
61
+ post: a,
62
+ pre: E,
63
+ required: p,
64
64
  requiredLabel: u,
65
65
  type: i
66
66
  }
67
67
  ),
68
- e && /* @__PURE__ */ s(
68
+ r && /* @__PURE__ */ s(
69
69
  "div",
70
70
  {
71
- className: "prose-sm prose-gray dark:prose-invert mt-4 [&_.prose>p:first-child]:mt-0 [&_.prose>p:last-child]:mb-0",
71
+ className: "prose-sm prose-stone dark:prose-invert mt-4 [&_.prose>p:first-child]:mt-0 [&_.prose>p:last-child]:mb-0",
72
72
  "data-component-part": "field-content",
73
- children: e
73
+ children: r
74
74
  }
75
75
  )
76
76
  ]
@@ -0,0 +1,5 @@
1
+ declare const STEP_TITLE_SIZES: readonly ["p", "h2", "h3", "h4"];
2
+ type StepTitleSize = (typeof STEP_TITLE_SIZES)[number];
3
+ export { STEP_TITLE_SIZES };
4
+ export type { StepTitleSize };
5
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/steps/constants.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,gBAAgB,kCAAmC,CAAC;AAC1D,KAAK,aAAa,GAAG,CAAC,OAAO,gBAAgB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEvD,OAAO,EAAE,gBAAgB,EAAE,CAAC;AAC5B,YAAY,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ export type { StepTitleSize } from './constants';
2
+ export { STEP_TITLE_SIZES } from './constants';
3
+ export type { StepsItemProps, StepsProps } from './steps';
4
+ export { Steps } from './steps';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/steps/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1D,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ import { IconLibrary, IconType } from '../../utils/icon-utils';
3
+ import { StepTitleSize } from './constants';
4
+ type Numberish = number | `${number}`;
5
+ type StepsItemProps = {
6
+ icon?: ReactNode | string;
7
+ stepNumber?: Numberish;
8
+ iconType?: IconType;
9
+ iconLibrary?: IconLibrary;
10
+ title: string | ReactNode;
11
+ children?: string | ReactNode;
12
+ titleSize?: StepTitleSize;
13
+ className?: string;
14
+ isLast?: boolean;
15
+ };
16
+ type StepsProps = {
17
+ children: React.ReactElement<StepsItemProps> | React.ReactElement<StepsItemProps>[];
18
+ titleSize?: StepTitleSize;
19
+ className?: string;
20
+ };
21
+ declare const Steps: {
22
+ ({ children, titleSize, className }: StepsProps): import("react/jsx-runtime").JSX.Element;
23
+ Item: ({ stepNumber, icon, iconType, iconLibrary, title, children, titleSize, className, isLast, }: StepsItemProps) => import("react/jsx-runtime").JSX.Element;
24
+ };
25
+ export { Steps };
26
+ export type { StepsItemProps, StepsProps };
27
+ //# sourceMappingURL=steps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"steps.d.ts","sourceRoot":"","sources":["../../../src/components/steps/steps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAoB,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAEnE,KAAK,SAAS,GAAG,MAAM,GAAG,GAAG,MAAM,EAAE,CAAC;AAEtC,KAAK,cAAc,GAAG;IACpB,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC;IAC1B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AA8GF,KAAK,UAAU,GAAG;IAChB,QAAQ,EACJ,KAAK,CAAC,YAAY,CAAC,cAAc,CAAC,GAClC,KAAK,CAAC,YAAY,CAAC,cAAc,CAAC,EAAE,CAAC;IACzC,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,KAAK;yCAAwC,UAAU;wGA1G1D,cAAc;CAkIhB,CAAC;AAIF,OAAO,EAAE,KAAK,EAAE,CAAC;AACjB,YAAY,EAAE,cAAc,EAAE,UAAU,EAAE,CAAC"}
@@ -1,30 +1,30 @@
1
1
  import { jsx as e, jsxs as c } from "react/jsx-runtime";
2
2
  import { Classes as d } from "../../constants/selectors.js";
3
3
  import { cn as o } from "../../utils/cn.js";
4
- import { STEP_TITLE_SIZES as y } from "./constants.js";
5
- import { Icon as v } from "../icon/icon.js";
4
+ import { STEP_TITLE_SIZES as N } from "./constants.js";
5
+ import { Icon as g } from "../icon/icon.js";
6
6
  const h = ({
7
- stepNumber: a = 1,
8
- icon: r,
7
+ stepNumber: r = 1,
8
+ icon: s,
9
9
  iconType: m,
10
10
  iconLibrary: n,
11
11
  title: t,
12
- children: s,
12
+ children: a,
13
13
  titleSize: i = "p",
14
14
  className: b,
15
15
  isLast: f = !1
16
16
  }) => {
17
- const g = y.includes(i) ? i : "p", u = typeof r == "string" ? /* @__PURE__ */ e(
18
- v,
17
+ const u = N.includes(i) ? i : "p", v = typeof s == "string" ? /* @__PURE__ */ e(
18
+ g,
19
19
  {
20
- className: "size-3 bg-gray-900 dark:bg-gray-50",
21
- icon: r,
20
+ className: "size-3 bg-stone-900 dark:bg-stone-50",
21
+ icon: s,
22
22
  iconLibrary: n,
23
23
  iconType: m,
24
24
  overrideColor: !0,
25
25
  overrideSize: !0
26
26
  }
27
- ) : r ?? Number(a);
27
+ ) : s ?? Number(r);
28
28
  return (
29
29
  // biome-ignore lint/a11y/useSemanticElements: TODO
30
30
  /* @__PURE__ */ c(
@@ -43,7 +43,7 @@ const h = ({
43
43
  {
44
44
  className: o(
45
45
  "absolute top-11 h-[calc(100%-2.75rem)] w-px",
46
- f ? 'bg-linear-to-b from-gray-200 via-80% via-gray-200 to-transparent group-has-[[data-component-part="step-content"]:empty]/step:hidden dark:from-white/10 dark:via-white/10' : "bg-gray-200/70 dark:bg-white/10"
46
+ f ? 'bg-linear-to-b from-stone-200 via-80% via-stone-200 to-transparent group-has-[[data-component-part="step-content"]:empty]/step:hidden dark:from-white/10 dark:via-white/10' : "bg-stone-200/70 dark:bg-white/10"
47
47
  ),
48
48
  contentEditable: !1,
49
49
  "data-component-part": "step-line"
@@ -55,12 +55,12 @@ const h = ({
55
55
  className: "absolute ml-[-13px] py-2",
56
56
  contentEditable: !1,
57
57
  "data-component-part": "step-number",
58
- children: /* @__PURE__ */ e("div", { className: "flex size-7 shrink-0 items-center justify-center rounded-full bg-gray-50 font-semibold text-gray-900 text-xs dark:bg-white/10 dark:text-gray-50", children: u })
58
+ children: /* @__PURE__ */ e("div", { className: "flex size-7 shrink-0 items-center justify-center rounded-full bg-stone-50 font-semibold text-stone-900 text-xs dark:bg-white/10 dark:text-stone-50", children: v })
59
59
  }
60
60
  ),
61
61
  /* @__PURE__ */ c("div", { className: "w-full overflow-hidden pr-px pl-8", children: [
62
62
  !!t && (() => {
63
- const l = "mt-2 text-gray-900 dark:text-gray-200", p = {
63
+ const l = "mt-2 text-stone-900 dark:text-stone-200", p = {
64
64
  contentEditable: !1,
65
65
  "data-component-part": "step-title"
66
66
  };
@@ -79,14 +79,14 @@ const h = ({
79
79
  h2: /* @__PURE__ */ e("h2", { className: l, ...p, children: t }),
80
80
  h3: /* @__PURE__ */ e("h3", { className: l, ...p, children: t }),
81
81
  h4: /* @__PURE__ */ e("h4", { className: l, ...p, children: t })
82
- }[g];
82
+ }[u];
83
83
  })(),
84
84
  /* @__PURE__ */ e(
85
85
  "div",
86
86
  {
87
87
  className: o("prose dark:prose-invert", !t && "mt-2"),
88
88
  "data-component-part": "step-content",
89
- children: s
89
+ children: a
90
90
  }
91
91
  )
92
92
  ] })
@@ -94,8 +94,8 @@ const h = ({
94
94
  }
95
95
  )
96
96
  );
97
- }, N = ({ children: a, titleSize: r, className: m }) => {
98
- const n = (Array.isArray(a) ? a : [a]).filter(
97
+ }, x = ({ children: r, titleSize: s, className: m }) => {
98
+ const n = (Array.isArray(r) ? r : [r]).filter(
99
99
  Boolean
100
100
  );
101
101
  return (
@@ -106,21 +106,21 @@ const h = ({
106
106
  className: o(d.Steps, "mt-10 mb-6 ml-3.5", m),
107
107
  "data-component-part": "steps",
108
108
  role: "list",
109
- children: n.map(({ props: t }, s) => /* @__PURE__ */ e(
109
+ children: n.map(({ props: t }, a) => /* @__PURE__ */ e(
110
110
  h,
111
111
  {
112
112
  ...t,
113
- isLast: s === n.length - 1,
114
- stepNumber: t.stepNumber ?? s + 1,
115
- titleSize: t.titleSize ?? r
113
+ isLast: a === n.length - 1,
114
+ stepNumber: t.stepNumber ?? a + 1,
115
+ titleSize: t.titleSize ?? s
116
116
  },
117
- `step-${s}`
117
+ `step-${a}`
118
118
  ))
119
119
  }
120
120
  )
121
121
  );
122
122
  };
123
- N.Item = h;
123
+ x.Item = h;
124
124
  export {
125
- N as Steps
125
+ x as Steps
126
126
  };
@@ -0,0 +1,3 @@
1
+ export type { TabsItemProps, TabsProps } from './tabs';
2
+ export { Tabs } from './tabs';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACvD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,36 @@
1
+ import { ReactElement, ReactNode, RefObject } from 'react';
2
+ import { CHILD_HEADING_IDS_ATTRIBUTE, CHILD_TAB_IDS_ATTRIBUTE } from '../../constants';
3
+ import { IconLibrary, IconType } from '../../utils/icon-utils';
4
+ type TabsItemProps = {
5
+ id?: string;
6
+ title: string;
7
+ icon?: string;
8
+ iconType?: IconType;
9
+ iconLibrary?: IconLibrary;
10
+ children?: ReactNode;
11
+ [CHILD_TAB_IDS_ATTRIBUTE]?: string;
12
+ [CHILD_HEADING_IDS_ATTRIBUTE]?: string;
13
+ };
14
+ /**
15
+ * Mint app integration:
16
+ * - Wrap with useTabState hook for URL hash sync, tab sync across components, and localStorage persistence
17
+ * - useTabState provides: activeIndex, setActiveIndex (handles hash/sync/persist updates)
18
+ * - Connect onTabChange to setActiveIndex for full integration
19
+ * - Pass panelsRef and use it to implement findInPanels callback for useTabState
20
+ * - The component renders role="tabpanel" and aria-controls attributes that useTabState's
21
+ * findAndActivateTabContainingElement() uses for DOM-based navigation
22
+ */
23
+ type TabsProps = {
24
+ children: ReactElement<TabsItemProps> | ReactElement<TabsItemProps>[];
25
+ defaultTabIndex?: number;
26
+ onTabChange?: (tabIndex: number) => void;
27
+ className?: string;
28
+ borderBottom?: boolean;
29
+ ariaLabel?: string;
30
+ panelsRef?: RefObject<HTMLDivElement>;
31
+ };
32
+ export declare const Tabs: (({ children, defaultTabIndex, onTabChange, className, borderBottom, ariaLabel, panelsRef, }: TabsProps) => import("react/jsx-runtime").JSX.Element) & {
33
+ Item: ({ children }: TabsItemProps) => import("react/jsx-runtime").JSX.Element;
34
+ };
35
+ export type { TabsProps, TabsItemProps };
36
+ //# sourceMappingURL=tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,SAAS,EAMf,MAAM,OAAO,CAAC;AAEf,OAAO,EACL,2BAA2B,EAC3B,uBAAuB,EACxB,MAAM,aAAa,CAAC;AAGrB,OAAO,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAKhE,KAAK,aAAa,GAAG;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,CAAC,uBAAuB,CAAC,CAAC,EAAE,MAAM,CAAC;IACnC,CAAC,2BAA2B,CAAC,CAAC,EAAE,MAAM,CAAC;CACxC,CAAC;AAMF;;;;;;;;GAQG;AACH,KAAK,SAAS,GAAG;IACf,QAAQ,EAAE,YAAY,CAAC,aAAa,CAAC,GAAG,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC;IACtE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,SAAS,CAAC,cAAc,CAAC,CAAC;CACvC,CAAC;AAgMF,eAAO,MAAM,IAAI,gGAtLd,SAAS;yBA/BoB,aAAa;CAuN3C,CAAC;AAEH,YAAY,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC"}