@navikt/aksel-stylelint 7.1.1 → 7.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 -4
- package/package.json +3 -3
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.
|
|
6
|
+
--a-version: "7.2.0";
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
8
8
|
--a-spacing-05: 0.125rem;
|
|
9
9
|
--a-spacing-32: 8rem;
|
|
@@ -2150,7 +2150,6 @@ body,
|
|
|
2150
2150
|
@media (forced-colors: active) {
|
|
2151
2151
|
.navds-copybutton {
|
|
2152
2152
|
background-color: ButtonFace;
|
|
2153
|
-
border-color: ButtonText;
|
|
2154
2153
|
border: solid 1px ButtonText;
|
|
2155
2154
|
color: ButtonText;
|
|
2156
2155
|
}
|
|
@@ -4646,7 +4645,6 @@ body,
|
|
|
4646
4645
|
@media (forced-colors: active) {
|
|
4647
4646
|
.navds-internalheader {
|
|
4648
4647
|
background-color: ButtonFace;
|
|
4649
|
-
border-color: ButtonText;
|
|
4650
4648
|
border: solid 1px ButtonText;
|
|
4651
4649
|
color: ButtonText;
|
|
4652
4650
|
}
|
|
@@ -6360,7 +6358,6 @@ button.navds-internalheader__title:active,
|
|
|
6360
6358
|
@media (forced-colors: active) {
|
|
6361
6359
|
.navds-read-more__button {
|
|
6362
6360
|
background-color: ButtonFace;
|
|
6363
|
-
border-color: ButtonText;
|
|
6364
6361
|
border: solid 1px ButtonText;
|
|
6365
6362
|
color: ButtonText;
|
|
6366
6363
|
}
|
|
@@ -7214,6 +7211,7 @@ button.navds-stepper__step {
|
|
|
7214
7211
|
margin-block: var(--a-spacing-2) 0;
|
|
7215
7212
|
}
|
|
7216
7213
|
.navds-list ol {
|
|
7214
|
+
list-style: decimal; /* This is the default value, but some frameworks have `ol,ul { list-style:none }` */
|
|
7217
7215
|
padding-left: 1.7rem;
|
|
7218
7216
|
}
|
|
7219
7217
|
.navds-list ol > .navds-list__item {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.2.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.
|
|
39
|
-
"@navikt/ds-tokens": "^7.
|
|
38
|
+
"@navikt/ds-css": "^7.2.0",
|
|
39
|
+
"@navikt/ds-tokens": "^7.2.0",
|
|
40
40
|
"concurrently": "7.2.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|