@eclass/ui-kit 1.57.1 → 1.57.3

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.
@@ -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,EACF,KAAK,GACN,EAAE,WAAW,GAAG,GAAG,CAAC,OAAO,CAwG3B"}
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,CAyG3B"}
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { IFlashNotificationProps } from './types.d';
3
- export declare function FlashNotification({ message, state, show, m, width, }: IFlashNotificationProps): JSX.Element;
3
+ export declare function FlashNotification({ message, state, show, m, }: IFlashNotificationProps): JSX.Element;
4
4
  //# 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;AA2BnD,wBAAgB,iBAAiB,CAAC,EAChC,OAAO,EACP,KAAK,EACL,IAAI,EACJ,CAAC,EACD,KAAK,GACN,EAAE,uBAAuB,GAAG,GAAG,CAAC,OAAO,CAwDvC"}
1
+ {"version":3,"file":"FlashNotification.d.ts","sourceRoot":"","sources":["../../../src/organisms/Alerts/FlashNotification.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AA4BnD,wBAAgB,iBAAiB,CAAC,EAChC,OAAO,EACP,KAAK,EACL,IAAI,EACJ,CAAC,GACF,EAAE,uBAAuB,GAAG,GAAG,CAAC,OAAO,CA4EvC"}
@@ -76,5 +76,4 @@ export interface IFlashNotificationProps {
76
76
  */
77
77
  state: TState
78
78
  show?: boolean
79
- width?: string
80
79
  }
@@ -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, width }: IFlashNotificationProps) => any;
18
+ export declare const useFlashNotification: ({ state, message }: 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,8BAA+B,uBAAuB,KAAG,GAiCzF,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,uBAAwB,uBAAuB,KAAG,GAgClF,CAAA"}