@elementor/editor-props
Advanced tools
+2
-2
@@ -194,3 +194,3 @@ "use strict"; | ||
| var borderRadiusPropTypeUtil = createPropUtils( | ||
| "border-radius", | ||
| "border-radius-v2", | ||
| import_schema5.z.strictObject({ | ||
@@ -207,3 +207,3 @@ "start-start": unknownChildrenSchema, | ||
| var borderWidthPropTypeUtil = createPropUtils( | ||
| "border-width", | ||
| "border-width-v2", | ||
| import_schema6.z.strictObject({ | ||
@@ -210,0 +210,0 @@ "block-start": unknownChildrenSchema, |
+2
-2
@@ -84,3 +84,3 @@ // src/prop-types/box-shadow.ts | ||
| var borderRadiusPropTypeUtil = createPropUtils( | ||
| "border-radius", | ||
| "border-radius-v2", | ||
| z5.strictObject({ | ||
@@ -97,3 +97,3 @@ "start-start": unknownChildrenSchema, | ||
| var borderWidthPropTypeUtil = createPropUtils( | ||
| "border-width", | ||
| "border-width-v2", | ||
| z6.strictObject({ | ||
@@ -100,0 +100,0 @@ "block-start": unknownChildrenSchema, |
+2
-2
| { | ||
| "name": "@elementor/editor-props", | ||
| "description": "This package contains the props model for the Elementor editor", | ||
| "version": "4.3.0-1005", | ||
| "version": "4.3.0-1006", | ||
| "private": false, | ||
@@ -43,3 +43,3 @@ "author": "Elementor Team", | ||
| "dependencies": { | ||
| "@elementor/schema": "4.3.0-1005", | ||
| "@elementor/schema": "4.3.0-1006", | ||
| "jsonschema": "1.5.0" | ||
@@ -46,0 +46,0 @@ }, |
@@ -7,3 +7,3 @@ import { z } from '@elementor/schema'; | ||
| export const borderRadiusPropTypeUtil = createPropUtils( | ||
| 'border-radius', | ||
| 'border-radius-v2', | ||
| z.strictObject( { | ||
@@ -10,0 +10,0 @@ 'start-start': unknownChildrenSchema, |
@@ -7,3 +7,3 @@ import { z } from '@elementor/schema'; | ||
| export const borderWidthPropTypeUtil = createPropUtils( | ||
| 'border-width', | ||
| 'border-width-v2', | ||
| z.strictObject( { | ||
@@ -10,0 +10,0 @@ 'block-start': unknownChildrenSchema, |
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
889755
0.01%+ Added
- Removed
Updated