@deepnoid/ui 0.1.31 → 0.1.33

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.
Files changed (37) hide show
  1. package/.turbo/turbo-build.log +138 -138
  2. package/dist/{chunk-EBRCE7XY.mjs → chunk-2M5G4MRK.mjs} +4 -4
  3. package/dist/{chunk-62X5AX5B.mjs → chunk-4EIGHKUO.mjs} +7 -11
  4. package/dist/{chunk-K7V4VE7R.mjs → chunk-C7AFIF2M.mjs} +4 -4
  5. package/dist/{chunk-AIIMJZ7L.mjs → chunk-GH6CPGFN.mjs} +25 -20
  6. package/dist/{chunk-CVQM3T2X.mjs → chunk-MCNCHQ33.mjs} +1 -1
  7. package/dist/{chunk-BCMVEGJG.mjs → chunk-PSO2IJIF.mjs} +1 -1
  8. package/dist/components/dateTimePicker/dateTimePicker.mjs +4 -4
  9. package/dist/components/dateTimePicker/index.mjs +4 -4
  10. package/dist/components/dateTimePicker/timePicker.mjs +2 -2
  11. package/dist/components/fileUpload/fileUpload.js +25 -20
  12. package/dist/components/fileUpload/fileUpload.mjs +2 -2
  13. package/dist/components/fileUpload/index.js +25 -20
  14. package/dist/components/fileUpload/index.mjs +2 -2
  15. package/dist/components/input/index.js +25 -20
  16. package/dist/components/input/index.mjs +1 -1
  17. package/dist/components/input/input.d.mts +3 -0
  18. package/dist/components/input/input.d.ts +3 -0
  19. package/dist/components/input/input.js +25 -20
  20. package/dist/components/input/input.mjs +1 -1
  21. package/dist/components/list/index.mjs +3 -3
  22. package/dist/components/pagination/index.js +25 -20
  23. package/dist/components/pagination/index.mjs +2 -2
  24. package/dist/components/pagination/pagination.js +25 -20
  25. package/dist/components/pagination/pagination.mjs +2 -2
  26. package/dist/components/table/index.js +28 -23
  27. package/dist/components/table/index.mjs +3 -3
  28. package/dist/components/table/table.js +28 -23
  29. package/dist/components/table/table.mjs +3 -3
  30. package/dist/components/textarea/index.js +7 -11
  31. package/dist/components/textarea/index.mjs +1 -1
  32. package/dist/components/textarea/textarea.js +7 -11
  33. package/dist/components/textarea/textarea.mjs +1 -1
  34. package/dist/index.js +35 -34
  35. package/dist/index.mjs +23 -23
  36. package/package.json +1 -1
  37. package/dist/{chunk-BFOK4HVC.mjs → chunk-KYJTZPXY.mjs} +3 -3
@@ -157,12 +157,13 @@ var inputStyle = tv(
157
157
  "placeholder:text-neutral-main",
158
158
  "outline-none",
159
159
  "focus:ring-0",
160
- "group-has-[:hover]/input:!text-neutral-dark",
161
- "group-has-[:hover]/input:placeholder:!text-neutral-dark",
160
+ "group-has-[:hover]/input:text-neutral-dark",
161
+ "group-has-[:hover]/input:placeholder:text-neutral-dark",
162
162
  "group-has-[:focus]/input:text-neutral-dark",
163
163
  "group-has-[:focus]/input:placeholder:text-neutral-dark",
164
164
  "group-has-[p.error]/input:text-danger-main",
165
- "group-has-[p.error]/input:placeholder:text-danger-main"
165
+ "group-has-[p.error]/input:placeholder:text-danger-main",
166
+ "group-has-[p.error]/input:placeholder:hover:!text-danger-main"
166
167
  ],
