@overmap-ai/blocks 1.0.36-improvements.4 → 1.0.36-improvements.6
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/Badge/cva.d.ts +1 -1
- package/dist/Badge/typings.d.ts +1 -1
- package/dist/blocks.js +4 -3
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +4 -3
- package/dist/blocks.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/blocks.umd.cjs
CHANGED
|
@@ -580,7 +580,8 @@
|
|
|
580
580
|
solid: ["bg-(--accent-9)", "text-(--accent-contrast)"],
|
|
581
581
|
soft: ["bg-(--accent-a3)", "text-(--accent-a11)"],
|
|
582
582
|
outline: ["bg-transparent", "inset-ring", "inset-ring-(--accent-a7)", "text-(--accent-a11)"],
|
|
583
|
-
surface: ["bg-(--accent-surface)", "inset-ring", "inset-ring-(--accent-a7)", "text-(--accent-a11)"]
|
|
583
|
+
surface: ["bg-(--accent-surface)", "inset-ring", "inset-ring-(--accent-a7)", "text-(--accent-a11)"],
|
|
584
|
+
fill: ["bg-transparent", "inset-ring", "inset-ring-(--accent-a3)", "text-(--accent-a11)"]
|
|
584
585
|
}
|
|
585
586
|
},
|
|
586
587
|
compoundVariants: [
|
|
@@ -668,8 +669,8 @@
|
|
|
668
669
|
const cardCva = classVarianceAuthority.cva([], {
|
|
669
670
|
variants: {
|
|
670
671
|
variant: {
|
|
671
|
-
soft: ["bg-(--accent-
|
|
672
|
-
surface: ["bg-(--accent-
|
|
672
|
+
soft: ["bg-(--accent-a2)"],
|
|
673
|
+
surface: ["bg-(--accent-a2)", "inset-ring", "inset-ring-(--accent-6)"],
|
|
673
674
|
outline: ["inset-ring-1", "inset-ring-(--accent-6)"]
|
|
674
675
|
},
|
|
675
676
|
size: {
|