@yoobic/yobi 8.2.0-49 → 8.2.0-51

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.
@@ -339,8 +339,8 @@ const YooCardFeedComponent = class {
339
339
  });
340
340
  }
341
341
  renderFeedTags() {
342
- var _a, _b;
343
- return (index.h("div", { class: "feed-hashtags" }, (_b = (_a = this.entry) === null || _a === void 0 ? void 0 : _a.tags) === null || _b === void 0 ? void 0 : _b.map((a) => (a === null || a === void 0 ? void 0 : a.toLowerCase) && index.h("span", { class: "hashtag", innerHTML: `#${index$1.translateMulti(a).toLowerCase()} ` }))));
342
+ var _a, _b, _c;
343
+ return (index.h("div", { class: "feed-hashtags" }, (_c = (_b = (_a = this.entry) === null || _a === void 0 ? void 0 : _a.tags) === null || _b === void 0 ? void 0 : _b.map) === null || _c === void 0 ? void 0 : _c.call(_b, (a) => (a === null || a === void 0 ? void 0 : a.toLowerCase) && index.h("span", { class: "hashtag", innerHTML: `#${index$1.translateMulti(a).toLowerCase()} ` }))));
344
344
  }
345
345
  renderTopActions() {
346
346
  return (index.h("div", { class: "info-feed" }, this.entry.topActions.map((a) => (index.h("span", { onClick: (ev) => commonHelpers.execHandlerAndStopEvent(ev, a.handler) }, a.text)))));
@@ -232,8 +232,8 @@ export class YooCardFeedComponent {
232
232
  });
233
233
  }
234
234
  renderFeedTags() {
235
- var _a, _b;
236
- return (h("div", { class: "feed-hashtags" }, (_b = (_a = this.entry) === null || _a === void 0 ? void 0 : _a.tags) === null || _b === void 0 ? void 0 : _b.map((a) => (a === null || a === void 0 ? void 0 : a.toLowerCase) && h("span", { class: "hashtag", innerHTML: `#${translateMulti(a).toLowerCase()} ` }))));
235
+ var _a, _b, _c;
236
+ return (h("div", { class: "feed-hashtags" }, (_c = (_b = (_a = this.entry) === null || _a === void 0 ? void 0 : _a.tags) === null || _b === void 0 ? void 0 : _b.map) === null || _c === void 0 ? void 0 : _c.call(_b, (a) => (a === null || a === void 0 ? void 0 : a.toLowerCase) && h("span", { class: "hashtag", innerHTML: `#${translateMulti(a).toLowerCase()} ` }))));
237
237
  }
238
238
  renderTopActions() {
239
239
  return (h("div", { class: "info-feed" }, this.entry.topActions.map((a) => (h("span", { onClick: (ev) => execHandlerAndStopEvent(ev, a.handler) }, a.text)))));
@@ -335,8 +335,8 @@ const YooCardFeedComponent = class {
335
335
  });
336
336
  }
337
337
  renderFeedTags() {
338
- var _a, _b;
339
- return (h("div", { class: "feed-hashtags" }, (_b = (_a = this.entry) === null || _a === void 0 ? void 0 : _a.tags) === null || _b === void 0 ? void 0 : _b.map((a) => (a === null || a === void 0 ? void 0 : a.toLowerCase) && h("span", { class: "hashtag", innerHTML: `#${translateMulti(a).toLowerCase()} ` }))));
338
+ var _a, _b, _c;
339
+ return (h("div", { class: "feed-hashtags" }, (_c = (_b = (_a = this.entry) === null || _a === void 0 ? void 0 : _a.tags) === null || _b === void 0 ? void 0 : _b.map) === null || _c === void 0 ? void 0 : _c.call(_b, (a) => (a === null || a === void 0 ? void 0 : a.toLowerCase) && h("span", { class: "hashtag", innerHTML: `#${translateMulti(a).toLowerCase()} ` }))));
340
340
  }
341
341
  renderTopActions() {
342
342
  return (h("div", { class: "info-feed" }, this.entry.topActions.map((a) => (h("span", { onClick: (ev) => execHandlerAndStopEvent(ev, a.handler) }, a.text)))));
@@ -335,8 +335,8 @@ const YooCardFeedComponent = class {
335
335
  });
336
336
  }
337
337
  renderFeedTags() {
338
- var _a, _b;
339
- return (h("div", { class: "feed-hashtags" }, (_b = (_a = this.entry) === null || _a === void 0 ? void 0 : _a.tags) === null || _b === void 0 ? void 0 : _b.map((a) => (a === null || a === void 0 ? void 0 : a.toLowerCase) && h("span", { class: "hashtag", innerHTML: `#${translateMulti(a).toLowerCase()} ` }))));
338
+ var _a, _b, _c;
339
+ return (h("div", { class: "feed-hashtags" }, (_c = (_b = (_a = this.entry) === null || _a === void 0 ? void 0 : _a.tags) === null || _b === void 0 ? void 0 : _b.map) === null || _c === void 0 ? void 0 : _c.call(_b, (a) => (a === null || a === void 0 ? void 0 : a.toLowerCase) && h("span", { class: "hashtag", innerHTML: `#${translateMulti(a).toLowerCase()} ` }))));
340
340
  }
341
341
  renderTopActions() {
342
342
  return (h("div", { class: "info-feed" }, this.entry.topActions.map((a) => (h("span", { onClick: (ev) => execHandlerAndStopEvent(ev, a.handler) }, a.text)))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.2.0-49",
3
+ "version": "8.2.0-51",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",