Enumeration: ButtonSizeType
Defines the size variants for buttons in the configurator interface.
ButtonSize controls the dimensions and padding of button elements, allowing for visual hierarchy and appropriate sizing for different contexts. The size affects both the button's height and the spacing of internal content.
Consistent button sizing helps create a cohesive interface and ensures proper touch targets for mobile users while maintaining visual balance on desktop displays.
Enumeration Members
NORMAL
NORMAL:
"NORMAL"
Standard button size for general use.
NORMAL buttons provide balanced dimensions suitable for most use cases, offering comfortable touch targets while maintaining efficient use of space. This is the recommended size for primary actions and general buttons.
SMALL
SMALL:
"SMALL"
Compact button size for space-constrained interfaces.
SMALL buttons have reduced height and padding, making them suitable for dense layouts, secondary actions, or mobile interfaces where screen real estate is limited.