@dialpad/dialtone-vue 2.99.1 → 2.100.0
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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/dialtone-vue.cjs +2 -2
- package/dist/dialtone-vue.js +3 -3
- package/dist/emoji-4797a56d.cjs +1 -0
- package/dist/{emoji-75ad085c.js → emoji-c718e3bb.js} +1626 -1531
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/emoji-34a4417c.cjs +0 -1
package/dist/dialtone-vue.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ae from "vue";
|
|
2
|
-
import { n as h, I as Cn, D as fi, d as hi, a as mi, b as Rn, c as gi } from "./emoji-
|
|
3
|
-
import { e as sv, h as ov, g as lv, f as dv, l as cv, S as uv, i as pv, k as fv, j as hv } from "./emoji-
|
|
2
|
+
import { n as h, I as Cn, D as fi, d as hi, a as mi, b as Rn, c as gi } from "./emoji-c718e3bb.js";
|
|
3
|
+
import { e as sv, h as ov, g as lv, f as dv, l as cv, S as uv, i as pv, k as fv, j as hv } from "./emoji-c718e3bb.js";
|
|
4
4
|
const oe = {
|
|
5
5
|
ERROR: "error",
|
|
6
6
|
WARNING: "warning",
|
|
@@ -14473,7 +14473,7 @@ var tg = function() {
|
|
|
14473
14473
|
return n("span", { key: a.unicodeOutput, staticClass: "d-mr4 d-mb4", attrs: { reaction: a } }, [n("dt-tooltip", { staticClass: "d-d-inline-block", attrs: { "content-class": "d-wmx464" }, on: { shown: (r) => e.emojiHovered(a, r) }, scopedSlots: e._u([{ key: "anchor", fn: function({ attrs: r }) {
|
|
14474
14474
|
return [n("dt-button", { class: ["dt-emoji-row__reaction", a.isSelected ? "dt-emoji-row__reaction--selected" : ""], attrs: { importance: "clear", size: "sm", "data-qa": "feed-item-reaction-button", "aria-label": a.ariaLabel, attrs: r }, on: { click: function(i) {
|
|
14475
14475
|
return e.emojiClicked(a);
|
|
14476
|
-
} } }, [n("span", { staticClass: "d-mr4" }, [n("dt-emoji", { attrs: { size: "200", code: a.emojiUnicodeOrShortname } })], 1), n("span", { staticClass: "d-fw-bold d-fs-100" }, [e._v(" " + e._s(a.num) + " ")])])];
|
|
14476
|
+
} } }, [n("span", { staticClass: "d-mr4 d-d-inline-flex" }, [n("dt-emoji", { attrs: { size: "200", code: a.emojiUnicodeOrShortname } })], 1), n("span", { staticClass: "d-fw-bold d-fs-100" }, [e._v(" " + e._s(a.num) + " ")])])];
|
|
14477
14477
|
} }], null, !0) }, [n("span", { attrs: { "aria-hidden": "true" } }, [n("dt-emoji-text-wrapper", { attrs: { size: "200" } }, [e._v(" " + e._s(a.tooltip) + " ")])], 1)])], 1);
|
|
14478
14478
|
}), 0);
|
|
14479
14479
|
}, ng = [], ag = /* @__PURE__ */ h(
|