@zealicsolutions/web-ui 0.3.34 → 0.3.35

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.
@@ -110,7 +110,7 @@ export interface TextMoleculeType extends BaseMolecule {
110
110
  text: TextAttributes;
111
111
  seoStyle: SelectAttributes;
112
112
  fontVariant: SelectAttributes;
113
- textColor: ColorAttributes;
113
+ color: ColorAttributes;
114
114
  }>;
115
115
  config: {
116
116
  props?: TextMoleculeProps;