carconnect-gatherleads-ui-lib 3.2.0-components-migration.3 → 3.2.0-components-migration.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2103,6 +2103,8 @@ export declare interface GatherRadioButtonProps extends Omit<React_2.ComponentPr
2103
2103
  disabled?: boolean;
2104
2104
  /** Si true, ocupa toda la fila en layouts grid (col-span-full) */
2105
2105
  fullWidth?: boolean;
2106
+ /** Prefijo único para los id de cada opción (evita duplicados cuando hay varios grupos en el mismo formulario; recomendado usar el name del campo) */
2107
+ idPrefix?: string;
2106
2108
  /** Callback que se ejecuta cuando cambia la selección */
2107
2109
  onChange?: (value: string) => void;
2108
2110
  /** Variante de tamaño */