@frontify/fondue
Version:
Design system of Frontify
21 lines (20 loc) • 754 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
const i = ({ icon: t }) => /* @__PURE__ */ e("span", { className: "tw-p-2 tw-h-8 tw-justify-center tw-items-center tw-flex", children: t }), r = ({ children: t, id: s }) => /* @__PURE__ */ e("div", { "data-plugin-id": s, children: t }), w = {
left: "tw-text-left",
right: "tw-text-right",
center: "tw-text-center",
justify: "tw-text-justify"
}, c = {
left: "tw-justify-start tw-text-left",
center: "tw-justify-center tw-text-center",
justify: "tw-text-justify",
right: "tw-justify-end tw-text-right"
}, f = "button";
export {
r as ButtonWrapper,
f as ELEMENT_BUTTON,
i as IconStylingWrapper,
w as alignmentClassnames,
c as justifyClassNames
};
//# sourceMappingURL=helper.es.js.map