@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
|
@@ -61,19 +61,21 @@ declare const textButtonStyle: tailwind_variants.TVReturnType<{
|
|
|
61
61
|
underline: string[];
|
|
62
62
|
}, undefined, {
|
|
63
63
|
variant: {
|
|
64
|
-
solid:
|
|
65
|
-
soft:
|
|
66
|
-
outline:
|
|
67
|
-
|
|
64
|
+
solid: {};
|
|
65
|
+
soft: {};
|
|
66
|
+
outline: {
|
|
67
|
+
base: string[];
|
|
68
|
+
};
|
|
69
|
+
ghost: {};
|
|
68
70
|
};
|
|
69
71
|
color: {
|
|
70
|
-
primary:
|
|
71
|
-
secondary:
|
|
72
|
-
neutral:
|
|
73
|
-
info:
|
|
74
|
-
success:
|
|
75
|
-
warning:
|
|
76
|
-
danger:
|
|
72
|
+
primary: {};
|
|
73
|
+
secondary: {};
|
|
74
|
+
neutral: {};
|
|
75
|
+
info: {};
|
|
76
|
+
success: {};
|
|
77
|
+
warning: {};
|
|
78
|
+
danger: {};
|
|
77
79
|
};
|
|
78
80
|
disabled: {
|
|
79
81
|
true: {
|
|
@@ -89,19 +91,21 @@ declare const textButtonStyle: tailwind_variants.TVReturnType<{
|
|
|
89
91
|
base: string[];
|
|
90
92
|
}, tailwind_variants.TVReturnType<{
|
|
91
93
|
variant: {
|
|
92
|
-
solid:
|
|
93
|
-
soft:
|
|
94
|
-
outline:
|
|
95
|
-
|
|
94
|
+
solid: {};
|
|
95
|
+
soft: {};
|
|
96
|
+
outline: {
|
|
97
|
+
base: string[];
|
|
98
|
+
};
|
|
99
|
+
ghost: {};
|
|
96
100
|
};
|
|
97
101
|
color: {
|
|
98
|
-
primary:
|
|
99
|
-
secondary:
|
|
100
|
-
neutral:
|
|
101
|
-
info:
|
|
102
|
-
success:
|
|
103
|
-
warning:
|
|
104
|
-
danger:
|
|
102
|
+
primary: {};
|
|
103
|
+
secondary: {};
|
|
104
|
+
neutral: {};
|
|
105
|
+
info: {};
|
|
106
|
+
success: {};
|
|
107
|
+
warning: {};
|
|
108
|
+
danger: {};
|
|
105
109
|
};
|
|
106
110
|
disabled: {
|
|
107
111
|
true: {
|
|
@@ -117,19 +121,21 @@ declare const textButtonStyle: tailwind_variants.TVReturnType<{
|
|
|
117
121
|
base: string[];
|
|
118
122
|
}, undefined, {
|
|
119
123
|
variant: {
|
|
120
|
-
solid:
|
|
121
|
-
soft:
|
|
122
|
-
outline:
|
|
123
|
-
|
|
124
|
+
solid: {};
|
|
125
|
+
soft: {};
|
|
126
|
+
outline: {
|
|
127
|
+
base: string[];
|
|
128
|
+
};
|
|
129
|
+
ghost: {};
|
|
124
130
|
};
|
|
125
131
|
color: {
|
|
126
|
-
primary:
|
|
127
|
-
secondary:
|
|
128
|
-
neutral:
|
|
129
|
-
info:
|
|
130
|
-
success:
|
|
131
|
-
warning:
|
|
132
|
-
danger:
|
|
132
|
+
primary: {};
|
|
133
|
+
secondary: {};
|
|
134
|
+
neutral: {};
|
|
135
|
+
info: {};
|
|
136
|
+
success: {};
|
|
137
|
+
warning: {};
|
|
138
|
+
danger: {};
|
|
133
139
|
};
|
|
134
140
|
disabled: {
|
|
135
141
|
true: {
|
|
@@ -145,19 +151,21 @@ declare const textButtonStyle: tailwind_variants.TVReturnType<{
|
|
|
145
151
|
base: string[];
|
|
146
152
|
}, tailwind_variants.TVReturnType<{
|
|
147
153
|
variant: {
|
|
148
|
-
solid:
|
|
149
|
-
soft:
|
|
150
|
-
outline:
|
|
151
|
-
|
|
154
|
+
solid: {};
|
|
155
|
+
soft: {};
|
|
156
|
+
outline: {
|
|
157
|
+
base: string[];
|
|
158
|
+
};
|
|
159
|
+
ghost: {};
|
|
152
160
|
};
|
|
153
161
|
color: {
|
|
154
|
-
primary:
|
|
155
|
-
secondary:
|
|
156
|
-
neutral:
|
|
157
|
-
info:
|
|
158
|
-
success:
|
|
159
|
-
warning:
|
|
160
|
-
danger:
|
|
162
|
+
primary: {};
|
|
163
|
+
secondary: {};
|
|
164
|
+
neutral: {};
|
|
165
|
+
info: {};
|
|
166
|
+
success: {};
|
|
167
|
+
warning: {};
|
|
168
|
+
danger: {};
|
|
161
169
|
};
|
|
162
170
|
disabled: {
|
|
163
171
|
true: {
|
|
@@ -736,19 +736,19 @@ var buttonBaseStyle = tv({
|
|
|
736
736
|
},
|
|
737
737
|
variants: {
|
|
738
738
|
variant: {
|
|
739
|
-
solid:
|
|
740
|
-
soft:
|
|
741
|
-
outline: [],
|
|
742
|
-
ghost:
|
|
739
|
+
solid: {},
|
|
740
|
+
soft: {},
|
|
741
|
+
outline: { base: ["bg-transparent"] },
|
|
742
|
+
ghost: {}
|
|
743
743
|
},
|
|
744
744
|
color: {
|
|
745
|
-
primary:
|
|
746
|
-
secondary:
|
|
747
|
-
neutral:
|
|
748
|
-
info:
|
|
749
|
-
success:
|
|
750
|
-
warning:
|
|
751
|
-
danger:
|
|
745
|
+
primary: {},
|
|
746
|
+
secondary: {},
|
|
747
|
+
neutral: {},
|
|
748
|
+
info: {},
|
|
749
|
+
success: {},
|
|
750
|
+
warning: {},
|
|
751
|
+
danger: {}
|
|
752
752
|
},
|
|
753
753
|
disabled: {
|
|
754
754
|
true: {
|
|
@@ -757,12 +757,7 @@ var buttonBaseStyle = tv({
|
|
|
757
757
|
},
|
|
758
758
|
isInGroup: {
|
|
759
759
|
true: {
|
|
760
|
-
base: [
|
|
761
|
-
"[&:not(:first-child):not(:last-child)]:rounded-none",
|
|
762
|
-
"first:rounded-r-none",
|
|
763
|
-
"last:rounded-l-none",
|
|
764
|
-
"[&:not(:first-child)]:border-l-0"
|
|
765
|
-
]
|
|
760
|
+
base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
|
|
766
761
|
}
|
|
767
762
|
}
|
|
768
763
|
},
|
|
@@ -942,91 +937,49 @@ var buttonBaseStyle = tv({
|
|
|
942
937
|
variant: "outline",
|
|
943
938
|
color: "primary",
|
|
944
939
|
class: {
|
|
945
|
-
base: [
|
|
946
|
-
"bg-body-background",
|
|
947
|
-
"border-primary-main",
|
|
948
|
-
"text-primary-main",
|
|
949
|
-
"hover:bg-primary-soft",
|
|
950
|
-
"active:bg-primary-light"
|
|
951
|
-
]
|
|
940
|
+
base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
|
|
952
941
|
}
|
|
953
942
|
},
|
|
954
943
|
{
|
|
955
944
|
variant: "outline",
|
|
956
945
|
color: "secondary",
|
|
957
946
|
class: {
|
|
958
|
-
base: [
|
|
959
|
-
"bg-body-background",
|
|
960
|
-
"border-secondary-main",
|
|
961
|
-
"text-secondary-main",
|
|
962
|
-
"hover:bg-secondary-soft",
|
|
963
|
-
"active:bg-secondary-light"
|
|
964
|
-
]
|
|
947
|
+
base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
|
|
965
948
|
}
|
|
966
949
|
},
|
|
967
950
|
{
|
|
968
951
|
variant: "outline",
|
|
969
952
|
color: "neutral",
|
|
970
953
|
class: {
|
|
971
|
-
base: [
|
|
972
|
-
"bg-body-background",
|
|
973
|
-
"border-neutral-main",
|
|
974
|
-
"text-neutral-main",
|
|
975
|
-
"hover:bg-neutral-soft",
|
|
976
|
-
"active:bg-neutral-light"
|
|
977
|
-
]
|
|
954
|
+
base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
|
|
978
955
|
}
|
|
979
956
|
},
|
|
980
957
|
{
|
|
981
958
|
variant: "outline",
|
|
982
959
|
color: "info",
|
|
983
960
|
class: {
|
|
984
|
-
base: [
|
|
985
|
-
"bg-body-background",
|
|
986
|
-
"border-info-main",
|
|
987
|
-
"text-info-main",
|
|
988
|
-
"hover:bg-info-soft",
|
|
989
|
-
"active:bg-info-light"
|
|
990
|
-
]
|
|
961
|
+
base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
|
|
991
962
|
}
|
|
992
963
|
},
|
|
993
964
|
{
|
|
994
965
|
variant: "outline",
|
|
995
966
|
color: "success",
|
|
996
967
|
class: {
|
|
997
|
-
base: [
|
|
998
|
-
"bg-body-background",
|
|
999
|
-
"border-success-main",
|
|
1000
|
-
"text-success-main",
|
|
1001
|
-
"hover:bg-success-soft",
|
|
1002
|
-
"active:bg-success-light"
|
|
1003
|
-
]
|
|
968
|
+
base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
|
|
1004
969
|
}
|
|
1005
970
|
},
|
|
1006
971
|
{
|
|
1007
972
|
variant: "outline",
|
|
1008
973
|
color: "warning",
|
|
1009
974
|
class: {
|
|
1010
|
-
base: [
|
|
1011
|
-
"bg-body-background",
|
|
1012
|
-
"border-warning-main",
|
|
1013
|
-
"text-warning-main",
|
|
1014
|
-
"hover:bg-warning-soft",
|
|
1015
|
-
"active:bg-warning-light"
|
|
1016
|
-
]
|
|
975
|
+
base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
|
|
1017
976
|
}
|
|
1018
977
|
},
|
|
1019
978
|
{
|
|
1020
979
|
variant: "outline",
|
|
1021
980
|
color: "danger",
|
|
1022
981
|
class: {
|
|
1023
|
-
base: [
|
|
1024
|
-
"bg-body-background",
|
|
1025
|
-
"border-danger-main",
|
|
1026
|
-
"text-danger-main",
|
|
1027
|
-
"hover:bg-danger-soft",
|
|
1028
|
-
"active:bg-danger-light"
|
|
1029
|
-
]
|
|
982
|
+
base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
|
|
1030
983
|
}
|
|
1031
984
|
},
|
|
1032
985
|
// ghost & color
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
text_button_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-BTAOTEW7.mjs";
|
|
5
|
+
import "../../chunk-ROG3BOMM.mjs";
|
|
6
6
|
import "../../chunk-27Y6K5NK.mjs";
|
|
7
7
|
import "../../chunk-E3G5QXSH.mjs";
|
|
8
8
|
import "../../chunk-DPWUIAVC.mjs";
|
|
@@ -5893,6 +5893,7 @@ var inputStyle = tv(
|
|
|
5893
5893
|
},
|
|
5894
5894
|
outline: {
|
|
5895
5895
|
inputWrapper: [
|
|
5896
|
+
"bg-transparent",
|
|
5896
5897
|
"border-neutral-light",
|
|
5897
5898
|
"group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
|
|
5898
5899
|
"group-has-[:focus:not(:read-only)]/input:bg-body-background",
|
|
@@ -6128,19 +6129,19 @@ var buttonBaseStyle = tv({
|
|
|
6128
6129
|
},
|
|
6129
6130
|
variants: {
|
|
6130
6131
|
variant: {
|
|
6131
|
-
solid:
|
|
6132
|
-
soft:
|
|
6133
|
-
outline: [],
|
|
6134
|
-
ghost:
|
|
6132
|
+
solid: {},
|
|
6133
|
+
soft: {},
|
|
6134
|
+
outline: { base: ["bg-transparent"] },
|
|
6135
|
+
ghost: {}
|
|
6135
6136
|
},
|
|
6136
6137
|
color: {
|
|
6137
|
-
primary:
|
|
6138
|
-
secondary:
|
|
6139
|
-
neutral:
|
|
6140
|
-
info:
|
|
6141
|
-
success:
|
|
6142
|
-
warning:
|
|
6143
|
-
danger:
|
|
6138
|
+
primary: {},
|
|
6139
|
+
secondary: {},
|
|
6140
|
+
neutral: {},
|
|
6141
|
+
info: {},
|
|
6142
|
+
success: {},
|
|
6143
|
+
warning: {},
|
|
6144
|
+
danger: {}
|
|
6144
6145
|
},
|
|
6145
6146
|
disabled: {
|
|
6146
6147
|
true: {
|
|
@@ -6149,12 +6150,7 @@ var buttonBaseStyle = tv({
|
|
|
6149
6150
|
},
|
|
6150
6151
|
isInGroup: {
|
|
6151
6152
|
true: {
|
|
6152
|
-
base: [
|
|
6153
|
-
"[&:not(:first-child):not(:last-child)]:rounded-none",
|
|
6154
|
-
"first:rounded-r-none",
|
|
6155
|
-
"last:rounded-l-none",
|
|
6156
|
-
"[&:not(:first-child)]:border-l-0"
|
|
6157
|
-
]
|
|
6153
|
+
base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
|
|
6158
6154
|
}
|
|
6159
6155
|
}
|
|
6160
6156
|
},
|
|
@@ -6334,91 +6330,49 @@ var buttonBaseStyle = tv({
|
|
|
6334
6330
|
variant: "outline",
|
|
6335
6331
|
color: "primary",
|
|
6336
6332
|
class: {
|
|
6337
|
-
base: [
|
|
6338
|
-
"bg-body-background",
|
|
6339
|
-
"border-primary-main",
|
|
6340
|
-
"text-primary-main",
|
|
6341
|
-
"hover:bg-primary-soft",
|
|
6342
|
-
"active:bg-primary-light"
|
|
6343
|
-
]
|
|
6333
|
+
base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
|
|
6344
6334
|
}
|
|
6345
6335
|
},
|
|
6346
6336
|
{
|
|
6347
6337
|
variant: "outline",
|
|
6348
6338
|
color: "secondary",
|
|
6349
6339
|
class: {
|
|
6350
|
-
base: [
|
|
6351
|
-
"bg-body-background",
|
|
6352
|
-
"border-secondary-main",
|
|
6353
|
-
"text-secondary-main",
|
|
6354
|
-
"hover:bg-secondary-soft",
|
|
6355
|
-
"active:bg-secondary-light"
|
|
6356
|
-
]
|
|
6340
|
+
base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
|
|
6357
6341
|
}
|
|
6358
6342
|
},
|
|
6359
6343
|
{
|
|
6360
6344
|
variant: "outline",
|
|
6361
6345
|
color: "neutral",
|
|
6362
6346
|
class: {
|
|
6363
|
-
base: [
|
|
6364
|
-
"bg-body-background",
|
|
6365
|
-
"border-neutral-main",
|
|
6366
|
-
"text-neutral-main",
|
|
6367
|
-
"hover:bg-neutral-soft",
|
|
6368
|
-
"active:bg-neutral-light"
|
|
6369
|
-
]
|
|
6347
|
+
base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
|
|
6370
6348
|
}
|
|
6371
6349
|
},
|
|
6372
6350
|
{
|
|
6373
6351
|
variant: "outline",
|
|
6374
6352
|
color: "info",
|
|
6375
6353
|
class: {
|
|
6376
|
-
base: [
|
|
6377
|
-
"bg-body-background",
|
|
6378
|
-
"border-info-main",
|
|
6379
|
-
"text-info-main",
|
|
6380
|
-
"hover:bg-info-soft",
|
|
6381
|
-
"active:bg-info-light"
|
|
6382
|
-
]
|
|
6354
|
+
base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
|
|
6383
6355
|
}
|
|
6384
6356
|
},
|
|
6385
6357
|
{
|
|
6386
6358
|
variant: "outline",
|
|
6387
6359
|
color: "success",
|
|
6388
6360
|
class: {
|
|
6389
|
-
base: [
|
|
6390
|
-
"bg-body-background",
|
|
6391
|
-
"border-success-main",
|
|
6392
|
-
"text-success-main",
|
|
6393
|
-
"hover:bg-success-soft",
|
|
6394
|
-
"active:bg-success-light"
|
|
6395
|
-
]
|
|
6361
|
+
base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
|
|
6396
6362
|
}
|
|
6397
6363
|
},
|
|
6398
6364
|
{
|
|
6399
6365
|
variant: "outline",
|
|
6400
6366
|
color: "warning",
|
|
6401
6367
|
class: {
|
|
6402
|
-
base: [
|
|
6403
|
-
"bg-body-background",
|
|
6404
|
-
"border-warning-main",
|
|
6405
|
-
"text-warning-main",
|
|
6406
|
-
"hover:bg-warning-soft",
|
|
6407
|
-
"active:bg-warning-light"
|
|
6408
|
-
]
|
|
6368
|
+
base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
|
|
6409
6369
|
}
|
|
6410
6370
|
},
|
|
6411
6371
|
{
|
|
6412
6372
|
variant: "outline",
|
|
6413
6373
|
color: "danger",
|
|
6414
6374
|
class: {
|
|
6415
|
-
base: [
|
|
6416
|
-
"bg-body-background",
|
|
6417
|
-
"border-danger-main",
|
|
6418
|
-
"text-danger-main",
|
|
6419
|
-
"hover:bg-danger-soft",
|
|
6420
|
-
"active:bg-danger-light"
|
|
6421
|
-
]
|
|
6375
|
+
base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
|
|
6422
6376
|
}
|
|
6423
6377
|
},
|
|
6424
6378
|
// ghost & color
|
|
@@ -3,22 +3,22 @@ import {
|
|
|
3
3
|
FileUpload,
|
|
4
4
|
fileUploadStyle,
|
|
5
5
|
fileUpload_default
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-KZPHD6CA.mjs";
|
|
7
7
|
import "../../chunk-7VOQKIIK.mjs";
|
|
8
8
|
import "../../chunk-VUO5J2OK.mjs";
|
|
9
9
|
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-HJ2RUGGG.mjs";
|
|
11
11
|
import "../../chunk-MY5U63QO.mjs";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-BTAOTEW7.mjs";
|
|
13
|
+
import "../../chunk-67DEFPS6.mjs";
|
|
14
|
+
import "../../chunk-JXIQOVRO.mjs";
|
|
15
|
+
import "../../chunk-T6IFFFAD.mjs";
|
|
16
16
|
import "../../chunk-6WSACUIB.mjs";
|
|
17
17
|
import "../../chunk-LXHUO6VM.mjs";
|
|
18
18
|
import "../../chunk-SZL743JC.mjs";
|
|
19
19
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
20
20
|
import "../../chunk-A6UUVHC6.mjs";
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-ROG3BOMM.mjs";
|
|
22
22
|
import "../../chunk-AOU4QX7H.mjs";
|
|
23
23
|
import "../../chunk-3V4HT2K5.mjs";
|
|
24
24
|
import "../../chunk-27Y6K5NK.mjs";
|
|
@@ -5893,6 +5893,7 @@ var inputStyle = tv(
|
|
|
5893
5893
|
},
|
|
5894
5894
|
outline: {
|
|
5895
5895
|
inputWrapper: [
|
|
5896
|
+
"bg-transparent",
|
|
5896
5897
|
"border-neutral-light",
|
|
5897
5898
|
"group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
|
|
5898
5899
|
"group-has-[:focus:not(:read-only)]/input:bg-body-background",
|
|
@@ -6128,19 +6129,19 @@ var buttonBaseStyle = tv({
|
|
|
6128
6129
|
},
|
|
6129
6130
|
variants: {
|
|
6130
6131
|
variant: {
|
|
6131
|
-
solid:
|
|
6132
|
-
soft:
|
|
6133
|
-
outline: [],
|
|
6134
|
-
ghost:
|
|
6132
|
+
solid: {},
|
|
6133
|
+
soft: {},
|
|
6134
|
+
outline: { base: ["bg-transparent"] },
|
|
6135
|
+
ghost: {}
|
|
6135
6136
|
},
|
|
6136
6137
|
color: {
|
|
6137
|
-
primary:
|
|
6138
|
-
secondary:
|
|
6139
|
-
neutral:
|
|
6140
|
-
info:
|
|
6141
|
-
success:
|
|
6142
|
-
warning:
|
|
6143
|
-
danger:
|
|
6138
|
+
primary: {},
|
|
6139
|
+
secondary: {},
|
|
6140
|
+
neutral: {},
|
|
6141
|
+
info: {},
|
|
6142
|
+
success: {},
|
|
6143
|
+
warning: {},
|
|
6144
|
+
danger: {}
|
|
6144
6145
|
},
|
|
6145
6146
|
disabled: {
|
|
6146
6147
|
true: {
|
|
@@ -6149,12 +6150,7 @@ var buttonBaseStyle = tv({
|
|
|
6149
6150
|
},
|
|
6150
6151
|
isInGroup: {
|
|
6151
6152
|
true: {
|
|
6152
|
-
base: [
|
|
6153
|
-
"[&:not(:first-child):not(:last-child)]:rounded-none",
|
|
6154
|
-
"first:rounded-r-none",
|
|
6155
|
-
"last:rounded-l-none",
|
|
6156
|
-
"[&:not(:first-child)]:border-l-0"
|
|
6157
|
-
]
|
|
6153
|
+
base: ["!rounded-none", "[&:not(:first-child)]:border-l-0"]
|
|
6158
6154
|
}
|
|
6159
6155
|
}
|
|
6160
6156
|
},
|
|
@@ -6334,91 +6330,49 @@ var buttonBaseStyle = tv({
|
|
|
6334
6330
|
variant: "outline",
|
|
6335
6331
|
color: "primary",
|
|
6336
6332
|
class: {
|
|
6337
|
-
base: [
|
|
6338
|
-
"bg-body-background",
|
|
6339
|
-
"border-primary-main",
|
|
6340
|
-
"text-primary-main",
|
|
6341
|
-
"hover:bg-primary-soft",
|
|
6342
|
-
"active:bg-primary-light"
|
|
6343
|
-
]
|
|
6333
|
+
base: ["border-primary-main", "text-primary-main", "hover:bg-primary-soft", "active:bg-primary-light"]
|
|
6344
6334
|
}
|
|
6345
6335
|
},
|
|
6346
6336
|
{
|
|
6347
6337
|
variant: "outline",
|
|
6348
6338
|
color: "secondary",
|
|
6349
6339
|
class: {
|
|
6350
|
-
base: [
|
|
6351
|
-
"bg-body-background",
|
|
6352
|
-
"border-secondary-main",
|
|
6353
|
-
"text-secondary-main",
|
|
6354
|
-
"hover:bg-secondary-soft",
|
|
6355
|
-
"active:bg-secondary-light"
|
|
6356
|
-
]
|
|
6340
|
+
base: ["border-secondary-main", "text-secondary-main", "hover:bg-secondary-soft", "active:bg-secondary-light"]
|
|
6357
6341
|
}
|
|
6358
6342
|
},
|
|
6359
6343
|
{
|
|
6360
6344
|
variant: "outline",
|
|
6361
6345
|
color: "neutral",
|
|
6362
6346
|
class: {
|
|
6363
|
-
base: [
|
|
6364
|
-
"bg-body-background",
|
|
6365
|
-
"border-neutral-main",
|
|
6366
|
-
"text-neutral-main",
|
|
6367
|
-
"hover:bg-neutral-soft",
|
|
6368
|
-
"active:bg-neutral-light"
|
|
6369
|
-
]
|
|
6347
|
+
base: ["border-neutral-main", "text-neutral-main", "hover:bg-neutral-soft", "active:bg-neutral-light"]
|
|
6370
6348
|
}
|
|
6371
6349
|
},
|
|
6372
6350
|
{
|
|
6373
6351
|
variant: "outline",
|
|
6374
6352
|
color: "info",
|
|
6375
6353
|
class: {
|
|
6376
|
-
base: [
|
|
6377
|
-
"bg-body-background",
|
|
6378
|
-
"border-info-main",
|
|
6379
|
-
"text-info-main",
|
|
6380
|
-
"hover:bg-info-soft",
|
|
6381
|
-
"active:bg-info-light"
|
|
6382
|
-
]
|
|
6354
|
+
base: ["border-info-main", "text-info-main", "hover:bg-info-soft", "active:bg-info-light"]
|
|
6383
6355
|
}
|
|
6384
6356
|
},
|
|
6385
6357
|
{
|
|
6386
6358
|
variant: "outline",
|
|
6387
6359
|
color: "success",
|
|
6388
6360
|
class: {
|
|
6389
|
-
base: [
|
|
6390
|
-
"bg-body-background",
|
|
6391
|
-
"border-success-main",
|
|
6392
|
-
"text-success-main",
|
|
6393
|
-
"hover:bg-success-soft",
|
|
6394
|
-
"active:bg-success-light"
|
|
6395
|
-
]
|
|
6361
|
+
base: ["border-success-main", "text-success-main", "hover:bg-success-soft", "active:bg-success-light"]
|
|
6396
6362
|
}
|
|
6397
6363
|
},
|
|
6398
6364
|
{
|
|
6399
6365
|
variant: "outline",
|
|
6400
6366
|
color: "warning",
|
|
6401
6367
|
class: {
|
|
6402
|
-
base: [
|
|
6403
|
-
"bg-body-background",
|
|
6404
|
-
"border-warning-main",
|
|
6405
|
-
"text-warning-main",
|
|
6406
|
-
"hover:bg-warning-soft",
|
|
6407
|
-
"active:bg-warning-light"
|
|
6408
|
-
]
|
|
6368
|
+
base: ["border-warning-main", "text-warning-main", "hover:bg-warning-soft", "active:bg-warning-light"]
|
|
6409
6369
|
}
|
|
6410
6370
|
},
|
|
6411
6371
|
{
|
|
6412
6372
|
variant: "outline",
|
|
6413
6373
|
color: "danger",
|
|
6414
6374
|
class: {
|
|
6415
|
-
base: [
|
|
6416
|
-
"bg-body-background",
|
|
6417
|
-
"border-danger-main",
|
|
6418
|
-
"text-danger-main",
|
|
6419
|
-
"hover:bg-danger-soft",
|
|
6420
|
-
"active:bg-danger-light"
|
|
6421
|
-
]
|
|
6375
|
+
base: ["border-danger-main", "text-danger-main", "hover:bg-danger-soft", "active:bg-danger-light"]
|
|
6422
6376
|
}
|
|
6423
6377
|
},
|
|
6424
6378
|
// ghost & color
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
import "../../chunk-RLXOHILK.mjs";
|
|
3
3
|
import {
|
|
4
4
|
fileUpload_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-KZPHD6CA.mjs";
|
|
6
6
|
import "../../chunk-7VOQKIIK.mjs";
|
|
7
7
|
import "../../chunk-VUO5J2OK.mjs";
|
|
8
8
|
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-HJ2RUGGG.mjs";
|
|
10
10
|
import "../../chunk-MY5U63QO.mjs";
|
|
11
|
-
import "../../chunk-
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-BTAOTEW7.mjs";
|
|
12
|
+
import "../../chunk-67DEFPS6.mjs";
|
|
13
|
+
import "../../chunk-JXIQOVRO.mjs";
|
|
14
|
+
import "../../chunk-T6IFFFAD.mjs";
|
|
15
15
|
import "../../chunk-6WSACUIB.mjs";
|
|
16
16
|
import "../../chunk-LXHUO6VM.mjs";
|
|
17
17
|
import "../../chunk-SZL743JC.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
19
|
import "../../chunk-A6UUVHC6.mjs";
|
|
20
|
-
import "../../chunk-
|
|
20
|
+
import "../../chunk-ROG3BOMM.mjs";
|
|
21
21
|
import "../../chunk-AOU4QX7H.mjs";
|
|
22
22
|
import "../../chunk-3V4HT2K5.mjs";
|
|
23
23
|
import "../../chunk-27Y6K5NK.mjs";
|
|
@@ -5889,6 +5889,7 @@ var inputStyle = tv(
|
|
|
5889
5889
|
},
|
|
5890
5890
|
outline: {
|
|
5891
5891
|
inputWrapper: [
|
|
5892
|
+
"bg-transparent",
|
|
5892
5893
|
"border-neutral-light",
|
|
5893
5894
|
"group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
|
|
5894
5895
|
"group-has-[:focus:not(:read-only)]/input:bg-body-background",
|
|
@@ -5888,6 +5888,7 @@ var inputStyle = tv(
|
|
|
5888
5888
|
},
|
|
5889
5889
|
outline: {
|
|
5890
5890
|
inputWrapper: [
|
|
5891
|
+
"bg-transparent",
|
|
5891
5892
|
"border-neutral-light",
|
|
5892
5893
|
"group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
|
|
5893
5894
|
"group-has-[:focus:not(:read-only)]/input:bg-body-background",
|