@nextelco/common-ui 1.5.76 → 1.5.78

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.
@@ -9,8 +9,8 @@ type Props = PropsWithChildren<{
9
9
  clickable: boolean;
10
10
  fontColor: string;
11
11
  backgroundColor: string;
12
- big: boolean;
12
+ fixedSize: boolean;
13
13
  onClick: () => void;
14
14
  }>;
15
- declare const Card1: ({ title, subtitle, thumbnail, isVideo, clickable, fontColor, backgroundColor, big, onClick }: Props) => React.JSX.Element;
15
+ declare const Card1: ({ title, subtitle, thumbnail, isVideo, clickable, fontColor, backgroundColor, fixedSize, onClick }: Props) => React.JSX.Element;
16
16
  export default Card1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextelco/common-ui",
3
- "version": "1.5.76",
3
+ "version": "1.5.78",
4
4
  "description": "",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/types/index.d.ts",