@allurereport/web-awesome 3.6.0 → 3.6.2

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.
Files changed (62) hide show
  1. package/dist/multi/app-1c928f385beb78e2c2e8.js +2 -0
  2. package/dist/multi/{app-15cc636581486c011867.js.LICENSE.txt → app-1c928f385beb78e2c2e8.js.LICENSE.txt} +1 -1
  3. package/dist/multi/manifest.json +23 -23
  4. package/dist/multi/{styles-fd12e72f7e024e668bb4.css → styles-3515d3bdd45651cd4e66.css} +8 -8
  5. package/dist/single/app-16786ab64ac3e094685f.js +2 -0
  6. package/dist/single/{app-bbd6e33664f6d94cfaac.js.LICENSE.txt → app-16786ab64ac3e094685f.js.LICENSE.txt} +1 -1
  7. package/dist/single/manifest.json +1 -1
  8. package/package.json +6 -6
  9. package/src/components/Header/styles.scss +2 -1
  10. package/src/components/SectionSwitcher/styles.scss +1 -1
  11. package/src/components/SideBySide/index.tsx +1 -1
  12. package/src/components/SideBySide/styles.scss +6 -5
  13. package/src/components/TestResult/TrDropdown/index.tsx +7 -1
  14. package/src/components/TestResult/TrDropdown/styles.scss +7 -0
  15. package/src/components/TestResult/TrHeader/styles.scss +3 -0
  16. package/src/components/TestResult/TrRetriesView/TrRetriesItem.tsx +4 -3
  17. package/src/components/TestResult/TrRetriesView/index.tsx +2 -2
  18. package/src/components/TestResult/TrSetup/index.tsx +6 -16
  19. package/src/components/TestResult/TrSteps/TrAttachment.tsx +3 -3
  20. package/src/components/TestResult/TrSteps/TrErrorStep.tsx +9 -3
  21. package/src/components/TestResult/TrSteps/TrStep.tsx +113 -8
  22. package/src/components/TestResult/TrSteps/TrStepHeader.tsx +3 -0
  23. package/src/components/TestResult/TrSteps/index.tsx +90 -5
  24. package/src/components/TestResult/TrSteps/stepTreeExpansion.ts +101 -0
  25. package/src/components/TestResult/TrSteps/styles.scss +12 -0
  26. package/src/components/TestResult/TrTeardown/index.tsx +6 -16
  27. package/src/components/TestResult/bodyItems.ts +26 -1
  28. package/src/components/Tree/index.tsx +7 -2
  29. package/src/components/Tree/styles.scss +1 -1
  30. package/src/index.tsx +13 -2
  31. package/src/stores/env.ts +6 -3
  32. package/src/stores/envInfo.ts +2 -2
  33. package/src/stores/sections.ts +3 -1
  34. package/src/stores/stats.ts +3 -3
  35. package/src/stores/tree.ts +40 -8
  36. package/test/components/TestResult/bodyItems.test.ts +25 -2
  37. package/test/components/TestResult/stepTreeExpansion.test.ts +179 -0
  38. package/types.d.ts +2 -0
  39. package/webpack.config.js +15 -3
  40. package/dist/multi/app-15cc636581486c011867.js +0 -2
  41. package/dist/single/app-bbd6e33664f6d94cfaac.js +0 -2
  42. /package/dist/multi/{173.app-15cc636581486c011867.js → 173.app-1c928f385beb78e2c2e8.js} +0 -0
  43. /package/dist/multi/{174.app-15cc636581486c011867.js → 174.app-1c928f385beb78e2c2e8.js} +0 -0
  44. /package/dist/multi/{252.app-15cc636581486c011867.js → 252.app-1c928f385beb78e2c2e8.js} +0 -0
  45. /package/dist/multi/{282.app-15cc636581486c011867.js → 282.app-1c928f385beb78e2c2e8.js} +0 -0
  46. /package/dist/multi/{29.app-15cc636581486c011867.js → 29.app-1c928f385beb78e2c2e8.js} +0 -0
  47. /package/dist/multi/{310.app-15cc636581486c011867.js → 310.app-1c928f385beb78e2c2e8.js} +0 -0
  48. /package/dist/multi/{416.app-15cc636581486c011867.js → 416.app-1c928f385beb78e2c2e8.js} +0 -0
  49. /package/dist/multi/{507.app-15cc636581486c011867.js → 507.app-1c928f385beb78e2c2e8.js} +0 -0
  50. /package/dist/multi/{527.app-15cc636581486c011867.js → 527.app-1c928f385beb78e2c2e8.js} +0 -0
  51. /package/dist/multi/{600.app-15cc636581486c011867.js → 600.app-1c928f385beb78e2c2e8.js} +0 -0
  52. /package/dist/multi/{605.app-15cc636581486c011867.js → 605.app-1c928f385beb78e2c2e8.js} +0 -0
  53. /package/dist/multi/{638.app-15cc636581486c011867.js → 638.app-1c928f385beb78e2c2e8.js} +0 -0
  54. /package/dist/multi/{672.app-15cc636581486c011867.js → 672.app-1c928f385beb78e2c2e8.js} +0 -0
  55. /package/dist/multi/{686.app-15cc636581486c011867.js → 686.app-1c928f385beb78e2c2e8.js} +0 -0
  56. /package/dist/multi/{725.app-15cc636581486c011867.js → 725.app-1c928f385beb78e2c2e8.js} +0 -0
  57. /package/dist/multi/{741.app-15cc636581486c011867.js → 741.app-1c928f385beb78e2c2e8.js} +0 -0
  58. /package/dist/multi/{749.app-15cc636581486c011867.js → 749.app-1c928f385beb78e2c2e8.js} +0 -0
  59. /package/dist/multi/{755.app-15cc636581486c011867.js → 755.app-1c928f385beb78e2c2e8.js} +0 -0
  60. /package/dist/multi/{894.app-15cc636581486c011867.js → 894.app-1c928f385beb78e2c2e8.js} +0 -0
  61. /package/dist/multi/{943.app-15cc636581486c011867.js → 943.app-1c928f385beb78e2c2e8.js} +0 -0
  62. /package/dist/multi/{980.app-15cc636581486c011867.js → 980.app-1c928f385beb78e2c2e8.js} +0 -0
