@factorialco/f0-react 3.5.0 → 3.6.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/{F0CanvasPanel-Der5yynS.js → F0CanvasPanel-DvbRRItR.js} +5071 -5070
- package/dist/ai.d.ts +9 -0
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +9 -0
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +155 -0
- package/dist/f0.js +12341 -11855
- package/dist/i18n-provider-defaults.d.ts +9 -0
- package/dist/i18n-provider-defaults.js +9 -0
- package/dist/styles.css +1 -1
- package/dist/{useChatHistory-u9XdzXHl.js → useChatHistory-CLdeCKIl.js} +1 -1
- package/dist/{useDataCollectionSource-CSNcUvom.js → useDataCollectionSource-DBWuY_n4.js} +1 -1
- package/package.json +1 -1
|
@@ -135,6 +135,15 @@ export declare const defaultTranslations: {
|
|
|
135
135
|
readonly link: {
|
|
136
136
|
readonly opensInNewTab: "opens in new tab";
|
|
137
137
|
};
|
|
138
|
+
readonly audioPlayer: {
|
|
139
|
+
readonly label: "Audio player";
|
|
140
|
+
readonly play: "Play";
|
|
141
|
+
readonly pause: "Pause";
|
|
142
|
+
readonly seek: "Seek";
|
|
143
|
+
readonly options: "Recording options";
|
|
144
|
+
readonly playbackSpeed: "Playback speed";
|
|
145
|
+
readonly position: "{{current}} of {{total}}";
|
|
146
|
+
};
|
|
138
147
|
readonly actions: {
|
|
139
148
|
readonly add: "Add";
|
|
140
149
|
readonly edit: "Edit";
|
|
@@ -135,6 +135,15 @@ const e = {
|
|
|
135
135
|
link: {
|
|
136
136
|
opensInNewTab: "opens in new tab"
|
|
137
137
|
},
|
|
138
|
+
audioPlayer: {
|
|
139
|
+
label: "Audio player",
|
|
140
|
+
play: "Play",
|
|
141
|
+
pause: "Pause",
|
|
142
|
+
seek: "Seek",
|
|
143
|
+
options: "Recording options",
|
|
144
|
+
playbackSpeed: "Playback speed",
|
|
145
|
+
position: "{{current}} of {{total}}"
|
|
146
|
+
},
|
|
138
147
|
actions: {
|
|
139
148
|
add: "Add",
|
|
140
149
|
edit: "Edit",
|