@utrecht/component-library-css 1.0.0-alpha.102 → 1.0.0-alpha.103
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 +1 -1
- package/dist/root-theme.css +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -4124,7 +4124,7 @@ ol.utrecht-breadcrumb__list {
|
|
|
4124
4124
|
/* Collection of CSS variables for Utrecht theme applied to `:root` */
|
|
4125
4125
|
/**
|
|
4126
4126
|
* Do not edit directly
|
|
4127
|
-
* Generated on
|
|
4127
|
+
* Generated on Tue, 05 Oct 2021 10:19:27 GMT
|
|
4128
4128
|
*/
|
|
4129
4129
|
:root {
|
|
4130
4130
|
--utrecht-searchbar-hover-transform: 1;
|
package/dist/root-theme.css
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.103",
|
|
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.96",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
22
|
"sass": "1.42.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": "7d02caa53abffdfa9486d2dd723cd30a7c1bd783"
|
|
30
30
|
}
|