jaci-ui 0.8.0 → 0.9.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.
- package/CHANGELOG.md +6 -0
- package/README.md +58 -0
- package/dist/_virtual/_rolldown/runtime.cjs +23 -0
- package/dist/components/carousel/carousel.cjs +342 -0
- package/dist/components/carousel/carousel.cjs.map +1 -0
- package/dist/components/carousel/carousel.d.cts +44 -0
- package/dist/components/carousel/carousel.d.ts +44 -0
- package/dist/components/carousel/carousel.js +330 -0
- package/dist/components/carousel/carousel.js.map +1 -0
- package/dist/components/carousel/index.d.cts +2 -0
- package/dist/components/carousel/index.d.ts +2 -0
- package/dist/components/code/code.cjs +32 -5
- package/dist/components/code/code.cjs.map +1 -1
- package/dist/components/code/code.d.cts +1 -0
- package/dist/components/code/code.d.ts +1 -0
- package/dist/components/code/code.js +34 -7
- package/dist/components/code/code.js.map +1 -1
- package/dist/components/color-swatch/color-swatch.cjs +33 -0
- package/dist/components/color-swatch/color-swatch.cjs.map +1 -0
- package/dist/components/color-swatch/color-swatch.d.cts +13 -0
- package/dist/components/color-swatch/color-swatch.d.ts +13 -0
- package/dist/components/color-swatch/color-swatch.js +33 -0
- package/dist/components/color-swatch/color-swatch.js.map +1 -0
- package/dist/components/color-swatch/index.d.cts +2 -0
- package/dist/components/color-swatch/index.d.ts +2 -0
- package/dist/components/command/command.cjs +3 -1
- package/dist/components/command/command.cjs.map +1 -1
- package/dist/components/command/command.js +3 -1
- package/dist/components/command/command.js.map +1 -1
- package/dist/components/download-trigger/download-trigger.cjs +25 -0
- package/dist/components/download-trigger/download-trigger.cjs.map +1 -0
- package/dist/components/download-trigger/download-trigger.d.cts +12 -0
- package/dist/components/download-trigger/download-trigger.d.ts +12 -0
- package/dist/components/download-trigger/download-trigger.js +25 -0
- package/dist/components/download-trigger/download-trigger.js.map +1 -0
- package/dist/components/download-trigger/index.d.cts +2 -0
- package/dist/components/download-trigger/index.d.ts +2 -0
- package/dist/components/qr-code/index.d.cts +2 -0
- package/dist/components/qr-code/index.d.ts +2 -0
- package/dist/components/qr-code/qr-code.cjs +118 -0
- package/dist/components/qr-code/qr-code.cjs.map +1 -0
- package/dist/components/qr-code/qr-code.d.cts +17 -0
- package/dist/components/qr-code/qr-code.d.ts +17 -0
- package/dist/components/qr-code/qr-code.js +116 -0
- package/dist/components/qr-code/qr-code.js.map +1 -0
- package/dist/components/spacer/index.d.cts +2 -0
- package/dist/components/spacer/index.d.ts +2 -0
- package/dist/components/spacer/spacer.cjs +24 -0
- package/dist/components/spacer/spacer.cjs.map +1 -0
- package/dist/components/spacer/spacer.d.cts +10 -0
- package/dist/components/spacer/spacer.d.ts +10 -0
- package/dist/components/spacer/spacer.js +24 -0
- package/dist/components/spacer/spacer.js.map +1 -0
- package/dist/index.cjs +10 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/styled-system/recipes/carousel.cjs +48 -0
- package/dist/styled-system/recipes/carousel.cjs.map +1 -0
- package/dist/styled-system/recipes/carousel.js +48 -0
- package/dist/styled-system/recipes/carousel.js.map +1 -0
- package/dist/styled-system/recipes/code.cjs +4 -2
- package/dist/styled-system/recipes/code.cjs.map +1 -1
- package/dist/styled-system/recipes/code.js +4 -2
- package/dist/styled-system/recipes/code.js.map +1 -1
- package/dist/styled-system/recipes/color-swatch.cjs +37 -0
- package/dist/styled-system/recipes/color-swatch.cjs.map +1 -0
- package/dist/styled-system/recipes/color-swatch.js +37 -0
- package/dist/styled-system/recipes/color-swatch.js.map +1 -0
- package/dist/styled-system/recipes/download-trigger.cjs +39 -0
- package/dist/styled-system/recipes/download-trigger.cjs.map +1 -0
- package/dist/styled-system/recipes/download-trigger.js +39 -0
- package/dist/styled-system/recipes/download-trigger.js.map +1 -0
- package/dist/styled-system/recipes/layout-spacer.cjs +88 -0
- package/dist/styled-system/recipes/layout-spacer.cjs.map +1 -0
- package/dist/styled-system/recipes/layout-spacer.js +88 -0
- package/dist/styled-system/recipes/layout-spacer.js.map +1 -0
- package/dist/styled-system/recipes/qr-code.cjs +25 -0
- package/dist/styled-system/recipes/qr-code.cjs.map +1 -0
- package/dist/styled-system/recipes/qr-code.js +25 -0
- package/dist/styled-system/recipes/qr-code.js.map +1 -0
- package/dist/styles.css +601 -65
- package/dist/theme/theme-provider.cjs +29 -1
- package/dist/theme/theme-provider.cjs.map +1 -1
- package/dist/theme/theme-provider.js +29 -1
- package/dist/theme/theme-provider.js.map +1 -1
- package/package.json +4 -2
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { cx } from "../../styled-system/css/cx.js";
|
|
2
|
+
import { qrCode } from "../../styled-system/recipes/qr-code.js";
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
import * as QRCodeEncoder from "qrcode";
|
|
6
|
+
//#region src/components/qr-code/qr-code.tsx
|
|
7
|
+
function isFinderCell(row, column, size) {
|
|
8
|
+
return row < 7 && column < 7 || row < 7 && column >= size - 7 || row >= size - 7 && column < 7;
|
|
9
|
+
}
|
|
10
|
+
function Finder({ x, y, color, background }) {
|
|
11
|
+
return /* @__PURE__ */ jsxs("g", {
|
|
12
|
+
"data-slot": "qr-code-eye",
|
|
13
|
+
children: [
|
|
14
|
+
/* @__PURE__ */ jsx("rect", {
|
|
15
|
+
fill: color,
|
|
16
|
+
height: "7",
|
|
17
|
+
rx: "1",
|
|
18
|
+
width: "7",
|
|
19
|
+
x,
|
|
20
|
+
y
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ jsx("rect", {
|
|
23
|
+
fill: background,
|
|
24
|
+
height: "5",
|
|
25
|
+
rx: "0.75",
|
|
26
|
+
width: "5",
|
|
27
|
+
x: x + 1,
|
|
28
|
+
y: y + 1
|
|
29
|
+
}),
|
|
30
|
+
/* @__PURE__ */ jsx("rect", {
|
|
31
|
+
fill: color,
|
|
32
|
+
height: "3",
|
|
33
|
+
rx: "0.5",
|
|
34
|
+
width: "3",
|
|
35
|
+
x: x + 2,
|
|
36
|
+
y: y + 2
|
|
37
|
+
})
|
|
38
|
+
]
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
const QRCode = forwardRef(function QRCode({ background = "transparent", className, errorCorrectionLevel = "Q", fallback, foreground = "currentColor", label = "QR code", margin = 2, size = 192, style, value, ...props }, ref) {
|
|
42
|
+
const safeSize = Number.isFinite(size) && size > 0 ? size : 192;
|
|
43
|
+
const safeMargin = Number.isFinite(margin) && margin >= 0 ? Math.floor(margin) : 2;
|
|
44
|
+
const finderBackground = background === "transparent" ? "white" : background;
|
|
45
|
+
try {
|
|
46
|
+
const code = QRCodeEncoder.create(value, { errorCorrectionLevel });
|
|
47
|
+
const moduleCount = code.modules.size;
|
|
48
|
+
const viewBoxSize = moduleCount + safeMargin * 2;
|
|
49
|
+
const modules = [];
|
|
50
|
+
for (let row = 0; row < moduleCount; row += 1) for (let column = 0; column < moduleCount; column += 1) if (code.modules.get(row, column) && !isFinderCell(row, column, moduleCount)) modules.push(/* @__PURE__ */ jsx("circle", {
|
|
51
|
+
cx: safeMargin + column + .5,
|
|
52
|
+
cy: safeMargin + row + .5,
|
|
53
|
+
"data-slot": "qr-code-dot",
|
|
54
|
+
fill: foreground,
|
|
55
|
+
r: "0.43"
|
|
56
|
+
}, `${row}-${column}`));
|
|
57
|
+
return /* @__PURE__ */ jsxs("svg", {
|
|
58
|
+
...props,
|
|
59
|
+
ref,
|
|
60
|
+
"aria-label": label,
|
|
61
|
+
className: cx(qrCode(), className),
|
|
62
|
+
"data-dot-shape": "circle",
|
|
63
|
+
"data-eye-shape": "rounded-square",
|
|
64
|
+
"data-jaci-component": "qr-code",
|
|
65
|
+
"data-slot": "qr-code",
|
|
66
|
+
height: safeSize,
|
|
67
|
+
role: "img",
|
|
68
|
+
style,
|
|
69
|
+
viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`,
|
|
70
|
+
width: safeSize,
|
|
71
|
+
children: [
|
|
72
|
+
/* @__PURE__ */ jsx("title", { children: label }),
|
|
73
|
+
background !== "transparent" ? /* @__PURE__ */ jsx("rect", {
|
|
74
|
+
fill: background,
|
|
75
|
+
height: viewBoxSize,
|
|
76
|
+
width: viewBoxSize,
|
|
77
|
+
x: "0",
|
|
78
|
+
y: "0"
|
|
79
|
+
}) : null,
|
|
80
|
+
modules,
|
|
81
|
+
/* @__PURE__ */ jsx(Finder, {
|
|
82
|
+
background: finderBackground,
|
|
83
|
+
color: foreground,
|
|
84
|
+
x: safeMargin,
|
|
85
|
+
y: safeMargin
|
|
86
|
+
}),
|
|
87
|
+
/* @__PURE__ */ jsx(Finder, {
|
|
88
|
+
background: finderBackground,
|
|
89
|
+
color: foreground,
|
|
90
|
+
x: safeMargin + moduleCount - 7,
|
|
91
|
+
y: safeMargin
|
|
92
|
+
}),
|
|
93
|
+
/* @__PURE__ */ jsx(Finder, {
|
|
94
|
+
background: finderBackground,
|
|
95
|
+
color: foreground,
|
|
96
|
+
x: safeMargin,
|
|
97
|
+
y: safeMargin + moduleCount - 7
|
|
98
|
+
})
|
|
99
|
+
]
|
|
100
|
+
});
|
|
101
|
+
} catch {
|
|
102
|
+
return /* @__PURE__ */ jsx("span", {
|
|
103
|
+
"aria-label": label,
|
|
104
|
+
className: cx(qrCode(), className),
|
|
105
|
+
"data-jaci-component": "qr-code",
|
|
106
|
+
"data-slot": "qr-code",
|
|
107
|
+
"data-status": "error",
|
|
108
|
+
role: "img",
|
|
109
|
+
children: fallback ?? "Unable to generate QR code"
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
});
|
|
113
|
+
//#endregion
|
|
114
|
+
export { QRCode };
|
|
115
|
+
|
|
116
|
+
//# sourceMappingURL=qr-code.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"qr-code.js","names":[],"sources":["../../../src/components/qr-code/qr-code.tsx"],"sourcesContent":["import * as QRCodeEncoder from \"qrcode\";\nimport { forwardRef } from \"react\";\nimport type { ComponentPropsWithoutRef, ReactNode } from \"react\";\n\nimport { cx } from \"../../styled-system/css\";\nimport { qrCode } from \"../../styled-system/recipes\";\n\nexport type QRCodeErrorCorrectionLevel = \"L\" | \"M\" | \"Q\" | \"H\";\n\nexport interface QRCodeProps extends Omit<ComponentPropsWithoutRef<\"svg\">, \"children\"> {\n value: string;\n size?: number;\n margin?: number;\n errorCorrectionLevel?: QRCodeErrorCorrectionLevel;\n foreground?: string;\n background?: string;\n label?: string;\n fallback?: ReactNode;\n}\n\nfunction isFinderCell(row: number, column: number, size: number) {\n return (\n (row < 7 && column < 7) || (row < 7 && column >= size - 7) || (row >= size - 7 && column < 7)\n );\n}\n\nfunction Finder({\n x,\n y,\n color,\n background,\n}: {\n x: number;\n y: number;\n color: string;\n background: string;\n}) {\n return (\n <g data-slot=\"qr-code-eye\">\n <rect fill={color} height=\"7\" rx=\"1\" width=\"7\" x={x} y={y} />\n <rect fill={background} height=\"5\" rx=\"0.75\" width=\"5\" x={x + 1} y={y + 1} />\n <rect fill={color} height=\"3\" rx=\"0.5\" width=\"3\" x={x + 2} y={y + 2} />\n </g>\n );\n}\n\nexport const QRCode = forwardRef<SVGSVGElement, QRCodeProps>(function QRCode(\n {\n background = \"transparent\",\n className,\n errorCorrectionLevel = \"Q\",\n fallback,\n foreground = \"currentColor\",\n label = \"QR code\",\n margin = 2,\n size = 192,\n style,\n value,\n ...props\n },\n ref,\n) {\n const safeSize = Number.isFinite(size) && size > 0 ? size : 192;\n const safeMargin = Number.isFinite(margin) && margin >= 0 ? Math.floor(margin) : 2;\n // Finder patterns need a contrasting quiet area between the frame and the\n // eyeball. Keep the overall SVG transparent by default, but use a white\n // cutout when no background was supplied so the code remains scannable.\n const finderBackground = background === \"transparent\" ? \"white\" : background;\n\n try {\n const code = QRCodeEncoder.create(value, { errorCorrectionLevel });\n const moduleCount = code.modules.size;\n const viewBoxSize = moduleCount + safeMargin * 2;\n const modules: ReactNode[] = [];\n\n for (let row = 0; row < moduleCount; row += 1) {\n for (let column = 0; column < moduleCount; column += 1) {\n if (code.modules.get(row, column) && !isFinderCell(row, column, moduleCount)) {\n modules.push(\n <circle\n cx={safeMargin + column + 0.5}\n cy={safeMargin + row + 0.5}\n data-slot=\"qr-code-dot\"\n fill={foreground}\n key={`${row}-${column}`}\n r=\"0.43\"\n />,\n );\n }\n }\n }\n\n return (\n <svg\n {...props}\n ref={ref}\n aria-label={label}\n className={cx(qrCode(), className)}\n data-dot-shape=\"circle\"\n data-eye-shape=\"rounded-square\"\n data-jaci-component=\"qr-code\"\n data-slot=\"qr-code\"\n height={safeSize}\n role=\"img\"\n style={style}\n viewBox={`0 0 ${viewBoxSize} ${viewBoxSize}`}\n width={safeSize}\n >\n <title>{label}</title>\n {background !== \"transparent\" ? (\n <rect fill={background} height={viewBoxSize} width={viewBoxSize} x=\"0\" y=\"0\" />\n ) : null}\n {modules}\n <Finder background={finderBackground} color={foreground} x={safeMargin} y={safeMargin} />\n <Finder\n background={finderBackground}\n color={foreground}\n x={safeMargin + moduleCount - 7}\n y={safeMargin}\n />\n <Finder\n background={finderBackground}\n color={foreground}\n x={safeMargin}\n y={safeMargin + moduleCount - 7}\n />\n </svg>\n );\n } catch {\n return (\n <span\n aria-label={label}\n className={cx(qrCode(), className)}\n data-jaci-component=\"qr-code\"\n data-slot=\"qr-code\"\n data-status=\"error\"\n role=\"img\"\n >\n {fallback ?? \"Unable to generate QR code\"}\n </span>\n );\n }\n});\n"],"mappings":";;;;;;AAoBA,SAAS,aAAa,KAAa,QAAgB,MAAc;CAC/D,OACG,MAAM,KAAK,SAAS,KAAO,MAAM,KAAK,UAAU,OAAO,KAAO,OAAO,OAAO,KAAK,SAAS;AAE/F;AAEA,SAAS,OAAO,EACd,GACA,GACA,OACA,cAMC;CACD,OACE,qBAAC,KAAD;EAAG,aAAU;YAAb;GACE,oBAAC,QAAD;IAAM,MAAM;IAAO,QAAO;IAAI,IAAG;IAAI,OAAM;IAAO;IAAM;GAAI,CAAA;GAC5D,oBAAC,QAAD;IAAM,MAAM;IAAY,QAAO;IAAI,IAAG;IAAO,OAAM;IAAI,GAAG,IAAI;IAAG,GAAG,IAAI;GAAI,CAAA;GAC5E,oBAAC,QAAD;IAAM,MAAM;IAAO,QAAO;IAAI,IAAG;IAAM,OAAM;IAAI,GAAG,IAAI;IAAG,GAAG,IAAI;GAAI,CAAA;EACrE;;AAEP;AAEA,MAAa,SAAS,WAAuC,SAAS,OACpE,EACE,aAAa,eACb,WACA,uBAAuB,KACvB,UACA,aAAa,gBACb,QAAQ,WACR,SAAS,GACT,OAAO,KACP,OACA,OACA,GAAG,SAEL,KACA;CACA,MAAM,WAAW,OAAO,SAAS,IAAI,KAAK,OAAO,IAAI,OAAO;CAC5D,MAAM,aAAa,OAAO,SAAS,MAAM,KAAK,UAAU,IAAI,KAAK,MAAM,MAAM,IAAI;CAIjF,MAAM,mBAAmB,eAAe,gBAAgB,UAAU;CAElE,IAAI;EACF,MAAM,OAAO,cAAc,OAAO,OAAO,EAAE,qBAAqB,CAAC;EACjE,MAAM,cAAc,KAAK,QAAQ;EACjC,MAAM,cAAc,cAAc,aAAa;EAC/C,MAAM,UAAuB,CAAC;EAE9B,KAAK,IAAI,MAAM,GAAG,MAAM,aAAa,OAAO,GAC1C,KAAK,IAAI,SAAS,GAAG,SAAS,aAAa,UAAU,GACnD,IAAI,KAAK,QAAQ,IAAI,KAAK,MAAM,KAAK,CAAC,aAAa,KAAK,QAAQ,WAAW,GACzE,QAAQ,KACN,oBAAC,UAAD;GACE,IAAI,aAAa,SAAS;GAC1B,IAAI,aAAa,MAAM;GACvB,aAAU;GACV,MAAM;GAEN,GAAE;EACH,GAFM,GAAG,IAAI,GAAG,QAEhB,CACH;EAKN,OACE,qBAAC,OAAD;GACE,GAAI;GACC;GACL,cAAY;GACZ,WAAW,GAAG,OAAO,GAAG,SAAS;GACjC,kBAAe;GACf,kBAAe;GACf,uBAAoB;GACpB,aAAU;GACV,QAAQ;GACR,MAAK;GACE;GACP,SAAS,OAAO,YAAY,GAAG;GAC/B,OAAO;aAbT;IAeE,oBAAC,SAAD,EAAA,UAAQ,MAAa,CAAA;IACpB,eAAe,gBACd,oBAAC,QAAD;KAAM,MAAM;KAAY,QAAQ;KAAa,OAAO;KAAa,GAAE;KAAI,GAAE;IAAK,CAAA,IAC5E;IACH;IACD,oBAAC,QAAD;KAAQ,YAAY;KAAkB,OAAO;KAAY,GAAG;KAAY,GAAG;IAAa,CAAA;IACxF,oBAAC,QAAD;KACE,YAAY;KACZ,OAAO;KACP,GAAG,aAAa,cAAc;KAC9B,GAAG;IACJ,CAAA;IACD,oBAAC,QAAD;KACE,YAAY;KACZ,OAAO;KACP,GAAG;KACH,GAAG,aAAa,cAAc;IAC/B,CAAA;GACE;;CAET,QAAQ;EACN,OACE,oBAAC,QAAD;GACE,cAAY;GACZ,WAAW,GAAG,OAAO,GAAG,SAAS;GACjC,uBAAoB;GACpB,aAAU;GACV,eAAY;GACZ,MAAK;aAEJ,YAAY;EACT,CAAA;CAEV;AACF,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_cx = require("../../styled-system/css/cx.cjs");
|
|
2
|
+
const require_layout_spacer = require("../../styled-system/recipes/layout-spacer.cjs");
|
|
3
|
+
let react = require("react");
|
|
4
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
5
|
+
//#region src/components/spacer/spacer.tsx
|
|
6
|
+
const Spacer = (0, react.forwardRef)(function Spacer({ axis = "vertical", className, size = "md", ...props }, ref) {
|
|
7
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
|
|
8
|
+
...props,
|
|
9
|
+
"aria-hidden": props["aria-hidden"] ?? true,
|
|
10
|
+
className: require_cx.cx(require_layout_spacer.layoutSpacer({
|
|
11
|
+
axis,
|
|
12
|
+
size
|
|
13
|
+
}), className),
|
|
14
|
+
"data-axis": axis,
|
|
15
|
+
"data-jaci-component": "spacer",
|
|
16
|
+
"data-size": size,
|
|
17
|
+
"data-slot": "spacer",
|
|
18
|
+
ref
|
|
19
|
+
});
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.Spacer = Spacer;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=spacer.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spacer.cjs","names":["cx","layoutSpacer"],"sources":["../../../src/components/spacer/spacer.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { ComponentPropsWithoutRef } from \"react\";\n\nimport { cx } from \"../../styled-system/css\";\nimport { layoutSpacer } from \"../../styled-system/recipes\";\n\nexport interface SpacerProps extends ComponentPropsWithoutRef<\"div\"> {\n axis?: \"horizontal\" | \"vertical\";\n size?: \"none\" | \"sm\" | \"md\" | \"lg\" | \"xl\";\n}\n\nexport const Spacer = forwardRef<HTMLDivElement, SpacerProps>(function Spacer(\n { axis = \"vertical\", className, size = \"md\", ...props },\n ref,\n) {\n return (\n <div\n {...props}\n aria-hidden={props[\"aria-hidden\"] ?? true}\n className={cx(layoutSpacer({ axis, size }), className)}\n data-axis={axis}\n data-jaci-component=\"spacer\"\n data-size={size}\n data-slot=\"spacer\"\n ref={ref}\n />\n );\n});\n"],"mappings":";;;;;AAWA,MAAa,UAAA,GAAA,MAAA,WAAA,CAAiD,SAAS,OACrE,EAAE,OAAO,YAAY,WAAW,OAAO,MAAM,GAAG,SAChD,KACA;CACA,OACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,OAAD;EACE,GAAI;EACJ,eAAa,MAAM,kBAAkB;EACrC,WAAWA,WAAAA,GAAGC,sBAAAA,aAAa;GAAE;GAAM;EAAK,CAAC,GAAG,SAAS;EACrD,aAAW;EACX,uBAAoB;EACpB,aAAW;EACX,aAAU;EACL;CACN,CAAA;AAEL,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentPropsWithoutRef } from "react";
|
|
2
|
+
//#region src/components/spacer/spacer.d.ts
|
|
3
|
+
interface SpacerProps extends ComponentPropsWithoutRef<"div"> {
|
|
4
|
+
axis?: "horizontal" | "vertical";
|
|
5
|
+
size?: "none" | "sm" | "md" | "lg" | "xl";
|
|
6
|
+
}
|
|
7
|
+
declare const Spacer: import("react").ForwardRefExoticComponent<SpacerProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
//#endregion
|
|
9
|
+
export { Spacer, SpacerProps };
|
|
10
|
+
//# sourceMappingURL=spacer.d.cts.map
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentPropsWithoutRef } from "react";
|
|
2
|
+
//#region src/components/spacer/spacer.d.ts
|
|
3
|
+
interface SpacerProps extends ComponentPropsWithoutRef<"div"> {
|
|
4
|
+
axis?: "horizontal" | "vertical";
|
|
5
|
+
size?: "none" | "sm" | "md" | "lg" | "xl";
|
|
6
|
+
}
|
|
7
|
+
declare const Spacer: import("react").ForwardRefExoticComponent<SpacerProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
//#endregion
|
|
9
|
+
export { Spacer, SpacerProps };
|
|
10
|
+
//# sourceMappingURL=spacer.d.ts.map
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { cx } from "../../styled-system/css/cx.js";
|
|
2
|
+
import { layoutSpacer } from "../../styled-system/recipes/layout-spacer.js";
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
//#region src/components/spacer/spacer.tsx
|
|
6
|
+
const Spacer = forwardRef(function Spacer({ axis = "vertical", className, size = "md", ...props }, ref) {
|
|
7
|
+
return /* @__PURE__ */ jsx("div", {
|
|
8
|
+
...props,
|
|
9
|
+
"aria-hidden": props["aria-hidden"] ?? true,
|
|
10
|
+
className: cx(layoutSpacer({
|
|
11
|
+
axis,
|
|
12
|
+
size
|
|
13
|
+
}), className),
|
|
14
|
+
"data-axis": axis,
|
|
15
|
+
"data-jaci-component": "spacer",
|
|
16
|
+
"data-size": size,
|
|
17
|
+
"data-slot": "spacer",
|
|
18
|
+
ref
|
|
19
|
+
});
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { Spacer };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=spacer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spacer.js","names":[],"sources":["../../../src/components/spacer/spacer.tsx"],"sourcesContent":["import { forwardRef } from \"react\";\nimport type { ComponentPropsWithoutRef } from \"react\";\n\nimport { cx } from \"../../styled-system/css\";\nimport { layoutSpacer } from \"../../styled-system/recipes\";\n\nexport interface SpacerProps extends ComponentPropsWithoutRef<\"div\"> {\n axis?: \"horizontal\" | \"vertical\";\n size?: \"none\" | \"sm\" | \"md\" | \"lg\" | \"xl\";\n}\n\nexport const Spacer = forwardRef<HTMLDivElement, SpacerProps>(function Spacer(\n { axis = \"vertical\", className, size = \"md\", ...props },\n ref,\n) {\n return (\n <div\n {...props}\n aria-hidden={props[\"aria-hidden\"] ?? true}\n className={cx(layoutSpacer({ axis, size }), className)}\n data-axis={axis}\n data-jaci-component=\"spacer\"\n data-size={size}\n data-slot=\"spacer\"\n ref={ref}\n />\n );\n});\n"],"mappings":";;;;;AAWA,MAAa,SAAS,WAAwC,SAAS,OACrE,EAAE,OAAO,YAAY,WAAW,OAAO,MAAM,GAAG,SAChD,KACA;CACA,OACE,oBAAC,OAAD;EACE,GAAI;EACJ,eAAa,MAAM,kBAAkB;EACrC,WAAW,GAAG,aAAa;GAAE;GAAM;EAAK,CAAC,GAAG,SAAS;EACrD,aAAW;EACX,uBAAoB;EACpB,aAAW;EACX,aAAU;EACL;CACN,CAAA;AAEL,CAAC"}
|
package/dist/index.cjs
CHANGED
|
@@ -11,6 +11,7 @@ const require_button_group = require("./components/button-group/button-group.cjs
|
|
|
11
11
|
const require_code = require("./components/code/code.cjs");
|
|
12
12
|
const require_calendar = require("./components/calendar/calendar.cjs");
|
|
13
13
|
const require_card = require("./components/card/card.cjs");
|
|
14
|
+
const require_carousel = require("./components/carousel/carousel.cjs");
|
|
14
15
|
const require_form = require("./components/form/form.cjs");
|
|
15
16
|
const require_field = require("./components/field/field.cjs");
|
|
16
17
|
const require_checkbox_group = require("./components/checkbox-group/checkbox-group.cjs");
|
|
@@ -22,6 +23,7 @@ const require_input = require("./components/controls/input.cjs");
|
|
|
22
23
|
const require_radio = require("./components/controls/radio.cjs");
|
|
23
24
|
const require_switch = require("./components/controls/switch.cjs");
|
|
24
25
|
const require_textarea = require("./components/controls/textarea.cjs");
|
|
26
|
+
const require_color_swatch = require("./components/color-swatch/color-swatch.cjs");
|
|
25
27
|
const require_dialog = require("./components/dialog/dialog.cjs");
|
|
26
28
|
const require_date_picker = require("./components/date-picker/date-picker.cjs");
|
|
27
29
|
const require_date_range_picker = require("./components/date-range-picker/date-range-picker.cjs");
|
|
@@ -37,6 +39,7 @@ const require_color_picker = require("./components/color-picker/color-picker.cjs
|
|
|
37
39
|
const require_command = require("./components/command/command.cjs");
|
|
38
40
|
const require_copyable = require("./components/copyable/copyable.cjs");
|
|
39
41
|
const require_data_view = require("./components/data-view/data-view.cjs");
|
|
42
|
+
const require_download_trigger = require("./components/download-trigger/download-trigger.cjs");
|
|
40
43
|
const require_data_toolbar = require("./components/data-toolbar/data-toolbar.cjs");
|
|
41
44
|
const require_empty_state = require("./components/empty-state/empty-state.cjs");
|
|
42
45
|
const require_icon_button = require("./components/icon-button/icon-button.cjs");
|
|
@@ -54,11 +57,13 @@ const require_pin_input = require("./components/pin-input/pin-input.cjs");
|
|
|
54
57
|
const require_popover = require("./components/popover/popover.cjs");
|
|
55
58
|
const require_quote = require("./components/quote/quote.cjs");
|
|
56
59
|
const require_progress = require("./components/progress/progress.cjs");
|
|
60
|
+
const require_qr_code = require("./components/qr-code/qr-code.cjs");
|
|
57
61
|
const require_radio_group = require("./components/radio-group/radio-group.cjs");
|
|
58
62
|
const require_range_slider = require("./components/range-slider/range-slider.cjs");
|
|
59
63
|
const require_select = require("./components/select/select.cjs");
|
|
60
64
|
const require_slider = require("./components/slider/slider.cjs");
|
|
61
65
|
const require_sidebar = require("./components/sidebar/sidebar.cjs");
|
|
66
|
+
const require_spacer = require("./components/spacer/spacer.cjs");
|
|
62
67
|
const require_scroll_area = require("./components/scroll-area/scroll-area.cjs");
|
|
63
68
|
const require_skeleton = require("./components/skeleton/skeleton.cjs");
|
|
64
69
|
const require_stat = require("./components/stat/stat.cjs");
|
|
@@ -142,6 +147,7 @@ exports.CardFooter = require_card.CardFooter;
|
|
|
142
147
|
exports.CardHeader = require_card.CardHeader;
|
|
143
148
|
exports.CardNamespace = require_card.CardNamespace;
|
|
144
149
|
exports.CardTitle = require_card.CardTitle;
|
|
150
|
+
exports.Carousel = require_carousel.Carousel;
|
|
145
151
|
exports.Checkbox = require_checkbox.Checkbox;
|
|
146
152
|
exports.CheckboxGroup = require_checkbox_group.CheckboxGroup;
|
|
147
153
|
exports.CheckboxGroupIndicator = require_checkbox_group.CheckboxGroupIndicator;
|
|
@@ -173,6 +179,7 @@ exports.ColorPickerSwatch = require_color_picker.ColorPickerSwatch;
|
|
|
173
179
|
exports.ColorPickerSwatches = require_color_picker.ColorPickerSwatches;
|
|
174
180
|
exports.ColorPickerTrigger = require_color_picker.ColorPickerTrigger;
|
|
175
181
|
exports.ColorPickerValue = require_color_picker.ColorPickerValue;
|
|
182
|
+
exports.ColorSwatch = require_color_swatch.ColorSwatch;
|
|
176
183
|
exports.Combobox = require_combobox.Combobox;
|
|
177
184
|
exports.ComboboxArrow = require_combobox.ComboboxArrow;
|
|
178
185
|
exports.ComboboxClear = require_combobox.ComboboxClear;
|
|
@@ -302,6 +309,7 @@ exports.DialogRoot = require_dialog.DialogRoot;
|
|
|
302
309
|
exports.DialogTitle = require_dialog.DialogTitle;
|
|
303
310
|
exports.DialogTrigger = require_dialog.DialogTrigger;
|
|
304
311
|
exports.DialogViewport = require_dialog.DialogViewport;
|
|
312
|
+
exports.DownloadTrigger = require_download_trigger.DownloadTrigger;
|
|
305
313
|
exports.Drawer = require_drawer.Drawer;
|
|
306
314
|
exports.DrawerBackdrop = require_drawer.DrawerBackdrop;
|
|
307
315
|
exports.DrawerClose = require_drawer.DrawerClose;
|
|
@@ -456,6 +464,7 @@ exports.PopoverRoot = require_popover.PopoverRoot;
|
|
|
456
464
|
exports.PopoverTitle = require_popover.PopoverTitle;
|
|
457
465
|
exports.PopoverTrigger = require_popover.PopoverTrigger;
|
|
458
466
|
exports.Progress = require_progress.Progress;
|
|
467
|
+
exports.QRCode = require_qr_code.QRCode;
|
|
459
468
|
exports.Quote = require_quote.Quote;
|
|
460
469
|
exports.Radio = require_radio.Radio;
|
|
461
470
|
exports.RadioGroup = require_radio_group.RadioGroup;
|
|
@@ -518,6 +527,7 @@ exports.SliderRoot = require_slider.SliderRoot;
|
|
|
518
527
|
exports.SliderThumb = require_slider.SliderThumb;
|
|
519
528
|
exports.SliderTrack = require_slider.SliderTrack;
|
|
520
529
|
exports.SliderValue = require_slider.SliderValue;
|
|
530
|
+
exports.Spacer = require_spacer.Spacer;
|
|
521
531
|
exports.Spinner = require_index.Spinner;
|
|
522
532
|
exports.Stack = require_index.Stack;
|
|
523
533
|
exports.Stat = require_stat.Stat;
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["export * from \"./components/accordion\";\nexport * from \"./components/alert\";\nexport * from \"./components/alert-dialog\";\nexport * from \"./components/aspect-ratio\";\nexport * from \"./components/avatar\";\nexport * from \"./components/breadcrumbs\";\nexport * from \"./components/button\";\nexport * from \"./components/button-group\";\nexport * from \"./components/code\";\nexport * from \"./components/calendar\";\nexport * from \"./components/card\";\nexport * from \"./components/checkbox-group\";\nexport * from \"./components/collapsible\";\nexport * from \"./components/combobox\";\nexport * from \"./components/controls\";\nexport * from \"./components/dialog\";\nexport * from \"./components/date-picker\";\nexport * from \"./components/date-range-picker\";\nexport * from \"./components/drawer\";\nexport * from \"./components/feedback\";\nexport * from \"./components/field\";\nexport * from \"./components/fieldset\";\nexport * from \"./components/figure\";\nexport * from \"./components/form\";\nexport * from \"./components/layout\";\nexport * from \"./components/menu\";\nexport * from \"./components/context-menu\";\nexport * from \"./components/color-picker\";\nexport * from \"./components/command\";\nexport * from \"./components/copyable\";\nexport * from \"./components/data-view\";\nexport * from \"./components/data-toolbar\";\nexport * from \"./components/empty-state\";\nexport * from \"./components/icon-button\";\nexport * from \"./components/input-group\";\nexport * from \"./components/image\";\nexport * from \"./components/kbd\";\nexport * from \"./components/list\";\nexport * from \"./components/menubar\";\nexport * from \"./components/meter\";\nexport * from \"./components/number-field\";\nexport * from \"./components/navigation\";\nexport * from \"./components/navigation-menu\";\nexport * from \"./components/option-selector\";\nexport * from \"./components/pagination\";\nexport * from \"./components/pin-input\";\nexport * from \"./components/popover\";\nexport * from \"./components/quote\";\nexport * from \"./components/progress\";\nexport * from \"./components/radio-group\";\nexport * from \"./components/range-slider\";\nexport * from \"./components/select\";\nexport * from \"./components/slider\";\nexport * from \"./components/sidebar\";\nexport * from \"./components/scroll-area\";\nexport * from \"./components/skeleton\";\nexport * from \"./components/stat\";\nexport * from \"./components/stat-group\";\nexport * from \"./components/stepper\";\nexport * from \"./components/tabs\";\nexport * from \"./components/table\";\nexport * from \"./components/tags-input\";\nexport * from \"./components/toast\";\nexport * from \"./components/tooltip\";\nexport * from \"./components/toggle\";\nexport * from \"./components/toggle-group\";\nexport * from \"./components/toolbar\";\nexport * from \"./components/tree-view\";\nexport * from \"./components/upload\";\nexport * from \"./components/typography\";\nexport * from \"./components/visually-hidden\";\nexport * from \"./theme\";\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["export * from \"./components/accordion\";\nexport * from \"./components/alert\";\nexport * from \"./components/alert-dialog\";\nexport * from \"./components/aspect-ratio\";\nexport * from \"./components/avatar\";\nexport * from \"./components/breadcrumbs\";\nexport * from \"./components/button\";\nexport * from \"./components/button-group\";\nexport * from \"./components/code\";\nexport * from \"./components/calendar\";\nexport * from \"./components/card\";\nexport * from \"./components/carousel\";\nexport * from \"./components/checkbox-group\";\nexport * from \"./components/collapsible\";\nexport * from \"./components/combobox\";\nexport * from \"./components/controls\";\nexport * from \"./components/color-swatch\";\nexport * from \"./components/dialog\";\nexport * from \"./components/date-picker\";\nexport * from \"./components/date-range-picker\";\nexport * from \"./components/drawer\";\nexport * from \"./components/feedback\";\nexport * from \"./components/field\";\nexport * from \"./components/fieldset\";\nexport * from \"./components/figure\";\nexport * from \"./components/form\";\nexport * from \"./components/layout\";\nexport * from \"./components/menu\";\nexport * from \"./components/context-menu\";\nexport * from \"./components/color-picker\";\nexport * from \"./components/command\";\nexport * from \"./components/copyable\";\nexport * from \"./components/data-view\";\nexport * from \"./components/download-trigger\";\nexport * from \"./components/data-toolbar\";\nexport * from \"./components/empty-state\";\nexport * from \"./components/icon-button\";\nexport * from \"./components/input-group\";\nexport * from \"./components/image\";\nexport * from \"./components/kbd\";\nexport * from \"./components/list\";\nexport * from \"./components/menubar\";\nexport * from \"./components/meter\";\nexport * from \"./components/number-field\";\nexport * from \"./components/navigation\";\nexport * from \"./components/navigation-menu\";\nexport * from \"./components/option-selector\";\nexport * from \"./components/pagination\";\nexport * from \"./components/pin-input\";\nexport * from \"./components/popover\";\nexport * from \"./components/quote\";\nexport * from \"./components/progress\";\nexport * from \"./components/qr-code\";\nexport * from \"./components/radio-group\";\nexport * from \"./components/range-slider\";\nexport * from \"./components/select\";\nexport * from \"./components/slider\";\nexport * from \"./components/sidebar\";\nexport * from \"./components/spacer\";\nexport * from \"./components/scroll-area\";\nexport * from \"./components/skeleton\";\nexport * from \"./components/stat\";\nexport * from \"./components/stat-group\";\nexport * from \"./components/stepper\";\nexport * from \"./components/tabs\";\nexport * from \"./components/table\";\nexport * from \"./components/tags-input\";\nexport * from \"./components/toast\";\nexport * from \"./components/tooltip\";\nexport * from \"./components/toggle\";\nexport * from \"./components/toggle-group\";\nexport * from \"./components/toolbar\";\nexport * from \"./components/tree-view\";\nexport * from \"./components/upload\";\nexport * from \"./components/typography\";\nexport * from \"./components/visually-hidden\";\nexport * from \"./theme\";\n"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
package/dist/index.d.cts
CHANGED
|
@@ -22,6 +22,8 @@ import { Calendar, CalendarCaption, CalendarCaptionProps, CalendarDay, CalendarD
|
|
|
22
22
|
import "./components/calendar/index.cjs";
|
|
23
23
|
import { Card, CardContent, CardFooter, CardHeader, CardNamespace, CardProps, CardTitle } from "./components/card/card.cjs";
|
|
24
24
|
import "./components/card/index.cjs";
|
|
25
|
+
import { Carousel, CarouselControlProps, CarouselIndicatorProps, CarouselItemProps, CarouselOrientation, CarouselRootProps, CarouselTrackProps, CarouselViewportProps } from "./components/carousel/carousel.cjs";
|
|
26
|
+
import "./components/carousel/index.cjs";
|
|
25
27
|
import { CheckboxGroup, CheckboxGroupIndicator, CheckboxGroupIndicatorProps, CheckboxGroupItem, CheckboxGroupItemProps, CheckboxGroupLabel, CheckboxGroupLabelProps, CheckboxGroupOption, CheckboxGroupOptionProps, CheckboxGroupOptions, CheckboxGroupOptionsProps, CheckboxGroupRoot, CheckboxGroupRootProps } from "./components/checkbox-group/checkbox-group.cjs";
|
|
26
28
|
import "./components/checkbox-group/index.cjs";
|
|
27
29
|
import { Collapsible, CollapsibleIndicator, CollapsibleIndicatorProps, CollapsiblePanel, CollapsiblePanelProps, CollapsibleRoot, CollapsibleRootProps, CollapsibleTrigger, CollapsibleTriggerProps } from "./components/collapsible/collapsible.cjs";
|
|
@@ -34,6 +36,8 @@ import { Radio, RadioProps } from "./components/controls/radio.cjs";
|
|
|
34
36
|
import { Switch, SwitchProps } from "./components/controls/switch.cjs";
|
|
35
37
|
import { Textarea, TextareaProps } from "./components/controls/textarea.cjs";
|
|
36
38
|
import "./components/controls/index.cjs";
|
|
39
|
+
import { ColorSwatch, ColorSwatchProps } from "./components/color-swatch/color-swatch.cjs";
|
|
40
|
+
import "./components/color-swatch/index.cjs";
|
|
37
41
|
import { DatePickerGranularity } from "./components/date-picker/date-utils.cjs";
|
|
38
42
|
import { DatePicker, DatePickerCalendar, DatePickerCalendarProps, DatePickerCaption, DatePickerCaptionProps, DatePickerClear, DatePickerClearProps, DatePickerClose, DatePickerCloseProps, DatePickerControl, DatePickerControlProps, DatePickerDay, DatePickerDayProps, DatePickerHeader, DatePickerHeaderProps, DatePickerLabel, DatePickerLabelProps, DatePickerMonthSelect, DatePickerMonthSelectProps, DatePickerNavigationProps, DatePickerNext, DatePickerPopup, DatePickerPopupProps, DatePickerPortal, DatePickerPortalProps, DatePickerPositioner, DatePickerPositionerProps, DatePickerPrevious, DatePickerRoot, DatePickerRootProps, DatePickerSize, DatePickerTimeField, DatePickerTimeFieldProps, DatePickerTrigger, DatePickerTriggerProps, DatePickerValue, DatePickerValueProps, DatePickerYearRange, DatePickerYearSelect, DatePickerYearSelectProps } from "./components/date-picker/date-picker.cjs";
|
|
39
43
|
import "./components/date-picker/index.cjs";
|
|
@@ -67,6 +71,8 @@ import { Copyable, CopyableContent, CopyableContentProps, CopyableIndicator, Cop
|
|
|
67
71
|
import "./components/copyable/index.cjs";
|
|
68
72
|
import { DataView, DataViewColumns, DataViewContent, DataViewContentProps, DataViewEmpty, DataViewError, DataViewFilters, DataViewFiltersProps, DataViewFooter, DataViewFooterProps, DataViewLayout, DataViewLoading, DataViewPagination, DataViewPaginationProps, DataViewRoot, DataViewRootProps, DataViewStateProps, DataViewStatus, DataViewToolbar, DataViewToolbarProps } from "./components/data-view/data-view.cjs";
|
|
69
73
|
import "./components/data-view/index.cjs";
|
|
74
|
+
import { DownloadTrigger, DownloadTriggerProps } from "./components/download-trigger/download-trigger.cjs";
|
|
75
|
+
import "./components/download-trigger/index.cjs";
|
|
70
76
|
import { DataToolbar, DataToolbarActions, DataToolbarActionsProps, DataToolbarClear, DataToolbarClearProps, DataToolbarClearSelection, DataToolbarClearSelectionProps, DataToolbarFilters, DataToolbarFiltersProps, DataToolbarRoot, DataToolbarRootProps, DataToolbarSearch, DataToolbarSearchProps, DataToolbarSelection, DataToolbarSelectionProps, DataToolbarSeparator, DataToolbarSeparatorProps, DataToolbarSort, DataToolbarSortProps } from "./components/data-toolbar/data-toolbar.cjs";
|
|
71
77
|
import "./components/data-toolbar/index.cjs";
|
|
72
78
|
import { EmptyState, EmptyStateAction, EmptyStateDescription, EmptyStateIcon, EmptyStateRoot, EmptyStateRootProps, EmptyStateTitle } from "./components/empty-state/empty-state.cjs";
|
|
@@ -102,6 +108,8 @@ import { Quote, QuoteProps, QuoteSize, QuoteVariant } from "./components/quote/q
|
|
|
102
108
|
import "./components/quote/index.cjs";
|
|
103
109
|
import { Progress, ProgressProps } from "./components/progress/progress.cjs";
|
|
104
110
|
import "./components/progress/index.cjs";
|
|
111
|
+
import { QRCode, QRCodeErrorCorrectionLevel, QRCodeProps } from "./components/qr-code/qr-code.cjs";
|
|
112
|
+
import "./components/qr-code/index.cjs";
|
|
105
113
|
import { RadioGroup, RadioGroupIndicator, RadioGroupIndicatorProps, RadioGroupItem, RadioGroupItemProps, RadioGroupLabel, RadioGroupLabelProps, RadioGroupOption, RadioGroupOptionProps, RadioGroupOptions, RadioGroupOptionsProps, RadioGroupRoot, RadioGroupRootProps } from "./components/radio-group/radio-group.cjs";
|
|
106
114
|
import "./components/radio-group/index.cjs";
|
|
107
115
|
import { RangeSlider, RangeSliderControl, RangeSliderControlProps, RangeSliderIndicator, RangeSliderIndicatorProps, RangeSliderLabel, RangeSliderLabelProps, RangeSliderRoot, RangeSliderRootProps, RangeSliderSize, RangeSliderThumb, RangeSliderThumbProps, RangeSliderTrack, RangeSliderTrackProps, RangeSliderValue, RangeSliderValueProps } from "./components/range-slider/range-slider.cjs";
|
|
@@ -112,6 +120,8 @@ import { Slider, SliderControl, SliderControlProps, SliderIndicator, SliderIndic
|
|
|
112
120
|
import "./components/slider/index.cjs";
|
|
113
121
|
import { Sidebar, SidebarContent, SidebarContentProps, SidebarContextValue, SidebarFooter, SidebarFooterProps, SidebarHeader, SidebarHeaderProps, SidebarItem, SidebarItemProps, SidebarLabel, SidebarLabelProps, SidebarRoot, SidebarRootProps, SidebarToggle, SidebarToggleProps, useSidebar } from "./components/sidebar/sidebar.cjs";
|
|
114
122
|
import "./components/sidebar/index.cjs";
|
|
123
|
+
import { Spacer, SpacerProps } from "./components/spacer/spacer.cjs";
|
|
124
|
+
import "./components/spacer/index.cjs";
|
|
115
125
|
import { ScrollArea, ScrollAreaContent, ScrollAreaContentProps, ScrollAreaCorner, ScrollAreaCornerProps, ScrollAreaRoot, ScrollAreaRootProps, ScrollAreaScrollbar, ScrollAreaScrollbarProps, ScrollAreaThumb, ScrollAreaThumbProps, ScrollAreaViewport, ScrollAreaViewportProps } from "./components/scroll-area/scroll-area.cjs";
|
|
116
126
|
import "./components/scroll-area/index.cjs";
|
|
117
127
|
import { Skeleton, SkeletonProps, SkeletonVariant } from "./components/skeleton/skeleton.cjs";
|
|
@@ -150,4 +160,4 @@ import { VisuallyHidden, VisuallyHiddenProps } from "./components/visually-hidde
|
|
|
150
160
|
import "./components/visually-hidden/index.cjs";
|
|
151
161
|
import { JaciThemeColorTokens, JaciThemeTokenGroup, JaciThemeTokenValue, JaciThemeTokens, ThemeContextValue, ThemeMode, ThemeProvider, ThemeProviderProps, useTheme } from "./theme/theme-provider.cjs";
|
|
152
162
|
import "./theme/index.cjs";
|
|
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, type CommandMode, 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 };
|
|
163
|
+
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, Carousel, type CarouselControlProps, type CarouselIndicatorProps, type CarouselItemProps, type CarouselOrientation, type CarouselRootProps, type CarouselTrackProps, type CarouselViewportProps, 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, ColorSwatch, type ColorSwatchProps, 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, type CommandMode, 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, DownloadTrigger, type DownloadTriggerProps, 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, QRCode, type QRCodeErrorCorrectionLevel, type QRCodeProps, 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, Spacer, type SpacerProps, 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 };
|