@overmap-ai/blocks 1.0.36-improvements.3 → 1.0.36-improvements.4

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.
@@ -4852,7 +4852,7 @@
4852
4852
  variants: {
4853
4853
  variant: {
4854
4854
  ghost: [],
4855
- surface: ["border-1", "border-(--accent-6)", "box-border", "overflow-hidden"]
4855
+ surface: ["border-1", "border-(--accent-6)", "box-border", "overflow-hidden", "bg-(--accent-a2)"]
4856
4856
  },
4857
4857
  size: {
4858
4858
  xs: ["text-xs"],
@@ -4886,19 +4886,7 @@
4886
4886
  col: ["box-border", "border-x", "border-(--accent-6)"],
4887
4887
  none: []
4888
4888
  }
4889
- },
4890
- compoundVariants: [
4891
- {
4892
- variant: "surface",
4893
- cell: true,
4894
- className: ["bg-(--accent-a1)"]
4895
- },
4896
- {
4897
- variant: "surface",
4898
- cell: false,
4899
- className: ["bg-(--accent-a2)"]
4900
- }
4901
- ]
4889
+ }
4902
4890
  });
4903
4891
  const TableCell = React.forwardRef((props, ref) => {
4904
4892
  const { className, ...rest } = props;