/** Default Tailwind classes for {@link RoleSelector}. startsim-o7s. * Semantic tokens only (startsim-1f3n) — theme-driven, dark-mode safe. */ export interface RoleSelectorClassNames { root?: string select?: string } export const ROLE_SELECTOR_DEFAULTS: Required = { root: 'inline-block', select: 'rounded-md border border-input bg-background px-2 py-1 text-sm text-foreground outline-none transition-colors focus:border-ring focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50', }