@mparticle/aquarium 1.7.6 → 1.7.7
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 +4727 -4700
- package/dist/aquarium.umd.cjs +51 -51
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ import GridIcon from '../../../../../../../../src/assets/svg/grid.svg?react';
|
|
|
62
62
|
import { GroupProps } from 'antd/es/input';
|
|
63
63
|
import { GroupProps as GroupProps_2 } from 'antd/es/avatar';
|
|
64
64
|
import HeartIcon from '../../../../../../../../src/assets/svg/heart.svg?react';
|
|
65
|
+
import { IAvatarProps as IAvatarProps_2 } from '../../../../../../../../../src/components';
|
|
65
66
|
import { IBaseGlobalNavigationItem } from './navigation/GlobalNavigation/GlobalNavigationItems';
|
|
66
67
|
import { ColProps as IColProps } from 'antd';
|
|
67
68
|
import { IFlexProps as IFlexProps_2 } from '../../../../../../../../../src/components/layout/Flex/Flex';
|
|
@@ -401,6 +402,7 @@ export declare interface IGlobalNavigationProps {
|
|
|
401
402
|
onSuiteLogoClick?: () => void;
|
|
402
403
|
onMpHomeClick: () => void;
|
|
403
404
|
hideMpHome?: boolean;
|
|
405
|
+
avatarOptions?: IAvatarProps_2;
|
|
404
406
|
signoutOptions?: {
|
|
405
407
|
label?: string;
|
|
406
408
|
onSignout: () => void;
|