@novie/ui 0.1.27 → 0.1.28
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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
|
}
|