gantri-components 2.76.0 → 2.78.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.
@@ -15,6 +15,9 @@ declare module 'styled-components' {
15
15
  size?: string;
16
16
  sizeMedium?: string;
17
17
  sizeSmaller?: string;
18
+ spacing?: string;
19
+ spacingMedium?: string;
20
+ spacingSmaller?: string;
18
21
  }
19
22
  interface DefaultTheme {
20
23
  border: string;
@@ -162,6 +165,11 @@ declare module 'styled-components' {
162
165
  h5: FontInfo;
163
166
  h6: FontInfo;
164
167
  hero: FontInfo;
168
+ mh1: FontInfo;
169
+ mh2: FontInfo;
170
+ mp1: FontInfo;
171
+ mp2: FontInfo;
172
+ mp3: FontInfo;
165
173
  p0: FontInfo;
166
174
  p1: FontInfo;
167
175
  p2: FontInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.76.0",
3
+ "version": "2.78.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",