@firecms/ui 3.0.0-canary.285 → 3.0.0-canary.287
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Menu.tsx +1 -1
package/dist/index.es.js
CHANGED
|
@@ -28956,7 +28956,7 @@ function MenuItem(t0) {
|
|
|
28956
28956
|
} = t0;
|
|
28957
28957
|
const dense = t1 === void 0 ? false : t1;
|
|
28958
28958
|
const t2 = onClick && "cursor-pointer";
|
|
28959
|
-
const t3 = dense ? "px-
|
|
28959
|
+
const t3 = dense ? "px-4 py-1.5" : "px-4 py-2";
|
|
28960
28960
|
let t4;
|
|
28961
28961
|
if ($[0] !== className || $[1] !== t2 || $[2] !== t3) {
|
|
28962
28962
|
t4 = cls(t2, "rounded-md text-sm font-medium text-surface-accent-700 dark:text-surface-accent-300 hover:bg-surface-accent-100 dark:hover:bg-surface-accent-900 flex items-center gap-4", t3, className);
|