@navikt/aksel-stylelint 7.26.0 → 7.27.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.
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.26.0";
8
+ --ax-version: "7.27.0";
9
9
  --a-breakpoint-xs: 0;
10
10
  --a-breakpoint-sm: 480px;
11
11
  --a-breakpoint-sm-down: 479px;
@@ -5245,7 +5245,7 @@ li.navds-file-item {
5245
5245
  }
5246
5246
  }
5247
5247
 
5248
- @supports not selector(:has) {
5248
+ @supports not selector(:has(*)) {
5249
5249
  .navds-combobox--focused .navds-combobox__wrapper-inner {
5250
5250
  box-shadow: var(--a-shadow-focus);
5251
5251
  outline: 3px solid transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "7.26.0",
3
+ "version": "7.27.0",
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.26.0",
39
- "@navikt/ds-tokens": "^7.26.0",
38
+ "@navikt/ds-css": "^7.27.0",
39
+ "@navikt/ds-tokens": "^7.27.0",
40
40
  "concurrently": "9.0.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",