@utrecht/component-library-css 1.0.0-alpha.212 → 1.0.0-alpha.215

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
@@ -5562,7 +5562,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
5562
5562
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
5563
5563
  /**
5564
5564
  * Do not edit directly
5565
- * Generated on Mon, 16 May 2022 12:04:10 GMT
5565
+ * Generated on Mon, 16 May 2022 16:12:19 GMT
5566
5566
  */
5567
5567
  .utrecht-theme {
5568
5568
  --denhaag-process-steps-sub-step-heading-font-weight: utrecht.typography.weight-scale.normal.font-weight;
@@ -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 Mon, 16 May 2022 12:04:10 GMT
8
+ * Generated on Mon, 16 May 2022 16:12:19 GMT
9
9
  */
10
10
  .utrecht-theme {
11
11
  --denhaag-process-steps-sub-step-heading-font-weight: utrecht.typography.weight-scale.normal.font-weight;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.212",
2
+ "version": "1.0.0-alpha.215",
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.205",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.208",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
22
  "sass": "1.51.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": "14d1dfec2dba70b4963f2ad1d6c07cf47c38728e"
29
+ "gitHead": "ec25321e2c80157b7be320338eefce3093ca37ff"
30
30
  }
package/src/bem.scss CHANGED
@@ -41,12 +41,12 @@
41
41
  @import "../../../components/form-fieldset/css";
42
42
  @import "../../../components/form-label/css";
43
43
  @import "../../../components/form-toggle/css";
44
- @import "../../../components/heading-1/bem";
45
- @import "../../../components/heading-2/bem";
46
- @import "../../../components/heading-3/bem";
47
- @import "../../../components/heading-4/bem";
48
- @import "../../../components/heading-5/bem";
49
- @import "../../../components/heading-6/bem";
44
+ @import "../../../components/heading-1/css";
45
+ @import "../../../components/heading-2/css";
46
+ @import "../../../components/heading-3/css";
47
+ @import "../../../components/heading-4/css";
48
+ @import "../../../components/heading-5/css";
49
+ @import "../../../components/heading-6/css";
50
50
  @import "../../../components/link-list/css";
51
51
  @import "../../../components/link-button/css";
52
52
  @import "../../../components/link-social/css";