@factorialco/f0-react 4.67.0 → 4.68.1
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/{ChatPdfThumbnail-DdGaoAhx.js → ChatPdfThumbnail-CaG1phtP.js} +1 -1
- package/dist/{DocumentToolbar-BTKvzHAu.js → DocumentToolbar-DxRPtnyk.js} +2 -2
- package/dist/{DocxViewer-C8TSH4uj.js → DocxViewer-B_wA8l77.js} +2 -2
- package/dist/{F0AiProcessingOverlay-D4uoUT5u.js → F0AiProcessingOverlay-C0NmG1vV.js} +1396 -1579
- package/dist/{F0CanvasPanel-DxDzkDr0.js → F0CanvasPanel-BStowVw4.js} +555 -553
- package/dist/F0VideoPlayer-BWRlLaGW.js +1418 -0
- package/dist/{SheetViewer-L64AYlhM.js → SheetViewer-BioSNqUs.js} +2 -2
- package/dist/{TextViewer-DdteOLrX.js → TextViewer-BtNnw0eP.js} +2 -2
- package/dist/VolumeMuted-XL3dwOL-.js +189 -0
- package/dist/ai.d.ts +6 -0
- package/dist/ai.js +2 -2
- package/dist/component-status.js +1 -1
- package/dist/experimental.d.ts +126 -6
- package/dist/experimental.js +7060 -6188
- package/dist/f0.d.ts +6 -0
- package/dist/f0.js +14645 -16044
- package/dist/i18n-provider-defaults.d.ts +6 -0
- package/dist/i18n-provider-defaults.js +7 -1
- package/dist/{index-BvfA8BM8.js → index-BZPUbw4M.js} +1 -1
- package/dist/{index-CnX1kb-7.js → index-Cql9uxeA.js} +3 -3
- package/dist/index-D_vSP4tQ.js +4 -0
- package/dist/{pdfWorker-JxQes0dQ.js → pdfWorker-CMiWD9U2.js} +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -5012,7 +5012,9 @@ export declare const defaultTranslations: {
|
|
|
5012
5012
|
readonly cancelRecording: "Cancel recording";
|
|
5013
5013
|
readonly dropFilesHere: "Drop your files here";
|
|
5014
5014
|
readonly removeFile: "Remove";
|
|
5015
|
+
readonly removeNamedFile: "Remove {{name}}";
|
|
5015
5016
|
readonly tooManyFilesError: "You can attach up to {{maxFiles}} files at once";
|
|
5017
|
+
readonly fileTooLargeError: "Each file must be {{maxFileSize}} or smaller";
|
|
5016
5018
|
readonly fileUploadError: "Upload failed";
|
|
5017
5019
|
readonly micPermissionDenied: "Microphone access is blocked. Allow it in your browser settings to dictate.";
|
|
5018
5020
|
readonly micError: "Couldn't access the microphone.";
|
|
@@ -5048,6 +5050,7 @@ export declare const defaultTranslations: {
|
|
|
5048
5050
|
readonly reply: "Reply";
|
|
5049
5051
|
readonly react: "Add reaction";
|
|
5050
5052
|
readonly download: "Download";
|
|
5053
|
+
readonly downloadNamedFile: "Download {{name}}";
|
|
5051
5054
|
readonly removeQuote: "Remove quote";
|
|
5052
5055
|
readonly edit: "Edit";
|
|
5053
5056
|
readonly editing: "Editing";
|
|
@@ -5061,7 +5064,10 @@ export declare const defaultTranslations: {
|
|
|
5061
5064
|
readonly previousImage: "Previous image";
|
|
5062
5065
|
readonly nextImage: "Next image";
|
|
5063
5066
|
readonly openDocument: "Open document";
|
|
5067
|
+
readonly openNamedDocument: "Open {{name}}";
|
|
5064
5068
|
readonly documentPreview: "Document preview";
|
|
5069
|
+
readonly videoPlayerLabel: "Video player: {{name}}";
|
|
5070
|
+
readonly loadingVideo: "Loading video: {{name}}";
|
|
5065
5071
|
readonly photo: "Photo";
|
|
5066
5072
|
readonly photoCount: {
|
|
5067
5073
|
readonly one: "{{count}} photo";
|