@tanstack/cta-framework-react-cra 0.34.11 → 0.34.12

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/dist/checksum.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  // Generated from add-ons, examples, hosts, project, and toolchains directories
3
- export const contentChecksum = '5e28990850f8cfa59f2d4c9f4365968422deb2a849d6915134fc10b1417fa096';
3
+ export const contentChecksum = 'a764212c22f02af2f32bfd84918a2af90df10112b5ffaedfc825db426d615b1c';
@@ -1 +1 @@
1
- export declare const contentChecksum = "5e28990850f8cfa59f2d4c9f4365968422deb2a849d6915134fc10b1417fa096";
1
+ export declare const contentChecksum = "a764212c22f02af2f32bfd84918a2af90df10112b5ffaedfc825db426d615b1c";
@@ -147,7 +147,7 @@ function ChatPage() {
147
147
  <textarea
148
148
  value={input}
149
149
  onChange={(e) => setInput(e.target.value)}
150
- placeholder="Type something clever (or don't, we won't judge)..."
150
+ placeholder="Type something clever..."
151
151
  className="w-full rounded-lg border border-orange-500/20 bg-gray-800/50 pl-4 pr-12 py-3 text-sm text-white placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-orange-500/50 focus:border-transparent resize-none overflow-hidden shadow-lg"
152
152
  rows={1}
153
153
  style={{ minHeight: '44px', maxHeight: '200px' }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-framework-react-cra",
3
- "version": "0.34.11",
3
+ "version": "0.34.12",
4
4
  "description": "CTA Framework for React (Create React App)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/checksum.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
2
  // Generated from add-ons, examples, hosts, project, and toolchains directories
3
- export const contentChecksum = '5e28990850f8cfa59f2d4c9f4365968422deb2a849d6915134fc10b1417fa096'
3
+ export const contentChecksum = 'a764212c22f02af2f32bfd84918a2af90df10112b5ffaedfc825db426d615b1c'