@factorialco/f0-react 1.470.0 → 1.470.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/dist/{F0AiChat-XZjqd4AY.js → F0AiChat-tvZo2d0g.js} +39802 -40561
- package/dist/ai.d.ts +2 -26
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +0 -12
- package/dist/experimental.js +415 -415
- package/dist/f0.d.ts +2 -26
- package/dist/f0.js +6 -6
- package/dist/i18n-provider-defaults.d.ts +0 -12
- package/dist/i18n-provider-defaults.js +0 -12
- package/dist/{index-_wtftEvC.js → index-C0E-IJhP.js} +1 -1
- package/dist/styles.css +1 -1
- package/dist/{types-_SCbiXxu.js → types-BUlx9vcm.js} +1 -1
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -347,9 +347,9 @@ declare type AiChatProviderReturnValue = {
|
|
|
347
347
|
/** Close the canvas panel and restore the previous visualization mode */
|
|
348
348
|
closeCanvas: () => void;
|
|
349
349
|
/** The currently active mini-game (easter egg), or null */
|
|
350
|
-
activeGame: "
|
|
350
|
+
activeGame: "pong" | null;
|
|
351
351
|
/** Launch a mini-game overlay */
|
|
352
|
-
openGame: (game: "
|
|
352
|
+
openGame: (game: "pong") => void;
|
|
353
353
|
/** Close the active mini-game overlay */
|
|
354
354
|
closeGame: () => void;
|
|
355
355
|
/** The currently active tool hint, or null if none is selected */
|
|
@@ -578,18 +578,6 @@ export declare const aiTranslations: {
|
|
|
578
578
|
readonly controls: "← → to move";
|
|
579
579
|
readonly escToExit: "Esc to exit";
|
|
580
580
|
};
|
|
581
|
-
readonly dino: {
|
|
582
|
-
readonly title: "One Run";
|
|
583
|
-
readonly tapToStart: "Press Space or tap to start";
|
|
584
|
-
readonly gameOver: "Game over";
|
|
585
|
-
readonly pressToRestart: "Space to restart";
|
|
586
|
-
readonly score: "Score";
|
|
587
|
-
readonly yourScore: "Your score";
|
|
588
|
-
readonly newRecord: "New record!";
|
|
589
|
-
readonly hi: "HI";
|
|
590
|
-
readonly controls: "Space to jump · ↓ to crouch";
|
|
591
|
-
readonly escToExit: "Esc to exit";
|
|
592
|
-
};
|
|
593
581
|
readonly creditWarning: {
|
|
594
582
|
readonly soft: "You're running low on AI credits.";
|
|
595
583
|
readonly getCredits: "Get credits";
|
|
@@ -1788,18 +1776,6 @@ export declare const defaultTranslations: {
|
|
|
1788
1776
|
readonly controls: "← → to move";
|
|
1789
1777
|
readonly escToExit: "Esc to exit";
|
|
1790
1778
|
};
|
|
1791
|
-
readonly dino: {
|
|
1792
|
-
readonly title: "One Run";
|
|
1793
|
-
readonly tapToStart: "Press Space or tap to start";
|
|
1794
|
-
readonly gameOver: "Game over";
|
|
1795
|
-
readonly pressToRestart: "Space to restart";
|
|
1796
|
-
readonly score: "Score";
|
|
1797
|
-
readonly yourScore: "Your score";
|
|
1798
|
-
readonly newRecord: "New record!";
|
|
1799
|
-
readonly hi: "HI";
|
|
1800
|
-
readonly controls: "Space to jump · ↓ to crouch";
|
|
1801
|
-
readonly escToExit: "Esc to exit";
|
|
1802
|
-
};
|
|
1803
1779
|
readonly creditWarning: {
|
|
1804
1780
|
readonly soft: "You're running low on AI credits.";
|
|
1805
1781
|
readonly getCredits: "Get credits";
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { l as t, k as e, F as r, a as o, C as i, b as n, m as F, n as u, d as A, I as c, g as C, c as m, h, e as l, u as d, j as I, i as f, f as T } from "./F0AiChat-
|
|
1
|
+
import { l as t, k as e, F as r, a as o, C as i, b as n, m as F, n as u, d as A, I as c, g as C, c as m, h, e as l, u as d, j as I, i as f, f as T } from "./F0AiChat-tvZo2d0g.js";
|
|
2
2
|
import { defaultTranslations as S } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as v, e as x, F as P, c as V, d as k, b as O, a as b, f as y, o as M, u as j } from "./types-
|
|
3
|
+
import { A as v, e as x, F as P, c as V, d as k, b as O, a as b, f as y, o as M, u as j } from "./types-BUlx9vcm.js";
|
|
4
4
|
export {
|
|
5
5
|
v as AiChatTranslationsProvider,
|
|
6
6
|
t as ChatSpinner,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -3120,18 +3120,6 @@ declare const defaultTranslations: {
|
|
|
3120
3120
|
readonly controls: "← → to move";
|
|
3121
3121
|
readonly escToExit: "Esc to exit";
|
|
3122
3122
|
};
|
|
3123
|
-
readonly dino: {
|
|
3124
|
-
readonly title: "One Run";
|
|
3125
|
-
readonly tapToStart: "Press Space or tap to start";
|
|
3126
|
-
readonly gameOver: "Game over";
|
|
3127
|
-
readonly pressToRestart: "Space to restart";
|
|
3128
|
-
readonly score: "Score";
|
|
3129
|
-
readonly yourScore: "Your score";
|
|
3130
|
-
readonly newRecord: "New record!";
|
|
3131
|
-
readonly hi: "HI";
|
|
3132
|
-
readonly controls: "Space to jump · ↓ to crouch";
|
|
3133
|
-
readonly escToExit: "Esc to exit";
|
|
3134
|
-
};
|
|
3135
3123
|
readonly creditWarning: {
|
|
3136
3124
|
readonly soft: "You're running low on AI credits.";
|
|
3137
3125
|
readonly getCredits: "Get credits";
|