@nordicsemiconductor/pc-nrfconnect-shared 124.0.0 → 126.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,18 @@ 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
+ ## 126 - 2023-11-08
11
+
12
+ ### Fixed
13
+
14
+ - `className` property in `FileLink` component is now optional
15
+
16
+ ## 125 - 2023-11-08
17
+
18
+ ### Changed
19
+
20
+ - `className` property in `FileLink` component is now optional
21
+
10
22
  ## 124 - 2023-11-08
11
23
 
12
24
  ### Added
@@ -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="3440" lines-covered="1892" line-rate="0.55" branches-valid="1689" branches-covered="511" branch-rate="0.3025" timestamp="1699445728836" complexity="0" version="0.1">
3
+ <coverage lines-valid="3440" lines-covered="1892" line-rate="0.55" branches-valid="1689" branches-covered="511" branch-rate="0.3025" timestamp="1699447179697" 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": "124.0.0",
3
+ "version": "126.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,7 @@ export default ({
16
16
  }: {
17
17
  label: string;
18
18
  fileLocation: string;
19
- className: string;
19
+ className?: string;
20
20
  }) => (
21
21
  <button
22
22
  type="button"
@@ -2,7 +2,7 @@
2
2
  declare const _default: ({ label, fileLocation, className, }: {
3
3
  label: string;
4
4
  fileLocation: string;
5
- className: string;
5
+ className?: string | undefined;
6
6
  }) => JSX.Element;
7
7
  export default _default;
8
8
  //# sourceMappingURL=FileLink.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FileLink.d.ts","sourceRoot":"","sources":["../../../../src/Link/FileLink.tsx"],"names":[],"mappings":";;WAgBW,MAAM;kBACC,MAAM;eACT,MAAM;;AAPrB,wBAmBE"}
1
+ {"version":3,"file":"FileLink.d.ts","sourceRoot":"","sources":["../../../../src/Link/FileLink.tsx"],"names":[],"mappings":";;WAgBW,MAAM;kBACC,MAAM;;;AANxB,wBAmBE"}