@navikt/ds-tailwind 5.15.1 → 5.16.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-tailwind",
3
- "version": "5.15.1",
3
+ "version": "5.16.0",
4
4
  "description": "Tailwind config based on @navikt/ds-tokens",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -24,7 +24,7 @@
24
24
  "directory": "@navikt/core/tailwind"
25
25
  },
26
26
  "devDependencies": {
27
- "@navikt/ds-tokens": "^5.15.1",
27
+ "@navikt/ds-tokens": "^5.16.0",
28
28
  "@types/jest": "^29.0.0",
29
29
  "color": "4.2.3",
30
30
  "jest": "^29.0.0",
@@ -314,6 +314,9 @@ module.exports = {
314
314
  "large": "8px",
315
315
  "xlarge": "12px",
316
316
  "full": "9999px"
317
+ },
318
+ "maxWidth": {
319
+ "text": "576px"
317
320
  }
318
321
  }
319
322
  }