Skip to content

Commit

Permalink
feat: update ui package #657
Browse files Browse the repository at this point in the history
- moved css to ui package
- removed unused packages from ai and ui
- this is part 1 of 2

Closes #657
  • Loading branch information
srizvi committed Jan 25, 2024
1 parent f8cd636 commit 77c2190
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 164 deletions.
5 changes: 0 additions & 5 deletions apps/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
"@tiptap/react": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"@tiptap/suggestion": "^2.1.16",
"@uploadthing/react": "^6.1.0",
"@upstash/ratelimit": "^1.0.0",
"@upstash/redis": "^1.28.0",
"@vercel/blob": "^0.17.0",
Expand All @@ -98,7 +97,6 @@
"jsonwebtoken": "^9.0.2",
"lowlight": "^3.1.0",
"lucide-react": "^0.309.0",
"ms": "^2.1.3",
"nanoid": "^5.0.4",
"next": "14.0.4",
"next-auth": "4.24.5",
Expand All @@ -120,10 +118,8 @@
"swr": "^2.2.4",
"tippy.js": "^6.3.7",
"unique-names-generator": "^4.7.1",
"uploadthing": "^6.1.1",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"vaul": "^0.8.0",
"ws": "^8.16.0",
"y-prosemirror": "^1.2.1",
"yjs": "^13.6.10",
Expand All @@ -136,7 +132,6 @@
"@and-voila/tailwind-config": "workspace:^0.1.0",
"@and-voila/tsconfig": "workspace:^0.1.0",
"@types/jsonwebtoken": "^9.0.5",
"@types/ms": "^0.7.34",
"@types/node": "^20.11.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
Expand Down
2 changes: 1 addition & 1 deletion apps/ai/src/app/(domain)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '#/styles/globals.css';
import '@and-voila/ui/styles/globals.css';

import type { Viewport } from 'next';

Expand Down
2 changes: 1 addition & 1 deletion apps/ai/src/app/(routes)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '#/styles/globals.css';
import '@and-voila/ui/styles/globals.css';

import { env } from '#/env';

Expand Down
51 changes: 0 additions & 51 deletions apps/ai/src/components/shared/modal.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"./separator": "./src/separator.tsx",
"./sheet": "./src/sheet.tsx",
"./skeleton": "./src/skeleton.tsx",
"./styles/globals.css": "./src/styles/globals.css",
"./switch": "./src/switch.tsx",
"./table": "./src/table.tsx",
"./textarea": "./src/textarea.tsx",
Expand Down Expand Up @@ -68,7 +69,6 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
105 changes: 0 additions & 105 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77c2190

Please sign in to comment.