@@ -1,4 +1,4 @@
1
- /*! @license DOMPurify 3.3.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.3/LICENSE */
1
+ /*! @license DOMPurify 3.4.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.0/LICENSE */
2
2
 
3
3
  /**
4
4
  * Prism: Lightweight, robust, elegant syntax highlighting
@@ -1,27 +1,27 @@
1
1
  {
2
- "main.js": "app-15cc636581486c011867.js",
3
- "main.css": "styles-fd12e72f7e024e668bb4.css",
4
- "310.app-js": "310.app-15cc636581486c011867.js",
5
- "686.app-js": "686.app-15cc636581486c011867.js",
6
- "894.app-js": "894.app-15cc636581486c011867.js",
7
- "174.app-js": "174.app-15cc636581486c011867.js",
8
- "725.app-js": "725.app-15cc636581486c011867.js",
9
- "605.app-js": "605.app-15cc636581486c011867.js",
10
- "282.app-js": "282.app-15cc636581486c011867.js",
11
- "638.app-js": "638.app-15cc636581486c011867.js",
12
- "672.app-js": "672.app-15cc636581486c011867.js",
13
- "980.app-js": "980.app-15cc636581486c011867.js",
14
- "173.app-js": "173.app-15cc636581486c011867.js",
15
- "416.app-js": "416.app-15cc636581486c011867.js",
16
- "943.app-js": "943.app-15cc636581486c011867.js",
17
- "29.app-js": "29.app-15cc636581486c011867.js",
18
- "741.app-js": "741.app-15cc636581486c011867.js",
19
- "600.app-js": "600.app-15cc636581486c011867.js",
20
- "252.app-js": "252.app-15cc636581486c011867.js",
21
- "755.app-js": "755.app-15cc636581486c011867.js",
22
- "749.app-js": "749.app-15cc636581486c011867.js",
23
- "507.app-js": "507.app-15cc636581486c011867.js",
24
- "527.app-js": "527.app-15cc636581486c011867.js",
2
+ "main.js": "app-1c928f385beb78e2c2e8.js",
3
+ "main.css": "styles-3515d3bdd45651cd4e66.css",
4
+ "310.app-js": "310.app-1c928f385beb78e2c2e8.js",
5
+ "686.app-js": "686.app-1c928f385beb78e2c2e8.js",
6
+ "894.app-js": "894.app-1c928f385beb78e2c2e8.js",
7
+ "174.app-js": "174.app-1c928f385beb78e2c2e8.js",
8
+ "725.app-js": "725.app-1c928f385beb78e2c2e8.js",
9
+ "605.app-js": "605.app-1c928f385beb78e2c2e8.js",
10
+ "282.app-js": "282.app-1c928f385beb78e2c2e8.js",
11
+ "638.app-js": "638.app-1c928f385beb78e2c2e8.js",
12
+ "672.app-js": "672.app-1c928f385beb78e2c2e8.js",
13
+ "980.app-js": "980.app-1c928f385beb78e2c2e8.js",
14
+ "173.app-js": "173.app-1c928f385beb78e2c2e8.js",
15
+ "416.app-js": "416.app-1c928f385beb78e2c2e8.js",
16
+ "943.app-js": "943.app-1c928f385beb78e2c2e8.js",
17
+ "29.app-js": "29.app-1c928f385beb78e2c2e8.js",
18
+ "741.app-js": "741.app-1c928f385beb78e2c2e8.js",
19
+ "600.app-js": "600.app-1c928f385beb78e2c2e8.js",
20
+ "252.app-js": "252.app-1c928f385beb78e2c2e8.js",
21
+ "755.app-js": "755.app-1c928f385beb78e2c2e8.js",
22
+ "749.app-js": "749.app-1c928f385beb78e2c2e8.js",
23
+ "507.app-js": "507.app-1c928f385beb78e2c2e8.js",
24
+ "527.app-js": "527.app-1c928f385beb78e2c2e8.js",
25
25
  "pt-root-ui_vf.woff": "pt-root-ui_vf.woff",
26
26
  "JetBrainsMono_vf.woff2": "JetBrainsMono_vf.woff2",
27
27
  "pt-root-ui_vf.woff2": "pt-root-ui_vf.woff2",