@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 +20 -20
- package/dist/index.js +4067 -3146
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/web-components.js +1 -1
- package/dist/web-components.js.map +1 -1
- package/package.json +7 -7
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 {
|
|
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 {
|
|
98
|
-
export {
|
|
99
|
-
export {
|
|
100
|
-
export {
|
|
101
|
-
export {
|
|
102
|
-
export {
|
|
103
|
-
export {
|
|
104
|
-
export {
|
|
105
|
-
export {
|
|
106
|
-
export {
|
|
107
|
-
export {
|
|
108
|
-
export {
|
|
109
|
-
export {
|
|
110
|
-
export {
|
|
111
|
-
export {
|
|
112
|
-
export {
|
|
113
|
-
export {
|
|
114
|
-
export {
|
|
115
|
-
export {
|
|
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
|