@awell-health/ui-library 0.1.148 → 0.1.150

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -42497,7 +42497,7 @@ Check the top-level render call using <` + t + ">.");
42497
42497
  /* @__PURE__ */jsxRuntime.exports.jsx("br",{}),
42498
42498
  l.supportedFileTypes,
42499
42499
  " ",
42500
- r.join(", ")]}),
42500
+ r.join(", ").replace(/;[^,]*/g,"")]}),
42501
42501
 
42502
42502
  /* @__PURE__ */jsxRuntime.exports.jsx(
42503
42503
  "div",
@@ -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: (_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/*'], capture: "environment", 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 });
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 });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.148",
3
+ "version": "0.1.150",
4
4
  "description": "UI components to integrate with Awell Health",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@calcom/embed-react": "^1.5.1",
49
- "@awell-health/design-system": "0.16.6",
49
+ "@awell-health/design-system": "0.16.7",
50
50
  "@heroicons/react": "^2.1.3",
51
51
  "axios": "^1.7.7",
52
52
  "cloudinary-core": "^2.13.0",