@nordicsemiconductor/pc-nrfconnect-shared 94.0.0 → 95.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,13 @@ 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
+ ## 95 - 2023-08-25
11
+
12
+ ### Fixed
13
+
14
+ - Worked around an issue where the esbuild currently has issues with
15
+ .css-files that are named the same as their components.
16
+
10
17
  ## 94 - 2023-08-25
11
18
 
12
19
  ### 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="2973" lines-covered="1647" line-rate="0.5539000000000001" branches-valid="1462" branches-covered="381" branch-rate="0.2606" timestamp="1692967623119" complexity="0" version="0.1">
3
+ <coverage lines-valid="2973" lines-covered="1647" line-rate="0.5539000000000001" branches-valid="1462" branches-covered="381" branch-rate="0.2606" timestamp="1692971454169" 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": "94.0.0",
3
+ "version": "95.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@ import classNames from '../utils/classNames';
15
15
  import { colors } from '../utils/colors';
16
16
  import { FlashMessage, getMessages, removeMessage } from './FlashMessageSlice';
17
17
 
18
- import './FlashMessage.css';
18
+ import './FlashMessage.scss';
19
19
 
20
20
  const SLIDE_IN_DURATION_MS = 300;
21
21
  const SLIDE_IN_ANIMATION = `${SLIDE_IN_DURATION_MS}ms slide-in`;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './FlashMessage.css';
2
+ import './FlashMessage.scss';
3
3
  declare const FlashMessages: () => JSX.Element | null;
4
4
  export default FlashMessages;
5
5
  //# sourceMappingURL=FlashMessage.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlashMessage.d.ts","sourceRoot":"","sources":["../../../../src/FlashMessage/FlashMessage.tsx"],"names":[],"mappings":";AAiBA,OAAO,oBAAoB,CAAC;AAqG5B,QAAA,MAAM,aAAa,0BAyBlB,CAAC;AAeF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"FlashMessage.d.ts","sourceRoot":"","sources":["../../../../src/FlashMessage/FlashMessage.tsx"],"names":[],"mappings":";AAiBA,OAAO,qBAAqB,CAAC;AAqG7B,QAAA,MAAM,aAAa,0BAyBlB,CAAC;AAeF,eAAe,aAAa,CAAC"}