@elementor/editor-variables 4.0.0-515 → 4.0.0-517
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.mjs
CHANGED
|
@@ -166,8 +166,10 @@ var validateValue = (value) => {
|
|
|
166
166
|
};
|
|
167
167
|
|
|
168
168
|
// src/variables-registry/create-variable-type-registry.ts
|
|
169
|
-
import {
|
|
170
|
-
|
|
169
|
+
import {
|
|
170
|
+
stylesInheritanceTransformersRegistry,
|
|
171
|
+
styleTransformersRegistry
|
|
172
|
+
} from "@elementor/editor-canvas";
|
|
171
173
|
|
|
172
174
|
// src/transformers/inheritance-transformer.tsx
|
|
173
175
|
import * as React from "react";
|
|
@@ -1753,7 +1755,7 @@ var { panel, usePanelActions } = createPanel({
|
|
|
1753
1755
|
onOpen: () => {
|
|
1754
1756
|
changeEditMode(id);
|
|
1755
1757
|
},
|
|
1756
|
-
onClose: () => {
|
|
1758
|
+
onClose: async () => {
|
|
1757
1759
|
changeEditMode("edit");
|
|
1758
1760
|
},
|
|
1759
1761
|
isOpenPreviousElement: true
|