@overmap-ai/blocks 1.0.31-tailwind-components.34 → 1.0.31-tailwind-components.36
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/blocks.js +3 -3
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +3 -3
- package/dist/blocks.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/blocks.js
CHANGED
|
@@ -1778,7 +1778,7 @@ const menuItem = cva(
|
|
|
1778
1778
|
},
|
|
1779
1779
|
defaultVariants: {
|
|
1780
1780
|
size: "md",
|
|
1781
|
-
variant: "
|
|
1781
|
+
variant: "soft"
|
|
1782
1782
|
}
|
|
1783
1783
|
}
|
|
1784
1784
|
);
|
|
@@ -1993,9 +1993,9 @@ const MenuContent = memo(
|
|
|
1993
1993
|
className,
|
|
1994
1994
|
children,
|
|
1995
1995
|
size: size2 = "md",
|
|
1996
|
-
variant = "
|
|
1996
|
+
variant = "soft",
|
|
1997
1997
|
radius = providerContext.radius,
|
|
1998
|
-
accentColor =
|
|
1998
|
+
accentColor = "base",
|
|
1999
1999
|
...rest
|
|
2000
2000
|
} = props;
|
|
2001
2001
|
const {
|