@nordicsemiconductor/pc-nrfconnect-shared 156.0.0 → 157.0.0

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
@@ -7,6 +7,12 @@ This project does _not_ adhere to
7
7
  [Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
8
8
  every new version is a new major version.
9
9
 
10
+ ## 157.0.0 - 2024-02-06
11
+
12
+ ### Removed
13
+
14
+ - Overflow handling in `Dialog.Body` since it didn't work with our `Dropdown`.
15
+
10
16
  ## 156.0.0 - 2024-02-06
11
17
 
12
18
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "156.0.0",
3
+ "version": "157.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,10 +35,7 @@
35
35
  }
36
36
 
37
37
  .modal-body {
38
- overflow-y: auto;
39
- @include scrollbars($white);
40
38
  overflow-wrap: anywhere;
41
- max-height: 80vh;
42
39
  padding: 32px 16px 16px 16px;
43
40
  margin: 0;
44
41
  p,