@navikt/aksel-stylelint 5.0.2 → 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 +5 -5
- 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;
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
--a-icon-on-action: var(--a-white);
|
|
180
180
|
--a-icon-on-inverted: var(--a-white);
|
|
181
181
|
--a-icon-on-neutral: var(--a-white);
|
|
182
|
-
--a-icon-alt-3: var(--a-deepblue-
|
|
182
|
+
--a-icon-alt-3: var(--a-deepblue-500);
|
|
183
183
|
--a-icon-alt-2: var(--a-limegreen-700);
|
|
184
184
|
--a-icon-alt-1: var(--a-purple-500);
|
|
185
185
|
--a-icon-info: var(--a-lightblue-800);
|
|
@@ -2617,11 +2617,11 @@ body,
|
|
|
2617
2617
|
}
|
|
2618
2618
|
.navds-checkbox--small .navds-checkbox__input:checked + .navds-checkbox__label > .navds-checkbox__icon {
|
|
2619
2619
|
transform: translate(0.25rem, -10%);
|
|
2620
|
-
height: 1.25rem;
|
|
2621
2620
|
}
|
|
2622
2621
|
/* Tailwind sets all svg to block */
|
|
2623
2622
|
.navds-checkbox__icon > svg {
|
|
2624
2623
|
display: inline;
|
|
2624
|
+
vertical-align: initial;
|
|
2625
2625
|
}
|
|
2626
2626
|
.navds-checkbox--small > .navds-checkbox__input:checked + .navds-checkbox__label::before {
|
|
2627
2627
|
background-position: 0.25rem center;
|
|
@@ -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",
|