@navikt/aksel-stylelint 5.0.1 → 5.0.3
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/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 Tue, 22 Aug 2023 13:13:29 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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
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.0.3",
|
|
39
|
+
"@navikt/ds-tokens": "^5.0.3",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|