@windstream/react-shared-components 0.2.14 → 0.2.16

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.
@@ -1,9 +1,9 @@
1
1
  import * as React$1 from 'react';
2
2
  import React__default, { ReactNode, CSSProperties, FC } from 'react';
3
+ import { AnimationType } from '@shared/components/animation-wrapper';
3
4
  import { ResponsiveSize } from '@shared/components/brand-button/types';
4
5
  import { Fill, Size } from '@shared/components/material-icon/types';
5
6
  import { CheckPlansProps, Asset, Button as Button$1, ButtonGroup } from '@shared/types/micro-components';
6
- import { AnimationType } from '@shared/components/animation-wrapper';
7
7
  import { ButtonProps as ButtonProps$1 } from '@shared/contentful/blocks/button/types';
8
8
  import * as react_jsx_runtime from 'react/jsx-runtime';
9
9
  import { BlogCardImageProps as BlogCardImageProps$1 } from '@shared/contentful/blocks/cards/blog-card/types';
@@ -67,6 +67,8 @@ type ButtonProps = {
67
67
  iconName?: string;
68
68
  iconFill?: Fill;
69
69
  iconSize?: Size;
70
+ disableAnimation?: boolean;
71
+ animationType?: AnimationType | AnimationType[];
70
72
  };
71
73
 
72
74
  type CalloutCardType = "simple" | "blog" | "fullImage" | "floatingImage";
@@ -812,6 +814,8 @@ interface TypeCartRetentionBannerFields {
812
814
  };
813
815
  cta?: {
814
816
  buttonLabel?: string;
817
+ disableAnimation?: boolean;
818
+ animationType?: AnimationType | AnimationType[];
815
819
  [key: string]: any;
816
820
  };
817
821
  }