@deepnoid/ui 1.0.18 → 1.0.20
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/{chunk-Q5T3XRA3.mjs → chunk-2WAQRWST.mjs} +30 -45
- package/dist/{chunk-AZT7MLD2.mjs → chunk-3K4OTUIB.mjs} +1 -1
- package/dist/{chunk-OCTLSRX2.mjs → chunk-7OP3JEMA.mjs} +1 -1
- package/dist/{chunk-Y6EIO72X.mjs → chunk-BJWYF2WY.mjs} +4 -4
- package/dist/{chunk-ZPMS2CYP.mjs → chunk-BVXQAYQN.mjs} +1 -1
- package/dist/{chunk-BA7IXGUO.mjs → chunk-IOJMTN6X.mjs} +4 -4
- package/dist/{chunk-TLVLL4UG.mjs → chunk-JGF5TY7M.mjs} +1 -1
- package/dist/{chunk-6ZVFACPA.mjs → chunk-KAB3AB67.mjs} +1 -1
- package/dist/{chunk-ZDZKGGK3.mjs → chunk-KIINY2GS.mjs} +1 -1
- package/dist/{chunk-G45IQ6PX.mjs → chunk-L6KQCZIW.mjs} +2 -2
- package/dist/{chunk-FPPUSH7C.mjs → chunk-N4KPGD2N.mjs} +1 -1
- package/dist/{chunk-LFPED3UH.mjs → chunk-O5VW7CHY.mjs} +4 -4
- package/dist/{chunk-K535MLKN.mjs → chunk-QTLP2B76.mjs} +2 -2
- package/dist/{chunk-FQBE4HWT.mjs → chunk-VZPVEICG.mjs} +1 -1
- package/dist/{chunk-FXPU725A.mjs → chunk-WQG4OYM6.mjs} +4 -4
- package/dist/{chunk-AYTOWECM.mjs → chunk-WS4SOWDZ.mjs} +1 -1
- package/dist/components/breadcrumb/breadcrumb.js +30 -45
- package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
- package/dist/components/breadcrumb/index.js +30 -45
- package/dist/components/breadcrumb/index.mjs +6 -6
- package/dist/components/button/button.d.mts +24 -0
- package/dist/components/button/button.d.ts +24 -0
- package/dist/components/button/button.js +30 -45
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/button.style.d.mts +18 -0
- package/dist/components/button/button.style.d.ts +18 -0
- package/dist/components/button/button.style.js +30 -45
- package/dist/components/button/button.style.mjs +1 -1
- package/dist/components/button/icon-button.d.mts +24 -0
- package/dist/components/button/icon-button.d.ts +24 -0
- package/dist/components/button/icon-button.js +30 -45
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +30 -45
- package/dist/components/button/index.mjs +5 -5
- package/dist/components/button/text-button.d.mts +24 -0
- package/dist/components/button/text-button.d.ts +24 -0
- package/dist/components/button/text-button.js +30 -45
- package/dist/components/button/text-button.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.js +34 -49
- package/dist/components/fileUpload/fileUpload.mjs +7 -7
- package/dist/components/fileUpload/index.js +34 -49
- package/dist/components/fileUpload/index.mjs +7 -7
- package/dist/components/input/index.js +4 -4
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.js +4 -4
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/modal/GlobalModalProvider.js +30 -45
- package/dist/components/modal/GlobalModalProvider.mjs +7 -7
- package/dist/components/modal/index.js +30 -45
- package/dist/components/modal/index.mjs +8 -8
- package/dist/components/modal/modal.js +30 -45
- package/dist/components/modal/modal.mjs +6 -6
- package/dist/components/modal/useGlobalModal.mjs +8 -8
- package/dist/components/pagination/index.js +4 -4
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +4 -4
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/picker/datePicker.js +34 -49
- package/dist/components/picker/datePicker.mjs +7 -7
- package/dist/components/picker/index.js +34 -49
- package/dist/components/picker/index.mjs +9 -9
- package/dist/components/picker/timePicker/Panel.js +30 -45
- package/dist/components/picker/timePicker/Panel.mjs +6 -6
- package/dist/components/picker/timePicker/index.js +34 -49
- package/dist/components/picker/timePicker/index.mjs +8 -8
- package/dist/components/ripple/index.mjs +3 -3
- package/dist/components/select/index.js +30 -45
- package/dist/components/select/index.mjs +6 -6
- package/dist/components/select/select.js +30 -45
- package/dist/components/select/select.mjs +6 -6
- package/dist/components/table/index.js +4 -4
- package/dist/components/table/index.mjs +6 -6
- package/dist/components/table/table-body.js +4 -4
- package/dist/components/table/table-body.mjs +4 -4
- package/dist/components/table/table-head.js +4 -4
- package/dist/components/table/table-head.mjs +4 -4
- package/dist/components/table/table.js +4 -4
- package/dist/components/table/table.mjs +4 -4
- package/dist/index.js +34 -49
- package/dist/index.mjs +54 -54
- package/dist/tailwind-config/styles/tokens/theme.css +24 -0
- package/package.json +1 -1
|
@@ -5280,7 +5280,7 @@ var inputStyle = tv(
|
|
|
5280
5280
|
base: ["text-sm", "gap-sm"],
|
|
5281
5281
|
label: ["text-sm"],
|
|
5282
5282
|
innerWrapper: ["gap-sm"],
|
|
5283
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
5283
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
5284
5284
|
helperMessage: ["text-sm"],
|
|
5285
5285
|
errorMessage: ["text-sm"]
|
|
5286
5286
|
},
|
|
@@ -5288,7 +5288,7 @@ var inputStyle = tv(
|
|
|
5288
5288
|
base: ["text-md", "gap-md"],
|
|
5289
5289
|
label: ["text-md"],
|
|
5290
5290
|
innerWrapper: ["gap-md"],
|
|
5291
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
5291
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
5292
5292
|
helperMessage: ["text-sm"],
|
|
5293
5293
|
errorMessage: ["text-sm"]
|
|
5294
5294
|
},
|
|
@@ -5296,7 +5296,7 @@ var inputStyle = tv(
|
|
|
5296
5296
|
base: ["text-lg", "gap-lg"],
|
|
5297
5297
|
label: ["text-lg"],
|
|
5298
5298
|
innerWrapper: ["gap-lg"],
|
|
5299
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
5299
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
5300
5300
|
helperMessage: ["text-md"],
|
|
5301
5301
|
errorMessage: ["text-md"]
|
|
5302
5302
|
},
|
|
@@ -5304,7 +5304,7 @@ var inputStyle = tv(
|
|
|
5304
5304
|
base: ["text-xl", "gap-xl"],
|
|
5305
5305
|
label: ["text-xl"],
|
|
5306
5306
|
innerWrapper: ["gap-xl"],
|
|
5307
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
5307
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
5308
5308
|
helperMessage: ["text-md"],
|
|
5309
5309
|
errorMessage: ["text-md"]
|
|
5310
5310
|
}
|
|
@@ -5483,7 +5483,7 @@ var buttonBaseStyle = tv({
|
|
|
5483
5483
|
variant: {
|
|
5484
5484
|
solid: {},
|
|
5485
5485
|
soft: {},
|
|
5486
|
-
outline: { base: ["bg-
|
|
5486
|
+
outline: { base: ["bg-body-background"] },
|
|
5487
5487
|
ghost: {}
|
|
5488
5488
|
},
|
|
5489
5489
|
color: {
|
|
@@ -5495,6 +5495,12 @@ var buttonBaseStyle = tv({
|
|
|
5495
5495
|
warning: {},
|
|
5496
5496
|
danger: {}
|
|
5497
5497
|
},
|
|
5498
|
+
size: {
|
|
5499
|
+
sm: {},
|
|
5500
|
+
md: {},
|
|
5501
|
+
lg: {},
|
|
5502
|
+
xl: {}
|
|
5503
|
+
},
|
|
5498
5504
|
disabled: {
|
|
5499
5505
|
true: {
|
|
5500
5506
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5502,7 +5508,7 @@ var buttonBaseStyle = tv({
|
|
|
5502
5508
|
},
|
|
5503
5509
|
isInGroup: {
|
|
5504
5510
|
true: {
|
|
5505
|
-
base: ["!rounded-none"
|
|
5511
|
+
base: ["!rounded-none"]
|
|
5506
5512
|
}
|
|
5507
5513
|
}
|
|
5508
5514
|
},
|
|
@@ -5596,85 +5602,49 @@ var buttonBaseStyle = tv({
|
|
|
5596
5602
|
variant: "soft",
|
|
5597
5603
|
color: "primary",
|
|
5598
5604
|
class: {
|
|
5599
|
-
base: [
|
|
5600
|
-
"text-primary-main",
|
|
5601
|
-
"bg-primary-soft",
|
|
5602
|
-
"border-primary-soft",
|
|
5603
|
-
"hover:border-primary-light",
|
|
5604
|
-
"active:bg-primary-light"
|
|
5605
|
-
]
|
|
5605
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5606
5606
|
}
|
|
5607
5607
|
},
|
|
5608
5608
|
{
|
|
5609
5609
|
variant: "soft",
|
|
5610
5610
|
color: "secondary",
|
|
5611
5611
|
class: {
|
|
5612
|
-
base: [
|
|
5613
|
-
"text-secondary-main",
|
|
5614
|
-
"bg-secondary-soft",
|
|
5615
|
-
"border-secondary-soft",
|
|
5616
|
-
"hover:border-secondary-light",
|
|
5617
|
-
"active:bg-secondary-light"
|
|
5618
|
-
]
|
|
5612
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5619
5613
|
}
|
|
5620
5614
|
},
|
|
5621
5615
|
{
|
|
5622
5616
|
variant: "soft",
|
|
5623
5617
|
color: "neutral",
|
|
5624
5618
|
class: {
|
|
5625
|
-
base: [
|
|
5626
|
-
"text-neutral-main",
|
|
5627
|
-
"bg-neutral-soft",
|
|
5628
|
-
"border-neutral-soft",
|
|
5629
|
-
"hover:border-neutral-light",
|
|
5630
|
-
"active:bg-neutral-light"
|
|
5631
|
-
]
|
|
5619
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5632
5620
|
}
|
|
5633
5621
|
},
|
|
5634
5622
|
{
|
|
5635
5623
|
variant: "soft",
|
|
5636
5624
|
color: "info",
|
|
5637
5625
|
class: {
|
|
5638
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5626
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5639
5627
|
}
|
|
5640
5628
|
},
|
|
5641
5629
|
{
|
|
5642
5630
|
variant: "soft",
|
|
5643
5631
|
color: "success",
|
|
5644
5632
|
class: {
|
|
5645
|
-
base: [
|
|
5646
|
-
"text-success-main",
|
|
5647
|
-
"bg-success-soft",
|
|
5648
|
-
"border-success-soft",
|
|
5649
|
-
"hover:border-success-light",
|
|
5650
|
-
"active:bg-success-light"
|
|
5651
|
-
]
|
|
5633
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5652
5634
|
}
|
|
5653
5635
|
},
|
|
5654
5636
|
{
|
|
5655
5637
|
variant: "soft",
|
|
5656
5638
|
color: "warning",
|
|
5657
5639
|
class: {
|
|
5658
|
-
base: [
|
|
5659
|
-
"text-warning-main",
|
|
5660
|
-
"bg-warning-soft",
|
|
5661
|
-
"border-warning-soft",
|
|
5662
|
-
"hover:border-warning-light",
|
|
5663
|
-
"active:bg-warning-light"
|
|
5664
|
-
]
|
|
5640
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5665
5641
|
}
|
|
5666
5642
|
},
|
|
5667
5643
|
{
|
|
5668
5644
|
variant: "soft",
|
|
5669
5645
|
color: "danger",
|
|
5670
5646
|
class: {
|
|
5671
|
-
base: [
|
|
5672
|
-
"text-danger-main",
|
|
5673
|
-
"bg-danger-soft",
|
|
5674
|
-
"border-danger-soft",
|
|
5675
|
-
"hover:border-danger-light",
|
|
5676
|
-
"active:bg-danger-light"
|
|
5677
|
-
]
|
|
5647
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5678
5648
|
}
|
|
5679
5649
|
},
|
|
5680
5650
|
// outline & color
|
|
@@ -5862,6 +5832,21 @@ var buttonBaseStyle = tv({
|
|
|
5862
5832
|
class: {
|
|
5863
5833
|
base: ["!border-neutral-light"]
|
|
5864
5834
|
}
|
|
5835
|
+
},
|
|
5836
|
+
// variant && isInGroup
|
|
5837
|
+
{
|
|
5838
|
+
variant: ["outline"],
|
|
5839
|
+
isInGroup: true,
|
|
5840
|
+
class: {
|
|
5841
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5842
|
+
}
|
|
5843
|
+
},
|
|
5844
|
+
{
|
|
5845
|
+
variant: ["soft"],
|
|
5846
|
+
isInGroup: true,
|
|
5847
|
+
class: {
|
|
5848
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5849
|
+
}
|
|
5865
5850
|
}
|
|
5866
5851
|
]
|
|
5867
5852
|
});
|
|
@@ -3,22 +3,22 @@ import {
|
|
|
3
3
|
FileUpload,
|
|
4
4
|
fileUploadStyle,
|
|
5
5
|
fileUpload_default
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-QTLP2B76.mjs";
|
|
7
7
|
import "../../chunk-7VOQKIIK.mjs";
|
|
8
8
|
import "../../chunk-S7UE2MJZ.mjs";
|
|
9
9
|
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-BJWYF2WY.mjs";
|
|
11
11
|
import "../../chunk-MY5U63QO.mjs";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
13
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
14
14
|
import "../../chunk-LHWHM4LQ.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-O5VW7CHY.mjs";
|
|
16
16
|
import "../../chunk-6WSACUIB.mjs";
|
|
17
|
-
import "../../chunk-SZL743JC.mjs";
|
|
18
17
|
import "../../chunk-LXHUO6VM.mjs";
|
|
18
|
+
import "../../chunk-SZL743JC.mjs";
|
|
19
19
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
20
20
|
import "../../chunk-A6UUVHC6.mjs";
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
22
22
|
import "../../chunk-27Y6K5NK.mjs";
|
|
23
23
|
import "../../chunk-E3G5QXSH.mjs";
|
|
24
24
|
import "../../chunk-AOU4QX7H.mjs";
|
|
@@ -5280,7 +5280,7 @@ var inputStyle = tv(
|
|
|
5280
5280
|
base: ["text-sm", "gap-sm"],
|
|
5281
5281
|
label: ["text-sm"],
|
|
5282
5282
|
innerWrapper: ["gap-sm"],
|
|
5283
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
5283
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
5284
5284
|
helperMessage: ["text-sm"],
|
|
5285
5285
|
errorMessage: ["text-sm"]
|
|
5286
5286
|
},
|
|
@@ -5288,7 +5288,7 @@ var inputStyle = tv(
|
|
|
5288
5288
|
base: ["text-md", "gap-md"],
|
|
5289
5289
|
label: ["text-md"],
|
|
5290
5290
|
innerWrapper: ["gap-md"],
|
|
5291
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
5291
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
5292
5292
|
helperMessage: ["text-sm"],
|
|
5293
5293
|
errorMessage: ["text-sm"]
|
|
5294
5294
|
},
|
|
@@ -5296,7 +5296,7 @@ var inputStyle = tv(
|
|
|
5296
5296
|
base: ["text-lg", "gap-lg"],
|
|
5297
5297
|
label: ["text-lg"],
|
|
5298
5298
|
innerWrapper: ["gap-lg"],
|
|
5299
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
5299
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
5300
5300
|
helperMessage: ["text-md"],
|
|
5301
5301
|
errorMessage: ["text-md"]
|
|
5302
5302
|
},
|
|
@@ -5304,7 +5304,7 @@ var inputStyle = tv(
|
|
|
5304
5304
|
base: ["text-xl", "gap-xl"],
|
|
5305
5305
|
label: ["text-xl"],
|
|
5306
5306
|
innerWrapper: ["gap-xl"],
|
|
5307
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
5307
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
5308
5308
|
helperMessage: ["text-md"],
|
|
5309
5309
|
errorMessage: ["text-md"]
|
|
5310
5310
|
}
|
|
@@ -5483,7 +5483,7 @@ var buttonBaseStyle = tv({
|
|
|
5483
5483
|
variant: {
|
|
5484
5484
|
solid: {},
|
|
5485
5485
|
soft: {},
|
|
5486
|
-
outline: { base: ["bg-
|
|
5486
|
+
outline: { base: ["bg-body-background"] },
|
|
5487
5487
|
ghost: {}
|
|
5488
5488
|
},
|
|
5489
5489
|
color: {
|
|
@@ -5495,6 +5495,12 @@ var buttonBaseStyle = tv({
|
|
|
5495
5495
|
warning: {},
|
|
5496
5496
|
danger: {}
|
|
5497
5497
|
},
|
|
5498
|
+
size: {
|
|
5499
|
+
sm: {},
|
|
5500
|
+
md: {},
|
|
5501
|
+
lg: {},
|
|
5502
|
+
xl: {}
|
|
5503
|
+
},
|
|
5498
5504
|
disabled: {
|
|
5499
5505
|
true: {
|
|
5500
5506
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5502,7 +5508,7 @@ var buttonBaseStyle = tv({
|
|
|
5502
5508
|
},
|
|
5503
5509
|
isInGroup: {
|
|
5504
5510
|
true: {
|
|
5505
|
-
base: ["!rounded-none"
|
|
5511
|
+
base: ["!rounded-none"]
|
|
5506
5512
|
}
|
|
5507
5513
|
}
|
|
5508
5514
|
},
|
|
@@ -5596,85 +5602,49 @@ var buttonBaseStyle = tv({
|
|
|
5596
5602
|
variant: "soft",
|
|
5597
5603
|
color: "primary",
|
|
5598
5604
|
class: {
|
|
5599
|
-
base: [
|
|
5600
|
-
"text-primary-main",
|
|
5601
|
-
"bg-primary-soft",
|
|
5602
|
-
"border-primary-soft",
|
|
5603
|
-
"hover:border-primary-light",
|
|
5604
|
-
"active:bg-primary-light"
|
|
5605
|
-
]
|
|
5605
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5606
5606
|
}
|
|
5607
5607
|
},
|
|
5608
5608
|
{
|
|
5609
5609
|
variant: "soft",
|
|
5610
5610
|
color: "secondary",
|
|
5611
5611
|
class: {
|
|
5612
|
-
base: [
|
|
5613
|
-
"text-secondary-main",
|
|
5614
|
-
"bg-secondary-soft",
|
|
5615
|
-
"border-secondary-soft",
|
|
5616
|
-
"hover:border-secondary-light",
|
|
5617
|
-
"active:bg-secondary-light"
|
|
5618
|
-
]
|
|
5612
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5619
5613
|
}
|
|
5620
5614
|
},
|
|
5621
5615
|
{
|
|
5622
5616
|
variant: "soft",
|
|
5623
5617
|
color: "neutral",
|
|
5624
5618
|
class: {
|
|
5625
|
-
base: [
|
|
5626
|
-
"text-neutral-main",
|
|
5627
|
-
"bg-neutral-soft",
|
|
5628
|
-
"border-neutral-soft",
|
|
5629
|
-
"hover:border-neutral-light",
|
|
5630
|
-
"active:bg-neutral-light"
|
|
5631
|
-
]
|
|
5619
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5632
5620
|
}
|
|
5633
5621
|
},
|
|
5634
5622
|
{
|
|
5635
5623
|
variant: "soft",
|
|
5636
5624
|
color: "info",
|
|
5637
5625
|
class: {
|
|
5638
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5626
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5639
5627
|
}
|
|
5640
5628
|
},
|
|
5641
5629
|
{
|
|
5642
5630
|
variant: "soft",
|
|
5643
5631
|
color: "success",
|
|
5644
5632
|
class: {
|
|
5645
|
-
base: [
|
|
5646
|
-
"text-success-main",
|
|
5647
|
-
"bg-success-soft",
|
|
5648
|
-
"border-success-soft",
|
|
5649
|
-
"hover:border-success-light",
|
|
5650
|
-
"active:bg-success-light"
|
|
5651
|
-
]
|
|
5633
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5652
5634
|
}
|
|
5653
5635
|
},
|
|
5654
5636
|
{
|
|
5655
5637
|
variant: "soft",
|
|
5656
5638
|
color: "warning",
|
|
5657
5639
|
class: {
|
|
5658
|
-
base: [
|
|
5659
|
-
"text-warning-main",
|
|
5660
|
-
"bg-warning-soft",
|
|
5661
|
-
"border-warning-soft",
|
|
5662
|
-
"hover:border-warning-light",
|
|
5663
|
-
"active:bg-warning-light"
|
|
5664
|
-
]
|
|
5640
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5665
5641
|
}
|
|
5666
5642
|
},
|
|
5667
5643
|
{
|
|
5668
5644
|
variant: "soft",
|
|
5669
5645
|
color: "danger",
|
|
5670
5646
|
class: {
|
|
5671
|
-
base: [
|
|
5672
|
-
"text-danger-main",
|
|
5673
|
-
"bg-danger-soft",
|
|
5674
|
-
"border-danger-soft",
|
|
5675
|
-
"hover:border-danger-light",
|
|
5676
|
-
"active:bg-danger-light"
|
|
5677
|
-
]
|
|
5647
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5678
5648
|
}
|
|
5679
5649
|
},
|
|
5680
5650
|
// outline & color
|
|
@@ -5862,6 +5832,21 @@ var buttonBaseStyle = tv({
|
|
|
5862
5832
|
class: {
|
|
5863
5833
|
base: ["!border-neutral-light"]
|
|
5864
5834
|
}
|
|
5835
|
+
},
|
|
5836
|
+
// variant && isInGroup
|
|
5837
|
+
{
|
|
5838
|
+
variant: ["outline"],
|
|
5839
|
+
isInGroup: true,
|
|
5840
|
+
class: {
|
|
5841
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5842
|
+
}
|
|
5843
|
+
},
|
|
5844
|
+
{
|
|
5845
|
+
variant: ["soft"],
|
|
5846
|
+
isInGroup: true,
|
|
5847
|
+
class: {
|
|
5848
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5849
|
+
}
|
|
5865
5850
|
}
|
|
5866
5851
|
]
|
|
5867
5852
|
});
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
import "../../chunk-RLXOHILK.mjs";
|
|
3
3
|
import {
|
|
4
4
|
fileUpload_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-QTLP2B76.mjs";
|
|
6
6
|
import "../../chunk-7VOQKIIK.mjs";
|
|
7
7
|
import "../../chunk-S7UE2MJZ.mjs";
|
|
8
8
|
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-BJWYF2WY.mjs";
|
|
10
10
|
import "../../chunk-MY5U63QO.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
12
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
13
13
|
import "../../chunk-LHWHM4LQ.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-O5VW7CHY.mjs";
|
|
15
15
|
import "../../chunk-6WSACUIB.mjs";
|
|
16
|
-
import "../../chunk-SZL743JC.mjs";
|
|
17
16
|
import "../../chunk-LXHUO6VM.mjs";
|
|
17
|
+
import "../../chunk-SZL743JC.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
19
|
import "../../chunk-A6UUVHC6.mjs";
|
|
20
|
-
import "../../chunk-
|
|
20
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
21
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
22
22
|
import "../../chunk-E3G5QXSH.mjs";
|
|
23
23
|
import "../../chunk-AOU4QX7H.mjs";
|
|
@@ -5276,7 +5276,7 @@ var inputStyle = tv(
|
|
|
5276
5276
|
base: ["text-sm", "gap-sm"],
|
|
5277
5277
|
label: ["text-sm"],
|
|
5278
5278
|
innerWrapper: ["gap-sm"],
|
|
5279
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
5279
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
5280
5280
|
helperMessage: ["text-sm"],
|
|
5281
5281
|
errorMessage: ["text-sm"]
|
|
5282
5282
|
},
|
|
@@ -5284,7 +5284,7 @@ var inputStyle = tv(
|
|
|
5284
5284
|
base: ["text-md", "gap-md"],
|
|
5285
5285
|
label: ["text-md"],
|
|
5286
5286
|
innerWrapper: ["gap-md"],
|
|
5287
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
5287
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
5288
5288
|
helperMessage: ["text-sm"],
|
|
5289
5289
|
errorMessage: ["text-sm"]
|
|
5290
5290
|
},
|
|
@@ -5292,7 +5292,7 @@ var inputStyle = tv(
|
|
|
5292
5292
|
base: ["text-lg", "gap-lg"],
|
|
5293
5293
|
label: ["text-lg"],
|
|
5294
5294
|
innerWrapper: ["gap-lg"],
|
|
5295
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
5295
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
5296
5296
|
helperMessage: ["text-md"],
|
|
5297
5297
|
errorMessage: ["text-md"]
|
|
5298
5298
|
},
|
|
@@ -5300,7 +5300,7 @@ var inputStyle = tv(
|
|
|
5300
5300
|
base: ["text-xl", "gap-xl"],
|
|
5301
5301
|
label: ["text-xl"],
|
|
5302
5302
|
innerWrapper: ["gap-xl"],
|
|
5303
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
5303
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
5304
5304
|
helperMessage: ["text-md"],
|
|
5305
5305
|
errorMessage: ["text-md"]
|
|
5306
5306
|
}
|
|
@@ -5275,7 +5275,7 @@ var inputStyle = tv(
|
|
|
5275
5275
|
base: ["text-sm", "gap-sm"],
|
|
5276
5276
|
label: ["text-sm"],
|
|
5277
5277
|
innerWrapper: ["gap-sm"],
|
|
5278
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
5278
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
5279
5279
|
helperMessage: ["text-sm"],
|
|
5280
5280
|
errorMessage: ["text-sm"]
|
|
5281
5281
|
},
|
|
@@ -5283,7 +5283,7 @@ var inputStyle = tv(
|
|
|
5283
5283
|
base: ["text-md", "gap-md"],
|
|
5284
5284
|
label: ["text-md"],
|
|
5285
5285
|
innerWrapper: ["gap-md"],
|
|
5286
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
5286
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
5287
5287
|
helperMessage: ["text-sm"],
|
|
5288
5288
|
errorMessage: ["text-sm"]
|
|
5289
5289
|
},
|
|
@@ -5291,7 +5291,7 @@ var inputStyle = tv(
|
|
|
5291
5291
|
base: ["text-lg", "gap-lg"],
|
|
5292
5292
|
label: ["text-lg"],
|
|
5293
5293
|
innerWrapper: ["gap-lg"],
|
|
5294
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
5294
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
5295
5295
|
helperMessage: ["text-md"],
|
|
5296
5296
|
errorMessage: ["text-md"]
|
|
5297
5297
|
},
|
|
@@ -5299,7 +5299,7 @@ var inputStyle = tv(
|
|
|
5299
5299
|
base: ["text-xl", "gap-xl"],
|
|
5300
5300
|
label: ["text-xl"],
|
|
5301
5301
|
innerWrapper: ["gap-xl"],
|
|
5302
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
5302
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
5303
5303
|
helperMessage: ["text-md"],
|
|
5304
5304
|
errorMessage: ["text-md"]
|
|
5305
5305
|
}
|
|
@@ -5058,7 +5058,7 @@ var buttonBaseStyle = tv({
|
|
|
5058
5058
|
variant: {
|
|
5059
5059
|
solid: {},
|
|
5060
5060
|
soft: {},
|
|
5061
|
-
outline: { base: ["bg-
|
|
5061
|
+
outline: { base: ["bg-body-background"] },
|
|
5062
5062
|
ghost: {}
|
|
5063
5063
|
},
|
|
5064
5064
|
color: {
|
|
@@ -5070,6 +5070,12 @@ var buttonBaseStyle = tv({
|
|
|
5070
5070
|
warning: {},
|
|
5071
5071
|
danger: {}
|
|
5072
5072
|
},
|
|
5073
|
+
size: {
|
|
5074
|
+
sm: {},
|
|
5075
|
+
md: {},
|
|
5076
|
+
lg: {},
|
|
5077
|
+
xl: {}
|
|
5078
|
+
},
|
|
5073
5079
|
disabled: {
|
|
5074
5080
|
true: {
|
|
5075
5081
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5077,7 +5083,7 @@ var buttonBaseStyle = tv({
|
|
|
5077
5083
|
},
|
|
5078
5084
|
isInGroup: {
|
|
5079
5085
|
true: {
|
|
5080
|
-
base: ["!rounded-none"
|
|
5086
|
+
base: ["!rounded-none"]
|
|
5081
5087
|
}
|
|
5082
5088
|
}
|
|
5083
5089
|
},
|
|
@@ -5171,85 +5177,49 @@ var buttonBaseStyle = tv({
|
|
|
5171
5177
|
variant: "soft",
|
|
5172
5178
|
color: "primary",
|
|
5173
5179
|
class: {
|
|
5174
|
-
base: [
|
|
5175
|
-
"text-primary-main",
|
|
5176
|
-
"bg-primary-soft",
|
|
5177
|
-
"border-primary-soft",
|
|
5178
|
-
"hover:border-primary-light",
|
|
5179
|
-
"active:bg-primary-light"
|
|
5180
|
-
]
|
|
5180
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5181
5181
|
}
|
|
5182
5182
|
},
|
|
5183
5183
|
{
|
|
5184
5184
|
variant: "soft",
|
|
5185
5185
|
color: "secondary",
|
|
5186
5186
|
class: {
|
|
5187
|
-
base: [
|
|
5188
|
-
"text-secondary-main",
|
|
5189
|
-
"bg-secondary-soft",
|
|
5190
|
-
"border-secondary-soft",
|
|
5191
|
-
"hover:border-secondary-light",
|
|
5192
|
-
"active:bg-secondary-light"
|
|
5193
|
-
]
|
|
5187
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5194
5188
|
}
|
|
5195
5189
|
},
|
|
5196
5190
|
{
|
|
5197
5191
|
variant: "soft",
|
|
5198
5192
|
color: "neutral",
|
|
5199
5193
|
class: {
|
|
5200
|
-
base: [
|
|
5201
|
-
"text-neutral-main",
|
|
5202
|
-
"bg-neutral-soft",
|
|
5203
|
-
"border-neutral-soft",
|
|
5204
|
-
"hover:border-neutral-light",
|
|
5205
|
-
"active:bg-neutral-light"
|
|
5206
|
-
]
|
|
5194
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5207
5195
|
}
|
|
5208
5196
|
},
|
|
5209
5197
|
{
|
|
5210
5198
|
variant: "soft",
|
|
5211
5199
|
color: "info",
|
|
5212
5200
|
class: {
|
|
5213
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5201
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5214
5202
|
}
|
|
5215
5203
|
},
|
|
5216
5204
|
{
|
|
5217
5205
|
variant: "soft",
|
|
5218
5206
|
color: "success",
|
|
5219
5207
|
class: {
|
|
5220
|
-
base: [
|
|
5221
|
-
"text-success-main",
|
|
5222
|
-
"bg-success-soft",
|
|
5223
|
-
"border-success-soft",
|
|
5224
|
-
"hover:border-success-light",
|
|
5225
|
-
"active:bg-success-light"
|
|
5226
|
-
]
|
|
5208
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5227
5209
|
}
|
|
5228
5210
|
},
|
|
5229
5211
|
{
|
|
5230
5212
|
variant: "soft",
|
|
5231
5213
|
color: "warning",
|
|
5232
5214
|
class: {
|
|
5233
|
-
base: [
|
|
5234
|
-
"text-warning-main",
|
|
5235
|
-
"bg-warning-soft",
|
|
5236
|
-
"border-warning-soft",
|
|
5237
|
-
"hover:border-warning-light",
|
|
5238
|
-
"active:bg-warning-light"
|
|
5239
|
-
]
|
|
5215
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5240
5216
|
}
|
|
5241
5217
|
},
|
|
5242
5218
|
{
|
|
5243
5219
|
variant: "soft",
|
|
5244
5220
|
color: "danger",
|
|
5245
5221
|
class: {
|
|
5246
|
-
base: [
|
|
5247
|
-
"text-danger-main",
|
|
5248
|
-
"bg-danger-soft",
|
|
5249
|
-
"border-danger-soft",
|
|
5250
|
-
"hover:border-danger-light",
|
|
5251
|
-
"active:bg-danger-light"
|
|
5252
|
-
]
|
|
5222
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5253
5223
|
}
|
|
5254
5224
|
},
|
|
5255
5225
|
// outline & color
|
|
@@ -5437,6 +5407,21 @@ var buttonBaseStyle = tv({
|
|
|
5437
5407
|
class: {
|
|
5438
5408
|
base: ["!border-neutral-light"]
|
|
5439
5409
|
}
|
|
5410
|
+
},
|
|
5411
|
+
// variant && isInGroup
|
|
5412
|
+
{
|
|
5413
|
+
variant: ["outline"],
|
|
5414
|
+
isInGroup: true,
|
|
5415
|
+
class: {
|
|
5416
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5417
|
+
}
|
|
5418
|
+
},
|
|
5419
|
+
{
|
|
5420
|
+
variant: ["soft"],
|
|
5421
|
+
isInGroup: true,
|
|
5422
|
+
class: {
|
|
5423
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5424
|
+
}
|
|
5440
5425
|
}
|
|
5441
5426
|
]
|
|
5442
5427
|
});
|