@navikt/aksel-stylelint 5.0.3 → 5.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/index.css +3 -3
- package/dist/tokens.json +0 -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 Thu, 24 Aug 2023 12:16:12 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-05: 0.125rem;
|
|
@@ -3963,7 +3963,7 @@ button.navds-internalheader__title:active,
|
|
|
3963
3963
|
}
|
|
3964
3964
|
.navds-modal {
|
|
3965
3965
|
background-color: var(--ac-modal-bg, var(--a-surface-default));
|
|
3966
|
-
border:
|
|
3966
|
+
border: none;
|
|
3967
3967
|
border-radius: var(--a-border-radius-large);
|
|
3968
3968
|
box-shadow: var(--a-shadow-xlarge);
|
|
3969
3969
|
padding: 0;
|
|
@@ -5608,7 +5608,7 @@ button.navds-stepper__step {
|
|
|
5608
5608
|
.navds-table__header-cell[aria-sort="ascending"] .navds-table__sort-button,
|
|
5609
5609
|
.navds-table__header-cell[aria-sort="descending"] .navds-table__sort-button {
|
|
5610
5610
|
background-color: var(--ac-table-sort-button-sorted-bg, var(--a-surface-selected));
|
|
5611
|
-
color: var(--a-table-sort-button-sorted-text, var(--a-text-action-on-action-subtle));
|
|
5611
|
+
color: var(--ac-table-sort-button-sorted-text, var(--a-table-sort-button-sorted-text, var(--a-text-action-on-action-subtle)));
|
|
5612
5612
|
}
|
|
5613
5613
|
.navds-table__header-cell--align-right .navds-table__sort-button {
|
|
5614
5614
|
justify-content: flex-end;
|
package/dist/tokens.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "5.0
|
|
3
|
+
"version": "5.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": "^5.0
|
|
39
|
-
"@navikt/ds-tokens": "^5.0
|
|
38
|
+
"@navikt/ds-css": "^5.1.0",
|
|
39
|
+
"@navikt/ds-tokens": "^5.1.0",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|