@bluepic/embed 0.4.0-next.141 → 0.4.0-next.142

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,6 +8603,9 @@ export declare class BluepicEmbed extends EventTarget {
8603
8603
  };
8604
8604
  logo?: string | undefined;
8605
8605
  title?: string | undefined;
8606
+ hints?: {
8607
+ enabled: boolean;
8608
+ } | undefined;
8606
8609
  theme?: {
8607
8610
  version: 2;
8608
8611
  preset?: "light" | "dark" | undefined;
@@ -8736,6 +8739,9 @@ export declare class BluepicEmbed extends EventTarget {
8736
8739
  };
8737
8740
  logo?: string | undefined;
8738
8741
  title?: string | undefined;
8742
+ hints?: {
8743
+ enabled: boolean;
8744
+ } | undefined;
8739
8745
  theme?: {
8740
8746
  version: 2;
8741
8747
  preset?: "light" | "dark" | undefined;