@deepnoid/ui 0.1.98 → 0.1.100
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 +163 -163
- package/dist/{chunk-C5FUPNE4.mjs → chunk-AATFH6PB.mjs} +29 -12
- package/dist/{chunk-VFFLJN5N.mjs → chunk-FESRJFPF.mjs} +30 -6
- package/dist/{chunk-45N5ZAIJ.mjs → chunk-JN6ELUAT.mjs} +1 -1
- package/dist/{chunk-VIEBF2WH.mjs → chunk-ZAHEKJIU.mjs} +1 -1
- package/dist/components/fileUpload/fileUpload.d.mts +3 -13
- package/dist/components/fileUpload/fileUpload.d.ts +3 -13
- package/dist/components/fileUpload/fileUpload.js +218 -32
- package/dist/components/fileUpload/fileUpload.mjs +5 -2
- package/dist/components/fileUpload/index.js +218 -32
- package/dist/components/fileUpload/index.mjs +5 -2
- package/dist/components/input/index.js +30 -6
- package/dist/components/input/index.mjs +1 -1
- package/dist/components/input/input.d.mts +21 -0
- package/dist/components/input/input.d.ts +21 -0
- package/dist/components/input/input.js +30 -6
- package/dist/components/input/input.mjs +1 -1
- package/dist/components/pagination/index.js +30 -6
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/pagination/pagination.js +30 -6
- package/dist/components/pagination/pagination.mjs +2 -2
- package/dist/components/table/index.js +30 -6
- package/dist/components/table/index.mjs +3 -3
- package/dist/components/table/table-body.js +30 -6
- package/dist/components/table/table-body.mjs +3 -3
- package/dist/components/table/table-head.js +30 -6
- package/dist/components/table/table-head.mjs +3 -3
- package/dist/components/table/table.js +30 -6
- package/dist/components/table/table.mjs +3 -3
- package/dist/index.js +273 -233
- package/dist/index.mjs +27 -27
- package/package.json +1 -1
|
@@ -5221,12 +5221,10 @@ var inputStyle = tv(
|
|
|
5221
5221
|
errorMessage: ["text-danger-main"],
|
|
5222
5222
|
readonlyWrapper: [
|
|
5223
5223
|
"pointer-events-none",
|
|
5224
|
-
"
|
|
5225
|
-
"placeholder
|
|
5226
|
-
"
|
|
5227
|
-
"
|
|
5228
|
-
"[&>input]:!text-body-foreground",
|
|
5229
|
-
"[&>input]:placeholder:!text-body-foreground"
|
|
5224
|
+
"text-body-foreground",
|
|
5225
|
+
"placeholder:text-body-foreground",
|
|
5226
|
+
"[&>input]:text-body-foreground",
|
|
5227
|
+
"[&>input]:placeholder:text-body-foreground"
|
|
5230
5228
|
],
|
|
5231
5229
|
readonly: []
|
|
5232
5230
|
},
|
|
@@ -5335,6 +5333,16 @@ var inputStyle = tv(
|
|
|
5335
5333
|
helperMessage: ["!text-neutral-light"],
|
|
5336
5334
|
errorMessage: ["!text-danger-light"]
|
|
5337
5335
|
}
|
|
5336
|
+
},
|
|
5337
|
+
readonly: {
|
|
5338
|
+
true: {
|
|
5339
|
+
readonlyWrapper: ["pointer-events-none"],
|
|
5340
|
+
input: [
|
|
5341
|
+
"group-has-[p.error]/input:!text-danger-main",
|
|
5342
|
+
"group-has-[p.error]/input:placeholder:!text-danger-main"
|
|
5343
|
+
],
|
|
5344
|
+
content: ["group-has-[p.error]/input:!text-danger-main"]
|
|
5345
|
+
}
|
|
5338
5346
|
}
|
|
5339
5347
|
},
|
|
5340
5348
|
compoundVariants: [
|
|
@@ -5404,6 +5412,22 @@ var inputStyle = tv(
|
|
|
5404
5412
|
"group-has-[p.error]/input:placeholder:!text-danger-light"
|
|
5405
5413
|
]
|
|
5406
5414
|
}
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
readonly: true,
|
|
5418
|
+
color: "primary",
|
|
5419
|
+
class: {
|
|
5420
|
+
input: ["!text-primary-main", "placeholder:!text-primary-main"],
|
|
5421
|
+
content: ["!text-primary-main"]
|
|
5422
|
+
}
|
|
5423
|
+
},
|
|
5424
|
+
{
|
|
5425
|
+
readonly: true,
|
|
5426
|
+
color: "secondary",
|
|
5427
|
+
class: {
|
|
5428
|
+
input: ["!text-secondary-main", "placeholder:!text-secondary-main"],
|
|
5429
|
+
content: ["!text-secondary-main"]
|
|
5430
|
+
}
|
|
5407
5431
|
}
|
|
5408
5432
|
],
|
|
5409
5433
|
defaultVariants: {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
paginationStyle,
|
|
4
4
|
pagination_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-JN6ELUAT.mjs";
|
|
6
6
|
import "../../chunk-F3HENRVM.mjs";
|
|
7
7
|
import "../../chunk-2GCSFWHD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-FESRJFPF.mjs";
|
|
9
9
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
10
|
import "../../chunk-SCZB4QC7.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -5630,12 +5630,10 @@ var inputStyle = tv(
|
|
|
5630
5630
|
errorMessage: ["text-danger-main"],
|
|
5631
5631
|
readonlyWrapper: [
|
|
5632
5632
|
"pointer-events-none",
|
|
5633
|
-
"
|
|
5634
|
-
"placeholder
|
|
5635
|
-
"
|
|
5636
|
-
"
|
|
5637
|
-
"[&>input]:!text-body-foreground",
|
|
5638
|
-
"[&>input]:placeholder:!text-body-foreground"
|
|
5633
|
+
"text-body-foreground",
|
|
5634
|
+
"placeholder:text-body-foreground",
|
|
5635
|
+
"[&>input]:text-body-foreground",
|
|
5636
|
+
"[&>input]:placeholder:text-body-foreground"
|
|
5639
5637
|
],
|
|
5640
5638
|
readonly: []
|
|
5641
5639
|
},
|
|
@@ -5744,6 +5742,16 @@ var inputStyle = tv(
|
|
|
5744
5742
|
helperMessage: ["!text-neutral-light"],
|
|
5745
5743
|
errorMessage: ["!text-danger-light"]
|
|
5746
5744
|
}
|
|
5745
|
+
},
|
|
5746
|
+
readonly: {
|
|
5747
|
+
true: {
|
|
5748
|
+
readonlyWrapper: ["pointer-events-none"],
|
|
5749
|
+
input: [
|
|
5750
|
+
"group-has-[p.error]/input:!text-danger-main",
|
|
5751
|
+
"group-has-[p.error]/input:placeholder:!text-danger-main"
|
|
5752
|
+
],
|
|
5753
|
+
content: ["group-has-[p.error]/input:!text-danger-main"]
|
|
5754
|
+
}
|
|
5747
5755
|
}
|
|
5748
5756
|
},
|
|
5749
5757
|
compoundVariants: [
|
|
@@ -5813,6 +5821,22 @@ var inputStyle = tv(
|
|
|
5813
5821
|
"group-has-[p.error]/input:placeholder:!text-danger-light"
|
|
5814
5822
|
]
|
|
5815
5823
|
}
|
|
5824
|
+
},
|
|
5825
|
+
{
|
|
5826
|
+
readonly: true,
|
|
5827
|
+
color: "primary",
|
|
5828
|
+
class: {
|
|
5829
|
+
input: ["!text-primary-main", "placeholder:!text-primary-main"],
|
|
5830
|
+
content: ["!text-primary-main"]
|
|
5831
|
+
}
|
|
5832
|
+
},
|
|
5833
|
+
{
|
|
5834
|
+
readonly: true,
|
|
5835
|
+
color: "secondary",
|
|
5836
|
+
class: {
|
|
5837
|
+
input: ["!text-secondary-main", "placeholder:!text-secondary-main"],
|
|
5838
|
+
content: ["!text-secondary-main"]
|
|
5839
|
+
}
|
|
5816
5840
|
}
|
|
5817
5841
|
],
|
|
5818
5842
|
defaultVariants: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "../../chunk-DX3KXNP6.mjs";
|
|
3
3
|
import {
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-ZAHEKJIU.mjs";
|
|
6
6
|
import "../../chunk-MZ76AA76.mjs";
|
|
7
7
|
import "../../chunk-6PN3DGOE.mjs";
|
|
8
8
|
import {
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
import "../../chunk-DQRAFUDA.mjs";
|
|
12
12
|
import "../../chunk-M37VBNB3.mjs";
|
|
13
13
|
import "../../chunk-7B7LRG5J.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-JN6ELUAT.mjs";
|
|
15
15
|
import "../../chunk-F3HENRVM.mjs";
|
|
16
16
|
import "../../chunk-2GCSFWHD.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-FESRJFPF.mjs";
|
|
18
18
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
19
19
|
import "../../chunk-XZ5DXOJQ.mjs";
|
|
20
20
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
@@ -5559,12 +5559,10 @@ var inputStyle = tv(
|
|
|
5559
5559
|
errorMessage: ["text-danger-main"],
|
|
5560
5560
|
readonlyWrapper: [
|
|
5561
5561
|
"pointer-events-none",
|
|
5562
|
-
"
|
|
5563
|
-
"placeholder
|
|
5564
|
-
"
|
|
5565
|
-
"
|
|
5566
|
-
"[&>input]:!text-body-foreground",
|
|
5567
|
-
"[&>input]:placeholder:!text-body-foreground"
|
|
5562
|
+
"text-body-foreground",
|
|
5563
|
+
"placeholder:text-body-foreground",
|
|
5564
|
+
"[&>input]:text-body-foreground",
|
|
5565
|
+
"[&>input]:placeholder:text-body-foreground"
|
|
5568
5566
|
],
|
|
5569
5567
|
readonly: []
|
|
5570
5568
|
},
|
|
@@ -5673,6 +5671,16 @@ var inputStyle = tv(
|
|
|
5673
5671
|
helperMessage: ["!text-neutral-light"],
|
|
5674
5672
|
errorMessage: ["!text-danger-light"]
|
|
5675
5673
|
}
|
|
5674
|
+
},
|
|
5675
|
+
readonly: {
|
|
5676
|
+
true: {
|
|
5677
|
+
readonlyWrapper: ["pointer-events-none"],
|
|
5678
|
+
input: [
|
|
5679
|
+
"group-has-[p.error]/input:!text-danger-main",
|
|
5680
|
+
"group-has-[p.error]/input:placeholder:!text-danger-main"
|
|
5681
|
+
],
|
|
5682
|
+
content: ["group-has-[p.error]/input:!text-danger-main"]
|
|
5683
|
+
}
|
|
5676
5684
|
}
|
|
5677
5685
|
},
|
|
5678
5686
|
compoundVariants: [
|
|
@@ -5742,6 +5750,22 @@ var inputStyle = tv(
|
|
|
5742
5750
|
"group-has-[p.error]/input:placeholder:!text-danger-light"
|
|
5743
5751
|
]
|
|
5744
5752
|
}
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
readonly: true,
|
|
5756
|
+
color: "primary",
|
|
5757
|
+
class: {
|
|
5758
|
+
input: ["!text-primary-main", "placeholder:!text-primary-main"],
|
|
5759
|
+
content: ["!text-primary-main"]
|
|
5760
|
+
}
|
|
5761
|
+
},
|
|
5762
|
+
{
|
|
5763
|
+
readonly: true,
|
|
5764
|
+
color: "secondary",
|
|
5765
|
+
class: {
|
|
5766
|
+
input: ["!text-secondary-main", "placeholder:!text-secondary-main"],
|
|
5767
|
+
content: ["!text-secondary-main"]
|
|
5768
|
+
}
|
|
5745
5769
|
}
|
|
5746
5770
|
],
|
|
5747
5771
|
defaultVariants: {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_body_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-ZAHEKJIU.mjs";
|
|
5
5
|
import "../../chunk-MZ76AA76.mjs";
|
|
6
6
|
import "../../chunk-6PN3DGOE.mjs";
|
|
7
7
|
import "../../chunk-DQRAFUDA.mjs";
|
|
8
8
|
import "../../chunk-M37VBNB3.mjs";
|
|
9
9
|
import "../../chunk-7B7LRG5J.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-JN6ELUAT.mjs";
|
|
11
11
|
import "../../chunk-F3HENRVM.mjs";
|
|
12
12
|
import "../../chunk-2GCSFWHD.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-FESRJFPF.mjs";
|
|
14
14
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
15
15
|
import "../../chunk-XZ5DXOJQ.mjs";
|
|
16
16
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
@@ -5574,12 +5574,10 @@ var inputStyle = tv(
|
|
|
5574
5574
|
errorMessage: ["text-danger-main"],
|
|
5575
5575
|
readonlyWrapper: [
|
|
5576
5576
|
"pointer-events-none",
|
|
5577
|
-
"
|
|
5578
|
-
"placeholder
|
|
5579
|
-
"
|
|
5580
|
-
"
|
|
5581
|
-
"[&>input]:!text-body-foreground",
|
|
5582
|
-
"[&>input]:placeholder:!text-body-foreground"
|
|
5577
|
+
"text-body-foreground",
|
|
5578
|
+
"placeholder:text-body-foreground",
|
|
5579
|
+
"[&>input]:text-body-foreground",
|
|
5580
|
+
"[&>input]:placeholder:text-body-foreground"
|
|
5583
5581
|
],
|
|
5584
5582
|
readonly: []
|
|
5585
5583
|
},
|
|
@@ -5688,6 +5686,16 @@ var inputStyle = tv(
|
|
|
5688
5686
|
helperMessage: ["!text-neutral-light"],
|
|
5689
5687
|
errorMessage: ["!text-danger-light"]
|
|
5690
5688
|
}
|
|
5689
|
+
},
|
|
5690
|
+
readonly: {
|
|
5691
|
+
true: {
|
|
5692
|
+
readonlyWrapper: ["pointer-events-none"],
|
|
5693
|
+
input: [
|
|
5694
|
+
"group-has-[p.error]/input:!text-danger-main",
|
|
5695
|
+
"group-has-[p.error]/input:placeholder:!text-danger-main"
|
|
5696
|
+
],
|
|
5697
|
+
content: ["group-has-[p.error]/input:!text-danger-main"]
|
|
5698
|
+
}
|
|
5691
5699
|
}
|
|
5692
5700
|
},
|
|
5693
5701
|
compoundVariants: [
|
|
@@ -5757,6 +5765,22 @@ var inputStyle = tv(
|
|
|
5757
5765
|
"group-has-[p.error]/input:placeholder:!text-danger-light"
|
|
5758
5766
|
]
|
|
5759
5767
|
}
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
readonly: true,
|
|
5771
|
+
color: "primary",
|
|
5772
|
+
class: {
|
|
5773
|
+
input: ["!text-primary-main", "placeholder:!text-primary-main"],
|
|
5774
|
+
content: ["!text-primary-main"]
|
|
5775
|
+
}
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
readonly: true,
|
|
5779
|
+
color: "secondary",
|
|
5780
|
+
class: {
|
|
5781
|
+
input: ["!text-secondary-main", "placeholder:!text-secondary-main"],
|
|
5782
|
+
content: ["!text-secondary-main"]
|
|
5783
|
+
}
|
|
5760
5784
|
}
|
|
5761
5785
|
],
|
|
5762
5786
|
defaultVariants: {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_head_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-ZAHEKJIU.mjs";
|
|
5
5
|
import "../../chunk-MZ76AA76.mjs";
|
|
6
6
|
import "../../chunk-6PN3DGOE.mjs";
|
|
7
7
|
import "../../chunk-DQRAFUDA.mjs";
|
|
8
8
|
import "../../chunk-M37VBNB3.mjs";
|
|
9
9
|
import "../../chunk-7B7LRG5J.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-JN6ELUAT.mjs";
|
|
11
11
|
import "../../chunk-F3HENRVM.mjs";
|
|
12
12
|
import "../../chunk-2GCSFWHD.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-FESRJFPF.mjs";
|
|
14
14
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
15
15
|
import "../../chunk-XZ5DXOJQ.mjs";
|
|
16
16
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
@@ -5628,12 +5628,10 @@ var inputStyle = tv(
|
|
|
5628
5628
|
errorMessage: ["text-danger-main"],
|
|
5629
5629
|
readonlyWrapper: [
|
|
5630
5630
|
"pointer-events-none",
|
|
5631
|
-
"
|
|
5632
|
-
"placeholder
|
|
5633
|
-
"
|
|
5634
|
-
"
|
|
5635
|
-
"[&>input]:!text-body-foreground",
|
|
5636
|
-
"[&>input]:placeholder:!text-body-foreground"
|
|
5631
|
+
"text-body-foreground",
|
|
5632
|
+
"placeholder:text-body-foreground",
|
|
5633
|
+
"[&>input]:text-body-foreground",
|
|
5634
|
+
"[&>input]:placeholder:text-body-foreground"
|
|
5637
5635
|
],
|
|
5638
5636
|
readonly: []
|
|
5639
5637
|
},
|
|
@@ -5742,6 +5740,16 @@ var inputStyle = tv(
|
|
|
5742
5740
|
helperMessage: ["!text-neutral-light"],
|
|
5743
5741
|
errorMessage: ["!text-danger-light"]
|
|
5744
5742
|
}
|
|
5743
|
+
},
|
|
5744
|
+
readonly: {
|
|
5745
|
+
true: {
|
|
5746
|
+
readonlyWrapper: ["pointer-events-none"],
|
|
5747
|
+
input: [
|
|
5748
|
+
"group-has-[p.error]/input:!text-danger-main",
|
|
5749
|
+
"group-has-[p.error]/input:placeholder:!text-danger-main"
|
|
5750
|
+
],
|
|
5751
|
+
content: ["group-has-[p.error]/input:!text-danger-main"]
|
|
5752
|
+
}
|
|
5745
5753
|
}
|
|
5746
5754
|
},
|
|
5747
5755
|
compoundVariants: [
|
|
@@ -5811,6 +5819,22 @@ var inputStyle = tv(
|
|
|
5811
5819
|
"group-has-[p.error]/input:placeholder:!text-danger-light"
|
|
5812
5820
|
]
|
|
5813
5821
|
}
|
|
5822
|
+
},
|
|
5823
|
+
{
|
|
5824
|
+
readonly: true,
|
|
5825
|
+
color: "primary",
|
|
5826
|
+
class: {
|
|
5827
|
+
input: ["!text-primary-main", "placeholder:!text-primary-main"],
|
|
5828
|
+
content: ["!text-primary-main"]
|
|
5829
|
+
}
|
|
5830
|
+
},
|
|
5831
|
+
{
|
|
5832
|
+
readonly: true,
|
|
5833
|
+
color: "secondary",
|
|
5834
|
+
class: {
|
|
5835
|
+
input: ["!text-secondary-main", "placeholder:!text-secondary-main"],
|
|
5836
|
+
content: ["!text-secondary-main"]
|
|
5837
|
+
}
|
|
5814
5838
|
}
|
|
5815
5839
|
],
|
|
5816
5840
|
defaultVariants: {
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getCellStyle,
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-ZAHEKJIU.mjs";
|
|
6
6
|
import "../../chunk-MZ76AA76.mjs";
|
|
7
7
|
import "../../chunk-6PN3DGOE.mjs";
|
|
8
8
|
import "../../chunk-DQRAFUDA.mjs";
|
|
9
9
|
import "../../chunk-M37VBNB3.mjs";
|
|
10
10
|
import "../../chunk-7B7LRG5J.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-JN6ELUAT.mjs";
|
|
12
12
|
import "../../chunk-F3HENRVM.mjs";
|
|
13
13
|
import "../../chunk-2GCSFWHD.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-FESRJFPF.mjs";
|
|
15
15
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
16
16
|
import "../../chunk-XZ5DXOJQ.mjs";
|
|
17
17
|
import "../../chunk-ZYIIXWVY.mjs";
|