@navikt/ds-tailwind 0.1.2 → 0.1.3
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/package.json +2 -2
- package/tailwind.config.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/ds-tailwind",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Auto-generated tailwind config based on @navikt/ds-tokens",
|
|
6
6
|
"author": "NAV Designsystem team",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"ts-jest": "^27.0.5",
|
|
31
31
|
"ts-node": "^10.3.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "5aa54c7aaf843f64e3c6a0b399e2b36cb0d1b37b"
|
|
34
34
|
}
|
package/tailwind.config.js
CHANGED
|
@@ -169,7 +169,7 @@ module.exports = {
|
|
|
169
169
|
"regular": "400"
|
|
170
170
|
},
|
|
171
171
|
"fontSize": {
|
|
172
|
-
"heading-
|
|
172
|
+
"heading-2xlarge": "2.5rem",
|
|
173
173
|
"heading-xlarge": "2rem",
|
|
174
174
|
"heading-large": "1.75rem",
|
|
175
175
|
"heading-medium": "1.5rem",
|
|
@@ -181,7 +181,7 @@ module.exports = {
|
|
|
181
181
|
"small": "0.875rem"
|
|
182
182
|
},
|
|
183
183
|
"lineHeight": {
|
|
184
|
-
"heading-
|
|
184
|
+
"heading-2xlarge": "3.25rem",
|
|
185
185
|
"heading-xlarge": "2.5rem",
|
|
186
186
|
"heading-large": "2.25rem",
|
|
187
187
|
"heading-medium": "2rem",
|