@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.
- package/dist/css/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +5 -5
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/dialtone-vue.cjs +1 -1
- package/dist/vue2/dialtone-vue.js +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +1 -0
- package/package.json +1 -1
|
@@ -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) + " ")])])];
|