@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.
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/src/containers/types/moleculeTypes.d.ts +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/containers/types/moleculeTypes.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
@@ -110,7 +110,7 @@ export interface TextMoleculeType extends BaseMolecule {
|
|
110
110
|
text: TextAttributes;
|
111
111
|
seoStyle: SelectAttributes;
|
112
112
|
fontVariant: SelectAttributes;
|
113
|
-
|
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
|
-
|
1607
|
+
color: ColorAttributes;
|
1608
1608
|
}>;
|
1609
1609
|
config: {
|
1610
1610
|
props?: TextMoleculeProps$1;
|