@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.
- package/dist/Types/types.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/report.html +2 -2
- package/package.json +1 -1
package/dist/Types/types.d.ts
CHANGED
|
@@ -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
|
};
|