@awell-health/ui-library 0.1.49 → 0.1.50

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 +8 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16209,7 +16209,14 @@ Check the top-level render call using <` + t + ">.");
16209
16209
  });
16210
16210
  var purifiedMessage = purify.exports.sanitize(isSlate ? serializeHtml(content) : content, {
16211
16211
  ADD_TAGS: ['iframe'],
16212
- ADD_ATTR: ['target', 'allow', 'allowfullscreen', 'frameborder', 'scrolling'] });
16212
+ ADD_ATTR: [
16213
+ 'target',
16214
+ 'allow',
16215
+ 'allowfullscreen',
16216
+ 'frameborder',
16217
+ 'scrolling'],
16218
+
16219
+ ALLOW_UNKNOWN_PROTOCOLS: true });
16213
16220
 
16214
16221
  return purifiedMessage;
16215
16222
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awell-health/ui-library",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "private": false,
5
5
  "description": "UI components to integrate with Awell Health",
6
6
  "repository": {