@utrecht/component-library-css 1.0.0-alpha.127 → 1.0.0-alpha.128

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
@@ -5096,7 +5096,7 @@ ol.utrecht-breadcrumb__list {
5096
5096
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
5097
5097
  /**
5098
5098
  * Do not edit directly
5099
- * Generated on Sun, 21 Nov 2021 12:20:11 GMT
5099
+ * Generated on Wed, 24 Nov 2021 11:23:40 GMT
5100
5100
  */
5101
5101
  :root {
5102
5102
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -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 Sun, 21 Nov 2021 12:20:11 GMT
8
+ * Generated on Wed, 24 Nov 2021 11:23:40 GMT
9
9
  */
10
10
  :root {
11
11
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.127",
2
+ "version": "1.0.0-alpha.128",
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.120",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.121",
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": "cd0877f4e883bfa12f23b35c0ab341cb1e1db035"
29
+ "gitHead": "bd42058b147e9efa2d9b57be8f0e319e53f790f7"
30
30
  }