diff --git a/.storybook/FreenowTheme.ts b/.storybook/FreenowTheme.ts index 86ded7728..91ee73297 100644 --- a/.storybook/FreenowTheme.ts +++ b/.storybook/FreenowTheme.ts @@ -1,17 +1,16 @@ // .storybook/FreenowTheme.ts import { create } from '@storybook/theming/create'; -import logo from '../public/assets/freenow-logo.svg'; export default create({ base: 'light', // Typography - fontBase: '"Open Sans", sans-serif', + fontBase: '"Open Sans", sans-serif', fontCode: 'monospace', brandTitle: 'FREENOW', brandUrl: 'https://wave.free-now.com/', - brandImage: logo, + brandImage: 'https://wave.free-now.com/freenow-logo.svg', brandTarget: '_self', // diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html new file mode 100644 index 000000000..11d42c2bd --- /dev/null +++ b/.storybook/preview-head.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/assets/wave-logo.svg b/docs/assets/wave-logo.svg deleted file mode 100644 index efaaf7477..000000000 --- a/docs/assets/wave-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png new file mode 100644 index 000000000..60ed7e9b4 Binary files /dev/null and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png new file mode 100644 index 000000000..f948b1637 Binary files /dev/null and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 000000000..4eb9a39bd Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 000000000..b3930d0f0 --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png new file mode 100644 index 000000000..5a47178ba Binary files /dev/null and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png new file mode 100644 index 000000000..b46e22091 Binary files /dev/null and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 000000000..42b2e6369 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/assets/freenow-logo.svg b/public/freenow-logo.svg similarity index 100% rename from public/assets/freenow-logo.svg rename to public/freenow-logo.svg diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png new file mode 100644 index 000000000..082543a72 Binary files /dev/null and b/public/mstile-150x150.png differ diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg new file mode 100644 index 000000000..7ea68d5f6 --- /dev/null +++ b/public/safari-pinned-tab.svg @@ -0,0 +1,30 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 000000000..0c3646019 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Wave Design System", + "short_name": "Wave", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}