@elementor/editor-variables 4.0.0-516 → 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 { styleTransformersRegistry } from "@elementor/editor-canvas";
170
- import { stylesInheritanceTransformersRegistry } from "@elementor/editor-editing-panel";
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";