@navikt/aksel-stylelint 6.3.3 → 6.3.4
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 +3 -3
- package/package.json +3 -3
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 Tue, 02 Apr 2024 06:46:56 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -6166,11 +6166,11 @@ button.navds-internalheader__title:active,
|
|
|
6166
6166
|
gap: var(--a-spacing-05);
|
|
6167
6167
|
color: var(--ac-read-more-text, var(--a-text-action));
|
|
6168
6168
|
border-radius: var(--a-border-radius-small);
|
|
6169
|
-
padding: var(--a-spacing-1) var(--a-spacing-
|
|
6169
|
+
padding: var(--a-spacing-1) var(--a-spacing-2) var(--a-spacing-1) var(--a-spacing-05);
|
|
6170
6170
|
text-align: start;
|
|
6171
6171
|
}
|
|
6172
6172
|
.navds-read-more--small .navds-read-more__button {
|
|
6173
|
-
padding: var(--a-spacing-05) var(--a-spacing-1) var(--a-spacing-05) var(--a-spacing-05);
|
|
6173
|
+
padding: var(--a-spacing-05) var(--a-spacing-1-alt) var(--a-spacing-05) var(--a-spacing-05);
|
|
6174
6174
|
}
|
|
6175
6175
|
@media (forced-colors: active) {
|
|
6176
6176
|
.navds-read-more__button {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.4",
|
|
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": "^6.3.
|
|
39
|
-
"@navikt/ds-tokens": "^6.3.
|
|
38
|
+
"@navikt/ds-css": "^6.3.4",
|
|
39
|
+
"@navikt/ds-tokens": "^6.3.4",
|
|
40
40
|
"concurrently": "7.2.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|