gantri-components 2.159.0 → 2.160.1

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.
@@ -166,6 +166,7 @@ declare module 'styled-components' {
166
166
  };
167
167
  fonts: {
168
168
  boldFontFamily: string;
169
+ boldFontWeight?: Property.FontWeight;
169
170
  h1: FontInfo;
170
171
  h2: FontInfo;
171
172
  h3: FontInfo;
@@ -183,6 +184,7 @@ declare module 'styled-components' {
183
184
  p2: FontInfo;
184
185
  p3: FontInfo;
185
186
  regularFontFamily: string;
187
+ regularFontWeight?: Property.FontWeight;
186
188
  useCssVariablesForFontFamily?: boolean;
187
189
  };
188
190
  name: 'dark' | 'light';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.159.0",
3
+ "version": "2.160.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",