@navikt/aksel-stylelint 7.17.4 → 7.19.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 -7
  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.17.4";
8
+ --ax-version: "7.19.0";
9
9
  --a-spacing-1-alt: 0.375rem;
10
10
  --a-spacing-05: 0.125rem;
11
11
  --a-spacing-32: 8rem;
@@ -5115,11 +5115,6 @@ li.navds-file-item {
5115
5115
  flex: 2;
5116
5116
  }
5117
5117
 
5118
- .navds-combobox__wrapper-inner > :last-child {
5119
- display: flex;
5120
- flex-flow: row nowrap;
5121
- }
5122
-
5123
5118
  .navds-combobox__wrapper-inner:hover {
5124
5119
  cursor: text;
5125
5120
  }
@@ -8298,7 +8293,7 @@ button.navds-stepper__step {
8298
8293
  display: table-row;
8299
8294
  }
8300
8295
 
8301
- .navds-table__body .navds-table__row--shade-on-hover:not(.navds-table__expandable-row--expansion-disabled):hover {
8296
+ .navds-table__body .navds-table__row--shade-on-hover:hover {
8302
8297
  background-color: var(--ac-table-row-hover, var(--a-bg-subtle));
8303
8298
  }
8304
8299
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "7.17.4",
3
+ "version": "7.19.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.17.4",
39
- "@navikt/ds-tokens": "^7.17.4",
38
+ "@navikt/ds-css": "^7.19.0",
39
+ "@navikt/ds-tokens": "^7.19.0",
40
40
  "concurrently": "9.0.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",