@aws/mynah-ui 3.2.3 → 3.2.4
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/navigation-tabs.d.ts +3 -3
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/static.d.ts +2 -0
- package/package.json +1 -1
|
@@ -11,13 +11,13 @@ export declare class Tabs {
|
|
|
11
11
|
private tabIdTitleSubscriptions;
|
|
12
12
|
private tabIdChatItemsSubscriptions;
|
|
13
13
|
private toggleGroup;
|
|
14
|
-
private
|
|
14
|
+
private maxReachedOverlay;
|
|
15
15
|
private readonly props;
|
|
16
16
|
constructor(props: TabsProps);
|
|
17
17
|
private readonly getTabOptionsFromTabStoreData;
|
|
18
18
|
private readonly getTabsRender;
|
|
19
|
-
private readonly
|
|
20
|
-
private readonly
|
|
19
|
+
private readonly showMaxReachedOverLay;
|
|
20
|
+
private readonly hideMaxReachedOverLay;
|
|
21
21
|
private readonly assignListener;
|
|
22
22
|
private readonly removeListenerAssignments;
|
|
23
23
|
}
|