gantri-components 2.256.0 → 2.258.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.
@@ -195,6 +195,10 @@ declare module 'styled-components' {
195
195
  mp2: FontInfo;
196
196
  mp3: FontInfo;
197
197
  xl: FontInfo;
198
+ l: FontInfo;
199
+ m: FontInfo;
200
+ s: FontInfo;
201
+ xs: FontInfo;
198
202
  p0: FontInfo;
199
203
  p1: FontInfo;
200
204
  p2: FontInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.256.0",
3
+ "version": "2.258.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",