[AAE-10266] storybook 6.4.19 fix

This commit is contained in:
Tomasz
2022-08-10 10:05:48 +02:00
parent 8eeebdf5e4
commit 249433183f
4 changed files with 11 additions and 5 deletions

View File

@@ -1,8 +1,9 @@
import { create } from '@storybook/theming';
import alfrescoLogo from './assets/alfresco-logo.svg';
export default create({
base: 'light',
brandTitle: 'Hyland | Alfresco Storybook App',
brandUrl: 'https://www.alfresco.com/',
brandImage: '/assets/storybook-logo.png',
brandImage: alfrescoLogo,
});

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -442,7 +442,8 @@
"port": 4400,
"config": {
"configFolder": "lib/core/.storybook"
}
},
"projectBuildConfig": "core:build-storybook"
},
"configurations": {
"ci": {
@@ -514,7 +515,8 @@
"port": 4400,
"config": {
"configFolder": "lib/content-services/.storybook"
}
},
"projectBuildConfig": "content-services:build-storybook"
},
"configurations": {
"ci": {
@@ -625,7 +627,8 @@
"port": 4400,
"config": {
"configFolder": "lib/process-services-cloud/.storybook"
}
},
"projectBuildConfig": "process-services-cloud:build-storybook"
},
"configurations": {
"ci": {
@@ -814,7 +817,8 @@
"port": 4400,
"config": {
"configFolder": "lib/stories/.storybook"
}
},
"projectBuildConfig": "stories:build-storybook"
},
"configurations": {
"ci": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB