@elementor/editor-editing-panel 3.35.0-449 → 3.35.0-451
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 +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/dynamics/components/dynamic-selection.tsx +6 -3
package/dist/index.js
CHANGED
|
@@ -5601,6 +5601,8 @@ var import_icons24 = require("@elementor/icons");
|
|
|
5601
5601
|
var import_ui41 = require("@elementor/ui");
|
|
5602
5602
|
var import_i18n61 = require("@wordpress/i18n");
|
|
5603
5603
|
var SIZE4 = "tiny";
|
|
5604
|
+
var PROMO_TEXT_WIDTH = 170;
|
|
5605
|
+
var PRO_DYNAMIC_TAGS_URL = "https://go.elementor.com/go-pro-dynamic-tags-modal/";
|
|
5604
5606
|
var DynamicSelection = ({ close: closePopover }) => {
|
|
5605
5607
|
const [searchValue, setSearchValue] = (0, import_react41.useState)("");
|
|
5606
5608
|
const { groups: dynamicGroups } = getAtomicDynamicTags() || {};
|
|
@@ -5688,7 +5690,8 @@ var NoDynamicTags = () => /* @__PURE__ */ React91.createElement(React91.Fragment
|
|
|
5688
5690
|
},
|
|
5689
5691
|
/* @__PURE__ */ React91.createElement(import_icons24.DatabaseIcon, { fontSize: "large" }),
|
|
5690
5692
|
/* @__PURE__ */ React91.createElement(import_ui41.Typography, { align: "center", variant: "subtitle2" }, (0, import_i18n61.__)("Streamline your workflow with dynamic tags", "elementor")),
|
|
5691
|
-
/* @__PURE__ */ React91.createElement(import_ui41.Typography, { align: "center", variant: "caption" }, (0, import_i18n61.__)("
|
|
5693
|
+
/* @__PURE__ */ React91.createElement(import_ui41.Typography, { align: "center", variant: "caption", width: PROMO_TEXT_WIDTH }, (0, import_i18n61.__)("Upgrade now to display your content dynamically.", "elementor")),
|
|
5694
|
+
/* @__PURE__ */ React91.createElement(import_editor_ui9.CtaButton, { size: "small", href: PRO_DYNAMIC_TAGS_URL })
|
|
5692
5695
|
));
|
|
5693
5696
|
var useFilteredOptions = (searchValue) => {
|
|
5694
5697
|
const dynamicTags = usePropDynamicTags();
|