sit-onyx 1.0.0-beta.201 → 1.0.0-beta.202

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.
@@ -13,4 +13,8 @@ export type OnyxNotificationCardProps = DensityProp & {
13
13
  * Whether the notification is unread / not acknowledged by the user yet.
14
14
  */
15
15
  unread?: boolean;
16
+ /**
17
+ * Optional icon to show.
18
+ */
19
+ icon?: string;
16
20
  };