@deepnoid/ui 0.1.3 → 0.1.4
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 +107 -107
- package/dist/{chunk-L6XWAHH5.mjs → chunk-J7IAY6UH.mjs} +1 -1
- package/dist/{chunk-B6CXZCXQ.mjs → chunk-TDJJRQDC.mjs} +73 -22
- package/dist/{chunk-X7FHRV4S.mjs → chunk-WPUTPWQ4.mjs} +1 -1
- package/dist/components/input/index.js +73 -22
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.js +73 -22
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/pagination/index.js +73 -22
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +73 -22
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/table/index.js +73 -22
- package/dist/components/table/index.mjs +3 -3
- package/dist/components/table/table.js +73 -22
- package/dist/components/table/table.mjs +3 -3
- package/dist/index.js +73 -22
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
|
@@ -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-[
|
|
4195
|
+
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[.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-[
|
|
4209
|
-
"group-has-[
|
|
4208
|
+
"group-has-[.error]/input:text-danger-main",
|
|
4209
|
+
"group-has-[.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-[
|
|
4217
|
+
"group-has-[.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-[
|
|
4234
|
+
"group-has-[.error]/input:border-danger-main"
|
|
4235
4235
|
],
|
|
4236
4236
|
readonly: ["!bg-trans-soft"]
|
|
4237
4237
|
},
|
|
@@ -4239,12 +4239,9 @@ var inputStyle = tv(
|
|
|
4239
4239
|
inputWrapper: [
|
|
4240
4240
|
"bg-transparent",
|
|
4241
4241
|
"rounded-none",
|
|
4242
|
-
"!border-t-transparent",
|
|
4243
|
-
"!border-l-transparent",
|
|
4244
|
-
"!border-r-transparent",
|
|
4245
4242
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4246
4243
|
"group-has-[:focus]/input:bg-body-background",
|
|
4247
|
-
"group-has-[
|
|
4244
|
+
"group-has-[.error]/input:border-danger-main"
|
|
4248
4245
|
],
|
|
4249
4246
|
readonly: ["!bg-trans-soft"]
|
|
4250
4247
|
}
|
|
@@ -4253,8 +4250,7 @@ var inputStyle = tv(
|
|
|
4253
4250
|
primary: {
|
|
4254
4251
|
content: [
|
|
4255
4252
|
"group-has-[:focus]/input:text-primary-main",
|
|
4256
|
-
"group-has-[:focus:hover
|
|
4257
|
-
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4253
|
+
"!group-has-[.error]:not(input:focus):hover/input:text-primary-main"
|
|
4258
4254
|
],
|
|
4259
4255
|
helperText: [
|
|
4260
4256
|
"group-has-[:focus]/input:text-primary-main",
|
|
@@ -4265,8 +4261,7 @@ var inputStyle = tv(
|
|
|
4265
4261
|
secondary: {
|
|
4266
4262
|
content: [
|
|
4267
4263
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4268
|
-
"group-has-[:focus:hover]/input:text-secondary-main"
|
|
4269
|
-
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4264
|
+
"group-has-[:focus:hover]/input:text-secondary-main"
|
|
4270
4265
|
],
|
|
4271
4266
|
helperText: [
|
|
4272
4267
|
"group-has-[:focus]/input:text-secondary-main",
|
|
@@ -4280,7 +4275,7 @@ var inputStyle = tv(
|
|
|
4280
4275
|
base: ["text-sm", "gap-[4px]"],
|
|
4281
4276
|
label: ["text-sm"],
|
|
4282
4277
|
innerWrapper: ["gap-[4px]"],
|
|
4283
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"
|
|
4278
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"],
|
|
4284
4279
|
helperText: ["text-sm"],
|
|
4285
4280
|
errorText: ["text-sm"]
|
|
4286
4281
|
},
|
|
@@ -4288,7 +4283,7 @@ var inputStyle = tv(
|
|
|
4288
4283
|
base: ["text-md", "gap-[6px]"],
|
|
4289
4284
|
label: ["text-md"],
|
|
4290
4285
|
innerWrapper: ["gap-[6px]"],
|
|
4291
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"
|
|
4286
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"],
|
|
4292
4287
|
helperText: ["text-sm"],
|
|
4293
4288
|
errorText: ["text-sm"]
|
|
4294
4289
|
},
|
|
@@ -4296,7 +4291,7 @@ var inputStyle = tv(
|
|
|
4296
4291
|
base: ["text-lg", "gap-[8px]"],
|
|
4297
4292
|
label: ["text-lg"],
|
|
4298
4293
|
innerWrapper: ["gap-[8px]"],
|
|
4299
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"
|
|
4294
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"],
|
|
4300
4295
|
helperText: ["text-md"],
|
|
4301
4296
|
errorText: ["text-md"]
|
|
4302
4297
|
},
|
|
@@ -4304,7 +4299,7 @@ var inputStyle = tv(
|
|
|
4304
4299
|
base: ["text-xl", "gap-[10px]"],
|
|
4305
4300
|
label: ["text-xl"],
|
|
4306
4301
|
innerWrapper: ["gap-[10px]"],
|
|
4307
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"
|
|
4302
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"],
|
|
4308
4303
|
helperText: ["text-md"],
|
|
4309
4304
|
errorText: ["text-md"]
|
|
4310
4305
|
}
|
|
@@ -4322,25 +4317,81 @@ var inputStyle = tv(
|
|
|
4322
4317
|
},
|
|
4323
4318
|
disabled: {
|
|
4324
4319
|
true: {
|
|
4325
|
-
inputWrapper: ["
|
|
4320
|
+
inputWrapper: ["bg-neutral-soft", "pointer-events-none", "group-has-[.error]/input:text-danger-light"],
|
|
4326
4321
|
input: [
|
|
4327
4322
|
"text-neutral-light",
|
|
4328
4323
|
"placeholder:text-neutral-light",
|
|
4329
|
-
"group-has-[
|
|
4330
|
-
"group-has-[
|
|
4324
|
+
"group-has-[.error]/input:text-danger-light",
|
|
4325
|
+
"group-has-[.error]/input:placeholder:text-danger-light"
|
|
4331
4326
|
],
|
|
4332
|
-
content: ["text-neutral-light", "group-has-[
|
|
4327
|
+
content: ["text-neutral-light", "group-has-[.error]/input:text-danger-light"],
|
|
4333
4328
|
helperText: ["!text-neutral-light"],
|
|
4334
4329
|
errorText: ["!text-danger-light"]
|
|
4335
4330
|
}
|
|
4336
4331
|
}
|
|
4337
4332
|
},
|
|
4338
4333
|
compoundVariants: [
|
|
4334
|
+
{
|
|
4335
|
+
variant: "outline",
|
|
4336
|
+
size: "sm",
|
|
4337
|
+
class: {
|
|
4338
|
+
inputWrapper: ["border-sm"]
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4341
|
+
{
|
|
4342
|
+
variant: "outline",
|
|
4343
|
+
size: "md",
|
|
4344
|
+
class: {
|
|
4345
|
+
inputWrapper: ["border-md"]
|
|
4346
|
+
}
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
variant: "outline",
|
|
4350
|
+
size: "lg",
|
|
4351
|
+
class: {
|
|
4352
|
+
inputWrapper: ["border-lg"]
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
variant: "outline",
|
|
4357
|
+
size: "xl",
|
|
4358
|
+
class: {
|
|
4359
|
+
inputWrapper: ["border-xl"]
|
|
4360
|
+
}
|
|
4361
|
+
},
|
|
4362
|
+
{
|
|
4363
|
+
variant: "underline",
|
|
4364
|
+
size: "sm",
|
|
4365
|
+
class: {
|
|
4366
|
+
inputWrapper: ["border-b-sm"]
|
|
4367
|
+
}
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
variant: "underline",
|
|
4371
|
+
size: "md",
|
|
4372
|
+
class: {
|
|
4373
|
+
inputWrapper: ["border-b-md"]
|
|
4374
|
+
}
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
variant: "underline",
|
|
4378
|
+
size: "lg",
|
|
4379
|
+
class: {
|
|
4380
|
+
inputWrapper: ["border-b-lg"]
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
variant: "underline",
|
|
4385
|
+
size: "xl",
|
|
4386
|
+
class: {
|
|
4387
|
+
inputWrapper: ["border-b-xl"]
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4339
4390
|
{
|
|
4340
4391
|
disabled: true,
|
|
4341
4392
|
variant: ["outline", "underline"],
|
|
4342
4393
|
class: {
|
|
4343
|
-
inputWrapper: ["!bg-body-background", "group-has-[
|
|
4394
|
+
inputWrapper: ["!bg-body-background", "group-has-[.error]/input:border-danger-light"]
|
|
4344
4395
|
}
|
|
4345
4396
|
}
|
|
4346
4397
|
],
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
paginationStyle,
|
|
4
4
|
pagination_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-WPUTPWQ4.mjs";
|
|
6
6
|
import "../../chunk-F3HENRVM.mjs";
|
|
7
7
|
import "../../chunk-2GCSFWHD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-TDJJRQDC.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
10
|
import "../../chunk-24NQEB73.mjs";
|
|
11
11
|
import "../../chunk-P2TMIZRH.mjs";
|
|
@@ -4490,7 +4490,7 @@ var inputStyle = tv(
|
|
|
4490
4490
|
horizon: ["flex-row", "gap-0"],
|
|
4491
4491
|
label: ["flex", "items-center", "font-bold", "text-body-foreground", "min-w-[80px]"],
|
|
4492
4492
|
innerWrapper: ["flex", "flex-col"],
|
|
4493
|
-
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[
|
|
4493
|
+
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[.error]/input:bg-danger-soft"],
|
|
4494
4494
|
input: [
|
|
4495
4495
|
"w-full",
|
|
4496
4496
|
"h-full",
|
|
@@ -4503,8 +4503,8 @@ var inputStyle = tv(
|
|
|
4503
4503
|
"group-has-[:hover]/input:placeholder:text-neutral-dark",
|
|
4504
4504
|
"group-has-[:focus]/input:text-neutral-dark",
|
|
4505
4505
|
"group-has-[:focus]/input:placeholder:text-neutral-dark",
|
|
4506
|
-
"group-has-[
|
|
4507
|
-
"group-has-[
|
|
4506
|
+
"group-has-[.error]/input:text-danger-main",
|
|
4507
|
+
"group-has-[.error]/input:placeholder:text-danger-main"
|
|
4508
4508
|
],
|
|
4509
4509
|
content: [
|
|
4510
4510
|
"flex",
|
|
@@ -4512,7 +4512,7 @@ var inputStyle = tv(
|
|
|
4512
4512
|
"select-none",
|
|
4513
4513
|
"text-neutral-main",
|
|
4514
4514
|
"group-has-[:hover]/input:text-neutral-dark",
|
|
4515
|
-
"group-has-[
|
|
4515
|
+
"group-has-[.error]/input:text-danger-main"
|
|
4516
4516
|
],
|
|
4517
4517
|
helperText: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
|
|
4518
4518
|
errorText: ["text-danger-main"],
|
|
@@ -4529,7 +4529,7 @@ var inputStyle = tv(
|
|
|
4529
4529
|
"border-neutral-light",
|
|
4530
4530
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4531
4531
|
"group-has-[:focus]/input:bg-body-background",
|
|
4532
|
-
"group-has-[
|
|
4532
|
+
"group-has-[.error]/input:border-danger-main"
|
|
4533
4533
|
],
|
|
4534
4534
|
readonly: ["!bg-trans-soft"]
|
|
4535
4535
|
},
|
|
@@ -4537,12 +4537,9 @@ var inputStyle = tv(
|
|
|
4537
4537
|
inputWrapper: [
|
|
4538
4538
|
"bg-transparent",
|
|
4539
4539
|
"rounded-none",
|
|
4540
|
-
"!border-t-transparent",
|
|
4541
|
-
"!border-l-transparent",
|
|
4542
|
-
"!border-r-transparent",
|
|
4543
4540
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4544
4541
|
"group-has-[:focus]/input:bg-body-background",
|
|
4545
|
-
"group-has-[
|
|
4542
|
+
"group-has-[.error]/input:border-danger-main"
|
|
4546
4543
|
],
|
|
4547
4544
|
readonly: ["!bg-trans-soft"]
|
|
4548
4545
|
}
|
|
@@ -4551,8 +4548,7 @@ var inputStyle = tv(
|
|
|
4551
4548
|
primary: {
|
|
4552
4549
|
content: [
|
|
4553
4550
|
"group-has-[:focus]/input:text-primary-main",
|
|
4554
|
-
"group-has-[:focus:hover
|
|
4555
|
-
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4551
|
+
"!group-has-[.error]:not(input:focus):hover/input:text-primary-main"
|
|
4556
4552
|
],
|
|
4557
4553
|
helperText: [
|
|
4558
4554
|
"group-has-[:focus]/input:text-primary-main",
|
|
@@ -4563,8 +4559,7 @@ var inputStyle = tv(
|
|
|
4563
4559
|
secondary: {
|
|
4564
4560
|
content: [
|
|
4565
4561
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4566
|
-
"group-has-[:focus:hover]/input:text-secondary-main"
|
|
4567
|
-
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4562
|
+
"group-has-[:focus:hover]/input:text-secondary-main"
|
|
4568
4563
|
],
|
|
4569
4564
|
helperText: [
|
|
4570
4565
|
"group-has-[:focus]/input:text-secondary-main",
|
|
@@ -4578,7 +4573,7 @@ var inputStyle = tv(
|
|
|
4578
4573
|
base: ["text-sm", "gap-[4px]"],
|
|
4579
4574
|
label: ["text-sm"],
|
|
4580
4575
|
innerWrapper: ["gap-[4px]"],
|
|
4581
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"
|
|
4576
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"],
|
|
4582
4577
|
helperText: ["text-sm"],
|
|
4583
4578
|
errorText: ["text-sm"]
|
|
4584
4579
|
},
|
|
@@ -4586,7 +4581,7 @@ var inputStyle = tv(
|
|
|
4586
4581
|
base: ["text-md", "gap-[6px]"],
|
|
4587
4582
|
label: ["text-md"],
|
|
4588
4583
|
innerWrapper: ["gap-[6px]"],
|
|
4589
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"
|
|
4584
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"],
|
|
4590
4585
|
helperText: ["text-sm"],
|
|
4591
4586
|
errorText: ["text-sm"]
|
|
4592
4587
|
},
|
|
@@ -4594,7 +4589,7 @@ var inputStyle = tv(
|
|
|
4594
4589
|
base: ["text-lg", "gap-[8px]"],
|
|
4595
4590
|
label: ["text-lg"],
|
|
4596
4591
|
innerWrapper: ["gap-[8px]"],
|
|
4597
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"
|
|
4592
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"],
|
|
4598
4593
|
helperText: ["text-md"],
|
|
4599
4594
|
errorText: ["text-md"]
|
|
4600
4595
|
},
|
|
@@ -4602,7 +4597,7 @@ var inputStyle = tv(
|
|
|
4602
4597
|
base: ["text-xl", "gap-[10px]"],
|
|
4603
4598
|
label: ["text-xl"],
|
|
4604
4599
|
innerWrapper: ["gap-[10px]"],
|
|
4605
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"
|
|
4600
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"],
|
|
4606
4601
|
helperText: ["text-md"],
|
|
4607
4602
|
errorText: ["text-md"]
|
|
4608
4603
|
}
|
|
@@ -4620,25 +4615,81 @@ var inputStyle = tv(
|
|
|
4620
4615
|
},
|
|
4621
4616
|
disabled: {
|
|
4622
4617
|
true: {
|
|
4623
|
-
inputWrapper: ["
|
|
4618
|
+
inputWrapper: ["bg-neutral-soft", "pointer-events-none", "group-has-[.error]/input:text-danger-light"],
|
|
4624
4619
|
input: [
|
|
4625
4620
|
"text-neutral-light",
|
|
4626
4621
|
"placeholder:text-neutral-light",
|
|
4627
|
-
"group-has-[
|
|
4628
|
-
"group-has-[
|
|
4622
|
+
"group-has-[.error]/input:text-danger-light",
|
|
4623
|
+
"group-has-[.error]/input:placeholder:text-danger-light"
|
|
4629
4624
|
],
|
|
4630
|
-
content: ["text-neutral-light", "group-has-[
|
|
4625
|
+
content: ["text-neutral-light", "group-has-[.error]/input:text-danger-light"],
|
|
4631
4626
|
helperText: ["!text-neutral-light"],
|
|
4632
4627
|
errorText: ["!text-danger-light"]
|
|
4633
4628
|
}
|
|
4634
4629
|
}
|
|
4635
4630
|
},
|
|
4636
4631
|
compoundVariants: [
|
|
4632
|
+
{
|
|
4633
|
+
variant: "outline",
|
|
4634
|
+
size: "sm",
|
|
4635
|
+
class: {
|
|
4636
|
+
inputWrapper: ["border-sm"]
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4639
|
+
{
|
|
4640
|
+
variant: "outline",
|
|
4641
|
+
size: "md",
|
|
4642
|
+
class: {
|
|
4643
|
+
inputWrapper: ["border-md"]
|
|
4644
|
+
}
|
|
4645
|
+
},
|
|
4646
|
+
{
|
|
4647
|
+
variant: "outline",
|
|
4648
|
+
size: "lg",
|
|
4649
|
+
class: {
|
|
4650
|
+
inputWrapper: ["border-lg"]
|
|
4651
|
+
}
|
|
4652
|
+
},
|
|
4653
|
+
{
|
|
4654
|
+
variant: "outline",
|
|
4655
|
+
size: "xl",
|
|
4656
|
+
class: {
|
|
4657
|
+
inputWrapper: ["border-xl"]
|
|
4658
|
+
}
|
|
4659
|
+
},
|
|
4660
|
+
{
|
|
4661
|
+
variant: "underline",
|
|
4662
|
+
size: "sm",
|
|
4663
|
+
class: {
|
|
4664
|
+
inputWrapper: ["border-b-sm"]
|
|
4665
|
+
}
|
|
4666
|
+
},
|
|
4667
|
+
{
|
|
4668
|
+
variant: "underline",
|
|
4669
|
+
size: "md",
|
|
4670
|
+
class: {
|
|
4671
|
+
inputWrapper: ["border-b-md"]
|
|
4672
|
+
}
|
|
4673
|
+
},
|
|
4674
|
+
{
|
|
4675
|
+
variant: "underline",
|
|
4676
|
+
size: "lg",
|
|
4677
|
+
class: {
|
|
4678
|
+
inputWrapper: ["border-b-lg"]
|
|
4679
|
+
}
|
|
4680
|
+
},
|
|
4681
|
+
{
|
|
4682
|
+
variant: "underline",
|
|
4683
|
+
size: "xl",
|
|
4684
|
+
class: {
|
|
4685
|
+
inputWrapper: ["border-b-xl"]
|
|
4686
|
+
}
|
|
4687
|
+
},
|
|
4637
4688
|
{
|
|
4638
4689
|
disabled: true,
|
|
4639
4690
|
variant: ["outline", "underline"],
|
|
4640
4691
|
class: {
|
|
4641
|
-
inputWrapper: ["!bg-body-background", "group-has-[
|
|
4692
|
+
inputWrapper: ["!bg-body-background", "group-has-[.error]/input:border-danger-light"]
|
|
4642
4693
|
}
|
|
4643
4694
|
}
|
|
4644
4695
|
],
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import "../../chunk-2UUH2MBF.mjs";
|
|
3
3
|
import {
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-J7IAY6UH.mjs";
|
|
6
6
|
import "../../chunk-M2IRRTFM.mjs";
|
|
7
7
|
import "../../chunk-OQS4LGZK.mjs";
|
|
8
8
|
import "../../chunk-7B7LRG5J.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-WPUTPWQ4.mjs";
|
|
10
10
|
import "../../chunk-F3HENRVM.mjs";
|
|
11
11
|
import "../../chunk-2GCSFWHD.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-TDJJRQDC.mjs";
|
|
13
13
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
14
14
|
import "../../chunk-J5WJD6XZ.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
@@ -4488,7 +4488,7 @@ var inputStyle = tv(
|
|
|
4488
4488
|
horizon: ["flex-row", "gap-0"],
|
|
4489
4489
|
label: ["flex", "items-center", "font-bold", "text-body-foreground", "min-w-[80px]"],
|
|
4490
4490
|
innerWrapper: ["flex", "flex-col"],
|
|
4491
|
-
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[
|
|
4491
|
+
inputWrapper: ["flex", "items-center", "duration-200", "group-has-[.error]/input:bg-danger-soft"],
|
|
4492
4492
|
input: [
|
|
4493
4493
|
"w-full",
|
|
4494
4494
|
"h-full",
|
|
@@ -4501,8 +4501,8 @@ var inputStyle = tv(
|
|
|
4501
4501
|
"group-has-[:hover]/input:placeholder:text-neutral-dark",
|
|
4502
4502
|
"group-has-[:focus]/input:text-neutral-dark",
|
|
4503
4503
|
"group-has-[:focus]/input:placeholder:text-neutral-dark",
|
|
4504
|
-
"group-has-[
|
|
4505
|
-
"group-has-[
|
|
4504
|
+
"group-has-[.error]/input:text-danger-main",
|
|
4505
|
+
"group-has-[.error]/input:placeholder:text-danger-main"
|
|
4506
4506
|
],
|
|
4507
4507
|
content: [
|
|
4508
4508
|
"flex",
|
|
@@ -4510,7 +4510,7 @@ var inputStyle = tv(
|
|
|
4510
4510
|
"select-none",
|
|
4511
4511
|
"text-neutral-main",
|
|
4512
4512
|
"group-has-[:hover]/input:text-neutral-dark",
|
|
4513
|
-
"group-has-[
|
|
4513
|
+
"group-has-[.error]/input:text-danger-main"
|
|
4514
4514
|
],
|
|
4515
4515
|
helperText: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
|
|
4516
4516
|
errorText: ["text-danger-main"],
|
|
@@ -4527,7 +4527,7 @@ var inputStyle = tv(
|
|
|
4527
4527
|
"border-neutral-light",
|
|
4528
4528
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4529
4529
|
"group-has-[:focus]/input:bg-body-background",
|
|
4530
|
-
"group-has-[
|
|
4530
|
+
"group-has-[.error]/input:border-danger-main"
|
|
4531
4531
|
],
|
|
4532
4532
|
readonly: ["!bg-trans-soft"]
|
|
4533
4533
|
},
|
|
@@ -4535,12 +4535,9 @@ var inputStyle = tv(
|
|
|
4535
4535
|
inputWrapper: [
|
|
4536
4536
|
"bg-transparent",
|
|
4537
4537
|
"rounded-none",
|
|
4538
|
-
"!border-t-transparent",
|
|
4539
|
-
"!border-l-transparent",
|
|
4540
|
-
"!border-r-transparent",
|
|
4541
4538
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
4542
4539
|
"group-has-[:focus]/input:bg-body-background",
|
|
4543
|
-
"group-has-[
|
|
4540
|
+
"group-has-[.error]/input:border-danger-main"
|
|
4544
4541
|
],
|
|
4545
4542
|
readonly: ["!bg-trans-soft"]
|
|
4546
4543
|
}
|
|
@@ -4549,8 +4546,7 @@ var inputStyle = tv(
|
|
|
4549
4546
|
primary: {
|
|
4550
4547
|
content: [
|
|
4551
4548
|
"group-has-[:focus]/input:text-primary-main",
|
|
4552
|
-
"group-has-[:focus:hover
|
|
4553
|
-
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4549
|
+
"!group-has-[.error]:not(input:focus):hover/input:text-primary-main"
|
|
4554
4550
|
],
|
|
4555
4551
|
helperText: [
|
|
4556
4552
|
"group-has-[:focus]/input:text-primary-main",
|
|
@@ -4561,8 +4557,7 @@ var inputStyle = tv(
|
|
|
4561
4557
|
secondary: {
|
|
4562
4558
|
content: [
|
|
4563
4559
|
"group-has-[:focus]/input:text-secondary-main",
|
|
4564
|
-
"group-has-[:focus:hover]/input:text-secondary-main"
|
|
4565
|
-
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4560
|
+
"group-has-[:focus:hover]/input:text-secondary-main"
|
|
4566
4561
|
],
|
|
4567
4562
|
helperText: [
|
|
4568
4563
|
"group-has-[:focus]/input:text-secondary-main",
|
|
@@ -4576,7 +4571,7 @@ var inputStyle = tv(
|
|
|
4576
4571
|
base: ["text-sm", "gap-[4px]"],
|
|
4577
4572
|
label: ["text-sm"],
|
|
4578
4573
|
innerWrapper: ["gap-[4px]"],
|
|
4579
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"
|
|
4574
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"],
|
|
4580
4575
|
helperText: ["text-sm"],
|
|
4581
4576
|
errorText: ["text-sm"]
|
|
4582
4577
|
},
|
|
@@ -4584,7 +4579,7 @@ var inputStyle = tv(
|
|
|
4584
4579
|
base: ["text-md", "gap-[6px]"],
|
|
4585
4580
|
label: ["text-md"],
|
|
4586
4581
|
innerWrapper: ["gap-[6px]"],
|
|
4587
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"
|
|
4582
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"],
|
|
4588
4583
|
helperText: ["text-sm"],
|
|
4589
4584
|
errorText: ["text-sm"]
|
|
4590
4585
|
},
|
|
@@ -4592,7 +4587,7 @@ var inputStyle = tv(
|
|
|
4592
4587
|
base: ["text-lg", "gap-[8px]"],
|
|
4593
4588
|
label: ["text-lg"],
|
|
4594
4589
|
innerWrapper: ["gap-[8px]"],
|
|
4595
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"
|
|
4590
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"],
|
|
4596
4591
|
helperText: ["text-md"],
|
|
4597
4592
|
errorText: ["text-md"]
|
|
4598
4593
|
},
|
|
@@ -4600,7 +4595,7 @@ var inputStyle = tv(
|
|
|
4600
4595
|
base: ["text-xl", "gap-[10px]"],
|
|
4601
4596
|
label: ["text-xl"],
|
|
4602
4597
|
innerWrapper: ["gap-[10px]"],
|
|
4603
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"
|
|
4598
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"],
|
|
4604
4599
|
helperText: ["text-md"],
|
|
4605
4600
|
errorText: ["text-md"]
|
|
4606
4601
|
}
|
|
@@ -4618,25 +4613,81 @@ var inputStyle = tv(
|
|
|
4618
4613
|
},
|
|
4619
4614
|
disabled: {
|
|
4620
4615
|
true: {
|
|
4621
|
-
inputWrapper: ["
|
|
4616
|
+
inputWrapper: ["bg-neutral-soft", "pointer-events-none", "group-has-[.error]/input:text-danger-light"],
|
|
4622
4617
|
input: [
|
|
4623
4618
|
"text-neutral-light",
|
|
4624
4619
|
"placeholder:text-neutral-light",
|
|
4625
|
-
"group-has-[
|
|
4626
|
-
"group-has-[
|
|
4620
|
+
"group-has-[.error]/input:text-danger-light",
|
|
4621
|
+
"group-has-[.error]/input:placeholder:text-danger-light"
|
|
4627
4622
|
],
|
|
4628
|
-
content: ["text-neutral-light", "group-has-[
|
|
4623
|
+
content: ["text-neutral-light", "group-has-[.error]/input:text-danger-light"],
|
|
4629
4624
|
helperText: ["!text-neutral-light"],
|
|
4630
4625
|
errorText: ["!text-danger-light"]
|
|
4631
4626
|
}
|
|
4632
4627
|
}
|
|
4633
4628
|
},
|
|
4634
4629
|
compoundVariants: [
|
|
4630
|
+
{
|
|
4631
|
+
variant: "outline",
|
|
4632
|
+
size: "sm",
|
|
4633
|
+
class: {
|
|
4634
|
+
inputWrapper: ["border-sm"]
|
|
4635
|
+
}
|
|
4636
|
+
},
|
|
4637
|
+
{
|
|
4638
|
+
variant: "outline",
|
|
4639
|
+
size: "md",
|
|
4640
|
+
class: {
|
|
4641
|
+
inputWrapper: ["border-md"]
|
|
4642
|
+
}
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
variant: "outline",
|
|
4646
|
+
size: "lg",
|
|
4647
|
+
class: {
|
|
4648
|
+
inputWrapper: ["border-lg"]
|
|
4649
|
+
}
|
|
4650
|
+
},
|
|
4651
|
+
{
|
|
4652
|
+
variant: "outline",
|
|
4653
|
+
size: "xl",
|
|
4654
|
+
class: {
|
|
4655
|
+
inputWrapper: ["border-xl"]
|
|
4656
|
+
}
|
|
4657
|
+
},
|
|
4658
|
+
{
|
|
4659
|
+
variant: "underline",
|
|
4660
|
+
size: "sm",
|
|
4661
|
+
class: {
|
|
4662
|
+
inputWrapper: ["border-b-sm"]
|
|
4663
|
+
}
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
variant: "underline",
|
|
4667
|
+
size: "md",
|
|
4668
|
+
class: {
|
|
4669
|
+
inputWrapper: ["border-b-md"]
|
|
4670
|
+
}
|
|
4671
|
+
},
|
|
4672
|
+
{
|
|
4673
|
+
variant: "underline",
|
|
4674
|
+
size: "lg",
|
|
4675
|
+
class: {
|
|
4676
|
+
inputWrapper: ["border-b-lg"]
|
|
4677
|
+
}
|
|
4678
|
+
},
|
|
4679
|
+
{
|
|
4680
|
+
variant: "underline",
|
|
4681
|
+
size: "xl",
|
|
4682
|
+
class: {
|
|
4683
|
+
inputWrapper: ["border-b-xl"]
|
|
4684
|
+
}
|
|
4685
|
+
},
|
|
4635
4686
|
{
|
|
4636
4687
|
disabled: true,
|
|
4637
4688
|
variant: ["outline", "underline"],
|
|
4638
4689
|
class: {
|
|
4639
|
-
inputWrapper: ["!bg-body-background", "group-has-[
|
|
4690
|
+
inputWrapper: ["!bg-body-background", "group-has-[.error]/input:border-danger-light"]
|
|
4640
4691
|
}
|
|
4641
4692
|
}
|
|
4642
4693
|
],
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-J7IAY6UH.mjs";
|
|
5
5
|
import "../../chunk-M2IRRTFM.mjs";
|
|
6
6
|
import "../../chunk-OQS4LGZK.mjs";
|
|
7
7
|
import "../../chunk-7B7LRG5J.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-WPUTPWQ4.mjs";
|
|
9
9
|
import "../../chunk-F3HENRVM.mjs";
|
|
10
10
|
import "../../chunk-2GCSFWHD.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-TDJJRQDC.mjs";
|
|
12
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
13
13
|
import "../../chunk-J5WJD6XZ.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|