@dialpad/dialtone-vue 3.92.0 → 3.92.1
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 +7 -0
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +270 -268
- package/dist/directives.cjs +1 -0
- package/dist/directives.js +106 -0
- package/dist/emoji-1de73abd.cjs +1 -0
- package/dist/{emoji-83163b7b.js → emoji-8734fb7e.js} +7556 -10098
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +40 -39
- package/dist/message_input-15d74c9c.cjs +93 -0
- package/dist/{message_input-46ebe433.js → message_input-42cfff5f.js} +60 -59
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +4 -3
- package/dist/style.css +1 -1
- package/dist/tooltip-5fcb8c80.js +2548 -0
- package/dist/tooltip-a095f59b.cjs +25 -0
- package/dist/types/directives/tooltip/index.d.ts +2 -0
- package/dist/types/directives/tooltip/index.d.ts.map +1 -0
- package/dist/types/directives/tooltip/tooltip.d.ts +6 -0
- package/dist/types/directives/tooltip/tooltip.d.ts.map +1 -0
- package/dist/types/directives.d.ts +2 -0
- package/dist/types/directives.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/emoji-f3e4b2ca.cjs +0 -25
- package/dist/message_input-4b60e253.cjs +0 -93
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { _ as q,
|
|
2
|
-
import { openBlock as w, createElementBlock as B, toDisplayString as Se, createCommentVNode as V, createElementVNode as G, normalizeClass as H, resolveComponent as N, createBlock as F, resolveDynamicComponent as Xe, withCtx as D, mergeProps as St, renderSlot as L, createVNode as _, createTextVNode as Ht, withKeys as Ve, withModifiers as dt, toHandlers as
|
|
1
|
+
import { _ as q, p as nl, g as tr, q as rl, h as hn, u as il, r as sl, d as ol, t as ll, v as al, w as cl, x as pn, y as dl, z as ul, D as fl } from "./tooltip-5fcb8c80.js";
|
|
2
|
+
import { openBlock as w, createElementBlock as B, toDisplayString as Se, createCommentVNode as V, createElementVNode as G, normalizeClass as H, resolveComponent as N, createBlock as F, resolveDynamicComponent as Xe, withCtx as D, mergeProps as St, renderSlot as L, createVNode as _, createTextVNode as Ht, withKeys as Ve, withModifiers as dt, toHandlers as as, createSlots as hl, renderList as cs, Teleport as ds, defineComponent as xt, ref as mn, onMounted as us, onBeforeUnmount as xr, h as Ke, getCurrentInstance as pl, watchEffect as ml, nextTick as gl, unref as yl, markRaw as gn, reactive as fs, provide as qr, customRef as bl, withDirectives as kl, Fragment as hs, vShow as Sl } from "vue";
|
|
3
|
+
import { a5 as xl, D as nt, y as Cl, b as yn, L as wl, j as vl, g as ps, a6 as El, a0 as Ml, a3 as ms, _ as Ol, f as Tl } from "./emoji-8734fb7e.js";
|
|
3
4
|
const Ot = {
|
|
4
5
|
BUSY: "busy",
|
|
5
6
|
AWAY: "away",
|
|
@@ -102,7 +103,7 @@ const Rl = /* @__PURE__ */ q(Al, [["render", Pl]]), In = {
|
|
|
102
103
|
"1800"
|
|
103
104
|
], Wr = (n) => n > 1;
|
|
104
105
|
function zl() {
|
|
105
|
-
return [void 0, ...Object.keys(
|
|
106
|
+
return [void 0, ...Object.keys(xl).map((n) => nl(n))];
|
|
106
107
|
}
|
|
107
108
|
const Vl = (n) => {
|
|
108
109
|
if (typeof n != "string" || !n.trim())
|
|
@@ -249,7 +250,7 @@ const jl = zl(), $l = {
|
|
|
249
250
|
iconSize: {
|
|
250
251
|
type: String,
|
|
251
252
|
default: "",
|
|
252
|
-
validator: (n) => !n || Object.keys(
|
|
253
|
+
validator: (n) => !n || Object.keys(Cl).includes(n)
|
|
253
254
|
},
|
|
254
255
|
/**
|
|
255
256
|
* Full name used to extract initials and set alt attribute.
|
|
@@ -351,7 +352,7 @@ const jl = zl(), $l = {
|
|
|
351
352
|
this.validatedSize === "xs" ? this.formattedInitials = "" : this.validatedSize === "sm" ? this.formattedInitials = e[0] : this.formattedInitials = e;
|
|
352
353
|
},
|
|
353
354
|
getColor() {
|
|
354
|
-
return this.color ??
|
|
355
|
+
return this.color ?? rl(Fl, this.seed);
|
|
355
356
|
},
|
|
356
357
|
_loadedImageEventHandler(n) {
|
|
357
358
|
this.imageLoadedSuccessfully = !0, n.classList.remove("d-d-none");
|
|
@@ -584,7 +585,7 @@ const sa = /* @__PURE__ */ q(ea, [["render", ia]]), wr = {
|
|
|
584
585
|
name: "SrOnlyCloseButton",
|
|
585
586
|
components: {
|
|
586
587
|
DtIcon: nt,
|
|
587
|
-
DtButton:
|
|
588
|
+
DtButton: yn
|
|
588
589
|
},
|
|
589
590
|
props: {
|
|
590
591
|
/**
|
|
@@ -623,7 +624,7 @@ const gs = /* @__PURE__ */ q(oa, [["render", la]]), aa = {
|
|
|
623
624
|
name: "DtNoticeAction",
|
|
624
625
|
components: {
|
|
625
626
|
DtIcon: nt,
|
|
626
|
-
DtButton:
|
|
627
|
+
DtButton: yn,
|
|
627
628
|
SrOnlyCloseButton: gs
|
|
628
629
|
},
|
|
629
630
|
mixins: [wr],
|
|
@@ -777,13 +778,13 @@ const ua = /* @__PURE__ */ q(aa, [["render", da]]), ys = ':not(:disabled):not([a
|
|
|
777
778
|
type: String,
|
|
778
779
|
default: "",
|
|
779
780
|
validator(n) {
|
|
780
|
-
return
|
|
781
|
+
return wl.includes(n);
|
|
781
782
|
}
|
|
782
783
|
}
|
|
783
784
|
},
|
|
784
785
|
data() {
|
|
785
786
|
return {
|
|
786
|
-
LINK_KIND_MODIFIERS:
|
|
787
|
+
LINK_KIND_MODIFIERS: vl
|
|
787
788
|
};
|
|
788
789
|
}
|
|
789
790
|
}, ga = ["href"];
|
|
@@ -893,7 +894,7 @@ const Oa = {
|
|
|
893
894
|
id: {
|
|
894
895
|
type: String,
|
|
895
896
|
default() {
|
|
896
|
-
return
|
|
897
|
+
return il.getUniqueString();
|
|
897
898
|
}
|
|
898
899
|
},
|
|
899
900
|
/**
|
|
@@ -1037,10 +1038,10 @@ function Ta(n, e, t, r, i, s) {
|
|
|
1037
1038
|
tabindex: s.isFocusable ? 0 : -1,
|
|
1038
1039
|
role: t.role,
|
|
1039
1040
|
"aria-selected": s.isHighlighted
|
|
1040
|
-
},
|
|
1041
|
+
}, as(s.listItemListeners)), {
|
|
1041
1042
|
default: D(() => [
|
|
1042
|
-
s.listItemType ? (w(), F(Xe(s.listItemType), { key: 0 },
|
|
1043
|
-
|
|
1043
|
+
s.listItemType ? (w(), F(Xe(s.listItemType), { key: 0 }, hl({ _: 2 }, [
|
|
1044
|
+
cs(n.$slots, (l, a) => ({
|
|
1044
1045
|
name: a,
|
|
1045
1046
|
fn: D(() => [
|
|
1046
1047
|
L(n.$slots, a)
|
|
@@ -1073,11 +1074,11 @@ const Na = /* @__PURE__ */ q(Oa, [["render", Ta]]), Ur = {
|
|
|
1073
1074
|
medium: "d-pl8",
|
|
1074
1075
|
large: "d-pl16"
|
|
1075
1076
|
}, Da = ["dialog", "menu", "listbox", "tree", "grid"], Ia = ["", "anchor"], Pa = ["none", "dialog", "first"], Ra = ["parent", "body"], _a = [
|
|
1076
|
-
...
|
|
1077
|
+
...sl
|
|
1077
1078
|
], Ba = {
|
|
1078
1079
|
name: "PopoverHeaderFooter",
|
|
1079
1080
|
components: {
|
|
1080
|
-
DtButton:
|
|
1081
|
+
DtButton: yn,
|
|
1081
1082
|
DtIcon: nt
|
|
1082
1083
|
},
|
|
1083
1084
|
props: {
|
|
@@ -1180,7 +1181,7 @@ const za = {
|
|
|
1180
1181
|
********************/
|
|
1181
1182
|
components: {
|
|
1182
1183
|
SrOnlyCloseButton: gs,
|
|
1183
|
-
DtLazyShow:
|
|
1184
|
+
DtLazyShow: ol,
|
|
1184
1185
|
PopoverHeaderFooter: Fa
|
|
1185
1186
|
},
|
|
1186
1187
|
mixins: [pa, wr],
|
|
@@ -1624,11 +1625,11 @@ const za = {
|
|
|
1624
1625
|
const e = (r = n == null ? void 0 : n[0]) == null ? void 0 : r.target;
|
|
1625
1626
|
if (!e)
|
|
1626
1627
|
return;
|
|
1627
|
-
const t =
|
|
1628
|
+
const t = ll(e);
|
|
1628
1629
|
this.isOutsideViewport = t.bottom || t.top;
|
|
1629
1630
|
},
|
|
1630
1631
|
popperOptions() {
|
|
1631
|
-
return
|
|
1632
|
+
return al({
|
|
1632
1633
|
fallbackPlacements: this.fallbackPlacements,
|
|
1633
1634
|
tether: this.tether,
|
|
1634
1635
|
hasHideModifierEnabled: !0
|
|
@@ -1743,7 +1744,7 @@ const za = {
|
|
|
1743
1744
|
},
|
|
1744
1745
|
initTippyInstance() {
|
|
1745
1746
|
var n, e;
|
|
1746
|
-
this.tip =
|
|
1747
|
+
this.tip = cl(this.anchorEl, {
|
|
1747
1748
|
popperOptions: this.popperOptions(),
|
|
1748
1749
|
contentElement: this.popoverContentEl,
|
|
1749
1750
|
placement: this.placement,
|
|
@@ -1765,7 +1766,7 @@ const za = {
|
|
|
1765
1766
|
function $a(n, e, t, r, i, s) {
|
|
1766
1767
|
const o = N("popover-header-footer"), l = N("sr-only-close-button"), a = N("dt-lazy-show");
|
|
1767
1768
|
return w(), B("div", null, [
|
|
1768
|
-
t.modal && i.isOpen ? (w(), F(
|
|
1769
|
+
t.modal && i.isOpen ? (w(), F(ds, {
|
|
1769
1770
|
key: 0,
|
|
1770
1771
|
to: "body"
|
|
1771
1772
|
}, [
|
|
@@ -1824,7 +1825,7 @@ function $a(n, e, t, r, i, s) {
|
|
|
1824
1825
|
},
|
|
1825
1826
|
css: n.$attrs.css,
|
|
1826
1827
|
tabindex: t.contentTabindex
|
|
1827
|
-
},
|
|
1828
|
+
}, as(s.popoverListeners)), {
|
|
1828
1829
|
default: D(() => [
|
|
1829
1830
|
i.hasSlotContent(n.$slots.headerContent) || t.showCloseButton ? (w(), F(o, {
|
|
1830
1831
|
key: 0,
|
|
@@ -13448,7 +13449,7 @@ class Yh {
|
|
|
13448
13449
|
}
|
|
13449
13450
|
createTooltip() {
|
|
13450
13451
|
const { element: e } = this.editor.options, t = !!e.parentElement;
|
|
13451
|
-
this.tippy || !t || (this.tippy =
|
|
13452
|
+
this.tippy || !t || (this.tippy = pn(e, {
|
|
13452
13453
|
duration: 0,
|
|
13453
13454
|
getReferenceClientRect: null,
|
|
13454
13455
|
content: this.element,
|
|
@@ -13531,7 +13532,7 @@ class Xh {
|
|
|
13531
13532
|
}
|
|
13532
13533
|
createTooltip() {
|
|
13533
13534
|
const { element: e } = this.editor.options, t = !!e.parentElement;
|
|
13534
|
-
this.tippy || !t || (this.tippy =
|
|
13535
|
+
this.tippy || !t || (this.tippy = pn(e, {
|
|
13535
13536
|
duration: 0,
|
|
13536
13537
|
getReferenceClientRect: null,
|
|
13537
13538
|
content: this.element,
|
|
@@ -13624,8 +13625,8 @@ xt({
|
|
|
13624
13625
|
}
|
|
13625
13626
|
},
|
|
13626
13627
|
setup(n, { slots: e }) {
|
|
13627
|
-
const t =
|
|
13628
|
-
return
|
|
13628
|
+
const t = mn(null);
|
|
13629
|
+
return us(() => {
|
|
13629
13630
|
const { updateDelay: r, editor: i, pluginKey: s, shouldShow: o, tippyOptions: l } = n;
|
|
13630
13631
|
i.registerPlugin(Ko({
|
|
13631
13632
|
updateDelay: r,
|
|
@@ -13645,7 +13646,7 @@ xt({
|
|
|
13645
13646
|
}
|
|
13646
13647
|
});
|
|
13647
13648
|
function rs(n) {
|
|
13648
|
-
return
|
|
13649
|
+
return bl((e, t) => ({
|
|
13649
13650
|
get() {
|
|
13650
13651
|
return e(), n;
|
|
13651
13652
|
},
|
|
@@ -13660,9 +13661,9 @@ function rs(n) {
|
|
|
13660
13661
|
}
|
|
13661
13662
|
class Zh extends Jh {
|
|
13662
13663
|
constructor(e = {}) {
|
|
13663
|
-
return super(e), this.vueRenderers =
|
|
13664
|
+
return super(e), this.vueRenderers = fs(/* @__PURE__ */ new Map()), this.contentComponent = null, this.reactiveState = rs(this.view.state), this.reactiveExtensionStorage = rs(this.extensionStorage), this.on("transaction", () => {
|
|
13664
13665
|
this.reactiveState.value = this.view.state, this.reactiveExtensionStorage.value = this.extensionStorage;
|
|
13665
|
-
}),
|
|
13666
|
+
}), gn(this);
|
|
13666
13667
|
}
|
|
13667
13668
|
get state() {
|
|
13668
13669
|
return this.reactiveState ? this.reactiveState.value : this.view.state;
|
|
@@ -13692,13 +13693,13 @@ const Qh = xt({
|
|
|
13692
13693
|
}
|
|
13693
13694
|
},
|
|
13694
13695
|
setup(n) {
|
|
13695
|
-
const e =
|
|
13696
|
-
return
|
|
13696
|
+
const e = mn(), t = pl();
|
|
13697
|
+
return ml(() => {
|
|
13697
13698
|
const r = n.editor;
|
|
13698
|
-
r && r.options.element && e.value &&
|
|
13699
|
+
r && r.options.element && e.value && gl(() => {
|
|
13699
13700
|
if (!e.value || !r.options.element.firstChild)
|
|
13700
13701
|
return;
|
|
13701
|
-
const i =
|
|
13702
|
+
const i = yl(e.value);
|
|
13702
13703
|
e.value.append(...r.options.element.childNodes), r.contentComponent = t.ctx._, r.setOptions({
|
|
13703
13704
|
element: i
|
|
13704
13705
|
}), r.createNodeViews();
|
|
@@ -13718,7 +13719,7 @@ const Qh = xt({
|
|
|
13718
13719
|
render() {
|
|
13719
13720
|
const n = [];
|
|
13720
13721
|
return this.editor && this.editor.vueRenderers.forEach((e) => {
|
|
13721
|
-
const t = Ke(
|
|
13722
|
+
const t = Ke(ds, {
|
|
13722
13723
|
to: e.teleportElement,
|
|
13723
13724
|
key: e.id
|
|
13724
13725
|
}, Ke(e.component, {
|
|
@@ -13756,8 +13757,8 @@ xt({
|
|
|
13756
13757
|
}
|
|
13757
13758
|
},
|
|
13758
13759
|
setup(n, { slots: e }) {
|
|
13759
|
-
const t =
|
|
13760
|
-
return
|
|
13760
|
+
const t = mn(null);
|
|
13761
|
+
return us(() => {
|
|
13761
13762
|
const { pluginKey: r, editor: i, tippyOptions: s, shouldShow: o } = n;
|
|
13762
13763
|
i.registerPlugin(Wo({
|
|
13763
13764
|
pluginKey: r,
|
|
@@ -13815,7 +13816,7 @@ const Jo = xt({
|
|
|
13815
13816
|
});
|
|
13816
13817
|
class jr {
|
|
13817
13818
|
constructor(e, { props: t = {}, editor: r }) {
|
|
13818
|
-
if (this.id = Math.floor(Math.random() * 4294967295).toString(), this.editor = r, this.component =
|
|
13819
|
+
if (this.id = Math.floor(Math.random() * 4294967295).toString(), this.editor = r, this.component = gn(e), this.teleportElement = document.createElement("div"), this.element = this.teleportElement, this.props = fs(t), this.editor.vueRenderers.set(this.id, this), this.editor.contentComponent) {
|
|
13819
13820
|
if (this.editor.contentComponent.update(), this.teleportElement.children.length !== 1)
|
|
13820
13821
|
throw Error("VueRenderer doesn’t support multiple child elements.");
|
|
13821
13822
|
this.element = this.teleportElement.firstElementChild;
|
|
@@ -13880,7 +13881,7 @@ class ep extends Uh {
|
|
|
13880
13881
|
updateAttributes: (i = {}) => this.updateAttributes(i),
|
|
13881
13882
|
deleteNode: () => this.deleteNode()
|
|
13882
13883
|
}, t = this.onDragStart.bind(this);
|
|
13883
|
-
this.decorationClasses =
|
|
13884
|
+
this.decorationClasses = mn(this.getDecorationClasses());
|
|
13884
13885
|
const r = xt({
|
|
13885
13886
|
extends: { ...this.component },
|
|
13886
13887
|
props: Object.keys(e),
|
|
@@ -14209,7 +14210,7 @@ const tp = /^```([a-z]+)?[\s\n]$/, np = /^~~~([a-z]+)?[\s\n]$/, rp = we.create({
|
|
|
14209
14210
|
name: "EmojiComponent",
|
|
14210
14211
|
components: {
|
|
14211
14212
|
NodeViewWrapper: Jo,
|
|
14212
|
-
DtEmoji:
|
|
14213
|
+
DtEmoji: ps
|
|
14213
14214
|
},
|
|
14214
14215
|
props: Uo
|
|
14215
14216
|
};
|
|
@@ -14419,8 +14420,8 @@ const pp = {
|
|
|
14419
14420
|
function yp(n, e, t, r, i, s) {
|
|
14420
14421
|
const o = N("dt-list-item");
|
|
14421
14422
|
return w(), B("div", mp, [
|
|
14422
|
-
|
|
14423
|
-
(w(!0), B(
|
|
14423
|
+
kl(G("ul", gp, [
|
|
14424
|
+
(w(!0), B(hs, null, cs(t.items, (l, a) => (w(), F(o, {
|
|
14424
14425
|
key: l.id,
|
|
14425
14426
|
class: H([
|
|
14426
14427
|
"dt-suggestion-list--item",
|
|
@@ -14436,14 +14437,14 @@ function yp(n, e, t, r, i, s) {
|
|
|
14436
14437
|
_: 2
|
|
14437
14438
|
}, 1032, ["class", "onClick", "onKeydown"]))), 128))
|
|
14438
14439
|
], 512), [
|
|
14439
|
-
[
|
|
14440
|
+
[Sl, t.items.length]
|
|
14440
14441
|
])
|
|
14441
14442
|
]);
|
|
14442
14443
|
}
|
|
14443
14444
|
const Xo = /* @__PURE__ */ q(pp, [["render", yp]]), bp = {
|
|
14444
14445
|
name: "EmojiSuggestion",
|
|
14445
14446
|
components: {
|
|
14446
|
-
DtEmoji:
|
|
14447
|
+
DtEmoji: ps,
|
|
14447
14448
|
DtStack: ks
|
|
14448
14449
|
},
|
|
14449
14450
|
props: {
|
|
@@ -14470,7 +14471,7 @@ function kp(n, e, t, r, i, s) {
|
|
|
14470
14471
|
});
|
|
14471
14472
|
}
|
|
14472
14473
|
const Sp = /* @__PURE__ */ q(bp, [["render", kp]]), xp = {
|
|
14473
|
-
items: ({ query: n }) => n.length < 2 ? [] : Object.values(
|
|
14474
|
+
items: ({ query: n }) => n.length < 2 ? [] : Object.values(El).filter(function(r) {
|
|
14474
14475
|
return !!r.shortname.substring(1, r.shortname.length - 1).startsWith(n.toLowerCase());
|
|
14475
14476
|
}).map((r) => ({ id: r.unicode_character, code: r.shortname })),
|
|
14476
14477
|
command: ({ editor: n, range: e, props: t }) => {
|
|
@@ -14493,12 +14494,12 @@ const Sp = /* @__PURE__ */ q(bp, [["render", kp]]), xp = {
|
|
|
14493
14494
|
onStart: (t) => {
|
|
14494
14495
|
n = new jr(Xo, {
|
|
14495
14496
|
props: {
|
|
14496
|
-
itemComponent:
|
|
14497
|
+
itemComponent: gn(Sp),
|
|
14497
14498
|
itemType: "emoji",
|
|
14498
14499
|
...t
|
|
14499
14500
|
},
|
|
14500
14501
|
editor: t.editor
|
|
14501
|
-
}), t.clientRect && (e =
|
|
14502
|
+
}), t.clientRect && (e = pn("body", {
|
|
14502
14503
|
getReferenceClientRect: t.clientRect,
|
|
14503
14504
|
appendTo: () => document.body,
|
|
14504
14505
|
content: n.element,
|
|
@@ -14525,13 +14526,13 @@ const Sp = /* @__PURE__ */ q(bp, [["render", kp]]), xp = {
|
|
|
14525
14526
|
};
|
|
14526
14527
|
}
|
|
14527
14528
|
}, Cp = new ae("emoji"), wp = /:\w+:$/, vp = /:\w+:/g, Ep = /(\u00a9|\u00ae|[\u2000-\u3300]|\ud83c[\ud000-\udfff]|\ud83d[\ud000-\udfff]|\ud83e[\ud000-\udfff])$/, Mp = /(\u00a9|\u00ae|[\u2000-\u3300]|\ud83c[\ud000-\udfff]|\ud83d[\ud000-\udfff]|\ud83e[\ud000-\udfff])/g, is = (n) => {
|
|
14528
|
-
if (n &&
|
|
14529
|
+
if (n && ms(n[0]))
|
|
14529
14530
|
return {
|
|
14530
14531
|
index: n.index,
|
|
14531
14532
|
text: n[0],
|
|
14532
14533
|
match: n
|
|
14533
14534
|
};
|
|
14534
|
-
}, Op = (n) => [...n.matchAll(vp)].filter((t) =>
|
|
14535
|
+
}, Op = (n) => [...n.matchAll(vp)].filter((t) => ms(t[0])).map((t) => ({
|
|
14535
14536
|
index: t.index,
|
|
14536
14537
|
text: t[0],
|
|
14537
14538
|
match: t
|
|
@@ -14597,7 +14598,7 @@ const Sp = /* @__PURE__ */ q(bp, [["render", kp]]), xp = {
|
|
|
14597
14598
|
},
|
|
14598
14599
|
type: this.type,
|
|
14599
14600
|
getAttributes(n) {
|
|
14600
|
-
const e =
|
|
14601
|
+
const e = Ml(n[0]).unicode_output;
|
|
14601
14602
|
return {
|
|
14602
14603
|
code: String.fromCodePoint(parseInt(e, 16)),
|
|
14603
14604
|
label: "emoji"
|
|
@@ -14687,7 +14688,7 @@ function Pp(n, e, t, r) {
|
|
|
14687
14688
|
for (const l of o)
|
|
14688
14689
|
l.mark.type === r && t.removeMark(l.from, l.to, r);
|
|
14689
14690
|
}
|
|
14690
|
-
const ss =
|
|
14691
|
+
const ss = dl(1, 15);
|
|
14691
14692
|
function ls(n, e, t, r, i, s) {
|
|
14692
14693
|
if (!n)
|
|
14693
14694
|
return;
|
|
@@ -14704,7 +14705,7 @@ function ls(n, e, t, r, i, s) {
|
|
|
14704
14705
|
"right",
|
|
14705
14706
|
ss
|
|
14706
14707
|
), d = n.slice(a.from, c.to);
|
|
14707
|
-
Np(d,
|
|
14708
|
+
Np(d, ul, Ap).forEach((f) => {
|
|
14708
14709
|
const h = Dp(f[0]), p = e + a.from + f.index + 1, m = p + h.length;
|
|
14709
14710
|
i.addMark(p, m, s.create());
|
|
14710
14711
|
});
|
|
@@ -14986,12 +14987,12 @@ const Kp = /* @__PURE__ */ q(Hp, [["render", qp]]), Wp = {
|
|
|
14986
14987
|
// propsData: props,
|
|
14987
14988
|
// using vue 3:
|
|
14988
14989
|
props: {
|
|
14989
|
-
itemComponent:
|
|
14990
|
+
itemComponent: gn(Kp),
|
|
14990
14991
|
itemType: "mention",
|
|
14991
14992
|
...t
|
|
14992
14993
|
},
|
|
14993
14994
|
editor: t.editor
|
|
14994
|
-
}), t.clientRect && (e =
|
|
14995
|
+
}), t.clientRect && (e = pn("body", {
|
|
14995
14996
|
getReferenceClientRect: t.clientRect,
|
|
14996
14997
|
appendTo: () => document.body,
|
|
14997
14998
|
content: n.element,
|
|
@@ -15275,14 +15276,14 @@ const Gp = /* @__PURE__ */ q(Jp, [["render", Up]]);
|
|
|
15275
15276
|
const Yp = {
|
|
15276
15277
|
name: "DtRecipeMessageInput",
|
|
15277
15278
|
components: {
|
|
15278
|
-
DtButton:
|
|
15279
|
-
DtEmojiPicker:
|
|
15279
|
+
DtButton: yn,
|
|
15280
|
+
DtEmojiPicker: Ol,
|
|
15280
15281
|
DtIcon: nt,
|
|
15281
|
-
DtInput:
|
|
15282
|
+
DtInput: Tl,
|
|
15282
15283
|
DtNotice: Wa,
|
|
15283
15284
|
DtPopover: Ha,
|
|
15284
15285
|
DtRichTextEditor: Gp,
|
|
15285
|
-
DtTooltip:
|
|
15286
|
+
DtTooltip: fl
|
|
15286
15287
|
},
|
|
15287
15288
|
mixins: [],
|
|
15288
15289
|
inheritAttrs: !1,
|
|
@@ -15621,7 +15622,7 @@ const Yp = {
|
|
|
15621
15622
|
}, rm = { class: "d-d-flex d-jc-space-between d-h24 d-ai-center" }, im = { "data-qa": "dt-message-input-footer-left" }, sm = { "data-qa": "dt-message-input-footer-right" };
|
|
15622
15623
|
function om(n, e, t, r, i, s) {
|
|
15623
15624
|
const o = N("dt-icon"), l = N("dt-notice"), a = N("dt-rich-text-editor"), c = N("dt-button"), d = N("dt-input"), u = N("dt-tooltip"), f = N("dt-emoji-picker"), h = N("dt-popover");
|
|
15624
|
-
return w(), B(
|
|
15625
|
+
return w(), B(hs, null, [
|
|
15625
15626
|
t.showNotice ? (w(), F(l, {
|
|
15626
15627
|
key: 0,
|
|
15627
15628
|
"data-qa": "dt-message-input-error-notice",
|
|
@@ -15820,7 +15821,7 @@ function om(n, e, t, r, i, s) {
|
|
|
15820
15821
|
])
|
|
15821
15822
|
], 64);
|
|
15822
15823
|
}
|
|
15823
|
-
const
|
|
15824
|
+
const um = /* @__PURE__ */ q(Yp, [["render", om]]);
|
|
15824
15825
|
export {
|
|
15825
15826
|
In as A,
|
|
15826
15827
|
Ql as D,
|
|
@@ -15853,5 +15854,5 @@ export {
|
|
|
15853
15854
|
Ot as v,
|
|
15854
15855
|
Nl as w,
|
|
15855
15856
|
ks as x,
|
|
15856
|
-
|
|
15857
|
+
um as y
|
|
15857
15858
|
};
|
package/dist/message_input.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./message_input-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./message_input-15d74c9c.cjs");require("./tooltip-a095f59b.cjs");require("vue");require("./emoji-1de73abd.cjs");exports.DtRecipeMessageInput=e.message_input;
|
package/dist/message_input.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { y as
|
|
2
|
-
import "./
|
|
1
|
+
import { y as i } from "./message_input-42cfff5f.js";
|
|
2
|
+
import "./tooltip-5fcb8c80.js";
|
|
3
3
|
import "vue";
|
|
4
|
+
import "./emoji-8734fb7e.js";
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
i as DtRecipeMessageInput
|
|
6
7
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}50%{fill:var(--placeholder-to-color, var(--dt-color-black-100));background:var(--placeholder-to-color, var(--dt-color-black-100))}90%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}}.tippy-box[data-popper-reference-hidden] .d-tooltip,.tippy-box[data-popper-escaped] .d-tooltip{visibility:hidden;pointer-events:none}.dt-emoji[data-v-6ad3e149]{display:inline-block}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--dt-font-size-200);line-height:var(--lh4);padding:var(--dt-space-300) var(--dt-space-450)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.d-context-menu-list{width:var(--dt-size-850)}.dt-list-item[role=menuitem]{border-radius:var(--dt-size-300)}.dt-list-separator{border-top:var(--dt-size-100) solid var(--dt-color-border-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--dt-font-line-height-300)}.dt-recipe-callbar-button--circle{border-radius:var(--dt-size-radius-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:var(--dt-space-350-negative);margin-left:calc(var(--dt-space-300-negative) * 5);width:var(--dt-size-500);height:var(--dt-size-500);padding:var(--dt-space-400);border-radius:var(--dt-size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--dt-color-surface-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header .d-btn{color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc: var(--dt-color-surface-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.dt-contact-info[data-v-3d0f9d2e]{--contact-info-avatar-border-color: var(--dt-color-surface-primary);display:flex}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout{flex:1 1 0}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--content{min-width:var(--dt-space-825)}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--left{min-width:var(--dt-space-650);justify-content:flex-start;align-items:center}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--right{min-width:0;align-items:center}.dt-contact-info--avatars .d-avatar[data-v-3d0f9d2e]{border-radius:var(--dt-size-radius-pill);border:var(--dt-size-300) solid var(--contact-info-avatar-border-color);box-sizing:unset}.d-top-banner-info__left{margin:var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-400);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--dt-size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--dt-size-300);margin:var(--dt-space-300) var(--dt-space-500) var(--dt-space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base);display:flex;justify-content:center;align-items:center;border-color:var(--dt-color-purple-600);background-color:var(--dt-color-purple-600)}.dt-chip-content{font-variant-numeric:tabular-nums}.settings-menu-button[data-v-b0dfa8b3]{padding:var(--dt-space-0);border-radius:var(--dt-size-550);height:var(--dt-size-600);width:var(--dt-size-550);color:var(--dt-theme-topbar-button-color-foreground);background-color:var(--dt-theme-topbar-button-color-background)}.settings-menu-button[data-v-b0dfa8b3]:hover{background-color:var(--dt-theme-topbar-button-color-background-hover);color:var(--dt-theme-topbar-button-color-foreground-hover)}.settings-menu-button[data-v-b0dfa8b3]:active{background-color:var(--dt-theme-topbar-button-color-background-active)}.settings-menu-button-update[data-v-b0dfa8b3]{background-color:hsla(var(--dt-color-blue-200-hsl) / 25%);color:var(--dt-color-blue-500);border-color:hsla(var(--dt-color-blue-200-hsl) / 25%);border-radius:var(--dt-size-radius-pill);height:var(--dt-size-600)}.settings-menu-button-update[data-v-b0dfa8b3]:hover{background-color:hsla(var(--dt-color-blue-200-hsl) / 50%);color:var(--dt-theme-topbar-button-color-foreground-hover)}.dt-leftbar-row[data-v-49d75ce6]{--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);--leftbar-row-radius: var(--dt-size-radius-pill);--leftbar-row-opacity: 100%;--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-icon-color-foreground);--leftbar-row-alpha-width: calc(var(--dt-size-300) * 10);--leftbar-row-alpha-height: calc(var(--dt-size-300) * 9);--leftbar-row-omega-height: var(--leftbar-row-alpha-height);--leftbar-row-unread-badge-display: inline-flex;--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground);--leftbar-row-description-font-weight: var(--dt-font-weight-normal);--leftbar-row-description-font-size: var(--dt-font-size-200);--leftbar-row-description-line-height: var(--dt-font-line-height-200);--leftbar-row-status-color-foreground: var(--dt-theme-sidebar-status-color-foreground);--leftbar-row-status-font-size: var(--dt-font-size-100);--leftbar-row-status-line-height: var(--dt-font-line-height-100);--leftbar-row-action-position-right: var(--dt-size-400);--leftbar-row-action-position-bottom: 50%;--leftbar-row-action-width: var(--dt-size-550);--leftbar-row-action-height: var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity);display:flex;background-color:var(--dt-theme-sidebar-row-color-background);border-radius:var(--leftbar-row-radius);transition-duration:var(--td200);transition-property:background-color,border,box-shadow;transition-timing-function:var(--ttf-out-quint);cursor:pointer}.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):hover,.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):focus-within{--leftbar-row-unread-badge-display: none}.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action{display:inline-flex}.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button{opacity:1}.dt-leftbar-row[data-v-49d75ce6]:hover,.dt-leftbar-row[data-v-49d75ce6]:focus-within{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover)}.dt-leftbar-row[data-v-49d75ce6]:hover .d-presence,.dt-leftbar-row[data-v-49d75ce6]:focus-within .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row[data-v-49d75ce6]:hover .d-avatar__count,.dt-leftbar-row[data-v-49d75ce6]:focus-within .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread[data-v-49d75ce6]{--leftbar-row-description-font-weight: var(--dt-font-weight-bold);--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread)}.dt-leftbar-row--unread-count[data-v-49d75ce6] .dt-leftbar-row__action{display:none}.dt-leftbar-row--muted[data-v-49d75ce6]{--leftbar-row-opacity: 60%}.dt-leftbar-row--selected[data-v-49d75ce6]{--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground)}.dt-leftbar-row--selected[data-v-49d75ce6] .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row--selected[data-v-49d75ce6] .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row__is-typing[data-v-49d75ce6]{--is-typing-size-shape: var(--dt-size-550);height:var(--is-typing-size-shape);width:var(--is-typing-size-shape);position:absolute;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:var(--dt-size-radius-pill);opacity:.75}.dt-leftbar-row__is-typing span[data-v-49d75ce6]{transition:all .5s ease;background:var(--dt-color-surface-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--dt-size-radius-pill);animation:wave-49d75ce6 1.5s ease infinite}.dt-leftbar-row__is-typing span[data-v-49d75ce6]:nth-child(1){animation-delay:0ms}.dt-leftbar-row__is-typing span[data-v-49d75ce6]:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span[data-v-49d75ce6]:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary[data-v-49d75ce6]{display:flex;align-items:center;flex:1;width:100%;text-align:left;background-color:var(--leftbar-row-color-background);color:var(--leftbar-row-color-foreground);text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:inherit;line-height:inherit;margin:0;border:0;padding:0;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__primary[data-v-49d75ce6]:active{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary[data-v-49d75ce6]:focus-visible{box-shadow:var(--dt-shadow-focus-inset)}.dt-leftbar-row__action-button[data-v-49d75ce6]{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row__alpha[data-v-49d75ce6]{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--dt-space-400);padding-right:var(--dt-space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height);border-radius:var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius)}.dt-leftbar-row__label[data-v-49d75ce6]{flex:0 1;min-width:0}.dt-leftbar-row__omega[data-v-49d75ce6]{position:absolute;display:flex;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom) * -1));gap:var(--dt-space-300);justify-content:flex-end;align-items:center;box-sizing:border-box;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__unread-badge[data-v-49d75ce6]{display:var(--leftbar-row-unread-badge-display)}.dt-leftbar-row__active-voice[data-v-49d75ce6]{color:var(--dt-color-foreground-success);display:inline-flex;-webkit-animation-name:opacity-pulsate-49d75ce6;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-49d75ce6;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-49d75ce6;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd[data-v-49d75ce6]{padding-top:var(--dt-space-200);padding-right:var(--dt-space-300);color:var(--dt-color-foreground-tertiary);font-size:var(--dt-font-size-100);line-height:var(--dt-font-line-height-400);font-weight:var(--dt-font-weight-medium)}.dt-leftbar-row[data-v-49d75ce6] .dt-leftbar-row__description{display:block;font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height);color:var(--leftbar-row-description-color-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row[data-v-49d75ce6] .dt-leftbar-row__status{display:block;color:var(--leftbar-row-status-color-foreground);font-size:var(--leftbar-row-status-font-size);line-height:var(--leftbar-row-status-line-height);padding-bottom:var(--dt-space-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row[data-v-49d75ce6] .dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--dt-theme-sidebar-status-color-foreground)}.dt-leftbar-row__icon-cc[data-v-49d75ce6]{border-radius:var(--dt-size-200);width:calc(var(--dt-size-300) * 3.5);height:calc(var(--dt-size-300) * 3.5)}.opacity-pulsate[data-v-49d75ce6]{-webkit-animation-name:opacity-pulsate-49d75ce6;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-49d75ce6;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-49d75ce6;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@-webkit-keyframes opacity-pulsate-49d75ce6{0%,to{opacity:.2}50%{opacity:1}}@-moz-keyframes opacity-pulsate-49d75ce6{0%,to{opacity:.2}50%{opacity:1}}@keyframes opacity-pulsate-49d75ce6{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave-49d75ce6{0%,50%,to{transform:translate(0)}10%{transform:translateY(-5px);opacity:90%}}.dt-leftbar-unread-pill{display:flex;align-items:center;justify-content:center;padding:var(--dt-space-200) var(--dt-space-500) var(--dt-space-200) var(--dt-space-400);gap:var(--dt-space-300);font-size:var(--dt-font-size-100);box-shadow:var(--dt-shadow-medium);border-radius:var(--dt-size-radius-pill);border:none;line-height:var(--dt-font-line-height-600);cursor:pointer}.dt-leftbar-unread-pill--mentions{font-weight:var(--dt-font-weight-bold);background-color:var(--dt-theme-mention-color-background);color:var(--dt-theme-mention-color-foreground)}.dt-leftbar-unread-pill--messages{background-color:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-secondary-inverted)}.dt-feed-item-row[data-v-5db9c697]{transition-duration:2s!important}.dt-feed-item-row .content-text-wrapper-class[data-v-5db9c697]:not(img){line-height:1.6rem}.dt-feed-item-row[data-v-5db9c697] .dt-item-layout--left .d-avatar{align-self:flex-start;margin-top:var(--dt-space-300)}.dt-feed-item-pill--border[data-v-59051987]{border:double 1px transparent;border-radius:4.8rem;background-origin:border-box;background-clip:content-box,border-box;overflow:hidden}.dt-feed-item-pill--border-default[data-v-59051987]{background:var(--dt-color-border-default)}.dt-feed-item-pill--border-ai[data-v-59051987]{background-image:linear-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)),var(--dt-badge-color-background-ai)}.dt-feed-item-pill--border-critical[data-v-59051987]{background:var(--dt-color-foreground-critical)}.dt-feed-item-pill--icon[data-v-59051987]{animation:fade-59051987 .15s ease-in}@keyframes fade-59051987{0%{transform:scale(0)}to{transform:scale(1)}}.dt-emoji-row{display:flex;flex-wrap:wrap}.dt-emoji-row__reaction{padding:var(--dt-space-300) var(--dt-space-400);gap:var(--dt-space-300);border-radius:var(--dt-size-radius-500);margin-bottom:0;transition-delay:0s;transition-duration:var(--td50);transition-property:all;transition-timing-function:var(--ttf-in-out);color:var(--dt-color-foreground-secondary);background-color:var(--dt-color-surface-moderate-opaque)}.dt-emoji-row__reaction:hover,.dt-emoji-row__reaction:focus{border-color:hsla(var(--dt-color-black-600-hsl)/100%)!important}.dt-emoji-row__reaction--selected{color:var(--dt-color-link-primary);background-color:var(--dt-color-purple-100)!important;border-color:var(--dt-color-brand-purple)!important}.dt-emoji-row__reaction--selected:hover{color:var(--dt-color-link-primary)}.progress-bar__circle{fill:none;stroke-width:2;stroke-dasharray:var(--stroke-dasharray)}.progress-bar__circle:nth-child(1){stroke-dashoffset:0;stroke:var(--dt-color-black-100)}.progress-bar__circle:nth-child(2){stroke-dashoffset:var(--stroke-dashoffset);stroke:var(--dt-color-purple-500);transition:stroke-dashoffset .5s linear}.dt-attachment-image{position:relative}.dt-attachment-image:focus-within .dt-attachment-image__close-button,.dt-attachment-image:hover .dt-attachment-image__close-button{opacity:1}.dt-attachment-image__image-viewer{height:var(--dt-size-700);width:var(--dt-size-700);border:var(--dt-space-100) solid;border-radius:var(--br4);border-width:var(--dt-size-350);border-color:var(--dt-color-border-subtle);object-fit:cover}.dt-attachment-image__top-right{position:absolute;top:var(--dt-size-100);right:var(--dt-size-100)}.dt-attachment-image__close-button{opacity:0;position:absolute;top:inherit;right:inherit;color:var(--dt-color-neutral-white);background-color:var(--dt-color-black-400);border:var(--dt-space-100) solid;border-width:var(--dt-size-200);border-color:var(--dt-color-neutral-white)}.dt-attachment-image__progress-bar{position:absolute;top:inherit;right:inherit;background-color:var(--dt-color-neutral-white);border-radius:50%;display:flex;transform:rotate(-90deg);border:var(--dt-space-100) solid;border-width:var(--dt-size-200);border-color:var(--dt-color-border-subtle)}.dt-attachment-carousel{position:relative;max-height:100px;width:var(--dt-space-1000)}.dt-attachment-carousel__media-list{display:flex;flex-direction:row;padding-left:0;overflow-x:scroll}.dt-attachment-carousel__media-list::-webkit-scrollbar{display:none}.dt-attachment-carousel__arrow{position:absolute;opacity:0;background-color:var(--dt-color-neutral-white);top:var(--dt-space-30-percent);border:var(--dt-space-100) solid;border-width:var(--dt-size-100);border-color:var(--bc-default)}.dt-attachment-carousel:hover .dt-attachment-carousel__arrow{opacity:1}.dt-attachment-carousel__arrow--left{left:var(--dt-space-300)}.dt-attachment-carousel__arrow--right{right:var(--dt-space-300)}.dt-attachment-carousel__image-viewer{height:var(--dt-size-700);width:var(--dt-size-700);border-radius:var(--br4);border:var(--dt-space-100) solid;border-width:var(--dt-size-350);border-color:var(--dt-color-border-subtle)}.dt-recipe-callbox[data-v-66800ae7]{padding:0;color:var(--dt-color-foreground-primary);background-color:var(--dt-color-surface-primary);border-radius:var(--dt-size-radius-300)}.dt-recipe-callbox--video[data-v-66800ae7]{display:flex;border-radius:var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;overflow:clip;margin-bottom:var(--dt-space-300-negative)}.dt-recipe-callbox--main-content[data-v-66800ae7]{padding:0;border-radius:var(--dt-size-radius-300);border:var(--dt-size-border-100) solid transparent;align-items:stretch}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-66800ae7]{border-color:var(--dt-color-border-default)}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-66800ae7]{background:linear-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)) padding-box,linear-gradient(135deg,var(--dt-color-border-accent),var(--dt-color-border-brand)) border-box}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-66800ae7]{background:radial-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)) padding-box,radial-gradient(circle,#E7301D,#F78B23) border-box}.dt-recipe-callbox--main-content-top[data-v-66800ae7]{display:flex;align-items:center;padding:var(--dt-space-350) var(--dt-space-400)}.dt-recipe-callbox--main-content-bottom[data-v-66800ae7]{border-top:1px solid var(--dt-color-border-subtle)}.dt-recipe-callbox--avatar[data-v-66800ae7]{margin-right:var(--dt-space-400)}.dt-recipe-callbox--content[data-v-66800ae7]{display:flex;flex-direction:column;flex:1 0 auto;min-width:0}.dt-recipe-callbox--content-title[data-v-66800ae7]{overflow:clip;white-space:nowrap;text-overflow:ellipsis;color:var(--dt-color-foreground-primary);background-color:var(--dt-color-surface-primary);font-weight:var(--dt-font-weight-bold);border:none;padding:0;width:0;min-width:100%;text-align:left;-webkit-user-select:text;user-select:text;line-height:normal}.dt-recipe-callbox--content-badge[data-v-66800ae7]{line-height:normal}.dt-recipe-callbox--content-subtitle[data-v-66800ae7]{padding:0;font-size:var(--dt-font-size-100);color:var(--dt-color-foreground-tertiary);line-height:normal;overflow:hidden;width:0;min-width:100%}.dt-recipe-callbox--right[data-v-66800ae7]{display:flex;justify-content:right}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--dt-size-100)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:hover,.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:active{text-decoration:underline}.dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-66800ae7]{background-color:var(--dt-color-surface-warning)}.d-avatar--image-loaded{background-color:transparent;background-image:unset}.d-avatar__count,.d-avatar__presence{z-index:var(--zi-base)}.d-avatar__overlay{background-color:var(--dt-color-surface-contrast-opaque);opacity:var(--dt-opacity-900);position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--dt-size-radius-circle);z-index:var(--zi-base)}.d-avatar__overlay-icon{color:var(--dt-color-foreground-primary-inverted);width:100%}.d-avatar__overlay-text{color:var(--dt-color-foreground-primary-inverted);font-weight:var(--dt-font-weight-bold);font-size:var(--dt-font-size-200);width:100%;text-align:center}.d-avatar--clickable{--avatar-color-border: transparent;cursor:pointer;padding:0;background-color:transparent;border-radius:var(--dt-size-radius-circle);border:var(--dt-size-border-100) solid var(--avatar-color-border)}.d-avatar--clickable:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.d-avatar--clickable:hover{--avatar-color-border: var(--dt-color-border-default)}.d-avatar--clickable:active{--avatar-color-border: var(--dt-color-border-moderate);transform:scale(.98)}.dt-item-layout[data-v-9afad3c4]{align-items:stretch}.dt-item-layout--content[data-v-9afad3c4]{display:flex;flex-direction:column;justify-content:center}.dt-item-layout--selected[data-v-9afad3c4]{display:flex;align-items:center}.dt-list-item{list-style:none;background-color:var(--dt-action-color-background-muted-default)}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--dt-size-radius-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--dt-action-color-background-muted-hover)}.dt-list-item--highlighted:active{background-color:var(--dt-action-color-background-muted-active)}.dt-list-item--selected-icon{margin-left:var(--dt-space-400)}.dt-list-item :focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.tippy-box[data-popper-reference-hidden] .d-popover__dialog,.tippy-box[data-popper-escaped] .d-popover__dialog{visibility:hidden;pointer-events:none}.dt-suggestion-list{position:relative;padding:var(--dt-size-300);max-height:var(--dt-size-875)!important;min-width:var(--dt-size-925);max-width:var(--dt-size-975)}.dt-suggestion-list--item{border:var(--dt-size-100) solid transparent}.dt-link--mention{background-color:hsl(var(--dt-color-purple-400-hsl) / 10%);color:var(--dt-color-link-primary);border-radius:var(--dt-space-200);height:1.8rem}.dt-link--mention:hover{color:var(--dt-color-link-primary);background-color:hsl(var(--dt-color-purple-500-hsl) / 10%)}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--dt-color-foreground-placeholder);pointer-events:none;height:0}.dt-message-input--remaining-char{font-size:1.2rem}.message-input-button__disabled{background-color:unset;color:var(--theme-sidebar-icon-color);cursor:default}.dt-message-input-notice .d-notice__icon{margin-right:8px}
|
|
1
|
+
.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}50%{fill:var(--placeholder-to-color, var(--dt-color-black-100));background:var(--placeholder-to-color, var(--dt-color-black-100))}90%{fill:var(--placeholder-from-color, var(--dt-color-black-300));background:var(--placeholder-from-color, var(--dt-color-black-300))}}.dt-emoji[data-v-6ad3e149]{display:inline-block}.tippy-box[data-popper-reference-hidden] .d-tooltip,.tippy-box[data-popper-escaped] .d-tooltip{visibility:hidden;pointer-events:none}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--dt-font-size-200);line-height:var(--lh4);padding:var(--dt-space-300) var(--dt-space-450)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.d-context-menu-list{width:var(--dt-size-850)}.dt-list-item[role=menuitem]{border-radius:var(--dt-size-300)}.dt-list-separator{border-top:var(--dt-size-100) solid var(--dt-color-border-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--dt-font-line-height-300)}.dt-recipe-callbar-button--circle{border-radius:var(--dt-size-radius-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:var(--dt-space-350-negative);margin-left:calc(var(--dt-space-300-negative) * 5);width:var(--dt-size-500);height:var(--dt-size-500);padding:var(--dt-space-400);border-radius:var(--dt-size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--dt-color-surface-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header .d-btn{color:var(--dt-color-foreground-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc: var(--dt-color-surface-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.dt-contact-info[data-v-3d0f9d2e]{--contact-info-avatar-border-color: var(--dt-color-surface-primary);display:flex}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout{flex:1 1 0}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--content{min-width:var(--dt-space-825)}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--left{min-width:var(--dt-space-650);justify-content:flex-start;align-items:center}.dt-contact-info[data-v-3d0f9d2e] .dt-item-layout--right{min-width:0;align-items:center}.dt-contact-info--avatars .d-avatar[data-v-3d0f9d2e]{border-radius:var(--dt-size-radius-pill);border:var(--dt-size-300) solid var(--contact-info-avatar-border-color);box-sizing:unset}.d-top-banner-info__left{margin:var(--dt-space-300) 0 var(--dt-space-300) var(--dt-space-400);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--dt-size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--dt-size-300);margin:var(--dt-space-300) var(--dt-space-500) var(--dt-space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base);display:flex;justify-content:center;align-items:center;border-color:var(--dt-color-purple-600);background-color:var(--dt-color-purple-600)}.dt-chip-content{font-variant-numeric:tabular-nums}.settings-menu-button[data-v-b0dfa8b3]{padding:var(--dt-space-0);border-radius:var(--dt-size-550);height:var(--dt-size-600);width:var(--dt-size-550);color:var(--dt-theme-topbar-button-color-foreground);background-color:var(--dt-theme-topbar-button-color-background)}.settings-menu-button[data-v-b0dfa8b3]:hover{background-color:var(--dt-theme-topbar-button-color-background-hover);color:var(--dt-theme-topbar-button-color-foreground-hover)}.settings-menu-button[data-v-b0dfa8b3]:active{background-color:var(--dt-theme-topbar-button-color-background-active)}.settings-menu-button-update[data-v-b0dfa8b3]{background-color:hsla(var(--dt-color-blue-200-hsl) / 25%);color:var(--dt-color-blue-500);border-color:hsla(var(--dt-color-blue-200-hsl) / 25%);border-radius:var(--dt-size-radius-pill);height:var(--dt-size-600)}.settings-menu-button-update[data-v-b0dfa8b3]:hover{background-color:hsla(var(--dt-color-blue-200-hsl) / 50%);color:var(--dt-theme-topbar-button-color-foreground-hover)}.dt-leftbar-row[data-v-49d75ce6]{--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);--leftbar-row-radius: var(--dt-size-radius-pill);--leftbar-row-opacity: 100%;--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-icon-color-foreground);--leftbar-row-alpha-width: calc(var(--dt-size-300) * 10);--leftbar-row-alpha-height: calc(var(--dt-size-300) * 9);--leftbar-row-omega-height: var(--leftbar-row-alpha-height);--leftbar-row-unread-badge-display: inline-flex;--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground);--leftbar-row-description-font-weight: var(--dt-font-weight-normal);--leftbar-row-description-font-size: var(--dt-font-size-200);--leftbar-row-description-line-height: var(--dt-font-line-height-200);--leftbar-row-status-color-foreground: var(--dt-theme-sidebar-status-color-foreground);--leftbar-row-status-font-size: var(--dt-font-size-100);--leftbar-row-status-line-height: var(--dt-font-line-height-100);--leftbar-row-action-position-right: var(--dt-size-400);--leftbar-row-action-position-bottom: 50%;--leftbar-row-action-width: var(--dt-size-550);--leftbar-row-action-height: var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity);display:flex;background-color:var(--dt-theme-sidebar-row-color-background);border-radius:var(--leftbar-row-radius);transition-duration:var(--td200);transition-property:background-color,border,box-shadow;transition-timing-function:var(--ttf-out-quint);cursor:pointer}.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):hover,.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):focus-within{--leftbar-row-unread-badge-display: none}.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action{display:inline-flex}.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,.dt-leftbar-row[data-v-49d75ce6]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button{opacity:1}.dt-leftbar-row[data-v-49d75ce6]:hover,.dt-leftbar-row[data-v-49d75ce6]:focus-within{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover)}.dt-leftbar-row[data-v-49d75ce6]:hover .d-presence,.dt-leftbar-row[data-v-49d75ce6]:focus-within .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row[data-v-49d75ce6]:hover .d-avatar__count,.dt-leftbar-row[data-v-49d75ce6]:focus-within .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread[data-v-49d75ce6]{--leftbar-row-description-font-weight: var(--dt-font-weight-bold);--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread)}.dt-leftbar-row--unread-count[data-v-49d75ce6] .dt-leftbar-row__action{display:none}.dt-leftbar-row--muted[data-v-49d75ce6]{--leftbar-row-opacity: 60%}.dt-leftbar-row--selected[data-v-49d75ce6]{--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground)}.dt-leftbar-row--selected[data-v-49d75ce6] .d-presence{--presence-color-border-base: var(--dt-color-black-200)}.dt-leftbar-row--selected[data-v-49d75ce6] .d-avatar__count{--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background)}.dt-leftbar-row__is-typing[data-v-49d75ce6]{--is-typing-size-shape: var(--dt-size-550);height:var(--is-typing-size-shape);width:var(--is-typing-size-shape);position:absolute;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:var(--dt-size-radius-pill);opacity:.75}.dt-leftbar-row__is-typing span[data-v-49d75ce6]{transition:all .5s ease;background:var(--dt-color-surface-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--dt-size-radius-pill);animation:wave-49d75ce6 1.5s ease infinite}.dt-leftbar-row__is-typing span[data-v-49d75ce6]:nth-child(1){animation-delay:0ms}.dt-leftbar-row__is-typing span[data-v-49d75ce6]:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span[data-v-49d75ce6]:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary[data-v-49d75ce6]{display:flex;align-items:center;flex:1;width:100%;text-align:left;background-color:var(--leftbar-row-color-background);color:var(--leftbar-row-color-foreground);text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:inherit;line-height:inherit;margin:0;border:0;padding:0;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__primary[data-v-49d75ce6]:active{--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary[data-v-49d75ce6]:focus-visible{box-shadow:var(--dt-shadow-focus-inset)}.dt-leftbar-row__action-button[data-v-49d75ce6]{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row__alpha[data-v-49d75ce6]{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--dt-space-400);padding-right:var(--dt-space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height);border-radius:var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius)}.dt-leftbar-row__label[data-v-49d75ce6]{flex:0 1;min-width:0}.dt-leftbar-row__omega[data-v-49d75ce6]{position:absolute;display:flex;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom) * -1));gap:var(--dt-space-300);justify-content:flex-end;align-items:center;box-sizing:border-box;border-radius:var(--leftbar-row-radius)}.dt-leftbar-row__unread-badge[data-v-49d75ce6]{display:var(--leftbar-row-unread-badge-display)}.dt-leftbar-row__active-voice[data-v-49d75ce6]{color:var(--dt-color-foreground-success);display:inline-flex;-webkit-animation-name:opacity-pulsate-49d75ce6;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-49d75ce6;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-49d75ce6;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd[data-v-49d75ce6]{padding-top:var(--dt-space-200);padding-right:var(--dt-space-300);color:var(--dt-color-foreground-tertiary);font-size:var(--dt-font-size-100);line-height:var(--dt-font-line-height-400);font-weight:var(--dt-font-weight-medium)}.dt-leftbar-row[data-v-49d75ce6] .dt-leftbar-row__description{display:block;font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height);color:var(--leftbar-row-description-color-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row[data-v-49d75ce6] .dt-leftbar-row__status{display:block;color:var(--leftbar-row-status-color-foreground);font-size:var(--leftbar-row-status-font-size);line-height:var(--leftbar-row-status-line-height);padding-bottom:var(--dt-space-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row[data-v-49d75ce6] .dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--dt-theme-sidebar-status-color-foreground)}.dt-leftbar-row__icon-cc[data-v-49d75ce6]{border-radius:var(--dt-size-200);width:calc(var(--dt-size-300) * 3.5);height:calc(var(--dt-size-300) * 3.5)}.opacity-pulsate[data-v-49d75ce6]{-webkit-animation-name:opacity-pulsate-49d75ce6;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate-49d75ce6;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate-49d75ce6;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@-webkit-keyframes opacity-pulsate-49d75ce6{0%,to{opacity:.2}50%{opacity:1}}@-moz-keyframes opacity-pulsate-49d75ce6{0%,to{opacity:.2}50%{opacity:1}}@keyframes opacity-pulsate-49d75ce6{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave-49d75ce6{0%,50%,to{transform:translate(0)}10%{transform:translateY(-5px);opacity:90%}}.dt-leftbar-unread-pill{display:flex;align-items:center;justify-content:center;padding:var(--dt-space-200) var(--dt-space-500) var(--dt-space-200) var(--dt-space-400);gap:var(--dt-space-300);font-size:var(--dt-font-size-100);box-shadow:var(--dt-shadow-medium);border-radius:var(--dt-size-radius-pill);border:none;line-height:var(--dt-font-line-height-600);cursor:pointer}.dt-leftbar-unread-pill--mentions{font-weight:var(--dt-font-weight-bold);background-color:var(--dt-theme-mention-color-background);color:var(--dt-theme-mention-color-foreground)}.dt-leftbar-unread-pill--messages{background-color:var(--dt-color-surface-contrast);color:var(--dt-color-foreground-secondary-inverted)}.dt-feed-item-row[data-v-5db9c697]{transition-duration:2s!important}.dt-feed-item-row .content-text-wrapper-class[data-v-5db9c697]:not(img){line-height:1.6rem}.dt-feed-item-row[data-v-5db9c697] .dt-item-layout--left .d-avatar{align-self:flex-start;margin-top:var(--dt-space-300)}.dt-feed-item-pill--border[data-v-59051987]{border:double 1px transparent;border-radius:4.8rem;background-origin:border-box;background-clip:content-box,border-box;overflow:hidden}.dt-feed-item-pill--border-default[data-v-59051987]{background:var(--dt-color-border-default)}.dt-feed-item-pill--border-ai[data-v-59051987]{background-image:linear-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)),var(--dt-badge-color-background-ai)}.dt-feed-item-pill--border-critical[data-v-59051987]{background:var(--dt-color-foreground-critical)}.dt-feed-item-pill--icon[data-v-59051987]{animation:fade-59051987 .15s ease-in}@keyframes fade-59051987{0%{transform:scale(0)}to{transform:scale(1)}}.dt-emoji-row{display:flex;flex-wrap:wrap}.dt-emoji-row__reaction{padding:var(--dt-space-300) var(--dt-space-400);gap:var(--dt-space-300);border-radius:var(--dt-size-radius-500);margin-bottom:0;transition-delay:0s;transition-duration:var(--td50);transition-property:all;transition-timing-function:var(--ttf-in-out);color:var(--dt-color-foreground-secondary);background-color:var(--dt-color-surface-moderate-opaque)}.dt-emoji-row__reaction:hover,.dt-emoji-row__reaction:focus{border-color:hsla(var(--dt-color-black-600-hsl)/100%)!important}.dt-emoji-row__reaction--selected{color:var(--dt-color-link-primary);background-color:var(--dt-color-purple-100)!important;border-color:var(--dt-color-brand-purple)!important}.dt-emoji-row__reaction--selected:hover{color:var(--dt-color-link-primary)}.progress-bar__circle{fill:none;stroke-width:2;stroke-dasharray:var(--stroke-dasharray)}.progress-bar__circle:nth-child(1){stroke-dashoffset:0;stroke:var(--dt-color-black-100)}.progress-bar__circle:nth-child(2){stroke-dashoffset:var(--stroke-dashoffset);stroke:var(--dt-color-purple-500);transition:stroke-dashoffset .5s linear}.dt-attachment-image{position:relative}.dt-attachment-image:focus-within .dt-attachment-image__close-button,.dt-attachment-image:hover .dt-attachment-image__close-button{opacity:1}.dt-attachment-image__image-viewer{height:var(--dt-size-700);width:var(--dt-size-700);border:var(--dt-space-100) solid;border-radius:var(--br4);border-width:var(--dt-size-350);border-color:var(--dt-color-border-subtle);object-fit:cover}.dt-attachment-image__top-right{position:absolute;top:var(--dt-size-100);right:var(--dt-size-100)}.dt-attachment-image__close-button{opacity:0;position:absolute;top:inherit;right:inherit;color:var(--dt-color-neutral-white);background-color:var(--dt-color-black-400);border:var(--dt-space-100) solid;border-width:var(--dt-size-200);border-color:var(--dt-color-neutral-white)}.dt-attachment-image__progress-bar{position:absolute;top:inherit;right:inherit;background-color:var(--dt-color-neutral-white);border-radius:50%;display:flex;transform:rotate(-90deg);border:var(--dt-space-100) solid;border-width:var(--dt-size-200);border-color:var(--dt-color-border-subtle)}.dt-attachment-carousel{position:relative;max-height:100px;width:var(--dt-space-1000)}.dt-attachment-carousel__media-list{display:flex;flex-direction:row;padding-left:0;overflow-x:scroll}.dt-attachment-carousel__media-list::-webkit-scrollbar{display:none}.dt-attachment-carousel__arrow{position:absolute;opacity:0;background-color:var(--dt-color-neutral-white);top:var(--dt-space-30-percent);border:var(--dt-space-100) solid;border-width:var(--dt-size-100);border-color:var(--bc-default)}.dt-attachment-carousel:hover .dt-attachment-carousel__arrow{opacity:1}.dt-attachment-carousel__arrow--left{left:var(--dt-space-300)}.dt-attachment-carousel__arrow--right{right:var(--dt-space-300)}.dt-attachment-carousel__image-viewer{height:var(--dt-size-700);width:var(--dt-size-700);border-radius:var(--br4);border:var(--dt-space-100) solid;border-width:var(--dt-size-350);border-color:var(--dt-color-border-subtle)}.dt-recipe-callbox[data-v-66800ae7]{padding:0;color:var(--dt-color-foreground-primary);background-color:var(--dt-color-surface-primary);border-radius:var(--dt-size-radius-300)}.dt-recipe-callbox--video[data-v-66800ae7]{display:flex;border-radius:var(--dt-size-radius-200) var(--dt-size-radius-200) 0 0;overflow:clip;margin-bottom:var(--dt-space-300-negative)}.dt-recipe-callbox--main-content[data-v-66800ae7]{padding:0;border-radius:var(--dt-size-radius-300);border:var(--dt-size-border-100) solid transparent;align-items:stretch}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-default[data-v-66800ae7]{border-color:var(--dt-color-border-default)}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-ai[data-v-66800ae7]{background:linear-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)) padding-box,linear-gradient(135deg,var(--dt-color-border-accent),var(--dt-color-border-brand)) border-box}.dt-recipe-callbox--main-content.dt-recipe-callbox--border-critical[data-v-66800ae7]{background:radial-gradient(var(--dt-color-surface-primary),var(--dt-color-surface-primary)) padding-box,radial-gradient(circle,#E7301D,#F78B23) border-box}.dt-recipe-callbox--main-content-top[data-v-66800ae7]{display:flex;align-items:center;padding:var(--dt-space-350) var(--dt-space-400)}.dt-recipe-callbox--main-content-bottom[data-v-66800ae7]{border-top:1px solid var(--dt-color-border-subtle)}.dt-recipe-callbox--avatar[data-v-66800ae7]{margin-right:var(--dt-space-400)}.dt-recipe-callbox--content[data-v-66800ae7]{display:flex;flex-direction:column;flex:1 0 auto;min-width:0}.dt-recipe-callbox--content-title[data-v-66800ae7]{overflow:clip;white-space:nowrap;text-overflow:ellipsis;color:var(--dt-color-foreground-primary);background-color:var(--dt-color-surface-primary);font-weight:var(--dt-font-weight-bold);border:none;padding:0;width:0;min-width:100%;text-align:left;-webkit-user-select:text;user-select:text;line-height:normal}.dt-recipe-callbox--content-badge[data-v-66800ae7]{line-height:normal}.dt-recipe-callbox--content-subtitle[data-v-66800ae7]{padding:0;font-size:var(--dt-font-size-100);color:var(--dt-color-foreground-tertiary);line-height:normal;overflow:hidden;width:0;min-width:100%}.dt-recipe-callbox--right[data-v-66800ae7]{display:flex;justify-content:right}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:var(--dt-size-100)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:hover,.dt-recipe-callbox--clickable .dt-recipe-callbox--content-title[data-v-66800ae7]:active{text-decoration:underline}.dt-recipe-callbox .dt-recipe-callbox-badge--warning[data-v-66800ae7]{background-color:var(--dt-color-surface-warning)}.d-avatar--image-loaded{background-color:transparent;background-image:unset}.d-avatar__count,.d-avatar__presence{z-index:var(--zi-base)}.d-avatar__overlay{background-color:var(--dt-color-surface-contrast-opaque);opacity:var(--dt-opacity-900);position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:var(--dt-size-radius-circle);z-index:var(--zi-base)}.d-avatar__overlay-icon{color:var(--dt-color-foreground-primary-inverted);width:100%}.d-avatar__overlay-text{color:var(--dt-color-foreground-primary-inverted);font-weight:var(--dt-font-weight-bold);font-size:var(--dt-font-size-200);width:100%;text-align:center}.d-avatar--clickable{--avatar-color-border: transparent;cursor:pointer;padding:0;background-color:transparent;border-radius:var(--dt-size-radius-circle);border:var(--dt-size-border-100) solid var(--avatar-color-border)}.d-avatar--clickable:focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.d-avatar--clickable:hover{--avatar-color-border: var(--dt-color-border-default)}.d-avatar--clickable:active{--avatar-color-border: var(--dt-color-border-moderate);transform:scale(.98)}.dt-item-layout[data-v-9afad3c4]{align-items:stretch}.dt-item-layout--content[data-v-9afad3c4]{display:flex;flex-direction:column;justify-content:center}.dt-item-layout--selected[data-v-9afad3c4]{display:flex;align-items:center}.dt-list-item{list-style:none;background-color:var(--dt-action-color-background-muted-default)}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--dt-size-radius-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--dt-action-color-background-muted-hover)}.dt-list-item--highlighted:active{background-color:var(--dt-action-color-background-muted-active)}.dt-list-item--selected-icon{margin-left:var(--dt-space-400)}.dt-list-item :focus-visible{outline:none;box-shadow:var(--dt-shadow-focus)}.tippy-box[data-popper-reference-hidden] .d-popover__dialog,.tippy-box[data-popper-escaped] .d-popover__dialog{visibility:hidden;pointer-events:none}.dt-suggestion-list{position:relative;padding:var(--dt-size-300);max-height:var(--dt-size-875)!important;min-width:var(--dt-size-925);max-width:var(--dt-size-975)}.dt-suggestion-list--item{border:var(--dt-size-100) solid transparent}.dt-link--mention{background-color:hsl(var(--dt-color-purple-400-hsl) / 10%);color:var(--dt-color-link-primary);border-radius:var(--dt-space-200);height:1.8rem}.dt-link--mention:hover{color:var(--dt-color-link-primary);background-color:hsl(var(--dt-color-purple-500-hsl) / 10%)}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--dt-color-foreground-placeholder);pointer-events:none;height:0}.dt-message-input--remaining-char{font-size:1.2rem}.message-input-button__disabled{background-color:unset;color:var(--theme-sidebar-icon-color);cursor:default}.dt-message-input-notice .d-notice__icon{margin-right:8px}
|