gantri-components 2.75.0 → 2.77.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.
@@ -162,6 +162,11 @@ declare module 'styled-components' {
162
162
  h5: FontInfo;
163
163
  h6: FontInfo;
164
164
  hero: FontInfo;
165
+ mh1: FontInfo;
166
+ mh2: FontInfo;
167
+ mp1: FontInfo;
168
+ mp2: FontInfo;
169
+ mp3: FontInfo;
165
170
  p0: FontInfo;
166
171
  p1: FontInfo;
167
172
  p2: FontInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.75.0",
3
+ "version": "2.77.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",