@nordicsemiconductor/pc-nrfconnect-shared 100.0.0 → 101.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,16 @@ 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
|
+
## 101 - 2023-09-05
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Removed un styled variant type `link` from of `Button` component
|
|
15
|
+
|
|
16
|
+
### Removed
|
|
17
|
+
|
|
18
|
+
- `link` variant type from of `Button` component.
|
|
19
|
+
|
|
10
20
|
## 100 - 2023-09-05
|
|
11
21
|
|
|
12
22
|
### Fixed
|
|
@@ -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="3000" lines-covered="1660" line-rate="0.5533" branches-valid="1475" branches-covered="385" branch-rate="0.261" timestamp="
|
|
3
|
+
<coverage lines-valid="3000" lines-covered="1660" line-rate="0.5533" branches-valid="1475" branches-covered="385" branch-rate="0.261" timestamp="1693867831106" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/home/vsts/work/1/s</source>
|
|
6
6
|
</sources>
|
|
@@ -2524,16 +2524,16 @@
|
|
|
2524
2524
|
<methods>
|
|
2525
2525
|
<method name="(anonymous_2)" hits="88" signature="()V">
|
|
2526
2526
|
<lines>
|
|
2527
|
-
<line number="
|
|
2527
|
+
<line number="32" hits="88"/>
|
|
2528
2528
|
</lines>
|
|
2529
2529
|
</method>
|
|
2530
2530
|
</methods>
|
|
2531
2531
|
<lines>
|
|
2532
2532
|
<line number="7" hits="6" branch="false"/>
|
|
2533
2533
|
<line number="9" hits="6" branch="false"/>
|
|
2534
|
-
<line number="
|
|
2535
|
-
<line number="
|
|
2536
|
-
<line number="
|
|
2534
|
+
<line number="32" hits="6" branch="false"/>
|
|
2535
|
+
<line number="42" hits="88" branch="false"/>
|
|
2536
|
+
<line number="75" hits="88" branch="false"/>
|
|
2537
2537
|
</lines>
|
|
2538
2538
|
</class>
|
|
2539
2539
|
</classes>
|
package/package.json
CHANGED
package/src/Button/Button.tsx
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export type ButtonVariants = 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'danger' | 'link
|
|
2
|
+
export type ButtonVariants = 'primary' | 'secondary' | 'success' | 'info' | 'warning' | 'danger' | 'link-button';
|
|
3
3
|
export type ButtonSize = 'sm' | 'lg' | 'xl';
|
|
4
4
|
type ButtonProps = {
|
|
5
5
|
id?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/Button/Button.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,cAAc,GACpB,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,SAAS,GACT,QAAQ,GACR,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../src/Button/Button.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,cAAc,GACpB,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,SAAS,GACT,QAAQ,GACR,aAAa,CAAC;AAEpB,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE5C,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,cAAc,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IACpD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,UAAU,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAyCjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|