@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.
@@ -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;
@@ -16,8 +16,6 @@ export declare class CollapsibleContent {
16
16
  private readonly props;
17
17
  private readonly uid;
18
18
  private icon;
19
- private readonly titleTextElement;
20
19
  constructor(props: CollapsibleContentProps);
21
- updateTitle(newTitle: string): void;
22
20
  }
23
21
  export {};
@@ -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;