@utrecht/component-library-css 1.0.0-alpha.154 → 1.0.0-alpha.155

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
@@ -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, 16 Dec 2021 16:15:51 GMT
5288
+ * Generated on Fri, 17 Dec 2021 10:37:52 GMT
5289
5289
  */
5290
5290
  :root {
5291
5291
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -5676,6 +5676,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
5676
5676
  --utrecht-search-bar-textbox-border-color: var(--utrecht-color-red-40);
5677
5677
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
5678
5678
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
5679
+ --utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
5679
5680
  --utrecht-badge-counter-font-style: var(--utrecht-typography-font-style-normal);
5680
5681
  --utrecht-badge-counter-color: var(--utrecht-color-white);
5681
5682
  --utrecht-badge-counter-background-color: var(--utrecht-color-red-40);
@@ -5747,7 +5748,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5747
5748
  --utrecht-link-color: var(--utrecht-color-blue-35);
5748
5749
  --utrecht-link-list-item-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
5749
5750
  --utrecht-link-list-item-margin-block-start: var(--utrecht-space-block-xs);
5750
- --utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
5751
5751
  --utrecht-heading-6-text-transform: var(--utrecht-typography-text-transform-uppercase);
5752
5752
  --utrecht-heading-6-letter-spacing: var(--utrecht-typography-letter-spacing-sm);
5753
5753
  --utrecht-heading-6-line-height: var(--utrecht-typography-line-height-md);
@@ -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, 16 Dec 2021 16:15:51 GMT
8
+ * Generated on Fri, 17 Dec 2021 10:37:52 GMT
9
9
  */
10
10
  :root {
11
11
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -396,6 +396,7 @@
396
396
  --utrecht-search-bar-textbox-border-color: var(--utrecht-color-red-40);
397
397
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
398
398
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
399
+ --utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
399
400
  --utrecht-badge-counter-font-style: var(--utrecht-typography-font-style-normal);
400
401
  --utrecht-badge-counter-color: var(--utrecht-color-white);
401
402
  --utrecht-badge-counter-background-color: var(--utrecht-color-red-40);
@@ -467,7 +468,6 @@
467
468
  --utrecht-link-color: var(--utrecht-color-blue-35);
468
469
  --utrecht-link-list-item-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
469
470
  --utrecht-link-list-item-margin-block-start: var(--utrecht-space-block-xs);
470
- --utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
471
471
  --utrecht-heading-6-text-transform: var(--utrecht-typography-text-transform-uppercase);
472
472
  --utrecht-heading-6-letter-spacing: var(--utrecht-typography-letter-spacing-sm);
473
473
  --utrecht-heading-6-line-height: var(--utrecht-typography-line-height-md);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.154",
2
+ "version": "1.0.0-alpha.155",
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.147",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.148",
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": "c77868c9bfba989e6bf286ec26a3889976351557"
29
+ "gitHead": "3954acf202af09aaac647dc48e38a919094bf9b2"
30
30
  }