UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

15 lines (14 loc) 465 B
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 };