@deepnoid/ui 0.1.4 → 0.1.5
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 +133 -133
- package/dist/{chunk-WPUTPWQ4.mjs → chunk-3K5BE4OJ.mjs} +1 -1
- package/dist/{chunk-SSEQSF5F.mjs → chunk-DNFBQYVG.mjs} +1 -1
- package/dist/{chunk-J7IAY6UH.mjs → chunk-QH4PCQN5.mjs} +1 -1
- package/dist/{chunk-YCMZELLD.mjs → chunk-VP3NVHFU.mjs} +1 -1
- package/dist/{chunk-TDJJRQDC.mjs → chunk-WN7WKYYI.mjs} +13 -13
- package/dist/components/dateTimePicker/dateTimePicker.mjs +4 -4
- package/dist/components/dateTimePicker/index.mjs +4 -4
- package/dist/components/dateTimePicker/timePicker.mjs +3 -3
- package/dist/components/input/index.js +13 -13
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.js +13 -13
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/list/index.mjs +2 -2
- package/dist/components/list/listItem.mjs +2 -2
- package/dist/components/pagination/index.js +13 -13
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +13 -13
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/table/index.js +13 -13
- package/dist/components/table/index.mjs +3 -3
- package/dist/components/table/table.js +13 -13
- package/dist/components/table/table.mjs +3 -3
- package/dist/index.js +13 -13
- package/dist/index.mjs +30 -30
- package/package.json +1 -1
- package/dist/{chunk-AYWI2CRE.mjs → chunk-KWWYMTJP.mjs} +3 -3
|
@@ -120,7 +120,7 @@ var inputStyle = tv(
|
|
|
120
120
|
horizon: ["flex-row", "gap-0"],
|
|
121
121
|
label: ["flex", "items-center", "font-bold", "text-body-foreground", "min-w-[80px]"],
|
|
122
122
|
innerWrapper: ["flex", "flex-col"],
|
|
123
|
-
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[.error]/input:bg-danger-soft"],
|
|
123
|
+
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[p.error]/input:bg-danger-soft"],
|
|
124
124
|
input: [
|
|
125
125
|
"w-full",
|
|
126
126
|
"h-full",
|
|
@@ -133,8 +133,8 @@ var inputStyle = tv(
|
|
|
133
133
|
"group-has-[:hover]/input:placeholder:text-neutral-dark",
|
|
134
134
|
"group-has-[:focus]/input:text-neutral-dark",
|
|
135
135
|
"group-has-[:focus]/input:placeholder:text-neutral-dark",
|
|
136
|
-
"group-has-[.error]/input:text-danger-main",
|
|
137
|
-
"group-has-[.error]/input:placeholder:text-danger-main"
|
|
136
|
+
"group-has-[p.error]/input:text-danger-main",
|
|
137
|
+
"group-has-[p.error]/input:placeholder:text-danger-main"
|
|
138
138
|
],
|
|
139
139
|
content: [
|
|
140
140
|
"flex",
|
|
@@ -142,7 +142,7 @@ var inputStyle = tv(
|
|
|
142
142
|
"select-none",
|
|
143
143
|
"text-neutral-main",
|
|
144
144
|
"group-has-[:hover]/input:text-neutral-dark",
|
|
145
|
-
"group-has-[.error]/input:text-danger-main"
|
|
145
|
+
"group-has-[p.error]/input:text-danger-main"
|
|
146
146
|
],
|
|
147
147
|
helperText: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
|
|
148
148
|
errorText: ["text-danger-main"],
|
|
@@ -159,7 +159,7 @@ var inputStyle = tv(
|
|
|
159
159
|
"border-neutral-light",
|
|
160
160
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
161
161
|
"group-has-[:focus]/input:bg-body-background",
|
|
162
|
-
"group-has-[.error]/input:border-danger-main"
|
|
162
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
163
163
|
],
|
|
164
164
|
readonly: ["!bg-trans-soft"]
|
|
165
165
|
},
|
|
@@ -169,7 +169,7 @@ var inputStyle = tv(
|
|
|
169
169
|
"rounded-none",
|
|
170
170
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
171
171
|
"group-has-[:focus]/input:bg-body-background",
|
|
172
|
-
"group-has-[.error]/input:border-danger-main"
|
|
172
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
173
173
|
],
|
|
174
174
|
readonly: ["!bg-trans-soft"]
|
|
175
175
|
}
|
|
@@ -178,7 +178,7 @@ var inputStyle = tv(
|
|
|
178
178
|
primary: {
|
|
179
179
|
content: [
|
|
180
180
|
"group-has-[:focus]/input:text-primary-main",
|
|
181
|
-
"!group-has-[.error]:not(input:focus):hover/input:text-primary-main"
|
|
181
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
182
182
|
],
|
|
183
183
|
helperText: [
|
|
184
184
|
"group-has-[:focus]/input:text-primary-main",
|
|
@@ -189,7 +189,7 @@ var inputStyle = tv(
|
|
|
189
189
|
secondary: {
|
|
190
190
|
content: [
|
|
191
191
|
"group-has-[:focus]/input:text-secondary-main",
|
|
192
|
-
"group-has-[:focus:hover
|
|
192
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
193
193
|
],
|
|
194
194
|
helperText: [
|
|
195
195
|
"group-has-[:focus]/input:text-secondary-main",
|
|
@@ -245,14 +245,14 @@ var inputStyle = tv(
|
|
|
245
245
|
},
|
|
246
246
|
disabled: {
|
|
247
247
|
true: {
|
|
248
|
-
inputWrapper: ["bg-neutral-soft", "pointer-events-none", "group-has-[.error]/input:text-danger-light"],
|
|
248
|
+
inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "!group-has-[p.error]/input:text-danger-light"],
|
|
249
249
|
input: [
|
|
250
250
|
"text-neutral-light",
|
|
251
251
|
"placeholder:text-neutral-light",
|
|
252
|
-
"group-has-[.error]/input:text-danger-light",
|
|
253
|
-
"group-has-[.error]/input:placeholder:text-danger-light"
|
|
252
|
+
"group-has-[p.error]/input:text-danger-light",
|
|
253
|
+
"group-has-[p.error]/input:placeholder:text-danger-light"
|
|
254
254
|
],
|
|
255
|
-
content: ["text-neutral-light", "group-has-[.error]/input:text-danger-light"],
|
|
255
|
+
content: ["text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
|
|
256
256
|
helperText: ["!text-neutral-light"],
|
|
257
257
|
errorText: ["!text-danger-light"]
|
|
258
258
|
}
|
|
@@ -319,7 +319,7 @@ var inputStyle = tv(
|
|
|
319
319
|
disabled: true,
|
|
320
320
|
variant: ["outline", "underline"],
|
|
321
321
|
class: {
|
|
322
|
-
inputWrapper: ["!bg-body-background", "group-has-[.error]/input:border-danger-light"]
|
|
322
|
+
inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:border-danger-light"]
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
],
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
import {
|
|
3
3
|
dateTimePickerStyle,
|
|
4
4
|
dateTimePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-DNFBQYVG.mjs";
|
|
6
|
+
import "../../chunk-VP3NVHFU.mjs";
|
|
7
7
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
8
8
|
import "../../chunk-VVOOYDJS.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-KWWYMTJP.mjs";
|
|
10
10
|
import "../../chunk-FWJ2ZKH6.mjs";
|
|
11
11
|
import "../../chunk-HKXUNG3H.mjs";
|
|
12
12
|
import "../../chunk-P732YGHO.mjs";
|
|
13
|
-
import "../../chunk-CF6O6TCF.mjs";
|
|
14
13
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
14
|
import "../../chunk-24NQEB73.mjs";
|
|
15
|
+
import "../../chunk-CF6O6TCF.mjs";
|
|
16
16
|
import "../../chunk-P2TMIZRH.mjs";
|
|
17
17
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
import "../../chunk-75HLCORR.mjs";
|
|
3
3
|
import {
|
|
4
4
|
dateTimePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-DNFBQYVG.mjs";
|
|
6
|
+
import "../../chunk-VP3NVHFU.mjs";
|
|
7
7
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
8
8
|
import "../../chunk-VVOOYDJS.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-KWWYMTJP.mjs";
|
|
10
10
|
import "../../chunk-FWJ2ZKH6.mjs";
|
|
11
11
|
import "../../chunk-HKXUNG3H.mjs";
|
|
12
12
|
import "../../chunk-P732YGHO.mjs";
|
|
13
|
-
import "../../chunk-CF6O6TCF.mjs";
|
|
14
13
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
14
|
import "../../chunk-24NQEB73.mjs";
|
|
15
|
+
import "../../chunk-CF6O6TCF.mjs";
|
|
16
16
|
import "../../chunk-P2TMIZRH.mjs";
|
|
17
17
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
timePicker_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-VP3NVHFU.mjs";
|
|
5
5
|
import "../../chunk-7MVEAQ7Z.mjs";
|
|
6
6
|
import "../../chunk-VVOOYDJS.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-CF6O6TCF.mjs";
|
|
7
|
+
import "../../chunk-KWWYMTJP.mjs";
|
|
9
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
9
|
import "../../chunk-24NQEB73.mjs";
|
|
10
|
+
import "../../chunk-CF6O6TCF.mjs";
|
|
11
11
|
import "../../chunk-P2TMIZRH.mjs";
|
|
12
12
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
13
13
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -4165,7 +4165,7 @@ var inputStyle = tv(
|
|
|
4165
4165
|
horizon: ["flex-row", "gap-0"],
|
|
4166
4166
|
label: ["flex", "items-center", "font-bold", "text-body-foreground", "min-w-[80px]"],
|
|
4167
4167
|
innerWrapper: ["flex", "flex-col"],
|
|
4168
|
-
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[.error]/input:bg-danger-soft"],
|
|
4168
|
+
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[p.error]/input:bg-danger-soft"],
|
|
4169
4169
|
input: [
|
|
4170
4170
|
"w-full",
|
|
4171
4171
|
"h-full",
|
|
@@ -4178,8 +4178,8 @@ var inputStyle = tv(
|
|
|
4178
4178
|
"group-has-[:hover]/input:placeholder:text-neutral-dark",
|
|
4179
4179
|
"group-has-[:focus]/input:text-neutral-dark",
|
|
4180
4180
|
"group-has-[:focus]/input:placeholder:text-neutral-dark",
|
|
4181
|
-
"group-has-[.error]/input:text-danger-main",
|
|
4182
|
-
"group-has-[.error]/input:placeholder:text-danger-main"
|
|
4181
|
+
"group-has-[p.error]/input:text-danger-main",
|
|
4182
|
+
"group-has-[p.error]/input:placeholder:text-danger-main"
|
|
4183
4183
|
],
|
|
4184
4184
|
content: [
|
|
4185
4185
|
"flex",
|
|
@@ -4187,7 +4187,7 @@ var inputStyle = tv(
|
|
|
4187
4187
|
"select-none",
|
|
4188
4188
|
"text-neutral-main",
|
|
4189
4189
|
"group-has-[:hover]/input:text-neutral-dark",
|
|
4190
|
-
"group-has-[.error]/input:text-danger-main"
|
|
4190
|
+
"group-has-[p.error]/input:text-danger-main"
|
|
4191
4191
|
],
|
|
4192
4192
|
helperText: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
|
|
4193
4193
|
errorText: ["text-danger-main"],
|
|
@@ -4204,7 +4204,7 @@ var inputStyle = tv(
|
|
|
4204
4204
|
"border-neutral-light",
|
|
4205
4205
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4206
4206
|
"group-has-[:focus]/input:bg-body-background",
|
|
4207
|
-
"group-has-[.error]/input:border-danger-main"
|
|
4207
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
4208
4208
|
],
|
|
4209
4209
|
readonly: ["!bg-trans-soft"]
|
|
4210
4210
|
},
|
|
@@ -4214,7 +4214,7 @@ var inputStyle = tv(
|
|
|
4214
4214
|
"rounded-none",
|
|
4215
4215
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4216
4216
|
"group-has-[:focus]/input:bg-body-background",
|
|
4217
|
-
"group-has-[.error]/input:border-danger-main"
|
|
4217
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
4218
4218
|
],
|
|
4219
4219
|
readonly: ["!bg-trans-soft"]
|
|
4220
4220
|
}
|
|
@@ -4223,7 +4223,7 @@ var inputStyle = tv(
|
|
|
4223
4223
|
primary: {
|
|
4224
4224
|
content: [
|
|
4225
4225
|
"group-has-[:focus]/input:text-primary-main",
|
|
4226
|
-
"!group-has-[.error]:not(input:focus):hover/input:text-primary-main"
|
|
4226
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4227
4227
|
],
|
|
4228
4228
|
helperText: [
|
|
4229
4229
|
"group-has-[:focus]/input:text-primary-main",
|
|
@@ -4234,7 +4234,7 @@ var inputStyle = tv(
|
|
|
4234
4234
|
secondary: {
|
|
4235
4235
|
content: [
|
|
4236
4236
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4237
|
-
"group-has-[:focus:hover
|
|
4237
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4238
4238
|
],
|
|
4239
4239
|
helperText: [
|
|
4240
4240
|
"group-has-[:focus]/input:text-secondary-main",
|
|
@@ -4290,14 +4290,14 @@ var inputStyle = tv(
|
|
|
4290
4290
|
},
|
|
4291
4291
|
disabled: {
|
|
4292
4292
|
true: {
|
|
4293
|
-
inputWrapper: ["bg-neutral-soft", "pointer-events-none", "group-has-[.error]/input:text-danger-light"],
|
|
4293
|
+
inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "!group-has-[p.error]/input:text-danger-light"],
|
|
4294
4294
|
input: [
|
|
4295
4295
|
"text-neutral-light",
|
|
4296
4296
|
"placeholder:text-neutral-light",
|
|
4297
|
-
"group-has-[.error]/input:text-danger-light",
|
|
4298
|
-
"group-has-[.error]/input:placeholder:text-danger-light"
|
|
4297
|
+
"group-has-[p.error]/input:text-danger-light",
|
|
4298
|
+
"group-has-[p.error]/input:placeholder:text-danger-light"
|
|
4299
4299
|
],
|
|
4300
|
-
content: ["text-neutral-light", "group-has-[.error]/input:text-danger-light"],
|
|
4300
|
+
content: ["text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
|
|
4301
4301
|
helperText: ["!text-neutral-light"],
|
|
4302
4302
|
errorText: ["!text-danger-light"]
|
|
4303
4303
|
}
|
|
@@ -4364,7 +4364,7 @@ var inputStyle = tv(
|
|
|
4364
4364
|
disabled: true,
|
|
4365
4365
|
variant: ["outline", "underline"],
|
|
4366
4366
|
class: {
|
|
4367
|
-
inputWrapper: ["!bg-body-background", "group-has-[.error]/input:border-danger-light"]
|
|
4367
|
+
inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:border-danger-light"]
|
|
4368
4368
|
}
|
|
4369
4369
|
}
|
|
4370
4370
|
],
|
|
@@ -4164,7 +4164,7 @@ var inputStyle = tv(
|
|
|
4164
4164
|
horizon: ["flex-row", "gap-0"],
|
|
4165
4165
|
label: ["flex", "items-center", "font-bold", "text-body-foreground", "min-w-[80px]"],
|
|
4166
4166
|
innerWrapper: ["flex", "flex-col"],
|
|
4167
|
-
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[.error]/input:bg-danger-soft"],
|
|
4167
|
+
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[p.error]/input:bg-danger-soft"],
|
|
4168
4168
|
input: [
|
|
4169
4169
|
"w-full",
|
|
4170
4170
|
"h-full",
|
|
@@ -4177,8 +4177,8 @@ var inputStyle = tv(
|
|
|
4177
4177
|
"group-has-[:hover]/input:placeholder:text-neutral-dark",
|
|
4178
4178
|
"group-has-[:focus]/input:text-neutral-dark",
|
|
4179
4179
|
"group-has-[:focus]/input:placeholder:text-neutral-dark",
|
|
4180
|
-
"group-has-[.error]/input:text-danger-main",
|
|
4181
|
-
"group-has-[.error]/input:placeholder:text-danger-main"
|
|
4180
|
+
"group-has-[p.error]/input:text-danger-main",
|
|
4181
|
+
"group-has-[p.error]/input:placeholder:text-danger-main"
|
|
4182
4182
|
],
|
|
4183
4183
|
content: [
|
|
4184
4184
|
"flex",
|
|
@@ -4186,7 +4186,7 @@ var inputStyle = tv(
|
|
|
4186
4186
|
"select-none",
|
|
4187
4187
|
"text-neutral-main",
|
|
4188
4188
|
"group-has-[:hover]/input:text-neutral-dark",
|
|
4189
|
-
"group-has-[.error]/input:text-danger-main"
|
|
4189
|
+
"group-has-[p.error]/input:text-danger-main"
|
|
4190
4190
|
],
|
|
4191
4191
|
helperText: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
|
|
4192
4192
|
errorText: ["text-danger-main"],
|
|
@@ -4203,7 +4203,7 @@ var inputStyle = tv(
|
|
|
4203
4203
|
"border-neutral-light",
|
|
4204
4204
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4205
4205
|
"group-has-[:focus]/input:bg-body-background",
|
|
4206
|
-
"group-has-[.error]/input:border-danger-main"
|
|
4206
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
4207
4207
|
],
|
|
4208
4208
|
readonly: ["!bg-trans-soft"]
|
|
4209
4209
|
},
|
|
@@ -4213,7 +4213,7 @@ var inputStyle = tv(
|
|
|
4213
4213
|
"rounded-none",
|
|
4214
4214
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4215
4215
|
"group-has-[:focus]/input:bg-body-background",
|
|
4216
|
-
"group-has-[.error]/input:border-danger-main"
|
|
4216
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
4217
4217
|
],
|
|
4218
4218
|
readonly: ["!bg-trans-soft"]
|
|
4219
4219
|
}
|
|
@@ -4222,7 +4222,7 @@ var inputStyle = tv(
|
|
|
4222
4222
|
primary: {
|
|
4223
4223
|
content: [
|
|
4224
4224
|
"group-has-[:focus]/input:text-primary-main",
|
|
4225
|
-
"!group-has-[.error]:not(input:focus):hover/input:text-primary-main"
|
|
4225
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4226
4226
|
],
|
|
4227
4227
|
helperText: [
|
|
4228
4228
|
"group-has-[:focus]/input:text-primary-main",
|
|
@@ -4233,7 +4233,7 @@ var inputStyle = tv(
|
|
|
4233
4233
|
secondary: {
|
|
4234
4234
|
content: [
|
|
4235
4235
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4236
|
-
"group-has-[:focus:hover
|
|
4236
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4237
4237
|
],
|
|
4238
4238
|
helperText: [
|
|
4239
4239
|
"group-has-[:focus]/input:text-secondary-main",
|
|
@@ -4289,14 +4289,14 @@ var inputStyle = tv(
|
|
|
4289
4289
|
},
|
|
4290
4290
|
disabled: {
|
|
4291
4291
|
true: {
|
|
4292
|
-
inputWrapper: ["bg-neutral-soft", "pointer-events-none", "group-has-[.error]/input:text-danger-light"],
|
|
4292
|
+
inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "!group-has-[p.error]/input:text-danger-light"],
|
|
4293
4293
|
input: [
|
|
4294
4294
|
"text-neutral-light",
|
|
4295
4295
|
"placeholder:text-neutral-light",
|
|
4296
|
-
"group-has-[.error]/input:text-danger-light",
|
|
4297
|
-
"group-has-[.error]/input:placeholder:text-danger-light"
|
|
4296
|
+
"group-has-[p.error]/input:text-danger-light",
|
|
4297
|
+
"group-has-[p.error]/input:placeholder:text-danger-light"
|
|
4298
4298
|
],
|
|
4299
|
-
content: ["text-neutral-light", "group-has-[.error]/input:text-danger-light"],
|
|
4299
|
+
content: ["text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
|
|
4300
4300
|
helperText: ["!text-neutral-light"],
|
|
4301
4301
|
errorText: ["!text-danger-light"]
|
|
4302
4302
|
}
|
|
@@ -4363,7 +4363,7 @@ var inputStyle = tv(
|
|
|
4363
4363
|
disabled: true,
|
|
4364
4364
|
variant: ["outline", "underline"],
|
|
4365
4365
|
class: {
|
|
4366
|
-
inputWrapper: ["!bg-body-background", "group-has-[.error]/input:border-danger-light"]
|
|
4366
|
+
inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:border-danger-light"]
|
|
4367
4367
|
}
|
|
4368
4368
|
}
|
|
4369
4369
|
],
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
} from "../../chunk-VVOOYDJS.mjs";
|
|
6
6
|
import {
|
|
7
7
|
listItem_default
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-CF6O6TCF.mjs";
|
|
8
|
+
} from "../../chunk-KWWYMTJP.mjs";
|
|
10
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
11
10
|
import "../../chunk-24NQEB73.mjs";
|
|
11
|
+
import "../../chunk-CF6O6TCF.mjs";
|
|
12
12
|
import "../../chunk-P2TMIZRH.mjs";
|
|
13
13
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
14
14
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
listItem_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-CF6O6TCF.mjs";
|
|
4
|
+
} from "../../chunk-KWWYMTJP.mjs";
|
|
6
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
6
|
import "../../chunk-24NQEB73.mjs";
|
|
7
|
+
import "../../chunk-CF6O6TCF.mjs";
|
|
8
8
|
import "../../chunk-P2TMIZRH.mjs";
|
|
9
9
|
import "../../chunk-2ZT6V4QR.mjs";
|
|
10
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -4193,7 +4193,7 @@ var inputStyle = tv(
|
|
|
4193
4193
|
horizon: ["flex-row", "gap-0"],
|
|
4194
4194
|
label: ["flex", "items-center", "font-bold", "text-body-foreground", "min-w-[80px]"],
|
|
4195
4195
|
innerWrapper: ["flex", "flex-col"],
|
|
4196
|
-
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[.error]/input:bg-danger-soft"],
|
|
4196
|
+
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[p.error]/input:bg-danger-soft"],
|
|
4197
4197
|
input: [
|
|
4198
4198
|
"w-full",
|
|
4199
4199
|
"h-full",
|
|
@@ -4206,8 +4206,8 @@ var inputStyle = tv(
|
|
|
4206
4206
|
"group-has-[:hover]/input:placeholder:text-neutral-dark",
|
|
4207
4207
|
"group-has-[:focus]/input:text-neutral-dark",
|
|
4208
4208
|
"group-has-[:focus]/input:placeholder:text-neutral-dark",
|
|
4209
|
-
"group-has-[.error]/input:text-danger-main",
|
|
4210
|
-
"group-has-[.error]/input:placeholder:text-danger-main"
|
|
4209
|
+
"group-has-[p.error]/input:text-danger-main",
|
|
4210
|
+
"group-has-[p.error]/input:placeholder:text-danger-main"
|
|
4211
4211
|
],
|
|
4212
4212
|
content: [
|
|
4213
4213
|
"flex",
|
|
@@ -4215,7 +4215,7 @@ var inputStyle = tv(
|
|
|
4215
4215
|
"select-none",
|
|
4216
4216
|
"text-neutral-main",
|
|
4217
4217
|
"group-has-[:hover]/input:text-neutral-dark",
|
|
4218
|
-
"group-has-[.error]/input:text-danger-main"
|
|
4218
|
+
"group-has-[p.error]/input:text-danger-main"
|
|
4219
4219
|
],
|
|
4220
4220
|
helperText: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
|
|
4221
4221
|
errorText: ["text-danger-main"],
|
|
@@ -4232,7 +4232,7 @@ var inputStyle = tv(
|
|
|
4232
4232
|
"border-neutral-light",
|
|
4233
4233
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4234
4234
|
"group-has-[:focus]/input:bg-body-background",
|
|
4235
|
-
"group-has-[.error]/input:border-danger-main"
|
|
4235
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
4236
4236
|
],
|
|
4237
4237
|
readonly: ["!bg-trans-soft"]
|
|
4238
4238
|
},
|
|
@@ -4242,7 +4242,7 @@ var inputStyle = tv(
|
|
|
4242
4242
|
"rounded-none",
|
|
4243
4243
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4244
4244
|
"group-has-[:focus]/input:bg-body-background",
|
|
4245
|
-
"group-has-[.error]/input:border-danger-main"
|
|
4245
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
4246
4246
|
],
|
|
4247
4247
|
readonly: ["!bg-trans-soft"]
|
|
4248
4248
|
}
|
|
@@ -4251,7 +4251,7 @@ var inputStyle = tv(
|
|
|
4251
4251
|
primary: {
|
|
4252
4252
|
content: [
|
|
4253
4253
|
"group-has-[:focus]/input:text-primary-main",
|
|
4254
|
-
"!group-has-[.error]:not(input:focus):hover/input:text-primary-main"
|
|
4254
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4255
4255
|
],
|
|
4256
4256
|
helperText: [
|
|
4257
4257
|
"group-has-[:focus]/input:text-primary-main",
|
|
@@ -4262,7 +4262,7 @@ var inputStyle = tv(
|
|
|
4262
4262
|
secondary: {
|
|
4263
4263
|
content: [
|
|
4264
4264
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4265
|
-
"group-has-[:focus:hover
|
|
4265
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4266
4266
|
],
|
|
4267
4267
|
helperText: [
|
|
4268
4268
|
"group-has-[:focus]/input:text-secondary-main",
|
|
@@ -4318,14 +4318,14 @@ var inputStyle = tv(
|
|
|
4318
4318
|
},
|
|
4319
4319
|
disabled: {
|
|
4320
4320
|
true: {
|
|
4321
|
-
inputWrapper: ["bg-neutral-soft", "pointer-events-none", "group-has-[.error]/input:text-danger-light"],
|
|
4321
|
+
inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "!group-has-[p.error]/input:text-danger-light"],
|
|
4322
4322
|
input: [
|
|
4323
4323
|
"text-neutral-light",
|
|
4324
4324
|
"placeholder:text-neutral-light",
|
|
4325
|
-
"group-has-[.error]/input:text-danger-light",
|
|
4326
|
-
"group-has-[.error]/input:placeholder:text-danger-light"
|
|
4325
|
+
"group-has-[p.error]/input:text-danger-light",
|
|
4326
|
+
"group-has-[p.error]/input:placeholder:text-danger-light"
|
|
4327
4327
|
],
|
|
4328
|
-
content: ["text-neutral-light", "group-has-[.error]/input:text-danger-light"],
|
|
4328
|
+
content: ["text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
|
|
4329
4329
|
helperText: ["!text-neutral-light"],
|
|
4330
4330
|
errorText: ["!text-danger-light"]
|
|
4331
4331
|
}
|
|
@@ -4392,7 +4392,7 @@ var inputStyle = tv(
|
|
|
4392
4392
|
disabled: true,
|
|
4393
4393
|
variant: ["outline", "underline"],
|
|
4394
4394
|
class: {
|
|
4395
|
-
inputWrapper: ["!bg-body-background", "group-has-[.error]/input:border-danger-light"]
|
|
4395
|
+
inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:border-danger-light"]
|
|
4396
4396
|
}
|
|
4397
4397
|
}
|
|
4398
4398
|
],
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-7B7LRG5J.mjs";
|
|
3
3
|
import {
|
|
4
4
|
pagination_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-3K5BE4OJ.mjs";
|
|
6
6
|
import "../../chunk-F3HENRVM.mjs";
|
|
7
7
|
import "../../chunk-2GCSFWHD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-WN7WKYYI.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
10
|
import "../../chunk-24NQEB73.mjs";
|
|
11
11
|
import "../../chunk-P2TMIZRH.mjs";
|
|
@@ -4192,7 +4192,7 @@ var inputStyle = tv(
|
|
|
4192
4192
|
horizon: ["flex-row", "gap-0"],
|
|
4193
4193
|
label: ["flex", "items-center", "font-bold", "text-body-foreground", "min-w-[80px]"],
|
|
4194
4194
|
innerWrapper: ["flex", "flex-col"],
|
|
4195
|
-
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[.error]/input:bg-danger-soft"],
|
|
4195
|
+
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[p.error]/input:bg-danger-soft"],
|
|
4196
4196
|
input: [
|
|
4197
4197
|
"w-full",
|
|
4198
4198
|
"h-full",
|
|
@@ -4205,8 +4205,8 @@ var inputStyle = tv(
|
|
|
4205
4205
|
"group-has-[:hover]/input:placeholder:text-neutral-dark",
|
|
4206
4206
|
"group-has-[:focus]/input:text-neutral-dark",
|
|
4207
4207
|
"group-has-[:focus]/input:placeholder:text-neutral-dark",
|
|
4208
|
-
"group-has-[.error]/input:text-danger-main",
|
|
4209
|
-
"group-has-[.error]/input:placeholder:text-danger-main"
|
|
4208
|
+
"group-has-[p.error]/input:text-danger-main",
|
|
4209
|
+
"group-has-[p.error]/input:placeholder:text-danger-main"
|
|
4210
4210
|
],
|
|
4211
4211
|
content: [
|
|
4212
4212
|
"flex",
|
|
@@ -4214,7 +4214,7 @@ var inputStyle = tv(
|
|
|
4214
4214
|
"select-none",
|
|
4215
4215
|
"text-neutral-main",
|
|
4216
4216
|
"group-has-[:hover]/input:text-neutral-dark",
|
|
4217
|
-
"group-has-[.error]/input:text-danger-main"
|
|
4217
|
+
"group-has-[p.error]/input:text-danger-main"
|
|
4218
4218
|
],
|
|
4219
4219
|
helperText: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
|
|
4220
4220
|
errorText: ["text-danger-main"],
|
|
@@ -4231,7 +4231,7 @@ var inputStyle = tv(
|
|
|
4231
4231
|
"border-neutral-light",
|
|
4232
4232
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4233
4233
|
"group-has-[:focus]/input:bg-body-background",
|
|
4234
|
-
"group-has-[.error]/input:border-danger-main"
|
|
4234
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
4235
4235
|
],
|
|
4236
4236
|
readonly: ["!bg-trans-soft"]
|
|
4237
4237
|
},
|
|
@@ -4241,7 +4241,7 @@ var inputStyle = tv(
|
|
|
4241
4241
|
"rounded-none",
|
|
4242
4242
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4243
4243
|
"group-has-[:focus]/input:bg-body-background",
|
|
4244
|
-
"group-has-[.error]/input:border-danger-main"
|
|
4244
|
+
"group-has-[p.error]/input:border-danger-main"
|
|
4245
4245
|
],
|
|
4246
4246
|
readonly: ["!bg-trans-soft"]
|
|
4247
4247
|
}
|
|
@@ -4250,7 +4250,7 @@ var inputStyle = tv(
|
|
|
4250
4250
|
primary: {
|
|
4251
4251
|
content: [
|
|
4252
4252
|
"group-has-[:focus]/input:text-primary-main",
|
|
4253
|
-
"!group-has-[.error]:not(input:focus):hover/input:text-primary-main"
|
|
4253
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4254
4254
|
],
|
|
4255
4255
|
helperText: [
|
|
4256
4256
|
"group-has-[:focus]/input:text-primary-main",
|
|
@@ -4261,7 +4261,7 @@ var inputStyle = tv(
|
|
|
4261
4261
|
secondary: {
|
|
4262
4262
|
content: [
|
|
4263
4263
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4264
|
-
"group-has-[:focus:hover
|
|
4264
|
+
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4265
4265
|
],
|
|
4266
4266
|
helperText: [
|
|
4267
4267
|
"group-has-[:focus]/input:text-secondary-main",
|
|
@@ -4317,14 +4317,14 @@ var inputStyle = tv(
|
|
|
4317
4317
|
},
|
|
4318
4318
|
disabled: {
|
|
4319
4319
|
true: {
|
|
4320
|
-
inputWrapper: ["bg-neutral-soft", "pointer-events-none", "group-has-[.error]/input:text-danger-light"],
|
|
4320
|
+
inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "!group-has-[p.error]/input:text-danger-light"],
|
|
4321
4321
|
input: [
|
|
4322
4322
|
"text-neutral-light",
|
|
4323
4323
|
"placeholder:text-neutral-light",
|
|
4324
|
-
"group-has-[.error]/input:text-danger-light",
|
|
4325
|
-
"group-has-[.error]/input:placeholder:text-danger-light"
|
|
4324
|
+
"group-has-[p.error]/input:text-danger-light",
|
|
4325
|
+
"group-has-[p.error]/input:placeholder:text-danger-light"
|
|
4326
4326
|
],
|
|
4327
|
-
content: ["text-neutral-light", "group-has-[.error]/input:text-danger-light"],
|
|
4327
|
+
content: ["text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
|
|
4328
4328
|
helperText: ["!text-neutral-light"],
|
|
4329
4329
|
errorText: ["!text-danger-light"]
|
|
4330
4330
|
}
|
|
@@ -4391,7 +4391,7 @@ var inputStyle = tv(
|
|
|
4391
4391
|
disabled: true,
|
|
4392
4392
|
variant: ["outline", "underline"],
|
|
4393
4393
|
class: {
|
|
4394
|
-
inputWrapper: ["!bg-body-background", "group-has-[.error]/input:border-danger-light"]
|
|
4394
|
+
inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:border-danger-light"]
|
|
4395
4395
|
}
|
|
4396
4396
|
}
|
|
4397
4397
|
],
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
paginationStyle,
|
|
4
4
|
pagination_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-3K5BE4OJ.mjs";
|
|
6
6
|
import "../../chunk-F3HENRVM.mjs";
|
|
7
7
|
import "../../chunk-2GCSFWHD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-WN7WKYYI.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
10
|
import "../../chunk-24NQEB73.mjs";
|
|
11
11
|
import "../../chunk-P2TMIZRH.mjs";
|