Skip to content

Commit 9b62c35

Browse files
Copilothotlong
andcommitted
fix: address code review feedback - add tailwindcss-animate, fix typos
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent f2c426f commit 9b62c35

5 files changed

Lines changed: 6 additions & 73 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,3 @@ Licensed under the [MIT License](https://www.google.com/search?q=LICENSE).
207207
<div align="center">
208208
<sub>Built with ❤️ by the Object Ecosystem Team.</sub>
209209
</div>
210-
211-
```

apps/playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"autoprefixer": "^10.4.23",
2626
"postcss": "^8.5.6",
2727
"tailwindcss": "^3.4.19",
28+
"tailwindcss-animate": "^1.0.7",
2829
"typescript": "~5.9.3",
2930
"vite": "^7.2.4"
3031
}

apps/playground/src/data/examples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const examples = {
2020
},
2121
{
2222
"type": "text",
23-
"content": "Demonstrating various input states and configurations",
23+
"content": "Demonstrates various input states and configurations",
2424
"className": "text-muted-foreground"
2525
}
2626
]

apps/playground/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
22
import react from '@vitejs/plugin-react';
33
import path from 'path';
44

5-
// https://vite.dev/config/
5+
// https://vitejs.dev/config/
66
export default defineConfig({
77
plugins: [react()],
88
resolve: {

pnpm-lock.yaml

Lines changed: 3 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)