167
168
  content: [
168
169
  "flex",
@@ -170,9 +171,17 @@ var inputStyle = tv(
170
171
  "select-none",
171
172
  "text-neutral-main",
172
173
  "group-has-[:hover]/input:text-neutral-dark",
173
- "group-has-[p.error]/input:text-danger-main"
174
+ "group-has-[p.error]/input:text-danger-main",
175
+ "group-has-[p.error]/input:hover:text-danger-main",
176
+ "group-has-[p.error]/input:focus:text-danger-main"
177
+ ],
178
+ helperMessage: [
179
+ "text-neutral-main",
180
+ "group-has-[:hover]/input:text-neutral-dark",
181
+ "group-has-[p.error]/input:text-danger-main",
182
+ "group-has-[p.error]/input:hover:text-danger-main",
183
+ "group-has-[p.error]/input:focus:text-danger-main"
174
184
  ],
175
- helperMessage: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
176
185
  errorMessage: ["text-danger-main"],
177
186
  readonlyWrapper: [
178
187
  "pointer-events-none",
@@ -213,27 +222,23 @@ var inputStyle = tv(
213
222
  },
214
223
  color: {
215
224
  primary: {
216
- content: [
217
- "group-has-[:focus]/input:!text-primary-main",
218
- "group-has-[p.error]:not(input:focus):hover/input:!text-primary-main"
219
- ],
225
+ content: ["group-has-[:focus]/input:text-primary-main", "group-has-[:focus]/input:hover:text-primary-main"],
220
226
  helperMessage: [
221
- "group-has-[:focus]/input:!text-primary-main",
222
- "group-has-[:focus:hover]/input:!text-primary-main",
223
- "group-has-[:focus]/input:hover:!text-primary-main"
227
+ "group-has-[:focus]/input:text-primary-main",
228
+ "group-has-[:focus]/input:hover:text-primary-main"
224
229
  ],
225
- readonly: ["!text-primary-main"]
230
+ readonly: ["text-primary-main"]
226
231
  },
227
232
  secondary: {
228
233
  content: [
229
- "group-has-[:focus]/input:!text-secondary-main",
230
- "group-has-[p.error]:not(input:focus):hover/input:!text-secondary-main"
234
+ "group-has-[:focus]/input:text-secondary-main",
235
+ "group-has-[:focus]/input:hover:text-secondary-main"
231
236
  ],
232
237
  helperMessage: [
233
- "group-has-[:focus]/input:!text-secondary-main",
234
- "group-has-[:focus:hover]/input:!text-secondary-main",
235
- "group-has-[:focus]/input:hover:!text-secondary-main"
236
- ]
238
+ "group-has-[:focus]/input:text-secondary-main",
239
+ "group-has-[:focus]/input:hover:text-secondary-main"
240
+ ],
241
+ readonly: ["text-secondary-main"]
237
242
  }
238
243
  },
239
244
  size: {
@@ -290,7 +295,7 @@ var inputStyle = tv(
290
295
  "group-has-[p.error]/input:!text-danger-light",
291
296
  "group-has-[p.error]/input:placeholder:!text-danger-light"
292
297
  ],
293
- content: ["!text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
298
+ content: ["!text-neutral-light", "group-has-[p.error]/input:!text-danger-light"],
294
299
  helperMessage: ["!text-neutral-light"],
295
300
  errorMessage: ["!text-danger-light"]
296
301
  }
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-F3HENRVM.mjs";
5
5
  import {
6
6
  input_default
7
- } from "./chunk-AIIMJZ7L.mjs";
7
+ } from "./chunk-GH6CPGFN.mjs";
8
8
  import {
9
9
  Icon_default
10
10
  } from "./chunk-2TKEWFGH.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  input_default
4
- } from "./chunk-AIIMJZ7L.mjs";
4
+ } from "./chunk-GH6CPGFN.mjs";
5
5
  import {
6
6
  button_default
7
7
  } from "./chunk-UB4YBFOT.mjs";
@@ -2,13 +2,13 @@
2
2
  import {
3
3
  dateTimePickerStyle,
4
4
  dateTimePicker_default
5
- } from "../../chunk-K7V4VE7R.mjs";
6
- import "../../chunk-A7RU3FU5.mjs";
7
- import "../../chunk-BFOK4HVC.mjs";
5
+ } from "../../chunk-C7AFIF2M.mjs";
6
+ import "../../chunk-KYJTZPXY.mjs";
8
7
  import "../../chunk-7MVEAQ7Z.mjs";
