UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

45 lines (43 loc) 838 B
const require_config = require('../../core/system/config.cjs'); const require_button_style = require('./button.style.cjs'); //#region src/components/button/icon-button.style.ts const iconButtonStyle = require_config.defineComponentStyle({ variants: require_button_style.buttonStyle.variants, sizes: { "2xs": { fontSize: "md", minBoxSize: "6" }, xs: { fontSize: "lg", minBoxSize: "8" }, sm: { fontSize: "xl", minBoxSize: "9" }, md: { fontSize: "2xl", minBoxSize: "10" }, lg: { fontSize: "3xl", minBoxSize: "11" }, xl: { fontSize: "4xl", minBoxSize: "12" }, "2xl": { fontSize: "4xl", minBoxSize: "14" } }, defaultProps: { size: "md", variant: "solid" } }); //#endregion exports.iconButtonStyle = iconButtonStyle; //# sourceMappingURL=icon-button.style.cjs.map