@navikt/aksel-stylelint 6.1.0 → 6.2.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.
- package/dist/index.css +2 -3
- package/dist/tokens.json +0 -1
- package/package.json +3 -4
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
|
|
4
|
+
* Generated on Thu, 14 Mar 2024 15:17:13 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -4397,7 +4397,6 @@ button.navds-internalheader__title:active,
|
|
|
4397
4397
|
}
|
|
4398
4398
|
.navds-link:hover {
|
|
4399
4399
|
text-decoration: none;
|
|
4400
|
-
color: var(--ac-link-hover-text, var(--a-text-action-hover));
|
|
4401
4400
|
}
|
|
4402
4401
|
.navds-link.navds-link--remove-underline {
|
|
4403
4402
|
text-decoration: none;
|
|
@@ -4673,7 +4672,7 @@ button.navds-internalheader__title:active,
|
|
|
4673
4672
|
}
|
|
4674
4673
|
@keyframes akselModalFadeIn {
|
|
4675
4674
|
from {
|
|
4676
|
-
opacity: 0;
|
|
4675
|
+
opacity: 0.0001; /* Safari will not set focus inside the modal when it opens if we set this to 0 */
|
|
4677
4676
|
transform: translate3d(0, calc(5% + 4px), 0);
|
|
4678
4677
|
}
|
|
4679
4678
|
|
package/dist/tokens.json
CHANGED
|
@@ -174,7 +174,6 @@
|
|
|
174
174
|
},
|
|
175
175
|
"link": {
|
|
176
176
|
"--ac-link-text": "--a-text-action",
|
|
177
|
-
"--ac-link-hover-text": "--a-text-action-hover",
|
|
178
177
|
"--ac-link-focus-text": "--a-text-on-action",
|
|
179
178
|
"--ac-link-focus-bg": "--a-border-focus",
|
|
180
179
|
"--ac-link-focus-border": "--a-border-focus",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"author": "Aksel | NAV",
|
|
5
5
|
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
|
|
6
6
|
"repository": {
|
|
@@ -35,10 +35,9 @@
|
|
|
35
35
|
"dev": "yarn watch:lint"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@navikt/ds-css": "^6.
|
|
39
|
-
"@navikt/ds-tokens": "^6.
|
|
38
|
+
"@navikt/ds-css": "^6.2.0",
|
|
39
|
+
"@navikt/ds-tokens": "^6.2.0",
|
|
40
40
|
"concurrently": "7.2.1",
|
|
41
|
-
"copyfiles": "2.4.1",
|
|
42
41
|
"postcss-selector-parser": "^6.0.13",
|
|
43
42
|
"postcss-value-parser": "^4.2.0",
|
|
44
43
|
"stylelint": "^14.8.5",
|