@alviere/ui 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { AlviereCoreConfig } from '@alviere/core';
2
2
  import { PaymentInstrument } from '@alviere/core';
3
3
  import { PaymentInstrumentRequest } from '@alviere/core';
4
4
  import { PaymentInstrumentResponse } from '@alviere/core';
5
- import { SvelteComponentTyped } from 'svelte';
5
+ import { SvelteComponent } from 'svelte';
6
6
 
7
7
  export { AlviereCoreConfig }
8
8
 
@@ -58,6 +58,7 @@ export declare interface FlowConfig {
58
58
  amount?: number;
59
59
  title?: string;
60
60
  description?: string;
61
+ profile?: string;
61
62
  allowSkip?: boolean;
62
63
  allowBack?: boolean;
63
64
  showProgress?: boolean;
@@ -92,27 +93,27 @@ export { PaymentInstrumentResponse }
92
93
 
93
94
  export declare type StepStatus = 'INCOMPLETE' | 'COMPLETE' | 'IN_PROGRESS' | 'ERROR';
94
95
 
95
- export declare type StepType = 'CREATE_ACCOUNT' | 'CREATE_CONSUMER_ACCOUNT' | 'CREATE_BUSINESS_ACCOUNT' | 'ADD_BANK_ACCOUNT' | 'ADD_PAYMENT_INSTRUMENT' | 'BANK_ACCOUNTS' | 'CHECKOUT_CONFIRM';
96
-
97
- export { SvelteComponentTyped as AddBankAccount }
98
- export { SvelteComponentTyped as AddPaymentInstrument }
99
- export { SvelteComponentTyped as Badge }
100
- export { SvelteComponentTyped as Button }
101
- export { SvelteComponentTyped as CardCVVInput }
102
- export { SvelteComponentTyped as CardExpInput }
103
- export { SvelteComponentTyped as CardPanInput }
104
- export { SvelteComponentTyped as Checkbox }
105
- export { SvelteComponentTyped as CheckoutConfirm }
106
- export { SvelteComponentTyped as CreateConsumerAccount }
107
- export { SvelteComponentTyped as CurrencyInput }
108
- export { SvelteComponentTyped as DateOfBirthInput }
109
- export { SvelteComponentTyped as ErrorBoundary }
110
- export { SvelteComponentTyped as FormErrorBoundary }
111
- export { SvelteComponentTyped as MultiStepFlow }
112
- export { SvelteComponentTyped as PhoneInput }
113
- export { SvelteComponentTyped as Spinner }
114
- export { SvelteComponentTyped as TextInput }
115
- export { SvelteComponentTyped as Timeline }
96
+ export declare type StepType = 'CREATE_ACCOUNT' | 'CREATE_CONSUMER_ACCOUNT' | 'CREATE_BUSINESS_ACCOUNT' | 'ADD_BANK_ACCOUNT' | 'ADD_DOSSIER' | 'ADD_PAYMENT_INSTRUMENT' | 'BANK_ACCOUNTS' | 'CHECKOUT_CONFIRM' | 'START_ONBOARDING';
97
+
98
+ export { SvelteComponent as AddBankAccount }
99
+ export { SvelteComponent as AddPaymentInstrument }
100
+ export { SvelteComponent as Badge }
101
+ export { SvelteComponent as Button }
102
+ export { SvelteComponent as CardCVVInput }
103
+ export { SvelteComponent as CardExpInput }
104
+ export { SvelteComponent as CardPanInput }
105
+ export { SvelteComponent as Checkbox }
106
+ export { SvelteComponent as CheckoutConfirm }
107
+ export { SvelteComponent as CreateConsumerAccount }
108
+ export { SvelteComponent as CurrencyInput }
109
+ export { SvelteComponent as DateOfBirthInput }
110
+ export { SvelteComponent as ErrorBoundary }
111
+ export { SvelteComponent as FormErrorBoundary }
112
+ export { SvelteComponent as MultiStepFlow }
113
+ export { SvelteComponent as PhoneInput }
114
+ export { SvelteComponent as Spinner }
115
+ export { SvelteComponent as TextInput }
116
+ export { SvelteComponent as Timeline }
116
117
 
117
118
  /**
118
119
  * Configuration options for token injection