@bonniernews/dn-design-system-web 8.8.5 → 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,28 @@ 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
+
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)
21
+
22
+
23
+ ### Maintenance
24
+
25
+ * **deps:** switch to run app package release first ([#1123](https://github.com/BonnierNews/dn-design-system/issues/1123)) ([58ccac3](https://github.com/BonnierNews/dn-design-system/commit/58ccac336abd1b040c07415a0ee98b1f5f81d921))
26
+ * **deps:** trigger test release 2 ([50b96f5](https://github.com/BonnierNews/dn-design-system/commit/50b96f5b520a2ca786d9bc7132f6bd19072e0fa3))
27
+ * prerelease packages ([9b8b1dc](https://github.com/BonnierNews/dn-design-system/commit/9b8b1dc8730e17ecb5b26a726b550ad6d5b1e3e5))
28
+
7
29
  ## [8.8.5](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@8.8.4...@bonniernews/dn-design-system-web@8.8.5) (2023-11-29)
8
30
 
9
31
 
package/README.md CHANGED
@@ -12,4 +12,4 @@ Github: [https://github.com/BonnierNews/dn-design-system/tree/main/web/src](http
12
12
 
13
13
  Changelog: [https://github.com/BonnierNews/dn-design-system/blob/main/web/src/CHANGELOG.md](https://github.com/BonnierNews/dn-design-system/blob/main/web/src/CHANGELOG.md)
14
14
 
15
- For specific instructions see each component or helper readme
15
+ For specific instructions see each component or helper readme.
@@ -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.5",
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",