UNPKG

@frontify/fondue

Version:
12 lines (11 loc) 712 B
import { jsx as o } from "react/jsx-runtime"; import { getPluginType as i } from "@udecode/plate-core"; import { ListToolbarButton as e } from "../ListToolbarButton.es.js"; import { getTooltip as p } from "../../../helpers/getTooltip.es.js"; import m from "../../../../../foundation/Icon/Generated/IconListNumbers16.es.js"; import { ButtonWrapper as n, IconStylingWrapper as l } from "../../helper.es.js"; const T = ({ editor: t, id: r }) => /* @__PURE__ */ o(n, { id: r, children: /* @__PURE__ */ o(e, { tooltip: p("Ordered list"), nodeType: i(t, r), children: /* @__PURE__ */ o(l, { icon: /* @__PURE__ */ o(m, {}) }) }) }); export { T as OrderedListButton }; //# sourceMappingURL=OrderedListButton.es.js.map