@windstream/react-shared-components 0.1.17 → 0.1.18

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.
@@ -29,6 +29,7 @@ type CalloutProps = {
29
29
  noGutter?: boolean;
30
30
  items: any[];
31
31
  maxWidth?: boolean;
32
+ cardType?: "simple" | "blog";
32
33
  };
33
34
 
34
35
  declare const Callout: React$1.FC<CalloutProps>;
@@ -462,6 +463,7 @@ interface BlogCardProps$1 {
462
463
  height: number;
463
464
  };
464
465
  readMoreText?: string;
466
+ asGrid?: boolean;
465
467
  }
466
468
 
467
469
  declare const BlogCard: React$1.FC<BlogCardProps$1>;