@elementor/editor-controls 3.33.0-191 → 3.33.0-193

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 CHANGED
@@ -4428,7 +4428,7 @@ var getGradientValue = (value) => {
4428
4428
 
4429
4429
  // src/controls/background-control/background-control.tsx
4430
4430
  var clipOptions = [
4431
- { label: (0, import_i18n34.__)("Border edges", "elementor"), value: "border-box" },
4431
+ { label: (0, import_i18n34.__)("Full element", "elementor"), value: "border-box" },
4432
4432
  { label: (0, import_i18n34.__)("Padding edges", "elementor"), value: "padding-box" },
4433
4433
  { label: (0, import_i18n34.__)("Content edges", "elementor"), value: "content-box" },
4434
4434
  { label: (0, import_i18n34.__)("Text", "elementor"), value: "text" }