@navikt/aksel-stylelint 7.9.2 → 7.10.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/index.css +22 -4
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root, :host {
|
|
8
|
-
--ax-version: "7.
|
|
8
|
+
--ax-version: "7.10.0";
|
|
9
9
|
--a-spacing-1-alt: 0.375rem;
|
|
10
10
|
--a-spacing-05: 0.125rem;
|
|
11
11
|
--a-spacing-32: 8rem;
|
|
@@ -2119,7 +2119,7 @@ body,
|
|
|
2119
2119
|
|
|
2120
2120
|
/* Loader overrides */
|
|
2121
2121
|
|
|
2122
|
-
.navds-button .navds-loader {
|
|
2122
|
+
.navds-button > .navds-loader {
|
|
2123
2123
|
position: absolute;
|
|
2124
2124
|
}
|
|
2125
2125
|
|
|
@@ -8526,11 +8526,29 @@ button.navds-stepper__step {
|
|
|
8526
8526
|
}
|
|
8527
8527
|
|
|
8528
8528
|
.navds-table__expanded-row-content {
|
|
8529
|
-
|
|
8529
|
+
--__ac-table-expanded-row-pi: calc(var(--a-spacing-2) + 3rem);
|
|
8530
|
+
|
|
8531
|
+
padding-block: var(--a-spacing-4);
|
|
8530
8532
|
}
|
|
8531
8533
|
|
|
8532
8534
|
.navds-table--small .navds-table__expanded-row-content {
|
|
8533
|
-
padding: var(--a-spacing-2)
|
|
8535
|
+
padding-block: var(--a-spacing-2);
|
|
8536
|
+
}
|
|
8537
|
+
|
|
8538
|
+
.navds-table__expanded-row-content--gutter-both {
|
|
8539
|
+
padding-inline: var(--__ac-table-expanded-row-pi);
|
|
8540
|
+
}
|
|
8541
|
+
|
|
8542
|
+
.navds-table__expanded-row-content--gutter-left {
|
|
8543
|
+
padding-inline: var(--__ac-table-expanded-row-pi) var(--a-spacing-2);
|
|
8544
|
+
}
|
|
8545
|
+
|
|
8546
|
+
.navds-table__expanded-row-content--gutter-right {
|
|
8547
|
+
padding-inline: var(--a-spacing-2) var(--__ac-table-expanded-row-pi);
|
|
8548
|
+
}
|
|
8549
|
+
|
|
8550
|
+
.navds-table__expanded-row-content--gutter-none {
|
|
8551
|
+
padding-inline: var(--a-spacing-2);
|
|
8534
8552
|
}
|
|
8535
8553
|
|
|
8536
8554
|
@media (forced-colors: active) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.10.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.10.0",
|
|
39
|
+
"@navikt/ds-tokens": "^7.10.0",
|
|
40
40
|
"concurrently": "9.0.1",
|
|
41
41
|
"postcss-selector-parser": "^6.0.13",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|