@navikt/aksel-stylelint 7.9.0 → 7.9.1

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  :root, :host {
8
- --ax-version: "7.9.0";
8
+ --ax-version: "7.9.1";
9
9
  --a-spacing-1-alt: 0.375rem;
10
10
  --a-spacing-05: 0.125rem;
11
11
  --a-spacing-32: 8rem;
@@ -5800,7 +5800,7 @@ button.navds-internalheader__title:active,
5800
5800
  text-decoration: underline;
5801
5801
  }
5802
5802
 
5803
- .navds-alert:not(.navds-alert--inline) .navds-link,
5803
+ .navds-alert:not(.navds-alert--inline) .navds-link:not(:active, :focus-visible),
5804
5804
  .navds-confirmation-panel .navds-link {
5805
5805
  color: var(--a-text-default);
5806
5806
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "7.9.0",
3
+ "version": "7.9.1",
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.9.0",
39
- "@navikt/ds-tokens": "^7.9.0",
38
+ "@navikt/ds-css": "^7.9.1",
39
+ "@navikt/ds-tokens": "^7.9.1",
40
40
  "concurrently": "9.0.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",