@navikt/aksel-stylelint 4.10.0 → 4.10.2

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.
package/dist/index.css CHANGED
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Wed, 09 Aug 2023 13:37:19 GMT
4
+ * Generated on Wed, 09 Aug 2023 15:09:23 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-05: 0.125rem;
@@ -3709,11 +3709,11 @@ button.navds-internalheader__title:active,
3709
3709
  display: inline;
3710
3710
  }
3711
3711
  .navds-link.navds-link--inline-text > svg {
3712
+ /* stylelint-disable-next-line plugin/declaration-block-no-ignored-properties */
3712
3713
  margin: 0.1em 0.1em -0.1em;
3713
3714
  transform: translateY(0.05em);
3714
- }
3715
- .navds-link:visited {
3716
- color: var(--ac-link-visited-text, var(--a-text-visited));
3715
+ display: inline;
3716
+ vertical-align: baseline;
3717
3717
  }
3718
3718
  .navds-link:hover {
3719
3719
  text-decoration: none;
package/dist/tokens.json CHANGED
@@ -178,8 +178,7 @@
178
178
  "--ac-link-active-border": "--a-border-focus",
179
179
  "--ac-link-action-text": "--a-text-action",
180
180
  "--ac-link-neutral-text": "--a-text-default",
181
- "--ac-link-subtle-text": "--a-text-subtle",
182
- "--ac-link-visited-text": "--a-text-visited"
181
+ "--ac-link-subtle-text": "--a-text-subtle"
183
182
  },
184
183
  "list": {
185
184
  "--ac-list-marker-ul-color": "--ac-list-marker-color",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "4.10.0",
3
+ "version": "4.10.2",
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": "^4.10.0",
39
- "@navikt/ds-tokens": "^4.10.0",
38
+ "@navikt/ds-css": "^4.10.2",
39
+ "@navikt/ds-tokens": "^4.10.2",
40
40
  "@types/jest": "^29.0.0",
41
41
  "concurrently": "7.2.1",
42
42
  "copyfiles": "2.4.1",