From c87b01628303418db71018412cf1296c6bd821b0 Mon Sep 17 00:00:00 2001 From: Selemondev Date: Sun, 30 Jul 2023 23:22:54 +0300 Subject: [PATCH] fix(app): component types --- package.json | 3 - packages/windi/src/App.vue | 2 +- packages/windi/src/Types/enums/Variants.ts | 1 - packages/windi/src/components/Kbd/WKbd.vue | 22 ++- packages/windi/src/theme/windiTheme.ts | 12 +- playground/playground.config.ts | 20 +- playground/src/components/Header.vue | 13 +- pnpm-lock.yaml | 201 ++++----------------- 8 files changed, 75 insertions(+), 199 deletions(-) diff --git a/package.json b/package.json index f342885..bfe1126 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,6 @@ "postinstall": "npx simple-git-hooks", "major": "taze minor -wIr" }, - "dependencies": { - "vue-ui-next": "^0.0.0" - }, "devDependencies": { "@antfu/eslint-config": "^0.39.8", "@iconify/vue": "^4.1.1", diff --git a/packages/windi/src/App.vue b/packages/windi/src/App.vue index 948003b..c343d9f 100644 --- a/packages/windi/src/App.vue +++ b/packages/windi/src/App.vue @@ -4,7 +4,7 @@