@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.
- package/.turbo/turbo-build.log +141 -141
- package/dist/{chunk-AMA53H3C.mjs → chunk-447R3YAZ.mjs} +2 -2
- package/dist/{chunk-GLBASISV.mjs → chunk-5KOINCEO.mjs} +1 -1
- package/dist/{chunk-2TJDQIKB.mjs → chunk-62RLAGOE.mjs} +1 -1
- package/dist/{chunk-24NQEB73.mjs → chunk-AV6PLM5Y.mjs} +1 -1
- package/dist/{chunk-YZNQ2QGK.mjs → chunk-BO5ZR3MX.mjs} +1 -1
- package/dist/{chunk-RCU5MLBU.mjs → chunk-CTKXERBP.mjs} +1 -1
- package/dist/{chunk-TDJJRQDC.mjs → chunk-DL4NAVLK.mjs} +14 -14
- package/dist/{chunk-S65S7QZ5.mjs → chunk-ERY4VRJA.mjs} +1 -1
- package/dist/{chunk-J7IAY6UH.mjs → chunk-HKS2RITB.mjs} +3 -3
- package/dist/{chunk-VRGHUYRU.mjs → chunk-HKWVXX2C.mjs} +2 -2
- package/dist/{chunk-AYWI2CRE.mjs → chunk-J7NLY4LW.mjs} +2 -2
- package/dist/{chunk-HKXUNG3H.mjs → chunk-NADRDQ6Z.mjs} +1 -1
- package/dist/{chunk-SSEQSF5F.mjs → chunk-NM22ZKFL.mjs} +3 -3
- package/dist/{chunk-P2TMIZRH.mjs → chunk-OKGP3XMZ.mjs} +328 -99
- package/dist/{chunk-XIHAABHB.mjs → chunk-TPKN62TM.mjs} +1 -1
- package/dist/{chunk-WPUTPWQ4.mjs → chunk-W2YDY6V3.mjs} +2 -2
- package/dist/{chunk-CF6O6TCF.mjs → chunk-WJ2MJJR2.mjs} +1 -1
- package/dist/{chunk-YCMZELLD.mjs → chunk-ZQV3NXHD.mjs} +1 -1
- package/dist/components/avatar/avatar.js +328 -99
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +328 -99
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +328 -99
- package/dist/components/breadcrumb/breadcrumb.mjs +3 -3
- package/dist/components/breadcrumb/index.js +328 -99
- package/dist/components/breadcrumb/index.mjs +3 -3
- package/dist/components/button/button.js +328 -99
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/index.js +328 -99
- package/dist/components/button/index.mjs +3 -3
- package/dist/components/chip/chip.js +328 -99
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +328 -99
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +328 -99
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +328 -99
- package/dist/components/dateTimePicker/dateTimePicker.mjs +7 -7
- package/dist/components/dateTimePicker/index.js +328 -99
- package/dist/components/dateTimePicker/index.mjs +7 -7
- package/dist/components/dateTimePicker/timePicker.js +328 -99
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/icon/Icon.d.mts +32 -12
- package/dist/components/icon/Icon.d.ts +32 -12
- package/dist/components/icon/Icon.js +328 -99
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +328 -99
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +8 -3
- package/dist/components/icon/template.d.ts +8 -3
- package/dist/components/icon/template.js +328 -99
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +341 -112
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +341 -112
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +328 -99
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +328 -99
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +328 -99
- package/dist/components/modal/index.mjs +4 -4
- package/dist/components/modal/modal.js +328 -99
- package/dist/components/modal/modal.mjs +4 -4
- package/dist/components/pagination/index.js +341 -112
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +341 -112
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/select/index.js +328 -99
- package/dist/components/select/index.mjs +4 -4
- package/dist/components/select/option.js +328 -99
- package/dist/components/select/option.mjs +3 -3
- package/dist/components/select/select.js +328 -99
- package/dist/components/select/select.mjs +4 -4
- package/dist/components/table/index.js +341 -112
- package/dist/components/table/index.mjs +7 -7
- package/dist/components/table/table.js +341 -112
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/toast/index.js +328 -99
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +328 -99
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +328 -99
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/index.js +341 -112
- package/dist/index.mjs +28 -28
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
|
-
} from "./chunk-
|
|
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
|
|
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
|
],
|
|
@@ -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-
|
|
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-
|
|
10
|
+
} from "./chunk-AV6PLM5Y.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tv
|
|
13
13
|
} from "./chunk-2ZT6V4QR.mjs";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
timePicker_default
|
|
4
|
-
} from "./chunk-
|
|
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-
|
|
10
|
+
} from "./chunk-NADRDQ6Z.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Icon_default
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-AV6PLM5Y.mjs";
|
|
14
14
|
import {
|
|
15
15
|
tv
|
|
16
16
|
} from "./chunk-2ZT6V4QR.mjs";
|