@navikt/aksel-stylelint 4.1.0 → 4.1.2
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 +2 -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 Thu, 08 Jun 2023
|
|
4
|
+
* Generated on Thu, 08 Jun 2023 14:10:44 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-05: 0.125rem;
|
|
@@ -4588,6 +4588,7 @@ button.navds-internalheader__title:active,
|
|
|
4588
4588
|
background-color: var(--ac-skeleton-bg, var(--a-surface-neutral-moderate));
|
|
4589
4589
|
height: 1.3em;
|
|
4590
4590
|
animation: akselSkeletonAnimation 0.8s linear infinite alternate;
|
|
4591
|
+
pointer-events: none;
|
|
4591
4592
|
}
|
|
4592
4593
|
.navds-skeleton--has-children {
|
|
4593
4594
|
color: transparent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@navikt/aksel-stylelint",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
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.1.
|
|
39
|
-
"@navikt/ds-tokens": "^4.1.
|
|
38
|
+
"@navikt/ds-css": "^4.1.2",
|
|
39
|
+
"@navikt/ds-tokens": "^4.1.2",
|
|
40
40
|
"@types/jest": "^29.0.0",
|
|
41
41
|
"concurrently": "7.2.1",
|
|
42
42
|
"copyfiles": "2.4.1",
|