@hybr1d-tech/charizard 0.6.87 → 0.6.89
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/components/alert/Alert.d.ts +1 -1
- package/dist/hybr1d-ui.js +342 -341
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ interface AlertPropTypes {
|
|
|
13
13
|
header: React.ReactNode;
|
|
14
14
|
body?: React.ReactNode;
|
|
15
15
|
}
|
|
16
|
-
export declare function Alert({ alertType, actionType, header, body }: AlertPropTypes): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare function Alert({ alertType, actionType, header, body }: AlertPropTypes): false | import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
export declare const alertTypeMap: {
|
|
18
18
|
[key: string]: {
|
|
19
19
|
bg: string;
|