@timbal-ai/timbal-react 1.5.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -1
- package/README.md +33 -0
- package/dist/app.cjs +884 -642
- package/dist/app.d.cts +4 -4
- package/dist/app.d.ts +4 -4
- package/dist/app.esm.js +6 -6
- package/dist/{chart-artifact-2OTDTRwM.d.ts → chart-artifact-BYl5C-dk.d.ts} +90 -29
- package/dist/{chart-artifact-CS3qyGIY.d.cts → chart-artifact-Dpt4t5sf.d.cts} +90 -29
- package/dist/{chat-ClmzWzCX.d.cts → chat-DDsp-Vzz.d.cts} +1 -1
- package/dist/{chat-ClmzWzCX.d.ts → chat-DDsp-Vzz.d.ts} +1 -1
- package/dist/chat.cjs +26 -26
- package/dist/chat.d.cts +3 -3
- package/dist/chat.d.ts +3 -3
- package/dist/chat.esm.js +3 -3
- package/dist/{chunk-TZI3ID3C.esm.js → chunk-24B4I4XC.esm.js} +3 -3
- package/dist/{chunk-QIABF4KB.esm.js → chunk-ELEY66OH.esm.js} +2 -2
- package/dist/{chunk-WMKPT5BV.esm.js → chunk-HSL36SJ4.esm.js} +6 -6
- package/dist/chunk-JJOO4PR5.esm.js +391 -0
- package/dist/{chunk-AZL2WANO.esm.js → chunk-MBS7XHV2.esm.js} +28 -28
- package/dist/{chunk-5ECRZ5O7.esm.js → chunk-NO5AWNWT.esm.js} +224 -57
- package/dist/{chunk-ZNYAETFD.esm.js → chunk-R4RQT2XQ.esm.js} +2 -2
- package/dist/{chunk-JYDJRGDE.esm.js → chunk-TMP7RIA7.esm.js} +2 -2
- package/dist/{chunk-SZDYIRMB.esm.js → chunk-UVPXH4MB.esm.js} +647 -532
- package/dist/{chunk-IGHBLJV3.esm.js → chunk-WQIQW7EM.esm.js} +3 -2
- package/dist/{chunk-B4XAC4G7.esm.js → chunk-YYEI6XME.esm.js} +361 -527
- package/dist/{circular-progress-CDsJwIPF.d.cts → circular-progress-B9nnwzCu.d.cts} +1 -1
- package/dist/{circular-progress-CDsJwIPF.d.ts → circular-progress-B9nnwzCu.d.ts} +1 -1
- package/dist/cli/timbal-ui-lint.mjs +503 -0
- package/dist/index.cjs +1358 -856
- package/dist/index.d.cts +9 -8
- package/dist/index.d.ts +9 -8
- package/dist/index.esm.js +40 -20
- package/dist/{kanban-U5xNe9py.d.cts → kanban-FFBeaZPS.d.cts} +4 -4
- package/dist/{kanban-U5xNe9py.d.ts → kanban-FFBeaZPS.d.ts} +4 -4
- package/dist/{layout-B8r6Jbat.d.ts → layout-CuKeSY74.d.ts} +1 -1
- package/dist/{layout-Cu7Ijn04.d.cts → layout-PzVwkJyL.d.cts} +1 -1
- package/dist/site.cjs +71 -0
- package/dist/site.d.cts +15 -1
- package/dist/site.d.ts +15 -1
- package/dist/site.esm.js +12 -311
- package/dist/studio.cjs +31 -31
- package/dist/studio.d.cts +2 -2
- package/dist/studio.d.ts +2 -2
- package/dist/studio.esm.js +7 -7
- package/dist/{timbal-v2-button-B7vPs7gg.d.ts → timbal-v2-button-DCAZNyUx.d.cts} +1 -1
- package/dist/{timbal-v2-button-B7vPs7gg.d.cts → timbal-v2-button-DCAZNyUx.d.ts} +1 -1
- package/dist/ui.cjs +77 -77
- package/dist/ui.d.cts +3 -3
- package/dist/ui.d.ts +3 -3
- package/dist/ui.esm.js +15 -15
- package/dist/{welcome-NXZlcihe.d.cts → welcome-B00oH5Io.d.cts} +1 -1
- package/dist/{welcome-DduQAC4K.d.ts → welcome-DU-4NTjZ.d.ts} +1 -1
- package/package.json +13 -3
package/dist/ui.cjs
CHANGED
|
@@ -389,16 +389,16 @@ var buttonVariants = (0, import_class_variance_authority.cva)(
|
|
|
389
389
|
)
|
|
390
390
|
},
|
|
391
391
|
size: {
|
|
392
|
-
xs: "h-
|
|
393
|
-
sm: "h-
|
|
394
|
-
md: "h-
|
|
395
|
-
lg: "h-
|
|
396
|
-
xl: "h-
|
|
397
|
-
default: "h-
|
|
398
|
-
icon: "h-
|
|
399
|
-
"icon-xs": "h-
|
|
400
|
-
"icon-sm": "h-
|
|
401
|
-
"icon-lg": "h-
|
|
392
|
+
xs: "h-7 gap-1 rounded-md px-2 text-xs",
|
|
393
|
+
sm: "h-8 gap-1 rounded-md px-2.5 text-xs",
|
|
394
|
+
md: "h-9 gap-1.5 rounded-lg px-3 text-sm",
|
|
395
|
+
lg: "h-10 gap-1.5 rounded-lg px-3.5 text-sm",
|
|
396
|
+
xl: "h-11 gap-2 rounded-lg px-4 text-base",
|
|
397
|
+
default: "h-9 gap-1.5 rounded-lg px-3 text-sm",
|
|
398
|
+
icon: "h-9 w-9 rounded-lg",
|
|
399
|
+
"icon-xs": "h-7 w-7 rounded-md",
|
|
400
|
+
"icon-sm": "h-8 w-8 rounded-md",
|
|
401
|
+
"icon-lg": "h-10 w-10 rounded-lg"
|
|
402
402
|
},
|
|
403
403
|
shape: {
|
|
404
404
|
pill: "rounded-full!",
|
|
@@ -570,10 +570,10 @@ var untitledButtonVariants = (0, import_class_variance_authority2.cva)(
|
|
|
570
570
|
)
|
|
571
571
|
},
|
|
572
572
|
size: {
|
|
573
|
-
sm: "h-
|
|
574
|
-
md: "h-
|
|
575
|
-
lg: "h-
|
|
576
|
-
xl: "h-
|
|
573
|
+
sm: "h-8 gap-1 rounded-md px-2.5 text-xs",
|
|
574
|
+
md: "h-9 gap-1.5 rounded-lg px-3 text-sm",
|
|
575
|
+
lg: "h-10 gap-1.5 rounded-lg px-3.5 text-sm",
|
|
576
|
+
xl: "h-11 gap-2 rounded-lg px-4 text-base"
|
|
577
577
|
}
|
|
578
578
|
},
|
|
579
579
|
defaultVariants: {
|
|
@@ -694,22 +694,22 @@ var TIMBAL_V2_MODAL_SURFACE = cn(
|
|
|
694
694
|
);
|
|
695
695
|
var TIMBAL_V2_PRIMARY_GRADIENT = "bg-gradient-to-b from-primary-fill-from to-primary-fill-to";
|
|
696
696
|
var TIMBAL_V2_SIZE_HEIGHT = {
|
|
697
|
-
xs: "min-h-
|
|
698
|
-
sm: "min-h-
|
|
699
|
-
md: "min-h-
|
|
700
|
-
lg: "min-h-
|
|
697
|
+
xs: "min-h-7 h-7",
|
|
698
|
+
sm: "min-h-8 h-8",
|
|
699
|
+
md: "min-h-9 h-9",
|
|
700
|
+
lg: "min-h-10 h-10"
|
|
701
701
|
};
|
|
702
702
|
var TIMBAL_V2_SIZE_ICON = {
|
|
703
|
-
xs: "min-h-
|
|
703
|
+
xs: "min-h-7 min-w-7 size-7",
|
|
704
704
|
sm: "min-h-8 min-w-8 size-8",
|
|
705
|
-
md: "min-h-
|
|
706
|
-
lg: "min-h-
|
|
705
|
+
md: "min-h-9 min-w-9 size-9",
|
|
706
|
+
lg: "min-h-10 min-w-10 size-10"
|
|
707
707
|
};
|
|
708
708
|
var TIMBAL_V2_SIZE_LABEL_PX = {
|
|
709
|
-
xs: "px-
|
|
710
|
-
sm: "px-
|
|
711
|
-
md: "px-5",
|
|
712
|
-
lg: "px-
|
|
709
|
+
xs: "px-2.5",
|
|
710
|
+
sm: "px-3",
|
|
711
|
+
md: "px-3.5",
|
|
712
|
+
lg: "px-4.5"
|
|
713
713
|
};
|
|
714
714
|
var TIMBAL_V2_FILL = {
|
|
715
715
|
primary: [
|
|
@@ -847,9 +847,9 @@ function avatarChartVariantClass(_seed) {
|
|
|
847
847
|
return AVATAR_PRIMARY_FALLBACK_CLASS;
|
|
848
848
|
}
|
|
849
849
|
var AVATAR_SIZE_CLASS = {
|
|
850
|
-
default: "size-
|
|
851
|
-
sm: "size-
|
|
852
|
-
lg: "size-
|
|
850
|
+
default: "size-7",
|
|
851
|
+
sm: "size-5",
|
|
852
|
+
lg: "size-9"
|
|
853
853
|
};
|
|
854
854
|
function Avatar({
|
|
855
855
|
className,
|
|
@@ -996,7 +996,7 @@ function DialogContent({
|
|
|
996
996
|
"data-slot": "dialog-content",
|
|
997
997
|
className: cn(
|
|
998
998
|
TIMBAL_V2_MODAL_SURFACE,
|
|
999
|
-
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-[70] grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-xl p-
|
|
999
|
+
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-[70] grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-xl p-5 duration-200 outline-none sm:max-w-lg",
|
|
1000
1000
|
className
|
|
1001
1001
|
),
|
|
1002
1002
|
...props,
|
|
@@ -1074,8 +1074,8 @@ var import_lucide_react2 = require("lucide-react");
|
|
|
1074
1074
|
|
|
1075
1075
|
// src/design/control-surface.ts
|
|
1076
1076
|
var CONTROL_SIZE = {
|
|
1077
|
-
sm: "h-
|
|
1078
|
-
default: "h-
|
|
1077
|
+
sm: "h-8 px-2.5",
|
|
1078
|
+
default: "h-9 px-3"
|
|
1079
1079
|
};
|
|
1080
1080
|
var CONTROL_SHAPE = {
|
|
1081
1081
|
field: "rounded-lg",
|
|
@@ -1103,7 +1103,7 @@ var overlayListPanelClass = cn(
|
|
|
1103
1103
|
overlaySurfaceClass,
|
|
1104
1104
|
"overflow-hidden rounded-lg p-0 outline-hidden"
|
|
1105
1105
|
);
|
|
1106
|
-
var overlayItemClass = "relative flex cursor-default items-center gap-2 rounded-md px-2 py-1
|
|
1106
|
+
var overlayItemClass = "relative flex cursor-default items-center gap-2 rounded-md px-2 py-1 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-muted-foreground";
|
|
1107
1107
|
|
|
1108
1108
|
// src/ui/dropdown-menu.tsx
|
|
1109
1109
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
@@ -1178,7 +1178,7 @@ function DropdownMenuCheckboxItem({
|
|
|
1178
1178
|
import_radix_ui6.DropdownMenu.CheckboxItem,
|
|
1179
1179
|
{
|
|
1180
1180
|
"data-slot": "dropdown-menu-checkbox-item",
|
|
1181
|
-
className: cn(overlayItemClass, "py-1
|
|
1181
|
+
className: cn(overlayItemClass, "py-1 pr-2 pl-8", className),
|
|
1182
1182
|
checked,
|
|
1183
1183
|
...props,
|
|
1184
1184
|
children: [
|
|
@@ -1208,7 +1208,7 @@ function DropdownMenuRadioItem({
|
|
|
1208
1208
|
import_radix_ui6.DropdownMenu.RadioItem,
|
|
1209
1209
|
{
|
|
1210
1210
|
"data-slot": "dropdown-menu-radio-item",
|
|
1211
|
-
className: cn(overlayItemClass, "py-1
|
|
1211
|
+
className: cn(overlayItemClass, "py-1 pr-2 pl-8", className),
|
|
1212
1212
|
...props,
|
|
1213
1213
|
children: [
|
|
1214
1214
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_radix_ui6.DropdownMenu.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_lucide_react2.CircleIcon, { className: "size-2 fill-current" }) }) }),
|
|
@@ -1349,7 +1349,7 @@ function PopoverContent({
|
|
|
1349
1349
|
"min-w-[8rem] origin-[var(--radix-popover-content-transform-origin)]"
|
|
1350
1350
|
) : cn(
|
|
1351
1351
|
overlaySurfaceClass,
|
|
1352
|
-
"w-72 origin-[var(--radix-popover-content-transform-origin)] rounded-xl p-
|
|
1352
|
+
"w-72 origin-[var(--radix-popover-content-transform-origin)] rounded-xl p-3 outline-hidden"
|
|
1353
1353
|
),
|
|
1354
1354
|
className
|
|
1355
1355
|
),
|
|
@@ -1460,7 +1460,7 @@ function SelectItem({
|
|
|
1460
1460
|
"data-slot": "select-item",
|
|
1461
1461
|
className: cn(
|
|
1462
1462
|
overlayItemClass,
|
|
1463
|
-
"w-full py-1
|
|
1463
|
+
"w-full py-1 pr-8 pl-2 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",
|
|
1464
1464
|
className
|
|
1465
1465
|
),
|
|
1466
1466
|
...props,
|
|
@@ -1545,7 +1545,7 @@ function Textarea({ className, ...props }) {
|
|
|
1545
1545
|
"data-slot": "textarea",
|
|
1546
1546
|
className: cn(
|
|
1547
1547
|
controlSurfaceClass,
|
|
1548
|
-
"min-h-16 w-full resize-y rounded-lg px-
|
|
1548
|
+
"min-h-16 w-full resize-y rounded-lg px-2.5 py-1.5 leading-relaxed",
|
|
1549
1549
|
className
|
|
1550
1550
|
),
|
|
1551
1551
|
...props
|
|
@@ -1835,7 +1835,7 @@ function BreadcrumbEllipsis({
|
|
|
1835
1835
|
"data-slot": "breadcrumb-ellipsis",
|
|
1836
1836
|
role: "presentation",
|
|
1837
1837
|
"aria-hidden": "true",
|
|
1838
|
-
className: cn("flex size-
|
|
1838
|
+
className: cn("flex size-8 items-center justify-center", className),
|
|
1839
1839
|
...props,
|
|
1840
1840
|
children: [
|
|
1841
1841
|
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_lucide_react6.MoreHorizontalIcon, { className: "size-4" }),
|
|
@@ -1971,7 +1971,7 @@ function ToolbarButton({
|
|
|
1971
1971
|
{
|
|
1972
1972
|
"data-slot": "toolbar-button",
|
|
1973
1973
|
className: cn(
|
|
1974
|
-
"inline-flex h-
|
|
1974
|
+
"inline-flex h-7 min-w-7 items-center justify-center rounded-md px-1.5 text-sm font-medium text-foreground outline-none transition-colors",
|
|
1975
1975
|
"hover:bg-muted focus-visible:ring-2 focus-visible:ring-foreground/10 disabled:pointer-events-none disabled:opacity-50",
|
|
1976
1976
|
className
|
|
1977
1977
|
),
|
|
@@ -2014,7 +2014,7 @@ function ToolbarToggleItem({
|
|
|
2014
2014
|
{
|
|
2015
2015
|
"data-slot": "toolbar-toggle-item",
|
|
2016
2016
|
className: cn(
|
|
2017
|
-
"inline-flex h-
|
|
2017
|
+
"inline-flex h-7 min-w-7 items-center justify-center rounded-md px-1.5 text-sm outline-none transition-colors",
|
|
2018
2018
|
"hover:bg-muted focus-visible:ring-2 focus-visible:ring-foreground/10",
|
|
2019
2019
|
"data-[state=on]:bg-accent data-[state=on]:text-accent-foreground",
|
|
2020
2020
|
className
|
|
@@ -2032,7 +2032,7 @@ function ToolbarLink({
|
|
|
2032
2032
|
{
|
|
2033
2033
|
"data-slot": "toolbar-link",
|
|
2034
2034
|
className: cn(
|
|
2035
|
-
"inline-flex h-
|
|
2035
|
+
"inline-flex h-7 items-center rounded-md px-1.5 text-sm text-foreground outline-none transition-colors hover:bg-muted focus-visible:ring-2 focus-visible:ring-foreground/10",
|
|
2036
2036
|
className
|
|
2037
2037
|
),
|
|
2038
2038
|
...props
|
|
@@ -2053,7 +2053,7 @@ function Menubar({
|
|
|
2053
2053
|
{
|
|
2054
2054
|
"data-slot": "menubar",
|
|
2055
2055
|
className: cn(
|
|
2056
|
-
"flex h-
|
|
2056
|
+
"flex h-8 items-center gap-1 rounded-lg border border-border bg-gradient-to-b from-elevated-from to-elevated-to p-1 shadow-card",
|
|
2057
2057
|
className
|
|
2058
2058
|
),
|
|
2059
2059
|
...props
|
|
@@ -2074,7 +2074,7 @@ function MenubarTrigger({
|
|
|
2074
2074
|
{
|
|
2075
2075
|
"data-slot": "menubar-trigger",
|
|
2076
2076
|
className: cn(
|
|
2077
|
-
"flex cursor-default items-center rounded-md px-2 py-
|
|
2077
|
+
"flex cursor-default items-center rounded-md px-2 py-0.5 text-sm font-medium outline-none select-none",
|
|
2078
2078
|
"focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
|
|
2079
2079
|
className
|
|
2080
2080
|
),
|
|
@@ -2136,7 +2136,7 @@ function MenubarCheckboxItem({
|
|
|
2136
2136
|
import_radix_ui17.Menubar.CheckboxItem,
|
|
2137
2137
|
{
|
|
2138
2138
|
"data-slot": "menubar-checkbox-item",
|
|
2139
|
-
className: cn(overlayItemClass, "py-1
|
|
2139
|
+
className: cn(overlayItemClass, "py-1 pr-2 pl-8", className),
|
|
2140
2140
|
checked,
|
|
2141
2141
|
...props,
|
|
2142
2142
|
children: [
|
|
@@ -2160,7 +2160,7 @@ function MenubarRadioItem({
|
|
|
2160
2160
|
import_radix_ui17.Menubar.RadioItem,
|
|
2161
2161
|
{
|
|
2162
2162
|
"data-slot": "menubar-radio-item",
|
|
2163
|
-
className: cn(overlayItemClass, "py-1
|
|
2163
|
+
className: cn(overlayItemClass, "py-1 pr-2 pl-8", className),
|
|
2164
2164
|
...props,
|
|
2165
2165
|
children: [
|
|
2166
2166
|
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_radix_ui17.Menubar.ItemIndicator, { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_lucide_react8.CircleIcon, { className: "size-2 fill-current" }) }) }),
|
|
@@ -2446,7 +2446,7 @@ function CommandDialog({
|
|
|
2446
2446
|
{
|
|
2447
2447
|
className: cn("overflow-hidden p-0", className),
|
|
2448
2448
|
showCloseButton,
|
|
2449
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Command, { className: "[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1
|
|
2449
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Command, { className: "[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:size-4 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-1.5 [&_[cmdk-item]_svg]:size-4", children })
|
|
2450
2450
|
}
|
|
2451
2451
|
)
|
|
2452
2452
|
] });
|
|
@@ -2459,7 +2459,7 @@ function CommandInput({
|
|
|
2459
2459
|
"div",
|
|
2460
2460
|
{
|
|
2461
2461
|
"data-slot": "command-input-wrapper",
|
|
2462
|
-
className: "flex h-
|
|
2462
|
+
className: "flex h-9 items-center gap-2 border-b border-border px-2.5",
|
|
2463
2463
|
children: [
|
|
2464
2464
|
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_lucide_react10.SearchIcon, { className: "size-4 shrink-0 text-muted-foreground" }),
|
|
2465
2465
|
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
@@ -2467,7 +2467,7 @@ function CommandInput({
|
|
|
2467
2467
|
{
|
|
2468
2468
|
"data-slot": "command-input",
|
|
2469
2469
|
className: cn(
|
|
2470
|
-
"flex h-
|
|
2470
|
+
"flex h-9 w-full rounded-md bg-transparent py-2 text-sm outline-none placeholder:text-muted-foreground/70 disabled:cursor-not-allowed disabled:opacity-50",
|
|
2471
2471
|
className
|
|
2472
2472
|
),
|
|
2473
2473
|
...props
|
|
@@ -2497,7 +2497,7 @@ function CommandEmpty({
|
|
|
2497
2497
|
import_cmdk.Command.Empty,
|
|
2498
2498
|
{
|
|
2499
2499
|
"data-slot": "command-empty",
|
|
2500
|
-
className: "py-
|
|
2500
|
+
className: "py-4 text-center text-sm text-muted-foreground",
|
|
2501
2501
|
...props
|
|
2502
2502
|
}
|
|
2503
2503
|
);
|
|
@@ -2511,7 +2511,7 @@ function CommandGroup({
|
|
|
2511
2511
|
{
|
|
2512
2512
|
"data-slot": "command-group",
|
|
2513
2513
|
className: cn(
|
|
2514
|
-
"overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1
|
|
2514
|
+
"overflow-hidden p-1 text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
|
|
2515
2515
|
className
|
|
2516
2516
|
),
|
|
2517
2517
|
...props
|
|
@@ -2593,12 +2593,12 @@ function Calendar({
|
|
|
2593
2593
|
button_previous: cn(navButtonClass, defaults.button_previous),
|
|
2594
2594
|
button_next: cn(navButtonClass, defaults.button_next),
|
|
2595
2595
|
month_caption: cn(
|
|
2596
|
-
"flex h-
|
|
2596
|
+
"flex h-9 items-center justify-center",
|
|
2597
2597
|
defaults.month_caption
|
|
2598
2598
|
),
|
|
2599
2599
|
caption_label: cn("text-sm font-semibold", defaults.caption_label),
|
|
2600
2600
|
dropdowns: cn(
|
|
2601
|
-
"flex h-
|
|
2601
|
+
"flex h-9 items-center justify-center gap-1.5 text-sm font-semibold",
|
|
2602
2602
|
defaults.dropdowns
|
|
2603
2603
|
),
|
|
2604
2604
|
dropdown_root: cn(
|
|
@@ -2609,17 +2609,17 @@ function Calendar({
|
|
|
2609
2609
|
month_grid: cn("border-separate border-spacing-y-1", defaults.month_grid),
|
|
2610
2610
|
weekdays: cn(defaults.weekdays),
|
|
2611
2611
|
weekday: cn(
|
|
2612
|
-
"size-
|
|
2612
|
+
"size-9 pb-2 text-xs font-medium text-muted-foreground",
|
|
2613
2613
|
defaults.weekday
|
|
2614
2614
|
),
|
|
2615
2615
|
week: cn(defaults.week),
|
|
2616
|
-
week_number_header: cn("size-
|
|
2616
|
+
week_number_header: cn("size-9", defaults.week_number_header),
|
|
2617
2617
|
week_number: cn(
|
|
2618
2618
|
"text-xs text-muted-foreground",
|
|
2619
2619
|
defaults.week_number
|
|
2620
2620
|
),
|
|
2621
2621
|
day: cn(
|
|
2622
|
-
"relative size-
|
|
2622
|
+
"relative size-9 p-0 text-center text-sm focus-within:relative focus-within:z-10",
|
|
2623
2623
|
defaults.day
|
|
2624
2624
|
),
|
|
2625
2625
|
range_start: cn("rounded-l-md", defaults.range_start),
|
|
@@ -2917,7 +2917,7 @@ function InputOTPSlot({
|
|
|
2917
2917
|
"data-slot": "input-otp-slot",
|
|
2918
2918
|
className: cn(
|
|
2919
2919
|
controlSurfaceClass,
|
|
2920
|
-
"relative size-
|
|
2920
|
+
"relative size-8 rounded-none text-center text-sm tabular-nums",
|
|
2921
2921
|
"-ms-px first:ms-0 first:rounded-s-lg last:rounded-e-lg",
|
|
2922
2922
|
"focus-visible:z-10",
|
|
2923
2923
|
className
|
|
@@ -3118,7 +3118,7 @@ function AccordionTrigger({
|
|
|
3118
3118
|
{
|
|
3119
3119
|
"data-slot": "accordion-trigger",
|
|
3120
3120
|
className: cn(
|
|
3121
|
-
"flex flex-1 items-center justify-between gap-4 rounded-md py-
|
|
3121
|
+
"flex flex-1 items-center justify-between gap-4 rounded-md py-3 text-left text-sm font-medium outline-none transition-all",
|
|
3122
3122
|
"focus-visible:ring-2 focus-visible:ring-foreground/10 disabled:pointer-events-none disabled:opacity-50",
|
|
3123
3123
|
"hover:underline [&[data-state=open]>svg]:rotate-180",
|
|
3124
3124
|
className
|
|
@@ -3142,7 +3142,7 @@ function AccordionContent({
|
|
|
3142
3142
|
"data-slot": "accordion-content",
|
|
3143
3143
|
className: "overflow-hidden text-sm text-muted-foreground data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down",
|
|
3144
3144
|
...props,
|
|
3145
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: cn("pt-0 pb-
|
|
3145
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: cn("pt-0 pb-3", className), children })
|
|
3146
3146
|
}
|
|
3147
3147
|
);
|
|
3148
3148
|
}
|
|
@@ -3343,10 +3343,10 @@ var sheetContentVariants = (0, import_class_variance_authority5.cva)(
|
|
|
3343
3343
|
{
|
|
3344
3344
|
variants: {
|
|
3345
3345
|
side: {
|
|
3346
|
-
top: "data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top fixed top-4 inset-x-4 mx-auto w-[calc(100vw-2rem)] sm:max-w-lg rounded-2xl p-
|
|
3347
|
-
bottom: "data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom fixed bottom-4 inset-x-4 mx-auto w-[calc(100vw-2rem)] sm:max-w-lg rounded-2xl p-
|
|
3348
|
-
left: "data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left fixed top-4 bottom-4 left-4 w-[calc(100vw-2rem)] rounded-2xl p-
|
|
3349
|
-
right: "data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right fixed top-4 bottom-4 right-4 w-[calc(100vw-2rem)] rounded-2xl p-
|
|
3346
|
+
top: "data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top fixed top-4 inset-x-4 mx-auto w-[calc(100vw-2rem)] sm:max-w-lg rounded-2xl p-5",
|
|
3347
|
+
bottom: "data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom fixed bottom-4 inset-x-4 mx-auto w-[calc(100vw-2rem)] sm:max-w-lg rounded-2xl p-5",
|
|
3348
|
+
left: "data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left fixed top-4 bottom-4 left-4 w-[calc(100vw-2rem)] rounded-2xl p-5",
|
|
3349
|
+
right: "data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right fixed top-4 bottom-4 right-4 w-[calc(100vw-2rem)] rounded-2xl p-5"
|
|
3350
3350
|
},
|
|
3351
3351
|
size: {
|
|
3352
3352
|
default: "",
|
|
@@ -3990,7 +3990,7 @@ function ContextMenuSubContent({
|
|
|
3990
3990
|
var import_class_variance_authority7 = require("class-variance-authority");
|
|
3991
3991
|
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
3992
3992
|
var alertVariants = (0, import_class_variance_authority7.cva)(
|
|
3993
|
-
"relative grid w-full gap-1 rounded-xl border px-
|
|
3993
|
+
"relative grid w-full gap-1 rounded-xl border px-3.5 py-2.5 text-sm [&>svg]:absolute [&>svg]:top-3 [&>svg]:left-3.5 [&>svg]:size-4 [&>svg+div]:translate-y-[-3px] [&:has(svg)]:pl-10",
|
|
3994
3994
|
{
|
|
3995
3995
|
variants: {
|
|
3996
3996
|
variant: {
|
|
@@ -4048,7 +4048,7 @@ function Card({ className, ...props }) {
|
|
|
4048
4048
|
"data-slot": "card",
|
|
4049
4049
|
className: cn(
|
|
4050
4050
|
TIMBAL_V2_ELEVATED_SURFACE,
|
|
4051
|
-
"flex flex-col gap-
|
|
4051
|
+
"flex flex-col gap-3 rounded-xl py-3 text-card-foreground",
|
|
4052
4052
|
className
|
|
4053
4053
|
),
|
|
4054
4054
|
...props
|
|
@@ -4060,7 +4060,7 @@ function CardHeader({ className, ...props }) {
|
|
|
4060
4060
|
"div",
|
|
4061
4061
|
{
|
|
4062
4062
|
"data-slot": "card-header",
|
|
4063
|
-
className: cn("flex flex-col gap-1.5 px-
|
|
4063
|
+
className: cn("flex flex-col gap-1.5 px-3.5", className),
|
|
4064
4064
|
...props
|
|
4065
4065
|
}
|
|
4066
4066
|
);
|
|
@@ -4086,14 +4086,14 @@ function CardDescription({ className, ...props }) {
|
|
|
4086
4086
|
);
|
|
4087
4087
|
}
|
|
4088
4088
|
function CardContent({ className, ...props }) {
|
|
4089
|
-
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { "data-slot": "card-content", className: cn("px-
|
|
4089
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("div", { "data-slot": "card-content", className: cn("px-3.5", className), ...props });
|
|
4090
4090
|
}
|
|
4091
4091
|
function CardFooter({ className, ...props }) {
|
|
4092
4092
|
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4093
4093
|
"div",
|
|
4094
4094
|
{
|
|
4095
4095
|
"data-slot": "card-footer",
|
|
4096
|
-
className: cn("flex items-center px-
|
|
4096
|
+
className: cn("flex items-center px-3.5", className),
|
|
4097
4097
|
...props
|
|
4098
4098
|
}
|
|
4099
4099
|
);
|
|
@@ -4432,7 +4432,7 @@ function TableHead({ className, ...props }) {
|
|
|
4432
4432
|
{
|
|
4433
4433
|
"data-slot": "table-head",
|
|
4434
4434
|
className: cn(
|
|
4435
|
-
"h-
|
|
4435
|
+
"h-8 px-2.5 text-left align-middle text-xs font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",
|
|
4436
4436
|
className
|
|
4437
4437
|
),
|
|
4438
4438
|
...props
|
|
@@ -4445,7 +4445,7 @@ function TableCell({ className, ...props }) {
|
|
|
4445
4445
|
{
|
|
4446
4446
|
"data-slot": "table-cell",
|
|
4447
4447
|
className: cn(
|
|
4448
|
-
"
|
|
4448
|
+
"py-2 px-2.5 align-middle text-sm [&:has([role=checkbox])]:pr-0",
|
|
4449
4449
|
className
|
|
4450
4450
|
),
|
|
4451
4451
|
...props
|
|
@@ -4499,7 +4499,7 @@ function Toast({
|
|
|
4499
4499
|
"data-slot": "toast",
|
|
4500
4500
|
className: cn(
|
|
4501
4501
|
TIMBAL_V2_ELEVATED_SURFACE,
|
|
4502
|
-
"group pointer-events-auto relative flex w-full items-center justify-between gap-3 overflow-hidden rounded-xl p-
|
|
4502
|
+
"group pointer-events-auto relative flex w-full items-center justify-between gap-3 overflow-hidden rounded-xl p-3 pr-7 shadow-card-elevated transition-all",
|
|
4503
4503
|
"data-[swipe=cancel]:translate-x-0 data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)] data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:transition-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-80 data-[state=open]:slide-in-from-top-full data-[state=open]:sm:slide-in-from-bottom-full data-[state=closed]:slide-out-to-right-full",
|
|
4504
4504
|
variant === "destructive" && "border-destructive/45 bg-destructive/10 text-destructive",
|
|
4505
4505
|
className
|
|
@@ -4854,10 +4854,10 @@ var pillSegmentedTrackFlushClass = cn(
|
|
|
4854
4854
|
"h-[var(--studio-chrome-pill-height)] items-center gap-0.5 overflow-visible p-0.5"
|
|
4855
4855
|
);
|
|
4856
4856
|
var pillSegmentedSegmentClass = cn(
|
|
4857
|
-
"relative flex items-center gap-1.5 rounded-full px-
|
|
4857
|
+
"relative flex items-center gap-1.5 rounded-full px-3 py-1 text-xs font-normal transition-colors"
|
|
4858
4858
|
);
|
|
4859
4859
|
var pillSegmentedFlushSegmentClass = cn(
|
|
4860
|
-
"relative box-border inline-flex h-
|
|
4860
|
+
"relative box-border inline-flex h-8 min-h-8 items-center justify-center gap-1.5 rounded-full px-3 py-0",
|
|
4861
4861
|
"text-sm font-normal leading-tight transition-colors"
|
|
4862
4862
|
);
|
|
4863
4863
|
var pillSegmentedActiveIndicatorClass = cn(
|
|
@@ -5356,8 +5356,8 @@ var React10 = __toESM(require("react"), 1);
|
|
|
5356
5356
|
var import_lucide_react22 = require("lucide-react");
|
|
5357
5357
|
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
5358
5358
|
var tagInputSizeClass = {
|
|
5359
|
-
sm: "min-h-
|
|
5360
|
-
default: "min-h-
|
|
5359
|
+
sm: "min-h-8 gap-1 px-1.5 py-0.5",
|
|
5360
|
+
default: "min-h-9 gap-1 px-2 py-1"
|
|
5361
5361
|
};
|
|
5362
5362
|
function TagInput({
|
|
5363
5363
|
value: valueProp,
|
|
@@ -5604,7 +5604,7 @@ function CopyButton({
|
|
|
5604
5604
|
"inline-flex items-center justify-center gap-1.5 rounded-md text-sm font-medium text-muted-foreground transition-colors",
|
|
5605
5605
|
"hover:bg-accent hover:text-foreground data-[copied=true]:text-emerald-600 dark:data-[copied=true]:text-emerald-400",
|
|
5606
5606
|
"focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-foreground/15",
|
|
5607
|
-
children ? "h-
|
|
5607
|
+
children ? "h-7 px-1.5" : "size-7",
|
|
5608
5608
|
className
|
|
5609
5609
|
),
|
|
5610
5610
|
...props,
|
|
@@ -5624,8 +5624,8 @@ var snippetVariantClass = {
|
|
|
5624
5624
|
ghost: "border-transparent bg-foreground/[0.04]"
|
|
5625
5625
|
};
|
|
5626
5626
|
var snippetSizeClass = {
|
|
5627
|
-
sm: "gap-1.5 py-
|
|
5628
|
-
default: "gap-2 py-1
|
|
5627
|
+
sm: "gap-1.5 py-0.5 pl-2 pr-0.5 text-xs",
|
|
5628
|
+
default: "gap-2 py-1 pl-2.5 pr-1 text-sm"
|
|
5629
5629
|
};
|
|
5630
5630
|
function Snippet({
|
|
5631
5631
|
children,
|
package/dist/ui.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { A as Accordion, a as AccordionContent, b as AccordionItem, c as AccordionTrigger, d as Alert, e as AlertDescription, f as AlertDialog, g as AlertDialogAction, h as AlertDialogCancel, i as AlertDialogContent, j as AlertDialogDescription, k as AlertDialogFooter, l as AlertDialogHeader, m as AlertDialogOverlay, n as AlertDialogPortal, o as AlertDialogTitle, p as AlertDialogTrigger, q as AlertTitle, r as AspectRatio, s as AvatarGroup, t as AvatarGroupProps, B as Badge, u as Breadcrumb, v as BreadcrumbEllipsis, w as BreadcrumbItem, x as BreadcrumbLink, y as BreadcrumbList, z as BreadcrumbPage, C as BreadcrumbSeparator, D as CONTROL_SIZE, E as Calendar, F as CalendarDayButton, G as Card, H as CardContent, I as CardDescription, J as CardFooter, K as CardHeader, L as CardTitle, M as Checkbox, N as CircularProgress, O as CircularProgressProps, P as Collapsible, Q as CollapsibleContent, R as CollapsibleTrigger, S as Combobox, T as ComboboxAnchor, U as ComboboxCommand, V as ComboboxContent, W as ComboboxEmpty, X as ComboboxGroup, Y as ComboboxInput, Z as ComboboxItem, _ as ComboboxList, $ as ComboboxSeparator, a0 as ComboboxShortcut, a1 as ComboboxTrigger, a2 as Command, a3 as CommandDialog, a4 as CommandEmpty, a5 as CommandGroup, a6 as CommandInput, a7 as CommandItem, a8 as CommandList, a9 as CommandSeparator, aa as CommandShortcut, ab as ContextMenu, ac as ContextMenuCheckboxItem, ad as ContextMenuContent, ae as ContextMenuGroup, af as ContextMenuItem, ag as ContextMenuLabel, ah as ContextMenuRadioGroup, ai as ContextMenuRadioItem, aj as ContextMenuSeparator, ak as ContextMenuShortcut, al as ContextMenuSub, am as ContextMenuSubContent, an as ContextMenuSubTrigger, ao as ContextMenuTrigger, ap as ControlClassOptions, aq as ControlShape, ar as ControlSize, as as CopyButton, at as CopyButtonProps, au as DatePicker, av as DatePickerButton, aw as DatePickerCalendar, ax as DatePickerContent, ay as DatePickerTrigger, az as Dialog, aA as DialogClose, aB as DialogContent, aC as DialogDescription, aD as DialogFooter, aE as DialogHeader, aF as DialogOverlay, aG as DialogPortal, aH as DialogTitle, aI as DialogTrigger, aJ as DropdownMenu, aK as DropdownMenuCheckboxItem, aL as DropdownMenuContent, aM as DropdownMenuGroup, aN as DropdownMenuItem, aO as DropdownMenuLabel, aP as DropdownMenuRadioGroup, aQ as DropdownMenuRadioItem, aR as DropdownMenuSeparator, aS as DropdownMenuShortcut, aT as DropdownMenuSub, aU as DropdownMenuSubContent, aV as DropdownMenuSubTrigger, aW as DropdownMenuTrigger, aX as Form, aY as FormControl, aZ as FormField, a_ as FormItem, a$ as FormLabel, b0 as FormMessage, b1 as FormSubmit, b2 as HoverCard, b3 as HoverCardContent, b4 as HoverCardTrigger, b5 as Input, b6 as InputGroup, b7 as InputGroupAddon, b8 as InputGroupInput, b9 as InputGroupText, ba as InputOTP, bb as InputOTPGroup, bc as InputOTPHiddenInput, bd as InputOTPSeparator, be as InputOTPSlot, bf as Kbd, bg as KbdGroup, bh as Label, bi as MemoPillSegmentedTabs, bj as Menubar, bk as MenubarCheckboxItem, bl as MenubarContent, bm as MenubarItem, bn as MenubarLabel, bo as MenubarMenu, bp as MenubarRadioGroup, bq as MenubarRadioItem, br as MenubarSeparator, bs as MenubarShortcut, bt as MenubarSub, bu as MenubarSubContent, bv as MenubarSubTrigger, bw as MenubarTrigger, bx as NavigationMenu, by as NavigationMenuContent, bz as NavigationMenuIndicator, bA as NavigationMenuItem, bB as NavigationMenuLink, bC as NavigationMenuList, bD as NavigationMenuTrigger, bE as NavigationMenuViewport, bF as NumberField, bG as NumberFieldProps, bH as Pagination, bI as PaginationContent, bJ as PaginationEllipsis, bK as PaginationItem, bL as PaginationLink, bM as PaginationNext, bN as PaginationPrevious, bO as PillSegmentedTab, bP as PillSegmentedTabs, bQ as PillSegmentedTabsProps, bR as Popover, bS as PopoverAnchor, bT as PopoverContent, bU as PopoverTrigger, bV as Progress, bW as RadioGroup, bX as RadioGroupItem, bY as Rating, bZ as RatingProps, b_ as RatingTone, b$ as ScrollArea, c0 as ScrollBar, c1 as Select, c2 as SelectContent, c3 as SelectGroup, c4 as SelectItem, c5 as SelectLabel, c6 as SelectScrollDownButton, c7 as SelectScrollUpButton, c8 as SelectSeparator, c9 as SelectTrigger, ca as SelectValue, cb as Separator, cc as Sheet, cd as SheetClose, ce as SheetContent, cf as SheetDescription, cg as SheetFooter, ch as SheetHeader, ci as SheetTitle, cj as SheetTrigger, ck as Shimmer, cl as Skeleton, cm as Slider, cn as Snippet, co as SnippetProps, cp as SnippetSize, cq as SnippetVariant, cr as Spinner, cs as Stepper, ct as StepperProps, cu as StepperStep, cv as Switch, cw as Table, cx as TableBody, cy as TableCaption, cz as TableCell, cA as TableFooter, cB as TableHead, cC as TableHeader, cD as TableRow, cE as TagInput, cF as TagInputProps, cG as TagInputSize, cH as TextShimmerProps, cI as Textarea, cJ as Toast, cK as ToastAction, cL as ToastClose, cM as ToastDescription, cN as ToastProps, cO as ToastProvider, cP as ToastTitle, cQ as ToastViewport, cR as Toaster, cS as Toggle, cT as ToggleGroup, cU as ToggleGroupItem, cV as Toolbar, cW as ToolbarButton, cX as ToolbarLink, cY as ToolbarSeparator, cZ as ToolbarToggleGroup, c_ as ToolbarToggleItem, c$ as Tooltip, d0 as TooltipContent, d1 as TooltipProvider, d2 as TooltipTrigger, d3 as alertVariants, d4 as badgeVariants, d5 as controlClass, d6 as controlSurfaceClass, d7 as formatPickerDate, d8 as navigationMenuTriggerStyle, d9 as overlayAnimationClass, da as overlayItemClass, db as overlayListPanelClass, dc as overlaySurfaceClass, dd as toast, de as toggleVariants, df as useToast } from './circular-progress-
|
|
1
|
+
export { A as AVATAR_PRIMARY_FALLBACK_CLASS, a as Avatar, b as AvatarFallback, c as AvatarImage, B as Banner, d as BannerProps, e as BannerSize, f as BannerTone, g as BannerVariant, h as Button, i as ButtonColor, K as Kanban, j as KanbanCardData, k as KanbanCardVariant, l as KanbanColumnData, m as KanbanDensity, n as KanbanDragHandleProps, o as KanbanLocation, p as KanbanMoveEvent, q as KanbanProps, r as KanbanRenderCardContext, s as KanbanTone, T as Timeline, t as TimelineItem, u as TimelineProps, v as TimelineSize, U as UntitledButton, w as UntitledButtonColor, x as UntitledButtonProps, y as UntitledButtonSize, z as avatarChartVariantClass, C as untitledButtonVariants } from './kanban-FFBeaZPS.cjs';
|
|
2
|
+
export { A as Accordion, a as AccordionContent, b as AccordionItem, c as AccordionTrigger, d as Alert, e as AlertDescription, f as AlertDialog, g as AlertDialogAction, h as AlertDialogCancel, i as AlertDialogContent, j as AlertDialogDescription, k as AlertDialogFooter, l as AlertDialogHeader, m as AlertDialogOverlay, n as AlertDialogPortal, o as AlertDialogTitle, p as AlertDialogTrigger, q as AlertTitle, r as AspectRatio, s as AvatarGroup, t as AvatarGroupProps, B as Badge, u as Breadcrumb, v as BreadcrumbEllipsis, w as BreadcrumbItem, x as BreadcrumbLink, y as BreadcrumbList, z as BreadcrumbPage, C as BreadcrumbSeparator, D as CONTROL_SIZE, E as Calendar, F as CalendarDayButton, G as Card, H as CardContent, I as CardDescription, J as CardFooter, K as CardHeader, L as CardTitle, M as Checkbox, N as CircularProgress, O as CircularProgressProps, P as Collapsible, Q as CollapsibleContent, R as CollapsibleTrigger, S as Combobox, T as ComboboxAnchor, U as ComboboxCommand, V as ComboboxContent, W as ComboboxEmpty, X as ComboboxGroup, Y as ComboboxInput, Z as ComboboxItem, _ as ComboboxList, $ as ComboboxSeparator, a0 as ComboboxShortcut, a1 as ComboboxTrigger, a2 as Command, a3 as CommandDialog, a4 as CommandEmpty, a5 as CommandGroup, a6 as CommandInput, a7 as CommandItem, a8 as CommandList, a9 as CommandSeparator, aa as CommandShortcut, ab as ContextMenu, ac as ContextMenuCheckboxItem, ad as ContextMenuContent, ae as ContextMenuGroup, af as ContextMenuItem, ag as ContextMenuLabel, ah as ContextMenuRadioGroup, ai as ContextMenuRadioItem, aj as ContextMenuSeparator, ak as ContextMenuShortcut, al as ContextMenuSub, am as ContextMenuSubContent, an as ContextMenuSubTrigger, ao as ContextMenuTrigger, ap as ControlClassOptions, aq as ControlShape, ar as ControlSize, as as CopyButton, at as CopyButtonProps, au as DatePicker, av as DatePickerButton, aw as DatePickerCalendar, ax as DatePickerContent, ay as DatePickerTrigger, az as Dialog, aA as DialogClose, aB as DialogContent, aC as DialogDescription, aD as DialogFooter, aE as DialogHeader, aF as DialogOverlay, aG as DialogPortal, aH as DialogTitle, aI as DialogTrigger, aJ as DropdownMenu, aK as DropdownMenuCheckboxItem, aL as DropdownMenuContent, aM as DropdownMenuGroup, aN as DropdownMenuItem, aO as DropdownMenuLabel, aP as DropdownMenuRadioGroup, aQ as DropdownMenuRadioItem, aR as DropdownMenuSeparator, aS as DropdownMenuShortcut, aT as DropdownMenuSub, aU as DropdownMenuSubContent, aV as DropdownMenuSubTrigger, aW as DropdownMenuTrigger, aX as Form, aY as FormControl, aZ as FormField, a_ as FormItem, a$ as FormLabel, b0 as FormMessage, b1 as FormSubmit, b2 as HoverCard, b3 as HoverCardContent, b4 as HoverCardTrigger, b5 as Input, b6 as InputGroup, b7 as InputGroupAddon, b8 as InputGroupInput, b9 as InputGroupText, ba as InputOTP, bb as InputOTPGroup, bc as InputOTPHiddenInput, bd as InputOTPSeparator, be as InputOTPSlot, bf as Kbd, bg as KbdGroup, bh as Label, bi as MemoPillSegmentedTabs, bj as Menubar, bk as MenubarCheckboxItem, bl as MenubarContent, bm as MenubarItem, bn as MenubarLabel, bo as MenubarMenu, bp as MenubarRadioGroup, bq as MenubarRadioItem, br as MenubarSeparator, bs as MenubarShortcut, bt as MenubarSub, bu as MenubarSubContent, bv as MenubarSubTrigger, bw as MenubarTrigger, bx as NavigationMenu, by as NavigationMenuContent, bz as NavigationMenuIndicator, bA as NavigationMenuItem, bB as NavigationMenuLink, bC as NavigationMenuList, bD as NavigationMenuTrigger, bE as NavigationMenuViewport, bF as NumberField, bG as NumberFieldProps, bH as Pagination, bI as PaginationContent, bJ as PaginationEllipsis, bK as PaginationItem, bL as PaginationLink, bM as PaginationNext, bN as PaginationPrevious, bO as PillSegmentedTab, bP as PillSegmentedTabs, bQ as PillSegmentedTabsProps, bR as Popover, bS as PopoverAnchor, bT as PopoverContent, bU as PopoverTrigger, bV as Progress, bW as RadioGroup, bX as RadioGroupItem, bY as Rating, bZ as RatingProps, b_ as RatingTone, b$ as ScrollArea, c0 as ScrollBar, c1 as Select, c2 as SelectContent, c3 as SelectGroup, c4 as SelectItem, c5 as SelectLabel, c6 as SelectScrollDownButton, c7 as SelectScrollUpButton, c8 as SelectSeparator, c9 as SelectTrigger, ca as SelectValue, cb as Separator, cc as Sheet, cd as SheetClose, ce as SheetContent, cf as SheetDescription, cg as SheetFooter, ch as SheetHeader, ci as SheetTitle, cj as SheetTrigger, ck as Shimmer, cl as Skeleton, cm as Slider, cn as Snippet, co as SnippetProps, cp as SnippetSize, cq as SnippetVariant, cr as Spinner, cs as Stepper, ct as StepperProps, cu as StepperStep, cv as Switch, cw as Table, cx as TableBody, cy as TableCaption, cz as TableCell, cA as TableFooter, cB as TableHead, cC as TableHeader, cD as TableRow, cE as TagInput, cF as TagInputProps, cG as TagInputSize, cH as TextShimmerProps, cI as Textarea, cJ as Toast, cK as ToastAction, cL as ToastClose, cM as ToastDescription, cN as ToastProps, cO as ToastProvider, cP as ToastTitle, cQ as ToastViewport, cR as Toaster, cS as Toggle, cT as ToggleGroup, cU as ToggleGroupItem, cV as Toolbar, cW as ToolbarButton, cX as ToolbarLink, cY as ToolbarSeparator, cZ as ToolbarToggleGroup, c_ as ToolbarToggleItem, c$ as Tooltip, d0 as TooltipContent, d1 as TooltipProvider, d2 as TooltipTrigger, d3 as alertVariants, d4 as badgeVariants, d5 as controlClass, d6 as controlSurfaceClass, d7 as formatPickerDate, d8 as navigationMenuTriggerStyle, d9 as overlayAnimationClass, da as overlayItemClass, db as overlayListPanelClass, dc as overlaySurfaceClass, dd as toast, de as toggleVariants, df as useToast } from './circular-progress-B9nnwzCu.cjs';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import * as RechartsPrimitive from 'recharts';
|
|
6
|
-
export {
|
|
6
|
+
export { T as TimbalV2Button } from './timbal-v2-button-DCAZNyUx.cjs';
|
|
7
7
|
import 'class-variance-authority/types';
|
|
8
8
|
import 'class-variance-authority';
|
|
9
9
|
import 'radix-ui';
|
package/dist/ui.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { A as Accordion, a as AccordionContent, b as AccordionItem, c as AccordionTrigger, d as Alert, e as AlertDescription, f as AlertDialog, g as AlertDialogAction, h as AlertDialogCancel, i as AlertDialogContent, j as AlertDialogDescription, k as AlertDialogFooter, l as AlertDialogHeader, m as AlertDialogOverlay, n as AlertDialogPortal, o as AlertDialogTitle, p as AlertDialogTrigger, q as AlertTitle, r as AspectRatio, s as AvatarGroup, t as AvatarGroupProps, B as Badge, u as Breadcrumb, v as BreadcrumbEllipsis, w as BreadcrumbItem, x as BreadcrumbLink, y as BreadcrumbList, z as BreadcrumbPage, C as BreadcrumbSeparator, D as CONTROL_SIZE, E as Calendar, F as CalendarDayButton, G as Card, H as CardContent, I as CardDescription, J as CardFooter, K as CardHeader, L as CardTitle, M as Checkbox, N as CircularProgress, O as CircularProgressProps, P as Collapsible, Q as CollapsibleContent, R as CollapsibleTrigger, S as Combobox, T as ComboboxAnchor, U as ComboboxCommand, V as ComboboxContent, W as ComboboxEmpty, X as ComboboxGroup, Y as ComboboxInput, Z as ComboboxItem, _ as ComboboxList, $ as ComboboxSeparator, a0 as ComboboxShortcut, a1 as ComboboxTrigger, a2 as Command, a3 as CommandDialog, a4 as CommandEmpty, a5 as CommandGroup, a6 as CommandInput, a7 as CommandItem, a8 as CommandList, a9 as CommandSeparator, aa as CommandShortcut, ab as ContextMenu, ac as ContextMenuCheckboxItem, ad as ContextMenuContent, ae as ContextMenuGroup, af as ContextMenuItem, ag as ContextMenuLabel, ah as ContextMenuRadioGroup, ai as ContextMenuRadioItem, aj as ContextMenuSeparator, ak as ContextMenuShortcut, al as ContextMenuSub, am as ContextMenuSubContent, an as ContextMenuSubTrigger, ao as ContextMenuTrigger, ap as ControlClassOptions, aq as ControlShape, ar as ControlSize, as as CopyButton, at as CopyButtonProps, au as DatePicker, av as DatePickerButton, aw as DatePickerCalendar, ax as DatePickerContent, ay as DatePickerTrigger, az as Dialog, aA as DialogClose, aB as DialogContent, aC as DialogDescription, aD as DialogFooter, aE as DialogHeader, aF as DialogOverlay, aG as DialogPortal, aH as DialogTitle, aI as DialogTrigger, aJ as DropdownMenu, aK as DropdownMenuCheckboxItem, aL as DropdownMenuContent, aM as DropdownMenuGroup, aN as DropdownMenuItem, aO as DropdownMenuLabel, aP as DropdownMenuRadioGroup, aQ as DropdownMenuRadioItem, aR as DropdownMenuSeparator, aS as DropdownMenuShortcut, aT as DropdownMenuSub, aU as DropdownMenuSubContent, aV as DropdownMenuSubTrigger, aW as DropdownMenuTrigger, aX as Form, aY as FormControl, aZ as FormField, a_ as FormItem, a$ as FormLabel, b0 as FormMessage, b1 as FormSubmit, b2 as HoverCard, b3 as HoverCardContent, b4 as HoverCardTrigger, b5 as Input, b6 as InputGroup, b7 as InputGroupAddon, b8 as InputGroupInput, b9 as InputGroupText, ba as InputOTP, bb as InputOTPGroup, bc as InputOTPHiddenInput, bd as InputOTPSeparator, be as InputOTPSlot, bf as Kbd, bg as KbdGroup, bh as Label, bi as MemoPillSegmentedTabs, bj as Menubar, bk as MenubarCheckboxItem, bl as MenubarContent, bm as MenubarItem, bn as MenubarLabel, bo as MenubarMenu, bp as MenubarRadioGroup, bq as MenubarRadioItem, br as MenubarSeparator, bs as MenubarShortcut, bt as MenubarSub, bu as MenubarSubContent, bv as MenubarSubTrigger, bw as MenubarTrigger, bx as NavigationMenu, by as NavigationMenuContent, bz as NavigationMenuIndicator, bA as NavigationMenuItem, bB as NavigationMenuLink, bC as NavigationMenuList, bD as NavigationMenuTrigger, bE as NavigationMenuViewport, bF as NumberField, bG as NumberFieldProps, bH as Pagination, bI as PaginationContent, bJ as PaginationEllipsis, bK as PaginationItem, bL as PaginationLink, bM as PaginationNext, bN as PaginationPrevious, bO as PillSegmentedTab, bP as PillSegmentedTabs, bQ as PillSegmentedTabsProps, bR as Popover, bS as PopoverAnchor, bT as PopoverContent, bU as PopoverTrigger, bV as Progress, bW as RadioGroup, bX as RadioGroupItem, bY as Rating, bZ as RatingProps, b_ as RatingTone, b$ as ScrollArea, c0 as ScrollBar, c1 as Select, c2 as SelectContent, c3 as SelectGroup, c4 as SelectItem, c5 as SelectLabel, c6 as SelectScrollDownButton, c7 as SelectScrollUpButton, c8 as SelectSeparator, c9 as SelectTrigger, ca as SelectValue, cb as Separator, cc as Sheet, cd as SheetClose, ce as SheetContent, cf as SheetDescription, cg as SheetFooter, ch as SheetHeader, ci as SheetTitle, cj as SheetTrigger, ck as Shimmer, cl as Skeleton, cm as Slider, cn as Snippet, co as SnippetProps, cp as SnippetSize, cq as SnippetVariant, cr as Spinner, cs as Stepper, ct as StepperProps, cu as StepperStep, cv as Switch, cw as Table, cx as TableBody, cy as TableCaption, cz as TableCell, cA as TableFooter, cB as TableHead, cC as TableHeader, cD as TableRow, cE as TagInput, cF as TagInputProps, cG as TagInputSize, cH as TextShimmerProps, cI as Textarea, cJ as Toast, cK as ToastAction, cL as ToastClose, cM as ToastDescription, cN as ToastProps, cO as ToastProvider, cP as ToastTitle, cQ as ToastViewport, cR as Toaster, cS as Toggle, cT as ToggleGroup, cU as ToggleGroupItem, cV as Toolbar, cW as ToolbarButton, cX as ToolbarLink, cY as ToolbarSeparator, cZ as ToolbarToggleGroup, c_ as ToolbarToggleItem, c$ as Tooltip, d0 as TooltipContent, d1 as TooltipProvider, d2 as TooltipTrigger, d3 as alertVariants, d4 as badgeVariants, d5 as controlClass, d6 as controlSurfaceClass, d7 as formatPickerDate, d8 as navigationMenuTriggerStyle, d9 as overlayAnimationClass, da as overlayItemClass, db as overlayListPanelClass, dc as overlaySurfaceClass, dd as toast, de as toggleVariants, df as useToast } from './circular-progress-
|
|
1
|
+
export { A as AVATAR_PRIMARY_FALLBACK_CLASS, a as Avatar, b as AvatarFallback, c as AvatarImage, B as Banner, d as BannerProps, e as BannerSize, f as BannerTone, g as BannerVariant, h as Button, i as ButtonColor, K as Kanban, j as KanbanCardData, k as KanbanCardVariant, l as KanbanColumnData, m as KanbanDensity, n as KanbanDragHandleProps, o as KanbanLocation, p as KanbanMoveEvent, q as KanbanProps, r as KanbanRenderCardContext, s as KanbanTone, T as Timeline, t as TimelineItem, u as TimelineProps, v as TimelineSize, U as UntitledButton, w as UntitledButtonColor, x as UntitledButtonProps, y as UntitledButtonSize, z as avatarChartVariantClass, C as untitledButtonVariants } from './kanban-FFBeaZPS.js';
|
|
2
|
+
export { A as Accordion, a as AccordionContent, b as AccordionItem, c as AccordionTrigger, d as Alert, e as AlertDescription, f as AlertDialog, g as AlertDialogAction, h as AlertDialogCancel, i as AlertDialogContent, j as AlertDialogDescription, k as AlertDialogFooter, l as AlertDialogHeader, m as AlertDialogOverlay, n as AlertDialogPortal, o as AlertDialogTitle, p as AlertDialogTrigger, q as AlertTitle, r as AspectRatio, s as AvatarGroup, t as AvatarGroupProps, B as Badge, u as Breadcrumb, v as BreadcrumbEllipsis, w as BreadcrumbItem, x as BreadcrumbLink, y as BreadcrumbList, z as BreadcrumbPage, C as BreadcrumbSeparator, D as CONTROL_SIZE, E as Calendar, F as CalendarDayButton, G as Card, H as CardContent, I as CardDescription, J as CardFooter, K as CardHeader, L as CardTitle, M as Checkbox, N as CircularProgress, O as CircularProgressProps, P as Collapsible, Q as CollapsibleContent, R as CollapsibleTrigger, S as Combobox, T as ComboboxAnchor, U as ComboboxCommand, V as ComboboxContent, W as ComboboxEmpty, X as ComboboxGroup, Y as ComboboxInput, Z as ComboboxItem, _ as ComboboxList, $ as ComboboxSeparator, a0 as ComboboxShortcut, a1 as ComboboxTrigger, a2 as Command, a3 as CommandDialog, a4 as CommandEmpty, a5 as CommandGroup, a6 as CommandInput, a7 as CommandItem, a8 as CommandList, a9 as CommandSeparator, aa as CommandShortcut, ab as ContextMenu, ac as ContextMenuCheckboxItem, ad as ContextMenuContent, ae as ContextMenuGroup, af as ContextMenuItem, ag as ContextMenuLabel, ah as ContextMenuRadioGroup, ai as ContextMenuRadioItem, aj as ContextMenuSeparator, ak as ContextMenuShortcut, al as ContextMenuSub, am as ContextMenuSubContent, an as ContextMenuSubTrigger, ao as ContextMenuTrigger, ap as ControlClassOptions, aq as ControlShape, ar as ControlSize, as as CopyButton, at as CopyButtonProps, au as DatePicker, av as DatePickerButton, aw as DatePickerCalendar, ax as DatePickerContent, ay as DatePickerTrigger, az as Dialog, aA as DialogClose, aB as DialogContent, aC as DialogDescription, aD as DialogFooter, aE as DialogHeader, aF as DialogOverlay, aG as DialogPortal, aH as DialogTitle, aI as DialogTrigger, aJ as DropdownMenu, aK as DropdownMenuCheckboxItem, aL as DropdownMenuContent, aM as DropdownMenuGroup, aN as DropdownMenuItem, aO as DropdownMenuLabel, aP as DropdownMenuRadioGroup, aQ as DropdownMenuRadioItem, aR as DropdownMenuSeparator, aS as DropdownMenuShortcut, aT as DropdownMenuSub, aU as DropdownMenuSubContent, aV as DropdownMenuSubTrigger, aW as DropdownMenuTrigger, aX as Form, aY as FormControl, aZ as FormField, a_ as FormItem, a$ as FormLabel, b0 as FormMessage, b1 as FormSubmit, b2 as HoverCard, b3 as HoverCardContent, b4 as HoverCardTrigger, b5 as Input, b6 as InputGroup, b7 as InputGroupAddon, b8 as InputGroupInput, b9 as InputGroupText, ba as InputOTP, bb as InputOTPGroup, bc as InputOTPHiddenInput, bd as InputOTPSeparator, be as InputOTPSlot, bf as Kbd, bg as KbdGroup, bh as Label, bi as MemoPillSegmentedTabs, bj as Menubar, bk as MenubarCheckboxItem, bl as MenubarContent, bm as MenubarItem, bn as MenubarLabel, bo as MenubarMenu, bp as MenubarRadioGroup, bq as MenubarRadioItem, br as MenubarSeparator, bs as MenubarShortcut, bt as MenubarSub, bu as MenubarSubContent, bv as MenubarSubTrigger, bw as MenubarTrigger, bx as NavigationMenu, by as NavigationMenuContent, bz as NavigationMenuIndicator, bA as NavigationMenuItem, bB as NavigationMenuLink, bC as NavigationMenuList, bD as NavigationMenuTrigger, bE as NavigationMenuViewport, bF as NumberField, bG as NumberFieldProps, bH as Pagination, bI as PaginationContent, bJ as PaginationEllipsis, bK as PaginationItem, bL as PaginationLink, bM as PaginationNext, bN as PaginationPrevious, bO as PillSegmentedTab, bP as PillSegmentedTabs, bQ as PillSegmentedTabsProps, bR as Popover, bS as PopoverAnchor, bT as PopoverContent, bU as PopoverTrigger, bV as Progress, bW as RadioGroup, bX as RadioGroupItem, bY as Rating, bZ as RatingProps, b_ as RatingTone, b$ as ScrollArea, c0 as ScrollBar, c1 as Select, c2 as SelectContent, c3 as SelectGroup, c4 as SelectItem, c5 as SelectLabel, c6 as SelectScrollDownButton, c7 as SelectScrollUpButton, c8 as SelectSeparator, c9 as SelectTrigger, ca as SelectValue, cb as Separator, cc as Sheet, cd as SheetClose, ce as SheetContent, cf as SheetDescription, cg as SheetFooter, ch as SheetHeader, ci as SheetTitle, cj as SheetTrigger, ck as Shimmer, cl as Skeleton, cm as Slider, cn as Snippet, co as SnippetProps, cp as SnippetSize, cq as SnippetVariant, cr as Spinner, cs as Stepper, ct as StepperProps, cu as StepperStep, cv as Switch, cw as Table, cx as TableBody, cy as TableCaption, cz as TableCell, cA as TableFooter, cB as TableHead, cC as TableHeader, cD as TableRow, cE as TagInput, cF as TagInputProps, cG as TagInputSize, cH as TextShimmerProps, cI as Textarea, cJ as Toast, cK as ToastAction, cL as ToastClose, cM as ToastDescription, cN as ToastProps, cO as ToastProvider, cP as ToastTitle, cQ as ToastViewport, cR as Toaster, cS as Toggle, cT as ToggleGroup, cU as ToggleGroupItem, cV as Toolbar, cW as ToolbarButton, cX as ToolbarLink, cY as ToolbarSeparator, cZ as ToolbarToggleGroup, c_ as ToolbarToggleItem, c$ as Tooltip, d0 as TooltipContent, d1 as TooltipProvider, d2 as TooltipTrigger, d3 as alertVariants, d4 as badgeVariants, d5 as controlClass, d6 as controlSurfaceClass, d7 as formatPickerDate, d8 as navigationMenuTriggerStyle, d9 as overlayAnimationClass, da as overlayItemClass, db as overlayListPanelClass, dc as overlaySurfaceClass, dd as toast, de as toggleVariants, df as useToast } from './circular-progress-B9nnwzCu.js';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import * as RechartsPrimitive from 'recharts';
|
|
6
|
-
export {
|
|
6
|
+
export { T as TimbalV2Button } from './timbal-v2-button-DCAZNyUx.js';
|
|
7
7
|
import 'class-variance-authority/types';
|
|
8
8
|
import 'class-variance-authority';
|
|
9
9
|
import 'radix-ui';
|
package/dist/ui.esm.js
CHANGED
|
@@ -138,16 +138,6 @@ import {
|
|
|
138
138
|
Rating,
|
|
139
139
|
ScrollArea,
|
|
140
140
|
ScrollBar,
|
|
141
|
-
Select,
|
|
142
|
-
SelectContent,
|
|
143
|
-
SelectGroup,
|
|
144
|
-
SelectItem,
|
|
145
|
-
SelectLabel,
|
|
146
|
-
SelectScrollDownButton,
|
|
147
|
-
SelectScrollUpButton,
|
|
148
|
-
SelectSeparator,
|
|
149
|
-
SelectTrigger,
|
|
150
|
-
SelectValue,
|
|
151
141
|
Separator,
|
|
152
142
|
Sheet,
|
|
153
143
|
SheetClose,
|
|
@@ -196,7 +186,7 @@ import {
|
|
|
196
186
|
toast,
|
|
197
187
|
toggleVariants,
|
|
198
188
|
useToast
|
|
199
|
-
} from "./chunk-
|
|
189
|
+
} from "./chunk-YYEI6XME.esm.js";
|
|
200
190
|
import {
|
|
201
191
|
Banner,
|
|
202
192
|
Checkbox,
|
|
@@ -206,11 +196,21 @@ import {
|
|
|
206
196
|
PopoverAnchor,
|
|
207
197
|
PopoverContent,
|
|
208
198
|
PopoverTrigger,
|
|
199
|
+
Select,
|
|
200
|
+
SelectContent,
|
|
201
|
+
SelectGroup,
|
|
202
|
+
SelectItem,
|
|
203
|
+
SelectLabel,
|
|
204
|
+
SelectScrollDownButton,
|
|
205
|
+
SelectScrollUpButton,
|
|
206
|
+
SelectSeparator,
|
|
207
|
+
SelectTrigger,
|
|
208
|
+
SelectValue,
|
|
209
209
|
Skeleton,
|
|
210
210
|
Timeline,
|
|
211
211
|
UntitledButton,
|
|
212
212
|
untitledButtonVariants
|
|
213
|
-
} from "./chunk-
|
|
213
|
+
} from "./chunk-NO5AWNWT.esm.js";
|
|
214
214
|
import {
|
|
215
215
|
DropdownMenu,
|
|
216
216
|
DropdownMenuCheckboxItem,
|
|
@@ -226,11 +226,11 @@ import {
|
|
|
226
226
|
DropdownMenuSubContent,
|
|
227
227
|
DropdownMenuSubTrigger,
|
|
228
228
|
DropdownMenuTrigger
|
|
229
|
-
} from "./chunk-
|
|
229
|
+
} from "./chunk-24B4I4XC.esm.js";
|
|
230
230
|
import {
|
|
231
231
|
MemoPillSegmentedTabs,
|
|
232
232
|
PillSegmentedTabs
|
|
233
|
-
} from "./chunk-
|
|
233
|
+
} from "./chunk-R4RQT2XQ.esm.js";
|
|
234
234
|
import {
|
|
235
235
|
AVATAR_PRIMARY_FALLBACK_CLASS,
|
|
236
236
|
Avatar,
|
|
@@ -268,7 +268,7 @@ import {
|
|
|
268
268
|
overlayListPanelClass,
|
|
269
269
|
overlaySurfaceClass,
|
|
270
270
|
useChart
|
|
271
|
-
} from "./chunk-
|
|
271
|
+
} from "./chunk-MBS7XHV2.esm.js";
|
|
272
272
|
import "./chunk-EDEKQYSU.esm.js";
|
|
273
273
|
export {
|
|
274
274
|
AVATAR_PRIMARY_FALLBACK_CLASS,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC, ReactNode } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { t as TimbalChatProps, r as ThreadWelcomeProps } from './chat-DDsp-Vzz.cjs';
|
|
3
3
|
import { WorkforceItem } from '@timbal-ai/timbal-sdk';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC, ReactNode } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { t as TimbalChatProps, r as ThreadWelcomeProps } from './chat-DDsp-Vzz.js';
|
|
3
3
|
import { WorkforceItem } from '@timbal-ai/timbal-sdk';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
|