@appquality/unguess-design-system 4.0.54 → 4.0.55--canary.7dfd21d.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/build/index.d.ts CHANGED
@@ -5808,7 +5808,7 @@ declare interface NextItemArgs extends IItemProps_2 {
5808
5808
  * Used for this:
5809
5809
  - For a passive status update about user or system activity
5810
5810
  */
5811
- declare const Notification_2: ({ closeText, message, onClose, type, isPrimary, isRegular, ...props }: NotificationArgs) => JSX_2.Element;
5811
+ declare const Notification_2: ({ message, onClose, type, isPrimary, isRegular, ...props }: NotificationArgs) => JSX_2.Element;
5812
5812
  export { Notification_2 as Notification }
5813
5813
 
5814
5814
  declare interface NotificationArgs extends INotificationProps {