@dialpad/dialtone 9.3.0 → 9.4.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/dist/css/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +4 -4
- package/dist/css/dialtone.min.css +1 -1
- package/dist/icons/svg/video-off.svg +1 -1
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/dialtone-vue.cjs +5 -6
- package/dist/vue2/dialtone-vue.js +1510 -3804
- package/dist/vue2/directives.cjs +1 -1
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/{emoji_text_wrapper--R-54YKU.js → emoji-k30EufQP.js} +3875 -3418
- package/dist/vue2/emoji-npEzXEju.cjs +1 -0
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +32 -83625
- package/dist/vue2/emoji_picker-h6ZjaaSm.cjs +1 -0
- package/dist/vue2/emoji_picker-phIBLWjO.js +83604 -0
- package/dist/vue2/emoji_text_wrapper-KU3Kyfko.js +91 -0
- package/dist/vue2/emoji_text_wrapper-KiKRUPpa.cjs +1 -0
- package/dist/vue2/message_input.cjs +92 -0
- package/dist/vue2/message_input.js +13530 -0
- package/dist/vue2/stack-Xl6jQs_C.cjs +2 -0
- package/dist/vue2/stack-klSxDym-.js +1796 -0
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-eJqD2Wwv.js → tooltip-PDBwUvGD.js} +21 -18
- package/dist/vue2/{tooltip-N61DaooE.cjs → tooltip-RmgCyjmY.cjs} +6 -6
- package/dist/vue2/types/components/button/button.vue.d.ts +1 -1
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts +1 -1
- package/dist/vue2/types/components/icon/icon.vue.d.ts +2 -0
- package/dist/vue2/types/components/icon/icon.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/modal/modal.vue.d.ts +1 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +1 -1
- package/dist/vue2/types/message_input.d.ts +3 -0
- package/dist/vue2/types/message_input.d.ts.map +1 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts +2 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/index.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +354 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts +6 -0
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_constants.d.ts.map +1 -0
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +5 -5
- package/dist/vue3/emoji-0CxcYOpi.cjs +1 -0
- package/dist/vue3/{emoji-w7mkBLzY.js → emoji-qCvCxNzD.js} +876 -343
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +3 -3
- package/dist/vue3/{emoji_picker-nLVt8cFZ.js → emoji_picker-6nxcKkgd.js} +1 -1
- package/dist/vue3/{emoji_picker-4xiNkfJF.cjs → emoji_picker-PNpV-epL.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-mBDw9Xy3.js → emoji_text_wrapper-GV9Xmp4q.js} +1 -1
- package/dist/vue3/{emoji_text_wrapper-MBYdbA6A.cjs → emoji_text_wrapper-M6frYocA.cjs} +1 -1
- package/dist/vue3/message_input.cjs +10 -10
- package/dist/vue3/message_input.js +162 -143
- package/dist/vue3/stack-CYxcB-QD.cjs +2 -0
- package/dist/vue3/{stack-FdfddyeK.js → stack-J7X4gRRv.js} +224 -764
- package/dist/vue3/types/components/button/button.vue.d.ts +1 -1
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts +1 -1
- package/dist/vue3/types/components/icon/icon.vue.d.ts +2 -0
- package/dist/vue3/types/components/icon/icon.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +7 -2
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/vue2/emoji_text_wrapper-_UNgB0uv.cjs +0 -1
- package/dist/vue3/emoji-AfK6oyUP.cjs +0 -1
- package/dist/vue3/stack-w8PNJngT.cjs +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { openBlock as o, createElementBlock as n, createElementVNode as e, createStaticVNode as c, createBlock as w, resolveDynamicComponent as rd, normalizeClass as _,
|
|
2
|
-
import { _ as m, g as
|
|
1
|
+
import { openBlock as o, createElementBlock as n, createElementVNode as e, createStaticVNode as c, withDirectives as z, createBlock as w, resolveDynamicComponent as rd, normalizeClass as _, vShow as F, warn as V, mergeProps as h, toHandlers as $, renderSlot as y, createCommentVNode as p, normalizeStyle as H, resolveComponent as g, Fragment as U, renderList as G, createVNode as M, toDisplayString as A, createTextVNode as cd, withKeys as b, withCtx as sd } from "vue";
|
|
2
|
+
import { _ as m, g as P, h as N, V as Z, v as id, n as R, m as dd, q as ud } from "./tooltip-Cr_G7ib3.js";
|
|
3
3
|
const ld = {
|
|
4
4
|
"aria-hidden": "true",
|
|
5
5
|
role: "img",
|
|
@@ -12523,95 +12523,85 @@ const _Y = { render: p1 }, mY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Ob
|
|
|
12523
12523
|
class: "d-icon d-icon--video-off",
|
|
12524
12524
|
viewBox: "0 0 12 12",
|
|
12525
12525
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12526
|
-
}, hY = /* @__PURE__ */ e("
|
|
12527
|
-
|
|
12528
|
-
|
|
12529
|
-
|
|
12530
|
-
|
|
12531
|
-
|
|
12532
|
-
|
|
12533
|
-
], -1), pY = /* @__PURE__ */ e("defs", null, [
|
|
12534
|
-
/* @__PURE__ */ e("clipPath", { id: "dt-icon272418784a" }, [
|
|
12535
|
-
/* @__PURE__ */ e("path", {
|
|
12536
|
-
fill: "#fff",
|
|
12537
|
-
d: "M0 0h12v12H0z"
|
|
12538
|
-
})
|
|
12539
|
-
])
|
|
12540
|
-
], -1), gY = [
|
|
12541
|
-
hY,
|
|
12542
|
-
pY
|
|
12526
|
+
}, hY = /* @__PURE__ */ e("path", {
|
|
12527
|
+
"fill-rule": "evenodd",
|
|
12528
|
+
"clip-rule": "evenodd",
|
|
12529
|
+
d: "M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-1.949-1.95a1.5 1.5 0 0 1-1.198.598H2a1.5 1.5 0 0 1-1.5-1.5V3.498a1.5 1.5 0 0 1 .911-1.38l-.765-.764a.5.5 0 0 1 0-.708Zm1.645 2.352H2a.5.5 0 0 0-.5.5v5.004a.5.5 0 0 0 .5.5h5.499a.5.5 0 0 0 .468-.325L2.291 2.998Zm5.208 0h-1.67a.5.5 0 0 1 0-1h1.67a1.5 1.5 0 0 1 1.5 1.5v.758l1.817-.72A.5.5 0 0 1 11.5 4v4a.5.5 0 0 1-1 0V4.736l-1.816.72A.5.5 0 0 1 8 4.993l-.001-.5v-.995a.5.5 0 0 0-.5-.5Z",
|
|
12530
|
+
fill: "currentColor"
|
|
12531
|
+
}, null, -1), pY = [
|
|
12532
|
+
hY
|
|
12543
12533
|
];
|
|
12544
12534
|
function g1(a, t) {
|
|
12545
|
-
return o(), n("svg", fY, [...
|
|
12535
|
+
return o(), n("svg", fY, [...pY]);
|
|
12546
12536
|
}
|
|
12547
|
-
const
|
|
12537
|
+
const gY = { render: g1 }, yY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12548
12538
|
__proto__: null,
|
|
12549
|
-
default:
|
|
12539
|
+
default: gY,
|
|
12550
12540
|
render: g1
|
|
12551
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12541
|
+
}, Symbol.toStringTag, { value: "Module" })), wY = {
|
|
12552
12542
|
"aria-hidden": "true",
|
|
12553
12543
|
role: "img",
|
|
12554
12544
|
"data-name": "Video Settings",
|
|
12555
12545
|
class: "d-icon d-icon--video-settings",
|
|
12556
12546
|
viewBox: "0 0 12 12",
|
|
12557
12547
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12558
|
-
},
|
|
12548
|
+
}, kY = /* @__PURE__ */ e("path", {
|
|
12559
12549
|
"fill-rule": "evenodd",
|
|
12560
12550
|
"clip-rule": "evenodd",
|
|
12561
12551
|
d: "M2 3.117a.5.5 0 0 0-.5.5.5.5 0 0 1-1 0 1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 1.5 1.5v1.066L10.723 3.2a.5.5 0 0 1 .777.416v4a.5.5 0 0 1-.777.416L8.5 6.551v1.066a1.5 1.5 0 0 1-1.5 1.5.5.5 0 0 1 0-1 .5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5H2Zm6.902 2.5L10.5 6.683V4.55L8.902 5.617Z",
|
|
12562
12552
|
fill: "currentColor"
|
|
12563
|
-
}, null, -1),
|
|
12553
|
+
}, null, -1), bY = /* @__PURE__ */ e("path", {
|
|
12564
12554
|
"fill-rule": "evenodd",
|
|
12565
12555
|
"clip-rule": "evenodd",
|
|
12566
12556
|
d: "M2.236 4.624a1.01 1.01 0 0 1 1.01-1.009h.419a1.008 1.008 0 0 1 1.008 1.012l.004.004a.014.014 0 0 0 .005.001l.003-.001A1.008 1.008 0 0 1 6.063 5l.21.363a1.009 1.009 0 0 1-.373 1.38l-.001.006v.005l.004.003c.483.278.648.895.37 1.378l-.21.363a1.009 1.009 0 0 1-1.38.367l-.006.002a.015.015 0 0 0-.004.003v.004a1.01 1.01 0 0 1-1.009 1.009h-.419A1.01 1.01 0 0 1 2.236 8.87l-.004-.004a.015.015 0 0 0-.005-.002l-.004.002c-.483.278-1.1.113-1.378-.37l-.21-.363a1.008 1.008 0 0 1 .372-1.38l.001-.004v-.005l-.004-.002a1.008 1.008 0 0 1-.369-1.378l.21-.363a1.009 1.009 0 0 1 1.381-.367l.006-.002a.015.015 0 0 0 .004-.003v-.005ZM5.9 6.754ZM3.237 4.621v.003a1.01 1.01 0 0 1-1.514.874l-.003-.001h-.003a.01.01 0 0 0-.004.001l-.002.003-.21.363v.007a.01.01 0 0 0 .001.003l.002.002a1.008 1.008 0 0 1 0 1.746c-.002 0-.002.001-.002.002l-.002.003a.01.01 0 0 0 0 .003l.001.003.21.363A.008.008 0 0 0 1.713 8h.003a.01.01 0 0 0 .004 0h.003a1.009 1.009 0 0 1 1.513.873v.004l.003.003a.01.01 0 0 0 .003.002h.426l.002-.002a.01.01 0 0 0 .002-.003v-.003a1.008 1.008 0 0 1 1.516-.872h.004A.01.01 0 0 0 5.195 8l.002-.002.21-.363a.008.008 0 0 0 0-.003v-.004a.01.01 0 0 0-.001-.003l-.003-.002a1.009 1.009 0 0 1 0-1.748l.003-.002.001-.004a.01.01 0 0 0 0-.003v-.003l-.21-.363-.002-.003a.01.01 0 0 0-.003-.001.01.01 0 0 0-.004 0h-.003a1.008 1.008 0 0 1-1.512-.873V4.62l-.003-.002a.01.01 0 0 0-.002-.002h-.426s-.002 0-.003.002a.01.01 0 0 0-.002.003Z",
|
|
12567
12557
|
fill: "currentColor"
|
|
12568
|
-
}, null, -1),
|
|
12558
|
+
}, null, -1), vY = /* @__PURE__ */ e("path", {
|
|
12569
12559
|
"fill-rule": "evenodd",
|
|
12570
12560
|
"clip-rule": "evenodd",
|
|
12571
12561
|
d: "M2.454 6.748a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z",
|
|
12572
12562
|
fill: "currentColor"
|
|
12573
|
-
}, null, -1),
|
|
12563
|
+
}, null, -1), jY = [
|
|
12564
|
+
kY,
|
|
12574
12565
|
bY,
|
|
12575
|
-
vY
|
|
12576
|
-
jY
|
|
12566
|
+
vY
|
|
12577
12567
|
];
|
|
12578
12568
|
function y1(a, t) {
|
|
12579
|
-
return o(), n("svg",
|
|
12569
|
+
return o(), n("svg", wY, [...jY]);
|
|
12580
12570
|
}
|
|
12581
|
-
const
|
|
12571
|
+
const xY = { render: y1 }, DY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12582
12572
|
__proto__: null,
|
|
12583
|
-
default:
|
|
12573
|
+
default: xY,
|
|
12584
12574
|
render: y1
|
|
12585
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12575
|
+
}, Symbol.toStringTag, { value: "Module" })), $Y = {
|
|
12586
12576
|
"aria-hidden": "true",
|
|
12587
12577
|
role: "img",
|
|
12588
12578
|
"data-name": "Video",
|
|
12589
12579
|
class: "d-icon d-icon--video",
|
|
12590
12580
|
viewBox: "0 0 12 12",
|
|
12591
12581
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12592
|
-
},
|
|
12582
|
+
}, MY = /* @__PURE__ */ e("path", {
|
|
12593
12583
|
"fill-rule": "evenodd",
|
|
12594
12584
|
"clip-rule": "evenodd",
|
|
12595
12585
|
d: "M2 3.003a.5.5 0 0 0-.5.5v4.994a.5.5 0 0 0 .5.5h5.502a.5.5 0 0 0 .5-.5V3.503a.5.5 0 0 0-.5-.5H2Zm7.002 1.252v-.752a1.5 1.5 0 0 0-1.5-1.5H2a1.5 1.5 0 0 0-1.5 1.5v4.994a1.5 1.5 0 0 0 1.5 1.5h5.502a1.5 1.5 0 0 0 1.5-1.5v-.765l1.812.726a.5.5 0 0 0 .686-.465v-4a.5.5 0 0 0-.686-.464l-1.812.726Zm0 1.077v1.323l1.498.6V4.732l-1.498.6Z",
|
|
12596
12586
|
fill: "currentColor"
|
|
12597
|
-
}, null, -1),
|
|
12598
|
-
|
|
12587
|
+
}, null, -1), ZY = [
|
|
12588
|
+
MY
|
|
12599
12589
|
];
|
|
12600
12590
|
function w1(a, t) {
|
|
12601
|
-
return o(), n("svg",
|
|
12591
|
+
return o(), n("svg", $Y, [...ZY]);
|
|
12602
12592
|
}
|
|
12603
|
-
const
|
|
12593
|
+
const CY = { render: w1 }, AY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12604
12594
|
__proto__: null,
|
|
12605
|
-
default:
|
|
12595
|
+
default: CY,
|
|
12606
12596
|
render: w1
|
|
12607
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12597
|
+
}, Symbol.toStringTag, { value: "Module" })), SY = {
|
|
12608
12598
|
"aria-hidden": "true",
|
|
12609
12599
|
role: "img",
|
|
12610
12600
|
"data-name": "Visa",
|
|
12611
12601
|
class: "d-icon d-icon--visa",
|
|
12612
12602
|
viewBox: "0 0 24 24",
|
|
12613
12603
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12614
|
-
},
|
|
12604
|
+
}, OY = /* @__PURE__ */ e("rect", {
|
|
12615
12605
|
x: ".25",
|
|
12616
12606
|
y: "3.75",
|
|
12617
12607
|
width: "23.5",
|
|
@@ -12620,606 +12610,606 @@ const AY = { render: w1 }, SY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Ob
|
|
|
12620
12610
|
fill: "#fff",
|
|
12621
12611
|
stroke: "#E3E5E8",
|
|
12622
12612
|
"stroke-width": ".5"
|
|
12623
|
-
}, null, -1),
|
|
12613
|
+
}, null, -1), zY = /* @__PURE__ */ e("path", {
|
|
12624
12614
|
"fill-rule": "evenodd",
|
|
12625
12615
|
"clip-rule": "evenodd",
|
|
12626
12616
|
d: "M7.25 14.792H5.78l-1.103-4.333c-.053-.2-.164-.376-.327-.459A4.694 4.694 0 0 0 3 9.542v-.167h2.37c.327 0 .572.25.613.542l.573 3.125 1.47-3.667h1.43L7.25 14.792Zm3.024 0H8.886l1.144-5.417h1.39l-1.145 5.417Zm2.942-3.916c.041-.292.286-.459.573-.459.45-.042.94.042 1.348.25l.246-1.166a3.43 3.43 0 0 0-1.267-.251c-1.349 0-2.33.75-2.33 1.792 0 .792.695 1.208 1.186 1.458.53.25.735.417.694.667 0 .375-.409.541-.817.541a3.42 3.42 0 0 1-1.43-.333l-.246 1.167c.49.208 1.022.292 1.512.292 1.512.04 2.452-.709 2.452-1.834 0-1.417-1.92-1.5-1.92-2.124ZM20 14.792l-1.103-5.417h-1.185a.616.616 0 0 0-.573.417l-2.043 5h1.43l.286-.792h1.758l.163.792H20Zm-2.084-3.958.408 2.041H17.18l.736-2.041Z",
|
|
12627
12617
|
fill: "#172B85"
|
|
12628
|
-
}, null, -1),
|
|
12629
|
-
|
|
12630
|
-
|
|
12618
|
+
}, null, -1), FY = [
|
|
12619
|
+
OY,
|
|
12620
|
+
zY
|
|
12631
12621
|
];
|
|
12632
12622
|
function k1(a, t) {
|
|
12633
|
-
return o(), n("svg",
|
|
12623
|
+
return o(), n("svg", SY, [...FY]);
|
|
12634
12624
|
}
|
|
12635
|
-
const
|
|
12625
|
+
const HY = { render: k1 }, BY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12636
12626
|
__proto__: null,
|
|
12637
|
-
default:
|
|
12627
|
+
default: HY,
|
|
12638
12628
|
render: k1
|
|
12639
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12629
|
+
}, Symbol.toStringTag, { value: "Module" })), VY = {
|
|
12640
12630
|
"aria-hidden": "true",
|
|
12641
12631
|
role: "img",
|
|
12642
12632
|
"data-name": "Voicemail Drop",
|
|
12643
12633
|
class: "d-icon d-icon--voicemail-drop",
|
|
12644
12634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12645
12635
|
viewBox: "0 0 13 12"
|
|
12646
|
-
},
|
|
12636
|
+
}, PY = /* @__PURE__ */ e("path", {
|
|
12647
12637
|
fill: "currentColor",
|
|
12648
12638
|
"fill-rule": "evenodd",
|
|
12649
12639
|
d: "M6.5 1a.5.5 0 0 1 .5.5v3.543l1.146-1.147a.5.5 0 1 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L6 5.043V1.5a.5.5 0 0 1 .5-.5ZM3.8 7.5a1.3 1.3 0 1 0 0 2.6 1.3 1.3 0 0 0 0-2.6Zm1.898 2.6a2.3 2.3 0 1 0-1.898 1h5.4a2.3 2.3 0 1 0-1.898-1H5.698Zm3.502 0a1.3 1.3 0 1 0 0-2.6 1.3 1.3 0 0 0 0 2.6Z",
|
|
12650
12640
|
"clip-rule": "evenodd"
|
|
12651
|
-
}, null, -1),
|
|
12652
|
-
|
|
12641
|
+
}, null, -1), TY = [
|
|
12642
|
+
PY
|
|
12653
12643
|
];
|
|
12654
12644
|
function b1(a, t) {
|
|
12655
|
-
return o(), n("svg",
|
|
12645
|
+
return o(), n("svg", VY, [...TY]);
|
|
12656
12646
|
}
|
|
12657
|
-
const
|
|
12647
|
+
const LY = { render: b1 }, EY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12658
12648
|
__proto__: null,
|
|
12659
|
-
default:
|
|
12649
|
+
default: LY,
|
|
12660
12650
|
render: b1
|
|
12661
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12651
|
+
}, Symbol.toStringTag, { value: "Module" })), IY = {
|
|
12662
12652
|
"aria-hidden": "true",
|
|
12663
12653
|
role: "img",
|
|
12664
12654
|
"data-name": "Voicemail",
|
|
12665
12655
|
class: "d-icon d-icon--voicemail",
|
|
12666
12656
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12667
12657
|
viewBox: "0 0 13 12"
|
|
12668
|
-
},
|
|
12658
|
+
}, qY = /* @__PURE__ */ e("path", {
|
|
12669
12659
|
fill: "currentColor",
|
|
12670
12660
|
"fill-rule": "evenodd",
|
|
12671
12661
|
d: "M3.5 4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm2 3a2.5 2.5 0 1 0-2 1h6a2.5 2.5 0 1 0-2-1h-2Zm4 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
|
|
12672
12662
|
"clip-rule": "evenodd"
|
|
12673
|
-
}, null, -1),
|
|
12674
|
-
|
|
12663
|
+
}, null, -1), UY = [
|
|
12664
|
+
qY
|
|
12675
12665
|
];
|
|
12676
12666
|
function v1(a, t) {
|
|
12677
|
-
return o(), n("svg",
|
|
12667
|
+
return o(), n("svg", IY, [...UY]);
|
|
12678
12668
|
}
|
|
12679
|
-
const
|
|
12669
|
+
const GY = { render: v1 }, NY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12680
12670
|
__proto__: null,
|
|
12681
|
-
default:
|
|
12671
|
+
default: GY,
|
|
12682
12672
|
render: v1
|
|
12683
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12673
|
+
}, Symbol.toStringTag, { value: "Module" })), RY = {
|
|
12684
12674
|
"aria-hidden": "true",
|
|
12685
12675
|
role: "img",
|
|
12686
12676
|
"data-name": "Volume 1",
|
|
12687
12677
|
class: "d-icon d-icon--volume-1",
|
|
12688
12678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12689
12679
|
viewBox: "0 0 12 12"
|
|
12690
|
-
},
|
|
12680
|
+
}, KY = /* @__PURE__ */ e("path", {
|
|
12691
12681
|
fill: "currentColor",
|
|
12692
12682
|
"fill-rule": "evenodd",
|
|
12693
12683
|
d: "M5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.417.336a.5.5 0 0 1 .707 0 3 3 0 0 1 0 4.242.5.5 0 1 1-.708-.707 2 2 0 0 0 0-2.827.5.5 0 0 1 0-.708Z",
|
|
12694
12684
|
"clip-rule": "evenodd"
|
|
12695
|
-
}, null, -1),
|
|
12696
|
-
|
|
12685
|
+
}, null, -1), JY = [
|
|
12686
|
+
KY
|
|
12697
12687
|
];
|
|
12698
12688
|
function j1(a, t) {
|
|
12699
|
-
return o(), n("svg",
|
|
12689
|
+
return o(), n("svg", RY, [...JY]);
|
|
12700
12690
|
}
|
|
12701
|
-
const
|
|
12691
|
+
const WY = { render: j1 }, XY = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12702
12692
|
__proto__: null,
|
|
12703
|
-
default:
|
|
12693
|
+
default: WY,
|
|
12704
12694
|
render: j1
|
|
12705
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12695
|
+
}, Symbol.toStringTag, { value: "Module" })), YY = {
|
|
12706
12696
|
"aria-hidden": "true",
|
|
12707
12697
|
role: "img",
|
|
12708
12698
|
"data-name": "Volume 2",
|
|
12709
12699
|
class: "d-icon d-icon--volume-2",
|
|
12710
12700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12711
12701
|
viewBox: "0 0 12 12"
|
|
12712
|
-
},
|
|
12702
|
+
}, QY = /* @__PURE__ */ e("path", {
|
|
12713
12703
|
fill: "currentColor",
|
|
12714
12704
|
"fill-rule": "evenodd",
|
|
12715
12705
|
d: "M9.181 2.111a.5.5 0 0 1 .708 0 5.5 5.5 0 0 1 0 7.777.5.5 0 1 1-.708-.707 4.5 4.5 0 0 0 0-6.363.5.5 0 0 1 0-.707ZM5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.417.336a.5.5 0 0 1 .707 0 3 3 0 0 1 0 4.242.5.5 0 0 1-.708-.707 2 2 0 0 0 0-2.828.5.5 0 0 1 0-.707Z",
|
|
12716
12706
|
"clip-rule": "evenodd"
|
|
12717
|
-
}, null, -1),
|
|
12718
|
-
|
|
12707
|
+
}, null, -1), eQ = [
|
|
12708
|
+
QY
|
|
12719
12709
|
];
|
|
12720
12710
|
function x1(a, t) {
|
|
12721
|
-
return o(), n("svg",
|
|
12711
|
+
return o(), n("svg", YY, [...eQ]);
|
|
12722
12712
|
}
|
|
12723
|
-
const
|
|
12713
|
+
const aQ = { render: x1 }, tQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12724
12714
|
__proto__: null,
|
|
12725
|
-
default:
|
|
12715
|
+
default: aQ,
|
|
12726
12716
|
render: x1
|
|
12727
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12717
|
+
}, Symbol.toStringTag, { value: "Module" })), oQ = {
|
|
12728
12718
|
"aria-hidden": "true",
|
|
12729
12719
|
role: "img",
|
|
12730
12720
|
"data-name": "Volume X",
|
|
12731
12721
|
class: "d-icon d-icon--volume-x",
|
|
12732
12722
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12733
12723
|
viewBox: "0 0 12 12"
|
|
12734
|
-
},
|
|
12724
|
+
}, nQ = /* @__PURE__ */ e("path", {
|
|
12735
12725
|
fill: "currentColor",
|
|
12736
12726
|
"fill-rule": "evenodd",
|
|
12737
12727
|
d: "M5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Zm2.646.606a.5.5 0 0 1 .708 0L9.5 5.293l1.146-1.147a.5.5 0 0 1 .708.708L10.207 6l1.147 1.146a.5.5 0 0 1-.708.708L9.5 6.707 8.354 7.854a.5.5 0 1 1-.708-.708L8.793 6 7.646 4.854a.5.5 0 0 1 0-.708Z",
|
|
12738
12728
|
"clip-rule": "evenodd"
|
|
12739
|
-
}, null, -1),
|
|
12740
|
-
|
|
12729
|
+
}, null, -1), rQ = [
|
|
12730
|
+
nQ
|
|
12741
12731
|
];
|
|
12742
12732
|
function D1(a, t) {
|
|
12743
|
-
return o(), n("svg",
|
|
12733
|
+
return o(), n("svg", oQ, [...rQ]);
|
|
12744
12734
|
}
|
|
12745
|
-
const
|
|
12735
|
+
const cQ = { render: D1 }, sQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12746
12736
|
__proto__: null,
|
|
12747
|
-
default:
|
|
12737
|
+
default: cQ,
|
|
12748
12738
|
render: D1
|
|
12749
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12739
|
+
}, Symbol.toStringTag, { value: "Module" })), iQ = {
|
|
12750
12740
|
"aria-hidden": "true",
|
|
12751
12741
|
role: "img",
|
|
12752
12742
|
"data-name": "Volume",
|
|
12753
12743
|
class: "d-icon d-icon--volume",
|
|
12754
12744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12755
12745
|
viewBox: "0 0 12 12"
|
|
12756
|
-
},
|
|
12746
|
+
}, dQ = /* @__PURE__ */ e("path", {
|
|
12757
12747
|
fill: "currentColor",
|
|
12758
12748
|
"fill-rule": "evenodd",
|
|
12759
12749
|
d: "M5.717 2.05A.5.5 0 0 1 6 2.5v7a.5.5 0 0 1-.812.39L2.825 8H1a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 1 4h1.825l2.363-1.89a.5.5 0 0 1 .529-.06ZM5 3.54 3.312 4.89A.5.5 0 0 1 3 5H1.5v2H3a.5.5 0 0 1 .312.11L5 8.46V3.54Z",
|
|
12760
12750
|
"clip-rule": "evenodd"
|
|
12761
|
-
}, null, -1),
|
|
12762
|
-
|
|
12751
|
+
}, null, -1), uQ = [
|
|
12752
|
+
dQ
|
|
12763
12753
|
];
|
|
12764
12754
|
function $1(a, t) {
|
|
12765
|
-
return o(), n("svg",
|
|
12755
|
+
return o(), n("svg", iQ, [...uQ]);
|
|
12766
12756
|
}
|
|
12767
|
-
const
|
|
12757
|
+
const lQ = { render: $1 }, _Q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12768
12758
|
__proto__: null,
|
|
12769
|
-
default:
|
|
12759
|
+
default: lQ,
|
|
12770
12760
|
render: $1
|
|
12771
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12761
|
+
}, Symbol.toStringTag, { value: "Module" })), mQ = {
|
|
12772
12762
|
"aria-hidden": "true",
|
|
12773
12763
|
role: "img",
|
|
12774
12764
|
"data-name": "Waveform",
|
|
12775
12765
|
class: "d-icon d-icon--waveform",
|
|
12776
12766
|
viewBox: "0 0 12 12",
|
|
12777
12767
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12778
|
-
},
|
|
12768
|
+
}, fQ = /* @__PURE__ */ e("path", {
|
|
12779
12769
|
"fill-rule": "evenodd",
|
|
12780
12770
|
"clip-rule": "evenodd",
|
|
12781
12771
|
d: "M7 1a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-1 0v-9A.5.5 0 0 1 7 1ZM5 2.5a.5.5 0 0 1 .5.5v6a.5.5 0 1 1-1 0V3a.5.5 0 0 1 .5-.5Zm4 1a.5.5 0 0 1 .5.5v4a.5.5 0 1 1-1 0V4a.5.5 0 0 1 .5-.5Zm-6 1a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V5a.5.5 0 0 1 .5-.5Z",
|
|
12782
12772
|
fill: "currentColor"
|
|
12783
|
-
}, null, -1),
|
|
12784
|
-
|
|
12773
|
+
}, null, -1), hQ = [
|
|
12774
|
+
fQ
|
|
12785
12775
|
];
|
|
12786
12776
|
function M1(a, t) {
|
|
12787
|
-
return o(), n("svg",
|
|
12777
|
+
return o(), n("svg", mQ, [...hQ]);
|
|
12788
12778
|
}
|
|
12789
|
-
const
|
|
12779
|
+
const pQ = { render: M1 }, gQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12790
12780
|
__proto__: null,
|
|
12791
|
-
default:
|
|
12781
|
+
default: pQ,
|
|
12792
12782
|
render: M1
|
|
12793
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12783
|
+
}, Symbol.toStringTag, { value: "Module" })), yQ = {
|
|
12794
12784
|
"aria-hidden": "true",
|
|
12795
12785
|
role: "img",
|
|
12796
12786
|
"data-name": "We Chat",
|
|
12797
12787
|
class: "d-icon d-icon--we-chat",
|
|
12798
12788
|
viewBox: "0 0 24 24",
|
|
12799
12789
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12800
|
-
},
|
|
12790
|
+
}, wQ = /* @__PURE__ */ e("g", { fill: "#51c332" }, [
|
|
12801
12791
|
/* @__PURE__ */ e("path", { d: "M16.043 7.946c.408 0 .807.034 1.2.083-.71-3.125-3.992-5.488-7.938-5.488-4.466 0-8.086 3.025-8.086 6.756 0 2.151 1.21 4.06 3.087 5.295L3.24 16.729l2.904-1.247c.623.222 1.27.404 1.961.49a5.666 5.666 0 0 1-.148-1.27c0-3.725 3.627-6.756 8.086-6.756zM12 5.581c.558 0 1.01.454 1.01 1.014a1.01 1.01 0 1 1-2.02 0c0-.56.452-1.014 1.01-1.014zM6.61 7.608a1.012 1.012 0 0 1 0-2.027c.557 0 1.01.454 1.01 1.014s-.453 1.013-1.01 1.013z" }),
|
|
12802
12792
|
/* @__PURE__ */ e("path", { d: "M22.781 14.703c0-2.986-3.017-5.406-6.738-5.406-3.721 0-6.738 2.42-6.738 5.406 0 2.985 3.017 5.405 6.738 5.405.612 0 1.194-.087 1.759-.21l3.632 1.56-1.257-2.516c1.575-.99 2.604-2.511 2.604-4.24zm-8.76-.338c-.558 0-1.01-.454-1.01-1.014a1.011 1.011 0 1 1 2.021 0c0 .56-.452 1.014-1.01 1.014zm4.043 0c-.558 0-1.01-.454-1.01-1.014a1.012 1.012 0 1 1 2.021 0c0 .56-.452 1.014-1.01 1.014z" })
|
|
12803
|
-
], -1),
|
|
12804
|
-
|
|
12793
|
+
], -1), kQ = [
|
|
12794
|
+
wQ
|
|
12805
12795
|
];
|
|
12806
12796
|
function Z1(a, t) {
|
|
12807
|
-
return o(), n("svg",
|
|
12797
|
+
return o(), n("svg", yQ, [...kQ]);
|
|
12808
12798
|
}
|
|
12809
|
-
const
|
|
12799
|
+
const bQ = { render: Z1 }, vQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12810
12800
|
__proto__: null,
|
|
12811
|
-
default:
|
|
12801
|
+
default: bQ,
|
|
12812
12802
|
render: Z1
|
|
12813
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12803
|
+
}, Symbol.toStringTag, { value: "Module" })), jQ = {
|
|
12814
12804
|
"aria-hidden": "true",
|
|
12815
12805
|
role: "img",
|
|
12816
12806
|
"data-name": "Webcam",
|
|
12817
12807
|
class: "d-icon d-icon--webcam",
|
|
12818
12808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12819
12809
|
viewBox: "0 0 12 12"
|
|
12820
|
-
},
|
|
12810
|
+
}, xQ = /* @__PURE__ */ e("path", {
|
|
12821
12811
|
fill: "currentColor",
|
|
12822
12812
|
"fill-rule": "evenodd",
|
|
12823
12813
|
d: "M6 1.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1.5 5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z",
|
|
12824
12814
|
"clip-rule": "evenodd"
|
|
12825
|
-
}, null, -1),
|
|
12815
|
+
}, null, -1), DQ = /* @__PURE__ */ e("path", {
|
|
12826
12816
|
fill: "currentColor",
|
|
12827
12817
|
"fill-rule": "evenodd",
|
|
12828
12818
|
d: "M6 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM4 5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-1 6a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 3 11Z",
|
|
12829
12819
|
"clip-rule": "evenodd"
|
|
12830
|
-
}, null, -1),
|
|
12820
|
+
}, null, -1), $Q = /* @__PURE__ */ e("path", {
|
|
12831
12821
|
fill: "currentColor",
|
|
12832
12822
|
"fill-rule": "evenodd",
|
|
12833
12823
|
d: "M6 8.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V9a.5.5 0 0 1 .5-.5Z",
|
|
12834
12824
|
"clip-rule": "evenodd"
|
|
12835
|
-
}, null, -1),
|
|
12825
|
+
}, null, -1), MQ = [
|
|
12826
|
+
xQ,
|
|
12836
12827
|
DQ,
|
|
12837
|
-
$Q
|
|
12838
|
-
MQ
|
|
12828
|
+
$Q
|
|
12839
12829
|
];
|
|
12840
12830
|
function C1(a, t) {
|
|
12841
|
-
return o(), n("svg",
|
|
12831
|
+
return o(), n("svg", jQ, [...MQ]);
|
|
12842
12832
|
}
|
|
12843
|
-
const
|
|
12833
|
+
const ZQ = { render: C1 }, CQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12844
12834
|
__proto__: null,
|
|
12845
|
-
default:
|
|
12835
|
+
default: ZQ,
|
|
12846
12836
|
render: C1
|
|
12847
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12837
|
+
}, Symbol.toStringTag, { value: "Module" })), AQ = {
|
|
12848
12838
|
"aria-hidden": "true",
|
|
12849
12839
|
role: "img",
|
|
12850
12840
|
"data-name": "Webchat",
|
|
12851
12841
|
class: "d-icon d-icon--webchat",
|
|
12852
12842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12853
12843
|
viewBox: "0 0 13 12"
|
|
12854
|
-
},
|
|
12844
|
+
}, SQ = /* @__PURE__ */ e("path", {
|
|
12855
12845
|
fill: "currentColor",
|
|
12856
12846
|
"fill-rule": "evenodd",
|
|
12857
12847
|
d: "M4.842 1.342c.219-.22.515-.342.825-.342h4.666A1.167 1.167 0 0 1 11.5 2.167v4.73a.75.75 0 0 1-1.28.53l-.687-.687a.25.25 0 0 0-.177-.073H8.5V8a1.167 1.167 0 0 1-1.167 1.167H3.644a.25.25 0 0 0-.177.073l-.687.687a.75.75 0 0 1-1.28-.53v-4.73A1.167 1.167 0 0 1 2.667 3.5H4.5V2.167c0-.31.123-.606.342-.825ZM5.5 3.5h1.833A1.167 1.167 0 0 1 8.5 4.667v1h.856c.332 0 .65.131.884.366l.26.26V2.167A.167.167 0 0 0 10.333 2H5.667a.167.167 0 0 0-.167.167V3.5Zm5.427 3.22ZM7.5 4.667a.167.167 0 0 0-.167-.167H2.667a.167.167 0 0 0-.167.167v4.126l.26-.26a1.25 1.25 0 0 1 .884-.366h3.69A.167.167 0 0 0 7.5 8V4.667Z",
|
|
12858
12848
|
"clip-rule": "evenodd"
|
|
12859
|
-
}, null, -1),
|
|
12860
|
-
|
|
12849
|
+
}, null, -1), OQ = [
|
|
12850
|
+
SQ
|
|
12861
12851
|
];
|
|
12862
12852
|
function A1(a, t) {
|
|
12863
|
-
return o(), n("svg",
|
|
12853
|
+
return o(), n("svg", AQ, [...OQ]);
|
|
12864
12854
|
}
|
|
12865
|
-
const
|
|
12855
|
+
const zQ = { render: A1 }, FQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12866
12856
|
__proto__: null,
|
|
12867
|
-
default:
|
|
12857
|
+
default: zQ,
|
|
12868
12858
|
render: A1
|
|
12869
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12859
|
+
}, Symbol.toStringTag, { value: "Module" })), HQ = {
|
|
12870
12860
|
"aria-hidden": "true",
|
|
12871
12861
|
role: "img",
|
|
12872
12862
|
"data-name": "Whatsapp",
|
|
12873
12863
|
class: "d-icon d-icon--whatsapp",
|
|
12874
12864
|
viewBox: "0 0 24 24",
|
|
12875
12865
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12876
|
-
},
|
|
12877
|
-
|
|
12866
|
+
}, BQ = /* @__PURE__ */ c('<path d="M12.002 2.654h-.004C6.858 2.654 2.68 6.846 2.68 12c0 2.044.657 3.94 1.774 5.478l-1.162 3.471 3.583-1.148a9.221 9.221 0 0 0 5.127 1.545c5.14 0 9.318-4.193 9.318-9.346 0-5.153-4.179-9.346-9.318-9.346Z" fill="url(#dt-icon2575648843a)"></path><path d="M17.426 15.851c-.225.637-1.118 1.165-1.83 1.32-.487.103-1.123.187-3.264-.704-2.74-1.138-4.503-3.928-4.64-4.11-.132-.18-1.107-1.477-1.107-2.818 0-1.342.679-1.995.953-2.275.225-.23.596-.335.953-.335.115 0 .219.006.312.01.274.012.411.028.592.462.225.543.772 1.884.838 2.022.066.138.132.325.04.506-.088.187-.165.27-.302.428-.138.16-.269.281-.406.451-.126.149-.268.308-.11.582.159.269.706 1.165 1.513 1.884 1.04.93 1.883 1.226 2.185 1.352.225.094.493.071.657-.104.209-.225.467-.6.729-.967.186-.264.421-.297.668-.203.252.087 1.584.747 1.857.884.274.138.455.203.521.319.066.115.066.659-.16 1.296Z" fill="#FCFCFC"></path><defs><linearGradient id="dt-icon2575648843a" x1="11.81" y1="3.776" x2="11.905" y2="19.749" gradientUnits="userSpaceOnUse"><stop stop-color="#57D163"></stop><stop offset="1" stop-color="#23B33A"></stop></linearGradient></defs>', 3), VQ = [
|
|
12867
|
+
BQ
|
|
12878
12868
|
];
|
|
12879
12869
|
function S1(a, t) {
|
|
12880
|
-
return o(), n("svg",
|
|
12870
|
+
return o(), n("svg", HQ, [...VQ]);
|
|
12881
12871
|
}
|
|
12882
|
-
const
|
|
12872
|
+
const PQ = { render: S1 }, TQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12883
12873
|
__proto__: null,
|
|
12884
|
-
default:
|
|
12874
|
+
default: PQ,
|
|
12885
12875
|
render: S1
|
|
12886
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12876
|
+
}, Symbol.toStringTag, { value: "Module" })), LQ = {
|
|
12887
12877
|
"aria-hidden": "true",
|
|
12888
12878
|
role: "img",
|
|
12889
12879
|
"data-name": "Whisper",
|
|
12890
12880
|
class: "d-icon d-icon--whisper",
|
|
12891
12881
|
viewBox: "0 0 11 12",
|
|
12892
12882
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12893
|
-
},
|
|
12883
|
+
}, EQ = /* @__PURE__ */ e("path", {
|
|
12894
12884
|
"fill-rule": "evenodd",
|
|
12895
12885
|
"clip-rule": "evenodd",
|
|
12896
12886
|
d: "M6.75 1.5a2.75 2.75 0 0 0-2.676 2.115.5.5 0 0 1-.973-.23 3.75 3.75 0 0 1 7.399.865c0 .841-.213 1.495-.544 2.03-.325.523-.752.91-1.136 1.23l-.249.204c-.29.237-.53.433-.723.658-.223.26-.348.524-.348.878a2.25 2.25 0 0 1-4.329.861.5.5 0 1 1 .924-.383A1.25 1.25 0 0 0 6.5 9.25c0-.646.25-1.132.59-1.529.256-.299.585-.567.884-.811.07-.058.14-.114.206-.17.366-.304.69-.606.926-.988.231-.372.394-.843.394-1.502A2.75 2.75 0 0 0 6.75 1.5ZM5.513 3.013A1.75 1.75 0 0 1 8.5 4.25a.5.5 0 0 1-1 0 .75.75 0 0 0-1.5 0v.086a1.5 1.5 0 0 1 .56.353.5.5 0 0 1-.706.707.5.5 0 0 0-.354-.146.5.5 0 0 1-.5-.5v-.5c0-.464.184-.91.513-1.237ZM1.955 4.338a.5.5 0 0 1 .707 0L4.47 6.146a.5.5 0 0 1 0 .708L2.662 8.662a.5.5 0 1 1-.707-.707L2.909 7H.5a.5.5 0 0 1 0-1h2.41l-.954-.955a.5.5 0 0 1 0-.707Z",
|
|
12897
12887
|
fill: "currentColor"
|
|
12898
|
-
}, null, -1),
|
|
12899
|
-
|
|
12888
|
+
}, null, -1), IQ = [
|
|
12889
|
+
EQ
|
|
12900
12890
|
];
|
|
12901
12891
|
function O1(a, t) {
|
|
12902
|
-
return o(), n("svg",
|
|
12892
|
+
return o(), n("svg", LQ, [...IQ]);
|
|
12903
12893
|
}
|
|
12904
|
-
const
|
|
12894
|
+
const qQ = { render: O1 }, UQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12905
12895
|
__proto__: null,
|
|
12906
|
-
default:
|
|
12896
|
+
default: qQ,
|
|
12907
12897
|
render: O1
|
|
12908
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12898
|
+
}, Symbol.toStringTag, { value: "Module" })), GQ = {
|
|
12909
12899
|
"aria-hidden": "true",
|
|
12910
12900
|
role: "img",
|
|
12911
12901
|
"data-name": "Wifi Off",
|
|
12912
12902
|
class: "d-icon d-icon--wifi-off",
|
|
12913
12903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12914
12904
|
viewBox: "0 0 12 12"
|
|
12915
|
-
},
|
|
12905
|
+
}, NQ = /* @__PURE__ */ e("g", { "clip-path": "url(#dt-icon1158906272a)" }, [
|
|
12916
12906
|
/* @__PURE__ */ e("path", {
|
|
12917
12907
|
fill: "currentColor",
|
|
12918
12908
|
"fill-rule": "evenodd",
|
|
12919
12909
|
d: "M7.988 5.382a.5.5 0 0 1 .68-.194c.448.25.86.56 1.221.924a.5.5 0 0 1-.708.706 4.5 4.5 0 0 0-1-.756.5.5 0 0 1-.193-.68ZM.646.646a.5.5 0 0 1 .708 0L3.43 2.723l.016.017 2.022 2.022a.492.492 0 0 1 .01.01l5.875 5.874a.5.5 0 0 1-.708.708l-2.66-2.662a.5.5 0 0 1-.585-.085 2 2 0 0 0-2.8 0 .5.5 0 0 1-.7-.714 3 3 0 0 1 2.449-.837l-1.39-1.39a4.5 4.5 0 0 0-2.105 1.188.5.5 0 1 1-.708-.708 5.5 5.5 0 0 1 2.013-1.28L2.976 3.683a7 7 0 0 0-1.642 1.1.5.5 0 0 1-.668-.745 8 8 0 0 1 1.566-1.099L.646 1.354a.5.5 0 0 1 0-.708Zm10.02 4.107a6.993 6.993 0 0 0-5.291-1.755.5.5 0 0 1-.09-.996 7.993 7.993 0 0 1 6.048 2.005.5.5 0 0 1-.666.746ZM5.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z",
|
|
12920
12910
|
"clip-rule": "evenodd"
|
|
12921
12911
|
})
|
|
12922
|
-
], -1),
|
|
12912
|
+
], -1), RQ = /* @__PURE__ */ e("defs", null, [
|
|
12923
12913
|
/* @__PURE__ */ e("clipPath", { id: "dt-icon1158906272a" }, [
|
|
12924
12914
|
/* @__PURE__ */ e("path", {
|
|
12925
12915
|
fill: "#fff",
|
|
12926
12916
|
d: "M0 0h12v12H0z"
|
|
12927
12917
|
})
|
|
12928
12918
|
])
|
|
12929
|
-
], -1),
|
|
12930
|
-
|
|
12931
|
-
|
|
12919
|
+
], -1), KQ = [
|
|
12920
|
+
NQ,
|
|
12921
|
+
RQ
|
|
12932
12922
|
];
|
|
12933
12923
|
function z1(a, t) {
|
|
12934
|
-
return o(), n("svg",
|
|
12924
|
+
return o(), n("svg", GQ, [...KQ]);
|
|
12935
12925
|
}
|
|
12936
|
-
const
|
|
12926
|
+
const JQ = { render: z1 }, WQ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12937
12927
|
__proto__: null,
|
|
12938
|
-
default:
|
|
12928
|
+
default: JQ,
|
|
12939
12929
|
render: z1
|
|
12940
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12930
|
+
}, Symbol.toStringTag, { value: "Module" })), XQ = {
|
|
12941
12931
|
"aria-hidden": "true",
|
|
12942
12932
|
role: "img",
|
|
12943
12933
|
"data-name": "Wifi",
|
|
12944
12934
|
class: "d-icon d-icon--wifi",
|
|
12945
12935
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12946
12936
|
viewBox: "0 0 12 12"
|
|
12947
|
-
},
|
|
12937
|
+
}, YQ = /* @__PURE__ */ e("path", {
|
|
12948
12938
|
fill: "currentColor",
|
|
12949
12939
|
"fill-rule": "evenodd",
|
|
12950
12940
|
d: "M6 3a7 7 0 0 0-4.667 1.783.5.5 0 0 1-.666-.746 8 8 0 0 1 10.666 0 .5.5 0 1 1-.666.746A7 7 0 0 0 6 3Zm0 2.57a4.5 4.5 0 0 0-3.15 1.287.5.5 0 1 1-.7-.714 5.5 5.5 0 0 1 7.7 0 .5.5 0 1 1-.7.714A4.5 4.5 0 0 0 6 5.571Zm0 2.465a2 2 0 0 0-1.4.572.5.5 0 1 1-.7-.714 3 3 0 0 1 4.2 0 .5.5 0 0 1-.7.714A2 2 0 0 0 6 8.035ZM5.5 10a.5.5 0 0 1 .5-.5h.005a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5Z",
|
|
12951
12941
|
"clip-rule": "evenodd"
|
|
12952
|
-
}, null, -1),
|
|
12953
|
-
|
|
12942
|
+
}, null, -1), QQ = [
|
|
12943
|
+
YQ
|
|
12954
12944
|
];
|
|
12955
12945
|
function F1(a, t) {
|
|
12956
|
-
return o(), n("svg",
|
|
12946
|
+
return o(), n("svg", XQ, [...QQ]);
|
|
12957
12947
|
}
|
|
12958
|
-
const
|
|
12948
|
+
const eee = { render: F1 }, aee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12959
12949
|
__proto__: null,
|
|
12960
|
-
default:
|
|
12950
|
+
default: eee,
|
|
12961
12951
|
render: F1
|
|
12962
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12952
|
+
}, Symbol.toStringTag, { value: "Module" })), tee = {
|
|
12963
12953
|
"aria-hidden": "true",
|
|
12964
12954
|
role: "img",
|
|
12965
12955
|
"data-name": "Wind",
|
|
12966
12956
|
class: "d-icon d-icon--wind",
|
|
12967
12957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12968
12958
|
viewBox: "0 0 12 12"
|
|
12969
|
-
},
|
|
12959
|
+
}, oee = /* @__PURE__ */ e("path", {
|
|
12970
12960
|
fill: "currentColor",
|
|
12971
12961
|
"fill-rule": "evenodd",
|
|
12972
12962
|
d: "M9.869 4.016a.75.75 0 0 0-.672.194.5.5 0 0 1-.694-.72 1.75 1.75 0 1 1 1.26 3.01H1a.5.5 0 1 1 0-1h8.743a.75.75 0 0 0 .126-1.484Z",
|
|
12973
12963
|
"clip-rule": "evenodd"
|
|
12974
|
-
}, null, -1),
|
|
12964
|
+
}, null, -1), nee = /* @__PURE__ */ e("path", {
|
|
12975
12965
|
fill: "currentColor",
|
|
12976
12966
|
"fill-rule": "evenodd",
|
|
12977
12967
|
d: "M5.61 2.51a.5.5 0 0 0-.453.14.5.5 0 1 1-.714-.7A1.5 1.5 0 1 1 5.497 4.5H1a.5.5 0 1 1 0-1h4.507a.5.5 0 0 0 .103-.99ZM6.997 7.5a1.5 1.5 0 1 1-1.054 2.55.5.5 0 1 1 .714-.7.5.5 0 1 0 .35-.85H1a.5.5 0 0 1 0-1h5.997Z",
|
|
12978
12968
|
"clip-rule": "evenodd"
|
|
12979
|
-
}, null, -1),
|
|
12980
|
-
|
|
12981
|
-
|
|
12969
|
+
}, null, -1), ree = [
|
|
12970
|
+
oee,
|
|
12971
|
+
nee
|
|
12982
12972
|
];
|
|
12983
12973
|
function H1(a, t) {
|
|
12984
|
-
return o(), n("svg",
|
|
12974
|
+
return o(), n("svg", tee, [...ree]);
|
|
12985
12975
|
}
|
|
12986
|
-
const
|
|
12976
|
+
const cee = { render: H1 }, see = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12987
12977
|
__proto__: null,
|
|
12988
|
-
default:
|
|
12978
|
+
default: cee,
|
|
12989
12979
|
render: H1
|
|
12990
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
12980
|
+
}, Symbol.toStringTag, { value: "Module" })), iee = {
|
|
12991
12981
|
"aria-hidden": "true",
|
|
12992
12982
|
role: "img",
|
|
12993
12983
|
"data-name": "X Brand",
|
|
12994
12984
|
class: "d-icon d-icon--x-brand",
|
|
12995
12985
|
viewBox: "0 0 24 24",
|
|
12996
12986
|
xmlns: "http://www.w3.org/2000/svg"
|
|
12997
|
-
},
|
|
12987
|
+
}, dee = /* @__PURE__ */ e("path", {
|
|
12998
12988
|
d: "M13.813 10.469 20.907 2h-1.68l-6.16 7.353L8.145 2H2.471l7.44 11.12L2.471 22h1.681l6.506-7.765L15.854 22h5.675l-7.716-11.531Zm-2.303 2.748-.754-1.107L4.758 3.3h2.583l4.84 7.11.754 1.107 6.292 9.242h-2.582l-5.135-7.541Z",
|
|
12999
12989
|
fill: "currentColor"
|
|
13000
|
-
}, null, -1),
|
|
13001
|
-
|
|
12990
|
+
}, null, -1), uee = [
|
|
12991
|
+
dee
|
|
13002
12992
|
];
|
|
13003
12993
|
function B1(a, t) {
|
|
13004
|
-
return o(), n("svg",
|
|
12994
|
+
return o(), n("svg", iee, [...uee]);
|
|
13005
12995
|
}
|
|
13006
|
-
const
|
|
12996
|
+
const lee = { render: B1 }, _ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13007
12997
|
__proto__: null,
|
|
13008
|
-
default:
|
|
12998
|
+
default: lee,
|
|
13009
12999
|
render: B1
|
|
13010
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13000
|
+
}, Symbol.toStringTag, { value: "Module" })), mee = {
|
|
13011
13001
|
"aria-hidden": "true",
|
|
13012
13002
|
role: "img",
|
|
13013
13003
|
"data-name": "X Circle",
|
|
13014
13004
|
class: "d-icon d-icon--x-circle",
|
|
13015
13005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13016
13006
|
viewBox: "0 0 12 12"
|
|
13017
|
-
},
|
|
13018
|
-
|
|
13007
|
+
}, fee = /* @__PURE__ */ c('<g clip-path="url(#dt-icon1638610900a)" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M6 1.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM.5 6a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0Z"></path><path d="M7.854 4.147a.5.5 0 0 1 0 .707l-3 3a.5.5 0 0 1-.707-.707l3-3a.5.5 0 0 1 .707 0Z"></path><path d="M4.147 4.147a.5.5 0 0 1 .707 0l3 3a.5.5 0 0 1-.707.707l-3-3a.5.5 0 0 1 0-.707Z"></path></g><defs><clipPath id="dt-icon1638610900a"><path fill="#fff" d="M0 0h12v12H0z"></path></clipPath></defs>', 2), hee = [
|
|
13008
|
+
fee
|
|
13019
13009
|
];
|
|
13020
13010
|
function V1(a, t) {
|
|
13021
|
-
return o(), n("svg",
|
|
13011
|
+
return o(), n("svg", mee, [...hee]);
|
|
13022
13012
|
}
|
|
13023
|
-
const
|
|
13013
|
+
const pee = { render: V1 }, gee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13024
13014
|
__proto__: null,
|
|
13025
|
-
default:
|
|
13015
|
+
default: pee,
|
|
13026
13016
|
render: V1
|
|
13027
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13017
|
+
}, Symbol.toStringTag, { value: "Module" })), yee = {
|
|
13028
13018
|
"aria-hidden": "true",
|
|
13029
13019
|
role: "img",
|
|
13030
13020
|
"data-name": "Zap Off",
|
|
13031
13021
|
class: "d-icon d-icon--zap-off",
|
|
13032
13022
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13033
13023
|
viewBox: "0 0 12 12"
|
|
13034
|
-
},
|
|
13035
|
-
|
|
13024
|
+
}, wee = /* @__PURE__ */ c('<g clip-path="url(#dt-icon658958746a)" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M6.699.541a.5.5 0 0 1 .297.52l-.295 2.376a.5.5 0 0 1-.992-.124l.085-.683-.125.15a.5.5 0 0 1-.768-.64L6.116.68a.5.5 0 0 1 .583-.139ZM7.33 5a.5.5 0 0 1 .5-.5h2.67a.5.5 0 0 1 .384.82L9.669 6.775a.5.5 0 0 1-.768-.64l.53-.635H7.83a.5.5 0 0 1-.5-.5ZM4.32 3.616a.5.5 0 0 1 .064.704L2.568 6.5H6a.5.5 0 0 1 .496.562L6.208 9.37l1.408-1.69a.5.5 0 1 1 .768.64l-2.5 3a.5.5 0 0 1-.88-.382l.43-3.438H1.5a.5.5 0 0 1-.384-.82l2.5-3a.5.5 0 0 1 .704-.064Z"></path><path d="M.646.646a.5.5 0 0 1 .708 0l10 10a.5.5 0 0 1-.708.708l-10-10a.5.5 0 0 1 0-.708Z"></path></g><defs><clipPath id="dt-icon658958746a"><path fill="#fff" d="M0 0h12v12H0z"></path></clipPath></defs>', 2), kee = [
|
|
13025
|
+
wee
|
|
13036
13026
|
];
|
|
13037
13027
|
function P1(a, t) {
|
|
13038
|
-
return o(), n("svg",
|
|
13028
|
+
return o(), n("svg", yee, [...kee]);
|
|
13039
13029
|
}
|
|
13040
|
-
const
|
|
13030
|
+
const bee = { render: P1 }, vee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13041
13031
|
__proto__: null,
|
|
13042
|
-
default:
|
|
13032
|
+
default: bee,
|
|
13043
13033
|
render: P1
|
|
13044
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13034
|
+
}, Symbol.toStringTag, { value: "Module" })), jee = {
|
|
13045
13035
|
"aria-hidden": "true",
|
|
13046
13036
|
role: "img",
|
|
13047
13037
|
"data-name": "Zendesk",
|
|
13048
13038
|
class: "d-icon d-icon--zendesk",
|
|
13049
13039
|
viewBox: "0 0 24 24",
|
|
13050
13040
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13051
|
-
},
|
|
13041
|
+
}, xee = /* @__PURE__ */ e("path", {
|
|
13052
13042
|
d: "M11.238 19.156V8.002L2 19.156h9.238ZM9.885 7.266A4.62 4.62 0 0 0 11.238 4H2a4.62 4.62 0 0 0 7.885 3.266Zm4.228 8.624a4.619 4.619 0 0 0-1.353 3.267h9.238a4.619 4.619 0 0 0-7.885-3.267ZM12.76 4v11.153L22 4h-9.24Z",
|
|
13053
13043
|
fill: "#03363D"
|
|
13054
|
-
}, null, -1),
|
|
13055
|
-
|
|
13044
|
+
}, null, -1), Dee = [
|
|
13045
|
+
xee
|
|
13056
13046
|
];
|
|
13057
13047
|
function T1(a, t) {
|
|
13058
|
-
return o(), n("svg",
|
|
13048
|
+
return o(), n("svg", jee, [...Dee]);
|
|
13059
13049
|
}
|
|
13060
|
-
const
|
|
13050
|
+
const $ee = { render: T1 }, Mee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13061
13051
|
__proto__: null,
|
|
13062
|
-
default:
|
|
13052
|
+
default: $ee,
|
|
13063
13053
|
render: T1
|
|
13064
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13054
|
+
}, Symbol.toStringTag, { value: "Module" })), Zee = {
|
|
13065
13055
|
"aria-hidden": "true",
|
|
13066
13056
|
role: "img",
|
|
13067
13057
|
"data-name": "Zoho Crm",
|
|
13068
13058
|
class: "d-icon d-icon--zoho-crm",
|
|
13069
13059
|
viewBox: "0 0 24 24",
|
|
13070
13060
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13071
|
-
},
|
|
13061
|
+
}, Cee = /* @__PURE__ */ e("path", {
|
|
13072
13062
|
"fill-rule": "evenodd",
|
|
13073
13063
|
"clip-rule": "evenodd",
|
|
13074
13064
|
d: "M6.617 6.15c-1.628.394-3.198 1.66-3.942 3.18C2.23 10.242 2 11.178 2 12.092c0 2.794 2 5.323 4.711 5.958.834.195 2.58.15 3.116-.08.391-.168.54-.495.368-.815-.144-.27-.427-.335-.843-.194-.195.066-.741.12-1.212.12-2.078.001-3.88-1.225-4.679-3.18-.338-.829-.423-2.265-.183-3.101a5.095 5.095 0 0 1 2.666-3.186c1.65-.796 3.396-.695 4.88.283.305.2 1.423 1.239 2.485 2.307 1.65 1.66 1.94 1.994 1.988 2.294.05.31.019.39-.279.687-.354.354-.673.423-1.051.229-.115-.06-1.023-.91-2.018-1.892-1.7-1.676-1.84-1.791-2.31-1.902-1.517-.359-2.812.911-2.496 2.448.112.544.126.56 2.22 2.67 1.238 1.247 2.352 2.282 2.699 2.508 1.71 1.114 4.142 1.26 5.972.357 1.643-.81 2.902-2.365 3.306-4.083.159-.673.159-2.184 0-2.857-.5-2.126-2.352-3.986-4.492-4.512-1.107-.273-3.035-.158-3.447.205-.25.22-.213.653.073.84.213.14.291.143.69.028.704-.202 1.956-.159 2.708.094 2.085.7 3.506 2.635 3.506 4.774 0 1.339-.491 2.505-1.469 3.486-1.046 1.05-2.11 1.504-3.531 1.504-.939 0-1.537-.154-2.436-.625-.779-.409-4.755-4.405-4.755-4.78 0-.79.81-1.267 1.439-.846.136.091 1.005.925 1.931 1.852 1.52 1.523 1.734 1.703 2.2 1.85a2.028 2.028 0 0 0 2.645-1.973c-.003-.338-.074-.667-.196-.904-.107-.208-1.138-1.307-2.32-2.474-1.896-1.872-2.21-2.142-2.89-2.489-.418-.213-1.043-.458-1.386-.542-.769-.19-2.21-.19-2.993 0Z",
|
|
13075
13065
|
fill: "#3779B9"
|
|
13076
|
-
}, null, -1),
|
|
13077
|
-
|
|
13066
|
+
}, null, -1), Aee = [
|
|
13067
|
+
Cee
|
|
13078
13068
|
];
|
|
13079
13069
|
function L1(a, t) {
|
|
13080
|
-
return o(), n("svg",
|
|
13070
|
+
return o(), n("svg", Zee, [...Aee]);
|
|
13081
13071
|
}
|
|
13082
|
-
const
|
|
13072
|
+
const See = { render: L1 }, Oee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13083
13073
|
__proto__: null,
|
|
13084
|
-
default:
|
|
13074
|
+
default: See,
|
|
13085
13075
|
render: L1
|
|
13086
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13076
|
+
}, Symbol.toStringTag, { value: "Module" })), zee = {
|
|
13087
13077
|
"aria-hidden": "true",
|
|
13088
13078
|
role: "img",
|
|
13089
13079
|
"data-name": "Zoho Desk",
|
|
13090
13080
|
class: "d-icon d-icon--zoho-desk",
|
|
13091
13081
|
viewBox: "0 0 24 24",
|
|
13092
13082
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13093
|
-
},
|
|
13083
|
+
}, Fee = /* @__PURE__ */ e("path", {
|
|
13094
13084
|
"fill-rule": "evenodd",
|
|
13095
13085
|
"clip-rule": "evenodd",
|
|
13096
13086
|
d: "M14.891 2.013a.997.997 0 0 0-.749.663 62.42 62.42 0 0 0-.258 1.524c-.257 1.579-.257 1.585-.175 1.826a.991.991 0 0 0 .72.633c.056.012.27.021.473.021.204 0 .37.007.37.015s-.087.538-.192 1.177l-.19 1.162-3.603.01c-3.579.01-3.604.01-3.779.052-.714.167-1.267.585-1.593 1.204-.128.243-.201.48-.26.837C5.14 14.249 4 21.33 4 21.42a.576.576 0 0 0 .745.54c.063-.021.748-.434 1.673-1.007l1.567-.971 3.912-.006c4.277-.007 3.953.002 4.313-.114a2.374 2.374 0 0 0 1.342-1.126c.173-.324.196-.43.474-2.134.181-1.117.252-1.595.243-1.65a.604.604 0 0 0-.3-.435c-.069-.04-.118-.053-.247-.06-.14-.007-.174-.002-.267.04a.6.6 0 0 0-.291.281c-.024.055-.124.616-.281 1.584a45.445 45.445 0 0 1-.282 1.627c-.115.38-.486.719-.876.799-.072.015-1.263.021-3.994.021-4.198 0-4.013-.004-4.218.1-.046.023-.543.327-1.105.675-.563.349-1.028.63-1.033.623-.021-.02 1.46-9.078 1.507-9.212.111-.324.37-.58.73-.719l.13-.05 3.76-.01c4.129-.011 3.774 0 4.016-.124a.94.94 0 0 0 .457-.56c.064-.213.493-2.878.493-3.057a.94.94 0 0 0-.538-.857c-.19-.091-.311-.11-.72-.11-.24 0-.348-.006-.348-.021 0-.012.083-.536.185-1.165.103-.629.186-1.147.186-1.151 0-.004.6-.005 1.333-.002l1.333.005.13.05c.07.028.168.074.216.102.195.114.394.341.484.552.062.144.104.391.09.525-.03.287-1.033 6.39-1.053 6.411a984.53 984.53 0 0 1-5.503 3.412l-.069.039-1.308-1.043a47.54 47.54 0 0 0-1.385-1.082.583.583 0 0 0-.229-.046c-.127-.006-.166 0-.253.04a.526.526 0 0 0-.28.251.612.612 0 0 0 .064.656c.056.064 2.7 2.176 2.862 2.286.213.144.553.188.814.106.17-.054 5.963-3.636 6.147-3.802a.757.757 0 0 0 .2-.27l.079-.16.516-3.183.539-3.32a3.07 3.07 0 0 0-.01-.786 2.364 2.364 0 0 0-1.573-1.8c-.338-.11-.28-.106-1.904-.111a41.052 41.052 0 0 0-1.582.012Z",
|
|
13097
13087
|
fill: "#089949"
|
|
13098
|
-
}, null, -1),
|
|
13099
|
-
|
|
13088
|
+
}, null, -1), Hee = [
|
|
13089
|
+
Fee
|
|
13100
13090
|
];
|
|
13101
13091
|
function E1(a, t) {
|
|
13102
|
-
return o(), n("svg",
|
|
13092
|
+
return o(), n("svg", zee, [...Hee]);
|
|
13103
13093
|
}
|
|
13104
|
-
const
|
|
13094
|
+
const Bee = { render: E1 }, Vee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13105
13095
|
__proto__: null,
|
|
13106
|
-
default:
|
|
13096
|
+
default: Bee,
|
|
13107
13097
|
render: E1
|
|
13108
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13098
|
+
}, Symbol.toStringTag, { value: "Module" })), Pee = {
|
|
13109
13099
|
"aria-hidden": "true",
|
|
13110
13100
|
role: "img",
|
|
13111
13101
|
"data-name": "Zoho",
|
|
13112
13102
|
class: "d-icon d-icon--zoho",
|
|
13113
13103
|
viewBox: "0 0 24 24",
|
|
13114
13104
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13115
|
-
},
|
|
13116
|
-
|
|
13105
|
+
}, Tee = /* @__PURE__ */ c('<path d="M22 10.473v4.742l-.656.64v-4.64l.656-.742Z" fill="#E79225"></path><path d="m17.7 10.477-.68.738.035.047 4.261-.016.04-.031.644-.742-4.3.004Z" fill="#FFF16D"></path><path d="M17.02 11.215h4.335v4.644H17.02v-4.644Z" fill="url(#dt-icon1750671905a)"></path><path d="M20.695 12.887a1.717 1.717 0 0 0-.383-.578 1.57 1.57 0 0 0-.543-.371 1.683 1.683 0 0 0-.648-.126c-.234 0-.453.043-.652.126a1.583 1.583 0 0 0-.543.37 1.706 1.706 0 0 0-.38.579 1.88 1.88 0 0 0-.124.707c0 .25.043.484.129.703.086.219.21.414.379.586.156.16.336.281.535.363.2.082.422.125.66.125a1.657 1.657 0 0 0 1.188-.488 1.772 1.772 0 0 0 .511-1.285c0-.262-.043-.496-.129-.711Zm-.894 1.531a.84.84 0 0 1-.68.3c-.289 0-.515-.1-.683-.3-.168-.2-.25-.477-.25-.828 0-.36.085-.637.25-.84.168-.203.39-.3.683-.3a.84.84 0 0 1 .68.3c.164.203.25.48.25.84 0 .351-.082.629-.25.828Z" fill="#fff"></path><path d="M16.594 10.086v.023l.554 4.262-.324.899-.043-.032-.57-4.086.012-.054.355-.989.016-.023Z" fill="#009ADA"></path><path d="m12.324 10.68 4.27-.594-.36 1.023-.05.055-3.993.586.02-.73.113-.34Z" fill="#91C9ED"></path><path d="m16.234 11.11.59 4.16-4.207.59-.566-4.02.246-.192 3.937-.539Z" fill="url(#dt-icon1750671905b)"></path><path d="M15.52 11.906a.489.489 0 0 0-.133-.293.313.313 0 0 0-.211-.078.4.4 0 0 0-.067.004.324.324 0 0 0-.242.149.388.388 0 0 0-.055.218.95.95 0 0 0 .008.102l.153 1.082-1.211.18-.153-1.082a.489.489 0 0 0-.132-.29.296.296 0 0 0-.207-.082c-.02 0-.04 0-.06.004a.347.347 0 0 0-.253.149.388.388 0 0 0-.055.219c0 .03.004.066.008.105l.414 2.816c.02.13.063.227.14.293.06.051.13.075.216.075.023 0 .047 0 .07-.004a.316.316 0 0 0 .234-.149.403.403 0 0 0 .051-.21.93.93 0 0 0-.008-.102l-.168-1.114 1.211-.18.168 1.114c.02.129.063.227.137.29.059.05.129.077.21.077.02 0 .044 0 .067-.004a.324.324 0 0 0 .243-.148.407.407 0 0 0 .054-.215.962.962 0 0 0-.008-.102l-.421-2.824Z" fill="#fff"></path><path d="m8.328 9-1.52 3.61.208 1.585.011-.004 1.707-3.84-.007-.082-.368-1.218L8.33 9Z" fill="#66BF6B"></path><path d="m8.328 9 .395 1.324.007.028 3.758 1.683.012-.008-.32-1.265L8.328 9Z" fill="#98D0A0"></path><path d="m8.723 10.324 3.777 1.703-1.707 3.871-3.777-1.703 1.707-3.87Z" fill="url(#dt-icon1750671905c)"></path><path d="M11.355 12.34a1.639 1.639 0 0 0-.343-.563 1.602 1.602 0 0 0-.54-.37 1.606 1.606 0 0 0-.636-.134h-.012c-.219 0-.433.051-.644.145a1.72 1.72 0 0 0-.578.406 2.04 2.04 0 0 0-.399.625c-.101.239-.156.48-.168.719v.082c0 .21.035.418.11.621a1.555 1.555 0 0 0 .89.925c.207.09.418.134.633.134h.004c.215 0 .43-.047.64-.137a1.75 1.75 0 0 0 .583-.41c.164-.172.3-.38.402-.621.101-.242.156-.48.168-.719v-.07a1.69 1.69 0 0 0-.11-.633Zm-.753 1.125c-.141.336-.332.566-.563.691a.814.814 0 0 1-.383.102.929.929 0 0 1-.355-.078c-.266-.114-.43-.293-.5-.551a1.02 1.02 0 0 1-.035-.27c0-.187.047-.394.14-.617.145-.344.336-.578.567-.707a.77.77 0 0 1 .382-.101c.118 0 .235.027.36.078.262.113.426.293.496.55a.971.971 0 0 1 .035.266c0 .195-.047.406-.144.637Z" fill="#fff"></path><path d="m6.508 9.613.617 4.133-.281 1.453-.04-.05-.6-3.993v-.078l.265-1.394.039-.07Z" fill="#760D16"></path><path d="m2 11.75.293-1.46 4.215-.677-.285 1.489v.097l-4.172.59L2 11.75Z" fill="#EF463E"></path><path d="m6.223 11.102.62 4.097-4.171.653L2 11.75l4.223-.648Z" fill="url(#dt-icon1750671905d)"></path><path d="M5.773 14.547a.292.292 0 0 0-.132-.086.609.609 0 0 0-.204-.027c-.074 0-.16.007-.253.023l-1.102.188a1.05 1.05 0 0 1 .129-.332c.082-.153.207-.336.367-.547.055-.075.098-.13.129-.168.02-.028.05-.063.09-.114.254-.332.406-.601.469-.812.035-.121.054-.242.062-.363.004-.036.004-.067.004-.098a1.5 1.5 0 0 0-.023-.258.583.583 0 0 0-.059-.191.283.283 0 0 0-.098-.114.369.369 0 0 0-.191-.039c-.066 0-.149.008-.246.024l-1.274.219c-.152.027-.27.07-.34.14a.269.269 0 0 0-.085.203.4.4 0 0 0 .004.067c.02.11.074.187.164.226a.486.486 0 0 0 .195.035.91.91 0 0 0 .172-.015l1.062-.188c0 .02.004.04.004.055a.557.557 0 0 1-.035.195c-.031.09-.11.215-.238.375-.035.043-.09.114-.164.203-.29.348-.492.645-.617.891-.09.172-.149.336-.184.504-.02.098-.031.188-.031.277 0 .063.004.125.015.184a.799.799 0 0 0 .063.21.278.278 0 0 0 .11.122.395.395 0 0 0 .187.031c.105 0 .25-.015.433-.047l1.157-.199c.203-.035.347-.086.43-.152a.27.27 0 0 0 .1-.215.431.431 0 0 0-.007-.07.259.259 0 0 0-.063-.137Z" fill="#fff"></path><defs><linearGradient id="dt-icon1750671905a" x1="19.187" y1="11.281" x2="19.187" y2="15.719" gradientUnits="userSpaceOnUse"><stop offset=".006" stop-color="#FFE513"></stop><stop offset="1" stop-color="#FDB924"></stop></linearGradient><linearGradient id="dt-icon1750671905b" x1="12.266" y1="11.75" x2="16.601" y2="15.266" gradientUnits="userSpaceOnUse"><stop offset=".006" stop-color="#008CD2"></stop><stop offset="1" stop-color="#00649D"></stop></linearGradient><linearGradient id="dt-icon1750671905c" x1="9.758" y1="11.873" x2="9.758" y2="15.761" gradientUnits="userSpaceOnUse"><stop stop-color="#26A146"></stop><stop offset="1" stop-color="#008A52"></stop></linearGradient><linearGradient id="dt-icon1750671905d" x1="4.118" y1="11.491" x2="4.762" y2="15.532" gradientUnits="userSpaceOnUse"><stop stop-color="#D92231"></stop><stop offset="1" stop-color="#BA2234"></stop></linearGradient></defs>', 17), Lee = [
|
|
13106
|
+
Tee
|
|
13117
13107
|
];
|
|
13118
13108
|
function I1(a, t) {
|
|
13119
|
-
return o(), n("svg",
|
|
13109
|
+
return o(), n("svg", Pee, [...Lee]);
|
|
13120
13110
|
}
|
|
13121
|
-
const
|
|
13111
|
+
const Eee = { render: I1 }, Iee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13122
13112
|
__proto__: null,
|
|
13123
|
-
default:
|
|
13113
|
+
default: Eee,
|
|
13124
13114
|
render: I1
|
|
13125
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13115
|
+
}, Symbol.toStringTag, { value: "Module" })), qee = {
|
|
13126
13116
|
"aria-hidden": "true",
|
|
13127
13117
|
role: "img",
|
|
13128
13118
|
"data-name": "Zoom In",
|
|
13129
13119
|
class: "d-icon d-icon--zoom-in",
|
|
13130
13120
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13131
13121
|
viewBox: "0 0 12 12"
|
|
13132
|
-
},
|
|
13122
|
+
}, Uee = /* @__PURE__ */ e("path", {
|
|
13133
13123
|
fill: "currentColor",
|
|
13134
13124
|
"fill-rule": "evenodd",
|
|
13135
13125
|
d: "M5.5 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z",
|
|
13136
13126
|
"clip-rule": "evenodd"
|
|
13137
|
-
}, null, -1),
|
|
13127
|
+
}, null, -1), Gee = /* @__PURE__ */ e("path", {
|
|
13138
13128
|
fill: "currentColor",
|
|
13139
13129
|
"fill-rule": "evenodd",
|
|
13140
13130
|
d: "M7.972 7.972a.5.5 0 0 1 .707 0l2.175 2.175a.5.5 0 1 1-.707.707L7.972 8.679a.5.5 0 0 1 0-.707ZM5.5 3.5A.5.5 0 0 1 6 4v3a.5.5 0 1 1-1 0V4a.5.5 0 0 1 .5-.5Z",
|
|
13141
13131
|
"clip-rule": "evenodd"
|
|
13142
|
-
}, null, -1),
|
|
13132
|
+
}, null, -1), Nee = /* @__PURE__ */ e("path", {
|
|
13143
13133
|
fill: "currentColor",
|
|
13144
13134
|
"fill-rule": "evenodd",
|
|
13145
13135
|
d: "M3.5 5.5A.5.5 0 0 1 4 5h3a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z",
|
|
13146
13136
|
"clip-rule": "evenodd"
|
|
13147
|
-
}, null, -1),
|
|
13137
|
+
}, null, -1), Ree = [
|
|
13138
|
+
Uee,
|
|
13148
13139
|
Gee,
|
|
13149
|
-
Nee
|
|
13150
|
-
Ree
|
|
13140
|
+
Nee
|
|
13151
13141
|
];
|
|
13152
13142
|
function q1(a, t) {
|
|
13153
|
-
return o(), n("svg",
|
|
13143
|
+
return o(), n("svg", qee, [...Ree]);
|
|
13154
13144
|
}
|
|
13155
|
-
const
|
|
13145
|
+
const Kee = { render: q1 }, Jee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13156
13146
|
__proto__: null,
|
|
13157
|
-
default:
|
|
13147
|
+
default: Kee,
|
|
13158
13148
|
render: q1
|
|
13159
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13149
|
+
}, Symbol.toStringTag, { value: "Module" })), Wee = {
|
|
13160
13150
|
"aria-hidden": "true",
|
|
13161
13151
|
role: "img",
|
|
13162
13152
|
"data-name": "Zoom Logo",
|
|
13163
13153
|
class: "d-icon d-icon--zoom-logo",
|
|
13164
13154
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13165
13155
|
viewBox: "0 0 12 12"
|
|
13166
|
-
},
|
|
13156
|
+
}, Xee = /* @__PURE__ */ e("path", {
|
|
13167
13157
|
fill: "currentColor",
|
|
13168
13158
|
d: "M2 3.5a.5.5 0 0 0-.5.5v3.222a1.5 1.5 0 0 0 1.5 1.5h4.646a.5.5 0 0 0 .5-.5V5a1.5 1.5 0 0 0-1.5-1.5H2Zm6.796 1.298a.5.5 0 0 0-.175.38V7.28a.5.5 0 0 0 .175.38l1.255 1.07a.5.5 0 0 0 .824-.38V4.11a.5.5 0 0 0-.824-.38L8.796 4.8Z"
|
|
13169
|
-
}, null, -1),
|
|
13170
|
-
|
|
13159
|
+
}, null, -1), Yee = [
|
|
13160
|
+
Xee
|
|
13171
13161
|
];
|
|
13172
13162
|
function U1(a, t) {
|
|
13173
|
-
return o(), n("svg",
|
|
13163
|
+
return o(), n("svg", Wee, [...Yee]);
|
|
13174
13164
|
}
|
|
13175
|
-
const
|
|
13165
|
+
const Qee = { render: U1 }, eae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13176
13166
|
__proto__: null,
|
|
13177
|
-
default:
|
|
13167
|
+
default: Qee,
|
|
13178
13168
|
render: U1
|
|
13179
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13169
|
+
}, Symbol.toStringTag, { value: "Module" })), aae = {
|
|
13180
13170
|
"aria-hidden": "true",
|
|
13181
13171
|
role: "img",
|
|
13182
13172
|
"data-name": "Zoom Out",
|
|
13183
13173
|
class: "d-icon d-icon--zoom-out",
|
|
13184
13174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
13185
13175
|
viewBox: "0 0 12 12"
|
|
13186
|
-
},
|
|
13176
|
+
}, tae = /* @__PURE__ */ e("path", {
|
|
13187
13177
|
fill: "currentColor",
|
|
13188
13178
|
"fill-rule": "evenodd",
|
|
13189
13179
|
d: "M5.5 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7ZM1 5.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0Z",
|
|
13190
13180
|
"clip-rule": "evenodd"
|
|
13191
|
-
}, null, -1),
|
|
13181
|
+
}, null, -1), oae = /* @__PURE__ */ e("path", {
|
|
13192
13182
|
fill: "currentColor",
|
|
13193
13183
|
"fill-rule": "evenodd",
|
|
13194
13184
|
d: "M7.972 7.972a.5.5 0 0 1 .707 0l2.175 2.175a.5.5 0 1 1-.707.707L7.972 8.679a.5.5 0 0 1 0-.707ZM3.5 5.5A.5.5 0 0 1 4 5h3a.5.5 0 1 1 0 1H4a.5.5 0 0 1-.5-.5Z",
|
|
13195
13185
|
"clip-rule": "evenodd"
|
|
13196
|
-
}, null, -1),
|
|
13197
|
-
|
|
13198
|
-
|
|
13186
|
+
}, null, -1), nae = [
|
|
13187
|
+
tae,
|
|
13188
|
+
oae
|
|
13199
13189
|
];
|
|
13200
13190
|
function G1(a, t) {
|
|
13201
|
-
return o(), n("svg",
|
|
13191
|
+
return o(), n("svg", aae, [...nae]);
|
|
13202
13192
|
}
|
|
13203
|
-
const
|
|
13193
|
+
const rae = { render: G1 }, cae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13204
13194
|
__proto__: null,
|
|
13205
|
-
default:
|
|
13195
|
+
default: rae,
|
|
13206
13196
|
render: G1
|
|
13207
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
13197
|
+
}, Symbol.toStringTag, { value: "Module" })), sae = {
|
|
13208
13198
|
"aria-hidden": "true",
|
|
13209
13199
|
role: "img",
|
|
13210
13200
|
"data-name": "Zoom",
|
|
13211
13201
|
class: "d-icon d-icon--zoom",
|
|
13212
13202
|
viewBox: "0 0 24 24",
|
|
13213
13203
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13214
|
-
},
|
|
13215
|
-
|
|
13204
|
+
}, iae = /* @__PURE__ */ c('<rect x="2" y="2" width="20" height="20" rx="6" fill="url(#dt-icon1057433348a)"></rect><path d="M7 8.563a.625.625 0 0 0-.625.624v4.027c0 1.036.84 1.875 1.875 1.875h5.807c.345 0 .625-.28.625-.625v-4.027c0-1.035-.84-1.874-1.875-1.874H7Zm8.495 1.622a.625.625 0 0 0-.22.476v2.627c0 .183.08.357.22.476l1.568 1.337a.625.625 0 0 0 1.03-.476V9.323a.625.625 0 0 0-1.03-.475l-1.568 1.337Z" fill="#fff"></path><defs><linearGradient id="dt-icon1057433348a" x1="12" y1="2" x2="12" y2="22" gradientUnits="userSpaceOnUse"><stop stop-color="#4594FF"></stop><stop offset=".604" stop-color="#357CFC"></stop><stop offset="1" stop-color="#2C6FFA"></stop></linearGradient></defs>', 3), dae = [
|
|
13205
|
+
iae
|
|
13216
13206
|
];
|
|
13217
13207
|
function N1(a, t) {
|
|
13218
|
-
return o(), n("svg",
|
|
13208
|
+
return o(), n("svg", sae, [...dae]);
|
|
13219
13209
|
}
|
|
13220
|
-
const
|
|
13210
|
+
const uae = { render: N1 }, lae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13221
13211
|
__proto__: null,
|
|
13222
|
-
default:
|
|
13212
|
+
default: uae,
|
|
13223
13213
|
render: N1
|
|
13224
13214
|
}, Symbol.toStringTag, { value: "Module" })), C = {
|
|
13225
13215
|
100: "d-icon--size-100",
|
|
@@ -13230,7 +13220,547 @@ const lae = { render: N1 }, _ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
13230
13220
|
600: "d-icon--size-600",
|
|
13231
13221
|
700: "d-icon--size-700",
|
|
13232
13222
|
800: "d-icon--size-800"
|
|
13233
|
-
},
|
|
13223
|
+
}, _ae = [
|
|
13224
|
+
"accessibility",
|
|
13225
|
+
"activity",
|
|
13226
|
+
"add-task",
|
|
13227
|
+
"agent-assist",
|
|
13228
|
+
"ai-notes",
|
|
13229
|
+
"airplay",
|
|
13230
|
+
"airtable",
|
|
13231
|
+
"alarm-check",
|
|
13232
|
+
"alarm-clock-off",
|
|
13233
|
+
"alarm-minus",
|
|
13234
|
+
"alarm-plus",
|
|
13235
|
+
"album",
|
|
13236
|
+
"alert-circle",
|
|
13237
|
+
"alert-triangle",
|
|
13238
|
+
"amex",
|
|
13239
|
+
"app-store-badge",
|
|
13240
|
+
"apple",
|
|
13241
|
+
"archive",
|
|
13242
|
+
"archive-restore",
|
|
13243
|
+
"arrow-down",
|
|
13244
|
+
"arrow-down-left",
|
|
13245
|
+
"arrow-down-right",
|
|
13246
|
+
"arrow-left",
|
|
13247
|
+
"arrow-left-right",
|
|
13248
|
+
"arrow-right",
|
|
13249
|
+
"arrow-up",
|
|
13250
|
+
"arrow-up-down",
|
|
13251
|
+
"arrow-up-left",
|
|
13252
|
+
"arrow-up-right",
|
|
13253
|
+
"asana",
|
|
13254
|
+
"asterisk",
|
|
13255
|
+
"at-sign",
|
|
13256
|
+
"ata-adapter",
|
|
13257
|
+
"attestation",
|
|
13258
|
+
"attestation-outline",
|
|
13259
|
+
"axis-3d",
|
|
13260
|
+
"bar-chart",
|
|
13261
|
+
"bar-chart-2",
|
|
13262
|
+
"bar-chart-3",
|
|
13263
|
+
"bar-chart-4",
|
|
13264
|
+
"bar-chart-horizontal",
|
|
13265
|
+
"barge",
|
|
13266
|
+
"baseline",
|
|
13267
|
+
"battery",
|
|
13268
|
+
"battery-charging",
|
|
13269
|
+
"battery-full",
|
|
13270
|
+
"battery-low",
|
|
13271
|
+
"battery-medium",
|
|
13272
|
+
"bell",
|
|
13273
|
+
"bell-minus",
|
|
13274
|
+
"bell-off",
|
|
13275
|
+
"bell-plus",
|
|
13276
|
+
"bell-ring",
|
|
13277
|
+
"binary",
|
|
13278
|
+
"bluetooth",
|
|
13279
|
+
"bluetooth-connected",
|
|
13280
|
+
"bluetooth-off",
|
|
13281
|
+
"bluetooth-searching",
|
|
13282
|
+
"blur-background",
|
|
13283
|
+
"bold",
|
|
13284
|
+
"book",
|
|
13285
|
+
"book-open",
|
|
13286
|
+
"bookmark",
|
|
13287
|
+
"bookmark-minus",
|
|
13288
|
+
"bookmark-plus",
|
|
13289
|
+
"box",
|
|
13290
|
+
"box-select",
|
|
13291
|
+
"boxes",
|
|
13292
|
+
"branch",
|
|
13293
|
+
"brand-dialpad",
|
|
13294
|
+
"brand-dialpad-meetings",
|
|
13295
|
+
"briefcase",
|
|
13296
|
+
"building",
|
|
13297
|
+
"building-2",
|
|
13298
|
+
"bullhorn",
|
|
13299
|
+
"calculator",
|
|
13300
|
+
"calendar",
|
|
13301
|
+
"calendar-check",
|
|
13302
|
+
"calendar-check-2",
|
|
13303
|
+
"calendar-clock",
|
|
13304
|
+
"calendar-days",
|
|
13305
|
+
"calendar-heart",
|
|
13306
|
+
"calendar-minus",
|
|
13307
|
+
"calendar-off",
|
|
13308
|
+
"calendar-plus",
|
|
13309
|
+
"calendar-range",
|
|
13310
|
+
"calendar-search",
|
|
13311
|
+
"calendar-x",
|
|
13312
|
+
"call-abandoned",
|
|
13313
|
+
"call-merge",
|
|
13314
|
+
"call-rejected",
|
|
13315
|
+
"camera",
|
|
13316
|
+
"camera-off",
|
|
13317
|
+
"camera-tracking",
|
|
13318
|
+
"cast",
|
|
13319
|
+
"check",
|
|
13320
|
+
"check-circle",
|
|
13321
|
+
"check-circle-filled",
|
|
13322
|
+
"chevron-down",
|
|
13323
|
+
"chevron-first",
|
|
13324
|
+
"chevron-last",
|
|
13325
|
+
"chevron-left",
|
|
13326
|
+
"chevron-right",
|
|
13327
|
+
"chevron-up",
|
|
13328
|
+
"chevrons-down",
|
|
13329
|
+
"chevrons-down-up",
|
|
13330
|
+
"chevrons-left",
|
|
13331
|
+
"chevrons-left-right",
|
|
13332
|
+
"chevrons-right",
|
|
13333
|
+
"chevrons-right-left",
|
|
13334
|
+
"chevrons-up",
|
|
13335
|
+
"chevrons-up-down",
|
|
13336
|
+
"circle-half-filled",
|
|
13337
|
+
"circle-slashed",
|
|
13338
|
+
"clipboard",
|
|
13339
|
+
"clipboard-check",
|
|
13340
|
+
"clipboard-copy",
|
|
13341
|
+
"clipboard-edit",
|
|
13342
|
+
"clipboard-list",
|
|
13343
|
+
"clipboard-signature",
|
|
13344
|
+
"clipboard-type",
|
|
13345
|
+
"clipboard-x",
|
|
13346
|
+
"clock",
|
|
13347
|
+
"clock-1",
|
|
13348
|
+
"clock-10",
|
|
13349
|
+
"clock-11",
|
|
13350
|
+
"clock-12",
|
|
13351
|
+
"clock-2",
|
|
13352
|
+
"clock-3",
|
|
13353
|
+
"clock-4",
|
|
13354
|
+
"clock-5",
|
|
13355
|
+
"clock-6",
|
|
13356
|
+
"clock-7",
|
|
13357
|
+
"clock-8",
|
|
13358
|
+
"clock-9",
|
|
13359
|
+
"clockify",
|
|
13360
|
+
"close",
|
|
13361
|
+
"cloud",
|
|
13362
|
+
"cloud-cog",
|
|
13363
|
+
"cloud-drizzle",
|
|
13364
|
+
"cloud-fog",
|
|
13365
|
+
"cloud-hail",
|
|
13366
|
+
"cloud-lightning",
|
|
13367
|
+
"cloud-moon",
|
|
13368
|
+
"cloud-moon-rain",
|
|
13369
|
+
"cloud-off",
|
|
13370
|
+
"cloud-rain",
|
|
13371
|
+
"cloud-rain-wind",
|
|
13372
|
+
"cloud-snow",
|
|
13373
|
+
"cloud-sun",
|
|
13374
|
+
"cloud-sun-rain",
|
|
13375
|
+
"cloudy",
|
|
13376
|
+
"coaching-hub",
|
|
13377
|
+
"code",
|
|
13378
|
+
"command",
|
|
13379
|
+
"concierge-bell",
|
|
13380
|
+
"contacts",
|
|
13381
|
+
"copper-crm",
|
|
13382
|
+
"copy",
|
|
13383
|
+
"copyright",
|
|
13384
|
+
"corner-down-left",
|
|
13385
|
+
"corner-down-right",
|
|
13386
|
+
"corner-left-down",
|
|
13387
|
+
"corner-left-up",
|
|
13388
|
+
"corner-right-down",
|
|
13389
|
+
"corner-right-up",
|
|
13390
|
+
"corner-up-left",
|
|
13391
|
+
"corner-up-right",
|
|
13392
|
+
"cpu",
|
|
13393
|
+
"credit-card",
|
|
13394
|
+
"dash",
|
|
13395
|
+
"dect-base-station",
|
|
13396
|
+
"dect-handset",
|
|
13397
|
+
"delete",
|
|
13398
|
+
"deskphone",
|
|
13399
|
+
"dialbot",
|
|
13400
|
+
"dialer",
|
|
13401
|
+
"dialpad-ai",
|
|
13402
|
+
"dialpad-ai-color",
|
|
13403
|
+
"dialpad-logomark",
|
|
13404
|
+
"digital-whisper",
|
|
13405
|
+
"diners-club",
|
|
13406
|
+
"discover",
|
|
13407
|
+
"dissatisfied",
|
|
13408
|
+
"double-check",
|
|
13409
|
+
"download",
|
|
13410
|
+
"download-cloud",
|
|
13411
|
+
"dp-phone",
|
|
13412
|
+
"edit",
|
|
13413
|
+
"edit-2",
|
|
13414
|
+
"empty",
|
|
13415
|
+
"end-chat",
|
|
13416
|
+
"equal",
|
|
13417
|
+
"eraser",
|
|
13418
|
+
"evernote",
|
|
13419
|
+
"expand",
|
|
13420
|
+
"expert-node",
|
|
13421
|
+
"external-link",
|
|
13422
|
+
"eye",
|
|
13423
|
+
"eye-off",
|
|
13424
|
+
"facebook",
|
|
13425
|
+
"factory",
|
|
13426
|
+
"fast-forward",
|
|
13427
|
+
"file",
|
|
13428
|
+
"file-audio",
|
|
13429
|
+
"files",
|
|
13430
|
+
"film",
|
|
13431
|
+
"filter",
|
|
13432
|
+
"fingerprint",
|
|
13433
|
+
"flag",
|
|
13434
|
+
"flag-off",
|
|
13435
|
+
"flame",
|
|
13436
|
+
"focus",
|
|
13437
|
+
"folder",
|
|
13438
|
+
"folder-tree",
|
|
13439
|
+
"folders",
|
|
13440
|
+
"food",
|
|
13441
|
+
"form-input",
|
|
13442
|
+
"forward",
|
|
13443
|
+
"freshsales-crm",
|
|
13444
|
+
"front",
|
|
13445
|
+
"gamepad",
|
|
13446
|
+
"gauge",
|
|
13447
|
+
"gif-filled",
|
|
13448
|
+
"gif-outline",
|
|
13449
|
+
"giphy",
|
|
13450
|
+
"globe-2",
|
|
13451
|
+
"gmail",
|
|
13452
|
+
"google-business-messaging",
|
|
13453
|
+
"google-calendar",
|
|
13454
|
+
"google-docs",
|
|
13455
|
+
"google-drive",
|
|
13456
|
+
"google-glyph",
|
|
13457
|
+
"google-sheets",
|
|
13458
|
+
"google-slides",
|
|
13459
|
+
"greenhouse",
|
|
13460
|
+
"grid",
|
|
13461
|
+
"grip-horizontal",
|
|
13462
|
+
"grip-vertical",
|
|
13463
|
+
"hand",
|
|
13464
|
+
"hard-drive",
|
|
13465
|
+
"hash",
|
|
13466
|
+
"hash-bold",
|
|
13467
|
+
"haze",
|
|
13468
|
+
"hd",
|
|
13469
|
+
"headphones",
|
|
13470
|
+
"hear",
|
|
13471
|
+
"heart",
|
|
13472
|
+
"help-circle",
|
|
13473
|
+
"highfive",
|
|
13474
|
+
"history",
|
|
13475
|
+
"hold",
|
|
13476
|
+
"home",
|
|
13477
|
+
"hourglass",
|
|
13478
|
+
"hubspot",
|
|
13479
|
+
"image",
|
|
13480
|
+
"import",
|
|
13481
|
+
"inbox",
|
|
13482
|
+
"indent",
|
|
13483
|
+
"infinity",
|
|
13484
|
+
"info",
|
|
13485
|
+
"inspect",
|
|
13486
|
+
"instagram",
|
|
13487
|
+
"intercom",
|
|
13488
|
+
"isolated-queries",
|
|
13489
|
+
"italic",
|
|
13490
|
+
"jcb",
|
|
13491
|
+
"jira-service-desk",
|
|
13492
|
+
"key",
|
|
13493
|
+
"keyboard",
|
|
13494
|
+
"keypad",
|
|
13495
|
+
"languages",
|
|
13496
|
+
"laptop-2",
|
|
13497
|
+
"large-self-view",
|
|
13498
|
+
"layout",
|
|
13499
|
+
"layout-dashboard",
|
|
13500
|
+
"layout-filmstrip",
|
|
13501
|
+
"layout-grid",
|
|
13502
|
+
"layout-template",
|
|
13503
|
+
"library",
|
|
13504
|
+
"life-buoy",
|
|
13505
|
+
"lightbulb",
|
|
13506
|
+
"lightbulb-off",
|
|
13507
|
+
"lightning-bolt",
|
|
13508
|
+
"line-chart",
|
|
13509
|
+
"line-messenger",
|
|
13510
|
+
"link-2",
|
|
13511
|
+
"link-2-off",
|
|
13512
|
+
"linkedin",
|
|
13513
|
+
"list-add",
|
|
13514
|
+
"list-bullet",
|
|
13515
|
+
"list-checks",
|
|
13516
|
+
"list-ordered",
|
|
13517
|
+
"listen",
|
|
13518
|
+
"listen",
|
|
13519
|
+
"listening",
|
|
13520
|
+
"live-queue",
|
|
13521
|
+
"living-thing",
|
|
13522
|
+
"loading",
|
|
13523
|
+
"lock",
|
|
13524
|
+
"lock-filled",
|
|
13525
|
+
"log-in",
|
|
13526
|
+
"log-out",
|
|
13527
|
+
"maestro",
|
|
13528
|
+
"mail",
|
|
13529
|
+
"mail-open",
|
|
13530
|
+
"mails",
|
|
13531
|
+
"map",
|
|
13532
|
+
"map-pin",
|
|
13533
|
+
"mastercard",
|
|
13534
|
+
"maximize",
|
|
13535
|
+
"megaphone",
|
|
13536
|
+
"megaphone-off",
|
|
13537
|
+
"menu",
|
|
13538
|
+
"message",
|
|
13539
|
+
"messenger",
|
|
13540
|
+
"mic",
|
|
13541
|
+
"mic-off",
|
|
13542
|
+
"microsoft",
|
|
13543
|
+
"microsoft-dynamics-365",
|
|
13544
|
+
"microsoft-teams",
|
|
13545
|
+
"minimize",
|
|
13546
|
+
"minimize-alt",
|
|
13547
|
+
"minus-circle",
|
|
13548
|
+
"miro",
|
|
13549
|
+
"monday-com",
|
|
13550
|
+
"monitor",
|
|
13551
|
+
"monitor-off",
|
|
13552
|
+
"monitor-speaker",
|
|
13553
|
+
"moon",
|
|
13554
|
+
"more-horizontal",
|
|
13555
|
+
"more-vertical",
|
|
13556
|
+
"mouse",
|
|
13557
|
+
"multi-line-dept",
|
|
13558
|
+
"music",
|
|
13559
|
+
"music-off",
|
|
13560
|
+
"network",
|
|
13561
|
+
"neutral",
|
|
13562
|
+
"newspaper",
|
|
13563
|
+
"not-enough-queries",
|
|
13564
|
+
"notes",
|
|
13565
|
+
"object",
|
|
13566
|
+
"office-365",
|
|
13567
|
+
"option",
|
|
13568
|
+
"package",
|
|
13569
|
+
"paperclip",
|
|
13570
|
+
"park",
|
|
13571
|
+
"party-popper",
|
|
13572
|
+
"past-conversations",
|
|
13573
|
+
"pause",
|
|
13574
|
+
"pause-circle",
|
|
13575
|
+
"phone",
|
|
13576
|
+
"phone-call",
|
|
13577
|
+
"phone-forward",
|
|
13578
|
+
"phone-hang-up",
|
|
13579
|
+
"phone-hang-up",
|
|
13580
|
+
"phone-hold",
|
|
13581
|
+
"phone-incoming",
|
|
13582
|
+
"phone-missed",
|
|
13583
|
+
"phone-off",
|
|
13584
|
+
"phone-outgoing",
|
|
13585
|
+
"picture-in-picture",
|
|
13586
|
+
"pie-chart",
|
|
13587
|
+
"pin",
|
|
13588
|
+
"pin-off",
|
|
13589
|
+
"pipedrive",
|
|
13590
|
+
"play",
|
|
13591
|
+
"play-circle",
|
|
13592
|
+
"play-filled",
|
|
13593
|
+
"play-store-badge",
|
|
13594
|
+
"plug",
|
|
13595
|
+
"plus",
|
|
13596
|
+
"plus-circle",
|
|
13597
|
+
"power",
|
|
13598
|
+
"print-fax",
|
|
13599
|
+
"printer",
|
|
13600
|
+
"puzzle",
|
|
13601
|
+
"qr-code",
|
|
13602
|
+
"queries",
|
|
13603
|
+
"quote",
|
|
13604
|
+
"record",
|
|
13605
|
+
"record-filled",
|
|
13606
|
+
"redo",
|
|
13607
|
+
"refresh",
|
|
13608
|
+
"repeat",
|
|
13609
|
+
"reply",
|
|
13610
|
+
"reply-all",
|
|
13611
|
+
"rewind",
|
|
13612
|
+
"rewind-15-sec",
|
|
13613
|
+
"salesforce-glyph",
|
|
13614
|
+
"salesforce-logo",
|
|
13615
|
+
"satisfied",
|
|
13616
|
+
"save",
|
|
13617
|
+
"scan",
|
|
13618
|
+
"scan-face",
|
|
13619
|
+
"scissors",
|
|
13620
|
+
"screen-share-off",
|
|
13621
|
+
"scroll",
|
|
13622
|
+
"search",
|
|
13623
|
+
"send",
|
|
13624
|
+
"servicenow",
|
|
13625
|
+
"settings",
|
|
13626
|
+
"share",
|
|
13627
|
+
"share-2",
|
|
13628
|
+
"share-screen",
|
|
13629
|
+
"sheet",
|
|
13630
|
+
"shield",
|
|
13631
|
+
"shield-alert",
|
|
13632
|
+
"shield-check",
|
|
13633
|
+
"shield-close",
|
|
13634
|
+
"shield-off",
|
|
13635
|
+
"shortcuts",
|
|
13636
|
+
"shuffle",
|
|
13637
|
+
"sidebar",
|
|
13638
|
+
"sidebar-close",
|
|
13639
|
+
"sidebar-open",
|
|
13640
|
+
"signal-best",
|
|
13641
|
+
"signal-high",
|
|
13642
|
+
"signal-low",
|
|
13643
|
+
"signal-medium",
|
|
13644
|
+
"signal-zero",
|
|
13645
|
+
"siren",
|
|
13646
|
+
"skip-15-sec",
|
|
13647
|
+
"skip-back",
|
|
13648
|
+
"skip-back-ten",
|
|
13649
|
+
"skip-forward",
|
|
13650
|
+
"skip-forward-ten",
|
|
13651
|
+
"slack",
|
|
13652
|
+
"slash",
|
|
13653
|
+
"sliders",
|
|
13654
|
+
"sliders-horizontal",
|
|
13655
|
+
"small-self-view",
|
|
13656
|
+
"smartphone",
|
|
13657
|
+
"smartphone-charging",
|
|
13658
|
+
"snapchat",
|
|
13659
|
+
"snooze",
|
|
13660
|
+
"snowflake",
|
|
13661
|
+
"somewhat-dissatisfied",
|
|
13662
|
+
"somewhat-satisfied",
|
|
13663
|
+
"sort-asc",
|
|
13664
|
+
"sort-desc",
|
|
13665
|
+
"sparkle",
|
|
13666
|
+
"speaker",
|
|
13667
|
+
"star",
|
|
13668
|
+
"star-filled",
|
|
13669
|
+
"sticker",
|
|
13670
|
+
"stop-circle",
|
|
13671
|
+
"stop-filled",
|
|
13672
|
+
"strikethrough",
|
|
13673
|
+
"sun",
|
|
13674
|
+
"sun-dim",
|
|
13675
|
+
"sun-medium",
|
|
13676
|
+
"sunrise",
|
|
13677
|
+
"sunset",
|
|
13678
|
+
"switch-to-cellular",
|
|
13679
|
+
"switch-to-hd",
|
|
13680
|
+
"table",
|
|
13681
|
+
"tag",
|
|
13682
|
+
"tags",
|
|
13683
|
+
"takeover",
|
|
13684
|
+
"task",
|
|
13685
|
+
"telegram",
|
|
13686
|
+
"text-cursor",
|
|
13687
|
+
"text-cursor-input",
|
|
13688
|
+
"thermometer",
|
|
13689
|
+
"thermometer-snowflake",
|
|
13690
|
+
"thermometer-sun",
|
|
13691
|
+
"thread",
|
|
13692
|
+
"threads",
|
|
13693
|
+
"thumbs-down",
|
|
13694
|
+
"thumbs-up",
|
|
13695
|
+
"tiktok",
|
|
13696
|
+
"timer",
|
|
13697
|
+
"timer-off",
|
|
13698
|
+
"timer-reset",
|
|
13699
|
+
"toggl",
|
|
13700
|
+
"too-many-queries",
|
|
13701
|
+
"tools",
|
|
13702
|
+
"toy-brick",
|
|
13703
|
+
"transfer",
|
|
13704
|
+
"transfer-webchat",
|
|
13705
|
+
"transportation",
|
|
13706
|
+
"trash",
|
|
13707
|
+
"trending-down",
|
|
13708
|
+
"trending-up",
|
|
13709
|
+
"triangle",
|
|
13710
|
+
"twitter",
|
|
13711
|
+
"type",
|
|
13712
|
+
"umbrella",
|
|
13713
|
+
"underline",
|
|
13714
|
+
"undo-2",
|
|
13715
|
+
"union-pay",
|
|
13716
|
+
"unlink-2",
|
|
13717
|
+
"unlock",
|
|
13718
|
+
"unlock-filled",
|
|
13719
|
+
"unread",
|
|
13720
|
+
"upload",
|
|
13721
|
+
"upload-cloud",
|
|
13722
|
+
"usb",
|
|
13723
|
+
"user",
|
|
13724
|
+
"user-check",
|
|
13725
|
+
"user-minus",
|
|
13726
|
+
"user-plus",
|
|
13727
|
+
"user-rematch",
|
|
13728
|
+
"user-remove",
|
|
13729
|
+
"users",
|
|
13730
|
+
"very-dissatisfied",
|
|
13731
|
+
"very-satisfied",
|
|
13732
|
+
"viber",
|
|
13733
|
+
"video",
|
|
13734
|
+
"video-off",
|
|
13735
|
+
"video-settings",
|
|
13736
|
+
"visa",
|
|
13737
|
+
"voicemail",
|
|
13738
|
+
"voicemail-drop",
|
|
13739
|
+
"volume",
|
|
13740
|
+
"volume-1",
|
|
13741
|
+
"volume-2",
|
|
13742
|
+
"volume-x",
|
|
13743
|
+
"waveform",
|
|
13744
|
+
"we-chat",
|
|
13745
|
+
"webcam",
|
|
13746
|
+
"webchat",
|
|
13747
|
+
"whatsapp",
|
|
13748
|
+
"whisper",
|
|
13749
|
+
"wifi",
|
|
13750
|
+
"wifi-off",
|
|
13751
|
+
"wind",
|
|
13752
|
+
"x-brand",
|
|
13753
|
+
"x-circle",
|
|
13754
|
+
"zap-off",
|
|
13755
|
+
"zendesk",
|
|
13756
|
+
"zoho",
|
|
13757
|
+
"zoho-crm",
|
|
13758
|
+
"zoho-desk",
|
|
13759
|
+
"zoom",
|
|
13760
|
+
"zoom-in",
|
|
13761
|
+
"zoom-logo",
|
|
13762
|
+
"zoom-out"
|
|
13763
|
+
], mae = /* @__PURE__ */ Object.assign({
|
|
13234
13764
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/accessibility.svg": hd,
|
|
13235
13765
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/activity.svg": kd,
|
|
13236
13766
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/add-task.svg": $d,
|
|
@@ -13738,36 +14268,36 @@ const lae = { render: N1 }, _ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
13738
14268
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/very-dissatisfied.svg": tY,
|
|
13739
14269
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/very-satisfied.svg": iY,
|
|
13740
14270
|
"/node_modules/@dialpad/dialtone-icons/dist/svg/viber.svg": mY,
|
|
13741
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/video-off.svg":
|
|
13742
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/video-settings.svg":
|
|
13743
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/video.svg":
|
|
13744
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/visa.svg":
|
|
13745
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/voicemail-drop.svg":
|
|
13746
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/voicemail.svg":
|
|
13747
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-1.svg":
|
|
13748
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-2.svg":
|
|
13749
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-x.svg":
|
|
13750
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume.svg":
|
|
13751
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/waveform.svg":
|
|
13752
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/we-chat.svg":
|
|
13753
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/webcam.svg":
|
|
13754
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/webchat.svg":
|
|
13755
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/whatsapp.svg":
|
|
13756
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/whisper.svg":
|
|
13757
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/wifi-off.svg":
|
|
13758
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/wifi.svg":
|
|
13759
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/wind.svg":
|
|
13760
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/x-brand.svg":
|
|
13761
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/x-circle.svg":
|
|
13762
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zap-off.svg":
|
|
13763
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zendesk.svg":
|
|
13764
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho-crm.svg":
|
|
13765
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho-desk.svg":
|
|
13766
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho.svg":
|
|
13767
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-in.svg":
|
|
13768
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-logo.svg":
|
|
13769
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-out.svg":
|
|
13770
|
-
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom.svg":
|
|
14271
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/video-off.svg": yY,
|
|
14272
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/video-settings.svg": DY,
|
|
14273
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/video.svg": AY,
|
|
14274
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/visa.svg": BY,
|
|
14275
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/voicemail-drop.svg": EY,
|
|
14276
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/voicemail.svg": NY,
|
|
14277
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-1.svg": XY,
|
|
14278
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-2.svg": tQ,
|
|
14279
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume-x.svg": sQ,
|
|
14280
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/volume.svg": _Q,
|
|
14281
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/waveform.svg": gQ,
|
|
14282
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/we-chat.svg": vQ,
|
|
14283
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/webcam.svg": CQ,
|
|
14284
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/webchat.svg": FQ,
|
|
14285
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/whatsapp.svg": TQ,
|
|
14286
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/whisper.svg": UQ,
|
|
14287
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/wifi-off.svg": WQ,
|
|
14288
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/wifi.svg": aee,
|
|
14289
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/wind.svg": see,
|
|
14290
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/x-brand.svg": _ee,
|
|
14291
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/x-circle.svg": gee,
|
|
14292
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zap-off.svg": vee,
|
|
14293
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zendesk.svg": Mee,
|
|
14294
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho-crm.svg": Oee,
|
|
14295
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho-desk.svg": Vee,
|
|
14296
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoho.svg": Iee,
|
|
14297
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-in.svg": Jee,
|
|
14298
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-logo.svg": eae,
|
|
14299
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom-out.svg": cae,
|
|
14300
|
+
"/node_modules/@dialpad/dialtone-icons/dist/svg/zoom.svg": lae
|
|
13771
14301
|
}), fae = {
|
|
13772
14302
|
name: "DtIcon",
|
|
13773
14303
|
props: {
|
|
@@ -13777,7 +14307,7 @@ const lae = { render: N1 }, _ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
13777
14307
|
id: {
|
|
13778
14308
|
type: String,
|
|
13779
14309
|
default() {
|
|
13780
|
-
return
|
|
14310
|
+
return P();
|
|
13781
14311
|
}
|
|
13782
14312
|
},
|
|
13783
14313
|
/**
|
|
@@ -13794,7 +14324,8 @@ const lae = { render: N1 }, _ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
13794
14324
|
*/
|
|
13795
14325
|
name: {
|
|
13796
14326
|
type: String,
|
|
13797
|
-
required: !0
|
|
14327
|
+
required: !0,
|
|
14328
|
+
validator: (a) => _ae.includes(a)
|
|
13798
14329
|
},
|
|
13799
14330
|
/**
|
|
13800
14331
|
* The label of the icon as read out by a screenreader. Leave this unset if your icon is purely presentational
|
|
@@ -13815,14 +14346,15 @@ const lae = { render: N1 }, _ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */
|
|
|
13815
14346
|
}
|
|
13816
14347
|
};
|
|
13817
14348
|
function hae(a, t, r, i, d, s) {
|
|
13818
|
-
return
|
|
13819
|
-
key: 0,
|
|
14349
|
+
return z((o(), w(rd(s.icon), {
|
|
13820
14350
|
id: r.id,
|
|
13821
14351
|
"data-qa": "dt-icon",
|
|
13822
14352
|
"aria-hidden": r.ariaLabel ? "false" : "true",
|
|
13823
14353
|
"aria-label": r.ariaLabel,
|
|
13824
14354
|
class: _(s.iconSize)
|
|
13825
|
-
}, null, 8, ["id", "aria-hidden", "aria-label", "class"]))
|
|
14355
|
+
}, null, 8, ["id", "aria-hidden", "aria-label", "class"])), [
|
|
14356
|
+
[F, r.name]
|
|
14357
|
+
]);
|
|
13826
14358
|
}
|
|
13827
14359
|
const aoe = /* @__PURE__ */ m(fae, [["render", hae]]), S = {
|
|
13828
14360
|
xs: "d-btn--xs",
|
|
@@ -14077,7 +14609,7 @@ const wae = "danger", kae = "warning", bae = "success", vae = "muted", jae = "in
|
|
|
14077
14609
|
deep: !0,
|
|
14078
14610
|
immediate: !0,
|
|
14079
14611
|
handler() {
|
|
14080
|
-
process.env.NODE_ENV !== "production" && (this.circle && this.link &&
|
|
14612
|
+
process.env.NODE_ENV !== "production" && (this.circle && this.link && V("You cannot enable circle and link at the same time", this), this.isInvalidPropCombination(this.circle, this.kind, this.importance));
|
|
14081
14613
|
}
|
|
14082
14614
|
}
|
|
14083
14615
|
},
|
|
@@ -14119,7 +14651,7 @@ const wae = "danger", kae = "warning", bae = "success", vae = "muted", jae = "in
|
|
|
14119
14651
|
}
|
|
14120
14652
|
}, Dae = ["type", "disabled", "aria-live", "aria-label"];
|
|
14121
14653
|
function $ae(a, t, r, i, d, s) {
|
|
14122
|
-
return o(), n("button",
|
|
14654
|
+
return o(), n("button", h({
|
|
14123
14655
|
class: [
|
|
14124
14656
|
"base-button__button",
|
|
14125
14657
|
s.buttonClasses()
|
|
@@ -14141,17 +14673,17 @@ function $ae(a, t, r, i, d, s) {
|
|
|
14141
14673
|
])
|
|
14142
14674
|
}, [
|
|
14143
14675
|
y(a.$slots, "icon", { iconSize: s.iconSize })
|
|
14144
|
-
], 2)) :
|
|
14676
|
+
], 2)) : p("", !0),
|
|
14145
14677
|
d.hasSlotContent(a.$slots.default) ? (o(), n("span", {
|
|
14146
14678
|
key: 1,
|
|
14147
14679
|
"data-qa": "dt-button-label",
|
|
14148
14680
|
class: _(["d-btn__label", "base-button__label", r.labelClass])
|
|
14149
14681
|
}, [
|
|
14150
14682
|
y(a.$slots, "default")
|
|
14151
|
-
], 2)) :
|
|
14683
|
+
], 2)) : p("", !0)
|
|
14152
14684
|
], 16, Dae);
|
|
14153
14685
|
}
|
|
14154
|
-
const Mae = /* @__PURE__ */ m(xae, [["render", $ae]]), Zae = 3e6,
|
|
14686
|
+
const Mae = /* @__PURE__ */ m(xae, [["render", $ae]]), Zae = 3e6, B = {
|
|
14155
14687
|
circle: "d-bar-circle",
|
|
14156
14688
|
square: "d-bar2"
|
|
14157
14689
|
}, Cae = [
|
|
@@ -14193,7 +14725,7 @@ const Mae = /* @__PURE__ */ m(xae, [["render", $ae]]), Zae = 3e6, F = {
|
|
|
14193
14725
|
shape: {
|
|
14194
14726
|
type: String,
|
|
14195
14727
|
default: "circle",
|
|
14196
|
-
validator: (a) => Object.keys(
|
|
14728
|
+
validator: (a) => Object.keys(B).includes(a)
|
|
14197
14729
|
},
|
|
14198
14730
|
/**
|
|
14199
14731
|
* Size of the shape
|
|
@@ -14240,7 +14772,7 @@ const Mae = /* @__PURE__ */ m(xae, [["render", $ae]]), Zae = 3e6, F = {
|
|
|
14240
14772
|
},
|
|
14241
14773
|
data() {
|
|
14242
14774
|
return {
|
|
14243
|
-
SKELETON_SHAPES:
|
|
14775
|
+
SKELETON_SHAPES: B
|
|
14244
14776
|
};
|
|
14245
14777
|
},
|
|
14246
14778
|
computed: {
|
|
@@ -14268,7 +14800,7 @@ function Oae(a, t, r, i, d, s) {
|
|
|
14268
14800
|
},
|
|
14269
14801
|
r.contentClass
|
|
14270
14802
|
]),
|
|
14271
|
-
style:
|
|
14803
|
+
style: H(s.shapeStyles)
|
|
14272
14804
|
}, null, 6);
|
|
14273
14805
|
}
|
|
14274
14806
|
const K1 = /* @__PURE__ */ m(Sae, [["render", Oae]]), zae = {
|
|
@@ -14354,7 +14886,7 @@ function Fae(a, t, r, i, d, s) {
|
|
|
14354
14886
|
},
|
|
14355
14887
|
r.contentClass
|
|
14356
14888
|
]),
|
|
14357
|
-
style:
|
|
14889
|
+
style: H({
|
|
14358
14890
|
width: r.width,
|
|
14359
14891
|
...a.skeletonStyle
|
|
14360
14892
|
})
|
|
@@ -14371,11 +14903,11 @@ function Fae(a, t, r, i, d, s) {
|
|
|
14371
14903
|
},
|
|
14372
14904
|
r.contentClass
|
|
14373
14905
|
]),
|
|
14374
|
-
style:
|
|
14906
|
+
style: H({
|
|
14375
14907
|
width: r.width,
|
|
14376
14908
|
...a.skeletonStyle
|
|
14377
14909
|
})
|
|
14378
|
-
}, null, 6)) :
|
|
14910
|
+
}, null, 6)) : p("", !0);
|
|
14379
14911
|
}
|
|
14380
14912
|
const J1 = /* @__PURE__ */ m(zae, [["render", Fae]]), O = (a) => a !== "" && !Number.isNaN(Number(a)), Hae = {
|
|
14381
14913
|
name: "DtSkeletonParagraph",
|
|
@@ -14515,7 +15047,7 @@ const W1 = /* @__PURE__ */ m(Hae, [["render", Bae]]), Vae = {
|
|
|
14515
15047
|
shape: {
|
|
14516
15048
|
type: String,
|
|
14517
15049
|
default: "circle",
|
|
14518
|
-
validator: (a) => Object.keys(
|
|
15050
|
+
validator: (a) => Object.keys(B).includes(a)
|
|
14519
15051
|
},
|
|
14520
15052
|
/**
|
|
14521
15053
|
* Size of the shape
|
|
@@ -14598,7 +15130,7 @@ function Tae(a, t, r, i, d, s) {
|
|
|
14598
15130
|
"content-class": r.shapeClass
|
|
14599
15131
|
}, null, 8, ["size", "shape", "animation-duration", "animate", "offset", "content-class"]),
|
|
14600
15132
|
e("div", Pae, [
|
|
14601
|
-
M(l,
|
|
15133
|
+
M(l, h(r.paragraphs, {
|
|
14602
15134
|
"animation-duration": r.animationDuration,
|
|
14603
15135
|
animate: r.animate,
|
|
14604
15136
|
offset: r.offset
|
|
@@ -14715,19 +15247,19 @@ function qae(a, t, r, i, d, s) {
|
|
|
14715
15247
|
role: "status",
|
|
14716
15248
|
"aria-label": r.ariaLabel
|
|
14717
15249
|
}, [
|
|
14718
|
-
r.listItemOption ? (o(), w(u,
|
|
15250
|
+
r.listItemOption ? (o(), w(u, h({ key: 0 }, r.listItemOption === !0 ? {} : r.listItemOption, {
|
|
14719
15251
|
"animation-duration": r.animationDuration,
|
|
14720
15252
|
animate: r.animate,
|
|
14721
15253
|
offset: r.offset
|
|
14722
|
-
}), null, 16, ["animation-duration", "animate", "offset"])) : r.shapeOption ? (o(), w(l,
|
|
15254
|
+
}), null, 16, ["animation-duration", "animate", "offset"])) : r.shapeOption ? (o(), w(l, h({ key: 1 }, r.shapeOption === !0 ? {} : r.shapeOption, {
|
|
14723
15255
|
"animation-duration": r.animationDuration,
|
|
14724
15256
|
animate: r.animate,
|
|
14725
15257
|
offset: r.offset
|
|
14726
|
-
}), null, 16, ["animation-duration", "animate", "offset"])) : r.paragraphOption ? (o(), w(f,
|
|
15258
|
+
}), null, 16, ["animation-duration", "animate", "offset"])) : r.paragraphOption ? (o(), w(f, h({ key: 2 }, r.paragraphOption === !0 ? {} : r.paragraphOption, {
|
|
14727
15259
|
"animation-duration": r.animationDuration,
|
|
14728
15260
|
animate: r.animate,
|
|
14729
15261
|
offset: r.offset
|
|
14730
|
-
}), null, 16, ["animation-duration", "animate", "offset"])) : (o(), w(k,
|
|
15262
|
+
}), null, 16, ["animation-duration", "animate", "offset"])) : (o(), w(k, h({ key: 3 }, r.textOption || {}, {
|
|
14731
15263
|
"animation-duration": r.animationDuration,
|
|
14732
15264
|
animate: r.animate,
|
|
14733
15265
|
offset: r.offset
|
|
@@ -14762,7 +15294,7 @@ const Gae = {
|
|
|
14762
15294
|
id: {
|
|
14763
15295
|
type: String,
|
|
14764
15296
|
default() {
|
|
14765
|
-
return
|
|
15297
|
+
return P();
|
|
14766
15298
|
}
|
|
14767
15299
|
},
|
|
14768
15300
|
/**
|
|
@@ -14826,7 +15358,7 @@ function Kae(a, t, r, i, d, s) {
|
|
|
14826
15358
|
}, [
|
|
14827
15359
|
e("p", { innerHTML: u }, null, 8, Rae)
|
|
14828
15360
|
], 2))), 128))
|
|
14829
|
-
])) :
|
|
15361
|
+
])) : p("", !0);
|
|
14830
15362
|
}
|
|
14831
15363
|
const Jae = /* @__PURE__ */ m(Gae, [["render", Kae]]), ooe = {
|
|
14832
15364
|
inheritAttrs: !1,
|
|
@@ -14931,7 +15463,7 @@ const Jae = /* @__PURE__ */ m(Gae, [["render", Kae]]), ooe = {
|
|
|
14931
15463
|
* @param {String} ariaLabel the aria-label passed (null/undefined if it's not passed)
|
|
14932
15464
|
*/
|
|
14933
15465
|
validateInputLabels(a, t) {
|
|
14934
|
-
!a && !t &&
|
|
15466
|
+
!a && !t && V(
|
|
14935
15467
|
"You must provide an aria-label when there is no label passed",
|
|
14936
15468
|
this
|
|
14937
15469
|
);
|
|
@@ -15046,7 +15578,7 @@ const Jae = /* @__PURE__ */ m(Gae, [["render", Kae]]), ooe = {
|
|
|
15046
15578
|
created() {
|
|
15047
15579
|
var r;
|
|
15048
15580
|
const a = Object.prototype.hasOwnProperty.call(this.groupContext, "name"), t = (r = this.groupContext) == null ? void 0 : r.name;
|
|
15049
|
-
this.name && a && t !== this.name &&
|
|
15581
|
+
this.name && a && t !== this.name && V(
|
|
15050
15582
|
`Component is being used inside a Group. Did you mean to override the name prop value (${t}) with (${this.name})? It is recommended to only set name at the Group level.`,
|
|
15051
15583
|
this
|
|
15052
15584
|
);
|
|
@@ -15341,7 +15873,7 @@ const Jae = /* @__PURE__ */ m(Gae, [["render", Kae]]), ooe = {
|
|
|
15341
15873
|
};
|
|
15342
15874
|
},
|
|
15343
15875
|
descriptionKey() {
|
|
15344
|
-
return `input-description-${
|
|
15876
|
+
return `input-description-${P()}`;
|
|
15345
15877
|
},
|
|
15346
15878
|
inputState() {
|
|
15347
15879
|
return R(this.validationMessages);
|
|
@@ -15522,7 +16054,7 @@ function rte(a, t, r, i, d, s) {
|
|
|
15522
16054
|
"d-label",
|
|
15523
16055
|
d.labelSizeClasses[r.size]
|
|
15524
16056
|
])
|
|
15525
|
-
}, A(r.label), 3)) :
|
|
16057
|
+
}, A(r.label), 3)) : p("", !0)
|
|
15526
16058
|
]),
|
|
15527
16059
|
d.hasSlotContent(a.$slots.description) || r.description || s.shouldValidateLength ? (o(), n("div", {
|
|
15528
16060
|
key: 0,
|
|
@@ -15539,9 +16071,9 @@ function rte(a, t, r, i, d, s) {
|
|
|
15539
16071
|
y(a.$slots, "description", {}, () => [
|
|
15540
16072
|
cd(A(r.description), 1)
|
|
15541
16073
|
])
|
|
15542
|
-
])) :
|
|
15543
|
-
s.shouldValidateLength ? (o(), n("div", ate, A(s.validationProps.length.description), 1)) :
|
|
15544
|
-
], 10, Qae)) :
|
|
16074
|
+
])) : p("", !0),
|
|
16075
|
+
s.shouldValidateLength ? (o(), n("div", ate, A(s.validationProps.length.description), 1)) : p("", !0)
|
|
16076
|
+
], 10, Qae)) : p("", !0),
|
|
15545
16077
|
e("div", {
|
|
15546
16078
|
class: _(s.inputWrapperClasses()),
|
|
15547
16079
|
"read-only": r.disabled === !0 ? !0 : void 0
|
|
@@ -15553,8 +16085,8 @@ function rte(a, t, r, i, d, s) {
|
|
|
15553
16085
|
onFocusout: t[0] || (t[0] = (...l) => s.onBlur && s.onBlur(...l))
|
|
15554
16086
|
}, [
|
|
15555
16087
|
y(a.$slots, "leftIcon")
|
|
15556
|
-
], 34)) :
|
|
15557
|
-
s.isTextarea ? (o(), n("textarea",
|
|
16088
|
+
], 34)) : p("", !0),
|
|
16089
|
+
s.isTextarea ? (o(), n("textarea", h({
|
|
15558
16090
|
key: 1,
|
|
15559
16091
|
ref: "input",
|
|
15560
16092
|
value: r.modelValue,
|
|
@@ -15563,7 +16095,7 @@ function rte(a, t, r, i, d, s) {
|
|
|
15563
16095
|
class: s.inputClasses(),
|
|
15564
16096
|
maxlength: s.shouldLimitMaxLength ? s.validationProps.length.max : null,
|
|
15565
16097
|
"data-qa": "dt-input-input"
|
|
15566
|
-
}, a.$attrs, $(s.inputListeners, !0)), null, 16, ote)) : (o(), n("input",
|
|
16098
|
+
}, a.$attrs, $(s.inputListeners, !0)), null, 16, ote)) : (o(), n("input", h({
|
|
15567
16099
|
key: 2,
|
|
15568
16100
|
ref: "input",
|
|
15569
16101
|
value: r.modelValue,
|
|
@@ -15581,10 +16113,10 @@ function rte(a, t, r, i, d, s) {
|
|
|
15581
16113
|
onFocusout: t[1] || (t[1] = (...l) => s.onBlur && s.onBlur(...l))
|
|
15582
16114
|
}, [
|
|
15583
16115
|
y(a.$slots, "rightIcon")
|
|
15584
|
-
], 34)) :
|
|
16116
|
+
], 34)) : p("", !0)
|
|
15585
16117
|
], 10, tte)
|
|
15586
16118
|
], 8, Yae),
|
|
15587
|
-
M(u,
|
|
16119
|
+
M(u, h({
|
|
15588
16120
|
"validation-messages": s.validationMessages,
|
|
15589
16121
|
"show-messages": a.showMessages,
|
|
15590
16122
|
class: a.messagesClass
|
|
@@ -15786,7 +16318,7 @@ const coe = /* @__PURE__ */ m(Xae, [["render", rte]]), cte = ["default", "sm"],
|
|
|
15786
16318
|
}, _te = { "data-qa": "dt-tab-group" }, mte = ["aria-label"];
|
|
15787
16319
|
function fte(a, t, r, i, d, s) {
|
|
15788
16320
|
return o(), n("div", _te, [
|
|
15789
|
-
e("div",
|
|
16321
|
+
e("div", h({
|
|
15790
16322
|
ref: "tabs",
|
|
15791
16323
|
class: [
|
|
15792
16324
|
"d-tablist",
|
|
@@ -15922,7 +16454,7 @@ const soe = /* @__PURE__ */ m(lte, [["render", fte]]), hte = {
|
|
|
15922
16454
|
};
|
|
15923
16455
|
function pte(a, t, r, i, d, s) {
|
|
15924
16456
|
const u = g("dt-button");
|
|
15925
|
-
return o(), w(u,
|
|
16457
|
+
return o(), w(u, h({
|
|
15926
16458
|
id: `dt-tab-${r.id}`,
|
|
15927
16459
|
class: [
|
|
15928
16460
|
"d-tab",
|
|
@@ -98970,14 +99502,14 @@ function Yte(a, t, r, i, d, s) {
|
|
|
98970
99502
|
return o(), n("span", {
|
|
98971
99503
|
class: _(["dt-emoji", "d-icon", s.emojiSize])
|
|
98972
99504
|
}, [
|
|
98973
|
-
|
|
99505
|
+
z(M(u, {
|
|
98974
99506
|
offset: 0,
|
|
98975
99507
|
class: _(s.emojiSize),
|
|
98976
99508
|
"shape-option": { shape: "square", contentClass: s.emojiSize, size: "auto" }
|
|
98977
99509
|
}, null, 8, ["class", "shape-option"]), [
|
|
98978
|
-
[
|
|
99510
|
+
[F, d.imgLoading && r.showSkeleton]
|
|
98979
99511
|
]),
|
|
98980
|
-
|
|
99512
|
+
z(e("img", {
|
|
98981
99513
|
ref: "emojiImg",
|
|
98982
99514
|
class: _(["d-icon", s.emojiSize, r.imgClass]),
|
|
98983
99515
|
"aria-label": s.emojiLabel,
|
|
@@ -98987,50 +99519,51 @@ function Yte(a, t, r, i, d, s) {
|
|
|
98987
99519
|
onLoad: t[0] || (t[0] = (...l) => s.imageLoaded && s.imageLoaded(...l)),
|
|
98988
99520
|
onError: t[1] || (t[1] = (...l) => s.imageErrored && s.imageErrored(...l))
|
|
98989
99521
|
}, null, 42, Xte), [
|
|
98990
|
-
[
|
|
99522
|
+
[F, !d.imgLoading]
|
|
98991
99523
|
])
|
|
98992
99524
|
], 2);
|
|
98993
99525
|
}
|
|
98994
99526
|
const hoe = /* @__PURE__ */ m(Wte, [["render", Yte], ["__scopeId", "data-v-d04a00ba"]]);
|
|
98995
99527
|
export {
|
|
98996
|
-
|
|
98997
|
-
|
|
98998
|
-
|
|
98999
|
-
|
|
99528
|
+
dte as $,
|
|
99529
|
+
_ae as A,
|
|
99530
|
+
I as B,
|
|
99531
|
+
Mae as C,
|
|
99000
99532
|
hoe as D,
|
|
99001
|
-
|
|
99002
|
-
|
|
99003
|
-
|
|
99004
|
-
|
|
99533
|
+
Ite as E,
|
|
99534
|
+
jae as F,
|
|
99535
|
+
Uae as G,
|
|
99536
|
+
Jae as H,
|
|
99005
99537
|
C as I,
|
|
99006
|
-
|
|
99007
|
-
|
|
99538
|
+
X1 as J,
|
|
99539
|
+
ooe as K,
|
|
99008
99540
|
toe as L,
|
|
99009
99541
|
vae as M,
|
|
99010
|
-
|
|
99011
|
-
|
|
99012
|
-
|
|
99013
|
-
|
|
99014
|
-
|
|
99015
|
-
|
|
99016
|
-
|
|
99017
|
-
|
|
99018
|
-
|
|
99019
|
-
|
|
99020
|
-
|
|
99021
|
-
|
|
99022
|
-
|
|
99023
|
-
|
|
99542
|
+
noe as N,
|
|
99543
|
+
roe as O,
|
|
99544
|
+
Wae as P,
|
|
99545
|
+
S as Q,
|
|
99546
|
+
T as R,
|
|
99547
|
+
L as S,
|
|
99548
|
+
pae as T,
|
|
99549
|
+
E as U,
|
|
99550
|
+
gae as V,
|
|
99551
|
+
yae as W,
|
|
99552
|
+
D as X,
|
|
99553
|
+
v as Y,
|
|
99554
|
+
ite as Z,
|
|
99555
|
+
cte as _,
|
|
99024
99556
|
ed as a,
|
|
99025
|
-
|
|
99026
|
-
|
|
99027
|
-
|
|
99028
|
-
|
|
99029
|
-
|
|
99030
|
-
|
|
99031
|
-
|
|
99032
|
-
|
|
99033
|
-
|
|
99557
|
+
ute as a0,
|
|
99558
|
+
Lae as a1,
|
|
99559
|
+
J1 as a2,
|
|
99560
|
+
K1 as a3,
|
|
99561
|
+
W1 as a4,
|
|
99562
|
+
Zae as a5,
|
|
99563
|
+
B as a6,
|
|
99564
|
+
Cae as a7,
|
|
99565
|
+
Aae as a8,
|
|
99566
|
+
q as a9,
|
|
99034
99567
|
ad as b,
|
|
99035
99568
|
Q1 as c,
|
|
99036
99569
|
Y1 as d,
|