@utrecht/component-library-css 1.0.0-alpha.402 → 1.0.0-alpha.403
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 +4 -0
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -3934,6 +3934,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3934
3934
|
border: 2px solid var(--utrecht-sidenav-link-hover-color);
|
|
3935
3935
|
}
|
|
3936
3936
|
|
|
3937
|
+
.utrecht-sidenav--pseudo-elements {
|
|
3938
|
+
/* stylelint-disable selector-pseudo-class-parentheses-space-inside */
|
|
3939
|
+
/* stylelint-enable selector-pseudo-class-parentheses-space-inside */
|
|
3940
|
+
}
|
|
3937
3941
|
.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child::after {
|
|
3938
3942
|
display: none;
|
|
3939
3943
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.403",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"node-sass-package-importer": "5.3.2",
|
|
20
20
|
"rimraf": "3.0.2",
|
|
21
|
-
"sass": "1.
|
|
21
|
+
"sass": "1.57.1"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"prebuild": "npm run clean",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"clean": "rimraf dist/"
|
|
27
27
|
},
|
|
28
28
|
"main": "dist/index.css",
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "ae72ef85849132937e27221cd36f72059e960937"
|
|
30
30
|
}
|