analytica-frontend-lib 1.0.51 → 1.0.52

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/index.mjs CHANGED
@@ -779,7 +779,7 @@ var SIZE_CLASSES4 = {
779
779
  textSize: "sm",
780
780
  spacing: "gap-1.5",
781
781
  borderWidth: "border-2",
782
- dotSize: "w-2 h-2",
782
+ dotSize: "w-2.5 h-2.5",
783
783
  labelHeight: "h-5"
784
784
  },
785
785
  medium: {
@@ -787,7 +787,7 @@ var SIZE_CLASSES4 = {
787
787
  textSize: "md",
788
788
  spacing: "gap-2",
789
789
  borderWidth: "border-2",
790
- dotSize: "w-2.5 h-2.5",
790
+ dotSize: "w-3 h-3",
791
791
  labelHeight: "h-6"
792
792
  },
793
793
  large: {
@@ -795,7 +795,7 @@ var SIZE_CLASSES4 = {
795
795
  textSize: "lg",
796
796
  spacing: "gap-2",
797
797
  borderWidth: "border-2",
798
- dotSize: "w-3 h-3",
798
+ dotSize: "w-3.5 h-3.5",
799
799
  labelHeight: "h-7"
800
800
  },
801
801
  extraLarge: {
@@ -803,7 +803,7 @@ var SIZE_CLASSES4 = {
803
803
  textSize: "xl",
804
804
  spacing: "gap-3",
805
805
  borderWidth: "border-2",
806
- dotSize: "w-3.5 h-3.5",
806
+ dotSize: "w-4 h-4",
807
807
  labelHeight: "h-8"
808
808
  }
809
809
  };