UNPKG

mongodb-chatbot-ui

Version:

UI React components for the MongoDB Assistant

36 lines (34 loc) 768 B
import { jsx as r } from "react/jsx-runtime"; import { c as o, a as m } from "./emotion-css.esm.js"; import { ButtonTrigger as p } from "./ButtonTrigger.js"; import "./index2.js"; import "react"; import "./index9.js"; import "./polished.esm.js"; import "./useChatbotContext.js"; import "./ChatbotProvider.js"; import "./index7.js"; const e = { chat_trigger: o` 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 b({ className: t, ...i }) { return /* @__PURE__ */ r(p, { className: m(e.chat_trigger, t), ...i }); } export { b as FloatingActionButtonTrigger };