@factorialco/f0-react 4.4.1 → 4.5.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/{F0CanvasPanel-QUIIThsf.js → F0CanvasPanel-NAs7-9VU.js} +562 -545
- package/dist/ai.d.ts +3 -0
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +17 -0
- package/dist/experimental.js +963 -927
- package/dist/f0.d.ts +37 -0
- package/dist/f0.js +4985 -4920
- package/dist/i18n-provider-defaults.d.ts +3 -0
- package/dist/i18n-provider-defaults.js +4 -1
- package/dist/styles.css +1 -1
- package/dist/{useChatHistory-D212C-fT.js → useChatHistory-hrv_qH8R.js} +1 -1
- package/dist/{useDataCollectionSource-Q4blWhWZ.js → useDataCollectionSource-CQy3qOAq.js} +83 -83
- package/package.json +1 -1
|
@@ -143,6 +143,9 @@ export declare const defaultTranslations: {
|
|
|
143
143
|
readonly options: "Recording options";
|
|
144
144
|
readonly playbackSpeed: "Playback speed";
|
|
145
145
|
readonly position: "{{current}} of {{total}}";
|
|
146
|
+
readonly viewDetail: "View detail";
|
|
147
|
+
readonly hideDetail: "Hide detail";
|
|
148
|
+
readonly details: "Recording details";
|
|
146
149
|
};
|
|
147
150
|
readonly actions: {
|
|
148
151
|
readonly add: "Add";
|
|
@@ -142,7 +142,10 @@ const e = {
|
|
|
142
142
|
seek: "Seek",
|
|
143
143
|
options: "Recording options",
|
|
144
144
|
playbackSpeed: "Playback speed",
|
|
145
|
-
position: "{{current}} of {{total}}"
|
|
145
|
+
position: "{{current}} of {{total}}",
|
|
146
|
+
viewDetail: "View detail",
|
|
147
|
+
hideDetail: "Hide detail",
|
|
148
|
+
details: "Recording details"
|
|
146
149
|
},
|
|
147
150
|
actions: {
|
|
148
151
|
add: "Add",
|