@tanstack/cta-framework-solid 0.34.11 → 0.34.14
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 = '
|
|
3
|
+
export const contentChecksum = '88fbed1ce722938c71a235f64450961d269b1a63b1755df82ced678fb982fc45';
|
package/dist/types/checksum.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const contentChecksum = "
|
|
1
|
+
export declare const contentChecksum = "88fbed1ce722938c71a235f64450961d269b1a63b1755df82ced678fb982fc45";
|
|
@@ -355,7 +355,7 @@ function Home() {
|
|
|
355
355
|
handleSubmit(e)
|
|
356
356
|
}
|
|
357
357
|
}}
|
|
358
|
-
placeholder="Type something clever
|
|
358
|
+
placeholder="Type something clever..."
|
|
359
359
|
class="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"
|
|
360
360
|
rows={1}
|
|
361
361
|
style={{ 'min-height': '44px', 'max-height': '200px' }}
|
|
@@ -400,7 +400,7 @@ function Home() {
|
|
|
400
400
|
handleSubmit(e)
|
|
401
401
|
}
|
|
402
402
|
}}
|
|
403
|
-
placeholder="Type something clever
|
|
403
|
+
placeholder="Type something clever..."
|
|
404
404
|
class="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"
|
|
405
405
|
rows={1}
|
|
406
406
|
style={{ 'min-height': '88px' }}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/cta-framework-solid",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.14",
|
|
4
4
|
"description": "CTA Framework for Solid",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"author": "Jack Herrington <jherr@pobox.com>",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@tanstack/cta-engine": "0.34.
|
|
25
|
+
"@tanstack/cta-engine": "0.34.14"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^24.6.0",
|
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 = '
|
|
3
|
+
export const contentChecksum = '88fbed1ce722938c71a235f64450961d269b1a63b1755df82ced678fb982fc45'
|