@mx-cartographer/insights-ui 1.16.3 → 1.16.4

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.
@@ -137,7 +137,6 @@ export interface CommonBeatProps {
137
137
  header?: Omit<CardHeaderProps, 'title'>;
138
138
  inDescriptionCtaOnClick?: () => void;
139
139
  institutionName?: string;
140
- isCIBC?: boolean;
141
140
  isError?: boolean;
142
141
  isLoading?: boolean;
143
142
  isMini?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/insights-ui",
3
- "version": "1.16.3",
3
+ "version": "1.16.4",
4
4
  "description": "Package containing MX theme and common controls for MUI",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",