@firecms/ui 3.0.0-beta.2 → 3.0.0-canary.0
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
@@ -265,6 +265,7 @@ const Zn = (n) => {
|
|
265
265
|
className: _(
|
266
266
|
Zn(c),
|
267
267
|
"w-full",
|
268
|
+
"font-medium",
|
268
269
|
"rounded-md flex items-center gap-2",
|
269
270
|
s,
|
270
271
|
i
|
@@ -14684,7 +14685,7 @@ function _on({
|
|
14684
14685
|
}
|
14685
14686
|
);
|
14686
14687
|
}
|
14687
|
-
const de = "hover:bg-slate-200 hover:bg-opacity-75 dark:hover:bg-
|
14688
|
+
const de = "hover:bg-slate-200 hover:bg-opacity-75 dark:hover:bg-gray-700 dark:hover:bg-opacity-50", ye = "inline-flex items-center justify-center p-2 text-sm font-medium focus:outline-none transition-colors ease-in-out duration-150", pe = "text-slate-600 visited:text-slate-600 dark:text-slate-300 dark:visited:text-slate-300", me = {
|
14688
14689
|
medium: "w-10 !h-10 min-w-10 min-h-10",
|
14689
14690
|
small: "w-8 !h-8 min-w-8 min-h-8",
|
14690
14691
|
smallest: "w-6 !h-6 min-w-6 min-h-6",
|
@@ -14713,7 +14714,7 @@ const de = "hover:bg-slate-200 hover:bg-opacity-75 dark:hover:bg-slate-700 dark:
|
|
14713
14714
|
i ? "opacity-50 pointer-events-none" : "cursor-pointer",
|
14714
14715
|
u ? "outline outline-2 outline-primary" : "",
|
14715
14716
|
pe,
|
14716
|
-
c === "ghost" ? "bg-transparent" : "bg-slate-50 dark:bg-
|
14717
|
+
c === "ghost" ? "bg-transparent" : "bg-slate-50 dark:bg-gray-950 dark:bg-opacity-50",
|
14717
14718
|
ye,
|
14718
14719
|
de,
|
14719
14720
|
Ie[a],
|
@@ -16631,12 +16632,12 @@ function Aon({ orientation: n, decorative: t }) {
|
|
16631
16632
|
{
|
16632
16633
|
decorative: t,
|
16633
16634
|
orientation: "horizontal",
|
16634
|
-
className: "dark:bg-opacity-50 bg-opacity-50 dark:bg-gray-
|
16635
|
+
className: "dark:bg-opacity-50 bg-opacity-50 dark:bg-gray-600 bg-gray-300 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px my-[8px]"
|
16635
16636
|
}
|
16636
16637
|
) : /* @__PURE__ */ e(
|
16637
16638
|
yn.Root,
|
16638
16639
|
{
|
16639
|
-
className: "dark:bg-opacity-50 bg-opacity-50 dark:bg-gray-
|
16640
|
+
className: "dark:bg-opacity-50 bg-opacity-50 dark:bg-gray-600 bg-gray-300 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px mx-[8px]",
|
16640
16641
|
decorative: t,
|
16641
16642
|
orientation: "vertical"
|
16642
16643
|
}
|