@magnidev/theme 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magnidev/theme",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A set of reusable styles and components to enhance the design consistency across the Magni Development applications.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -35,11 +35,9 @@
35
35
  "README.md",
36
36
  "CHANGELOG.md"
37
37
  ],
38
- "dependencies": {
39
- "tw-animate-css": ">=1.3.6"
40
- },
38
+ "dependencies": {},
41
39
  "peerDependencies": {
42
- "tailwindcss": ">=4.1.11"
40
+ "tailwindcss": ">=4.1"
43
41
  },
44
42
  "devDependencies": {},
45
43
  "scripts": {}
@@ -1,6 +1,3 @@
1
- @import "tailwindcss";
2
- @import "tw-animate-css";
3
-
4
1
  @theme inline {
5
2
  --color-background: var(--background);
6
3
  --color-foreground: var(--foreground);