@navikt/aksel-stylelint 7.3.1 → 7.4.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 +6 -2
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root, :host {
|
|
8
|
-
--a-version: "7.
|
|
8
|
+
--a-version: "7.4.1";
|
|
9
9
|
--a-spacing-1-alt: 0.375rem;
|
|
10
10
|
--a-spacing-05: 0.125rem;
|
|
11
11
|
--a-spacing-32: 8rem;
|
|
@@ -5285,7 +5285,6 @@ body,
|
|
|
5285
5285
|
padding-inline: var(--__ac-combobox-list-item-padding-inline);
|
|
5286
5286
|
width: 100%;
|
|
5287
5287
|
background-color: var(--ac-combobox-list-item-bg, var(--a-surface-default));
|
|
5288
|
-
scroll-margin-top: 50px;
|
|
5289
5288
|
}
|
|
5290
5289
|
|
|
5291
5290
|
.navds-combobox__list-item--loading {
|
|
@@ -5366,6 +5365,11 @@ body,
|
|
|
5366
5365
|
border-radius: calc(var(--a-border-radius-medium) - 1px);
|
|
5367
5366
|
}
|
|
5368
5367
|
|
|
5368
|
+
.navds-combobox__list-item mark {
|
|
5369
|
+
background-color: transparent;
|
|
5370
|
+
font-weight: bold;
|
|
5371
|
+
}
|
|
5372
|
+
|
|
5369
5373
|
/* Mobile */
|
|
5370
5374
|
|
|
5371
5375
|
@media (max-width: 479px) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.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.
|
|
39
|
-
"@navikt/ds-tokens": "^7.
|
|
38
|
+
"@navikt/ds-css": "^7.4.1",
|
|
39
|
+
"@navikt/ds-tokens": "^7.4.1",
|
|
40
40
|
"concurrently": "9.0.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|