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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/styles/theme.d.ts +8 -0
- package/package.json +1 -1
package/dist/styles/theme.d.ts
CHANGED
|
@@ -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;
|