@deepnoid/ui 0.1.4 → 0.1.6

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 (88) hide show
  1. package/.turbo/turbo-build.log +141 -141
  2. package/dist/{chunk-AMA53H3C.mjs → chunk-447R3YAZ.mjs} +2 -2
  3. package/dist/{chunk-GLBASISV.mjs → chunk-5KOINCEO.mjs} +1 -1
  4. package/dist/{chunk-2TJDQIKB.mjs → chunk-62RLAGOE.mjs} +1 -1
  5. package/dist/{chunk-24NQEB73.mjs → chunk-AV6PLM5Y.mjs} +1 -1
  6. package/dist/{chunk-YZNQ2QGK.mjs → chunk-BO5ZR3MX.mjs} +1 -1
  7. package/dist/{chunk-RCU5MLBU.mjs → chunk-CTKXERBP.mjs} +1 -1
  8. package/dist/{chunk-TDJJRQDC.mjs → chunk-DL4NAVLK.mjs} +14 -14
  9. package/dist/{chunk-S65S7QZ5.mjs → chunk-ERY4VRJA.mjs} +1 -1
  10. package/dist/{chunk-J7IAY6UH.mjs → chunk-HKS2RITB.mjs} +3 -3
  11. package/dist/{chunk-VRGHUYRU.mjs → chunk-HKWVXX2C.mjs} +2 -2
  12. package/dist/{chunk-AYWI2CRE.mjs → chunk-J7NLY4LW.mjs} +2 -2
  13. package/dist/{chunk-HKXUNG3H.mjs → chunk-NADRDQ6Z.mjs} +1 -1
  14. package/dist/{chunk-SSEQSF5F.mjs → chunk-NM22ZKFL.mjs} +3 -3
  15. package/dist/{chunk-P2TMIZRH.mjs → chunk-OKGP3XMZ.mjs} +328 -99
  16. package/dist/{chunk-XIHAABHB.mjs → chunk-TPKN62TM.mjs} +1 -1
  17. package/dist/{chunk-WPUTPWQ4.mjs → chunk-W2YDY6V3.mjs} +2 -2
  18. package/dist/{chunk-CF6O6TCF.mjs → chunk-WJ2MJJR2.mjs} +1 -1
  19. package/dist/{chunk-YCMZELLD.mjs → chunk-ZQV3NXHD.mjs} +1 -1
  20. package/dist/components/avatar/avatar.js +328 -99
  21. package/dist/components/avatar/avatar.mjs +2 -2
  22. package/dist/components/avatar/index.js +328 -99
  23. package/dist/components/avatar/index.mjs +2 -2
  24. package/dist/components/breadcrumb/breadcrumb.js +328 -99
  25. package/dist/components/breadcrumb/breadcrumb.mjs +3 -3
  26. package/dist/components/breadcrumb/index.js +328 -99
  27. package/dist/components/breadcrumb/index.mjs +3 -3
  28. package/dist/components/button/button.js +328 -99
  29. package/dist/components/button/button.mjs +3 -3
  30. package/dist/components/button/index.js +328 -99
  31. package/dist/components/button/index.mjs +3 -3
  32. package/dist/components/chip/chip.js +328 -99
  33. package/dist/components/chip/chip.mjs +3 -3
  34. package/dist/components/chip/index.js +328 -99
  35. package/dist/components/chip/index.mjs +3 -3
  36. package/dist/components/dateTimePicker/calendar.js +328 -99
  37. package/dist/components/dateTimePicker/calendar.mjs +3 -3
  38. package/dist/components/dateTimePicker/dateTimePicker.js +328 -99
  39. package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
  40. package/dist/components/dateTimePicker/index.js +328 -99
  41. package/dist/components/dateTimePicker/index.mjs +7 -7
  42. package/dist/components/dateTimePicker/timePicker.js +328 -99
  43. package/dist/components/dateTimePicker/timePicker.mjs +5 -5
  44. package/dist/components/icon/Icon.d.mts +32 -12
  45. package/dist/components/icon/Icon.d.ts +32 -12
  46. package/dist/components/icon/Icon.js +328 -99
  47. package/dist/components/icon/Icon.mjs +2 -2
  48. package/dist/components/icon/index.js +328 -99
  49. package/dist/components/icon/index.mjs +2 -2
  50. package/dist/components/icon/template.d.mts +8 -3
  51. package/dist/components/icon/template.d.ts +8 -3
  52. package/dist/components/icon/template.js +328 -99
  53. package/dist/components/icon/template.mjs +1 -1
  54. package/dist/components/input/index.js +341 -112
  55. package/dist/components/input/index.mjs +3 -3
  56. package/dist/components/input/input.js +341 -112
  57. package/dist/components/input/input.mjs +3 -3
  58. package/dist/components/list/index.js +328 -99
  59. package/dist/components/list/index.mjs +4 -4
  60. package/dist/components/list/listItem.js +328 -99
  61. package/dist/components/list/listItem.mjs +4 -4
  62. package/dist/components/modal/index.js +328 -99
  63. package/dist/components/modal/index.mjs +4 -4
  64. package/dist/components/modal/modal.js +328 -99
  65. package/dist/components/modal/modal.mjs +4 -4
  66. package/dist/components/pagination/index.js +341 -112
  67. package/dist/components/pagination/index.mjs +4 -4
  68. package/dist/components/pagination/pagination.js +341 -112
  69. package/dist/components/pagination/pagination.mjs +4 -4
  70. package/dist/components/select/index.js +328 -99
  71. package/dist/components/select/index.mjs +4 -4
  72. package/dist/components/select/option.js +328 -99
  73. package/dist/components/select/option.mjs +3 -3
  74. package/dist/components/select/select.js +328 -99
  75. package/dist/components/select/select.mjs +4 -4
  76. package/dist/components/table/index.js +341 -112
  77. package/dist/components/table/index.mjs +7 -7
  78. package/dist/components/table/table.js +341 -112
  79. package/dist/components/table/table.mjs +7 -7
  80. package/dist/components/toast/index.js +328 -99
  81. package/dist/components/toast/index.mjs +4 -4
  82. package/dist/components/toast/toast.js +328 -99
  83. package/dist/components/toast/toast.mjs +3 -3
  84. package/dist/components/toast/use-toast.js +328 -99
  85. package/dist/components/toast/use-toast.mjs +4 -4
  86. package/dist/index.js +341 -112
  87. package/dist/index.mjs +28 -28
  88. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-24NQEB73.mjs";
