fui-fancyui
Version:
FancyUI Libary
56 lines (55 loc) • 1.11 kB
JavaScript
const e = {
xs: {
wrapperMargin: [0, 0],
boxSize: "xxs",
padding: "xxs",
paddingWide: ["xxs", "xxs"],
gapBetweenItems: "xxs",
borderRadius: "xxs",
iconSize: "xxs",
labelSize: "subTextCaption"
},
sm: {
wrapperMargin: [0, 0],
boxSize: "xxs",
padding: "xs",
paddingWide: ["xxs", "xs"],
gapBetweenItems: "xs",
borderRadius: "xxs",
iconSize: "xxs",
labelSize: "subTextCaption"
},
md: {
wrapperMargin: [0, 0],
padding: "xs",
paddingWide: ["sm", "sm"],
boxSize: "xs",
gapBetweenItems: "sm",
borderRadius: "xxs",
iconSize: "xxs",
labelSize: "bodytextSm"
},
lg: {
wrapperMargin: [0, 0],
padding: "xs",
paddingWide: ["xs", "sm"],
boxSize: "xs",
gapBetweenItems: "md",
borderRadius: "sm",
iconSize: "xs",
labelSize: "bodytextMd"
},
xl: {
wrapperMargin: [0, 0],
padding: "sm",
paddingWide: ["sm", "md"],
boxSize: "sm",
gapBetweenItems: "lg",
borderRadius: "md",
iconSize: "sm",
labelSize: "bodytextLg"
}
};
export {
e as sizeSettings
};