@dreamtree-org/twreact-ui 1.1.8 → 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 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 ? "ne-NP" : _ref$lang,
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 ? "ne-NP" : _ref$lang,
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreamtree-org/twreact-ui",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "A comprehensive React + Tailwind components library for building modern web apps",
5
5
  "author": {
6
6
  "name": "Partha Preetham Krishna",