@elementor/editor-v1-adapters 4.0.0-650 → 4.0.0-660

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
@@ -166,6 +166,12 @@ declare const getElementorConfig: () => {
166
166
  title: string;
167
167
  }>;
168
168
  };
169
+ size_units?: {
170
+ length?: string[];
171
+ angle?: string[];
172
+ time?: string[];
173
+ extended_units?: string[];
174
+ };
169
175
  v4Promotions?: Record<V4PromotionKey, V4PromotionData>;
170
176
  };
171
177
  declare const getElementorFrontendConfig: () => {
package/dist/index.d.ts CHANGED
@@ -166,6 +166,12 @@ declare const getElementorConfig: () => {
166
166
  title: string;
167
167
  }>;
168
168
  };
169
+ size_units?: {
170
+ length?: string[];
171
+ angle?: string[];
172
+ time?: string[];
173
+ extended_units?: string[];
174
+ };
169
175
  v4Promotions?: Record<V4PromotionKey, V4PromotionData>;
170
176
  };
171
177
  declare const getElementorFrontendConfig: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-v1-adapters",
3
- "version": "4.0.0-650",
3
+ "version": "4.0.0-660",
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-650"
42
+ "@elementor/utils": "4.0.0-660"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^18.3.1"