@eclass/ui-kit 1.33.1 → 1.33.2

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.
@@ -13,4 +13,4 @@ import { IAlertProps } from './types.d';
13
13
  * Mensaje
14
14
  * </Alert>
15
15
  */
16
- export declare function Alert({ children, canDismiss, buttonText, buttonIcon, buttonLink, isFlash, onClick, state, m, }: IAlertProps): JSX.Element;
16
+ export declare function Alert({ children, canDismiss, buttonText, buttonIcon, buttonLink, fullWidth, isFlash, onClick, state, m, }: IAlertProps): JSX.Element;
@@ -20,6 +20,10 @@ export interface IAlertProps {
20
20
  * Boolean que determina si el botón es tipo link
21
21
  */
22
22
  buttonLink?: boolean
23
+ /**
24
+ * Ancho al 100% del contenedot
25
+ */
26
+ fullWidth?: boolean
23
27
  /**
24
28
  * Para notificación flash
25
29
  */