@navikt/aksel-stylelint 4.8.0 → 4.9.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 +5 -2
- 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, 07 Aug 2023 12:01:38 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-05: 0.125rem;
|
|
@@ -5301,7 +5301,7 @@ button.navds-stepper__step {
|
|
|
5301
5301
|
.navds-table__row {
|
|
5302
5302
|
display: table-row;
|
|
5303
5303
|
}
|
|
5304
|
-
.navds-table__body .navds-table__row--shade-on-hover:hover {
|
|
5304
|
+
.navds-table__body .navds-table__row--shade-on-hover:not(.navds-table__expandable-row--expansion-disabled):hover {
|
|
5305
5305
|
background-color: var(--ac-table-row-hover, var(--a-bg-subtle));
|
|
5306
5306
|
}
|
|
5307
5307
|
.navds-table__row--selected {
|
|
@@ -5412,6 +5412,9 @@ button.navds-stepper__step {
|
|
|
5412
5412
|
.navds-table__expandable-row:not(.navds-table__expandable-row--open) .navds-table__data-cell {
|
|
5413
5413
|
transition: border-bottom-color 190ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
|
|
5414
5414
|
}
|
|
5415
|
+
.navds-table__expandable-row:not(.navds-table__expandable-row--expansion-disabled):hover {
|
|
5416
|
+
cursor: pointer;
|
|
5417
|
+
}
|
|
5415
5418
|
.navds-table__expandable-row--open .navds-table__data-cell {
|
|
5416
5419
|
border-bottom-color: transparent;
|
|
5417
5420
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.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": "^4.
|
|
39
|
-
"@navikt/ds-tokens": "^4.
|
|
38
|
+
"@navikt/ds-css": "^4.9.0",
|
|
39
|
+
"@navikt/ds-tokens": "^4.9.0",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|