@awell-health/ui-library 0.1.149 → 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 +1 -1
  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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.149",
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",