@allurereport/web-awesome 3.0.0-beta.17 → 3.0.0-beta.19
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/dist/multi/173.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/174.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/252.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/282.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/29.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/416.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/527.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/600.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/605.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/638.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/672.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/686.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/725.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/741.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/755.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/894.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/943.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/980.app-87488b008bf93bf0b234.js +1 -0
- package/dist/multi/app-87488b008bf93bf0b234.js +2 -0
- package/dist/multi/{app-3f57abaa5734556b2988.js.LICENSE.txt → app-87488b008bf93bf0b234.js.LICENSE.txt} +2 -8
- package/dist/multi/manifest.json +20 -20
- package/dist/multi/{styles-9475296a2cbcd0e5d2d0.css → styles-88a1cf6726b2a478108e.css} +13 -11
- package/dist/single/app-af34e3cec116175b6d9a.js +2 -0
- package/dist/single/{app-800f7e75bb52ecb2ae21.js.LICENSE.txt → app-af34e3cec116175b6d9a.js.LICENSE.txt} +2 -8
- package/dist/single/manifest.json +1 -1
- package/package.json +5 -5
- package/src/components/Charts/index.tsx +53 -5
- package/src/components/Charts/styles.scss +2 -2
- package/src/components/Header/CiInfo/index.tsx +45 -29
- package/src/components/Header/index.tsx +1 -4
- package/src/components/MainReport/index.tsx +65 -2
- package/src/components/MainReport/styles.scss +8 -0
- package/src/components/NavTabs/index.tsx +70 -0
- package/src/components/ReportBody/index.tsx +1 -2
- package/src/components/ReportBody/styles.scss +2 -2
- package/src/components/ReportGlobalAttachments/index.tsx +34 -0
- package/src/components/ReportGlobalAttachments/styles.scss +11 -0
- package/src/components/ReportGlobalErrors/index.tsx +30 -0
- package/src/components/ReportGlobalErrors/styles.scss +12 -0
- package/src/components/ReportHeader/index.tsx +28 -10
- package/src/components/ReportHeader/styles.scss +7 -1
- package/src/components/ReportMetadata/MetadataSummary.tsx +1 -2
- package/src/components/ReportMetadata/styles.scss +0 -2
- package/src/components/SplitLayout/index.tsx +0 -2
- package/src/components/TestResult/TrAttachmentsView/index.tsx +5 -3
- package/src/components/TestResult/TrError/index.tsx +6 -5
- package/src/components/TestResult/TrInfo/TrInfoStatuses.tsx +1 -1
- package/src/components/TestResult/TrInfo/index.tsx +1 -1
- package/src/components/TestResult/TrPrevStatuses/index.tsx +1 -2
- package/src/components/TestResult/TrSeverity/index.tsx +1 -1
- package/src/components/TestResult/TrStatus/index.tsx +1 -1
- package/src/components/TestResult/TrSteps/TrStepInfo.tsx +4 -4
- package/src/components/TestResult/TrSteps/styles.scss +10 -1
- package/src/components/TestResult/TrTabs/index.tsx +19 -57
- package/src/components/TestResult/index.tsx +0 -1
- package/src/index.tsx +9 -1
- package/src/locales/az.json +8 -2
- package/src/locales/de.json +8 -2
- package/src/locales/en.json +8 -2
- package/src/locales/es.json +8 -2
- package/src/locales/fr.json +8 -2
- package/src/locales/he.json +8 -2
- package/src/locales/hy.json +8 -2
- package/src/locales/it.json +8 -2
- package/src/locales/ja.json +8 -2
- package/src/locales/ka.json +8 -2
- package/src/locales/kr.json +8 -2
- package/src/locales/nl.json +8 -2
- package/src/locales/pl.json +8 -2
- package/src/locales/pt.json +8 -2
- package/src/locales/ru.json +8 -2
- package/src/locales/sv.json +8 -2
- package/src/locales/tr.json +8 -2
- package/src/locales/zh.json +8 -2
- package/src/stores/chart.ts +7 -7
- package/src/stores/globals.ts +28 -0
- package/test/components/Header/CiInfo.test.tsx +79 -53
- package/test/components/Header.test.tsx +1 -6
- package/vitest.config.ts +1 -1
- package/dist/multi/173.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/174.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/252.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/282.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/29.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/416.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/527.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/600.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/605.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/638.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/672.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/686.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/725.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/741.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/755.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/894.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/943.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/980.app-3f57abaa5734556b2988.js +0 -1
- package/dist/multi/app-3f57abaa5734556b2988.js +0 -2
- package/dist/single/app-800f7e75bb52ecb2ae21.js +0 -2
- package/src/utils/capitalize.ts +0 -6
- package/src/utils/charts.ts +0 -167
- /package/src/components/{TestResult/TrTabs → NavTabs}/styles.scss +0 -0
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/*! @license DOMPurify 3.2.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.6/LICENSE */
|
|
2
|
+
|
|
1
3
|
/**
|
|
2
4
|
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
3
5
|
*
|
|
@@ -6,11 +8,3 @@
|
|
|
6
8
|
* @namespace
|
|
7
9
|
* @public
|
|
8
10
|
*/
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* filesize
|
|
12
|
-
*
|
|
13
|
-
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
|
|
14
|
-
* @license BSD-3-Clause
|
|
15
|
-
* @version 10.1.6
|
|
16
|
-
*/
|
package/dist/multi/manifest.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"main.js": "app-
|
|
3
|
-
"main.css": "styles-
|
|
4
|
-
"686.app-js": "686.app-
|
|
5
|
-
"894.app-js": "894.app-
|
|
6
|
-
"174.app-js": "174.app-
|
|
7
|
-
"725.app-js": "725.app-
|
|
8
|
-
"605.app-js": "605.app-
|
|
9
|
-
"282.app-js": "282.app-
|
|
10
|
-
"638.app-js": "638.app-
|
|
11
|
-
"672.app-js": "672.app-
|
|
12
|
-
"980.app-js": "980.app-
|
|
13
|
-
"173.app-js": "173.app-
|
|
14
|
-
"416.app-js": "416.app-
|
|
15
|
-
"943.app-js": "943.app-
|
|
16
|
-
"29.app-js": "29.app-
|
|
17
|
-
"741.app-js": "741.app-
|
|
18
|
-
"600.app-js": "600.app-
|
|
19
|
-
"252.app-js": "252.app-
|
|
20
|
-
"755.app-js": "755.app-
|
|
21
|
-
"527.app-js": "527.app-
|
|
2
|
+
"main.js": "app-87488b008bf93bf0b234.js",
|
|
3
|
+
"main.css": "styles-88a1cf6726b2a478108e.css",
|
|
4
|
+
"686.app-js": "686.app-87488b008bf93bf0b234.js",
|
|
5
|
+
"894.app-js": "894.app-87488b008bf93bf0b234.js",
|
|
6
|
+
"174.app-js": "174.app-87488b008bf93bf0b234.js",
|
|
7
|
+
"725.app-js": "725.app-87488b008bf93bf0b234.js",
|
|
8
|
+
"605.app-js": "605.app-87488b008bf93bf0b234.js",
|
|
9
|
+
"282.app-js": "282.app-87488b008bf93bf0b234.js",
|
|
10
|
+
"638.app-js": "638.app-87488b008bf93bf0b234.js",
|
|
11
|
+
"672.app-js": "672.app-87488b008bf93bf0b234.js",
|
|
12
|
+
"980.app-js": "980.app-87488b008bf93bf0b234.js",
|
|
13
|
+
"173.app-js": "173.app-87488b008bf93bf0b234.js",
|
|
14
|
+
"416.app-js": "416.app-87488b008bf93bf0b234.js",
|
|
15
|
+
"943.app-js": "943.app-87488b008bf93bf0b234.js",
|
|
16
|
+
"29.app-js": "29.app-87488b008bf93bf0b234.js",
|
|
17
|
+
"741.app-js": "741.app-87488b008bf93bf0b234.js",
|
|
18
|
+
"600.app-js": "600.app-87488b008bf93bf0b234.js",
|
|
19
|
+
"252.app-js": "252.app-87488b008bf93bf0b234.js",
|
|
20
|
+
"755.app-js": "755.app-87488b008bf93bf0b234.js",
|
|
21
|
+
"527.app-js": "527.app-87488b008bf93bf0b234.js",
|
|
22
22
|
"pt-root-ui_vf.woff": "pt-root-ui_vf.woff",
|
|
23
23
|
"JetBrainsMono_vf.woff2": "JetBrainsMono_vf.woff2",
|
|
24
24
|
"pt-root-ui_vf.woff2": "pt-root-ui_vf.woff2",
|