formanitor 0.1.6 → 0.1.7

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.
package/dist/index.cjs CHANGED
@@ -16367,14 +16367,6 @@ function createUploadHandler(options) {
16367
16367
  filename
16368
16368
  );
16369
16369
  }
16370
- function createFileUploadHandler(options) {
16371
- return async (file, filename) => uploadViaPresignedEndpoint(
16372
- options,
16373
- "/api/forms/media-presigned-get/",
16374
- file,
16375
- filename
16376
- );
16377
- }
16378
16370
 
16379
16371
  exports.AddInvestigationField = AddInvestigationField;
16380
16372
  exports.AddMedicationField = AddMedicationField;
@@ -16402,7 +16394,6 @@ exports.SignatureUploadWidget = SignatureUploadWidget;
16402
16394
  exports.SmartForm = SmartForm;
16403
16395
  exports.SmartTextareaWidget = SmartTextareaWidget;
16404
16396
  exports.Upload = Upload3;
16405
- exports.createFileUploadHandler = createFileUploadHandler;
16406
16397
  exports.createUploadHandler = createUploadHandler;
16407
16398
  exports.evaluateRules = evaluateRules;
16408
16399
  exports.fieldControlClass = fieldControlClass;