@mparticle/aquarium 1.31.0-nav-disabled-interactions-poc.1 → 1.31.0-nav-disabled-interactions-poc.2
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/aquarium.js +2222 -2197
- package/dist/aquarium.umd.cjs +37 -37
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -89,6 +89,7 @@ import { IConfigProviderProps } from './other/ConfigProvider/ConfigProvider';
|
|
|
89
89
|
import type { IconNames } from '../../../../../../../../../src/types/icons';
|
|
90
90
|
import { Icons } from '../../../../../../../../../src/constants/Icons';
|
|
91
91
|
import type { IconVariant } from '../../../../../../../../../src/types/icons';
|
|
92
|
+
import { IDrawerProps as IDrawerProps_2 } from '../../../../../../../../../src/components';
|
|
92
93
|
import { IFlexProps as IFlexProps_2 } from '../../../../../../../../../src/components/layout/Flex/Flex';
|
|
93
94
|
import { IGlobalNavigationItem } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
94
95
|
import { IGlobalNavigationItem as IGlobalNavigationItem_2 } from '../../../../../../../../../src/components/navigation/GlobalNavigation/GlobalNavigationItems';
|
|
@@ -547,6 +548,7 @@ export declare interface IGlobalNavigationProps {
|
|
|
547
548
|
*/
|
|
548
549
|
minimapOptions?: ISuiteSelectorOptions;
|
|
549
550
|
tempGlobalOnClick?: MouseEventHandler<HTMLDivElement>;
|
|
551
|
+
drawerOptions?: IDrawerProps_2;
|
|
550
552
|
}
|
|
551
553
|
|
|
552
554
|
export declare interface IIconProps {
|