From a2dfcf626a54bb90d48a2cb3f9f5035959a6567b Mon Sep 17 00:00:00 2001 From: Moritz Utcke <62291876+Letsmoe@users.noreply.github.com> Date: Wed, 31 May 2023 15:44:18 +0500 Subject: [PATCH] Update @ibcornelsen/ui + Style Improvements --- README.md | 2 +- package.json | 2 +- .../VerbrauchsausweisContent.svelte | 2 +- src/layouts/UserLayout.astro | 25 +- src/pages/index.astro | 394 ++++++++---------- src/style/576.scss | 9 +- src/style/global.scss | 31 +- 7 files changed, 219 insertions(+), 246 deletions(-) diff --git a/README.md b/README.md index 9491a8b6..f77f7fd2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# online-energieausweis +# IBCornelsen Online Energieausweis diff --git a/package.json b/package.json index 749fe429..55165107 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/node": "^5.1.4", "@astrojs/svelte": "^2.2.0", "@astrojs/tailwind": "^3.1.3", - "@ibcornelsen/ui": "^0.0.1", + "@ibcornelsen/ui": "^0.0.2", "astro": "^2.5.1", "cookiejs": "^2.1.2", "express": "^4.18.2", diff --git a/src/components/Verbrauchsausweis/VerbrauchsausweisContent.svelte b/src/components/Verbrauchsausweis/VerbrauchsausweisContent.svelte index aa238e13..bedca411 100644 --- a/src/components/Verbrauchsausweis/VerbrauchsausweisContent.svelte +++ b/src/components/Verbrauchsausweis/VerbrauchsausweisContent.svelte @@ -451,7 +451,7 @@ diff --git a/src/layouts/UserLayout.astro b/src/layouts/UserLayout.astro index 6a77a392..60095c5e 100644 --- a/src/layouts/UserLayout.astro +++ b/src/layouts/UserLayout.astro @@ -89,27 +89,4 @@ const schema = JSON.stringify({ - - - + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index b76e3fff..8d7fc6e4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,7 +1,7 @@ --- -import {BoxWithHeading} from '@ibcornelsen/ui'; -import Widget from '../components/Widget.svelte'; -import Layout from '../layouts/Layout.astro'; +import { BoxWithHeading } from "@ibcornelsen/ui"; +import Widget from "../components/Widget.svelte"; +import Layout from "../layouts/Layout.astro"; --- @@ -14,21 +14,21 @@ import Layout from '../layouts/Layout.astro';