@firecms/ui 3.0.0-canary.85 → 3.0.0-canary.86
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.umd.js
CHANGED
@@ -17111,11 +17111,11 @@
|
|
17111
17111
|
SelectPrimitive__namespace.Content,
|
17112
17112
|
{
|
17113
17113
|
position,
|
17114
|
-
className: "z-50 relative overflow-
|
17114
|
+
className: "z-50 relative overflow-hidden border border-slate-200 dark:border-slate-800 bg-white dark:bg-slate-800 p-2 rounded-lg shadow-lg",
|
17115
17115
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
17116
17116
|
SelectPrimitive__namespace.Viewport,
|
17117
17117
|
{
|
17118
|
-
className: "p-1
|
17118
|
+
className: "p-1",
|
17119
17119
|
style: {
|
17120
17120
|
maxHeight: "var(--radix-select-content-available-height)"
|
17121
17121
|
},
|
@@ -18070,7 +18070,7 @@
|
|
18070
18070
|
},
|
18071
18071
|
className: cls(
|
18072
18072
|
"block",
|
18073
|
-
"bg-slate-200 dark:bg-slate-800 rounded",
|
18073
|
+
"bg-slate-200 dark:bg-slate-800 rounded-md",
|
18074
18074
|
"animate-pulse",
|
18075
18075
|
"max-w-full max-h-full",
|
18076
18076
|
className
|