@elementor/editor-components 3.35.0-405 → 3.35.0-407

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
@@ -2326,7 +2326,7 @@ import { __getStore as getStore2 } from "@elementor/store";
2326
2326
  import { __ as __16 } from "@wordpress/i18n";
2327
2327
  var NON_ATOMIC_ELEMENT_ALERT = {
2328
2328
  type: "default",
2329
- message: __16("Cannot add this element here - only atomic elements are allowed inside components.", "elementor"),
2329
+ message: __16("This widget isn't compatible with components. Use atomic elements instead.", "elementor"),
2330
2330
  id: "non-atomic-element-blocked"
2331
2331
  };
2332
2332
  function initNonAtomicNestingPrevention() {
@@ -2574,7 +2574,7 @@ function CreateComponentForm() {
2574
2574
  notify2({
2575
2575
  type: "default",
2576
2576
  message: __18(
2577
- "Cannot save as component - contains non-supported elements. Only atomic elements are allowed inside components.",
2577
+ "Components require atomic elements only. Remove widgets to create this component.",
2578
2578
  "elementor"
2579
2579
  ),
2580
2580
  id: "non-atomic-element-save-blocked"
@@ -4116,7 +4116,7 @@ import { __ as __25 } from "@wordpress/i18n";
4116
4116
  var COMPONENT_TYPE = "e-component";
4117
4117
  var COMPONENT_CIRCULAR_NESTING_ALERT = {
4118
4118
  type: "default",
4119
- message: __25("Cannot add this component here - it would create a circular reference.", "elementor"),
4119
+ message: __25("Can't add this component - components that contain each other can't be nested.", "elementor"),
4120
4120
  id: "circular-component-nesting-blocked"
4121
4121
  };
4122
4122
  function initCircularNestingPrevention() {