diff --git a/.storybook/preview-body.html b/.storybook/preview-body.html index d89396c9f..c794bfef2 100644 --- a/.storybook/preview-body.html +++ b/.storybook/preview-body.html @@ -2,3 +2,22 @@ +
+ + + diff --git a/packages/db-ui-elements-stencil/src/assets/GitHub-Mark-Light-32px.png b/packages/db-ui-elements-stencil/src/assets/GitHub-Mark-Light-32px.png new file mode 100644 index 000000000..628da97c7 Binary files /dev/null and b/packages/db-ui-elements-stencil/src/assets/GitHub-Mark-Light-32px.png differ diff --git a/packages/db-ui-elements-stencil/src/assets/GitHub-Mark-Light-32px.png.license b/packages/db-ui-elements-stencil/src/assets/GitHub-Mark-Light-32px.png.license new file mode 100644 index 000000000..9a7dcd9cc --- /dev/null +++ b/packages/db-ui-elements-stencil/src/assets/GitHub-Mark-Light-32px.png.license @@ -0,0 +1,12 @@ +retrieved from URL: https://github.com/logos: +"Do these awesome things: Use the Octocat or GitHub logo to link to GitHub" + + +"Logo and Octocat terms of use +GITHUB®, the GITHUB® logo design, OCTOCAT® and the OCTOCAT® logo design are exclusive trademarks registered in the United States by GitHub, Inc. + +The OCTOCAT design is the exclusive property of GitHub, Inc and has been federally registered with the United States Copyright Office. All rights reserved. + +No adaptation or use of any kind of any of our registered trademarks or copyrights, or any other contents of this website, is allowed without the express written permission of GitHub, Inc. + +For more information regarding the authorized uses of these items please contact us." diff --git a/packages/db-ui-elements-stencil/stencil.config.ts b/packages/db-ui-elements-stencil/stencil.config.ts index be17f6992..d6befd120 100644 --- a/packages/db-ui-elements-stencil/stencil.config.ts +++ b/packages/db-ui-elements-stencil/stencil.config.ts @@ -116,6 +116,10 @@ export const config: Config = { { type: 'www', copy: [ + { + src: `./assets`, + dest: 'assets' + }, { src: `${getWWWPath()}/node_modules/@db-ui/core/dist/fonts`, dest: 'fonts'