@mparticle/aquarium 1.15.0-icons-integration.3 → 1.15.0

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/index.d.ts CHANGED
@@ -385,11 +385,8 @@ export declare const Form: {
385
385
  };
386
386
 
387
387
  export declare const GlobalNavigation: {
388
- (props: IGlobalNavigationProps): JSX_2.Element;
388
+ ({ showSuiteLogo, ...props }: IGlobalNavigationProps): JSX_2.Element;
389
389
  useNewExperienceReminder: (options: INewExperienceReminderOptions_2) => NewExperienceReminderHook_2;
390
- defaultProps: {
391
- showSuiteLogo: boolean;
392
- };
393
390
  };
394
391
 
395
392
  export declare const GlobalNavWidth: 90;
@@ -423,6 +420,12 @@ export declare interface IBreadcrumbProps extends BreadcrumbProps {
423
420
  }
424
421
 
425
422
  export declare interface IButtonProps extends ButtonProps {
423
+ /**
424
+ * @deprecated This variant is a temporary fix for new icons.
425
+ * Use this variant only with new icons to align the icon and text centered.
426
+ * This will be removed once all icons are updated.
427
+ */
428
+ variant?: 'with-new-icon';
426
429
  }
427
430
 
428
431
  export declare interface ICalendarProps extends CalendarProps<Dayjs> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/aquarium",
3
- "version": "1.15.0-icons-integration.3",
3
+ "version": "1.15.0",
4
4
  "description": "mParticle Component Library",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [