@transkripid/flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork
32 lines (31 loc) • 1.1 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { c as u } from "react/compiler-runtime";
import { twMerge as n } from "tailwind-merge";
import { mergeDeep as b } from "../../helpers/merge-deep.mjs";
import { getTheme as d } from "../../theme-store/index.mjs";
const h = (i) => {
const e = u(14);
let o, l, m, t;
e[0] !== i ? ({
children: o,
className: l,
theme: t,
...m
} = i, e[0] = i, e[1] = o, e[2] = l, e[3] = m, e[4] = t) : (o = e[1], l = e[2], m = e[3], t = e[4]);
let s;
e[5] !== t ? (s = t === void 0 ? {} : t, e[5] = t, e[6] = s) : s = e[6];
const f = s;
let r;
if (e[7] !== l || e[8] !== f) {
const p = b(d().blockquote, f);
r = n(p.root.base, l), e[7] = l, e[8] = f, e[9] = r;
} else
r = e[9];
let c;
return e[10] !== o || e[11] !== m || e[12] !== r ? (c = /* @__PURE__ */ a("blockquote", { className: r, "data-testid": "flowbite-blockquote", ...m, children: o }), e[10] = o, e[11] = m, e[12] = r, e[13] = c) : c = e[13], c;
};
h.displayName = "Blockquote";
export {
h as Blockquote
};
//# sourceMappingURL=Blockquote.mjs.map