UNPKG

@frontify/fondue

Version:
11 lines (10 loc) 680 B
import { jsx as t } from "react/jsx-runtime"; import { AlignmentToolbarButton as i } from "../AlignmentToolbarbutton.es.js"; import n from "../../../../../foundation/Icon/Generated/IconTextAlignmentRight16.es.js"; import { ButtonWrapper as m, IconStylingWrapper as p } from "../../helper.es.js"; import { getTooltip as e } from "../../../helpers/getTooltip.es.js"; const u = ({ id: o, editorId: r }) => /* @__PURE__ */ t(m, { id: o, children: /* @__PURE__ */ t(i, { editorId: r, value: "right", tooltip: e("Align right"), children: /* @__PURE__ */ t(p, { icon: /* @__PURE__ */ t(n, {}) }) }) }); export { u as AlignRightButton }; //# sourceMappingURL=AlignRightButton.es.js.map