@navikt/aksel-stylelint 7.27.0 → 7.28.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 +9 -5
- 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.
|
|
8
|
+
--ax-version: "7.28.0";
|
|
9
9
|
--a-breakpoint-xs: 0;
|
|
10
10
|
--a-breakpoint-sm: 480px;
|
|
11
11
|
--a-breakpoint-sm-down: 479px;
|
|
@@ -8152,7 +8152,7 @@ span.rdp-weeknumber {
|
|
|
8152
8152
|
}
|
|
8153
8153
|
|
|
8154
8154
|
.navds-stepper {
|
|
8155
|
-
--navds-stepper-circle-size:
|
|
8155
|
+
--navds-stepper-circle-size: 2rem;
|
|
8156
8156
|
--navds-stepper-border-width: 2px;
|
|
8157
8157
|
--navds-stepper-line-length: 1rem;
|
|
8158
8158
|
|
|
@@ -8220,7 +8220,8 @@ span.rdp-weeknumber {
|
|
|
8220
8220
|
text-decoration: none;
|
|
8221
8221
|
cursor: pointer;
|
|
8222
8222
|
padding: var(--navds-stepper-border-width);
|
|
8223
|
-
margin: calc(var(--navds-stepper-border-width) * -1) calc(var(--navds-stepper-border-width) * -1)
|
|
8223
|
+
margin: calc(var(--navds-stepper-border-width) * -1) calc(var(--navds-stepper-border-width) * -1)
|
|
8224
|
+
var(--navds-stepper-circle-size);
|
|
8224
8225
|
}
|
|
8225
8226
|
|
|
8226
8227
|
.navds-stepper__item:last-child .navds-stepper__step {
|
|
@@ -8294,6 +8295,7 @@ button.navds-stepper__step {
|
|
|
8294
8295
|
grid-column: circle;
|
|
8295
8296
|
display: inline-grid;
|
|
8296
8297
|
place-items: center;
|
|
8298
|
+
place-content: center;
|
|
8297
8299
|
flex-shrink: 0;
|
|
8298
8300
|
width: var(--navds-stepper-circle-size);
|
|
8299
8301
|
height: var(--navds-stepper-circle-size);
|
|
@@ -8305,7 +8307,9 @@ button.navds-stepper__step {
|
|
|
8305
8307
|
.navds-stepper__circle--success {
|
|
8306
8308
|
border: none;
|
|
8307
8309
|
background: none;
|
|
8308
|
-
font-size:
|
|
8310
|
+
font-size: calc(var(--navds-stepper-circle-size) * 0.75);
|
|
8311
|
+
width: var(--navds-stepper-circle-size);
|
|
8312
|
+
height: var(--navds-stepper-circle-size);
|
|
8309
8313
|
color: var(--a-text-on-action);
|
|
8310
8314
|
background-color: var(--ac-stepper-text, var(--a-surface-action));
|
|
8311
8315
|
}
|
|
@@ -8314,7 +8318,7 @@ button.navds-stepper__step {
|
|
|
8314
8318
|
min-width: fit-content;
|
|
8315
8319
|
line-height: 1.5;
|
|
8316
8320
|
grid-column: content;
|
|
8317
|
-
padding-top: 0.
|
|
8321
|
+
padding-top: 0.16rem;
|
|
8318
8322
|
}
|
|
8319
8323
|
|
|
8320
8324
|
/* Horizontal */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.28.0",
|
|
4
4
|
"author": "Aksel | Nav",
|
|
5
5
|
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
|
|
6
6
|
"repository": {
|
|
@@ -35,10 +35,10 @@
|
|
|
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.28.0",
|
|
39
|
+
"@navikt/ds-tokens": "^7.28.0",
|
|
40
40
|
"concurrently": "9.0.1",
|
|
41
|
-
"postcss-selector-parser": "^
|
|
41
|
+
"postcss-selector-parser": "^7.1.0",
|
|
42
42
|
"postcss-value-parser": "^4.2.0",
|
|
43
43
|
"stylelint": "^16.19.1",
|
|
44
44
|
"stylelint-test-rule-node": "^0.4.0",
|