diff --git a/src/lib/components/Button.svelte b/src/lib/components/Button.svelte index 19d8a92..acf2e2c 100644 --- a/src/lib/components/Button.svelte +++ b/src/lib/components/Button.svelte @@ -20,7 +20,7 @@ {href} class={tw( 'inline-flex cursor-default items-center justify-center rounded-md px-2 py-1 text-sf-secondary shadow-sm ring-1 ring-ss-secondary', - 'transition-shadow duration-200 hover:ring-ss-primary active:shadow-inner', + 'font-normal transition-shadow duration-200 hover:ring-ss-primary active:shadow-inner', variant === 'primary' && [ 'relative text-slate-50 ring-0 duration-200', 'before:absolute before:-inset-px before:rounded-[7px]', diff --git a/src/lib/components/GroupedList.ts b/src/lib/components/GroupedList.ts index b89b3d3..8039c59 100644 --- a/src/lib/components/GroupedList.ts +++ b/src/lib/components/GroupedList.ts @@ -1,4 +1,6 @@ import GroupedListItem from './GroupedList/GroupedListItem.svelte'; +import GroupedListInputItem from './GroupedList/GroupedListInputItem.svelte'; import GroupedListSection from './GroupedList/GroupedListSection.svelte'; +import GroupedListContainer from './GroupedList/GroupedListContainer.svelte'; -export { GroupedListItem, GroupedListSection }; +export { GroupedListItem, GroupedListInputItem, GroupedListSection, GroupedListContainer }; diff --git a/src/lib/components/GroupedList/GroupedListContainer.svelte b/src/lib/components/GroupedList/GroupedListContainer.svelte new file mode 100644 index 0000000..02bcfbf --- /dev/null +++ b/src/lib/components/GroupedList/GroupedListContainer.svelte @@ -0,0 +1 @@ +
New here? Create a new account.
+Introduce yourself. This will be public for everyone to see.
++ Sensitive actions like signing in on new devices require your password. Make sure it's + unique and secure. You'll lose access to your account if you forget it. +
+ {#if !passwordMatch && repeatPassword} +Passwords do not match.
+ {/if} +