@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.
package/dist/blocks.js CHANGED
@@ -668,11 +668,11 @@ const cardCva = cva([], {
668
668
  outline: ["inset-ring-1", "inset-ring-(--accent-6)"]
669
669
  },
670
670
  size: {
671
- xs: ["p-2", "text-xs"],
672
- sm: ["p-3", "text-sm"],
673
- md: ["p-4", "text-base"],
674
- lg: ["p-5", "text-lg"],
675
- xl: ["p-6", "text-xl"]
671
+ xs: ["p-2"],
672
+ sm: ["p-3"],
673
+ md: ["p-4"],
674
+ lg: ["p-5"],
675
+ xl: ["p-6"]
676
676
  }
677
677
  },
678
678
  defaultVariants: {
@@ -2029,11 +2029,11 @@ HoverCardArrow.displayName = "HoverCardArrow";
2029
2029
  const hoverCardContent = cva(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(--base-6)"], {
2030
2030
  variants: {
2031
2031
  size: {
2032
- xs: ["text-xs", "p-2"],
2033
- sm: ["text-sm", "p-3"],
2034
- md: ["text-base", "p-4"],
2035
- lg: ["text-lg", "p-5"],
2036
- xl: ["text-xl", "p-6"]
2032
+ xs: ["p-2"],
2033
+ sm: ["p-3"],
2034
+ md: ["p-4"],
2035
+ lg: ["p-5"],
2036
+ xl: ["p-6"]
2037
2037
  }
2038
2038
  },
2039
2039
  defaultVariants: {
@@ -3749,11 +3749,11 @@ PopoverArrow.displayName = "PopoverArrow";
3749
3749
  const popoverContent = cva(["bg-(--color-background)", "dark:bg-(--base-2)", "ring-1", "ring-(--base-6)"], {
3750
3750
  variants: {
3751
3751
  size: {
3752
- xs: ["text-xs", "p-2"],
3753
- sm: ["text-sm", "p-3"],
3754
- md: ["text-base", "p-4"],
3755
- lg: ["text-lg", "p-5"],
3756
- xl: ["text-xl", "p-6"]
3752
+ xs: ["p-2"],
3753
+ sm: ["p-3"],
3754
+ md: ["p-4"],
3755
+ lg: ["p-5"],
3756
+ xl: ["p-6"]
3757
3757
  }
3758
3758
  },
3759
3759
  defaultVariants: {
@@ -5501,11 +5501,11 @@ const tooltipContent = cva(
5501
5501
  {
5502
5502
  variants: {
5503
5503
  size: {
5504
- xs: ["text-xs", "px-3"],
5505
- sm: ["text-sm", "px-3.5"],
5506
- md: ["text-base", "px-4"],
5507
- lg: ["text-lg", "px-4.5"],
5508
- xl: ["text-xl", "px-5"]
5504
+ xs: ["px-3"],
5505
+ sm: ["px-3.5"],
5506
+ md: ["px-4"],
5507
+ lg: ["px-4.5"],
5508
+ xl: ["px-5"]
5509
5509
  },
5510
5510
  side: {
5511
5511
  top: ["data-[side=top]:slide-in-from-bottom-1"],
@@ -5689,7 +5689,9 @@ export {
5689
5689
  TooltipContent,
5690
5690
  badge,
5691
5691
  buttonCva,
5692
+ floating,
5692
5693
  mergeRefs,
5694
+ radiusCva,
5693
5695
  stopPropagation,
5694
5696
  unsafeShowToast,
5695
5697
  useAlertDialog,