@bonniernews/dn-design-system-web 8.8.6 → 8.8.7

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/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [8.8.7](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.6...@bonniernews/dn-design-system-web@8.8.7) (2023-12-01)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** change game header to h1 ([#1129](https://github.com/BonnierNews/dn-design-system/issues/1129)) ([696c9b4](https://github.com/BonnierNews/dn-design-system/commit/696c9b445a757cfc35aae085f31c059fb647f09c))
13
+
14
+
15
+ ### Maintenance
16
+
17
+ * **deps:** run screenshot update on token changes ([#1125](https://github.com/BonnierNews/dn-design-system/issues/1125)) ([72e086b](https://github.com/BonnierNews/dn-design-system/commit/72e086b1704ccc7efa1d5450adb5f551d3ffc5b2))
18
+ * **web:** remove comment as it did not work ([#1128](https://github.com/BonnierNews/dn-design-system/issues/1128)) ([a2e63e4](https://github.com/BonnierNews/dn-design-system/commit/a2e63e49895236bf0e6f26a1339c7de8b23df8a8))
19
+
7
20
  ## [8.8.6](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.5...@bonniernews/dn-design-system-web@8.8.6) (2023-11-29)
8
21
 
9
22
 
@@ -12,7 +12,7 @@
12
12
  <div class="{{ classes }}" {{- attributes | safe }}>
13
13
  <div class="{{ componentClassName }}__top ds-light" style="backgroundColor: {{params.backgroundColor}}">
14
14
  <div class="{{ componentClassName }}__top-content">
15
- <h2 class="{{ componentClassName }}__title">{{ params.title}}</h2>
15
+ <h1 class="{{ componentClassName }}__title">{{ params.title}}</h1>
16
16
 
17
17
  {% if params.media %}
18
18
  <div class="{{ componentClassName + '__media'}}">
@@ -21,7 +21,7 @@
21
21
  {% endif %}
22
22
  </div>
23
23
  </div>
24
-
24
+
25
25
  {% if params.descriptionHtml %}
26
26
  <div class="{{ componentClassName }}__description">
27
27
  <div class="{{ componentClassName }}__description-content">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "8.8.6",
3
+ "version": "8.8.7",
4
4
  "description": "DN design system for web.",
5
5
  "main": "index.js",
6
6
  "homepage": "https://github.com/BonnierNews/dn-design-system/tree/main/web/src#readme",