9
- import "../../chunk-RT3S3VVJ.mjs";
10
8
  import "../../chunk-HIVPDIEP.mjs";
9
+ import "../../chunk-RT3S3VVJ.mjs";
11
10
  import "../../chunk-FWJ2ZKH6.mjs";
11
+ import "../../chunk-A7RU3FU5.mjs";
12
12
  import "../../chunk-P732YGHO.mjs";
13
13
  import "../../chunk-SP3JVQY3.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
@@ -2,13 +2,13 @@
2
2
  import "../../chunk-75HLCORR.mjs";
3
3
  import {
4
4
  dateTimePicker_default
5
- } from "../../chunk-K7V4VE7R.mjs";
6
- import "../../chunk-A7RU3FU5.mjs";
7
- import "../../chunk-BFOK4HVC.mjs";
5
+ } from "../../chunk-C7AFIF2M.mjs";
6
+ import "../../chunk-KYJTZPXY.mjs";
8
7
  import "../../chunk-7MVEAQ7Z.mjs";
9
- import "../../chunk-RT3S3VVJ.mjs";
10
8
  import "../../chunk-HIVPDIEP.mjs";
9
+ import "../../chunk-RT3S3VVJ.mjs";
11
10
  import "../../chunk-FWJ2ZKH6.mjs";
11
+ import "../../chunk-A7RU3FU5.mjs";
12
12
  import "../../chunk-P732YGHO.mjs";
13
13
  import "../../chunk-SP3JVQY3.mjs";
14
14
  import "../../chunk-ZYIIXWVY.mjs";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  timePicker_default
4
- } from "../../chunk-BFOK4HVC.mjs";
4
+ } from "../../chunk-KYJTZPXY.mjs";
5
5
  import "../../chunk-7MVEAQ7Z.mjs";
6
- import "../../chunk-RT3S3VVJ.mjs";
7
6
  import "../../chunk-HIVPDIEP.mjs";
7
+ import "../../chunk-RT3S3VVJ.mjs";
8
8
  import "../../chunk-SP3JVQY3.mjs";
9
9
  import "../../chunk-ZYIIXWVY.mjs";
10
10
  import "../../chunk-2TKEWFGH.mjs";
@@ -4508,12 +4508,13 @@ var inputStyle = tv(
4508
4508
  "placeholder:text-neutral-main",
4509
4509
  "outline-none",
4510
4510
  "focus:ring-0",
4511
- "group-has-[:hover]/input:!text-neutral-dark",
4512
- "group-has-[:hover]/input:placeholder:!text-neutral-dark",
4511
+ "group-has-[:hover]/input:text-neutral-dark",
4512
+ "group-has-[:hover]/input:placeholder:text-neutral-dark",
4513
4513
  "group-has-[:focus]/input:text-neutral-dark",
4514
4514
  "group-has-[:focus]/input:placeholder:text-neutral-dark",
4515
4515
  "group-has-[p.error]/input:text-danger-main",
4516
- "group-has-[p.error]/input:placeholder:text-danger-main"
4516
+ "group-has-[p.error]/input:placeholder:text-danger-main",
4517
+ "group-has-[p.error]/input:placeholder:hover:!text-danger-main"
4517
4518
  ],
