@navikt/aksel-stylelint 7.0.1 → 7.1.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.
@@ -52,4 +52,12 @@ exports.deprecations = [
52
52
  classes: ["navds-textarea__wrapper"],
53
53
  message: "Removed in v6.0.0",
54
54
  },
55
+ {
56
+ classes: [
57
+ "navds-pagination__prev-next-icon",
58
+ "navds-pagination__next-text",
59
+ "navds-pagination__prev-text",
60
+ ],
61
+ message: "These classes had no effect and were removed in v7.1.0",
62
+ },
55
63
  ];
package/dist/index.css CHANGED
@@ -3,7 +3,7 @@
3
3
  * Do not edit directly, this file was auto-generated.
4
4
  */
5
5
  :root, :host {
6
- --a-version: "7.0.1";
6
+ --a-version: "7.1.0";
7
7
  --a-spacing-1-alt: 0.375rem;
8
8
  --a-spacing-05: 0.125rem;
9
9
  --a-spacing-32: 8rem;
@@ -1142,9 +1142,6 @@ body,
1142
1142
  .navds-accordion {
1143
1143
  --__ac-accordion-header-shadow-color: var(--ac-accordion-header-border, var(--a-border-divider));
1144
1144
  }
1145
- .navds-accordion__item:focus-within {
1146
- position: relative;
1147
- }
1148
1145
  /*************************
1149
1146
  * Header *
1150
1147
  *************************/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "7.0.1",
3
+ "version": "7.1.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.0.1",
39
- "@navikt/ds-tokens": "^7.0.1",
38
+ "@navikt/ds-css": "^7.1.0",
39
+ "@navikt/ds-tokens": "^7.1.0",
40
40
  "concurrently": "7.2.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",