@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
|
@@ -26,7 +26,7 @@ var buttonBaseStyle = tv({
|
|
|
26
26
|
variant: {
|
|
27
27
|
solid: {},
|
|
28
28
|
soft: {},
|
|
29
|
-
outline: { base: ["bg-
|
|
29
|
+
outline: { base: ["bg-body-background"] },
|
|
30
30
|
ghost: {}
|
|
31
31
|
},
|
|
32
32
|
color: {
|
|
@@ -38,6 +38,12 @@ var buttonBaseStyle = tv({
|
|
|
38
38
|
warning: {},
|
|
39
39
|
danger: {}
|
|
40
40
|
},
|
|
41
|
+
size: {
|
|
42
|
+
sm: {},
|
|
43
|
+
md: {},
|
|
44
|
+
lg: {},
|
|
45
|
+
xl: {}
|
|
46
|
+
},
|
|
41
47
|
disabled: {
|
|
42
48
|
true: {
|
|
43
49
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -45,7 +51,7 @@ var buttonBaseStyle = tv({
|
|
|
45
51
|
},
|
|
46
52
|
isInGroup: {
|
|
47
53
|
true: {
|
|
48
|
-
base: ["!rounded-none"
|
|
54
|
+
base: ["!rounded-none"]
|
|
49
55
|
}
|
|
50
56
|
}
|
|
51
57
|
},
|
|
@@ -139,85 +145,49 @@ var buttonBaseStyle = tv({
|
|
|
139
145
|
variant: "soft",
|
|
140
146
|
color: "primary",
|
|
141
147
|
class: {
|
|
142
|
-
base: [
|
|
143
|
-
"text-primary-main",
|
|
144
|
-
"bg-primary-soft",
|
|
145
|
-
"border-primary-soft",
|
|
146
|
-
"hover:border-primary-light",
|
|
147
|
-
"active:bg-primary-light"
|
|
148
|
-
]
|
|
148
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
variant: "soft",
|
|
153
153
|
color: "secondary",
|
|
154
154
|
class: {
|
|
155
|
-
base: [
|
|
156
|
-
"text-secondary-main",
|
|
157
|
-
"bg-secondary-soft",
|
|
158
|
-
"border-secondary-soft",
|
|
159
|
-
"hover:border-secondary-light",
|
|
160
|
-
"active:bg-secondary-light"
|
|
161
|
-
]
|
|
155
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
162
156
|
}
|
|
163
157
|
},
|
|
164
158
|
{
|
|
165
159
|
variant: "soft",
|
|
166
160
|
color: "neutral",
|
|
167
161
|
class: {
|
|
168
|
-
base: [
|
|
169
|
-
"text-neutral-main",
|
|
170
|
-
"bg-neutral-soft",
|
|
171
|
-
"border-neutral-soft",
|
|
172
|
-
"hover:border-neutral-light",
|
|
173
|
-
"active:bg-neutral-light"
|
|
174
|
-
]
|
|
162
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
175
163
|
}
|
|
176
164
|
},
|
|
177
165
|
{
|
|
178
166
|
variant: "soft",
|
|
179
167
|
color: "info",
|
|
180
168
|
class: {
|
|
181
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
169
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
182
170
|
}
|
|
183
171
|
},
|
|
184
172
|
{
|
|
185
173
|
variant: "soft",
|
|
186
174
|
color: "success",
|
|
187
175
|
class: {
|
|
188
|
-
base: [
|
|
189
|
-
"text-success-main",
|
|
190
|
-
"bg-success-soft",
|
|
191
|
-
"border-success-soft",
|
|
192
|
-
"hover:border-success-light",
|
|
193
|
-
"active:bg-success-light"
|
|
194
|
-
]
|
|
176
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
195
177
|
}
|
|
196
178
|
},
|
|
197
179
|
{
|
|
198
180
|
variant: "soft",
|
|
199
181
|
color: "warning",
|
|
200
182
|
class: {
|
|
201
|
-
base: [
|
|
202
|
-
"text-warning-main",
|
|
203
|
-
"bg-warning-soft",
|
|
204
|
-
"border-warning-soft",
|
|
205
|
-
"hover:border-warning-light",
|
|
206
|
-
"active:bg-warning-light"
|
|
207
|
-
]
|
|
183
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
208
184
|
}
|
|
209
185
|
},
|
|
210
186
|
{
|
|
211
187
|
variant: "soft",
|
|
212
188
|
color: "danger",
|
|
213
189
|
class: {
|
|
214
|
-
base: [
|
|
215
|
-
"text-danger-main",
|
|
216
|
-
"bg-danger-soft",
|
|
217
|
-
"border-danger-soft",
|
|
218
|
-
"hover:border-danger-light",
|
|
219
|
-
"active:bg-danger-light"
|
|
220
|
-
]
|
|
190
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
221
191
|
}
|
|
222
192
|
},
|
|
223
193
|
// outline & color
|
|
@@ -405,6 +375,21 @@ var buttonBaseStyle = tv({
|
|
|
405
375
|
class: {
|
|
406
376
|
base: ["!border-neutral-light"]
|
|
407
377
|
}
|
|
378
|
+
},
|
|
379
|
+
// variant && isInGroup
|
|
380
|
+
{
|
|
381
|
+
variant: ["outline"],
|
|
382
|
+
isInGroup: true,
|
|
383
|
+
class: {
|
|
384
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
variant: ["soft"],
|
|
389
|
+
isInGroup: true,
|
|
390
|
+
class: {
|
|
391
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
392
|
+
}
|
|
408
393
|
}
|
|
409
394
|
]
|
|
410
395
|
});
|
|
@@ -228,7 +228,7 @@ var inputStyle = tv(
|
|
|
228
228
|
base: ["text-sm", "gap-sm"],
|
|
229
229
|
label: ["text-sm"],
|
|
230
230
|
innerWrapper: ["gap-sm"],
|
|
231
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-
|
|
231
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-sm", "gap-sm"],
|
|
232
232
|
helperMessage: ["text-sm"],
|
|
233
233
|
errorMessage: ["text-sm"]
|
|
234
234
|
},
|
|
@@ -236,7 +236,7 @@ var inputStyle = tv(
|
|
|
236
236
|
base: ["text-md", "gap-md"],
|
|
237
237
|
label: ["text-md"],
|
|
238
238
|
innerWrapper: ["gap-md"],
|
|
239
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-
|
|
239
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-md", "gap-md"],
|
|
240
240
|
helperMessage: ["text-sm"],
|
|
241
241
|
errorMessage: ["text-sm"]
|
|
242
242
|
},
|
|
@@ -244,7 +244,7 @@ var inputStyle = tv(
|
|
|
244
244
|
base: ["text-lg", "gap-lg"],
|
|
245
245
|
label: ["text-lg"],
|
|
246
246
|
innerWrapper: ["gap-lg"],
|
|
247
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-
|
|
247
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-lg", "gap-lg"],
|
|
248
248
|
helperMessage: ["text-md"],
|
|
249
249
|
errorMessage: ["text-md"]
|
|
250
250
|
},
|
|
@@ -252,7 +252,7 @@ var inputStyle = tv(
|
|
|
252
252
|
base: ["text-xl", "gap-xl"],
|
|
253
253
|
label: ["text-xl"],
|
|
254
254
|
innerWrapper: ["gap-xl"],
|
|
255
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-
|
|
255
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-xl", "gap-xl"],
|
|
256
256
|
helperMessage: ["text-md"],
|
|
257
257
|
errorMessage: ["text-md"]
|
|
258
258
|
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
useRipple
|
|
4
|
-
} from "./chunk-SZL743JC.mjs";
|
|
5
2
|
import {
|
|
6
3
|
ripple_default
|
|
7
4
|
} from "./chunk-LXHUO6VM.mjs";
|
|
5
|
+
import {
|
|
6
|
+
useRipple
|
|
7
|
+
} from "./chunk-SZL743JC.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Icon_default
|
|
10
10
|
} from "./chunk-A6UUVHC6.mjs";
|
|
11
11
|
import {
|
|
12
12
|
buttonBaseStyle
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-2WAQRWST.mjs";
|
|
14
14
|
import {
|
|
15
15
|
mapPropsVariants
|
|
16
16
|
} from "./chunk-E3G5QXSH.mjs";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Panel_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-BVXQAYQN.mjs";
|
|
5
5
|
import {
|
|
6
6
|
convert24To12
|
|
7
7
|
} from "./chunk-3IBJXQTJ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
input_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-BJWYF2WY.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Icon_default
|
|
13
13
|
} from "./chunk-A6UUVHC6.mjs";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
useRipple
|
|
4
|
-
} from "./chunk-SZL743JC.mjs";
|
|
5
2
|
import {
|
|
6
3
|
ripple_default
|
|
7
4
|
} from "./chunk-LXHUO6VM.mjs";
|
|
5
|
+
import {
|
|
6
|
+
useRipple
|
|
7
|
+
} from "./chunk-SZL743JC.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Icon_default
|
|
10
10
|
} from "./chunk-A6UUVHC6.mjs";
|
|
11
11
|
import {
|
|
12
12
|
buttonBaseStyle
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-2WAQRWST.mjs";
|
|
14
14
|
import {
|
|
15
15
|
mapPropsVariants
|
|
16
16
|
} from "./chunk-E3G5QXSH.mjs";
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-S7UE2MJZ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
input_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BJWYF2WY.mjs";
|
|
8
8
|
import {
|
|
9
9
|
button_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-O5VW7CHY.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/fileUpload/fileUpload.tsx
|
|
13
13
|
import { useRef, useState, useEffect } from "react";
|
|
@@ -8,16 +8,16 @@ import {
|
|
|
8
8
|
} from "./chunk-3IBJXQTJ.mjs";
|
|
9
9
|
import {
|
|
10
10
|
input_default
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-BJWYF2WY.mjs";
|
|
12
12
|
import {
|
|
13
13
|
icon_button_default
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-IOJMTN6X.mjs";
|
|
15
15
|
import {
|
|
16
16
|
text_button_default
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-KIINY2GS.mjs";
|
|
18
18
|
import {
|
|
19
19
|
button_default
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-O5VW7CHY.mjs";
|
|
21
21
|
import {
|
|
22
22
|
Icon_default
|
|
23
23
|
} from "./chunk-A6UUVHC6.mjs";
|
|
@@ -5029,7 +5029,7 @@ var buttonBaseStyle = tv({
|
|
|
5029
5029
|
variant: {
|
|
5030
5030
|
solid: {},
|
|
5031
5031
|
soft: {},
|
|
5032
|
-
outline: { base: ["bg-
|
|
5032
|
+
outline: { base: ["bg-body-background"] },
|
|
5033
5033
|
ghost: {}
|
|
5034
5034
|
},
|
|
5035
5035
|
color: {
|
|
@@ -5041,6 +5041,12 @@ var buttonBaseStyle = tv({
|
|
|
5041
5041
|
warning: {},
|
|
5042
5042
|
danger: {}
|
|
5043
5043
|
},
|
|
5044
|
+
size: {
|
|
5045
|
+
sm: {},
|
|
5046
|
+
md: {},
|
|
5047
|
+
lg: {},
|
|
5048
|
+
xl: {}
|
|
5049
|
+
},
|
|
5044
5050
|
disabled: {
|
|
5045
5051
|
true: {
|
|
5046
5052
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5048,7 +5054,7 @@ var buttonBaseStyle = tv({
|
|
|
5048
5054
|
},
|
|
5049
5055
|
isInGroup: {
|
|
5050
5056
|
true: {
|
|
5051
|
-
base: ["!rounded-none"
|
|
5057
|
+
base: ["!rounded-none"]
|
|
5052
5058
|
}
|
|
5053
5059
|
}
|
|
5054
5060
|
},
|
|
@@ -5142,85 +5148,49 @@ var buttonBaseStyle = tv({
|
|
|
5142
5148
|
variant: "soft",
|
|
5143
5149
|
color: "primary",
|
|
5144
5150
|
class: {
|
|
5145
|
-
base: [
|
|
5146
|
-
"text-primary-main",
|
|
5147
|
-
"bg-primary-soft",
|
|
5148
|
-
"border-primary-soft",
|
|
5149
|
-
"hover:border-primary-light",
|
|
5150
|
-
"active:bg-primary-light"
|
|
5151
|
-
]
|
|
5151
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5152
5152
|
}
|
|
5153
5153
|
},
|
|
5154
5154
|
{
|
|
5155
5155
|
variant: "soft",
|
|
5156
5156
|
color: "secondary",
|
|
5157
5157
|
class: {
|
|
5158
|
-
base: [
|
|
5159
|
-
"text-secondary-main",
|
|
5160
|
-
"bg-secondary-soft",
|
|
5161
|
-
"border-secondary-soft",
|
|
5162
|
-
"hover:border-secondary-light",
|
|
5163
|
-
"active:bg-secondary-light"
|
|
5164
|
-
]
|
|
5158
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5165
5159
|
}
|
|
5166
5160
|
},
|
|
5167
5161
|
{
|
|
5168
5162
|
variant: "soft",
|
|
5169
5163
|
color: "neutral",
|
|
5170
5164
|
class: {
|
|
5171
|
-
base: [
|
|
5172
|
-
"text-neutral-main",
|
|
5173
|
-
"bg-neutral-soft",
|
|
5174
|
-
"border-neutral-soft",
|
|
5175
|
-
"hover:border-neutral-light",
|
|
5176
|
-
"active:bg-neutral-light"
|
|
5177
|
-
]
|
|
5165
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5178
5166
|
}
|
|
5179
5167
|
},
|
|
5180
5168
|
{
|
|
5181
5169
|
variant: "soft",
|
|
5182
5170
|
color: "info",
|
|
5183
5171
|
class: {
|
|
5184
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5172
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5185
5173
|
}
|
|
5186
5174
|
},
|
|
5187
5175
|
{
|
|
5188
5176
|
variant: "soft",
|
|
5189
5177
|
color: "success",
|
|
5190
5178
|
class: {
|
|
5191
|
-
base: [
|
|
5192
|
-
"text-success-main",
|
|
5193
|
-
"bg-success-soft",
|
|
5194
|
-
"border-success-soft",
|
|
5195
|
-
"hover:border-success-light",
|
|
5196
|
-
"active:bg-success-light"
|
|
5197
|
-
]
|
|
5179
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5198
5180
|
}
|
|
5199
5181
|
},
|
|
5200
5182
|
{
|
|
5201
5183
|
variant: "soft",
|
|
5202
5184
|
color: "warning",
|
|
5203
5185
|
class: {
|
|
5204
|
-
base: [
|
|
5205
|
-
"text-warning-main",
|
|
5206
|
-
"bg-warning-soft",
|
|
5207
|
-
"border-warning-soft",
|
|
5208
|
-
"hover:border-warning-light",
|
|
5209
|
-
"active:bg-warning-light"
|
|
5210
|
-
]
|
|
5186
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5211
5187
|
}
|
|
5212
5188
|
},
|
|
5213
5189
|
{
|
|
5214
5190
|
variant: "soft",
|
|
5215
5191
|
color: "danger",
|
|
5216
5192
|
class: {
|
|
5217
|
-
base: [
|
|
5218
|
-
"text-danger-main",
|
|
5219
|
-
"bg-danger-soft",
|
|
5220
|
-
"border-danger-soft",
|
|
5221
|
-
"hover:border-danger-light",
|
|
5222
|
-
"active:bg-danger-light"
|
|
5223
|
-
]
|
|
5193
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5224
5194
|
}
|
|
5225
5195
|
},
|
|
5226
5196
|
// outline & color
|
|
@@ -5408,6 +5378,21 @@ var buttonBaseStyle = tv({
|
|
|
5408
5378
|
class: {
|
|
5409
5379
|
base: ["!border-neutral-light"]
|
|
5410
5380
|
}
|
|
5381
|
+
},
|
|
5382
|
+
// variant && isInGroup
|
|
5383
|
+
{
|
|
5384
|
+
variant: ["outline"],
|
|
5385
|
+
isInGroup: true,
|
|
5386
|
+
class: {
|
|
5387
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5388
|
+
}
|
|
5389
|
+
},
|
|
5390
|
+
{
|
|
5391
|
+
variant: ["soft"],
|
|
5392
|
+
isInGroup: true,
|
|
5393
|
+
class: {
|
|
5394
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5395
|
+
}
|
|
5411
5396
|
}
|
|
5412
5397
|
]
|
|
5413
5398
|
});
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
breadcrumb_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-3K4OTUIB.mjs";
|
|
5
5
|
import "../../chunk-MY5U63QO.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
7
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
8
8
|
import "../../chunk-LHWHM4LQ.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-O5VW7CHY.mjs";
|
|
10
10
|
import "../../chunk-6WSACUIB.mjs";
|
|
11
|
-
import "../../chunk-SZL743JC.mjs";
|
|
12
11
|
import "../../chunk-LXHUO6VM.mjs";
|
|
12
|
+
import "../../chunk-SZL743JC.mjs";
|
|
13
13
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
14
14
|
import "../../chunk-A6UUVHC6.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
16
16
|
import "../../chunk-27Y6K5NK.mjs";
|
|
17
17
|
import "../../chunk-E3G5QXSH.mjs";
|
|
18
18
|
import "../../chunk-AOU4QX7H.mjs";
|