chore: add tw-animate-css dependency and update imports (#407)
- Added tw-animate-css version 1.4.0 to pnpm-lock.yaml and pnpm-workspace.yaml. - Updated package.json to include tw-animate-css as a catalog dependency. - Replaced tailwindcss-animate import with tw-animate-css in globals.css for improved animation handling.
This commit is contained in:
committed by
GitHub
parent
a0e29c1193
commit
ae404d8366
@@ -70,6 +70,7 @@
|
|||||||
"react-i18next": "^16.2.3",
|
"react-i18next": "^16.2.3",
|
||||||
"recharts": "2.15.3",
|
"recharts": "2.15.3",
|
||||||
"tailwind-merge": "^3.3.1",
|
"tailwind-merge": "^3.3.1",
|
||||||
|
"tw-animate-css": "catalog:",
|
||||||
"urlpattern-polyfill": "^10.1.0",
|
"urlpattern-polyfill": "^10.1.0",
|
||||||
"zod": "^3.25.74"
|
"zod": "^3.25.74"
|
||||||
},
|
},
|
||||||
@@ -88,7 +89,6 @@
|
|||||||
"prettier": "^3.6.2",
|
"prettier": "^3.6.2",
|
||||||
"supabase": "catalog:",
|
"supabase": "catalog:",
|
||||||
"tailwindcss": "catalog:",
|
"tailwindcss": "catalog:",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
},
|
},
|
||||||
"prettier": "@kit/prettier-config",
|
"prettier": "@kit/prettier-config",
|
||||||
|
|||||||
@@ -13,9 +13,7 @@
|
|||||||
@import './shadcn-ui.css';
|
@import './shadcn-ui.css';
|
||||||
@import './markdoc.css';
|
@import './markdoc.css';
|
||||||
@import './makerkit.css';
|
@import './makerkit.css';
|
||||||
|
@import 'tw-animate-css';
|
||||||
/* plugins - update the below if you add a new plugin */
|
|
||||||
@plugin 'tailwindcss-animate';
|
|
||||||
|
|
||||||
/* content sources - update the below if you add a new path */
|
/* content sources - update the below if you add a new path */
|
||||||
@source '../../../packages/*/src/**/*.{ts,tsx}';
|
@source '../../../packages/*/src/**/*.{ts,tsx}';
|
||||||
|
|||||||
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@@ -36,6 +36,9 @@ catalogs:
|
|||||||
tailwindcss:
|
tailwindcss:
|
||||||
specifier: 4.1.16
|
specifier: 4.1.16
|
||||||
version: 4.1.16
|
version: 4.1.16
|
||||||
|
tw-animate-css:
|
||||||
|
specifier: 1.4.0
|
||||||
|
version: 1.4.0
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
@@ -300,6 +303,9 @@ importers:
|
|||||||
tailwind-merge:
|
tailwind-merge:
|
||||||
specifier: ^3.3.1
|
specifier: ^3.3.1
|
||||||
version: 3.3.1
|
version: 3.3.1
|
||||||
|
tw-animate-css:
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 1.4.0
|
||||||
urlpattern-polyfill:
|
urlpattern-polyfill:
|
||||||
specifier: ^10.1.0
|
specifier: ^10.1.0
|
||||||
version: 10.1.0
|
version: 10.1.0
|
||||||
@@ -349,9 +355,6 @@ importers:
|
|||||||
tailwindcss:
|
tailwindcss:
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 4.1.16
|
version: 4.1.16
|
||||||
tailwindcss-animate:
|
|
||||||
specifier: ^1.0.7
|
|
||||||
version: 1.0.7(tailwindcss@4.1.16)
|
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.9.3
|
specifier: ^5.9.3
|
||||||
version: 5.9.3
|
version: 5.9.3
|
||||||
@@ -8462,6 +8465,9 @@ packages:
|
|||||||
resolution: {integrity: sha512-kC5VJqOXo50k0/0jnJDDjibLAXalqT9j7PQ56so0pN+81VR4Fwb2QgIE9dTzT3phqOTQuEXkPh3sCpnv5Isz2g==}
|
resolution: {integrity: sha512-kC5VJqOXo50k0/0jnJDDjibLAXalqT9j7PQ56so0pN+81VR4Fwb2QgIE9dTzT3phqOTQuEXkPh3sCpnv5Isz2g==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
tw-animate-css@1.4.0:
|
||||||
|
resolution: {integrity: sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==}
|
||||||
|
|
||||||
type-check@0.4.0:
|
type-check@0.4.0:
|
||||||
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
||||||
engines: {node: '>= 0.8.0'}
|
engines: {node: '>= 0.8.0'}
|
||||||
@@ -17409,6 +17415,8 @@ snapshots:
|
|||||||
turbo-windows-64: 2.6.0
|
turbo-windows-64: 2.6.0
|
||||||
turbo-windows-arm64: 2.6.0
|
turbo-windows-arm64: 2.6.0
|
||||||
|
|
||||||
|
tw-animate-css@1.4.0: {}
|
||||||
|
|
||||||
type-check@0.4.0:
|
type-check@0.4.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
prelude-ls: 1.2.1
|
prelude-ls: 1.2.1
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ catalog:
|
|||||||
'supabase': 2.54.11
|
'supabase': 2.54.11
|
||||||
'tailwindcss': 4.1.16
|
'tailwindcss': 4.1.16
|
||||||
'@tailwindcss/postcss': 4.1.16
|
'@tailwindcss/postcss': 4.1.16
|
||||||
|
'tw-animate-css': 1.4.0
|
||||||
|
|
||||||
onlyBuiltDependencies:
|
onlyBuiltDependencies:
|
||||||
- '@tailwindcss/oxide'
|
- '@tailwindcss/oxide'
|
||||||
|
|||||||
Reference in New Issue
Block a user