@dialpad/dialtone 9.13.2 → 9.13.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.
@@ -9247,7 +9247,7 @@ const Uc = bd.exports, vd = [
9247
9247
  var wd = function() {
9248
9248
  var e = this, a = e._self._c;
9249
9249
  return a("span", { staticClass: "dt-emoji-row" }, [e._l(e.reactions, function(n) {
9250
- return a("span", { key: n.unicodeOutput, attrs: { reaction: n } }, [a("dt-tooltip", { staticClass: "dt-emoji-row__tooltip", attrs: { "content-class": "d-wmx464" }, on: { shown: (r) => e.emojiHovered(n, r) }, scopedSlots: e._u([{ key: "anchor", fn: function({ attrs: r }) {
9250
+ return a("span", { key: n.unicodeOutput, attrs: { reaction: n } }, [a("dt-tooltip", { staticClass: "dt-emoji-row__tooltip", attrs: { "content-class": "d-wmx464", sticky: "popper" }, on: { shown: (r) => e.emojiHovered(n, r) }, scopedSlots: e._u([{ key: "anchor", fn: function({ attrs: r }) {
9251
9251
  return [a("dt-button", { class: ["dt-emoji-row__reaction", n.isSelected ? "dt-emoji-row__reaction--selected" : ""], attrs: { importance: "clear", size: "sm", "data-qa": "feed-item-reaction-button", "aria-label": n.ariaLabel, attrs: r }, on: { click: function(s) {
9252
9252
  return e.emojiClicked(n);
9253
9253
  } } }, [a("span", { staticClass: "dt-emoji-row__emoji" }, [a("dt-emoji", { attrs: { size: "200", code: n.emojiUnicodeOrShortname } })], 1), a("span", { staticClass: "dt-emoji-row__reaction-number" }, [e._v(" " + e._s(n.num) + " ")])])];