intelicoreact 0.3.35 → 0.3.36

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.
@@ -194,7 +194,7 @@ var Dropdown = function Dropdown(_ref) {
194
194
  }, /*#__PURE__*/_react.default.createElement(_reactFeather.Check, null)), /*#__PURE__*/_react.default.createElement("div", {
195
195
  className: item.className || '',
196
196
  dangerouslySetInnerHTML: {
197
- __html: hightlightedText(item.label, item.postfix)
197
+ __html: hightlightedText(escape(item.label), item.postfix)
198
198
  }
199
199
  })) : null;
200
200
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.3.35",
3
+ "version": "0.3.36",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [