lizaui 3.0.13 → 3.0.14
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/chunks/{index-_sxUNftj.js → index-jBeQP53E.js} +2 -2
- package/dist/chunks/{index-_sxUNftj.js.map → index-jBeQP53E.js.map} +1 -1
- package/dist/chunks/{index-7N7OYm8f.js → index-ui7isTRa.js} +2 -2
- package/dist/chunks/{index-7N7OYm8f.js.map → index-ui7isTRa.js.map} +1 -1
- package/dist/components/ui/aspect-ratio.d.ts +4 -0
- package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/pagination/index.cjs.js +1 -1
- package/dist/pagination/index.es.js +1 -1
- package/dist/ui/index.cjs.js +3 -3
- package/dist/ui/index.cjs.js.map +1 -1
- package/dist/ui/index.es.js +777 -737
- package/dist/ui/index.es.js.map +1 -1
- package/package.json +2 -1
|
@@ -4695,7 +4695,7 @@ function Pc({ className: e, children: t, position: n = "popper", ...r }) {
|
|
|
4695
4695
|
{
|
|
4696
4696
|
"data-slot": "select-content",
|
|
4697
4697
|
className: ce(
|
|
4698
|
-
"bg-
|
|
4698
|
+
"bg-content1 text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-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 relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md shadow-medium",
|
|
4699
4699
|
n === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
4700
4700
|
e
|
|
4701
4701
|
),
|
|
@@ -5027,4 +5027,4 @@ export {
|
|
|
5027
5027
|
ti as y,
|
|
5028
5028
|
Ai as z
|
|
5029
5029
|
};
|
|
5030
|
-
//# sourceMappingURL=index-
|
|
5030
|
+
//# sourceMappingURL=index-ui7isTRa.js.map
|