@navikt/aksel-stylelint 7.32.1 → 7.32.2
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 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root, :host {
|
|
8
|
-
--ax-version: "7.32.
|
|
8
|
+
--ax-version: "7.32.2";
|
|
9
9
|
--a-breakpoint-xs: 0;
|
|
10
10
|
--a-breakpoint-sm: 480px;
|
|
11
11
|
--a-breakpoint-sm-down: 479px;
|
|
@@ -4742,6 +4742,7 @@ li.navds-file-item {
|
|
|
4742
4742
|
display: block;
|
|
4743
4743
|
color: var(--ac-textarea-text, var(--__ac-textarea-text, var(--a-text-default)));
|
|
4744
4744
|
scroll-margin-block-start: 4rem;
|
|
4745
|
+
white-space: break-spaces;
|
|
4745
4746
|
}
|
|
4746
4747
|
|
|
4747
4748
|
.navds-textarea__input::placeholder {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.32.
|
|
3
|
+
"version": "7.32.2",
|
|
4
4
|
"author": "Aksel | Nav",
|
|
5
5
|
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
|
|
6
6
|
"repository": {
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"dev": "yarn watch:lint"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@navikt/ds-css": "^7.32.
|
|
39
|
-
"@navikt/ds-tokens": "^7.32.
|
|
38
|
+
"@navikt/ds-css": "^7.32.2",
|
|
39
|
+
"@navikt/ds-tokens": "^7.32.2",
|
|
40
40
|
"concurrently": "9.0.1",
|
|
41
41
|
"postcss-selector-parser": "^7.1.0",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|
|
43
43
|
"stylelint": "^16.24.0",
|
|
44
44
|
"stylelint-test-rule-node": "^0.4.0",
|
|
45
45
|
"tsx": "^4.20.6",
|
|
46
|
-
"typescript": "5.
|
|
46
|
+
"typescript": "5.9.3"
|
|
47
47
|
}
|
|
48
48
|
}
|