diff --git a/.storybook/manager.ts b/.storybook/manager.ts index 423cdb64837bbedce0bb4b51f2112967063ab4ca..d564b3f34c05e96dfe4af5644f18d3d9fe5ce24f 100644 --- a/.storybook/manager.ts +++ b/.storybook/manager.ts @@ -10,5 +10,7 @@ import { addons } from '@storybook/manager-api'; import theme from './theme'; +import '../js/privacy/eclipsefdn.cookie-consent'; +import 'cookieconsent/build/cookieconsent.min.css'; addons.setConfig({ theme }); diff --git a/.storybook/preview-body.html b/.storybook/preview-body.html deleted file mode 100644 index 6febb3b8626c1db02b58ccbfa38b9ba1059c3249..0000000000000000000000000000000000000000 --- a/.storybook/preview-body.html +++ /dev/null @@ -1,8 +0,0 @@ -<div id="storybook-root-wrapper"> -</div> -<div - class="wip-disclaimer alert alert-warning" - style="position:fixed; bottom: 0; right: 2rem;" -> - This documentation is still a work-in-progress. -</div> diff --git a/.storybook/preview.ts b/.storybook/preview.ts index e48dacb577fb159713b9119b4c33f1918e2775f0..b771d61f9c5e786d2fe14040cf74890dab906add 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -10,7 +10,6 @@ import type { Preview } from '@storybook/html'; import $ from 'jquery'; -import '../js/privacy/eclipsefdn.cookie-consent'; const preview: Preview = { parameters: {