@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.
- package/dist/multi/{141.app-4375537b.js → 141.app-f32e4213.js} +1 -1
- package/dist/multi/{222.app-4375537b.js → 222.app-f32e4213.js} +1 -1
- package/dist/multi/{335.app-4375537b.js → 335.app-f32e4213.js} +1 -1
- package/dist/multi/{34.app-4375537b.js → 34.app-f32e4213.js} +1 -1
- package/dist/multi/{349.app-4375537b.js → 349.app-f32e4213.js} +1 -1
- package/dist/multi/{378.app-4375537b.js → 378.app-f32e4213.js} +1 -1
- package/dist/multi/{406.app-4375537b.js → 406.app-f32e4213.js} +1 -1
- package/dist/multi/{476.app-4375537b.js → 476.app-f32e4213.js} +1 -1
- package/dist/multi/{53.app-4375537b.js → 53.app-f32e4213.js} +1 -1
- package/dist/multi/{584.app-4375537b.js → 584.app-f32e4213.js} +1 -1
- package/dist/multi/{690.app-4375537b.js → 690.app-f32e4213.js} +1 -1
- package/dist/multi/{747.app-4375537b.js → 747.app-f32e4213.js} +1 -1
- package/dist/multi/{767.app-4375537b.js → 767.app-f32e4213.js} +1 -1
- package/dist/multi/{816.app-4375537b.js → 816.app-f32e4213.js} +1 -1
- package/dist/multi/{83.app-4375537b.js → 83.app-f32e4213.js} +1 -1
- package/dist/multi/{873.app-4375537b.js → 873.app-f32e4213.js} +1 -1
- package/dist/multi/{920.app-4375537b.js → 920.app-f32e4213.js} +1 -1
- package/dist/multi/{991.app-4375537b.js → 991.app-f32e4213.js} +1 -1
- package/dist/multi/app-f32e4213.js +2 -0
- package/dist/multi/manifest.json +20 -20
- package/dist/multi/{styles-4375537b.css → styles-f32e4213.css} +2 -1
- package/dist/single/app-7fa8e43f.js +2 -0
- package/dist/single/manifest.json +1 -1
- package/package.json +5 -4
- package/src/components/BaseLayout/index.tsx +1 -0
- package/src/components/ReportBody/Filters.tsx +1 -3
- package/src/components/ReportBody/index.tsx +4 -3
- package/src/components/Tabs/index.tsx +5 -0
- package/src/components/TestResult/TestResultEmpty/index.tsx +4 -3
- package/src/components/TestResult/TestResultOverview.tsx +7 -4
- package/src/components/TestResult/TestResultSetup/index.tsx +12 -3
- package/src/components/TestResult/TestResultSteps/index.tsx +12 -3
- package/src/components/TestResult/TestResultSteps/testResultStep.tsx +9 -2
- package/src/components/TestResult/TestResultTeardown/index.tsx +13 -3
- package/src/components/TestResult/TestStepsEmpty/index.tsx +23 -0
- package/src/components/TestResult/TestStepsEmpty/styles.scss +25 -0
- package/src/components/Tree/Tree.tsx +10 -3
- package/src/components/Tree/index.tsx +2 -10
- package/src/i18n/locales/am.json +3 -1
- package/src/i18n/locales/az.json +3 -1
- package/src/i18n/locales/de.json +3 -1
- package/src/i18n/locales/en.json +3 -1
- package/src/i18n/locales/es.json +3 -1
- package/src/i18n/locales/fr.json +3 -1
- package/src/i18n/locales/he.json +3 -1
- package/src/i18n/locales/it.json +3 -1
- package/src/i18n/locales/ja.json +3 -1
- package/src/i18n/locales/ka.json +3 -1
- package/src/i18n/locales/kr.json +3 -1
- package/src/i18n/locales/nl.json +3 -1
- package/src/i18n/locales/pl.json +3 -1
- package/src/i18n/locales/pt.json +3 -1
- package/src/i18n/locales/ru.json +3 -1
- package/src/i18n/locales/sv.json +3 -1
- package/src/i18n/locales/tr.json +3 -1
- package/src/i18n/locales/zh.json +3 -1
- package/src/index.html +1 -0
- package/src/stores/tree.ts +42 -11
- package/src/utils/loadFromLocalStorage.ts +8 -0
- package/types.d.ts +15 -2
- package/webpack.config.js +2 -0
- package/dist/multi/app-4375537b.js +0 -2
- package/dist/single/app-f16f6693.js +0 -2
- /package/dist/multi/{app-4375537b.js.LICENSE.txt → app-f32e4213.js.LICENSE.txt} +0 -0
- /package/dist/single/{app-f16f6693.js.LICENSE.txt → app-7fa8e43f.js.LICENSE.txt} +0 -0
|
File without changes
|
|
File without changes
|