@factorialco/f0-react 1.418.1 → 1.419.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/ai.d.ts +1 -0
- package/dist/experimental.d.ts +6 -0
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +71 -5
- package/dist/f0.js +2850 -2816
- package/dist/i18n-provider-defaults.d.ts +1 -0
- package/dist/i18n-provider-defaults.js +1 -0
- package/dist/{index-uBFHZ597.js → index-ClKgg8Ep.js} +1320 -1306
- package/package.json +1 -1
|
@@ -618,6 +618,7 @@ export declare const defaultTranslations: {
|
|
|
618
618
|
readonly fileTooLarge: "File exceeds {{maxSize}} MB limit";
|
|
619
619
|
readonly invalidFileType: "File type not accepted. Accepted formats: {{types}}";
|
|
620
620
|
};
|
|
621
|
+
readonly moreInformation: "More information";
|
|
621
622
|
readonly validation: {
|
|
622
623
|
readonly required: "This field is required";
|
|
623
624
|
readonly invalidType: "Invalid value";
|
|
@@ -618,6 +618,7 @@ const e = {
|
|
|
618
618
|
fileTooLarge: "File exceeds {{maxSize}} MB limit",
|
|
619
619
|
invalidFileType: "File type not accepted. Accepted formats: {{types}}"
|
|
620
620
|
},
|
|
621
|
+
moreInformation: "More information",
|
|
621
622
|
validation: {
|
|
622
623
|
required: "This field is required",
|
|
623
624
|
invalidType: "Invalid value",
|