@navikt/aksel-stylelint 7.0.0 → 7.1.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/deprecations.js +8 -0
- package/dist/index.css +3 -6
- package/package.json +3 -3
package/dist/deprecations.js
CHANGED
|
@@ -52,4 +52,12 @@ exports.deprecations = [
|
|
|
52
52
|
classes: ["navds-textarea__wrapper"],
|
|
53
53
|
message: "Removed in v6.0.0",
|
|
54
54
|
},
|
|
55
|
+
{
|
|
56
|
+
classes: [
|
|
57
|
+
"navds-pagination__prev-next-icon",
|
|
58
|
+
"navds-pagination__next-text",
|
|
59
|
+
"navds-pagination__prev-text",
|
|
60
|
+
],
|
|
61
|
+
message: "These classes had no effect and were removed in v7.1.0",
|
|
62
|
+
},
|
|
55
63
|
];
|
package/dist/index.css
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Do not edit directly
|
|
4
|
-
* Generated on Fri, 13 Sep 2024 12:04:59 GMT
|
|
3
|
+
* Do not edit directly, this file was auto-generated.
|
|
5
4
|
*/
|
|
6
5
|
:root, :host {
|
|
7
|
-
--a-version: "7.
|
|
6
|
+
--a-version: "7.1.0";
|
|
8
7
|
--a-spacing-1-alt: 0.375rem;
|
|
9
8
|
--a-spacing-05: 0.125rem;
|
|
10
9
|
--a-spacing-32: 8rem;
|
|
@@ -1143,9 +1142,6 @@ body,
|
|
|
1143
1142
|
.navds-accordion {
|
|
1144
1143
|
--__ac-accordion-header-shadow-color: var(--ac-accordion-header-border, var(--a-border-divider));
|
|
1145
1144
|
}
|
|
1146
|
-
.navds-accordion__item:focus-within {
|
|
1147
|
-
position: relative;
|
|
1148
|
-
}
|
|
1149
1145
|
/*************************
|
|
1150
1146
|
* Header *
|
|
1151
1147
|
*************************/
|
|
@@ -7227,6 +7223,7 @@ button.navds-stepper__step {
|
|
|
7227
7223
|
align-items: center;
|
|
7228
7224
|
height: var(--a-font-line-height-xlarge);
|
|
7229
7225
|
padding-block-end: 1px;
|
|
7226
|
+
font-size: 1.5rem;
|
|
7230
7227
|
}
|
|
7231
7228
|
.navds-list--small .navds-list__item-marker--icon {
|
|
7232
7229
|
height: var(--a-font-line-height-large);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.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.1.0",
|
|
39
|
+
"@navikt/ds-tokens": "^7.1.0",
|
|
40
40
|
"concurrently": "7.2.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|