@frontify/fondue
Version:
Design system of Frontify
46 lines (45 loc) • 1.86 kB
JavaScript
import { CheckboxListPlugin as i } from "./CheckboxListPlugin/index.es.js";
import { EmojiPlugin as n } from "./EmojiPlugin/index.es.js";
import { LinkPlugin as r } from "./LinkPlugin/index.es.js";
import { PluginComposer as o } from "./PluginComposer.es.js";
import { ResetFormattingPlugin as e } from "./ResetFormattingPlugin/index.es.js";
import { SoftBreakPlugin as t } from "./SoftBreakPlugin/index.es.js";
import { TextStylePlugin as m } from "./TextStylePlugin/index.es.js";
import { ParagraphPlugin as l } from "./TextStylePlugin/TextStyles/paragraphPlugin.es.js";
import { BoldPlugin as g } from "./MarkPlugin/BoldPlugin/index.es.js";
import { ItalicPlugin as u } from "./MarkPlugin/ItalicPlugin/index.es.js";
import { UnderlinePlugin as P } from "./MarkPlugin/UnderlinePlugin/index.es.js";
import { StrikethroughPlugin as f } from "./MarkPlugin/StrikethroughPlugin/index.es.js";
import { CodePlugin as p } from "./MarkPlugin/CodePlugin/index.es.js";
import { AlignLeftPlugin as w } from "./AlignPlugin/AlignLeftPlugin/index.es.js";
import { AlignCenterPlugin as s } from "./AlignPlugin/AlignCenterPlugin/index.es.js";
import { AlignRightPlugin as d } from "./AlignPlugin/AlignRightPlugin/index.es.js";
import { AlignJustifyPlugin as a } from "./AlignPlugin/AlignJustifyPlugin/index.es.js";
import { UnorderedListPlugin as h } from "./ListPlugin/UnorderedListPlugin/index.es.js";
import { OrderedListPlugin as L } from "./ListPlugin/OrderedListPlugin/index.es.js";
const k = new o();
k.setPlugin(new t()).setPlugin(new m({ textStyles: [new l()] })).setPlugin(
[
new g(),
new u(),
new P(),
new f(),
new r(),
new p()
],
[
new w(),
new s(),
new d(),
new a(),
new h(),
new i(),
new L(),
new e(),
new n()
]
);
export {
k as defaultPlugins
};
//# sourceMappingURL=defaultPlugins.es.js.map