New:Socket for Asana Is Now Available.Learn more
Get Started

@elementor/editor-props

Package Overview
Dependencies
Maintainers
5
Versions
983
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-1056
to
4.3.0-1057
+2
-2
dist/index.js

@@ -311,6 +311,6 @@ "use strict";

id: unknownChildrenSchema,
url: import_schema16.z.null()
url: import_schema16.z.literal(null).optional()
}).or(
import_schema16.z.strictObject({
id: import_schema16.z.null(),
id: import_schema16.z.literal(null).optional(),
url: unknownChildrenSchema

@@ -317,0 +317,0 @@ })

@@ -200,6 +200,6 @@ // src/prop-types/box-shadow.ts

id: unknownChildrenSchema,
url: z16.null()
url: z16.literal(null).optional()
}).or(
z16.strictObject({
id: z16.null(),
id: z16.literal(null).optional(),
url: unknownChildrenSchema

@@ -206,0 +206,0 @@ })

{
"name": "@elementor/editor-props",
"description": "This package contains the props model for the Elementor editor",
"version": "4.3.0-1056",
"version": "4.3.0-1057",
"private": false,

@@ -43,3 +43,3 @@ "author": "Elementor Team",

"dependencies": {
"@elementor/schema": "4.3.0-1056",
"@elementor/schema": "4.3.0-1057",
"jsonschema": "1.5.0"

@@ -46,0 +46,0 @@ },

@@ -11,7 +11,7 @@ import { z } from '@elementor/schema';

id: unknownChildrenSchema,
url: z.null(),
url: z.literal( null ).optional(),
} )
.or(
z.strictObject( {
id: z.null(),
id: z.literal( null ).optional(),
url: unknownChildrenSchema,

@@ -18,0 +18,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