omnify-onboarding-package
Version:
A comprehensive onboarding flow component for React applications with 5-step process including profile setup, company setup, analytics connection, asset upload, and brand guidelines.
43 lines • 1.16 kB
TypeScript
export declare const ONBOARDING_STEPS: {
id: number;
key: string;
title: string;
description: string;
icon: string;
isCompleted: boolean;
isActive: boolean;
}[];
export declare const ROLE_OPTIONS: {
value: string;
label: string;
}[];
export declare const INDUSTRY_OPTIONS: string[];
export declare const MARKETING_OBJECTIVES: string[];
export declare const PLATFORM_OPTIONS: {
value: string;
label: string;
icon: string;
}[];
export declare const TONE_OF_VOICE_OPTIONS: string[];
export declare const TARGET_AUDIENCE_OPTIONS: string[];
export declare const BRAND_STYLE_OPTIONS: {
value: string;
label: string;
icon: string;
}[];
export declare const BRAND_COLORS: {
primary: string[];
neutral: string[];
};
export declare const FILE_UPLOAD_CONFIG: {
maxFileSize: number;
acceptedFileTypes: {
'image/*': string[];
'application/pdf': string[];
'text/csv': string[];
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': string[];
'application/vnd.ms-excel': string[];
};
maxFiles: number;
};
//# sourceMappingURL=index.d.ts.map