@elementor/editor-v1-adapters 4.0.0-530 → 4.0.0-531

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
@@ -161,7 +161,7 @@ declare const getElementorConfig: () => {
161
161
  title: string;
162
162
  }>;
163
163
  };
164
- v4Promotions?: Record<V4PromotionKeys, V4PromotionData>;
164
+ v4Promotions?: Record<V4PromotionKey, V4PromotionData>;
165
165
  };
166
166
  declare const getElementorFrontendConfig: () => {
167
167
  is_rtl?: boolean;
package/dist/index.d.ts CHANGED
@@ -161,7 +161,7 @@ declare const getElementorConfig: () => {
161
161
  title: string;
162
162
  }>;
163
163
  };
164
- v4Promotions?: Record<V4PromotionKeys, V4PromotionData>;
164
+ v4Promotions?: Record<V4PromotionKey, V4PromotionData>;
165
165
  };
166
166
  declare const getElementorFrontendConfig: () => {
167
167
  is_rtl?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-v1-adapters",
3
- "version": "4.0.0-530",
3
+ "version": "4.0.0-531",
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.0.0-530"
42
+ "@elementor/utils": "4.0.0-531"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^18.3.1"