@tanstack/cta-framework-react-cra 0.17.2 → 0.17.4

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.
@@ -33,7 +33,7 @@ export default function ChatArea() {
33
33
 
34
34
  return (
35
35
  <>
36
- <div className="flex-1 overflow-y-auto px-4 py-6 space-y-4">
36
+ <div className="px-4 py-6 space-y-4">
37
37
  <Messages messages={messages} user={user} />
38
38
  <div ref={messagesEndRef} />
39
39
  </div>
@@ -1,6 +1,6 @@
1
1
  @import 'tailwindcss';
2
2
 
3
- @plugin "tailwindcss-animate";
3
+ @import 'tw-animate-css';
4
4
 
5
5
  @custom-variant dark (&:is(.dark *));
6
6
 
@@ -4,6 +4,6 @@
4
4
  "clsx": "^2.1.1",
5
5
  "lucide-react": "^0.476.0",
6
6
  "tailwind-merge": "^3.0.2",
7
- "tailwindcss-animate": "^1.0.7"
7
+ "tw-animate-css": "^1.3.6"
8
8
  }
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-framework-react-cra",
3
- "version": "0.17.2",
3
+ "version": "0.17.4",
4
4
  "description": "CTA Framework for React (Create React App)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "author": "Jack Herrington <jherr@pobox.com>",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@tanstack/cta-engine": "0.17.2"
26
+ "@tanstack/cta-engine": "0.17.4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^22.13.4",
@@ -5,7 +5,7 @@
5
5
  "check": "prettier --write . && eslint --fix"
6
6
  },
7
7
  "devDependencies": {
8
- "@tanstack/eslint-config": "^0.1.0",
8
+ "@tanstack/eslint-config": "^0.3.0",
9
9
  "prettier": "^3.5.3"
10
10
  }
11
11
  }