@utrecht/component-library-css 1.0.0-alpha.205 → 1.0.0-alpha.206
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 -2
- package/dist/root-theme.css +2 -2
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -5281,9 +5281,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5281
5281
|
/* Collection of CSS variables for Utrecht theme applied to `:root` */
|
|
5282
5282
|
/**
|
|
5283
5283
|
* Do not edit directly
|
|
5284
|
-
* Generated on
|
|
5284
|
+
* Generated on Fri, 13 May 2022 13:48:11 GMT
|
|
5285
5285
|
*/
|
|
5286
|
-
|
|
5286
|
+
.utrecht-theme {
|
|
5287
5287
|
--denhaag-process-steps-sub-step-heading-font-weight: utrecht.typography.weight-scale.normal.font-weight;
|
|
5288
5288
|
--denhaag-process-steps-sub-step-heading-font-family: ;
|
|
5289
5289
|
--denhaag-process-steps-sub-step-marker-size: 8px;
|
package/dist/root-theme.css
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
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 Fri, 13 May 2022 13:48:11 GMT
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
.utrecht-theme {
|
|
11
11
|
--denhaag-process-steps-sub-step-heading-font-weight: utrecht.typography.weight-scale.normal.font-weight;
|
|
12
12
|
--denhaag-process-steps-sub-step-heading-font-family: ;
|
|
13
13
|
--denhaag-process-steps-sub-step-marker-size: 8px;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.206",
|
|
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.199",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
22
|
"sass": "1.50.1"
|
|
@@ -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": "b09d3a345faa79da722d71e8675ea290285c6575"
|
|
30
30
|
}
|