@bluepic/embed 0.4.0-next.115 → 0.4.0-next.117

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.
@@ -8620,6 +8620,7 @@ export declare class BluepicEmbed extends EventTarget {
8620
8620
  tint?: number | undefined;
8621
8621
  overrides?: Record<string, string> | undefined;
8622
8622
  customStyle?: Record<string, string> | undefined;
8623
+ presetId?: string | undefined;
8623
8624
  } | undefined;
8624
8625
  customStyle?: Record<string, string> | undefined;
8625
8626
  captions?: Record<string, string> | undefined;
@@ -8640,18 +8641,30 @@ export declare class BluepicEmbed extends EventTarget {
8640
8641
  bodyHtml?: string | undefined;
8641
8642
  headerTitleStyle?: {
8642
8643
  color?: string | undefined;
8644
+ font?: {
8645
+ name: string;
8646
+ src?: string | undefined;
8647
+ } | undefined;
8643
8648
  fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8644
8649
  fontStyle?: "italic" | "normal" | undefined;
8645
8650
  textAlign?: "left" | "right" | "center" | undefined;
8646
8651
  } | undefined;
8647
8652
  bodyTitleStyle?: {
8648
8653
  color?: string | undefined;
8654
+ font?: {
8655
+ name: string;
8656
+ src?: string | undefined;
8657
+ } | undefined;
8649
8658
  fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8650
8659
  fontStyle?: "italic" | "normal" | undefined;
8651
8660
  textAlign?: "left" | "right" | "center" | undefined;
8652
8661
  } | undefined;
8653
8662
  bodySubtitleStyle?: {
8654
8663
  color?: string | undefined;
8664
+ font?: {
8665
+ name: string;
8666
+ src?: string | undefined;
8667
+ } | undefined;
8655
8668
  fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8656
8669
  fontStyle?: "italic" | "normal" | undefined;
8657
8670
  textAlign?: "left" | "right" | "center" | undefined;
@@ -8740,6 +8753,7 @@ export declare class BluepicEmbed extends EventTarget {
8740
8753
  tint?: number | undefined;
8741
8754
  overrides?: Record<string, string> | undefined;
8742
8755
  customStyle?: Record<string, string> | undefined;
8756
+ presetId?: string | undefined;
8743
8757
  } | undefined;
8744
8758
  customStyle?: Record<string, string> | undefined;
8745
8759
  captions?: Record<string, string> | undefined;
@@ -8760,18 +8774,30 @@ export declare class BluepicEmbed extends EventTarget {
8760
8774
  bodyHtml?: string | undefined;
8761
8775
  headerTitleStyle?: {
8762
8776
  color?: string | undefined;
8777
+ font?: {
8778
+ name: string;
8779
+ src?: string | undefined;
8780
+ } | undefined;
8763
8781
  fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8764
8782
  fontStyle?: "italic" | "normal" | undefined;
8765
8783
  textAlign?: "left" | "right" | "center" | undefined;
8766
8784
  } | undefined;
8767
8785
  bodyTitleStyle?: {
8768
8786
  color?: string | undefined;
8787
+ font?: {
8788
+ name: string;
8789
+ src?: string | undefined;
8790
+ } | undefined;
8769
8791
  fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8770
8792
  fontStyle?: "italic" | "normal" | undefined;
8771
8793
  textAlign?: "left" | "right" | "center" | undefined;
8772
8794
  } | undefined;
8773
8795
  bodySubtitleStyle?: {
8774
8796
  color?: string | undefined;
8797
+ font?: {
8798
+ name: string;
8799
+ src?: string | undefined;
8800
+ } | undefined;
8775
8801
  fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
8776
8802
  fontStyle?: "italic" | "normal" | undefined;
8777
8803
  textAlign?: "left" | "right" | "center" | undefined;