@layerfi/components 0.1.7 → 0.1.8
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/dist/esm/index.js +14 -11
- package/dist/esm/index.js.map +2 -2
- package/dist/index.js +14 -11
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4035,20 +4035,23 @@ var import_react46 = __toESM(require("react"));
|
|
|
4035
4035
|
var import_react44 = require("react");
|
|
4036
4036
|
var MOCK_DATA = [
|
|
4037
4037
|
{
|
|
4038
|
-
name: "
|
|
4038
|
+
name: "Public Demo Banking",
|
|
4039
4039
|
account: "1234",
|
|
4040
4040
|
amount: 1220620
|
|
4041
|
-
},
|
|
4042
|
-
{
|
|
4043
|
-
name: "Business Savings",
|
|
4044
|
-
account: "5678",
|
|
4045
|
-
amount: 10002062e-1
|
|
4046
|
-
},
|
|
4047
|
-
{
|
|
4048
|
-
name: "Account",
|
|
4049
|
-
account: "4321",
|
|
4050
|
-
amount: 801.91
|
|
4051
4041
|
}
|
|
4042
|
+
/* Temporarily removing these to make it match test data (with one account)
|
|
4043
|
+
* we're using in the demo.
|
|
4044
|
+
*/
|
|
4045
|
+
// {
|
|
4046
|
+
// name: 'Business Savings',
|
|
4047
|
+
// account: '5678',
|
|
4048
|
+
// amount: 1000206.2,
|
|
4049
|
+
// },
|
|
4050
|
+
// {
|
|
4051
|
+
// name: 'Account',
|
|
4052
|
+
// account: '4321',
|
|
4053
|
+
// amount: 801.91,
|
|
4054
|
+
// },
|
|
4052
4055
|
];
|
|
4053
4056
|
var useLinkedAccounts = () => {
|
|
4054
4057
|
const { auth, businessId, apiUrl } = useLayerContext();
|