@commonsku/styles 1.17.66 → 1.17.68
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/index.d.ts
CHANGED
|
@@ -2362,7 +2362,7 @@ type NotificationExtraContentProps = {
|
|
|
2362
2362
|
target?: string;
|
|
2363
2363
|
};
|
|
2364
2364
|
type NotificationIconProps = {
|
|
2365
|
-
alertType?: "neutral" | "success" | "error" | "warn";
|
|
2365
|
+
alertType?: "neutral" | "success" | "error" | "warn" | "loading";
|
|
2366
2366
|
};
|
|
2367
2367
|
type AlertNotificationProps = React__default.PropsWithChildren<{
|
|
2368
2368
|
style?: React__default.CSSProperties;
|