@mahatisystems/mahati-ui-components 6.0.0 → 6.0.2
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.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -13402,7 +13402,7 @@ import { useState as useState20, useEffect as useEffect17 } from "react";
|
|
|
13402
13402
|
import { createPortal as createPortal3 } from "react-dom";
|
|
13403
13403
|
import { Fragment as Fragment14, jsx as jsx35, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
13404
13404
|
function Chatbot(param) {
|
|
13405
|
-
var isOpen = param.isOpen, onClose = param.onClose;
|
|
13405
|
+
var isOpen = param.isOpen, onClose = param.onClose, showForm = param.showForm, title = param.title, onSend = param.onSend;
|
|
13406
13406
|
var _useState20 = _sliced_to_array(useState20("form"), 2), step = _useState20[0], setStep = _useState20[1];
|
|
13407
13407
|
var _useState201 = _sliced_to_array(useState20([
|
|
13408
13408
|
{
|