@elementor/editor-editing-panel 3.33.0-124 → 3.33.0-126
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 +12 -17
- package/dist/index.d.ts +12 -17
- package/package.json +19 -19
package/dist/index.d.mts
CHANGED
|
@@ -1091,23 +1091,18 @@ type ContextValueWithoutProvider = {
|
|
|
1091
1091
|
};
|
|
1092
1092
|
declare function useStyle(): ContextValue;
|
|
1093
1093
|
|
|
1094
|
-
declare const StylesProviderCannotUpdatePropsError: {
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
cause?: unknown;
|
|
1107
|
-
};
|
|
1108
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function): void;
|
|
1109
|
-
prepareStackTrace(err: Error, stackTraces: NodeJS.CallSite[]): any;
|
|
1110
|
-
stackTraceLimit: number;
|
|
1094
|
+
declare const StylesProviderCannotUpdatePropsError: new ({ cause, context }?: {
|
|
1095
|
+
cause?: _elementor_utils.ElementorErrorOptions["cause"];
|
|
1096
|
+
context?: {
|
|
1097
|
+
providerKey: string;
|
|
1098
|
+
} | undefined;
|
|
1099
|
+
} | undefined) => {
|
|
1100
|
+
readonly context: _elementor_utils.ElementorErrorOptions["context"];
|
|
1101
|
+
readonly code: _elementor_utils.ElementorErrorOptions["code"];
|
|
1102
|
+
name: string;
|
|
1103
|
+
message: string;
|
|
1104
|
+
stack?: string;
|
|
1105
|
+
cause?: unknown;
|
|
1111
1106
|
};
|
|
1112
1107
|
|
|
1113
1108
|
declare const useStylesRerender: () => void;
|
package/dist/index.d.ts
CHANGED
|
@@ -1091,23 +1091,18 @@ type ContextValueWithoutProvider = {
|
|
|
1091
1091
|
};
|
|
1092
1092
|
declare function useStyle(): ContextValue;
|
|
1093
1093
|
|
|
1094
|
-
declare const StylesProviderCannotUpdatePropsError: {
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
cause?: unknown;
|
|
1107
|
-
};
|
|
1108
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function): void;
|
|
1109
|
-
prepareStackTrace(err: Error, stackTraces: NodeJS.CallSite[]): any;
|
|
1110
|
-
stackTraceLimit: number;
|
|
1094
|
+
declare const StylesProviderCannotUpdatePropsError: new ({ cause, context }?: {
|
|
1095
|
+
cause?: _elementor_utils.ElementorErrorOptions["cause"];
|
|
1096
|
+
context?: {
|
|
1097
|
+
providerKey: string;
|
|
1098
|
+
} | undefined;
|
|
1099
|
+
} | undefined) => {
|
|
1100
|
+
readonly context: _elementor_utils.ElementorErrorOptions["context"];
|
|
1101
|
+
readonly code: _elementor_utils.ElementorErrorOptions["code"];
|
|
1102
|
+
name: string;
|
|
1103
|
+
message: string;
|
|
1104
|
+
stack?: string;
|
|
1105
|
+
cause?: unknown;
|
|
1111
1106
|
};
|
|
1112
1107
|
|
|
1113
1108
|
declare const useStylesRerender: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-editing-panel",
|
|
3
|
-
"version": "3.33.0-
|
|
3
|
+
"version": "3.33.0-126",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Elementor Team",
|
|
6
6
|
"homepage": "https://elementor.com/",
|
|
@@ -39,26 +39,26 @@
|
|
|
39
39
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@elementor/editor": "3.33.0-
|
|
43
|
-
"@elementor/editor-canvas": "3.33.0-
|
|
44
|
-
"@elementor/editor-controls": "3.33.0-
|
|
45
|
-
"@elementor/editor-documents": "3.33.0-
|
|
46
|
-
"@elementor/editor-elements": "3.33.0-
|
|
47
|
-
"@elementor/editor-panels": "3.33.0-
|
|
48
|
-
"@elementor/editor-props": "3.33.0-
|
|
49
|
-
"@elementor/editor-responsive": "3.33.0-
|
|
50
|
-
"@elementor/editor-styles": "3.33.0-
|
|
51
|
-
"@elementor/editor-styles-repository": "3.33.0-
|
|
52
|
-
"@elementor/editor-ui": "3.33.0-
|
|
53
|
-
"@elementor/editor-v1-adapters": "3.33.0-
|
|
42
|
+
"@elementor/editor": "3.33.0-126",
|
|
43
|
+
"@elementor/editor-canvas": "3.33.0-126",
|
|
44
|
+
"@elementor/editor-controls": "3.33.0-126",
|
|
45
|
+
"@elementor/editor-documents": "3.33.0-126",
|
|
46
|
+
"@elementor/editor-elements": "3.33.0-126",
|
|
47
|
+
"@elementor/editor-panels": "3.33.0-126",
|
|
48
|
+
"@elementor/editor-props": "3.33.0-126",
|
|
49
|
+
"@elementor/editor-responsive": "3.33.0-126",
|
|
50
|
+
"@elementor/editor-styles": "3.33.0-126",
|
|
51
|
+
"@elementor/editor-styles-repository": "3.33.0-126",
|
|
52
|
+
"@elementor/editor-ui": "3.33.0-126",
|
|
53
|
+
"@elementor/editor-v1-adapters": "3.33.0-126",
|
|
54
54
|
"@elementor/icons": "1.46.0",
|
|
55
|
-
"@elementor/locations": "3.33.0-
|
|
56
|
-
"@elementor/menus": "3.33.0-
|
|
57
|
-
"@elementor/schema": "3.33.0-
|
|
58
|
-
"@elementor/session": "3.33.0-
|
|
55
|
+
"@elementor/locations": "3.33.0-126",
|
|
56
|
+
"@elementor/menus": "3.33.0-126",
|
|
57
|
+
"@elementor/schema": "3.33.0-126",
|
|
58
|
+
"@elementor/session": "3.33.0-126",
|
|
59
59
|
"@elementor/ui": "1.36.12",
|
|
60
|
-
"@elementor/utils": "3.33.0-
|
|
61
|
-
"@elementor/wp-media": "3.33.0-
|
|
60
|
+
"@elementor/utils": "3.33.0-126",
|
|
61
|
+
"@elementor/wp-media": "3.33.0-126",
|
|
62
62
|
"@wordpress/i18n": "^5.13.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|