@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 +7 -0
- package/coverage/cobertura-coverage.xml +1 -1
- package/package.json +1 -1
- package/src/FlashMessage/FlashMessage.tsx +1 -1
- package/typings/generated/src/FlashMessage/FlashMessage.d.ts +1 -1
- package/typings/generated/src/FlashMessage/FlashMessage.d.ts.map +1 -1
- /package/src/FlashMessage/{FlashMessage.css → FlashMessage.scss} +0 -0
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="
|
|
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
|
@@ -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.
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlashMessage.d.ts","sourceRoot":"","sources":["../../../../src/FlashMessage/FlashMessage.tsx"],"names":[],"mappings":";AAiBA,OAAO,
|
|
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"}
|
|
File without changes
|