@utrecht/component-library-css 1.0.0-alpha.157 → 1.0.0-alpha.160
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
|
@@ -5293,7 +5293,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5293
5293
|
/* Collection of CSS variables for Utrecht theme applied to `:root` */
|
|
5294
5294
|
/**
|
|
5295
5295
|
* Do not edit directly
|
|
5296
|
-
* Generated on Wed,
|
|
5296
|
+
* Generated on Wed, 05 Jan 2022 11:51:02 GMT
|
|
5297
5297
|
*/
|
|
5298
5298
|
:root {
|
|
5299
5299
|
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
|
@@ -5344,7 +5344,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5344
5344
|
/* 12px */
|
|
5345
5345
|
--utrecht-typography-scale-2xs-font-size: 0.5rem;
|
|
5346
5346
|
/* 8px */
|
|
5347
|
-
--utrecht-typography-sans-serif-font-family: "
|
|
5347
|
+
--utrecht-typography-sans-serif-font-family: "Arial", sans-serif;
|
|
5348
5348
|
--utrecht-color-black: hsl(0 0% 0%);
|
|
5349
5349
|
--utrecht-color-white: hsl(0 0% 100%);
|
|
5350
5350
|
--utrecht-color-invalid: #990000;
|
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 Wed,
|
|
8
|
+
* Generated on Wed, 05 Jan 2022 11:51:02 GMT
|
|
9
9
|
*/
|
|
10
10
|
:root {
|
|
11
11
|
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
/* 12px */
|
|
57
57
|
--utrecht-typography-scale-2xs-font-size: 0.5rem;
|
|
58
58
|
/* 8px */
|
|
59
|
-
--utrecht-typography-sans-serif-font-family: "
|
|
59
|
+
--utrecht-typography-sans-serif-font-family: "Arial", sans-serif;
|
|
60
60
|
--utrecht-color-black: hsl(0 0% 0%);
|
|
61
61
|
--utrecht-color-white: hsl(0 0% 100%);
|
|
62
62
|
--utrecht-color-invalid: #990000;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.160",
|
|
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.153",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
22
|
"sass": "1.44.0"
|
|
@@ -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": "f2e2ca6404724ce39866f6e85528bc293c31a28c"
|
|
30
30
|
}
|