4518
4519
  content: [
4519
4520
  "flex",
@@ -4521,9 +4522,17 @@ var inputStyle = tv(
4521
4522
  "select-none",
4522
4523
  "text-neutral-main",
4523
4524
  "group-has-[:hover]/input:text-neutral-dark",
4524
- "group-has-[p.error]/input:text-danger-main"
4525
+ "group-has-[p.error]/input:text-danger-main",
4526
+ "group-has-[p.error]/input:hover:text-danger-main",
4527
+ "group-has-[p.error]/input:focus:text-danger-main"
4528
+ ],
4529
+ helperMessage: [
4530
+ "text-neutral-main",
4531
+ "group-has-[:hover]/input:text-neutral-dark",
4532
+ "group-has-[p.error]/input:text-danger-main",
4533
+ "group-has-[p.error]/input:hover:text-danger-main",
4534
+ "group-has-[p.error]/input:focus:text-danger-main"
4525
4535
  ],
4526
- helperMessage: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
4527
4536
  errorMessage: ["text-danger-main"],
4528
4537
  readonlyWrapper: [
4529
4538
  "pointer-events-none",
@@ -4564,27 +4573,23 @@ var inputStyle = tv(
4564
4573
  },
4565
4574
  color: {
4566
4575
  primary: {
4567
- content: [
4568
- "group-has-[:focus]/input:!text-primary-main",
4569
- "group-has-[p.error]:not(input:focus):hover/input:!text-primary-main"
4570
- ],
4576
+ content: ["group-has-[:focus]/input:text-primary-main", "group-has-[:focus]/input:hover:text-primary-main"],
4571
4577
  helperMessage: [
4572
- "group-has-[:focus]/input:!text-primary-main",
4573
- "group-has-[:focus:hover]/input:!text-primary-main",
4574
- "group-has-[:focus]/input:hover:!text-primary-main"
4578
+ "group-has-[:focus]/input:text-primary-main",
4579
+ "group-has-[:focus]/input:hover:text-primary-main"
4575
4580
  ],
4576
- readonly: ["!text-primary-main"]
4581
+ readonly: ["text-primary-main"]
4577
4582
  },
4578
4583
  secondary: {
4579
4584
  content: [
4580
- "group-has-[:focus]/input:!text-secondary-main",
4581
- "group-has-[p.error]:not(input:focus):hover/input:!text-secondary-main"
4585
+ "group-has-[:focus]/input:text-secondary-main",
4586
+ "group-has-[:focus]/input:hover:text-secondary-main"
4582
4587
  ],
4583
4588
  helperMessage: [
4584
- "group-has-[:focus]/input:!text-secondary-main",
4585
- "group-has-[:focus:hover]/input:!text-secondary-main",
4586
- "group-has-[:focus]/input:hover:!text-secondary-main"
4587
- ]
4589
+ "group-has-[:focus]/input:text-secondary-main",
4590
+ "group-has-[:focus]/input:hover:text-secondary-main"
4591
+ ],
4592
+ readonly: ["text-secondary-main"]
4588
4593
  }
4589
4594
  },
4590
4595
  size: {
@@ -4641,7 +4646,7 @@ var inputStyle = tv(
4641
4646
  "group-has-[p.error]/input:!text-danger-light",
4642
4647
  "group-has-[p.error]/input:placeholder:!text-danger-light"
4643
4648
  ],
4644
- content: ["!text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
4649
+ content: ["!text-neutral-light", "group-has-[p.error]/input:!text-danger-light"],
4645
4650
  helperMessage: ["!text-neutral-light"],
4646
4651
  errorMessage: ["!text-danger-light"]
4647
4652
  }
@@ -3,9 +3,9 @@ import {
3
3
  FileUpload,
4
4
  fileUploadStyle,
5
5
  fileUpload_default
6
- } from "../../chunk-BCMVEGJG.mjs";
6
+ } from "../../chunk-PSO2IJIF.mjs";
7
7
  import "../../chunk-2GCSFWHD.mjs";
8
- import "../../chunk-AIIMJZ7L.mjs";
8
+ import "../../chunk-GH6CPGFN.mjs";
9
9
  import "../../chunk-MY5U63QO.mjs";
10
10
  import "../../chunk-LPZOH3RP.mjs";
11
11
  import "../../chunk-UB4YBFOT.mjs";
@@ -4508,12 +4508,13 @@ var inputStyle = tv(
4508
4508
  "placeholder:text-neutral-main",
4509
4509
  "outline-none",
4510
4510
  "focus:ring-0",
4511
- "group-has-[:hover]/input:!text-neutral-dark",
4512
- "group-has-[:hover]/input:placeholder:!text-neutral-dark",
4511
+ "group-has-[:hover]/input:text-neutral-dark",
4512
+ "group-has-[:hover]/input:placeholder:text-neutral-dark",
4513
4513
  "group-has-[:focus]/input:text-neutral-dark",
4514
4514
  "group-has-[:focus]/input:placeholder:text-neutral-dark",
4515
4515
  "group-has-[p.error]/input:text-danger-main",
4516
- "group-has-[p.error]/input:placeholder:text-danger-main"
4516
+ "group-has-[p.error]/input:placeholder:text-danger-main",
4517
+ "group-has-[p.error]/input:placeholder:hover:!text-danger-main"
4517
4518
  ],
4518
4519
  content: [
4519
4520
  "flex",
@@ -4521,9 +4522,17 @@ var inputStyle = tv(
4521
4522
  "select-none",
4522
4523
  "text-neutral-main",
4523
4524
  "group-has-[:hover]/input:text-neutral-dark",
4524
- "group-has-[p.error]/input:text-danger-main"
4525
+ "group-has-[p.error]/input:text-danger-main",
4526
+ "group-has-[p.error]/input:hover:text-danger-main",
4527
+ "group-has-[p.error]/input:focus:text-danger-main"
4528
+ ],
4529
+ helperMessage: [
4530
+ "text-neutral-main",
4531
+ "group-has-[:hover]/input:text-neutral-dark",
4532
+ "group-has-[p.error]/input:text-danger-main",
4533
+ "group-has-[p.error]/input:hover:text-danger-main",
4534
+ "group-has-[p.error]/input:focus:text-danger-main"
4525
4535
  ],
4526
- helperMessage: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
4527
4536
  errorMessage: ["text-danger-main"],
4528
4537
  readonlyWrapper: [
4529
4538
  "pointer-events-none",
@@ -4564,27 +4573,23 @@ var inputStyle = tv(
4564
4573
  },
4565
4574
  color: {
4566
4575
  primary: {
4567
- content: [
4568
- "group-has-[:focus]/input:!text-primary-main",
4569
- "group-has-[p.error]:not(input:focus):hover/input:!text-primary-main"
4570
- ],
4576
+ content: ["group-has-[:focus]/input:text-primary-main", "group-has-[:focus]/input:hover:text-primary-main"],
4571
4577
  helperMessage: [
4572
- "group-has-[:focus]/input:!text-primary-main",
4573
- "group-has-[:focus:hover]/input:!text-primary-main",
4574
- "group-has-[:focus]/input:hover:!text-primary-main"
4578
+ "group-has-[:focus]/input:text-primary-main",
4579
+ "group-has-[:focus]/input:hover:text-primary-main"
4575
4580
  ],
4576
- readonly: ["!text-primary-main"]
4581
+ readonly: ["text-primary-main"]
4577
4582
  },
4578
4583
  secondary: {
4579
4584
  content: [
4580
- "group-has-[:focus]/input:!text-secondary-main",
4581
- "group-has-[p.error]:not(input:focus):hover/input:!text-secondary-main"
4585
+ "group-has-[:focus]/input:text-secondary-main",
4586
+ "group-has-[:focus]/input:hover:text-secondary-main"
4582
4587
  ],
4583
4588
  helperMessage: [
4584
- "group-has-[:focus]/input:!text-secondary-main",
4585
- "group-has-[:focus:hover]/input:!text-secondary-main",
4586
- "group-has-[:focus]/input:hover:!text-secondary-main"
4587
- ]
4589
+ "group-has-[:focus]/input:text-secondary-main",
4590
+ "group-has-[:focus]/input:hover:text-secondary-main"
4591
+ ],
4592
+ readonly: ["text-secondary-main"]
4588
4593
  }
4589
4594
  },
4590
4595
  size: {
@@ -4641,7 +4646,7 @@ var inputStyle = tv(
4641
4646
  "group-has-[p.error]/input:!text-danger-light",
4642
4647
  "group-has-[p.error]/input:placeholder:!text-danger-light"
4643
4648
  ],
4644
- content: ["!text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
4649
+ content: ["!text-neutral-light", "group-has-[p.error]/input:!text-danger-light"],
4645
4650
  helperMessage: ["!text-neutral-light"],
4646
4651
  errorMessage: ["!text-danger-light"]
4647
4652
  }
@@ -2,9 +2,9 @@
2
2
  import "../../chunk-RLXOHILK.mjs";
3
3
  import {
4
4
  fileUpload_default
5
- } from "../../chunk-BCMVEGJG.mjs";
5
+ } from "../../chunk-PSO2IJIF.mjs";
6
6
  import "../../chunk-2GCSFWHD.mjs";
7
- import "../../chunk-AIIMJZ7L.mjs";
7
+ import "../../chunk-GH6CPGFN.mjs";
8
8
  import "../../chunk-MY5U63QO.mjs";
9
9
  import "../../chunk-LPZOH3RP.mjs";
10
10
  import "../../chunk-UB4YBFOT.mjs";
@@ -4504,12 +4504,13 @@ var inputStyle = tv(
4504
4504
  "placeholder:text-neutral-main",
4505
4505
  "outline-none",
4506
4506
  "focus:ring-0",
4507
- "group-has-[:hover]/input:!text-neutral-dark",
4508
- "group-has-[:hover]/input:placeholder:!text-neutral-dark",
4507
+ "group-has-[:hover]/input:text-neutral-dark",
4508
+ "group-has-[:hover]/input:placeholder:text-neutral-dark",
4509
4509
  "group-has-[:focus]/input:text-neutral-dark",
4510
4510
  "group-has-[:focus]/input:placeholder:text-neutral-dark",
4511
4511
  "group-has-[p.error]/input:text-danger-main",
4512
- "group-has-[p.error]/input:placeholder:text-danger-main"
4512
+ "group-has-[p.error]/input:placeholder:text-danger-main",
4513
+ "group-has-[p.error]/input:placeholder:hover:!text-danger-main"
4513
4514
  ],
4514
4515
  content: [
4515
4516
  "flex",
@@ -4517,9 +4518,17 @@ var inputStyle = tv(
4517
4518
  "select-none",
4518
4519
  "text-neutral-main",
4519
4520
  "group-has-[:hover]/input:text-neutral-dark",
4520
- "group-has-[p.error]/input:text-danger-main"
4521
+ "group-has-[p.error]/input:text-danger-main",
4522
+ "group-has-[p.error]/input:hover:text-danger-main",
4523
+ "group-has-[p.error]/input:focus:text-danger-main"
4524
+ ],
4525
+ helperMessage: [
4526
+ "text-neutral-main",
4527
+ "group-has-[:hover]/input:text-neutral-dark",
4528
+ "group-has-[p.error]/input:text-danger-main",
4529
+ "group-has-[p.error]/input:hover:text-danger-main",
4530
+ "group-has-[p.error]/input:focus:text-danger-main"
4521
4531
  ],
4522
- helperMessage: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
4523
4532
  errorMessage: ["text-danger-main"],
4524
4533
  readonlyWrapper: [
4525
4534
  "pointer-events-none",
@@ -4560,27 +4569,23 @@ var inputStyle = tv(
4560
4569
  },
4561
4570
  color: {
4562
4571
  primary: {
4563
- content: [
4564
- "group-has-[:focus]/input:!text-primary-main",
4565
- "group-has-[p.error]:not(input:focus):hover/input:!text-primary-main"
4566
- ],
4572
+ content: ["group-has-[:focus]/input:text-primary-main", "group-has-[:focus]/input:hover:text-primary-main"],
4567
4573
  helperMessage: [
4568
- "group-has-[:focus]/input:!text-primary-main",
4569
- "group-has-[:focus:hover]/input:!text-primary-main",
4570
- "group-has-[:focus]/input:hover:!text-primary-main"
4574
+ "group-has-[:focus]/input:text-primary-main",
4575
+ "group-has-[:focus]/input:hover:text-primary-main"
4571
4576
  ],
4572
- readonly: ["!text-primary-main"]
4577
+ readonly: ["text-primary-main"]
4573
4578
  },
4574
4579
  secondary: {
4575
4580
  content: [
4576
- "group-has-[:focus]/input:!text-secondary-main",
4577
- "group-has-[p.error]:not(input:focus):hover/input:!text-secondary-main"
4581
+ "group-has-[:focus]/input:text-secondary-main",
4582
+ "group-has-[:focus]/input:hover:text-secondary-main"
4578
4583
  ],
4579
4584
  helperMessage: [
4580
- "group-has-[:focus]/input:!text-secondary-main",
4581
- "group-has-[:focus:hover]/input:!text-secondary-main",
4582
- "group-has-[:focus]/input:hover:!text-secondary-main"
4583
- ]
4585
+ "group-has-[:focus]/input:text-secondary-main",
4586
+ "group-has-[:focus]/input:hover:text-secondary-main"
4587
+ ],
4588
+ readonly: ["text-secondary-main"]
4584
4589
  }
4585
4590
  },
4586
4591
  size: {
@@ -4637,7 +4642,7 @@ var inputStyle = tv(
4637
4642
  "group-has-[p.error]/input:!text-danger-light",
4638
4643
  "group-has-[p.error]/input:placeholder:!text-danger-light"
4639
4644
  ],
4640
- content: ["!text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
4645
+ content: ["!text-neutral-light", "group-has-[p.error]/input:!text-danger-light"],
4641
4646
  helperMessage: ["!text-neutral-light"],
4642
4647
  errorMessage: ["!text-danger-light"]
4643
4648
  }
@@ -2,7 +2,7 @@
2
2
  import "../../chunk-2GCSFWHD.mjs";
3
3
  import {
4
4
  input_default
5
- } from "../../chunk-AIIMJZ7L.mjs";
5
+ } from "../../chunk-GH6CPGFN.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
7
  import "../../chunk-2TKEWFGH.mjs";
8
8
  import "../../chunk-2SDYFOZL.mjs";
@@ -45,6 +45,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
45
45
  secondary: {
46
46
  content: string[];
47
47
  helperMessage: string[];
48
+ readonly: string[];
48
49
  };
49
50
  };
50
51
  size: {
@@ -138,6 +139,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
138
139
  secondary: {
139
140
  content: string[];
140
141
  helperMessage: string[];
142
+ readonly: string[];
141
143
  };
142
144
  };
143
145
  size: {
@@ -231,6 +233,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
231
233
  secondary: {
232
234
  content: string[];
233
235
  helperMessage: string[];
236
+ readonly: string[];
234
237
  };
235
238
  };
236
239
  size: {
@@ -45,6 +45,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
45
45
  secondary: {
46
46
  content: string[];
47
47
  helperMessage: string[];
48
+ readonly: string[];
48
49
  };
49
50
  };
50
51
  size: {
@@ -138,6 +139,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
138
139
  secondary: {
139
140
  content: string[];
140
141
  helperMessage: string[];
142
+ readonly: string[];
141
143
  };
142
144
  };
143
145
  size: {
@@ -231,6 +233,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
231
233
  secondary: {
232
234
  content: string[];
233
235
  helperMessage: string[];
236
+ readonly: string[];
234
237
  };
235
238
  };
236
239
  size: {
@@ -4503,12 +4503,13 @@ var inputStyle = tv(
4503
4503
  "placeholder:text-neutral-main",
4504
4504
  "outline-none",
4505
4505
  "focus:ring-0",
4506
- "group-has-[:hover]/input:!text-neutral-dark",
4507
- "group-has-[:hover]/input:placeholder:!text-neutral-dark",
4506
+ "group-has-[:hover]/input:text-neutral-dark",
4507
+ "group-has-[:hover]/input:placeholder:text-neutral-dark",
4508
4508
  "group-has-[:focus]/input:text-neutral-dark",
4509
4509
  "group-has-[:focus]/input:placeholder:text-neutral-dark",
4510
4510
  "group-has-[p.error]/input:text-danger-main",
4511
- "group-has-[p.error]/input:placeholder:text-danger-main"
4511
+ "group-has-[p.error]/input:placeholder:text-danger-main",
4512
+ "group-has-[p.error]/input:placeholder:hover:!text-danger-main"
4512
4513
  ],
4513
4514
  content: [
4514
4515
  "flex",
@@ -4516,9 +4517,17 @@ var inputStyle = tv(
4516
4517
  "select-none",
4517
4518
  "text-neutral-main",
4518
4519
  "group-has-[:hover]/input:text-neutral-dark",
4519
- "group-has-[p.error]/input:text-danger-main"
4520
+ "group-has-[p.error]/input:text-danger-main",
4521
+ "group-has-[p.error]/input:hover:text-danger-main",
4522
+ "group-has-[p.error]/input:focus:text-danger-main"
4523
+ ],
4524
+ helperMessage: [
4525
+ "text-neutral-main",
4526
+ "group-has-[:hover]/input:text-neutral-dark",
4527
+ "group-has-[p.error]/input:text-danger-main",
4528
+ "group-has-[p.error]/input:hover:text-danger-main",
4529
+ "group-has-[p.error]/input:focus:text-danger-main"
4520
4530
  ],
4521
- helperMessage: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
4522
4531
  errorMessage: ["text-danger-main"],
4523
4532
  readonlyWrapper: [
4524
4533
  "pointer-events-none",
@@ -4559,27 +4568,23 @@ var inputStyle = tv(
4559
4568
  },
4560
4569
  color: {
4561
4570
  primary: {
4562
- content: [
4563
- "group-has-[:focus]/input:!text-primary-main",
4564
- "group-has-[p.error]:not(input:focus):hover/input:!text-primary-main"
4565
- ],
4571
+ content: ["group-has-[:focus]/input:text-primary-main", "group-has-[:focus]/input:hover:text-primary-main"],
4566
4572
  helperMessage: [
4567
- "group-has-[:focus]/input:!text-primary-main",
4568
- "group-has-[:focus:hover]/input:!text-primary-main",
4569
- "group-has-[:focus]/input:hover:!text-primary-main"
4573
+ "group-has-[:focus]/input:text-primary-main",
4574
+ "group-has-[:focus]/input:hover:text-primary-main"
4570
4575
  ],
4571
- readonly: ["!text-primary-main"]
4576
+ readonly: ["text-primary-main"]
4572
4577
  },
4573
4578
  secondary: {
4574
4579
  content: [
4575
- "group-has-[:focus]/input:!text-secondary-main",
4576
- "group-has-[p.error]:not(input:focus):hover/input:!text-secondary-main"
4580
+ "group-has-[:focus]/input:text-secondary-main",
4581
+ "group-has-[:focus]/input:hover:text-secondary-main"
4577
4582
  ],
4578
4583
  helperMessage: [
4579
- "group-has-[:focus]/input:!text-secondary-main",
4580
- "group-has-[:focus:hover]/input:!text-secondary-main",
4581
- "group-has-[:focus]/input:hover:!text-secondary-main"
4582
- ]
4584
+ "group-has-[:focus]/input:text-secondary-main",
4585
+ "group-has-[:focus]/input:hover:text-secondary-main"
4586
+ ],
4587
+ readonly: ["text-secondary-main"]
4583
4588
  }
4584
4589
  },
4585
4590
  size: {
@@ -4636,7 +4641,7 @@ var inputStyle = tv(
4636
4641
  "group-has-[p.error]/input:!text-danger-light",
4637
4642
  "group-has-[p.error]/input:placeholder:!text-danger-light"
4638
4643
  ],
4639
- content: ["!text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
4644
+ content: ["!text-neutral-light", "group-has-[p.error]/input:!text-danger-light"],
4640
4645
  helperMessage: ["!text-neutral-light"],
4641
4646
  errorMessage: ["!text-danger-light"]
4642
4647
  }
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  inputStyle,
4
4
  input_default
5
- } from "../../chunk-AIIMJZ7L.mjs";
5
+ } from "../../chunk-GH6CPGFN.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
7
  import "../../chunk-2TKEWFGH.mjs";
8
8
  import "../../chunk-2SDYFOZL.mjs";
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import "../../chunk-7MVEAQ7Z.mjs";
3
- import {
4
- listItem_default
5
- } from "../../chunk-RT3S3VVJ.mjs";
6
3
  import {
7
4
  list_default
8
5
  } from "../../chunk-HIVPDIEP.mjs";
6
+ import {
7
+ listItem_default
8
+ } from "../../chunk-RT3S3VVJ.mjs";
9
9
  import "../../chunk-SP3JVQY3.mjs";
10
10
  import "../../chunk-ZYIIXWVY.mjs";
11
11
  import "../../chunk-2TKEWFGH.mjs";