@allurereport/web-awesome 3.0.0-beta.8 → 3.0.0-beta.9

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 (65) hide show
  1. package/dist/multi/{141.app-4375537b.js → 141.app-f32e4213.js} +1 -1
  2. package/dist/multi/{222.app-4375537b.js → 222.app-f32e4213.js} +1 -1
  3. package/dist/multi/{335.app-4375537b.js → 335.app-f32e4213.js} +1 -1
  4. package/dist/multi/{34.app-4375537b.js → 34.app-f32e4213.js} +1 -1
  5. package/dist/multi/{349.app-4375537b.js → 349.app-f32e4213.js} +1 -1
  6. package/dist/multi/{378.app-4375537b.js → 378.app-f32e4213.js} +1 -1
  7. package/dist/multi/{406.app-4375537b.js → 406.app-f32e4213.js} +1 -1
  8. package/dist/multi/{476.app-4375537b.js → 476.app-f32e4213.js} +1 -1
  9. package/dist/multi/{53.app-4375537b.js → 53.app-f32e4213.js} +1 -1
  10. package/dist/multi/{584.app-4375537b.js → 584.app-f32e4213.js} +1 -1
  11. package/dist/multi/{690.app-4375537b.js → 690.app-f32e4213.js} +1 -1
  12. package/dist/multi/{747.app-4375537b.js → 747.app-f32e4213.js} +1 -1
  13. package/dist/multi/{767.app-4375537b.js → 767.app-f32e4213.js} +1 -1
  14. package/dist/multi/{816.app-4375537b.js → 816.app-f32e4213.js} +1 -1
  15. package/dist/multi/{83.app-4375537b.js → 83.app-f32e4213.js} +1 -1
  16. package/dist/multi/{873.app-4375537b.js → 873.app-f32e4213.js} +1 -1
  17. package/dist/multi/{920.app-4375537b.js → 920.app-f32e4213.js} +1 -1
  18. package/dist/multi/{991.app-4375537b.js → 991.app-f32e4213.js} +1 -1
  19. package/dist/multi/app-f32e4213.js +2 -0
  20. package/dist/multi/manifest.json +20 -20
  21. package/dist/multi/{styles-4375537b.css → styles-f32e4213.css} +2 -1
  22. package/dist/single/app-7fa8e43f.js +2 -0
  23. package/dist/single/manifest.json +1 -1
  24. package/package.json +5 -4
  25. package/src/components/BaseLayout/index.tsx +1 -0
  26. package/src/components/ReportBody/Filters.tsx +1 -3
  27. package/src/components/ReportBody/index.tsx +4 -3
  28. package/src/components/Tabs/index.tsx +5 -0
  29. package/src/components/TestResult/TestResultEmpty/index.tsx +4 -3
  30. package/src/components/TestResult/TestResultOverview.tsx +7 -4
  31. package/src/components/TestResult/TestResultSetup/index.tsx +12 -3
  32. package/src/components/TestResult/TestResultSteps/index.tsx +12 -3
  33. package/src/components/TestResult/TestResultSteps/testResultStep.tsx +9 -2
  34. package/src/components/TestResult/TestResultTeardown/index.tsx +13 -3
  35. package/src/components/TestResult/TestStepsEmpty/index.tsx +23 -0
  36. package/src/components/TestResult/TestStepsEmpty/styles.scss +25 -0
  37. package/src/components/Tree/Tree.tsx +10 -3
  38. package/src/components/Tree/index.tsx +2 -10
  39. package/src/i18n/locales/am.json +3 -1
  40. package/src/i18n/locales/az.json +3 -1
  41. package/src/i18n/locales/de.json +3 -1
  42. package/src/i18n/locales/en.json +3 -1
  43. package/src/i18n/locales/es.json +3 -1
  44. package/src/i18n/locales/fr.json +3 -1
  45. package/src/i18n/locales/he.json +3 -1
  46. package/src/i18n/locales/it.json +3 -1
  47. package/src/i18n/locales/ja.json +3 -1
  48. package/src/i18n/locales/ka.json +3 -1
  49. package/src/i18n/locales/kr.json +3 -1
  50. package/src/i18n/locales/nl.json +3 -1
  51. package/src/i18n/locales/pl.json +3 -1
  52. package/src/i18n/locales/pt.json +3 -1
  53. package/src/i18n/locales/ru.json +3 -1
  54. package/src/i18n/locales/sv.json +3 -1
  55. package/src/i18n/locales/tr.json +3 -1
  56. package/src/i18n/locales/zh.json +3 -1
  57. package/src/index.html +1 -0
  58. package/src/stores/tree.ts +42 -11
  59. package/src/utils/loadFromLocalStorage.ts +8 -0
  60. package/types.d.ts +15 -2
  61. package/webpack.config.js +2 -0
  62. package/dist/multi/app-4375537b.js +0 -2
  63. package/dist/single/app-f16f6693.js +0 -2
  64. /package/dist/multi/{app-4375537b.js.LICENSE.txt → app-f32e4213.js.LICENSE.txt} +0 -0
  65. /package/dist/single/{app-f16f6693.js.LICENSE.txt → app-7fa8e43f.js.LICENSE.txt} +0 -0