@leav/ui 1.7.0-e23db3d5 → 1.7.0-e4c50c50

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.
@@ -8032,6 +8032,7 @@ export type NotificationSubscription = {
8032
8032
  message: string;
8033
8033
  title: string;
8034
8034
  date: number;
8035
+ displayDuration?: number | null;
8035
8036
  attachments?: Array<{
8036
8037
  label: string;
8037
8038
  url: string;
@@ -3993,6 +3993,7 @@ export const NotificationDocument = gql `
3993
3993
  message
3994
3994
  title
3995
3995
  date
3996
+ displayDuration
3996
3997
  attachments {
3997
3998
  label
3998
3999
  url