@navikt/aksel-stylelint 8.7.0 → 8.8.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.
@@ -10,4 +10,8 @@ export const deprecations = [
10
10
  message: "Removed in vX.X.X, see documentation [link] for more information.",
11
11
  deprecatePrefix: true,
12
12
  },
13
+ {
14
+ classes: ["aksel-read-more__content--closed", "aksel-read-more--open"],
15
+ message: "Removed in version ^8.8. Use data-state='open' or 'closed' instead.",
16
+ },
13
17
  ];
@@ -319,7 +319,7 @@
319
319
 
320
320
  :root, :host, .light {
321
321
  --ax-shadow-dialog: 0px 4px 6px 0px rgba(0, 0, 0, .15), 0px 1px 3px -1px rgba(0, 0, 0, .15), 0px 1px 1px 0px rgba(0, 0, 0, .06);
322
- --ax-opacity-disabled: .3;
322
+ --ax-opacity-disabled: .45;
323
323
  --ax-text-logo: #c30000;
324
324
  --ax-bg-default: #fff;
325
325
  --ax-bg-input: rgba(255, 255, 255, .85);
@@ -331,7 +331,7 @@
331
331
 
332
332
  .dark, .dark-theme {
333
333
  --ax-shadow-dialog: 0px 0px 1px 0px rgba(7, 9, 13, 0), 0px 2px 5px 0px rgba(7, 9, 13, .35), 0px 5px 12px 0px rgba(7, 9, 13, .5);
334
- --ax-opacity-disabled: .4;
334
+ --ax-opacity-disabled: .45;
335
335
  --ax-bg-default: #0e151f;
336
336
  --ax-bg-input: rgba(7, 9, 13, .5);
337
337
  --ax-bg-sunken: #07090d;
@@ -554,7 +554,7 @@
554
554
  }
555
555
 
556
556
  :root, :host {
557
- --ax-version: "8.7.0";
557
+ --ax-version: "8.8.0";
558
558
  --ax-space-0: 0rem;
559
559
  --ax-space-1: .0625rem;
560
560
  --ax-space-2: .125rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "8.7.0",
3
+ "version": "8.8.0",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=18.12.0"
@@ -42,8 +42,8 @@
42
42
  "dev": "yarn watch:lint"
43
43
  },
44
44
  "devDependencies": {
45
- "@navikt/ds-css": "^8.7.0",
46
- "@navikt/ds-tokens": "^8.7.0",
45
+ "@navikt/ds-css": "^8.8.0",
46
+ "@navikt/ds-tokens": "^8.8.0",
47
47
  "concurrently": "9.2.1",
48
48
  "postcss-selector-parser": "^7.1.0",
49
49
  "postcss-value-parser": "^4.2.0",