diff --git a/apps/web-app/app/components/Cart/Button.vue b/apps/web-app/app/components/Cart/Button.vue index 8301c555..9523381f 100644 --- a/apps/web-app/app/components/Cart/Button.vue +++ b/apps/web-app/app/components/Cart/Button.vue @@ -1,15 +1,17 @@ diff --git a/apps/web-app/app/components/Cart/DeliveryMethodSwitch.vue b/apps/web-app/app/components/Cart/DeliveryMethodSwitch.vue index 041cd237..c775e028 100644 --- a/apps/web-app/app/components/Cart/DeliveryMethodSwitch.vue +++ b/apps/web-app/app/components/Cart/DeliveryMethodSwitch.vue @@ -1,22 +1,22 @@ diff --git a/apps/web-app/app/components/Cart/index.vue b/apps/web-app/app/components/Cart/index.vue index 63d66928..c841db1c 100644 --- a/apps/web-app/app/components/Cart/index.vue +++ b/apps/web-app/app/components/Cart/index.vue @@ -1,6 +1,6 @@ diff --git a/apps/web-app/app/components/Footer.vue b/apps/web-app/app/components/Footer.vue index 04680a28..980e9649 100644 --- a/apps/web-app/app/components/Footer.vue +++ b/apps/web-app/app/components/Footer.vue @@ -2,17 +2,17 @@
{{ $t('common.footer.copyright-part-one') }} - {{ $t('common.footer.copyright-part-two') }} - +
-
+
diff --git a/apps/web-app/app/components/Header.vue b/apps/web-app/app/components/Header.vue index 63453e57..972078a6 100644 --- a/apps/web-app/app/components/Header.vue +++ b/apps/web-app/app/components/Header.vue @@ -1,6 +1,6 @@ - - diff --git a/apps/web-app/app/components/Navigation/index.vue b/apps/web-app/app/components/Navigation/index.vue index a8d6e460..2b13335f 100644 --- a/apps/web-app/app/components/Navigation/index.vue +++ b/apps/web-app/app/components/Navigation/index.vue @@ -3,7 +3,7 @@ :data-active="isNavbarOpened" class="z-10 w-0 h-[calc(100dvh-64px)] invisible lg:visible lg:w-72 fixed top-16 data-[active=true]:w-full data-[active=true]:visible lg:data-[active=true]:w-72" > -
+
diff --git a/apps/web-app/app/components/ProductCard.vue b/apps/web-app/app/components/ProductCard.vue index c8f82ecc..ff0a6323 100644 --- a/apps/web-app/app/components/ProductCard.vue +++ b/apps/web-app/app/components/ProductCard.vue @@ -1,19 +1,20 @@ diff --git a/apps/web-app/app/components/ui/button/index.ts b/apps/web-app/app/components/ui/button/index.ts deleted file mode 100644 index a71ef218..00000000 --- a/apps/web-app/app/components/ui/button/index.ts +++ /dev/null @@ -1,31 +0,0 @@ -import type { VariantProps } from 'class-variance-authority' -import { cva } from 'class-variance-authority' - -export { default as Button } from './Button.vue' - -export const buttonVariants = cva( - 'relative w-full rounded-2xl text-base font-medium ring-offset-background active:scale-95 md:active:scale-90 hover:scale-95 duration-200 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50', - { - variants: { - variant: { - default: 'bg-gradient-to-br hover:bg-gradient-to-r from-lime-300 to-emerald-400 font-medium text-neutral-950 dark:text-neutral-950', - destructive: 'bg-amber-200 hover:bg-amber-200/90', - secondary: 'bg-neutral-100 dark:bg-neutral-500 border border-neutral-200 dark:border-neutral-500 hover:bg-neutral-200/60 dark:hover:bg-neutral-500/60', - ghost: 'hover:bg-neutral-100 dark:hover:bg-neutral-600', - link: 'text-primary underline-offset-4 hover:underline', - }, - size: { - default: 'px-5 py-3', - sm: 'h-9 rounded-md px-3', - lg: 'h-11 rounded-md px-8', - icon: 'h-10 w-10', - }, - }, - defaultVariants: { - variant: 'default', - size: 'default', - }, - }, -) - -export type ButtonVariants = VariantProps diff --git a/apps/web-app/app/layouts/checkout.vue b/apps/web-app/app/layouts/checkout.vue index 760818ba..fbb2df36 100644 --- a/apps/web-app/app/layouts/checkout.vue +++ b/apps/web-app/app/layouts/checkout.vue @@ -1,9 +1,9 @@