mongodb-chatbot-ui
Version:
UI React components for the MongoDB Chatbot Framework
53 lines (51 loc) • 1.05 kB
JavaScript
import { j as o } from "./jsx-runtime.js";
import { c as r, a as m } from "./Transition.js";
import { ActionButtonTrigger as p } from "./ActionButtonTrigger.js";
import "react";
import "./index2.js";
import "react-dom";
import "./index4.js";
import "./OpenNewTab.js";
import "./index13.js";
import "./index5.js";
import "./index14.js";
import "./index15.js";
import "./index10.js";
import "./index6.js";
import "./X.js";
import "./index8.js";
import "./index9.js";
import "./ChevronDown.js";
import "./index11.js";
import "./useChatbotContext.js";
import "./ChatbotProvider.js";
const n = {
chat_trigger: r`
position: fixed;
bottom: 24px;
right: 24px;
@media screen and (min-width: 768px) {
bottom: 32px;
right: 24px;
}
@media screen and (min-width: 1024px) {
bottom: 32px;
right: 49px;
}
`
};
function N({
className: t,
...i
}) {
return /* @__PURE__ */ o.jsx(
p,
{
className: m(n.chat_trigger, t),
...i
}
);
}
export {
N as FloatingActionButtonTrigger
};