@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
|
@@ -4239,9 +4239,6 @@ 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
4244
|
"group-has-[p.error]/input:border-danger-main"
|
|
@@ -4253,7 +4250,6 @@ var inputStyle = tv(
|
|
|
4253
4250
|
primary: {
|
|
4254
4251
|
content: [
|
|
4255
4252
|
"group-has-[:focus]/input:text-primary-main",
|
|
4256
|
-
"group-has-[:focus:hover]/input:text-primary-main",
|
|
4257
4253
|
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4258
4254
|
],
|
|
4259
4255
|
helperText: [
|
|
@@ -4265,7 +4261,6 @@ 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
4264
|
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4270
4265
|
],
|
|
4271
4266
|
helperText: [
|
|
@@ -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
|
}
|
|
@@ -4336,6 +4331,62 @@ var inputStyle = tv(
|
|
|
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"],
|
|
@@ -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";
|
|
@@ -4537,9 +4537,6 @@ 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
4542
|
"group-has-[p.error]/input:border-danger-main"
|
|
@@ -4551,7 +4548,6 @@ var inputStyle = tv(
|
|
|
4551
4548
|
primary: {
|
|
4552
4549
|
content: [
|
|
4553
4550
|
"group-has-[:focus]/input:text-primary-main",
|
|
4554
|
-
"group-has-[:focus:hover]/input:text-primary-main",
|
|
4555
4551
|
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4556
4552
|
],
|
|
4557
4553
|
helperText: [
|
|
@@ -4563,7 +4559,6 @@ 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
4562
|
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4568
4563
|
],
|
|
4569
4564
|
helperText: [
|
|
@@ -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
|
}
|
|
@@ -4634,6 +4629,62 @@ var inputStyle = tv(
|
|
|
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"],
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import "../../chunk-2UUH2MBF.mjs";
|
|
3
3
|
import {
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-QH4PCQN5.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-3K5BE4OJ.mjs";
|
|
10
10
|
import "../../chunk-F3HENRVM.mjs";
|
|
11
11
|
import "../../chunk-2GCSFWHD.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-WN7WKYYI.mjs";
|
|
13
13
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
14
14
|
import "../../chunk-J5WJD6XZ.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
@@ -4535,9 +4535,6 @@ 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
4540
|
"group-has-[p.error]/input:border-danger-main"
|
|
@@ -4549,7 +4546,6 @@ var inputStyle = tv(
|
|
|
4549
4546
|
primary: {
|
|
4550
4547
|
content: [
|
|
4551
4548
|
"group-has-[:focus]/input:text-primary-main",
|
|
4552
|
-
"group-has-[:focus:hover]/input:text-primary-main",
|
|
4553
4549
|
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
4554
4550
|
],
|
|
4555
4551
|
helperText: [
|
|
@@ -4561,7 +4557,6 @@ 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
4560
|
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
4566
4561
|
],
|
|
4567
4562
|
helperText: [
|
|
@@ -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
|
}
|
|
@@ -4632,6 +4627,62 @@ var inputStyle = tv(
|
|
|
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"],
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-QH4PCQN5.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-3K5BE4OJ.mjs";
|
|
9
9
|
import "../../chunk-F3HENRVM.mjs";
|
|
10
10
|
import "../../chunk-2GCSFWHD.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-WN7WKYYI.mjs";
|
|
12
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
13
13
|
import "../../chunk-J5WJD6XZ.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
package/dist/index.js
CHANGED
|
@@ -5163,9 +5163,6 @@ var inputStyle = tv(
|
|
|
5163
5163
|
inputWrapper: [
|
|
5164
5164
|
"bg-transparent",
|
|
5165
5165
|
"rounded-none",
|
|
5166
|
-
"!border-t-transparent",
|
|
5167
|
-
"!border-l-transparent",
|
|
5168
|
-
"!border-r-transparent",
|
|
5169
5166
|
"group-has-[:hover]/input:bg-trans-soft",
|
|
5170
5167
|
"group-has-[:focus]/input:bg-body-background",
|
|
5171
5168
|
"group-has-[p.error]/input:border-danger-main"
|
|
@@ -5177,7 +5174,6 @@ var inputStyle = tv(
|
|
|
5177
5174
|
primary: {
|
|
5178
5175
|
content: [
|
|
5179
5176
|
"group-has-[:focus]/input:text-primary-main",
|
|
5180
|
-
"group-has-[:focus:hover]/input:text-primary-main",
|
|
5181
5177
|
"!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
|
|
5182
5178
|
],
|
|
5183
5179
|
helperText: [
|
|
@@ -5189,7 +5185,6 @@ var inputStyle = tv(
|
|
|
5189
5185
|
secondary: {
|
|
5190
5186
|
content: [
|
|
5191
5187
|
"group-has-[:focus]/input:text-secondary-main",
|
|
5192
|
-
"group-has-[:focus:hover]/input:text-secondary-main",
|
|
5193
5188
|
"!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
|
|
5194
5189
|
],
|
|
5195
5190
|
helperText: [
|
|
@@ -5204,7 +5199,7 @@ var inputStyle = tv(
|
|
|
5204
5199
|
base: ["text-sm", "gap-[4px]"],
|
|
5205
5200
|
label: ["text-sm"],
|
|
5206
5201
|
innerWrapper: ["gap-[4px]"],
|
|
5207
|
-
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"
|
|
5202
|
+
inputWrapper: ["w-[240px]", "h-[24px]", "rounded-sm", "px-[4px]", "gap-[4px]"],
|
|
5208
5203
|
helperText: ["text-sm"],
|
|
5209
5204
|
errorText: ["text-sm"]
|
|
5210
5205
|
},
|
|
@@ -5212,7 +5207,7 @@ var inputStyle = tv(
|
|
|
5212
5207
|
base: ["text-md", "gap-[6px]"],
|
|
5213
5208
|
label: ["text-md"],
|
|
5214
5209
|
innerWrapper: ["gap-[6px]"],
|
|
5215
|
-
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"
|
|
5210
|
+
inputWrapper: ["w-[240px]", "h-[32px]", "rounded-md", "px-[6px]", "gap-[6px]"],
|
|
5216
5211
|
helperText: ["text-sm"],
|
|
5217
5212
|
errorText: ["text-sm"]
|
|
5218
5213
|
},
|
|
@@ -5220,7 +5215,7 @@ var inputStyle = tv(
|
|
|
5220
5215
|
base: ["text-lg", "gap-[8px]"],
|
|
5221
5216
|
label: ["text-lg"],
|
|
5222
5217
|
innerWrapper: ["gap-[8px]"],
|
|
5223
|
-
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"
|
|
5218
|
+
inputWrapper: ["w-[240px]", "h-[40px]", "rounded-lg", "px-[8px]", "gap-[8px]"],
|
|
5224
5219
|
helperText: ["text-md"],
|
|
5225
5220
|
errorText: ["text-md"]
|
|
5226
5221
|
},
|
|
@@ -5228,7 +5223,7 @@ var inputStyle = tv(
|
|
|
5228
5223
|
base: ["text-xl", "gap-[10px]"],
|
|
5229
5224
|
label: ["text-xl"],
|
|
5230
5225
|
innerWrapper: ["gap-[10px]"],
|
|
5231
|
-
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"
|
|
5226
|
+
inputWrapper: ["w-[240px]", "h-[50px]", "rounded-lg", "px-[10px]", "gap-[10px]"],
|
|
5232
5227
|
helperText: ["text-md"],
|
|
5233
5228
|
errorText: ["text-md"]
|
|
5234
5229
|
}
|
|
@@ -5260,6 +5255,62 @@ var inputStyle = tv(
|
|
|
5260
5255
|
}
|
|
5261
5256
|
},
|
|
5262
5257
|
compoundVariants: [
|
|
5258
|
+
{
|
|
5259
|
+
variant: "outline",
|
|
5260
|
+
size: "sm",
|
|
5261
|
+
class: {
|
|
5262
|
+
inputWrapper: ["border-sm"]
|
|
5263
|
+
}
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
variant: "outline",
|
|
5267
|
+
size: "md",
|
|
5268
|
+
class: {
|
|
5269
|
+
inputWrapper: ["border-md"]
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
variant: "outline",
|
|
5274
|
+
size: "lg",
|
|
5275
|
+
class: {
|
|
5276
|
+
inputWrapper: ["border-lg"]
|
|
5277
|
+
}
|
|
5278
|
+
},
|
|
5279
|
+
{
|
|
5280
|
+
variant: "outline",
|
|
5281
|
+
size: "xl",
|
|
5282
|
+
class: {
|
|
5283
|
+
inputWrapper: ["border-xl"]
|
|
5284
|
+
}
|
|
5285
|
+
},
|
|
5286
|
+
{
|
|
5287
|
+
variant: "underline",
|
|
5288
|
+
size: "sm",
|
|
5289
|
+
class: {
|
|
5290
|
+
inputWrapper: ["border-b-sm"]
|
|
5291
|
+
}
|
|
5292
|
+
},
|
|
5293
|
+
{
|
|
5294
|
+
variant: "underline",
|
|
5295
|
+
size: "md",
|
|
5296
|
+
class: {
|
|
5297
|
+
inputWrapper: ["border-b-md"]
|
|
5298
|
+
}
|
|
5299
|
+
},
|
|
5300
|
+
{
|
|
5301
|
+
variant: "underline",
|
|
5302
|
+
size: "lg",
|
|
5303
|
+
class: {
|
|
5304
|
+
inputWrapper: ["border-b-lg"]
|
|
5305
|
+
}
|
|
5306
|
+
},
|
|
5307
|
+
{
|
|
5308
|
+
variant: "underline",
|
|
5309
|
+
size: "xl",
|
|
5310
|
+
class: {
|
|
5311
|
+
inputWrapper: ["border-b-xl"]
|
|
5312
|
+
}
|
|
5313
|
+
},
|
|
5263
5314
|
{
|
|
5264
5315
|
disabled: true,
|
|
5265
5316
|
variant: ["outline", "underline"],
|
package/dist/index.mjs
CHANGED
|
@@ -1,18 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import {
|
|
4
|
-
tooltip_default
|
|
5
|
-
} from "./chunk-U2YKMXVG.mjs";
|
|
6
|
-
import "./chunk-ZMOAFSYE.mjs";
|
|
7
|
-
import "./chunk-WSIADHVC.mjs";
|
|
8
|
-
import "./chunk-3MY6LO7N.mjs";
|
|
9
|
-
import {
|
|
10
|
-
tabs_default
|
|
11
|
-
} from "./chunk-ZEZ6ZA3N.mjs";
|
|
12
|
-
import "./chunk-RRAZM5D3.mjs";
|
|
2
|
+
import "./chunk-2UUH2MBF.mjs";
|
|
13
3
|
import {
|
|
14
|
-
|
|
15
|
-
} from "./chunk-
|
|
4
|
+
table_default
|
|
5
|
+
} from "./chunk-QH4PCQN5.mjs";
|
|
6
|
+
import "./chunk-M2IRRTFM.mjs";
|
|
7
|
+
import "./chunk-OQS4LGZK.mjs";
|
|
16
8
|
import "./chunk-LUWGOKLG.mjs";
|
|
17
9
|
import {
|
|
18
10
|
ToastProvider,
|
|
@@ -22,16 +14,24 @@ import "./chunk-ZOTHPHXA.mjs";
|
|
|
22
14
|
import {
|
|
23
15
|
toast_default
|
|
24
16
|
} from "./chunk-XIHAABHB.mjs";
|
|
17
|
+
import "./chunk-HIE2YRGA.mjs";
|
|
18
|
+
import {
|
|
19
|
+
tooltip_default
|
|
20
|
+
} from "./chunk-U2YKMXVG.mjs";
|
|
21
|
+
import "./chunk-ZMOAFSYE.mjs";
|
|
22
|
+
import "./chunk-WSIADHVC.mjs";
|
|
25
23
|
import "./chunk-LVFI2NOH.mjs";
|
|
26
24
|
import {
|
|
27
25
|
switch_default
|
|
28
26
|
} from "./chunk-Z74QNVPG.mjs";
|
|
29
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-3MY6LO7N.mjs";
|
|
30
28
|
import {
|
|
31
|
-
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import
|
|
29
|
+
tabs_default
|
|
30
|
+
} from "./chunk-ZEZ6ZA3N.mjs";
|
|
31
|
+
import "./chunk-RRAZM5D3.mjs";
|
|
32
|
+
import {
|
|
33
|
+
textarea_default
|
|
34
|
+
} from "./chunk-BKE6QF6W.mjs";
|
|
35
35
|
import "./chunk-TPFN22HR.mjs";
|
|
36
36
|
import {
|
|
37
37
|
radio_default
|
|
@@ -49,25 +49,25 @@ import {
|
|
|
49
49
|
import "./chunk-7B7LRG5J.mjs";
|
|
50
50
|
import {
|
|
51
51
|
pagination_default
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-3K5BE4OJ.mjs";
|
|
53
53
|
import "./chunk-F3HENRVM.mjs";
|
|
54
|
-
import "./chunk-2GCSFWHD.mjs";
|
|
55
|
-
import {
|
|
56
|
-
input_default
|
|
57
|
-
} from "./chunk-B6CXZCXQ.mjs";
|
|
58
54
|
import "./chunk-75HLCORR.mjs";
|
|
59
55
|
import {
|
|
60
56
|
dateTimePicker_default
|
|
61
|
-
} from "./chunk-
|
|
62
|
-
import "./chunk-
|
|
57
|
+
} from "./chunk-DNFBQYVG.mjs";
|
|
58
|
+
import "./chunk-VP3NVHFU.mjs";
|
|
63
59
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
64
60
|
import {
|
|
65
61
|
list_default
|
|
66
62
|
} from "./chunk-VVOOYDJS.mjs";
|
|
67
63
|
import {
|
|
68
64
|
listItem_default
|
|
69
|
-
} from "./chunk-
|
|
65
|
+
} from "./chunk-KWWYMTJP.mjs";
|
|
70
66
|
import "./chunk-FWJ2ZKH6.mjs";
|
|
67
|
+
import "./chunk-2GCSFWHD.mjs";
|
|
68
|
+
import {
|
|
69
|
+
input_default
|
|
70
|
+
} from "./chunk-WN7WKYYI.mjs";
|
|
71
71
|
import "./chunk-VUYUQGLF.mjs";
|
|
72
72
|
import {
|
|
73
73
|
button_group_default
|
|
@@ -88,10 +88,6 @@ import {
|
|
|
88
88
|
} from "./chunk-RCU5MLBU.mjs";
|
|
89
89
|
import "./chunk-HKXUNG3H.mjs";
|
|
90
90
|
import "./chunk-P732YGHO.mjs";
|
|
91
|
-
import "./chunk-7DLOYKVC.mjs";
|
|
92
|
-
import {
|
|
93
|
-
avatar_default
|
|
94
|
-
} from "./chunk-CF6O6TCF.mjs";
|
|
95
91
|
import "./chunk-SE5TU755.mjs";
|
|
96
92
|
import {
|
|
97
93
|
backdrop_default
|
|
@@ -105,6 +101,10 @@ import {
|
|
|
105
101
|
Icon_default,
|
|
106
102
|
iconTemplate
|
|
107
103
|
} from "./chunk-24NQEB73.mjs";
|
|
104
|
+
import "./chunk-7DLOYKVC.mjs";
|
|
105
|
+
import {
|
|
106
|
+
avatar_default
|
|
107
|
+
} from "./chunk-CF6O6TCF.mjs";
|
|
108
108
|
import "./chunk-P2TMIZRH.mjs";
|
|
109
109
|
import {
|
|
110
110
|
deepnoidUi,
|
package/package.json
CHANGED