@elementor/editor-editing-panel 3.33.0-119 → 3.33.0-121
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
|
@@ -4574,7 +4574,7 @@ var import_editor_controls46 = require("@elementor/editor-controls");
|
|
|
4574
4574
|
var import_i18n53 = require("@wordpress/i18n");
|
|
4575
4575
|
var TEXT_COLOR_LABEL = (0, import_i18n53.__)("Text color", "elementor");
|
|
4576
4576
|
var TextColorField = () => {
|
|
4577
|
-
return /* @__PURE__ */ React79.createElement(StylesField, { bind: "color", propDisplayName: TEXT_COLOR_LABEL }, /* @__PURE__ */ React79.createElement(StylesFieldLayout, { label: TEXT_COLOR_LABEL }, /* @__PURE__ */ React79.createElement(import_editor_controls46.ColorControl,
|
|
4577
|
+
return /* @__PURE__ */ React79.createElement(StylesField, { bind: "color", propDisplayName: TEXT_COLOR_LABEL }, /* @__PURE__ */ React79.createElement(StylesFieldLayout, { label: TEXT_COLOR_LABEL }, /* @__PURE__ */ React79.createElement(import_editor_controls46.ColorControl, { id: "text-color-control" })));
|
|
4578
4578
|
};
|
|
4579
4579
|
|
|
4580
4580
|
// src/components/style-sections/typography-section/text-decoration-field.tsx
|