@elementor/editor-props
Advanced tools
+1
-1
@@ -341,3 +341,3 @@ "use strict"; | ||
| import_schema19.z.strictObject({ | ||
| unit: import_schema19.z.enum(["px", "em", "rem", "%", "vw", "vh", "ch"]), | ||
| unit: import_schema19.z.enum(["px", "em", "rem", "%", "vw", "vh", "ch", "fr"]), | ||
| size: sizeNumberOrEmpty | ||
@@ -344,0 +344,0 @@ }).or( |
+1
-1
@@ -231,3 +231,3 @@ // src/prop-types/box-shadow.ts | ||
| z19.strictObject({ | ||
| unit: z19.enum(["px", "em", "rem", "%", "vw", "vh", "ch"]), | ||
| unit: z19.enum(["px", "em", "rem", "%", "vw", "vh", "ch", "fr"]), | ||
| size: sizeNumberOrEmpty | ||
@@ -234,0 +234,0 @@ }).or( |
+2
-2
| { | ||
| "name": "@elementor/editor-props", | ||
| "description": "This package contains the props model for the Elementor editor", | ||
| "version": "4.3.0-965", | ||
| "version": "4.3.0-966", | ||
| "private": false, | ||
@@ -43,3 +43,3 @@ "author": "Elementor Team", | ||
| "dependencies": { | ||
| "@elementor/schema": "4.3.0-965", | ||
| "@elementor/schema": "4.3.0-966", | ||
| "jsonschema": "1.5.0" | ||
@@ -46,0 +46,0 @@ }, |
@@ -12,3 +12,3 @@ import { z } from '@elementor/schema'; | ||
| .strictObject( { | ||
| unit: z.enum( [ 'px', 'em', 'rem', '%', 'vw', 'vh', 'ch' ] ), | ||
| unit: z.enum( [ 'px', 'em', 'rem', '%', 'vw', 'vh', 'ch', 'fr' ] ), | ||
| size: sizeNumberOrEmpty, | ||
@@ -15,0 +15,0 @@ } ) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
889627
0.02%+ Added
- Removed
Updated