@sikka/hawa 0.24.0 → 0.24.1-next
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/dist/codeBlock/index.js +3 -1
- package/dist/codeBlock/index.mjs +3 -1
- package/dist/combobox/index.js +3 -1
- package/dist/combobox/index.mjs +3 -1
- package/dist/elements/index.js +3 -1
- package/dist/elements/index.mjs +3 -1
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +5 -2
- package/dist/index.mjs +5 -2
- package/dist/layout/index.d.mts +1 -0
- package/dist/layout/index.d.ts +1 -0
- package/dist/layout/index.js +2 -1
- package/dist/layout/index.mjs +2 -1
- package/package.json +3 -3
package/dist/codeBlock/index.js
CHANGED
@@ -1871,6 +1871,7 @@ var Combobox = React27.forwardRef(
|
|
1871
1871
|
"button",
|
1872
1872
|
{
|
1873
1873
|
role: "combobox",
|
1874
|
+
type: "button",
|
1874
1875
|
"aria-expanded": open,
|
1875
1876
|
className: cn(
|
1876
1877
|
"hawa-inline-flex hawa-h-10 hawa-w-full hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-md hawa-border hawa-py-2 hawa-text-sm hawa-font-normal hawa-text-primary hawa-ring-offset-background hawa-transition-all focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-2 disabled:hawa-pointer-events-none disabled:hawa-opacity-50",
|
@@ -1880,7 +1881,7 @@ var Combobox = React27.forwardRef(
|
|
1880
1881
|
value ? getProperty(
|
1881
1882
|
data.find((item) => item[valueKey] === value) || {},
|
1882
1883
|
labelKey
|
1883
|
-
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || "
|
1884
|
+
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || ". . .",
|
1884
1885
|
/* @__PURE__ */ React27.createElement(
|
1885
1886
|
"svg",
|
1886
1887
|
{
|
@@ -1911,6 +1912,7 @@ var Combobox = React27.forwardRef(
|
|
1911
1912
|
))), /* @__PURE__ */ React27.createElement(
|
1912
1913
|
PopoverContent,
|
1913
1914
|
{
|
1915
|
+
sideOffset: 0,
|
1914
1916
|
className: cn("popover-w-parent", props.helperText && "-hawa-mt-4")
|
1915
1917
|
},
|
1916
1918
|
/* @__PURE__ */ React27.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React27.createElement(
|
package/dist/codeBlock/index.mjs
CHANGED
@@ -1375,6 +1375,7 @@ var Combobox = React19.forwardRef(
|
|
1375
1375
|
"button",
|
1376
1376
|
{
|
1377
1377
|
role: "combobox",
|
1378
|
+
type: "button",
|
1378
1379
|
"aria-expanded": open,
|
1379
1380
|
className: cn(
|
1380
1381
|
"hawa-inline-flex hawa-h-10 hawa-w-full hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-md hawa-border hawa-py-2 hawa-text-sm hawa-font-normal hawa-text-primary hawa-ring-offset-background hawa-transition-all focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-2 disabled:hawa-pointer-events-none disabled:hawa-opacity-50",
|
@@ -1384,7 +1385,7 @@ var Combobox = React19.forwardRef(
|
|
1384
1385
|
value ? getProperty(
|
1385
1386
|
data.find((item) => item[valueKey] === value) || {},
|
1386
1387
|
labelKey
|
1387
|
-
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || "
|
1388
|
+
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || ". . .",
|
1388
1389
|
/* @__PURE__ */ React19.createElement(
|
1389
1390
|
"svg",
|
1390
1391
|
{
|
@@ -1415,6 +1416,7 @@ var Combobox = React19.forwardRef(
|
|
1415
1416
|
))), /* @__PURE__ */ React19.createElement(
|
1416
1417
|
PopoverContent,
|
1417
1418
|
{
|
1419
|
+
sideOffset: 0,
|
1418
1420
|
className: cn("popover-w-parent", props.helperText && "-hawa-mt-4")
|
1419
1421
|
},
|
1420
1422
|
/* @__PURE__ */ React19.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React19.createElement(
|
package/dist/combobox/index.js
CHANGED
@@ -638,6 +638,7 @@ var Combobox = React7.forwardRef(
|
|
638
638
|
"button",
|
639
639
|
{
|
640
640
|
role: "combobox",
|
641
|
+
type: "button",
|
641
642
|
"aria-expanded": open,
|
642
643
|
className: cn(
|
643
644
|
"hawa-inline-flex hawa-h-10 hawa-w-full hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-md hawa-border hawa-py-2 hawa-text-sm hawa-font-normal hawa-text-primary hawa-ring-offset-background hawa-transition-all focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-2 disabled:hawa-pointer-events-none disabled:hawa-opacity-50",
|
@@ -647,7 +648,7 @@ var Combobox = React7.forwardRef(
|
|
647
648
|
value ? getProperty(
|
648
649
|
data.find((item) => item[valueKey] === value) || {},
|
649
650
|
labelKey
|
650
|
-
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || "
|
651
|
+
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || ". . .",
|
651
652
|
/* @__PURE__ */ React7.createElement(
|
652
653
|
"svg",
|
653
654
|
{
|
@@ -678,6 +679,7 @@ var Combobox = React7.forwardRef(
|
|
678
679
|
))), /* @__PURE__ */ React7.createElement(
|
679
680
|
PopoverContent,
|
680
681
|
{
|
682
|
+
sideOffset: 0,
|
681
683
|
className: cn("popover-w-parent", props.helperText && "-hawa-mt-4")
|
682
684
|
},
|
683
685
|
/* @__PURE__ */ React7.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React7.createElement(
|
package/dist/combobox/index.mjs
CHANGED
@@ -517,6 +517,7 @@ var Combobox = React5.forwardRef(
|
|
517
517
|
"button",
|
518
518
|
{
|
519
519
|
role: "combobox",
|
520
|
+
type: "button",
|
520
521
|
"aria-expanded": open,
|
521
522
|
className: cn(
|
522
523
|
"hawa-inline-flex hawa-h-10 hawa-w-full hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-md hawa-border hawa-py-2 hawa-text-sm hawa-font-normal hawa-text-primary hawa-ring-offset-background hawa-transition-all focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-2 disabled:hawa-pointer-events-none disabled:hawa-opacity-50",
|
@@ -526,7 +527,7 @@ var Combobox = React5.forwardRef(
|
|
526
527
|
value ? getProperty(
|
527
528
|
data.find((item) => item[valueKey] === value) || {},
|
528
529
|
labelKey
|
529
|
-
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || "
|
530
|
+
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || ". . .",
|
530
531
|
/* @__PURE__ */ React5.createElement(
|
531
532
|
"svg",
|
532
533
|
{
|
@@ -557,6 +558,7 @@ var Combobox = React5.forwardRef(
|
|
557
558
|
))), /* @__PURE__ */ React5.createElement(
|
558
559
|
PopoverContent,
|
559
560
|
{
|
561
|
+
sideOffset: 0,
|
560
562
|
className: cn("popover-w-parent", props.helperText && "-hawa-mt-4")
|
561
563
|
},
|
562
564
|
/* @__PURE__ */ React5.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React5.createElement(
|
package/dist/elements/index.js
CHANGED
@@ -3312,6 +3312,7 @@ var Combobox = React27.forwardRef(
|
|
3312
3312
|
"button",
|
3313
3313
|
{
|
3314
3314
|
role: "combobox",
|
3315
|
+
type: "button",
|
3315
3316
|
"aria-expanded": open,
|
3316
3317
|
className: cn(
|
3317
3318
|
"hawa-inline-flex hawa-h-10 hawa-w-full hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-md hawa-border hawa-py-2 hawa-text-sm hawa-font-normal hawa-text-primary hawa-ring-offset-background hawa-transition-all focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-2 disabled:hawa-pointer-events-none disabled:hawa-opacity-50",
|
@@ -3321,7 +3322,7 @@ var Combobox = React27.forwardRef(
|
|
3321
3322
|
value ? getProperty(
|
3322
3323
|
data.find((item) => item[valueKey] === value) || {},
|
3323
3324
|
labelKey
|
3324
|
-
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || "
|
3325
|
+
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || ". . .",
|
3325
3326
|
/* @__PURE__ */ React27.createElement(
|
3326
3327
|
"svg",
|
3327
3328
|
{
|
@@ -3352,6 +3353,7 @@ var Combobox = React27.forwardRef(
|
|
3352
3353
|
))), /* @__PURE__ */ React27.createElement(
|
3353
3354
|
PopoverContent,
|
3354
3355
|
{
|
3356
|
+
sideOffset: 0,
|
3355
3357
|
className: cn("popover-w-parent", props.helperText && "-hawa-mt-4")
|
3356
3358
|
},
|
3357
3359
|
/* @__PURE__ */ React27.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React27.createElement(
|
package/dist/elements/index.mjs
CHANGED
@@ -1487,6 +1487,7 @@ var Combobox = React13.forwardRef(
|
|
1487
1487
|
"button",
|
1488
1488
|
{
|
1489
1489
|
role: "combobox",
|
1490
|
+
type: "button",
|
1490
1491
|
"aria-expanded": open,
|
1491
1492
|
className: cn(
|
1492
1493
|
"hawa-inline-flex hawa-h-10 hawa-w-full hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-md hawa-border hawa-py-2 hawa-text-sm hawa-font-normal hawa-text-primary hawa-ring-offset-background hawa-transition-all focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-2 disabled:hawa-pointer-events-none disabled:hawa-opacity-50",
|
@@ -1496,7 +1497,7 @@ var Combobox = React13.forwardRef(
|
|
1496
1497
|
value ? getProperty(
|
1497
1498
|
data.find((item) => item[valueKey] === value) || {},
|
1498
1499
|
labelKey
|
1499
|
-
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || "
|
1500
|
+
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || ". . .",
|
1500
1501
|
/* @__PURE__ */ React13.createElement(
|
1501
1502
|
"svg",
|
1502
1503
|
{
|
@@ -1527,6 +1528,7 @@ var Combobox = React13.forwardRef(
|
|
1527
1528
|
))), /* @__PURE__ */ React13.createElement(
|
1528
1529
|
PopoverContent,
|
1529
1530
|
{
|
1531
|
+
sideOffset: 0,
|
1530
1532
|
className: cn("popover-w-parent", props.helperText && "-hawa-mt-4")
|
1531
1533
|
},
|
1532
1534
|
/* @__PURE__ */ React13.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React13.createElement(
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
@@ -3378,6 +3378,7 @@ var Combobox = React27.forwardRef(
|
|
3378
3378
|
"button",
|
3379
3379
|
{
|
3380
3380
|
role: "combobox",
|
3381
|
+
type: "button",
|
3381
3382
|
"aria-expanded": open,
|
3382
3383
|
className: cn(
|
3383
3384
|
"hawa-inline-flex hawa-h-10 hawa-w-full hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-md hawa-border hawa-py-2 hawa-text-sm hawa-font-normal hawa-text-primary hawa-ring-offset-background hawa-transition-all focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-2 disabled:hawa-pointer-events-none disabled:hawa-opacity-50",
|
@@ -3387,7 +3388,7 @@ var Combobox = React27.forwardRef(
|
|
3387
3388
|
value ? getProperty(
|
3388
3389
|
data.find((item) => item[valueKey] === value) || {},
|
3389
3390
|
labelKey
|
3390
|
-
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || "
|
3391
|
+
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || ". . .",
|
3391
3392
|
/* @__PURE__ */ React27.createElement(
|
3392
3393
|
"svg",
|
3393
3394
|
{
|
@@ -3418,6 +3419,7 @@ var Combobox = React27.forwardRef(
|
|
3418
3419
|
))), /* @__PURE__ */ React27.createElement(
|
3419
3420
|
PopoverContent,
|
3420
3421
|
{
|
3422
|
+
sideOffset: 0,
|
3421
3423
|
className: cn("popover-w-parent", props.helperText && "-hawa-mt-4")
|
3422
3424
|
},
|
3423
3425
|
/* @__PURE__ */ React27.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React27.createElement(
|
@@ -7741,6 +7743,7 @@ var Stats = ({
|
|
7741
7743
|
helperText,
|
7742
7744
|
helperTextColor = "default",
|
7743
7745
|
chart,
|
7746
|
+
clickable,
|
7744
7747
|
variant = "default",
|
7745
7748
|
...props
|
7746
7749
|
}) => {
|
@@ -7750,7 +7753,7 @@ var Stats = ({
|
|
7750
7753
|
negative: "hawa-text-red-600 dark:hawa-text-red-500",
|
7751
7754
|
muted: "hawa-text-muted-foreground"
|
7752
7755
|
};
|
7753
|
-
return /* @__PURE__ */ import_react36.default.createElement(Card, { ...props, clickable
|
7756
|
+
return /* @__PURE__ */ import_react36.default.createElement(Card, { ...props, clickable }, /* @__PURE__ */ import_react36.default.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-justify-between hawa-p-4" }, /* @__PURE__ */ import_react36.default.createElement(CardTitle, { className: "hawa-text-sm hawa-font-medium" }, label), icon && /* @__PURE__ */ import_react36.default.createElement("span", null, icon)), /* @__PURE__ */ import_react36.default.createElement(CardContent, { className: "hawa-transition-all" }, isLoading ? /* @__PURE__ */ import_react36.default.createElement(Skeleton, { className: "hawa-h-8 hawa-w-3/4" }) : /* @__PURE__ */ import_react36.default.createElement("div", { className: "hawa-text-2xl hawa-font-bold" }, number), helperText && /* @__PURE__ */ import_react36.default.createElement(
|
7754
7757
|
"div",
|
7755
7758
|
{
|
7756
7759
|
className: cn(
|
package/dist/index.mjs
CHANGED
@@ -3145,6 +3145,7 @@ var Combobox = React27.forwardRef(
|
|
3145
3145
|
"button",
|
3146
3146
|
{
|
3147
3147
|
role: "combobox",
|
3148
|
+
type: "button",
|
3148
3149
|
"aria-expanded": open,
|
3149
3150
|
className: cn(
|
3150
3151
|
"hawa-inline-flex hawa-h-10 hawa-w-full hawa-select-none hawa-items-center hawa-justify-between hawa-rounded-md hawa-border hawa-py-2 hawa-text-sm hawa-font-normal hawa-text-primary hawa-ring-offset-background hawa-transition-all focus-visible:hawa-outline-none focus-visible:hawa-ring-2 focus-visible:hawa-ring-ring focus-visible:hawa-ring-offset-2 disabled:hawa-pointer-events-none disabled:hawa-opacity-50",
|
@@ -3154,7 +3155,7 @@ var Combobox = React27.forwardRef(
|
|
3154
3155
|
value ? getProperty(
|
3155
3156
|
data.find((item) => item[valueKey] === value) || {},
|
3156
3157
|
labelKey
|
3157
|
-
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || "
|
3158
|
+
) : ((_a = props.texts) == null ? void 0 : _a.placeholder) || ". . .",
|
3158
3159
|
/* @__PURE__ */ React27.createElement(
|
3159
3160
|
"svg",
|
3160
3161
|
{
|
@@ -3185,6 +3186,7 @@ var Combobox = React27.forwardRef(
|
|
3185
3186
|
))), /* @__PURE__ */ React27.createElement(
|
3186
3187
|
PopoverContent,
|
3187
3188
|
{
|
3189
|
+
sideOffset: 0,
|
3188
3190
|
className: cn("popover-w-parent", props.helperText && "-hawa-mt-4")
|
3189
3191
|
},
|
3190
3192
|
/* @__PURE__ */ React27.createElement(Command, null, !props.hideInput && /* @__PURE__ */ React27.createElement(
|
@@ -7515,6 +7517,7 @@ var Stats = ({
|
|
7515
7517
|
helperText,
|
7516
7518
|
helperTextColor = "default",
|
7517
7519
|
chart,
|
7520
|
+
clickable,
|
7518
7521
|
variant = "default",
|
7519
7522
|
...props
|
7520
7523
|
}) => {
|
@@ -7524,7 +7527,7 @@ var Stats = ({
|
|
7524
7527
|
negative: "hawa-text-red-600 dark:hawa-text-red-500",
|
7525
7528
|
muted: "hawa-text-muted-foreground"
|
7526
7529
|
};
|
7527
|
-
return /* @__PURE__ */ React62.createElement(Card, { ...props, clickable
|
7530
|
+
return /* @__PURE__ */ React62.createElement(Card, { ...props, clickable }, /* @__PURE__ */ React62.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-justify-between hawa-p-4" }, /* @__PURE__ */ React62.createElement(CardTitle, { className: "hawa-text-sm hawa-font-medium" }, label), icon && /* @__PURE__ */ React62.createElement("span", null, icon)), /* @__PURE__ */ React62.createElement(CardContent, { className: "hawa-transition-all" }, isLoading ? /* @__PURE__ */ React62.createElement(Skeleton, { className: "hawa-h-8 hawa-w-3/4" }) : /* @__PURE__ */ React62.createElement("div", { className: "hawa-text-2xl hawa-font-bold" }, number), helperText && /* @__PURE__ */ React62.createElement(
|
7528
7531
|
"div",
|
7529
7532
|
{
|
7530
7533
|
className: cn(
|
package/dist/layout/index.d.mts
CHANGED
package/dist/layout/index.d.ts
CHANGED
package/dist/layout/index.js
CHANGED
@@ -188,6 +188,7 @@ var Stats = ({
|
|
188
188
|
helperText,
|
189
189
|
helperTextColor = "default",
|
190
190
|
chart,
|
191
|
+
clickable,
|
191
192
|
variant = "default",
|
192
193
|
...props
|
193
194
|
}) => {
|
@@ -197,7 +198,7 @@ var Stats = ({
|
|
197
198
|
negative: "hawa-text-red-600 dark:hawa-text-red-500",
|
198
199
|
muted: "hawa-text-muted-foreground"
|
199
200
|
};
|
200
|
-
return /* @__PURE__ */ import_react2.default.createElement(Card, { ...props, clickable
|
201
|
+
return /* @__PURE__ */ import_react2.default.createElement(Card, { ...props, clickable }, /* @__PURE__ */ import_react2.default.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-justify-between hawa-p-4" }, /* @__PURE__ */ import_react2.default.createElement(CardTitle, { className: "hawa-text-sm hawa-font-medium" }, label), icon && /* @__PURE__ */ import_react2.default.createElement("span", null, icon)), /* @__PURE__ */ import_react2.default.createElement(CardContent, { className: "hawa-transition-all" }, isLoading ? /* @__PURE__ */ import_react2.default.createElement(Skeleton, { className: "hawa-h-8 hawa-w-3/4" }) : /* @__PURE__ */ import_react2.default.createElement("div", { className: "hawa-text-2xl hawa-font-bold" }, number), helperText && /* @__PURE__ */ import_react2.default.createElement(
|
201
202
|
"div",
|
202
203
|
{
|
203
204
|
className: cn(
|
package/dist/layout/index.mjs
CHANGED
@@ -29,6 +29,7 @@ var Stats = ({
|
|
29
29
|
helperText,
|
30
30
|
helperTextColor = "default",
|
31
31
|
chart,
|
32
|
+
clickable,
|
32
33
|
variant = "default",
|
33
34
|
...props
|
34
35
|
}) => {
|
@@ -38,7 +39,7 @@ var Stats = ({
|
|
38
39
|
negative: "hawa-text-red-600 dark:hawa-text-red-500",
|
39
40
|
muted: "hawa-text-muted-foreground"
|
40
41
|
};
|
41
|
-
return /* @__PURE__ */ React.createElement(Card, { ...props, clickable
|
42
|
+
return /* @__PURE__ */ React.createElement(Card, { ...props, clickable }, /* @__PURE__ */ React.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-justify-between hawa-p-4" }, /* @__PURE__ */ React.createElement(CardTitle, { className: "hawa-text-sm hawa-font-medium" }, label), icon && /* @__PURE__ */ React.createElement("span", null, icon)), /* @__PURE__ */ React.createElement(CardContent, { className: "hawa-transition-all" }, isLoading ? /* @__PURE__ */ React.createElement(Skeleton, { className: "hawa-h-8 hawa-w-3/4" }) : /* @__PURE__ */ React.createElement("div", { className: "hawa-text-2xl hawa-font-bold" }, number), helperText && /* @__PURE__ */ React.createElement(
|
42
43
|
"div",
|
43
44
|
{
|
44
45
|
className: cn(
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sikka/hawa",
|
3
|
-
"version": "0.24.
|
3
|
+
"version": "0.24.1-next",
|
4
4
|
"description": "Modern UI Kit made with Tailwind",
|
5
5
|
"author": {
|
6
6
|
"name": "Sikka Software",
|
@@ -104,7 +104,7 @@
|
|
104
104
|
},
|
105
105
|
"devDependencies": {
|
106
106
|
"@babel/preset-react": "^7.23.3",
|
107
|
-
"@sikka/alam": "^0.0.
|
107
|
+
"@sikka/alam": "^0.0.4",
|
108
108
|
"@storybook/addon-essentials": "^7.6.4",
|
109
109
|
"@storybook/addon-interactions": "^7.6.4",
|
110
110
|
"@storybook/addon-links": "^7.6.4",
|
@@ -138,4 +138,4 @@
|
|
138
138
|
"tsup": "^8.0.1",
|
139
139
|
"typescript": "^5.3.3"
|
140
140
|
}
|
141
|
-
}
|
141
|
+
}
|