@apexcura/ui-components 0.0.16-Beta289 → 0.0.16-Beta290

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.
@@ -117,6 +117,7 @@ export type ElementType = {
117
117
  color?: string;
118
118
  isCount?: boolean;
119
119
  count?: number;
120
+ isNewMenuItem?: boolean;
120
121
  }[];
121
122
  primaryText?: string;
122
123
  secondaryText?: string;
@@ -163,7 +164,6 @@ export type ElementType = {
163
164
  isNotChatbot?: boolean;
164
165
  allowClear?: boolean;
165
166
  isBack?: boolean;
166
- isNewMenuItem?: boolean;
167
167
  showCount?: boolean;
168
168
  avatarClassName?: string;
169
169
  };