@overmap-ai/core 1.0.53-component-asset-renames.4 → 1.0.53-component-asset-renames.5

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.
@@ -15647,7 +15647,7 @@ var __publicField = (obj, key, value) => {
15647
15647
  const formId = "form-builder";
15648
15648
  const fieldsToChoose = [
15649
15649
  ["string", "text"],
15650
- ["select", "multi-select", "upload"],
15650
+ ["select", "multi-select", "upload", "qr"],
15651
15651
  ["boolean", "date", "number", "multi-string"]
15652
15652
  ];
15653
15653
  const CompleteFieldTypeToClsMapping = {