@muraldevkit/ui-toolkit 1.21.7 → 1.21.9

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,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { AttrsObject } from '../../../utils';
3
- import { NotificationKind, NotificationIconConfig, NotificationState, NotificationLevel } from '../constants';
3
+ import { NotificationKind, NotificationIconConfig, NotificationScope, NotificationState, NotificationLevel } from '../constants';
4
4
  import './MrlBlockNotification.global.scss';
5
5
  export interface MrlBlockNotificationProps {
6
6
  /**
@@ -37,6 +37,10 @@ export interface MrlBlockNotificationProps {
37
37
  * Sets the primary content for the notification
38
38
  */
39
39
  message?: React.ReactNode;
40
+ /**
41
+ * Sets the scope of the notification
42
+ */
43
+ scope?: NotificationScope;
40
44
  /**
41
45
  * Open/Close state of the notification
42
46
  */