@elementor/editor-variables 3.35.0-375 → 3.35.0-376
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +14 -14
- package/src/register-variable-types.tsx +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3592,7 +3592,7 @@ function initMcp() {
|
|
|
3592
3592
|
// src/register-variable-types.tsx
|
|
3593
3593
|
import * as React35 from "react";
|
|
3594
3594
|
import { colorPropTypeUtil, sizePropTypeUtil, stringPropTypeUtil } from "@elementor/editor-props";
|
|
3595
|
-
import {
|
|
3595
|
+
import { CtaButton } from "@elementor/editor-ui";
|
|
3596
3596
|
import { BrushIcon, ExpandDiagonalIcon, TextIcon as TextIcon2 } from "@elementor/icons";
|
|
3597
3597
|
|
|
3598
3598
|
// src/components/fields/color-field.tsx
|
|
@@ -3748,7 +3748,7 @@ function registerVariableTypes() {
|
|
|
3748
3748
|
styleTransformer: EmptyTransformer,
|
|
3749
3749
|
variableType: "size",
|
|
3750
3750
|
selectionFilter: () => [],
|
|
3751
|
-
emptyState: /* @__PURE__ */ React35.createElement(
|
|
3751
|
+
emptyState: /* @__PURE__ */ React35.createElement(CtaButton, { size: "small", href: "https://go.elementor.com/go-pro-panel-size-variable/" })
|
|
3752
3752
|
};
|
|
3753
3753
|
registerVariableType({
|
|
3754
3754
|
...sizePromotions,
|