/** Shared Tailwind radius class for all form controls (inputs, selects, textareas). * Pill-shaped (`rounded-full`) controls were retired in v0.7.0 in favor of a * rounded rectangle. Import this constant so the radius is defined once. */ export const INPUT_ROUNDING = "rounded-lg";