@mx-cartographer/experiences 6.2.0-alpha.al0 → 6.2.0-alpha.al1
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 +16 -1
- package/dist/analytics/stores/AnalyticsStore.d.ts +2 -2
- package/dist/cashflow/constants/CashflowImages.d.ts +4 -0
- package/dist/common/stores/AppDataStore.d.ts +1 -0
- package/dist/common/types/AppData.d.ts +1 -1
- package/dist/help/constants/HelpImages.d.ts +44 -0
- package/dist/index.es.js +13702 -13596
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -3
- 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.2.0-alpha.
|
3
|
+
"version": "6.2.0-alpha.al1",
|
4
4
|
"description": "Library containing experience widgets",
|
5
5
|
"main": "dist/index.es.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -43,7 +43,6 @@
|
|
43
43
|
"bowser": "^2.11.0",
|
44
44
|
"d3": "^7.9.0",
|
45
45
|
"date-fns": "^4.1.0",
|
46
|
-
"js-sha256": "^0.11.0",
|
47
46
|
"mobx": "^6.13.6",
|
48
47
|
"mobx-react-lite": "^4.1.0",
|
49
48
|
"numeral": "^2.0.6",
|
@@ -123,5 +122,5 @@
|
|
123
122
|
"CHANGELOG.md",
|
124
123
|
"README.md"
|
125
124
|
],
|
126
|
-
"packageManager": "yarn@4.9.
|
125
|
+
"packageManager": "yarn@4.9.1"
|
127
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 };
|