oolib 2.188.3 → 2.188.4

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.
@@ -192,7 +192,7 @@ function ImageEditor(_a) {
192
192
  var Comp = compsLookup[comp];
193
193
  if (!Comp)
194
194
  return react_1.default.createElement("div", null, "placeholder for tag input");
195
- return (react_1.default.createElement(Comp, { tagType: tagCategory, value: (_b = imageData.tags) === null || _b === void 0 ? void 0 : _b[tagCategory], onChange: function (id, val) {
195
+ return (react_1.default.createElement(Comp, { popOutOfOverflowHiddenParent: true, tagType: tagCategory, value: (_b = imageData.tags) === null || _b === void 0 ? void 0 : _b[tagCategory], onChange: function (id, val) {
196
196
  var _a;
197
197
  handleSingleImageDataChange({
198
198
  publicUrl: publicUrl,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.188.3",
3
+ "version": "2.188.4",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",