@financial-times/n-conversion-forms
Version:
Containing jsx components and styles for forms included on Accounts and Acquisition apps (next-signup, next-profile, next-retention, etc).
63 lines (62 loc) • 3.23 kB
JavaScript
export { AcceptTerms } from './accept-terms';
export { AcceptTermsPrivacyPolicy } from './accept-terms-privacy-policy';
export { AcceptTermsSubscription } from './accept-terms-subscription';
export { AcceptTermsSubscriptionUpdatedUI } from './accept-terms-subscription-updated-ui';
export { AcceptTermsBusiness } from './accept-terms-business';
export { AppBanner } from './app-banner';
export { BillingCity } from './billing-city';
export { BillingCountry } from './billing-country';
export { BillingPostcode } from './billing-postcode';
export { B2CPartnershipConfirmation } from './b2c-partnership-confirmation';
export { CompanyName } from './company-name';
export { Confirmation } from './confirmation';
export { ContinueReading } from './continue-reading';
export { Country } from './country';
export { CustomerCare } from './customer-care';
export { Debug } from './debug';
export { DecisionMaker } from './decision-maker';
export { DeliveryAddressType } from './delivery-address-type';
export { DeliveryAddress } from './delivery-address';
export { DeliveryCity } from './delivery-city';
export { DeliveryCounty } from './delivery-county';
export { DeliveryInstructions } from './delivery-instructions';
export { DeliveryOption } from './delivery-option';
export { DeliveryPostcode } from './delivery-postcode';
export { DeliverySecurityInstructions } from './delivery-security-instructions';
export { DeliveryStartDate } from './delivery-start-date';
export { DeliveryPOBox } from './delivery-po-box';
export { Email } from './email';
export { ErrorPage } from './error-page';
export { Fieldset } from './fieldset';
export { FirstName } from './first-name';
export { Form } from './form';
export { FTEditRegistrationConfirmation } from './ft-edit-registration-confirmation';
export { Industry } from './industry';
export { JobTitle } from './job-title';
export { PersonalTitle } from './personal-title';
export { LastName } from './last-name';
export { LicenceConfirmation } from './licence-confirmation';
export { LicenceHeader } from './licence-header';
export { Loader } from './loader';
export { Message } from './message';
export { Organisation } from './organisation';
export { PackageChange } from './package-change';
export { Password } from './password';
export { PaymentTerm } from './payment-term';
export { PaymentType } from './payment-type';
export { Phone } from './phone';
export { Position } from './position';
export { ProgressIndicator } from './progress-indicator';
export { RegionSelector } from './region-selector';
export { RegistrationConfirmation } from './registration-confirmation';
export { Responsibility } from './responsibility';
export { Section } from './section';
export { Submit } from './submit';
export { TrialBanner } from './trial-banner';
export { EducationJobTitle } from './education-job-title';
export { GraduationDate } from './graduation-date';
export { TextInput } from './text-input';
export { DeferredBillingTerms } from './deferred-billing-terms';
export { YearOfBirth } from './year-of-birth';
export { ProceedWithPaymentLink } from './proceed-with-payment-link';
export { SubscriptionConfirmationWithPaymentLink } from './subscription-confirmation-with-payment-link';