@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
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_body_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-KAB3AB67.mjs";
|
|
5
5
|
import "../../chunk-7B7LRG5J.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-WS4SOWDZ.mjs";
|
|
7
7
|
import "../../chunk-F3HENRVM.mjs";
|
|
8
|
-
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-Y6EIO72X.mjs";
|
|
10
8
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
11
9
|
import "../../chunk-37BZALDV.mjs";
|
|
10
|
+
import "../../chunk-2GCSFWHD.mjs";
|
|
11
|
+
import "../../chunk-BJWYF2WY.mjs";
|
|
12
12
|
import "../../chunk-DQRAFUDA.mjs";
|
|
13
13
|
import "../../chunk-XS32UZI3.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
@@ -5608,7 +5608,7 @@ var inputStyle = tv(
|
|
|
5608
5608
|
base: ["text-sm", "gap-sm"],
|
|
5609
5609
|
label: ["text-sm"],
|
|
5610
5610
|
innerWrapper: ["gap-sm"],
|
|
5611
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
5611
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
5612
5612
|
helperMessage: ["text-sm"],
|
|
5613
5613
|
errorMessage: ["text-sm"]
|
|
5614
5614
|
},
|
|
@@ -5616,7 +5616,7 @@ var inputStyle = tv(
|
|
|
5616
5616
|
base: ["text-md", "gap-md"],
|
|
5617
5617
|
label: ["text-md"],
|
|
5618
5618
|
innerWrapper: ["gap-md"],
|
|
5619
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
5619
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
5620
5620
|
helperMessage: ["text-sm"],
|
|
5621
5621
|
errorMessage: ["text-sm"]
|
|
5622
5622
|
},
|
|
@@ -5624,7 +5624,7 @@ var inputStyle = tv(
|
|
|
5624
5624
|
base: ["text-lg", "gap-lg"],
|
|
5625
5625
|
label: ["text-lg"],
|
|
5626
5626
|
innerWrapper: ["gap-lg"],
|
|
5627
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
5627
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
5628
5628
|
helperMessage: ["text-md"],
|
|
5629
5629
|
errorMessage: ["text-md"]
|
|
5630
5630
|
},
|
|
@@ -5632,7 +5632,7 @@ var inputStyle = tv(
|
|
|
5632
5632
|
base: ["text-xl", "gap-xl"],
|
|
5633
5633
|
label: ["text-xl"],
|
|
5634
5634
|
innerWrapper: ["gap-xl"],
|
|
5635
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
5635
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
5636
5636
|
helperMessage: ["text-md"],
|
|
5637
5637
|
errorMessage: ["text-md"]
|
|
5638
5638
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_head_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-KAB3AB67.mjs";
|
|
5
5
|
import "../../chunk-7B7LRG5J.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-WS4SOWDZ.mjs";
|
|
7
7
|
import "../../chunk-F3HENRVM.mjs";
|
|
8
|
-
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-Y6EIO72X.mjs";
|
|
10
8
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
11
9
|
import "../../chunk-37BZALDV.mjs";
|
|
10
|
+
import "../../chunk-2GCSFWHD.mjs";
|
|
11
|
+
import "../../chunk-BJWYF2WY.mjs";
|
|
12
12
|
import "../../chunk-DQRAFUDA.mjs";
|
|
13
13
|
import "../../chunk-XS32UZI3.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
@@ -5700,7 +5700,7 @@ var inputStyle = tv(
|
|
|
5700
5700
|
base: ["text-sm", "gap-sm"],
|
|
5701
5701
|
label: ["text-sm"],
|
|
5702
5702
|
innerWrapper: ["gap-sm"],
|
|
5703
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
5703
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
5704
5704
|
helperMessage: ["text-sm"],
|
|
5705
5705
|
errorMessage: ["text-sm"]
|
|
5706
5706
|
},
|
|
@@ -5708,7 +5708,7 @@ var inputStyle = tv(
|
|
|
5708
5708
|
base: ["text-md", "gap-md"],
|
|
5709
5709
|
label: ["text-md"],
|
|
5710
5710
|
innerWrapper: ["gap-md"],
|
|
5711
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
5711
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
5712
5712
|
helperMessage: ["text-sm"],
|
|
5713
5713
|
errorMessage: ["text-sm"]
|
|
5714
5714
|
},
|
|
@@ -5716,7 +5716,7 @@ var inputStyle = tv(
|
|
|
5716
5716
|
base: ["text-lg", "gap-lg"],
|
|
5717
5717
|
label: ["text-lg"],
|
|
5718
5718
|
innerWrapper: ["gap-lg"],
|
|
5719
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
5719
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
5720
5720
|
helperMessage: ["text-md"],
|
|
5721
5721
|
errorMessage: ["text-md"]
|
|
5722
5722
|
},
|
|
@@ -5724,7 +5724,7 @@ var inputStyle = tv(
|
|
|
5724
5724
|
base: ["text-xl", "gap-xl"],
|
|
5725
5725
|
label: ["text-xl"],
|
|
5726
5726
|
innerWrapper: ["gap-xl"],
|
|
5727
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
5727
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
5728
5728
|
helperMessage: ["text-md"],
|
|
5729
5729
|
errorMessage: ["text-md"]
|
|
5730
5730
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getCellStyle,
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-KAB3AB67.mjs";
|
|
6
6
|
import "../../chunk-7B7LRG5J.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-WS4SOWDZ.mjs";
|
|
8
8
|
import "../../chunk-F3HENRVM.mjs";
|
|
9
|
-
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../chunk-Y6EIO72X.mjs";
|
|
11
9
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
12
10
|
import "../../chunk-37BZALDV.mjs";
|
|
11
|
+
import "../../chunk-2GCSFWHD.mjs";
|
|
12
|
+
import "../../chunk-BJWYF2WY.mjs";
|
|
13
13
|
import "../../chunk-DQRAFUDA.mjs";
|
|
14
14
|
import "../../chunk-XS32UZI3.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
package/dist/index.js
CHANGED
|
@@ -5523,7 +5523,7 @@ var buttonBaseStyle = tv({
|
|
|
5523
5523
|
variant: {
|
|
5524
5524
|
solid: {},
|
|
5525
5525
|
soft: {},
|
|
5526
|
-
outline: { base: ["bg-
|
|
5526
|
+
outline: { base: ["bg-body-background"] },
|
|
5527
5527
|
ghost: {}
|
|
5528
5528
|
},
|
|
5529
5529
|
color: {
|
|
@@ -5535,6 +5535,12 @@ var buttonBaseStyle = tv({
|
|
|
5535
5535
|
warning: {},
|
|
5536
5536
|
danger: {}
|
|
5537
5537
|
},
|
|
5538
|
+
size: {
|
|
5539
|
+
sm: {},
|
|
5540
|
+
md: {},
|
|
5541
|
+
lg: {},
|
|
5542
|
+
xl: {}
|
|
5543
|
+
},
|
|
5538
5544
|
disabled: {
|
|
5539
5545
|
true: {
|
|
5540
5546
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5542,7 +5548,7 @@ var buttonBaseStyle = tv({
|
|
|
5542
5548
|
},
|
|
5543
5549
|
isInGroup: {
|
|
5544
5550
|
true: {
|
|
5545
|
-
base: ["!rounded-none"
|
|
5551
|
+
base: ["!rounded-none"]
|
|
5546
5552
|
}
|
|
5547
5553
|
}
|
|
5548
5554
|
},
|
|
@@ -5636,85 +5642,49 @@ var buttonBaseStyle = tv({
|
|
|
5636
5642
|
variant: "soft",
|
|
5637
5643
|
color: "primary",
|
|
5638
5644
|
class: {
|
|
5639
|
-
base: [
|
|
5640
|
-
"text-primary-main",
|
|
5641
|
-
"bg-primary-soft",
|
|
5642
|
-
"border-primary-soft",
|
|
5643
|
-
"hover:border-primary-light",
|
|
5644
|
-
"active:bg-primary-light"
|
|
5645
|
-
]
|
|
5645
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5646
5646
|
}
|
|
5647
5647
|
},
|
|
5648
5648
|
{
|
|
5649
5649
|
variant: "soft",
|
|
5650
5650
|
color: "secondary",
|
|
5651
5651
|
class: {
|
|
5652
|
-
base: [
|
|
5653
|
-
"text-secondary-main",
|
|
5654
|
-
"bg-secondary-soft",
|
|
5655
|
-
"border-secondary-soft",
|
|
5656
|
-
"hover:border-secondary-light",
|
|
5657
|
-
"active:bg-secondary-light"
|
|
5658
|
-
]
|
|
5652
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5659
5653
|
}
|
|
5660
5654
|
},
|
|
5661
5655
|
{
|
|
5662
5656
|
variant: "soft",
|
|
5663
5657
|
color: "neutral",
|
|
5664
5658
|
class: {
|
|
5665
|
-
base: [
|
|
5666
|
-
"text-neutral-main",
|
|
5667
|
-
"bg-neutral-soft",
|
|
5668
|
-
"border-neutral-soft",
|
|
5669
|
-
"hover:border-neutral-light",
|
|
5670
|
-
"active:bg-neutral-light"
|
|
5671
|
-
]
|
|
5659
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5672
5660
|
}
|
|
5673
5661
|
},
|
|
5674
5662
|
{
|
|
5675
5663
|
variant: "soft",
|
|
5676
5664
|
color: "info",
|
|
5677
5665
|
class: {
|
|
5678
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5666
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5679
5667
|
}
|
|
5680
5668
|
},
|
|
5681
5669
|
{
|
|
5682
5670
|
variant: "soft",
|
|
5683
5671
|
color: "success",
|
|
5684
5672
|
class: {
|
|
5685
|
-
base: [
|
|
5686
|
-
"text-success-main",
|
|
5687
|
-
"bg-success-soft",
|
|
5688
|
-
"border-success-soft",
|
|
5689
|
-
"hover:border-success-light",
|
|
5690
|
-
"active:bg-success-light"
|
|
5691
|
-
]
|
|
5673
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5692
5674
|
}
|
|
5693
5675
|
},
|
|
5694
5676
|
{
|
|
5695
5677
|
variant: "soft",
|
|
5696
5678
|
color: "warning",
|
|
5697
5679
|
class: {
|
|
5698
|
-
base: [
|
|
5699
|
-
"text-warning-main",
|
|
5700
|
-
"bg-warning-soft",
|
|
5701
|
-
"border-warning-soft",
|
|
5702
|
-
"hover:border-warning-light",
|
|
5703
|
-
"active:bg-warning-light"
|
|
5704
|
-
]
|
|
5680
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5705
5681
|
}
|
|
5706
5682
|
},
|
|
5707
5683
|
{
|
|
5708
5684
|
variant: "soft",
|
|
5709
5685
|
color: "danger",
|
|
5710
5686
|
class: {
|
|
5711
|
-
base: [
|
|
5712
|
-
"text-danger-main",
|
|
5713
|
-
"bg-danger-soft",
|
|
5714
|
-
"border-danger-soft",
|
|
5715
|
-
"hover:border-danger-light",
|
|
5716
|
-
"active:bg-danger-light"
|
|
5717
|
-
]
|
|
5687
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5718
5688
|
}
|
|
5719
5689
|
},
|
|
5720
5690
|
// outline & color
|
|
@@ -5902,6 +5872,21 @@ var buttonBaseStyle = tv({
|
|
|
5902
5872
|
class: {
|
|
5903
5873
|
base: ["!border-neutral-light"]
|
|
5904
5874
|
}
|
|
5875
|
+
},
|
|
5876
|
+
// variant && isInGroup
|
|
5877
|
+
{
|
|
5878
|
+
variant: ["outline"],
|
|
5879
|
+
isInGroup: true,
|
|
5880
|
+
class: {
|
|
5881
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5882
|
+
}
|
|
5883
|
+
},
|
|
5884
|
+
{
|
|
5885
|
+
variant: ["soft"],
|
|
5886
|
+
isInGroup: true,
|
|
5887
|
+
class: {
|
|
5888
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5889
|
+
}
|
|
5905
5890
|
}
|
|
5906
5891
|
]
|
|
5907
5892
|
});
|
|
@@ -6747,7 +6732,7 @@ var inputStyle = tv(
|
|
|
6747
6732
|
base: ["text-sm", "gap-sm"],
|
|
6748
6733
|
label: ["text-sm"],
|
|
6749
6734
|
innerWrapper: ["gap-sm"],
|
|
6750
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
6735
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
6751
6736
|
helperMessage: ["text-sm"],
|
|
6752
6737
|
errorMessage: ["text-sm"]
|
|
6753
6738
|
},
|
|
@@ -6755,7 +6740,7 @@ var inputStyle = tv(
|
|
|
6755
6740
|
base: ["text-md", "gap-md"],
|
|
6756
6741
|
label: ["text-md"],
|
|
6757
6742
|
innerWrapper: ["gap-md"],
|
|
6758
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
6743
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
6759
6744
|
helperMessage: ["text-sm"],
|
|
6760
6745
|
errorMessage: ["text-sm"]
|
|
6761
6746
|
},
|
|
@@ -6763,7 +6748,7 @@ var inputStyle = tv(
|
|
|
6763
6748
|
base: ["text-lg", "gap-lg"],
|
|
6764
6749
|
label: ["text-lg"],
|
|
6765
6750
|
innerWrapper: ["gap-lg"],
|
|
6766
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
6751
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
6767
6752
|
helperMessage: ["text-md"],
|
|
6768
6753
|
errorMessage: ["text-md"]
|
|
6769
6754
|
},
|
|
@@ -6771,7 +6756,7 @@ var inputStyle = tv(
|
|
|
6771
6756
|
base: ["text-xl", "gap-xl"],
|
|
6772
6757
|
label: ["text-xl"],
|
|
6773
6758
|
innerWrapper: ["gap-xl"],
|
|
6774
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
6759
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
6775
6760
|
helperMessage: ["text-md"],
|
|
6776
6761
|
errorMessage: ["text-md"]
|
|
6777
6762
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -5,14 +5,6 @@ import {
|
|
|
5
5
|
} from "./chunk-MC7SI5Q7.mjs";
|
|
6
6
|
import "./chunk-ZMOAFSYE.mjs";
|
|
7
7
|
import "./chunk-WSIADHVC.mjs";
|
|
8
|
-
import "./chunk-RRAZM5D3.mjs";
|
|
9
|
-
import {
|
|
10
|
-
textarea_default
|
|
11
|
-
} from "./chunk-MAGZDGUW.mjs";
|
|
12
|
-
import "./chunk-MBLZYQCN.mjs";
|
|
13
|
-
import {
|
|
14
|
-
tree_default
|
|
15
|
-
} from "./chunk-R32BQ3NV.mjs";
|
|
16
8
|
import "./chunk-LUWGOKLG.mjs";
|
|
17
9
|
import {
|
|
18
10
|
ToastProvider,
|
|
@@ -22,13 +14,22 @@ import "./chunk-ZOTHPHXA.mjs";
|
|
|
22
14
|
import {
|
|
23
15
|
toast_default
|
|
24
16
|
} from "./chunk-ZCJPPLYH.mjs";
|
|
25
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-MBLZYQCN.mjs";
|
|
26
18
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
19
|
+
tree_default
|
|
20
|
+
} from "./chunk-R32BQ3NV.mjs";
|
|
21
|
+
import "./chunk-DX3KXNP6.mjs";
|
|
29
22
|
import {
|
|
30
23
|
table_default
|
|
31
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-KAB3AB67.mjs";
|
|
25
|
+
import "./chunk-3MY6LO7N.mjs";
|
|
26
|
+
import {
|
|
27
|
+
tabs_default
|
|
28
|
+
} from "./chunk-USZSQXHS.mjs";
|
|
29
|
+
import "./chunk-RRAZM5D3.mjs";
|
|
30
|
+
import {
|
|
31
|
+
textarea_default
|
|
32
|
+
} from "./chunk-MAGZDGUW.mjs";
|
|
32
33
|
import "./chunk-MV2WCFK7.mjs";
|
|
33
34
|
import {
|
|
34
35
|
slider_default
|
|
@@ -37,66 +38,54 @@ import "./chunk-OLQOLLKG.mjs";
|
|
|
37
38
|
import {
|
|
38
39
|
starRating_default
|
|
39
40
|
} from "./chunk-D7DDV4UN.mjs";
|
|
40
|
-
import "./chunk-3MY6LO7N.mjs";
|
|
41
|
-
import {
|
|
42
|
-
tabs_default
|
|
43
|
-
} from "./chunk-USZSQXHS.mjs";
|
|
44
41
|
import "./chunk-LVFI2NOH.mjs";
|
|
45
42
|
import {
|
|
46
43
|
switch_default
|
|
47
44
|
} from "./chunk-CBIV6KFQ.mjs";
|
|
48
|
-
import "./chunk-TPFN22HR.mjs";
|
|
49
45
|
import {
|
|
50
|
-
|
|
51
|
-
} from "./chunk-
|
|
46
|
+
definition_table_default
|
|
47
|
+
} from "./chunk-HXBZB7CW.mjs";
|
|
48
|
+
import "./chunk-QCEKPS7U.mjs";
|
|
49
|
+
import {
|
|
50
|
+
select_default
|
|
51
|
+
} from "./chunk-VZPVEICG.mjs";
|
|
52
52
|
import "./chunk-MZ76AA76.mjs";
|
|
53
53
|
import {
|
|
54
54
|
skeleton_default
|
|
55
55
|
} from "./chunk-6PN3DGOE.mjs";
|
|
56
|
-
import "./chunk-QCEKPS7U.mjs";
|
|
57
|
-
import {
|
|
58
|
-
select_default
|
|
59
|
-
} from "./chunk-FQBE4HWT.mjs";
|
|
60
56
|
import "./chunk-4VWG4726.mjs";
|
|
61
57
|
import {
|
|
62
58
|
timePicker_default
|
|
63
|
-
} from "./chunk-
|
|
64
|
-
import "./chunk-
|
|
59
|
+
} from "./chunk-L6KQCZIW.mjs";
|
|
60
|
+
import "./chunk-BVXQAYQN.mjs";
|
|
65
61
|
import "./chunk-ZUNOPH7C.mjs";
|
|
66
62
|
import {
|
|
67
63
|
datePicker_default
|
|
68
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-WQG4OYM6.mjs";
|
|
69
65
|
import {
|
|
70
66
|
day_default
|
|
71
67
|
} from "./chunk-G6SZN3EK.mjs";
|
|
72
68
|
import "./chunk-3IBJXQTJ.mjs";
|
|
73
|
-
import "./chunk-
|
|
74
|
-
import {
|
|
75
|
-
useGlobalModal
|
|
76
|
-
} from "./chunk-OCTLSRX2.mjs";
|
|
77
|
-
import {
|
|
78
|
-
GlobalModalProvider
|
|
79
|
-
} from "./chunk-TLVLL4UG.mjs";
|
|
69
|
+
import "./chunk-TPFN22HR.mjs";
|
|
80
70
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
71
|
+
radio_default
|
|
72
|
+
} from "./chunk-AO6LNH3D.mjs";
|
|
83
73
|
import "./chunk-7B7LRG5J.mjs";
|
|
84
74
|
import {
|
|
85
75
|
pagination_default
|
|
86
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-WS4SOWDZ.mjs";
|
|
87
77
|
import "./chunk-F3HENRVM.mjs";
|
|
88
|
-
import "./chunk-
|
|
78
|
+
import "./chunk-NNVGYR5T.mjs";
|
|
89
79
|
import {
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
92
|
-
import "./chunk-7VOQKIIK.mjs";
|
|
80
|
+
useGlobalModal
|
|
81
|
+
} from "./chunk-7OP3JEMA.mjs";
|
|
93
82
|
import {
|
|
94
|
-
|
|
95
|
-
} from "./chunk-
|
|
96
|
-
import "./chunk-2GCSFWHD.mjs";
|
|
83
|
+
GlobalModalProvider
|
|
84
|
+
} from "./chunk-JGF5TY7M.mjs";
|
|
97
85
|
import {
|
|
98
|
-
|
|
99
|
-
} from "./chunk-
|
|
86
|
+
modal_default
|
|
87
|
+
} from "./chunk-N4KPGD2N.mjs";
|
|
88
|
+
import "./chunk-RLXOHILK.mjs";
|
|
100
89
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
101
90
|
import {
|
|
102
91
|
listItem_default
|
|
@@ -108,14 +97,25 @@ import "./chunk-QZ3LVYJW.mjs";
|
|
|
108
97
|
import {
|
|
109
98
|
checkbox_default
|
|
110
99
|
} from "./chunk-37BZALDV.mjs";
|
|
100
|
+
import "./chunk-MGEWSREV.mjs";
|
|
101
|
+
import {
|
|
102
|
+
chip_default
|
|
103
|
+
} from "./chunk-QUWWLVCI.mjs";
|
|
111
104
|
import "./chunk-32GA3YW4.mjs";
|
|
112
105
|
import {
|
|
113
106
|
drawer_default
|
|
114
107
|
} from "./chunk-CXVDES22.mjs";
|
|
115
|
-
import "./chunk-MGEWSREV.mjs";
|
|
116
108
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
109
|
+
fileUpload_default
|
|
110
|
+
} from "./chunk-QTLP2B76.mjs";
|
|
111
|
+
import "./chunk-7VOQKIIK.mjs";
|
|
112
|
+
import {
|
|
113
|
+
progress_default
|
|
114
|
+
} from "./chunk-S7UE2MJZ.mjs";
|
|
115
|
+
import "./chunk-2GCSFWHD.mjs";
|
|
116
|
+
import {
|
|
117
|
+
input_default
|
|
118
|
+
} from "./chunk-BJWYF2WY.mjs";
|
|
119
119
|
import "./chunk-3OCNT22V.mjs";
|
|
120
120
|
import {
|
|
121
121
|
simpleBarChart_default
|
|
@@ -145,29 +145,29 @@ import {
|
|
|
145
145
|
import "./chunk-KYIODWXL.mjs";
|
|
146
146
|
import {
|
|
147
147
|
breadcrumb_default
|
|
148
|
-
} from "./chunk-
|
|
148
|
+
} from "./chunk-3K4OTUIB.mjs";
|
|
149
149
|
import "./chunk-MY5U63QO.mjs";
|
|
150
150
|
import {
|
|
151
151
|
icon_button_default
|
|
152
|
-
} from "./chunk-
|
|
152
|
+
} from "./chunk-IOJMTN6X.mjs";
|
|
153
153
|
import {
|
|
154
154
|
text_button_default
|
|
155
|
-
} from "./chunk-
|
|
155
|
+
} from "./chunk-KIINY2GS.mjs";
|
|
156
156
|
import {
|
|
157
157
|
button_group_default
|
|
158
158
|
} from "./chunk-LHWHM4LQ.mjs";
|
|
159
159
|
import {
|
|
160
160
|
button_default
|
|
161
|
-
} from "./chunk-
|
|
161
|
+
} from "./chunk-O5VW7CHY.mjs";
|
|
162
162
|
import "./chunk-6WSACUIB.mjs";
|
|
163
|
-
import "./chunk-SZL743JC.mjs";
|
|
164
163
|
import "./chunk-LXHUO6VM.mjs";
|
|
164
|
+
import "./chunk-SZL743JC.mjs";
|
|
165
165
|
import "./chunk-ZYIIXWVY.mjs";
|
|
166
166
|
import {
|
|
167
167
|
Icon_default,
|
|
168
168
|
iconTemplate
|
|
169
169
|
} from "./chunk-A6UUVHC6.mjs";
|
|
170
|
-
import "./chunk-
|
|
170
|
+
import "./chunk-2WAQRWST.mjs";
|
|
171
171
|
import "./chunk-27Y6K5NK.mjs";
|
|
172
172
|
import "./chunk-NMSDSEBD.mjs";
|
|
173
173
|
import {
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
/* Fallback for bundlers that do not run Tailwind's CSS transform on dependency CSS. */
|
|
2
2
|
:root,
|
|
3
3
|
:host {
|
|
4
|
+
/* Border Width */
|
|
5
|
+
--border-width-sm: 1px;
|
|
6
|
+
--border-width-md: 1.25px;
|
|
7
|
+
--border-width-lg: 1.5px;
|
|
8
|
+
--border-width-xl: 1.75px;
|
|
9
|
+
|
|
10
|
+
/* Ring Width */
|
|
11
|
+
--ring-width-sm: 1px;
|
|
12
|
+
--ring-width-md: 1.25px;
|
|
13
|
+
--ring-width-lg: 1.5px;
|
|
14
|
+
--ring-width-xl: 1.75px;
|
|
15
|
+
|
|
4
16
|
/* Fonts */
|
|
5
17
|
--font-sans:
|
|
6
18
|
"NanumSquare", "-apple-system", ".SFNSText-Regular", "San Francisco", "BlinkMacSystemFont", "Segoe UI",
|
|
@@ -89,6 +101,18 @@
|
|
|
89
101
|
}
|
|
90
102
|
|
|
91
103
|
@theme {
|
|
104
|
+
/* Border Width */
|
|
105
|
+
--border-width-sm: 1px;
|
|
106
|
+
--border-width-md: 1.25px;
|
|
107
|
+
--border-width-lg: 1.5px;
|
|
108
|
+
--border-width-xl: 1.75px;
|
|
109
|
+
|
|
110
|
+
/* Ring Width */
|
|
111
|
+
--ring-width-sm: 1px;
|
|
112
|
+
--ring-width-md: 1.25px;
|
|
113
|
+
--ring-width-lg: 1.5px;
|
|
114
|
+
--ring-width-xl: 1.75px;
|
|
115
|
+
|
|
92
116
|
/* Fonts */
|
|
93
117
|
--font-sans:
|
|
94
118
|
"NanumSquare", "-apple-system", ".SFNSText-Regular", "San Francisco", "BlinkMacSystemFont", "Segoe UI",
|