@bonniernews/dn-design-system-web 17.0.0 → 17.0.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,27 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [17.0.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@17.0.0...@bonniernews/dn-design-system-web@17.0.1) (2024-08-14)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **web:** adjust text color on brand btn ([#1356](https://github.com/BonnierNews/dn-design-system/issues/1356)) ([55db3cc](https://github.com/BonnierNews/dn-design-system/commit/55db3cc0e36d1acce67225c106e8e8fde18d50c6))
13
+
14
+
15
+ ### Maintenance
16
+
17
+ * **deps-dev:** bump axios from 1.4.0 to 1.6.0 in /scripts ([#1312](https://github.com/BonnierNews/dn-design-system/issues/1312)) ([b600333](https://github.com/BonnierNews/dn-design-system/commit/b600333a4c77ea5149f7bd423ff2da65dad83900))
18
+ * **deps:** bump @babel/core from 7.22.11 to 7.25.2 ([#1350](https://github.com/BonnierNews/dn-design-system/issues/1350)) ([034de0e](https://github.com/BonnierNews/dn-design-system/commit/034de0e93504bf6ba806b6dc6f0c3bce13615f17))
19
+ * **deps:** bump @figspec/components from 1.0.2 to 1.0.3 ([#1330](https://github.com/BonnierNews/dn-design-system/issues/1330)) ([79bef36](https://github.com/BonnierNews/dn-design-system/commit/79bef36d2b9ef0c40cf2a8519638dff12e8c33d2))
20
+ * **deps:** bump @tsconfig/react-native from 3.0.2 to 3.0.5 ([#1352](https://github.com/BonnierNews/dn-design-system/issues/1352)) ([f1be5c9](https://github.com/BonnierNews/dn-design-system/commit/f1be5c9eebba40f1c1ac5c2aa35c6d54a341d311))
21
+ * **deps:** bump braces from 3.0.2 to 3.0.3 in /web ([#1348](https://github.com/BonnierNews/dn-design-system/issues/1348)) ([49e3ad6](https://github.com/BonnierNews/dn-design-system/commit/49e3ad61dd411e16cbc2bc9dae82b11029834f2b))
22
+ * **deps:** bump express from 4.17.2 to 4.19.2 in /server ([#1264](https://github.com/BonnierNews/dn-design-system/issues/1264)) ([75ceb81](https://github.com/BonnierNews/dn-design-system/commit/75ceb81978e64daad3c8e55d316839db1b3e8a1f))
23
+ * **deps:** bump fast-loops from 1.1.3 to 1.1.4 ([#1334](https://github.com/BonnierNews/dn-design-system/issues/1334)) ([67341de](https://github.com/BonnierNews/dn-design-system/commit/67341de5cbe6c1e22b6658242f43b610acc07a31))
24
+ * **deps:** bump fast-xml-parser from 4.2.7 to 4.4.1 ([#1344](https://github.com/BonnierNews/dn-design-system/issues/1344)) ([81dea97](https://github.com/BonnierNews/dn-design-system/commit/81dea9741edc52845be435858055b58782e773cd))
25
+ * **deps:** bump react-native-web from 0.17.7 to 0.19.12 ([#1314](https://github.com/BonnierNews/dn-design-system/issues/1314)) ([7b346f1](https://github.com/BonnierNews/dn-design-system/commit/7b346f10860757896a2754c171263a05bba57a04))
26
+ * **deps:** bump typescript from 4.8.4 to 4.9.5 ([#1309](https://github.com/BonnierNews/dn-design-system/issues/1309)) ([e4a166e](https://github.com/BonnierNews/dn-design-system/commit/e4a166ec56ea82b5ddc05e427ba20439f194000f))
27
+
7
28
  ## [17.0.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@16.2.1...@bonniernews/dn-design-system-web@17.0.0) (2024-07-19)
8
29
 
9
30
 
@@ -54,7 +54,7 @@ $ds-btn-outlined__border-width: ds-border-width(x1);
54
54
  &.ds-btn--default,
55
55
  &.ds-btn--elevated {
56
56
  --ds-btn__background-color: #{$ds-color-component-brand};
57
- --ds-btn__color: #{$ds-color-text-secondary};
57
+ --ds-btn__color: #{$ds-color-static-white};
58
58
  }
59
59
  &.ds-btn--outline {
60
60
  --ds-btn__border-color: #{$ds-color-component-brand};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "17.0.0",
3
+ "version": "17.0.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",