@bonniernews/dn-design-system-web 20.0.2 → 20.1.1

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,38 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [20.1.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.1.0...@bonniernews/dn-design-system-web@20.1.1) (2024-09-09)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** error message should always have color primary ([#1396](https://github.com/BonnierNews/dn-design-system/issues/1396)) ([1e92f69](https://github.com/BonnierNews/dn-design-system/commit/1e92f69f3b25686bd2644e9d7e7811e166eb8890))
13
+
14
+
15
+ ### Maintenance
16
+
17
+ * **app:** no variants in Pill ([#1382](https://github.com/BonnierNews/dn-design-system/issues/1382)) ([a3686c7](https://github.com/BonnierNews/dn-design-system/commit/a3686c73175d4f37d722cf7e301f769c042de9b3))
18
+ * **app:** upgrade react-native to version 0.75 ([#1379](https://github.com/BonnierNews/dn-design-system/issues/1379)) ([29bd732](https://github.com/BonnierNews/dn-design-system/commit/29bd732455f58ccaa7e3e12ec3fee13ad614a0ef))
19
+ * **deps-dev:** bump @testing-library/react-native from 12.6.0 to 12.6.1 ([#1391](https://github.com/BonnierNews/dn-design-system/issues/1391)) ([f2afdad](https://github.com/BonnierNews/dn-design-system/commit/f2afdadfcd4c5b7efa0a5a942106f3875ad56b82))
20
+ * **deps-dev:** bump axios from 1.7.5 to 1.7.7 ([#1392](https://github.com/BonnierNews/dn-design-system/issues/1392)) ([6d5600d](https://github.com/BonnierNews/dn-design-system/commit/6d5600df6a4c9bba3d0e53cca7a7a09845e2c8f5))
21
+ * **deps-dev:** bump token-transformer from 0.0.24 to 0.0.33 ([#962](https://github.com/BonnierNews/dn-design-system/issues/962)) ([d036090](https://github.com/BonnierNews/dn-design-system/commit/d036090e01928df796c105a0ec35e1d393c24fea))
22
+ * **deps:** bump micromatch from 4.0.5 to 4.0.8 in /web ([#1371](https://github.com/BonnierNews/dn-design-system/issues/1371)) ([e77747b](https://github.com/BonnierNews/dn-design-system/commit/e77747bf82af9bd51fb1d20a61afbd3d374f7262))
23
+ * **web:** image replace with css ([#1372](https://github.com/BonnierNews/dn-design-system/issues/1372)) ([b21ae8d](https://github.com/BonnierNews/dn-design-system/commit/b21ae8d5d0a24c63eb54ecd68a6e65b1af7c7b6c))
24
+
25
+ ## [20.1.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.0.2...@bonniernews/dn-design-system-web@20.1.0) (2024-09-02)
26
+
27
+
28
+ ### Features
29
+
30
+ * **web:** teaserswipe accessibility with role list ([#1349](https://github.com/BonnierNews/dn-design-system/issues/1349)) ([4f42767](https://github.com/BonnierNews/dn-design-system/commit/4f4276758f7a7f2d0f0a95427030db805ceeee33))
31
+
32
+
33
+ ### Maintenance
34
+
35
+ * **deps:** bump dotenv from 16.0.3 to 16.4.5 ([#1383](https://github.com/BonnierNews/dn-design-system/issues/1383)) ([6a41efd](https://github.com/BonnierNews/dn-design-system/commit/6a41efd442fdc0f7c4abfc0c103352136d272540))
36
+ * **deps:** bump sass from 1.76.0 to 1.77.8 ([#1390](https://github.com/BonnierNews/dn-design-system/issues/1390)) ([d74b24f](https://github.com/BonnierNews/dn-design-system/commit/d74b24f1dd551d2dc54c4dc19b211a5aa90bd0ed))
37
+ * **deps:** bump webpack from 5.88.1 to 5.94.0 in /web ([#1380](https://github.com/BonnierNews/dn-design-system/issues/1380)) ([dc04329](https://github.com/BonnierNews/dn-design-system/commit/dc043296cf5ef7996910d3afa4489cb3502f5201))
38
+
7
39
  ## [20.0.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@20.0.1...@bonniernews/dn-design-system-web@20.0.2) (2024-08-29)
8
40
 
9
41
 
@@ -12,6 +12,7 @@ $ds-form-field__error-icon-size: 20px;
12
12
 
13
13
  .ds-form-field__error-message {
14
14
  display: none;
15
+ color: $ds-color-text-primary;
15
16
  }
16
17
 
17
18
  .ds-form-field__error,
@@ -33,7 +33,7 @@
33
33
  type: type,
34
34
  linkText: 'Visa alla'
35
35
  }) }}
36
- <div class="{{ componentClassName + '__carousel'}}">
36
+ <div class="{{ componentClassName + '__carousel'}}" role="list">
37
37
  {% for teaser in params.teasers %}
38
38
  {{ TeaserSwipeCard(teaser) }}
39
39
  {% endfor %}
@@ -12,7 +12,7 @@
12
12
  ] | join(" ") %}
13
13
  {% set attributes = getAttributes(params.attributes) %}
14
14
 
15
- <a href="{{ params.href }}" class="{{ classes }}" {{- attributes | safe }}>
15
+ <a href="{{ params.href }}" class="{{ classes }}" {{- attributes | safe }} role="list-item">
16
16
  {% if params.variant != 'direkt' and params.mediaHtml %}
17
17
  {{ params.mediaHtml | safe }}
18
18
  {% endif %}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "20.0.2",
3
+ "version": "20.1.1",
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",