🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@elementor/editor-props

Package Overview
Dependencies
Maintainers
5
Versions
892
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elementor/editor-props - npm Package Compare versions

Comparing version
4.3.0-965
to
4.3.0-966
+1
-1
dist/index.js

@@ -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(

@@ -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(

{
"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