@tesouro/embedded-components-react 0.2.257 → 0.2.259
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/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index8.js +2 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +23 -22
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index8.js +80 -78
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
- package/package.json +1 -1
|
@@ -122,6 +122,7 @@ function b({ accountId: b, onBack: me, labels: he, featureLabels: ge, isBankingT
|
|
|
122
122
|
bankLogoSrc: ve,
|
|
123
123
|
bankLogoAlt: ye,
|
|
124
124
|
balanceLabel: Ve,
|
|
125
|
+
balanceTestId: "bank-accounts-widget-detail-balance",
|
|
125
126
|
isBankingTaglineVisible: _e,
|
|
126
127
|
activeTab: A,
|
|
127
128
|
transactionRows: Z,
|
|
@@ -135,6 +136,7 @@ function b({ accountId: b, onBack: me, labels: he, featureLabels: ge, isBankingT
|
|
|
135
136
|
disabledExportEndDates: Ge,
|
|
136
137
|
accountNumberLabel: K?.accountNumber ?? "",
|
|
137
138
|
maskedAccountNumberLabel: ae(K?.accountNumber ?? ""),
|
|
139
|
+
accountNumberTestId: "bank-accounts-widget-detail-account-number",
|
|
138
140
|
wireAccountNumberLabel: K?.accountNumber ?? "",
|
|
139
141
|
routingNumberLabel: K?.routingNumber ?? "",
|
|
140
142
|
bankAddressLabel: J,
|
|
@@ -33,7 +33,7 @@ function f({ label: e, value: t, isCopied: n, copyAriaLabel: r, onCopy: a, trail
|
|
|
33
33
|
})]
|
|
34
34
|
});
|
|
35
35
|
}
|
|
36
|
-
function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h,
|
|
36
|
+
function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, accountNumberTestId: g, wireAccountNumberLabel: _, bankNameLabel: v, bankAddressLabel: y, domesticWireIntroLabel: b, domesticWireNoteLabel: x, thingsToKnowBodyLabel: S, supportTeamHref: C, isAccountNumberVisible: w, isAccountNumberCopied: T, isRoutingNumberCopied: E, isDomesticWireExpanded: D, onDomesticWireExpandedChange: O, onToggleAccountNumberVisibility: k, onCopyAccountNumber: A, onCopyRoutingNumber: j, onCopyWireAccountNumber: M, onCopyWireRoutingNumber: N, onCopyBankName: P, onCopyBankAddress: F }) {
|
|
37
37
|
return /* @__PURE__ */ s("div", {
|
|
38
38
|
className: "ttw:space-y-6",
|
|
39
39
|
children: [/* @__PURE__ */ s("section", {
|
|
@@ -49,9 +49,9 @@ function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, wir
|
|
|
49
49
|
children: [/* @__PURE__ */ o(f, {
|
|
50
50
|
label: p.routingNumberLabel,
|
|
51
51
|
value: m,
|
|
52
|
-
isCopied:
|
|
52
|
+
isCopied: E,
|
|
53
53
|
copyAriaLabel: p.copyLabel,
|
|
54
|
-
onCopy:
|
|
54
|
+
onCopy: j
|
|
55
55
|
}), /* @__PURE__ */ s("div", {
|
|
56
56
|
className: "ttw:space-y-1",
|
|
57
57
|
children: [/* @__PURE__ */ o("p", {
|
|
@@ -61,6 +61,7 @@ function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, wir
|
|
|
61
61
|
className: "ttw:flex ttw:items-center ttw:gap-2",
|
|
62
62
|
children: [
|
|
63
63
|
/* @__PURE__ */ o("span", {
|
|
64
|
+
"data-testid": g,
|
|
64
65
|
className: "ttw:font-medium ttw:tracking-widest",
|
|
65
66
|
children: h
|
|
66
67
|
}),
|
|
@@ -70,8 +71,8 @@ function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, wir
|
|
|
70
71
|
size: "icon",
|
|
71
72
|
className: "ttw:size-7 ttw:text-primary",
|
|
72
73
|
"aria-label": p.toggleAccountNumberVisibility,
|
|
73
|
-
onClick:
|
|
74
|
-
children: o(
|
|
74
|
+
onClick: k,
|
|
75
|
+
children: o(w ? d : u, { className: "ttw:size-4" })
|
|
75
76
|
}),
|
|
76
77
|
/* @__PURE__ */ o(i, {
|
|
77
78
|
type: "button",
|
|
@@ -79,8 +80,8 @@ function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, wir
|
|
|
79
80
|
size: "icon",
|
|
80
81
|
className: "ttw:size-7 ttw:text-primary",
|
|
81
82
|
"aria-label": p.copyLabel,
|
|
82
|
-
onClick:
|
|
83
|
-
children: o(
|
|
83
|
+
onClick: A,
|
|
84
|
+
children: o(T ? c : l, { className: "ttw:size-4" })
|
|
84
85
|
})
|
|
85
86
|
]
|
|
86
87
|
})]
|
|
@@ -95,8 +96,8 @@ function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, wir
|
|
|
95
96
|
}), /* @__PURE__ */ o(e, {
|
|
96
97
|
type: "single",
|
|
97
98
|
collapsible: !0,
|
|
98
|
-
value:
|
|
99
|
-
onValueChange: (e) =>
|
|
99
|
+
value: D ? "domestic-wire" : "",
|
|
100
|
+
onValueChange: (e) => O(e === "domestic-wire"),
|
|
100
101
|
className: "ttw:overflow-hidden ttw:rounded-xl ttw:border ttw:border-border",
|
|
101
102
|
children: /* @__PURE__ */ s(n, {
|
|
102
103
|
value: "domestic-wire",
|
|
@@ -110,11 +111,11 @@ function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, wir
|
|
|
110
111
|
children: [
|
|
111
112
|
/* @__PURE__ */ o("p", {
|
|
112
113
|
className: "ttw:text-sm ttw:text-foreground",
|
|
113
|
-
children:
|
|
114
|
+
children: b
|
|
114
115
|
}),
|
|
115
116
|
/* @__PURE__ */ o("p", {
|
|
116
117
|
className: "ttw:text-sm ttw:text-foreground",
|
|
117
|
-
children:
|
|
118
|
+
children: x
|
|
118
119
|
}),
|
|
119
120
|
/* @__PURE__ */ s("div", {
|
|
120
121
|
className: "ttw:space-y-4 ttw:rounded-xl ttw:border ttw:border-border ttw:bg-card ttw:p-4",
|
|
@@ -125,27 +126,27 @@ function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, wir
|
|
|
125
126
|
}),
|
|
126
127
|
/* @__PURE__ */ o(f, {
|
|
127
128
|
label: p.accountNumberLabel,
|
|
128
|
-
value:
|
|
129
|
+
value: _,
|
|
129
130
|
copyAriaLabel: p.copyLabel,
|
|
130
|
-
onCopy:
|
|
131
|
+
onCopy: M
|
|
131
132
|
}),
|
|
132
133
|
/* @__PURE__ */ o(f, {
|
|
133
134
|
label: p.routingNumberLabel,
|
|
134
135
|
value: m,
|
|
135
136
|
copyAriaLabel: p.copyLabel,
|
|
136
|
-
onCopy:
|
|
137
|
+
onCopy: N
|
|
137
138
|
}),
|
|
138
139
|
/* @__PURE__ */ o(f, {
|
|
139
140
|
label: p.bankNameLabel,
|
|
140
|
-
value:
|
|
141
|
+
value: v,
|
|
141
142
|
copyAriaLabel: p.copyLabel,
|
|
142
|
-
onCopy:
|
|
143
|
+
onCopy: P
|
|
143
144
|
}),
|
|
144
|
-
|
|
145
|
+
y ? /* @__PURE__ */ o(f, {
|
|
145
146
|
label: p.bankAddressLabel,
|
|
146
|
-
value:
|
|
147
|
+
value: y,
|
|
147
148
|
copyAriaLabel: p.copyLabel,
|
|
148
|
-
onCopy:
|
|
149
|
+
onCopy: F
|
|
149
150
|
}) : null
|
|
150
151
|
]
|
|
151
152
|
}),
|
|
@@ -157,10 +158,10 @@ function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, wir
|
|
|
157
158
|
children: p.thingsToKnowHeading
|
|
158
159
|
}),
|
|
159
160
|
" ",
|
|
160
|
-
|
|
161
|
+
S
|
|
161
162
|
]
|
|
162
163
|
}),
|
|
163
|
-
|
|
164
|
+
C ? /* @__PURE__ */ s("p", {
|
|
164
165
|
className: "ttw:text-sm ttw:text-foreground",
|
|
165
166
|
children: [
|
|
166
167
|
p.supportQuestionsPrefix,
|
|
@@ -170,7 +171,7 @@ function p({ labels: p, routingNumberLabel: m, accountNumberDisplayLabel: h, wir
|
|
|
170
171
|
asChild: !0,
|
|
171
172
|
className: "ttw:h-auto ttw:p-0 ttw:text-sm ttw:font-normal",
|
|
172
173
|
children: /* @__PURE__ */ o("a", {
|
|
173
|
-
href:
|
|
174
|
+
href: C,
|
|
174
175
|
target: "_blank",
|
|
175
176
|
rel: "noopener noreferrer",
|
|
176
177
|
children: p.supportTeamLink
|
|
@@ -6,38 +6,38 @@ import { Button as e, Skeleton as t, Tabs as n, TabsContent as r, TabsList as i,
|
|
|
6
6
|
import { InlineErrorAlert as d } from "../../../../shared/ui/dist/lib/InlineErrorAlert/InlineErrorAlert.js";
|
|
7
7
|
import "../../../../shared/ui/dist/index.js";
|
|
8
8
|
import { DEFAULT_LABELS as f } from "./index7.js";
|
|
9
|
-
import { AccountDetailsPanel as
|
|
10
|
-
import { AccountActionsMenu as
|
|
11
|
-
import { ExportTransactionsDialog as
|
|
12
|
-
import { StatementsPanel as
|
|
13
|
-
import { TransactionsTable as
|
|
14
|
-
import { Fragment as
|
|
15
|
-
import { ChevronLeftIcon as
|
|
9
|
+
import { AccountDetailsPanel as ee } from "./index2.js";
|
|
10
|
+
import { AccountActionsMenu as te, EditAccountDialog as ne } from "./index3.js";
|
|
11
|
+
import { ExportTransactionsDialog as re } from "./index4.js";
|
|
12
|
+
import { StatementsPanel as ie } from "./index5.js";
|
|
13
|
+
import { TransactionsTable as ae } from "./index6.js";
|
|
14
|
+
import { Fragment as p, jsx as m, jsxs as h } from "react/jsx-runtime";
|
|
15
|
+
import { ChevronLeftIcon as g, HelpCircleIcon as _ } from "lucide-react";
|
|
16
16
|
//#region ../../libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index8.js
|
|
17
|
-
function
|
|
17
|
+
function v({ labels: v, title: y, bankDisplayName: b, bankLogoSrc: x, bankLogoAlt: S, balanceLabel: C, balanceTestId: w, isBankingTaglineVisible: T, activeTab: E, transactionRows: D, showExport: O, isExportOpen: k, exportStartDate: A, exportEndDate: j, isExportDownloading: M, isExportDownloadDisabled: N, disabledExportStartDates: P, disabledExportEndDates: F, accountNumberLabel: I, maskedAccountNumberLabel: L, accountNumberTestId: R, routingNumberLabel: z, bankAddressLabel: B, wireAccountNumberLabel: oe, domesticWireIntroLabel: V, domesticWireNoteLabel: H, thingsToKnowBodyLabel: U, supportTeamHref: W, isAccountNumberVisible: G, isAccountNumberCopied: K, isRoutingNumberCopied: q, isDomesticWireExpanded: se, isLoading: J, isError: Y, isEditOpen: ce, isEditDisabled: le, isEditError: ue, isSubmitting: de, editForm: fe, canEdit: pe, onBack: me, onTabChange: he, onToggleAccountNumberVisibility: ge, onCopyAccountNumber: X, onCopyRoutingNumber: Z, onCopyBankName: _e, onCopyBankAddress: ve, onDomesticWireExpandedChange: ye, onEditOpenChange: be, onEditFormChange: xe, onEditSubmit: Se, onEditNicknameClick: Ce, onExportOpenChange: Q, onExportStartDateChange: we, onExportEndDateChange: Te, onExportDownload: Ee }) {
|
|
18
18
|
let $ = {
|
|
19
19
|
...f,
|
|
20
|
-
...
|
|
21
|
-
},
|
|
20
|
+
...v
|
|
21
|
+
}, De = /* @__PURE__ */ h(e, {
|
|
22
22
|
type: "button",
|
|
23
23
|
variant: "ghost",
|
|
24
24
|
className: "ttw:h-auto ttw:justify-start ttw:gap-1 ttw:px-0 ttw:py-1 ttw:has-[>svg]:px-0 ttw:text-sm ttw:font-medium ttw:leading-5 ttw:text-primary ttw:hover:bg-transparent",
|
|
25
|
-
onClick:
|
|
26
|
-
children: [/* @__PURE__ */
|
|
25
|
+
onClick: me,
|
|
26
|
+
children: [/* @__PURE__ */ m(g, { className: "ttw:size-4" }), $.backToAccounts]
|
|
27
27
|
});
|
|
28
|
-
return /* @__PURE__ */
|
|
28
|
+
return /* @__PURE__ */ h("section", {
|
|
29
29
|
className: "ttw:w-full ttw:space-y-4",
|
|
30
30
|
children: [
|
|
31
|
-
!J && !Y ? /* @__PURE__ */
|
|
31
|
+
!J && !Y ? /* @__PURE__ */ h(p, { children: [/* @__PURE__ */ m(ne, {
|
|
32
32
|
labels: $,
|
|
33
|
-
open:
|
|
34
|
-
form:
|
|
35
|
-
isSubmitting:
|
|
36
|
-
isError:
|
|
37
|
-
onOpenChange:
|
|
38
|
-
onFormChange:
|
|
39
|
-
onSubmit:
|
|
40
|
-
}), /* @__PURE__ */
|
|
33
|
+
open: ce,
|
|
34
|
+
form: fe,
|
|
35
|
+
isSubmitting: de,
|
|
36
|
+
isError: ue,
|
|
37
|
+
onOpenChange: be,
|
|
38
|
+
onFormChange: xe,
|
|
39
|
+
onSubmit: Se
|
|
40
|
+
}), /* @__PURE__ */ m(re, {
|
|
41
41
|
labels: $,
|
|
42
42
|
open: k,
|
|
43
43
|
startDate: A,
|
|
@@ -47,123 +47,125 @@ function y({ labels: y, title: b, bankDisplayName: x, bankLogoSrc: S, bankLogoAl
|
|
|
47
47
|
disabledStartDates: P,
|
|
48
48
|
disabledEndDates: F,
|
|
49
49
|
onOpenChange: Q,
|
|
50
|
-
onStartDateChange:
|
|
51
|
-
onEndDateChange:
|
|
52
|
-
onDownload:
|
|
50
|
+
onStartDateChange: we,
|
|
51
|
+
onEndDateChange: Te,
|
|
52
|
+
onDownload: Ee
|
|
53
53
|
})] }) : null,
|
|
54
|
-
/* @__PURE__ */
|
|
54
|
+
/* @__PURE__ */ h("div", {
|
|
55
55
|
className: "ttw:flex ttw:items-start ttw:justify-between ttw:gap-4",
|
|
56
|
-
children: [
|
|
56
|
+
children: [De, !J && !Y ? /* @__PURE__ */ m(te, {
|
|
57
57
|
labels: $,
|
|
58
|
-
canEdit:
|
|
59
|
-
onEditNickname:
|
|
58
|
+
canEdit: pe,
|
|
59
|
+
onEditNickname: Ce
|
|
60
60
|
}) : null]
|
|
61
61
|
}),
|
|
62
|
-
J ? /* @__PURE__ */
|
|
62
|
+
J ? /* @__PURE__ */ h("div", {
|
|
63
63
|
className: "ttw:space-y-4",
|
|
64
64
|
"aria-label": $.loadingLabel,
|
|
65
|
-
children: [/* @__PURE__ */
|
|
66
|
-
}) : Y ? /* @__PURE__ */
|
|
65
|
+
children: [/* @__PURE__ */ m(t, { className: "ttw:h-10 ttw:w-64" }), /* @__PURE__ */ m(t, { className: "ttw:h-64 ttw:w-full ttw:rounded-xl" })]
|
|
66
|
+
}) : Y ? /* @__PURE__ */ m(d, { children: $.errorTitle }) : /* @__PURE__ */ h(p, { children: [/* @__PURE__ */ h("div", {
|
|
67
67
|
className: "ttw:space-y-4",
|
|
68
|
-
children: [/* @__PURE__ */
|
|
68
|
+
children: [/* @__PURE__ */ h("div", {
|
|
69
69
|
className: "ttw:space-y-0.5",
|
|
70
|
-
children: [/* @__PURE__ */
|
|
70
|
+
children: [/* @__PURE__ */ m(u, {
|
|
71
71
|
variant: "h2",
|
|
72
72
|
component: "h1",
|
|
73
73
|
className: "ttw:leading-9 ttw:tracking-[-0.75px]",
|
|
74
|
-
children:
|
|
75
|
-
}), T &&
|
|
74
|
+
children: y
|
|
75
|
+
}), T && b ? /* @__PURE__ */ h("div", {
|
|
76
76
|
className: "ttw:flex ttw:flex-wrap ttw:items-center ttw:gap-1",
|
|
77
|
-
children: [/* @__PURE__ */
|
|
77
|
+
children: [/* @__PURE__ */ m(u, {
|
|
78
78
|
component: "span",
|
|
79
79
|
variant: "body2",
|
|
80
80
|
color: "muted",
|
|
81
81
|
className: "ttw:text-sm ttw:font-normal ttw:leading-5",
|
|
82
82
|
children: $.bankingTaglinePrefix
|
|
83
|
-
}),
|
|
84
|
-
src:
|
|
85
|
-
alt:
|
|
83
|
+
}), x ? /* @__PURE__ */ m("img", {
|
|
84
|
+
src: x,
|
|
85
|
+
alt: S ?? b,
|
|
86
86
|
className: "ttw:block ttw:h-auto ttw:max-w-[120px]"
|
|
87
|
-
}) : /* @__PURE__ */
|
|
87
|
+
}) : /* @__PURE__ */ m(u, {
|
|
88
88
|
component: "span",
|
|
89
89
|
variant: "body2",
|
|
90
90
|
color: "muted",
|
|
91
91
|
className: "ttw:text-sm ttw:font-normal ttw:leading-5",
|
|
92
|
-
children:
|
|
92
|
+
children: b
|
|
93
93
|
})]
|
|
94
94
|
}) : null]
|
|
95
|
-
}), /* @__PURE__ */
|
|
95
|
+
}), /* @__PURE__ */ h("div", {
|
|
96
96
|
className: "ttw:space-y-1.5",
|
|
97
|
-
children: [/* @__PURE__ */
|
|
97
|
+
children: [/* @__PURE__ */ h("div", {
|
|
98
98
|
className: "ttw:flex ttw:items-center ttw:gap-1 ttw:text-sm ttw:text-muted-foreground",
|
|
99
|
-
children: [/* @__PURE__ */
|
|
99
|
+
children: [/* @__PURE__ */ m("span", { children: $.availableBalanceLabel }), /* @__PURE__ */ m(c, { children: /* @__PURE__ */ h(o, { children: [/* @__PURE__ */ m(l, {
|
|
100
100
|
type: "button",
|
|
101
101
|
className: "ttw:inline-flex ttw:cursor-help",
|
|
102
102
|
"aria-label": $.availableBalanceTooltip,
|
|
103
|
-
children: /* @__PURE__ */
|
|
104
|
-
}), /* @__PURE__ */
|
|
105
|
-
}), /* @__PURE__ */
|
|
103
|
+
children: /* @__PURE__ */ m(_, { className: "ttw:size-4" })
|
|
104
|
+
}), /* @__PURE__ */ m(s, { children: $.availableBalanceTooltip })] }) })]
|
|
105
|
+
}), /* @__PURE__ */ m("p", {
|
|
106
|
+
"data-testid": w,
|
|
106
107
|
className: "ttw:text-4xl ttw:font-bold ttw:text-primary",
|
|
107
|
-
children:
|
|
108
|
+
children: C
|
|
108
109
|
})]
|
|
109
110
|
})]
|
|
110
|
-
}), /* @__PURE__ */
|
|
111
|
+
}), /* @__PURE__ */ h(n, {
|
|
111
112
|
value: E,
|
|
112
|
-
onValueChange: (e) =>
|
|
113
|
+
onValueChange: (e) => he(e),
|
|
113
114
|
className: "ttw:gap-4",
|
|
114
115
|
children: [
|
|
115
|
-
/* @__PURE__ */
|
|
116
|
-
/* @__PURE__ */
|
|
116
|
+
/* @__PURE__ */ h(i, { children: [
|
|
117
|
+
/* @__PURE__ */ m(a, {
|
|
117
118
|
value: "transactions",
|
|
118
119
|
children: $.transactionsTab
|
|
119
120
|
}),
|
|
120
|
-
/* @__PURE__ */
|
|
121
|
+
/* @__PURE__ */ m(a, {
|
|
121
122
|
value: "statements",
|
|
122
123
|
children: $.statementsTab
|
|
123
124
|
}),
|
|
124
|
-
/* @__PURE__ */
|
|
125
|
+
/* @__PURE__ */ m(a, {
|
|
125
126
|
value: "details",
|
|
126
127
|
children: $.detailsTab
|
|
127
128
|
})
|
|
128
129
|
] }),
|
|
129
|
-
/* @__PURE__ */
|
|
130
|
+
/* @__PURE__ */ m(r, {
|
|
130
131
|
value: "transactions",
|
|
131
|
-
children: /* @__PURE__ */
|
|
132
|
+
children: /* @__PURE__ */ m(ae, {
|
|
132
133
|
labels: $,
|
|
133
134
|
rows: D,
|
|
134
135
|
showExport: O,
|
|
135
136
|
onExportClick: () => Q(!0)
|
|
136
137
|
})
|
|
137
138
|
}),
|
|
138
|
-
/* @__PURE__ */
|
|
139
|
+
/* @__PURE__ */ m(r, {
|
|
139
140
|
value: "statements",
|
|
140
|
-
children: /* @__PURE__ */
|
|
141
|
+
children: /* @__PURE__ */ m(ie, { labels: $ })
|
|
141
142
|
}),
|
|
142
|
-
/* @__PURE__ */
|
|
143
|
+
/* @__PURE__ */ m(r, {
|
|
143
144
|
value: "details",
|
|
144
|
-
children: /* @__PURE__ */
|
|
145
|
+
children: /* @__PURE__ */ m(ee, {
|
|
145
146
|
labels: $,
|
|
146
|
-
routingNumberLabel:
|
|
147
|
-
accountNumberDisplayLabel:
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
147
|
+
routingNumberLabel: z,
|
|
148
|
+
accountNumberDisplayLabel: G ? I : L,
|
|
149
|
+
accountNumberTestId: R,
|
|
150
|
+
wireAccountNumberLabel: oe,
|
|
151
|
+
bankNameLabel: b,
|
|
152
|
+
bankAddressLabel: B,
|
|
151
153
|
domesticWireIntroLabel: V,
|
|
152
|
-
domesticWireNoteLabel:
|
|
153
|
-
thingsToKnowBodyLabel:
|
|
154
|
-
supportTeamHref:
|
|
155
|
-
isAccountNumberVisible:
|
|
156
|
-
isAccountNumberCopied:
|
|
157
|
-
isRoutingNumberCopied:
|
|
158
|
-
isDomesticWireExpanded:
|
|
159
|
-
onDomesticWireExpandedChange:
|
|
160
|
-
onToggleAccountNumberVisibility:
|
|
154
|
+
domesticWireNoteLabel: H,
|
|
155
|
+
thingsToKnowBodyLabel: U,
|
|
156
|
+
supportTeamHref: W,
|
|
157
|
+
isAccountNumberVisible: G,
|
|
158
|
+
isAccountNumberCopied: K,
|
|
159
|
+
isRoutingNumberCopied: q,
|
|
160
|
+
isDomesticWireExpanded: se,
|
|
161
|
+
onDomesticWireExpandedChange: ye,
|
|
162
|
+
onToggleAccountNumberVisibility: ge,
|
|
161
163
|
onCopyAccountNumber: X,
|
|
162
164
|
onCopyRoutingNumber: Z,
|
|
163
165
|
onCopyWireAccountNumber: X,
|
|
164
166
|
onCopyWireRoutingNumber: Z,
|
|
165
|
-
onCopyBankName:
|
|
166
|
-
onCopyBankAddress:
|
|
167
|
+
onCopyBankName: _e,
|
|
168
|
+
onCopyBankAddress: ve
|
|
167
169
|
})
|
|
168
170
|
})
|
|
169
171
|
]
|
|
@@ -172,4 +174,4 @@ function y({ labels: y, title: b, bankDisplayName: x, bankLogoSrc: S, bankLogoAl
|
|
|
172
174
|
});
|
|
173
175
|
}
|
|
174
176
|
//#endregion
|
|
175
|
-
export {
|
|
177
|
+
export { v as AccountDetailsWidgetUi };
|
package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//#region ../../libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js
|
|
2
|
-
var e = "@tesouro/embedded-components-react", t = "0.2.
|
|
2
|
+
var e = "@tesouro/embedded-components-react", t = "0.2.259", n = "306109216fb2a0721102c445eb5b6edd3fa57d26", r = Object.freeze({
|
|
3
3
|
library_name: e,
|
|
4
4
|
library_version: t,
|
|
5
5
|
library_sha: n
|