🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@elementor/editor-props

Package Overview
Dependencies
Maintainers
5
Versions
947
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-1005
to
4.3.0-1006
+2
-2
dist/index.js

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

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

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