@deepnoid/ui 0.1.3 → 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 +127 -127
- package/dist/{chunk-X7FHRV4S.mjs → chunk-3K5BE4OJ.mjs} +1 -1
- package/dist/{chunk-SSEQSF5F.mjs → chunk-DNFBQYVG.mjs} +1 -1
- package/dist/{chunk-L6XWAHH5.mjs → chunk-QH4PCQN5.mjs} +1 -1
- package/dist/{chunk-YCMZELLD.mjs → chunk-VP3NVHFU.mjs} +1 -1
- package/dist/{chunk-B6CXZCXQ.mjs → chunk-WN7WKYYI.mjs} +60 -9
- 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 +60 -9
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.js +60 -9
- 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 +60 -9
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +60 -9
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/table/index.js +60 -9
- package/dist/components/table/index.mjs +3 -3
- package/dist/components/table/table.js +60 -9
- package/dist/components/table/table.mjs +3 -3
- package/dist/index.js +60 -9
- package/dist/index.mjs +30 -30
- package/package.json +1 -1
- package/dist/{chunk-AYWI2CRE.mjs → chunk-KWWYMTJP.mjs} +3 -3
|
@@ -167,9 +167,6 @@ var inputStyle = tv(
|
|
|
167
167
|
inputWrapper: [
|
|
168
168
|
"bg-transparent",
|
|
169
169
|
"rounded-none",
|
|
170
|
-
"!border-t-transparent",
|
|
171
|
-
"!border-l-transparent",
|
|
172
|
-
"!border-r-transparent",
|
|
173
170
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
174
171
|
"group-has-[:focus]/input:bg-body-background",
|
|
175
172
|
"group-has-[p.error]/input:border-danger-main"
|
|
@@ -181,7 +178,6 @@ var inputStyle = tv(
|
|
|
181
178
|
primary: {
|
|
182
179
|
content: [
|
|
183
180
|
"group-has-[:focus]/input:text-primary-main",
|
|
184
|
-
"group-has-[:focus:hover]/input:text-primary-main",
|
|
185
181
|
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
186
182
|
],
|
|
187
183
|
helperText: [
|
|
@@ -193,7 +189,6 @@ var inputStyle = tv(
|
|
|
193
189
|
secondary: {
|
|
194
190
|
content: [
|
|
195
191
|
"group-has-[:focus]/input:text-secondary-main",
|
|
196
|
-
"group-has-[:focus:hover]/input:text-secondary-main",
|
|
197
192
|
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
198
193
|
],
|
|
199
194
|
helperText: [
|
|
@@ -208,7 +203,7 @@ var inputStyle = tv(
|
|
|
208
203
|
base: ["text-sm", "gap-[4px]"],
|
|
209
204
|
label: ["text-sm"],
|
|
210
205
|
innerWrapper: ["gap-[4px]"],
|
|
211
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"
|
|
206
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"],
|
|
212
207
|
helperText: ["text-sm"],
|
|
213
208
|
errorText: ["text-sm"]
|
|
214
209
|
},
|
|
@@ -216,7 +211,7 @@ var inputStyle = tv(
|
|
|
216
211
|
base: ["text-md", "gap-[6px]"],
|
|
217
212
|
label: ["text-md"],
|
|
218
213
|
innerWrapper: ["gap-[6px]"],
|
|
219
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"
|
|
214
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"],
|
|
220
215
|
helperText: ["text-sm"],
|
|
221
216
|
errorText: ["text-sm"]
|
|
222
217
|
},
|
|
@@ -224,7 +219,7 @@ var inputStyle = tv(
|
|
|
224
219
|
base: ["text-lg", "gap-[8px]"],
|
|
225
220
|
label: ["text-lg"],
|
|
226
221
|
innerWrapper: ["gap-[8px]"],
|
|
227
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"
|
|
222
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"],
|
|
228
223
|
helperText: ["text-md"],
|
|
229
224
|
errorText: ["text-md"]
|
|
230
225
|
},
|
|
@@ -232,7 +227,7 @@ var inputStyle = tv(
|
|
|
232
227
|
base: ["text-xl", "gap-[10px]"],
|
|
233
228
|
label: ["text-xl"],
|
|
234
229
|
innerWrapper: ["gap-[10px]"],
|
|
235
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"
|
|
230
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"],
|
|
236
231
|
helperText: ["text-md"],
|
|
237
232
|
errorText: ["text-md"]
|
|
238
233
|
}
|
|
@@ -264,6 +259,62 @@ var inputStyle = tv(
|
|
|
264
259
|
}
|
|
265
260
|
},
|
|
266
261
|
compoundVariants: [
|
|
262
|
+
{
|
|
263
|
+
variant: "outline",
|
|
264
|
+
size: "sm",
|
|
265
|
+
class: {
|
|
266
|
+
inputWrapper: ["border-sm"]
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
variant: "outline",
|
|
271
|
+
size: "md",
|
|
272
|
+
class: {
|
|
273
|
+
inputWrapper: ["border-md"]
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
variant: "outline",
|
|
278
|
+
size: "lg",
|
|
279
|
+
class: {
|
|
280
|
+
inputWrapper: ["border-lg"]
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
variant: "outline",
|
|
285
|
+
size: "xl",
|
|
286
|
+
class: {
|
|
287
|
+
inputWrapper: ["border-xl"]
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
variant: "underline",
|
|
292
|
+
size: "sm",
|
|
293
|
+
class: {
|
|
294
|
+
inputWrapper: ["border-b-sm"]
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
variant: "underline",
|
|
299
|
+
size: "md",
|
|
300
|
+
class: {
|
|
301
|
+
inputWrapper: ["border-b-md"]
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
variant: "underline",
|
|
306
|
+
size: "lg",
|
|
307
|
+
class: {
|
|
308
|
+
inputWrapper: ["border-b-lg"]
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
variant: "underline",
|
|
313
|
+
size: "xl",
|
|
314
|
+
class: {
|
|
315
|
+
inputWrapper: ["border-b-xl"]
|
|
316
|
+
}
|
|
317
|
+
},
|
|
267
318
|
{
|
|
268
319
|
disabled: true,
|
|
269
320
|
variant: ["outline", "underline"],
|
|
@@ -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";
|
|
@@ -4212,9 +4212,6 @@ var inputStyle = tv(
|
|
|
4212
4212
|
inputWrapper: [
|
|
4213
4213
|
"bg-transparent",
|
|
4214
4214
|
"rounded-none",
|
|
4215
|
-
"!border-t-transparent",
|
|
4216
|
-
"!border-l-transparent",
|
|
4217
|
-
"!border-r-transparent",
|
|
4218
4215
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4219
4216
|
"group-has-[:focus]/input:bg-body-background",
|
|
4220
4217
|
"group-has-[p.error]/input:border-danger-main"
|
|
@@ -4226,7 +4223,6 @@ var inputStyle = tv(
|
|
|
4226
4223
|
primary: {
|
|
4227
4224
|
content: [
|
|
4228
4225
|
"group-has-[:focus]/input:text-primary-main",
|
|
4229
|
-
"group-has-[:focus:hover]/input:text-primary-main",
|
|
4230
4226
|
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4231
4227
|
],
|
|
4232
4228
|
helperText: [
|
|
@@ -4238,7 +4234,6 @@ var inputStyle = tv(
|
|
|
4238
4234
|
secondary: {
|
|
4239
4235
|
content: [
|
|
4240
4236
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4241
|
-
"group-has-[:focus:hover]/input:text-secondary-main",
|
|
4242
4237
|
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4243
4238
|
],
|
|
4244
4239
|
helperText: [
|
|
@@ -4253,7 +4248,7 @@ var inputStyle = tv(
|
|
|
4253
4248
|
base: ["text-sm", "gap-[4px]"],
|
|
4254
4249
|
label: ["text-sm"],
|
|
4255
4250
|
innerWrapper: ["gap-[4px]"],
|
|
4256
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"
|
|
4251
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"],
|
|
4257
4252
|
helperText: ["text-sm"],
|
|
4258
4253
|
errorText: ["text-sm"]
|
|
4259
4254
|
},
|
|
@@ -4261,7 +4256,7 @@ var inputStyle = tv(
|
|
|
4261
4256
|
base: ["text-md", "gap-[6px]"],
|
|
4262
4257
|
label: ["text-md"],
|
|
4263
4258
|
innerWrapper: ["gap-[6px]"],
|
|
4264
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"
|
|
4259
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"],
|
|
4265
4260
|
helperText: ["text-sm"],
|
|
4266
4261
|
errorText: ["text-sm"]
|
|
4267
4262
|
},
|
|
@@ -4269,7 +4264,7 @@ var inputStyle = tv(
|
|
|
4269
4264
|
base: ["text-lg", "gap-[8px]"],
|
|
4270
4265
|
label: ["text-lg"],
|
|
4271
4266
|
innerWrapper: ["gap-[8px]"],
|
|
4272
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"
|
|
4267
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"],
|
|
4273
4268
|
helperText: ["text-md"],
|
|
4274
4269
|
errorText: ["text-md"]
|
|
4275
4270
|
},
|
|
@@ -4277,7 +4272,7 @@ var inputStyle = tv(
|
|
|
4277
4272
|
base: ["text-xl", "gap-[10px]"],
|
|
4278
4273
|
label: ["text-xl"],
|
|
4279
4274
|
innerWrapper: ["gap-[10px]"],
|
|
4280
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"
|
|
4275
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"],
|
|
4281
4276
|
helperText: ["text-md"],
|
|
4282
4277
|
errorText: ["text-md"]
|
|
4283
4278
|
}
|
|
@@ -4309,6 +4304,62 @@ var inputStyle = tv(
|
|
|
4309
4304
|
}
|
|
4310
4305
|
},
|
|
4311
4306
|
compoundVariants: [
|
|
4307
|
+
{
|
|
4308
|
+
variant: "outline",
|
|
4309
|
+
size: "sm",
|
|
4310
|
+
class: {
|
|
4311
|
+
inputWrapper: ["border-sm"]
|
|
4312
|
+
}
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
variant: "outline",
|
|
4316
|
+
size: "md",
|
|
4317
|
+
class: {
|
|
4318
|
+
inputWrapper: ["border-md"]
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
4321
|
+
{
|
|
4322
|
+
variant: "outline",
|
|
4323
|
+
size: "lg",
|
|
4324
|
+
class: {
|
|
4325
|
+
inputWrapper: ["border-lg"]
|
|
4326
|
+
}
|
|
4327
|
+
},
|
|
4328
|
+
{
|
|
4329
|
+
variant: "outline",
|
|
4330
|
+
size: "xl",
|
|
4331
|
+
class: {
|
|
4332
|
+
inputWrapper: ["border-xl"]
|
|
4333
|
+
}
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
variant: "underline",
|
|
4337
|
+
size: "sm",
|
|
4338
|
+
class: {
|
|
4339
|
+
inputWrapper: ["border-b-sm"]
|
|
4340
|
+
}
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
variant: "underline",
|
|
4344
|
+
size: "md",
|
|
4345
|
+
class: {
|
|
4346
|
+
inputWrapper: ["border-b-md"]
|
|
4347
|
+
}
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
variant: "underline",
|
|
4351
|
+
size: "lg",
|
|
4352
|
+
class: {
|
|
4353
|
+
inputWrapper: ["border-b-lg"]
|
|
4354
|
+
}
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
variant: "underline",
|
|
4358
|
+
size: "xl",
|
|
4359
|
+
class: {
|
|
4360
|
+
inputWrapper: ["border-b-xl"]
|
|
4361
|
+
}
|
|
4362
|
+
},
|
|
4312
4363
|
{
|
|
4313
4364
|
disabled: true,
|
|
4314
4365
|
variant: ["outline", "underline"],
|
|
@@ -4211,9 +4211,6 @@ var inputStyle = tv(
|
|
|
4211
4211
|
inputWrapper: [
|
|
4212
4212
|
"bg-transparent",
|
|
4213
4213
|
"rounded-none",
|
|
4214
|
-
"!border-t-transparent",
|
|
4215
|
-
"!border-l-transparent",
|
|
4216
|
-
"!border-r-transparent",
|
|
4217
4214
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4218
4215
|
"group-has-[:focus]/input:bg-body-background",
|
|
4219
4216
|
"group-has-[p.error]/input:border-danger-main"
|
|
@@ -4225,7 +4222,6 @@ var inputStyle = tv(
|
|
|
4225
4222
|
primary: {
|
|
4226
4223
|
content: [
|
|
4227
4224
|
"group-has-[:focus]/input:text-primary-main",
|
|
4228
|
-
"group-has-[:focus:hover]/input:text-primary-main",
|
|
4229
4225
|
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4230
4226
|
],
|
|
4231
4227
|
helperText: [
|
|
@@ -4237,7 +4233,6 @@ var inputStyle = tv(
|
|
|
4237
4233
|
secondary: {
|
|
4238
4234
|
content: [
|
|
4239
4235
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4240
|
-
"group-has-[:focus:hover]/input:text-secondary-main",
|
|
4241
4236
|
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4242
4237
|
],
|
|
4243
4238
|
helperText: [
|
|
@@ -4252,7 +4247,7 @@ var inputStyle = tv(
|
|
|
4252
4247
|
base: ["text-sm", "gap-[4px]"],
|
|
4253
4248
|
label: ["text-sm"],
|
|
4254
4249
|
innerWrapper: ["gap-[4px]"],
|
|
4255
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"
|
|
4250
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"],
|
|
4256
4251
|
helperText: ["text-sm"],
|
|
4257
4252
|
errorText: ["text-sm"]
|
|
4258
4253
|
},
|
|
@@ -4260,7 +4255,7 @@ var inputStyle = tv(
|
|
|
4260
4255
|
base: ["text-md", "gap-[6px]"],
|
|
4261
4256
|
label: ["text-md"],
|
|
4262
4257
|
innerWrapper: ["gap-[6px]"],
|
|
4263
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"
|
|
4258
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"],
|
|
4264
4259
|
helperText: ["text-sm"],
|
|
4265
4260
|
errorText: ["text-sm"]
|
|
4266
4261
|
},
|
|
@@ -4268,7 +4263,7 @@ var inputStyle = tv(
|
|
|
4268
4263
|
base: ["text-lg", "gap-[8px]"],
|
|
4269
4264
|
label: ["text-lg"],
|
|
4270
4265
|
innerWrapper: ["gap-[8px]"],
|
|
4271
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"
|
|
4266
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"],
|
|
4272
4267
|
helperText: ["text-md"],
|
|
4273
4268
|
errorText: ["text-md"]
|
|
4274
4269
|
},
|
|
@@ -4276,7 +4271,7 @@ var inputStyle = tv(
|
|
|
4276
4271
|
base: ["text-xl", "gap-[10px]"],
|
|
4277
4272
|
label: ["text-xl"],
|
|
4278
4273
|
innerWrapper: ["gap-[10px]"],
|
|
4279
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"
|
|
4274
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"],
|
|
4280
4275
|
helperText: ["text-md"],
|
|
4281
4276
|
errorText: ["text-md"]
|
|
4282
4277
|
}
|
|
@@ -4308,6 +4303,62 @@ var inputStyle = tv(
|
|
|
4308
4303
|
}
|
|
4309
4304
|
},
|
|
4310
4305
|
compoundVariants: [
|
|
4306
|
+
{
|
|
4307
|
+
variant: "outline",
|
|
4308
|
+
size: "sm",
|
|
4309
|
+
class: {
|
|
4310
|
+
inputWrapper: ["border-sm"]
|
|
4311
|
+
}
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
variant: "outline",
|
|
4315
|
+
size: "md",
|
|
4316
|
+
class: {
|
|
4317
|
+
inputWrapper: ["border-md"]
|
|
4318
|
+
}
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
variant: "outline",
|
|
4322
|
+
size: "lg",
|
|
4323
|
+
class: {
|
|
4324
|
+
inputWrapper: ["border-lg"]
|
|
4325
|
+
}
|
|
4326
|
+
},
|
|
4327
|
+
{
|
|
4328
|
+
variant: "outline",
|
|
4329
|
+
size: "xl",
|
|
4330
|
+
class: {
|
|
4331
|
+
inputWrapper: ["border-xl"]
|
|
4332
|
+
}
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
variant: "underline",
|
|
4336
|
+
size: "sm",
|
|
4337
|
+
class: {
|
|
4338
|
+
inputWrapper: ["border-b-sm"]
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
variant: "underline",
|
|
4343
|
+
size: "md",
|
|
4344
|
+
class: {
|
|
4345
|
+
inputWrapper: ["border-b-md"]
|
|
4346
|
+
}
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
variant: "underline",
|
|
4350
|
+
size: "lg",
|
|
4351
|
+
class: {
|
|
4352
|
+
inputWrapper: ["border-b-lg"]
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
variant: "underline",
|
|
4357
|
+
size: "xl",
|
|
4358
|
+
class: {
|
|
4359
|
+
inputWrapper: ["border-b-xl"]
|
|
4360
|
+
}
|
|
4361
|
+
},
|
|
4311
4362
|
{
|
|
4312
4363
|
disabled: true,
|
|
4313
4364
|
variant: ["outline", "underline"],
|
|
@@ -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";
|
|
@@ -4240,9 +4240,6 @@ var inputStyle = tv(
|
|
|
4240
4240
|
inputWrapper: [
|
|
4241
4241
|
"bg-transparent",
|
|
4242
4242
|
"rounded-none",
|
|
4243
|
-
"!border-t-transparent",
|
|
4244
|
-
"!border-l-transparent",
|
|
4245
|
-
"!border-r-transparent",
|
|
4246
4243
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4247
4244
|
"group-has-[:focus]/input:bg-body-background",
|
|
4248
4245
|
"group-has-[p.error]/input:border-danger-main"
|
|
@@ -4254,7 +4251,6 @@ var inputStyle = tv(
|
|
|
4254
4251
|
primary: {
|
|
4255
4252
|
content: [
|
|
4256
4253
|
"group-has-[:focus]/input:text-primary-main",
|
|
4257
|
-
"group-has-[:focus:hover]/input:text-primary-main",
|
|
4258
4254
|
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4259
4255
|
],
|
|
4260
4256
|
helperText: [
|
|
@@ -4266,7 +4262,6 @@ var inputStyle = tv(
|
|
|
4266
4262
|
secondary: {
|
|
4267
4263
|
content: [
|
|
4268
4264
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4269
|
-
"group-has-[:focus:hover]/input:text-secondary-main",
|
|
4270
4265
|
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4271
4266
|
],
|
|
4272
4267
|
helperText: [
|
|
@@ -4281,7 +4276,7 @@ var inputStyle = tv(
|
|
|
4281
4276
|
base: ["text-sm", "gap-[4px]"],
|
|
4282
4277
|
label: ["text-sm"],
|
|
4283
4278
|
innerWrapper: ["gap-[4px]"],
|
|
4284
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"
|
|
4279
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"],
|
|
4285
4280
|
helperText: ["text-sm"],
|
|
4286
4281
|
errorText: ["text-sm"]
|
|
4287
4282
|
},
|
|
@@ -4289,7 +4284,7 @@ var inputStyle = tv(
|
|
|
4289
4284
|
base: ["text-md", "gap-[6px]"],
|
|
4290
4285
|
label: ["text-md"],
|
|
4291
4286
|
innerWrapper: ["gap-[6px]"],
|
|
4292
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"
|
|
4287
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"],
|
|
4293
4288
|
helperText: ["text-sm"],
|
|
4294
4289
|
errorText: ["text-sm"]
|
|
4295
4290
|
},
|
|
@@ -4297,7 +4292,7 @@ var inputStyle = tv(
|
|
|
4297
4292
|
base: ["text-lg", "gap-[8px]"],
|
|
4298
4293
|
label: ["text-lg"],
|
|
4299
4294
|
innerWrapper: ["gap-[8px]"],
|
|
4300
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"
|
|
4295
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"],
|
|
4301
4296
|
helperText: ["text-md"],
|
|
4302
4297
|
errorText: ["text-md"]
|
|
4303
4298
|
},
|
|
@@ -4305,7 +4300,7 @@ var inputStyle = tv(
|
|
|
4305
4300
|
base: ["text-xl", "gap-[10px]"],
|
|
4306
4301
|
label: ["text-xl"],
|
|
4307
4302
|
innerWrapper: ["gap-[10px]"],
|
|
4308
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"
|
|
4303
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"],
|
|
4309
4304
|
helperText: ["text-md"],
|
|
4310
4305
|
errorText: ["text-md"]
|
|
4311
4306
|
}
|
|
@@ -4337,6 +4332,62 @@ var inputStyle = tv(
|
|
|
4337
4332
|
}
|
|
4338
4333
|
},
|
|
4339
4334
|
compoundVariants: [
|
|
4335
|
+
{
|
|
4336
|
+
variant: "outline",
|
|
4337
|
+
size: "sm",
|
|
4338
|
+
class: {
|
|
4339
|
+
inputWrapper: ["border-sm"]
|
|
4340
|
+
}
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
variant: "outline",
|
|
4344
|
+
size: "md",
|
|
4345
|
+
class: {
|
|
4346
|
+
inputWrapper: ["border-md"]
|
|
4347
|
+
}
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
variant: "outline",
|
|
4351
|
+
size: "lg",
|
|
4352
|
+
class: {
|
|
4353
|
+
inputWrapper: ["border-lg"]
|
|
4354
|
+
}
|
|
4355
|
+
},
|
|
4356
|
+
{
|
|
4357
|
+
variant: "outline",
|
|
4358
|
+
size: "xl",
|
|
4359
|
+
class: {
|
|
4360
|
+
inputWrapper: ["border-xl"]
|
|
4361
|
+
}
|
|
4362
|
+
},
|
|
4363
|
+
{
|
|
4364
|
+
variant: "underline",
|
|
4365
|
+
size: "sm",
|
|
4366
|
+
class: {
|
|
4367
|
+
inputWrapper: ["border-b-sm"]
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
variant: "underline",
|
|
4372
|
+
size: "md",
|
|
4373
|
+
class: {
|
|
4374
|
+
inputWrapper: ["border-b-md"]
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4377
|
+
{
|
|
4378
|
+
variant: "underline",
|
|
4379
|
+
size: "lg",
|
|
4380
|
+
class: {
|
|
4381
|
+
inputWrapper: ["border-b-lg"]
|
|
4382
|
+
}
|
|
4383
|
+
},
|
|
4384
|
+
{
|
|
4385
|
+
variant: "underline",
|
|
4386
|
+
size: "xl",
|
|
4387
|
+
class: {
|
|
4388
|
+
inputWrapper: ["border-b-xl"]
|
|
4389
|
+
}
|
|
4390
|
+
},
|
|
4340
4391
|
{
|
|
4341
4392
|
disabled: true,
|
|
4342
4393
|
variant: ["outline", "underline"],
|
|
@@ -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";
|