@mx-cartographer/experiences 6.1.0 → 6.1.2
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/CHANGELOG.md +8 -0
- package/dist/cashflow/constants/CashflowImages.d.ts +4 -0
- package/dist/common/types/localization/InvestmentsCopy.d.ts +19 -0
- package/dist/help/constants/HelpImages.d.ts +44 -0
- package/dist/index.es.js +13974 -13227
- package/dist/index.es.js.map +1 -1
- package/dist/investments/components/HeaderCell.d.ts +2 -0
- package/dist/investments/components/Overview.d.ts +4 -2
- package/package.json +2 -2
- package/dist/help/images/account/index.d.ts +0 -5
- package/dist/help/images/budgets/index.d.ts +0 -4
- package/dist/help/images/cashFlow/index.d.ts +0 -4
- package/dist/help/images/debts/index.d.ts +0 -5
- package/dist/help/images/general/index.d.ts +0 -2
- package/dist/help/images/goals/index.d.ts +0 -6
- package/dist/help/images/insights/index.d.ts +0 -3
- package/dist/help/images/investments/index.d.ts +0 -2
- package/dist/help/images/mobile/index.d.ts +0 -2
- package/dist/help/images/netWorth/index.d.ts +0 -4
- package/dist/help/images/notifications/index.d.ts +0 -3
- package/dist/help/images/recurringTransactions/index.d.ts +0 -4
- package/dist/help/images/spending/index.d.ts +0 -2
- package/dist/help/images/transactions/index.d.ts +0 -6
- package/dist/help/images/trends/index.d.ts +0 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mx-cartographer/experiences",
|
3
|
-
"version": "6.1.
|
3
|
+
"version": "6.1.2",
|
4
4
|
"description": "Library containing experience widgets",
|
5
5
|
"main": "dist/index.es.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -122,5 +122,5 @@
|
|
122
122
|
"CHANGELOG.md",
|
123
123
|
"README.md"
|
124
124
|
],
|
125
|
-
"packageManager": "yarn@4.9.
|
125
|
+
"packageManager": "yarn@4.9.1"
|
126
126
|
}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import { default as AccountDetails } from './AccountDetails.png';
|
2
|
-
import { default as WidgetOverview } from './AccountsOverview.png';
|
3
|
-
import { default as ManageConnections } from './ManageConnections.png';
|
4
|
-
import { default as BrokenConnection } from './BrokenConnection.png';
|
5
|
-
export { AccountDetails, BrokenConnection, ManageConnections, WidgetOverview };
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import { default as DebtDetails } from './DebtDetails.png';
|
2
|
-
import { default as DebtOverview } from './DebtOverview.png';
|
3
|
-
import { default as DebtPrioritization } from './DebtPrioritization.png';
|
4
|
-
import { default as SnowballMethod } from './SnowballMethod.png';
|
5
|
-
export { DebtDetails, DebtOverview, DebtPrioritization, SnowballMethod };
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { default as CreateGoal } from './CreateGoal.png';
|
2
|
-
import { default as DebtGoals } from './DebtGoals.png';
|
3
|
-
import { default as ManageGoals } from './ManageGoals.png';
|
4
|
-
import { default as RetirementGoals } from './RetirementGoals.png';
|
5
|
-
import { default as SavingsGoals } from './SavingsGoals.png';
|
6
|
-
export { CreateGoal, DebtGoals, ManageGoals, RetirementGoals, SavingsGoals };
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import { default as CategorizeTransactions } from './CategorizeTransactions.png';
|
2
|
-
import { default as EditTransactions } from './EditTransactions.png';
|
3
|
-
import { default as ExportTransactions } from './ExportTransactions.png';
|
4
|
-
import { default as Overview } from './Overview.png';
|
5
|
-
import { default as TransactionRules } from './TransactionRules.png';
|
6
|
-
export { CategorizeTransactions, EditTransactions, ExportTransactions, Overview, TransactionRules };
|