@bluepic/embed 0.4.0-next.110 → 0.4.0-next.111

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.
@@ -8592,6 +8592,7 @@ export declare class BluepicEmbed extends EventTarget {
8592
8592
  redirect?: string | undefined;
8593
8593
  };
8594
8594
  trackLinks?: boolean | undefined;
8595
+ redactLogging?: boolean | undefined;
8595
8596
  };
8596
8597
  logo?: string | undefined;
8597
8598
  title?: string | undefined;
@@ -8612,6 +8613,24 @@ export declare class BluepicEmbed extends EventTarget {
8612
8613
  bodyTitle?: string | undefined;
8613
8614
  bodySubtitle?: string | undefined;
8614
8615
  bodyHtml?: string | undefined;
8616
+ headerTitleStyle?: {
8617
+ color?: string | undefined;
8618
+ fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8619
+ fontStyle?: "italic" | "normal" | undefined;
8620
+ textAlign?: "left" | "right" | "center" | undefined;
8621
+ } | undefined;
8622
+ bodyTitleStyle?: {
8623
+ color?: string | undefined;
8624
+ fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8625
+ fontStyle?: "italic" | "normal" | undefined;
8626
+ textAlign?: "left" | "right" | "center" | undefined;
8627
+ } | undefined;
8628
+ bodySubtitleStyle?: {
8629
+ color?: string | undefined;
8630
+ fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8631
+ fontStyle?: "italic" | "normal" | undefined;
8632
+ textAlign?: "left" | "right" | "center" | undefined;
8633
+ } | undefined;
8615
8634
  customPrivacy?: string | undefined;
8616
8635
  customImprint?: string | undefined;
8617
8636
  pageLayout?: "scroll" | "flex" | undefined;
@@ -8669,6 +8688,7 @@ export declare class BluepicEmbed extends EventTarget {
8669
8688
  redirect?: string | undefined;
8670
8689
  };
8671
8690
  trackLinks?: boolean | undefined;
8691
+ redactLogging?: boolean | undefined;
8672
8692
  };
8673
8693
  logo?: string | undefined;
8674
8694
  title?: string | undefined;
@@ -8689,6 +8709,24 @@ export declare class BluepicEmbed extends EventTarget {
8689
8709
  bodyTitle?: string | undefined;
8690
8710
  bodySubtitle?: string | undefined;
8691
8711
  bodyHtml?: string | undefined;
8712
+ headerTitleStyle?: {
8713
+ color?: string | undefined;
8714
+ fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8715
+ fontStyle?: "italic" | "normal" | undefined;
8716
+ textAlign?: "left" | "right" | "center" | undefined;
8717
+ } | undefined;
8718
+ bodyTitleStyle?: {
8719
+ color?: string | undefined;
8720
+ fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8721
+ fontStyle?: "italic" | "normal" | undefined;
8722
+ textAlign?: "left" | "right" | "center" | undefined;
8723
+ } | undefined;
8724
+ bodySubtitleStyle?: {
8725
+ color?: string | undefined;
8726
+ fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8727
+ fontStyle?: "italic" | "normal" | undefined;
8728
+ textAlign?: "left" | "right" | "center" | undefined;
8729
+ } | undefined;
8692
8730
  customPrivacy?: string | undefined;
8693
8731
  customImprint?: string | undefined;
8694
8732
  pageLayout?: "scroll" | "flex" | undefined;