@zealicsolutions/web-ui 0.3.16 → 0.3.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -91,6 +91,7 @@ export interface TextMoleculeType extends BaseMolecule {
91
91
  attributes: {
92
92
  text: TextAttributes;
93
93
  seoStyle: SelectAttributes;
94
+ fontVariant: SelectAttributes;
94
95
  };
95
96
  config: {
96
97
  props: TextMoleculeProps;