@myissue/vue-website-page-builder 3.4.99 → 3.5.1

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.
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -139,16 +139,15 @@ export interface PageBuilderConfig {
139
139
  } | null;
140
140
  userForPageBuilder?: PageBuilderUser;
141
141
  [key: string]: unknown;
142
- userSettings?: ({
142
+ userSettings?: {
143
143
  language?: {
144
144
  default?: string;
145
145
  enable?: readonly string[];
146
146
  disableLanguageDropDown?: boolean;
147
- [key: string]: unknown;
148
147
  };
149
148
  autoSave?: boolean;
150
149
  fontFamily?: string;
151
- } & Record<string, unknown>) | null;
150
+ } | null;
152
151
  settings?: {
153
152
  brandColor?: string;
154
153
  [key: string]: unknown;