@utrecht/component-library-css 1.0.0-alpha.136 → 1.0.0-alpha.137
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 +3 -3
- package/dist/root-theme.css +3 -3
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -5285,7 +5285,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5285
5285
|
/* Collection of CSS variables for Utrecht theme applied to `:root` */
|
|
5286
5286
|
/**
|
|
5287
5287
|
* Do not edit directly
|
|
5288
|
-
* Generated on Thu, 02 Dec 2021 15:
|
|
5288
|
+
* Generated on Thu, 02 Dec 2021 15:50:21 GMT
|
|
5289
5289
|
*/
|
|
5290
5290
|
:root {
|
|
5291
5291
|
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
|
@@ -5369,7 +5369,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5369
5369
|
/* experimenteel / beperkt gebruiken */
|
|
5370
5370
|
--utrecht-color-grey-15: hsl(0 0% 15%);
|
|
5371
5371
|
/* experimenteel / beperkt gebruiken */
|
|
5372
|
-
--utrecht-color-grey-10: hsl(0 0%
|
|
5372
|
+
--utrecht-color-grey-10: hsl(0 0% 10%);
|
|
5373
5373
|
/* experimenteel / beperkt gebruiken */
|
|
5374
5374
|
--utrecht-color-blue-90: hsl(211 60% 90%);
|
|
5375
5375
|
/* ijsblauw variant achtergrond, spotlight en uitgelicht */
|
|
@@ -5794,7 +5794,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5794
5794
|
--utrecht-emphasis-strong-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
5795
5795
|
--utrecht-document-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
5796
5796
|
--utrecht-document-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
5797
|
-
--utrecht-document-color: var(--utrecht-color-
|
|
5797
|
+
--utrecht-document-color: var(--utrecht-color-grey-10);
|
|
5798
5798
|
--utrecht-document-background-color: var(--utrecht-color-white);
|
|
5799
5799
|
--utrecht-custom-checkbox-invalid-color: var(--utrecht-color-white);
|
|
5800
5800
|
--utrecht-custom-checkbox-checked-color: var(--utrecht-color-white);
|
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 Thu, 02 Dec 2021 15:
|
|
8
|
+
* Generated on Thu, 02 Dec 2021 15:50:21 GMT
|
|
9
9
|
*/
|
|
10
10
|
:root {
|
|
11
11
|
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
/* experimenteel / beperkt gebruiken */
|
|
90
90
|
--utrecht-color-grey-15: hsl(0 0% 15%);
|
|
91
91
|
/* experimenteel / beperkt gebruiken */
|
|
92
|
-
--utrecht-color-grey-10: hsl(0 0%
|
|
92
|
+
--utrecht-color-grey-10: hsl(0 0% 10%);
|
|
93
93
|
/* experimenteel / beperkt gebruiken */
|
|
94
94
|
--utrecht-color-blue-90: hsl(211 60% 90%);
|
|
95
95
|
/* ijsblauw variant achtergrond, spotlight en uitgelicht */
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
--utrecht-emphasis-strong-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
515
515
|
--utrecht-document-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
516
516
|
--utrecht-document-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
517
|
-
--utrecht-document-color: var(--utrecht-color-
|
|
517
|
+
--utrecht-document-color: var(--utrecht-color-grey-10);
|
|
518
518
|
--utrecht-document-background-color: var(--utrecht-color-white);
|
|
519
519
|
--utrecht-custom-checkbox-invalid-color: var(--utrecht-color-white);
|
|
520
520
|
--utrecht-custom-checkbox-checked-color: var(--utrecht-color-white);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.137",
|
|
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.130",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
22
|
"sass": "1.43.4"
|
|
@@ -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": "5d36f3f2b70871e91a86f691083cc5b83d24fc44"
|
|
30
30
|
}
|