@overmap-ai/blocks 1.0.36-improvements.1 → 1.0.36-improvements.2

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.
@@ -673,11 +673,11 @@
673
673
  outline: ["inset-ring-1", "inset-ring-(--accent-6)"]
674
674
  },
675
675
  size: {
676
- xs: ["p-2", "text-xs"],
677
- sm: ["p-3", "text-sm"],
678
- md: ["p-4", "text-base"],
679
- lg: ["p-5", "text-lg"],
680
- xl: ["p-6", "text-xl"]
676
+ xs: ["p-2"],
677
+ sm: ["p-3"],
678
+ md: ["p-4"],
679
+ lg: ["p-5"],
680
+ xl: ["p-6"]
681
681
  }
682
682
  },
683
683
  defaultVariants: {
@@ -2034,11 +2034,11 @@
2034
2034
  const hoverCardContent = classVarianceAuthority.cva(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(--base-6)"], {
2035
2035
  variants: {
2036
2036
  size: {
2037
- xs: ["text-xs", "p-2"],
2038
- sm: ["text-sm", "p-3"],
2039
- md: ["text-base", "p-4"],
2040
- lg: ["text-lg", "p-5"],
2041
- xl: ["text-xl", "p-6"]
2037
+ xs: ["p-2"],
2038
+ sm: ["p-3"],
2039
+ md: ["p-4"],
2040
+ lg: ["p-5"],
2041
+ xl: ["p-6"]
2042
2042
  }
2043
2043
  },
2044
2044
  defaultVariants: {
@@ -3754,11 +3754,11 @@
3754
3754
  const popoverContent = classVarianceAuthority.cva(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(--base-6)"], {
3755
3755
  variants: {
3756
3756
  size: {
3757
- xs: ["text-xs", "p-2"],
3758
- sm: ["text-sm", "p-3"],
3759
- md: ["text-base", "p-4"],
3760
- lg: ["text-lg", "p-5"],
3761
- xl: ["text-xl", "p-6"]
3757
+ xs: ["p-2"],
3758
+ sm: ["p-3"],
3759
+ md: ["p-4"],
3760
+ lg: ["p-5"],
3761
+ xl: ["p-6"]
3762
3762
  }
3763
3763
  },
3764
3764
  defaultVariants: {
@@ -5506,11 +5506,11 @@
5506
5506
  {
5507
5507
  variants: {
5508
5508
  size: {
5509
- xs: ["text-xs", "px-3"],
5510
- sm: ["text-sm", "px-3.5"],
5511
- md: ["text-base", "px-4"],
5512
- lg: ["text-lg", "px-4.5"],
5513
- xl: ["text-xl", "px-5"]
5509
+ xs: ["px-3"],
5510
+ sm: ["px-3.5"],
5511
+ md: ["px-4"],
5512
+ lg: ["px-4.5"],
5513
+ xl: ["px-5"]
5514
5514
  },
5515
5515
  side: {
5516
5516
  top: ["data-[side=top]:slide-in-from-bottom-1"],
@@ -5693,7 +5693,9 @@
5693
5693
  exports2.TooltipContent = TooltipContent;
5694
5694
  exports2.badge = badge;
5695
5695
  exports2.buttonCva = buttonCva;
5696
+ exports2.floating = floating;
5696
5697
  exports2.mergeRefs = mergeRefs;
5698
+ exports2.radiusCva = radiusCva;
5697
5699
  exports2.stopPropagation = stopPropagation;
5698
5700
  exports2.useAlertDialog = useAlertDialog;
5699
5701
  exports2.useButtonGroup = useButtonGroup;