@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.
@@ -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",