@navikt/aksel-stylelint 7.1.2 → 7.2.1
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.1
|
|
6
|
+
--a-version: "7.2.1";
|
|
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
|
}
|
|
@@ -4301,6 +4300,7 @@ body,
|
|
|
4301
4300
|
border-radius: var(--a-border-radius-medium);
|
|
4302
4301
|
background-color: var(--ac-combobox-list-bg, var(--a-surface-default));
|
|
4303
4302
|
color: var(--ac-combobox-list-text, var(--a-text-default));
|
|
4303
|
+
overscroll-behavior: contain;
|
|
4304
4304
|
}
|
|
4305
4305
|
.navds-combobox__list--closed {
|
|
4306
4306
|
display: none;
|
|
@@ -4646,7 +4646,6 @@ body,
|
|
|
4646
4646
|
@media (forced-colors: active) {
|
|
4647
4647
|
.navds-internalheader {
|
|
4648
4648
|
background-color: ButtonFace;
|
|
4649
|
-
border-color: ButtonText;
|
|
4650
4649
|
border: solid 1px ButtonText;
|
|
4651
4650
|
color: ButtonText;
|
|
4652
4651
|
}
|
|
@@ -6360,7 +6359,6 @@ button.navds-internalheader__title:active,
|
|
|
6360
6359
|
@media (forced-colors: active) {
|
|
6361
6360
|
.navds-read-more__button {
|
|
6362
6361
|
background-color: ButtonFace;
|
|
6363
|
-
border-color: ButtonText;
|
|
6364
6362
|
border: solid 1px ButtonText;
|
|
6365
6363
|
color: ButtonText;
|
|
6366
6364
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.1
|
|
3
|
+
"version": "7.2.1",
|
|
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.1
|
|
39
|
-
"@navikt/ds-tokens": "^7.1
|
|
38
|
+
"@navikt/ds-css": "^7.2.1",
|
|
39
|
+
"@navikt/ds-tokens": "^7.2.1",
|
|
40
40
|
"concurrently": "7.2.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|