@elementor/editor-controls 3.35.0-412 → 3.35.0-413
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 +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/components/restricted-link-infotip.tsx +5 -2
package/dist/index.mjs
CHANGED
|
@@ -3108,10 +3108,13 @@ var learnMoreButton = {
|
|
|
3108
3108
|
};
|
|
3109
3109
|
var INFOTIP_CONTENT = {
|
|
3110
3110
|
descendant: __21(
|
|
3111
|
-
"To add a link to this element, first remove the link from the elements inside of it.",
|
|
3111
|
+
"To add a link or action to this element, first remove the link or action from the elements inside of it.",
|
|
3112
3112
|
"elementor"
|
|
3113
3113
|
),
|
|
3114
|
-
ancestor: __21(
|
|
3114
|
+
ancestor: __21(
|
|
3115
|
+
"To add a link or action to this container, first remove the link or action from its parent container.",
|
|
3116
|
+
"elementor"
|
|
3117
|
+
)
|
|
3115
3118
|
};
|
|
3116
3119
|
var RestrictedLinkInfotip = ({
|
|
3117
3120
|
linkInLinkRestriction,
|