@bonniernews/dn-design-system-web 18.0.0-beta.0 → 18.0.0-beta.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,8 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [18.0.0-beta.1](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@18.0.0-beta.0...@bonniernews/dn-design-system-web@18.0.0-beta.1) (2024-08-13)
|
|
8
|
+
|
|
7
9
|
## [18.0.0-beta.0](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@17.0.0...@bonniernews/dn-design-system-web@18.0.0-beta.0) (2024-08-13)
|
|
8
10
|
|
|
9
11
|
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
href: params.authorPageUrl if useOuterAnchorElement,
|
|
29
29
|
titleHref: params.authorPageUrl if not useOuterAnchorElement,
|
|
30
30
|
linkAttributes: params.linkAttributes,
|
|
31
|
+
border: true,
|
|
31
32
|
elementAttributes: params.elementAttributes,
|
|
32
33
|
elementClassNames: params.elementClassNames,
|
|
33
34
|
forcePx: params.forcePx,
|
|
@@ -166,7 +166,6 @@ $ds-list-item__portrait-size--small: 36px;
|
|
|
166
166
|
.picture,
|
|
167
167
|
img {
|
|
168
168
|
width: ds-px-to-rem($ds-list-item__portrait-size);
|
|
169
|
-
height: ds-px-to-rem($ds-list-item__portrait-size);
|
|
170
169
|
}
|
|
171
170
|
}
|
|
172
171
|
|
|
@@ -273,7 +272,6 @@ $ds-list-item__portrait-size--small: 36px;
|
|
|
273
272
|
.picture,
|
|
274
273
|
img {
|
|
275
274
|
width: ds-px-to-rem($ds-list-item__portrait-size--small);
|
|
276
|
-
height: ds-px-to-rem($ds-list-item__portrait-size--small);
|
|
277
275
|
}
|
|
278
276
|
}
|
|
279
277
|
}
|
package/package.json
CHANGED