@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.es.js
CHANGED
@@ -17101,11 +17101,11 @@ function Select({
|
|
17101
17101
|
SelectPrimitive.Content,
|
17102
17102
|
{
|
17103
17103
|
position,
|
17104
|
-
className: "z-50 relative overflow-
|
17104
|
+
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",
|
17105
17105
|
children: /* @__PURE__ */ jsx(
|
17106
17106
|
SelectPrimitive.Viewport,
|
17107
17107
|
{
|
17108
|
-
className: "p-1
|
17108
|
+
className: "p-1",
|
17109
17109
|
style: {
|
17110
17110
|
maxHeight: "var(--radix-select-content-available-height)"
|
17111
17111
|
},
|
@@ -18060,7 +18060,7 @@ function Skeleton({
|
|
18060
18060
|
},
|
18061
18061
|
className: cls(
|
18062
18062
|
"block",
|
18063
|
-
"bg-slate-200 dark:bg-slate-800 rounded",
|
18063
|
+
"bg-slate-200 dark:bg-slate-800 rounded-md",
|
18064
18064
|
"animate-pulse",
|
18065
18065
|
"max-w-full max-h-full",
|
18066
18066
|
className
|