@apexcura/ui-components 0.0.16-Beta470 → 0.0.16-Beta472

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.
@@ -120,6 +120,7 @@ export type ElementType = {
120
120
  count?: number;
121
121
  isNewMenuItem?: boolean;
122
122
  progress?: number;
123
+ className?: string;
123
124
  }[];
124
125
  primaryText?: string;
125
126
  secondaryText?: string;