@deepnoid/ui 1.0.0 → 1.0.2
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/.turbo/turbo-build.log +177 -177
- package/dist/chunk-67DEFPS6.mjs +74 -0
- package/dist/{chunk-CBFUVFGI.mjs → chunk-AVUO6TGC.mjs} +2 -2
- package/dist/{chunk-YBDQSEPV.mjs → chunk-BTAOTEW7.mjs} +1 -1
- package/dist/{chunk-7JCCPTBU.mjs → chunk-DEKPVTFX.mjs} +1 -1
- package/dist/{chunk-VOOEH6OJ.mjs → chunk-FFKXQUER.mjs} +1 -1
- package/dist/{chunk-2K3HZMC6.mjs → chunk-FQMA47EO.mjs} +4 -4
- package/dist/{chunk-E4VJDQD5.mjs → chunk-G5OQBVYQ.mjs} +1 -1
- package/dist/{chunk-S2T4GHJA.mjs → chunk-HJ2RUGGG.mjs} +1 -0
- package/dist/{chunk-TEERNFIT.mjs → chunk-IE7ERNC7.mjs} +3 -3
- package/dist/{chunk-63JRWMWN.mjs → chunk-JXIQOVRO.mjs} +1 -1
- package/dist/{chunk-OPGGL4CG.mjs → chunk-KZPHD6CA.mjs} +2 -2
- package/dist/{chunk-TBRF36RK.mjs → chunk-MCSP3FVE.mjs} +1 -1
- package/dist/{chunk-23KGTXH2.mjs → chunk-NKYNCXOU.mjs} +1 -1
- package/dist/{chunk-CGJBY53Q.mjs → chunk-OTC6FD4T.mjs} +2 -1
- package/dist/{chunk-Z4NO7SMY.mjs → chunk-ROG3BOMM.mjs} +19 -66
- package/dist/{chunk-RFHWRBAB.mjs → chunk-T6IFFFAD.mjs} +1 -1
- package/dist/{chunk-OPSMMRA2.mjs → chunk-TY7T5O3Z.mjs} +1 -1
- package/dist/{chunk-V5XX3CGL.mjs → chunk-WGVOWTFG.mjs} +1 -1
- package/dist/{chunk-EAWNUQDB.mjs → chunk-XNDDHEW6.mjs} +1 -1
- package/dist/components/accordion/accordionItem.js +1 -1
- package/dist/components/accordion/accordionItem.mjs +1 -1
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/accordion/index.mjs +1 -1
- package/dist/components/breadcrumb/breadcrumb.js +19 -66
- package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
- package/dist/components/breadcrumb/index.js +19 -66
- package/dist/components/breadcrumb/index.mjs +6 -6
- package/dist/components/button/button-group.js +95 -10
- package/dist/components/button/button-group.mjs +2 -1
- package/dist/components/button/button.d.mts +52 -44
- package/dist/components/button/button.d.ts +52 -44
- package/dist/components/button/button.js +19 -66
- package/dist/components/button/button.mjs +2 -2
- package/dist/components/button/button.style.d.mts +39 -33
- package/dist/components/button/button.style.d.ts +39 -33
- package/dist/components/button/button.style.js +19 -66
- package/dist/components/button/button.style.mjs +1 -1
- package/dist/components/button/icon-button.d.mts +52 -44
- package/dist/components/button/icon-button.d.ts +52 -44
- package/dist/components/button/icon-button.js +19 -66
- package/dist/components/button/icon-button.mjs +2 -2
- package/dist/components/button/index.js +74 -76
- package/dist/components/button/index.mjs +5 -5
- package/dist/components/button/text-button.d.mts +52 -44
- package/dist/components/button/text-button.d.ts +52 -44
- package/dist/components/button/text-button.js +19 -66
- package/dist/components/button/text-button.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.js +20 -66
- package/dist/components/fileUpload/fileUpload.mjs +7 -7
- package/dist/components/fileUpload/index.js +20 -66
- package/dist/components/fileUpload/index.mjs +7 -7
- package/dist/components/input/index.js +1 -0
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.js +1 -0
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/modal/GlobalModalProvider.js +19 -66
- package/dist/components/modal/GlobalModalProvider.mjs +7 -7
- package/dist/components/modal/index.js +19 -66
- package/dist/components/modal/index.mjs +8 -8
- package/dist/components/modal/modal.js +19 -66
- package/dist/components/modal/modal.mjs +6 -6
- package/dist/components/modal/useGlobalModal.mjs +8 -8
- package/dist/components/pagination/index.js +1 -0
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +1 -0
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/picker/datePicker.js +20 -66
- package/dist/components/picker/datePicker.mjs +7 -7
- package/dist/components/picker/index.js +20 -66
- package/dist/components/picker/index.mjs +9 -9
- package/dist/components/picker/timePicker/Panel.js +19 -66
- package/dist/components/picker/timePicker/Panel.mjs +6 -6
- package/dist/components/picker/timePicker/index.js +20 -66
- package/dist/components/picker/timePicker/index.mjs +8 -8
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.mjs +1 -1
- package/dist/components/radio/radio.js +1 -1
- package/dist/components/radio/radio.mjs +1 -1
- package/dist/components/select/index.js +20 -66
- package/dist/components/select/index.mjs +6 -6
- package/dist/components/select/select.js +20 -66
- package/dist/components/select/select.mjs +6 -6
- package/dist/components/table/index.js +3 -2
- package/dist/components/table/index.mjs +3 -3
- package/dist/components/table/table-body.js +3 -2
- package/dist/components/table/table-body.mjs +3 -3
- package/dist/components/table/table-head.js +3 -2
- package/dist/components/table/table-head.mjs +3 -3
- package/dist/components/table/table.js +3 -2
- package/dist/components/table/table.mjs +3 -3
- package/dist/index.js +80 -80
- package/dist/index.mjs +37 -37
- package/package.json +1 -1
- package/dist/chunk-TBI5O3OL.mjs +0 -26
|
@@ -6221,6 +6221,7 @@ var inputStyle = tv(
|
|
|
6221
6221
|
},
|
|
6222
6222
|
outline: {
|
|
6223
6223
|
inputWrapper: [
|
|
6224
|
+
"bg-transparent",
|
|
6224
6225
|
"border-neutral-light",
|
|
6225
6226
|
"group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
|
|
6226
6227
|
"group-has-[:focus:not(:read-only)]/input:bg-body-background",
|
|
@@ -6958,7 +6959,7 @@ var tableStyle = (0, import_tailwind_variants6.tv)({
|
|
|
6958
6959
|
],
|
|
6959
6960
|
td: [
|
|
6960
6961
|
"relative",
|
|
6961
|
-
"bg-
|
|
6962
|
+
"bg-transparent",
|
|
6962
6963
|
"text-foreground",
|
|
6963
6964
|
"whitespace-normal",
|
|
6964
6965
|
"outline-none",
|
|
@@ -6986,7 +6987,7 @@ var tableStyle = (0, import_tailwind_variants6.tv)({
|
|
|
6986
6987
|
solid: {},
|
|
6987
6988
|
outline: {},
|
|
6988
6989
|
underline: {
|
|
6989
|
-
th: ["bg-
|
|
6990
|
+
th: ["bg-transparent", "border-t-[2px]", "border-b-[1px]"]
|
|
6990
6991
|
}
|
|
6991
6992
|
},
|
|
6992
6993
|
size: {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_head_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-IE7ERNC7.mjs";
|
|
5
5
|
import "../../chunk-7B7LRG5J.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-XNDDHEW6.mjs";
|
|
7
7
|
import "../../chunk-F3HENRVM.mjs";
|
|
8
8
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
9
9
|
import "../../chunk-NPQBJO6G.mjs";
|
|
10
10
|
import "../../chunk-2GCSFWHD.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-HJ2RUGGG.mjs";
|
|
12
12
|
import "../../chunk-DQRAFUDA.mjs";
|
|
13
13
|
import "../../chunk-EWS3FESG.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
@@ -6313,6 +6313,7 @@ var inputStyle = tv(
|
|
|
6313
6313
|
},
|
|
6314
6314
|
outline: {
|
|
6315
6315
|
inputWrapper: [
|
|
6316
|
+
"bg-transparent",
|
|
6316
6317
|
"border-neutral-light",
|
|
6317
6318
|
"group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
|
|
6318
6319
|
"group-has-[:focus:not(:read-only)]/input:bg-body-background",
|
|
@@ -7051,7 +7052,7 @@ var tableStyle = (0, import_tailwind_variants6.tv)({
|
|
|
7051
7052
|
],
|
|
7052
7053
|
td: [
|
|
7053
7054
|
"relative",
|
|
7054
|
-
"bg-
|
|
7055
|
+
"bg-transparent",
|
|
7055
7056
|
"text-foreground",
|
|
7056
7057
|
"whitespace-normal",
|
|
7057
7058
|
"outline-none",
|
|
@@ -7079,7 +7080,7 @@ var tableStyle = (0, import_tailwind_variants6.tv)({
|
|
|
7079
7080
|
solid: {},
|
|
7080
7081
|
outline: {},
|
|
7081
7082
|
underline: {
|
|
7082
|
-
th: ["bg-
|
|
7083
|
+
th: ["bg-transparent", "border-t-[2px]", "border-b-[1px]"]
|
|
7083
7084
|
}
|
|
7084
7085
|
},
|
|
7085
7086
|
size: {
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getCellStyle,
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-IE7ERNC7.mjs";
|
|
6
6
|
import "../../chunk-7B7LRG5J.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-XNDDHEW6.mjs";
|
|
8
8
|
import "../../chunk-F3HENRVM.mjs";
|
|
9
9
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
10
10
|
import "../../chunk-NPQBJO6G.mjs";
|
|
11
11
|
import "../../chunk-2GCSFWHD.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-HJ2RUGGG.mjs";
|
|
13
13
|
import "../../chunk-DQRAFUDA.mjs";
|
|
14
14
|
import "../../chunk-EWS3FESG.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
package/dist/index.js
CHANGED
|
@@ -1181,7 +1181,7 @@ var accordionItem = tv({
|
|
|
1181
1181
|
"flex-col",
|
|
1182
1182
|
"gap-[12px]",
|
|
1183
1183
|
"p-[12px]",
|
|
1184
|
-
"bg-
|
|
1184
|
+
"bg-transparent",
|
|
1185
1185
|
"cursor-pointer",
|
|
1186
1186
|
"select-none"
|
|
1187
1187
|
],
|
|
@@ -6404,19 +6404,19 @@ var buttonBaseStyle = tv({
|
|
|
6404
6404
|
},
|
|
6405
6405
|
variants: {
|
|
6406
6406
|
variant: {
|
|
6407
|
-
solid:
|
|
6408
|
-
soft:
|
|
6409
|
-
outline: [],
|
|
6410
|
-
ghost:
|
|
6407
|
+
solid: {},
|
|
6408
|
+
soft: {},
|
|
6409
|
+
outline: { base: ["bg-transparent"] },
|
|
6410
|
+
ghost: {}
|
|
6411
6411
|
},
|
|
6412
6412
|
color: {
|
|
6413
|
-
primary:
|
|
6414
|
-
secondary:
|
|
6415
|
-
neutral:
|
|
6416
|
-
info:
|
|
6417
|
-
success:
|
|
6418
|
-
warning:
|
|
6419
|
-
danger:
|
|
6413
|
+
primary: {},
|
|
6414
|
+
secondary: {},
|
|
6415
|
+
neutral: {},
|
|
6416
|
+
info: {},
|
|
6417
|
+
success: {},
|
|
6418
|
+
warning: {},
|
|
6419
|
+
danger: {}
|
|
6420
6420
|
},
|
|
6421
6421
|
disabled: {
|
|
6422
6422
|
true: {
|
|
@@ -6425,12 +6425,7 @@ var buttonBaseStyle = tv({
|
|
|
6425
6425
|
},
|
|
6426
6426
|
isInGroup: {
|
|
6427
6427
|
true: {
|
|
6428
|
-
base: [
|
|
6429
|
-
"[&:not(:first-child):not(:last-child)]:rounded-none",
|
|
6430
|
-
"first:rounded-r-none",
|
|
6431
|
-
"last:rounded-l-none",
|
|
6432
|
-
"[&:not(:first-child)]:border-l-0"
|
|
6433
|
-
]
|
|
6428
|
+
base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
|
|
6434
6429
|
}
|
|
6435
6430
|
}
|
|
6436
6431
|
},
|
|
@@ -6610,91 +6605,49 @@ var buttonBaseStyle = tv({
|
|
|
6610
6605
|
variant: "outline",
|
|
6611
6606
|
color: "primary",
|
|
6612
6607
|
class: {
|
|
6613
|
-
base: [
|
|
6614
|
-
"bg-body-background",
|
|
6615
|
-
"border-primary-main",
|
|
6616
|
-
"text-primary-main",
|
|
6617
|
-
"hover:bg-primary-soft",
|
|
6618
|
-
"active:bg-primary-light"
|
|
6619
|
-
]
|
|
6608
|
+
base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
|
|
6620
6609
|
}
|
|
6621
6610
|
},
|
|
6622
6611
|
{
|
|
6623
6612
|
variant: "outline",
|
|
6624
6613
|
color: "secondary",
|
|
6625
6614
|
class: {
|
|
6626
|
-
base: [
|
|
6627
|
-
"bg-body-background",
|
|
6628
|
-
"border-secondary-main",
|
|
6629
|
-
"text-secondary-main",
|
|
6630
|
-
"hover:bg-secondary-soft",
|
|
6631
|
-
"active:bg-secondary-light"
|
|
6632
|
-
]
|
|
6615
|
+
base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
|
|
6633
6616
|
}
|
|
6634
6617
|
},
|
|
6635
6618
|
{
|
|
6636
6619
|
variant: "outline",
|
|
6637
6620
|
color: "neutral",
|
|
6638
6621
|
class: {
|
|
6639
|
-
base: [
|
|
6640
|
-
"bg-body-background",
|
|
6641
|
-
"border-neutral-main",
|
|
6642
|
-
"text-neutral-main",
|
|
6643
|
-
"hover:bg-neutral-soft",
|
|
6644
|
-
"active:bg-neutral-light"
|
|
6645
|
-
]
|
|
6622
|
+
base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
|
|
6646
6623
|
}
|
|
6647
6624
|
},
|
|
6648
6625
|
{
|
|
6649
6626
|
variant: "outline",
|
|
6650
6627
|
color: "info",
|
|
6651
6628
|
class: {
|
|
6652
|
-
base: [
|
|
6653
|
-
"bg-body-background",
|
|
6654
|
-
"border-info-main",
|
|
6655
|
-
"text-info-main",
|
|
6656
|
-
"hover:bg-info-soft",
|
|
6657
|
-
"active:bg-info-light"
|
|
6658
|
-
]
|
|
6629
|
+
base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
|
|
6659
6630
|
}
|
|
6660
6631
|
},
|
|
6661
6632
|
{
|
|
6662
6633
|
variant: "outline",
|
|
6663
6634
|
color: "success",
|
|
6664
6635
|
class: {
|
|
6665
|
-
base: [
|
|
6666
|
-
"bg-body-background",
|
|
6667
|
-
"border-success-main",
|
|
6668
|
-
"text-success-main",
|
|
6669
|
-
"hover:bg-success-soft",
|
|
6670
|
-
"active:bg-success-light"
|
|
6671
|
-
]
|
|
6636
|
+
base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
|
|
6672
6637
|
}
|
|
6673
6638
|
},
|
|
6674
6639
|
{
|
|
6675
6640
|
variant: "outline",
|
|
6676
6641
|
color: "warning",
|
|
6677
6642
|
class: {
|
|
6678
|
-
base: [
|
|
6679
|
-
"bg-body-background",
|
|
6680
|
-
"border-warning-main",
|
|
6681
|
-
"text-warning-main",
|
|
6682
|
-
"hover:bg-warning-soft",
|
|
6683
|
-
"active:bg-warning-light"
|
|
6684
|
-
]
|
|
6643
|
+
base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
|
|
6685
6644
|
}
|
|
6686
6645
|
},
|
|
6687
6646
|
{
|
|
6688
6647
|
variant: "outline",
|
|
6689
6648
|
color: "danger",
|
|
6690
6649
|
class: {
|
|
6691
|
-
base: [
|
|
6692
|
-
"bg-body-background",
|
|
6693
|
-
"border-danger-main",
|
|
6694
|
-
"text-danger-main",
|
|
6695
|
-
"hover:bg-danger-soft",
|
|
6696
|
-
"active:bg-danger-light"
|
|
6697
|
-
]
|
|
6650
|
+
base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
|
|
6698
6651
|
}
|
|
6699
6652
|
},
|
|
6700
6653
|
// ghost & color
|
|
@@ -7324,19 +7277,64 @@ var textButtonStyle = tv({
|
|
|
7324
7277
|
// src/components/button/button-group.tsx
|
|
7325
7278
|
var import_react9 = __toESM(require("react"));
|
|
7326
7279
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
7327
|
-
var ButtonGroup = (0, import_react9.forwardRef)(
|
|
7328
|
-
|
|
7329
|
-
|
|
7330
|
-
|
|
7331
|
-
|
|
7332
|
-
|
|
7333
|
-
})
|
|
7334
|
-
|
|
7335
|
-
|
|
7280
|
+
var ButtonGroup = (0, import_react9.forwardRef)(
|
|
7281
|
+
({ children, classNames, size, radius, full, color, variant, disabled, ...props }, ref) => {
|
|
7282
|
+
const childSharedProps = { color, size, variant, disabled, ...props };
|
|
7283
|
+
const validChildren = import_react9.default.Children.toArray(children).filter(import_react9.isValidElement);
|
|
7284
|
+
const lastValidIndex = validChildren.length - 1;
|
|
7285
|
+
let validIndex = -1;
|
|
7286
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { ref, className: buttonGroup({ full, className: classNames == null ? void 0 : classNames.base }), children: import_react9.default.Children.map(children, (child) => {
|
|
7287
|
+
var _a, _b;
|
|
7288
|
+
if (!(0, import_react9.isValidElement)(child)) return child;
|
|
7289
|
+
const childElement = child;
|
|
7290
|
+
const childProps = (_a = childElement.props) != null ? _a : {};
|
|
7291
|
+
validIndex += 1;
|
|
7292
|
+
const isFirst = validIndex === 0;
|
|
7293
|
+
const isLast = validIndex === lastValidIndex;
|
|
7294
|
+
const defaultRadiusMap = {
|
|
7295
|
+
sm: "!rounded-sm",
|
|
7296
|
+
md: "!rounded-md",
|
|
7297
|
+
lg: "!rounded-lg",
|
|
7298
|
+
xl: "!rounded-xl"
|
|
7299
|
+
};
|
|
7300
|
+
const currentRadius = defaultRadiusMap[size != null ? size : "md"];
|
|
7301
|
+
const radiusClass = radius === "none" ? "!rounded-none" : radius === "full" ? clsx(
|
|
7302
|
+
isFirst && "!rounded-r-none !rounded-l-full",
|
|
7303
|
+
isLast && "!rounded-l-none !rounded-r-full",
|
|
7304
|
+
!isFirst && !isLast && "!rounded-none"
|
|
7305
|
+
) : (
|
|
7306
|
+
// default
|
|
7307
|
+
clsx(
|
|
7308
|
+
isFirst && `${currentRadius} !rounded-r-none`,
|
|
7309
|
+
isLast && `${currentRadius} !rounded-l-none`,
|
|
7310
|
+
!isFirst && !isLast && "!rounded-none"
|
|
7311
|
+
)
|
|
7312
|
+
);
|
|
7313
|
+
const mergedClassNames = {
|
|
7314
|
+
...childProps.classNames || {},
|
|
7315
|
+
base: clsx((_b = childProps.classNames) == null ? void 0 : _b.base, radiusClass)
|
|
7316
|
+
};
|
|
7317
|
+
return import_react9.default.cloneElement(childElement, {
|
|
7318
|
+
isInGroup: true,
|
|
7319
|
+
...childSharedProps,
|
|
7320
|
+
...childProps,
|
|
7321
|
+
classNames: mergedClassNames
|
|
7322
|
+
});
|
|
7323
|
+
}) });
|
|
7324
|
+
}
|
|
7325
|
+
);
|
|
7336
7326
|
ButtonGroup.displayName = "ButtonGroup";
|
|
7337
7327
|
var button_group_default = ButtonGroup;
|
|
7338
7328
|
var buttonGroup = tv({
|
|
7339
|
-
base: ["flex"]
|
|
7329
|
+
base: ["inline-flex"],
|
|
7330
|
+
variants: {
|
|
7331
|
+
full: {
|
|
7332
|
+
true: { base: ["w-full", "[&>*]:flex-1"] }
|
|
7333
|
+
}
|
|
7334
|
+
},
|
|
7335
|
+
defaultVariants: {
|
|
7336
|
+
full: false
|
|
7337
|
+
}
|
|
7340
7338
|
});
|
|
7341
7339
|
|
|
7342
7340
|
// src/components/breadcrumb/breadcrumb.tsx
|
|
@@ -7596,6 +7594,7 @@ var inputStyle = tv(
|
|
|
7596
7594
|
},
|
|
7597
7595
|
outline: {
|
|
7598
7596
|
inputWrapper: [
|
|
7597
|
+
"bg-transparent",
|
|
7599
7598
|
"border-neutral-light",
|
|
7600
7599
|
"group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
|
|
7601
7600
|
"group-has-[:focus:not(:read-only)]/input:bg-body-background",
|
|
@@ -9274,7 +9273,7 @@ var tableStyle = (0, import_tailwind_variants18.tv)({
|
|
|
9274
9273
|
],
|
|
9275
9274
|
td: [
|
|
9276
9275
|
"relative",
|
|
9277
|
-
"bg-
|
|
9276
|
+
"bg-transparent",
|
|
9278
9277
|
"text-foreground",
|
|
9279
9278
|
"whitespace-normal",
|
|
9280
9279
|
"outline-none",
|
|
@@ -9302,7 +9301,7 @@ var tableStyle = (0, import_tailwind_variants18.tv)({
|
|
|
9302
9301
|
solid: {},
|
|
9303
9302
|
outline: {},
|
|
9304
9303
|
underline: {
|
|
9305
|
-
th: ["bg-
|
|
9304
|
+
th: ["bg-transparent", "border-t-[2px]", "border-b-[1px]"]
|
|
9306
9305
|
}
|
|
9307
9306
|
},
|
|
9308
9307
|
size: {
|
|
@@ -9913,6 +9912,7 @@ var select = tv({
|
|
|
9913
9912
|
},
|
|
9914
9913
|
outline: {
|
|
9915
9914
|
selectWrapper: [
|
|
9915
|
+
"bg-transparent",
|
|
9916
9916
|
"border-neutral-light",
|
|
9917
9917
|
"border",
|
|
9918
9918
|
"group-has-[:hover]/select:bg-trans-soft",
|
|
@@ -10348,7 +10348,7 @@ var radioStyle = tv({
|
|
|
10348
10348
|
"rounded-full",
|
|
10349
10349
|
"border",
|
|
10350
10350
|
"border-neutral-light",
|
|
10351
|
-
"bg-
|
|
10351
|
+
"bg-transparent"
|
|
10352
10352
|
],
|
|
10353
10353
|
innerDot: [
|
|
10354
10354
|
"z-[2]",
|
package/dist/index.mjs
CHANGED
|
@@ -21,7 +21,7 @@ import "./chunk-WSIADHVC.mjs";
|
|
|
21
21
|
import "./chunk-DX3KXNP6.mjs";
|
|
22
22
|
import {
|
|
23
23
|
table_default
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-IE7ERNC7.mjs";
|
|
25
25
|
import "./chunk-3MY6LO7N.mjs";
|
|
26
26
|
import {
|
|
27
27
|
tabs_default
|
|
@@ -45,10 +45,14 @@ import {
|
|
|
45
45
|
import {
|
|
46
46
|
definition_table_default
|
|
47
47
|
} from "./chunk-4V5D237Z.mjs";
|
|
48
|
+
import "./chunk-TPFN22HR.mjs";
|
|
49
|
+
import {
|
|
50
|
+
radio_default
|
|
51
|
+
} from "./chunk-FFKXQUER.mjs";
|
|
48
52
|
import "./chunk-QCEKPS7U.mjs";
|
|
49
53
|
import {
|
|
50
54
|
select_default
|
|
51
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-OTC6FD4T.mjs";
|
|
52
56
|
import "./chunk-MZ76AA76.mjs";
|
|
53
57
|
import {
|
|
54
58
|
skeleton_default
|
|
@@ -56,31 +60,17 @@ import {
|
|
|
56
60
|
import "./chunk-4VWG4726.mjs";
|
|
57
61
|
import {
|
|
58
62
|
timePicker_default
|
|
59
|
-
} from "./chunk-
|
|
60
|
-
import "./chunk-
|
|
63
|
+
} from "./chunk-AVUO6TGC.mjs";
|
|
64
|
+
import "./chunk-MCSP3FVE.mjs";
|
|
61
65
|
import "./chunk-RKHH3CUS.mjs";
|
|
62
|
-
import "./chunk-TPFN22HR.mjs";
|
|
63
|
-
import {
|
|
64
|
-
radio_default
|
|
65
|
-
} from "./chunk-VOOEH6OJ.mjs";
|
|
66
|
-
import "./chunk-NNVGYR5T.mjs";
|
|
67
|
-
import {
|
|
68
|
-
useGlobalModal
|
|
69
|
-
} from "./chunk-V5XX3CGL.mjs";
|
|
70
|
-
import {
|
|
71
|
-
GlobalModalProvider
|
|
72
|
-
} from "./chunk-OPSMMRA2.mjs";
|
|
73
|
-
import {
|
|
74
|
-
modal_default
|
|
75
|
-
} from "./chunk-E4VJDQD5.mjs";
|
|
76
66
|
import "./chunk-7B7LRG5J.mjs";
|
|
77
67
|
import {
|
|
78
68
|
pagination_default
|
|
79
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-XNDDHEW6.mjs";
|
|
80
70
|
import "./chunk-F3HENRVM.mjs";
|
|
81
71
|
import {
|
|
82
72
|
datePicker_default
|
|
83
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-FQMA47EO.mjs";
|
|
84
74
|
import {
|
|
85
75
|
day_default
|
|
86
76
|
} from "./chunk-DI7QXTYZ.mjs";
|
|
@@ -92,14 +82,24 @@ import {
|
|
|
92
82
|
import {
|
|
93
83
|
listItem_default
|
|
94
84
|
} from "./chunk-PCWANNZ4.mjs";
|
|
95
|
-
import "./chunk-
|
|
85
|
+
import "./chunk-NNVGYR5T.mjs";
|
|
96
86
|
import {
|
|
97
|
-
|
|
98
|
-
} from "./chunk-
|
|
87
|
+
useGlobalModal
|
|
88
|
+
} from "./chunk-WGVOWTFG.mjs";
|
|
89
|
+
import {
|
|
90
|
+
GlobalModalProvider
|
|
91
|
+
} from "./chunk-TY7T5O3Z.mjs";
|
|
92
|
+
import {
|
|
93
|
+
modal_default
|
|
94
|
+
} from "./chunk-G5OQBVYQ.mjs";
|
|
99
95
|
import "./chunk-QZ3LVYJW.mjs";
|
|
100
96
|
import {
|
|
101
97
|
checkbox_default
|
|
102
98
|
} from "./chunk-NPQBJO6G.mjs";
|
|
99
|
+
import "./chunk-MGEWSREV.mjs";
|
|
100
|
+
import {
|
|
101
|
+
chip_default
|
|
102
|
+
} from "./chunk-PXUYPS6M.mjs";
|
|
103
103
|
import "./chunk-32GA3YW4.mjs";
|
|
104
104
|
import {
|
|
105
105
|
drawer_default
|
|
@@ -107,7 +107,7 @@ import {
|
|
|
107
107
|
import "./chunk-RLXOHILK.mjs";
|
|
108
108
|
import {
|
|
109
109
|
fileUpload_default
|
|
110
|
-
} from "./chunk-
|
|
110
|
+
} from "./chunk-KZPHD6CA.mjs";
|
|
111
111
|
import "./chunk-7VOQKIIK.mjs";
|
|
112
112
|
import {
|
|
113
113
|
progress_default
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
import "./chunk-2GCSFWHD.mjs";
|
|
116
116
|
import {
|
|
117
117
|
input_default
|
|
118
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-HJ2RUGGG.mjs";
|
|
119
119
|
import "./chunk-3OCNT22V.mjs";
|
|
120
120
|
import {
|
|
121
121
|
areaChart_default
|
|
@@ -144,20 +144,20 @@ import {
|
|
|
144
144
|
import "./chunk-KYIODWXL.mjs";
|
|
145
145
|
import {
|
|
146
146
|
breadcrumb_default
|
|
147
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-DEKPVTFX.mjs";
|
|
148
148
|
import "./chunk-MY5U63QO.mjs";
|
|
149
149
|
import {
|
|
150
150
|
text_button_default
|
|
151
|
-
} from "./chunk-
|
|
151
|
+
} from "./chunk-BTAOTEW7.mjs";
|
|
152
152
|
import {
|
|
153
153
|
button_group_default
|
|
154
|
-
} from "./chunk-
|
|
154
|
+
} from "./chunk-67DEFPS6.mjs";
|
|
155
155
|
import {
|
|
156
156
|
button_default
|
|
157
|
-
} from "./chunk-
|
|
157
|
+
} from "./chunk-JXIQOVRO.mjs";
|
|
158
158
|
import {
|
|
159
159
|
icon_button_default
|
|
160
|
-
} from "./chunk-
|
|
160
|
+
} from "./chunk-T6IFFFAD.mjs";
|
|
161
161
|
import "./chunk-6WSACUIB.mjs";
|
|
162
162
|
import "./chunk-LXHUO6VM.mjs";
|
|
163
163
|
import "./chunk-SZL743JC.mjs";
|
|
@@ -166,8 +166,14 @@ import {
|
|
|
166
166
|
Icon_default,
|
|
167
167
|
iconTemplate
|
|
168
168
|
} from "./chunk-A6UUVHC6.mjs";
|
|
169
|
-
import "./chunk-
|
|
169
|
+
import "./chunk-ROG3BOMM.mjs";
|
|
170
170
|
import "./chunk-NMSDSEBD.mjs";
|
|
171
|
+
import {
|
|
172
|
+
accordion_default
|
|
173
|
+
} from "./chunk-GSOTTSR4.mjs";
|
|
174
|
+
import {
|
|
175
|
+
accordionItem_default
|
|
176
|
+
} from "./chunk-NKYNCXOU.mjs";
|
|
171
177
|
import "./chunk-7DLOYKVC.mjs";
|
|
172
178
|
import {
|
|
173
179
|
avatar_default
|
|
@@ -175,12 +181,6 @@ import {
|
|
|
175
181
|
import "./chunk-AOU4QX7H.mjs";
|
|
176
182
|
import "./chunk-3V4HT2K5.mjs";
|
|
177
183
|
import "./chunk-27Y6K5NK.mjs";
|
|
178
|
-
import {
|
|
179
|
-
accordion_default
|
|
180
|
-
} from "./chunk-GSOTTSR4.mjs";
|
|
181
|
-
import {
|
|
182
|
-
accordionItem_default
|
|
183
|
-
} from "./chunk-23KGTXH2.mjs";
|
|
184
184
|
import "./chunk-E3G5QXSH.mjs";
|
|
185
185
|
import {
|
|
186
186
|
deepnoidUi,
|
package/package.json
CHANGED
package/dist/chunk-TBI5O3OL.mjs
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
import {
|
|
3
|
-
tv
|
|
4
|
-
} from "./chunk-DPWUIAVC.mjs";
|
|
5
|
-
|
|
6
|
-
// src/components/button/button-group.tsx
|
|
7
|
-
import React, { forwardRef } from "react";
|
|
8
|
-
import { jsx } from "react/jsx-runtime";
|
|
9
|
-
var ButtonGroup = forwardRef(({ children, classNames, ...props }, ref) => {
|
|
10
|
-
return /* @__PURE__ */ jsx("div", { ref, className: buttonGroup({ className: classNames == null ? void 0 : classNames.base }), children: React.Children.map(children, (child) => {
|
|
11
|
-
return React.cloneElement(child, {
|
|
12
|
-
isInGroup: true,
|
|
13
|
-
...props,
|
|
14
|
-
...child.props
|
|
15
|
-
});
|
|
16
|
-
}) });
|
|
17
|
-
});
|
|
18
|
-
ButtonGroup.displayName = "ButtonGroup";
|
|
19
|
-
var button_group_default = ButtonGroup;
|
|
20
|
-
var buttonGroup = tv({
|
|
21
|
-
base: ["flex"]
|
|
22
|
-
});
|
|
23
|
-
|
|
24
|
-
export {
|
|
25
|
-
button_group_default
|
|
26
|
-
};
|