@navikt/aksel-stylelint 5.9.2 → 5.10.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 +42 -1
- 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 Fri, 10 Nov 2023 09:42:30 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -1199,6 +1199,47 @@ body,
|
|
|
1199
1199
|
--__ac-bleed-padding-block: var(--__ac-bleed-padding-block-xl);
|
|
1200
1200
|
}
|
|
1201
1201
|
}
|
|
1202
|
+
.navds-page {
|
|
1203
|
+
display: flex;
|
|
1204
|
+
flex-direction: column;
|
|
1205
|
+
min-height: 100vh;
|
|
1206
|
+
min-height: 100lvh;
|
|
1207
|
+
|
|
1208
|
+
/* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */
|
|
1209
|
+
background-color: var(--__ac-page-background);
|
|
1210
|
+
}
|
|
1211
|
+
/* Page.Block */
|
|
1212
|
+
.navds-pageblock {
|
|
1213
|
+
margin-inline: auto;
|
|
1214
|
+
width: 100%;
|
|
1215
|
+
}
|
|
1216
|
+
.navds-page__content--grow {
|
|
1217
|
+
flex-grow: 1;
|
|
1218
|
+
}
|
|
1219
|
+
.navds-page__content--fullheight {
|
|
1220
|
+
min-height: 100vh;
|
|
1221
|
+
min-height: 100lvh;
|
|
1222
|
+
}
|
|
1223
|
+
.navds-page__content--padding {
|
|
1224
|
+
padding-block-end: var(--a-spacing-8);
|
|
1225
|
+
}
|
|
1226
|
+
.navds-pageblock--lg {
|
|
1227
|
+
max-width: 1024px;
|
|
1228
|
+
}
|
|
1229
|
+
.navds-pageblock--xl {
|
|
1230
|
+
max-width: 1280px;
|
|
1231
|
+
}
|
|
1232
|
+
.navds-pageblock--2xl {
|
|
1233
|
+
max-width: 1440px;
|
|
1234
|
+
}
|
|
1235
|
+
.navds-pageblock--gutters {
|
|
1236
|
+
padding-inline: var(--a-spacing-4);
|
|
1237
|
+
}
|
|
1238
|
+
@media (min-width: 1024px) {
|
|
1239
|
+
.navds-pageblock--gutters {
|
|
1240
|
+
padding-inline: var(--a-spacing-12);
|
|
1241
|
+
}
|
|
1242
|
+
}
|
|
1202
1243
|
.navds-hgrid {
|
|
1203
1244
|
--__ac-hgrid-columns-xs: initial;
|
|
1204
1245
|
--__ac-hgrid-columns-sm: initial;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.10.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": "^5.
|
|
39
|
-
"@navikt/ds-tokens": "^5.
|
|
38
|
+
"@navikt/ds-css": "^5.10.1",
|
|
39
|
+
"@navikt/ds-tokens": "^5.10.1",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|