jaci-ui 0.6.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +31 -0
  3. package/dist/components/alert/alert.cjs +11 -1
  4. package/dist/components/alert/alert.cjs.map +1 -1
  5. package/dist/components/alert/alert.d.cts +4 -1
  6. package/dist/components/alert/alert.d.ts +4 -1
  7. package/dist/components/alert/alert.js +11 -2
  8. package/dist/components/alert/alert.js.map +1 -1
  9. package/dist/components/alert/index.d.cts +2 -2
  10. package/dist/components/alert/index.d.ts +2 -2
  11. package/dist/components/aspect-ratio/aspect-ratio.cjs +23 -0
  12. package/dist/components/aspect-ratio/aspect-ratio.cjs.map +1 -0
  13. package/dist/components/aspect-ratio/aspect-ratio.d.cts +9 -0
  14. package/dist/components/aspect-ratio/aspect-ratio.d.ts +9 -0
  15. package/dist/components/aspect-ratio/aspect-ratio.js +23 -0
  16. package/dist/components/aspect-ratio/aspect-ratio.js.map +1 -0
  17. package/dist/components/aspect-ratio/index.d.cts +2 -0
  18. package/dist/components/aspect-ratio/index.d.ts +2 -0
  19. package/dist/components/card/card.cjs +10 -1
  20. package/dist/components/card/card.cjs.map +1 -1
  21. package/dist/components/card/card.d.cts +15 -2
  22. package/dist/components/card/card.d.ts +15 -2
  23. package/dist/components/card/card.js +10 -2
  24. package/dist/components/card/card.js.map +1 -1
  25. package/dist/components/card/index.d.cts +2 -2
  26. package/dist/components/card/index.d.ts +2 -2
  27. package/dist/components/code/code.cjs +39 -0
  28. package/dist/components/code/code.cjs.map +1 -0
  29. package/dist/components/code/code.d.cts +14 -0
  30. package/dist/components/code/code.d.ts +14 -0
  31. package/dist/components/code/code.js +39 -0
  32. package/dist/components/code/code.js.map +1 -0
  33. package/dist/components/code/index.d.cts +2 -0
  34. package/dist/components/code/index.d.ts +2 -0
  35. package/dist/components/feedback/badge.cjs +6 -3
  36. package/dist/components/feedback/badge.cjs.map +1 -1
  37. package/dist/components/feedback/badge.d.cts +1 -0
  38. package/dist/components/feedback/badge.d.ts +1 -0
  39. package/dist/components/feedback/badge.js +6 -3
  40. package/dist/components/feedback/badge.js.map +1 -1
  41. package/dist/components/figure/figure.cjs +125 -0
  42. package/dist/components/figure/figure.cjs.map +1 -0
  43. package/dist/components/figure/figure.d.cts +24 -0
  44. package/dist/components/figure/figure.d.ts +24 -0
  45. package/dist/components/figure/figure.js +122 -0
  46. package/dist/components/figure/figure.js.map +1 -0
  47. package/dist/components/figure/index.d.cts +2 -0
  48. package/dist/components/figure/index.d.ts +2 -0
  49. package/dist/components/image/image.cjs +103 -0
  50. package/dist/components/image/image.cjs.map +1 -0
  51. package/dist/components/image/image.d.cts +21 -0
  52. package/dist/components/image/image.d.ts +21 -0
  53. package/dist/components/image/image.js +103 -0
  54. package/dist/components/image/image.js.map +1 -0
  55. package/dist/components/image/index.d.cts +2 -0
  56. package/dist/components/image/index.d.ts +2 -0
  57. package/dist/components/kbd/index.d.cts +2 -0
  58. package/dist/components/kbd/index.d.ts +2 -0
  59. package/dist/components/kbd/kbd.cjs +23 -0
  60. package/dist/components/kbd/kbd.cjs.map +1 -0
  61. package/dist/components/kbd/kbd.d.cts +12 -0
  62. package/dist/components/kbd/kbd.d.ts +12 -0
  63. package/dist/components/kbd/kbd.js +23 -0
  64. package/dist/components/kbd/kbd.js.map +1 -0
  65. package/dist/components/progress/progress.cjs +19 -7
  66. package/dist/components/progress/progress.cjs.map +1 -1
  67. package/dist/components/progress/progress.d.cts +4 -0
  68. package/dist/components/progress/progress.d.ts +4 -0
  69. package/dist/components/progress/progress.js +19 -7
  70. package/dist/components/progress/progress.js.map +1 -1
  71. package/dist/components/quote/index.d.cts +2 -0
  72. package/dist/components/quote/index.d.ts +2 -0
  73. package/dist/components/quote/quote.cjs +38 -0
  74. package/dist/components/quote/quote.cjs.map +1 -0
  75. package/dist/components/quote/quote.d.cts +19 -0
  76. package/dist/components/quote/quote.d.ts +19 -0
  77. package/dist/components/quote/quote.js +38 -0
  78. package/dist/components/quote/quote.js.map +1 -0
  79. package/dist/components/stat/index.d.cts +2 -0
  80. package/dist/components/stat/index.d.ts +2 -0
  81. package/dist/components/stat/stat.cjs +122 -0
  82. package/dist/components/stat/stat.cjs.map +1 -0
  83. package/dist/components/stat/stat.d.cts +51 -0
  84. package/dist/components/stat/stat.d.ts +51 -0
  85. package/dist/components/stat/stat.js +114 -0
  86. package/dist/components/stat/stat.js.map +1 -0
  87. package/dist/components/stat-group/index.d.cts +2 -0
  88. package/dist/components/stat-group/index.d.ts +2 -0
  89. package/dist/components/typography/heading.cjs +8 -2
  90. package/dist/components/typography/heading.cjs.map +1 -1
  91. package/dist/components/typography/heading.d.cts +8 -1
  92. package/dist/components/typography/heading.d.ts +8 -1
  93. package/dist/components/typography/heading.js +8 -2
  94. package/dist/components/typography/heading.js.map +1 -1
  95. package/dist/components/typography/index.d.cts +2 -2
  96. package/dist/components/typography/index.d.ts +2 -2
  97. package/dist/components/typography/paragraph.cjs +7 -2
  98. package/dist/components/typography/paragraph.cjs.map +1 -1
  99. package/dist/components/typography/paragraph.d.cts +8 -2
  100. package/dist/components/typography/paragraph.d.ts +8 -2
  101. package/dist/components/typography/paragraph.js +7 -2
  102. package/dist/components/typography/paragraph.js.map +1 -1
  103. package/dist/components/typography/text.cjs +6 -2
  104. package/dist/components/typography/text.cjs.map +1 -1
  105. package/dist/components/typography/text.d.cts +5 -0
  106. package/dist/components/typography/text.d.ts +5 -0
  107. package/dist/components/typography/text.js +6 -2
  108. package/dist/components/typography/text.js.map +1 -1
  109. package/dist/index.cjs +27 -0
  110. package/dist/index.d.cts +19 -4
  111. package/dist/index.d.ts +19 -4
  112. package/dist/index.js +10 -3
  113. package/dist/styled-system/recipes/alert.cjs +2 -1
  114. package/dist/styled-system/recipes/alert.cjs.map +1 -1
  115. package/dist/styled-system/recipes/alert.js +2 -1
  116. package/dist/styled-system/recipes/alert.js.map +1 -1
  117. package/dist/styled-system/recipes/aspect-ratio-box.cjs +25 -0
  118. package/dist/styled-system/recipes/aspect-ratio-box.cjs.map +1 -0
  119. package/dist/styled-system/recipes/aspect-ratio-box.js +25 -0
  120. package/dist/styled-system/recipes/aspect-ratio-box.js.map +1 -0
  121. package/dist/styled-system/recipes/badge.cjs +16 -6
  122. package/dist/styled-system/recipes/badge.cjs.map +1 -1
  123. package/dist/styled-system/recipes/badge.js +16 -6
  124. package/dist/styled-system/recipes/badge.js.map +1 -1
  125. package/dist/styled-system/recipes/code.cjs +33 -0
  126. package/dist/styled-system/recipes/code.cjs.map +1 -0
  127. package/dist/styled-system/recipes/code.js +33 -0
  128. package/dist/styled-system/recipes/code.js.map +1 -0
  129. package/dist/styled-system/recipes/figure.cjs +42 -0
  130. package/dist/styled-system/recipes/figure.cjs.map +1 -0
  131. package/dist/styled-system/recipes/figure.js +42 -0
  132. package/dist/styled-system/recipes/figure.js.map +1 -0
  133. package/dist/styled-system/recipes/heading.cjs +34 -9
  134. package/dist/styled-system/recipes/heading.cjs.map +1 -1
  135. package/dist/styled-system/recipes/heading.js +34 -9
  136. package/dist/styled-system/recipes/heading.js.map +1 -1
  137. package/dist/styled-system/recipes/image.cjs +56 -0
  138. package/dist/styled-system/recipes/image.cjs.map +1 -0
  139. package/dist/styled-system/recipes/image.js +56 -0
  140. package/dist/styled-system/recipes/image.js.map +1 -0
  141. package/dist/styled-system/recipes/kbd.cjs +39 -0
  142. package/dist/styled-system/recipes/kbd.cjs.map +1 -0
  143. package/dist/styled-system/recipes/kbd.js +39 -0
  144. package/dist/styled-system/recipes/kbd.js.map +1 -0
  145. package/dist/styled-system/recipes/paragraph.cjs +25 -2
  146. package/dist/styled-system/recipes/paragraph.cjs.map +1 -1
  147. package/dist/styled-system/recipes/paragraph.js +25 -2
  148. package/dist/styled-system/recipes/paragraph.js.map +1 -1
  149. package/dist/styled-system/recipes/progress.cjs +1 -0
  150. package/dist/styled-system/recipes/progress.cjs.map +1 -1
  151. package/dist/styled-system/recipes/progress.js +1 -0
  152. package/dist/styled-system/recipes/progress.js.map +1 -1
  153. package/dist/styled-system/recipes/quote.cjs +39 -0
  154. package/dist/styled-system/recipes/quote.cjs.map +1 -0
  155. package/dist/styled-system/recipes/quote.js +39 -0
  156. package/dist/styled-system/recipes/quote.js.map +1 -0
  157. package/dist/styled-system/recipes/stat-group.cjs +40 -0
  158. package/dist/styled-system/recipes/stat-group.cjs.map +1 -0
  159. package/dist/styled-system/recipes/stat-group.js +40 -0
  160. package/dist/styled-system/recipes/stat-group.js.map +1 -0
  161. package/dist/styled-system/recipes/stat.cjs +63 -0
  162. package/dist/styled-system/recipes/stat.cjs.map +1 -0
  163. package/dist/styled-system/recipes/stat.js +63 -0
  164. package/dist/styled-system/recipes/stat.js.map +1 -0
  165. package/dist/styled-system/recipes/text.cjs +23 -2
  166. package/dist/styled-system/recipes/text.cjs.map +1 -1
  167. package/dist/styled-system/recipes/text.js +23 -2
  168. package/dist/styled-system/recipes/text.js.map +1 -1
  169. package/dist/styles.css +1005 -81
  170. package/package.json +1 -1
@@ -3,13 +3,17 @@ const require_text = require("../../styled-system/recipes/text.cjs");
3
3
  let react = require("react");
4
4
  let react_jsx_runtime = require("react/jsx-runtime");
5
5
  //#region src/components/typography/text.tsx
