@speechly/react-ui
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
@@ -72,3 +72,3 @@ "use strict"; | ||
// Automatically start recording if button held | ||
if (!powerOn && ((_a = buttonRef === null || buttonRef === void 0 ? void 0 : buttonRef.current) === null || _a === void 0 ? void 0 : _a.isbuttonpressed()) === false && speechState === react_client_1.SpeechState.Ready) { | ||
if (!powerOn && ((_a = buttonRef === null || buttonRef === void 0 ? void 0 : buttonRef.current) === null || _a === void 0 ? void 0 : _a.isbuttonpressed()) === true && speechState === react_client_1.SpeechState.Ready) { | ||
toggleRecording().catch(function (err) { return console.error('Error while starting to record', err); }); | ||
@@ -75,0 +75,0 @@ } |
{ | ||
"name": "@speechly/react-ui", | ||
"private": false, | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "Speechly UI Components", | ||
@@ -45,3 +45,3 @@ "main": "./index.js", | ||
"tsc-watch": "^4.2.9", | ||
"typedoc": "^0.20.36", | ||
"typedoc": "^0.19.2", | ||
"typedoc-plugin-markdown": "^3.0.7", | ||
@@ -48,0 +48,0 @@ "typescript": "^4.2.4", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80980