@mparticle/aquarium 1.13.0-ups-utils.2 → 1.14.0-minimap.1
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 +680 -694
- package/dist/aquarium.umd.cjs +1 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -507,7 +507,8 @@ export declare interface IGlobalNavigationProps {
|
|
|
507
507
|
withoutContainer?: boolean;
|
|
508
508
|
};
|
|
509
509
|
minimapOptions: {
|
|
510
|
-
|
|
510
|
+
goToOverviewHref: string;
|
|
511
|
+
hide?: boolean;
|
|
511
512
|
};
|
|
512
513
|
}
|
|
513
514
|
|
|
@@ -665,6 +666,7 @@ export declare interface ITabsProps extends TabsProps {
|
|
|
665
666
|
}
|
|
666
667
|
|
|
667
668
|
export declare interface ITagProps extends TagProps {
|
|
669
|
+
children: React.ReactNode;
|
|
668
670
|
}
|
|
669
671
|
|
|
670
672
|
declare interface ITextProps extends TextProps {
|