@elementor/editor-editing-panel 3.33.0-120 → 3.33.0-122
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
|
@@ -4653,7 +4653,7 @@ import { ColorControl as ColorControl2 } from "@elementor/editor-controls";
|
|
|
4653
4653
|
import { __ as __53 } from "@wordpress/i18n";
|
|
4654
4654
|
var TEXT_COLOR_LABEL = __53("Text color", "elementor");
|
|
4655
4655
|
var TextColorField = () => {
|
|
4656
|
-
return /* @__PURE__ */ React79.createElement(StylesField, { bind: "color", propDisplayName: TEXT_COLOR_LABEL }, /* @__PURE__ */ React79.createElement(StylesFieldLayout, { label: TEXT_COLOR_LABEL }, /* @__PURE__ */ React79.createElement(ColorControl2,
|
|
4656
|
+
return /* @__PURE__ */ React79.createElement(StylesField, { bind: "color", propDisplayName: TEXT_COLOR_LABEL }, /* @__PURE__ */ React79.createElement(StylesFieldLayout, { label: TEXT_COLOR_LABEL }, /* @__PURE__ */ React79.createElement(ColorControl2, { id: "text-color-control" })));
|
|
4657
4657
|
};
|
|
4658
4658
|
|
|
4659
4659
|
// src/components/style-sections/typography-section/text-decoration-field.tsx
|