@eclass/ui-kit 1.55.5 → 1.56.0

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.
@@ -14,5 +14,5 @@ import { IAlertProps } from './types.d';
14
14
  * Mensaje
15
15
  * </Alert>
16
16
  */
17
- export declare function Alert({ children, canDismiss, buttonText, buttonIcon, buttonLink, fullWidth, maxContent, isFlash, onClick, state, m, endTextLink, onClickLink, sx, }: IAlertProps): JSX.Element;
17
+ export declare function Alert({ children, canDismiss, buttonText, buttonIcon, buttonLink, fullWidth, maxContent, isFlash, onClick, state, m, endTextLink, onClickLink, sx, width, }: IAlertProps): JSX.Element;
18
18
  //# sourceMappingURL=Alert.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/organisms/Alerts/Alert.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAIvC;;;;;;;;;;;;;GAaG;AAEH,wBAAgB,KAAK,CAAC,EACpB,QAAQ,EACR,UAAkB,EAClB,UAAU,EACV,UAAU,EACV,UAAkB,EAClB,SAAiB,EACjB,UAAkB,EAClB,OAAe,EACf,OAAO,EACP,KAAK,EACL,CAAC,EACD,WAAW,EACX,WAAW,EACX,EAAE,GACH,EAAE,WAAW,GAAG,GAAG,CAAC,OAAO,CAuG3B"}
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/organisms/Alerts/Alert.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AAIvC;;;;;;;;;;;;;GAaG;AAEH,wBAAgB,KAAK,CAAC,EACpB,QAAQ,EACR,UAAkB,EAClB,UAAU,EACV,UAAU,EACV,UAAkB,EAClB,SAAiB,EACjB,UAAkB,EAClB,OAAe,EACf,OAAO,EACP,KAAK,EACL,CAAC,EACD,WAAW,EACX,WAAW,EACX,EAAE,EACF,KAAK,GACN,EAAE,WAAW,GAAG,GAAG,CAAC,OAAO,CAwG3B"}
@@ -13,6 +13,5 @@ import { IFlashNotificationProps } from './types.d';
13
13
  * @example Componente FlashNotification recibiendo argumentos
14
14
  * <FlashNotification {...config} show={show} />
15
15
  */
16
- export declare function FlashNotification({ message, state, show, maxContent, }: IFlashNotificationProps): null;
17
- export declare const FlashNotificationGlobal: () => JSX.Element;
16
+ export declare function FlashNotification({ message, state, show, m, width, }: IFlashNotificationProps): JSX.Element;
18
17
  //# sourceMappingURL=FlashNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FlashNotification.d.ts","sourceRoot":"","sources":["../../../src/organisms/Alerts/FlashNotification.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAKnD;;;;;;;;;;;;GAYG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,OAAO,EACP,KAAK,EACL,IAAI,EACJ,UAAU,GACX,EAAE,uBAAuB,GAAG,IAAI,CAmChC;AAED,eAAO,MAAM,uBAAuB,QAAO,WAY1C,CAAA"}
1
+ {"version":3,"file":"FlashNotification.d.ts","sourceRoot":"","sources":["../../../src/organisms/Alerts/FlashNotification.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAKnD;;;;;;;;;;;;GAYG;AAEH,wBAAgB,iBAAiB,CAAC,EAChC,OAAO,EACP,KAAK,EACL,IAAI,EACJ,CAAC,EACD,KAAK,GACN,EAAE,uBAAuB,GAAG,GAAG,CAAC,OAAO,CA0CvC"}
@@ -52,6 +52,7 @@ export interface IAlertProps {
52
52
  endTextLink?: string
53
53
  onClickLink?: () => void
54
54
  maxContent?: boolean
55
+ width?: string
55
56
  sx?: CSSObject
56
57
  }
57
58
 
@@ -76,4 +77,5 @@ export interface IFlashNotificationProps {
76
77
  state: TState
77
78
  show?: boolean
78
79
  maxContent?: boolean
80
+ width?: string
79
81
  }
@@ -1 +1 @@
1
- {"version":3,"file":"handleTime.d.ts","sourceRoot":"","sources":["../../../../src/organisms/Alerts/utils/handleTime.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU,YAAa,MAAM,KAAG,MAY5C,CAAA"}
1
+ {"version":3,"file":"handleTime.d.ts","sourceRoot":"","sources":["../../../../src/organisms/Alerts/utils/handleTime.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,YAAa,MAAM,KAAG,MAY5C,CAAA"}
@@ -15,5 +15,5 @@ import { IFlashNotificationProps } from '../types';
15
15
  * @example Componente FlashNotification recibiendo argumentos
16
16
  * <FlashNotification {...config} show={show} />
17
17
  */
18
- export declare const useFlashNotification: ({ state, message, maxContent, }: IFlashNotificationProps) => any;
18
+ export declare const useFlashNotification: ({ state, message, maxContent, width, }: IFlashNotificationProps) => any;
19
19
  //# sourceMappingURL=useFlashNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFlashNotification.d.ts","sourceRoot":"","sources":["../../../../src/organisms/Alerts/utils/useFlashNotification.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAGlD;;;;;;;;;;;;;;;GAeG;AAEH,eAAO,MAAM,oBAAoB,oCAI9B,uBAAuB,KAAG,GAgC5B,CAAA"}
1
+ {"version":3,"file":"useFlashNotification.d.ts","sourceRoot":"","sources":["../../../../src/organisms/Alerts/utils/useFlashNotification.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAA;AAGlD;;;;;;;;;;;;;;;GAeG;AAEH,eAAO,MAAM,oBAAoB,2CAK9B,uBAAuB,KAAG,GAkC5B,CAAA"}