@navikt/ds-tailwind 4.3.0 → 4.4.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/package.json +2 -2
- package/tailwind.config.js +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/ds-tailwind",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "Tailwind config based on @navikt/ds-tokens",
|
|
5
5
|
"author": "Aksel | NAV designsystem team",
|
|
6
6
|
"keywords": [
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"directory": "@navikt/core/tailwind"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@navikt/ds-tokens": "^4.
|
|
25
|
+
"@navikt/ds-tokens": "^4.4.0",
|
|
26
26
|
"@types/jest": "^29.0.0",
|
|
27
27
|
"color": "4.2.3",
|
|
28
28
|
"jest": "^29.0.0",
|
package/tailwind.config.js
CHANGED
|
@@ -269,11 +269,11 @@ module.exports = {
|
|
|
269
269
|
"tooltip": 3000
|
|
270
270
|
},
|
|
271
271
|
"boxShadow": {
|
|
272
|
-
"xsmall": "
|
|
273
|
-
"small": "
|
|
274
|
-
"medium": "
|
|
275
|
-
"large": "
|
|
276
|
-
"xlarge": "0
|
|
272
|
+
"xsmall": "0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 0px 1px 0px rgba(0, 0, 0, 0.20)",
|
|
273
|
+
"small": "0px 3px 8px 0px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 0px 1px 0px rgba(0, 0, 0, 0.18)",
|
|
274
|
+
"medium": "0px 5px 12px 0px rgba(0, 0, 0, 0.13), 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 0px 1px 0px rgba(0, 0, 0, 0.15)",
|
|
275
|
+
"large": "0px 2px 5px 0px rgba(0, 0, 0, 0.15), 0px 10px 16px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.12)",
|
|
276
|
+
"xlarge": "0px 2px 5px 0px rgba(0, 0, 0, 0.15), 0px 10px 24px 0px rgba(0, 0, 0, 0.18), 0px 0px 1px 0px rgba(0, 0, 0, 0.08)",
|
|
277
277
|
"focus-inverted": "0 0 0 3px rgba(153, 195, 255, 1)",
|
|
278
278
|
"focus": "0 0 0 3px rgba(0, 52, 125, 1)"
|
|
279
279
|
},
|