@nextelco/common-ui 1.6.68 → 1.6.70

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.
@@ -6,7 +6,8 @@ type Props = PropsWithChildren<{
6
6
  text2: string;
7
7
  textFontColor: string;
8
8
  backgroundColor: string;
9
+ icon: string;
9
10
  onClick: () => void;
10
11
  }>;
11
- declare const Card4: ({ text1, text2, textFontColor, backgroundColor, onClick }: Props) => React.JSX.Element;
12
+ declare const Card4: ({ text1, text2, textFontColor, backgroundColor, icon, onClick }: Props) => React.JSX.Element;
12
13
  export default Card4;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextelco/common-ui",
3
- "version": "1.6.68",
3
+ "version": "1.6.70",
4
4
  "description": "",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/types/index.d.ts",