@deepnoid/ui 1.0.19 → 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-O3WY55XG.mjs → chunk-3K4OTUIB.mjs} +1 -1
- package/dist/{chunk-ZJ7JCOXA.mjs → chunk-7OP3JEMA.mjs} +1 -1
- package/dist/{chunk-CA4ZDPGA.mjs → chunk-BVXQAYQN.mjs} +1 -1
- package/dist/{chunk-N63HDBJJ.mjs → chunk-H7D5EBLL.mjs} +1 -1
- package/dist/{chunk-PRLKKUBY.mjs → chunk-IOJMTN6X.mjs} +1 -1
- package/dist/{chunk-53G2LGJU.mjs → chunk-JGF5TY7M.mjs} +1 -1
- package/dist/{chunk-NPLC2OM6.mjs → chunk-KAB3AB67.mjs} +5 -5
- package/dist/{chunk-NUV2RUDP.mjs → chunk-KIINY2GS.mjs} +4 -4
- package/dist/{chunk-ARVWCWGT.mjs → chunk-L6KQCZIW.mjs} +2 -2
- package/dist/{chunk-MX4IEMVV.mjs → chunk-N4KPGD2N.mjs} +2 -2
- package/dist/{chunk-7U7FM6I6.mjs → chunk-O5VW7CHY.mjs} +1 -1
- package/dist/{chunk-KZ4VD7OZ.mjs → chunk-QTLP2B76.mjs} +3 -3
- package/dist/{chunk-KUGPZB4O.mjs → chunk-VZPVEICG.mjs} +4 -4
- package/dist/{chunk-EL6G4AHQ.mjs → chunk-WQG4OYM6.mjs} +4 -4
- package/dist/{chunk-YZOXNWOC.mjs → chunk-WS4SOWDZ.mjs} +4 -4
- package/dist/components/backdrop/backdrop.mjs +2 -2
- package/dist/components/backdrop/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +30 -45
- package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
- package/dist/components/breadcrumb/index.js +30 -45
- package/dist/components/breadcrumb/index.mjs +7 -7
- package/dist/components/button/button-group.mjs +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/components/button/index.js +30 -45
- package/dist/components/button/index.mjs +6 -6
- 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 +3 -3
- package/dist/components/charts/areaChart.mjs +1 -1
- package/dist/components/charts/index.mjs +9 -9
- package/dist/components/checkbox/checkbox.mjs +2 -2
- package/dist/components/checkbox/index.mjs +2 -2
- package/dist/components/drawer/drawer.mjs +2 -2
- package/dist/components/drawer/index.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.js +30 -45
- package/dist/components/fileUpload/fileUpload.mjs +10 -10
- package/dist/components/fileUpload/index.js +30 -45
- package/dist/components/fileUpload/index.mjs +10 -10
- package/dist/components/input/index.mjs +2 -2
- package/dist/components/input/input.mjs +2 -2
- package/dist/components/modal/GlobalModalProvider.js +30 -45
- package/dist/components/modal/GlobalModalProvider.mjs +9 -9
- package/dist/components/modal/index.js +30 -45
- package/dist/components/modal/index.mjs +10 -10
- package/dist/components/modal/modal.js +30 -45
- package/dist/components/modal/modal.mjs +8 -8
- package/dist/components/modal/useGlobalModal.mjs +10 -10
- package/dist/components/pagination/index.mjs +3 -3
- package/dist/components/pagination/pagination.mjs +3 -3
- package/dist/components/picker/datePicker.js +30 -45
- package/dist/components/picker/datePicker.mjs +8 -8
- package/dist/components/picker/index.js +30 -45
- package/dist/components/picker/index.mjs +10 -10
- package/dist/components/picker/timePicker/Panel.js +30 -45
- package/dist/components/picker/timePicker/Panel.mjs +7 -7
- package/dist/components/picker/timePicker/index.js +30 -45
- package/dist/components/picker/timePicker/index.mjs +9 -9
- package/dist/components/progress/index.mjs +2 -2
- package/dist/components/progress/progress.mjs +2 -2
- package/dist/components/radio/index.mjs +2 -2
- package/dist/components/radio/radio.mjs +2 -2
- package/dist/components/select/index.js +30 -45
- package/dist/components/select/index.mjs +7 -7
- package/dist/components/select/select.js +30 -45
- package/dist/components/select/select.mjs +7 -7
- package/dist/components/table/definition-table.mjs +2 -2
- package/dist/components/table/index.mjs +9 -9
- package/dist/components/table/table-body.mjs +6 -6
- package/dist/components/table/table-head.mjs +6 -6
- package/dist/components/table/table.mjs +6 -6
- package/dist/components/textarea/index.mjs +2 -2
- package/dist/components/textarea/textarea.mjs +2 -2
- package/dist/components/toast/index.mjs +3 -3
- package/dist/components/toast/toast.mjs +2 -2
- package/dist/components/toast/use-toast.mjs +3 -3
- package/dist/components/tree/index.mjs +2 -2
- package/dist/components/tree/tree.mjs +2 -2
- package/dist/index.js +30 -45
- package/dist/index.mjs +70 -70
- package/dist/tailwind-config/styles/tokens/theme.css +24 -0
- package/package.json +1 -1
- package/dist/{chunk-SI3IR5X5.mjs → chunk-37BZALDV.mjs} +3 -3
- package/dist/{chunk-5HYZLISC.mjs → chunk-5RJYESLP.mjs} +3 -3
- package/dist/{chunk-IW7CU7J3.mjs → chunk-AO6LNH3D.mjs} +3 -3
- package/dist/{chunk-CAXTJ64M.mjs → chunk-BJWYF2WY.mjs} +3 -3
- package/dist/{chunk-GDRPIGTR.mjs → chunk-CXVDES22.mjs} +3 -3
- package/dist/{chunk-2BRUK2DU.mjs → chunk-HXBZB7CW.mjs} +3 -3
- package/dist/{chunk-APKF7DHK.mjs → chunk-LHWHM4LQ.mjs} +3 -3
- package/dist/{chunk-4TJNIEXI.mjs → chunk-MAGZDGUW.mjs} +3 -3
- package/dist/{chunk-XPDNILTR.mjs → chunk-R32BQ3NV.mjs} +3 -3
- package/dist/{chunk-KE26ONWZ.mjs → chunk-S7UE2MJZ.mjs} +3 -3
- package/dist/{chunk-JMD66FOF.mjs → chunk-ZCJPPLYH.mjs} +3 -3
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
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-HIE2YRGA.mjs";
|
|
3
3
|
import {
|
|
4
|
-
|
|
5
|
-
} from "./chunk-
|
|
4
|
+
tooltip_default
|
|
5
|
+
} from "./chunk-MC7SI5Q7.mjs";
|
|
6
|
+
import "./chunk-ZMOAFSYE.mjs";
|
|
7
|
+
import "./chunk-WSIADHVC.mjs";
|
|
6
8
|
import "./chunk-LUWGOKLG.mjs";
|
|
7
9
|
import {
|
|
8
10
|
ToastProvider,
|
|
9
11
|
useToast
|
|
10
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-H7D5EBLL.mjs";
|
|
11
13
|
import "./chunk-ZOTHPHXA.mjs";
|
|
12
14
|
import {
|
|
13
15
|
toast_default
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-ZCJPPLYH.mjs";
|
|
17
|
+
import "./chunk-MBLZYQCN.mjs";
|
|
16
18
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-ZMOAFSYE.mjs";
|
|
20
|
-
import "./chunk-WSIADHVC.mjs";
|
|
19
|
+
tree_default
|
|
20
|
+
} from "./chunk-R32BQ3NV.mjs";
|
|
21
21
|
import "./chunk-DX3KXNP6.mjs";
|
|
22
|
-
import {
|
|
23
|
-
definition_table_default
|
|
24
|
-
} from "./chunk-2BRUK2DU.mjs";
|
|
25
22
|
import {
|
|
26
23
|
table_default
|
|
27
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-KAB3AB67.mjs";
|
|
25
|
+
import "./chunk-3MY6LO7N.mjs";
|
|
26
|
+
import {
|
|
27
|
+
tabs_default
|
|
28
|
+
} from "./chunk-USZSQXHS.mjs";
|
|
28
29
|
import "./chunk-RRAZM5D3.mjs";
|
|
29
30
|
import {
|
|
30
31
|
textarea_default
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import "./chunk-OLQOLLKG.mjs";
|
|
33
|
-
import {
|
|
34
|
-
starRating_default
|
|
35
|
-
} from "./chunk-D7DDV4UN.mjs";
|
|
32
|
+
} from "./chunk-MAGZDGUW.mjs";
|
|
36
33
|
import "./chunk-MV2WCFK7.mjs";
|
|
37
34
|
import {
|
|
38
35
|
slider_default
|
|
39
36
|
} from "./chunk-LCEFG5IY.mjs";
|
|
37
|
+
import "./chunk-OLQOLLKG.mjs";
|
|
38
|
+
import {
|
|
39
|
+
starRating_default
|
|
40
|
+
} from "./chunk-D7DDV4UN.mjs";
|
|
40
41
|
import "./chunk-LVFI2NOH.mjs";
|
|
41
42
|
import {
|
|
42
43
|
switch_default
|
|
43
44
|
} from "./chunk-CBIV6KFQ.mjs";
|
|
44
|
-
import "./chunk-3MY6LO7N.mjs";
|
|
45
45
|
import {
|
|
46
|
-
|
|
47
|
-
} from "./chunk-
|
|
46
|
+
definition_table_default
|
|
47
|
+
} from "./chunk-HXBZB7CW.mjs";
|
|
48
48
|
import "./chunk-QCEKPS7U.mjs";
|
|
49
49
|
import {
|
|
50
50
|
select_default
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-VZPVEICG.mjs";
|
|
52
52
|
import "./chunk-MZ76AA76.mjs";
|
|
53
53
|
import {
|
|
54
54
|
skeleton_default
|
|
@@ -56,12 +56,12 @@ import {
|
|
|
56
56
|
import "./chunk-4VWG4726.mjs";
|
|
57
57
|
import {
|
|
58
58
|
timePicker_default
|
|
59
|
-
} from "./chunk-
|
|
60
|
-
import "./chunk-
|
|
59
|
+
} from "./chunk-L6KQCZIW.mjs";
|
|
60
|
+
import "./chunk-BVXQAYQN.mjs";
|
|
61
61
|
import "./chunk-ZUNOPH7C.mjs";
|
|
62
62
|
import {
|
|
63
63
|
datePicker_default
|
|
64
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-WQG4OYM6.mjs";
|
|
65
65
|
import {
|
|
66
66
|
day_default
|
|
67
67
|
} from "./chunk-G6SZN3EK.mjs";
|
|
@@ -69,26 +69,23 @@ import "./chunk-3IBJXQTJ.mjs";
|
|
|
69
69
|
import "./chunk-TPFN22HR.mjs";
|
|
70
70
|
import {
|
|
71
71
|
radio_default
|
|
72
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-AO6LNH3D.mjs";
|
|
73
|
+
import "./chunk-7B7LRG5J.mjs";
|
|
74
|
+
import {
|
|
75
|
+
pagination_default
|
|
76
|
+
} from "./chunk-WS4SOWDZ.mjs";
|
|
77
|
+
import "./chunk-F3HENRVM.mjs";
|
|
73
78
|
import "./chunk-NNVGYR5T.mjs";
|
|
74
79
|
import {
|
|
75
80
|
useGlobalModal
|
|
76
|
-
} from "./chunk-
|
|
81
|
+
} from "./chunk-7OP3JEMA.mjs";
|
|
77
82
|
import {
|
|
78
83
|
GlobalModalProvider
|
|
79
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-JGF5TY7M.mjs";
|
|
80
85
|
import {
|
|
81
86
|
modal_default
|
|
82
|
-
} from "./chunk-
|
|
83
|
-
import "./chunk-
|
|
84
|
-
import {
|
|
85
|
-
pagination_default
|
|
86
|
-
} from "./chunk-YZOXNWOC.mjs";
|
|
87
|
-
import "./chunk-F3HENRVM.mjs";
|
|
88
|
-
import "./chunk-32GA3YW4.mjs";
|
|
89
|
-
import {
|
|
90
|
-
drawer_default
|
|
91
|
-
} from "./chunk-GDRPIGTR.mjs";
|
|
87
|
+
} from "./chunk-N4KPGD2N.mjs";
|
|
88
|
+
import "./chunk-RLXOHILK.mjs";
|
|
92
89
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
93
90
|
import {
|
|
94
91
|
listItem_default
|
|
@@ -96,40 +93,33 @@ import {
|
|
|
96
93
|
import {
|
|
97
94
|
list_default
|
|
98
95
|
} from "./chunk-7CTICAGW.mjs";
|
|
99
|
-
import "./chunk-
|
|
100
|
-
import {
|
|
101
|
-
BarChartTooltip,
|
|
102
|
-
barChart_default
|
|
103
|
-
} from "./chunk-62M6VPFS.mjs";
|
|
96
|
+
import "./chunk-QZ3LVYJW.mjs";
|
|
104
97
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
98
|
+
checkbox_default
|
|
99
|
+
} from "./chunk-37BZALDV.mjs";
|
|
100
|
+
import "./chunk-MGEWSREV.mjs";
|
|
107
101
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
102
|
+
chip_default
|
|
103
|
+
} from "./chunk-QUWWLVCI.mjs";
|
|
104
|
+
import "./chunk-32GA3YW4.mjs";
|
|
110
105
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
113
|
-
import "./chunk-RLXOHILK.mjs";
|
|
106
|
+
drawer_default
|
|
107
|
+
} from "./chunk-CXVDES22.mjs";
|
|
114
108
|
import {
|
|
115
109
|
fileUpload_default
|
|
116
|
-
} from "./chunk-
|
|
110
|
+
} from "./chunk-QTLP2B76.mjs";
|
|
117
111
|
import "./chunk-7VOQKIIK.mjs";
|
|
118
112
|
import {
|
|
119
113
|
progress_default
|
|
120
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-S7UE2MJZ.mjs";
|
|
121
115
|
import "./chunk-2GCSFWHD.mjs";
|
|
122
116
|
import {
|
|
123
117
|
input_default
|
|
124
|
-
} from "./chunk-
|
|
125
|
-
import "./chunk-
|
|
126
|
-
import {
|
|
127
|
-
checkbox_default
|
|
128
|
-
} from "./chunk-SI3IR5X5.mjs";
|
|
129
|
-
import "./chunk-MGEWSREV.mjs";
|
|
118
|
+
} from "./chunk-BJWYF2WY.mjs";
|
|
119
|
+
import "./chunk-3OCNT22V.mjs";
|
|
130
120
|
import {
|
|
131
|
-
|
|
132
|
-
} from "./chunk-
|
|
121
|
+
simpleBarChart_default
|
|
122
|
+
} from "./chunk-WTBRXQFT.mjs";
|
|
133
123
|
import {
|
|
134
124
|
areaChart_default
|
|
135
125
|
} from "./chunk-O2KC4CDE.mjs";
|
|
@@ -137,28 +127,38 @@ import "./chunk-DQRAFUDA.mjs";
|
|
|
137
127
|
import {
|
|
138
128
|
scrollArea_default
|
|
139
129
|
} from "./chunk-XS32UZI3.mjs";
|
|
130
|
+
import {
|
|
131
|
+
BarChartTooltip,
|
|
132
|
+
barChart_default
|
|
133
|
+
} from "./chunk-62M6VPFS.mjs";
|
|
134
|
+
import {
|
|
135
|
+
circularProgress_default
|
|
136
|
+
} from "./chunk-PIUOU6LS.mjs";
|
|
137
|
+
import {
|
|
138
|
+
radarChart_default
|
|
139
|
+
} from "./chunk-Y3A7PN4Q.mjs";
|
|
140
140
|
import "./chunk-7DLOYKVC.mjs";
|
|
141
141
|
import "./chunk-SE5TU755.mjs";
|
|
142
142
|
import {
|
|
143
143
|
backdrop_default
|
|
144
|
-
} from "./chunk-
|
|
144
|
+
} from "./chunk-5RJYESLP.mjs";
|
|
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
|
-
} from "./chunk-
|
|
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
163
|
import "./chunk-LXHUO6VM.mjs";
|
|
164
164
|
import "./chunk-SZL743JC.mjs";
|
|
@@ -167,8 +167,8 @@ import {
|
|
|
167
167
|
Icon_default,
|
|
168
168
|
iconTemplate
|
|
169
169
|
} from "./chunk-A6UUVHC6.mjs";
|
|
170
|
-
import "./chunk-
|
|
171
|
-
import "./chunk-
|
|
170
|
+
import "./chunk-2WAQRWST.mjs";
|
|
171
|
+
import "./chunk-27Y6K5NK.mjs";
|
|
172
172
|
import "./chunk-NMSDSEBD.mjs";
|
|
173
173
|
import {
|
|
174
174
|
accordion_default
|
|
@@ -184,7 +184,7 @@ import "./chunk-AOU4QX7H.mjs";
|
|
|
184
184
|
import {
|
|
185
185
|
tv
|
|
186
186
|
} from "./chunk-UP6RPQDX.mjs";
|
|
187
|
-
import "./chunk-
|
|
187
|
+
import "./chunk-3V4HT2K5.mjs";
|
|
188
188
|
export {
|
|
189
189
|
accordion_default as Accordion,
|
|
190
190
|
accordionItem_default as AccordionItem,
|
|
@@ -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",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
clsx
|
|
4
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
2
5
|
import {
|
|
3
6
|
mapPropsVariants
|
|
4
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
5
8
|
import {
|
|
6
9
|
tv
|
|
7
10
|
} from "./chunk-UP6RPQDX.mjs";
|
|
8
|
-
import {
|
|
9
|
-
clsx
|
|
10
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/checkbox/checkbox.tsx
|
|
13
13
|
import { forwardRef, useMemo } from "react";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
tv
|
|
4
|
-
} from "./chunk-UP6RPQDX.mjs";
|
|
5
2
|
import {
|
|
6
3
|
clsx
|
|
7
4
|
} from "./chunk-27Y6K5NK.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tv
|
|
7
|
+
} from "./chunk-UP6RPQDX.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/backdrop/backdrop.tsx
|
|
10
10
|
import { useEffect, useState } from "react";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
clsx
|
|
4
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
2
5
|
import {
|
|
3
6
|
mapPropsVariants
|
|
4
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
5
8
|
import {
|
|
6
9
|
tv
|
|
7
10
|
} from "./chunk-UP6RPQDX.mjs";
|
|
8
|
-
import {
|
|
9
|
-
clsx
|
|
10
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/radio/radio.tsx
|
|
13
13
|
import { forwardRef, useMemo } from "react";
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
4
|
} from "./chunk-A6UUVHC6.mjs";
|
|
5
|
+
import {
|
|
6
|
+
clsx
|
|
7
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
5
8
|
import {
|
|
6
9
|
mapPropsVariants
|
|
7
10
|
} from "./chunk-E3G5QXSH.mjs";
|
|
8
11
|
import {
|
|
9
12
|
tv
|
|
10
13
|
} from "./chunk-UP6RPQDX.mjs";
|
|
11
|
-
import {
|
|
12
|
-
clsx
|
|
13
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
14
14
|
|
|
15
15
|
// src/components/input/input.tsx
|
|
16
16
|
import {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
clsx
|
|
4
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
2
5
|
import {
|
|
3
6
|
mapPropsVariants
|
|
4
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
5
8
|
import {
|
|
6
9
|
tv
|
|
7
10
|
} from "./chunk-UP6RPQDX.mjs";
|
|
8
|
-
import {
|
|
9
|
-
clsx
|
|
10
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/drawer/drawer.tsx
|
|
13
13
|
import { forwardRef, useMemo, useEffect, useState } from "react";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
tv
|
|
4
|
-
} from "./chunk-UP6RPQDX.mjs";
|
|
5
2
|
import {
|
|
6
3
|
clsx
|
|
7
4
|
} from "./chunk-27Y6K5NK.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tv
|
|
7
|
+
} from "./chunk-UP6RPQDX.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/table/definition-table.tsx
|
|
10
10
|
import { forwardRef, useMemo } from "react";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
tv
|
|
4
|
-
} from "./chunk-UP6RPQDX.mjs";
|
|
5
2
|
import {
|
|
6
3
|
clsx
|
|
7
4
|
} from "./chunk-27Y6K5NK.mjs";
|
|
5
|
+
import {
|
|
6
|
+
tv
|
|
7
|
+
} from "./chunk-UP6RPQDX.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/button/button-group.tsx
|
|
10
10
|
import React, { forwardRef, isValidElement } from "react";
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
4
|
} from "./chunk-A6UUVHC6.mjs";
|
|
5
|
-
import {
|
|
6
|
-
tv
|
|
7
|
-
} from "./chunk-UP6RPQDX.mjs";
|
|
8
5
|
import {
|
|
9
6
|
clsx
|
|
10
7
|
} from "./chunk-27Y6K5NK.mjs";
|
|
8
|
+
import {
|
|
9
|
+
tv
|
|
10
|
+
} from "./chunk-UP6RPQDX.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/tree/tree.tsx
|
|
13
13
|
import { forwardRef, useMemo, useState, useCallback, useEffect, memo, useRef } from "react";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
useIsMounted
|
|
4
|
-
} from "./chunk-3V4HT2K5.mjs";
|
|
5
2
|
import {
|
|
6
3
|
mapPropsVariants
|
|
7
4
|
} from "./chunk-E3G5QXSH.mjs";
|
|
8
5
|
import {
|
|
9
6
|
tv
|
|
10
7
|
} from "./chunk-UP6RPQDX.mjs";
|
|
8
|
+
import {
|
|
9
|
+
useIsMounted
|
|
10
|
+
} from "./chunk-3V4HT2K5.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/progress/progress.tsx
|
|
13
13
|
import { useMemo } from "react";
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
4
|
} from "./chunk-A6UUVHC6.mjs";
|
|
5
|
+
import {
|
|
6
|
+
clsx
|
|
7
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
5
8
|
import {
|
|
6
9
|
mapPropsVariants
|
|
7
10
|
} from "./chunk-E3G5QXSH.mjs";
|
|
8
11
|
import {
|
|
9
12
|
tv
|
|
10
13
|
} from "./chunk-UP6RPQDX.mjs";
|
|
11
|
-
import {
|
|
12
|
-
clsx
|
|
13
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
14
14
|
|
|
15
15
|
// src/components/toast/toast.tsx
|
|
16
16
|
import { forwardRef, useImperativeHandle, useMemo, useRef } from "react";
|