dap-design-system 0.56.5 → 0.56.7

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.
@@ -40,6 +40,8 @@ export type ActionType = {
40
40
  };
41
41
  export type MessageOptionsType = {
42
42
  duration?: number;
43
+ /** When true, the message stays until the user closes it manually (auto-dismiss disabled). */
44
+ persistent?: boolean;
43
45
  alertType?: AlertType;
44
46
  actions?: ActionType[];
45
47
  closeButton?: string;