@factorialco/f0-react 4.66.2 → 4.68.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/{ChatPdfThumbnail-CypqI0QE.js → ChatPdfThumbnail-CaG1phtP.js} +1 -1
- package/dist/{DocumentToolbar-B8_6iPrh.js → DocumentToolbar-DxRPtnyk.js} +2 -2
- package/dist/{DocxViewer-DwqUv3Fq.js → DocxViewer-B_wA8l77.js} +2 -2
- package/dist/{F0AiProcessingOverlay-BAQJEu-V.js → F0AiProcessingOverlay-C0NmG1vV.js} +1396 -1579
- package/dist/{F0CanvasPanel-CLVPKEOJ.js → F0CanvasPanel-BStowVw4.js} +556 -554
- package/dist/F0VideoPlayer-BWRlLaGW.js +1418 -0
- package/dist/{SheetViewer-CC309Vre.js → SheetViewer-BioSNqUs.js} +2 -2
- package/dist/{TextViewer-D8Y1PtfH.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 +6 -6
- package/dist/experimental.d.ts +207 -39
- package/dist/experimental.js +7483 -6477
- package/dist/f0.d.ts +18 -1
- package/dist/f0.js +16320 -17708
- package/dist/i18n-provider-defaults.d.ts +6 -0
- package/dist/i18n-provider-defaults.js +7 -1
- package/dist/{index-QK0B0PyF.js → index-BZPUbw4M.js} +7135 -7100
- package/dist/{index-Dv0mMX6Q.js → index-Cql9uxeA.js} +4 -4
- package/dist/index-D_vSP4tQ.js +4 -0
- package/dist/{pdfWorker-1ntTXPy9.js → pdfWorker-CMiWD9U2.js} +3 -3
- package/dist/styles.css +1 -1
- package/dist/{tooltip-DTpaXpXW.js → tooltip-Cik7KBQT.js} +2 -2
- package/package.json +1 -1
|
@@ -602,7 +602,9 @@ export declare const defaultTranslations: {
|
|
|
602
602
|
readonly cancelRecording: "Cancel recording";
|
|
603
603
|
readonly dropFilesHere: "Drop your files here";
|
|
604
604
|
readonly removeFile: "Remove";
|
|
605
|
+
readonly removeNamedFile: "Remove {{name}}";
|
|
605
606
|
readonly tooManyFilesError: "You can attach up to {{maxFiles}} files at once";
|
|
607
|
+
readonly fileTooLargeError: "Each file must be {{maxFileSize}} or smaller";
|
|
606
608
|
readonly fileUploadError: "Upload failed";
|
|
607
609
|
readonly micPermissionDenied: "Microphone access is blocked. Allow it in your browser settings to dictate.";
|
|
608
610
|
readonly micError: "Couldn't access the microphone.";
|
|
@@ -638,6 +640,7 @@ export declare const defaultTranslations: {
|
|
|
638
640
|
readonly reply: "Reply";
|
|
639
641
|
readonly react: "Add reaction";
|
|
640
642
|
readonly download: "Download";
|
|
643
|
+
readonly downloadNamedFile: "Download {{name}}";
|
|
641
644
|
readonly removeQuote: "Remove quote";
|
|
642
645
|
readonly edit: "Edit";
|
|
643
646
|
readonly editing: "Editing";
|
|
@@ -651,7 +654,10 @@ export declare const defaultTranslations: {
|
|
|
651
654
|
readonly previousImage: "Previous image";
|
|
652
655
|
readonly nextImage: "Next image";
|
|
653
656
|
readonly openDocument: "Open document";
|
|
657
|
+
readonly openNamedDocument: "Open {{name}}";
|
|
654
658
|
readonly documentPreview: "Document preview";
|
|
659
|
+
readonly videoPlayerLabel: "Video player: {{name}}";
|
|
660
|
+
readonly loadingVideo: "Loading video: {{name}}";
|
|
655
661
|
readonly photo: "Photo";
|
|
656
662
|
readonly photoCount: {
|
|
657
663
|
readonly one: "{{count}} photo";
|
|
@@ -602,8 +602,10 @@ const e = {
|
|
|
602
602
|
cancelRecording: "Cancel recording",
|
|
603
603
|
dropFilesHere: "Drop your files here",
|
|
604
604
|
removeFile: "Remove",
|
|
605
|
-
|
|
605
|
+
removeNamedFile: "Remove {{name}}",
|
|
606
|
+
// Composer errors (upload/voice failures are transient; validation may persist).
|
|
606
607
|
tooManyFilesError: "You can attach up to {{maxFiles}} files at once",
|
|
608
|
+
fileTooLargeError: "Each file must be {{maxFileSize}} or smaller",
|
|
607
609
|
fileUploadError: "Upload failed",
|
|
608
610
|
micPermissionDenied: "Microphone access is blocked. Allow it in your browser settings to dictate.",
|
|
609
611
|
micError: "Couldn't access the microphone.",
|
|
@@ -648,6 +650,7 @@ const e = {
|
|
|
648
650
|
reply: "Reply",
|
|
649
651
|
react: "Add reaction",
|
|
650
652
|
download: "Download",
|
|
653
|
+
downloadNamedFile: "Download {{name}}",
|
|
651
654
|
removeQuote: "Remove quote",
|
|
652
655
|
// Editing your own message (within the edit window). `editing` heads the
|
|
653
656
|
// composer chip; `edited` is the muted marker after an edited message body.
|
|
@@ -665,7 +668,10 @@ const e = {
|
|
|
665
668
|
previousImage: "Previous image",
|
|
666
669
|
nextImage: "Next image",
|
|
667
670
|
openDocument: "Open document",
|
|
671
|
+
openNamedDocument: "Open {{name}}",
|
|
668
672
|
documentPreview: "Document preview",
|
|
673
|
+
videoPlayerLabel: "Video player: {{name}}",
|
|
674
|
+
loadingVideo: "Loading video: {{name}}",
|
|
669
675
|
// Attachment previews in reply quotes + the composer chip (a lone file shows
|
|
670
676
|
// its real name instead of a count).
|
|
671
677
|
photo: "Photo",
|