@overmap-ai/blocks 1.0.31-tailwind-components.18 → 1.0.31-tailwind-components.19
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/Link/cva.d.ts +1 -1
- package/dist/Link/typings.d.ts +1 -1
- package/dist/blocks.js +3 -2
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +3 -2
- package/dist/blocks.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/blocks.umd.cjs
CHANGED
|
@@ -1699,6 +1699,7 @@
|
|
|
1699
1699
|
const linkCva = classVarianceAuthority.cva(["cursor-pointer"], {
|
|
1700
1700
|
variants: {
|
|
1701
1701
|
size: {
|
|
1702
|
+
none: ["[font-size:inherit]", "leading-[inherit]"],
|
|
1702
1703
|
xs: ["text-xs"],
|
|
1703
1704
|
sm: ["text-sm"],
|
|
1704
1705
|
md: ["text-base"],
|
|
@@ -1726,7 +1727,7 @@
|
|
|
1726
1727
|
}
|
|
1727
1728
|
},
|
|
1728
1729
|
defaultVariants: {
|
|
1729
|
-
size: "
|
|
1730
|
+
size: "none",
|
|
1730
1731
|
weight: "regular",
|
|
1731
1732
|
align: "left"
|
|
1732
1733
|
}
|
|
@@ -1735,7 +1736,7 @@
|
|
|
1735
1736
|
const providerContext = useProvider();
|
|
1736
1737
|
const {
|
|
1737
1738
|
className,
|
|
1738
|
-
size: size2
|
|
1739
|
+
size: size2,
|
|
1739
1740
|
weight = "regular",
|
|
1740
1741
|
align = "left",
|
|
1741
1742
|
highContrast = false,
|