/** Horizontal padding value for filled input fields */ export const FILLED_HORIZONTAL_PADDING = 12; /** Gap between components within the input field */ export const INPUT_FIELD_GAP = 12;