@nordicsemiconductor/pc-nrfconnect-shared 86.0.0 → 87.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
+ ## 87 - 2023-08-14
11
+
12
+ ### Fixed
13
+
14
+ - Spinner in `Dialog` components was not inlined.
15
+
10
16
  ## 86 - 2023-08-14
11
17
 
12
18
  ### Changed
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="2531" lines-covered="1575" line-rate="0.6222" branches-valid="1086" branches-covered="392" branch-rate="0.36090000000000005" timestamp="1692020770089" complexity="0" version="0.1">
3
+ <coverage lines-valid="2531" lines-covered="1575" line-rate="0.6222" branches-valid="1086" branches-covered="392" branch-rate="0.36090000000000005" timestamp="1692021474912" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/home/vsts/work/1/s</source>
6
6
  </sources>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "86.0.0",
3
+ "version": "87.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -65,7 +65,7 @@ Dialog.Header = ({
65
65
  showSpinner?: boolean;
66
66
  }) => (
67
67
  <Modal.Header closeButton={false}>
68
- <div>
68
+ <div className="tw-flex tw-flex-row">
69
69
  <b>{title}</b>
70
70
  {showSpinner && (
71
71
  <div className="tw-pl-4">