6
- const Text = (0, react.forwardRef)(function Text({ as = "p", className, size = "md", tone = "default", ...props }, ref) {
6
+ const Text = (0, react.forwardRef)(function Text({ as = "p", className, lineClamp, size = "md", tone = "default", truncate = false, weight, width = "auto", ...props }, ref) {
7
7
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(as, {
8
8
  ...props,
9
9
  ref,
10
10
  className: require_cx.cx(require_text.text({
11
+ lineClamp: lineClamp ? String(lineClamp) : void 0,
11
12
  size,
12
- tone
13
+ tone,
14
+ truncate,
15
+ weight,
16
+ width
13
17
  }), className),
14
18
  "data-jaci-component": "text",
15
19
  "data-slot": "text"
@@ -1 +1 @@
1
- {"version":3,"file":"text.cjs","names":["Component","cx","text"],"sources":["../../../src/components/typography/text.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { ComponentPropsWithoutRef, ElementType, ReactElement, Ref } from \"react\";\n\nimport { cx } from \"../../styled-system/css\";\nimport { text } from \"../../styled-system/recipes\";\n\nexport type TextSize = \"sm\" | \"md\" | \"lg\";\nexport type TextTone = \"default\" | \"muted\";\nexport type TextElement = \"p\" | \"span\" | \"div\";\n\nexport interface TextProps extends Omit<ComponentPropsWithoutRef<\"p\">, \"color\"> {\n as?: TextElement;\n size?: TextSize;\n tone?: TextTone;\n}\n\nexport const Text = forwardRef<HTMLElement, TextProps>(function Text(\n { as = \"p\", className, size = \"md\", tone = \"default\", ...props },\n ref,\n) {\n const Component = as as ElementType;\n\n return (\n <Component\n {...props}\n ref={ref as Ref<HTMLElement>}\n className={cx(text({ size, tone }), className)}\n data-jaci-component=\"text\"\n data-slot=\"text\"\n />\n ) as ReactElement;\n});\n"],"mappings":";;;;;AAgBA,MAAa,QAAA,GAAA,MAAA,WAAA,CAA0C,SAAS,KAC9D,EAAE,KAAK,KAAK,WAAW,OAAO,MAAM,OAAO,WAAW,GAAG,SACzD,KACA;CAGA,OACE,iBAAA,GAAA,kBAAA,IAAA,CAACA,IAAD;EACE,GAAI;EACC;EACL,WAAWC,WAAAA,GAAGC,aAAAA,KAAK;GAAE;GAAM;EAAK,CAAC,GAAG,SAAS;EAC7C,uBAAoB;EACpB,aAAU;CACX,CAAA;AAEL,CAAC"}
1
+ {"version":3,"file":"text.cjs","names":["Component","cx","text"],"sources":["../../../src/components/typography/text.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { ComponentPropsWithoutRef, ElementType, ReactElement, Ref } from \"react\";\nimport type { TypographyLineClamp, TypographyWeight, TypographyWidth } from \"./heading\";\n\nimport { cx } from \"../../styled-system/css\";\nimport { text } from \"../../styled-system/recipes\";\n\nexport type TextSize = \"sm\" | \"md\" | \"lg\";\nexport type TextTone = \"default\" | \"muted\";\nexport type TextElement = \"p\" | \"span\" | \"div\";\n\nexport interface TextProps extends Omit<ComponentPropsWithoutRef<\"p\">, \"color\"> {\n as?: TextElement;\n size?: TextSize;\n tone?: TextTone;\n weight?: TypographyWeight;\n truncate?: boolean;\n lineClamp?: TypographyLineClamp;\n width?: TypographyWidth;\n}\n\nexport const Text = forwardRef<HTMLElement, TextProps>(function Text(\n {\n as = \"p\",\n className,\n lineClamp,\n size = \"md\",\n tone = \"default\",\n truncate = false,\n weight,\n width = \"auto\",\n ...props\n },\n ref,\n) {\n const Component = as as ElementType;\n\n return (\n <Component\n {...props}\n ref={ref as Ref<HTMLElement>}\n className={cx(\n text({\n lineClamp: lineClamp ? (String(lineClamp) as \"1\" | \"2\" | \"3\" | \"4\") : undefined,\n size,\n tone,\n truncate,\n weight,\n width,\n }),\n className,\n )}\n data-jaci-component=\"text\"\n data-slot=\"text\"\n />\n ) as ReactElement;\n});\n"],"mappings":";;;;;AAqBA,MAAa,QAAA,GAAA,MAAA,WAAA,CAA0C,SAAS,KAC9D,EACE,KAAK,KACL,WACA,WACA,OAAO,MACP,OAAO,WACP,WAAW,OACX,QACA,QAAQ,QACR,GAAG,SAEL,KACA;CAGA,OACE,iBAAA,GAAA,kBAAA,IAAA,CAACA,IAAD;EACE,GAAI;EACC;EACL,WAAWC,WAAAA,GACTC,aAAAA,KAAK;GACH,WAAW,YAAa,OAAO,SAAS,IAA8B,KAAA;GACtE;GACA;GACA;GACA;GACA;EACF,CAAC,GACD,SACF;EACA,uBAAoB;EACpB,aAAU;CACX,CAAA;AAEL,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { TypographyLineClamp, TypographyWeight, TypographyWidth } from "./heading.cjs";
1
2
  import { ComponentPropsWithoutRef } from "react";
2
3
  //#region src/components/typography/text.d.ts
3
4
  type TextSize = "sm" | "md" | "lg";
@@ -7,6 +8,10 @@ interface TextProps extends Omit<ComponentPropsWithoutRef<"p">, "color"> {
7
8
  as?: TextElement;
8
9
  size?: TextSize;
9
10
  tone?: TextTone;
11
+ weight?: TypographyWeight;
12
+ truncate?: boolean;
13
+ lineClamp?: TypographyLineClamp;
14
+ width?: TypographyWidth;
10
15
  }
11
16
  declare const Text: import("react").ForwardRefExoticComponent<TextProps & import("react").RefAttributes<HTMLElement>>;
12
17
  //#endregion
@@ -1,3 +1,4 @@
1
+ import { TypographyLineClamp, TypographyWeight, TypographyWidth } from "./heading.js";
1
2
  import { ComponentPropsWithoutRef } from "react";
2
3
  //#region src/components/typography/text.d.ts
3
4
  type TextSize = "sm" | "md" | "lg";
@@ -7,6 +8,10 @@ interface TextProps extends Omit<ComponentPropsWithoutRef<"p">, "color"> {
7
8
  as?: TextElement;
8
9
  size?: TextSize;
9
10
  tone?: TextTone;
11
+ weight?: TypographyWeight;
12
+ truncate?: boolean;
13
+ lineClamp?: TypographyLineClamp;
14
+ width?: TypographyWidth;
10
15
  }
11
16
  declare const Text: import("react").ForwardRefExoticComponent<TextProps & import("react").RefAttributes<HTMLElement>>;
12
17
  //#endregion
@@ -3,13 +3,17 @@ import { text } from "../../styled-system/recipes/text.js";
3
3
  import { forwardRef } from "react";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  //#region src/components/typography/text.tsx
6
- const Text = forwardRef(function Text({ as = "p", className, size = "md", tone = "default", ...props }, ref) {
6
+ const Text = forwardRef(function Text({ as = "p", className, lineClamp, size = "md", tone = "default", truncate = false, weight, width = "auto", ...props }, ref) {
7
7
  return /* @__PURE__ */ jsx(as, {
8
8
  ...props,
9
9
  ref,
10
10
  className: cx(text({
11
+ lineClamp: lineClamp ? String(lineClamp) : void 0,
11
12
  size,
12
- tone
13
+ tone,
14
+ truncate,
15
+ weight,
16
+ width
13
17
  }), className),
14
18
  "data-jaci-component": "text",
15
19
  "data-slot": "text"
@@ -1 +1 @@
1
- {"version":3,"file":"text.js","names":["Component"],"sources":["../../../src/components/typography/text.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { ComponentPropsWithoutRef, ElementType, ReactElement, Ref } from \"react\";\n\nimport { cx } from \"../../styled-system/css\";\nimport { text } from \"../../styled-system/recipes\";\n\nexport type TextSize = \"sm\" | \"md\" | \"lg\";\nexport type TextTone = \"default\" | \"muted\";\nexport type TextElement = \"p\" | \"span\" | \"div\";\n\nexport interface TextProps extends Omit<ComponentPropsWithoutRef<\"p\">, \"color\"> {\n as?: TextElement;\n size?: TextSize;\n tone?: TextTone;\n}\n\nexport const Text = forwardRef<HTMLElement, TextProps>(function Text(\n { as = \"p\", className, size = \"md\", tone = \"default\", ...props },\n ref,\n) {\n const Component = as as ElementType;\n\n return (\n <Component\n {...props}\n ref={ref as Ref<HTMLElement>}\n className={cx(text({ size, tone }), className)}\n data-jaci-component=\"text\"\n data-slot=\"text\"\n />\n ) as ReactElement;\n});\n"],"mappings":";;;;;AAgBA,MAAa,OAAO,WAAmC,SAAS,KAC9D,EAAE,KAAK,KAAK,WAAW,OAAO,MAAM,OAAO,WAAW,GAAG,SACzD,KACA;CAGA,OACE,oBAACA,IAAD;EACE,GAAI;EACC;EACL,WAAW,GAAG,KAAK;GAAE;GAAM;EAAK,CAAC,GAAG,SAAS;EAC7C,uBAAoB;EACpB,aAAU;CACX,CAAA;AAEL,CAAC"}
1
+ {"version":3,"file":"text.js","names":["Component"],"sources":["../../../src/components/typography/text.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { ComponentPropsWithoutRef, ElementType, ReactElement, Ref } from \"react\";\nimport type { TypographyLineClamp, TypographyWeight, TypographyWidth } from \"./heading\";\n\nimport { cx } from \"../../styled-system/css\";\nimport { text } from \"../../styled-system/recipes\";\n\nexport type TextSize = \"sm\" | \"md\" | \"lg\";\nexport type TextTone = \"default\" | \"muted\";\nexport type TextElement = \"p\" | \"span\" | \"div\";\n\nexport interface TextProps extends Omit<ComponentPropsWithoutRef<\"p\">, \"color\"> {\n as?: TextElement;\n size?: TextSize;\n tone?: TextTone;\n weight?: TypographyWeight;\n truncate?: boolean;\n lineClamp?: TypographyLineClamp;\n width?: TypographyWidth;\n}\n\nexport const Text = forwardRef<HTMLElement, TextProps>(function Text(\n {\n as = \"p\",\n className,\n lineClamp,\n size = \"md\",\n tone = \"default\",\n truncate = false,\n weight,\n width = \"auto\",\n ...props\n },\n ref,\n) {\n const Component = as as ElementType;\n\n return (\n <Component\n {...props}\n ref={ref as Ref<HTMLElement>}\n className={cx(\n text({\n lineClamp: lineClamp ? (String(lineClamp) as \"1\" | \"2\" | \"3\" | \"4\") : undefined,\n size,\n tone,\n truncate,\n weight,\n width,\n }),\n className,\n )}\n data-jaci-component=\"text\"\n data-slot=\"text\"\n />\n ) as ReactElement;\n});\n"],"mappings":";;;;;AAqBA,MAAa,OAAO,WAAmC,SAAS,KAC9D,EACE,KAAK,KACL,WACA,WACA,OAAO,MACP,OAAO,WACP,WAAW,OACX,QACA,QAAQ,QACR,GAAG,SAEL,KACA;CAGA,OACE,oBAACA,IAAD;EACE,GAAI;EACC;EACL,WAAW,GACT,KAAK;GACH,WAAW,YAAa,OAAO,SAAS,IAA8B,KAAA;GACtE;GACA;GACA;GACA;GACA;EACF,CAAC,GACD,SACF;EACA,uBAAoB;EACpB,aAAU;CACX,CAAA;AAEL,CAAC"}
package/dist/index.cjs CHANGED
@@ -2,11 +2,13 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_accordion = require("./components/accordion/accordion.cjs");
3
3
  const require_alert = require("./components/alert/alert.cjs");
4
4
  const require_alert_dialog = require("./components/alert-dialog/alert-dialog.cjs");
5
+ const require_aspect_ratio = require("./components/aspect-ratio/aspect-ratio.cjs");
5
6
  const require_avatar = require("./components/avatar/avatar.cjs");
6
7
  const require_breadcrumbs = require("./components/breadcrumbs/breadcrumbs.cjs");
7
8
  const require_index = require("./components/layout/index.cjs");
8
9
  const require_button = require("./components/button/button.cjs");
9
10
  const require_button_group = require("./components/button-group/button-group.cjs");
11
+ const require_code = require("./components/code/code.cjs");
10
12
  const require_calendar = require("./components/calendar/calendar.cjs");
11
13
  const require_card = require("./components/card/card.cjs");
12
14
  const require_form = require("./components/form/form.cjs");
@@ -26,6 +28,8 @@ const require_date_range_picker = require("./components/date-range-picker/date-r
26
28
  const require_drawer = require("./components/drawer/drawer.cjs");
27
29
  const require_badge = require("./components/feedback/badge.cjs");
28
30
  const require_fieldset = require("./components/fieldset/fieldset.cjs");
31
+ const require_image = require("./components/image/image.cjs");
32
+ const require_figure = require("./components/figure/figure.cjs");
29
33
  const require_menu = require("./components/menu/menu.cjs");
30
34
  const require_context_menu = require("./components/context-menu/context-menu.cjs");
31
35
  const require_color_utils = require("./components/color-picker/color-utils.cjs");
@@ -36,6 +40,7 @@ const require_data_view = require("./components/data-view/data-view.cjs");
36
40
  const require_data_toolbar = require("./components/data-toolbar/data-toolbar.cjs");
37
41
  const require_empty_state = require("./components/empty-state/empty-state.cjs");
38
42
  const require_icon_button = require("./components/icon-button/icon-button.cjs");
43
+ const require_kbd = require("./components/kbd/kbd.cjs");
39
44
  const require_list = require("./components/list/list.cjs");
40
45
  const require_menubar = require("./components/menubar/menubar.cjs");
41
46
  const require_meter = require("./components/meter/meter.cjs");
@@ -47,6 +52,7 @@ const require_option_selector = require("./components/option-selector/option-sel
47
52
  const require_pagination = require("./components/pagination/pagination.cjs");
48
53
  const require_pin_input = require("./components/pin-input/pin-input.cjs");
49
54
  const require_popover = require("./components/popover/popover.cjs");
55
+ const require_quote = require("./components/quote/quote.cjs");
50
56
  const require_progress = require("./components/progress/progress.cjs");
51
57
  const require_radio_group = require("./components/radio-group/radio-group.cjs");
52
58
  const require_range_slider = require("./components/range-slider/range-slider.cjs");
@@ -55,6 +61,7 @@ const require_slider = require("./components/slider/slider.cjs");
55
61
  const require_sidebar = require("./components/sidebar/sidebar.cjs");
56
62
  const require_scroll_area = require("./components/scroll-area/scroll-area.cjs");
57
63
  const require_skeleton = require("./components/skeleton/skeleton.cjs");
64
+ const require_stat = require("./components/stat/stat.cjs");
58
65
  const require_stepper = require("./components/stepper/stepper.cjs");
59
66
  const require_tabs = require("./components/tabs/tabs.cjs");
60
67
  const require_table = require("./components/table/table.cjs");
@@ -80,6 +87,7 @@ exports.AccordionPanel = require_accordion.AccordionPanel;
80
87
  exports.AccordionRoot = require_accordion.AccordionRoot;
81
88
  exports.AccordionTrigger = require_accordion.AccordionTrigger;
82
89
  exports.Alert = require_alert.Alert;
90
+ exports.AlertActions = require_alert.AlertActions;
83
91
  exports.AlertDescription = require_alert.AlertDescription;
84
92
  exports.AlertDialog = require_alert_dialog.AlertDialog;
85
93
  exports.AlertDialogAction = require_alert_dialog.AlertDialogAction;
@@ -99,6 +107,7 @@ exports.AlertDialogViewport = require_alert_dialog.AlertDialogViewport;
99
107
  exports.AlertIcon = require_alert.AlertIcon;
100
108
  exports.AlertRoot = require_alert.AlertRoot;
101
109
  exports.AlertTitle = require_alert.AlertTitle;
110
+ exports.AspectRatio = require_aspect_ratio.AspectRatio;
102
111
  exports.Avatar = require_avatar.Avatar;
103
112
  exports.AvatarFallback = require_avatar.AvatarFallback;
104
113
  exports.AvatarImage = require_avatar.AvatarImage;
@@ -131,6 +140,7 @@ exports.Card = require_card.Card;
131
140
  exports.CardContent = require_card.CardContent;
132
141
  exports.CardFooter = require_card.CardFooter;
133
142
  exports.CardHeader = require_card.CardHeader;
143
+ exports.CardNamespace = require_card.CardNamespace;
134
144
  exports.CardTitle = require_card.CardTitle;
135
145
  exports.Checkbox = require_checkbox.Checkbox;
136
146
  exports.CheckboxGroup = require_checkbox_group.CheckboxGroup;
@@ -140,6 +150,7 @@ exports.CheckboxGroupLabel = require_checkbox_group.CheckboxGroupLabel;
140
150
  exports.CheckboxGroupOption = require_checkbox_group.CheckboxGroupOption;
141
151
  exports.CheckboxGroupOptions = require_checkbox_group.CheckboxGroupOptions;
142
152
  exports.CheckboxGroupRoot = require_checkbox_group.CheckboxGroupRoot;
153
+ exports.Code = require_code.Code;
143
154
  exports.Collapsible = require_collapsible.Collapsible;
144
155
  exports.CollapsibleIndicator = require_collapsible.CollapsibleIndicator;
145
156
  exports.CollapsiblePanel = require_collapsible.CollapsiblePanel;
@@ -319,16 +330,22 @@ exports.Fieldset = require_fieldset.Fieldset;
319
330
  exports.FieldsetDescription = require_fieldset.FieldsetDescription;
320
331
  exports.FieldsetLegend = require_fieldset.FieldsetLegend;
321
332
  exports.FieldsetRoot = require_fieldset.FieldsetRoot;
333
+ exports.Figure = require_figure.Figure;
334
+ exports.FigureCaption = require_figure.FigureCaption;
335
+ exports.FigureImage = require_figure.FigureImage;
336
+ exports.FigureRoot = require_figure.FigureRoot;
322
337
  exports.Flex = require_index.Flex;
323
338
  exports.Form = require_form.Form;
324
339
  exports.Grid = require_index.Grid;
325
340
  exports.Heading = require_heading.Heading;
326
341
  exports.IconButton = require_icon_button.IconButton;
342
+ exports.Image = require_image.Image;
327
343
  exports.Input = require_input.Input;
328
344
  exports.InputGroup = require_input_group.InputGroup;
329
345
  exports.InputGroupAddon = require_input_group.InputGroupAddon;
330
346
  exports.InputGroupRoot = require_input_group.InputGroupRoot;
331
347
  exports.JaciFormContext = require_form.JaciFormContext;
348
+ exports.Kbd = require_kbd.Kbd;
332
349
  exports.Link = require_link.Link;
333
350
  exports.List = require_list.List;
334
351
  exports.ListItem = require_list.ListItem;
@@ -439,6 +456,7 @@ exports.PopoverRoot = require_popover.PopoverRoot;
439
456
  exports.PopoverTitle = require_popover.PopoverTitle;
440
457
  exports.PopoverTrigger = require_popover.PopoverTrigger;
441
458
  exports.Progress = require_progress.Progress;
459
+ exports.Quote = require_quote.Quote;
442
460
  exports.Radio = require_radio.Radio;
443
461
  exports.RadioGroup = require_radio_group.RadioGroup;
444
462
  exports.RadioGroupIndicator = require_radio_group.RadioGroupIndicator;
@@ -502,6 +520,15 @@ exports.SliderTrack = require_slider.SliderTrack;
502
520
  exports.SliderValue = require_slider.SliderValue;
503
521
  exports.Spinner = require_index.Spinner;
504
522
  exports.Stack = require_index.Stack;
523
+ exports.Stat = require_stat.Stat;
524
+ exports.StatDescription = require_stat.StatDescription;
525
+ exports.StatGroup = require_stat.StatGroup;
526
+ exports.StatGroupRoot = require_stat.StatGroupRoot;
527
+ exports.StatIcon = require_stat.StatIcon;
528
+ exports.StatLabel = require_stat.StatLabel;
529
+ exports.StatRoot = require_stat.StatRoot;
530
+ exports.StatTrend = require_stat.StatTrend;
531
+ exports.StatValue = require_stat.StatValue;
505
532
  exports.Stepper = require_stepper.Stepper;
506
533
  exports.StepperContent = require_stepper.StepperContent;
507
534
  exports.StepperDescription = require_stepper.StepperDescription;
package/dist/index.d.cts CHANGED
@@ -1,11 +1,13 @@
1
1
  import { Accordion, AccordionHeader, AccordionHeaderProps, AccordionIndicator, AccordionIndicatorProps, AccordionItem, AccordionItemProps, AccordionPanel, AccordionPanelProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from "./components/accordion/accordion.cjs";
2
2
  import "./components/accordion/index.cjs";
3
- import { Alert, AlertDescription, AlertDescriptionProps, AlertIcon, AlertIconProps, AlertRoot, AlertRootProps, AlertTitle, AlertTitleProps, AlertTone } from "./components/alert/alert.cjs";
3
+ import { Alert, AlertActions, AlertActionsProps, AlertDescription, AlertDescriptionProps, AlertIcon, AlertIconProps, AlertRoot, AlertRootProps, AlertTitle, AlertTitleProps, AlertTone } from "./components/alert/alert.cjs";
4
4
  import "./components/alert/index.cjs";
5
5
  import { Dialog, DialogBackdrop, DialogBackdropProps, DialogBody, DialogBodyProps, DialogClose, DialogCloseProps, DialogDescription, DialogDescriptionProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogPopup, DialogPopupProps, DialogPortal, DialogPortalProps, DialogRoot, DialogRootProps, DialogSize, DialogTitle, DialogTitleProps, DialogTrigger, DialogTriggerProps, DialogViewport, DialogViewportProps } from "./components/dialog/dialog.cjs";
6
6
  import "./components/dialog/index.cjs";
7
7
  import { AlertDialog, AlertDialogAction, AlertDialogActionProps, AlertDialogBackdrop, AlertDialogBackdropProps, AlertDialogBody, AlertDialogBodyProps, AlertDialogCancel, AlertDialogCancelProps, AlertDialogClose, AlertDialogCloseProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogFooter, AlertDialogFooterProps, AlertDialogHeader, AlertDialogHeaderProps, AlertDialogPopup, AlertDialogPopupProps, AlertDialogPortal, AlertDialogPortalProps, AlertDialogRoot, AlertDialogRootProps, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps, AlertDialogViewport, AlertDialogViewportProps } from "./components/alert-dialog/alert-dialog.cjs";
8
8
  import "./components/alert-dialog/index.cjs";
9
+ import { AspectRatio, AspectRatioProps } from "./components/aspect-ratio/aspect-ratio.cjs";
10
+ import "./components/aspect-ratio/index.cjs";
9
11
  import { Avatar, AvatarFallback, AvatarFallbackProps, AvatarImage, AvatarImageProps, AvatarRoot, AvatarRootProps, AvatarShape, AvatarSize } from "./components/avatar/avatar.cjs";
10
12
  import "./components/avatar/index.cjs";
11
13
  import { Breadcrumbs, BreadcrumbsCurrent, BreadcrumbsCurrentProps, BreadcrumbsItem, BreadcrumbsItemProps, BreadcrumbsLink, BreadcrumbsLinkProps, BreadcrumbsList, BreadcrumbsListProps, BreadcrumbsRoot, BreadcrumbsRootProps, BreadcrumbsSeparator, BreadcrumbsSeparatorProps } from "./components/breadcrumbs/breadcrumbs.cjs";
@@ -14,9 +16,11 @@ import { Button, ButtonProps } from "./components/button/button.cjs";
14
16
  import "./components/button/index.cjs";
15
17
  import { ButtonGroup, ButtonGroupProps, ButtonGroupRoot } from "./components/button-group/button-group.cjs";
16
18
  import "./components/button-group/index.cjs";
19
+ import { Code, CodeProps, CodeVariant } from "./components/code/code.cjs";
20
+ import "./components/code/index.cjs";
17
21
  import { Calendar, CalendarCaption, CalendarCaptionProps, CalendarDay, CalendarDayProps, CalendarGrid, CalendarGridProps, CalendarHeader, CalendarHeaderProps, CalendarMonthSelect, CalendarMonthSelectProps, CalendarNavigationProps, CalendarNext, CalendarPrevious, CalendarRoot, CalendarRootProps, CalendarYearRange, CalendarYearSelect, CalendarYearSelectProps } from "./components/calendar/calendar.cjs";
18
22
  import "./components/calendar/index.cjs";
19
- import { Card, CardContent, CardFooter, CardHeader, CardProps, CardTitle } from "./components/card/card.cjs";
23
+ import { Card, CardContent, CardFooter, CardHeader, CardNamespace, CardProps, CardTitle } from "./components/card/card.cjs";
20
24
  import "./components/card/index.cjs";
21
25
  import { CheckboxGroup, CheckboxGroupIndicator, CheckboxGroupIndicatorProps, CheckboxGroupItem, CheckboxGroupItemProps, CheckboxGroupLabel, CheckboxGroupLabelProps, CheckboxGroupOption, CheckboxGroupOptionProps, CheckboxGroupOptions, CheckboxGroupOptionsProps, CheckboxGroupRoot, CheckboxGroupRootProps } from "./components/checkbox-group/checkbox-group.cjs";
22
26
  import "./components/checkbox-group/index.cjs";
@@ -43,6 +47,10 @@ import { Field, FieldControl, FieldControlProps, FieldDescription, FieldError, F
43
47
  import "./components/field/index.cjs";
44
48
  import { Fieldset, FieldsetDescription, FieldsetLegend, FieldsetLegendProps, FieldsetRoot, FieldsetRootProps } from "./components/fieldset/fieldset.cjs";
45
49
  import "./components/fieldset/index.cjs";
50
+ import { Image, ImageFit, ImageProps, ImageStatus } from "./components/image/image.cjs";
51
+ import "./components/image/index.cjs";
52
+ import { Figure, FigureCaption, FigureCaptionProps, FigureImage, FigureImageProps, FigureRoot, FigureRootProps } from "./components/figure/figure.cjs";
53
+ import "./components/figure/index.cjs";
46
54
  import { Form, FormErrors, FormProps, JaciFormContext } from "./components/form/form.cjs";
47
55
  import "./components/form/index.cjs";
48
56
  import { Flex, FlexProps, Grid, GridProps, LayoutAlign, LayoutGap, LayoutJustify, LayoutWrap, Separator, SeparatorProps, Spinner, SpinnerProps, Stack, StackProps } from "./components/layout/index.cjs";
@@ -67,6 +75,8 @@ import { IconButton, IconButtonProps } from "./components/icon-button/icon-butto
67
75
  import "./components/icon-button/index.cjs";
68
76
  import { InputGroup, InputGroupAddon, InputGroupAddonProps, InputGroupRoot, InputGroupRootProps } from "./components/input-group/input-group.cjs";
69
77
  import "./components/input-group/index.cjs";
78
+ import { Kbd, KbdProps, KbdSize, KbdVariant } from "./components/kbd/kbd.cjs";
79
+ import "./components/kbd/index.cjs";
70
80
  import { List, ListGap, ListItem, ListItemAction, ListItemActionProps, ListItemContent, ListItemContentProps, ListItemDescription, ListItemDescriptionProps, ListItemProps, ListItemTitle, ListItemTitleProps, ListRoot, ListRootProps, ListVariant } from "./components/list/list.cjs";
71
81
  import "./components/list/index.cjs";
72
82
  import { Menubar, MenubarArrow, MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, MenubarCheckboxItemIndicatorProps, MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, MenubarGroupLabelProps, MenubarGroupProps, MenubarItem, MenubarItemProps, MenubarLinkItem, MenubarLinkItemProps, MenubarMenu, MenubarMenuProps, MenubarOrientation, MenubarPopup, MenubarPopupProps, MenubarPortal, MenubarPortalProps, MenubarPositioner, MenubarPositionerProps, MenubarRadioGroup, MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, MenubarRadioItemIndicatorProps, MenubarRadioItemProps, MenubarRoot, MenubarRootProps, MenubarSeparator, MenubarSeparatorProps, MenubarSubmenuRoot, MenubarSubmenuRootProps, MenubarSubmenuTrigger, MenubarSubmenuTriggerProps, MenubarTrigger, MenubarTriggerProps } from "./components/menubar/menubar.cjs";
@@ -88,6 +98,8 @@ import { PinInput, PinInputControl, PinInputControlProps, PinInputDescription, P
88
98
  import "./components/pin-input/index.cjs";
89
99
  import { Popover, PopoverArrow, PopoverArrowProps, PopoverClose, PopoverCloseProps, PopoverDescription, PopoverDescriptionProps, PopoverPopup, PopoverPopupProps, PopoverPortal, PopoverPositioner, PopoverPositionerProps, PopoverRoot, PopoverRootProps, PopoverTitle, PopoverTitleProps, PopoverTrigger, PopoverTriggerProps } from "./components/popover/popover.cjs";
90
100
  import "./components/popover/index.cjs";
101
+ import { Quote, QuoteProps, QuoteSize, QuoteVariant } from "./components/quote/quote.cjs";
102
+ import "./components/quote/index.cjs";
91
103
  import { Progress, ProgressProps } from "./components/progress/progress.cjs";
92
104
  import "./components/progress/index.cjs";
93
105
  import { RadioGroup, RadioGroupIndicator, RadioGroupIndicatorProps, RadioGroupItem, RadioGroupItemProps, RadioGroupLabel, RadioGroupLabelProps, RadioGroupOption, RadioGroupOptionProps, RadioGroupOptions, RadioGroupOptionsProps, RadioGroupRoot, RadioGroupRootProps } from "./components/radio-group/radio-group.cjs";
@@ -104,6 +116,9 @@ import { ScrollArea, ScrollAreaContent, ScrollAreaContentProps, ScrollAreaCorner
104
116
  import "./components/scroll-area/index.cjs";
105
117
  import { Skeleton, SkeletonProps, SkeletonVariant } from "./components/skeleton/skeleton.cjs";
106
118
  import "./components/skeleton/index.cjs";
119
+ import { Stat, StatDescription, StatDescriptionProps, StatGroup, StatGroupProps, StatGroupRoot, StatGroupRootProps, StatIcon, StatIconProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatSize, StatTone, StatTrend, StatTrendDirection, StatTrendProps, StatValue, StatValueProps } from "./components/stat/stat.cjs";
120
+ import "./components/stat/index.cjs";
121
+ import "./components/stat-group/index.cjs";
107
122
  import { Stepper, StepperContent, StepperDescription, StepperIndicator, StepperItem, StepperItemProps, StepperList, StepperNavigationButtonProps, StepperNext, StepperOrientation, StepperPrevious, StepperRoot, StepperRootProps, StepperSeparator, StepperStatus, StepperTitle, StepperTrigger, StepperTriggerProps } from "./components/stepper/stepper.cjs";
108
123
  import "./components/stepper/index.cjs";
109
124
  import { Tabs, TabsList, TabsListProps, TabsPanel, TabsPanelProps, TabsRoot, TabsRootProps, TabsTab, TabsTabProps, TabsVariant } from "./components/tabs/tabs.cjs";
@@ -126,7 +141,7 @@ import { TreeView, TreeViewEmpty, TreeViewError, TreeViewGroup, TreeViewGroupPro
126
141
  import "./components/tree-view/index.cjs";
127
142
  import { Upload, UploadCancel, UploadCancelProps, UploadDropzone, UploadDropzoneProps, UploadError, UploadErrorProps, UploadFileState, UploadFileStatus, UploadHint, UploadHintProps, UploadIcon, UploadIconProps, UploadInput, UploadInputProps, UploadItem, UploadItemProps, UploadList, UploadListProps, UploadPreview, UploadPreviewProps, UploadProgress, UploadProgressProps, UploadRejection, UploadRejectionReason, UploadRemove, UploadRemoveProps, UploadRoot, UploadRootProps, UploadStatus, UploadStatusProps, UploadText, UploadTextProps, UploadTrigger, UploadTriggerProps } from "./components/upload/upload.cjs";
128
143
  import "./components/upload/index.cjs";
129
- import { Heading, HeadingElement, HeadingProps, HeadingSize } from "./components/typography/heading.cjs";
144
+ import { Heading, HeadingElement, HeadingProps, HeadingSize, TypographyLineClamp, TypographyWeight, TypographyWidth } from "./components/typography/heading.cjs";
130
145
  import { Link, LinkProps } from "./components/typography/link.cjs";
131
146
  import { Paragraph, ParagraphProps } from "./components/typography/paragraph.cjs";
132
147
  import { Text, TextElement, TextProps, TextSize, TextTone } from "./components/typography/text.cjs";
@@ -135,4 +150,4 @@ import { VisuallyHidden, VisuallyHiddenProps } from "./components/visually-hidde
135
150
  import "./components/visually-hidden/index.cjs";
136
151
  import { JaciThemeColorTokens, JaciThemeTokenGroup, JaciThemeTokenValue, JaciThemeTokens, ThemeContextValue, ThemeMode, ThemeProvider, ThemeProviderProps, useTheme } from "./theme/theme-provider.cjs";
137
152
  import "./theme/index.cjs";
138
- export { Accordion, AccordionHeader, type AccordionHeaderProps, AccordionIndicator, type AccordionIndicatorProps, AccordionItem, type AccordionItemProps, AccordionPanel, type AccordionPanelProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type AccordionTriggerProps, Alert, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogBackdrop, type AlertDialogBackdropProps, AlertDialogBody, type AlertDialogBodyProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogPopup, type AlertDialogPopupProps, AlertDialogPortal, type AlertDialogPortalProps, AlertDialogRoot, type AlertDialogRootProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, AlertDialogViewport, type AlertDialogViewportProps, AlertIcon, type AlertIconProps, AlertRoot, type AlertRootProps, AlertTitle, type AlertTitleProps, type AlertTone, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, AvatarRoot, type AvatarRootProps, type AvatarShape, type AvatarSize, Badge, type BadgeProps, BottomNavigation, BottomNavigationItem, type BottomNavigationItemProps, type BottomNavigationProps, BottomNavigationRoot, Breadcrumbs, BreadcrumbsCurrent, type BreadcrumbsCurrentProps, BreadcrumbsItem, type BreadcrumbsItemProps, BreadcrumbsLink, type BreadcrumbsLinkProps, BreadcrumbsList, type BreadcrumbsListProps, BreadcrumbsRoot, type BreadcrumbsRootProps, BreadcrumbsSeparator, type BreadcrumbsSeparatorProps, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupRoot, type ButtonProps, Calendar, CalendarCaption, type CalendarCaptionProps, CalendarDay, type CalendarDayProps, CalendarGrid, type CalendarGridProps, CalendarHeader, type CalendarHeaderProps, CalendarMonthSelect, type CalendarMonthSelectProps, type CalendarNavigationProps, CalendarNext, CalendarPrevious, CalendarRoot, type CalendarRootProps, type CalendarYearRange, CalendarYearSelect, type CalendarYearSelectProps, Card, CardContent, CardFooter, CardHeader, type CardProps, CardTitle, Checkbox, CheckboxGroup, CheckboxGroupIndicator, type CheckboxGroupIndicatorProps, CheckboxGroupItem, type CheckboxGroupItemProps, CheckboxGroupLabel, type CheckboxGroupLabelProps, CheckboxGroupOption, type CheckboxGroupOptionProps, CheckboxGroupOptions, type CheckboxGroupOptionsProps, CheckboxGroupRoot, type CheckboxGroupRootProps, type CheckboxProps, Collapsible, CollapsibleIndicator, type CollapsibleIndicatorProps, CollapsiblePanel, type CollapsiblePanelProps, CollapsibleRoot, type CollapsibleRootProps, CollapsibleTrigger, type CollapsibleTriggerProps, type ColorFormat, type ColorModel, ColorPicker, ColorPickerAlpha, type ColorPickerAlphaProps, ColorPickerControl, type ColorPickerControlProps, ColorPickerHue, type ColorPickerHueProps, ColorPickerInput, type ColorPickerInputProps, ColorPickerLabel, type ColorPickerLabelProps, ColorPickerNativeInput, type ColorPickerNativeInputProps, ColorPickerPalette, type ColorPickerPaletteProps, ColorPickerPopup, type ColorPickerPopupProps, ColorPickerPortal, ColorPickerPositioner, type ColorPickerPositionerProps, ColorPickerPreview, type ColorPickerPreviewProps, ColorPickerRoot, type ColorPickerRootProps, ColorPickerSwatch, type ColorPickerSwatchProps, ColorPickerSwatches, type ColorPickerSwatchesProps, ColorPickerTrigger, type ColorPickerTriggerProps, ColorPickerValue, type ColorPickerValueProps, Combobox, ComboboxArrow, type ComboboxArrowProps, ComboboxClear, type ComboboxClearProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxIcon, type ComboboxIconProps, ComboboxInput, ComboboxInputGroup, type ComboboxInputGroupProps, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxLabel, type ComboboxLabelProps, ComboboxList, type ComboboxListProps, ComboboxLoading, type ComboboxLoadingProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, ComboboxPositioner, type ComboboxPositionerProps, ComboboxRoot, type ComboboxRootProps, type ComboboxSize, ComboboxStatus, type ComboboxStatusProps, ComboboxTrigger, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, Command, CommandEmpty, type CommandEmptyProps, type CommandFilter, CommandGroup, type CommandGroupProps, CommandInput, type CommandInputProps, CommandItem, CommandItemIndicator, type CommandItemProps, CommandList, type CommandListProps, CommandLoading, type CommandLoadingProps, CommandRoot, type CommandRootProps, CommandSeparator, type CommandSeparatorProps, ContextMenu, ContextMenuArrow, type ContextMenuArrowProps, ContextMenuBackdrop, type ContextMenuBackdropProps, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, type ContextMenuCheckboxItemIndicatorProps, type ContextMenuCheckboxItemProps, ContextMenuGroup, ContextMenuGroupLabel, type ContextMenuGroupLabelProps, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuLinkItem, type ContextMenuLinkItemProps, ContextMenuPopup, type ContextMenuPopupProps, ContextMenuPortal, type ContextMenuPortalProps, ContextMenuPositioner, type ContextMenuPositionerProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, type ContextMenuRadioItemIndicatorProps, type ContextMenuRadioItemProps, ContextMenuRoot, type ContextMenuRootProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuSubmenuRoot, type ContextMenuSubmenuRootProps, ContextMenuSubmenuTrigger, type ContextMenuSubmenuTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, Copyable, CopyableContent, CopyableContentProps, CopyableIndicator, CopyableIndicatorProps, CopyableRoot, CopyableRootProps, DataToolbar, DataToolbarActions, type DataToolbarActionsProps, DataToolbarClear, type DataToolbarClearProps, DataToolbarClearSelection, type DataToolbarClearSelectionProps, DataToolbarFilters, type DataToolbarFiltersProps, DataToolbarRoot, type DataToolbarRootProps, DataToolbarSearch, type DataToolbarSearchProps, DataToolbarSelection, type DataToolbarSelectionProps, DataToolbarSeparator, type DataToolbarSeparatorProps, DataToolbarSort, type DataToolbarSortProps, DataView, type DataViewColumns, DataViewContent, type DataViewContentProps, DataViewEmpty, DataViewError, DataViewFilters, type DataViewFiltersProps, DataViewFooter, type DataViewFooterProps, type DataViewLayout, DataViewLoading, DataViewPagination, type DataViewPaginationProps, DataViewRoot, type DataViewRootProps, type DataViewStateProps, type DataViewStatus, DataViewToolbar, type DataViewToolbarProps, DatePicker, DatePickerCalendar, type DatePickerCalendarProps, DatePickerCaption, type DatePickerCaptionProps, DatePickerClear, type DatePickerClearProps, DatePickerClose, type DatePickerCloseProps, DatePickerControl, type DatePickerControlProps, DatePickerDay, type DatePickerDayProps, type DatePickerGranularity, DatePickerHeader, type DatePickerHeaderProps, DatePickerLabel, type DatePickerLabelProps, DatePickerMonthSelect, type DatePickerMonthSelectProps, type DatePickerNavigationProps, DatePickerNext, DatePickerPopup, type DatePickerPopupProps, DatePickerPortal, type DatePickerPortalProps, DatePickerPositioner, type DatePickerPositionerProps, DatePickerPrevious, DatePickerRoot, type DatePickerRootProps, type DatePickerSize, DatePickerTimeField, type DatePickerTimeFieldProps, DatePickerTrigger, type DatePickerTriggerProps, DatePickerValue, type DatePickerValueProps, type DatePickerYearRange, DatePickerYearSelect, type DatePickerYearSelectProps, type DateRange, DateRangePicker, DateRangePickerCalendar, type DateRangePickerCalendarProps, DateRangePickerClear, type DateRangePickerClearProps, DateRangePickerClose, type DateRangePickerCloseProps, DateRangePickerControl, type DateRangePickerControlProps, DateRangePickerDay, type DateRangePickerDayProps, DateRangePickerEndInput, DateRangePickerHeader, type DateRangePickerHeaderProps, type DateRangePickerInputProps, DateRangePickerLabel, type DateRangePickerLabelProps, DateRangePickerMonthSelect, type DateRangePickerMonthSelectProps, type DateRangePickerNavigationProps, DateRangePickerNext, DateRangePickerPopup, type DateRangePickerPopupProps, DateRangePickerPortal, type DateRangePickerPortalProps, DateRangePickerPositioner, type DateRangePickerPositionerProps, DateRangePickerPreview, type DateRangePickerPreviewProps, DateRangePickerPrevious, DateRangePickerRoot, type DateRangePickerRootProps, DateRangePickerStartInput, DateRangePickerTrigger, type DateRangePickerTriggerProps, DateRangePickerValue, type DateRangePickerValueProps, type DateRangePickerYearRange, DateRangePickerYearSelect, type DateRangePickerYearSelectProps, Dialog, DialogBackdrop, type DialogBackdropProps, DialogBody, type DialogBodyProps, DialogClose, type DialogCloseProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogPopup, type DialogPopupProps, DialogPortal, type DialogPortalProps, DialogRoot, type DialogRootProps, type DialogSize, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DialogViewport, type DialogViewportProps, Drawer, DrawerBackdrop, type DrawerBackdropProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerPopup, type DrawerPopupProps, DrawerPortal, type DrawerPortalProps, DrawerRoot, type DrawerRootProps, type DrawerSide, type DrawerSize, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DrawerViewport, type DrawerViewportProps, EmptyState, EmptyStateAction, EmptyStateDescription, EmptyStateIcon, EmptyStateRoot, type EmptyStateRootProps, EmptyStateTitle, Field, FieldControl, type FieldControlProps, FieldDescription, FieldError, type FieldErrorProps, FieldLabel, type FieldLabelProps, type FieldProps, type FieldValidationMode, Fieldset, FieldsetDescription, FieldsetLegend, type FieldsetLegendProps, FieldsetRoot, type FieldsetRootProps, Flex, FlexProps, Form, type FormErrors, type FormProps, Grid, GridProps, Heading, type HeadingElement, type HeadingProps, type HeadingSize, IconButton, type IconButtonProps, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, InputGroupRoot, type InputGroupRootProps, type InputProps, JaciFormContext, type JaciThemeColorTokens, type JaciThemeTokenGroup, type JaciThemeTokenValue, type JaciThemeTokens, LayoutAlign, LayoutGap, LayoutJustify, LayoutWrap, Link, type LinkProps, List, type ListGap, ListItem, ListItemAction, type ListItemActionProps, ListItemContent, type ListItemContentProps, ListItemDescription, type ListItemDescriptionProps, type ListItemProps, ListItemTitle, type ListItemTitleProps, ListRoot, type ListRootProps, type ListVariant, Menu, MenuGroup, MenuGroupLabel, type MenuGroupLabelProps, type MenuGroupProps, MenuItem, type MenuItemProps, MenuLinkItem, type MenuLinkItemProps, MenuPopup, type MenuPopupProps, MenuPortal, MenuPositioner, type MenuPositionerProps, MenuRoot, type MenuRootProps, MenuSeparator, type MenuSeparatorProps, MenuTrigger, type MenuTriggerProps, Menubar, MenubarArrow, type MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, type MenubarCheckboxItemIndicatorProps, type MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, type MenubarGroupLabelProps, type MenubarGroupProps, MenubarItem, type MenubarItemProps, MenubarLinkItem, type MenubarLinkItemProps, MenubarMenu, type MenubarMenuProps, type MenubarOrientation, MenubarPopup, type MenubarPopupProps, MenubarPortal, type MenubarPortalProps, MenubarPositioner, type MenubarPositionerProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, type MenubarRadioItemIndicatorProps, type MenubarRadioItemProps, MenubarRoot, type MenubarRootProps, MenubarSeparator, type MenubarSeparatorProps, MenubarSubmenuRoot, type MenubarSubmenuRootProps, MenubarSubmenuTrigger, type MenubarSubmenuTriggerProps, MenubarTrigger, type MenubarTriggerProps, Meter, MeterIndicator, type MeterIndicatorProps, MeterLabel, type MeterLabelProps, MeterRoot, type MeterRootProps, type MeterSize, type MeterTone, MeterTrack, type MeterTrackProps, MeterValue, type MeterValueProps, Navbar, NavbarBar, type NavbarBarProps, NavbarCenter, type NavbarCenterProps, NavbarClose, type NavbarCloseProps, NavbarDrawer, type NavbarDrawerPortalProps, type NavbarDrawerProps, NavbarEnd, type NavbarEndProps, NavbarItem, type NavbarItemProps, NavbarRoot, type NavbarRootProps, NavbarStart, type NavbarStartProps, NavbarToggle, type NavbarToggleProps, NavigationMenu, NavigationMenuArrow, type NavigationMenuArrowProps, NavigationMenuBackdrop, type NavigationMenuBackdropProps, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIcon, type NavigationMenuIconProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuOrientation, NavigationMenuPopup, type NavigationMenuPopupProps, NavigationMenuPortal, NavigationMenuPositioner, type NavigationMenuPositionerProps, NavigationMenuRoot, type NavigationMenuRootProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, NumberField, NumberFieldDecrement, type NumberFieldDecrementProps, NumberFieldGroup, type NumberFieldGroupProps, NumberFieldIncrement, type NumberFieldIncrementProps, NumberFieldInput, type NumberFieldInputProps, NumberFieldLabel, type NumberFieldLabelProps, NumberFieldRoot, type NumberFieldRootProps, NumberFieldScrubArea, NumberFieldScrubAreaCursor, type NumberFieldScrubAreaCursorProps, type NumberFieldScrubAreaProps, type NumberFieldSize, OptionSelector, OptionSelectorOption, OptionSelectorProps, OptionSelectorValue, Pagination, type PaginationDensity, PaginationEllipsis, type PaginationEllipsisProps, PaginationFirst, type PaginationFirstProps, PaginationItem, type PaginationItemProps, PaginationLast, type PaginationLastProps, PaginationLink, type PaginationLinkProps, PaginationList, type PaginationListProps, PaginationNext, type PaginationNextProps, PaginationPrevious, type PaginationPreviousProps, PaginationRoot, type PaginationRootProps, Paragraph, type ParagraphProps, PinInput, PinInputControl, type PinInputControlProps, PinInputDescription, type PinInputDescriptionProps, PinInputError, type PinInputErrorProps, PinInputHiddenInput, type PinInputHiddenInputProps, PinInputInput, type PinInputInputProps, PinInputInputs, type PinInputInputsProps, PinInputLabel, type PinInputLabelProps, PinInputRoot, type PinInputRootProps, Popover, PopoverArrow, type PopoverArrowProps, PopoverClose, type PopoverCloseProps, PopoverDescription, type PopoverDescriptionProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, PopoverPositioner, type PopoverPositionerProps, PopoverRoot, type PopoverRootProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, Progress, type ProgressProps, Radio, RadioGroup, RadioGroupIndicator, type RadioGroupIndicatorProps, RadioGroupItem, type RadioGroupItemProps, RadioGroupLabel, type RadioGroupLabelProps, RadioGroupOption, type RadioGroupOptionProps, RadioGroupOptions, type RadioGroupOptionsProps, RadioGroupRoot, type RadioGroupRootProps, type RadioProps, RangeSlider, RangeSliderControl, type RangeSliderControlProps, RangeSliderIndicator, type RangeSliderIndicatorProps, RangeSliderLabel, type RangeSliderLabelProps, RangeSliderRoot, type RangeSliderRootProps, type RangeSliderSize, RangeSliderThumb, type RangeSliderThumbProps, RangeSliderTrack, type RangeSliderTrackProps, RangeSliderValue, type RangeSliderValueProps, ScrollArea, ScrollAreaContent, ScrollAreaContentProps, ScrollAreaCorner, ScrollAreaCornerProps, ScrollAreaRoot, ScrollAreaRootProps, ScrollAreaScrollbar, ScrollAreaScrollbarProps, ScrollAreaThumb, ScrollAreaThumbProps, ScrollAreaViewport, ScrollAreaViewportProps, Select, SelectClear, type SelectClearProps, SelectEmpty, type SelectEmptyProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectLabel, type SelectLabelProps, SelectList, type SelectListProps, SelectLoading, type SelectLoadingProps, SelectPopup, type SelectPopupProps, SelectPortal, SelectPositioner, type SelectPositionerProps, SelectRoot, type SelectRootProps, SelectSeparator, type SelectSeparatorProps, type SelectSize, SelectStatus, type SelectStatusProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, SeparatorProps, Sidebar, SidebarContent, type SidebarContentProps, type SidebarContextValue, SidebarFooter, type SidebarFooterProps, SidebarHeader, type SidebarHeaderProps, SidebarItem, type SidebarItemProps, SidebarLabel, type SidebarLabelProps, SidebarRoot, type SidebarRootProps, SidebarToggle, type SidebarToggleProps, Skeleton, type SkeletonProps, type SkeletonVariant, Slider, SliderControl, type SliderControlProps, SliderIndicator, type SliderIndicatorProps, SliderLabel, type SliderLabelProps, SliderRoot, type SliderRootProps, type SliderSize, SliderThumb, type SliderThumbProps, SliderTrack, type SliderTrackProps, SliderValue, type SliderValueProps, Spinner, SpinnerProps, Stack, StackProps, Stepper, StepperContent, StepperDescription, StepperIndicator, StepperItem, type StepperItemProps, StepperList, type StepperNavigationButtonProps, StepperNext, type StepperOrientation, StepperPrevious, StepperRoot, type StepperRootProps, StepperSeparator, type StepperStatus, StepperTitle, StepperTrigger, type StepperTriggerProps, Switch, type SwitchProps, Table, type TableAlignment, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableContainer, type TableContainerProps, type TableDensity, TableDescription, type TableDescriptionProps, TableEmpty, type TableEmptyProps, TableError, type TableErrorProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableHideBelow, TableLoading, type TableLoadingProps, TableRoot, type TableRootProps, TableRow, type TableRowProps, TableSelectionCell, type TableSelectionCellProps, TableSelectionHeader, type TableSelectionHeaderProps, type TableSelectionMode, type TableSortDirection, type TableSortState, type TableStatus, Tabs, TabsList, type TabsListProps, TabsPanel, type TabsPanelProps, TabsRoot, type TabsRootProps, TabsTab, type TabsTabProps, type TabsVariant, TagsInput, TagsInputProps, Text, type TextElement, type TextProps, type TextSize, type TextTone, Textarea, type TextareaProps, type ThemeContextValue, type ThemeMode, ThemeProvider, type ThemeProviderProps, Toast, ToastAction, ToastActionProps, ToastClose, ToastCloseProps, ToastComponent, ToastContent, ToastContentProps, ToastDescription, ToastDescriptionProps, ToastPortal, ToastProvider, ToastProviderProps, ToastRoot, ToastRootProps, ToastText, ToastTextProps, ToastTitle, ToastTitleProps, ToastTone, ToastViewport, ToastViewportProps, Toggle, ToggleGroup, ToggleGroupItem, ToggleGroupItemProps, ToggleGroupRoot, ToggleGroupRootProps, ToggleProps, ToggleSize, ToggleVariant, Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarInput, ToolbarInputProps, ToolbarLink, ToolbarLinkProps, ToolbarOrientation, ToolbarRoot, ToolbarRootProps, ToolbarSeparator, ToolbarSeparatorProps, Tooltip, TooltipArrow, type TooltipArrowProps, TooltipPopup, type TooltipPopupProps, TooltipPortal, TooltipPositioner, type TooltipPositionerProps, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps, TreeView, TreeViewEmpty, TreeViewError, TreeViewGroup, type TreeViewGroupProps, TreeViewItem, type TreeViewItemProps, TreeViewLabel, type TreeViewLabelProps, TreeViewLoading, TreeViewRoot, type TreeViewRootProps, type TreeViewSelection, type TreeViewSelectionMode, type TreeViewStateProps, TreeViewToggle, type TreeViewToggleProps, Upload, UploadCancel, type UploadCancelProps, UploadDropzone, type UploadDropzoneProps, UploadError, type UploadErrorProps, type UploadFileState, type UploadFileStatus, UploadHint, type UploadHintProps, UploadIcon, type UploadIconProps, UploadInput, type UploadInputProps, UploadItem, type UploadItemProps, UploadList, type UploadListProps, UploadPreview, type UploadPreviewProps, UploadProgress, type UploadProgressProps, type UploadRejection, type UploadRejectionReason, UploadRemove, type UploadRemoveProps, UploadRoot, type UploadRootProps, UploadStatus, type UploadStatusProps, UploadText, type UploadTextProps, UploadTrigger, type UploadTriggerProps, VisuallyHidden, type VisuallyHiddenProps, defaultColor, formatColor, parseColor, useFieldState, useSidebar, useTheme };
153
+ export { Accordion, AccordionHeader, type AccordionHeaderProps, AccordionIndicator, type AccordionIndicatorProps, AccordionItem, type AccordionItemProps, AccordionPanel, type AccordionPanelProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type AccordionTriggerProps, Alert, AlertActions, type AlertActionsProps, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogBackdrop, type AlertDialogBackdropProps, AlertDialogBody, type AlertDialogBodyProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogPopup, type AlertDialogPopupProps, AlertDialogPortal, type AlertDialogPortalProps, AlertDialogRoot, type AlertDialogRootProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, AlertDialogViewport, type AlertDialogViewportProps, AlertIcon, type AlertIconProps, AlertRoot, type AlertRootProps, AlertTitle, type AlertTitleProps, type AlertTone, AspectRatio, type AspectRatioProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, AvatarRoot, type AvatarRootProps, type AvatarShape, type AvatarSize, Badge, type BadgeProps, BottomNavigation, BottomNavigationItem, type BottomNavigationItemProps, type BottomNavigationProps, BottomNavigationRoot, Breadcrumbs, BreadcrumbsCurrent, type BreadcrumbsCurrentProps, BreadcrumbsItem, type BreadcrumbsItemProps, BreadcrumbsLink, type BreadcrumbsLinkProps, BreadcrumbsList, type BreadcrumbsListProps, BreadcrumbsRoot, type BreadcrumbsRootProps, BreadcrumbsSeparator, type BreadcrumbsSeparatorProps, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupRoot, type ButtonProps, Calendar, CalendarCaption, type CalendarCaptionProps, CalendarDay, type CalendarDayProps, CalendarGrid, type CalendarGridProps, CalendarHeader, type CalendarHeaderProps, CalendarMonthSelect, type CalendarMonthSelectProps, type CalendarNavigationProps, CalendarNext, CalendarPrevious, CalendarRoot, type CalendarRootProps, type CalendarYearRange, CalendarYearSelect, type CalendarYearSelectProps, Card, CardContent, CardFooter, CardHeader, CardNamespace, type CardProps, CardTitle, Checkbox, CheckboxGroup, CheckboxGroupIndicator, type CheckboxGroupIndicatorProps, CheckboxGroupItem, type CheckboxGroupItemProps, CheckboxGroupLabel, type CheckboxGroupLabelProps, CheckboxGroupOption, type CheckboxGroupOptionProps, CheckboxGroupOptions, type CheckboxGroupOptionsProps, CheckboxGroupRoot, type CheckboxGroupRootProps, type CheckboxProps, Code, type CodeProps, type CodeVariant, Collapsible, CollapsibleIndicator, type CollapsibleIndicatorProps, CollapsiblePanel, type CollapsiblePanelProps, CollapsibleRoot, type CollapsibleRootProps, CollapsibleTrigger, type CollapsibleTriggerProps, type ColorFormat, type ColorModel, ColorPicker, ColorPickerAlpha, type ColorPickerAlphaProps, ColorPickerControl, type ColorPickerControlProps, ColorPickerHue, type ColorPickerHueProps, ColorPickerInput, type ColorPickerInputProps, ColorPickerLabel, type ColorPickerLabelProps, ColorPickerNativeInput, type ColorPickerNativeInputProps, ColorPickerPalette, type ColorPickerPaletteProps, ColorPickerPopup, type ColorPickerPopupProps, ColorPickerPortal, ColorPickerPositioner, type ColorPickerPositionerProps, ColorPickerPreview, type ColorPickerPreviewProps, ColorPickerRoot, type ColorPickerRootProps, ColorPickerSwatch, type ColorPickerSwatchProps, ColorPickerSwatches, type ColorPickerSwatchesProps, ColorPickerTrigger, type ColorPickerTriggerProps, ColorPickerValue, type ColorPickerValueProps, Combobox, ComboboxArrow, type ComboboxArrowProps, ComboboxClear, type ComboboxClearProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxIcon, type ComboboxIconProps, ComboboxInput, ComboboxInputGroup, type ComboboxInputGroupProps, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxLabel, type ComboboxLabelProps, ComboboxList, type ComboboxListProps, ComboboxLoading, type ComboboxLoadingProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, ComboboxPositioner, type ComboboxPositionerProps, ComboboxRoot, type ComboboxRootProps, type ComboboxSize, ComboboxStatus, type ComboboxStatusProps, ComboboxTrigger, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, Command, CommandEmpty, type CommandEmptyProps, type CommandFilter, CommandGroup, type CommandGroupProps, CommandInput, type CommandInputProps, CommandItem, CommandItemIndicator, type CommandItemProps, CommandList, type CommandListProps, CommandLoading, type CommandLoadingProps, CommandRoot, type CommandRootProps, CommandSeparator, type CommandSeparatorProps, ContextMenu, ContextMenuArrow, type ContextMenuArrowProps, ContextMenuBackdrop, type ContextMenuBackdropProps, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, type ContextMenuCheckboxItemIndicatorProps, type ContextMenuCheckboxItemProps, ContextMenuGroup, ContextMenuGroupLabel, type ContextMenuGroupLabelProps, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuLinkItem, type ContextMenuLinkItemProps, ContextMenuPopup, type ContextMenuPopupProps, ContextMenuPortal, type ContextMenuPortalProps, ContextMenuPositioner, type ContextMenuPositionerProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, type ContextMenuRadioItemIndicatorProps, type ContextMenuRadioItemProps, ContextMenuRoot, type ContextMenuRootProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuSubmenuRoot, type ContextMenuSubmenuRootProps, ContextMenuSubmenuTrigger, type ContextMenuSubmenuTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, Copyable, CopyableContent, CopyableContentProps, CopyableIndicator, CopyableIndicatorProps, CopyableRoot, CopyableRootProps, DataToolbar, DataToolbarActions, type DataToolbarActionsProps, DataToolbarClear, type DataToolbarClearProps, DataToolbarClearSelection, type DataToolbarClearSelectionProps, DataToolbarFilters, type DataToolbarFiltersProps, DataToolbarRoot, type DataToolbarRootProps, DataToolbarSearch, type DataToolbarSearchProps, DataToolbarSelection, type DataToolbarSelectionProps, DataToolbarSeparator, type DataToolbarSeparatorProps, DataToolbarSort, type DataToolbarSortProps, DataView, type DataViewColumns, DataViewContent, type DataViewContentProps, DataViewEmpty, DataViewError, DataViewFilters, type DataViewFiltersProps, DataViewFooter, type DataViewFooterProps, type DataViewLayout, DataViewLoading, DataViewPagination, type DataViewPaginationProps, DataViewRoot, type DataViewRootProps, type DataViewStateProps, type DataViewStatus, DataViewToolbar, type DataViewToolbarProps, DatePicker, DatePickerCalendar, type DatePickerCalendarProps, DatePickerCaption, type DatePickerCaptionProps, DatePickerClear, type DatePickerClearProps, DatePickerClose, type DatePickerCloseProps, DatePickerControl, type DatePickerControlProps, DatePickerDay, type DatePickerDayProps, type DatePickerGranularity, DatePickerHeader, type DatePickerHeaderProps, DatePickerLabel, type DatePickerLabelProps, DatePickerMonthSelect, type DatePickerMonthSelectProps, type DatePickerNavigationProps, DatePickerNext, DatePickerPopup, type DatePickerPopupProps, DatePickerPortal, type DatePickerPortalProps, DatePickerPositioner, type DatePickerPositionerProps, DatePickerPrevious, DatePickerRoot, type DatePickerRootProps, type DatePickerSize, DatePickerTimeField, type DatePickerTimeFieldProps, DatePickerTrigger, type DatePickerTriggerProps, DatePickerValue, type DatePickerValueProps, type DatePickerYearRange, DatePickerYearSelect, type DatePickerYearSelectProps, type DateRange, DateRangePicker, DateRangePickerCalendar, type DateRangePickerCalendarProps, DateRangePickerClear, type DateRangePickerClearProps, DateRangePickerClose, type DateRangePickerCloseProps, DateRangePickerControl, type DateRangePickerControlProps, DateRangePickerDay, type DateRangePickerDayProps, DateRangePickerEndInput, DateRangePickerHeader, type DateRangePickerHeaderProps, type DateRangePickerInputProps, DateRangePickerLabel, type DateRangePickerLabelProps, DateRangePickerMonthSelect, type DateRangePickerMonthSelectProps, type DateRangePickerNavigationProps, DateRangePickerNext, DateRangePickerPopup, type DateRangePickerPopupProps, DateRangePickerPortal, type DateRangePickerPortalProps, DateRangePickerPositioner, type DateRangePickerPositionerProps, DateRangePickerPreview, type DateRangePickerPreviewProps, DateRangePickerPrevious, DateRangePickerRoot, type DateRangePickerRootProps, DateRangePickerStartInput, DateRangePickerTrigger, type DateRangePickerTriggerProps, DateRangePickerValue, type DateRangePickerValueProps, type DateRangePickerYearRange, DateRangePickerYearSelect, type DateRangePickerYearSelectProps, Dialog, DialogBackdrop, type DialogBackdropProps, DialogBody, type DialogBodyProps, DialogClose, type DialogCloseProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogPopup, type DialogPopupProps, DialogPortal, type DialogPortalProps, DialogRoot, type DialogRootProps, type DialogSize, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DialogViewport, type DialogViewportProps, Drawer, DrawerBackdrop, type DrawerBackdropProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerPopup, type DrawerPopupProps, DrawerPortal, type DrawerPortalProps, DrawerRoot, type DrawerRootProps, type DrawerSide, type DrawerSize, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DrawerViewport, type DrawerViewportProps, EmptyState, EmptyStateAction, EmptyStateDescription, EmptyStateIcon, EmptyStateRoot, type EmptyStateRootProps, EmptyStateTitle, Field, FieldControl, type FieldControlProps, FieldDescription, FieldError, type FieldErrorProps, FieldLabel, type FieldLabelProps, type FieldProps, type FieldValidationMode, Fieldset, FieldsetDescription, FieldsetLegend, type FieldsetLegendProps, FieldsetRoot, type FieldsetRootProps, Figure, FigureCaption, type FigureCaptionProps, FigureImage, type FigureImageProps, FigureRoot, type FigureRootProps, Flex, FlexProps, Form, type FormErrors, type FormProps, Grid, GridProps, Heading, type HeadingElement, type HeadingProps, type HeadingSize, IconButton, type IconButtonProps, Image, type ImageFit, type ImageProps, type ImageStatus, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, InputGroupRoot, type InputGroupRootProps, type InputProps, JaciFormContext, type JaciThemeColorTokens, type JaciThemeTokenGroup, type JaciThemeTokenValue, type JaciThemeTokens, Kbd, type KbdProps, type KbdSize, type KbdVariant, LayoutAlign, LayoutGap, LayoutJustify, LayoutWrap, Link, type LinkProps, List, type ListGap, ListItem, ListItemAction, type ListItemActionProps, ListItemContent, type ListItemContentProps, ListItemDescription, type ListItemDescriptionProps, type ListItemProps, ListItemTitle, type ListItemTitleProps, ListRoot, type ListRootProps, type ListVariant, Menu, MenuGroup, MenuGroupLabel, type MenuGroupLabelProps, type MenuGroupProps, MenuItem, type MenuItemProps, MenuLinkItem, type MenuLinkItemProps, MenuPopup, type MenuPopupProps, MenuPortal, MenuPositioner, type MenuPositionerProps, MenuRoot, type MenuRootProps, MenuSeparator, type MenuSeparatorProps, MenuTrigger, type MenuTriggerProps, Menubar, MenubarArrow, type MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, type MenubarCheckboxItemIndicatorProps, type MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, type MenubarGroupLabelProps, type MenubarGroupProps, MenubarItem, type MenubarItemProps, MenubarLinkItem, type MenubarLinkItemProps, MenubarMenu, type MenubarMenuProps, type MenubarOrientation, MenubarPopup, type MenubarPopupProps, MenubarPortal, type MenubarPortalProps, MenubarPositioner, type MenubarPositionerProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, type MenubarRadioItemIndicatorProps, type MenubarRadioItemProps, MenubarRoot, type MenubarRootProps, MenubarSeparator, type MenubarSeparatorProps, MenubarSubmenuRoot, type MenubarSubmenuRootProps, MenubarSubmenuTrigger, type MenubarSubmenuTriggerProps, MenubarTrigger, type MenubarTriggerProps, Meter, MeterIndicator, type MeterIndicatorProps, MeterLabel, type MeterLabelProps, MeterRoot, type MeterRootProps, type MeterSize, type MeterTone, MeterTrack, type MeterTrackProps, MeterValue, type MeterValueProps, Navbar, NavbarBar, type NavbarBarProps, NavbarCenter, type NavbarCenterProps, NavbarClose, type NavbarCloseProps, NavbarDrawer, type NavbarDrawerPortalProps, type NavbarDrawerProps, NavbarEnd, type NavbarEndProps, NavbarItem, type NavbarItemProps, NavbarRoot, type NavbarRootProps, NavbarStart, type NavbarStartProps, NavbarToggle, type NavbarToggleProps, NavigationMenu, NavigationMenuArrow, type NavigationMenuArrowProps, NavigationMenuBackdrop, type NavigationMenuBackdropProps, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIcon, type NavigationMenuIconProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuOrientation, NavigationMenuPopup, type NavigationMenuPopupProps, NavigationMenuPortal, NavigationMenuPositioner, type NavigationMenuPositionerProps, NavigationMenuRoot, type NavigationMenuRootProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, NumberField, NumberFieldDecrement, type NumberFieldDecrementProps, NumberFieldGroup, type NumberFieldGroupProps, NumberFieldIncrement, type NumberFieldIncrementProps, NumberFieldInput, type NumberFieldInputProps, NumberFieldLabel, type NumberFieldLabelProps, NumberFieldRoot, type NumberFieldRootProps, NumberFieldScrubArea, NumberFieldScrubAreaCursor, type NumberFieldScrubAreaCursorProps, type NumberFieldScrubAreaProps, type NumberFieldSize, OptionSelector, OptionSelectorOption, OptionSelectorProps, OptionSelectorValue, Pagination, type PaginationDensity, PaginationEllipsis, type PaginationEllipsisProps, PaginationFirst, type PaginationFirstProps, PaginationItem, type PaginationItemProps, PaginationLast, type PaginationLastProps, PaginationLink, type PaginationLinkProps, PaginationList, type PaginationListProps, PaginationNext, type PaginationNextProps, PaginationPrevious, type PaginationPreviousProps, PaginationRoot, type PaginationRootProps, Paragraph, type ParagraphProps, PinInput, PinInputControl, type PinInputControlProps, PinInputDescription, type PinInputDescriptionProps, PinInputError, type PinInputErrorProps, PinInputHiddenInput, type PinInputHiddenInputProps, PinInputInput, type PinInputInputProps, PinInputInputs, type PinInputInputsProps, PinInputLabel, type PinInputLabelProps, PinInputRoot, type PinInputRootProps, Popover, PopoverArrow, type PopoverArrowProps, PopoverClose, type PopoverCloseProps, PopoverDescription, type PopoverDescriptionProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, PopoverPositioner, type PopoverPositionerProps, PopoverRoot, type PopoverRootProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, Progress, type ProgressProps, Quote, type QuoteProps, type QuoteSize, type QuoteVariant, Radio, RadioGroup, RadioGroupIndicator, type RadioGroupIndicatorProps, RadioGroupItem, type RadioGroupItemProps, RadioGroupLabel, type RadioGroupLabelProps, RadioGroupOption, type RadioGroupOptionProps, RadioGroupOptions, type RadioGroupOptionsProps, RadioGroupRoot, type RadioGroupRootProps, type RadioProps, RangeSlider, RangeSliderControl, type RangeSliderControlProps, RangeSliderIndicator, type RangeSliderIndicatorProps, RangeSliderLabel, type RangeSliderLabelProps, RangeSliderRoot, type RangeSliderRootProps, type RangeSliderSize, RangeSliderThumb, type RangeSliderThumbProps, RangeSliderTrack, type RangeSliderTrackProps, RangeSliderValue, type RangeSliderValueProps, ScrollArea, ScrollAreaContent, ScrollAreaContentProps, ScrollAreaCorner, ScrollAreaCornerProps, ScrollAreaRoot, ScrollAreaRootProps, ScrollAreaScrollbar, ScrollAreaScrollbarProps, ScrollAreaThumb, ScrollAreaThumbProps, ScrollAreaViewport, ScrollAreaViewportProps, Select, SelectClear, type SelectClearProps, SelectEmpty, type SelectEmptyProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectLabel, type SelectLabelProps, SelectList, type SelectListProps, SelectLoading, type SelectLoadingProps, SelectPopup, type SelectPopupProps, SelectPortal, SelectPositioner, type SelectPositionerProps, SelectRoot, type SelectRootProps, SelectSeparator, type SelectSeparatorProps, type SelectSize, SelectStatus, type SelectStatusProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, SeparatorProps, Sidebar, SidebarContent, type SidebarContentProps, type SidebarContextValue, SidebarFooter, type SidebarFooterProps, SidebarHeader, type SidebarHeaderProps, SidebarItem, type SidebarItemProps, SidebarLabel, type SidebarLabelProps, SidebarRoot, type SidebarRootProps, SidebarToggle, type SidebarToggleProps, Skeleton, type SkeletonProps, type SkeletonVariant, Slider, SliderControl, type SliderControlProps, SliderIndicator, type SliderIndicatorProps, SliderLabel, type SliderLabelProps, SliderRoot, type SliderRootProps, type SliderSize, SliderThumb, type SliderThumbProps, SliderTrack, type SliderTrackProps, SliderValue, type SliderValueProps, Spinner, SpinnerProps, Stack, StackProps, Stat, StatDescription, type StatDescriptionProps, StatGroup, type StatGroupProps, StatGroupRoot, type StatGroupRootProps, StatIcon, type StatIconProps, StatLabel, type StatLabelProps, StatRoot, type StatRootProps, type StatSize, type StatTone, StatTrend, type StatTrendDirection, type StatTrendProps, StatValue, type StatValueProps, Stepper, StepperContent, StepperDescription, StepperIndicator, StepperItem, type StepperItemProps, StepperList, type StepperNavigationButtonProps, StepperNext, type StepperOrientation, StepperPrevious, StepperRoot, type StepperRootProps, StepperSeparator, type StepperStatus, StepperTitle, StepperTrigger, type StepperTriggerProps, Switch, type SwitchProps, Table, type TableAlignment, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableContainer, type TableContainerProps, type TableDensity, TableDescription, type TableDescriptionProps, TableEmpty, type TableEmptyProps, TableError, type TableErrorProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableHideBelow, TableLoading, type TableLoadingProps, TableRoot, type TableRootProps, TableRow, type TableRowProps, TableSelectionCell, type TableSelectionCellProps, TableSelectionHeader, type TableSelectionHeaderProps, type TableSelectionMode, type TableSortDirection, type TableSortState, type TableStatus, Tabs, TabsList, type TabsListProps, TabsPanel, type TabsPanelProps, TabsRoot, type TabsRootProps, TabsTab, type TabsTabProps, type TabsVariant, TagsInput, TagsInputProps, Text, type TextElement, type TextProps, type TextSize, type TextTone, Textarea, type TextareaProps, type ThemeContextValue, type ThemeMode, ThemeProvider, type ThemeProviderProps, Toast, ToastAction, ToastActionProps, ToastClose, ToastCloseProps, ToastComponent, ToastContent, ToastContentProps, ToastDescription, ToastDescriptionProps, ToastPortal, ToastProvider, ToastProviderProps, ToastRoot, ToastRootProps, ToastText, ToastTextProps, ToastTitle, ToastTitleProps, ToastTone, ToastViewport, ToastViewportProps, Toggle, ToggleGroup, ToggleGroupItem, ToggleGroupItemProps, ToggleGroupRoot, ToggleGroupRootProps, ToggleProps, ToggleSize, ToggleVariant, Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarInput, ToolbarInputProps, ToolbarLink, ToolbarLinkProps, ToolbarOrientation, ToolbarRoot, ToolbarRootProps, ToolbarSeparator, ToolbarSeparatorProps, Tooltip, TooltipArrow, type TooltipArrowProps, TooltipPopup, type TooltipPopupProps, TooltipPortal, TooltipPositioner, type TooltipPositionerProps, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps, TreeView, TreeViewEmpty, TreeViewError, TreeViewGroup, type TreeViewGroupProps, TreeViewItem, type TreeViewItemProps, TreeViewLabel, type TreeViewLabelProps, TreeViewLoading, TreeViewRoot, type TreeViewRootProps, type TreeViewSelection, type TreeViewSelectionMode, type TreeViewStateProps, TreeViewToggle, type TreeViewToggleProps, type TypographyLineClamp, type TypographyWeight, type TypographyWidth, Upload, UploadCancel, type UploadCancelProps, UploadDropzone, type UploadDropzoneProps, UploadError, type UploadErrorProps, type UploadFileState, type UploadFileStatus, UploadHint, type UploadHintProps, UploadIcon, type UploadIconProps, UploadInput, type UploadInputProps, UploadItem, type UploadItemProps, UploadList, type UploadListProps, UploadPreview, type UploadPreviewProps, UploadProgress, type UploadProgressProps, type UploadRejection, type UploadRejectionReason, UploadRemove, type UploadRemoveProps, UploadRoot, type UploadRootProps, UploadStatus, type UploadStatusProps, UploadText, type UploadTextProps, UploadTrigger, type UploadTriggerProps, VisuallyHidden, type VisuallyHiddenProps, defaultColor, formatColor, parseColor, useFieldState, useSidebar, useTheme };
package/dist/index.d.ts CHANGED
@@ -1,11 +1,13 @@
1
1
  import { Accordion, AccordionHeader, AccordionHeaderProps, AccordionIndicator, AccordionIndicatorProps, AccordionItem, AccordionItemProps, AccordionPanel, AccordionPanelProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from "./components/accordion/accordion.js";
2
2
  import "./components/accordion/index.js";
3
- import { Alert, AlertDescription, AlertDescriptionProps, AlertIcon, AlertIconProps, AlertRoot, AlertRootProps, AlertTitle, AlertTitleProps, AlertTone } from "./components/alert/alert.js";
3
+ import { Alert, AlertActions, AlertActionsProps, AlertDescription, AlertDescriptionProps, AlertIcon, AlertIconProps, AlertRoot, AlertRootProps, AlertTitle, AlertTitleProps, AlertTone } from "./components/alert/alert.js";
4
4
  import "./components/alert/index.js";
5
5
  import { Dialog, DialogBackdrop, DialogBackdropProps, DialogBody, DialogBodyProps, DialogClose, DialogCloseProps, DialogDescription, DialogDescriptionProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogPopup, DialogPopupProps, DialogPortal, DialogPortalProps, DialogRoot, DialogRootProps, DialogSize, DialogTitle, DialogTitleProps, DialogTrigger, DialogTriggerProps, DialogViewport, DialogViewportProps } from "./components/dialog/dialog.js";
6
6
  import "./components/dialog/index.js";
7
7
  import { AlertDialog, AlertDialogAction, AlertDialogActionProps, AlertDialogBackdrop, AlertDialogBackdropProps, AlertDialogBody, AlertDialogBodyProps, AlertDialogCancel, AlertDialogCancelProps, AlertDialogClose, AlertDialogCloseProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogFooter, AlertDialogFooterProps, AlertDialogHeader, AlertDialogHeaderProps, AlertDialogPopup, AlertDialogPopupProps, AlertDialogPortal, AlertDialogPortalProps, AlertDialogRoot, AlertDialogRootProps, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps, AlertDialogViewport, AlertDialogViewportProps } from "./components/alert-dialog/alert-dialog.js";
8
8
  import "./components/alert-dialog/index.js";
9
+ import { AspectRatio, AspectRatioProps } from "./components/aspect-ratio/aspect-ratio.js";
10
+ import "./components/aspect-ratio/index.js";
9
11
  import { Avatar, AvatarFallback, AvatarFallbackProps, AvatarImage, AvatarImageProps, AvatarRoot, AvatarRootProps, AvatarShape, AvatarSize } from "./components/avatar/avatar.js";
10
12
  import "./components/avatar/index.js";
11
13
  import { Breadcrumbs, BreadcrumbsCurrent, BreadcrumbsCurrentProps, BreadcrumbsItem, BreadcrumbsItemProps, BreadcrumbsLink, BreadcrumbsLinkProps, BreadcrumbsList, BreadcrumbsListProps, BreadcrumbsRoot, BreadcrumbsRootProps, BreadcrumbsSeparator, BreadcrumbsSeparatorProps } from "./components/breadcrumbs/breadcrumbs.js";
@@ -14,9 +16,11 @@ import { Button, ButtonProps } from "./components/button/button.js";
14
16
  import "./components/button/index.js";
15
17
  import { ButtonGroup, ButtonGroupProps, ButtonGroupRoot } from "./components/button-group/button-group.js";
16
18
  import "./components/button-group/index.js";
19
+ import { Code, CodeProps, CodeVariant } from "./components/code/code.js";
20
+ import "./components/code/index.js";
17
21
  import { Calendar, CalendarCaption, CalendarCaptionProps, CalendarDay, CalendarDayProps, CalendarGrid, CalendarGridProps, CalendarHeader, CalendarHeaderProps, CalendarMonthSelect, CalendarMonthSelectProps, CalendarNavigationProps, CalendarNext, CalendarPrevious, CalendarRoot, CalendarRootProps, CalendarYearRange, CalendarYearSelect, CalendarYearSelectProps } from "./components/calendar/calendar.js";
18
22
  import "./components/calendar/index.js";
19
- import { Card, CardContent, CardFooter, CardHeader, CardProps, CardTitle } from "./components/card/card.js";
23
+ import { Card, CardContent, CardFooter, CardHeader, CardNamespace, CardProps, CardTitle } from "./components/card/card.js";
20
24
  import "./components/card/index.js";
21
25
  import { CheckboxGroup, CheckboxGroupIndicator, CheckboxGroupIndicatorProps, CheckboxGroupItem, CheckboxGroupItemProps, CheckboxGroupLabel, CheckboxGroupLabelProps, CheckboxGroupOption, CheckboxGroupOptionProps, CheckboxGroupOptions, CheckboxGroupOptionsProps, CheckboxGroupRoot, CheckboxGroupRootProps } from "./components/checkbox-group/checkbox-group.js";
22
26
  import "./components/checkbox-group/index.js";
@@ -43,6 +47,10 @@ import { Field, FieldControl, FieldControlProps, FieldDescription, FieldError, F
43
47
  import "./components/field/index.js";
44
48
  import { Fieldset, FieldsetDescription, FieldsetLegend, FieldsetLegendProps, FieldsetRoot, FieldsetRootProps } from "./components/fieldset/fieldset.js";
45
49
  import "./components/fieldset/index.js";
50
+ import { Image, ImageFit, ImageProps, ImageStatus } from "./components/image/image.js";
51
+ import "./components/image/index.js";
52
+ import { Figure, FigureCaption, FigureCaptionProps, FigureImage, FigureImageProps, FigureRoot, FigureRootProps } from "./components/figure/figure.js";
53
+ import "./components/figure/index.js";
46
54
  import { Form, FormErrors, FormProps, JaciFormContext } from "./components/form/form.js";
47
55
  import "./components/form/index.js";
48
56
  import { Flex, FlexProps, Grid, GridProps, LayoutAlign, LayoutGap, LayoutJustify, LayoutWrap, Separator, SeparatorProps, Spinner, SpinnerProps, Stack, StackProps } from "./components/layout/index.js";
@@ -67,6 +75,8 @@ import { IconButton, IconButtonProps } from "./components/icon-button/icon-butto
67
75
  import "./components/icon-button/index.js";
68
76
  import { InputGroup, InputGroupAddon, InputGroupAddonProps, InputGroupRoot, InputGroupRootProps } from "./components/input-group/input-group.js";
69
77
  import "./components/input-group/index.js";
78
+ import { Kbd, KbdProps, KbdSize, KbdVariant } from "./components/kbd/kbd.js";
79
+ import "./components/kbd/index.js";
70
80
  import { List, ListGap, ListItem, ListItemAction, ListItemActionProps, ListItemContent, ListItemContentProps, ListItemDescription, ListItemDescriptionProps, ListItemProps, ListItemTitle, ListItemTitleProps, ListRoot, ListRootProps, ListVariant } from "./components/list/list.js";
71
81
  import "./components/list/index.js";
72
82
  import { Menubar, MenubarArrow, MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, MenubarCheckboxItemIndicatorProps, MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, MenubarGroupLabelProps, MenubarGroupProps, MenubarItem, MenubarItemProps, MenubarLinkItem, MenubarLinkItemProps, MenubarMenu, MenubarMenuProps, MenubarOrientation, MenubarPopup, MenubarPopupProps, MenubarPortal, MenubarPortalProps, MenubarPositioner, MenubarPositionerProps, MenubarRadioGroup, MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, MenubarRadioItemIndicatorProps, MenubarRadioItemProps, MenubarRoot, MenubarRootProps, MenubarSeparator, MenubarSeparatorProps, MenubarSubmenuRoot, MenubarSubmenuRootProps, MenubarSubmenuTrigger, MenubarSubmenuTriggerProps, MenubarTrigger, MenubarTriggerProps } from "./components/menubar/menubar.js";
@@ -88,6 +98,8 @@ import { PinInput, PinInputControl, PinInputControlProps, PinInputDescription, P
88
98
  import "./components/pin-input/index.js";
89
99
  import { Popover, PopoverArrow, PopoverArrowProps, PopoverClose, PopoverCloseProps, PopoverDescription, PopoverDescriptionProps, PopoverPopup, PopoverPopupProps, PopoverPortal, PopoverPositioner, PopoverPositionerProps, PopoverRoot, PopoverRootProps, PopoverTitle, PopoverTitleProps, PopoverTrigger, PopoverTriggerProps } from "./components/popover/popover.js";
90
100
  import "./components/popover/index.js";
101
+ import { Quote, QuoteProps, QuoteSize, QuoteVariant } from "./components/quote/quote.js";
102
+ import "./components/quote/index.js";
91
103
  import { Progress, ProgressProps } from "./components/progress/progress.js";
92
104
  import "./components/progress/index.js";
93
105
  import { RadioGroup, RadioGroupIndicator, RadioGroupIndicatorProps, RadioGroupItem, RadioGroupItemProps, RadioGroupLabel, RadioGroupLabelProps, RadioGroupOption, RadioGroupOptionProps, RadioGroupOptions, RadioGroupOptionsProps, RadioGroupRoot, RadioGroupRootProps } from "./components/radio-group/radio-group.js";
@@ -104,6 +116,9 @@ import { ScrollArea, ScrollAreaContent, ScrollAreaContentProps, ScrollAreaCorner
104
116
  import "./components/scroll-area/index.js";
105
117
  import { Skeleton, SkeletonProps, SkeletonVariant } from "./components/skeleton/skeleton.js";
106
118
  import "./components/skeleton/index.js";
119
+ import { Stat, StatDescription, StatDescriptionProps, StatGroup, StatGroupProps, StatGroupRoot, StatGroupRootProps, StatIcon, StatIconProps, StatLabel, StatLabelProps, StatRoot, StatRootProps, StatSize, StatTone, StatTrend, StatTrendDirection, StatTrendProps, StatValue, StatValueProps } from "./components/stat/stat.js";
120
+ import "./components/stat/index.js";
121
+ import "./components/stat-group/index.js";
107
122
  import { Stepper, StepperContent, StepperDescription, StepperIndicator, StepperItem, StepperItemProps, StepperList, StepperNavigationButtonProps, StepperNext, StepperOrientation, StepperPrevious, StepperRoot, StepperRootProps, StepperSeparator, StepperStatus, StepperTitle, StepperTrigger, StepperTriggerProps } from "./components/stepper/stepper.js";
108
123
  import "./components/stepper/index.js";
109
124
  import { Tabs, TabsList, TabsListProps, TabsPanel, TabsPanelProps, TabsRoot, TabsRootProps, TabsTab, TabsTabProps, TabsVariant } from "./components/tabs/tabs.js";
@@ -126,7 +141,7 @@ import { TreeView, TreeViewEmpty, TreeViewError, TreeViewGroup, TreeViewGroupPro
126
141
  import "./components/tree-view/index.js";
127
142
  import { Upload, UploadCancel, UploadCancelProps, UploadDropzone, UploadDropzoneProps, UploadError, UploadErrorProps, UploadFileState, UploadFileStatus, UploadHint, UploadHintProps, UploadIcon, UploadIconProps, UploadInput, UploadInputProps, UploadItem, UploadItemProps, UploadList, UploadListProps, UploadPreview, UploadPreviewProps, UploadProgress, UploadProgressProps, UploadRejection, UploadRejectionReason, UploadRemove, UploadRemoveProps, UploadRoot, UploadRootProps, UploadStatus, UploadStatusProps, UploadText, UploadTextProps, UploadTrigger, UploadTriggerProps } from "./components/upload/upload.js";
128
143
  import "./components/upload/index.js";
129
- import { Heading, HeadingElement, HeadingProps, HeadingSize } from "./components/typography/heading.js";
144
+ import { Heading, HeadingElement, HeadingProps, HeadingSize, TypographyLineClamp, TypographyWeight, TypographyWidth } from "./components/typography/heading.js";
130
145
  import { Link, LinkProps } from "./components/typography/link.js";
131
146
  import { Paragraph, ParagraphProps } from "./components/typography/paragraph.js";
132
147
  import { Text, TextElement, TextProps, TextSize, TextTone } from "./components/typography/text.js";
@@ -135,4 +150,4 @@ import { VisuallyHidden, VisuallyHiddenProps } from "./components/visually-hidde
135
150
  import "./components/visually-hidden/index.js";
136
151
  import { JaciThemeColorTokens, JaciThemeTokenGroup, JaciThemeTokenValue, JaciThemeTokens, ThemeContextValue, ThemeMode, ThemeProvider, ThemeProviderProps, useTheme } from "./theme/theme-provider.js";
137
152
  import "./theme/index.js";
138
- export { Accordion, AccordionHeader, type AccordionHeaderProps, AccordionIndicator, type AccordionIndicatorProps, AccordionItem, type AccordionItemProps, AccordionPanel, type AccordionPanelProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type AccordionTriggerProps, Alert, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogBackdrop, type AlertDialogBackdropProps, AlertDialogBody, type AlertDialogBodyProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogPopup, type AlertDialogPopupProps, AlertDialogPortal, type AlertDialogPortalProps, AlertDialogRoot, type AlertDialogRootProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, AlertDialogViewport, type AlertDialogViewportProps, AlertIcon, type AlertIconProps, AlertRoot, type AlertRootProps, AlertTitle, type AlertTitleProps, type AlertTone, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, AvatarRoot, type AvatarRootProps, type AvatarShape, type AvatarSize, Badge, type BadgeProps, BottomNavigation, BottomNavigationItem, type BottomNavigationItemProps, type BottomNavigationProps, BottomNavigationRoot, Breadcrumbs, BreadcrumbsCurrent, type BreadcrumbsCurrentProps, BreadcrumbsItem, type BreadcrumbsItemProps, BreadcrumbsLink, type BreadcrumbsLinkProps, BreadcrumbsList, type BreadcrumbsListProps, BreadcrumbsRoot, type BreadcrumbsRootProps, BreadcrumbsSeparator, type BreadcrumbsSeparatorProps, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupRoot, type ButtonProps, Calendar, CalendarCaption, type CalendarCaptionProps, CalendarDay, type CalendarDayProps, CalendarGrid, type CalendarGridProps, CalendarHeader, type CalendarHeaderProps, CalendarMonthSelect, type CalendarMonthSelectProps, type CalendarNavigationProps, CalendarNext, CalendarPrevious, CalendarRoot, type CalendarRootProps, type CalendarYearRange, CalendarYearSelect, type CalendarYearSelectProps, Card, CardContent, CardFooter, CardHeader, type CardProps, CardTitle, Checkbox, CheckboxGroup, CheckboxGroupIndicator, type CheckboxGroupIndicatorProps, CheckboxGroupItem, type CheckboxGroupItemProps, CheckboxGroupLabel, type CheckboxGroupLabelProps, CheckboxGroupOption, type CheckboxGroupOptionProps, CheckboxGroupOptions, type CheckboxGroupOptionsProps, CheckboxGroupRoot, type CheckboxGroupRootProps, type CheckboxProps, Collapsible, CollapsibleIndicator, type CollapsibleIndicatorProps, CollapsiblePanel, type CollapsiblePanelProps, CollapsibleRoot, type CollapsibleRootProps, CollapsibleTrigger, type CollapsibleTriggerProps, type ColorFormat, type ColorModel, ColorPicker, ColorPickerAlpha, type ColorPickerAlphaProps, ColorPickerControl, type ColorPickerControlProps, ColorPickerHue, type ColorPickerHueProps, ColorPickerInput, type ColorPickerInputProps, ColorPickerLabel, type ColorPickerLabelProps, ColorPickerNativeInput, type ColorPickerNativeInputProps, ColorPickerPalette, type ColorPickerPaletteProps, ColorPickerPopup, type ColorPickerPopupProps, ColorPickerPortal, ColorPickerPositioner, type ColorPickerPositionerProps, ColorPickerPreview, type ColorPickerPreviewProps, ColorPickerRoot, type ColorPickerRootProps, ColorPickerSwatch, type ColorPickerSwatchProps, ColorPickerSwatches, type ColorPickerSwatchesProps, ColorPickerTrigger, type ColorPickerTriggerProps, ColorPickerValue, type ColorPickerValueProps, Combobox, ComboboxArrow, type ComboboxArrowProps, ComboboxClear, type ComboboxClearProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxIcon, type ComboboxIconProps, ComboboxInput, ComboboxInputGroup, type ComboboxInputGroupProps, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxLabel, type ComboboxLabelProps, ComboboxList, type ComboboxListProps, ComboboxLoading, type ComboboxLoadingProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, ComboboxPositioner, type ComboboxPositionerProps, ComboboxRoot, type ComboboxRootProps, type ComboboxSize, ComboboxStatus, type ComboboxStatusProps, ComboboxTrigger, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, Command, CommandEmpty, type CommandEmptyProps, type CommandFilter, CommandGroup, type CommandGroupProps, CommandInput, type CommandInputProps, CommandItem, CommandItemIndicator, type CommandItemProps, CommandList, type CommandListProps, CommandLoading, type CommandLoadingProps, CommandRoot, type CommandRootProps, CommandSeparator, type CommandSeparatorProps, ContextMenu, ContextMenuArrow, type ContextMenuArrowProps, ContextMenuBackdrop, type ContextMenuBackdropProps, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, type ContextMenuCheckboxItemIndicatorProps, type ContextMenuCheckboxItemProps, ContextMenuGroup, ContextMenuGroupLabel, type ContextMenuGroupLabelProps, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuLinkItem, type ContextMenuLinkItemProps, ContextMenuPopup, type ContextMenuPopupProps, ContextMenuPortal, type ContextMenuPortalProps, ContextMenuPositioner, type ContextMenuPositionerProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, type ContextMenuRadioItemIndicatorProps, type ContextMenuRadioItemProps, ContextMenuRoot, type ContextMenuRootProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuSubmenuRoot, type ContextMenuSubmenuRootProps, ContextMenuSubmenuTrigger, type ContextMenuSubmenuTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, Copyable, CopyableContent, CopyableContentProps, CopyableIndicator, CopyableIndicatorProps, CopyableRoot, CopyableRootProps, DataToolbar, DataToolbarActions, type DataToolbarActionsProps, DataToolbarClear, type DataToolbarClearProps, DataToolbarClearSelection, type DataToolbarClearSelectionProps, DataToolbarFilters, type DataToolbarFiltersProps, DataToolbarRoot, type DataToolbarRootProps, DataToolbarSearch, type DataToolbarSearchProps, DataToolbarSelection, type DataToolbarSelectionProps, DataToolbarSeparator, type DataToolbarSeparatorProps, DataToolbarSort, type DataToolbarSortProps, DataView, type DataViewColumns, DataViewContent, type DataViewContentProps, DataViewEmpty, DataViewError, DataViewFilters, type DataViewFiltersProps, DataViewFooter, type DataViewFooterProps, type DataViewLayout, DataViewLoading, DataViewPagination, type DataViewPaginationProps, DataViewRoot, type DataViewRootProps, type DataViewStateProps, type DataViewStatus, DataViewToolbar, type DataViewToolbarProps, DatePicker, DatePickerCalendar, type DatePickerCalendarProps, DatePickerCaption, type DatePickerCaptionProps, DatePickerClear, type DatePickerClearProps, DatePickerClose, type DatePickerCloseProps, DatePickerControl, type DatePickerControlProps, DatePickerDay, type DatePickerDayProps, type DatePickerGranularity, DatePickerHeader, type DatePickerHeaderProps, DatePickerLabel, type DatePickerLabelProps, DatePickerMonthSelect, type DatePickerMonthSelectProps, type DatePickerNavigationProps, DatePickerNext, DatePickerPopup, type DatePickerPopupProps, DatePickerPortal, type DatePickerPortalProps, DatePickerPositioner, type DatePickerPositionerProps, DatePickerPrevious, DatePickerRoot, type DatePickerRootProps, type DatePickerSize, DatePickerTimeField, type DatePickerTimeFieldProps, DatePickerTrigger, type DatePickerTriggerProps, DatePickerValue, type DatePickerValueProps, type DatePickerYearRange, DatePickerYearSelect, type DatePickerYearSelectProps, type DateRange, DateRangePicker, DateRangePickerCalendar, type DateRangePickerCalendarProps, DateRangePickerClear, type DateRangePickerClearProps, DateRangePickerClose, type DateRangePickerCloseProps, DateRangePickerControl, type DateRangePickerControlProps, DateRangePickerDay, type DateRangePickerDayProps, DateRangePickerEndInput, DateRangePickerHeader, type DateRangePickerHeaderProps, type DateRangePickerInputProps, DateRangePickerLabel, type DateRangePickerLabelProps, DateRangePickerMonthSelect, type DateRangePickerMonthSelectProps, type DateRangePickerNavigationProps, DateRangePickerNext, DateRangePickerPopup, type DateRangePickerPopupProps, DateRangePickerPortal, type DateRangePickerPortalProps, DateRangePickerPositioner, type DateRangePickerPositionerProps, DateRangePickerPreview, type DateRangePickerPreviewProps, DateRangePickerPrevious, DateRangePickerRoot, type DateRangePickerRootProps, DateRangePickerStartInput, DateRangePickerTrigger, type DateRangePickerTriggerProps, DateRangePickerValue, type DateRangePickerValueProps, type DateRangePickerYearRange, DateRangePickerYearSelect, type DateRangePickerYearSelectProps, Dialog, DialogBackdrop, type DialogBackdropProps, DialogBody, type DialogBodyProps, DialogClose, type DialogCloseProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogPopup, type DialogPopupProps, DialogPortal, type DialogPortalProps, DialogRoot, type DialogRootProps, type DialogSize, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DialogViewport, type DialogViewportProps, Drawer, DrawerBackdrop, type DrawerBackdropProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerPopup, type DrawerPopupProps, DrawerPortal, type DrawerPortalProps, DrawerRoot, type DrawerRootProps, type DrawerSide, type DrawerSize, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DrawerViewport, type DrawerViewportProps, EmptyState, EmptyStateAction, EmptyStateDescription, EmptyStateIcon, EmptyStateRoot, type EmptyStateRootProps, EmptyStateTitle, Field, FieldControl, type FieldControlProps, FieldDescription, FieldError, type FieldErrorProps, FieldLabel, type FieldLabelProps, type FieldProps, type FieldValidationMode, Fieldset, FieldsetDescription, FieldsetLegend, type FieldsetLegendProps, FieldsetRoot, type FieldsetRootProps, Flex, FlexProps, Form, type FormErrors, type FormProps, Grid, GridProps, Heading, type HeadingElement, type HeadingProps, type HeadingSize, IconButton, type IconButtonProps, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, InputGroupRoot, type InputGroupRootProps, type InputProps, JaciFormContext, type JaciThemeColorTokens, type JaciThemeTokenGroup, type JaciThemeTokenValue, type JaciThemeTokens, LayoutAlign, LayoutGap, LayoutJustify, LayoutWrap, Link, type LinkProps, List, type ListGap, ListItem, ListItemAction, type ListItemActionProps, ListItemContent, type ListItemContentProps, ListItemDescription, type ListItemDescriptionProps, type ListItemProps, ListItemTitle, type ListItemTitleProps, ListRoot, type ListRootProps, type ListVariant, Menu, MenuGroup, MenuGroupLabel, type MenuGroupLabelProps, type MenuGroupProps, MenuItem, type MenuItemProps, MenuLinkItem, type MenuLinkItemProps, MenuPopup, type MenuPopupProps, MenuPortal, MenuPositioner, type MenuPositionerProps, MenuRoot, type MenuRootProps, MenuSeparator, type MenuSeparatorProps, MenuTrigger, type MenuTriggerProps, Menubar, MenubarArrow, type MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, type MenubarCheckboxItemIndicatorProps, type MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, type MenubarGroupLabelProps, type MenubarGroupProps, MenubarItem, type MenubarItemProps, MenubarLinkItem, type MenubarLinkItemProps, MenubarMenu, type MenubarMenuProps, type MenubarOrientation, MenubarPopup, type MenubarPopupProps, MenubarPortal, type MenubarPortalProps, MenubarPositioner, type MenubarPositionerProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, type MenubarRadioItemIndicatorProps, type MenubarRadioItemProps, MenubarRoot, type MenubarRootProps, MenubarSeparator, type MenubarSeparatorProps, MenubarSubmenuRoot, type MenubarSubmenuRootProps, MenubarSubmenuTrigger, type MenubarSubmenuTriggerProps, MenubarTrigger, type MenubarTriggerProps, Meter, MeterIndicator, type MeterIndicatorProps, MeterLabel, type MeterLabelProps, MeterRoot, type MeterRootProps, type MeterSize, type MeterTone, MeterTrack, type MeterTrackProps, MeterValue, type MeterValueProps, Navbar, NavbarBar, type NavbarBarProps, NavbarCenter, type NavbarCenterProps, NavbarClose, type NavbarCloseProps, NavbarDrawer, type NavbarDrawerPortalProps, type NavbarDrawerProps, NavbarEnd, type NavbarEndProps, NavbarItem, type NavbarItemProps, NavbarRoot, type NavbarRootProps, NavbarStart, type NavbarStartProps, NavbarToggle, type NavbarToggleProps, NavigationMenu, NavigationMenuArrow, type NavigationMenuArrowProps, NavigationMenuBackdrop, type NavigationMenuBackdropProps, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIcon, type NavigationMenuIconProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuOrientation, NavigationMenuPopup, type NavigationMenuPopupProps, NavigationMenuPortal, NavigationMenuPositioner, type NavigationMenuPositionerProps, NavigationMenuRoot, type NavigationMenuRootProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, NumberField, NumberFieldDecrement, type NumberFieldDecrementProps, NumberFieldGroup, type NumberFieldGroupProps, NumberFieldIncrement, type NumberFieldIncrementProps, NumberFieldInput, type NumberFieldInputProps, NumberFieldLabel, type NumberFieldLabelProps, NumberFieldRoot, type NumberFieldRootProps, NumberFieldScrubArea, NumberFieldScrubAreaCursor, type NumberFieldScrubAreaCursorProps, type NumberFieldScrubAreaProps, type NumberFieldSize, OptionSelector, OptionSelectorOption, OptionSelectorProps, OptionSelectorValue, Pagination, type PaginationDensity, PaginationEllipsis, type PaginationEllipsisProps, PaginationFirst, type PaginationFirstProps, PaginationItem, type PaginationItemProps, PaginationLast, type PaginationLastProps, PaginationLink, type PaginationLinkProps, PaginationList, type PaginationListProps, PaginationNext, type PaginationNextProps, PaginationPrevious, type PaginationPreviousProps, PaginationRoot, type PaginationRootProps, Paragraph, type ParagraphProps, PinInput, PinInputControl, type PinInputControlProps, PinInputDescription, type PinInputDescriptionProps, PinInputError, type PinInputErrorProps, PinInputHiddenInput, type PinInputHiddenInputProps, PinInputInput, type PinInputInputProps, PinInputInputs, type PinInputInputsProps, PinInputLabel, type PinInputLabelProps, PinInputRoot, type PinInputRootProps, Popover, PopoverArrow, type PopoverArrowProps, PopoverClose, type PopoverCloseProps, PopoverDescription, type PopoverDescriptionProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, PopoverPositioner, type PopoverPositionerProps, PopoverRoot, type PopoverRootProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, Progress, type ProgressProps, Radio, RadioGroup, RadioGroupIndicator, type RadioGroupIndicatorProps, RadioGroupItem, type RadioGroupItemProps, RadioGroupLabel, type RadioGroupLabelProps, RadioGroupOption, type RadioGroupOptionProps, RadioGroupOptions, type RadioGroupOptionsProps, RadioGroupRoot, type RadioGroupRootProps, type RadioProps, RangeSlider, RangeSliderControl, type RangeSliderControlProps, RangeSliderIndicator, type RangeSliderIndicatorProps, RangeSliderLabel, type RangeSliderLabelProps, RangeSliderRoot, type RangeSliderRootProps, type RangeSliderSize, RangeSliderThumb, type RangeSliderThumbProps, RangeSliderTrack, type RangeSliderTrackProps, RangeSliderValue, type RangeSliderValueProps, ScrollArea, ScrollAreaContent, ScrollAreaContentProps, ScrollAreaCorner, ScrollAreaCornerProps, ScrollAreaRoot, ScrollAreaRootProps, ScrollAreaScrollbar, ScrollAreaScrollbarProps, ScrollAreaThumb, ScrollAreaThumbProps, ScrollAreaViewport, ScrollAreaViewportProps, Select, SelectClear, type SelectClearProps, SelectEmpty, type SelectEmptyProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectLabel, type SelectLabelProps, SelectList, type SelectListProps, SelectLoading, type SelectLoadingProps, SelectPopup, type SelectPopupProps, SelectPortal, SelectPositioner, type SelectPositionerProps, SelectRoot, type SelectRootProps, SelectSeparator, type SelectSeparatorProps, type SelectSize, SelectStatus, type SelectStatusProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, SeparatorProps, Sidebar, SidebarContent, type SidebarContentProps, type SidebarContextValue, SidebarFooter, type SidebarFooterProps, SidebarHeader, type SidebarHeaderProps, SidebarItem, type SidebarItemProps, SidebarLabel, type SidebarLabelProps, SidebarRoot, type SidebarRootProps, SidebarToggle, type SidebarToggleProps, Skeleton, type SkeletonProps, type SkeletonVariant, Slider, SliderControl, type SliderControlProps, SliderIndicator, type SliderIndicatorProps, SliderLabel, type SliderLabelProps, SliderRoot, type SliderRootProps, type SliderSize, SliderThumb, type SliderThumbProps, SliderTrack, type SliderTrackProps, SliderValue, type SliderValueProps, Spinner, SpinnerProps, Stack, StackProps, Stepper, StepperContent, StepperDescription, StepperIndicator, StepperItem, type StepperItemProps, StepperList, type StepperNavigationButtonProps, StepperNext, type StepperOrientation, StepperPrevious, StepperRoot, type StepperRootProps, StepperSeparator, type StepperStatus, StepperTitle, StepperTrigger, type StepperTriggerProps, Switch, type SwitchProps, Table, type TableAlignment, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableContainer, type TableContainerProps, type TableDensity, TableDescription, type TableDescriptionProps, TableEmpty, type TableEmptyProps, TableError, type TableErrorProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableHideBelow, TableLoading, type TableLoadingProps, TableRoot, type TableRootProps, TableRow, type TableRowProps, TableSelectionCell, type TableSelectionCellProps, TableSelectionHeader, type TableSelectionHeaderProps, type TableSelectionMode, type TableSortDirection, type TableSortState, type TableStatus, Tabs, TabsList, type TabsListProps, TabsPanel, type TabsPanelProps, TabsRoot, type TabsRootProps, TabsTab, type TabsTabProps, type TabsVariant, TagsInput, TagsInputProps, Text, type TextElement, type TextProps, type TextSize, type TextTone, Textarea, type TextareaProps, type ThemeContextValue, type ThemeMode, ThemeProvider, type ThemeProviderProps, Toast, ToastAction, ToastActionProps, ToastClose, ToastCloseProps, ToastComponent, ToastContent, ToastContentProps, ToastDescription, ToastDescriptionProps, ToastPortal, ToastProvider, ToastProviderProps, ToastRoot, ToastRootProps, ToastText, ToastTextProps, ToastTitle, ToastTitleProps, ToastTone, ToastViewport, ToastViewportProps, Toggle, ToggleGroup, ToggleGroupItem, ToggleGroupItemProps, ToggleGroupRoot, ToggleGroupRootProps, ToggleProps, ToggleSize, ToggleVariant, Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarInput, ToolbarInputProps, ToolbarLink, ToolbarLinkProps, ToolbarOrientation, ToolbarRoot, ToolbarRootProps, ToolbarSeparator, ToolbarSeparatorProps, Tooltip, TooltipArrow, type TooltipArrowProps, TooltipPopup, type TooltipPopupProps, TooltipPortal, TooltipPositioner, type TooltipPositionerProps, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps, TreeView, TreeViewEmpty, TreeViewError, TreeViewGroup, type TreeViewGroupProps, TreeViewItem, type TreeViewItemProps, TreeViewLabel, type TreeViewLabelProps, TreeViewLoading, TreeViewRoot, type TreeViewRootProps, type TreeViewSelection, type TreeViewSelectionMode, type TreeViewStateProps, TreeViewToggle, type TreeViewToggleProps, Upload, UploadCancel, type UploadCancelProps, UploadDropzone, type UploadDropzoneProps, UploadError, type UploadErrorProps, type UploadFileState, type UploadFileStatus, UploadHint, type UploadHintProps, UploadIcon, type UploadIconProps, UploadInput, type UploadInputProps, UploadItem, type UploadItemProps, UploadList, type UploadListProps, UploadPreview, type UploadPreviewProps, UploadProgress, type UploadProgressProps, type UploadRejection, type UploadRejectionReason, UploadRemove, type UploadRemoveProps, UploadRoot, type UploadRootProps, UploadStatus, type UploadStatusProps, UploadText, type UploadTextProps, UploadTrigger, type UploadTriggerProps, VisuallyHidden, type VisuallyHiddenProps, defaultColor, formatColor, parseColor, useFieldState, useSidebar, useTheme };
153
+ export { Accordion, AccordionHeader, type AccordionHeaderProps, AccordionIndicator, type AccordionIndicatorProps, AccordionItem, type AccordionItemProps, AccordionPanel, type AccordionPanelProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type AccordionTriggerProps, Alert, AlertActions, type AlertActionsProps, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogBackdrop, type AlertDialogBackdropProps, AlertDialogBody, type AlertDialogBodyProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogPopup, type AlertDialogPopupProps, AlertDialogPortal, type AlertDialogPortalProps, AlertDialogRoot, type AlertDialogRootProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, AlertDialogViewport, type AlertDialogViewportProps, AlertIcon, type AlertIconProps, AlertRoot, type AlertRootProps, AlertTitle, type AlertTitleProps, type AlertTone, AspectRatio, type AspectRatioProps, Avatar, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, AvatarRoot, type AvatarRootProps, type AvatarShape, type AvatarSize, Badge, type BadgeProps, BottomNavigation, BottomNavigationItem, type BottomNavigationItemProps, type BottomNavigationProps, BottomNavigationRoot, Breadcrumbs, BreadcrumbsCurrent, type BreadcrumbsCurrentProps, BreadcrumbsItem, type BreadcrumbsItemProps, BreadcrumbsLink, type BreadcrumbsLinkProps, BreadcrumbsList, type BreadcrumbsListProps, BreadcrumbsRoot, type BreadcrumbsRootProps, BreadcrumbsSeparator, type BreadcrumbsSeparatorProps, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupRoot, type ButtonProps, Calendar, CalendarCaption, type CalendarCaptionProps, CalendarDay, type CalendarDayProps, CalendarGrid, type CalendarGridProps, CalendarHeader, type CalendarHeaderProps, CalendarMonthSelect, type CalendarMonthSelectProps, type CalendarNavigationProps, CalendarNext, CalendarPrevious, CalendarRoot, type CalendarRootProps, type CalendarYearRange, CalendarYearSelect, type CalendarYearSelectProps, Card, CardContent, CardFooter, CardHeader, CardNamespace, type CardProps, CardTitle, Checkbox, CheckboxGroup, CheckboxGroupIndicator, type CheckboxGroupIndicatorProps, CheckboxGroupItem, type CheckboxGroupItemProps, CheckboxGroupLabel, type CheckboxGroupLabelProps, CheckboxGroupOption, type CheckboxGroupOptionProps, CheckboxGroupOptions, type CheckboxGroupOptionsProps, CheckboxGroupRoot, type CheckboxGroupRootProps, type CheckboxProps, Code, type CodeProps, type CodeVariant, Collapsible, CollapsibleIndicator, type CollapsibleIndicatorProps, CollapsiblePanel, type CollapsiblePanelProps, CollapsibleRoot, type CollapsibleRootProps, CollapsibleTrigger, type CollapsibleTriggerProps, type ColorFormat, type ColorModel, ColorPicker, ColorPickerAlpha, type ColorPickerAlphaProps, ColorPickerControl, type ColorPickerControlProps, ColorPickerHue, type ColorPickerHueProps, ColorPickerInput, type ColorPickerInputProps, ColorPickerLabel, type ColorPickerLabelProps, ColorPickerNativeInput, type ColorPickerNativeInputProps, ColorPickerPalette, type ColorPickerPaletteProps, ColorPickerPopup, type ColorPickerPopupProps, ColorPickerPortal, ColorPickerPositioner, type ColorPickerPositionerProps, ColorPickerPreview, type ColorPickerPreviewProps, ColorPickerRoot, type ColorPickerRootProps, ColorPickerSwatch, type ColorPickerSwatchProps, ColorPickerSwatches, type ColorPickerSwatchesProps, ColorPickerTrigger, type ColorPickerTriggerProps, ColorPickerValue, type ColorPickerValueProps, Combobox, ComboboxArrow, type ComboboxArrowProps, ComboboxClear, type ComboboxClearProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxIcon, type ComboboxIconProps, ComboboxInput, ComboboxInputGroup, type ComboboxInputGroupProps, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxLabel, type ComboboxLabelProps, ComboboxList, type ComboboxListProps, ComboboxLoading, type ComboboxLoadingProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, ComboboxPositioner, type ComboboxPositionerProps, ComboboxRoot, type ComboboxRootProps, type ComboboxSize, ComboboxStatus, type ComboboxStatusProps, ComboboxTrigger, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, Command, CommandEmpty, type CommandEmptyProps, type CommandFilter, CommandGroup, type CommandGroupProps, CommandInput, type CommandInputProps, CommandItem, CommandItemIndicator, type CommandItemProps, CommandList, type CommandListProps, CommandLoading, type CommandLoadingProps, CommandRoot, type CommandRootProps, CommandSeparator, type CommandSeparatorProps, ContextMenu, ContextMenuArrow, type ContextMenuArrowProps, ContextMenuBackdrop, type ContextMenuBackdropProps, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, type ContextMenuCheckboxItemIndicatorProps, type ContextMenuCheckboxItemProps, ContextMenuGroup, ContextMenuGroupLabel, type ContextMenuGroupLabelProps, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuLinkItem, type ContextMenuLinkItemProps, ContextMenuPopup, type ContextMenuPopupProps, ContextMenuPortal, type ContextMenuPortalProps, ContextMenuPositioner, type ContextMenuPositionerProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, type ContextMenuRadioItemIndicatorProps, type ContextMenuRadioItemProps, ContextMenuRoot, type ContextMenuRootProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuSubmenuRoot, type ContextMenuSubmenuRootProps, ContextMenuSubmenuTrigger, type ContextMenuSubmenuTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, Copyable, CopyableContent, CopyableContentProps, CopyableIndicator, CopyableIndicatorProps, CopyableRoot, CopyableRootProps, DataToolbar, DataToolbarActions, type DataToolbarActionsProps, DataToolbarClear, type DataToolbarClearProps, DataToolbarClearSelection, type DataToolbarClearSelectionProps, DataToolbarFilters, type DataToolbarFiltersProps, DataToolbarRoot, type DataToolbarRootProps, DataToolbarSearch, type DataToolbarSearchProps, DataToolbarSelection, type DataToolbarSelectionProps, DataToolbarSeparator, type DataToolbarSeparatorProps, DataToolbarSort, type DataToolbarSortProps, DataView, type DataViewColumns, DataViewContent, type DataViewContentProps, DataViewEmpty, DataViewError, DataViewFilters, type DataViewFiltersProps, DataViewFooter, type DataViewFooterProps, type DataViewLayout, DataViewLoading, DataViewPagination, type DataViewPaginationProps, DataViewRoot, type DataViewRootProps, type DataViewStateProps, type DataViewStatus, DataViewToolbar, type DataViewToolbarProps, DatePicker, DatePickerCalendar, type DatePickerCalendarProps, DatePickerCaption, type DatePickerCaptionProps, DatePickerClear, type DatePickerClearProps, DatePickerClose, type DatePickerCloseProps, DatePickerControl, type DatePickerControlProps, DatePickerDay, type DatePickerDayProps, type DatePickerGranularity, DatePickerHeader, type DatePickerHeaderProps, DatePickerLabel, type DatePickerLabelProps, DatePickerMonthSelect, type DatePickerMonthSelectProps, type DatePickerNavigationProps, DatePickerNext, DatePickerPopup, type DatePickerPopupProps, DatePickerPortal, type DatePickerPortalProps, DatePickerPositioner, type DatePickerPositionerProps, DatePickerPrevious, DatePickerRoot, type DatePickerRootProps, type DatePickerSize, DatePickerTimeField, type DatePickerTimeFieldProps, DatePickerTrigger, type DatePickerTriggerProps, DatePickerValue, type DatePickerValueProps, type DatePickerYearRange, DatePickerYearSelect, type DatePickerYearSelectProps, type DateRange, DateRangePicker, DateRangePickerCalendar, type DateRangePickerCalendarProps, DateRangePickerClear, type DateRangePickerClearProps, DateRangePickerClose, type DateRangePickerCloseProps, DateRangePickerControl, type DateRangePickerControlProps, DateRangePickerDay, type DateRangePickerDayProps, DateRangePickerEndInput, DateRangePickerHeader, type DateRangePickerHeaderProps, type DateRangePickerInputProps, DateRangePickerLabel, type DateRangePickerLabelProps, DateRangePickerMonthSelect, type DateRangePickerMonthSelectProps, type DateRangePickerNavigationProps, DateRangePickerNext, DateRangePickerPopup, type DateRangePickerPopupProps, DateRangePickerPortal, type DateRangePickerPortalProps, DateRangePickerPositioner, type DateRangePickerPositionerProps, DateRangePickerPreview, type DateRangePickerPreviewProps, DateRangePickerPrevious, DateRangePickerRoot, type DateRangePickerRootProps, DateRangePickerStartInput, DateRangePickerTrigger, type DateRangePickerTriggerProps, DateRangePickerValue, type DateRangePickerValueProps, type DateRangePickerYearRange, DateRangePickerYearSelect, type DateRangePickerYearSelectProps, Dialog, DialogBackdrop, type DialogBackdropProps, DialogBody, type DialogBodyProps, DialogClose, type DialogCloseProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogPopup, type DialogPopupProps, DialogPortal, type DialogPortalProps, DialogRoot, type DialogRootProps, type DialogSize, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DialogViewport, type DialogViewportProps, Drawer, DrawerBackdrop, type DrawerBackdropProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerPopup, type DrawerPopupProps, DrawerPortal, type DrawerPortalProps, DrawerRoot, type DrawerRootProps, type DrawerSide, type DrawerSize, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DrawerViewport, type DrawerViewportProps, EmptyState, EmptyStateAction, EmptyStateDescription, EmptyStateIcon, EmptyStateRoot, type EmptyStateRootProps, EmptyStateTitle, Field, FieldControl, type FieldControlProps, FieldDescription, FieldError, type FieldErrorProps, FieldLabel, type FieldLabelProps, type FieldProps, type FieldValidationMode, Fieldset, FieldsetDescription, FieldsetLegend, type FieldsetLegendProps, FieldsetRoot, type FieldsetRootProps, Figure, FigureCaption, type FigureCaptionProps, FigureImage, type FigureImageProps, FigureRoot, type FigureRootProps, Flex, FlexProps, Form, type FormErrors, type FormProps, Grid, GridProps, Heading, type HeadingElement, type HeadingProps, type HeadingSize, IconButton, type IconButtonProps, Image, type ImageFit, type ImageProps, type ImageStatus, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, InputGroupRoot, type InputGroupRootProps, type InputProps, JaciFormContext, type JaciThemeColorTokens, type JaciThemeTokenGroup, type JaciThemeTokenValue, type JaciThemeTokens, Kbd, type KbdProps, type KbdSize, type KbdVariant, LayoutAlign, LayoutGap, LayoutJustify, LayoutWrap, Link, type LinkProps, List, type ListGap, ListItem, ListItemAction, type ListItemActionProps, ListItemContent, type ListItemContentProps, ListItemDescription, type ListItemDescriptionProps, type ListItemProps, ListItemTitle, type ListItemTitleProps, ListRoot, type ListRootProps, type ListVariant, Menu, MenuGroup, MenuGroupLabel, type MenuGroupLabelProps, type MenuGroupProps, MenuItem, type MenuItemProps, MenuLinkItem, type MenuLinkItemProps, MenuPopup, type MenuPopupProps, MenuPortal, MenuPositioner, type MenuPositionerProps, MenuRoot, type MenuRootProps, MenuSeparator, type MenuSeparatorProps, MenuTrigger, type MenuTriggerProps, Menubar, MenubarArrow, type MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, type MenubarCheckboxItemIndicatorProps, type MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, type MenubarGroupLabelProps, type MenubarGroupProps, MenubarItem, type MenubarItemProps, MenubarLinkItem, type MenubarLinkItemProps, MenubarMenu, type MenubarMenuProps, type MenubarOrientation, MenubarPopup, type MenubarPopupProps, MenubarPortal, type MenubarPortalProps, MenubarPositioner, type MenubarPositionerProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, type MenubarRadioItemIndicatorProps, type MenubarRadioItemProps, MenubarRoot, type MenubarRootProps, MenubarSeparator, type MenubarSeparatorProps, MenubarSubmenuRoot, type MenubarSubmenuRootProps, MenubarSubmenuTrigger, type MenubarSubmenuTriggerProps, MenubarTrigger, type MenubarTriggerProps, Meter, MeterIndicator, type MeterIndicatorProps, MeterLabel, type MeterLabelProps, MeterRoot, type MeterRootProps, type MeterSize, type MeterTone, MeterTrack, type MeterTrackProps, MeterValue, type MeterValueProps, Navbar, NavbarBar, type NavbarBarProps, NavbarCenter, type NavbarCenterProps, NavbarClose, type NavbarCloseProps, NavbarDrawer, type NavbarDrawerPortalProps, type NavbarDrawerProps, NavbarEnd, type NavbarEndProps, NavbarItem, type NavbarItemProps, NavbarRoot, type NavbarRootProps, NavbarStart, type NavbarStartProps, NavbarToggle, type NavbarToggleProps, NavigationMenu, NavigationMenuArrow, type NavigationMenuArrowProps, NavigationMenuBackdrop, type NavigationMenuBackdropProps, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIcon, type NavigationMenuIconProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, type NavigationMenuOrientation, NavigationMenuPopup, type NavigationMenuPopupProps, NavigationMenuPortal, NavigationMenuPositioner, type NavigationMenuPositionerProps, NavigationMenuRoot, type NavigationMenuRootProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, NumberField, NumberFieldDecrement, type NumberFieldDecrementProps, NumberFieldGroup, type NumberFieldGroupProps, NumberFieldIncrement, type NumberFieldIncrementProps, NumberFieldInput, type NumberFieldInputProps, NumberFieldLabel, type NumberFieldLabelProps, NumberFieldRoot, type NumberFieldRootProps, NumberFieldScrubArea, NumberFieldScrubAreaCursor, type NumberFieldScrubAreaCursorProps, type NumberFieldScrubAreaProps, type NumberFieldSize, OptionSelector, OptionSelectorOption, OptionSelectorProps, OptionSelectorValue, Pagination, type PaginationDensity, PaginationEllipsis, type PaginationEllipsisProps, PaginationFirst, type PaginationFirstProps, PaginationItem, type PaginationItemProps, PaginationLast, type PaginationLastProps, PaginationLink, type PaginationLinkProps, PaginationList, type PaginationListProps, PaginationNext, type PaginationNextProps, PaginationPrevious, type PaginationPreviousProps, PaginationRoot, type PaginationRootProps, Paragraph, type ParagraphProps, PinInput, PinInputControl, type PinInputControlProps, PinInputDescription, type PinInputDescriptionProps, PinInputError, type PinInputErrorProps, PinInputHiddenInput, type PinInputHiddenInputProps, PinInputInput, type PinInputInputProps, PinInputInputs, type PinInputInputsProps, PinInputLabel, type PinInputLabelProps, PinInputRoot, type PinInputRootProps, Popover, PopoverArrow, type PopoverArrowProps, PopoverClose, type PopoverCloseProps, PopoverDescription, type PopoverDescriptionProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, PopoverPositioner, type PopoverPositionerProps, PopoverRoot, type PopoverRootProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, Progress, type ProgressProps, Quote, type QuoteProps, type QuoteSize, type QuoteVariant, Radio, RadioGroup, RadioGroupIndicator, type RadioGroupIndicatorProps, RadioGroupItem, type RadioGroupItemProps, RadioGroupLabel, type RadioGroupLabelProps, RadioGroupOption, type RadioGroupOptionProps, RadioGroupOptions, type RadioGroupOptionsProps, RadioGroupRoot, type RadioGroupRootProps, type RadioProps, RangeSlider, RangeSliderControl, type RangeSliderControlProps, RangeSliderIndicator, type RangeSliderIndicatorProps, RangeSliderLabel, type RangeSliderLabelProps, RangeSliderRoot, type RangeSliderRootProps, type RangeSliderSize, RangeSliderThumb, type RangeSliderThumbProps, RangeSliderTrack, type RangeSliderTrackProps, RangeSliderValue, type RangeSliderValueProps, ScrollArea, ScrollAreaContent, ScrollAreaContentProps, ScrollAreaCorner, ScrollAreaCornerProps, ScrollAreaRoot, ScrollAreaRootProps, ScrollAreaScrollbar, ScrollAreaScrollbarProps, ScrollAreaThumb, ScrollAreaThumbProps, ScrollAreaViewport, ScrollAreaViewportProps, Select, SelectClear, type SelectClearProps, SelectEmpty, type SelectEmptyProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectLabel, type SelectLabelProps, SelectList, type SelectListProps, SelectLoading, type SelectLoadingProps, SelectPopup, type SelectPopupProps, SelectPortal, SelectPositioner, type SelectPositionerProps, SelectRoot, type SelectRootProps, SelectSeparator, type SelectSeparatorProps, type SelectSize, SelectStatus, type SelectStatusProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, SeparatorProps, Sidebar, SidebarContent, type SidebarContentProps, type SidebarContextValue, SidebarFooter, type SidebarFooterProps, SidebarHeader, type SidebarHeaderProps, SidebarItem, type SidebarItemProps, SidebarLabel, type SidebarLabelProps, SidebarRoot, type SidebarRootProps, SidebarToggle, type SidebarToggleProps, Skeleton, type SkeletonProps, type SkeletonVariant, Slider, SliderControl, type SliderControlProps, SliderIndicator, type SliderIndicatorProps, SliderLabel, type SliderLabelProps, SliderRoot, type SliderRootProps, type SliderSize, SliderThumb, type SliderThumbProps, SliderTrack, type SliderTrackProps, SliderValue, type SliderValueProps, Spinner, SpinnerProps, Stack, StackProps, Stat, StatDescription, type StatDescriptionProps, StatGroup, type StatGroupProps, StatGroupRoot, type StatGroupRootProps, StatIcon, type StatIconProps, StatLabel, type StatLabelProps, StatRoot, type StatRootProps, type StatSize, type StatTone, StatTrend, type StatTrendDirection, type StatTrendProps, StatValue, type StatValueProps, Stepper, StepperContent, StepperDescription, StepperIndicator, StepperItem, type StepperItemProps, StepperList, type StepperNavigationButtonProps, StepperNext, type StepperOrientation, StepperPrevious, StepperRoot, type StepperRootProps, StepperSeparator, type StepperStatus, StepperTitle, StepperTrigger, type StepperTriggerProps, Switch, type SwitchProps, Table, type TableAlignment, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableContainer, type TableContainerProps, type TableDensity, TableDescription, type TableDescriptionProps, TableEmpty, type TableEmptyProps, TableError, type TableErrorProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableHideBelow, TableLoading, type TableLoadingProps, TableRoot, type TableRootProps, TableRow, type TableRowProps, TableSelectionCell, type TableSelectionCellProps, TableSelectionHeader, type TableSelectionHeaderProps, type TableSelectionMode, type TableSortDirection, type TableSortState, type TableStatus, Tabs, TabsList, type TabsListProps, TabsPanel, type TabsPanelProps, TabsRoot, type TabsRootProps, TabsTab, type TabsTabProps, type TabsVariant, TagsInput, TagsInputProps, Text, type TextElement, type TextProps, type TextSize, type TextTone, Textarea, type TextareaProps, type ThemeContextValue, type ThemeMode, ThemeProvider, type ThemeProviderProps, Toast, ToastAction, ToastActionProps, ToastClose, ToastCloseProps, ToastComponent, ToastContent, ToastContentProps, ToastDescription, ToastDescriptionProps, ToastPortal, ToastProvider, ToastProviderProps, ToastRoot, ToastRootProps, ToastText, ToastTextProps, ToastTitle, ToastTitleProps, ToastTone, ToastViewport, ToastViewportProps, Toggle, ToggleGroup, ToggleGroupItem, ToggleGroupItemProps, ToggleGroupRoot, ToggleGroupRootProps, ToggleProps, ToggleSize, ToggleVariant, Toolbar, ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarInput, ToolbarInputProps, ToolbarLink, ToolbarLinkProps, ToolbarOrientation, ToolbarRoot, ToolbarRootProps, ToolbarSeparator, ToolbarSeparatorProps, Tooltip, TooltipArrow, type TooltipArrowProps, TooltipPopup, type TooltipPopupProps, TooltipPortal, TooltipPositioner, type TooltipPositionerProps, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps, TreeView, TreeViewEmpty, TreeViewError, TreeViewGroup, type TreeViewGroupProps, TreeViewItem, type TreeViewItemProps, TreeViewLabel, type TreeViewLabelProps, TreeViewLoading, TreeViewRoot, type TreeViewRootProps, type TreeViewSelection, type TreeViewSelectionMode, type TreeViewStateProps, TreeViewToggle, type TreeViewToggleProps, type TypographyLineClamp, type TypographyWeight, type TypographyWidth, Upload, UploadCancel, type UploadCancelProps, UploadDropzone, type UploadDropzoneProps, UploadError, type UploadErrorProps, type UploadFileState, type UploadFileStatus, UploadHint, type UploadHintProps, UploadIcon, type UploadIconProps, UploadInput, type UploadInputProps, UploadItem, type UploadItemProps, UploadList, type UploadListProps, UploadPreview, type UploadPreviewProps, UploadProgress, type UploadProgressProps, type UploadRejection, type UploadRejectionReason, UploadRemove, type UploadRemoveProps, UploadRoot, type UploadRootProps, UploadStatus, type UploadStatusProps, UploadText, type UploadTextProps, UploadTrigger, type UploadTriggerProps, VisuallyHidden, type VisuallyHiddenProps, defaultColor, formatColor, parseColor, useFieldState, useSidebar, useTheme };