@utrecht/component-library-css 1.0.0-alpha.179 → 1.0.0-alpha.181
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 +1 -1
- package/dist/index.css +2 -2
- package/dist/root-theme.css +1 -1
- package/package.json +4 -4
package/dist/bem.css
CHANGED
|
@@ -1452,7 +1452,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1452
1452
|
.utrecht-menulijst {
|
|
1453
1453
|
border-bottom: var(--utrecht-border-width-md) solid var(--utrecht-color-grey-90);
|
|
1454
1454
|
border-top: var(--utrecht-border-width-md) solid var(--utrecht-color-grey-90);
|
|
1455
|
-
font-family: var(--document-font-family);
|
|
1455
|
+
font-family: var(--utrecht-document-font-family);
|
|
1456
1456
|
padding-block-end: var(--utrecht-space-block-sm);
|
|
1457
1457
|
padding-block-start: var(--utrecht-space-block-sm);
|
|
1458
1458
|
padding-inline-start: 0;
|
package/dist/index.css
CHANGED
|
@@ -1492,7 +1492,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1492
1492
|
.utrecht-menulijst {
|
|
1493
1493
|
border-bottom: var(--utrecht-border-width-md) solid var(--utrecht-color-grey-90);
|
|
1494
1494
|
border-top: var(--utrecht-border-width-md) solid var(--utrecht-color-grey-90);
|
|
1495
|
-
font-family: var(--document-font-family);
|
|
1495
|
+
font-family: var(--utrecht-document-font-family);
|
|
1496
1496
|
padding-block-end: var(--utrecht-space-block-sm);
|
|
1497
1497
|
padding-block-start: var(--utrecht-space-block-sm);
|
|
1498
1498
|
padding-inline-start: 0;
|
|
@@ -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 Sat, 26 Feb 2022 13:52:04 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 Sat, 26 Feb 2022 13:52:04 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.181",
|
|
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,15 +16,15 @@
|
|
|
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.174",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
|
-
"sass": "1.49.
|
|
22
|
+
"sass": "1.49.9"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"prebuild": "npm run clean",
|
|
26
26
|
"build": "sass src/:dist/ --load-path=../../node_modules/ --no-source-map",
|
|
27
27
|
"clean": "rimraf dist/"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "ac6f71341451816d5bb0395b287b8a8f79127eef"
|
|
30
30
|
}
|