@navikt/ds-tailwind 0.2.4 → 0.2.7
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 +4 -4
- package/tailwind.config.js +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/ds-tailwind",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "Auto-generated tailwind config based on @navikt/ds-tokens",
|
|
5
5
|
"author": "NAV Designsystem team",
|
|
6
6
|
"keywords": [
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
},
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/navikt/
|
|
21
|
+
"url": "git+https://github.com/navikt/Designsystemet.git",
|
|
22
22
|
"directory": "@navikt/core/tailwind"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@navikt/ds-tokens": "^0.9.
|
|
25
|
+
"@navikt/ds-tokens": "^0.9.6",
|
|
26
26
|
"@types/jest": "^27.0.1",
|
|
27
27
|
"@types/node": "^17.0.35",
|
|
28
28
|
"jest": "^27.2.0",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"ts-node": "^10.3.0",
|
|
32
32
|
"typescript": "^4.7.2"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "ef6c59702190089db9bd0dc386f240d2269d0f99"
|
|
35
35
|
}
|
package/tailwind.config.js
CHANGED
|
@@ -103,7 +103,7 @@ module.exports = {
|
|
|
103
103
|
"component-background-alternate": "rgba(247, 247, 247, 1)",
|
|
104
104
|
"component-background-inverted": "rgba(38, 38, 38, 1)",
|
|
105
105
|
"component-background-light": "rgba(255, 255, 255, 1)",
|
|
106
|
-
"divider": "rgba(
|
|
106
|
+
"divider": "rgba(207, 207, 207, 1)",
|
|
107
107
|
"feedback-danger-background": "rgba(249, 210, 204, 1)",
|
|
108
108
|
"feedback-danger-border": "rgba(186, 58, 38, 1)",
|
|
109
109
|
"feedback-danger-icon": "rgba(186, 58, 38, 1)",
|
|
@@ -166,9 +166,7 @@ module.exports = {
|
|
|
166
166
|
"large": "0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1)",
|
|
167
167
|
"xlarge": "0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 25px 50px -5px rgba(0, 0, 0, 0.1)",
|
|
168
168
|
"focus": "0 0 0 3px rgba(0, 52, 125, 1)",
|
|
169
|
-
"focus-inverted": "0 0 0 3px rgba(204, 225, 255, 1)"
|
|
170
|
-
"popover": "0 2px 4px 0 rgba(229, 229, 229, 1)",
|
|
171
|
-
"card": "0 1px 3px 0 rgba(38,38,38,0.2),0 2px 1px 0 rgba(38,38,38,0.12),0 1px 1px 0 rgba(38,38,38,0.14)"
|
|
169
|
+
"focus-inverted": "0 0 0 3px rgba(204, 225, 255, 1)"
|
|
172
170
|
},
|
|
173
171
|
"fontWeight": {
|
|
174
172
|
"bold": "600",
|