@navikt/aksel-stylelint 5.10.2 → 5.10.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 +2 -14
- 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 Mon, 20 Nov 2023 08:12:57 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -3306,9 +3306,6 @@ body,
|
|
|
3306
3306
|
display: block;
|
|
3307
3307
|
color: var(--ac-textarea-text, var(--__ac-textarea-text, var(--a-text-default)));
|
|
3308
3308
|
}
|
|
3309
|
-
.navds-textarea--counter {
|
|
3310
|
-
padding-bottom: var(--a-spacing-8);
|
|
3311
|
-
}
|
|
3312
3309
|
.navds-textarea__input::placeholder {
|
|
3313
3310
|
color: var(--ac-textarea-placeholder, var(--__ac-textarea-placeholder, var(--a-text-subtle)));
|
|
3314
3311
|
}
|
|
@@ -3328,18 +3325,9 @@ body,
|
|
|
3328
3325
|
.navds-form-field--small .navds-textarea__input {
|
|
3329
3326
|
padding: var(--a-spacing-1-alt);
|
|
3330
3327
|
}
|
|
3331
|
-
.navds-form-field--small .navds-textarea--counter.navds-textarea__input {
|
|
3332
|
-
padding-bottom: var(--a-spacing-7);
|
|
3333
|
-
}
|
|
3334
3328
|
.navds-textarea__counter {
|
|
3335
|
-
|
|
3329
|
+
margin-top: var(--a-spacing-05);
|
|
3336
3330
|
color: var(--ac-textarea-counter-text, var(--__ac-textarea-counter-text, var(--a-text-subtle)));
|
|
3337
|
-
font-style: italic;
|
|
3338
|
-
position: absolute;
|
|
3339
|
-
text-align: left;
|
|
3340
|
-
left: 0.0625rem;
|
|
3341
|
-
bottom: 0.0625rem;
|
|
3342
|
-
padding: var(--a-spacing-1) var(--a-spacing-2);
|
|
3343
3331
|
}
|
|
3344
3332
|
.navds-textarea__counter--error {
|
|
3345
3333
|
color: var(--ac-textarea-counter-error-text, var(--__ac-textarea-counter-error-text, var(--a-text-danger)));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "5.10.
|
|
3
|
+
"version": "5.10.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": "^5.10.
|
|
39
|
-
"@navikt/ds-tokens": "^5.10.
|
|
38
|
+
"@navikt/ds-css": "^5.10.4",
|
|
39
|
+
"@navikt/ds-tokens": "^5.10.4",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|