diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee6e650..e834973 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,6 +13,10 @@ importers: version: 13.0.0(typescript@5.7.3) projects/sprout: + dependencies: + normalize.css: + specifier: ^8.0.1 + version: 8.0.1 devDependencies: '@chromatic-com/storybook': specifier: ^3.2.4 @@ -1431,6 +1435,9 @@ packages: no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + normalize.css@8.0.1: + resolution: {integrity: sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==} + npm-package-arg@11.0.3: resolution: {integrity: sha512-sHGJy8sOC1YraBywpzQlIKBE4pBbGbiF95U6Auspzyem956E0+FtDtsx1ZxlOJkQCZ1AFXAY/yuvtFYrOxF+Bw==} engines: {node: ^16.14.0 || >=18.0.0} @@ -3310,6 +3317,8 @@ snapshots: lower-case: 2.0.2 tslib: 2.8.1 + normalize.css@8.0.1: {} + npm-package-arg@11.0.3: dependencies: hosted-git-info: 7.0.2 diff --git a/projects/sprout/.svelte-kit/generated/server/internal.js b/projects/sprout/.svelte-kit/generated/server/internal.js index b6bf3bd..3d7bcd7 100644 --- a/projects/sprout/.svelte-kit/generated/server/internal.js +++ b/projects/sprout/.svelte-kit/generated/server/internal.js @@ -19,7 +19,7 @@ export const options = { root, service_worker: false, templates: { - app: ({ head, body, assets, nonce, env }) => "\n\n\t\n\t\t\n\t\t\n\t\t" + head + "\n\t\n\t\n\t\t
" + body + "
\n\t\n\n", + app: ({ head, body, assets, nonce, env }) => "\n\n\t\n\t\t\n\t\t\n\t\t" + head + "\n\t\n\t\n\t\t
\n\t\t\t" + body + "\n\t\t
\n\t\n\n", error: ({ status, message }) => "\n\n\t\n\t\t\n\t\t" + message + "\n\n\t\t\n\t\n\t\n\t\t
\n\t\t\t" + status + "\n\t\t\t
\n\t\t\t\t

" + message + "

\n\t\t\t
\n\t\t
\n\t\n\n" }, version_hash: "1u568gi" diff --git a/projects/sprout/src/app.html b/projects/sprout/src/app.html index 396626c..3ba63a6 100644 --- a/projects/sprout/src/app.html +++ b/projects/sprout/src/app.html @@ -6,6 +6,8 @@ %sveltekit.head% -
%sveltekit.body%
+
+ %sveltekit.body% +
diff --git a/projects/sprout/src/lib/Button.svelte b/projects/sprout/src/lib/Button.svelte index 12787eb..5ae04eb 100644 --- a/projects/sprout/src/lib/Button.svelte +++ b/projects/sprout/src/lib/Button.svelte @@ -58,8 +58,8 @@ } .secondary { - background-color: var(--color-background); - border: 2px var(--color-accent-background) solid; + background-color: #00000000; + border: 3px var(--color-accent-background) solid; color: var(--color-text); } @@ -71,6 +71,7 @@ .danger { background-color: var(--color-red); border-color: var(--color-red); + color: var(--color-white); } .danger.disabled { diff --git a/projects/sprout/src/routes/+page.svelte b/projects/sprout/src/routes/+page.svelte index 7a5ee63..3382738 100644 --- a/projects/sprout/src/routes/+page.svelte +++ b/projects/sprout/src/routes/+page.svelte @@ -1,109 +1,123 @@ -
-

Welcome to your library project

-

Create your package using @sveltejs/package and preview/showcase your work with SvelteKit

-

Visit svelte.dev/docs/kit to read the documentation

- -

{foo}

- - - - - - - - - - - - - -
- - - - - - - - - -
- - - - - - - - - -
- - - - - - - - - - -
- -
- - - - - - - - - -
- - - - + + +

Heading 1

+

Heading 2

+

Heading 3

+

Heading 4

+ + Call to action! + Non call to action + + + + GOO + TEXT AND + + + + + + + TEXT AND + + + + + + + + +
- - - -
-
- - - - + + + + + TEXT AND + + + + + + + TEXT AND + + + + + + + + + - - - - -
- - - - + + + + + TEXT AND + + + + + + + TEXT AND + + + + + + + + + - - - - -
-
-
\ No newline at end of file + + + + + TEXT AND + + + + + + + TEXT AND + + + + + + + + + + \ No newline at end of file