@factorialco/f0-react 1.433.0 → 1.435.0
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-C6Swk3kV.js → F0AiChat-BsYN-CYp.js} +125861 -125603
- package/dist/{F0HILActionConfirmation-K5ZONLkv.js → F0HILActionConfirmation-zvTnEJgf.js} +1 -1
- package/dist/ai.d.ts +30 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +225 -53
- package/dist/experimental.js +3987 -4552
- package/dist/f0.d.ts +638 -21
- package/dist/f0.js +6063 -6830
- package/dist/i18n-provider-defaults.d.ts +2 -0
- package/dist/i18n-provider-defaults.js +2 -0
- package/dist/{index-DNRZaDau.js → index-CHmxufWS.js} +13182 -11901
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -445,6 +445,8 @@ export declare const defaultTranslations: {
|
|
|
445
445
|
readonly actionLabel: "Get credits";
|
|
446
446
|
};
|
|
447
447
|
};
|
|
448
|
+
readonly attachFile: "Attach file";
|
|
449
|
+
readonly removeFile: "Remove";
|
|
448
450
|
readonly growth: {
|
|
449
451
|
readonly demoCard: {
|
|
450
452
|
readonly title: "See {{moduleName}} in action";
|