@navikt/aksel-stylelint 7.33.1 → 7.33.3

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 +1 -4
  2. package/package.json +4 -4
package/dist/index.css CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  :root, :host {
8
- --ax-version: "7.33.1";
8
+ --ax-version: "7.33.3";
9
9
  --a-breakpoint-xs: 0;
10
10
  --a-breakpoint-sm: 480px;
11
11
  --a-breakpoint-sm-down: 479px;
@@ -5972,8 +5972,6 @@ button.navds-internalheader__title:active,
5972
5972
  transform: translateX(4px);
5973
5973
  }
5974
5974
 
5975
- /* stylelint-disable declaration-block-no-redundant-longhand-properties */
5976
-
5977
5975
  .navds-link-card {
5978
5976
  --__ac-link-card-padding-block: var(--a-spacing-4);
5979
5977
  --__ac-link-card-padding-inline: var(--a-spacing-5);
@@ -9510,7 +9508,6 @@ button.navds-stepper__step {
9510
9508
  /* Page.Block */
9511
9509
 
9512
9510
  .navds-pageblock {
9513
- /* stylelint-disable-next-line length-zero-no-unit */
9514
9511
  --__ac-page-padding-inline: 0px;
9515
9512
 
9516
9513
  margin-inline: auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "7.33.1",
3
+ "version": "7.33.3",
4
4
  "author": "Aksel | Nav",
5
5
  "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
6
6
  "repository": {
@@ -38,9 +38,9 @@
38
38
  "dev": "yarn watch:lint"
39
39
  },
40
40
  "devDependencies": {
41
- "@navikt/ds-css": "^7.33.1",
42
- "@navikt/ds-tokens": "^7.33.1",
43
- "concurrently": "9.0.1",
41
+ "@navikt/ds-css": "^7.33.3",
42
+ "@navikt/ds-tokens": "^7.33.3",
43
+ "concurrently": "9.2.1",
44
44
  "postcss-selector-parser": "^7.1.0",
45
45
  "postcss-value-parser": "^4.2.0",
46
46
  "stylelint": "^16.24.0",