whyuzeim 1.1.147 → 1.1.148

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/cjs/index.js CHANGED
@@ -138045,7 +138045,7 @@ var Chatbox = function Chatbox(props) {
138045
138045
  setRightComponent && setRightComponent(undefined);
138046
138046
  }
138047
138047
  }, [currentConversation]);
138048
- var _useState11 = React.useState(false),
138048
+ var _useState11 = React.useState(true),
138049
138049
  _useState12 = _slicedToArray(_useState11, 2),
138050
138050
  isFree = _useState12[0],
138051
138051
  setIsFree = _useState12[1];
package/es/index.js CHANGED
@@ -138024,7 +138024,7 @@ var Chatbox = function Chatbox(props) {
138024
138024
  setRightComponent && setRightComponent(undefined);
138025
138025
  }
138026
138026
  }, [currentConversation]);
138027
- var _useState11 = useState(false),
138027
+ var _useState11 = useState(true),
138028
138028
  _useState12 = _slicedToArray(_useState11, 2),
138029
138029
  isFree = _useState12[0],
138030
138030
  setIsFree = _useState12[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.147",
3
+ "version": "1.1.148",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",