4
+ } from "./chunk-AV6PLM5Y.mjs";
5
5
  import {
6
6
  tv
7
7
  } from "./chunk-2ZT6V4QR.mjs";
@@ -120,7 +120,7 @@ var inputStyle = tv(
120
120
  horizon: ["flex-row", "gap-0"],
121
121
  label: ["flex", "items-center", "font-bold", "text-body-foreground", "min-w-[80px]"],
122
122
  innerWrapper: ["flex", "flex-col"],
123
- inputWrapper: ["flex", "items-center", "duration-200", "group-has-[.error]/input:bg-danger-soft"],
123
+ inputWrapper: ["flex", "items-center", "duration-200", "group-has-[p.error]/input:bg-danger-soft"],
124
124
  input: [
125
125
  "w-full",
126
126
  "h-full",
@@ -133,8 +133,8 @@ var inputStyle = tv(
133
133
  "group-has-[:hover]/input:placeholder:text-neutral-dark",
134
134
  "group-has-[:focus]/input:text-neutral-dark",
135
135
  "group-has-[:focus]/input:placeholder:text-neutral-dark",
136
- "group-has-[.error]/input:text-danger-main",
137
- "group-has-[.error]/input:placeholder:text-danger-main"
136
+ "group-has-[p.error]/input:text-danger-main",
137
+ "group-has-[p.error]/input:placeholder:text-danger-main"
138
138
  ],
139
139
  content: [
140
140
  "flex",
@@ -142,7 +142,7 @@ var inputStyle = tv(
142
142
  "select-none",
143
143
  "text-neutral-main",
144
144
  "group-has-[:hover]/input:text-neutral-dark",
145
- "group-has-[.error]/input:text-danger-main"
145
+ "group-has-[p.error]/input:text-danger-main"
146
146
  ],
147
147
  helperText: ["text-neutral-main", "group-has-[:hover]/input:text-neutral-dark"],
148
148
  errorText: ["text-danger-main"],
@@ -159,7 +159,7 @@ var inputStyle = tv(
159
159
  "border-neutral-light",
160
160
  "group-has-[:hover]/input:bg-trans-soft",
161
161
  "group-has-[:focus]/input:bg-body-background",
162
- "group-has-[.error]/input:border-danger-main"
162
+ "group-has-[p.error]/input:border-danger-main"
163
163
  ],
164
164
  readonly: ["!bg-trans-soft"]
165
165
  },
@@ -169,7 +169,7 @@ var inputStyle = tv(
169
169
  "rounded-none",
170
170
  "group-has-[:hover]/input:bg-trans-soft",
171
171
  "group-has-[:focus]/input:bg-body-background",
172
- "group-has-[.error]/input:border-danger-main"
172
+ "group-has-[p.error]/input:border-danger-main"
173
173
  ],
174
174
  readonly: ["!bg-trans-soft"]
175
175
  }
@@ -178,7 +178,7 @@ var inputStyle = tv(
178
178
  primary: {
179
179
  content: [
180
180
  "group-has-[:focus]/input:text-primary-main",
181
- "!group-has-[.error]:not(input:focus):hover/input:text-primary-main"
181
+ "!group-has-[p.error]:not(input:focus):hover/input:text-primary-main"
182
182
  ],
183
183
  helperText: [
184
184
  "group-has-[:focus]/input:text-primary-main",
@@ -189,7 +189,7 @@ var inputStyle = tv(
189
189
  secondary: {
190
190
  content: [
191
191
  "group-has-[:focus]/input:text-secondary-main",
192
- "group-has-[:focus:hover]/input:text-secondary-main"
192
+ "!group-has-[p.error]:not(input:focus):hover/input:text-secondary-main"
193
193
  ],
194
194
  helperText: [
195
195
  "group-has-[:focus]/input:text-secondary-main",
@@ -245,14 +245,14 @@ var inputStyle = tv(
245
245
  },
246
246
  disabled: {
247
247
  true: {
248
- inputWrapper: ["bg-neutral-soft", "pointer-events-none", "group-has-[.error]/input:text-danger-light"],
248
+ inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "!group-has-[p.error]/input:text-danger-light"],
249
249
  input: [
250
250
  "text-neutral-light",
251
251
  "placeholder:text-neutral-light",
252
- "group-has-[.error]/input:text-danger-light",
253
- "group-has-[.error]/input:placeholder:text-danger-light"
252
+ "group-has-[p.error]/input:text-danger-light",
253
+ "group-has-[p.error]/input:placeholder:text-danger-light"
254
254
  ],
255
- content: ["text-neutral-light", "group-has-[.error]/input:text-danger-light"],
255
+ content: ["text-neutral-light", "group-has-[p.error]/input:text-danger-light"],
256
256
  helperText: ["!text-neutral-light"],
257
257
  errorText: ["!text-danger-light"]
258
258
  }
@@ -319,7 +319,7 @@ var inputStyle = tv(
319
319
  disabled: true,
320
320
  variant: ["outline", "underline"],
321
321
  class: {
322
- inputWrapper: ["!bg-body-background", "group-has-[.error]/input:border-danger-light"]
322
+ inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:border-danger-light"]
323
323
  }
324
324
  }
325
325
  ],
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-6PNKRBUT.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-24NQEB73.mjs";
10
+ } from "./chunk-AV6PLM5Y.mjs";
11
11
  import {
12
12
  tv
13
13
  } from "./chunk-2ZT6V4QR.mjs";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
+ import {
3
+ pagination_default
4
+ } from "./chunk-W2YDY6V3.mjs";
2
5
  import {
3
6
  table_body_default
4
7
  } from "./chunk-M2IRRTFM.mjs";
5
8
  import {
6
9
  table_head_default
7
10
  } from "./chunk-OQS4LGZK.mjs";
8
- import {
9
- pagination_default
10
- } from "./chunk-WPUTPWQ4.mjs";
11
11
  import {
12
12
  mapPropsVariants
13
13
  } from "./chunk-E3G5QXSH.mjs";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  option_default
4
- } from "./chunk-YZNQ2QGK.mjs";
4
+ } from "./chunk-BO5ZR3MX.mjs";
5
5
  import {
6
6
  useSelect
7
7
  } from "./chunk-S3QS5B7F.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-24NQEB73.mjs";
10
+ } from "./chunk-AV6PLM5Y.mjs";
11
11
  import {
12
12
  tv
13
13
  } from "./chunk-2ZT6V4QR.mjs";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  avatar_default
4
- } from "./chunk-CF6O6TCF.mjs";
4
+ } from "./chunk-WJ2MJJR2.mjs";
5
5
  import {
6
6
  Icon_default
7
- } from "./chunk-24NQEB73.mjs";
7
+ } from "./chunk-AV6PLM5Y.mjs";
8
8
  import {
9
9
  tv
10
10
  } from "./chunk-2ZT6V4QR.mjs";
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-P732YGHO.mjs";
6
6
  import {
7
7
  Icon_default
8
- } from "./chunk-24NQEB73.mjs";
8
+ } from "./chunk-AV6PLM5Y.mjs";
9
9
  import {
10
10
  tv
11
11
  } from "./chunk-2ZT6V4QR.mjs";
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  timePicker_default
4
- } from "./chunk-YCMZELLD.mjs";
4
+ } from "./chunk-ZQV3NXHD.mjs";
5
5
  import {
6
6
  useDatePicker
7
7
  } from "./chunk-FWJ2ZKH6.mjs";
8
8
  import {
9
9
  calendar_default
10
- } from "./chunk-HKXUNG3H.mjs";
10
+ } from "./chunk-NADRDQ6Z.mjs";
11
11
  import {
12
12
  Icon_default
13
- } from "./chunk-24NQEB73.mjs";
13
+ } from "./chunk-AV6PLM5Y.mjs";
14
14
  import {
15
15
  tv
16
16
  } from "./chunk-2ZT6V4QR.mjs";