@elementor/editor-v1-adapters 4.3.0-999 → 4.4.0-1065

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.
package/dist/index.d.mts CHANGED
@@ -183,6 +183,11 @@ declare const getElementorConfig: () => {
183
183
  message: string;
184
184
  button_text: string;
185
185
  };
186
+ user?: {
187
+ top_bar?: {
188
+ connect_url?: string;
189
+ };
190
+ };
186
191
  };
187
192
  declare const getElementorFrontendConfig: () => {
188
193
  is_rtl?: boolean;
package/dist/index.d.ts CHANGED
@@ -183,6 +183,11 @@ declare const getElementorConfig: () => {
183
183
  message: string;
184
184
  button_text: string;
185
185
  };
186
+ user?: {
187
+ top_bar?: {
188
+ connect_url?: string;
189
+ };
190
+ };
186
191
  };
187
192
  declare const getElementorFrontendConfig: () => {
188
193
  is_rtl?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-v1-adapters",
3
- "version": "4.3.0-999",
3
+ "version": "4.4.0-1065",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,7 +39,7 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/utils": "4.3.0-999"
42
+ "@elementor/utils": "4.4.0-1065"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^18.3.1"