@aws/mynah-ui 4.36.9-beta.3 → 4.36.9-beta.5
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/components/chat-item/chat-wrapper.d.ts +0 -1
- package/dist/components/collapsible-content.d.ts +0 -2
- package/dist/helper/test-ids.d.ts +0 -8
- package/dist/main.d.ts +0 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/static.d.ts +0 -4
- package/package.json +1 -1
- package/dist/components/modified-files-tracker.d.ts +0 -33
|
@@ -32,7 +32,6 @@ export declare class ChatWrapper {
|
|
|
32
32
|
private readonly dragBlurOverlay;
|
|
33
33
|
private dragOverlayVisibility;
|
|
34
34
|
private imageContextFeatureEnabled;
|
|
35
|
-
private readonly modifiedFilesTracker;
|
|
36
35
|
constructor(props: ChatWrapperProps);
|
|
37
36
|
private readonly getNewConversationGroupElement;
|
|
38
37
|
private readonly removeEmptyCardsAndFollowups;
|
|
@@ -175,13 +175,5 @@ declare const _default: {
|
|
|
175
175
|
optionLabel: string;
|
|
176
176
|
checkIcon: string;
|
|
177
177
|
};
|
|
178
|
-
modifiedFilesTracker: {
|
|
179
|
-
container: string;
|
|
180
|
-
wrapper: string;
|
|
181
|
-
emptyState: string;
|
|
182
|
-
fileItem: string;
|
|
183
|
-
fileItemAccept: string;
|
|
184
|
-
fileItemUndo: string;
|
|
185
|
-
};
|
|
186
178
|
};
|
|
187
179
|
export default _default;
|
package/dist/main.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ export { SelectProps, SelectAbstract } from './components/form-items/select';
|
|
|
19
19
|
export { TextInputProps, TextInputAbstract } from './components/form-items/text-input';
|
|
20
20
|
export { TextAreaProps, TextAreaAbstract } from './components/form-items/text-area';
|
|
21
21
|
export { ChatItemCardContent, ChatItemCardContentProps } from './components/chat-item/chat-item-card-content';
|
|
22
|
-
export { ModifiedFilesTracker, ModifiedFilesTrackerProps } from './components/modified-files-tracker';
|
|
23
22
|
export { default as MynahUITestIds } from './helper/test-ids';
|
|
24
23
|
export interface MynahUIProps {
|
|
25
24
|
rootSelector?: string;
|