@deepnoid/ui 0.0.93 → 0.0.94
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/dist/{chunk-L7P6OBUX.mjs → chunk-PRLGHYFO.mjs} +2 -2
- package/dist/components/modal/index.js +2 -2
- package/dist/components/modal/index.mjs +1 -1
- package/dist/components/modal/modal.js +2 -2
- package/dist/components/modal/modal.mjs +1 -1
- package/dist/components/modal/modal.test.js +2 -2
- package/dist/components/modal/modal.test.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
|
@@ -151,7 +151,7 @@ var modal = tv({
|
|
|
151
151
|
slots: {
|
|
152
152
|
backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
|
|
153
153
|
modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
|
|
154
|
-
icon: ["absolute", "top-[
|
|
154
|
+
icon: ["absolute", "top-[-40px]", "left-1/2", "-translate-x-1/2", "z-10"],
|
|
155
155
|
closeIcon: [
|
|
156
156
|
"absolute",
|
|
157
157
|
"top-[20px]",
|
|
@@ -170,7 +170,7 @@ var modal = tv({
|
|
|
170
170
|
"bg-background",
|
|
171
171
|
"shadow-drop shadow-foreground/20 rounded-xxlg",
|
|
172
172
|
"overflow-hidden",
|
|
173
|
-
"group-data-[icon-visibility=true]/modal:mt-[
|
|
173
|
+
"group-data-[icon-visibility=true]/modal:mt-[0]",
|
|
174
174
|
"group-data-[icon-visibility=true]/modal:pt-[60px]"
|
|
175
175
|
],
|
|
176
176
|
body: ["flex", "flex-col", "gap-[20px]"],
|
|
@@ -4441,7 +4441,7 @@ var modal = tv({
|
|
|
4441
4441
|
slots: {
|
|
4442
4442
|
backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
|
|
4443
4443
|
modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
|
|
4444
|
-
icon: ["absolute", "top-[
|
|
4444
|
+
icon: ["absolute", "top-[-40px]", "left-1/2", "-translate-x-1/2", "z-10"],
|
|
4445
4445
|
closeIcon: [
|
|
4446
4446
|
"absolute",
|
|
4447
4447
|
"top-[20px]",
|
|
@@ -4460,7 +4460,7 @@ var modal = tv({
|
|
|
4460
4460
|
"bg-background",
|
|
4461
4461
|
"shadow-drop shadow-foreground/20 rounded-xxlg",
|
|
4462
4462
|
"overflow-hidden",
|
|
4463
|
-
"group-data-[icon-visibility=true]/modal:mt-[
|
|
4463
|
+
"group-data-[icon-visibility=true]/modal:mt-[0]",
|
|
4464
4464
|
"group-data-[icon-visibility=true]/modal:pt-[60px]"
|
|
4465
4465
|
],
|
|
4466
4466
|
body: ["flex", "flex-col", "gap-[20px]"],
|
|
@@ -4440,7 +4440,7 @@ var modal = tv({
|
|
|
4440
4440
|
slots: {
|
|
4441
4441
|
backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
|
|
4442
4442
|
modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
|
|
4443
|
-
icon: ["absolute", "top-[
|
|
4443
|
+
icon: ["absolute", "top-[-40px]", "left-1/2", "-translate-x-1/2", "z-10"],
|
|
4444
4444
|
closeIcon: [
|
|
4445
4445
|
"absolute",
|
|
4446
4446
|
"top-[20px]",
|
|
@@ -4459,7 +4459,7 @@ var modal = tv({
|
|
|
4459
4459
|
"bg-background",
|
|
4460
4460
|
"shadow-drop shadow-foreground/20 rounded-xxlg",
|
|
4461
4461
|
"overflow-hidden",
|
|
4462
|
-
"group-data-[icon-visibility=true]/modal:mt-[
|
|
4462
|
+
"group-data-[icon-visibility=true]/modal:mt-[0]",
|
|
4463
4463
|
"group-data-[icon-visibility=true]/modal:pt-[60px]"
|
|
4464
4464
|
],
|
|
4465
4465
|
body: ["flex", "flex-col", "gap-[20px]"],
|
|
@@ -17276,7 +17276,7 @@ var modal = tv({
|
|
|
17276
17276
|
slots: {
|
|
17277
17277
|
backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
|
|
17278
17278
|
modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
|
|
17279
|
-
icon: ["absolute", "top-[
|
|
17279
|
+
icon: ["absolute", "top-[-40px]", "left-1/2", "-translate-x-1/2", "z-10"],
|
|
17280
17280
|
closeIcon: [
|
|
17281
17281
|
"absolute",
|
|
17282
17282
|
"top-[20px]",
|
|
@@ -17295,7 +17295,7 @@ var modal = tv({
|
|
|
17295
17295
|
"bg-background",
|
|
17296
17296
|
"shadow-drop shadow-foreground/20 rounded-xxlg",
|
|
17297
17297
|
"overflow-hidden",
|
|
17298
|
-
"group-data-[icon-visibility=true]/modal:mt-[
|
|
17298
|
+
"group-data-[icon-visibility=true]/modal:mt-[0]",
|
|
17299
17299
|
"group-data-[icon-visibility=true]/modal:pt-[60px]"
|
|
17300
17300
|
],
|
|
17301
17301
|
body: ["flex", "flex-col", "gap-[20px]"],
|
package/dist/index.js
CHANGED
|
@@ -7278,7 +7278,7 @@ var modal = tv({
|
|
|
7278
7278
|
slots: {
|
|
7279
7279
|
backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
|
|
7280
7280
|
modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
|
|
7281
|
-
icon: ["absolute", "top-[
|
|
7281
|
+
icon: ["absolute", "top-[-40px]", "left-1/2", "-translate-x-1/2", "z-10"],
|
|
7282
7282
|
closeIcon: [
|
|
7283
7283
|
"absolute",
|
|
7284
7284
|
"top-[20px]",
|
|
@@ -7297,7 +7297,7 @@ var modal = tv({
|
|
|
7297
7297
|
"bg-background",
|
|
7298
7298
|
"shadow-drop shadow-foreground/20 rounded-xxlg",
|
|
7299
7299
|
"overflow-hidden",
|
|
7300
|
-
"group-data-[icon-visibility=true]/modal:mt-[
|
|
7300
|
+
"group-data-[icon-visibility=true]/modal:mt-[0]",
|
|
7301
7301
|
"group-data-[icon-visibility=true]/modal:pt-[60px]"
|
|
7302
7302
|
],
|
|
7303
7303
|
body: ["flex", "flex-col", "gap-[20px]"],
|
package/dist/index.mjs
CHANGED
|
@@ -5,14 +5,14 @@ import {
|
|
|
5
5
|
} from "./chunk-P6AZMYVR.mjs";
|
|
6
6
|
import "./chunk-DSBSLSJW.mjs";
|
|
7
7
|
import "./chunk-ODMRJXLJ.mjs";
|
|
8
|
-
import "./chunk-3MY6LO7N.mjs";
|
|
9
|
-
import {
|
|
10
|
-
tabs_default
|
|
11
|
-
} from "./chunk-KRI5IALM.mjs";
|
|
12
8
|
import "./chunk-RRAZM5D3.mjs";
|
|
13
9
|
import {
|
|
14
10
|
textarea_default
|
|
15
11
|
} from "./chunk-OJ2OEI5B.mjs";
|
|
12
|
+
import "./chunk-3MY6LO7N.mjs";
|
|
13
|
+
import {
|
|
14
|
+
tabs_default
|
|
15
|
+
} from "./chunk-KRI5IALM.mjs";
|
|
16
16
|
import "./chunk-LUWGOKLG.mjs";
|
|
17
17
|
import {
|
|
18
18
|
ToastProvider,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
import "./chunk-DJOG6Z35.mjs";
|
|
54
54
|
import {
|
|
55
55
|
modal_default
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-PRLGHYFO.mjs";
|
|
57
57
|
import "./chunk-7B7LRG5J.mjs";
|
|
58
58
|
import {
|
|
59
59
|
pagination_default
|