@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.
- package/dist/eclass-ui-kit.es.js +106 -35
- package/dist/eclass-ui-kit.es.js.map +1 -1
- package/dist/eclass-ui-kit.umd.js +30 -30
- package/dist/eclass-ui-kit.umd.js.map +1 -1
- package/dist/organisms/Alerts/Alert.d.ts +1 -1
- package/dist/organisms/Alerts/Alert.d.ts.map +1 -1
- package/dist/organisms/Alerts/FlashNotification.d.ts +1 -2
- package/dist/organisms/Alerts/FlashNotification.d.ts.map +1 -1
- package/dist/organisms/Alerts/types.d.ts +2 -0
- package/dist/organisms/Alerts/utils/handleTime.d.ts.map +1 -1
- package/dist/organisms/Alerts/utils/useFlashNotification.d.ts +1 -1
- package/dist/organisms/Alerts/utils/useFlashNotification.d.ts.map +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -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,
|
|
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,
|
|
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":";
|
|
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":"
|
|
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,
|
|
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"}
|