@utrecht/component-library-css 1.0.0-alpha.148 → 1.0.0-alpha.149

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 Wed, 08 Dec 2021 10:04:34 GMT
5288
+ * Generated on Wed, 08 Dec 2021 10:43:42 GMT
5289
5289
  */
5290
5290
  :root {
5291
5291
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -5416,7 +5416,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5416
5416
  --utrecht-separator-block-size: 8px;
5417
5417
  --utrecht-select-border-block-end-width: 3px;
5418
5418
  --utrecht-pre-heading-text-transform: uppercase;
5419
- --utrecht-paragraph-line-height: 1.5;
5420
5419
  --utrecht-pagination-relative-link-distanced-margin-inline-start: 0.5em;
5421
5420
  --utrecht-pagination-relative-link-distanced-margin-inline-end: 0.5em;
5422
5421
  --utrecht-pagination-relative-link-text-transform: uppercase;
@@ -5696,10 +5695,14 @@ however browsers don't seem to have implemented great looking supixel tweening y
5696
5695
  --utrecht-separator-color: var(--utrecht-color-grey-90);
5697
5696
  --utrecht-pre-heading-margin-block-start: var(--utrecht-space-row-2xl);
5698
5697
  --utrecht-pre-heading-font-size: var(--utrecht-typography-scale-md-font-size);
5698
+ --utrecht-paragraph-lead-line-height: var(--utrecht-typography-line-height-md);
5699
+ --utrecht-paragraph-lead-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
5699
5700
  --utrecht-paragraph-lead-font-size: var(--utrecht-typography-scale-lg-font-size);
5700
- --utrecht-paragraph-margin-block-start: var(--utrecht-space-row-md);
5701
+ --utrecht-paragraph-lead-color: var(--utrecht-color-grey-10);
5702
+ --utrecht-paragraph-line-height: var(--utrecht-typography-line-height-md);
5701
5703
  --utrecht-paragraph-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
5702
5704
  --utrecht-paragraph-font-size: var(--utrecht-typography-scale-md-font-size);
5705
+ --utrecht-paragraph-font-family: var(--utrecht-typography-sans-serif-font-family);
5703
5706
  --utrecht-pagination-relative-link-border-color: var(--utrecht-color-blue-35);
5704
5707
  --utrecht-pagination-relative-link-hover-color: var(--utrecht-color-white);
5705
5708
  --utrecht-pagination-relative-link-hover-border-color: var(--utrecht-color-blue-35);
@@ -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 Wed, 08 Dec 2021 10:04:34 GMT
8
+ * Generated on Wed, 08 Dec 2021 10:43:42 GMT
9
9
  */
10
10
  :root {
11
11
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -136,7 +136,6 @@
136
136
  --utrecht-separator-block-size: 8px;
137
137
  --utrecht-select-border-block-end-width: 3px;
138
138
  --utrecht-pre-heading-text-transform: uppercase;
139
- --utrecht-paragraph-line-height: 1.5;
140
139
  --utrecht-pagination-relative-link-distanced-margin-inline-start: 0.5em;
141
140
  --utrecht-pagination-relative-link-distanced-margin-inline-end: 0.5em;
142
141
  --utrecht-pagination-relative-link-text-transform: uppercase;
@@ -416,10 +415,14 @@
416
415
  --utrecht-separator-color: var(--utrecht-color-grey-90);
417
416
  --utrecht-pre-heading-margin-block-start: var(--utrecht-space-row-2xl);
418
417
  --utrecht-pre-heading-font-size: var(--utrecht-typography-scale-md-font-size);
418
+ --utrecht-paragraph-lead-line-height: var(--utrecht-typography-line-height-md);
419
+ --utrecht-paragraph-lead-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
419
420
  --utrecht-paragraph-lead-font-size: var(--utrecht-typography-scale-lg-font-size);
420
- --utrecht-paragraph-margin-block-start: var(--utrecht-space-row-md);
421
+ --utrecht-paragraph-lead-color: var(--utrecht-color-grey-10);
422
+ --utrecht-paragraph-line-height: var(--utrecht-typography-line-height-md);
421
423
  --utrecht-paragraph-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
422
424
  --utrecht-paragraph-font-size: var(--utrecht-typography-scale-md-font-size);
425
+ --utrecht-paragraph-font-family: var(--utrecht-typography-sans-serif-font-family);
423
426
  --utrecht-pagination-relative-link-border-color: var(--utrecht-color-blue-35);
424
427
  --utrecht-pagination-relative-link-hover-color: var(--utrecht-color-white);
425
428
  --utrecht-pagination-relative-link-hover-border-color: var(--utrecht-color-blue-35);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.148",
2
+ "version": "1.0.0-alpha.149",
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.141",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.142",
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": "b24b09a82d86904967a8c90eca05fadaa77ea3e9"
29
+ "gitHead": "b9a252b4397f397b5df1a5a726e56683e614be9f"
30
30
  }