@bluepic/embed 0.4.0-next.126 → 0.4.0-next.128

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.
@@ -8603,7 +8603,7 @@ export declare class BluepicEmbed extends EventTarget {
8603
8603
  surface?: string | undefined;
8604
8604
  primary?: string | undefined;
8605
8605
  contrast?: "normal" | "high" | undefined;
8606
- radius?: "none" | "sm" | "md" | "lg" | "full" | undefined;
8606
+ radius?: "none" | "md" | "sm" | "lg" | "full" | undefined;
8607
8607
  font?: {
8608
8608
  size?: number | undefined;
8609
8609
  } | undefined;
@@ -8736,7 +8736,7 @@ export declare class BluepicEmbed extends EventTarget {
8736
8736
  surface?: string | undefined;
8737
8737
  primary?: string | undefined;
8738
8738
  contrast?: "normal" | "high" | undefined;
8739
- radius?: "none" | "sm" | "md" | "lg" | "full" | undefined;
8739
+ radius?: "none" | "md" | "sm" | "lg" | "full" | undefined;
8740
8740
  font?: {
8741
8741
  size?: number | undefined;
8742
8742
  } | undefined;