@desivocal/agents-cdn 0.1.8 → 0.1.9
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/dv-agent.es.js +67 -41
- package/dist/dv-agent.umd.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dv-agent.es.js
CHANGED
|
@@ -38537,11 +38537,15 @@ var _coreExports = _core.exports, _aFunction = function(n) {
|
|
|
38537
38537
|
} catch {
|
|
38538
38538
|
return !0;
|
|
38539
38539
|
}
|
|
38540
|
-
}, _descriptors
|
|
38541
|
-
|
|
38542
|
-
|
|
38543
|
-
|
|
38544
|
-
|
|
38540
|
+
}, _descriptors, hasRequired_descriptors;
|
|
38541
|
+
function require_descriptors() {
|
|
38542
|
+
return hasRequired_descriptors || (hasRequired_descriptors = 1, _descriptors = !_fails(function() {
|
|
38543
|
+
return Object.defineProperty({}, "a", { get: function() {
|
|
38544
|
+
return 7;
|
|
38545
|
+
} }).a != 7;
|
|
38546
|
+
})), _descriptors;
|
|
38547
|
+
}
|
|
38548
|
+
var _domCreate, hasRequired_domCreate;
|
|
38545
38549
|
function require_domCreate() {
|
|
38546
38550
|
if (hasRequired_domCreate) return _domCreate;
|
|
38547
38551
|
hasRequired_domCreate = 1;
|
|
@@ -38550,24 +38554,33 @@ function require_domCreate() {
|
|
|
38550
38554
|
return a ? t.createElement(s) : {};
|
|
38551
38555
|
}, _domCreate;
|
|
38552
38556
|
}
|
|
38553
|
-
var _ie8DomDefine
|
|
38554
|
-
|
|
38555
|
-
|
|
38556
|
-
|
|
38557
|
-
|
|
38557
|
+
var _ie8DomDefine, hasRequired_ie8DomDefine;
|
|
38558
|
+
function require_ie8DomDefine() {
|
|
38559
|
+
return hasRequired_ie8DomDefine || (hasRequired_ie8DomDefine = 1, _ie8DomDefine = !require_descriptors() && !_fails(function() {
|
|
38560
|
+
return Object.defineProperty(require_domCreate()("div"), "a", { get: function() {
|
|
38561
|
+
return 7;
|
|
38562
|
+
} }).a != 7;
|
|
38563
|
+
})), _ie8DomDefine;
|
|
38564
|
+
}
|
|
38565
|
+
var isObject$2 = _isObject, _toPrimitive = function(n, t) {
|
|
38558
38566
|
if (!isObject$2(n)) return n;
|
|
38559
38567
|
var a, s;
|
|
38560
38568
|
if (t && typeof (a = n.toString) == "function" && !isObject$2(s = a.call(n)) || typeof (a = n.valueOf) == "function" && !isObject$2(s = a.call(n)) || !t && typeof (a = n.toString) == "function" && !isObject$2(s = a.call(n))) return s;
|
|
38561
38569
|
throw TypeError("Can't convert object to primitive value");
|
|
38562
|
-
},
|
|
38563
|
-
|
|
38564
|
-
if (
|
|
38565
|
-
|
|
38566
|
-
|
|
38567
|
-
|
|
38568
|
-
|
|
38569
|
-
|
|
38570
|
-
}
|
|
38570
|
+
}, hasRequired_objectDp;
|
|
38571
|
+
function require_objectDp() {
|
|
38572
|
+
if (hasRequired_objectDp) return _objectDp;
|
|
38573
|
+
hasRequired_objectDp = 1;
|
|
38574
|
+
var n = _anObject, t = require_ie8DomDefine(), a = _toPrimitive, s = Object.defineProperty;
|
|
38575
|
+
return _objectDp.f = require_descriptors() ? Object.defineProperty : function(d, p, g) {
|
|
38576
|
+
if (n(d), p = a(p, !0), n(g), t) try {
|
|
38577
|
+
return s(d, p, g);
|
|
38578
|
+
} catch {
|
|
38579
|
+
}
|
|
38580
|
+
if ("get" in g || "set" in g) throw TypeError("Accessors not supported!");
|
|
38581
|
+
return "value" in g && (d[p] = g.value), d;
|
|
38582
|
+
}, _objectDp;
|
|
38583
|
+
}
|
|
38571
38584
|
var _propertyDesc = function(n, t) {
|
|
38572
38585
|
return {
|
|
38573
38586
|
enumerable: !(n & 1),
|
|
@@ -38575,7 +38588,7 @@ var _propertyDesc = function(n, t) {
|
|
|
38575
38588
|
writable: !(n & 4),
|
|
38576
38589
|
value: t
|
|
38577
38590
|
};
|
|
38578
|
-
}, dP$2 =
|
|
38591
|
+
}, dP$2 = require_objectDp(), createDesc$2 = _propertyDesc, _hide = require_descriptors() ? function(n, t, a) {
|
|
38579
38592
|
return dP$2.f(n, t, createDesc$2(1, a));
|
|
38580
38593
|
} : function(n, t, a) {
|
|
38581
38594
|
return n[t] = a, n;
|
|
@@ -38613,12 +38626,19 @@ $export$7.U = 64;
|
|
|
38613
38626
|
$export$7.R = 128;
|
|
38614
38627
|
var _export = $export$7, toString$1 = {}.toString, _cof = function(n) {
|
|
38615
38628
|
return toString$1.call(n).slice(8, -1);
|
|
38616
|
-
},
|
|
38617
|
-
|
|
38618
|
-
|
|
38629
|
+
}, _iobject, hasRequired_iobject;
|
|
38630
|
+
function require_iobject() {
|
|
38631
|
+
if (hasRequired_iobject) return _iobject;
|
|
38632
|
+
hasRequired_iobject = 1;
|
|
38633
|
+
var n = _cof;
|
|
38634
|
+
return _iobject = Object("z").propertyIsEnumerable(0) ? Object : function(t) {
|
|
38635
|
+
return n(t) == "String" ? t.split("") : Object(t);
|
|
38636
|
+
}, _iobject;
|
|
38637
|
+
}
|
|
38638
|
+
var _defined = function(n) {
|
|
38619
38639
|
if (n == null) throw TypeError("Can't call method on " + n);
|
|
38620
38640
|
return n;
|
|
38621
|
-
}, IObject =
|
|
38641
|
+
}, IObject = require_iobject(), defined$2 = _defined, _toIobject = function(n) {
|
|
38622
38642
|
return IObject(defined$2(n));
|
|
38623
38643
|
}, ceil = Math.ceil, floor$1 = Math.floor, _toInteger = function(n) {
|
|
38624
38644
|
return isNaN(n = +n) ? 0 : (n > 0 ? floor$1 : ceil)(n);
|
|
@@ -38657,15 +38677,17 @@ var _sharedExports = _shared.exports, id$1 = 0, px = Math.random(), _uid = funct
|
|
|
38657
38677
|
return $keys$2(t, enumBugKeys$1);
|
|
38658
38678
|
}, _objectGops = {};
|
|
38659
38679
|
_objectGops.f = Object.getOwnPropertySymbols;
|
|
38660
|
-
var _objectPie = {};
|
|
38661
|
-
|
|
38680
|
+
var _objectPie = {}, hasRequired_objectPie;
|
|
38681
|
+
function require_objectPie() {
|
|
38682
|
+
return hasRequired_objectPie || (hasRequired_objectPie = 1, _objectPie.f = {}.propertyIsEnumerable), _objectPie;
|
|
38683
|
+
}
|
|
38662
38684
|
var defined$1 = _defined, _toObject = function(n) {
|
|
38663
38685
|
return Object(defined$1(n));
|
|
38664
38686
|
}, _objectAssign, hasRequired_objectAssign;
|
|
38665
38687
|
function require_objectAssign() {
|
|
38666
38688
|
if (hasRequired_objectAssign) return _objectAssign;
|
|
38667
38689
|
hasRequired_objectAssign = 1;
|
|
38668
|
-
var n =
|
|
38690
|
+
var n = require_descriptors(), t = _objectKeys, a = _objectGops, s = require_objectPie(), u = _toObject, d = require_iobject(), p = Object.assign;
|
|
38669
38691
|
return _objectAssign = !p || _fails(function() {
|
|
38670
38692
|
var g = {}, S = {}, T = Symbol(), O = "abcdefghijklmnopqrst";
|
|
38671
38693
|
return g[T] = 7, O.split("").forEach(function(q) {
|
|
@@ -38714,7 +38736,7 @@ classCallCheck.default = function(n, t) {
|
|
|
38714
38736
|
throw new TypeError("Cannot call a class as a function");
|
|
38715
38737
|
};
|
|
38716
38738
|
var createClass = {}, $export$4 = _export;
|
|
38717
|
-
$export$4($export$4.S + $export$4.F * !
|
|
38739
|
+
$export$4($export$4.S + $export$4.F * !require_descriptors(), "Object", { defineProperty: require_objectDp().f });
|
|
38718
38740
|
var $Object$1 = _coreExports.Object, defineProperty$2 = function(t, a, s) {
|
|
38719
38741
|
return $Object$1.defineProperty(t, a, s);
|
|
38720
38742
|
}, defineProperty$1 = { default: defineProperty$2, __esModule: !0 };
|
|
@@ -38739,7 +38761,7 @@ var possibleConstructorReturn = {}, _typeof$1 = {}, toInteger = _toInteger, defi
|
|
|
38739
38761
|
var s = String(defined(t)), u = toInteger(a), d = s.length, p, g;
|
|
38740
38762
|
return u < 0 || u >= d ? n ? "" : void 0 : (p = s.charCodeAt(u), p < 55296 || p > 56319 || u + 1 === d || (g = s.charCodeAt(u + 1)) < 56320 || g > 57343 ? n ? s.charAt(u) : p : n ? s.slice(u, u + 2) : (p - 55296 << 10) + (g - 56320) + 65536);
|
|
38741
38763
|
};
|
|
38742
|
-
}, _redefine = _hide, _iterators = {}, dP$1 =
|
|
38764
|
+
}, _redefine = _hide, _iterators = {}, dP$1 = require_objectDp(), anObject$2 = _anObject, getKeys$1 = _objectKeys, _objectDps = require_descriptors() ? Object.defineProperties : function(t, a) {
|
|
38743
38765
|
anObject$2(t);
|
|
38744
38766
|
for (var s = getKeys$1(a), u = s.length, d = 0, p; u > d; ) dP$1.f(t, p = s[d++], a[p]);
|
|
38745
38767
|
return t;
|
|
@@ -38762,7 +38784,7 @@ var anObject$1 = _anObject, dPs = _objectDps, enumBugKeys = _enumBugKeys, IE_PRO
|
|
|
38762
38784
|
return store[n] || (store[n] = USE_SYMBOL && Symbol$1[n] || (USE_SYMBOL ? Symbol$1 : uid$1)("Symbol." + n));
|
|
38763
38785
|
};
|
|
38764
38786
|
$exports.store = store;
|
|
38765
|
-
var _wksExports = _wks.exports, def =
|
|
38787
|
+
var _wksExports = _wks.exports, def = require_objectDp().f, has$4 = _has, TAG = _wksExports("toStringTag"), _setToStringTag = function(n, t, a) {
|
|
38766
38788
|
n && !has$4(n = a ? n : n.prototype, TAG) && def(n, TAG, { configurable: !0, value: t });
|
|
38767
38789
|
}, create$2 = _objectCreate, descriptor = _propertyDesc, setToStringTag$2 = _setToStringTag, IteratorPrototype = {};
|
|
38768
38790
|
_hide(IteratorPrototype, _wksExports("iterator"), function() {
|
|
@@ -38825,7 +38847,7 @@ for (var i = 0; i < DOMIterables.length; i++) {
|
|
|
38825
38847
|
}
|
|
38826
38848
|
var _wksExt = {};
|
|
38827
38849
|
_wksExt.f = _wksExports;
|
|
38828
|
-
var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esModule: !0 }, _meta = { exports: {} }, META$1 = _uid("meta"), isObject$1 = _isObject, has$3 = _has, setDesc =
|
|
38850
|
+
var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esModule: !0 }, _meta = { exports: {} }, META$1 = _uid("meta"), isObject$1 = _isObject, has$3 = _has, setDesc = require_objectDp().f, id = 0, isExtensible = Object.isExtensible || function() {
|
|
38829
38851
|
return !0;
|
|
38830
38852
|
}, FREEZE = !_fails(function() {
|
|
38831
38853
|
return isExtensible(Object.preventExtensions({}));
|
|
@@ -38859,10 +38881,10 @@ var iterator$1 = _wksExt.f("iterator"), iterator = { default: iterator$1, __esMo
|
|
|
38859
38881
|
fastKey,
|
|
38860
38882
|
getWeak,
|
|
38861
38883
|
onFreeze
|
|
38862
|
-
}, _metaExports = _meta.exports, core = _coreExports, wksExt$1 = _wksExt, defineProperty =
|
|
38884
|
+
}, _metaExports = _meta.exports, core = _coreExports, wksExt$1 = _wksExt, defineProperty = require_objectDp().f, _wksDefine = function(n) {
|
|
38863
38885
|
var t = core.Symbol || (core.Symbol = {});
|
|
38864
38886
|
n.charAt(0) != "_" && !(n in t) && defineProperty(t, n, { value: wksExt$1.f(n) });
|
|
38865
|
-
}, getKeys = _objectKeys, gOPS = _objectGops, pIE$1 =
|
|
38887
|
+
}, getKeys = _objectKeys, gOPS = _objectGops, pIE$1 = require_objectPie(), _enumKeys = function(n) {
|
|
38866
38888
|
var t = getKeys(n), a = gOPS.f;
|
|
38867
38889
|
if (a)
|
|
38868
38890
|
for (var s = a(n), u = pIE$1.f, d = 0, p; s.length > d; ) u.call(n, p = s[d++]) && t.push(p);
|
|
@@ -38883,15 +38905,15 @@ var toIObject$2 = _toIobject, gOPN$1 = _objectGopn.f, toString = {}.toString, wi
|
|
|
38883
38905
|
_objectGopnExt.f = function(t) {
|
|
38884
38906
|
return windowNames && toString.call(t) == "[object Window]" ? getWindowNames(t) : gOPN$1(toIObject$2(t));
|
|
38885
38907
|
};
|
|
38886
|
-
var _objectGopd = {}, pIE =
|
|
38887
|
-
_objectGopd.f =
|
|
38908
|
+
var _objectGopd = {}, pIE = require_objectPie(), createDesc$1 = _propertyDesc, toIObject$1 = _toIobject, toPrimitive$1 = _toPrimitive, has$2 = _has, IE8_DOM_DEFINE = require_ie8DomDefine(), gOPD$1 = Object.getOwnPropertyDescriptor;
|
|
38909
|
+
_objectGopd.f = require_descriptors() ? gOPD$1 : function(t, a) {
|
|
38888
38910
|
if (t = toIObject$1(t), a = toPrimitive$1(a, !0), IE8_DOM_DEFINE) try {
|
|
38889
38911
|
return gOPD$1(t, a);
|
|
38890
38912
|
} catch {
|
|
38891
38913
|
}
|
|
38892
38914
|
if (has$2(t, a)) return createDesc$1(!pIE.f.call(t, a), t[a]);
|
|
38893
38915
|
};
|
|
38894
|
-
var global$1 = _globalExports, has$1 = _has, DESCRIPTORS =
|
|
38916
|
+
var global$1 = _globalExports, has$1 = _has, DESCRIPTORS = require_descriptors(), $export$2 = _export, redefine = _redefine, META = _metaExports.KEY, $fails = _fails, shared = _sharedExports, setToStringTag = _setToStringTag, uid = _uid, wks = _wksExports, wksExt = _wksExt, wksDefine = _wksDefine, enumKeys = _enumKeys, isArray = _isArray, anObject = _anObject, isObject = _isObject, toObject = _toObject, toIObject = _toIobject, toPrimitive = _toPrimitive, createDesc = _propertyDesc, _create$1 = _objectCreate, gOPNExt = _objectGopnExt, $GOPD = _objectGopd, $GOPS = _objectGops, $DP = require_objectDp(), $keys = _objectKeys, gOPD = $GOPD.f, dP = $DP.f, gOPN = gOPNExt.f, $Symbol = global$1.Symbol, $JSON = global$1.JSON, _stringify = $JSON && $JSON.stringify, PROTOTYPE = "prototype", HIDDEN = wks("_hidden"), TO_PRIMITIVE = wks("toPrimitive"), isEnum = {}.propertyIsEnumerable, SymbolRegistry = shared("symbol-registry"), AllSymbols = shared("symbols"), OPSymbols = shared("op-symbols"), ObjectProto = Object[PROTOTYPE], USE_NATIVE = typeof $Symbol == "function" && !!$GOPS.f, QObject = global$1.QObject, setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild, setSymbolDesc = DESCRIPTORS && $fails(function() {
|
|
38895
38917
|
return _create$1(dP({}, "a", {
|
|
38896
38918
|
get: function() {
|
|
38897
38919
|
return dP(this, "a", { value: 7 }).a;
|
|
@@ -38940,7 +38962,7 @@ USE_NATIVE || ($Symbol = function() {
|
|
|
38940
38962
|
return DESCRIPTORS && setter && setSymbolDesc(ObjectProto, t, { configurable: !0, set: a }), wrap(t);
|
|
38941
38963
|
}, redefine($Symbol[PROTOTYPE], "toString", function() {
|
|
38942
38964
|
return this._k;
|
|
38943
|
-
}), $GOPD.f = $getOwnPropertyDescriptor, $DP.f = $defineProperty, _objectGopn.f = gOPNExt.f = $getOwnPropertyNames,
|
|
38965
|
+
}), $GOPD.f = $getOwnPropertyDescriptor, $DP.f = $defineProperty, _objectGopn.f = gOPNExt.f = $getOwnPropertyNames, require_objectPie().f = $propertyIsEnumerable, $GOPS.f = $getOwnPropertySymbols, wksExt.f = function(n) {
|
|
38944
38966
|
return wrap(wks(n));
|
|
38945
38967
|
});
|
|
38946
38968
|
$export$2($export$2.G + $export$2.W + $export$2.F * !USE_NATIVE, { Symbol: $Symbol });
|
|
@@ -49922,6 +49944,10 @@ const fromTheme = (n) => {
|
|
|
49922
49944
|
function cn(...n) {
|
|
49923
49945
|
return twMerge(clsx(n));
|
|
49924
49946
|
}
|
|
49947
|
+
function formatTimestamp(n) {
|
|
49948
|
+
const t = new Date(n), a = /* @__PURE__ */ new Date(), s = Math.floor((a.getTime() - t.getTime()) / 1e3);
|
|
49949
|
+
return s < 60 ? "Just now" : s < 3600 ? `${Math.floor(s / 60)} min ago` : s < 10 ? `${s} second ago` : t.toDateString() === a.toDateString() ? t.toLocaleTimeString([], { hour: "numeric", minute: "2-digit" }) : t.toLocaleTimeString([], { hour: "numeric", minute: "2-digit" });
|
|
49950
|
+
}
|
|
49925
49951
|
const buttonVariants = cva(
|
|
49926
49952
|
"ringg_ai-inline-flex ringg_ai-items-center ringg_ai-justify-center ringg_ai-gap-2 ringg_ai-whitespace-nowrap ringg_ai-rounded-md ringg_ai-text-sm ringg_ai-font-medium ringg_ai-ring-offset-background ringg_ai-transition-colors focus-visible:ringg_ai-outline-none focus-visible:ringg_ai-ring-2 focus-visible:ringg_ai-ring-ring focus-visible:ringg_ai-ring-offset-2 disabled:ringg_ai-pointer-events-none disabled:ringg_ai-opacity-50 [&_svg]:ringg_ai-pointer-events-none [&_svg]:ringg_ai-size-4 [&_svg]:ringg_ai-shrink-0",
|
|
49927
49953
|
{
|
|
@@ -56812,7 +56838,7 @@ const LOTTIE_OPTIONS = { loop: !0, autoplay: !0, animationData, rendererSettings
|
|
|
56812
56838
|
d.current && (d.current.scrollTop += d.current.scrollHeight);
|
|
56813
56839
|
}, [d, te]), /* @__PURE__ */ jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Popover, { open: X, onOpenChange: fe, children: [
|
|
56814
56840
|
/* @__PURE__ */ jsxRuntimeExports.jsx(PopoverTrigger, { className: "ringg_ai-fixed ringg_ai-bottom-2.5 ringg_ai-right-2.5", children: /* @__PURE__ */ jsxRuntimeExports.jsx(Button, { size: "icon", style: (rt = a == null ? void 0 : a.modalTrigger) == null ? void 0 : rt.styles, className: cn("ringg_ai-h-[3.25rem] ringg_ai-w-[3.25rem] !ringg_ai-rounded-2xl", "ringg_ai-trigger-btn"), children: /* @__PURE__ */ jsxRuntimeExports.jsx(Phone, { size: 36, className: "!ringg_ai-size-5", color: "#ffffff", strokeWidth: 2.75, absoluteStrokeWidth: !0 }) }) }),
|
|
56815
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(PopoverContent, { className: "ringg_ai-
|
|
56841
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(PopoverContent, { className: "ringg_ai-mr-[2.5vw] md:ringg_ai-mr-2 ringg_ai-w-[95vw] md:ringg_ai-w-[420px] !ringg_ai-rounded-2xl", children: S ? /* @__PURE__ */ jsxRuntimeExports.jsx(AppTerm, { onAgreeClick: ze, onCancelClick: ut }) : /* @__PURE__ */ jsxRuntimeExports.jsxs(Fn.Provider, { value: V, children: [
|
|
56816
56842
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "ringg_ai-flex ringg_ai-flex-col", children: [
|
|
56817
56843
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "ringg_ai-flex ringg_ai-items-center ringg_ai-justify-between ringg_ai-p-2 ringg_ai-pb-0 ringg_ai-rounded-lg ringg_ai-bg-white", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "ringg_ai-flex ringg_ai-items-center ringg_ai-gap-4 ringg_ai-pointer-events-none", children: [
|
|
56818
56844
|
/* @__PURE__ */ jsxRuntimeExports.jsx(_default, { options: LOTTIE_OPTIONS, height: 72, width: 72, speed: 2 }),
|
|
@@ -56823,10 +56849,10 @@ const LOTTIE_OPTIONS = { loop: !0, autoplay: !0, animationData, rendererSettings
|
|
|
56823
56849
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
56824
56850
|
"div",
|
|
56825
56851
|
{
|
|
56826
|
-
className: `ringg_ai-flex ringg_ai-items-center ringg_ai-justify-start ringg_ai-gap-2 ringg_ai-bg-gray-100 ringg_ai-p-
|
|
56827
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "ringg_ai-flex-
|
|
56852
|
+
className: `ringg_ai-flex ringg_ai-items-center ringg_ai-justify-start ringg_ai-gap-2 ringg_ai-bg-gray-100 ringg_ai-p-4 ringg_ai-rounded-xl ringg_ai-max-w-[75%] ${Se ? "ringg_ai-mr-auto ringg_ai-text-left" : "ringg_ai-ml-auto ringg_ai-text-right"}`,
|
|
56853
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "ringg_ai-flex ringg_ai-flex-col ringg_ai-gap-2.5", children: [
|
|
56828
56854
|
/* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "ringg_ai-text-sm", children: ge.message }),
|
|
56829
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "ringg_ai-text-xs", children:
|
|
56855
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "ringg_ai-text-xs", children: formatTimestamp(ge.createdAt) })
|
|
56830
56856
|
] })
|
|
56831
56857
|
},
|
|
56832
56858
|
`${ge.participantId}__${Fe}`
|