@bonniernews/dn-design-system-web 11.0.3 → 11.0.4

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,25 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
4
4
 
5
5
 
6
6
 
7
+ ## [11.0.4](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@11.0.3...@bonniernews/dn-design-system-web@11.0.4) (2024-01-30)
8
+
9
+
10
+ ### Features
11
+
12
+ * **app:** allow `ReactElement` in `buttonsRight` in TopBar ([#1180](https://github.com/BonnierNews/dn-design-system/issues/1180)) ([dc776e0](https://github.com/BonnierNews/dn-design-system/commit/dc776e05a2a23588a252474d0590c02a20c343f4))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **web:** change ksw links to mina sidor links ([#1181](https://github.com/BonnierNews/dn-design-system/issues/1181)) ([2544f43](https://github.com/BonnierNews/dn-design-system/commit/2544f4395628cad2f1f18bd5d53d72436194b174))
18
+
19
+
20
+ ### Maintenance
21
+
22
+ * **app:** fix copyDnIconFonts gradle task ([#1182](https://github.com/BonnierNews/dn-design-system/issues/1182)) ([2d46255](https://github.com/BonnierNews/dn-design-system/commit/2d46255b2766802cd2a8a4c082932f5b51c95b32))
23
+ * prerelease packages ([db966ae](https://github.com/BonnierNews/dn-design-system/commit/db966ae3fafd307114616afc78f8126581a773a7))
24
+ * prerelease packages ([a1b22c9](https://github.com/BonnierNews/dn-design-system/commit/a1b22c957c88980228e80ca8bff1cca948c85f96))
25
+
7
26
  ## [11.0.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@11.0.2...@bonniernews/dn-design-system-web@11.0.3) (2024-01-18)
8
27
 
9
28
 
@@ -14,7 +14,7 @@
14
14
  |links | HTML String | no | | | Should be list item components|
15
15
  |accountLevel | String | no | | none | Should be populated with product specific js|
16
16
  |myAccountUrl | String | yes | | | Url for "Mitt konto" button |
17
- |addons | Array > Object | no | | | Ex. [{ title: 'Annonsfri', href: "https://kund.dn.se/faq/Annonsfritt/" }] |
17
+ |addons | Array > Object | no | | | Ex. [{ title: 'Annonsfri', href: "https://id.dn.se/konto/?nextUrl=/vanliga-fragor/dn/#Annonsfritt" }] |
18
18
  |attributes | Object | no | | | Ex. { "data-test": "lorem ipsum" } |
19
19
  |classNames | String | no | | | Ex. "my-special-class" |
20
20
  |forcePx | bool | no | true, false | false | Fixed pixel value is used for typography to prevent scaling based on html font-size
@@ -51,9 +51,9 @@ These are copy paste friendly examples to quickliy get started using a component
51
51
  {{ BuddyMenu({
52
52
  userName: "",
53
53
  accountLevel: "",
54
- myAccountUrl: "https://kund.dn.se/mitt-konto",
54
+ myAccountUrl: "https://id.dn.se/konto/",
55
55
  links: BuddyMenuSample(),
56
- addons: [{ title: 'Annonsfri', href: "https://kund.dn.se/faq/Annonsfritt/" }],
56
+ addons: [{ title: 'Annonsfri', href: "https://id.dn.se/konto/?nextUrl=/vanliga-fragor/dn/#Annonsfritt" }],
57
57
  forcePx: true
58
58
  })}}
59
59
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bonniernews/dn-design-system-web",
3
- "version": "11.0.3",
3
+ "version": "11.0.4",
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",