@elementor/editor-controls 4.0.0-539 → 4.0.0-540
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 +7 -27
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -32
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/controls/transition-control/transition-selector.tsx +10 -29
package/dist/index.js
CHANGED
|
@@ -5940,34 +5940,14 @@ var TransitionSelector = ({
|
|
|
5940
5940
|
showPromotion && disabledCategories.has(item.value) && /* @__PURE__ */ React95.createElement(import_editor_ui12.PromotionChip, null)
|
|
5941
5941
|
),
|
|
5942
5942
|
footer: showPromotion ? /* @__PURE__ */ React95.createElement(
|
|
5943
|
-
|
|
5943
|
+
import_editor_ui12.PromotionAlert,
|
|
5944
5944
|
{
|
|
5945
|
-
|
|
5946
|
-
|
|
5947
|
-
|
|
5948
|
-
|
|
5949
|
-
|
|
5950
|
-
|
|
5951
|
-
sx: { m: 1.5, mt: 0 }
|
|
5952
|
-
},
|
|
5953
|
-
(0, import_i18n48.__)("Upgrade to customize transition properties and control effects.", "elementor"),
|
|
5954
|
-
/* @__PURE__ */ React95.createElement(
|
|
5955
|
-
import_ui81.Box,
|
|
5956
|
-
{
|
|
5957
|
-
component: "a",
|
|
5958
|
-
href: PRO_UPGRADE_URL,
|
|
5959
|
-
target: "_blank",
|
|
5960
|
-
rel: "noopener noreferrer",
|
|
5961
|
-
sx: {
|
|
5962
|
-
display: "flex",
|
|
5963
|
-
alignItems: "center",
|
|
5964
|
-
gap: 0.5,
|
|
5965
|
-
color: "promotion.main"
|
|
5966
|
-
}
|
|
5967
|
-
},
|
|
5968
|
-
/* @__PURE__ */ React95.createElement(import_icons31.CrownFilledIcon, { fontSize: "tiny" }),
|
|
5969
|
-
(0, import_i18n48.__)("Upgrade now", "elementor")
|
|
5970
|
-
)
|
|
5945
|
+
message: (0, import_i18n48.__)(
|
|
5946
|
+
"Upgrade to customize transition properties and control effects.",
|
|
5947
|
+
"elementor"
|
|
5948
|
+
),
|
|
5949
|
+
upgradeUrl: PRO_UPGRADE_URL
|
|
5950
|
+
}
|
|
5971
5951
|
) : null
|
|
5972
5952
|
}
|
|
5973
5953
|
)
|