UNPKG

@transkripid/flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork

33 lines (32 loc) 1.09 kB
import { jsx as d } from "react/jsx-runtime"; import { c as h } from "react/compiler-runtime"; import { twMerge as a } from "tailwind-merge"; import { mergeDeep as b } from "../../helpers/merge-deep.mjs"; import { useTimelineContentContext as y } from "./TimelineContentContext.mjs"; const C = (n) => { const e = h(15); let o, m, s, t; e[0] !== n ? ({ children: o, className: m, theme: t, ...s } = n, e[0] = n, e[1] = o, e[2] = m, e[3] = s, e[4] = t) : (o = e[1], m = e[2], s = e[3], t = e[4]); let i; e[5] !== t ? (i = t === void 0 ? {} : t, e[5] = t, e[6] = i) : i = e[6]; const c = i, { theme: f } = y(); let r; if (e[7] !== m || e[8] !== f.body || e[9] !== c) { const p = b(f.body, c); r = a(p.base, m), e[7] = m, e[8] = f.body, e[9] = c, e[10] = r; } else r = e[10]; let l; return e[11] !== o || e[12] !== s || e[13] !== r ? (l = /* @__PURE__ */ d("div", { className: r, ...s, children: o }), e[11] = o, e[12] = s, e[13] = r, e[14] = l) : l = e[14], l; }; export { C as TimelineBody }; //# sourceMappingURL=TimelineBody.mjs.map