@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;
package/dist/index.d.ts CHANGED
@@ -1501,6 +1501,7 @@ interface TextMoleculeType extends BaseMolecule {
1501
1501
  attributes: {
1502
1502
  text: TextAttributes;
1503
1503
  seoStyle: SelectAttributes;
1504
+ fontVariant: SelectAttributes;
1504
1505
  };
1505
1506
  config: {
1506
1507
  props: TextMoleculeProps$1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"