@zealicsolutions/web-ui 0.3.16 → 0.3.17

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.
@@ -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"