@dialpad/dialtone-vue 3.56.1 → 3.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +21 -0
- package/dist/dialtone-vue.common.js +203 -52
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +203 -52
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [3.57.0](https://github.com/dialpad/dialtone-vue/compare/v3.56.2...v3.57.0) (2023-04-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Avatar:** additional null protection ([4545721](https://github.com/dialpad/dialtone-vue/commit/4545721f1ea6ac16ae6430102b0865b1d5ab2d75))
|
|
7
|
+
* **Avatar:** null protect firstElementChild ([1b2b949](https://github.com/dialpad/dialtone-vue/commit/1b2b9497ea951fff41bfb7d2fe6b067120dc6c49))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **Recipe Leftbar Unread Chip:** add leftbar unread chip recipe - vue3 ([#878](https://github.com/dialpad/dialtone-vue/issues/878)) ([03b0b0c](https://github.com/dialpad/dialtone-vue/commit/03b0b0c690ffec643c45e6016a2a60d2bdf75e78))
|
|
13
|
+
|
|
14
|
+
## [3.56.2](https://github.com/dialpad/dialtone-vue/compare/v3.56.1...v3.56.2) (2023-03-31)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **Image Viewer:** dt image viewer visual testing ([#874](https://github.com/dialpad/dialtone-vue/issues/874)) ([5400412](https://github.com/dialpad/dialtone-vue/commit/5400412963d2d3408e1556f6ca0f986a8bdc4c3d))
|
|
20
|
+
* **Recipe Callbar Btn:** transparent background when btn is in disabled state ([#876](https://github.com/dialpad/dialtone-vue/issues/876)) ([1031e72](https://github.com/dialpad/dialtone-vue/commit/1031e72bcb8ee1d441a4b205bfbbca91536cd74b))
|
|
21
|
+
|
|
1
22
|
## [3.56.1](https://github.com/dialpad/dialtone-vue/compare/v3.56.0...v3.56.1) (2023-03-30)
|
|
2
23
|
|
|
3
24
|
|
|
@@ -1201,6 +1201,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1201
1201
|
"DtRecipeGroupedChip": () => (/* reexport */ grouped_chip),
|
|
1202
1202
|
"DtRecipeIvrNode": () => (/* reexport */ ivr_node),
|
|
1203
1203
|
"DtRecipeTopBannerInfo": () => (/* reexport */ top_banner_info),
|
|
1204
|
+
"DtRecipeUnreadChip": () => (/* reexport */ unread_chip),
|
|
1204
1205
|
"DtRootLayout": () => (/* reexport */ root_layout),
|
|
1205
1206
|
"DtScroller": () => (/* reexport */ DtScroller),
|
|
1206
1207
|
"DtSelectMenu": () => (/* reexport */ select_menu),
|
|
@@ -1267,6 +1268,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1267
1268
|
"TOOLTIP_HIDE_ON_CLICK_VARIANTS": () => (/* reexport */ TOOLTIP_HIDE_ON_CLICK_VARIANTS),
|
|
1268
1269
|
"TOOLTIP_KIND_MODIFIERS": () => (/* reexport */ TOOLTIP_KIND_MODIFIERS),
|
|
1269
1270
|
"TOOLTIP_STICKY_VALUES": () => (/* reexport */ TOOLTIP_STICKY_VALUES),
|
|
1271
|
+
"UNREAD_BADGE_DIRECTIONS": () => (/* reexport */ UNREAD_BADGE_DIRECTIONS),
|
|
1272
|
+
"UNREAD_BADGE_KINDS": () => (/* reexport */ UNREAD_BADGE_KINDS),
|
|
1270
1273
|
"VALIDATION_MESSAGE_TYPES": () => (/* reexport */ VALIDATION_MESSAGE_TYPES),
|
|
1271
1274
|
"VALID_WIDTH_SIZE": () => (/* reexport */ VALID_WIDTH_SIZE),
|
|
1272
1275
|
"filterFormattedMessages": () => (/* reexport */ filterFormattedMessages),
|
|
@@ -1295,7 +1298,7 @@ if (typeof window !== 'undefined') {
|
|
|
1295
1298
|
|
|
1296
1299
|
;// CONCATENATED MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
1297
1300
|
const external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
|
|
1298
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/avatar/avatar.vue?vue&type=template&id=
|
|
1301
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/avatar/avatar.vue?vue&type=template&id=0694ee28
|
|
1299
1302
|
|
|
1300
1303
|
const _hoisted_1 = ["id"];
|
|
1301
1304
|
const _hoisted_2 = {
|
|
@@ -1327,7 +1330,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1327
1330
|
"data-qa": "dt-presence"
|
|
1328
1331
|
}), null, 16, ["presence", "class"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)], 14, _hoisted_1);
|
|
1329
1332
|
}
|
|
1330
|
-
;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=template&id=
|
|
1333
|
+
;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=template&id=0694ee28
|
|
1331
1334
|
|
|
1332
1335
|
;// CONCATENATED MODULE: ./common/constants.js
|
|
1333
1336
|
/* TODO: Move and sort these in a constants directory
|
|
@@ -1902,13 +1905,19 @@ const AVATAR_GROUP_VALIDATOR = group => group > 1;
|
|
|
1902
1905
|
|
|
1903
1906
|
methods: {
|
|
1904
1907
|
async init() {
|
|
1908
|
+
var _this$$refs$canvas;
|
|
1909
|
+
|
|
1905
1910
|
if (this.initializing) return;
|
|
1906
1911
|
this.kind = null;
|
|
1907
1912
|
await this.$nextTick();
|
|
1908
|
-
const firstChild = this.$refs.canvas.children[0] || this.$refs.canvas;
|
|
1913
|
+
const firstChild = ((_this$$refs$canvas = this.$refs.canvas) === null || _this$$refs$canvas === void 0 ? void 0 : _this$$refs$canvas.children[0]) || this.$refs.canvas;
|
|
1909
1914
|
this.formatInitials(this.initials);
|
|
1910
|
-
|
|
1911
|
-
|
|
1915
|
+
|
|
1916
|
+
if (firstChild) {
|
|
1917
|
+
this.setKind(firstChild);
|
|
1918
|
+
this.kindHandler(firstChild);
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1912
1921
|
this.initializing = true;
|
|
1913
1922
|
await this.$nextTick();
|
|
1914
1923
|
this.initializing = false;
|
|
@@ -2039,10 +2048,10 @@ const AVATAR_GROUP_VALIDATOR = group => group > 1;
|
|
|
2039
2048
|
});
|
|
2040
2049
|
;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=script&lang=js
|
|
2041
2050
|
|
|
2042
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/avatar/avatar.vue?vue&type=style&index=0&id=
|
|
2051
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/avatar/avatar.vue?vue&type=style&index=0&id=0694ee28&lang=less
|
|
2043
2052
|
// extracted by mini-css-extract-plugin
|
|
2044
2053
|
|
|
2045
|
-
;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=style&index=0&id=
|
|
2054
|
+
;// CONCATENATED MODULE: ./components/avatar/avatar.vue?vue&type=style&index=0&id=0694ee28&lang=less
|
|
2046
2055
|
|
|
2047
2056
|
;// CONCATENATED MODULE: ./components/avatar/avatar.vue
|
|
2048
2057
|
|
|
@@ -12762,18 +12771,18 @@ const dropdown_separator_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)
|
|
|
12762
12771
|
;// CONCATENATED MODULE: ./components/dropdown/index.js
|
|
12763
12772
|
|
|
12764
12773
|
|
|
12765
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/image_viewer/image_viewer.vue?vue&type=template&id=
|
|
12774
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/image_viewer/image_viewer.vue?vue&type=template&id=9b4c7502
|
|
12766
12775
|
|
|
12767
|
-
const
|
|
12768
|
-
const
|
|
12769
|
-
const
|
|
12776
|
+
const image_viewervue_type_template_id_9b4c7502_hoisted_1 = ["src", "alt"];
|
|
12777
|
+
const image_viewervue_type_template_id_9b4c7502_hoisted_2 = ["aria-hidden"];
|
|
12778
|
+
const image_viewervue_type_template_id_9b4c7502_hoisted_3 = {
|
|
12770
12779
|
"data-qa": "dt-image-viewer-full",
|
|
12771
12780
|
class: "d-p0 d-bar0 d-wmx80p d-hmx80p",
|
|
12772
12781
|
role: "dialog",
|
|
12773
12782
|
"aria-modal": "true"
|
|
12774
12783
|
};
|
|
12775
|
-
const
|
|
12776
|
-
function
|
|
12784
|
+
const image_viewervue_type_template_id_9b4c7502_hoisted_4 = ["src", "alt"];
|
|
12785
|
+
function image_viewervue_type_template_id_9b4c7502_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12777
12786
|
const _component_dt_button = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-button");
|
|
12778
12787
|
|
|
12779
12788
|
const _component_dt_icon = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-icon");
|
|
@@ -12782,19 +12791,19 @@ function image_viewervue_type_template_id_2229fad0_render(_ctx, _cache, $props,
|
|
|
12782
12791
|
"data-qa": "dt-image-viewer-preview",
|
|
12783
12792
|
"aria-label": $props.ariaLabel,
|
|
12784
12793
|
importance: "clear",
|
|
12785
|
-
onClick: $options.
|
|
12794
|
+
onClick: $options.openModal
|
|
12786
12795
|
}, {
|
|
12787
12796
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("img", {
|
|
12788
12797
|
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)($props.imageButtonClass),
|
|
12789
12798
|
src: $props.imageSrc,
|
|
12790
12799
|
alt: $props.imageAlt
|
|
12791
|
-
}, null, 10,
|
|
12800
|
+
}, null, 10, image_viewervue_type_template_id_9b4c7502_hoisted_1)]),
|
|
12792
12801
|
_: 1
|
|
12793
|
-
}, 8, ["aria-label", "onClick"]), $data.
|
|
12802
|
+
}, 8, ["aria-label", "onClick"]), $data.isOpen ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.Teleport, {
|
|
12794
12803
|
key: 0,
|
|
12795
12804
|
to: "body"
|
|
12796
12805
|
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
12797
|
-
"aria-hidden":
|
|
12806
|
+
"aria-hidden": !$data.isOpen ? 'true' : 'false',
|
|
12798
12807
|
class: "d-modal",
|
|
12799
12808
|
"data-qa": "dt-modal"
|
|
12800
12809
|
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toHandlers)($options.modalListeners, true), {
|
|
@@ -12802,11 +12811,11 @@ function image_viewervue_type_template_id_2229fad0_render(_ctx, _cache, $props,
|
|
|
12802
12811
|
onMouseleave: _cache[1] || (_cache[1] = $event => $data.showCloseButton = false),
|
|
12803
12812
|
onFocusin: _cache[2] || (_cache[2] = $event => $data.showCloseButton = true),
|
|
12804
12813
|
onFocusout: _cache[3] || (_cache[3] = $event => $data.showCloseButton = false)
|
|
12805
|
-
}), [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div",
|
|
12814
|
+
}), [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("div", image_viewervue_type_template_id_9b4c7502_hoisted_3, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("img", {
|
|
12806
12815
|
class: "d-wmx100p d-hmx100p",
|
|
12807
12816
|
src: $props.imageSrc,
|
|
12808
12817
|
alt: $props.imageAlt
|
|
12809
|
-
}, null, 8,
|
|
12818
|
+
}, null, 8, image_viewervue_type_template_id_9b4c7502_hoisted_4)]), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.Transition, {
|
|
12810
12819
|
name: "fade"
|
|
12811
12820
|
}, {
|
|
12812
12821
|
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [$data.showCloseButton ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_dt_button, {
|
|
@@ -12828,9 +12837,9 @@ function image_viewervue_type_template_id_2229fad0_render(_ctx, _cache, $props,
|
|
|
12828
12837
|
_: 1
|
|
12829
12838
|
}, 8, ["aria-label", "onClick"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)]),
|
|
12830
12839
|
_: 1
|
|
12831
|
-
})], 16,
|
|
12840
|
+
})], 16, image_viewervue_type_template_id_9b4c7502_hoisted_2)])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)]);
|
|
12832
12841
|
}
|
|
12833
|
-
;// CONCATENATED MODULE: ./components/image_viewer/image_viewer.vue?vue&type=template&id=
|
|
12842
|
+
;// CONCATENATED MODULE: ./components/image_viewer/image_viewer.vue?vue&type=template&id=9b4c7502
|
|
12834
12843
|
|
|
12835
12844
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/image_viewer/image_viewer.vue?vue&type=script&lang=js
|
|
12836
12845
|
|
|
@@ -12845,6 +12854,18 @@ function image_viewervue_type_template_id_2229fad0_render(_ctx, _cache, $props,
|
|
|
12845
12854
|
},
|
|
12846
12855
|
mixins: [modal],
|
|
12847
12856
|
props: {
|
|
12857
|
+
/**
|
|
12858
|
+
* Controls whether the image modal is shown. Leaving this null will have the image modal
|
|
12859
|
+
* trigger on click by default.
|
|
12860
|
+
* If you set this value, the default trigger behavior will be disabled and you can control it as you need.
|
|
12861
|
+
* Supports .sync modifier
|
|
12862
|
+
* @values null, true, false
|
|
12863
|
+
*/
|
|
12864
|
+
open: {
|
|
12865
|
+
type: Boolean,
|
|
12866
|
+
default: null
|
|
12867
|
+
},
|
|
12868
|
+
|
|
12848
12869
|
/**
|
|
12849
12870
|
* URL of the image to be shown
|
|
12850
12871
|
*/
|
|
@@ -12886,19 +12907,28 @@ function image_viewervue_type_template_id_2229fad0_render(_ctx, _cache, $props,
|
|
|
12886
12907
|
required: true
|
|
12887
12908
|
}
|
|
12888
12909
|
},
|
|
12910
|
+
emits: [
|
|
12911
|
+
/**
|
|
12912
|
+
* Emitted when popover is shown or hidden
|
|
12913
|
+
*
|
|
12914
|
+
* @event opened
|
|
12915
|
+
* @type {Boolean}
|
|
12916
|
+
*/
|
|
12917
|
+
'opened',
|
|
12918
|
+
/**
|
|
12919
|
+
* Event fired to sync the open prop with the parent component
|
|
12920
|
+
* @event update:open
|
|
12921
|
+
*/
|
|
12922
|
+
'update:open'],
|
|
12889
12923
|
|
|
12890
12924
|
data() {
|
|
12891
12925
|
return {
|
|
12892
|
-
|
|
12893
|
-
|
|
12926
|
+
showCloseButton: true,
|
|
12927
|
+
isOpen: false
|
|
12894
12928
|
};
|
|
12895
12929
|
},
|
|
12896
12930
|
|
|
12897
12931
|
computed: {
|
|
12898
|
-
isOpen() {
|
|
12899
|
-
return `${!this.show}`;
|
|
12900
|
-
},
|
|
12901
|
-
|
|
12902
12932
|
modalListeners() {
|
|
12903
12933
|
return {
|
|
12904
12934
|
click: event => {
|
|
@@ -12921,7 +12951,7 @@ function image_viewervue_type_template_id_2229fad0_render(_ctx, _cache, $props,
|
|
|
12921
12951
|
|
|
12922
12952
|
},
|
|
12923
12953
|
watch: {
|
|
12924
|
-
|
|
12954
|
+
isOpen: {
|
|
12925
12955
|
immediate: true,
|
|
12926
12956
|
|
|
12927
12957
|
handler(isShowing) {
|
|
@@ -12937,19 +12967,38 @@ function image_viewervue_type_template_id_2229fad0_render(_ctx, _cache, $props,
|
|
|
12937
12967
|
}
|
|
12938
12968
|
}
|
|
12939
12969
|
|
|
12970
|
+
},
|
|
12971
|
+
open: {
|
|
12972
|
+
handler: function (open) {
|
|
12973
|
+
if (open !== null) {
|
|
12974
|
+
this.isOpen = open;
|
|
12975
|
+
}
|
|
12976
|
+
},
|
|
12977
|
+
immediate: true
|
|
12940
12978
|
}
|
|
12941
12979
|
},
|
|
12942
12980
|
methods: {
|
|
12943
|
-
|
|
12944
|
-
|
|
12981
|
+
openModal() {
|
|
12982
|
+
// Has custom control passed in
|
|
12983
|
+
if (this.open !== null) {
|
|
12984
|
+
return;
|
|
12985
|
+
}
|
|
12986
|
+
|
|
12987
|
+
this.isOpen = true;
|
|
12945
12988
|
this.showCloseButton = true;
|
|
12989
|
+
this.$emit('opened', true);
|
|
12946
12990
|
setTimeout(() => {
|
|
12947
12991
|
this.focusAfterOpen();
|
|
12948
12992
|
});
|
|
12949
12993
|
},
|
|
12950
12994
|
|
|
12951
12995
|
close() {
|
|
12952
|
-
this.
|
|
12996
|
+
this.isOpen = false;
|
|
12997
|
+
this.$emit('opened', false);
|
|
12998
|
+
|
|
12999
|
+
if (this.open !== null) {
|
|
13000
|
+
this.$emit('update:open', false);
|
|
13001
|
+
}
|
|
12953
13002
|
},
|
|
12954
13003
|
|
|
12955
13004
|
focusAfterOpen() {
|
|
@@ -12959,7 +13008,7 @@ function image_viewervue_type_template_id_2229fad0_render(_ctx, _cache, $props,
|
|
|
12959
13008
|
},
|
|
12960
13009
|
|
|
12961
13010
|
trapFocus(e) {
|
|
12962
|
-
if (this.
|
|
13011
|
+
if (this.isOpen) {
|
|
12963
13012
|
this.focusTrappedTabPress(e);
|
|
12964
13013
|
}
|
|
12965
13014
|
}
|
|
@@ -12974,7 +13023,7 @@ function image_viewervue_type_template_id_2229fad0_render(_ctx, _cache, $props,
|
|
|
12974
13023
|
|
|
12975
13024
|
|
|
12976
13025
|
;
|
|
12977
|
-
const image_viewer_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(image_viewervue_type_script_lang_js, [['render',
|
|
13026
|
+
const image_viewer_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(image_viewervue_type_script_lang_js, [['render',image_viewervue_type_template_id_9b4c7502_render]])
|
|
12978
13027
|
|
|
12979
13028
|
/* harmony default export */ const image_viewer = (image_viewer_exports_);
|
|
12980
13029
|
;// CONCATENATED MODULE: ./components/image_viewer/index.js
|
|
@@ -16720,27 +16769,27 @@ const checkbox_group_exports_ = checkbox_groupvue_type_script_lang_js;
|
|
|
16720
16769
|
/* harmony default export */ const checkbox_group = (checkbox_group_exports_);
|
|
16721
16770
|
;// CONCATENATED MODULE: ./components/checkbox_group/index.js
|
|
16722
16771
|
|
|
16723
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/chip/chip.vue?vue&type=template&id=
|
|
16772
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./components/chip/chip.vue?vue&type=template&id=790baeaf
|
|
16724
16773
|
|
|
16725
|
-
const
|
|
16774
|
+
const chipvue_type_template_id_790baeaf_hoisted_1 = {
|
|
16726
16775
|
class: "d-chip"
|
|
16727
16776
|
};
|
|
16728
|
-
const
|
|
16777
|
+
const chipvue_type_template_id_790baeaf_hoisted_2 = {
|
|
16729
16778
|
key: 0,
|
|
16730
16779
|
"data-qa": "dt-chip-icon",
|
|
16731
16780
|
class: "d-chip__icon"
|
|
16732
16781
|
};
|
|
16733
|
-
const
|
|
16782
|
+
const chipvue_type_template_id_790baeaf_hoisted_3 = {
|
|
16734
16783
|
key: 1,
|
|
16735
16784
|
"data-qa": "dt-chip-avatar"
|
|
16736
16785
|
};
|
|
16737
|
-
const
|
|
16738
|
-
function
|
|
16786
|
+
const chipvue_type_template_id_790baeaf_hoisted_4 = ["id"];
|
|
16787
|
+
function chipvue_type_template_id_790baeaf_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
16739
16788
|
const _component_dt_icon = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-icon");
|
|
16740
16789
|
|
|
16741
16790
|
const _component_dt_button = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-button");
|
|
16742
16791
|
|
|
16743
|
-
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span",
|
|
16792
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span", chipvue_type_template_id_790baeaf_hoisted_1, [((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveDynamicComponent)($props.interactive ? 'button' : 'span'), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
16744
16793
|
id: $props.id,
|
|
16745
16794
|
type: $props.interactive && 'button',
|
|
16746
16795
|
class: $options.chipClasses(),
|
|
@@ -16748,12 +16797,12 @@ function chipvue_type_template_id_42f677c2_render(_ctx, _cache, $props, $setup,
|
|
|
16748
16797
|
"aria-labelledby": $props.ariaLabel ? undefined : `${$props.id}-content`,
|
|
16749
16798
|
"aria-label": $props.ariaLabel
|
|
16750
16799
|
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toHandlers)($options.chipListeners)), {
|
|
16751
|
-
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [$data.hasSlotContent(_ctx.$slots.icon) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span",
|
|
16800
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [$data.hasSlotContent(_ctx.$slots.icon) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span", chipvue_type_template_id_790baeaf_hoisted_2, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "icon")])) : $data.hasSlotContent(_ctx.$slots.avatar) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span", chipvue_type_template_id_790baeaf_hoisted_3, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "avatar")])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true), $data.hasSlotContent(_ctx.$slots.default) ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("span", {
|
|
16752
16801
|
key: 2,
|
|
16753
16802
|
id: `${$props.id}-content`,
|
|
16754
16803
|
"data-qa": "dt-chip-label",
|
|
16755
16804
|
class: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.normalizeClass)(['d-truncate', 'd-chip__text', $props.contentClass])
|
|
16756
|
-
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "default")], 10,
|
|
16805
|
+
}, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "default")], 10, chipvue_type_template_id_790baeaf_hoisted_4)) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)]),
|
|
16757
16806
|
_: 3
|
|
16758
16807
|
}, 16, ["id", "type", "class", "aria-labelledby", "aria-label"])), !$props.hideClose ? ((0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_dt_button, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
16759
16808
|
key: 0
|
|
@@ -16770,7 +16819,7 @@ function chipvue_type_template_id_42f677c2_render(_ctx, _cache, $props, $setup,
|
|
|
16770
16819
|
_: 1
|
|
16771
16820
|
}, 16, ["class", "aria-label"])) : (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createCommentVNode)("", true)]);
|
|
16772
16821
|
}
|
|
16773
|
-
;// CONCATENATED MODULE: ./components/chip/chip.vue?vue&type=template&id=
|
|
16822
|
+
;// CONCATENATED MODULE: ./components/chip/chip.vue?vue&type=template&id=790baeaf
|
|
16774
16823
|
|
|
16775
16824
|
;// CONCATENATED MODULE: ./components/chip/chip_constants.js
|
|
16776
16825
|
const CHIP_SIZE_MODIFIERS = {
|
|
@@ -16944,7 +16993,7 @@ const CHIP_ICON_SIZES = {
|
|
|
16944
16993
|
},
|
|
16945
16994
|
methods: {
|
|
16946
16995
|
chipClasses() {
|
|
16947
|
-
return [this.$attrs['grouped-chip'] ?
|
|
16996
|
+
return [this.$attrs['grouped-chip'] ? 'd-chip' : 'd-chip__label', CHIP_SIZE_MODIFIERS[this.size], this.labelClass];
|
|
16948
16997
|
},
|
|
16949
16998
|
|
|
16950
16999
|
chipCloseButtonClasses() {
|
|
@@ -16967,7 +17016,7 @@ const CHIP_ICON_SIZES = {
|
|
|
16967
17016
|
|
|
16968
17017
|
|
|
16969
17018
|
;
|
|
16970
|
-
const chip_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(chipvue_type_script_lang_js, [['render',
|
|
17019
|
+
const chip_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(chipvue_type_script_lang_js, [['render',chipvue_type_template_id_790baeaf_render]])
|
|
16971
17020
|
|
|
16972
17021
|
/* harmony default export */ const chip = (chip_exports_);
|
|
16973
17022
|
;// CONCATENATED MODULE: ./components/chip/index.js
|
|
@@ -21494,9 +21543,9 @@ const combobox_multi_select_exports_ = /*#__PURE__*/(0,exportHelper/* default */
|
|
|
21494
21543
|
;// CONCATENATED MODULE: ./recipes/comboboxes/combobox_multi_select/index.js
|
|
21495
21544
|
|
|
21496
21545
|
|
|
21497
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=
|
|
21546
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=b3920b20
|
|
21498
21547
|
|
|
21499
|
-
function
|
|
21548
|
+
function callbar_buttonvue_type_template_id_b3920b20_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
21500
21549
|
const _component_dt_button = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-button");
|
|
21501
21550
|
|
|
21502
21551
|
const _component_dt_tooltip = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-tooltip");
|
|
@@ -21526,7 +21575,7 @@ function callbar_buttonvue_type_template_id_a276c32c_render(_ctx, _cache, $props
|
|
|
21526
21575
|
_: 3
|
|
21527
21576
|
}, 8, ["id"]);
|
|
21528
21577
|
}
|
|
21529
|
-
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=
|
|
21578
|
+
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=template&id=b3920b20
|
|
21530
21579
|
|
|
21531
21580
|
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=script&lang=js
|
|
21532
21581
|
|
|
@@ -21638,7 +21687,7 @@ const VALID_WIDTH_SIZE = ['sm', 'md', 'lg', 'xl'];
|
|
|
21638
21687
|
'd-btn--icon-only': this.circle,
|
|
21639
21688
|
'dt-recipe-callbar-button--active': this.active,
|
|
21640
21689
|
'dt-recipe-callbar-button--danger': this.danger,
|
|
21641
|
-
'd-btn--disabled': this.disabled,
|
|
21690
|
+
'd-btn--disabled d-bgc-transparent': this.disabled,
|
|
21642
21691
|
'd-fc-primary': !this.disabled
|
|
21643
21692
|
}];
|
|
21644
21693
|
},
|
|
@@ -21664,10 +21713,10 @@ const VALID_WIDTH_SIZE = ['sm', 'md', 'lg', 'xl'];
|
|
|
21664
21713
|
});
|
|
21665
21714
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=script&lang=js
|
|
21666
21715
|
|
|
21667
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=
|
|
21716
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=b3920b20&lang=less
|
|
21668
21717
|
// extracted by mini-css-extract-plugin
|
|
21669
21718
|
|
|
21670
|
-
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=
|
|
21719
|
+
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue?vue&type=style&index=0&id=b3920b20&lang=less
|
|
21671
21720
|
|
|
21672
21721
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/callbar_button.vue
|
|
21673
21722
|
|
|
@@ -21677,7 +21726,7 @@ const VALID_WIDTH_SIZE = ['sm', 'md', 'lg', 'xl'];
|
|
|
21677
21726
|
;
|
|
21678
21727
|
|
|
21679
21728
|
|
|
21680
|
-
const callbar_button_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(callbar_buttonvue_type_script_lang_js, [['render',
|
|
21729
|
+
const callbar_button_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(callbar_buttonvue_type_script_lang_js, [['render',callbar_buttonvue_type_template_id_b3920b20_render]])
|
|
21681
21730
|
|
|
21682
21731
|
/* harmony default export */ const callbar_button = (callbar_button_exports_);
|
|
21683
21732
|
;// CONCATENATED MODULE: ./recipes/buttons/callbar_button/index.js
|
|
@@ -23990,6 +24039,107 @@ const contact_row_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(contac
|
|
|
23990
24039
|
/* harmony default export */ const contact_row = (contact_row_exports_);
|
|
23991
24040
|
;// CONCATENATED MODULE: ./recipes/leftbar/contact_row/index.js
|
|
23992
24041
|
|
|
24042
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/leftbar/unread_chip/unread_chip.vue?vue&type=template&id=46efd8e7
|
|
24043
|
+
|
|
24044
|
+
const unread_chipvue_type_template_id_46efd8e7_hoisted_1 = {
|
|
24045
|
+
"data-qa": "dt-leftbar-unread-chip__label"
|
|
24046
|
+
};
|
|
24047
|
+
function unread_chipvue_type_template_id_46efd8e7_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24048
|
+
const _component_dt_icon = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-icon");
|
|
24049
|
+
|
|
24050
|
+
const _component_dt_chip = (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.resolveComponent)("dt-chip");
|
|
24051
|
+
|
|
24052
|
+
return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createBlock)(_component_dt_chip, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.mergeProps)({
|
|
24053
|
+
class: ['dt-leftbar-unread-chip', `dt-leftbar-unread-chip__${$props.kind}`],
|
|
24054
|
+
"data-qa": "dt-leftbar-unread-chip",
|
|
24055
|
+
"hide-close": true
|
|
24056
|
+
}, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toHandlers)($options.unreadChipListeners)), {
|
|
24057
|
+
icon: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createVNode)(_component_dt_icon, {
|
|
24058
|
+
name: `arrow-${$props.direction}`,
|
|
24059
|
+
size: "300"
|
|
24060
|
+
}, null, 8, ["name"])]),
|
|
24061
|
+
default: (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.withCtx)(() => [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("span", unread_chipvue_type_template_id_46efd8e7_hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.renderSlot)(_ctx.$slots, "default")])]),
|
|
24062
|
+
_: 3
|
|
24063
|
+
}, 16, ["class"]);
|
|
24064
|
+
}
|
|
24065
|
+
;// CONCATENATED MODULE: ./recipes/leftbar/unread_chip/unread_chip.vue?vue&type=template&id=46efd8e7
|
|
24066
|
+
|
|
24067
|
+
;// CONCATENATED MODULE: ./recipes/leftbar/unread_chip/unread_chip_constants.js
|
|
24068
|
+
const UNREAD_BADGE_DIRECTIONS = ['up', 'down'];
|
|
24069
|
+
const UNREAD_BADGE_KINDS = ['mentions', 'messages'];
|
|
24070
|
+
/* harmony default export */ const unread_chip_constants = ({
|
|
24071
|
+
UNREAD_BADGE_DIRECTIONS,
|
|
24072
|
+
UNREAD_BADGE_KINDS
|
|
24073
|
+
});
|
|
24074
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/leftbar/unread_chip/unread_chip.vue?vue&type=script&lang=js
|
|
24075
|
+
|
|
24076
|
+
|
|
24077
|
+
|
|
24078
|
+
/* harmony default export */ const unread_chipvue_type_script_lang_js = ({
|
|
24079
|
+
name: 'DtRecipeUnreadChip',
|
|
24080
|
+
components: {
|
|
24081
|
+
DtIcon: icon,
|
|
24082
|
+
DtChip: chip
|
|
24083
|
+
},
|
|
24084
|
+
props: {
|
|
24085
|
+
/**
|
|
24086
|
+
* The kind of unread chip which determines the styling
|
|
24087
|
+
* @values 'mentions', 'messages'
|
|
24088
|
+
**/
|
|
24089
|
+
kind: {
|
|
24090
|
+
type: String,
|
|
24091
|
+
required: true,
|
|
24092
|
+
validator: kind => UNREAD_BADGE_KINDS.includes(kind)
|
|
24093
|
+
},
|
|
24094
|
+
|
|
24095
|
+
/**
|
|
24096
|
+
* The direction of the arrow icon
|
|
24097
|
+
* @values 'up', 'down'
|
|
24098
|
+
**/
|
|
24099
|
+
direction: {
|
|
24100
|
+
type: String,
|
|
24101
|
+
required: true,
|
|
24102
|
+
validator: dir => UNREAD_BADGE_DIRECTIONS.includes(dir)
|
|
24103
|
+
}
|
|
24104
|
+
},
|
|
24105
|
+
emits: [
|
|
24106
|
+
/**
|
|
24107
|
+
* Native click event
|
|
24108
|
+
*
|
|
24109
|
+
* @event click
|
|
24110
|
+
* @type {PointerEvent | KeyboardEvent}
|
|
24111
|
+
*/
|
|
24112
|
+
'click'],
|
|
24113
|
+
computed: {
|
|
24114
|
+
unreadChipListeners() {
|
|
24115
|
+
return {
|
|
24116
|
+
click: event => this.$emit('click', event)
|
|
24117
|
+
};
|
|
24118
|
+
}
|
|
24119
|
+
|
|
24120
|
+
}
|
|
24121
|
+
});
|
|
24122
|
+
;// CONCATENATED MODULE: ./recipes/leftbar/unread_chip/unread_chip.vue?vue&type=script&lang=js
|
|
24123
|
+
|
|
24124
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./recipes/leftbar/unread_chip/unread_chip.vue?vue&type=style&index=0&id=46efd8e7&lang=less
|
|
24125
|
+
// extracted by mini-css-extract-plugin
|
|
24126
|
+
|
|
24127
|
+
;// CONCATENATED MODULE: ./recipes/leftbar/unread_chip/unread_chip.vue?vue&type=style&index=0&id=46efd8e7&lang=less
|
|
24128
|
+
|
|
24129
|
+
;// CONCATENATED MODULE: ./recipes/leftbar/unread_chip/unread_chip.vue
|
|
24130
|
+
|
|
24131
|
+
|
|
24132
|
+
|
|
24133
|
+
|
|
24134
|
+
;
|
|
24135
|
+
|
|
24136
|
+
|
|
24137
|
+
const unread_chip_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(unread_chipvue_type_script_lang_js, [['render',unread_chipvue_type_template_id_46efd8e7_render]])
|
|
24138
|
+
|
|
24139
|
+
/* harmony default export */ const unread_chip = (unread_chip_exports_);
|
|
24140
|
+
;// CONCATENATED MODULE: ./recipes/leftbar/unread_chip/index.js
|
|
24141
|
+
|
|
24142
|
+
|
|
23993
24143
|
;// CONCATENATED MODULE: ./common/mixins/index.js
|
|
23994
24144
|
|
|
23995
24145
|
|
|
@@ -24048,6 +24198,7 @@ const contact_row_exports_ = /*#__PURE__*/(0,exportHelper/* default */.Z)(contac
|
|
|
24048
24198
|
|
|
24049
24199
|
|
|
24050
24200
|
|
|
24201
|
+
|
|
24051
24202
|
// Mixins
|
|
24052
24203
|
|
|
24053
24204
|
// Constants
|
package/dist/dialtone-vue.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.d-avatar--image-loaded{background-color:initial;background-image:unset}.dt-default-list-item,.dt-default-list-item--left,.dt-default-list-item--right{min-height:28px}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--size-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--bgc-moderate-opaque)}.dt-list-item--highlighted:active{background-color:var(--bgc-bold-opaque)}.dt-list-item:focus-visible{outline:none;box-shadow:var(--bs-focus-ring)}.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}50%{fill:var(--placeholder-to-color,var(--black-100));background:var(--placeholder-to-color,var(--black-100))}90%{fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--fs-200);line-height:var(--lh4);padding:var(--space-300) calc(var(--space-300)*3)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.tippy-box[data-popper-escaped] .d-popover__dialog,.tippy-box[data-popper-reference-hidden] .d-popover__dialog{visibility:hidden;pointer-events:none}.d-context-menu-list{width:calc(var(--size-300)*48)}.dt-list-item[role=menuitem]{border-radius:var(--size-300)}.dt-list-separator{border-top:var(--size-100) solid var(--bc-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.tippy-box[data-popper-escaped] .d-tooltip,.tippy-box[data-popper-reference-hidden] .d-tooltip{visibility:hidden;pointer-events:none}.root-layout__body{display:flex;flex-wrap:wrap;gap:0;box-shadow:none}.root-layout__body--invert{flex-direction:row-reverse}.root-layout__sidebar{flex-grow:1;box-shadow:none}.root-layout__content{flex-basis:0;flex-grow:999;box-shadow:none}.root-layout__header--sticky{position:sticky;top:0}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--lh-300)}.dt-recipe-callbar-button--circle{border-radius:var(--br-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--circle.d-btn--icon-only .d-btn__label{display:none}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:calc(var(--space-300)*3*-1);width:var(--size-500);height:var(--size-500);padding:var(--space-400);border-radius:var(--size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--bgc-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--bgc-contrast);color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header button{color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc:var(--bgc-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.d-top-banner-info__left{margin:var(--space-300) 0 var(--space-300) var(--space-400);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--size-300);margin:var(--space-300) var(--space-500) var(--space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base1);display:flex;justify-content:center;align-items:center;border-color:var(--purple-600);background-color:var(--purple-600)}.dt-leftbar-row{--leftbar-row-color-foreground:var(--theme-sidebar-color);--leftbar-row-color-background:var(--theme-sidebar-row-color-background);--leftbar-row-radius:100em;--leftbar-row-opacity:100%;--leftbar-row-alpha-color-foreground:var(--theme-sidebar-icon-color);--leftbar-row-alpha-width:calc(var(--size-300)*10);--leftbar-row-alpha-height:calc(var(--size-300)*9);--leftbar-row-omega-min-width:0;--leftbar-row-omega-height:var(--leftbar-row-alpha-height);--leftbar-row-omega-visibility:visible;--leftbar-row-description-font-weight:var(--fw-normal);--leftbar-row-description-font-size:var(--fs-200);--leftbar-row-description-line-height:var(--lh-200);--leftbar-row-status-color-foreground:var(--theme-sidebar-status-color);--leftbar-row-status-font-size:var(--fs-100);--leftbar-row-status-line-height:var(--lh-100);--leftbar-row-action-position-right:var(--size-400);--leftbar-row-action-position-bottom:50%;--leftbar-row-action-width:calc(var(--size-300)*6);--leftbar-row-action-height:var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity)}.dt-leftbar-row:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-min-width:var(--leftbar-row-alpha-width)}.dt-leftbar-row:hover .d-presence{--presence-color-border-base:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row:hover .d-avatar__count{--avatar-count-color-shadow:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread{--leftbar-row-description-font-weight:var(--fw-bold);--leftbar-row-alpha-color-foreground:var(--leftbar-row-color-foreground)}.dt-leftbar-row--has-unread:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-visibility:hidden}.dt-leftbar-row--muted{--leftbar-row-opacity:50%}.dt-leftbar-row--selected{--leftbar-row-color-background:var(--theme-sidebar-selected-row-color-background);--leftbar-row-color-foreground:var(--theme-sidebar-selected-row-color)}.dt-leftbar-row--selected .d-avatar__count{--avatar-count-color-shadow:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--action-focused{--leftbar-row-omega-visibility:hidden;--leftbar-row-omega-min-width:var(--leftbar-row-alpha-width)}.dt-leftbar-row__is-typing{--is-typing-size-shape:calc(var(--size-300)*6);height:var(--is-typing-size-shape);width:var(--is-typing-size-shape);position:absolute;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:var(--br-pill);opacity:.75}.dt-leftbar-row__is-typing span{transition:all .5s ease;background:var(--bgc-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--br-pill);animation:wave var(--td150) ease infinite}.dt-leftbar-row__is-typing span:first-child{animation-delay:0}.dt-leftbar-row__is-typing span:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary{display:flex;align-items:center;flex:1;width:100%;text-align:left;color:var(--leftbar-row-color-foreground);text-decoration:none;background-color:var(--leftbar-row-color-background);border-radius:var(--leftbar-row-radius);transition-duration:var(--td200);transition-property:background-color,border,box-shadow;transition-timing-function:var(--ttf-out-quint);-webkit-appearance:none;appearance:none;font-size:inhert;line-height:inherit;margin:0;border:0;padding:0;cursor:pointer}.dt-leftbar-row__primary:hover{--leftbar-row-color-background:var(--theme-sidebar-row-color-background-hover)}.dt-leftbar-row__primary:active{--leftbar-row-color-background:var(--theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary:focus-visible{box-shadow:var(--bs-focus-ring-inset)}.dt-leftbar-row__action{position:absolute;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom)*-1))}.dt-leftbar-row__action-button{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row:hover .dt-leftbar-row__action-button,.dt-leftbar-row__action-button:focus-visible{opacity:1}.dt-leftbar-row__alpha{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--space-400);padding-right:var(--space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height)}.dt-leftbar-row__label{flex:1;min-width:0}.dt-leftbar-row__omega{display:flex;gap:var(--space-300);justify-content:end;align-items:center;box-sizing:border-box;min-width:var(--leftbar-row-omega-min-width);height:var(--leftbar-row-omega-height);padding-left:var(--space-400);padding-right:var(--space-400);visibility:var(--leftbar-row-omega-visibility)}.dt-leftbar-row__active-voice{color:var(--fc-success);-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd{padding-top:var(--space-200);padding-right:var(--space-300);color:var(--fc-tertiary);font-size:var(--fs-100);line-height:var(--lh-400);font-weight:var(--fw-medium)}.dt-leftbar-row__description{font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height)}.dt-leftbar-row__description,.dt-leftbar-row__status{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__status{color:var(--leftbar-row-status-color-foreground);font-size:var(--leftbar-row-status-font-size);line-height:var(--leftbar-row-status-line-height);padding-bottom:var(--space-100)}.dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--theme-sidebar-status-color)}.dt-leftbar-row__icon-cc{border-radius:var(--size-200);width:calc(var(--size-300)*3.5);height:calc(var(--size-300)*3.5)}.opacity-pulsate{-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave{0%,50%,to{transform:translate(0)}10%{transform:translateY(-5px);opacity:90%}}
|
|
1
|
+
.d-avatar--image-loaded{background-color:initial;background-image:unset}.dt-default-list-item,.dt-default-list-item--left,.dt-default-list-item--right{min-height:28px}.dt-list-item:not(.dt-list-item--static){cursor:pointer;border-radius:var(--size-300)}.dt-list-item--focusable:focus,.dt-list-item--focusable:focus-within,.dt-list-item--highlighted{background-color:var(--bgc-moderate-opaque)}.dt-list-item--highlighted:active{background-color:var(--bgc-bold-opaque)}.dt-list-item:focus-visible{outline:none;box-shadow:var(--bs-focus-ring)}.skeleton-placeholder{display:flex;stroke:none;fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}.skeleton-placeholder--animate{animation-name:placeholder-throb;animation-iteration-count:infinite}@keyframes placeholder-throb{10%{fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}50%{fill:var(--placeholder-to-color,var(--black-100));background:var(--placeholder-to-color,var(--black-100))}90%{fill:var(--placeholder-from-color,var(--black-300));background:var(--placeholder-from-color,var(--black-300))}}.dt-empty-list-item{display:flex;align-items:center;justify-content:center;font-size:var(--fs-200);line-height:var(--lh4);padding:var(--space-300) calc(var(--space-300)*3)}.enter-active,.leave-active{overflow:hidden;transition:height var(--td300) var(--ttf-quint)}.tippy-box[data-popper-escaped] .d-popover__dialog,.tippy-box[data-popper-reference-hidden] .d-popover__dialog{visibility:hidden;pointer-events:none}.d-context-menu-list{width:calc(var(--size-300)*48)}.dt-list-item[role=menuitem]{border-radius:var(--size-300)}.dt-list-separator{border-top:var(--size-100) solid var(--bc-default);list-style:none}.dt-list-section[tabindex="-1"]:focus{outline:none}.tippy-box[data-popper-escaped] .d-tooltip,.tippy-box[data-popper-reference-hidden] .d-tooltip{visibility:hidden;pointer-events:none}.root-layout__body{display:flex;flex-wrap:wrap;gap:0;box-shadow:none}.root-layout__body--invert{flex-direction:row-reverse}.root-layout__sidebar{flex-grow:1;box-shadow:none}.root-layout__content{flex-basis:0;flex-grow:999;box-shadow:none}.root-layout__header--sticky{position:sticky;top:0}.vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.dt-recipe-callbar-button:not(.dt-recipe-callbar-button--circle){line-height:var(--lh-300)}.dt-recipe-callbar-button--circle{border-radius:var(--br-circle)}.dt-recipe-callbar-button.d-btn[disabled]{background-color:unset;opacity:.5}.dt-recipe-callbar-button--circle.d-btn[disabled]{border-color:unset}.dt-recipe-callbar-button--circle.d-btn--icon-only .d-btn__label{display:none}.dt-recipe-callbar-button--active .base-button__icon,.dt-recipe-callbar-button--active:hover .base-button__icon{color:var(--primary-color)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle{margin-top:calc(var(--space-300)*3*-1);width:var(--size-500);height:var(--size-500);padding:var(--space-400);border-radius:var(--size-300)}.dt-recipe--callbar-button-with-popover--arrow.d-btn--circle.d-btn--active{background:var(--bgc-moderate-opaque)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header{background:var(--bgc-contrast);color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--popover .d-popover__header button{color:var(--fc-primary-inverted)}.dt-recipe--callbar-button-with-popover--button .d-tab--selected:after,.dt-recipe--callbar-button-with-popover--button .d-tab--selected:hover:after{--tab--bgc:var(--bgc-contrast)}.dt-recipe--callbar-button-with-popover--button .tab-group{display:flex;flex-direction:column;height:100%}.dt-recipe--callbar-button-with-popover--button .tab-content{flex:1 1 100%;overflow-y:auto}.d-top-banner-info__left{margin:var(--space-300) 0 var(--space-300) var(--space-400);min-width:20%}.d-top-banner-info__middle{display:flex;align-items:center;gap:var(--size-300)}.d-top-banner-info__right{display:flex;align-items:baseline;justify-content:flex-end;gap:var(--size-300);margin:var(--space-300) var(--space-500) var(--space-300) 0;min-width:20%}.ivr_node__width{width:280px}.ivr_node__goto_icon{transform:rotate(90deg)}.ivr-connector{z-index:var(--zi-base1);display:flex;justify-content:center;align-items:center;border-color:var(--purple-600);background-color:var(--purple-600)}.dt-leftbar-row{--leftbar-row-color-foreground:var(--theme-sidebar-color);--leftbar-row-color-background:var(--theme-sidebar-row-color-background);--leftbar-row-radius:100em;--leftbar-row-opacity:100%;--leftbar-row-alpha-color-foreground:var(--theme-sidebar-icon-color);--leftbar-row-alpha-width:calc(var(--size-300)*10);--leftbar-row-alpha-height:calc(var(--size-300)*9);--leftbar-row-omega-min-width:0;--leftbar-row-omega-height:var(--leftbar-row-alpha-height);--leftbar-row-omega-visibility:visible;--leftbar-row-description-font-weight:var(--fw-normal);--leftbar-row-description-font-size:var(--fs-200);--leftbar-row-description-line-height:var(--lh-200);--leftbar-row-status-color-foreground:var(--theme-sidebar-status-color);--leftbar-row-status-font-size:var(--fs-100);--leftbar-row-status-line-height:var(--lh-100);--leftbar-row-action-position-right:var(--size-400);--leftbar-row-action-position-bottom:50%;--leftbar-row-action-width:calc(var(--size-300)*6);--leftbar-row-action-height:var(--leftbar-row-action-width);position:relative;opacity:var(--leftbar-row-opacity)}.dt-leftbar-row:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-min-width:var(--leftbar-row-alpha-width)}.dt-leftbar-row:hover .d-presence{--presence-color-border-base:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row:hover .d-avatar__count{--avatar-count-color-shadow:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--has-unread{--leftbar-row-description-font-weight:var(--fw-bold);--leftbar-row-alpha-color-foreground:var(--leftbar-row-color-foreground)}.dt-leftbar-row--has-unread:not(.dt-leftbar-row--no-action):hover{--leftbar-row-omega-visibility:hidden}.dt-leftbar-row--muted{--leftbar-row-opacity:50%}.dt-leftbar-row--selected{--leftbar-row-color-background:var(--theme-sidebar-selected-row-color-background);--leftbar-row-color-foreground:var(--theme-sidebar-selected-row-color)}.dt-leftbar-row--selected .d-avatar__count{--avatar-count-color-shadow:var(--theme-sidebar-selected-row-color-background)}.dt-leftbar-row--action-focused{--leftbar-row-omega-visibility:hidden;--leftbar-row-omega-min-width:var(--leftbar-row-alpha-width)}.dt-leftbar-row__is-typing{--is-typing-size-shape:calc(var(--size-300)*6);height:var(--is-typing-size-shape);width:var(--is-typing-size-shape);position:absolute;display:flex;align-items:center;justify-content:center;gap:2px;border-radius:var(--br-pill);opacity:.75}.dt-leftbar-row__is-typing span{transition:all .5s ease;background:var(--bgc-strong);height:4px;width:4px;display:inline-block;padding:0;opacity:.3;border-radius:var(--br-pill);animation:wave var(--td150) ease infinite}.dt-leftbar-row__is-typing span:first-child{animation-delay:0}.dt-leftbar-row__is-typing span:nth-child(2){animation-delay:var(--td100)}.dt-leftbar-row__is-typing span:nth-child(3){animation-delay:var(--td200)}.dt-leftbar-row__primary{display:flex;align-items:center;flex:1;width:100%;text-align:left;color:var(--leftbar-row-color-foreground);text-decoration:none;background-color:var(--leftbar-row-color-background);border-radius:var(--leftbar-row-radius);transition-duration:var(--td200);transition-property:background-color,border,box-shadow;transition-timing-function:var(--ttf-out-quint);-webkit-appearance:none;appearance:none;font-size:inhert;line-height:inherit;margin:0;border:0;padding:0;cursor:pointer}.dt-leftbar-row__primary:hover{--leftbar-row-color-background:var(--theme-sidebar-row-color-background-hover)}.dt-leftbar-row__primary:active{--leftbar-row-color-background:var(--theme-sidebar-row-color-background-active)}.dt-leftbar-row__primary:focus-visible{box-shadow:var(--bs-focus-ring-inset)}.dt-leftbar-row__action{position:absolute;right:var(--leftbar-row-action-position-right);top:var(--leftbar-row-action-position-bottom);transform:translateY(calc(var(--leftbar-row-action-position-bottom)*-1))}.dt-leftbar-row__action-button{opacity:0;width:var(--leftbar-row-action-width);height:var(--leftbar-row-action-height)}.dt-leftbar-row:hover .dt-leftbar-row__action-button,.dt-leftbar-row__action-button:focus-visible{opacity:1}.dt-leftbar-row__alpha{color:var(--leftbar-row-alpha-color-foreground);display:flex;box-sizing:border-box;justify-content:center;align-items:center;padding-left:var(--space-400);padding-right:var(--space-400);width:var(--leftbar-row-alpha-width);height:var(--leftbar-row-alpha-height)}.dt-leftbar-row__label{flex:1;min-width:0}.dt-leftbar-row__omega{display:flex;gap:var(--space-300);justify-content:end;align-items:center;box-sizing:border-box;min-width:var(--leftbar-row-omega-min-width);height:var(--leftbar-row-omega-height);padding-left:var(--space-400);padding-right:var(--space-400);visibility:var(--leftbar-row-omega-visibility)}.dt-leftbar-row__active-voice{color:var(--fc-success);-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}.dt-leftbar-row__dnd{padding-top:var(--space-200);padding-right:var(--space-300);color:var(--fc-tertiary);font-size:var(--fs-100);line-height:var(--lh-400);font-weight:var(--fw-medium)}.dt-leftbar-row__description{font-weight:var(--leftbar-row-description-font-weight);font-size:var(--leftbar-row-description-font-size);line-height:var(--leftbar-row-description-line-height)}.dt-leftbar-row__description,.dt-leftbar-row__status{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dt-leftbar-row__status{color:var(--leftbar-row-status-color-foreground);font-size:var(--leftbar-row-status-font-size);line-height:var(--leftbar-row-status-line-height);padding-bottom:var(--space-100)}.dt-leftbar-row__meta-context~.dt-leftbar-row__meta-custom:not(:empty):before{content:" • ";color:var(--theme-sidebar-status-color)}.dt-leftbar-row__icon-cc{border-radius:var(--size-200);width:calc(var(--size-300)*3.5);height:calc(var(--size-300)*3.5)}.opacity-pulsate{-webkit-animation-name:opacity-pulsate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-fill-mode:both;-moz-animation-name:opacity-pulsate;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-fill-mode:both;animation-name:opacity-pulsate;animation-duration:1s;animation-iteration-count:infinite;animation-fill-mode:both}@keyframes opacity-pulsate{0%,to{opacity:.2}50%{opacity:1}}@keyframes wave{0%,50%,to{transform:translate(0)}10%{transform:translateY(-5px);opacity:90%}}.dt-leftbar-unread-chip__mentions .d-chip__label{font-weight:var(--fw-medium);background-color:var(--theme-mention-color-background);color:var(--theme-mention-color-foreground)}.dt-leftbar-unread-chip__messages .d-chip__label{background-color:var(--bgc-white)}.dt-leftbar-unread-chip .d-chip__label{padding:var(--space-300) var(--space-500) var(--space-300) var(--space-400);box-shadow:var(--bs-md)}
|