@dreamtree-org/twreact-ui 1.1.7 → 1.1.9
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -15933,7 +15933,7 @@ function LocationPicker(_ref) {
|
|
|
15933
15933
|
|
|
15934
15934
|
var SpeechToText = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
15935
15935
|
var _ref$lang = _ref.lang,
|
|
15936
|
-
lang = _ref$lang === void 0 ? "
|
|
15936
|
+
lang = _ref$lang === void 0 ? "en-US" : _ref$lang,
|
|
15937
15937
|
_ref$continuous = _ref.continuous,
|
|
15938
15938
|
continuous = _ref$continuous === void 0 ? true : _ref$continuous,
|
|
15939
15939
|
_ref$interimResults = _ref.interimResults,
|
package/dist/index.js
CHANGED
|
@@ -15953,7 +15953,7 @@ function LocationPicker(_ref) {
|
|
|
15953
15953
|
|
|
15954
15954
|
var SpeechToText = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
15955
15955
|
var _ref$lang = _ref.lang,
|
|
15956
|
-
lang = _ref$lang === void 0 ? "
|
|
15956
|
+
lang = _ref$lang === void 0 ? "en-US" : _ref$lang,
|
|
15957
15957
|
_ref$continuous = _ref.continuous,
|
|
15958
15958
|
continuous = _ref$continuous === void 0 ? true : _ref$continuous,
|
|
15959
15959
|
_ref$interimResults = _ref.interimResults,
|