@elementor/editor-editing-panel 3.35.0-353 → 3.35.0-355
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +0 -3
- package/dist/index.d.ts +0 -3
- package/package.json +20 -20
package/dist/index.d.mts
CHANGED
|
@@ -402,7 +402,6 @@ declare const controlTypes: {
|
|
|
402
402
|
enablePropTypeUnits?: boolean;
|
|
403
403
|
id?: string;
|
|
404
404
|
ariaLabel?: string;
|
|
405
|
-
isRepeaterControl?: boolean;
|
|
406
405
|
} & {
|
|
407
406
|
units?: ("em" | "px" | "%" | "rem" | "vw" | "vh" | "ch")[] | undefined;
|
|
408
407
|
defaultUnit?: "em" | "px" | "%" | "rem" | "vw" | "vh" | "ch" | undefined;
|
|
@@ -418,7 +417,6 @@ declare const controlTypes: {
|
|
|
418
417
|
enablePropTypeUnits?: boolean;
|
|
419
418
|
id?: string;
|
|
420
419
|
ariaLabel?: string;
|
|
421
|
-
isRepeaterControl?: boolean;
|
|
422
420
|
} & {
|
|
423
421
|
units?: ("deg" | "rad" | "grad" | "turn")[] | undefined;
|
|
424
422
|
defaultUnit?: "deg" | "rad" | "grad" | "turn" | undefined;
|
|
@@ -434,7 +432,6 @@ declare const controlTypes: {
|
|
|
434
432
|
enablePropTypeUnits?: boolean;
|
|
435
433
|
id?: string;
|
|
436
434
|
ariaLabel?: string;
|
|
437
|
-
isRepeaterControl?: boolean;
|
|
438
435
|
} & {
|
|
439
436
|
units?: ("s" | "ms")[] | undefined;
|
|
440
437
|
defaultUnit?: "s" | "ms" | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -402,7 +402,6 @@ declare const controlTypes: {
|
|
|
402
402
|
enablePropTypeUnits?: boolean;
|
|
403
403
|
id?: string;
|
|
404
404
|
ariaLabel?: string;
|
|
405
|
-
isRepeaterControl?: boolean;
|
|
406
405
|
} & {
|
|
407
406
|
units?: ("em" | "px" | "%" | "rem" | "vw" | "vh" | "ch")[] | undefined;
|
|
408
407
|
defaultUnit?: "em" | "px" | "%" | "rem" | "vw" | "vh" | "ch" | undefined;
|
|
@@ -418,7 +417,6 @@ declare const controlTypes: {
|
|
|
418
417
|
enablePropTypeUnits?: boolean;
|
|
419
418
|
id?: string;
|
|
420
419
|
ariaLabel?: string;
|
|
421
|
-
isRepeaterControl?: boolean;
|
|
422
420
|
} & {
|
|
423
421
|
units?: ("deg" | "rad" | "grad" | "turn")[] | undefined;
|
|
424
422
|
defaultUnit?: "deg" | "rad" | "grad" | "turn" | undefined;
|
|
@@ -434,7 +432,6 @@ declare const controlTypes: {
|
|
|
434
432
|
enablePropTypeUnits?: boolean;
|
|
435
433
|
id?: string;
|
|
436
434
|
ariaLabel?: string;
|
|
437
|
-
isRepeaterControl?: boolean;
|
|
438
435
|
} & {
|
|
439
436
|
units?: ("s" | "ms")[] | undefined;
|
|
440
437
|
defaultUnit?: "s" | "ms" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-editing-panel",
|
|
3
|
-
"version": "3.35.0-
|
|
3
|
+
"version": "3.35.0-355",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Elementor Team",
|
|
6
6
|
"homepage": "https://elementor.com/",
|
|
@@ -39,27 +39,27 @@
|
|
|
39
39
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@elementor/editor": "3.35.0-
|
|
43
|
-
"@elementor/editor-canvas": "3.35.0-
|
|
44
|
-
"@elementor/editor-controls": "3.35.0-
|
|
45
|
-
"@elementor/editor-documents": "3.35.0-
|
|
46
|
-
"@elementor/editor-elements": "3.35.0-
|
|
47
|
-
"@elementor/editor-interactions": "3.35.0-
|
|
48
|
-
"@elementor/editor-panels": "3.35.0-
|
|
49
|
-
"@elementor/editor-props": "3.35.0-
|
|
50
|
-
"@elementor/editor-responsive": "3.35.0-
|
|
51
|
-
"@elementor/editor-styles": "3.35.0-
|
|
52
|
-
"@elementor/editor-styles-repository": "3.35.0-
|
|
53
|
-
"@elementor/editor-ui": "3.35.0-
|
|
54
|
-
"@elementor/editor-v1-adapters": "3.35.0-
|
|
42
|
+
"@elementor/editor": "3.35.0-355",
|
|
43
|
+
"@elementor/editor-canvas": "3.35.0-355",
|
|
44
|
+
"@elementor/editor-controls": "3.35.0-355",
|
|
45
|
+
"@elementor/editor-documents": "3.35.0-355",
|
|
46
|
+
"@elementor/editor-elements": "3.35.0-355",
|
|
47
|
+
"@elementor/editor-interactions": "3.35.0-355",
|
|
48
|
+
"@elementor/editor-panels": "3.35.0-355",
|
|
49
|
+
"@elementor/editor-props": "3.35.0-355",
|
|
50
|
+
"@elementor/editor-responsive": "3.35.0-355",
|
|
51
|
+
"@elementor/editor-styles": "3.35.0-355",
|
|
52
|
+
"@elementor/editor-styles-repository": "3.35.0-355",
|
|
53
|
+
"@elementor/editor-ui": "3.35.0-355",
|
|
54
|
+
"@elementor/editor-v1-adapters": "3.35.0-355",
|
|
55
55
|
"@elementor/icons": "^1.62.0",
|
|
56
|
-
"@elementor/locations": "3.35.0-
|
|
57
|
-
"@elementor/menus": "3.35.0-
|
|
58
|
-
"@elementor/schema": "3.35.0-
|
|
59
|
-
"@elementor/session": "3.35.0-
|
|
56
|
+
"@elementor/locations": "3.35.0-355",
|
|
57
|
+
"@elementor/menus": "3.35.0-355",
|
|
58
|
+
"@elementor/schema": "3.35.0-355",
|
|
59
|
+
"@elementor/session": "3.35.0-355",
|
|
60
60
|
"@elementor/ui": "1.36.17",
|
|
61
|
-
"@elementor/utils": "3.35.0-
|
|
62
|
-
"@elementor/wp-media": "3.35.0-
|
|
61
|
+
"@elementor/utils": "3.35.0-355",
|
|
62
|
+
"@elementor/wp-media": "3.35.0-355",
|
|
63
63
|
"@wordpress/i18n": "^5.13.0"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|