@awell-health/ui-library 0.1.148 → 0.1.149
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.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -51868,7 +51868,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
51868
51868
|
'';
|
|
51869
51869
|
onControllerChange(attachmentValue);
|
|
51870
51870
|
notifyAnswerChange(attachmentValue);
|
|
51871
|
-
}, onBlur: onBlur, accept:
|
|
51871
|
+
}, onBlur: onBlur, accept: [
|
|
51872
|
+
"".concat(((_c = (_b = config === null || config === void 0 ? void 0 : config.file_storage) === null || _b === void 0 ? void 0 : _b.accepted_file_types) !== null && _c !== void 0 ? _c : ['image/*']).join(','), ";capture=camera")],
|
|
51873
|
+
configSlug: (_d = config === null || config === void 0 ? void 0 : config.file_storage) === null || _d === void 0 ? void 0 : _d.file_storage_config_slug, onFileUpload: onFileUpload, maxFileSizeMb: maxFileSizeMb, label: question.title, mandatory: config === null || config === void 0 ? void 0 : config.mandatory, error: fieldError === null || fieldError === void 0 ? void 0 : fieldError.message });
|
|
51872
51874
|
} });
|
|
51873
51875
|
case exports.UserQuestionType.Description:
|
|
51874
51876
|
return jsxRuntime.exports.jsx(Description, { content: question.title });
|