@utrecht/component-library-css 1.0.0-alpha.86 → 1.0.0-alpha.87

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 CHANGED
@@ -3316,7 +3316,7 @@ ol.utrecht-breadcrumb__list {
3316
3316
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
3317
3317
  /**
3318
3318
  * Do not edit directly
3319
- * Generated on Tue, 14 Sep 2021 08:27:43 GMT
3319
+ * Generated on Tue, 14 Sep 2021 15:40:40 GMT
3320
3320
  */
3321
3321
  :root {
3322
3322
  --utrecht-searchbar-hover-transform: 1;
@@ -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 Tue, 14 Sep 2021 08:27:43 GMT
8
+ * Generated on Tue, 14 Sep 2021 15:40:40 GMT
9
9
  */
10
10
  :root {
11
11
  --utrecht-searchbar-hover-transform: 1;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.86",
2
+ "version": "1.0.0-alpha.87",
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",
@@ -13,7 +13,7 @@
13
13
  "url": "git@github.com:nl-design-system/utrecht.git"
14
14
  },
15
15
  "devDependencies": {
16
- "@utrecht/design-tokens": "1.0.0-alpha.79",
16
+ "@utrecht/design-tokens": "1.0.0-alpha.80",
17
17
  "node-sass-package-importer": "5.3.2",
18
18
  "rimraf": "3.0.2",
19
19
  "sass": "1.40.0"
@@ -23,5 +23,5 @@
23
23
  "build": "sass src/:dist/ --load-path=../../node_modules/ --no-source-map",
24
24
  "clean": "rimraf dist/"
25
25
  },
26
- "gitHead": "33a0050f978f99e79d875724f4f415e743f737a3"
26
+ "gitHead": "43e54b8bcf3e16bb1d0c8ef1af59d752d781eee1"
27
27
  }