@nordicsemiconductor/pc-nrfconnect-shared 101.0.0 → 103.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 +21 -0
- package/coverage/cobertura-coverage.xml +143 -128
- package/nrfutil/device/common.ts +5 -7
- package/nrfutil/device/device.ts +3 -4
- package/package.json +1 -1
- package/src/App/App.tsx +1 -1
- package/src/Button/Button.tsx +30 -31
- package/src/Dialog/Dialog.tsx +3 -1
- package/src/Dialog/dialog.scss +0 -8
- package/src/{Panes → Feedback}/FeedbackPane.tsx +5 -36
- package/src/Feedback/sendFeedback.ts +42 -0
- package/src/index.ts +2 -0
- package/typings/generated/nrfutil/device/common.d.ts.map +1 -1
- package/typings/generated/nrfutil/device/device.d.ts.map +1 -1
- package/typings/generated/src/App/App.d.ts +1 -1
- package/typings/generated/src/App/App.d.ts.map +1 -1
- package/typings/generated/src/Button/Button.d.ts.map +1 -1
- package/typings/generated/src/Dialog/Dialog.d.ts.map +1 -1
- package/typings/generated/src/Feedback/FeedbackPane.d.ts.map +1 -0
- package/typings/generated/src/Feedback/sendFeedback.d.ts +3 -0
- package/typings/generated/src/Feedback/sendFeedback.d.ts.map +1 -0
- package/typings/generated/src/index.d.ts +1 -0
- package/typings/generated/src/index.d.ts.map +1 -1
- package/typings/generated/src/Panes/FeedbackPane.d.ts.map +0 -1
- /package/typings/generated/src/{Panes → Feedback}/FeedbackPane.d.ts +0 -0
package/Changelog.md
CHANGED
|
@@ -7,6 +7,27 @@ 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
|
+
## 103 - 2023-09-06
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Explicit export of `sendFeedback` which was a part of the `FeedbackPane`.
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- `Button` no longer has a div wrapper
|
|
19
|
+
- `Dialog.Footer` now now uses `tw-preflight`
|
|
20
|
+
|
|
21
|
+
### Steps to upgrade
|
|
22
|
+
|
|
23
|
+
- Update `nrfConnectForDesktop.nrfutil` to version 1.4.2 in `package.json`
|
|
24
|
+
|
|
25
|
+
## 102 - 2023-09-05
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- Trace logging did not work in production
|
|
30
|
+
|
|
10
31
|
## 101 - 2023-09-05
|
|
11
32
|
|
|
12
33
|
### 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="
|
|
3
|
+
<coverage lines-valid="3004" lines-covered="1663" line-rate="0.5535" branches-valid="1476" branches-covered="385" branch-rate="0.2608" timestamp="1694004018420" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/home/vsts/work/1/s</source>
|
|
6
6
|
</sources>
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
<line number="70" hits="0" branch="false"/>
|
|
1127
1127
|
</lines>
|
|
1128
1128
|
</class>
|
|
1129
|
-
<class name="common.ts" filename="nrfutil/device/common.ts" line-rate="0.
|
|
1129
|
+
<class name="common.ts" filename="nrfutil/device/common.ts" line-rate="0.1739" branch-rate="0">
|
|
1130
1130
|
<methods>
|
|
1131
1131
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
1132
1132
|
<lines>
|
|
@@ -1155,12 +1155,12 @@
|
|
|
1155
1155
|
</method>
|
|
1156
1156
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
1157
1157
|
<lines>
|
|
1158
|
-
<line number="
|
|
1158
|
+
<line number="248" hits="0"/>
|
|
1159
1159
|
</lines>
|
|
1160
1160
|
</method>
|
|
1161
1161
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
1162
1162
|
<lines>
|
|
1163
|
-
<line number="
|
|
1163
|
+
<line number="264" hits="0"/>
|
|
1164
1164
|
</lines>
|
|
1165
1165
|
</method>
|
|
1166
1166
|
</methods>
|
|
@@ -1185,10 +1185,10 @@
|
|
|
1185
1185
|
<line number="199" hits="0" branch="false"/>
|
|
1186
1186
|
<line number="205" hits="0" branch="false"/>
|
|
1187
1187
|
<line number="207" hits="0" branch="false"/>
|
|
1188
|
-
<line number="208" hits="0" branch="
|
|
1189
|
-
<line number="209" hits="0" branch="
|
|
1190
|
-
<line number="211" hits="0" branch="
|
|
1191
|
-
<line number="212" hits="0" branch="
|
|
1188
|
+
<line number="208" hits="0" branch="false"/>
|
|
1189
|
+
<line number="209" hits="0" branch="true" condition-coverage="0% (0/8)"/>
|
|
1190
|
+
<line number="211" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1191
|
+
<line number="212" hits="0" branch="false"/>
|
|
1192
1192
|
<line number="214" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1193
1193
|
<line number="215" hits="0" branch="false"/>
|
|
1194
1194
|
<line number="217" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
@@ -1199,22 +1199,21 @@
|
|
|
1199
1199
|
<line number="224" hits="0" branch="false"/>
|
|
1200
1200
|
<line number="226" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
1201
1201
|
<line number="227" hits="0" branch="false"/>
|
|
1202
|
-
<line number="
|
|
1203
|
-
<line number="
|
|
1204
|
-
<line number="
|
|
1205
|
-
<line number="241" hits="0" branch="
|
|
1206
|
-
<line number="
|
|
1207
|
-
<line number="
|
|
1208
|
-
<line number="
|
|
1209
|
-
<line number="
|
|
1210
|
-
<line number="
|
|
1211
|
-
<line number="
|
|
1212
|
-
<line number="
|
|
1213
|
-
<line number="
|
|
1214
|
-
<line number="274" hits="0" branch="false"/>
|
|
1202
|
+
<line number="231" hits="0" branch="false"/>
|
|
1203
|
+
<line number="236" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1204
|
+
<line number="237" hits="0" branch="false"/>
|
|
1205
|
+
<line number="241" hits="0" branch="false"/>
|
|
1206
|
+
<line number="244" hits="0" branch="false"/>
|
|
1207
|
+
<line number="245" hits="0" branch="false"/>
|
|
1208
|
+
<line number="248" hits="3" branch="false"/>
|
|
1209
|
+
<line number="255" hits="0" branch="false"/>
|
|
1210
|
+
<line number="256" hits="0" branch="false"/>
|
|
1211
|
+
<line number="264" hits="3" branch="false"/>
|
|
1212
|
+
<line number="271" hits="0" branch="false"/>
|
|
1213
|
+
<line number="272" hits="0" branch="false"/>
|
|
1215
1214
|
</lines>
|
|
1216
1215
|
</class>
|
|
1217
|
-
<class name="device.ts" filename="nrfutil/device/device.ts" line-rate="0.
|
|
1216
|
+
<class name="device.ts" filename="nrfutil/device/device.ts" line-rate="0.6428" branch-rate="0">
|
|
1218
1217
|
<methods>
|
|
1219
1218
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
1220
1219
|
<lines>
|
|
@@ -1233,12 +1232,12 @@
|
|
|
1233
1232
|
</method>
|
|
1234
1233
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
1235
1234
|
<lines>
|
|
1236
|
-
<line number="
|
|
1235
|
+
<line number="39" hits="0"/>
|
|
1237
1236
|
</lines>
|
|
1238
1237
|
</method>
|
|
1239
1238
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
1240
1239
|
<lines>
|
|
1241
|
-
<line number="
|
|
1240
|
+
<line number="60" hits="0"/>
|
|
1242
1241
|
</lines>
|
|
1243
1242
|
</method>
|
|
1244
1243
|
</methods>
|
|
@@ -1264,12 +1263,13 @@
|
|
|
1264
1263
|
<line number="29" hits="0" branch="false"/>
|
|
1265
1264
|
<line number="32" hits="3" branch="false"/>
|
|
1266
1265
|
<line number="33" hits="0" branch="false"/>
|
|
1267
|
-
<line number="
|
|
1268
|
-
<line number="
|
|
1266
|
+
<line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1267
|
+
<line number="37" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1268
|
+
<line number="39" hits="3" branch="false"/>
|
|
1269
|
+
<line number="40" hits="0" branch="false"/>
|
|
1269
1270
|
<line number="41" hits="0" branch="false"/>
|
|
1270
|
-
<line number="
|
|
1271
|
-
<line number="
|
|
1272
|
-
<line number="61" hits="0" branch="false"/>
|
|
1271
|
+
<line number="44" hits="3" branch="false"/>
|
|
1272
|
+
<line number="60" hits="0" branch="false"/>
|
|
1273
1273
|
</lines>
|
|
1274
1274
|
</class>
|
|
1275
1275
|
<class name="erase.ts" filename="nrfutil/device/erase.ts" line-rate="0.6666" branch-rate="0">
|
|
@@ -2533,7 +2533,7 @@
|
|
|
2533
2533
|
<line number="9" hits="6" branch="false"/>
|
|
2534
2534
|
<line number="32" hits="6" branch="false"/>
|
|
2535
2535
|
<line number="42" hits="88" branch="false"/>
|
|
2536
|
-
<line number="
|
|
2536
|
+
<line number="74" hits="88" branch="false"/>
|
|
2537
2537
|
</lines>
|
|
2538
2538
|
</class>
|
|
2539
2539
|
</classes>
|
|
@@ -4977,32 +4977,32 @@
|
|
|
4977
4977
|
</method>
|
|
4978
4978
|
<method name="(anonymous_15)" hits="44" signature="()V">
|
|
4979
4979
|
<lines>
|
|
4980
|
-
<line number="
|
|
4980
|
+
<line number="98" hits="44"/>
|
|
4981
4981
|
</lines>
|
|
4982
4982
|
</method>
|
|
4983
4983
|
<method name="(anonymous_16)" hits="6" signature="()V">
|
|
4984
4984
|
<lines>
|
|
4985
|
-
<line number="
|
|
4985
|
+
<line number="125" hits="6"/>
|
|
4986
4986
|
</lines>
|
|
4987
4987
|
</method>
|
|
4988
4988
|
<method name="(anonymous_17)" hits="4" signature="()V">
|
|
4989
4989
|
<lines>
|
|
4990
|
-
<line number="
|
|
4990
|
+
<line number="162" hits="4"/>
|
|
4991
4991
|
</lines>
|
|
4992
4992
|
</method>
|
|
4993
4993
|
<method name="(anonymous_18)" hits="2" signature="()V">
|
|
4994
4994
|
<lines>
|
|
4995
|
-
<line number="
|
|
4995
|
+
<line number="186" hits="2"/>
|
|
4996
4996
|
</lines>
|
|
4997
4997
|
</method>
|
|
4998
4998
|
<method name="(anonymous_19)" hits="2" signature="()V">
|
|
4999
4999
|
<lines>
|
|
5000
|
-
<line number="
|
|
5000
|
+
<line number="204" hits="2"/>
|
|
5001
5001
|
</lines>
|
|
5002
5002
|
</method>
|
|
5003
5003
|
<method name="(anonymous_20)" hits="0" signature="()V">
|
|
5004
5004
|
<lines>
|
|
5005
|
-
<line number="
|
|
5005
|
+
<line number="215" hits="0"/>
|
|
5006
5006
|
</lines>
|
|
5007
5007
|
</method>
|
|
5008
5008
|
</methods>
|
|
@@ -5022,16 +5022,16 @@
|
|
|
5022
5022
|
<line number="81" hits="27" branch="false"/>
|
|
5023
5023
|
<line number="84" hits="6" branch="false"/>
|
|
5024
5024
|
<line number="85" hits="27" branch="false"/>
|
|
5025
|
-
<line number="
|
|
5026
|
-
<line number="
|
|
5027
|
-
<line number="
|
|
5028
|
-
<line number="
|
|
5029
|
-
<line number="
|
|
5030
|
-
<line number="
|
|
5031
|
-
<line number="
|
|
5032
|
-
<line number="
|
|
5033
|
-
<line number="
|
|
5034
|
-
<line number="
|
|
5025
|
+
<line number="98" hits="113" branch="false"/>
|
|
5026
|
+
<line number="105" hits="44" branch="false"/>
|
|
5027
|
+
<line number="125" hits="6" branch="false"/>
|
|
5028
|
+
<line number="138" hits="6" branch="false"/>
|
|
5029
|
+
<line number="162" hits="6" branch="false"/>
|
|
5030
|
+
<line number="171" hits="4" branch="false"/>
|
|
5031
|
+
<line number="186" hits="6" branch="false"/>
|
|
5032
|
+
<line number="187" hits="2" branch="false"/>
|
|
5033
|
+
<line number="204" hits="6" branch="false"/>
|
|
5034
|
+
<line number="218" hits="2" branch="false"/>
|
|
5035
5035
|
</lines>
|
|
5036
5036
|
</class>
|
|
5037
5037
|
</classes>
|
|
@@ -5375,6 +5375,100 @@
|
|
|
5375
5375
|
</class>
|
|
5376
5376
|
</classes>
|
|
5377
5377
|
</package>
|
|
5378
|
+
<package name="src.Feedback" line-rate="0.3421" branch-rate="0.0384">
|
|
5379
|
+
<classes>
|
|
5380
|
+
<class name="FeedbackPane.tsx" filename="src/Feedback/FeedbackPane.tsx" line-rate="0.30760000000000004" branch-rate="0">
|
|
5381
|
+
<methods>
|
|
5382
|
+
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
5383
|
+
<lines>
|
|
5384
|
+
<line number="19" hits="0"/>
|
|
5385
|
+
</lines>
|
|
5386
|
+
</method>
|
|
5387
|
+
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
5388
|
+
<lines>
|
|
5389
|
+
<line number="23" hits="0"/>
|
|
5390
|
+
</lines>
|
|
5391
|
+
</method>
|
|
5392
|
+
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
5393
|
+
<lines>
|
|
5394
|
+
<line number="26" hits="0"/>
|
|
5395
|
+
</lines>
|
|
5396
|
+
</method>
|
|
5397
|
+
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
5398
|
+
<lines>
|
|
5399
|
+
<line number="55" hits="0"/>
|
|
5400
|
+
</lines>
|
|
5401
|
+
</method>
|
|
5402
|
+
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
5403
|
+
<lines>
|
|
5404
|
+
<line number="109" hits="0"/>
|
|
5405
|
+
</lines>
|
|
5406
|
+
</method>
|
|
5407
|
+
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
5408
|
+
<lines>
|
|
5409
|
+
<line number="139" hits="0"/>
|
|
5410
|
+
</lines>
|
|
5411
|
+
</method>
|
|
5412
|
+
</methods>
|
|
5413
|
+
<lines>
|
|
5414
|
+
<line number="7" hits="1" branch="false"/>
|
|
5415
|
+
<line number="9" hits="1" branch="false"/>
|
|
5416
|
+
<line number="10" hits="1" branch="false"/>
|
|
5417
|
+
<line number="11" hits="1" branch="false"/>
|
|
5418
|
+
<line number="12" hits="1" branch="false"/>
|
|
5419
|
+
<line number="13" hits="1" branch="false"/>
|
|
5420
|
+
<line number="19" hits="1" branch="false"/>
|
|
5421
|
+
<line number="20" hits="0" branch="false"/>
|
|
5422
|
+
<line number="21" hits="0" branch="false"/>
|
|
5423
|
+
<line number="23" hits="0" branch="false"/>
|
|
5424
|
+
<line number="24" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
5425
|
+
<line number="26" hits="0" branch="false"/>
|
|
5426
|
+
<line number="30" hits="0" branch="false"/>
|
|
5427
|
+
<line number="33" hits="0" branch="false"/>
|
|
5428
|
+
<line number="37" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5429
|
+
<line number="38" hits="0" branch="false"/>
|
|
5430
|
+
<line number="56" hits="0" branch="false"/>
|
|
5431
|
+
<line number="57" hits="0" branch="false"/>
|
|
5432
|
+
<line number="68" hits="0" branch="false"/>
|
|
5433
|
+
<line number="109" hits="0" branch="false"/>
|
|
5434
|
+
<line number="124" hits="0" branch="false"/>
|
|
5435
|
+
<line number="139" hits="1" branch="false"/>
|
|
5436
|
+
<line number="144" hits="0" branch="false"/>
|
|
5437
|
+
<line number="145" hits="0" branch="false"/>
|
|
5438
|
+
<line number="147" hits="0" branch="false"/>
|
|
5439
|
+
<line number="149" hits="0" branch="false"/>
|
|
5440
|
+
</lines>
|
|
5441
|
+
</class>
|
|
5442
|
+
<class name="sendFeedback.ts" filename="src/Feedback/sendFeedback.ts" line-rate="0.41659999999999997" branch-rate="0.1666">
|
|
5443
|
+
<methods>
|
|
5444
|
+
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
5445
|
+
<lines>
|
|
5446
|
+
<line number="15" hits="0"/>
|
|
5447
|
+
</lines>
|
|
5448
|
+
</method>
|
|
5449
|
+
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
5450
|
+
<lines>
|
|
5451
|
+
<line number="17" hits="0"/>
|
|
5452
|
+
</lines>
|
|
5453
|
+
</method>
|
|
5454
|
+
</methods>
|
|
5455
|
+
<lines>
|
|
5456
|
+
<line number="7" hits="1" branch="false"/>
|
|
5457
|
+
<line number="8" hits="1" branch="false"/>
|
|
5458
|
+
<line number="11" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
5459
|
+
<line number="15" hits="1" branch="false"/>
|
|
5460
|
+
<line number="17" hits="1" branch="false"/>
|
|
5461
|
+
<line number="18" hits="0" branch="false"/>
|
|
5462
|
+
<line number="24" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
5463
|
+
<line number="25" hits="0" branch="false"/>
|
|
5464
|
+
<line number="28" hits="0" branch="false"/>
|
|
5465
|
+
<line number="37" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5466
|
+
<line number="38" hits="0" branch="false"/>
|
|
5467
|
+
<line number="41" hits="0" branch="false"/>
|
|
5468
|
+
</lines>
|
|
5469
|
+
</class>
|
|
5470
|
+
</classes>
|
|
5471
|
+
</package>
|
|
5378
5472
|
<package name="src.FlashMessage" line-rate="0.4078" branch-rate="0.0384">
|
|
5379
5473
|
<classes>
|
|
5380
5474
|
<class name="FlashMessage.tsx" filename="src/FlashMessage/FlashMessage.tsx" line-rate="0.42219999999999996" branch-rate="0.0384">
|
|
@@ -5931,85 +6025,6 @@
|
|
|
5931
6025
|
</class>
|
|
5932
6026
|
</classes>
|
|
5933
6027
|
</package>
|
|
5934
|
-
<package name="src.Panes" line-rate="0.29410000000000003" branch-rate="0.0384">
|
|
5935
|
-
<classes>
|
|
5936
|
-
<class name="FeedbackPane.tsx" filename="src/Panes/FeedbackPane.tsx" line-rate="0.29410000000000003" branch-rate="0.0384">
|
|
5937
|
-
<methods>
|
|
5938
|
-
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
5939
|
-
<lines>
|
|
5940
|
-
<line number="19" hits="0"/>
|
|
5941
|
-
</lines>
|
|
5942
|
-
</method>
|
|
5943
|
-
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
5944
|
-
<lines>
|
|
5945
|
-
<line number="23" hits="0"/>
|
|
5946
|
-
</lines>
|
|
5947
|
-
</method>
|
|
5948
|
-
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
5949
|
-
<lines>
|
|
5950
|
-
<line number="26" hits="0"/>
|
|
5951
|
-
</lines>
|
|
5952
|
-
</method>
|
|
5953
|
-
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
5954
|
-
<lines>
|
|
5955
|
-
<line number="55" hits="0"/>
|
|
5956
|
-
</lines>
|
|
5957
|
-
</method>
|
|
5958
|
-
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
5959
|
-
<lines>
|
|
5960
|
-
<line number="109" hits="0"/>
|
|
5961
|
-
</lines>
|
|
5962
|
-
</method>
|
|
5963
|
-
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
5964
|
-
<lines>
|
|
5965
|
-
<line number="144" hits="0"/>
|
|
5966
|
-
</lines>
|
|
5967
|
-
</method>
|
|
5968
|
-
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
5969
|
-
<lines>
|
|
5970
|
-
<line number="184" hits="0"/>
|
|
5971
|
-
</lines>
|
|
5972
|
-
</method>
|
|
5973
|
-
</methods>
|
|
5974
|
-
<lines>
|
|
5975
|
-
<line number="7" hits="1" branch="false"/>
|
|
5976
|
-
<line number="9" hits="1" branch="false"/>
|
|
5977
|
-
<line number="10" hits="1" branch="false"/>
|
|
5978
|
-
<line number="11" hits="1" branch="false"/>
|
|
5979
|
-
<line number="12" hits="1" branch="false"/>
|
|
5980
|
-
<line number="13" hits="1" branch="false"/>
|
|
5981
|
-
<line number="19" hits="1" branch="false"/>
|
|
5982
|
-
<line number="20" hits="0" branch="false"/>
|
|
5983
|
-
<line number="21" hits="0" branch="false"/>
|
|
5984
|
-
<line number="23" hits="0" branch="false"/>
|
|
5985
|
-
<line number="24" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
5986
|
-
<line number="26" hits="0" branch="false"/>
|
|
5987
|
-
<line number="30" hits="0" branch="false"/>
|
|
5988
|
-
<line number="33" hits="0" branch="false"/>
|
|
5989
|
-
<line number="37" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5990
|
-
<line number="38" hits="0" branch="false"/>
|
|
5991
|
-
<line number="56" hits="0" branch="false"/>
|
|
5992
|
-
<line number="57" hits="0" branch="false"/>
|
|
5993
|
-
<line number="68" hits="0" branch="false"/>
|
|
5994
|
-
<line number="109" hits="0" branch="false"/>
|
|
5995
|
-
<line number="124" hits="0" branch="false"/>
|
|
5996
|
-
<line number="140" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
5997
|
-
<line number="144" hits="1" branch="false"/>
|
|
5998
|
-
<line number="149" hits="0" branch="false"/>
|
|
5999
|
-
<line number="155" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
6000
|
-
<line number="156" hits="0" branch="false"/>
|
|
6001
|
-
<line number="159" hits="0" branch="false"/>
|
|
6002
|
-
<line number="160" hits="0" branch="false"/>
|
|
6003
|
-
<line number="169" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
6004
|
-
<line number="170" hits="0" branch="false"/>
|
|
6005
|
-
<line number="171" hits="0" branch="false"/>
|
|
6006
|
-
<line number="174" hits="0" branch="false"/>
|
|
6007
|
-
<line number="178" hits="0" branch="false"/>
|
|
6008
|
-
<line number="184" hits="1" branch="false"/>
|
|
6009
|
-
</lines>
|
|
6010
|
-
</class>
|
|
6011
|
-
</classes>
|
|
6012
|
-
</package>
|
|
6013
6028
|
<package name="src.PseudoButton" line-rate="0.7857" branch-rate="0">
|
|
6014
6029
|
<classes>
|
|
6015
6030
|
<class name="PseudoButton.tsx" filename="src/PseudoButton/PseudoButton.tsx" line-rate="0.7857" branch-rate="0">
|
|
@@ -7018,9 +7033,9 @@
|
|
|
7018
7033
|
</class>
|
|
7019
7034
|
<class name="classNames.ts" filename="src/utils/classNames.ts" line-rate="1" branch-rate="1">
|
|
7020
7035
|
<methods>
|
|
7021
|
-
<method name="(anonymous_1)" hits="
|
|
7036
|
+
<method name="(anonymous_1)" hits="1694" signature="()V">
|
|
7022
7037
|
<lines>
|
|
7023
|
-
<line number="7" hits="
|
|
7038
|
+
<line number="7" hits="1694"/>
|
|
7024
7039
|
</lines>
|
|
7025
7040
|
</method>
|
|
7026
7041
|
<method name="(anonymous_2)" hits="340" signature="()V">
|
|
@@ -7030,7 +7045,7 @@
|
|
|
7030
7045
|
</method>
|
|
7031
7046
|
</methods>
|
|
7032
7047
|
<lines>
|
|
7033
|
-
<line number="7" hits="
|
|
7048
|
+
<line number="7" hits="1694" branch="false"/>
|
|
7034
7049
|
<line number="24" hits="340" branch="false"/>
|
|
7035
7050
|
<line number="25" hits="340" branch="false"/>
|
|
7036
7051
|
</lines>
|
package/nrfutil/device/common.ts
CHANGED
|
@@ -205,9 +205,6 @@ export const getDeviceSandbox = async () => {
|
|
|
205
205
|
deviceSandbox = await promiseDeviceSandbox;
|
|
206
206
|
|
|
207
207
|
deviceSandbox.onLogging(evt => {
|
|
208
|
-
if (process.env.NODE_ENV === 'production' && !getIsLoggingVerbose())
|
|
209
|
-
return;
|
|
210
|
-
|
|
211
208
|
const deviceLogger = getNrfutilLogger();
|
|
212
209
|
switch (evt.level) {
|
|
213
210
|
case 'TRACE':
|
|
@@ -235,10 +232,11 @@ export const getDeviceSandbox = async () => {
|
|
|
235
232
|
}
|
|
236
233
|
});
|
|
237
234
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
235
|
+
const fallbackLevel =
|
|
236
|
+
process.env.NODE_ENV === 'production' ? 'off' : 'error';
|
|
237
|
+
deviceSandbox.setLogLevel(
|
|
238
|
+
getIsLoggingVerbose() ? 'trace' : fallbackLevel
|
|
239
|
+
);
|
|
242
240
|
// Only the first reset after selecting "reset with verbose logging" is relevant
|
|
243
241
|
persistIsLoggingVerbose(false);
|
|
244
242
|
}
|
package/nrfutil/device/device.ts
CHANGED
|
@@ -31,11 +31,10 @@ const setLogLevel = async (level: LogLevel) => {
|
|
|
31
31
|
|
|
32
32
|
const setVerboseLogging = async (verbose: boolean) => {
|
|
33
33
|
const sandbox = await getDeviceSandbox();
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
// process.env.NODE_ENV === 'production' ? 'off' : 'error';
|
|
34
|
+
const fallbackLevel =
|
|
35
|
+
process.env.NODE_ENV === 'production' ? 'off' : 'error';
|
|
37
36
|
|
|
38
|
-
sandbox.setLogLevel(verbose ? 'trace' :
|
|
37
|
+
sandbox.setLogLevel(verbose ? 'trace' : fallbackLevel);
|
|
39
38
|
};
|
|
40
39
|
const getModuleVersion = async () => {
|
|
41
40
|
const sandbox = await getDeviceSandbox();
|
package/package.json
CHANGED
package/src/App/App.tsx
CHANGED
|
@@ -24,11 +24,11 @@ import {
|
|
|
24
24
|
} from '../Device/deviceSlice';
|
|
25
25
|
import ErrorBoundary from '../ErrorBoundary/ErrorBoundary';
|
|
26
26
|
import ErrorDialog from '../ErrorDialog/ErrorDialog';
|
|
27
|
+
import FeedbackPane, { FeedbackPaneProps } from '../Feedback/FeedbackPane';
|
|
27
28
|
import FlashMessages from '../FlashMessage/FlashMessage';
|
|
28
29
|
import LogViewer from '../Log/LogViewer';
|
|
29
30
|
import logger from '../logging';
|
|
30
31
|
import NavBar from '../NavBar/NavBar';
|
|
31
|
-
import FeedbackPane, { FeedbackPaneProps } from '../Panes/FeedbackPane';
|
|
32
32
|
import classNames from '../utils/classNames';
|
|
33
33
|
import packageJson from '../utils/packageJson';
|
|
34
34
|
import { getPersistedCurrentPane } from '../utils/persistentStore';
|
package/src/Button/Button.tsx
CHANGED
|
@@ -39,37 +39,36 @@ const Button: React.FC<ButtonProps> = ({
|
|
|
39
39
|
title,
|
|
40
40
|
size = 'sm',
|
|
41
41
|
}) => (
|
|
42
|
-
<
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
</div>
|
|
42
|
+
<button
|
|
43
|
+
type="button"
|
|
44
|
+
id={id}
|
|
45
|
+
className={`${classNames(
|
|
46
|
+
'tw-preflight',
|
|
47
|
+
size === 'sm' && 'tw-h-6 tw-px-2 tw-text-xs',
|
|
48
|
+
size === 'lg' && 'tw-h-8 tw-px-4 tw-text-sm',
|
|
49
|
+
size === 'xl' && 'tw-h-8 tw-px-4 tw-text-base',
|
|
50
|
+
variant === 'primary' &&
|
|
51
|
+
'tw-bg-nordicBlue tw-text-white active:enabled:tw-bg-nordicBlue-700',
|
|
52
|
+
variant === 'secondary' &&
|
|
53
|
+
'tw-border tw-border-gray-700 tw-bg-white tw-text-gray-700 active:enabled:tw-bg-gray-50',
|
|
54
|
+
variant === 'success' &&
|
|
55
|
+
'tw-bg-green tw-text-white active:enabled:tw-bg-green-700',
|
|
56
|
+
variant === 'info' &&
|
|
57
|
+
'tw-bg-nordicBlue tw-text-white active:enabled:tw-bg-nordicBlue-700',
|
|
58
|
+
variant === 'warning' &&
|
|
59
|
+
'tw-bg-orange tw-text-white active:enabled:tw-bg-orange-700',
|
|
60
|
+
variant === 'danger' &&
|
|
61
|
+
'tw-bg-red tw-text-white active:enabled:tw-bg-red-700',
|
|
62
|
+
variant === 'link-button' &&
|
|
63
|
+
'tw-border tw-border-nordicBlue tw-bg-white tw-text-nordicBlue active:enabled:tw-bg-gray-50',
|
|
64
|
+
className
|
|
65
|
+
)}`}
|
|
66
|
+
disabled={disabled}
|
|
67
|
+
onClick={onClick}
|
|
68
|
+
title={title}
|
|
69
|
+
>
|
|
70
|
+
{children}
|
|
71
|
+
</button>
|
|
73
72
|
);
|
|
74
73
|
|
|
75
74
|
export default Button;
|
package/src/Dialog/Dialog.tsx
CHANGED
|
@@ -82,7 +82,9 @@ Dialog.Body = ({ children }: { children: ReactNode }) => (
|
|
|
82
82
|
);
|
|
83
83
|
|
|
84
84
|
Dialog.Footer = ({ children }: { children: ReactNode }) => (
|
|
85
|
-
<Modal.Footer>
|
|
85
|
+
<Modal.Footer className="tw-preflight tw-flex tw-flex-row-reverse tw-justify-start tw-gap-1 tw-border-none tw-p-4">
|
|
86
|
+
{children}
|
|
87
|
+
</Modal.Footer>
|
|
86
88
|
);
|
|
87
89
|
|
|
88
90
|
export interface DialogButtonProps {
|
package/src/Dialog/dialog.scss
CHANGED
|
@@ -9,8 +9,8 @@ import React, { useMemo, useState } from 'react';
|
|
|
9
9
|
import Button from '../Button/Button';
|
|
10
10
|
import Dropdown, { DropdownItem } from '../Dropdown/Dropdown';
|
|
11
11
|
import logger from '../logging';
|
|
12
|
-
import
|
|
13
|
-
import
|
|
12
|
+
import describeError from '../logging/describeError';
|
|
13
|
+
import sendFeedback from './sendFeedback';
|
|
14
14
|
|
|
15
15
|
export interface FeedbackPaneProps {
|
|
16
16
|
categories?: string[];
|
|
@@ -136,49 +136,18 @@ export default ({ categories }: FeedbackPaneProps) => {
|
|
|
136
136
|
);
|
|
137
137
|
};
|
|
138
138
|
|
|
139
|
-
const formURL =
|
|
140
|
-
isDevelopment === true
|
|
141
|
-
? 'https://formkeep.com/f/87deb409a565'
|
|
142
|
-
: 'https://formkeep.com/f/36b394b92851';
|
|
143
|
-
|
|
144
139
|
const handleFormData = async (
|
|
145
140
|
feedback: string,
|
|
146
141
|
setResponse: (response: boolean) => void,
|
|
147
142
|
category?: string
|
|
148
143
|
) => {
|
|
149
|
-
const data: Record<string, unknown> = {
|
|
150
|
-
name: getAppName(),
|
|
151
|
-
feedback,
|
|
152
|
-
platform: process.platform,
|
|
153
|
-
};
|
|
154
|
-
|
|
155
|
-
if (category && category !== 'Select a category') {
|
|
156
|
-
data.category = category;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
144
|
try {
|
|
160
|
-
|
|
161
|
-
method: 'POST',
|
|
162
|
-
body: JSON.stringify(data),
|
|
163
|
-
headers: {
|
|
164
|
-
'Content-Type': 'application/json',
|
|
165
|
-
enctype: 'multipart/form-data',
|
|
166
|
-
},
|
|
167
|
-
});
|
|
145
|
+
await sendFeedback(feedback, category);
|
|
168
146
|
|
|
169
|
-
|
|
170
|
-
setResponse(true);
|
|
171
|
-
return;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
logger.error(
|
|
175
|
-
`FeedbackForm: Server responded with status code ${response.status}`
|
|
176
|
-
);
|
|
147
|
+
setResponse(true);
|
|
177
148
|
} catch (error: unknown) {
|
|
178
149
|
logger.error(
|
|
179
|
-
`FeedbackForm: Could not send feedback. ${
|
|
150
|
+
`FeedbackForm: Could not send feedback. ${describeError(error)}`
|
|
180
151
|
);
|
|
181
152
|
}
|
|
182
153
|
};
|
|
183
|
-
|
|
184
|
-
const getAppName = () => packageJson().name;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2023 Nordic Semiconductor ASA
|
|
3
|
+
*
|
|
4
|
+
* SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import { isDevelopment } from '../utils/environment';
|
|
8
|
+
import packageJson from '../utils/packageJson';
|
|
9
|
+
|
|
10
|
+
const formURL =
|
|
11
|
+
isDevelopment === true
|
|
12
|
+
? 'https://formkeep.com/f/87deb409a565'
|
|
13
|
+
: 'https://formkeep.com/f/36b394b92851';
|
|
14
|
+
|
|
15
|
+
const getAppName = () => packageJson().name;
|
|
16
|
+
|
|
17
|
+
export default async (feedback: string, category?: string) => {
|
|
18
|
+
const data: Record<string, unknown> = {
|
|
19
|
+
name: getAppName(),
|
|
20
|
+
feedback,
|
|
21
|
+
platform: process.platform,
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
if (category && category !== 'Select a category') {
|
|
25
|
+
data.category = category;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
const response = await fetch(formURL, {
|
|
29
|
+
method: 'POST',
|
|
30
|
+
body: JSON.stringify(data),
|
|
31
|
+
headers: {
|
|
32
|
+
'Content-Type': 'application/json',
|
|
33
|
+
enctype: 'multipart/form-data',
|
|
34
|
+
},
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
if (response.ok) {
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
throw new Error(`Server responded with status code ${response.status}`);
|
|
42
|
+
};
|
package/src/index.ts
CHANGED
|
@@ -52,6 +52,8 @@ export { default as Spinner } from './Spinner/Spinner';
|
|
|
52
52
|
|
|
53
53
|
export { default as MasonryLayout } from './MasonryLayout/MasonryLayout';
|
|
54
54
|
|
|
55
|
+
export { default as sendFeedback } from './Feedback/sendFeedback';
|
|
56
|
+
|
|
55
57
|
export { default as useStopwatch } from './utils/useStopwatch';
|
|
56
58
|
export { default as useFocusedOnVisible } from './utils/useFocusedOnVisible';
|
|
57
59
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../nrfutil/device/common.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../nrfutil/device/common.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device.d.ts","sourceRoot":"","sources":["../../../../nrfutil/device/device.ts"],"names":[],"mappings":";AAMA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"device.d.ts","sourceRoot":"","sources":["../../../../nrfutil/device/device.ts"],"names":[],"mappings":";AAMA,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;AAoChC,wBAiBE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import 'focus-visible';
|
|
2
2
|
import React, { FC, ReactNode } from 'react';
|
|
3
3
|
import { Reducer } from 'redux';
|
|
4
|
-
import { FeedbackPaneProps } from '../
|
|
4
|
+
import { FeedbackPaneProps } from '../Feedback/FeedbackPane';
|
|
5
5
|
import './app.scss';
|
|
6
6
|
import './shared.scss';
|
|
7
7
|
import './tailwind.css';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../../src/App/App.tsx"],"names":[],"mappings":"AAMA,OAAO,eAAe,CAAC;AAEvB,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,SAAS,EAA8B,MAAM,OAAO,CAAC;AAIzE,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../../../src/App/App.tsx"],"names":[],"mappings":"AAMA,OAAO,eAAe,CAAC;AAEvB,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,SAAS,EAA8B,MAAM,OAAO,CAAC;AAIzE,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAchC,OAAqB,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAqB3E,OAAO,YAAY,CAAC;AACpB,OAAO,eAAe,CAAC;AACvB,OAAO,gBAAgB,CAAC;AAexB,MAAM,WAAW,SAAS;IACtB,MAAM,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,IAAI;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC;IACpB,SAAS,CAAC,EAAE,EAAE,CAAC;CAClB;AAED,UAAU,iBAAiB;IACvB,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,EAAE,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,GAAG,iBAAiB,CAAC;IACvC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC;;;;AA2HD,wBASE;AAiDF,eAAO,MAAM,MAAM,QAAS,MAAM,YAAY,SAM7C,CAAC"}
|
|
@@ -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,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,
|
|
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,CAwCjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/Dialog/Dialog.tsx"],"names":[],"mappings":"AAMA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,OAAe,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAG1D,OAAO,eAAe,CAAC;AAEvB,KAAK,SAAS,GAAG;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAChC,QAAQ,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG,SAAS,GAAG;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,MAAM;oFAQhB,WAAW;;eA2BH,MAAM;;;;;kBAiBwB,SAAS;;;kBAIP,SAAS;;CA5BnD,CAAC;
|
|
1
|
+
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../src/Dialog/Dialog.tsx"],"names":[],"mappings":"AAMA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,OAAe,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAG1D,OAAO,eAAe,CAAC;AAEvB,KAAK,SAAS,GAAG;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IAChC,QAAQ,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,KAAK,WAAW,GAAG,SAAS,GAAG;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,MAAM;oFAQhB,WAAW;;eA2BH,MAAM;;;;;kBAiBwB,SAAS;;;kBAIP,SAAS;;CA5BnD,CAAC;AAkCF,MAAM,WAAW,iBAAiB;IAC9B,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,SAAS,CAAC;CACvB;AAED,eAAO,MAAM,YAAY,yDAMtB,iBAAiB,gBAUnB,CAAC;AAEF,UAAU,kBAAmB,SAAQ,SAAS;IAC1C,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,0HAYvB,kBAAkB,gBAiBpB,CAAC;AAEF,UAAU,SAAU,SAAQ,SAAS;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,UAAU,yEAQpB,SAAS,gBAcX,CAAC;AAEF,eAAO,MAAM,WAAW,UAAW,KAAK,SAAS,EAAE,YAAY,CAAC,gBAK1D,CAAC;AAEP,UAAU,uBAAwB,SAAQ,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,eAAO,MAAM,kBAAkB,4IAa5B,uBAAuB,gBAyBzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackPane.d.ts","sourceRoot":"","sources":["../../../../src/Feedback/FeedbackPane.tsx"],"names":[],"mappings":";AAcA,MAAM,WAAW,iBAAiB;IAC9B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;yCAE+B,iBAAiB;AAAjD,wBAsHE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sendFeedback.d.ts","sourceRoot":"","sources":["../../../../src/Feedback/sendFeedback.ts"],"names":[],"mappings":"mCAgBgC,MAAM,aAAa,MAAM;AAAzD,wBAyBE"}
|
|
@@ -37,6 +37,7 @@ export { default as NumberInlineInput } from './InlineInput/NumberInlineInput';
|
|
|
37
37
|
export { default as NumberInputSliderWithUnit } from './NumberInputWithSlider/NumberInputSliderWithUnit';
|
|
38
38
|
export { default as Spinner } from './Spinner/Spinner';
|
|
39
39
|
export { default as MasonryLayout } from './MasonryLayout/MasonryLayout';
|
|
40
|
+
export { default as sendFeedback } from './Feedback/sendFeedback';
|
|
40
41
|
export { default as useStopwatch } from './utils/useStopwatch';
|
|
41
42
|
export { default as useFocusedOnVisible } from './utils/useFocusedOnVisible';
|
|
42
43
|
export { reducer as errorDialogReducer } from './ErrorDialog/errorDialogSlice';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FeedbackPane.d.ts","sourceRoot":"","sources":["../../../../src/Panes/FeedbackPane.tsx"],"names":[],"mappings":";AAcA,MAAM,WAAW,iBAAiB;IAC9B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;yCAE+B,iBAAiB;AAAjD,wBAsHE"}
|
|
File without changes
|