AAE-23287 migrate to storybook 8 (#9867)

* Fixed core unit test and excluded instable ones

* AAE-23287 migrate to storybook 8

---------

Co-authored-by: Vito Albano <vito.albano@hyland.com>
This commit is contained in:
Wojciech Duda
2024-06-25 16:23:52 +02:00
committed by VitoAlbano
parent a78b0be485
commit 780f3e14be
68 changed files with 8538 additions and 15072 deletions

View File

@@ -4,9 +4,7 @@ module.exports = {
options: {}
},
staticDirs: [{ from: '../../../demo-shell/src/app.config.json', to: 'app.config.json' }],
docs: {
autodocs: true
},
docs: {},
stories: [],
addons:[],
addons: []
};