@tesouro/embedded-components-react 0.2.32 → 0.2.33
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/README.md +13 -9
- package/dist/index.css +75 -8
- package/dist/index.d.ts +80 -67
- package/dist/lib/BankAccountsWidget.d.ts +80 -67
- package/dist/lib/ReceivablesWidget.js +24 -24
- package/dist/libs/embedded-banking/shared/util/dist/index10.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index11.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index2.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index3.js +323 -0
- package/dist/libs/embedded-banking/shared/util/dist/index8.js +145 -0
- package/dist/libs/embedded-banking/shared/util/dist/index9.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index4.js +22 -20
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index10.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index11.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +166 -135
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index4.js +2 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index5.js +58 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index6.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index7.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index8.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index9.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +189 -166
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index3.js +40 -23
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +201 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +92 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index7.js +28 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index4.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index5.js +98 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index10.js +85 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +70 -146
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index3.js +244 -9
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index5.js +44 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index6.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index7.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index8.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index9.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +87 -152
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index3.js +34 -20
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index4.js +95 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +54 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +168 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index3.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index105.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index110.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index115.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +13 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +24 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +22 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +35 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +4 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +2 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +25 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +1271 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +33 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +9 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +8 -1270
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +60 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +397 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +69 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +2 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +407 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +64 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +6 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +5 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +33 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +29 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +12 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +22 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +10 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +118 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +7 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +10 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +49 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +49 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +12 -150
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +43 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +15 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +11 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +152 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +23 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +54 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +68 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +29 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +3 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +64 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +36 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +78 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +5 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +96 -194
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +57 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +10 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +19 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +20 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +2 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +10 -248
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +19 -180
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +18 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +27 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +105 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +61 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +11 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +12 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +24 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +94 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +100 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +14 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +11 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +13 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +45 -185
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +74 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +54 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +193 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +14 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +22 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +78 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +25 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +41 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +7 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +250 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +183 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +20 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +12 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +111 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +76 -359
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +107 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +107 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +56 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +58 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +88 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +48 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +34 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +113 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +68 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +185 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +31 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +122 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +56 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +21 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +29 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +18 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +12 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +22 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +4 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +7 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +46 -397
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +366 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +22 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +21 -406
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +19 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +11 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +12 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +88 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +100 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +26 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +5 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +11 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +10 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +214 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +12 -214
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +11 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +7 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +35 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +146 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +86 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +21 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +183 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +24 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +32 -141
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +47 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +25 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +5 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +74 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +32 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +20 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +491 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +168 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +35 -344
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +51 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +34 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +54 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +344 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +2 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +15 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +7 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +21 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +33 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +37 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +35 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +15 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +17 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +9 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +23 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +34 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +52 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +30 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +98 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +47 -192
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +72 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +44 -345
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +61 -297
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +149 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +10 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +19 -267
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +22 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +33 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +20 -489
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +15 -165
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +17 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +168 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +132 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +157 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +10 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +18 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +60 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +68 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +58 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +6 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +8 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +62 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +21 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +62 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +14 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +22 -128
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +57 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +29 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +56 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +19 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +2 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +96 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +94 -156
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +191 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +12 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +59 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +25 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +126 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +37 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +45 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +39 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +31 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +6 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +104 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +21 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +28 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +54 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +39 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +17 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +56 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +12 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +94 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +128 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +16 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +39 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +40 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +18 -187
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +38 -105
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +343 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +296 -283
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +96 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +162 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +260 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +23 -223
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +42 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +60 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +29 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +113 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +21 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +43 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +57 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +15 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +41 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +14 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +74 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +75 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +41 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +157 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +27 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +26 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +78 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +62 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +44 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +24 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +182 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +106 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +81 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +288 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +40 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +15 -134
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +81 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +223 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +49 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +48 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +106 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +18 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +28 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +37 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +59 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +94 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +108 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +88 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +11 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +255 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +20 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +28 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +38 -255
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +12 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +15 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +17 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +48 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +11 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +32 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +18 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +73 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +96 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +35 -125
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +9 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +66 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +19 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +45 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +25 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +32 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +32 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +4 -104
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +127 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +61 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +12 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +17 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +14 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +14 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +17 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +8 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +35 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +10 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +66 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +20 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +2 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +7 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +54 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +15 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +105 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +112 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +59 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +92 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +38 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +35 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +12 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +33 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +85 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +24 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +70 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +67 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +39 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +29 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +37 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +5 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +119 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +18 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +16 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +16 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +16 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +16 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +69 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +16 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +16 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +16 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +11 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +25 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +21 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +53 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +33 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +19 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +14 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +96 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +16 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +75 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +22 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +9 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +33 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +41 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +36 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +14 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +51 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +17 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +48 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +58 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +33 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +15 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +80 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index49.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index490.js +39 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index491.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index492.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index496.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index498.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index56.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index57.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index60.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index80.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index81.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index90.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index91.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index96.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +269 -259
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +216 -196
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +24 -24
- package/package.json +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index5.js +0 -31
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index3.js +0 -13
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index2.js +0 -27
|
@@ -1,186 +1,209 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
2
|
+
import { jsxs as a, jsx as t, Fragment as Q } from "react/jsx-runtime";
|
|
3
|
+
import { Skeleton as u, Typography as s, TooltipProvider as X, Tooltip as Y, TooltipTrigger as Z, TooltipContent as tt, Tabs as et, TabsList as at, TabsTrigger as l, TabsContent as r, Button as nt } from "../../../../../../packages/shared-ui-shadcn/dist/index.js";
|
|
4
|
+
import "@radix-ui/react-use-controllable-state";
|
|
5
|
+
import { HelpCircleIcon as it, ChevronLeftIcon as ot } from "lucide-react";
|
|
6
|
+
import "react";
|
|
7
|
+
import "../../../../shared/ui/dist/lib/UIContext/UIContext.js";
|
|
8
|
+
import { InlineErrorAlert as st } from "../../../../shared/ui/dist/lib/InlineErrorAlert/InlineErrorAlert.js";
|
|
9
|
+
import { AccountDetailsPanel as lt } from "./index4.js";
|
|
10
|
+
import { EditAccountDialog as rt, AccountActionsMenu as ct } from "./index5.js";
|
|
11
|
+
import { StatementsPanel as mt } from "./index6.js";
|
|
12
|
+
import { TransactionsTable as dt } from "./index7.js";
|
|
13
|
+
import { DEFAULT_LABELS as bt } from "./index3.js";
|
|
14
|
+
function vt({
|
|
15
|
+
labels: p,
|
|
16
|
+
title: w,
|
|
17
|
+
bankDisplayName: n,
|
|
18
|
+
bankLogoSrc: c,
|
|
19
|
+
bankLogoAlt: g,
|
|
20
|
+
balanceLabel: h,
|
|
21
|
+
isBankingTaglineVisible: N,
|
|
22
|
+
activeTab: y,
|
|
23
|
+
transactionRows: T,
|
|
24
|
+
accountNumberLabel: f,
|
|
25
|
+
maskedAccountNumberLabel: x,
|
|
26
|
+
routingNumberLabel: C,
|
|
27
|
+
bankAddressLabel: A,
|
|
28
|
+
wireAccountNumberLabel: L,
|
|
29
|
+
domesticWireIntroLabel: v,
|
|
30
|
+
domesticWireNoteLabel: k,
|
|
31
|
+
thingsToKnowBodyLabel: E,
|
|
32
|
+
supportTeamHref: B,
|
|
33
|
+
isAccountNumberVisible: m,
|
|
34
|
+
isAccountNumberCopied: D,
|
|
35
|
+
isRoutingNumberCopied: W,
|
|
36
|
+
isDomesticWireExpanded: P,
|
|
37
|
+
isLoading: i,
|
|
38
|
+
isError: o,
|
|
16
39
|
isEditOpen: S,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
isSubmitting:
|
|
20
|
-
editForm:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
40
|
+
isEditDisabled: ut,
|
|
41
|
+
isEditError: R,
|
|
42
|
+
isSubmitting: V,
|
|
43
|
+
editForm: F,
|
|
44
|
+
canEdit: I,
|
|
45
|
+
onBack: j,
|
|
46
|
+
onTabChange: O,
|
|
47
|
+
onToggleAccountNumberVisibility: H,
|
|
48
|
+
onCopyAccountNumber: d,
|
|
49
|
+
onCopyRoutingNumber: b,
|
|
50
|
+
onCopyBankName: M,
|
|
51
|
+
onCopyBankAddress: z,
|
|
52
|
+
onDomesticWireExpandedChange: K,
|
|
53
|
+
onEditOpenChange: U,
|
|
54
|
+
onEditFormChange: _,
|
|
55
|
+
onEditSubmit: $,
|
|
56
|
+
onEditNicknameClick: q
|
|
25
57
|
}) {
|
|
26
|
-
const e = { ...
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
/* @__PURE__ */
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
/* @__PURE__ */ a(
|
|
43
|
-
s,
|
|
44
|
-
{
|
|
45
|
-
type: "button",
|
|
46
|
-
variant: "outline",
|
|
47
|
-
disabled: i,
|
|
48
|
-
onClick: () => m(!0),
|
|
49
|
-
children: [
|
|
50
|
-
/* @__PURE__ */ t(G, {}),
|
|
51
|
-
e.editButton
|
|
52
|
-
]
|
|
53
|
-
}
|
|
54
|
-
)
|
|
55
|
-
] }),
|
|
56
|
-
o && /* @__PURE__ */ a(
|
|
57
|
-
"div",
|
|
58
|
+
const e = { ...bt, ...p }, G = /* @__PURE__ */ a(
|
|
59
|
+
nt,
|
|
60
|
+
{
|
|
61
|
+
type: "button",
|
|
62
|
+
variant: "ghost",
|
|
63
|
+
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",
|
|
64
|
+
onClick: j,
|
|
65
|
+
children: [
|
|
66
|
+
/* @__PURE__ */ t(ot, { className: "ttw:size-4" }),
|
|
67
|
+
e.backToAccounts
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
);
|
|
71
|
+
return /* @__PURE__ */ a("section", { className: "ttw:w-full ttw:space-y-4", children: [
|
|
72
|
+
!i && !o ? /* @__PURE__ */ t(
|
|
73
|
+
rt,
|
|
58
74
|
{
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
75
|
+
labels: e,
|
|
76
|
+
open: S,
|
|
77
|
+
form: F,
|
|
78
|
+
isSubmitting: V,
|
|
79
|
+
isError: R,
|
|
80
|
+
onOpenChange: U,
|
|
81
|
+
onFormChange: _,
|
|
82
|
+
onSubmit: $
|
|
66
83
|
}
|
|
67
|
-
),
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
/* @__PURE__ */
|
|
71
|
-
|
|
72
|
-
/* @__PURE__ */ t(u, { value: "transactions", children: e.transactionsTab }),
|
|
73
|
-
/* @__PURE__ */ t(u, { value: "transfers", children: e.transfersTab })
|
|
74
|
-
] }),
|
|
75
|
-
/* @__PURE__ */ t(w, { value: "summary", children: /* @__PURE__ */ t("dl", { className: "ttw:grid ttw:gap-3 ttw:sm:grid-cols-2", children: B.map((r) => /* @__PURE__ */ a(
|
|
76
|
-
"div",
|
|
84
|
+
) : null,
|
|
85
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:items-start ttw:justify-between ttw:gap-4", children: [
|
|
86
|
+
G,
|
|
87
|
+
!i && !o ? /* @__PURE__ */ t(
|
|
88
|
+
ct,
|
|
77
89
|
{
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
},
|
|
84
|
-
r.label
|
|
85
|
-
)) }) }),
|
|
86
|
-
/* @__PURE__ */ t(w, { value: "transactions", children: p.length === 0 ? /* @__PURE__ */ t("div", { className: "ttw:rounded-md ttw:border ttw:border-dashed ttw:border-border ttw:p-6 ttw:text-sm ttw:text-muted-foreground", children: e.emptyTransactions }) : /* @__PURE__ */ a(T, { children: [
|
|
87
|
-
/* @__PURE__ */ t(C, { children: /* @__PURE__ */ a(c, { children: [
|
|
88
|
-
/* @__PURE__ */ t(n, { children: e.descriptionColumn }),
|
|
89
|
-
/* @__PURE__ */ t(n, { children: e.dateColumn }),
|
|
90
|
-
/* @__PURE__ */ t(n, { children: e.amountColumn }),
|
|
91
|
-
/* @__PURE__ */ t(n, { children: e.balanceColumn })
|
|
92
|
-
] }) }),
|
|
93
|
-
/* @__PURE__ */ t(N, { children: p.map((r) => /* @__PURE__ */ a(c, { children: [
|
|
94
|
-
/* @__PURE__ */ t(l, { children: r.description }),
|
|
95
|
-
/* @__PURE__ */ t(l, { children: r.dateLabel }),
|
|
96
|
-
/* @__PURE__ */ t(l, { children: r.amountLabel }),
|
|
97
|
-
/* @__PURE__ */ t(l, { children: r.balanceLabel })
|
|
98
|
-
] }, r.id)) })
|
|
99
|
-
] }) }),
|
|
100
|
-
/* @__PURE__ */ t(w, { value: "transfers", children: f.length === 0 ? /* @__PURE__ */ t("div", { className: "ttw:rounded-md ttw:border ttw:border-dashed ttw:border-border ttw:p-6 ttw:text-sm ttw:text-muted-foreground", children: e.emptyTransfers }) : /* @__PURE__ */ a(T, { children: [
|
|
101
|
-
/* @__PURE__ */ t(C, { children: /* @__PURE__ */ a(c, { children: [
|
|
102
|
-
/* @__PURE__ */ t(n, { children: e.routeColumn }),
|
|
103
|
-
/* @__PURE__ */ t(n, { children: e.dateColumn }),
|
|
104
|
-
/* @__PURE__ */ t(n, { children: e.amountColumn }),
|
|
105
|
-
/* @__PURE__ */ t(n, { children: e.statusColumn })
|
|
106
|
-
] }) }),
|
|
107
|
-
/* @__PURE__ */ t(N, { children: f.map((r) => /* @__PURE__ */ a(c, { children: [
|
|
108
|
-
/* @__PURE__ */ t(l, { children: r.routeLabel }),
|
|
109
|
-
/* @__PURE__ */ t(l, { children: r.dateLabel }),
|
|
110
|
-
/* @__PURE__ */ t(l, { children: r.amountLabel }),
|
|
111
|
-
/* @__PURE__ */ t(l, { children: /* @__PURE__ */ t(x, { variant: "outline", children: r.statusLabel }) })
|
|
112
|
-
] }, r.id)) })
|
|
113
|
-
] }) })
|
|
90
|
+
labels: e,
|
|
91
|
+
canEdit: I,
|
|
92
|
+
onEditNickname: q
|
|
93
|
+
}
|
|
94
|
+
) : null
|
|
114
95
|
] }),
|
|
115
|
-
/* @__PURE__ */
|
|
116
|
-
/* @__PURE__ */
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
] }),
|
|
96
|
+
i ? /* @__PURE__ */ a("div", { className: "ttw:space-y-4", "aria-label": e.loadingLabel, children: [
|
|
97
|
+
/* @__PURE__ */ t(u, { className: "ttw:h-10 ttw:w-64" }),
|
|
98
|
+
/* @__PURE__ */ t(u, { className: "ttw:h-64 ttw:w-full ttw:rounded-xl" })
|
|
99
|
+
] }) : o ? /* @__PURE__ */ t(st, { children: e.errorTitle }) : /* @__PURE__ */ a(Q, { children: [
|
|
120
100
|
/* @__PURE__ */ a("div", { className: "ttw:space-y-4", children: [
|
|
121
|
-
/* @__PURE__ */ a("div", { className: "ttw:space-y-
|
|
122
|
-
/* @__PURE__ */ t(y, { htmlFor: "account-details-nickname", children: e.nicknameLabel }),
|
|
101
|
+
/* @__PURE__ */ a("div", { className: "ttw:space-y-0.5", children: [
|
|
123
102
|
/* @__PURE__ */ t(
|
|
124
|
-
|
|
103
|
+
s,
|
|
125
104
|
{
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
...d,
|
|
131
|
-
nickname: r.target.value
|
|
132
|
-
})
|
|
105
|
+
variant: "h2",
|
|
106
|
+
component: "h1",
|
|
107
|
+
className: "ttw:leading-9 ttw:tracking-[-0.75px]",
|
|
108
|
+
children: w
|
|
133
109
|
}
|
|
134
|
-
)
|
|
110
|
+
),
|
|
111
|
+
N && n ? /* @__PURE__ */ a("div", { className: "ttw:flex ttw:flex-wrap ttw:items-center ttw:gap-1", children: [
|
|
112
|
+
/* @__PURE__ */ t(
|
|
113
|
+
s,
|
|
114
|
+
{
|
|
115
|
+
component: "span",
|
|
116
|
+
variant: "body2",
|
|
117
|
+
color: "muted",
|
|
118
|
+
className: "ttw:text-sm ttw:font-normal ttw:leading-5",
|
|
119
|
+
children: e.bankingTaglinePrefix
|
|
120
|
+
}
|
|
121
|
+
),
|
|
122
|
+
c ? /* @__PURE__ */ t(
|
|
123
|
+
"img",
|
|
124
|
+
{
|
|
125
|
+
src: c,
|
|
126
|
+
alt: g ?? n,
|
|
127
|
+
className: "ttw:block ttw:h-auto ttw:max-w-[120px]"
|
|
128
|
+
}
|
|
129
|
+
) : /* @__PURE__ */ t(
|
|
130
|
+
s,
|
|
131
|
+
{
|
|
132
|
+
component: "span",
|
|
133
|
+
variant: "body2",
|
|
134
|
+
color: "muted",
|
|
135
|
+
className: "ttw:text-sm ttw:font-normal ttw:leading-5",
|
|
136
|
+
children: n
|
|
137
|
+
}
|
|
138
|
+
)
|
|
139
|
+
] }) : null
|
|
135
140
|
] }),
|
|
136
|
-
/* @__PURE__ */ a("div", { className: "ttw:space-y-
|
|
137
|
-
/* @__PURE__ */
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
141
|
+
/* @__PURE__ */ a("div", { className: "ttw:space-y-1.5", children: [
|
|
142
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:items-center ttw:gap-1 ttw:text-sm ttw:text-muted-foreground", children: [
|
|
143
|
+
/* @__PURE__ */ t("span", { children: e.availableBalanceLabel }),
|
|
144
|
+
/* @__PURE__ */ t(X, { children: /* @__PURE__ */ a(Y, { children: [
|
|
145
|
+
/* @__PURE__ */ t(
|
|
146
|
+
Z,
|
|
147
|
+
{
|
|
148
|
+
type: "button",
|
|
149
|
+
className: "ttw:inline-flex ttw:cursor-help",
|
|
150
|
+
"aria-label": e.availableBalanceTooltip,
|
|
151
|
+
children: /* @__PURE__ */ t(it, { className: "ttw:size-4" })
|
|
152
|
+
}
|
|
153
|
+
),
|
|
154
|
+
/* @__PURE__ */ t(tt, { children: e.availableBalanceTooltip })
|
|
155
|
+
] }) })
|
|
156
|
+
] }),
|
|
157
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-4xl ttw:font-bold ttw:text-primary", children: h })
|
|
150
158
|
] })
|
|
151
159
|
] }),
|
|
152
|
-
|
|
153
|
-
|
|
160
|
+
/* @__PURE__ */ a(
|
|
161
|
+
et,
|
|
154
162
|
{
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
163
|
+
value: y,
|
|
164
|
+
onValueChange: (J) => O(J),
|
|
165
|
+
className: "ttw:gap-4",
|
|
166
|
+
children: [
|
|
167
|
+
/* @__PURE__ */ a(at, { children: [
|
|
168
|
+
/* @__PURE__ */ t(l, { value: "transactions", children: e.transactionsTab }),
|
|
169
|
+
/* @__PURE__ */ t(l, { value: "statements", children: e.statementsTab }),
|
|
170
|
+
/* @__PURE__ */ t(l, { value: "details", children: e.detailsTab })
|
|
171
|
+
] }),
|
|
172
|
+
/* @__PURE__ */ t(r, { value: "transactions", children: /* @__PURE__ */ t(dt, { labels: e, rows: T }) }),
|
|
173
|
+
/* @__PURE__ */ t(r, { value: "statements", children: /* @__PURE__ */ t(mt, { labels: e }) }),
|
|
174
|
+
/* @__PURE__ */ t(r, { value: "details", children: /* @__PURE__ */ t(
|
|
175
|
+
lt,
|
|
176
|
+
{
|
|
177
|
+
labels: e,
|
|
178
|
+
routingNumberLabel: C,
|
|
179
|
+
accountNumberDisplayLabel: m ? f : x,
|
|
180
|
+
wireAccountNumberLabel: L,
|
|
181
|
+
bankNameLabel: n,
|
|
182
|
+
bankAddressLabel: A,
|
|
183
|
+
domesticWireIntroLabel: v,
|
|
184
|
+
domesticWireNoteLabel: k,
|
|
185
|
+
thingsToKnowBodyLabel: E,
|
|
186
|
+
supportTeamHref: B,
|
|
187
|
+
isAccountNumberVisible: m,
|
|
188
|
+
isAccountNumberCopied: D,
|
|
189
|
+
isRoutingNumberCopied: W,
|
|
190
|
+
isDomesticWireExpanded: P,
|
|
191
|
+
onDomesticWireExpandedChange: K,
|
|
192
|
+
onToggleAccountNumberVisibility: H,
|
|
193
|
+
onCopyAccountNumber: d,
|
|
194
|
+
onCopyRoutingNumber: b,
|
|
195
|
+
onCopyWireAccountNumber: d,
|
|
196
|
+
onCopyWireRoutingNumber: b,
|
|
197
|
+
onCopyBankName: M,
|
|
198
|
+
onCopyBankAddress: z
|
|
199
|
+
}
|
|
200
|
+
) })
|
|
201
|
+
]
|
|
158
202
|
}
|
|
159
|
-
)
|
|
160
|
-
|
|
161
|
-
/* @__PURE__ */ t(
|
|
162
|
-
s,
|
|
163
|
-
{
|
|
164
|
-
type: "button",
|
|
165
|
-
variant: "outline",
|
|
166
|
-
onClick: () => m(!1),
|
|
167
|
-
children: e.cancelButton
|
|
168
|
-
}
|
|
169
|
-
),
|
|
170
|
-
/* @__PURE__ */ t(
|
|
171
|
-
s,
|
|
172
|
-
{
|
|
173
|
-
type: "button",
|
|
174
|
-
loading: P,
|
|
175
|
-
disabled: i,
|
|
176
|
-
onClick: I,
|
|
177
|
-
children: e.saveButton
|
|
178
|
-
}
|
|
179
|
-
)
|
|
180
|
-
] })
|
|
181
|
-
] }) })
|
|
203
|
+
)
|
|
204
|
+
] })
|
|
182
205
|
] });
|
|
183
206
|
}
|
|
184
207
|
export {
|
|
185
|
-
|
|
208
|
+
vt as AccountDetailsWidgetUi
|
|
186
209
|
};
|
|
@@ -1,27 +1,44 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
nicknameLabel: "Nickname",
|
|
7
|
-
referenceLabel: "Reference",
|
|
8
|
-
cancelButton: "Cancel",
|
|
9
|
-
saveButton: "Save",
|
|
10
|
-
loadingLabel: "Loading account",
|
|
11
|
-
errorTitle: "Unable to load account",
|
|
12
|
-
editErrorTitle: "Unable to save account",
|
|
13
|
-
summaryTab: "Summary",
|
|
1
|
+
const e = {
|
|
2
|
+
backToAccounts: "Back to Accounts",
|
|
3
|
+
bankingTaglinePrefix: "Business banking provided by",
|
|
4
|
+
availableBalanceLabel: "Available balance",
|
|
5
|
+
availableBalanceTooltip: "Available balance is the amount of money you can currently spend, withdraw, or transfer.",
|
|
14
6
|
transactionsTab: "Transactions",
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
7
|
+
statementsTab: "Statements",
|
|
8
|
+
detailsTab: "Details",
|
|
9
|
+
noTransactionsLabel: "No transactions found",
|
|
10
|
+
transactionDateColumn: "Date",
|
|
11
|
+
transactionDescriptionColumn: "Description",
|
|
12
|
+
transactionAmountColumn: "Amount",
|
|
13
|
+
transactionBalanceColumn: "Balance",
|
|
14
|
+
noStatementsLabel: "No statements available",
|
|
15
|
+
editAccountMenuItem: "Edit account nickname",
|
|
16
|
+
editDialogTitle: "Edit account settings",
|
|
17
|
+
editNicknameLabel: "Account nickname",
|
|
18
|
+
editDialogCloseAriaLabel: "Close",
|
|
19
|
+
editCancelButton: "Cancel",
|
|
20
|
+
editSaveButton: "Save account",
|
|
21
|
+
editErrorTitle: "Unable to update account.",
|
|
22
|
+
detailsSectionTitle: "Account Details",
|
|
23
|
+
receiveMoneySectionTitle: "Receive Money",
|
|
24
|
+
domesticWireTitle: "Domestic Wire",
|
|
25
|
+
domesticWireIntro: "To receive an incoming domestic wire transfer to your {bankName} account, please provide the following information to the individual or business that is sending the wire:",
|
|
26
|
+
domesticWireNote: "Note: To ensure the payment arrives successfully, it is very important the payments are made to either the business name, beneficial owner(s), or any doing business as (DBA) as it appears in {bankName}.",
|
|
27
|
+
wireDetailsSectionTitle: "Account details",
|
|
28
|
+
bankNameLabel: "Bank name (if required)",
|
|
29
|
+
bankAddressLabel: "Bank address (if required)",
|
|
30
|
+
thingsToKnowHeading: "Things to know:",
|
|
31
|
+
thingsToKnowBody: "You will not be charged to receive wires with {bankName}.",
|
|
32
|
+
supportQuestionsPrefix: "Questions? Get in touch with our",
|
|
33
|
+
supportTeamLink: "Support Team",
|
|
34
|
+
routingNumberLabel: "Routing number",
|
|
35
|
+
accountNumberLabel: "Account number",
|
|
36
|
+
copyLabel: "Copy",
|
|
37
|
+
copiedLabel: "Copied",
|
|
38
|
+
toggleAccountNumberVisibility: "Toggle account number visibility",
|
|
39
|
+
loadingLabel: "Loading account details",
|
|
40
|
+
errorTitle: "Unable to load account details."
|
|
24
41
|
};
|
|
25
42
|
export {
|
|
26
|
-
|
|
43
|
+
e as DEFAULT_LABELS
|
|
27
44
|
};
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
3
|
+
import { Separator as R, Button as r, Accordion as W, AccordionItem as I, AccordionTrigger as D, AccordionContent as V } from "../../../../../../packages/shared-ui-shadcn/dist/index.js";
|
|
4
|
+
import { EyeOffIcon as B, EyeIcon as E, CheckCircle2Icon as m, CopyIcon as w } from "lucide-react";
|
|
5
|
+
function o({
|
|
6
|
+
label: e,
|
|
7
|
+
value: i,
|
|
8
|
+
isCopied: l,
|
|
9
|
+
copyAriaLabel: s,
|
|
10
|
+
onCopy: n,
|
|
11
|
+
trailingActions: c
|
|
12
|
+
}) {
|
|
13
|
+
return /* @__PURE__ */ a("div", { className: "ttw:space-y-1", children: [
|
|
14
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:text-muted-foreground", children: e }),
|
|
15
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:items-center ttw:gap-2", children: [
|
|
16
|
+
/* @__PURE__ */ t("span", { className: "ttw:font-medium", children: i }),
|
|
17
|
+
c,
|
|
18
|
+
/* @__PURE__ */ t(
|
|
19
|
+
r,
|
|
20
|
+
{
|
|
21
|
+
type: "button",
|
|
22
|
+
variant: "ghost",
|
|
23
|
+
size: "icon",
|
|
24
|
+
className: "ttw:size-7 ttw:text-primary",
|
|
25
|
+
"aria-label": s,
|
|
26
|
+
onClick: n,
|
|
27
|
+
children: l ? /* @__PURE__ */ t(m, { className: "ttw:size-4" }) : /* @__PURE__ */ t(w, { className: "ttw:size-4" })
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
] })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
function P({
|
|
34
|
+
labels: e,
|
|
35
|
+
routingNumberLabel: i,
|
|
36
|
+
accountNumberDisplayLabel: l,
|
|
37
|
+
wireAccountNumberLabel: s,
|
|
38
|
+
bankNameLabel: n,
|
|
39
|
+
bankAddressLabel: c,
|
|
40
|
+
domesticWireIntroLabel: p,
|
|
41
|
+
domesticWireNoteLabel: b,
|
|
42
|
+
thingsToKnowBodyLabel: u,
|
|
43
|
+
supportTeamHref: d,
|
|
44
|
+
isAccountNumberVisible: N,
|
|
45
|
+
isAccountNumberCopied: y,
|
|
46
|
+
isRoutingNumberCopied: h,
|
|
47
|
+
isDomesticWireExpanded: g,
|
|
48
|
+
onDomesticWireExpandedChange: x,
|
|
49
|
+
onToggleAccountNumberVisibility: f,
|
|
50
|
+
onCopyAccountNumber: L,
|
|
51
|
+
onCopyRoutingNumber: C,
|
|
52
|
+
onCopyWireAccountNumber: A,
|
|
53
|
+
onCopyWireRoutingNumber: v,
|
|
54
|
+
onCopyBankName: k,
|
|
55
|
+
onCopyBankAddress: z
|
|
56
|
+
}) {
|
|
57
|
+
return /* @__PURE__ */ a("div", { className: "ttw:space-y-6", children: [
|
|
58
|
+
/* @__PURE__ */ a("section", { className: "ttw:space-y-4", children: [
|
|
59
|
+
/* @__PURE__ */ t("h3", { className: "ttw:text-lg ttw:font-bold ttw:text-primary", children: e.detailsSectionTitle }),
|
|
60
|
+
/* @__PURE__ */ t(R, { className: "ttw:bg-border" }),
|
|
61
|
+
/* @__PURE__ */ a("div", { className: "ttw:space-y-4", children: [
|
|
62
|
+
/* @__PURE__ */ t(
|
|
63
|
+
o,
|
|
64
|
+
{
|
|
65
|
+
label: e.routingNumberLabel,
|
|
66
|
+
value: i,
|
|
67
|
+
isCopied: h,
|
|
68
|
+
copyAriaLabel: e.copyLabel,
|
|
69
|
+
onCopy: C
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
/* @__PURE__ */ a("div", { className: "ttw:space-y-1", children: [
|
|
73
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:text-muted-foreground", children: e.accountNumberLabel }),
|
|
74
|
+
/* @__PURE__ */ a("div", { className: "ttw:flex ttw:items-center ttw:gap-2", children: [
|
|
75
|
+
/* @__PURE__ */ t("span", { className: "ttw:font-medium ttw:tracking-widest", children: l }),
|
|
76
|
+
/* @__PURE__ */ t(
|
|
77
|
+
r,
|
|
78
|
+
{
|
|
79
|
+
type: "button",
|
|
80
|
+
variant: "ghost",
|
|
81
|
+
size: "icon",
|
|
82
|
+
className: "ttw:size-7 ttw:text-primary",
|
|
83
|
+
"aria-label": e.toggleAccountNumberVisibility,
|
|
84
|
+
onClick: f,
|
|
85
|
+
children: N ? /* @__PURE__ */ t(B, { className: "ttw:size-4" }) : /* @__PURE__ */ t(E, { className: "ttw:size-4" })
|
|
86
|
+
}
|
|
87
|
+
),
|
|
88
|
+
/* @__PURE__ */ t(
|
|
89
|
+
r,
|
|
90
|
+
{
|
|
91
|
+
type: "button",
|
|
92
|
+
variant: "ghost",
|
|
93
|
+
size: "icon",
|
|
94
|
+
className: "ttw:size-7 ttw:text-primary",
|
|
95
|
+
"aria-label": e.copyLabel,
|
|
96
|
+
onClick: L,
|
|
97
|
+
children: y ? /* @__PURE__ */ t(m, { className: "ttw:size-4" }) : /* @__PURE__ */ t(w, { className: "ttw:size-4" })
|
|
98
|
+
}
|
|
99
|
+
)
|
|
100
|
+
] })
|
|
101
|
+
] })
|
|
102
|
+
] })
|
|
103
|
+
] }),
|
|
104
|
+
/* @__PURE__ */ a("section", { className: "ttw:space-y-3", children: [
|
|
105
|
+
/* @__PURE__ */ t("h3", { className: "ttw:text-lg ttw:font-bold ttw:text-primary", children: e.receiveMoneySectionTitle }),
|
|
106
|
+
/* @__PURE__ */ t(
|
|
107
|
+
W,
|
|
108
|
+
{
|
|
109
|
+
type: "single",
|
|
110
|
+
collapsible: !0,
|
|
111
|
+
value: g ? "domestic-wire" : "",
|
|
112
|
+
onValueChange: (T) => x(T === "domestic-wire"),
|
|
113
|
+
className: "ttw:overflow-hidden ttw:rounded-xl ttw:border ttw:border-border",
|
|
114
|
+
children: /* @__PURE__ */ a(I, { value: "domestic-wire", className: "ttw:border-0", children: [
|
|
115
|
+
/* @__PURE__ */ t(
|
|
116
|
+
D,
|
|
117
|
+
{
|
|
118
|
+
iconPosition: "left",
|
|
119
|
+
className: "ttw:cursor-pointer ttw:bg-white ttw:px-4 ttw:py-3 ttw:font-medium ttw:hover:no-underline data-[state=closed]:rounded-xl data-[state=open]:rounded-t-xl data-[state=open]:rounded-b-none",
|
|
120
|
+
children: e.domesticWireTitle
|
|
121
|
+
}
|
|
122
|
+
),
|
|
123
|
+
/* @__PURE__ */ a(V, { className: "ttw:space-y-4 ttw:rounded-t-xl ttw:rounded-b-xl ttw:bg-[#F8F9FA] ttw:px-4 ttw:pt-4 ttw:pb-4", children: [
|
|
124
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:text-foreground", children: p }),
|
|
125
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:text-foreground", children: b }),
|
|
126
|
+
/* @__PURE__ */ a("div", { className: "ttw:space-y-4 ttw:rounded-xl ttw:border ttw:border-border ttw:bg-card ttw:p-4", children: [
|
|
127
|
+
/* @__PURE__ */ t("p", { className: "ttw:font-medium", children: e.wireDetailsSectionTitle }),
|
|
128
|
+
/* @__PURE__ */ t(
|
|
129
|
+
o,
|
|
130
|
+
{
|
|
131
|
+
label: e.accountNumberLabel,
|
|
132
|
+
value: s,
|
|
133
|
+
copyAriaLabel: e.copyLabel,
|
|
134
|
+
onCopy: A
|
|
135
|
+
}
|
|
136
|
+
),
|
|
137
|
+
/* @__PURE__ */ t(
|
|
138
|
+
o,
|
|
139
|
+
{
|
|
140
|
+
label: e.routingNumberLabel,
|
|
141
|
+
value: i,
|
|
142
|
+
copyAriaLabel: e.copyLabel,
|
|
143
|
+
onCopy: v
|
|
144
|
+
}
|
|
145
|
+
),
|
|
146
|
+
/* @__PURE__ */ t(
|
|
147
|
+
o,
|
|
148
|
+
{
|
|
149
|
+
label: e.bankNameLabel,
|
|
150
|
+
value: n,
|
|
151
|
+
copyAriaLabel: e.copyLabel,
|
|
152
|
+
onCopy: k
|
|
153
|
+
}
|
|
154
|
+
),
|
|
155
|
+
/* @__PURE__ */ t(
|
|
156
|
+
o,
|
|
157
|
+
{
|
|
158
|
+
label: e.bankAddressLabel,
|
|
159
|
+
value: c,
|
|
160
|
+
copyAriaLabel: e.copyLabel,
|
|
161
|
+
onCopy: z
|
|
162
|
+
}
|
|
163
|
+
)
|
|
164
|
+
] }),
|
|
165
|
+
/* @__PURE__ */ a("p", { className: "ttw:text-sm ttw:text-foreground", children: [
|
|
166
|
+
/* @__PURE__ */ t("span", { className: "ttw:font-semibold", children: e.thingsToKnowHeading }),
|
|
167
|
+
" ",
|
|
168
|
+
u
|
|
169
|
+
] }),
|
|
170
|
+
d ? /* @__PURE__ */ a("p", { className: "ttw:text-sm ttw:text-foreground", children: [
|
|
171
|
+
e.supportQuestionsPrefix,
|
|
172
|
+
" ",
|
|
173
|
+
/* @__PURE__ */ t(
|
|
174
|
+
r,
|
|
175
|
+
{
|
|
176
|
+
variant: "link",
|
|
177
|
+
asChild: !0,
|
|
178
|
+
className: "ttw:h-auto ttw:p-0 ttw:text-sm ttw:font-normal",
|
|
179
|
+
children: /* @__PURE__ */ t(
|
|
180
|
+
"a",
|
|
181
|
+
{
|
|
182
|
+
href: d,
|
|
183
|
+
target: "_blank",
|
|
184
|
+
rel: "noopener noreferrer",
|
|
185
|
+
children: e.supportTeamLink
|
|
186
|
+
}
|
|
187
|
+
)
|
|
188
|
+
}
|
|
189
|
+
),
|
|
190
|
+
"."
|
|
191
|
+
] }) : null
|
|
192
|
+
] })
|
|
193
|
+
] })
|
|
194
|
+
}
|
|
195
|
+
)
|
|
196
|
+
] })
|
|
197
|
+
] });
|
|
198
|
+
}
|
|
199
|
+
export {
|
|
200
|
+
P as AccountDetailsPanel
|
|
201
|
+
};
|