@navikt/aksel-stylelint 7.32.3 → 7.32.5

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.
@@ -72,4 +72,8 @@ exports.deprecations = [
72
72
  classes: ["navds-switch__checkmark"],
73
73
  message: "Removed in v7.24.0",
74
74
  },
75
+ {
76
+ classes: ["navds-modal__document-body"],
77
+ message: "Will be removed in next major v8. We recommend not using this class anymore.",
78
+ },
75
79
  ];
package/dist/index.css CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  :root, :host {
8
- --ax-version: "7.32.3";
8
+ --ax-version: "7.32.5";
9
9
  --a-breakpoint-xs: 0;
10
10
  --a-breakpoint-sm: 480px;
11
11
  --a-breakpoint-sm-down: 479px;
@@ -1220,7 +1220,7 @@ body,
1220
1220
  .navds-body-short--large {
1221
1221
  font-size: var(--a-font-size-xlarge);
1222
1222
  letter-spacing: -0.0013em;
1223
- line-height: var(--a-font-line-height-large);
1223
+ line-height: var(--a-font-line-height-xlarge);
1224
1224
  }
1225
1225
 
1226
1226
  .navds-body-short--large.navds-typo--spacing {
@@ -6223,6 +6223,8 @@ button.navds-internalheader__title:active,
6223
6223
  }
6224
6224
  }
6225
6225
 
6226
+ /* TODO: Remove in v8 */
6227
+
6226
6228
  .navds-modal__document-body {
6227
6229
  overflow: hidden;
6228
6230
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "7.32.3",
3
+ "version": "7.32.5",
4
4
  "author": "Aksel | Nav",
5
5
  "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "dev": "yarn watch:lint"
36
36
  },
37
37
  "devDependencies": {
38
- "@navikt/ds-css": "^7.32.3",
39
- "@navikt/ds-tokens": "^7.32.3",
38
+ "@navikt/ds-css": "^7.32.5",
39
+ "@navikt/ds-tokens": "^7.32.5",
40
40
  "concurrently": "9.0.1",
41
41
  "postcss-selector-parser": "^7.1.0",
42
42
  "postcss-value-parser": "^4.2.0",