diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..13566b81b018ad684f3a35fee301741b2734c8f4 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/barbi.iml b/.idea/barbi.iml new file mode 100644 index 0000000000000000000000000000000000000000..61021940449bdc69db005bbd04a05380f5629b2c --- /dev/null +++ b/.idea/barbi.iml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="EMPTY_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000000000000000000000000000000000..505586807829825cbf77c95e35f4af643f297f8d --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,63 @@ +<component name="ProjectCodeStyleConfiguration"> + <code_scheme name="Project" version="173"> + <HTMLCodeStyleSettings> + <option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" /> + </HTMLCodeStyleSettings> + <JSCodeStyleSettings version="0"> + <option name="FORCE_SEMICOLON_STYLE" value="true" /> + <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" /> + <option name="USE_DOUBLE_QUOTES" value="false" /> + <option name="FORCE_QUOTE_STYlE" value="true" /> + <option name="ENFORCE_TRAILING_COMMA" value="Remove" /> + <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" /> + <option name="SPACES_WITHIN_IMPORTS" value="true" /> + </JSCodeStyleSettings> + <TypeScriptCodeStyleSettings version="0"> + <option name="FORCE_SEMICOLON_STYLE" value="true" /> + <option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" /> + <option name="USE_DOUBLE_QUOTES" value="false" /> + <option name="FORCE_QUOTE_STYlE" value="true" /> + <option name="ENFORCE_TRAILING_COMMA" value="Remove" /> + <option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" /> + <option name="SPACES_WITHIN_IMPORTS" value="true" /> + </TypeScriptCodeStyleSettings> + <VueCodeStyleSettings> + <option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" /> + <option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" /> + </VueCodeStyleSettings> + <codeStyleSettings language="HTML"> + <option name="SOFT_MARGINS" value="100" /> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="JavaScript"> + <option name="SOFT_MARGINS" value="100" /> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="TypeScript"> + <option name="SOFT_MARGINS" value="100" /> + <indentOptions> + <option name="INDENT_SIZE" value="2" /> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="TAB_SIZE" value="2" /> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + <codeStyleSettings language="Vue"> + <option name="SOFT_MARGINS" value="100" /> + <indentOptions> + <option name="CONTINUATION_INDENT_SIZE" value="2" /> + <option name="USE_TAB_CHARACTER" value="true" /> + </indentOptions> + </codeStyleSettings> + </code_scheme> +</component> \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000000000000000000000000000000000..79ee123c2b23e069e35ed634d687e17f731cc702 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ +<component name="ProjectCodeStyleConfiguration"> + <state> + <option name="USE_PER_PROJECT_SETTINGS" value="true" /> + </state> +</component> \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000000000000000000000000000000000000..d23208fbb7168875464dd7aaff4169c37be615ea --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="JavaScriptLibraryMappings"> + <includedPredefinedLibrary name="Node.js Core" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000000000000000000000000000000000000..7d6da7060b779a069898249496ffdf8a92fe16bc --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/barbi.iml" filepath="$PROJECT_DIR$/.idea/barbi.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/.idea/prettier.xml b/.idea/prettier.xml new file mode 100644 index 0000000000000000000000000000000000000000..b0c1c68fbbad6b190434cd2bb0e807796bd56fca --- /dev/null +++ b/.idea/prettier.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="PrettierConfiguration"> + <option name="myConfigurationMode" value="AUTOMATIC" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000000000000000000000000000000000..35eb1ddfbbc029bcab630581847471d7f238ec53 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="" vcs="Git" /> + </component> +</project> \ No newline at end of file diff --git a/.storybook/main.ts b/.storybook/main.ts index c3c286ddb65cd9e39d4c2f0f39394817d2315fe3..b55c2e918620c1a8a5b60c5f2c271fae47d7bb91 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -1,19 +1,16 @@ import type { StorybookConfig } from '@storybook/sveltekit'; const config: StorybookConfig = { - "stories": [ - "../src/**/*.mdx", - "../src/**/*.stories.@(js|ts|svelte)" - ], - "addons": [ - "@storybook/addon-svelte-csf", - "@storybook/addon-essentials", - "@chromatic-com/storybook", - "@storybook/addon-interactions" - ], - "framework": { - "name": "@storybook/sveltekit", - "options": {} - } + stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|ts|svelte)'], + addons: [ + '@storybook/addon-svelte-csf', + '@storybook/addon-essentials', + '@chromatic-com/storybook', + '@storybook/addon-interactions' + ], + framework: { + name: '@storybook/sveltekit', + options: {} + } }; -export default config; \ No newline at end of file +export default config; diff --git a/.storybook/preview.ts b/.storybook/preview.ts index c4d1be9cab78d9dcd77ad679a8e17db9dd746cdc..6455613828f9fb19cf5bc3cf9684392c495e0e24 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -1,14 +1,14 @@ -import type { Preview } from '@storybook/svelte' +import type { Preview } from '@storybook/svelte'; const preview: Preview = { - parameters: { - controls: { - matchers: { - color: /(background|color)$/i, - date: /Date$/i, - }, - }, - }, + parameters: { + controls: { + matchers: { + color: /(background|color)$/i, + date: /Date$/i + } + } + }, }; -export default preview; \ No newline at end of file +export default preview; diff --git a/README.md b/README.md index 16c70df2c849f22457ef33c023304a3c64e6bc6d..0404e6b3a6f15a9bbb0885a2a72d356be2a9e336 100644 --- a/README.md +++ b/README.md @@ -1,58 +1,27 @@ -# create-svelte +# Barbi Components -Everything you need to build a Svelte library, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte). +Barbi is a neo-brutalist web framework for Svelte, so named after famous brutalist structure The Barbican, in London, England. -Read more about creating a library [in the docs](https://svelte.dev/docs/kit/packaging). +## Installation -## Creating a project +`npm install barbi@placeholder` -If you're seeing this, you've probably already done this step. Congrats! +## Usage -```bash -# create a new project in the current directory -npx sv create +### Style -# create a new project in my-app -npx sv create my-app -``` - -## Developing - -Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: +To ensure component styling, include the `<BarbiTheme />` component in your application. This includes two style tags: +a basic css reset and a definition for the css variables used by the rest of the framework. The reset can be omitted by +setting the `no-reset` prop on the theme component. Individual variables can be set to custom values by including them +as props. -```bash -npm run dev +```sveltehtml +<script> + import { BarbiTheme } from 'barbi' +</script> -# or start the server and open the app in a new browser tab -npm run dev -- --open +<BarbiTheme no-reset colour-primary="#FF0000" /> +<!-- Rest of the app --> ``` -Everything inside `src/lib` is part of your library, everything inside `src/routes` can be used as a showcase or preview app. - -## Building - -To build your library: - -```bash -npm run package -``` - -To create a production version of your showcase app: - -```bash -npm run build -``` - -You can preview the production build with `npm run preview`. - -> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment. - -## Publishing - -Go into the `package.json` and give your package the desired name through the `"name"` option. Also consider adding a `"license"` field and point it to a `LICENSE` file which you can create from a template (one popular option is the [MIT license](https://opensource.org/license/mit/)). - -To publish your library to [npm](https://www.npmjs.com): - -```bash -npm publish -``` +### Components diff --git a/package.json b/package.json index 973d3fd8d7de3b75193dd0ab0d045f5b350be2d2..b5728df8008f6f7f97aa126b305ffd5eac9be306 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,12 @@ "files": [ "dist", "!dist/**/*.test.*", - "!dist/**/*.spec.*" + "!dist/**/*.spec.*", + "!dist/**/*.stories.*", + "src/lib", + "!src/lib/**/*.test.*", + "!src/lib/**/*.spec.*", + "!src/lib/**/*.stories.*" ], "sideEffects": [ "**/*.css" @@ -32,6 +37,9 @@ ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js" + }, + "./barbi.css": { + "default": "./dist/barbi.css" } }, "peerDependencies": { diff --git a/src/lib/atoms/Button.stories.svelte b/src/lib/atoms/Button.stories.svelte new file mode 100644 index 0000000000000000000000000000000000000000..9f2fcd921ad0683863a1d1af8a4b93ff7d1917f6 --- /dev/null +++ b/src/lib/atoms/Button.stories.svelte @@ -0,0 +1,61 @@ +<script module> + import { BarbiTheme, Button } from '$lib'; + import { defineMeta } from '@storybook/addon-svelte-csf'; + + const { Story } = defineMeta({ + title: 'Components/Atoms/Button', + component: Button, + }); +</script> + +<Story name="Simple Button"> + {#snippet children(args)} + <BarbiTheme /> + <Button {...args}>Click Me</Button> + {/snippet} +</Story> + +<Story name="Button Variants"> + {#snippet children(args)} + <BarbiTheme /> + + <div class="storyboard-grid"> + <Button {...args} variant="primary">Primary</Button> + <Button {...args} variant="secondary">Secondary</Button> + <Button {...args} variant="success">Success</Button> + <Button {...args} variant="error">Error</Button> + </div> + {/snippet} +</Story> + +<Story name="Link Button"> + {#snippet children(args)} + <BarbiTheme /> + <Button href="https://example.com" {...args}>I have a href</Button> + {/snippet} +</Story> + +<Story name="Disabled Button"> + {#snippet children(args)} + <BarbiTheme /> + <Button disabled {...args}>You cant click me</Button> + {/snippet} +</Story> + +<Story name="Invisible Button"> + {#snippet children(args)} + <BarbiTheme /> + <p>There is a button on this page, but you can't see it. Use the `placeholder` prop to create a button that occupies only vertical space, + with no interaction available. Useful for reserving space.</p> + <Button placeholder {...args}>You aren't able to see this button at all!</Button> + {/snippet} +</Story> + +<style> + .storyboard-grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); + grid-auto-rows: max-content; + gap: var(--spacing-md); + } +</style> diff --git a/src/lib/atoms/Button.svelte b/src/lib/atoms/Button.svelte new file mode 100644 index 0000000000000000000000000000000000000000..c63b7c2706c8add626730bdee228c912006e9670 --- /dev/null +++ b/src/lib/atoms/Button.svelte @@ -0,0 +1,79 @@ +<script lang="ts"> + import type { HTMLButtonAttributes } from 'svelte/elements' + import Panel from './Panel.svelte'; + + export type Props = { + children?: HTMLButtonAttributes['children'], + variant?: 'primary' | 'secondary' | 'success' | 'error' + } + + const { children, variant, placeholder, ...props }: Props = $props() + const tag = $derived(props.href != null ? 'a' : 'button') + +</script> + +<Panel class={['barbi-button', `barbi-button-${variant}`, !!placeholder && 'placeholder']} space="sm" {...props} tag={tag} hover active onclick={() => alert("foo")}> + {@render children?.()} +</Panel> + +<style> + :global { + a.panel.barbi-button, + .panel.barbi-button a { + text-decoration: none; + } + .panel.barbi-button { + cursor: pointer; + --component-background: var(--colour-primary); + } + + .panel.barbi-button.placeholder { + cursor: inherit; + pointer-events: none !important; + width: 0 !important; + opacity: 0 !important; + } + + .panel.barbi-button:disabled { + cursor: not-allowed; + --component-background: var(--colour-concrete); + --component-colour: var(--colour-slate); + --border-colour: var(--colour-steel); + --colour-shadow: var(--colour-steel); + } + + .panel.barbi-button:hover:not(:disabled) { + cursor: pointer; + --component-background: var(--colour-secondary); + } + + .panel.barbi-button.barbi-button-primary:not(:disabled) { + --component-background: var(--colour-primary); + } + .panel.barbi-button.barbi-button-primary:hover:not(:disabled) { + --component-background: var(--colour-secondary); + } + + .panel.barbi-button.barbi-button-secondary:not(:disabled) { + --component-background: var(--colour-emphasis); + } + .panel.barbi-button.barbi-button-secondary:hover:not(:disabled) { + --component-background: var(--colour-mustard); + } + + .panel.barbi-button.barbi-button-success:not(:disabled) { + --component-background: var(--colour-success); + } + .panel.barbi-button.barbi-button-success:hover:not(:disabled) { + --component-background: var(--colour-pastel); + } + + .panel.barbi-button.barbi-button-error:not(:disabled) { + --component-background: var(--colour-error); + } + .panel.barbi-button.barbi-button-error:hover:not(:disabled) { + --component-background: var(--colour-mustard); + } + + } +</style> \ No newline at end of file diff --git a/src/lib/atoms/Panel.stories.svelte b/src/lib/atoms/Panel.stories.svelte new file mode 100644 index 0000000000000000000000000000000000000000..6592f6d65788d5d942dfc08e63a525dd829c8aca --- /dev/null +++ b/src/lib/atoms/Panel.stories.svelte @@ -0,0 +1,111 @@ +<script module> + import { BarbiTheme, Panel } from '$lib'; + import { defineMeta } from '@storybook/addon-svelte-csf'; + + const { Story } = defineMeta({ + title: 'Components/Atoms/Panel', + component: Panel, + }); +</script> + +<script> +</script> + +<Story name="Simple Panel"> + {#snippet children(args)} + <BarbiTheme /> + <Panel {...args}> + The most basic panel type + </Panel> + <Panel flat {...args}> + A basic panel without shadow + </Panel> + {/snippet} +</Story> + +<Story name="Sizable Panel"> + {#snippet children(args)} + <BarbiTheme /> + <Panel space="none" {...args}> + space="none" + </Panel> + <Panel space="sm" {...args}> + space="sm" + </Panel> + <Panel space="md" {...args}> + space="md" + </Panel> + <Panel space="lg" {...args}> + space="lg" + </Panel> + {/snippet} +</Story> + +<Story name="Coloured Panel"> + {#snippet children(args)} + <BarbiTheme /> + <div class="storyboard-grid"> + <Panel variant="primary" {...args}> + variant="primary" + </Panel> + <Panel variant="secondary" {...args}> + variant="secondary" + </Panel> + <Panel variant="success" {...args}> + variant="success" + </Panel> + <Panel variant="error" {...args}> + variant="error" + </Panel> + <Panel variant="emphasis" {...args}> + variant="emphasis" + </Panel> + <Panel variant="mustard" {...args}> + variant="mustard" + </Panel> + <Panel variant="pastel" {...args}> + variant="pastel" + </Panel> + <Panel variant="brick" {...args}> + variant="brick" + </Panel> + <Panel variant="neon" {...args}> + variant="neon" + </Panel> + <Panel variant="slate" {...args}> + variant="slate" + </Panel> + </div> + {/snippet} +</Story> + +<Story name="Hover Effect Panel"> + {#snippet children(args)} + <BarbiTheme /> + <Panel {...args} hover> + hover={true} + </Panel> + {/snippet} +</Story> + +<Story name="Press Effect Panel"> + {#snippet children(args)} + <BarbiTheme /> + <Panel {...args} hover active> + hover={true} active={true} + </Panel> + <Panel {...args} tag="button" hover active> + hover={true} active={true} + </Panel> + {/snippet} +</Story> + + +<style> + .storyboard-grid { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); + grid-auto-rows: max-content; + gap: var(--spacing-md); + } +</style> diff --git a/src/lib/atoms/Panel.svelte b/src/lib/atoms/Panel.svelte new file mode 100644 index 0000000000000000000000000000000000000000..ec0e206af84ec945275d7359663190d861110e92 --- /dev/null +++ b/src/lib/atoms/Panel.svelte @@ -0,0 +1,156 @@ +<script lang="ts" generics="Tag extends keyof HTMLElementTagNameMap"> + type Props = { + tag?: Tag; + variant?: 'primary' | 'secondary' | 'success' | 'error' | 'emphasis' | 'default'; + space?: 'none' | 'sm' | 'md' | 'lg'; + shadow?: 'none' | 'sm' | 'md' | 'lg'; + borderless?: boolean; + rounded?: boolean; + hover?: boolean; + active?: boolean; + disabled?: boolean; + flat?: boolean; + full?: boolean; + } & HTMLElement; + + const { + // @ts-ignore + tag = 'div', + variant = 'default', + space = 'md', + shadow = 'md', + borderless = false, + rounded = false, + hover = false, + active = false, + disabled = false, + full = false, + flat = false, + class: className, + children = null, + ...rest + }: Props<Tag> = $props(); +</script> + +<svelte:element + this={tag} + class={[ + 'panel', + className, + { + 'shadow-sm': shadow === 'sm', + 'shadow-md': shadow === 'md', + 'shadow-lg': shadow === 'lg', + hover, + active, + full, + rounded, + borderless, + disabled, + flat + }, + space, + variant + ]} + {disabled} + {...rest} +> + {@render children?.()} +</svelte:element> + +<style> + .panel { + --component-background: var(--colour-background); + --component-colour: var(--colour-contrast); + + display: inline-block; + padding: var(--spacing-md); + background-color: var(--component-background); + color: var(--component-colour); + border: var(--border-width) var(--border-style) var(--border-colour); + transition: all var(--transition-medium); + } + + .panel:not(.flat) { + transform: translate3d(0, 0, 0); + box-shadow: var(--shadow-md); + } + + .panel.primary { + --component-background: var(--colour-primary); + } + .panel.secondary { + --component-background: var(--colour-secondary); + } + .panel.success { + --component-background: var(--colour-success); + } + .panel.error { + --component-background: var(--colour-error); + } + .panel.emphasis { + --component-background: var(--colour-emphasis); + } + .panel.brick { + --component-background: var(--colour-brick); + } + .panel.slate { + --component-background: var(--colour-slate); + --component-colour: var(--colour-concrete); + } + .panel.mustard { + --component-background: var(--colour-mustard); + } + .panel.pastel { + --component-background: var(--colour-pastel); + } + .panel.neon { + --component-background: var(--colour-neon); + } + + .panel.none { + padding: 0; + } + .panel.sm { + padding: var(--spacing-sm); + } + .panel.lg { + padding: var(--spacing-lg); + } + + .panel.shadow-sm:not(.flat) { + box-shadow: var(--shadow-sm); + } + .panel.shadow-md:not(.flat) { + box-shadow: var(--shadow-md); + } + .panel.shadow-lg:not(.flat) { + box-shadow: var(--shadow-lg); + } + + .panel.borderless { + border: none; + } + .panel.rounded { + border-radius: var(--spacing-sm); + } + + .panel.hover:hover:not(.disabled):not(.flat) { + transform: translate3d(-2px, -2px, 0); + box-shadow: var(--shadow-lg); + } + + .panel.hover.active:hover:not(.disabled):not(.flat) { + transform: translate3d(2px, 2px, 0); + box-shadow: var(--shadow-sm); + } + + .panel.hover.active:active:not(.disabled):not(.flat) { + transform: translate3d(5px, 5px, 0); + box-shadow: none; + } + + .panel.full { + width: 100%; + } +</style> diff --git a/src/lib/index.ts b/src/lib/index.ts index 47d3c46fb8964ff26d98993ccffdc2cecf44aecc..3ffd12aac5dc7d9c3967891a5d48a1cddd7705eb 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -1 +1,6 @@ -// Reexport your entry components here +import BarbiTheme from './theme/BarbiTheme.svelte'; +import Panel from './atoms/Panel.svelte'; +import Button from './atoms/Button.svelte'; +import CheckerboardPattern from './patterns/CheckerboardPattern.svelte'; + +export { BarbiTheme, CheckerboardPattern, Panel, Button }; diff --git a/src/lib/patterns/CheckerboardPattern.stories.svelte b/src/lib/patterns/CheckerboardPattern.stories.svelte new file mode 100644 index 0000000000000000000000000000000000000000..e2ef5a266352dbd835c36cb5d65bf28f20d6e2b3 --- /dev/null +++ b/src/lib/patterns/CheckerboardPattern.stories.svelte @@ -0,0 +1,57 @@ +<script module> + import { BarbiTheme, CheckerboardPattern } from '$lib'; + import { defineMeta } from '@storybook/addon-svelte-csf'; + + const { Story } = defineMeta({ + title: 'Components/Patterns/Checkerboard', + component: CheckerboardPattern, + // tags: ['autodocs'], + argTypes: { + scale: { name: 'Scale', control: 'number' }, + scrollDirection: { name: 'Scroll Direction', control: 'radio', options: [null, 'up-left'] }, + }, + args: { + scale: 1, + } + }); +</script> + +<script> +</script> + +<Story name="Default Pattern"> + {#snippet children(args)} + <BarbiTheme /> + <CheckerboardPattern {...args} /> + {/snippet} +</Story> + +<Story + name="Modified Colours" + args={{ style: '--pattern-light: #ECA400; --pattern-dark: #27476E;', scale: 2 }} +> + {#snippet children(args)} + <BarbiTheme /> + <CheckerboardPattern {...args} /> + {/snippet} +</Story> + +<Story + name="Scaled Pattern" + args={{ scale: 4 }} +> + {#snippet children(args)} + <BarbiTheme /> + <CheckerboardPattern {...args} /> + {/snippet} +</Story> + +<Story + name="Scrolling Pattern" + args={{ scale: 4, scrollDirection: 'up-left' }} +> + {#snippet children(args)} + <BarbiTheme /> + <CheckerboardPattern {...args} /> + {/snippet} +</Story> diff --git a/src/lib/patterns/CheckerboardPattern.svelte b/src/lib/patterns/CheckerboardPattern.svelte new file mode 100644 index 0000000000000000000000000000000000000000..9269a47a64e2d810211e3518c21c0f507732e7cc --- /dev/null +++ b/src/lib/patterns/CheckerboardPattern.svelte @@ -0,0 +1,45 @@ +<script> + const { scale = 1, scrollDirection = undefined, class: className = undefined, ...props } = $props(); + + let height = $state(0) + let width = $state(0) +</script> + +<svg + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 {width/scale} {height/scale}" + width="100%" + height="100%" + class={className} + bind:clientHeight={height} + bind:clientWidth={width} + {...props} +> + <defs> + <pattern id="checks" patternUnits="userSpaceOnUse" width="16" height="16" class={scrollDirection ? ['scroll', scrollDirection] : []}> + <rect width="16" height="16" fill="var(--pattern-light)" /> + <rect width="8" height="8" x="0" y="0" fill="var(--pattern-dark)" /> + <rect width="8" height="8" x="8" y="8" fill="var(--pattern-dark)" /> + </pattern> + </defs> + <rect width="100%" height="100%" fill="url(#checks)" /> +</svg> + +<style> + .scroll { + animation: scroll-up-left 2s linear infinite; + } + + .scroll.up-left { + animation-name: scroll-up-left; + } + + @keyframes scroll-up-left { + 0% { + transform: translate3d(0px, 0px, 0px); + } + 100% { + transform: translate3d(-16px, -16px, 0px); + } + } +</style> \ No newline at end of file diff --git a/src/lib/theme/BarbiTheme.svelte b/src/lib/theme/BarbiTheme.svelte new file mode 100644 index 0000000000000000000000000000000000000000..110b78aeb160130e61141ce7b4986b87090a44d4 --- /dev/null +++ b/src/lib/theme/BarbiTheme.svelte @@ -0,0 +1,165 @@ +<script lang="ts"> + export type CSSVariableName = + | 'colour-background' + | 'colour-white' + | 'colour-black' + | 'colour-contrast' + | 'colour-primary' + | 'colour-secondary' + | 'colour-success' + | 'colour-error' + | 'colour-emphasis' + | 'colour-concrete' + | 'colour-brick' + | 'colour-steel' + | 'colour-neon' + | 'colour-mustard' + | 'colour-pastel' + | 'colour-slate'; + + type Overrides = { + [key in CSSVariableName]?: string; + }; + + export type Props = { + 'no-reset'?: boolean; + } & Overrides; + + const { 'no-reset': noReset, ...props }: Props = $props(); +</script> + +<svelte:head> + {#if !noReset} + <style id="barbi-reset"> + *, + *::before, + *::after { + box-sizing: border-box; + margin: 0; + padding: 0; + } + + h1, + h2, + h3, + h4, + h5, + h6 { + font-family: var(--font-family-heading); + font-weight: bold; + text-transform: uppercase; + } + + h1 { + font-size: var(--font-size-h1); + } + h2 { + font-size: var(--font-size-h2); + } + h3 { + font-size: var(--font-size-h3); + } + h4 { + font-size: var(--font-size-h4); + } + + button { + font-family: var(--font-family-body); + font-size: var(--font-size-base); + color: var(--colour-text); + line-height: 1.25; + } + + /* Set core body defaults */ + body { + font-family: var(--font-family-body); + font-size: var(--font-size-base); + color: var(--colour-text); + background-color: var(--colour-background); + line-height: 1.25; + } + </style> + {/if} + + {@html ` + <style id="barbi-theme"> + :root { + /* Primary Colours */ + --colour-primary: ${props['colour-primary'] ?? '#4ecdc4'}; + --colour-secondary: ${props['colour-secondary'] ?? '#ffd93d'}; + --colour-success: ${props['colour-success'] ?? '#6bff8c'}; + --colour-error: ${props['colour-error'] ?? '#ff6b6b'}; + --colour-emphasis: ${props['colour-emphasis'] ?? '#b967ff'}; + + /* Shades */ + --colour-white: ${props['colour-white'] ?? '#ffffff'}; + --colour-background: ${props['colour-background'] ?? '#f0f0f0'}; + --colour-concrete: ${props['colour-concrete'] ?? '#c2c2c2'}; + --colour-steel: ${props['colour-steel'] ?? '#7f8c8d'}; + --colour-slate: ${props['colour-slate'] ?? '#34495e'}; + --colour-contrast: ${props['colour-contrast'] ?? '#1a1a1a'}; + --colour-black: ${props['colour-black'] ?? '#000000'}; + + /* Alternate Colours */ + --colour-brick: ${props['colour-brick'] ?? '#e74c3c'}; + --colour-neon: ${props['colour-neon'] ?? '#39ff14'}; + --colour-mustard: ${props['colour-mustard'] ?? '#f39c12'}; + --colour-pastel: ${props['colour-pastel'] ?? '#fdcb6e'}; + + --colour-text: var(--colour-contrast); + --colour-shadow: var(--colour-contrast); + + --pattern-light: var(--colour-background); + --pattern-dark: var(--colour-steel); + + --colour-button: var(--colour-primary); + --colour-button-active: var(--colour-secondary); + --colour-button-icon: var(--colour-contrast); + --colour-button-icon-active: var(--colour-primary); + + /* Typography */ + --font-family-heading: "Arial Black", "Helvetica", sans-serif; + --font-family-body: "Courier New", monospace; + --font-size-base: 16px; + --font-size-h1: 3rem; + --font-size-h2: 2.5rem; + --font-size-h3: 2rem; + --font-size-h4: 1.5rem; + --font-size-small: 0.875rem; + + /* Spacing */ + --spacing-xs: 0.25rem; + --spacing-sm: 0.5rem; + --spacing-md: 1rem; + --spacing-lg: 2rem; + --spacing-xl: 4rem; + + /* Shadows */ + --shadow-sm: 3px 3px 0 var(--colour-shadow); + --shadow-md: 5px 5px 0 var(--colour-shadow); + --shadow-lg: 8px 8px 0 var(--colour-shadow); + + /* Transitions */ + --transition-fast: 0.2s ease; + --transition-medium: 0.3s ease; + --transition-slow: 0.5s ease; + + /* Border */ + --border-width: 3px; + --border-style: solid; + --border-colour: var(--colour-contrast); + + /* Gradients */ + --gradient-hsl: linear-gradient(to right, + hsl(0deg, 100%, 50%), + hsl(60deg, 100%, 50%), + hsl(120deg, 100%, 50%), + hsl(180deg, 100%, 50%), + hsl(240deg, 100%, 50%), + hsl(300deg, 100%, 50%), + hsl(360deg 100% 60%) + ); + } + </style> + `} +</svelte:head> diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9c42926fc588554938b4c5bb947e46e05d804153..ce1ad1307b4ce20bceb3ccd52809fafed1b7a7e6 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,3 +1,26 @@ +<script> + import BarbiTheme from '$lib/theme/BarbiTheme.svelte'; + import Panel from '$lib/atoms/Panel.svelte'; +</script> + +<BarbiTheme /> + +<div style="background-color: var(--colour-primary); width: 100vw; height: 100vh"> + <Panel tag="a" space="sm" class="panel-navbar" hover>Cool stuff</Panel> +</div> + <h1>Welcome to your library project</h1> <p>Create your package using @sveltejs/package and preview/showcase your work with SvelteKit</p> <p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p> + +<div>foo</div> + +<style> + :global { + .panel-navbar { + /*width: 100%;*/ + + margin: 5rem; + } + } +</style> diff --git a/src/stories/Button.stories.svelte b/src/stories/Button.stories.svelte deleted file mode 100644 index 4c8c7cce632a5b09642259520769951a9d914d49..0000000000000000000000000000000000000000 --- a/src/stories/Button.stories.svelte +++ /dev/null @@ -1,31 +0,0 @@ -<script module> - import { defineMeta } from '@storybook/addon-svelte-csf'; - import Button from './Button.svelte'; - import { fn } from '@storybook/test'; - - // More on how to set up stories at: https://storybook.js.org/docs/writing-stories - const { Story } = defineMeta({ - title: 'Example/Button', - component: Button, - tags: ['autodocs'], - argTypes: { - backgroundColor: { control: 'color' }, - size: { - control: { type: 'select' }, - options: ['small', 'medium', 'large'], - }, - }, - args: { - onClick: fn(), - } - }); -</script> - -<!-- More on writing stories with args: https://storybook.js.org/docs/writing-stories/args --> -<Story name="Primary" args={{ primary: true, label: 'Button' }} /> - -<Story name="Secondary" args={{ label: 'Button' }} /> - -<Story name="Large" args={{ size: 'large', label: 'Button' }} /> - -<Story name="Small" args={{ size: 'small', label: 'Button' }} /> diff --git a/src/stories/Button.svelte b/src/stories/Button.svelte deleted file mode 100644 index b31f5bffe4a5300519329c0a39f5eb0079ffd25e..0000000000000000000000000000000000000000 --- a/src/stories/Button.svelte +++ /dev/null @@ -1,29 +0,0 @@ -<script lang="ts"> - import './button.css'; - - interface Props { - /** Is this the principal call to action on the page? */ - primary?: boolean; - /** What background color to use */ - backgroundColor?: string; - /** How large should the button be? */ - size?: 'small' | 'medium' | 'large'; - /** Button contents */ - label: string; - /** The onclick event handler */ - onClick?: () => void; - } - - const { primary = false, backgroundColor, size = 'medium', label, onClick }: Props = $props(); -</script> - -<button - type="button" - class={['storybook-button', `storybook-button--${size}`].join(' ')} - class:storybook-button--primary={primary} - class:storybook-button--secondary={!primary} - style:background-color={backgroundColor} - onclick={onClick} -> - {label} -</button> diff --git a/src/stories/Configure.mdx b/src/stories/Configure.mdx deleted file mode 100644 index 549973e9af11e83aa2c39ca17575e75b458dc496..0000000000000000000000000000000000000000 --- a/src/stories/Configure.mdx +++ /dev/null @@ -1,364 +0,0 @@ -import { Meta } from "@storybook/blocks"; - -import Github from "./assets/github.svg"; -import Discord from "./assets/discord.svg"; -import Youtube from "./assets/youtube.svg"; -import Tutorials from "./assets/tutorials.svg"; -import Styling from "./assets/styling.png"; -import Context from "./assets/context.png"; -import Assets from "./assets/assets.png"; -import Docs from "./assets/docs.png"; -import Share from "./assets/share.png"; -import FigmaPlugin from "./assets/figma-plugin.png"; -import Testing from "./assets/testing.png"; -import Accessibility from "./assets/accessibility.png"; -import Theming from "./assets/theming.png"; -import AddonLibrary from "./assets/addon-library.png"; - -export const RightArrow = () => <svg - viewBox="0 0 14 14" - width="8px" - height="14px" - style={{ - marginLeft: '4px', - display: 'inline-block', - shapeRendering: 'inherit', - verticalAlign: 'middle', - fill: 'currentColor', - 'path fill': 'currentColor' - }} -> - <path d="m11.1 7.35-5.5 5.5a.5.5 0 0 1-.7-.7L10.04 7 4.9 1.85a.5.5 0 1 1 .7-.7l5.5 5.5c.2.2.2.5 0 .7Z" /> -</svg> - -<Meta title="Configure your project" /> - -<div className="sb-container"> - <div className='sb-section-title'> - # Configure your project - - Because Storybook works separately from your app, you'll need to configure it for your specific stack and setup. Below, explore guides for configuring Storybook with popular frameworks and tools. If you get stuck, learn how you can ask for help from our community. - </div> - <div className="sb-section"> - <div className="sb-section-item"> - <img - src={Styling} - alt="A wall of logos representing different styling technologies" - /> - <h4 className="sb-section-item-heading">Add styling and CSS</h4> - <p className="sb-section-item-paragraph">Like with web applications, there are many ways to include CSS within Storybook. Learn more about setting up styling within Storybook.</p> - <a - href="https://storybook.js.org/docs/configure/styling-and-css/?renderer=svelte" - target="_blank" - >Learn more<RightArrow /></a> - </div> - <div className="sb-section-item"> - <img - src={Context} - alt="An abstraction representing the composition of data for a component" - /> - <h4 className="sb-section-item-heading">Provide context and mocking</h4> - <p className="sb-section-item-paragraph">Often when a story doesn't render, it's because your component is expecting a specific environment or context (like a theme provider) to be available.</p> - <a - href="https://storybook.js.org/docs/writing-stories/decorators/?renderer=svelte#context-for-mocking" - target="_blank" - >Learn more<RightArrow /></a> - </div> - <div className="sb-section-item"> - <img src={Assets} alt="A representation of typography and image assets" /> - <div> - <h4 className="sb-section-item-heading">Load assets and resources</h4> - <p className="sb-section-item-paragraph">To link static files (like fonts) to your projects and stories, use the - `staticDirs` configuration option to specify folders to load when - starting Storybook.</p> - <a - href="https://storybook.js.org/docs/configure/images-and-assets/?renderer=svelte" - target="_blank" - >Learn more<RightArrow /></a> - </div> - </div> - </div> -</div> -<div className="sb-container"> - <div className='sb-section-title'> - # Do more with Storybook - - Now that you know the basics, let's explore other parts of Storybook that will improve your experience. This list is just to get you started. You can customise Storybook in many ways to fit your needs. - </div> - - <div className="sb-section"> - <div className="sb-features-grid"> - <div className="sb-grid-item"> - <img src={Docs} alt="A screenshot showing the autodocs tag being set, pointing a docs page being generated" /> - <h4 className="sb-section-item-heading">Autodocs</h4> - <p className="sb-section-item-paragraph">Auto-generate living, - interactive reference documentation from your components and stories.</p> - <a - href="https://storybook.js.org/docs/writing-docs/autodocs/?renderer=svelte" - target="_blank" - >Learn more<RightArrow /></a> - </div> - <div className="sb-grid-item"> - <img src={Share} alt="A browser window showing a Storybook being published to a chromatic.com URL" /> - <h4 className="sb-section-item-heading">Publish to Chromatic</h4> - <p className="sb-section-item-paragraph">Publish your Storybook to review and collaborate with your entire team.</p> - <a - href="https://storybook.js.org/docs/sharing/publish-storybook/?renderer=svelte#publish-storybook-with-chromatic" - target="_blank" - >Learn more<RightArrow /></a> - </div> - <div className="sb-grid-item"> - <img src={FigmaPlugin} alt="Windows showing the Storybook plugin in Figma" /> - <h4 className="sb-section-item-heading">Figma Plugin</h4> - <p className="sb-section-item-paragraph">Embed your stories into Figma to cross-reference the design and live - implementation in one place.</p> - <a - href="https://storybook.js.org/docs/sharing/design-integrations/?renderer=svelte#embed-storybook-in-figma-with-the-plugin" - target="_blank" - >Learn more<RightArrow /></a> - </div> - <div className="sb-grid-item"> - <img src={Testing} alt="Screenshot of tests passing and failing" /> - <h4 className="sb-section-item-heading">Testing</h4> - <p className="sb-section-item-paragraph">Use stories to test a component in all its variations, no matter how - complex.</p> - <a - href="https://storybook.js.org/docs/writing-tests/?renderer=svelte" - target="_blank" - >Learn more<RightArrow /></a> - </div> - <div className="sb-grid-item"> - <img src={Accessibility} alt="Screenshot of accessibility tests passing and failing" /> - <h4 className="sb-section-item-heading">Accessibility</h4> - <p className="sb-section-item-paragraph">Automatically test your components for a11y issues as you develop.</p> - <a - href="https://storybook.js.org/docs/writing-tests/accessibility-testing/?renderer=svelte" - target="_blank" - >Learn more<RightArrow /></a> - </div> - <div className="sb-grid-item"> - <img src={Theming} alt="Screenshot of Storybook in light and dark mode" /> - <h4 className="sb-section-item-heading">Theming</h4> - <p className="sb-section-item-paragraph">Theme Storybook's UI to personalize it to your project.</p> - <a - href="https://storybook.js.org/docs/configure/theming/?renderer=svelte" - target="_blank" - >Learn more<RightArrow /></a> - </div> - </div> - </div> -</div> -<div className='sb-addon'> - <div className='sb-addon-text'> - <h4>Addons</h4> - <p className="sb-section-item-paragraph">Integrate your tools with Storybook to connect workflows.</p> - <a - href="https://storybook.js.org/addons/" - target="_blank" - >Discover all addons<RightArrow /></a> - </div> - <div className='sb-addon-img'> - <img src={AddonLibrary} alt="Integrate your tools with Storybook to connect workflows." /> - </div> -</div> - -<div className="sb-section sb-socials"> - <div className="sb-section-item"> - <img src={Github} alt="Github logo" className="sb-explore-image"/> - Join our contributors building the future of UI development. - - <a - href="https://github.com/storybookjs/storybook" - target="_blank" - >Star on GitHub<RightArrow /></a> - </div> - <div className="sb-section-item"> - <img src={Discord} alt="Discord logo" className="sb-explore-image"/> - <div> - Get support and chat with frontend developers. - - <a - href="https://discord.gg/storybook" - target="_blank" - >Join Discord server<RightArrow /></a> - </div> - </div> - <div className="sb-section-item"> - <img src={Youtube} alt="Youtube logo" className="sb-explore-image"/> - <div> - Watch tutorials, feature previews and interviews. - - <a - href="https://www.youtube.com/@chromaticui" - target="_blank" - >Watch on YouTube<RightArrow /></a> - </div> - </div> - <div className="sb-section-item"> - <img src={Tutorials} alt="A book" className="sb-explore-image"/> - <p>Follow guided walkthroughs on for key workflows.</p> - - <a - href="https://storybook.js.org/tutorials/" - target="_blank" - >Discover tutorials<RightArrow /></a> - </div> -</div> - -<style> - {` - .sb-container { - margin-bottom: 48px; - } - - .sb-section { - width: 100%; - display: flex; - flex-direction: row; - gap: 20px; - } - - img { - object-fit: cover; - } - - .sb-section-title { - margin-bottom: 32px; - } - - .sb-section a:not(h1 a, h2 a, h3 a) { - font-size: 14px; - } - - .sb-section-item, .sb-grid-item { - flex: 1; - display: flex; - flex-direction: column; - } - - .sb-section-item-heading { - padding-top: 20px !important; - padding-bottom: 5px !important; - margin: 0 !important; - } - .sb-section-item-paragraph { - margin: 0; - padding-bottom: 10px; - } - - .sb-chevron { - margin-left: 5px; - } - - .sb-features-grid { - display: grid; - grid-template-columns: repeat(2, 1fr); - grid-gap: 32px 20px; - } - - .sb-socials { - display: grid; - grid-template-columns: repeat(4, 1fr); - } - - .sb-socials p { - margin-bottom: 10px; - } - - .sb-explore-image { - max-height: 32px; - align-self: flex-start; - } - - .sb-addon { - width: 100%; - display: flex; - align-items: center; - position: relative; - background-color: #EEF3F8; - border-radius: 5px; - border: 1px solid rgba(0, 0, 0, 0.05); - background: #EEF3F8; - height: 180px; - margin-bottom: 48px; - overflow: hidden; - } - - .sb-addon-text { - padding-left: 48px; - max-width: 240px; - } - - .sb-addon-text h4 { - padding-top: 0px; - } - - .sb-addon-img { - position: absolute; - left: 345px; - top: 0; - height: 100%; - width: 200%; - overflow: hidden; - } - - .sb-addon-img img { - width: 650px; - transform: rotate(-15deg); - margin-left: 40px; - margin-top: -72px; - box-shadow: 0 0 1px rgba(255, 255, 255, 0); - backface-visibility: hidden; - } - - @media screen and (max-width: 800px) { - .sb-addon-img { - left: 300px; - } - } - - @media screen and (max-width: 600px) { - .sb-section { - flex-direction: column; - } - - .sb-features-grid { - grid-template-columns: repeat(1, 1fr); - } - - .sb-socials { - grid-template-columns: repeat(2, 1fr); - } - - .sb-addon { - height: 280px; - align-items: flex-start; - padding-top: 32px; - overflow: hidden; - } - - .sb-addon-text { - padding-left: 24px; - } - - .sb-addon-img { - right: 0; - left: 0; - top: 130px; - bottom: 0; - overflow: hidden; - height: auto; - width: 124%; - } - - .sb-addon-img img { - width: 1200px; - transform: rotate(-12deg); - margin-left: 0; - margin-top: 48px; - margin-bottom: -40px; - margin-left: -24px; - } - } - `} -</style> diff --git a/src/stories/Header.stories.svelte b/src/stories/Header.stories.svelte deleted file mode 100644 index 0130c115acf61ecc6722324ea7471540d864f956..0000000000000000000000000000000000000000 --- a/src/stories/Header.stories.svelte +++ /dev/null @@ -1,26 +0,0 @@ -<script module> - import { defineMeta } from '@storybook/addon-svelte-csf'; - import Header from './Header.svelte'; - import { fn } from '@storybook/test'; - - // More on how to set up stories at: https://storybook.js.org/docs/writing-stories - const { Story } = defineMeta({ - title: 'Example/Header', - component: Header, - // This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs - tags: ['autodocs'], - parameters: { - // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout - layout: 'fullscreen', - }, - args: { - onLogin: fn(), - onLogout: fn(), - onCreateAccount: fn(), - } - }); -</script> - -<Story name="Logged In" args={{ user: { name: 'Jane Doe' } }} /> - -<Story name="Logged Out" /> diff --git a/src/stories/Header.svelte b/src/stories/Header.svelte deleted file mode 100644 index 14e890c79e987c64bdef83af96a8bdfeb0526626..0000000000000000000000000000000000000000 --- a/src/stories/Header.svelte +++ /dev/null @@ -1,45 +0,0 @@ -<script lang="ts"> - import './header.css'; - import Button from './Button.svelte'; - - interface Props { - user?: { name: string }; - onLogin?: () => void; - onLogout?: () => void; - onCreateAccount?: () => void; - } - - const { user, onLogin, onLogout, onCreateAccount }: Props = $props(); -</script> - -<header> - <div class="storybook-header"> - <div> - <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> - <g fill="none" fill-rule="evenodd"> - <path - d="M10 0h12a10 10 0 0110 10v12a10 10 0 01-10 10H10A10 10 0 010 22V10A10 10 0 0110 0z" - fill="#FFF" - /> - <path - d="M5.3 10.6l10.4 6v11.1l-10.4-6v-11zm11.4-6.2l9.7 5.5-9.7 5.6V4.4z" - fill="#555AB9" - /> - <path d="M27.2 10.6v11.2l-10.5 6V16.5l10.5-6zM15.7 4.4v11L6 10l9.7-5.5z" fill="#91BAF8" /> - </g> - </svg> - <h1>Acme</h1> - </div> - <div> - {#if user} - <span class="welcome"> - Welcome, <b>{user.name}</b>! - </span> - <Button size="small" onClick={onLogout} label="Log out" /> - {:else} - <Button size="small" onClick={onLogin} label="Log in" /> - <Button primary size="small" onClick={onCreateAccount} label="Sign up" /> - {/if} - </div> - </div> -</header> diff --git a/src/stories/Page.stories.svelte b/src/stories/Page.stories.svelte deleted file mode 100644 index ed850d83718ea9f786ca9a44b1e289f3bd215dac..0000000000000000000000000000000000000000 --- a/src/stories/Page.stories.svelte +++ /dev/null @@ -1,30 +0,0 @@ -<script module> - import { defineMeta } from '@storybook/addon-svelte-csf'; - import { expect, userEvent, waitFor, within } from '@storybook/test'; - import Page from './Page.svelte'; - import { fn } from '@storybook/test'; - - // More on how to set up stories at: https://storybook.js.org/docs/writing-stories - const { Story } = defineMeta({ - title: 'Example/Page', - component: Page, - parameters: { - // More on how to position stories at: https://storybook.js.org/docs/configure/story-layout - layout: 'fullscreen', - }, - }); -</script> - -<Story name="Logged In" play={async ({ canvasElement }) => { - const canvas = within(canvasElement); - const loginButton = canvas.getByRole('button', { name: /Log in/i }); - await expect(loginButton).toBeInTheDocument(); - await userEvent.click(loginButton); - await waitFor(() => expect(loginButton).not.toBeInTheDocument()); - - const logoutButton = canvas.getByRole('button', { name: /Log out/i }); - await expect(logoutButton).toBeInTheDocument(); - }} -/> - -<Story name="Logged Out" /> diff --git a/src/stories/Page.svelte b/src/stories/Page.svelte deleted file mode 100644 index c4c069a5a50b31f1717a5c6f2da68a9bd0537ac6..0000000000000000000000000000000000000000 --- a/src/stories/Page.svelte +++ /dev/null @@ -1,70 +0,0 @@ -<script lang="ts"> - import './page.css'; - import Header from './Header.svelte'; - - let user = $state<{ name: string }>(); -</script> - -<article> - <Header - {user} - onLogin={() => (user = { name: 'Jane Doe' })} - onLogout={() => (user = undefined)} - onCreateAccount={() => (user = { name: 'Jane Doe' })} - /> - - <section class="storybook-page"> - <h2>Pages in Storybook</h2> - <p> - We recommend building UIs with a - <a - href="https://blog.hichroma.com/component-driven-development-ce1109d56c8e" - target="_blank" - rel="noopener noreferrer" - > - <strong>component-driven</strong> - </a> - process starting with atomic components and ending with pages. - </p> - <p> - Render pages with mock data. This makes it easy to build and review page states without - needing to navigate to them in your app. Here are some handy patterns for managing page data - in Storybook: - </p> - <ul> - <li> - Use a higher-level connected component. Storybook helps you compose such data from the - "args" of child component stories - </li> - <li> - Assemble data in the page component from your services. You can mock these services out - using Storybook. - </li> - </ul> - <p> - Get a guided tutorial on component-driven development at - <a href="https://storybook.js.org/tutorials/" target="_blank" rel="noopener noreferrer"> - Storybook tutorials - </a> - . Read more in the - <a href="https://storybook.js.org/docs" target="_blank" rel="noopener noreferrer">docs</a> - . - </p> - <div class="tip-wrapper"> - <span class="tip">Tip</span> - Adjust the width of the canvas with the - <svg width="10" height="10" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"> - <g fill="none" fill-rule="evenodd"> - <path - d="M1.5 5.2h4.8c.3 0 .5.2.5.4v5.1c-.1.2-.3.3-.4.3H1.4a.5.5 0 - 01-.5-.4V5.7c0-.3.2-.5.5-.5zm0-2.1h6.9c.3 0 .5.2.5.4v7a.5.5 0 01-1 0V4H1.5a.5.5 0 - 010-1zm0-2.1h9c.3 0 .5.2.5.4v9.1a.5.5 0 01-1 0V2H1.5a.5.5 0 010-1zm4.3 5.2H2V10h3.8V6.2z" - id="a" - fill="#999" - /> - </g> - </svg> - Viewports addon in the toolbar - </div> - </section> -</article> diff --git a/src/stories/assets/accessibility.png b/src/stories/assets/accessibility.png deleted file mode 100644 index 6ffe6feabdc17f715771b69fd7f33ec2c57e7c30..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/accessibility.png and /dev/null differ diff --git a/src/stories/assets/accessibility.svg b/src/stories/assets/accessibility.svg deleted file mode 100644 index 107e93f838409ec8f8cd2f41eb89bf981c107009..0000000000000000000000000000000000000000 --- a/src/stories/assets/accessibility.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><title>Accessibility</title><circle cx="24.334" cy="24" r="24" fill="#A849FF" fill-opacity=".3"/><path fill="#A470D5" fill-rule="evenodd" d="M27.8609 11.585C27.8609 9.59506 26.2497 7.99023 24.2519 7.99023C22.254 7.99023 20.6429 9.65925 20.6429 11.585C20.6429 13.575 22.254 15.1799 24.2519 15.1799C26.2497 15.1799 27.8609 13.575 27.8609 11.585ZM21.8922 22.6473C21.8467 23.9096 21.7901 25.4788 21.5897 26.2771C20.9853 29.0462 17.7348 36.3314 17.3325 37.2275C17.1891 37.4923 17.1077 37.7955 17.1077 38.1178C17.1077 39.1519 17.946 39.9902 18.9802 39.9902C19.6587 39.9902 20.253 39.6293 20.5814 39.0889L20.6429 38.9874L24.2841 31.22C24.2841 31.22 27.5529 37.9214 27.9238 38.6591C28.2948 39.3967 28.8709 39.9902 29.7168 39.9902C30.751 39.9902 31.5893 39.1519 31.5893 38.1178C31.5893 37.7951 31.3639 37.2265 31.3639 37.2265C30.9581 36.3258 27.698 29.0452 27.0938 26.2771C26.8975 25.4948 26.847 23.9722 26.8056 22.7236C26.7927 22.333 26.7806 21.9693 26.7653 21.6634C26.7008 21.214 27.0231 20.8289 27.4097 20.7005L35.3366 18.3253C36.3033 18.0685 36.8834 16.9773 36.6256 16.0144C36.3678 15.0515 35.2722 14.4737 34.3055 14.7305C34.3055 14.7305 26.8619 17.1057 24.2841 17.1057C21.7062 17.1057 14.456 14.7947 14.456 14.7947C13.4893 14.5379 12.3937 14.9873 12.0715 15.9502C11.7493 16.9131 12.3293 18.0044 13.3604 18.3253L21.2873 20.7005C21.674 20.8289 21.9318 21.214 21.9318 21.6634C21.9174 21.9493 21.9053 22.2857 21.8922 22.6473Z" clip-rule="evenodd"/></svg> \ No newline at end of file diff --git a/src/stories/assets/addon-library.png b/src/stories/assets/addon-library.png deleted file mode 100644 index 95deb38a88de416671e20ebc28dcd397d6910331..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/addon-library.png and /dev/null differ diff --git a/src/stories/assets/assets.png b/src/stories/assets/assets.png deleted file mode 100644 index cfba6817aeb60fe5eac1f632b703b18da0ec8759..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/assets.png and /dev/null differ diff --git a/src/stories/assets/avif-test-image.avif b/src/stories/assets/avif-test-image.avif deleted file mode 100644 index 530709bc1217efa55381695b81007deaababe82d..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/avif-test-image.avif and /dev/null differ diff --git a/src/stories/assets/context.png b/src/stories/assets/context.png deleted file mode 100644 index e5cd249a2d3adb58bd4c557405c9c1c0a4c340ee..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/context.png and /dev/null differ diff --git a/src/stories/assets/discord.svg b/src/stories/assets/discord.svg deleted file mode 100644 index d638958b66deab5c09daf517f4a6b5ed1d3b6ba6..0000000000000000000000000000000000000000 --- a/src/stories/assets/discord.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" fill="none" viewBox="0 0 33 32"><g clip-path="url(#clip0_10031_177575)"><mask id="mask0_10031_177575" style="mask-type:luminance" width="33" height="25" x="0" y="4" maskUnits="userSpaceOnUse"><path fill="#fff" d="M32.5034 4.00195H0.503906V28.7758H32.5034V4.00195Z"/></mask><g mask="url(#mask0_10031_177575)"><path fill="#5865F2" d="M27.5928 6.20817C25.5533 5.27289 23.3662 4.58382 21.0794 4.18916C21.0378 4.18154 20.9962 4.20057 20.9747 4.23864C20.6935 4.73863 20.3819 5.3909 20.1637 5.90358C17.7042 5.53558 15.2573 5.53558 12.8481 5.90358C12.6299 5.37951 12.307 4.73863 12.0245 4.23864C12.003 4.20184 11.9614 4.18281 11.9198 4.18916C9.63431 4.58255 7.44721 5.27163 5.40641 6.20817C5.38874 6.21578 5.3736 6.22848 5.36355 6.24497C1.21508 12.439 0.078646 18.4809 0.636144 24.4478C0.638667 24.477 0.655064 24.5049 0.677768 24.5227C3.41481 26.5315 6.06609 27.7511 8.66815 28.5594C8.70979 28.5721 8.75392 28.5569 8.78042 28.5226C9.39594 27.6826 9.94461 26.7968 10.4151 25.8653C10.4428 25.8107 10.4163 25.746 10.3596 25.7244C9.48927 25.3945 8.66058 24.9922 7.86343 24.5354C7.80038 24.4986 7.79533 24.4084 7.85333 24.3653C8.02108 24.2397 8.18888 24.109 8.34906 23.977C8.37804 23.9529 8.41842 23.9478 8.45249 23.963C13.6894 26.3526 19.359 26.3526 24.5341 23.963C24.5682 23.9465 24.6086 23.9516 24.6388 23.9757C24.799 24.1077 24.9668 24.2397 25.1358 24.3653C25.1938 24.4084 25.19 24.4986 25.127 24.5354C24.3298 25.0011 23.5011 25.3945 22.6296 25.7232C22.5728 25.7447 22.5476 25.8107 22.5754 25.8653C23.0559 26.7955 23.6046 27.6812 24.2087 28.5213C24.234 28.5569 24.2794 28.5721 24.321 28.5594C26.9357 27.7511 29.5869 26.5315 32.324 24.5227C32.348 24.5049 32.3631 24.4783 32.3656 24.4491C33.0328 17.5506 31.2481 11.5584 27.6344 6.24623C27.6256 6.22848 27.6105 6.21578 27.5928 6.20817ZM11.1971 20.8146C9.62043 20.8146 8.32129 19.3679 8.32129 17.5913C8.32129 15.8146 9.59523 14.368 11.1971 14.368C12.8115 14.368 14.0981 15.8273 14.0729 17.5913C14.0729 19.3679 12.7989 20.8146 11.1971 20.8146ZM21.8299 20.8146C20.2533 20.8146 18.9541 19.3679 18.9541 17.5913C18.9541 15.8146 20.228 14.368 21.8299 14.368C23.4444 14.368 24.7309 15.8273 24.7057 17.5913C24.7057 19.3679 23.4444 20.8146 21.8299 20.8146Z"/></g></g><defs><clipPath id="clip0_10031_177575"><rect width="32" height="32" fill="#fff" transform="translate(0.5)"/></clipPath></defs></svg> \ No newline at end of file diff --git a/src/stories/assets/docs.png b/src/stories/assets/docs.png deleted file mode 100644 index a749629df9ef3b4e20b86ab1a2482040df3ce8dd..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/docs.png and /dev/null differ diff --git a/src/stories/assets/figma-plugin.png b/src/stories/assets/figma-plugin.png deleted file mode 100644 index 8f79b08cdf28f568a9bfc9d2fee39bd85d4831e3..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/figma-plugin.png and /dev/null differ diff --git a/src/stories/assets/github.svg b/src/stories/assets/github.svg deleted file mode 100644 index dc513528ca899d698d55418bd3a39c036d01e21e..0000000000000000000000000000000000000000 --- a/src/stories/assets/github.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><path fill="#161614" d="M16.0001 0C7.16466 0 0 7.17472 0 16.0256C0 23.1061 4.58452 29.1131 10.9419 31.2322C11.7415 31.3805 12.0351 30.8845 12.0351 30.4613C12.0351 30.0791 12.0202 28.8167 12.0133 27.4776C7.56209 28.447 6.62283 25.5868 6.62283 25.5868C5.89499 23.7345 4.8463 23.2419 4.8463 23.2419C3.39461 22.2473 4.95573 22.2678 4.95573 22.2678C6.56242 22.3808 7.40842 23.9192 7.40842 23.9192C8.83547 26.3691 11.1514 25.6609 12.0645 25.2514C12.2081 24.2156 12.6227 23.5087 13.0803 23.1085C9.52648 22.7032 5.7906 21.3291 5.7906 15.1886C5.7906 13.4389 6.41563 12.0094 7.43916 10.8871C7.27303 10.4834 6.72537 8.85349 7.59415 6.64609C7.59415 6.64609 8.93774 6.21539 11.9953 8.28877C13.2716 7.9337 14.6404 7.75563 16.0001 7.74953C17.3599 7.75563 18.7297 7.9337 20.0084 8.28877C23.0623 6.21539 24.404 6.64609 24.404 6.64609C25.2749 8.85349 24.727 10.4834 24.5608 10.8871C25.5868 12.0094 26.2075 13.4389 26.2075 15.1886C26.2075 21.3437 22.4645 22.699 18.9017 23.0957C19.4756 23.593 19.9869 24.5683 19.9869 26.0634C19.9869 28.2077 19.9684 29.9334 19.9684 30.4613C19.9684 30.8877 20.2564 31.3874 21.0674 31.2301C27.4213 29.1086 32 23.1037 32 16.0256C32 7.17472 24.8364 0 16.0001 0ZM5.99257 22.8288C5.95733 22.9084 5.83227 22.9322 5.71834 22.8776C5.60229 22.8253 5.53711 22.7168 5.57474 22.6369C5.60918 22.5549 5.7345 22.5321 5.85029 22.587C5.9666 22.6393 6.03284 22.7489 5.99257 22.8288ZM6.7796 23.5321C6.70329 23.603 6.55412 23.5701 6.45291 23.4581C6.34825 23.3464 6.32864 23.197 6.40601 23.125C6.4847 23.0542 6.62937 23.0874 6.73429 23.1991C6.83895 23.3121 6.85935 23.4605 6.7796 23.5321ZM7.31953 24.4321C7.2215 24.5003 7.0612 24.4363 6.96211 24.2938C6.86407 24.1513 6.86407 23.9804 6.96422 23.9119C7.06358 23.8435 7.2215 23.905 7.32191 24.0465C7.41968 24.1914 7.41968 24.3623 7.31953 24.4321ZM8.23267 25.4743C8.14497 25.5712 7.95818 25.5452 7.82146 25.413C7.68156 25.2838 7.64261 25.1004 7.73058 25.0035C7.81934 24.9064 8.00719 24.9337 8.14497 25.0648C8.28381 25.1938 8.3262 25.3785 8.23267 25.4743ZM9.41281 25.8262C9.37413 25.9517 9.19423 26.0088 9.013 25.9554C8.83203 25.9005 8.7136 25.7535 8.75016 25.6266C8.78778 25.5003 8.96848 25.4408 9.15104 25.4979C9.33174 25.5526 9.45044 25.6985 9.41281 25.8262ZM10.7559 25.9754C10.7604 26.1076 10.6067 26.2172 10.4165 26.2196C10.2252 26.2238 10.0704 26.1169 10.0683 25.9868C10.0683 25.8534 10.2185 25.7448 10.4098 25.7416C10.6001 25.7379 10.7559 25.8441 10.7559 25.9754ZM12.0753 25.9248C12.0981 26.0537 11.9658 26.1862 11.7769 26.2215C11.5912 26.2554 11.4192 26.1758 11.3957 26.0479C11.3726 25.9157 11.5072 25.7833 11.6927 25.7491C11.8819 25.7162 12.0512 25.7937 12.0753 25.9248Z"/></svg> \ No newline at end of file diff --git a/src/stories/assets/share.png b/src/stories/assets/share.png deleted file mode 100644 index 8097a370777a782bbe52082a338584d04e62e796..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/share.png and /dev/null differ diff --git a/src/stories/assets/styling.png b/src/stories/assets/styling.png deleted file mode 100644 index d341e8263e403615dadaa6ffc5fb7604837357f8..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/styling.png and /dev/null differ diff --git a/src/stories/assets/testing.png b/src/stories/assets/testing.png deleted file mode 100644 index d4ac39a0ced924068b7625735c9bccac7b17f45d..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/testing.png and /dev/null differ diff --git a/src/stories/assets/theming.png b/src/stories/assets/theming.png deleted file mode 100644 index 1535eb9b8192efc0992daf0a0adc1d424660890d..0000000000000000000000000000000000000000 Binary files a/src/stories/assets/theming.png and /dev/null differ diff --git a/src/stories/assets/tutorials.svg b/src/stories/assets/tutorials.svg deleted file mode 100644 index b492a9c66f7f9e077006618889d18d3d1a7473dd..0000000000000000000000000000000000000000 --- a/src/stories/assets/tutorials.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="33" height="32" fill="none" viewBox="0 0 33 32"><g clip-path="url(#clip0_10031_177597)"><path fill="#B7F0EF" fill-rule="evenodd" d="M17 7.87059C17 6.48214 17.9812 5.28722 19.3431 5.01709L29.5249 2.99755C31.3238 2.64076 33 4.01717 33 5.85105V22.1344C33 23.5229 32.0188 24.7178 30.6569 24.9879L20.4751 27.0074C18.6762 27.3642 17 25.9878 17 24.1539L17 7.87059Z" clip-rule="evenodd" opacity=".7"/><path fill="#87E6E5" fill-rule="evenodd" d="M1 5.85245C1 4.01857 2.67623 2.64215 4.47507 2.99895L14.6569 5.01848C16.0188 5.28861 17 6.48354 17 7.87198V24.1553C17 25.9892 15.3238 27.3656 13.5249 27.0088L3.34311 24.9893C1.98119 24.7192 1 23.5242 1 22.1358V5.85245Z" clip-rule="evenodd"/><path fill="#61C1FD" fill-rule="evenodd" d="M15.543 5.71289C15.543 5.71289 16.8157 5.96289 17.4002 6.57653C17.9847 7.19016 18.4521 9.03107 18.4521 9.03107C18.4521 9.03107 18.4521 25.1106 18.4521 26.9629C18.4521 28.8152 19.3775 31.4174 19.3775 31.4174L17.4002 28.8947L16.2575 31.4174C16.2575 31.4174 15.543 29.0765 15.543 27.122C15.543 25.1674 15.543 5.71289 15.543 5.71289Z" clip-rule="evenodd"/></g><defs><clipPath id="clip0_10031_177597"><rect width="32" height="32" fill="#fff" transform="translate(0.5)"/></clipPath></defs></svg> \ No newline at end of file diff --git a/src/stories/assets/youtube.svg b/src/stories/assets/youtube.svg deleted file mode 100644 index a7515d7e9b37fb70bc23d5b87e55ad11f2f77213..0000000000000000000000000000000000000000 --- a/src/stories/assets/youtube.svg +++ /dev/null @@ -1 +0,0 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><path fill="#ED1D24" d="M31.3313 8.44657C30.9633 7.08998 29.8791 6.02172 28.5022 5.65916C26.0067 5.00026 16 5.00026 16 5.00026C16 5.00026 5.99333 5.00026 3.4978 5.65916C2.12102 6.02172 1.03665 7.08998 0.668678 8.44657C0 10.9053 0 16.0353 0 16.0353C0 16.0353 0 21.1652 0.668678 23.6242C1.03665 24.9806 2.12102 26.0489 3.4978 26.4116C5.99333 27.0703 16 27.0703 16 27.0703C16 27.0703 26.0067 27.0703 28.5022 26.4116C29.8791 26.0489 30.9633 24.9806 31.3313 23.6242C32 21.1652 32 16.0353 32 16.0353C32 16.0353 32 10.9053 31.3313 8.44657Z"/><path fill="#fff" d="M12.7266 20.6934L21.0902 16.036L12.7266 11.3781V20.6934Z"/></svg> \ No newline at end of file diff --git a/src/stories/button.css b/src/stories/button.css deleted file mode 100644 index 4e3620b0dcbf889319c54fe9a7f3a0a570822687..0000000000000000000000000000000000000000 --- a/src/stories/button.css +++ /dev/null @@ -1,30 +0,0 @@ -.storybook-button { - display: inline-block; - cursor: pointer; - border: 0; - border-radius: 3em; - font-weight: 700; - line-height: 1; - font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; -} -.storybook-button--primary { - background-color: #555ab9; - color: white; -} -.storybook-button--secondary { - box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px inset; - background-color: transparent; - color: #333; -} -.storybook-button--small { - padding: 10px 16px; - font-size: 12px; -} -.storybook-button--medium { - padding: 11px 20px; - font-size: 14px; -} -.storybook-button--large { - padding: 12px 24px; - font-size: 16px; -} diff --git a/src/stories/header.css b/src/stories/header.css deleted file mode 100644 index 5efd46c26a03cca7ba29f1b9bfab680eb1e08238..0000000000000000000000000000000000000000 --- a/src/stories/header.css +++ /dev/null @@ -1,32 +0,0 @@ -.storybook-header { - display: flex; - justify-content: space-between; - align-items: center; - border-bottom: 1px solid rgba(0, 0, 0, 0.1); - padding: 15px 20px; - font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; -} - -.storybook-header svg { - display: inline-block; - vertical-align: top; -} - -.storybook-header h1 { - display: inline-block; - vertical-align: top; - margin: 6px 0 6px 10px; - font-weight: 700; - font-size: 20px; - line-height: 1; -} - -.storybook-header button + button { - margin-left: 10px; -} - -.storybook-header .welcome { - margin-right: 10px; - color: #333; - font-size: 14px; -} diff --git a/src/stories/page.css b/src/stories/page.css deleted file mode 100644 index 77c81d2d58f9d6fcd26ddf0d1f7327ee8cb3e85a..0000000000000000000000000000000000000000 --- a/src/stories/page.css +++ /dev/null @@ -1,68 +0,0 @@ -.storybook-page { - margin: 0 auto; - padding: 48px 20px; - max-width: 600px; - color: #333; - font-size: 14px; - line-height: 24px; - font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; -} - -.storybook-page h2 { - display: inline-block; - vertical-align: top; - margin: 0 0 4px; - font-weight: 700; - font-size: 32px; - line-height: 1; -} - -.storybook-page p { - margin: 1em 0; -} - -.storybook-page a { - color: inherit; -} - -.storybook-page ul { - margin: 1em 0; - padding-left: 30px; -} - -.storybook-page li { - margin-bottom: 8px; -} - -.storybook-page .tip { - display: inline-block; - vertical-align: top; - margin-right: 10px; - border-radius: 1em; - background: #e7fdd8; - padding: 4px 12px; - color: #357a14; - font-weight: 700; - font-size: 11px; - line-height: 12px; -} - -.storybook-page .tip-wrapper { - margin-top: 40px; - margin-bottom: 40px; - font-size: 13px; - line-height: 20px; -} - -.storybook-page .tip-wrapper svg { - display: inline-block; - vertical-align: top; - margin-top: 3px; - margin-right: 4px; - width: 12px; - height: 12px; -} - -.storybook-page .tip-wrapper svg path { - fill: #1ea7fd; -} diff --git a/static/favicon.png b/static/favicon.png deleted file mode 100644 index 825b9e65af7c104cfb07089bb28659393b4f2097..0000000000000000000000000000000000000000 Binary files a/static/favicon.png and /dev/null differ diff --git a/tsconfig.json b/tsconfig.json index 6f788f1603f23e76c22eddfabc3c45a58471d27f..3f4fa8800738672baca816ce758b51f763759e72 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "sourceMap": true, "strict": true, "module": "NodeNext", - "moduleResolution": "NodeNext" + "moduleResolution": "NodeNext", + "declarationMap": true } }