@mx-cartographer/insights-ui 1.16.7 → 1.16.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/insights-ui",
3
- "version": "1.16.7",
3
+ "version": "1.16.9",
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",
@@ -1,11 +0,0 @@
1
- export { default as app } from './app.svg?url';
2
- export { default as creditCard } from './creditCard.svg?url';
3
- export { default as depositGrowth } from './depositGrowth.svg?url';
4
- export { default as genericBright } from './genericBright.svg?url';
5
- export { default as genericLaptop } from './genericLaptop.svg?url';
6
- export { default as goals } from './goals.svg?url';
7
- export { default as savings } from './savings.svg?url';
8
- export { default as savingsApply } from './savingsApply.svg?url';
9
- export { default as savingsBright } from './savingsBright.svg?url';
10
- export { default as trust } from './trust.svg?url';
11
- export type TemplateKey = 'app' | 'creditCard' | 'depositGrowth' | 'genericBright' | 'genericLaptop' | 'goals' | 'savings' | 'savingsApply' | 'savingsBright' | 'trust';