@utrecht/component-library-css 1.0.0-alpha.178 → 1.0.0-alpha.179
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/bem.css +2 -2
- package/dist/index.css +3 -3
- package/dist/root-theme.css +1 -1
- package/package.json +3 -3
package/dist/bem.css
CHANGED
|
@@ -1599,7 +1599,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1599
1599
|
margin-block-start: 0;
|
|
1600
1600
|
padding-block-end: 0;
|
|
1601
1601
|
padding-block-start: 0;
|
|
1602
|
-
width:
|
|
1602
|
+
width: 19rem;
|
|
1603
1603
|
}
|
|
1604
1604
|
|
|
1605
1605
|
.utrecht-sidenav__list {
|
|
@@ -1635,7 +1635,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1635
1635
|
/* .utrecht-sidenav__item--parent span */
|
|
1636
1636
|
border-block-end: 1px solid var(--utrecht-color-grey-80);
|
|
1637
1637
|
display: block;
|
|
1638
|
-
margin-inline-start: var(--utrecht-space-inline-
|
|
1638
|
+
margin-inline-start: var(--utrecht-space-inline-lg);
|
|
1639
1639
|
}
|
|
1640
1640
|
|
|
1641
1641
|
.utrecht-sidenav__link {
|
package/dist/index.css
CHANGED
|
@@ -1639,7 +1639,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1639
1639
|
margin-block-start: 0;
|
|
1640
1640
|
padding-block-end: 0;
|
|
1641
1641
|
padding-block-start: 0;
|
|
1642
|
-
width:
|
|
1642
|
+
width: 19rem;
|
|
1643
1643
|
}
|
|
1644
1644
|
|
|
1645
1645
|
.utrecht-sidenav__list {
|
|
@@ -1675,7 +1675,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1675
1675
|
/* .utrecht-sidenav__item--parent span */
|
|
1676
1676
|
border-block-end: 1px solid var(--utrecht-color-grey-80);
|
|
1677
1677
|
display: block;
|
|
1678
|
-
margin-inline-start: var(--utrecht-space-inline-
|
|
1678
|
+
margin-inline-start: var(--utrecht-space-inline-lg);
|
|
1679
1679
|
}
|
|
1680
1680
|
|
|
1681
1681
|
.utrecht-sidenav__link {
|
|
@@ -5264,7 +5264,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5264
5264
|
/* Collection of CSS variables for Utrecht theme applied to `:root` */
|
|
5265
5265
|
/**
|
|
5266
5266
|
* Do not edit directly
|
|
5267
|
-
* Generated on
|
|
5267
|
+
* Generated on Thu, 17 Feb 2022 10:41:24 GMT
|
|
5268
5268
|
*/
|
|
5269
5269
|
:root {
|
|
5270
5270
|
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
package/dist/root-theme.css
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
/* Collection of CSS variables for Utrecht theme applied to `:root` */
|
|
6
6
|
/**
|
|
7
7
|
* Do not edit directly
|
|
8
|
-
* Generated on
|
|
8
|
+
* Generated on Thu, 17 Feb 2022 10:41:24 GMT
|
|
9
9
|
*/
|
|
10
10
|
:root {
|
|
11
11
|
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.179",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "git@github.com:nl-design-system/utrecht.git"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@utrecht/design-tokens": "1.0.0-alpha.
|
|
19
|
+
"@utrecht/design-tokens": "1.0.0-alpha.172",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
22
|
"sass": "1.49.7"
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"build": "sass src/:dist/ --load-path=../../node_modules/ --no-source-map",
|
|
27
27
|
"clean": "rimraf dist/"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "076941100605f260b12071438ec7179d4bab1068"
|
|
30
30
|
}
|