@speechos/core 0.2.6 → 0.2.7
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/index.cjs +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/state.d.cts +2 -1
- package/dist/state.d.ts +2 -1
- package/package.json +1 -1
package/dist/state.d.cts
CHANGED
|
@@ -78,7 +78,8 @@ declare class StateManager {
|
|
|
78
78
|
*/
|
|
79
79
|
stopRecording(): void;
|
|
80
80
|
/**
|
|
81
|
-
* Complete the recording flow and return to idle
|
|
81
|
+
* Complete the recording flow and return to idle.
|
|
82
|
+
* Keeps widget visible but collapsed (just mic button, no action bubbles).
|
|
82
83
|
*/
|
|
83
84
|
completeRecording(): void;
|
|
84
85
|
/**
|
package/dist/state.d.ts
CHANGED
|
@@ -78,7 +78,8 @@ declare class StateManager {
|
|
|
78
78
|
*/
|
|
79
79
|
stopRecording(): void;
|
|
80
80
|
/**
|
|
81
|
-
* Complete the recording flow and return to idle
|
|
81
|
+
* Complete the recording flow and return to idle.
|
|
82
|
+
* Keeps widget visible but collapsed (just mic button, no action bubbles).
|
|
82
83
|
*/
|
|
83
84
|
completeRecording(): void;
|
|
84
85
|
/**
|