@bonniernews/dn-design-system-web 22.2.2 → 22.2.3
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 +7 -0
- package/components/footer/footer.scss +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All changes to @bonniernews/dn-design-system-web will be documented in this file
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
## [22.2.3](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@22.2.2...@bonniernews/dn-design-system-web@22.2.3) (2024-12-20)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **web:** footer screenshot ([#1556](https://github.com/BonnierNews/dn-design-system/issues/1556)) ([507ba32](https://github.com/BonnierNews/dn-design-system/commit/507ba32356218fe090b4a0590acc5f12ff4a48d7))
|
|
13
|
+
|
|
7
14
|
## [22.2.2](https://github.com/BonnierNews/dn-design-system/compare/@bonniernews/dn-design-system-web@22.2.1...@bonniernews/dn-design-system-web@22.2.2) (2024-12-20)
|
|
8
15
|
|
|
9
16
|
|
|
@@ -125,12 +125,12 @@ $ds-footer-column-gap: ds-spacing($ds-s-400);
|
|
|
125
125
|
margin-top: ds-spacing($ds-footer-row-gap-spacing-token);
|
|
126
126
|
|
|
127
127
|
button {
|
|
128
|
-
@include ds-typography($ds-typography-functionalbody01, $lineHeight: $ds-lineheight-l);
|
|
129
128
|
margin: ds-spacing($ds-s-100 $ds-s-100 0 0);
|
|
130
129
|
padding: 0;
|
|
131
130
|
background-color: transparent;
|
|
132
131
|
border: none;
|
|
133
132
|
cursor: pointer;
|
|
133
|
+
@include ds-typography($ds-typography-functionalbody01, $lineHeight: $ds-lineheight-l);
|
|
134
134
|
@include ds-link($ds-link-list);
|
|
135
135
|
@include ds-focus($offset: 2px, $color: $ds-color-static-white);
|
|
136
136
|
@include ds-mq-smallest-breakpoint(tablet) {
|
package/package.json
CHANGED