@zealicsolutions/web-ui 0.3.34 → 0.3.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
package/dist/index.d.ts CHANGED
@@ -1604,7 +1604,7 @@ interface TextMoleculeType extends BaseMolecule {
1604
1604
  text: TextAttributes;
1605
1605
  seoStyle: SelectAttributes;
1606
1606
  fontVariant: SelectAttributes;
1607
- textColor: ColorAttributes;
1607
+ color: ColorAttributes;
1608
1608
  }>;
1609
1609
  config: {
1610
1610
  props?: TextMoleculeProps$1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.34",
3
+ "version": "0.3.35",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"