gantri-components 2.188.0 → 2.190.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.
@@ -175,6 +175,8 @@ declare module 'styled-components' {
175
175
  h5: FontInfo;
176
176
  h6: FontInfo;
177
177
  hero: FontInfo;
178
+ mBoldFontFamily: string;
179
+ mBoldFontWeight?: Property.FontWeight;
178
180
  mh1: FontInfo;
179
181
  mh2: FontInfo;
180
182
  mh3: FontInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.188.0",
3
+ "version": "2.190.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",