@tesouro/embedded-components-react 0.2.133 → 0.2.148
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 +20 -18
- package/dist/index.css +1723 -3260
- package/dist/index.d.ts +249 -104
- package/dist/index.js +107 -105
- package/dist/lib/AcceptDisclosuresWidget.d.ts +47 -5
- package/dist/lib/AcceptDisclosuresWidget.js +6 -4
- package/dist/lib/BalancesWidget.js +5 -4
- package/dist/lib/{OnboardingWidget.d.ts → BankAccountOnboardingWidget.d.ts} +204 -101
- package/dist/lib/BankAccountOnboardingWidget.js +20 -0
- package/dist/lib/HelpWidget.js +7 -6
- package/dist/lib/InsightsWidget.js +9 -8
- package/dist/lib/InvoicingWidget.js +3 -2
- package/dist/lib/ReceivablesWidget.js +24 -23
- package/dist/lib/TransfersWidget.js +7 -6
- package/dist/lib/WidgetProvider.js +30 -29
- package/dist/lib/WidgetProviderPublic.js +3 -2
- package/dist/libs/embedded-banking/shared/util/dist/index3.js +76 -79
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index2.js +102 -34
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/feature/dist/index4.js +69 -0
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index2.js +90 -11
- package/dist/libs/tesouro-embedded-components-react/accept-disclosures-widget/ui/dist/index3.js +15 -3
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index2.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index4.js +4 -3
- package/dist/libs/tesouro-embedded-components-react/balances-widget/feature/dist/index5.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/balances-widget/ui/dist/index2.js +1 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index10.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index2.js +24 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index3.js +14 -0
- package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index2.js → bank-account-onboarding-widget/data-access/dist/index4.js} +5 -3
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index5.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index6.js +26 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index8.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/data-access/dist/index9.js +37 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index10.js +187 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index11.js +11 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index12.js +169 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index13.js +80 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index14.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index15.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index16.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index2.js +407 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index3.js +132 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index4.js +101 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index5.js +146 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index6.js +112 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index7.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index8.js +37 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index9.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index10.js +77 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index11.js +89 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index12.js +100 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index13.js +103 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index14.js +91 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index15.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index16.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index5.js → bank-account-onboarding-widget/ui/dist/index17.js} +8 -5
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index18.js +23 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index19.js +117 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index2.js +131 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index20.js +338 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index21.js +32 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index22.js +50 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index23.js +50 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index24.js +218 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index25.js +52 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index26.js +277 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index27.js +53 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index28.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index3.js +48 -0
- package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/ui/dist/index3.js → bank-account-onboarding-widget/ui/dist/index4.js} +19 -12
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index5.js +32 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index6.js +94 -0
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/ui/dist/index7.js +14 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +33 -32
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +29 -28
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +10 -9
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index4.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +13 -12
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index5.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/feature/dist/index5.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index3.js +27 -26
- package/dist/libs/tesouro-embedded-components-react/counterparts-widget/ui/dist/index4.js +86 -85
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/feature/dist/lib/ExpenseApprovalPoliciesWidgetFeature.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index7.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/expense-approval-policies-widget/ui/dist/index8.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/expense-management-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/ReceiptMatchWidget.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/feature/dist/lib/useReceiptMatch.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index2.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/expense-receipt-match-widget/ui/dist/index5.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/expense-requirements-widget/feature/dist/lib/ExpenseRequirementsWidget.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/expense-upload-receipt-widget/feature/dist/lib/UploadReceiptWidget.js +12 -11
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index2.js +32 -31
- package/dist/libs/tesouro-embedded-components-react/help-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/help-widget/ui/shadcn/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index2.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index3.js +4 -3
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/insights-widget/ui/dist/index2.js +8 -7
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +22 -21
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index3.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index6.js +30 -29
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index2.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index4.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index5.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index6.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index7.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/ui/dist/index9.js +20 -19
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index2.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index4.js +278 -211
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/feature/dist/index8.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index12.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index13.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index2.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index5.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index6.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index7.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index8.js +15 -14
- package/dist/libs/tesouro-embedded-components-react/linked-accounts-widget/ui/dist/index9.js +10 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +10 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +23 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +75 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +6 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +5 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +33 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +32 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +7 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +12 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +26 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +14 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +119 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +7 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +216 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +11 -217
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +47 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +46 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +12 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +44 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +15 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +11 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +152 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +24 -150
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +9 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +41 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +73 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +54 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +24 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +80 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +28 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +41 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +7 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +118 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +68 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +189 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +30 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +108 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +137 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +17 -115
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +20 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +21 -188
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +26 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +183 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +12 -136
- 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 +18 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +48 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +4 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +5 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +88 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +36 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +6 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +45 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +50 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +205 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +433 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +21 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +25 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +89 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +96 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +14 -201
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +11 -432
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +36 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +50 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +33 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +66 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +346 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +2 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +15 -486
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +9 -163
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +14 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +13 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +14 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +21 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +34 -343
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +37 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +15 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +27 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +17 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +245 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +12 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +19 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +24 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +38 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +57 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +49 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +30 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +93 -243
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +46 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +146 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +106 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +50 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +27 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +5 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +75 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +32 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +19 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +17 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +27 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +42 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +63 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +93 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +109 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +85 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +57 -108
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +54 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +27 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +56 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +18 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +38 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +59 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +29 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +113 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +21 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +43 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +57 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +10 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +22 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +33 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +2 -213
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +96 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +96 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +213 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +25 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +127 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +44 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +68 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +149 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +19 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +14 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +68 -159
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +76 -133
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +39 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +488 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +167 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +19 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +39 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +158 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +28 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +28 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +78 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +64 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +20 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +18 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +18 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +167 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +130 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +159 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +10 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +17 -139
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +61 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +67 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +51 -276
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +6 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +11 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +55 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +21 -222
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +58 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +14 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +62 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +43 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +23 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +140 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +112 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +81 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +284 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +43 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +15 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +83 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +223 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +37 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +11 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +11 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +7 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +12 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +6 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +2 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +90 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +16 -159
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +84 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +17 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +50 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +10 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +49 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +32 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +11 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +11 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +22 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +47 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +44 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +36 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +24 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +6 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +32 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +18 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +43 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +21 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +72 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +92 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +37 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +95 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +36 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +30 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +7 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +48 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +123 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +18 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +73 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +11 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +33 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +53 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +34 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +23 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +16 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +65 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +15 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +16 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +15 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +14 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +65 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +21 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +2 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +10 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +29 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +67 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +54 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +38 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +102 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +112 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +12 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +20 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +20 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +38 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +31 -83
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +84 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +22 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +8 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +30 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +4 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +125 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +19 -66
- 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 +26 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +36 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +5 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +69 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +47 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +27 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +18 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +93 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +15 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +75 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +20 -84
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +9 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +52 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +67 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +21 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +41 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +34 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +16 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +19 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +49 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +58 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +30 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +49 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +40 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +30 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +32 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +83 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +15 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +50 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +37 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +46 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +72 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +83 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +52 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +51 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +51 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +36 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +49 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +48 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +40 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +20 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +47 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/products-widget/feature/dist/index2.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index4.js +38 -37
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index5.js +12 -11
- package/dist/libs/tesouro-embedded-components-react/products-widget/ui/dist/index6.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/profile-widget/feature/dist/index2.js +69 -74
- package/dist/libs/tesouro-embedded-components-react/profile-widget/ui/dist/index2.js +37 -55
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +23 -22
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index5.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index10.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index12.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index14.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index4.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index5.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/shared/counterpart-management/ui/dist/index6.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/organizationHeaders.js +4 -3
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +278 -265
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/zod.gen.js +164 -164
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/RootWidgetProvider.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/WidgetProvider/WidgetProvider.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/client.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/naicsCodeMap.js +1027 -8
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteRegionProvider.js +6 -5
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index3.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index4.js +35 -35
- package/dist/libs/tesouro-embedded-components-react/shared/product-catalog/ui/dist/index6.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/FdicLogo.js +444 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShell.js +155 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellOverlayPortal.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellScrollRegion.js +96 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/OnboardingShellStepper.js +62 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/labels.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/useScrollHintContainer.js +38 -0
- package/dist/libs/tesouro-embedded-components-react/tags-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index3.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index4.js +13 -13
- package/dist/libs/tesouro-embedded-components-react/tags-widget/ui/dist/index5.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index10.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index11.js +12 -11
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/team-widget/feature/dist/index7.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index10.js +31 -30
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index11.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index12.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index13.js +32 -31
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index15.js +23 -22
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index4.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index5.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index6.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/team-widget/ui/dist/index8.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index4.js +11 -10
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/feature/dist/index6.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index2.js +3 -2
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index4.js +17 -17
- package/dist/libs/tesouro-embedded-components-react/transfers-widget/ui/dist/index6.js +2 -2
- package/dist/packages/shared-ui-shadcn/dist/index.js +3392 -3353
- package/package.json +2 -1
- package/dist/lib/OnboardingWidget.js +0 -18
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index3.js +0 -20
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/data-access/dist/index4.js +0 -20
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index2.js +0 -326
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index3.js +0 -53
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index4.js +0 -50
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index5.js +0 -106
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index6.js +0 -70
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/feature/dist/index7.js +0 -7
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index10.js +0 -36
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index11.js +0 -46
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index12.js +0 -39
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index2.js +0 -317
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index4.js +0 -303
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index6.js +0 -275
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index7.js +0 -33
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index8.js +0 -41
- package/dist/libs/tesouro-embedded-components-react/onboarding-widget/ui/dist/index9.js +0 -17
- /package/dist/libs/tesouro-embedded-components-react/{onboarding-widget/data-access/dist/index5.js → bank-account-onboarding-widget/data-access/dist/index7.js} +0 -0
package/dist/libs/tesouro-embedded-components-react/shared/ui/dist/lib/OnboardingShell/FdicLogo.js
ADDED
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
import { jsxs as C, jsx as L } from "react/jsx-runtime";
|
|
2
|
+
function d({ width: l = 46, height: t = 18, style: i }) {
|
|
3
|
+
return /* @__PURE__ */ C(
|
|
4
|
+
"svg",
|
|
5
|
+
{
|
|
6
|
+
width: l,
|
|
7
|
+
height: t,
|
|
8
|
+
viewBox: "0 0 46 18",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
style: i,
|
|
12
|
+
children: [
|
|
13
|
+
/* @__PURE__ */ C("g", { clipPath: "url(#clip0_6009_37031)", children: [
|
|
14
|
+
/* @__PURE__ */ L(
|
|
15
|
+
"path",
|
|
16
|
+
{
|
|
17
|
+
d: "M4.85119 17.952H0V0.0942383H9.9788V4.76193H4.85119V7.65267H9.68264V12.3209H4.85119V17.952Z",
|
|
18
|
+
fill: "#667085"
|
|
19
|
+
}
|
|
20
|
+
),
|
|
21
|
+
/* @__PURE__ */ L(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M25.9108 9.01442C25.9108 0.834634 18.5742 0.0942383 15.5366 0.0942383H10.6465V17.9352H15.5366L15.529 13.2837V4.68818C18.5377 4.68818 21.0939 5.79964 21.0939 8.98596C21.0939 12.1717 18.5377 13.2837 15.529 13.2837L15.5366 17.9352C19.3164 17.9358 25.9108 17.211 25.9108 9.01442Z",
|
|
25
|
+
fill: "#667085"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ L(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M31.6022 0.0563965H26.751V17.9513H31.6022V0.0563965Z",
|
|
32
|
+
fill: "#667085"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ L(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M41.5067 13.2276C39.1763 13.2276 37.2478 11.3287 37.2478 9.0001C37.2478 6.67148 39.1763 4.772 41.5067 4.772C43.6314 4.772 44.7423 5.90205 45.474 7.39039V0.982918C45.474 0.982918 43.326 0.0195312 41.3243 0.0195312C36.8785 0.0195312 32.0615 4.10884 32.0615 9.0001C32.0615 14.9883 36.656 17.9801 41.3243 17.9801C43.3254 17.9801 45.474 17.0179 45.474 17.0179V10.6661C44.5983 12.176 43.6198 13.2276 41.5067 13.2276Z",
|
|
39
|
+
fill: "#667085"
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ L(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M41.5854 11.5599C42.9949 11.5599 44.1376 10.4173 44.1376 9.00776C44.1376 7.59822 42.9949 6.45557 41.5854 6.45557C40.1759 6.45557 39.0332 7.59822 39.0332 9.00776C39.0332 10.4173 40.1759 11.5599 41.5854 11.5599Z",
|
|
46
|
+
stroke: "#667085",
|
|
47
|
+
strokeWidth: "0.145176"
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ L(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
d: "M41.5627 12.7027C43.5982 12.7027 45.2484 11.0526 45.2484 9.01702C45.2484 6.98145 43.5982 5.3313 41.5627 5.3313C39.5271 5.3313 37.877 6.98145 37.877 9.01702C37.877 11.0526 39.5271 12.7027 41.5627 12.7027Z",
|
|
54
|
+
stroke: "#667085",
|
|
55
|
+
strokeWidth: "0.145176"
|
|
56
|
+
}
|
|
57
|
+
),
|
|
58
|
+
/* @__PURE__ */ L(
|
|
59
|
+
"path",
|
|
60
|
+
{
|
|
61
|
+
d: "M40.7229 6.91382V7.39754H40.6172V7.02822H40.5771L40.6253 6.91382H40.7229Z",
|
|
62
|
+
fill: "#667085"
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
/* @__PURE__ */ L(
|
|
66
|
+
"path",
|
|
67
|
+
{
|
|
68
|
+
d: "M40.9658 7.06381C40.9658 7.16311 41.0576 7.24441 41.1714 7.24441C41.2178 7.24441 41.2597 7.23163 41.2951 7.20899C41.2312 7.371 41.0616 7.30538 41.0262 7.29261L40.9815 7.38087C41.0367 7.43662 41.406 7.47263 41.406 7.11956C41.406 7.07949 41.3758 6.88379 41.1714 6.88379V6.97032C41.2306 6.97032 41.2893 7.01155 41.2893 7.06381C41.2893 7.11549 41.23 7.15672 41.1714 7.15672C41.1127 7.15672 41.0645 7.11549 41.0645 7.06381C41.0645 7.01155 41.1127 6.97032 41.1714 6.97032V6.88379C41.0576 6.88321 40.9658 6.96393 40.9658 7.06381Z",
|
|
69
|
+
fill: "#667085"
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
/* @__PURE__ */ L(
|
|
73
|
+
"path",
|
|
74
|
+
{
|
|
75
|
+
d: "M41.7278 7.41966C41.618 7.41966 41.5541 7.37205 41.5361 7.3494L41.5994 7.2861C41.6285 7.30294 41.679 7.3343 41.7138 7.3343C41.7487 7.3343 41.8131 7.3192 41.8131 7.26462C41.8131 7.23732 41.7887 7.19319 41.686 7.20655V7.12234C41.7934 7.13164 41.8189 7.09331 41.8189 7.05789C41.8189 7.02246 41.78 6.99343 41.7318 6.99343C41.6941 6.99343 41.6569 7.0155 41.625 7.05092L41.5547 6.98007C41.5867 6.93071 41.6511 6.89819 41.7272 6.89819C41.8335 6.89819 41.913 6.96381 41.913 7.04569C41.913 7.08808 41.895 7.12757 41.8561 7.15486C41.8979 7.17867 41.9153 7.23152 41.9153 7.26462C41.9165 7.34533 41.8445 7.41966 41.7278 7.41966Z",
|
|
76
|
+
fill: "#667085"
|
|
77
|
+
}
|
|
78
|
+
),
|
|
79
|
+
/* @__PURE__ */ L(
|
|
80
|
+
"path",
|
|
81
|
+
{
|
|
82
|
+
d: "M42.2506 7.41966C42.1409 7.41966 42.077 7.37205 42.0596 7.3494L42.1234 7.2861C42.1519 7.30294 42.2024 7.3343 42.2373 7.3343C42.2721 7.3343 42.3366 7.3192 42.3366 7.26462C42.3366 7.23732 42.3128 7.19319 42.21 7.20655V7.12234C42.3162 7.13164 42.343 7.09331 42.343 7.05789C42.343 7.02246 42.304 6.99343 42.2553 6.99343C42.2181 6.99343 42.1809 7.0155 42.1496 7.05092L42.0782 6.98007C42.1101 6.93071 42.1757 6.89819 42.2506 6.89819C42.3575 6.89819 42.437 6.96381 42.437 7.04569C42.437 7.08808 42.4196 7.12757 42.3807 7.15486C42.4213 7.17867 42.4399 7.23152 42.4399 7.26462C42.4399 7.34533 42.3673 7.41966 42.2506 7.41966Z",
|
|
83
|
+
fill: "#667085"
|
|
84
|
+
}
|
|
85
|
+
),
|
|
86
|
+
/* @__PURE__ */ L(
|
|
87
|
+
"path",
|
|
88
|
+
{
|
|
89
|
+
d: "M40.7148 10.5626V10.296H40.6631V10.6143H40.8362V10.4917H40.9216V10.6143H41.094V10.296H41.1736C41.2682 10.296 41.2682 10.3448 41.3309 10.3448C41.378 10.3448 41.3943 10.296 41.4285 10.296C41.4622 10.296 41.4726 10.3564 41.5174 10.3564C41.5615 10.3564 41.5725 10.296 41.6062 10.296C41.6399 10.296 41.6561 10.3448 41.7038 10.3448C41.7665 10.3448 41.7845 10.296 41.8797 10.296C41.9326 10.296 41.9639 10.3198 41.9639 10.3808C41.9639 10.4853 42.0487 10.5695 42.1532 10.5695C42.2578 10.5695 42.342 10.4848 42.342 10.3808V10.109C42.342 10.0045 42.2572 9.9209 42.1532 9.9209L42.1544 9.98652C42.2154 9.98652 42.2665 10.0365 42.2665 10.0986C42.2665 10.1985 42.2252 10.2444 42.2252 10.2444C42.2252 10.2444 42.2665 10.2902 42.2665 10.3907C42.2665 10.4522 42.2154 10.5039 42.1544 10.5039C42.0923 10.5039 42.0412 10.4522 42.0412 10.3907C42.0412 10.2902 42.083 10.2444 42.083 10.2444C42.083 10.2444 42.0412 10.1985 42.0412 10.0986C42.0412 10.0365 42.0923 9.98652 42.1544 9.98652L42.1532 9.9209C42.0487 9.9209 41.9645 10.0051 41.9645 10.109C41.9645 10.17 41.9331 10.1944 41.8803 10.1944C41.7851 10.1944 41.7676 10.1445 41.7043 10.1445C41.6567 10.1445 41.641 10.1909 41.6068 10.1909C41.5725 10.1909 41.5621 10.1323 41.5179 10.1323C41.4732 10.1323 41.4622 10.1909 41.4291 10.1909C41.3948 10.1909 41.3786 10.1445 41.3315 10.1445C41.2688 10.1445 41.2688 10.1944 41.1742 10.1944C41.0801 10.1944 40.583 10.1944 40.583 10.1944V10.296H40.6631H40.7148H41.0429V10.5626H40.9744V10.4395H40.7845V10.5626H40.7148Z",
|
|
90
|
+
fill: "#667085"
|
|
91
|
+
}
|
|
92
|
+
),
|
|
93
|
+
/* @__PURE__ */ L(
|
|
94
|
+
"path",
|
|
95
|
+
{
|
|
96
|
+
d: "M40.8845 5.70386L41.176 6.205C41.1342 6.20907 41.09 6.2172 41.0465 6.22707L40.9942 6.13648L40.8339 6.17248L40.845 6.04763L40.9309 6.02847L40.8572 5.90014L40.845 6.04763L40.8339 6.17248L40.8258 6.27701C40.7828 6.2863 40.7393 6.2985 40.6992 6.31302L40.7463 5.73522L40.8845 5.70386Z",
|
|
97
|
+
fill: "#667085"
|
|
98
|
+
}
|
|
99
|
+
),
|
|
100
|
+
/* @__PURE__ */ L(
|
|
101
|
+
"path",
|
|
102
|
+
{
|
|
103
|
+
d: "M43.9221 6.68127L43.7578 6.82587C43.7381 6.84387 43.7346 6.87523 43.7532 6.89613L43.8739 7.03434L43.8014 7.09647L43.648 6.92168L43.5615 6.99834L43.7491 7.21203C43.7729 7.23817 43.813 7.24049 43.8397 7.21784L44.0029 7.07847C44.0238 7.05989 44.0267 7.02853 44.0087 7.00821L43.8856 6.86884L43.9576 6.8067L44.1138 6.9844L44.2049 6.90775L44.011 6.68766C43.9883 6.66153 43.9489 6.65804 43.9221 6.68127Z",
|
|
104
|
+
fill: "#667085"
|
|
105
|
+
}
|
|
106
|
+
),
|
|
107
|
+
/* @__PURE__ */ L(
|
|
108
|
+
"path",
|
|
109
|
+
{
|
|
110
|
+
d: "M39.0135 7.76727C38.9978 7.80095 38.9804 7.83463 38.9647 7.87121L38.4775 7.62964L38.6308 7.32129L38.7365 7.37588L38.6366 7.57738L38.7203 7.61919L38.8056 7.44672L38.9119 7.50131L38.8271 7.6732L39.0135 7.76727Z",
|
|
111
|
+
fill: "#667085"
|
|
112
|
+
}
|
|
113
|
+
),
|
|
114
|
+
/* @__PURE__ */ L(
|
|
115
|
+
"path",
|
|
116
|
+
{
|
|
117
|
+
d: "M43.7727 6.46038C43.8046 6.48651 43.8087 6.53239 43.7837 6.56375L43.5294 6.87326C43.5033 6.90462 43.4574 6.90927 43.4249 6.88313C43.379 6.84655 43.3378 6.80474 43.3267 6.79661C43.3145 6.78674 43.2727 6.75538 43.2286 6.72228C43.1961 6.69789 43.1926 6.64911 43.2176 6.61775L43.4713 6.30882C43.4963 6.27746 43.5439 6.27282 43.5759 6.29895L43.5358 6.41625L43.3383 6.6555L43.4713 6.76409L43.667 6.52368L43.5358 6.41625L43.5759 6.29895L43.7727 6.46038Z",
|
|
118
|
+
fill: "#667085"
|
|
119
|
+
}
|
|
120
|
+
),
|
|
121
|
+
/* @__PURE__ */ L(
|
|
122
|
+
"path",
|
|
123
|
+
{
|
|
124
|
+
d: "M40.3534 6.21939L40.2472 6.26701L40.199 6.15784L40.3151 6.10558C40.3302 6.09861 40.3366 6.08177 40.3302 6.06725L40.3151 6.03415C40.3087 6.01963 40.2919 6.01266 40.2774 6.01963L40.1601 6.07306L40.199 6.15784L40.2472 6.26701L40.3325 6.45748C40.2901 6.47723 40.2547 6.49407 40.221 6.51207L39.998 6.01557L40.3203 5.87097C40.3465 5.85878 40.3767 5.87097 40.3889 5.89652L40.462 6.06028C40.4719 6.08409 40.4615 6.11255 40.4376 6.123C40.4365 6.12416 40.4353 6.1259 40.4365 6.12706C40.4371 6.1288 40.4388 6.12939 40.44 6.12881C40.4644 6.11835 40.4928 6.1288 40.5033 6.15319C40.5178 6.18688 40.5625 6.2856 40.5654 6.29372C40.57 6.30418 40.5799 6.33205 40.613 6.32799L40.6165 6.33612C40.5758 6.35121 40.534 6.36864 40.4893 6.38722C40.4731 6.38141 40.462 6.36922 40.4539 6.35121C40.4458 6.33554 40.4208 6.26643 40.4098 6.24088C40.4011 6.21939 40.3755 6.2101 40.3534 6.21939Z",
|
|
125
|
+
fill: "#667085"
|
|
126
|
+
}
|
|
127
|
+
),
|
|
128
|
+
/* @__PURE__ */ L(
|
|
129
|
+
"path",
|
|
130
|
+
{
|
|
131
|
+
d: "M41.6222 6.17915L41.6199 6.06127L41.3998 6.06881L41.3835 5.64258L41.2686 5.64664L41.2889 6.19018C41.4056 6.18089 41.5136 6.17741 41.6222 6.17915Z",
|
|
132
|
+
fill: "#667085"
|
|
133
|
+
}
|
|
134
|
+
),
|
|
135
|
+
/* @__PURE__ */ L(
|
|
136
|
+
"path",
|
|
137
|
+
{
|
|
138
|
+
d: "M39.2652 7.15318L39.3605 7.22403C39.2937 7.30881 39.2298 7.39592 39.1653 7.49405L38.7217 7.17873L38.9209 6.89941L39.0167 6.97026L38.886 7.15318L38.9627 7.20777L39.0742 7.05098L39.17 7.12124L39.0585 7.27745L39.1369 7.33378L39.2652 7.15318Z",
|
|
139
|
+
fill: "#667085"
|
|
140
|
+
}
|
|
141
|
+
),
|
|
142
|
+
/* @__PURE__ */ L(
|
|
143
|
+
"path",
|
|
144
|
+
{
|
|
145
|
+
d: "M39.4344 7.13692L39.0459 6.74727L39.0987 6.69443L39.212 6.74727L39.4292 6.96794L39.5511 6.84715L39.3316 6.62706L39.212 6.74727L39.0987 6.69443L39.2799 6.51441C39.309 6.48537 39.3554 6.48595 39.3844 6.51499L39.6655 6.79895C39.6945 6.82857 39.6945 6.87502 39.6649 6.90406C39.6237 6.94587 39.5784 6.98362 39.5668 6.99349C39.5581 7.00336 39.4721 7.09627 39.4344 7.13692Z",
|
|
146
|
+
fill: "#667085"
|
|
147
|
+
}
|
|
148
|
+
),
|
|
149
|
+
/* @__PURE__ */ L(
|
|
150
|
+
"path",
|
|
151
|
+
{
|
|
152
|
+
d: "M40.0328 6.48677L40.0984 6.58549C40.0067 6.6424 39.9173 6.70337 39.8226 6.77248L39.5137 6.32534L39.7953 6.12964L39.8609 6.22952L39.6768 6.35727L39.7303 6.43509L39.8882 6.32476L39.9538 6.42464L39.7965 6.53381L39.8516 6.61336L40.0328 6.48677Z",
|
|
153
|
+
fill: "#667085"
|
|
154
|
+
}
|
|
155
|
+
),
|
|
156
|
+
/* @__PURE__ */ L(
|
|
157
|
+
"path",
|
|
158
|
+
{
|
|
159
|
+
d: "M41.8613 6.19213L41.9566 5.64917L42.0286 5.66195L42.0518 5.78447L41.9961 6.08934L42.1645 6.11896L42.2185 5.81409L42.0518 5.78447L42.0286 5.66195L42.2812 5.70608C42.3212 5.71363 42.348 5.75137 42.3416 5.79202L42.2701 6.18516C42.2632 6.22581 42.2248 6.2531 42.1842 6.24555C42.1267 6.23568 42.0704 6.22 42.0547 6.21768C42.0408 6.21594 41.9159 6.1991 41.8613 6.19213Z",
|
|
160
|
+
fill: "#667085"
|
|
161
|
+
}
|
|
162
|
+
),
|
|
163
|
+
/* @__PURE__ */ L(
|
|
164
|
+
"path",
|
|
165
|
+
{
|
|
166
|
+
d: "M42.7439 6.30851L42.7009 6.41769C42.6016 6.37471 42.5006 6.33581 42.3896 6.2998L42.579 5.79053L42.9012 5.90899L42.8583 6.01991L42.6469 5.94267L42.6138 6.02978L42.7944 6.09656L42.7508 6.20747L42.5714 6.14069L42.5371 6.2307L42.7439 6.30851Z",
|
|
167
|
+
fill: "#667085"
|
|
168
|
+
}
|
|
169
|
+
),
|
|
170
|
+
/* @__PURE__ */ L(
|
|
171
|
+
"path",
|
|
172
|
+
{
|
|
173
|
+
d: "M42.9953 6.32637L43.0551 6.21952L43.1689 6.28398C43.1829 6.29211 43.2015 6.2863 43.209 6.27237L43.227 6.23985C43.2346 6.22591 43.2293 6.20733 43.2148 6.20036L43.1016 6.1359L43.0551 6.21952L42.9953 6.32637L42.8908 6.50987C42.8484 6.48781 42.8136 6.47038 42.7793 6.45238L43.0511 5.96924L43.3646 6.14635C43.3896 6.15971 43.3989 6.19223 43.3838 6.2172L43.2677 6.42335C43.2549 6.446 43.2253 6.45471 43.202 6.44135L42.9953 6.32637Z",
|
|
174
|
+
fill: "#667085"
|
|
175
|
+
}
|
|
176
|
+
),
|
|
177
|
+
/* @__PURE__ */ L(
|
|
178
|
+
"path",
|
|
179
|
+
{
|
|
180
|
+
d: "M43.876 7.37857L44.326 7.07544L44.3893 7.17126L43.9393 7.4738C43.9288 7.45812 43.9189 7.44128 43.9073 7.4256C43.8975 7.40934 43.8858 7.39366 43.876 7.37857Z",
|
|
181
|
+
fill: "#667085"
|
|
182
|
+
}
|
|
183
|
+
),
|
|
184
|
+
/* @__PURE__ */ L(
|
|
185
|
+
"path",
|
|
186
|
+
{
|
|
187
|
+
d: "M44.4832 7.57351L44.104 7.76747C44.0959 7.74947 44.0872 7.73263 44.0785 7.7152C44.0692 7.69836 44.061 7.68152 44.0518 7.66526L44.4298 7.47131L44.3764 7.36446L44.4815 7.31104L44.6412 7.62403L44.5361 7.67746L44.4832 7.57351Z",
|
|
188
|
+
fill: "#667085"
|
|
189
|
+
}
|
|
190
|
+
),
|
|
191
|
+
/* @__PURE__ */ L(
|
|
192
|
+
"path",
|
|
193
|
+
{
|
|
194
|
+
d: "M38.5224 8.04883L38.5172 8.19458L38.6531 8.24975L38.5119 8.2904L38.5015 8.43558L38.4202 8.31479L38.2773 8.34963L38.3674 8.23407L38.2901 8.11096L38.4277 8.16032L38.5224 8.04883Z",
|
|
195
|
+
fill: "#667085"
|
|
196
|
+
}
|
|
197
|
+
),
|
|
198
|
+
/* @__PURE__ */ L(
|
|
199
|
+
"path",
|
|
200
|
+
{
|
|
201
|
+
d: "M44.5951 8.04883L44.6003 8.19458L44.4639 8.24975L44.605 8.2904L44.6149 8.43558L44.6979 8.31479L44.8396 8.34963L44.7502 8.23407L44.8268 8.11096L44.6898 8.16032L44.5951 8.04883Z",
|
|
202
|
+
fill: "#667085"
|
|
203
|
+
}
|
|
204
|
+
),
|
|
205
|
+
/* @__PURE__ */ L(
|
|
206
|
+
"path",
|
|
207
|
+
{
|
|
208
|
+
d: "M40.305 11.9879L40.2916 12.0186L40.1366 11.9484L40.2649 11.6656L40.42 11.737L40.406 11.7672L40.5117 11.816L40.5448 11.7411C40.5617 11.7051 40.5448 11.6609 40.5083 11.6435C40.4554 11.6197 40.3997 11.5971 40.3869 11.5912C40.3747 11.5854 40.3265 11.564 40.2765 11.5384C40.2405 11.5198 40.1953 11.5378 40.1784 11.575L40.0135 11.9379C39.9966 11.9745 40.0129 12.0198 40.0495 12.0366L40.2824 12.1423C40.3195 12.1598 40.3637 12.1435 40.3805 12.1063L40.4119 12.0372L40.305 11.9879Z",
|
|
209
|
+
fill: "#667085"
|
|
210
|
+
}
|
|
211
|
+
),
|
|
212
|
+
/* @__PURE__ */ L(
|
|
213
|
+
"path",
|
|
214
|
+
{
|
|
215
|
+
d: "M38.7342 8.89216L38.1924 8.8579L38.1999 8.74292L38.7423 8.77776C38.7394 8.79692 38.7382 8.81667 38.7377 8.83641C38.7365 8.85558 38.7353 8.87358 38.7342 8.89216Z",
|
|
216
|
+
fill: "#667085"
|
|
217
|
+
}
|
|
218
|
+
),
|
|
219
|
+
/* @__PURE__ */ L(
|
|
220
|
+
"path",
|
|
221
|
+
{
|
|
222
|
+
d: "M38.7138 9.56915L38.5018 9.6249C38.4751 9.63129 38.4588 9.65916 38.4658 9.68529L38.5128 9.86357L38.4194 9.8868L38.3601 9.66091L38.248 9.6911L38.3206 9.96694C38.3305 10.0006 38.3654 10.0209 38.399 10.0117L38.6075 9.96055C38.6348 9.95358 38.6516 9.92571 38.6441 9.90016L38.5971 9.72072L38.6882 9.69749L38.7486 9.92629L38.8642 9.89725L38.7893 9.61445C38.7817 9.58077 38.748 9.56044 38.7138 9.56915Z",
|
|
223
|
+
fill: "#667085"
|
|
224
|
+
}
|
|
225
|
+
),
|
|
226
|
+
/* @__PURE__ */ L(
|
|
227
|
+
"path",
|
|
228
|
+
{
|
|
229
|
+
d: "M38.438 9.38183L38.751 9.35047C38.7527 9.36963 38.7544 9.3888 38.7562 9.40912C38.7585 9.42828 38.7603 9.44687 38.7626 9.46545L38.2225 9.51771L38.2109 9.40332L38.5297 9.16058L38.1894 9.16987L38.1865 9.05547L38.7295 9.03979C38.7295 9.05896 38.7301 9.07928 38.7306 9.09845C38.7312 9.11761 38.7312 9.13619 38.7318 9.15594L38.438 9.38183Z",
|
|
230
|
+
fill: "#667085"
|
|
231
|
+
}
|
|
232
|
+
),
|
|
233
|
+
/* @__PURE__ */ L(
|
|
234
|
+
"path",
|
|
235
|
+
{
|
|
236
|
+
d: "M38.5368 10.4924C38.5531 10.5296 38.5972 10.547 38.6338 10.5308L39.0664 10.3444L39.02 10.2369L38.6315 10.4071L38.5635 10.2497L38.9515 10.0825L38.905 9.97388L38.4747 10.1609C38.4369 10.1777 38.4172 10.2224 38.4358 10.2596L38.5368 10.4924Z",
|
|
237
|
+
fill: "#667085"
|
|
238
|
+
}
|
|
239
|
+
),
|
|
240
|
+
/* @__PURE__ */ L(
|
|
241
|
+
"path",
|
|
242
|
+
{
|
|
243
|
+
d: "M39.1029 11.3407L39.1964 11.2902L39.3073 11.2309L39.4385 11.1613L39.37 11.2931L39.3073 11.2309L39.1964 11.2902L39.3137 11.4046L39.2626 11.4998L39.3566 11.5921L39.6191 11.0788L39.5181 10.9795L39.0088 11.2489L39.1029 11.3407Z",
|
|
244
|
+
fill: "#667085"
|
|
245
|
+
}
|
|
246
|
+
),
|
|
247
|
+
/* @__PURE__ */ L(
|
|
248
|
+
"path",
|
|
249
|
+
{
|
|
250
|
+
d: "M39.3307 10.7564C39.3469 10.7796 39.3417 10.8116 39.3179 10.8278L39.1692 10.9295C39.1483 10.9446 39.1176 10.9393 39.1036 10.9173C39.1025 10.9155 39.1001 10.9155 39.099 10.9167C39.0978 10.9173 39.0961 10.919 39.0978 10.9202C39.1129 10.9417 39.1083 10.9724 39.0862 10.987C39.0543 11.0079 38.966 11.0688 38.9573 11.0741C38.9486 11.0804 38.9219 11.0955 38.9335 11.1263L38.9283 11.1298L38.8504 11.0172C38.8533 10.9997 38.8655 10.9858 38.8806 10.9748C38.8963 10.9637 38.9585 10.9271 38.9817 10.9115C39.0008 10.8987 39.0061 10.872 38.9933 10.8511L38.9271 10.7553L39.0252 10.6885L39.0984 10.7942C39.1071 10.8069 39.1251 10.8104 39.1385 10.8017L39.1687 10.7814C39.1814 10.7727 39.1849 10.7541 39.1762 10.7413L39.103 10.6356L39.0252 10.6891L38.9271 10.7553L38.7535 10.8755L38.6826 10.7738L39.1303 10.4661C39.1896 10.5607 39.261 10.6716 39.3307 10.7564Z",
|
|
251
|
+
fill: "#667085"
|
|
252
|
+
}
|
|
253
|
+
),
|
|
254
|
+
/* @__PURE__ */ L(
|
|
255
|
+
"path",
|
|
256
|
+
{
|
|
257
|
+
d: "M40.9175 11.8975L40.9489 11.7843C40.8432 11.7587 40.7392 11.7303 40.6277 11.6931L40.4756 12.2152L40.8054 12.311L40.8368 12.196L40.6208 12.1333L40.6469 12.0439L40.8316 12.0973L40.8635 11.9829L40.68 11.93L40.7061 11.8377L40.9175 11.8975Z",
|
|
258
|
+
fill: "#667085"
|
|
259
|
+
}
|
|
260
|
+
),
|
|
261
|
+
/* @__PURE__ */ L(
|
|
262
|
+
"path",
|
|
263
|
+
{
|
|
264
|
+
d: "M39.8687 11.6664L40.0435 11.4045C40.0592 11.4161 40.0761 11.4266 40.0923 11.4376C40.108 11.4487 40.1237 11.4585 40.1388 11.4696L39.8374 11.9196L39.7416 11.8552L39.7549 11.4556L39.5476 11.7251L39.457 11.6548L39.7886 11.2251C39.8031 11.2373 39.8188 11.2501 39.8333 11.2611C39.8484 11.2733 39.8641 11.2837 39.8792 11.2954L39.8687 11.6664Z",
|
|
265
|
+
fill: "#667085"
|
|
266
|
+
}
|
|
267
|
+
),
|
|
268
|
+
/* @__PURE__ */ L(
|
|
269
|
+
"path",
|
|
270
|
+
{
|
|
271
|
+
d: "M41.8664 12.3831C41.8257 12.3889 41.7886 12.3605 41.7828 12.3204L41.7282 11.9238C41.7229 11.8837 41.7508 11.8454 41.7915 11.8396C41.8501 11.8315 41.9082 11.8286 41.9227 11.8274C41.9372 11.8251 41.9895 11.8158 42.0435 11.8065C42.0836 11.7984 42.1219 11.8286 42.1277 11.8692L42.1829 12.2641C42.1887 12.3047 42.1608 12.3425 42.1196 12.3483L42.0603 12.238L42.0191 11.9314L41.8501 11.9546L41.8925 12.2618L42.0603 12.238L42.1196 12.3483L41.8664 12.3831Z",
|
|
272
|
+
fill: "#667085"
|
|
273
|
+
}
|
|
274
|
+
),
|
|
275
|
+
/* @__PURE__ */ L(
|
|
276
|
+
"path",
|
|
277
|
+
{
|
|
278
|
+
d: "M43.0513 11.4267C43.0768 11.4134 43.1087 11.4227 43.1227 11.4482L43.233 11.6573C43.2452 11.6805 43.2365 11.7101 43.2133 11.7229L43.0042 11.8344L42.9473 11.727L43.0629 11.6654C43.0762 11.6567 43.082 11.6404 43.0751 11.6259L43.0576 11.5934C43.0501 11.5789 43.0321 11.5737 43.0182 11.5812L42.9026 11.6422L42.9473 11.727L43.0042 11.8344L43.1064 12.0237C43.0652 12.0469 43.0286 12.0626 42.9961 12.0829L42.7354 11.5957C42.8074 11.562 42.9641 11.4802 43.0513 11.4267Z",
|
|
279
|
+
fill: "#667085"
|
|
280
|
+
}
|
|
281
|
+
),
|
|
282
|
+
/* @__PURE__ */ L(
|
|
283
|
+
"path",
|
|
284
|
+
{
|
|
285
|
+
d: "M44.6369 10.4042L44.2461 10.2358L44.1984 10.3449L44.0898 10.2979C44.1375 10.2102 44.195 10.0738 44.2292 9.97388L44.3384 10.0215L44.2913 10.1295L44.6822 10.2985L44.6369 10.4042Z",
|
|
286
|
+
fill: "#667085"
|
|
287
|
+
}
|
|
288
|
+
),
|
|
289
|
+
/* @__PURE__ */ L(
|
|
290
|
+
"path",
|
|
291
|
+
{
|
|
292
|
+
d: "M41.5277 12.2442L41.5265 12.2785L41.357 12.2709L41.368 11.9614L41.5387 11.9684L41.5376 12.002L41.6525 12.0061L41.6554 11.9254C41.6566 11.8842 41.6247 11.8499 41.5834 11.8482C41.5254 11.8458 41.4673 11.8458 41.4516 11.8458C41.4383 11.8453 41.3843 11.8441 41.3297 11.8389C41.289 11.8354 41.2542 11.8696 41.2524 11.9109L41.2373 12.3098C41.2362 12.3505 41.2675 12.3847 41.3082 12.3865L41.5637 12.3963C41.6049 12.3981 41.6392 12.3667 41.6403 12.3255L41.6438 12.2494L41.5277 12.2442Z",
|
|
293
|
+
fill: "#667085"
|
|
294
|
+
}
|
|
295
|
+
),
|
|
296
|
+
/* @__PURE__ */ L(
|
|
297
|
+
"path",
|
|
298
|
+
{
|
|
299
|
+
d: "M42.5649 11.665C42.5922 11.6563 42.6218 11.672 42.6294 11.6998L42.6828 11.8712C42.6909 11.8961 42.6764 11.9234 42.6514 11.931C42.6497 11.9315 42.6485 11.9333 42.6497 11.935C42.6497 11.9374 42.6514 11.9379 42.6532 11.9374C42.6782 11.9292 42.7049 11.9432 42.7136 11.9687C42.7235 12.0047 42.7554 12.1075 42.7583 12.1174C42.7624 12.1272 42.7688 12.1563 42.8007 12.1557L42.803 12.1615L42.6712 12.2016C42.6561 12.1934 42.6456 12.1789 42.6404 12.1603C42.634 12.1423 42.6178 12.0715 42.6096 12.0448C42.6021 12.0221 42.5777 12.0094 42.5551 12.0169L42.4441 12.0512L42.4087 11.9385L42.5312 11.9002C42.5463 11.895 42.5551 11.8787 42.5504 11.8642L42.5394 11.8293C42.5341 11.8137 42.5185 11.8055 42.5034 11.8102L42.3808 11.8485L42.4087 11.9385L42.4441 12.0512L42.5069 12.2533L42.3884 12.2893L42.2275 11.7707C42.3367 11.7411 42.4639 11.7062 42.5649 11.665Z",
|
|
300
|
+
fill: "#667085"
|
|
301
|
+
}
|
|
302
|
+
),
|
|
303
|
+
/* @__PURE__ */ L(
|
|
304
|
+
"path",
|
|
305
|
+
{
|
|
306
|
+
d: "M43.5665 11.7393C43.5346 11.7654 43.4881 11.7602 43.4632 11.7289L43.2117 11.417C43.185 11.3857 43.1897 11.3381 43.2216 11.3125C43.2675 11.2759 43.3157 11.2428 43.3279 11.2335C43.3395 11.2248 43.379 11.19 43.419 11.1534C43.451 11.1249 43.4992 11.1319 43.5247 11.1638L43.7762 11.4734C43.8029 11.5053 43.7977 11.5517 43.7651 11.5779L43.6583 11.5157L43.4632 11.2736L43.3302 11.381L43.5265 11.6226L43.6583 11.5157L43.7651 11.5779L43.5665 11.7393Z",
|
|
307
|
+
fill: "#667085"
|
|
308
|
+
}
|
|
309
|
+
),
|
|
310
|
+
/* @__PURE__ */ L(
|
|
311
|
+
"path",
|
|
312
|
+
{
|
|
313
|
+
d: "M43.7936 10.7626C43.8122 10.7411 43.8447 10.7387 43.8662 10.7579L44.0009 10.8764C44.0201 10.8944 44.0218 10.9246 44.0044 10.9443C44.0026 10.9455 44.0032 10.9478 44.0044 10.9484C44.0061 10.9501 44.0079 10.9501 44.009 10.9478C44.0265 10.9292 44.0567 10.9263 44.0758 10.9443C44.1043 10.9693 44.185 11.0407 44.192 11.0483C44.2007 11.0546 44.221 11.0761 44.2483 11.0581L44.2529 11.0634L44.1623 11.1656C44.1455 11.1673 44.1281 11.1586 44.1141 11.1458C44.1008 11.1336 44.0497 11.0831 44.0288 11.0634C44.0108 11.0483 43.9835 11.0494 43.9678 11.0674L43.8906 11.1545L43.8011 11.075L43.8859 10.9786C43.8975 10.9664 43.8964 10.9478 43.8842 10.9379L43.8575 10.9135C43.8453 10.9037 43.8267 10.9048 43.8162 10.917L43.7315 11.0128L43.8011 11.075L43.8906 11.1545L44.0479 11.2939L43.9655 11.3868L43.5596 11.0268C43.6374 10.9455 43.7274 10.8497 43.7936 10.7626Z",
|
|
314
|
+
fill: "#667085"
|
|
315
|
+
}
|
|
316
|
+
),
|
|
317
|
+
/* @__PURE__ */ L(
|
|
318
|
+
"path",
|
|
319
|
+
{
|
|
320
|
+
d: "M44.3782 10.9024L44.3074 10.8223L44.2261 10.7271L44.1291 10.6144L44.272 10.651L44.2261 10.7271L44.3074 10.8223L44.3939 10.6829L44.4973 10.7108L44.567 10.5993L44.0083 10.457L43.9346 10.5767L44.3091 11.0139L44.3782 10.9024Z",
|
|
321
|
+
fill: "#667085"
|
|
322
|
+
}
|
|
323
|
+
),
|
|
324
|
+
/* @__PURE__ */ L(
|
|
325
|
+
"path",
|
|
326
|
+
{
|
|
327
|
+
d: "M44.2934 9.77515L44.8138 9.93136L44.7801 10.0417L44.2598 9.8849C44.2662 9.86748 44.2714 9.8489 44.2772 9.82973C44.2842 9.81115 44.2888 9.79315 44.2934 9.77515Z",
|
|
328
|
+
fill: "#667085"
|
|
329
|
+
}
|
|
330
|
+
),
|
|
331
|
+
/* @__PURE__ */ L(
|
|
332
|
+
"path",
|
|
333
|
+
{
|
|
334
|
+
d: "M44.7075 8.83841L44.3927 8.8506C44.3927 8.83202 44.3916 8.8117 44.391 8.79253C44.3904 8.77337 44.3898 8.75479 44.3887 8.73504L44.9316 8.71704L44.9351 8.83202L44.6024 9.05501L44.9421 9.06604L44.9392 9.18044L44.3956 9.16302C44.3968 9.14444 44.3974 9.12528 44.398 9.10553C44.3985 9.08579 44.3997 9.06721 44.4003 9.04804L44.7075 8.83841Z",
|
|
335
|
+
fill: "#667085"
|
|
336
|
+
}
|
|
337
|
+
),
|
|
338
|
+
/* @__PURE__ */ L(
|
|
339
|
+
"path",
|
|
340
|
+
{
|
|
341
|
+
d: "M44.8812 9.67865C44.8742 9.7193 44.8376 9.74659 44.7964 9.74078L44.4009 9.67981C44.3603 9.67342 44.3324 9.63626 44.3388 9.59503C44.3475 9.53754 44.3614 9.48063 44.3632 9.46553C44.3649 9.45217 44.3719 9.39875 44.3765 9.34416C44.3812 9.30351 44.4213 9.27622 44.4619 9.28203L44.8556 9.34184C44.8963 9.34765 44.9242 9.38539 44.9178 9.42662L44.7958 9.45217L44.4892 9.40456L44.4642 9.57412L44.7714 9.61942L44.7958 9.45217L44.9178 9.42662L44.8812 9.67865Z",
|
|
342
|
+
fill: "#667085"
|
|
343
|
+
}
|
|
344
|
+
),
|
|
345
|
+
/* @__PURE__ */ L(
|
|
346
|
+
"path",
|
|
347
|
+
{
|
|
348
|
+
d: "M40.7578 7.87866L40.565 8.62951H40.6127L40.7497 8.09933V8.62951H40.8025V8.09933L40.939 8.62951H40.565C40.5952 8.71778 40.6974 8.76656 40.7741 8.76656C40.8502 8.76656 40.9535 8.71778 40.9826 8.62951L40.7898 7.87866H40.7578Z",
|
|
349
|
+
fill: "#667085"
|
|
350
|
+
}
|
|
351
|
+
),
|
|
352
|
+
/* @__PURE__ */ L(
|
|
353
|
+
"path",
|
|
354
|
+
{
|
|
355
|
+
d: "M41.5573 7.54663L41.6468 7.58728L41.6381 7.60296C41.5957 7.60296 41.5858 7.68368 41.5858 7.72375C41.5858 7.74697 41.6084 7.77949 41.6491 7.77949C41.6892 7.77949 41.7612 7.74291 41.8599 7.74291C41.9586 7.74291 42.0625 7.78414 42.1694 7.78414C42.278 7.78414 42.3024 7.75394 42.3285 7.75394C42.3558 7.75394 42.4098 7.76614 42.4098 7.80504C42.4098 7.84395 42.3558 7.85557 42.3285 7.85557C42.3018 7.85557 42.2774 7.82537 42.1694 7.82537C42.062 7.82537 41.9586 7.86718 41.8599 7.86718C41.7612 7.86718 41.6892 7.83001 41.6491 7.83001C41.6084 7.83001 41.5858 7.86253 41.5858 7.88576C41.5858 7.90841 41.6357 7.95487 41.6357 7.95487L41.5568 8.07449L41.4789 7.95487C41.4789 7.95487 41.5271 7.90841 41.5271 7.88576C41.5271 7.86253 41.5051 7.83001 41.465 7.83001C41.4244 7.83001 41.3523 7.86718 41.2542 7.86718C41.1549 7.86718 41.0515 7.82537 40.9441 7.82537C40.8367 7.82537 40.8111 7.85557 40.785 7.85557C40.7571 7.85557 40.7031 7.84337 40.7031 7.80504C40.7031 7.76672 40.7571 7.75394 40.785 7.75394C40.8117 7.75394 40.8367 7.78414 40.9441 7.78414C41.0515 7.78414 41.1549 7.74291 41.2542 7.74291C41.3523 7.74291 41.4244 7.77949 41.465 7.77949C41.5051 7.77949 41.5271 7.74697 41.5271 7.72375C41.5271 7.68368 41.5184 7.60296 41.4755 7.60296L41.4667 7.58728L41.5573 7.54663Z",
|
|
356
|
+
fill: "#667085"
|
|
357
|
+
}
|
|
358
|
+
),
|
|
359
|
+
/* @__PURE__ */ L(
|
|
360
|
+
"path",
|
|
361
|
+
{
|
|
362
|
+
d: "M42.3575 7.87866L42.5503 8.62951H42.5033L42.3663 8.09933V8.62951H42.3134V8.09933L42.1764 8.62951H42.5503C42.5196 8.71778 42.4179 8.76656 42.3419 8.76656C42.2658 8.76656 42.1624 8.71778 42.1328 8.62951L42.3262 7.87866H42.3575Z",
|
|
363
|
+
fill: "#667085"
|
|
364
|
+
}
|
|
365
|
+
),
|
|
366
|
+
/* @__PURE__ */ L(
|
|
367
|
+
"path",
|
|
368
|
+
{
|
|
369
|
+
d: "M41.5573 8.41057L43.1827 10.0005C43.1897 9.9837 43.185 9.94479 43.1757 9.90066L41.5573 8.31592L39.9389 9.90066C39.929 9.94479 39.9256 9.9837 39.9319 10.0005L41.5573 8.41057Z",
|
|
370
|
+
fill: "#667085"
|
|
371
|
+
}
|
|
372
|
+
),
|
|
373
|
+
/* @__PURE__ */ L(
|
|
374
|
+
"path",
|
|
375
|
+
{
|
|
376
|
+
d: "M41.5569 9.12581L42.8565 10.3976L42.892 10.3395L41.5569 9.03174L40.2236 10.3395L40.2585 10.3976L41.5569 9.12581Z",
|
|
377
|
+
fill: "#667085"
|
|
378
|
+
}
|
|
379
|
+
),
|
|
380
|
+
/* @__PURE__ */ L(
|
|
381
|
+
"path",
|
|
382
|
+
{
|
|
383
|
+
d: "M43.4762 7.91671C43.5639 7.95272 43.7038 8.11067 43.6156 8.19836C43.2939 8.08396 43.1934 8.3656 43.1934 8.52413C43.1934 8.88997 43.4704 9.07812 43.4704 9.72909C43.4704 9.93466 43.417 10.7279 42.3363 10.977C42.1685 11.0165 41.7997 11.1141 41.5581 11.3388V11.2714C41.8235 11.0258 42.334 10.9387 42.4164 10.9131C42.8206 10.7924 43.4274 10.4602 43.4274 9.71457C43.4274 9.2564 43.2393 8.89694 43.0633 8.89694C42.989 8.89694 43.0122 8.98811 43.054 9.04967C43.079 9.08567 43.108 9.14664 43.0407 9.13329C42.9733 9.11993 42.8839 9.14258 42.8839 9.20239C42.8839 9.23201 42.921 9.23201 42.942 9.22039C42.9629 9.20878 42.989 9.20065 43.0267 9.20065C43.1016 9.20065 43.1824 9.24769 43.1824 9.30169C43.1824 9.3557 43.079 9.33305 43.079 9.37602C43.079 9.40506 43.3264 9.58043 43.3264 9.78658C43.3264 9.85162 43.2991 9.82665 43.284 9.78658C43.2683 9.74651 43.2253 9.6925 43.1847 9.6925C43.1446 9.6925 43.122 9.70818 43.14 9.74128C43.1574 9.77554 43.2253 9.87891 43.2253 10.0223C43.2253 10.1664 43.1191 10.3551 43.05 10.4399C43.0157 10.4823 43.0041 10.4555 42.9977 10.4399C42.9913 10.4248 42.9756 10.3754 42.9414 10.3754C42.8833 10.3754 42.9187 10.6536 42.2788 10.8243C42.151 10.8586 41.827 10.9393 41.5576 11.1454C41.2881 10.9399 40.9641 10.8586 40.8369 10.8243C40.1958 10.6536 40.2318 10.3754 40.1737 10.3754C40.1395 10.3754 40.1238 10.4248 40.1168 10.4399C40.1104 10.4555 40.1 10.4823 40.0646 10.4399C39.996 10.3551 39.8898 10.1664 39.8898 10.0223C39.8898 9.87891 39.9566 9.77496 39.9751 9.74128C39.9926 9.70818 39.9699 9.6925 39.9304 9.6925C39.8898 9.6925 39.8468 9.74651 39.8317 9.78658C39.8166 9.82665 39.7887 9.85162 39.7887 9.78658C39.7887 9.58043 40.0361 9.40506 40.0361 9.37602C40.0361 9.33305 39.9322 9.3557 39.9322 9.30169C39.9322 9.24769 40.0135 9.20065 40.0872 9.20065C40.1261 9.20065 40.1528 9.20936 40.1732 9.22039C40.1929 9.23201 40.2312 9.23201 40.2312 9.20239C40.2312 9.142 40.1418 9.11935 40.0744 9.13329C40.0065 9.14664 40.0361 9.08625 40.0611 9.04967C40.1029 8.98869 40.1261 8.89694 40.0518 8.89694C39.8764 8.89694 39.6877 9.2564 39.6877 9.71457C39.6877 10.4602 40.2945 10.7924 40.6987 10.9131C40.7817 10.9387 41.2916 11.0258 41.557 11.2714V11.3388C41.3148 11.1141 40.9449 11.0165 40.7765 10.977C39.6952 10.7273 39.6424 9.93408 39.6424 9.72909C39.6424 9.07812 39.9194 8.88997 39.9194 8.52413C39.9194 8.36618 39.8184 8.08396 39.4972 8.19836C39.4101 8.11067 39.5501 7.95214 39.6378 7.91671C39.6203 7.83774 39.8892 7.49106 40.3241 7.49106C40.6052 7.49106 40.8253 7.62636 41.1249 7.62636C41.2388 7.62636 41.4426 7.5741 41.557 7.50383V7.56481C41.4426 7.63507 41.2388 7.68792 41.1249 7.68792C40.8253 7.68792 40.6052 7.55261 40.3241 7.55261C40.111 7.55261 39.9461 7.6374 39.841 7.7245C39.8567 7.72741 39.9101 7.74773 39.9165 7.75238C39.9438 7.77154 39.9298 7.80115 39.8938 7.7878C39.8706 7.77909 39.8398 7.76167 39.8062 7.75702C39.7905 7.7727 39.7771 7.7878 39.7661 7.80174C39.8352 7.80174 39.8787 7.82264 39.9078 7.83948C39.9391 7.85632 39.9293 7.89232 39.8892 7.87374C39.8538 7.85922 39.8096 7.83774 39.7347 7.84471C39.7225 7.86445 39.715 7.88129 39.7132 7.89465L39.7295 7.96317C39.6732 7.96317 39.5181 8.01718 39.5477 8.11299C39.5994 8.09847 39.9653 8.1066 39.9653 8.47767C39.9653 8.53981 39.9879 8.534 39.9879 8.51368C40.0239 8.34469 39.9095 8.15654 39.7678 8.08918C39.7127 8.06305 39.7249 8.01543 39.8038 8.05783C39.8793 8.09847 40.0326 8.21287 40.0326 8.42889C40.0326 8.47825 40.0193 8.5793 40.0193 8.5793C40.0193 8.5793 40.0762 8.52297 40.0762 8.3836C40.0762 8.15306 39.8898 7.96375 39.7301 7.96375L39.7138 7.89523C39.8062 7.88245 40.1406 7.97072 40.1406 8.42309C40.1406 8.49858 40.0959 8.73551 40.0175 8.83713C40.1046 8.82377 40.2725 8.82784 40.1406 9.06128C40.3334 9.10077 40.2858 9.29414 40.2243 9.29414C40.1424 9.29414 40.1494 9.25001 40.0698 9.25001C40.0123 9.25001 40.0077 9.28775 40.039 9.29879C40.0785 9.31214 40.1046 9.33421 40.1046 9.37776C40.1046 9.45964 39.9862 9.41783 39.8828 9.65534C39.9177 9.64431 39.938 9.6385 39.9624 9.6385C39.9862 9.6385 40.0437 9.64663 40.0437 9.69541C40.0437 9.74419 39.9426 9.81677 39.9426 10.0148C39.9426 10.1187 40.0483 10.3028 40.0744 10.3377C40.1052 10.3069 40.136 10.2854 40.1714 10.2854C40.2945 10.2854 40.2771 10.3818 40.2771 10.4079C40.2771 10.4346 40.413 10.6721 40.8044 10.7691C40.9954 10.8162 41.413 10.934 41.5581 11.0746C41.7033 10.934 42.1203 10.8162 42.3119 10.7691C42.7027 10.6721 42.8386 10.4346 42.8386 10.4079C42.8386 10.3818 42.8218 10.2854 42.9449 10.2854C42.9803 10.2854 43.0105 10.3069 43.0418 10.3377C43.068 10.3028 43.1742 10.1187 43.1742 10.0148C43.1742 9.81677 43.072 9.74419 43.072 9.69541C43.072 9.64663 43.1295 9.6385 43.1545 9.6385C43.1783 9.6385 43.198 9.64489 43.2335 9.65534C43.1295 9.41841 43.0111 9.45964 43.0111 9.37776C43.0111 9.33421 43.0378 9.31272 43.0773 9.29879C43.1092 9.28775 43.1034 9.25001 43.0465 9.25001C42.9669 9.25001 42.9733 9.29414 42.892 9.29414C42.831 9.29414 42.7823 9.10077 42.9762 9.06128C42.8438 8.82842 43.0111 8.82377 43.0987 8.83713C43.0192 8.73551 42.9762 8.49858 42.9762 8.42309C42.9762 8.15306 43.0953 8.01253 43.2102 7.94633C43.1917 7.91962 43.1725 7.90336 43.1551 7.88768C43.122 7.85806 43.1493 7.83426 43.1783 7.85574C43.1992 7.87084 43.2248 7.89116 43.2491 7.92659C43.2637 7.91962 43.2788 7.91439 43.2921 7.90975C43.2747 7.88187 43.248 7.86387 43.2317 7.84703C43.2039 7.81974 43.2253 7.79535 43.2544 7.81103C43.2695 7.81974 43.2979 7.83658 43.3357 7.89871C43.3635 7.89349 43.3868 7.89291 43.4025 7.89465L43.3856 7.96317C43.2271 7.96317 43.0401 8.1519 43.0401 8.38302C43.0401 8.52239 43.0964 8.57872 43.0964 8.57872C43.0964 8.57872 43.0836 8.47767 43.0836 8.42831C43.0836 8.21229 43.2364 8.09847 43.313 8.05724C43.392 8.01485 43.4042 8.06247 43.349 8.0886C43.2073 8.15596 43.0924 8.34411 43.1284 8.5131C43.1284 8.53342 43.151 8.53981 43.151 8.47709C43.151 8.10602 43.5174 8.09789 43.5691 8.11241C43.5981 8.0166 43.4437 7.96259 43.3868 7.96259L43.4036 7.89407C43.3903 7.81045 43.1655 7.55203 42.7921 7.55203C42.5111 7.55203 42.291 7.68734 41.9913 7.68734C41.8769 7.68734 41.6731 7.63449 41.5593 7.56423V7.50325C41.6731 7.57352 41.8752 7.62578 41.989 7.62578C42.2887 7.62578 42.5093 7.49048 42.791 7.49048C43.2259 7.49048 43.4936 7.83774 43.4762 7.91671Z",
|
|
384
|
+
fill: "#667085"
|
|
385
|
+
}
|
|
386
|
+
),
|
|
387
|
+
/* @__PURE__ */ L(
|
|
388
|
+
"path",
|
|
389
|
+
{
|
|
390
|
+
d: "M41.5574 8.96567L42.961 10.3396C43.0742 10.4296 43.1555 10.1451 43.1788 10.0649L41.5574 8.47729L39.9355 10.0649L40.1092 10.1706L40.1109 10.0882L40.0621 10.0225L40.1411 9.99816L40.1876 9.93196L40.2352 9.99816L40.3386 9.94763L40.3397 9.86518L40.2909 9.79956L40.3693 9.77517L40.417 9.70838L40.4634 9.77517L40.5668 9.72464L40.5685 9.64218L40.5192 9.57715L40.5975 9.55276L40.6452 9.48539L40.6928 9.55276L40.7961 9.50107L40.7973 9.41978L40.748 9.35416L40.8263 9.32919L40.874 9.26241L40.9216 9.32919L41.0249 9.27867L41.0255 9.19679L40.9767 9.13059L41.0551 9.1062L41.1028 9.04L41.1498 9.1062L41.2537 9.05568L41.2543 8.9738L41.2055 8.90818L41.2834 8.88321L41.3316 8.81643L41.3786 8.88321L41.4825 8.8321L41.4831 8.75081L41.4343 8.68461L41.5122 8.65964L41.5604 8.59402L41.608 8.65964L41.6864 8.68461L41.637 8.75081L41.6382 8.8321L41.6608 8.90818L41.7398 8.88321L41.7868 8.81643L41.8339 8.88321L41.9128 8.90818L41.8641 8.9738L41.8646 9.05568L41.968 9.1062L42.0156 9.04L42.0632 9.1062L42.1416 9.13059L42.0923 9.19679L42.0934 9.27867L42.1974 9.32919L42.2444 9.26241L42.2915 9.32919L42.3704 9.35416L42.3222 9.41978L42.3228 9.50107L42.4256 9.55276L42.4732 9.48539L42.5208 9.55276L42.5992 9.57715L42.5499 9.64218L42.5505 9.72464L42.6544 9.77517L42.7014 9.70838L42.7467 9.77575L42.8245 9.80014L42.7758 9.86576L42.7769 9.94822L42.8803 9.99874L42.9279 9.93254L42.9755 9.99874L43.0533 10.0231L43.0046 10.0887L43.0051 10.1712L42.9279 10.1445L42.8501 10.1712L42.8507 10.0887L42.8019 10.0231L42.8803 9.99874L42.7769 9.94822L42.6985 9.9215L42.6213 9.94822L42.6219 9.86576L42.5731 9.80014L42.6515 9.77575L42.5475 9.72522L42.4703 9.69909L42.3925 9.72522L42.3931 9.64277L42.3437 9.57773L42.4227 9.55334L42.3199 9.50165L42.2415 9.4761L42.1637 9.50165L42.1643 9.42036L42.1155 9.35474L42.1945 9.32977L42.0905 9.27925L42.0139 9.25311L41.9361 9.27925L41.9366 9.19737L41.8879 9.13117L41.9663 9.10678L41.8629 9.05626L41.7851 9.03012L41.7079 9.05626L41.7084 8.97438L41.6591 8.90876L41.6364 8.83268L41.5586 8.80655L41.4808 8.83268L41.3769 8.88379L41.4558 8.90876L41.4065 8.97438L41.4076 9.05626L41.3298 9.03012L41.252 9.05626L41.1481 9.10678L41.227 9.13117L41.1777 9.19737L41.1783 9.27925L41.1016 9.25311L41.0238 9.27925L40.9204 9.32977L40.9988 9.35474L40.9495 9.42036L40.95 9.50165L40.8728 9.4761L40.795 9.50165L40.6916 9.55334L40.77 9.57773L40.7212 9.64277L40.7218 9.72522L40.644 9.69909L40.5656 9.72522L40.4634 9.77517L40.543 9.80014L40.4936 9.86576L40.4942 9.94822L40.417 9.9215L40.3386 9.94763L40.2352 9.99816L40.3142 10.0231L40.2648 10.0887L40.266 10.1712L40.1876 10.1445L40.1092 10.1712L39.9355 10.0649C39.9594 10.1451 40.0407 10.4302 40.1533 10.3402L41.5574 8.96567Z",
|
|
391
|
+
fill: "#667085"
|
|
392
|
+
}
|
|
393
|
+
),
|
|
394
|
+
/* @__PURE__ */ L(
|
|
395
|
+
"path",
|
|
396
|
+
{
|
|
397
|
+
d: "M40.4148 10.0063C40.4917 10.0063 40.5541 9.93975 40.5541 9.85764C40.5541 9.77554 40.4917 9.70898 40.4148 9.70898C40.3378 9.70898 40.2754 9.77554 40.2754 9.85764C40.2754 9.93975 40.3378 10.0063 40.4148 10.0063Z",
|
|
398
|
+
fill: "#667085"
|
|
399
|
+
}
|
|
400
|
+
),
|
|
401
|
+
/* @__PURE__ */ L(
|
|
402
|
+
"path",
|
|
403
|
+
{
|
|
404
|
+
d: "M40.8751 9.55953C40.9518 9.55953 41.0139 9.49297 41.0139 9.41087C41.0139 9.32876 40.9518 9.26221 40.8751 9.26221C40.7985 9.26221 40.7363 9.32876 40.7363 9.41087C40.7363 9.49297 40.7985 9.55953 40.8751 9.55953Z",
|
|
405
|
+
fill: "#667085"
|
|
406
|
+
}
|
|
407
|
+
),
|
|
408
|
+
/* @__PURE__ */ L(
|
|
409
|
+
"path",
|
|
410
|
+
{
|
|
411
|
+
d: "M41.3357 9.09981C41.4126 9.09981 41.475 9.03325 41.475 8.95115C41.475 8.86905 41.4126 8.80249 41.3357 8.80249C41.2587 8.80249 41.1963 8.86905 41.1963 8.95115C41.1963 9.03325 41.2587 9.09981 41.3357 9.09981Z",
|
|
412
|
+
fill: "#667085"
|
|
413
|
+
}
|
|
414
|
+
),
|
|
415
|
+
/* @__PURE__ */ L(
|
|
416
|
+
"path",
|
|
417
|
+
{
|
|
418
|
+
d: "M41.7819 9.09981C41.8589 9.09981 41.9213 9.03325 41.9213 8.95115C41.9213 8.86905 41.8589 8.80249 41.7819 8.80249C41.705 8.80249 41.6426 8.86905 41.6426 8.95115C41.6426 9.03325 41.705 9.09981 41.7819 9.09981Z",
|
|
419
|
+
fill: "#667085"
|
|
420
|
+
}
|
|
421
|
+
),
|
|
422
|
+
/* @__PURE__ */ L(
|
|
423
|
+
"path",
|
|
424
|
+
{
|
|
425
|
+
d: "M42.2409 9.54634C42.3179 9.54634 42.3803 9.47979 42.3803 9.39768C42.3803 9.31558 42.3179 9.24902 42.2409 9.24902C42.164 9.24902 42.1016 9.31558 42.1016 9.39768C42.1016 9.47979 42.164 9.54634 42.2409 9.54634Z",
|
|
426
|
+
fill: "#667085"
|
|
427
|
+
}
|
|
428
|
+
),
|
|
429
|
+
/* @__PURE__ */ L(
|
|
430
|
+
"path",
|
|
431
|
+
{
|
|
432
|
+
d: "M42.6882 10.0063C42.7652 10.0063 42.8276 9.93975 42.8276 9.85764C42.8276 9.77554 42.7652 9.70898 42.6882 9.70898C42.6112 9.70898 42.5488 9.77554 42.5488 9.85764C42.5488 9.93975 42.6112 10.0063 42.6882 10.0063Z",
|
|
433
|
+
fill: "#667085"
|
|
434
|
+
}
|
|
435
|
+
)
|
|
436
|
+
] }),
|
|
437
|
+
/* @__PURE__ */ L("defs", { children: /* @__PURE__ */ L("clipPath", { id: "clip0_6009_37031", children: /* @__PURE__ */ L("rect", { width: "45.4737", height: "18", fill: "white" }) }) })
|
|
438
|
+
]
|
|
439
|
+
}
|
|
440
|
+
);
|
|
441
|
+
}
|
|
442
|
+
export {
|
|
443
|
+
d as FdicLogo
|
|
444
|
+
};
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import { jsx as t, jsxs as e } from "react/jsx-runtime";
|
|
2
|
+
import * as c from "react";
|
|
3
|
+
import { useControllableState as E } from "@radix-ui/react-use-controllable-state";
|
|
4
|
+
import { Dialog as F, DialogContent as I, DialogClose as j, DialogTitle as M, DialogDescription as P, Separator as R, Button as r } from "../../../../../../../packages/shared-ui-shadcn/dist/index.js";
|
|
5
|
+
import { X as z, Check as G } from "lucide-react";
|
|
6
|
+
import { FdicLogo as H } from "./FdicLogo.js";
|
|
7
|
+
import { InlineErrorAlert as T } from "../InlineErrorAlert/InlineErrorAlert.js";
|
|
8
|
+
import { OnboardingShellScrollRegion as X } from "./OnboardingShellScrollRegion.js";
|
|
9
|
+
import { OnboardingShellStepper as q } from "./OnboardingShellStepper.js";
|
|
10
|
+
import { OnboardingShellOverlayContainerContext as J } from "./OnboardingShellOverlayPortal.js";
|
|
11
|
+
import { OnboardingShellOverlayPortal as lt } from "./OnboardingShellOverlayPortal.js";
|
|
12
|
+
import { ONBOARDING_SHELL_LABELS_EN as K } from "./labels.js";
|
|
13
|
+
function ot({
|
|
14
|
+
open: m,
|
|
15
|
+
defaultOpen: p = !0,
|
|
16
|
+
onOpenChange: u,
|
|
17
|
+
title: h,
|
|
18
|
+
subtitle: b,
|
|
19
|
+
stepLabels: g,
|
|
20
|
+
activeStep: n,
|
|
21
|
+
disclaimerText: f,
|
|
22
|
+
onBack: x,
|
|
23
|
+
onNext: N,
|
|
24
|
+
onCancel: l,
|
|
25
|
+
isBackDisabled: v = !1,
|
|
26
|
+
showDismissButton: s = !0,
|
|
27
|
+
isNextDisabled: S = !1,
|
|
28
|
+
isNextLoading: a = !1,
|
|
29
|
+
nextLabel: C,
|
|
30
|
+
nextIcon: i,
|
|
31
|
+
errorMessage: d,
|
|
32
|
+
children: L,
|
|
33
|
+
labels: w
|
|
34
|
+
}) {
|
|
35
|
+
const o = { ...K, ...w }, [O, y] = E({
|
|
36
|
+
prop: m,
|
|
37
|
+
defaultProp: p,
|
|
38
|
+
onChange: u
|
|
39
|
+
}), [D, k] = c.useState(null), B = c.useCallback(
|
|
40
|
+
(A) => {
|
|
41
|
+
k(A);
|
|
42
|
+
},
|
|
43
|
+
[]
|
|
44
|
+
), _ = !a && (i !== void 0 ? i : /* @__PURE__ */ t(G, { className: "ttw:size-5", "aria-hidden": !0 }));
|
|
45
|
+
return /* @__PURE__ */ t(F, { open: O, onOpenChange: y, children: /* @__PURE__ */ t(J.Provider, { value: D, children: /* @__PURE__ */ t(
|
|
46
|
+
I,
|
|
47
|
+
{
|
|
48
|
+
className: "ttw:max-h-[95vh] ttw:w-[720px] ttw:max-w-[calc(100vw-2rem)] ttw:overflow-hidden ttw:rounded-2xl ttw:p-0",
|
|
49
|
+
"data-testid": "onboarding-shell",
|
|
50
|
+
children: /* @__PURE__ */ e(
|
|
51
|
+
"div",
|
|
52
|
+
{
|
|
53
|
+
ref: B,
|
|
54
|
+
className: "ttw:relative ttw:grid ttw:max-h-[95vh] ttw:min-h-0 ttw:grid-rows-[auto_1fr_auto] ttw:gap-0",
|
|
55
|
+
children: [
|
|
56
|
+
s ? /* @__PURE__ */ e(
|
|
57
|
+
j,
|
|
58
|
+
{
|
|
59
|
+
className: "ttw:absolute ttw:right-4 ttw:top-4 ttw:cursor-pointer ttw:rounded-sm ttw:opacity-70 ttw:ring-offset-background ttw:transition-opacity ttw:hover:opacity-100 ttw:focus:outline-hidden ttw:focus:ring-2 ttw:focus:ring-ring ttw:focus:ring-offset-2 ttw:disabled:pointer-events-none ttw:data-[state=open]:bg-accent ttw:data-[state=open]:text-muted-foreground",
|
|
60
|
+
"data-testid": "onboarding-shell-dismiss",
|
|
61
|
+
children: [
|
|
62
|
+
/* @__PURE__ */ t(z, { className: "ttw:size-4", "aria-hidden": !0 }),
|
|
63
|
+
/* @__PURE__ */ t("span", { className: "ttw:sr-only", children: o.dismissAriaLabel })
|
|
64
|
+
]
|
|
65
|
+
}
|
|
66
|
+
) : null,
|
|
67
|
+
/* @__PURE__ */ e(
|
|
68
|
+
"header",
|
|
69
|
+
{
|
|
70
|
+
className: s ? "ttw:px-8 ttw:pt-8 ttw:pr-14" : "ttw:px-8 ttw:pt-8",
|
|
71
|
+
children: [
|
|
72
|
+
/* @__PURE__ */ t(M, { className: "ttw:text-2xl ttw:font-bold ttw:leading-tight ttw:text-foreground", children: h }),
|
|
73
|
+
/* @__PURE__ */ t(P, { className: "ttw:mt-1 ttw:mb-4 ttw:text-sm ttw:text-muted-foreground", children: b }),
|
|
74
|
+
/* @__PURE__ */ t(
|
|
75
|
+
q,
|
|
76
|
+
{
|
|
77
|
+
stepLabels: g,
|
|
78
|
+
activeStep: n,
|
|
79
|
+
labels: w
|
|
80
|
+
}
|
|
81
|
+
)
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
),
|
|
85
|
+
/* @__PURE__ */ t(
|
|
86
|
+
X,
|
|
87
|
+
{
|
|
88
|
+
activeStep: n,
|
|
89
|
+
scrollForMoreLabel: o.scrollForMore,
|
|
90
|
+
children: L
|
|
91
|
+
}
|
|
92
|
+
),
|
|
93
|
+
/* @__PURE__ */ e("footer", { className: "ttw:px-8 ttw:pb-8", children: [
|
|
94
|
+
/* @__PURE__ */ t(R, { className: "ttw:mb-3" }),
|
|
95
|
+
/* @__PURE__ */ e("div", { className: "ttw:mb-4 ttw:flex ttw:items-center ttw:gap-1", children: [
|
|
96
|
+
/* @__PURE__ */ t("p", { className: "ttw:text-sm ttw:text-muted-foreground", children: f }),
|
|
97
|
+
/* @__PURE__ */ t(H, {})
|
|
98
|
+
] }),
|
|
99
|
+
d ? /* @__PURE__ */ t(T, { className: "ttw:mb-3", children: d }) : null,
|
|
100
|
+
/* @__PURE__ */ e("div", { className: "ttw:flex ttw:items-center ttw:justify-between ttw:gap-3", children: [
|
|
101
|
+
/* @__PURE__ */ t(
|
|
102
|
+
r,
|
|
103
|
+
{
|
|
104
|
+
type: "button",
|
|
105
|
+
variant: "outline",
|
|
106
|
+
disabled: v || a,
|
|
107
|
+
onClick: x,
|
|
108
|
+
className: "ttw:h-auto ttw:rounded-2xl ttw:border-border ttw:px-5 ttw:py-3 ttw:text-base ttw:font-medium ttw:text-foreground ttw:hover:bg-muted ttw:hover:text-foreground",
|
|
109
|
+
"data-testid": "onboarding-shell-back",
|
|
110
|
+
children: o.backButton
|
|
111
|
+
}
|
|
112
|
+
),
|
|
113
|
+
/* @__PURE__ */ e("div", { className: "ttw:flex ttw:items-center ttw:gap-3", children: [
|
|
114
|
+
l ? /* @__PURE__ */ t(
|
|
115
|
+
r,
|
|
116
|
+
{
|
|
117
|
+
type: "button",
|
|
118
|
+
variant: "outline",
|
|
119
|
+
disabled: a,
|
|
120
|
+
onClick: l,
|
|
121
|
+
className: "ttw:h-auto ttw:rounded-2xl ttw:border-border ttw:px-5 ttw:py-3 ttw:text-base ttw:font-medium ttw:text-foreground ttw:hover:bg-muted ttw:hover:text-foreground",
|
|
122
|
+
"data-testid": "onboarding-shell-cancel",
|
|
123
|
+
children: o.cancelButton
|
|
124
|
+
}
|
|
125
|
+
) : null,
|
|
126
|
+
/* @__PURE__ */ e(
|
|
127
|
+
r,
|
|
128
|
+
{
|
|
129
|
+
type: "button",
|
|
130
|
+
disabled: S || a,
|
|
131
|
+
loading: a,
|
|
132
|
+
onClick: N,
|
|
133
|
+
className: "ttw:h-auto ttw:rounded-2xl ttw:px-5 ttw:py-3 ttw:text-base ttw:font-medium",
|
|
134
|
+
"data-testid": "onboarding-shell-next",
|
|
135
|
+
children: [
|
|
136
|
+
C,
|
|
137
|
+
_
|
|
138
|
+
]
|
|
139
|
+
}
|
|
140
|
+
)
|
|
141
|
+
] })
|
|
142
|
+
] })
|
|
143
|
+
] })
|
|
144
|
+
]
|
|
145
|
+
}
|
|
146
|
+
)
|
|
147
|
+
}
|
|
148
|
+
) }) });
|
|
149
|
+
}
|
|
150
|
+
export {
|
|
151
|
+
K as ONBOARDING_SHELL_LABELS_EN,
|
|
152
|
+
ot as OnboardingShell,
|
|
153
|
+
lt as OnboardingShellOverlayPortal,
|
|
154
|
+
q as OnboardingShellStepper
|
|
155
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
3
|
+
import * as e from "react";
|
|
4
|
+
import { createPortal as i } from "react-dom";
|
|
5
|
+
const s = e.createContext(null);
|
|
6
|
+
function f({
|
|
7
|
+
children: o,
|
|
8
|
+
expandContainer: n = !1
|
|
9
|
+
}) {
|
|
10
|
+
const t = e.useContext(s);
|
|
11
|
+
e.useEffect(() => {
|
|
12
|
+
if (!t || !n) return;
|
|
13
|
+
const l = t.style.minHeight;
|
|
14
|
+
return t.style.minHeight = "min(840px, 92vh)", () => {
|
|
15
|
+
t.style.minHeight = l;
|
|
16
|
+
};
|
|
17
|
+
}, [t, n]);
|
|
18
|
+
const r = /* @__PURE__ */ a(
|
|
19
|
+
"div",
|
|
20
|
+
{
|
|
21
|
+
className: "ttw:absolute ttw:inset-0 ttw:z-20 ttw:flex ttw:flex-col ttw:overflow-hidden ttw:rounded-2xl ttw:bg-background",
|
|
22
|
+
"data-testid": "onboarding-shell-overlay",
|
|
23
|
+
children: o
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
return t ? i(r, t) : r;
|
|
27
|
+
}
|
|
28
|
+
export {
|
|
29
|
+
s as OnboardingShellOverlayContainerContext,
|
|
30
|
+
f as OnboardingShellOverlayPortal
|
|
31
|
+
};
|