@dreamtree-org/twreact-ui 1.1.8 → 1.1.10
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 +2 -2
- package/dist/index.js +2 -2
- 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,
|
|
@@ -16777,7 +16777,7 @@ var Navbar = function Navbar(_ref3) {
|
|
|
16777
16777
|
"text-gray-700 hover:bg-gray-50": !item.active
|
|
16778
16778
|
})
|
|
16779
16779
|
}, item.label);
|
|
16780
|
-
})))
|
|
16780
|
+
}))));
|
|
16781
16781
|
};
|
|
16782
16782
|
Navbar.displayName = "Navbar";
|
|
16783
16783
|
Navbar.propTypes = {
|
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,
|
|
@@ -16797,7 +16797,7 @@ var Navbar = function Navbar(_ref3) {
|
|
|
16797
16797
|
"text-gray-700 hover:bg-gray-50": !item.active
|
|
16798
16798
|
})
|
|
16799
16799
|
}, item.label);
|
|
16800
|
-
})))
|
|
16800
|
+
}))));
|
|
16801
16801
|
};
|
|
16802
16802
|
Navbar.displayName = "Navbar";
|
|
16803
16803
|
Navbar.propTypes = {
|