@adyen/adyen-platform-experience-web
Version:

15 lines (14 loc) • 465 B
JavaScript
const _ = "adyen-pe-file-input", e = ["application/pdf", "image/jpeg", "image/jpg", "image/png"], i = 2097152, E = {
DISALLOWED_FILE_TYPE: "disallowed_file_type",
FILE_REQUIRED: "file_required",
TOO_MANY_FILES: "too_many_files",
VERY_LARGE_FILE: "very_large_file",
MAX_FILE_SIZE: "max_file_size",
INVALID_DIMENSIONS: "invalid_dimensions"
};
export {
_ as BASE_CLASS,
e as DEFAULT_FILE_TYPES,
i as DEFAULT_MAX_FILE_SIZE,
E as validationErrors
};