Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .storybook/preview-body.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,22 @@
<github-version-switcher owner="db-ui" repo="elements">
</github-version-switcher>
</div>
<div
style="
position: fixed;
bottom: 0;
right: 0;
width: 0;
height: 0;
border-top: 48px solid transparent;
border-left: 48px solid transparent;
border-bottom: 48px solid #282d37;
border-right: 48px solid #282d37;
"
></div>
<a
style="position: fixed; bottom: 6px; right: 12px"
href="https://github.com/db-ui/elements"
>
<img src="assets/GitHub-Mark-Light-32px.png" height="32" width="32" />
</a>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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."
4 changes: 4 additions & 0 deletions packages/db-ui-elements-stencil/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down