@elementor/editor-v1-adapters 4.2.0-928 → 4.2.0-929

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
@@ -178,6 +178,11 @@ declare const getElementorConfig: () => {
178
178
  extended_units?: string[];
179
179
  };
180
180
  v4Promotions?: Record<V4PromotionKey, V4PromotionData>;
181
+ editingPanelStickyPromotion?: {
182
+ url: string;
183
+ message: string;
184
+ button_text: string;
185
+ };
181
186
  };
182
187
  declare const getElementorFrontendConfig: () => {
183
188
  is_rtl?: boolean;
package/dist/index.d.ts CHANGED
@@ -178,6 +178,11 @@ declare const getElementorConfig: () => {
178
178
  extended_units?: string[];
179
179
  };
180
180
  v4Promotions?: Record<V4PromotionKey, V4PromotionData>;
181
+ editingPanelStickyPromotion?: {
182
+ url: string;
183
+ message: string;
184
+ button_text: string;
185
+ };
181
186
  };
182
187
  declare const getElementorFrontendConfig: () => {
183
188
  is_rtl?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-v1-adapters",
3
- "version": "4.2.0-928",
3
+ "version": "4.2.0-929",
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.2.0-928"
42
+ "@elementor/utils": "4.2.0-929"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^18.3.1"