@alviere/ui 0.8.2 → 0.9.1

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
 
@@ -94,25 +94,25 @@ export declare type StepStatus = 'INCOMPLETE' | 'COMPLETE' | 'IN_PROGRESS' | 'ER
94
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
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 }
97
+ export { SvelteComponent as AddBankAccount }
98
+ export { SvelteComponent as AddPaymentInstrument }
99
+ export { SvelteComponent as Badge }
100
+ export { SvelteComponent as Button }
101
+ export { SvelteComponent as CardCVVInput }
102
+ export { SvelteComponent as CardExpInput }
103
+ export { SvelteComponent as CardPanInput }
104
+ export { SvelteComponent as Checkbox }
105
+ export { SvelteComponent as CheckoutConfirm }
106
+ export { SvelteComponent as CreateConsumerAccount }
107
+ export { SvelteComponent as CurrencyInput }
108
+ export { SvelteComponent as DateOfBirthInput }
109
+ export { SvelteComponent as ErrorBoundary }
110
+ export { SvelteComponent as FormErrorBoundary }
111
+ export { SvelteComponent as MultiStepFlow }
112
+ export { SvelteComponent as PhoneInput }
113
+ export { SvelteComponent as Spinner }
114
+ export { SvelteComponent as TextInput }
115
+ export { SvelteComponent as Timeline }
116
116
 
117
117
  /**
118
118
  * Configuration options for token injection