gantri-components 2.173.0 → 2.174.0

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.
@@ -177,6 +177,9 @@ declare module 'styled-components' {
177
177
  hero: FontInfo;
178
178
  mh1: FontInfo;
179
179
  mh2: FontInfo;
180
+ mh3: FontInfo;
181
+ mh4: FontInfo;
182
+ mh5: FontInfo;
180
183
  mh6: FontInfo;
181
184
  mp1: FontInfo;
182
185
  mp2: FontInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.173.0",
3
+ "version": "2.174.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",