@wf-financing/ui-assets 1.2.1 → 1.2.3

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.
@@ -9,3 +9,4 @@ export { type CompleteKyc, CompleteKycSchema } from './completeKyc.ts';
9
9
  export { type SignContract, SignContractSchema } from './signContract';
10
10
  export { type CopyBundle, type Copy, CopyBundleSchema, CopySchema } from './copyBundle';
11
11
  export { type ProvideAdditionalInfo, ProvideAdditionalInfoSchema } from './provideAdditionalInfo.ts';
12
+ export { type SlideoutPanel, SlideoutPanelSchema, type ContactDetailsScreen, ContactDetailsScreenSchema, type UserConsentScreen, UserConsentScreenSchema, type CountryOfIncorporationScreen, CountryOfIncorporationScreenSchema, type EmailAlreadyRegisteredScreen, EmailAlreadyRegisteredScreenSchema, type StateProvinceScreen, StateProvinceScreenSchema, type CompanyDetailsScreen, CompanyDetailsScreenSchema, type MonthlyRevenueScreen, MonthlyRevenueScreenSchema, type BusinessDetails, BusinessDetailsSchema, type BusinessModelScreen, BusinessModelScreenSchema, type NotInYourCountryYetScreen, NotInYourCountryYetScreenSchema, type NotInYourCountryYetConfirmationScreen, NotInYourCountryYetConfirmationScreenSchema, type IneligibleCountryScreen, IneligibleCountryScreenSchema, type BusinessAlreadyOnWayflyerScreen, BusinessAlreadyOnWayflyerScreenSchema, type HandoverToWayflyerScreen, HandoverToWayflyerScreenSchema, } from './journeyScreens';