UNPKG

@frontify/fondue

Version:
60 lines (59 loc) 1.76 kB
var i = Object.defineProperty; var a = (t, e, o) => e in t ? i(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o; var m = (t, e, o) => a(t, typeof e != "symbol" ? e + "" : e, o); import { jsx as n } from "react/jsx-runtime"; import { createPluginFactory as p } from "@udecode/plate-core"; import { defaultStyles as c } from "../../../utils/defaultStyles.es.js"; import { merge as g } from "../../../../../utilities/merge.es.js"; import { MarkupElement as f } from "../../MarkupElement.es.js"; import { Plugin as y } from "../../Plugin.es.js"; import { alignmentClassnames as k } from "../../helper.es.js"; import { TextStyles as u } from "../types.es.js"; import { getColumnBreakClasses as d } from "../../ColumnBreakPlugin/utils/getColumnBreakClasses.es.js"; const q = "textstyle-quote-plugin"; class T extends y { constructor({ styles: o = c.quote, ...r } = {}) { super(u.quote, { label: "Quote", markupElement: new x(), ...r }); m(this, "styles", {}); this.styles = o; } plugins() { return [E(this.styles)]; } } class x extends f { constructor(e = q, o = s) { super(e, o); } } const s = ({ element: t, attributes: e, children: o, styles: r }) => { const l = t.align; return /* @__PURE__ */ n( "blockquote", { ...e, className: g([l && k[l], d(t)]), style: r, children: o } ); }, E = (t) => p({ key: u.quote, isElement: !0, component: s, deserializeHtml: { rules: [{ validNodeName: ["blockquote", "BLOCKQUOTE"] }] } })({ component: (e) => /* @__PURE__ */ n(s, { ...e, styles: t }) }); export { s as QuoteMarkupElementNode, T as QuotePlugin, E as createQuotePlugin }; //# sourceMappingURL=quotePlugin.es.js.map