@novie/ui 0.1.27 → 0.1.29
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/index.css +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5383,8 +5383,8 @@ function Wi({ className: e, children: t, ...n }) {
|
|
|
5383
5383
|
...n,
|
|
5384
5384
|
children: [t, /* @__PURE__ */ a(b.Close, {
|
|
5385
5385
|
"data-slot": "dialog-close-button",
|
|
5386
|
-
className: "absolute top-
|
|
5387
|
-
children: [/* @__PURE__ */ i(le, { className: "h-
|
|
5386
|
+
className: "absolute top-6 right-6 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",
|
|
5387
|
+
children: [/* @__PURE__ */ i(le, { className: "h-6 w-6" }), /* @__PURE__ */ i("span", {
|
|
5388
5388
|
className: "sr-only",
|
|
5389
5389
|
children: "Close"
|
|
5390
5390
|
})]
|
|
@@ -5408,7 +5408,7 @@ function Ki({ className: e, ...t }) {
|
|
|
5408
5408
|
function qi({ className: e, ...t }) {
|
|
5409
5409
|
return /* @__PURE__ */ i(b.Title, {
|
|
5410
5410
|
"data-slot": "dialog-title",
|
|
5411
|
-
className: C("text-lg font-semibold leading-snug tracking-tight text-foreground break-words", e),
|
|
5411
|
+
className: C("text-lg font-semibold leading-snug tracking-tight text-foreground break-words mr-8", e),
|
|
5412
5412
|
...t
|
|
5413
5413
|
});
|
|
5414
5414
|
}
|
|
@@ -9754,7 +9754,7 @@ function ng({ className: e, inset: t, children: n, ...r }) {
|
|
|
9754
9754
|
function rg({ className: e, ...t }) {
|
|
9755
9755
|
return /* @__PURE__ */ i(Yh, {
|
|
9756
9756
|
"data-slot": "dropdown-menu-sub-content",
|
|
9757
|
-
className: C("z-50 min-w-[8rem] overflow-hidden rounded-lg border border-border bg-
|
|
9757
|
+
className: C("z-50 min-w-[8rem] overflow-hidden rounded-lg border border-border bg-page-secondary p-1 text-popover-foreground shadow-md", "data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95", "data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95", "data-[side=bottom]:slide-in-from-top-2", "data-[side=left]:slide-in-from-right-2", "data-[side=right]:slide-in-from-left-2", "data-[side=top]:slide-in-from-bottom-2", e),
|
|
9758
9758
|
...t
|
|
9759
9759
|
});
|
|
9760
9760
|
}
|
|
@@ -9762,7 +9762,7 @@ function ig({ className: e, sideOffset: t = 4, ...n }) {
|
|
|
9762
9762
|
return /* @__PURE__ */ i(Lh, { children: /* @__PURE__ */ i(Rh, {
|
|
9763
9763
|
"data-slot": "dropdown-menu-content",
|
|
9764
9764
|
sideOffset: t,
|
|
9765
|
-
className: C("z-50 min-w-[8rem] overflow-hidden rounded-lg border border-border bg-
|
|
9765
|
+
className: C("z-50 min-w-[8rem] overflow-hidden rounded-lg border border-border bg-page-secondary p-1 text-popover-foreground shadow-md", "data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95", "data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95", "data-[side=bottom]:slide-in-from-top-2", "data-[side=left]:slide-in-from-right-2", "data-[side=right]:slide-in-from-left-2", "data-[side=top]:slide-in-from-bottom-2", e),
|
|
9766
9766
|
...n
|
|
9767
9767
|
}) });
|
|
9768
9768
|
}
|