@dialpad/dialtone-vue 2.130.4 → 2.132.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/dist/chunks/{dropdown-IaLNHmVd.js → dropdown-2D4i6Qkg.js} +2 -2
- package/dist/chunks/{dropdown-IaLNHmVd.js.map → dropdown-2D4i6Qkg.js.map} +1 -1
- package/dist/chunks/{dropdown-DTtcQEFC.js → dropdown-8L_PePwv.js} +2 -2
- package/dist/chunks/{dropdown-DTtcQEFC.js.map → dropdown-8L_PePwv.js.map} +1 -1
- package/dist/chunks/{popover_constants-Qkpb0yh2.js → popover_constants-kQaX7G4a.js} +10 -13
- package/dist/chunks/popover_constants-kQaX7G4a.js.map +1 -0
- package/dist/chunks/{popover_constants-JwBF9h1Z.js → popover_constants-qUYTzsS3.js} +10 -13
- package/dist/chunks/popover_constants-qUYTzsS3.js.map +1 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +6 -2
- package/dist/dialtone-vue.cjs.map +1 -1
- package/dist/dialtone-vue.js +6 -2
- package/dist/dialtone-vue.js.map +1 -1
- package/dist/lib/callbar-button-with-popover.cjs +2 -2
- package/dist/lib/callbar-button-with-popover.js +2 -2
- package/dist/lib/callbar-button.cjs +1 -2
- package/dist/lib/callbar-button.cjs.map +1 -1
- package/dist/lib/callbar-button.js +1 -2
- package/dist/lib/callbar-button.js.map +1 -1
- package/dist/lib/combobox-multi-select.cjs +1 -1
- package/dist/lib/combobox-multi-select.js +1 -1
- package/dist/lib/combobox-with-popover.cjs +1 -1
- package/dist/lib/combobox-with-popover.js +1 -1
- package/dist/lib/contact-centers-row.cjs +160 -0
- package/dist/lib/contact-centers-row.cjs.map +1 -0
- package/dist/lib/contact-centers-row.js +160 -0
- package/dist/lib/contact-centers-row.js.map +1 -0
- package/dist/lib/contact-row.cjs +1 -2
- package/dist/lib/contact-row.cjs.map +1 -1
- package/dist/lib/contact-row.js +1 -2
- package/dist/lib/contact-row.js.map +1 -1
- package/dist/lib/datepicker.cjs +1 -2
- package/dist/lib/datepicker.cjs.map +1 -1
- package/dist/lib/datepicker.js +1 -2
- package/dist/lib/datepicker.js.map +1 -1
- package/dist/lib/dropdown.cjs +2 -2
- package/dist/lib/dropdown.js +2 -2
- package/dist/lib/editor.cjs +1 -1
- package/dist/lib/editor.js +1 -1
- package/dist/lib/emoji-picker.cjs +1 -2
- package/dist/lib/emoji-picker.cjs.map +1 -1
- package/dist/lib/emoji-picker.js +1 -2
- package/dist/lib/emoji-picker.js.map +1 -1
- package/dist/lib/emoji-row.cjs +1 -2
- package/dist/lib/emoji-row.cjs.map +1 -1
- package/dist/lib/emoji-row.js +1 -2
- package/dist/lib/emoji-row.js.map +1 -1
- package/dist/lib/general-row.cjs +32 -8
- package/dist/lib/general-row.cjs.map +1 -1
- package/dist/lib/general-row.js +32 -8
- package/dist/lib/general-row.js.map +1 -1
- package/dist/lib/group-row.cjs +1 -2
- package/dist/lib/group-row.cjs.map +1 -1
- package/dist/lib/group-row.js +1 -2
- package/dist/lib/group-row.js.map +1 -1
- package/dist/lib/hovercard.cjs +1 -1
- package/dist/lib/hovercard.js +1 -1
- package/dist/lib/ivr-node.cjs +2 -2
- package/dist/lib/ivr-node.js +2 -2
- package/dist/lib/message-input.cjs +2 -2
- package/dist/lib/message-input.js +2 -2
- package/dist/lib/popover.cjs +2 -2
- package/dist/lib/popover.cjs.map +1 -1
- package/dist/lib/popover.js +3 -3
- package/dist/lib/popover.js.map +1 -1
- package/dist/lib/tooltip-directive.cjs +1 -2
- package/dist/lib/tooltip-directive.cjs.map +1 -1
- package/dist/lib/tooltip-directive.js +1 -2
- package/dist/lib/tooltip-directive.js.map +1 -1
- package/dist/lib/tooltip.cjs +36 -31
- package/dist/lib/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip.js +37 -32
- package/dist/lib/tooltip.js.map +1 -1
- package/dist/style.css +393 -51
- package/dist/types/components/popover/tippy_utils.d.ts +1 -6
- package/dist/types/components/popover/tippy_utils.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +40 -36
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +90 -0
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_centers_row/index.d.ts +2 -0
- package/dist/types/recipes/leftbar/contact_centers_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -1
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +20 -1
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -1
- package/package.json +3 -3
- package/dist/chunks/popover_constants-JwBF9h1Z.js.map +0 -1
- package/dist/chunks/popover_constants-Qkpb0yh2.js.map +0 -1
- package/dist/types/components/tooltip/modifiers.d.ts +0 -8
- package/dist/types/components/tooltip/modifiers.d.ts.map +0 -1
package/dist/style.css
CHANGED
|
@@ -10,9 +10,15 @@
|
|
|
10
10
|
.d-dropdown-list > .dt-list-item {
|
|
11
11
|
margin-top: var(--dt-space-200);
|
|
12
12
|
}
|
|
13
|
-
.tippy-box[data-
|
|
13
|
+
.tippy-box[data-placement^=top]>.tippy-svg-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg{top:16px;transform:rotate(180deg)}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-placement^=left]>.tippy-svg-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg{transform:rotate(90deg);top:calc(50% - 3px);left:11px}.tippy-box[data-placement^=right]>.tippy-svg-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg{transform:rotate(-90deg);top:calc(50% - 3px);right:11px}.tippy-svg-arrow{width:16px;height:16px;fill:#333;text-align:initial}.tippy-svg-arrow,.tippy-svg-arrow>svg{position:absolute}.tippy-box[data-reference-hidden] {
|
|
14
14
|
visibility: hidden;
|
|
15
15
|
pointer-events: none;
|
|
16
|
+
}.tippy-box > .tippy-svg-arrow {
|
|
17
|
+
fill: var(--dt-color-surface-contrast);
|
|
18
|
+
}.tippy-box[data-theme~='inverted'] > .tippy-svg-arrow {
|
|
19
|
+
fill: var(--dt-color-surface-moderate);
|
|
20
|
+
}.tippy-box[data-animation='fade'][data-state='hidden'] {
|
|
21
|
+
opacity: 0;
|
|
16
22
|
}
|
|
17
23
|
.skeleton-placeholder {
|
|
18
24
|
display: flex;
|
|
@@ -263,7 +269,7 @@
|
|
|
263
269
|
background-color: var(--dt-color-surface-contrast);
|
|
264
270
|
color: var(--dt-color-foreground-secondary-inverted);
|
|
265
271
|
}
|
|
266
|
-
.dt-leftbar-row[data-v-
|
|
272
|
+
.dt-leftbar-row[data-v-85a76326] {
|
|
267
273
|
--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
268
274
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
|
|
269
275
|
--leftbar-row-radius: var(--dt-size-radius-pill);
|
|
@@ -294,52 +300,65 @@
|
|
|
294
300
|
transition-timing-function: var(--ttf-out-quint);
|
|
295
301
|
cursor: pointer;
|
|
296
302
|
}
|
|
297
|
-
.dt-leftbar-row[data-v-
|
|
298
|
-
.dt-leftbar-row[data-v-
|
|
303
|
+
.dt-leftbar-row[data-v-85a76326]:not(.dt-leftbar-row--no-action):hover,
|
|
304
|
+
.dt-leftbar-row[data-v-85a76326]:not(.dt-leftbar-row--no-action):focus-within {
|
|
299
305
|
--leftbar-row-unread-badge-display: none;
|
|
300
306
|
}
|
|
301
|
-
.dt-leftbar-row[data-v-
|
|
302
|
-
.dt-leftbar-row[data-v-
|
|
307
|
+
.dt-leftbar-row[data-v-85a76326]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,
|
|
308
|
+
.dt-leftbar-row[data-v-85a76326]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action {
|
|
303
309
|
display: inline-flex;
|
|
304
310
|
}
|
|
305
|
-
.dt-leftbar-row[data-v-
|
|
306
|
-
.dt-leftbar-row[data-v-
|
|
311
|
+
.dt-leftbar-row[data-v-85a76326]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,
|
|
312
|
+
.dt-leftbar-row[data-v-85a76326]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button {
|
|
307
313
|
opacity: 1;
|
|
308
314
|
}
|
|
309
|
-
.dt-leftbar-row[data-v-
|
|
310
|
-
.dt-leftbar-row[data-v-
|
|
315
|
+
.dt-leftbar-row[data-v-85a76326]:hover,
|
|
316
|
+
.dt-leftbar-row[data-v-85a76326]:focus-within {
|
|
311
317
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
|
|
312
318
|
}
|
|
313
|
-
.dt-leftbar-row[data-v-
|
|
314
|
-
.dt-leftbar-row[data-v-
|
|
319
|
+
.dt-leftbar-row[data-v-85a76326]:hover .d-presence,
|
|
320
|
+
.dt-leftbar-row[data-v-85a76326]:focus-within .d-presence {
|
|
315
321
|
--presence-color-border-base: var(--dt-color-black-200);
|
|
316
322
|
}
|
|
317
|
-
.dt-leftbar-row[data-v-
|
|
318
|
-
.dt-leftbar-row[data-v-
|
|
323
|
+
.dt-leftbar-row[data-v-85a76326]:hover .d-avatar__count,
|
|
324
|
+
.dt-leftbar-row[data-v-85a76326]:focus-within .d-avatar__count {
|
|
319
325
|
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
320
326
|
}
|
|
321
|
-
.dt-leftbar-row--has-unread[data-v-
|
|
327
|
+
.dt-leftbar-row--has-unread[data-v-85a76326] {
|
|
322
328
|
--leftbar-row-description-font-weight: var(--dt-font-weight-bold);
|
|
323
329
|
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
324
330
|
--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
325
331
|
}
|
|
326
|
-
.dt-leftbar-row--unread-count[data-v-
|
|
332
|
+
.dt-leftbar-row--unread-count[data-v-85a76326] .dt-leftbar-row__action {
|
|
327
333
|
display: none;
|
|
328
334
|
}
|
|
329
|
-
.dt-leftbar-
|
|
335
|
+
.dt-leftbar-row__unread-count-badge[data-v-85a76326] {
|
|
336
|
+
border-top-right-radius: var(--dt-size-radius-0);
|
|
337
|
+
border-bottom-right-radius: var(--dt-size-radius-0);
|
|
338
|
+
}
|
|
339
|
+
.dt-leftbar-row__unread-mention-count-badge[data-v-85a76326] {
|
|
340
|
+
border-top-left-radius: var(--dt-size-radius-0);
|
|
341
|
+
border-bottom-left-radius: var(--dt-size-radius-0);
|
|
342
|
+
background-color: var(--dt-color-purple-500);
|
|
343
|
+
}
|
|
344
|
+
.dt-leftbar-row__unread-mention-count-only-badge[data-v-85a76326] {
|
|
345
|
+
background-color: var(--dt-color-purple-500);
|
|
346
|
+
color: var(--dt-color-foreground-primary-inverted);
|
|
347
|
+
}
|
|
348
|
+
.dt-leftbar-row--muted[data-v-85a76326] {
|
|
330
349
|
--leftbar-row-opacity: 60%;
|
|
331
350
|
}
|
|
332
|
-
.dt-leftbar-row--selected[data-v-
|
|
351
|
+
.dt-leftbar-row--selected[data-v-85a76326] {
|
|
333
352
|
--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
|
|
334
353
|
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
|
|
335
354
|
}
|
|
336
|
-
.dt-leftbar-row--selected[data-v-
|
|
355
|
+
.dt-leftbar-row--selected[data-v-85a76326] .d-presence {
|
|
337
356
|
--presence-color-border-base: var(--dt-color-black-200);
|
|
338
357
|
}
|
|
339
|
-
.dt-leftbar-row--selected[data-v-
|
|
358
|
+
.dt-leftbar-row--selected[data-v-85a76326] .d-avatar__count {
|
|
340
359
|
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
341
360
|
}
|
|
342
|
-
.dt-leftbar-row__is-typing[data-v-
|
|
361
|
+
.dt-leftbar-row__is-typing[data-v-85a76326] {
|
|
343
362
|
--is-typing-size-shape: var(--dt-size-550);
|
|
344
363
|
height: var(--is-typing-size-shape);
|
|
345
364
|
width: var(--is-typing-size-shape);
|
|
@@ -351,7 +370,7 @@
|
|
|
351
370
|
border-radius: var(--dt-size-radius-pill);
|
|
352
371
|
opacity: 0.75;
|
|
353
372
|
}
|
|
354
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
373
|
+
.dt-leftbar-row__is-typing span[data-v-85a76326] {
|
|
355
374
|
transition: all 500ms ease;
|
|
356
375
|
background: var(--dt-color-surface-strong);
|
|
357
376
|
height: 4px;
|
|
@@ -360,18 +379,18 @@
|
|
|
360
379
|
padding: 0;
|
|
361
380
|
opacity: 0.3;
|
|
362
381
|
border-radius: var(--dt-size-radius-pill);
|
|
363
|
-
animation: wave-
|
|
382
|
+
animation: wave-85a76326 1.5s ease infinite;
|
|
364
383
|
}
|
|
365
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
384
|
+
.dt-leftbar-row__is-typing span[data-v-85a76326]:nth-child(1) {
|
|
366
385
|
animation-delay: 0ms;
|
|
367
386
|
}
|
|
368
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
387
|
+
.dt-leftbar-row__is-typing span[data-v-85a76326]:nth-child(2) {
|
|
369
388
|
animation-delay: var(--td100);
|
|
370
389
|
}
|
|
371
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
390
|
+
.dt-leftbar-row__is-typing span[data-v-85a76326]:nth-child(3) {
|
|
372
391
|
animation-delay: var(--td200);
|
|
373
392
|
}
|
|
374
|
-
.dt-leftbar-row__primary[data-v-
|
|
393
|
+
.dt-leftbar-row__primary[data-v-85a76326] {
|
|
375
394
|
display: flex;
|
|
376
395
|
align-items: center;
|
|
377
396
|
flex: 1;
|
|
@@ -388,18 +407,18 @@
|
|
|
388
407
|
padding: 0;
|
|
389
408
|
border-radius: var(--leftbar-row-radius);
|
|
390
409
|
}
|
|
391
|
-
.dt-leftbar-row__primary[data-v-
|
|
410
|
+
.dt-leftbar-row__primary[data-v-85a76326]:active {
|
|
392
411
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
|
|
393
412
|
}
|
|
394
|
-
.dt-leftbar-row__primary[data-v-
|
|
413
|
+
.dt-leftbar-row__primary[data-v-85a76326]:focus-visible {
|
|
395
414
|
box-shadow: var(--dt-shadow-focus-inset);
|
|
396
415
|
}
|
|
397
|
-
.dt-leftbar-row__action-button[data-v-
|
|
416
|
+
.dt-leftbar-row__action-button[data-v-85a76326] {
|
|
398
417
|
opacity: 0;
|
|
399
418
|
width: var(--leftbar-row-action-width);
|
|
400
419
|
height: var(--leftbar-row-action-height);
|
|
401
420
|
}
|
|
402
|
-
.dt-leftbar-row__alpha[data-v-
|
|
421
|
+
.dt-leftbar-row__alpha[data-v-85a76326] {
|
|
403
422
|
color: var(--leftbar-row-alpha-color-foreground);
|
|
404
423
|
display: flex;
|
|
405
424
|
box-sizing: border-box;
|
|
@@ -411,11 +430,11 @@
|
|
|
411
430
|
height: var(--leftbar-row-alpha-height);
|
|
412
431
|
border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
|
|
413
432
|
}
|
|
414
|
-
.dt-leftbar-row__label[data-v-
|
|
433
|
+
.dt-leftbar-row__label[data-v-85a76326] {
|
|
415
434
|
flex: 0 1;
|
|
416
435
|
min-width: 0;
|
|
417
436
|
}
|
|
418
|
-
.dt-leftbar-row__omega[data-v-
|
|
437
|
+
.dt-leftbar-row__omega[data-v-85a76326] {
|
|
419
438
|
position: absolute;
|
|
420
439
|
display: flex;
|
|
421
440
|
right: var(--leftbar-row-action-position-right);
|
|
@@ -427,26 +446,26 @@
|
|
|
427
446
|
box-sizing: border-box;
|
|
428
447
|
border-radius: var(--leftbar-row-radius);
|
|
429
448
|
}
|
|
430
|
-
.dt-leftbar-row__unread-badge[data-v-
|
|
449
|
+
.dt-leftbar-row__unread-badge[data-v-85a76326] {
|
|
431
450
|
display: var(--leftbar-row-unread-badge-display);
|
|
432
451
|
}
|
|
433
|
-
.dt-leftbar-row__active-voice[data-v-
|
|
452
|
+
.dt-leftbar-row__active-voice[data-v-85a76326] {
|
|
434
453
|
color: var(--dt-color-purple-400);
|
|
435
454
|
display: inline-flex;
|
|
436
|
-
-webkit-animation-name: opacity-pulsate-
|
|
455
|
+
-webkit-animation-name: opacity-pulsate-85a76326;
|
|
437
456
|
-webkit-animation-duration: 1s;
|
|
438
457
|
-webkit-animation-iteration-count: infinite;
|
|
439
458
|
-webkit-animation-fill-mode: both;
|
|
440
|
-
-moz-animation-name: opacity-pulsate-
|
|
459
|
+
-moz-animation-name: opacity-pulsate-85a76326;
|
|
441
460
|
-moz-animation-duration: 1s;
|
|
442
461
|
-moz-animation-iteration-count: infinite;
|
|
443
462
|
-moz-animation-fill-mode: both;
|
|
444
|
-
animation-name: opacity-pulsate-
|
|
463
|
+
animation-name: opacity-pulsate-85a76326;
|
|
445
464
|
animation-duration: 1s;
|
|
446
465
|
animation-iteration-count: infinite;
|
|
447
466
|
animation-fill-mode: both;
|
|
448
467
|
}
|
|
449
|
-
.dt-leftbar-row__dnd[data-v-
|
|
468
|
+
.dt-leftbar-row__dnd[data-v-85a76326] {
|
|
450
469
|
padding-top: var(--dt-space-200);
|
|
451
470
|
padding-right: var(--dt-space-300);
|
|
452
471
|
color: var(--dt-color-foreground-tertiary);
|
|
@@ -454,7 +473,330 @@
|
|
|
454
473
|
line-height: var(--dt-font-line-height-400);
|
|
455
474
|
font-weight: var(--dt-font-weight-medium);
|
|
456
475
|
}
|
|
457
|
-
.dt-leftbar-
|
|
476
|
+
.dt-leftbar-row__container--off-duty[data-v-85a76326] {
|
|
477
|
+
border-radius: var(--dt-size-radius-500);
|
|
478
|
+
background-color: var(--dt-badge-color-background-critical);
|
|
479
|
+
border: var(--dt-size-100) solid var(--dt-color-border-subtle);
|
|
480
|
+
}
|
|
481
|
+
.dt-leftbar-row__container--off-duty[data-v-85a76326] .dt-leftbar-row__primary {
|
|
482
|
+
margin: calc(var(--dt-size-100) * -1);
|
|
483
|
+
}
|
|
484
|
+
.dt-leftbar-row--contact-centers[data-v-85a76326] .dt-leftbar-row__alpha {
|
|
485
|
+
padding-right: var(--dt-space-450);
|
|
486
|
+
padding-left: var(--dt-space-450);
|
|
487
|
+
}
|
|
488
|
+
.dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-85a76326] {
|
|
489
|
+
display: inline-flex;
|
|
490
|
+
align-items: center;
|
|
491
|
+
justify-content: flex-end;
|
|
492
|
+
min-width: var(--dt-size-600);
|
|
493
|
+
height: var(--dt-size-500);
|
|
494
|
+
}
|
|
495
|
+
.dt-leftbar-row[data-v-85a76326] .dt-leftbar-row__description {
|
|
496
|
+
display: block;
|
|
497
|
+
font-weight: var(--leftbar-row-description-font-weight);
|
|
498
|
+
font-size: var(--leftbar-row-description-font-size);
|
|
499
|
+
line-height: var(--leftbar-row-description-line-height);
|
|
500
|
+
color: var(--leftbar-row-description-color-foreground);
|
|
501
|
+
overflow: hidden;
|
|
502
|
+
text-overflow: ellipsis;
|
|
503
|
+
white-space: nowrap;
|
|
504
|
+
}
|
|
505
|
+
.dt-leftbar-row[data-v-85a76326] .dt-leftbar-row__status {
|
|
506
|
+
display: block;
|
|
507
|
+
color: var(--leftbar-row-status-color-foreground);
|
|
508
|
+
font-size: var(--leftbar-row-status-font-size);
|
|
509
|
+
line-height: var(--leftbar-row-status-line-height);
|
|
510
|
+
padding-bottom: var(--dt-space-100);
|
|
511
|
+
overflow: hidden;
|
|
512
|
+
text-overflow: ellipsis;
|
|
513
|
+
white-space: nowrap;
|
|
514
|
+
}
|
|
515
|
+
.dt-leftbar-row[data-v-85a76326] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty):before {
|
|
516
|
+
content: ' • ';
|
|
517
|
+
color: var(--dt-theme-sidebar-status-color-foreground);
|
|
518
|
+
}
|
|
519
|
+
.dt-leftbar-row__icon-cc[data-v-85a76326] {
|
|
520
|
+
border-radius: var(--dt-size-200);
|
|
521
|
+
width: calc(var(--dt-size-300) * 3.5);
|
|
522
|
+
height: calc(var(--dt-size-300) * 3.5);
|
|
523
|
+
}
|
|
524
|
+
.opacity-pulsate[data-v-85a76326] {
|
|
525
|
+
-webkit-animation-name: opacity-pulsate-85a76326;
|
|
526
|
+
-webkit-animation-duration: 1s;
|
|
527
|
+
-webkit-animation-iteration-count: infinite;
|
|
528
|
+
-webkit-animation-fill-mode: both;
|
|
529
|
+
-moz-animation-name: opacity-pulsate-85a76326;
|
|
530
|
+
-moz-animation-duration: 1s;
|
|
531
|
+
-moz-animation-iteration-count: infinite;
|
|
532
|
+
-moz-animation-fill-mode: both;
|
|
533
|
+
animation-name: opacity-pulsate-85a76326;
|
|
534
|
+
animation-duration: 1s;
|
|
535
|
+
animation-iteration-count: infinite;
|
|
536
|
+
animation-fill-mode: both;
|
|
537
|
+
}
|
|
538
|
+
@-webkit-keyframes opacity-pulsate-85a76326 {
|
|
539
|
+
0%,
|
|
540
|
+
100% {
|
|
541
|
+
opacity: 0.2;
|
|
542
|
+
}
|
|
543
|
+
50% {
|
|
544
|
+
opacity: 1;
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
@-moz-keyframes opacity-pulsate-85a76326 {
|
|
548
|
+
0%,
|
|
549
|
+
100% {
|
|
550
|
+
opacity: 0.2;
|
|
551
|
+
}
|
|
552
|
+
50% {
|
|
553
|
+
opacity: 1;
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
@keyframes opacity-pulsate-85a76326 {
|
|
557
|
+
0%,
|
|
558
|
+
100% {
|
|
559
|
+
opacity: 0.2;
|
|
560
|
+
}
|
|
561
|
+
50% {
|
|
562
|
+
opacity: 1;
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
@keyframes wave-85a76326 {
|
|
566
|
+
0%,
|
|
567
|
+
50%,
|
|
568
|
+
100% {
|
|
569
|
+
transform: translate(0, 0);
|
|
570
|
+
}
|
|
571
|
+
10% {
|
|
572
|
+
transform: translate(0, -5px);
|
|
573
|
+
opacity: 90%;
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
.dt-leftbar-row[data-v-f44e0386] {
|
|
577
|
+
--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
578
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
|
|
579
|
+
--leftbar-row-radius: var(--dt-size-radius-pill);
|
|
580
|
+
--leftbar-row-opacity: 100%;
|
|
581
|
+
--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-icon-color-foreground);
|
|
582
|
+
--leftbar-row-alpha-width: calc(var(--dt-size-300) * 10);
|
|
583
|
+
--leftbar-row-alpha-height: calc(var(--dt-size-300) * 9);
|
|
584
|
+
--leftbar-row-omega-height: var(--leftbar-row-alpha-height);
|
|
585
|
+
--leftbar-row-unread-badge-display: inline-flex;
|
|
586
|
+
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
587
|
+
--leftbar-row-description-font-weight: var(--dt-font-weight-normal);
|
|
588
|
+
--leftbar-row-description-font-size: var(--dt-font-size-200);
|
|
589
|
+
--leftbar-row-description-line-height: var(--dt-font-line-height-200);
|
|
590
|
+
--leftbar-row-status-color-foreground: var(--dt-theme-sidebar-status-color-foreground);
|
|
591
|
+
--leftbar-row-status-font-size: var(--dt-font-size-100);
|
|
592
|
+
--leftbar-row-status-line-height: var(--dt-font-line-height-100);
|
|
593
|
+
--leftbar-row-action-position-right: var(--dt-size-400);
|
|
594
|
+
--leftbar-row-action-position-bottom: 50%;
|
|
595
|
+
--leftbar-row-action-width: var(--dt-size-550);
|
|
596
|
+
--leftbar-row-action-height: var(--leftbar-row-action-width);
|
|
597
|
+
position: relative;
|
|
598
|
+
opacity: var(--leftbar-row-opacity);
|
|
599
|
+
display: flex;
|
|
600
|
+
background-color: var(--dt-theme-sidebar-row-color-background);
|
|
601
|
+
border-radius: var(--leftbar-row-radius);
|
|
602
|
+
transition-duration: var(--td200);
|
|
603
|
+
transition-property: background-color, border, box-shadow;
|
|
604
|
+
transition-timing-function: var(--ttf-out-quint);
|
|
605
|
+
cursor: pointer;
|
|
606
|
+
}
|
|
607
|
+
.dt-leftbar-row[data-v-f44e0386]:not(.dt-leftbar-row--no-action):hover,
|
|
608
|
+
.dt-leftbar-row[data-v-f44e0386]:not(.dt-leftbar-row--no-action):focus-within {
|
|
609
|
+
--leftbar-row-unread-badge-display: none;
|
|
610
|
+
}
|
|
611
|
+
.dt-leftbar-row[data-v-f44e0386]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,
|
|
612
|
+
.dt-leftbar-row[data-v-f44e0386]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action {
|
|
613
|
+
display: inline-flex;
|
|
614
|
+
}
|
|
615
|
+
.dt-leftbar-row[data-v-f44e0386]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,
|
|
616
|
+
.dt-leftbar-row[data-v-f44e0386]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button {
|
|
617
|
+
opacity: 1;
|
|
618
|
+
}
|
|
619
|
+
.dt-leftbar-row[data-v-f44e0386]:hover,
|
|
620
|
+
.dt-leftbar-row[data-v-f44e0386]:focus-within {
|
|
621
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
|
|
622
|
+
}
|
|
623
|
+
.dt-leftbar-row[data-v-f44e0386]:hover .d-presence,
|
|
624
|
+
.dt-leftbar-row[data-v-f44e0386]:focus-within .d-presence {
|
|
625
|
+
--presence-color-border-base: var(--dt-color-black-200);
|
|
626
|
+
}
|
|
627
|
+
.dt-leftbar-row[data-v-f44e0386]:hover .d-avatar__count,
|
|
628
|
+
.dt-leftbar-row[data-v-f44e0386]:focus-within .d-avatar__count {
|
|
629
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
630
|
+
}
|
|
631
|
+
.dt-leftbar-row--has-unread[data-v-f44e0386] {
|
|
632
|
+
--leftbar-row-description-font-weight: var(--dt-font-weight-bold);
|
|
633
|
+
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
634
|
+
--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
635
|
+
}
|
|
636
|
+
.dt-leftbar-row--unread-count[data-v-f44e0386] .dt-leftbar-row__action {
|
|
637
|
+
display: none;
|
|
638
|
+
}
|
|
639
|
+
.dt-leftbar-row__unread-count-badge[data-v-f44e0386] {
|
|
640
|
+
border-top-right-radius: var(--dt-size-radius-0);
|
|
641
|
+
border-bottom-right-radius: var(--dt-size-radius-0);
|
|
642
|
+
}
|
|
643
|
+
.dt-leftbar-row__unread-mention-count-badge[data-v-f44e0386] {
|
|
644
|
+
border-top-left-radius: var(--dt-size-radius-0);
|
|
645
|
+
border-bottom-left-radius: var(--dt-size-radius-0);
|
|
646
|
+
background-color: var(--dt-color-purple-500);
|
|
647
|
+
}
|
|
648
|
+
.dt-leftbar-row__unread-mention-count-only-badge[data-v-f44e0386] {
|
|
649
|
+
background-color: var(--dt-color-purple-500);
|
|
650
|
+
color: var(--dt-color-foreground-primary-inverted);
|
|
651
|
+
}
|
|
652
|
+
.dt-leftbar-row--muted[data-v-f44e0386] {
|
|
653
|
+
--leftbar-row-opacity: 60%;
|
|
654
|
+
}
|
|
655
|
+
.dt-leftbar-row--selected[data-v-f44e0386] {
|
|
656
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
|
|
657
|
+
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
|
|
658
|
+
}
|
|
659
|
+
.dt-leftbar-row--selected[data-v-f44e0386] .d-presence {
|
|
660
|
+
--presence-color-border-base: var(--dt-color-black-200);
|
|
661
|
+
}
|
|
662
|
+
.dt-leftbar-row--selected[data-v-f44e0386] .d-avatar__count {
|
|
663
|
+
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
664
|
+
}
|
|
665
|
+
.dt-leftbar-row__is-typing[data-v-f44e0386] {
|
|
666
|
+
--is-typing-size-shape: var(--dt-size-550);
|
|
667
|
+
height: var(--is-typing-size-shape);
|
|
668
|
+
width: var(--is-typing-size-shape);
|
|
669
|
+
position: absolute;
|
|
670
|
+
display: flex;
|
|
671
|
+
align-items: center;
|
|
672
|
+
justify-content: center;
|
|
673
|
+
gap: 2px;
|
|
674
|
+
border-radius: var(--dt-size-radius-pill);
|
|
675
|
+
opacity: 0.75;
|
|
676
|
+
}
|
|
677
|
+
.dt-leftbar-row__is-typing span[data-v-f44e0386] {
|
|
678
|
+
transition: all 500ms ease;
|
|
679
|
+
background: var(--dt-color-surface-strong);
|
|
680
|
+
height: 4px;
|
|
681
|
+
width: 4px;
|
|
682
|
+
display: inline-block;
|
|
683
|
+
padding: 0;
|
|
684
|
+
opacity: 0.3;
|
|
685
|
+
border-radius: var(--dt-size-radius-pill);
|
|
686
|
+
animation: wave-f44e0386 1.5s ease infinite;
|
|
687
|
+
}
|
|
688
|
+
.dt-leftbar-row__is-typing span[data-v-f44e0386]:nth-child(1) {
|
|
689
|
+
animation-delay: 0ms;
|
|
690
|
+
}
|
|
691
|
+
.dt-leftbar-row__is-typing span[data-v-f44e0386]:nth-child(2) {
|
|
692
|
+
animation-delay: var(--td100);
|
|
693
|
+
}
|
|
694
|
+
.dt-leftbar-row__is-typing span[data-v-f44e0386]:nth-child(3) {
|
|
695
|
+
animation-delay: var(--td200);
|
|
696
|
+
}
|
|
697
|
+
.dt-leftbar-row__primary[data-v-f44e0386] {
|
|
698
|
+
display: flex;
|
|
699
|
+
align-items: center;
|
|
700
|
+
flex: 1;
|
|
701
|
+
width: 100%;
|
|
702
|
+
text-align: left;
|
|
703
|
+
background-color: var(--leftbar-row-color-background);
|
|
704
|
+
color: var(--leftbar-row-color-foreground);
|
|
705
|
+
text-decoration: none;
|
|
706
|
+
appearance: none;
|
|
707
|
+
font-size: inherit;
|
|
708
|
+
line-height: inherit;
|
|
709
|
+
margin: 0;
|
|
710
|
+
border: 0;
|
|
711
|
+
padding: 0;
|
|
712
|
+
border-radius: var(--leftbar-row-radius);
|
|
713
|
+
}
|
|
714
|
+
.dt-leftbar-row__primary[data-v-f44e0386]:active {
|
|
715
|
+
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
|
|
716
|
+
}
|
|
717
|
+
.dt-leftbar-row__primary[data-v-f44e0386]:focus-visible {
|
|
718
|
+
box-shadow: var(--dt-shadow-focus-inset);
|
|
719
|
+
}
|
|
720
|
+
.dt-leftbar-row__action-button[data-v-f44e0386] {
|
|
721
|
+
opacity: 0;
|
|
722
|
+
width: var(--leftbar-row-action-width);
|
|
723
|
+
height: var(--leftbar-row-action-height);
|
|
724
|
+
}
|
|
725
|
+
.dt-leftbar-row__alpha[data-v-f44e0386] {
|
|
726
|
+
color: var(--leftbar-row-alpha-color-foreground);
|
|
727
|
+
display: flex;
|
|
728
|
+
box-sizing: border-box;
|
|
729
|
+
justify-content: center;
|
|
730
|
+
align-items: center;
|
|
731
|
+
padding-left: var(--dt-space-400);
|
|
732
|
+
padding-right: var(--dt-space-400);
|
|
733
|
+
width: var(--leftbar-row-alpha-width);
|
|
734
|
+
height: var(--leftbar-row-alpha-height);
|
|
735
|
+
border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
|
|
736
|
+
}
|
|
737
|
+
.dt-leftbar-row__label[data-v-f44e0386] {
|
|
738
|
+
flex: 0 1;
|
|
739
|
+
min-width: 0;
|
|
740
|
+
}
|
|
741
|
+
.dt-leftbar-row__omega[data-v-f44e0386] {
|
|
742
|
+
position: absolute;
|
|
743
|
+
display: flex;
|
|
744
|
+
right: var(--leftbar-row-action-position-right);
|
|
745
|
+
top: var(--leftbar-row-action-position-bottom);
|
|
746
|
+
transform: translateY(calc(var(--leftbar-row-action-position-bottom) * -1));
|
|
747
|
+
gap: var(--dt-space-300);
|
|
748
|
+
justify-content: flex-end;
|
|
749
|
+
align-items: center;
|
|
750
|
+
box-sizing: border-box;
|
|
751
|
+
border-radius: var(--leftbar-row-radius);
|
|
752
|
+
}
|
|
753
|
+
.dt-leftbar-row__unread-badge[data-v-f44e0386] {
|
|
754
|
+
display: var(--leftbar-row-unread-badge-display);
|
|
755
|
+
}
|
|
756
|
+
.dt-leftbar-row__active-voice[data-v-f44e0386] {
|
|
757
|
+
color: var(--dt-color-purple-400);
|
|
758
|
+
display: inline-flex;
|
|
759
|
+
-webkit-animation-name: opacity-pulsate-f44e0386;
|
|
760
|
+
-webkit-animation-duration: 1s;
|
|
761
|
+
-webkit-animation-iteration-count: infinite;
|
|
762
|
+
-webkit-animation-fill-mode: both;
|
|
763
|
+
-moz-animation-name: opacity-pulsate-f44e0386;
|
|
764
|
+
-moz-animation-duration: 1s;
|
|
765
|
+
-moz-animation-iteration-count: infinite;
|
|
766
|
+
-moz-animation-fill-mode: both;
|
|
767
|
+
animation-name: opacity-pulsate-f44e0386;
|
|
768
|
+
animation-duration: 1s;
|
|
769
|
+
animation-iteration-count: infinite;
|
|
770
|
+
animation-fill-mode: both;
|
|
771
|
+
}
|
|
772
|
+
.dt-leftbar-row__dnd[data-v-f44e0386] {
|
|
773
|
+
padding-top: var(--dt-space-200);
|
|
774
|
+
padding-right: var(--dt-space-300);
|
|
775
|
+
color: var(--dt-color-foreground-tertiary);
|
|
776
|
+
font-size: var(--dt-font-size-100);
|
|
777
|
+
line-height: var(--dt-font-line-height-400);
|
|
778
|
+
font-weight: var(--dt-font-weight-medium);
|
|
779
|
+
}
|
|
780
|
+
.dt-leftbar-row__container--off-duty[data-v-f44e0386] {
|
|
781
|
+
border-radius: var(--dt-size-radius-500);
|
|
782
|
+
background-color: var(--dt-badge-color-background-critical);
|
|
783
|
+
border: var(--dt-size-100) solid var(--dt-color-border-subtle);
|
|
784
|
+
}
|
|
785
|
+
.dt-leftbar-row__container--off-duty[data-v-f44e0386] .dt-leftbar-row__primary {
|
|
786
|
+
margin: calc(var(--dt-size-100) * -1);
|
|
787
|
+
}
|
|
788
|
+
.dt-leftbar-row--contact-centers[data-v-f44e0386] .dt-leftbar-row__alpha {
|
|
789
|
+
padding-right: var(--dt-space-450);
|
|
790
|
+
padding-left: var(--dt-space-450);
|
|
791
|
+
}
|
|
792
|
+
.dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-f44e0386] {
|
|
793
|
+
display: inline-flex;
|
|
794
|
+
align-items: center;
|
|
795
|
+
justify-content: flex-end;
|
|
796
|
+
min-width: var(--dt-size-600);
|
|
797
|
+
height: var(--dt-size-500);
|
|
798
|
+
}
|
|
799
|
+
.dt-leftbar-row[data-v-f44e0386] .dt-leftbar-row__description {
|
|
458
800
|
display: block;
|
|
459
801
|
font-weight: var(--leftbar-row-description-font-weight);
|
|
460
802
|
font-size: var(--leftbar-row-description-font-size);
|
|
@@ -464,7 +806,7 @@
|
|
|
464
806
|
text-overflow: ellipsis;
|
|
465
807
|
white-space: nowrap;
|
|
466
808
|
}
|
|
467
|
-
.dt-leftbar-row[data-v-
|
|
809
|
+
.dt-leftbar-row[data-v-f44e0386] .dt-leftbar-row__status {
|
|
468
810
|
display: block;
|
|
469
811
|
color: var(--leftbar-row-status-color-foreground);
|
|
470
812
|
font-size: var(--leftbar-row-status-font-size);
|
|
@@ -474,30 +816,30 @@
|
|
|
474
816
|
text-overflow: ellipsis;
|
|
475
817
|
white-space: nowrap;
|
|
476
818
|
}
|
|
477
|
-
.dt-leftbar-row[data-v-
|
|
819
|
+
.dt-leftbar-row[data-v-f44e0386] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty):before {
|
|
478
820
|
content: ' • ';
|
|
479
821
|
color: var(--dt-theme-sidebar-status-color-foreground);
|
|
480
822
|
}
|
|
481
|
-
.dt-leftbar-row__icon-cc[data-v-
|
|
823
|
+
.dt-leftbar-row__icon-cc[data-v-f44e0386] {
|
|
482
824
|
border-radius: var(--dt-size-200);
|
|
483
825
|
width: calc(var(--dt-size-300) * 3.5);
|
|
484
826
|
height: calc(var(--dt-size-300) * 3.5);
|
|
485
827
|
}
|
|
486
|
-
.opacity-pulsate[data-v-
|
|
487
|
-
-webkit-animation-name: opacity-pulsate-
|
|
828
|
+
.opacity-pulsate[data-v-f44e0386] {
|
|
829
|
+
-webkit-animation-name: opacity-pulsate-f44e0386;
|
|
488
830
|
-webkit-animation-duration: 1s;
|
|
489
831
|
-webkit-animation-iteration-count: infinite;
|
|
490
832
|
-webkit-animation-fill-mode: both;
|
|
491
|
-
-moz-animation-name: opacity-pulsate-
|
|
833
|
+
-moz-animation-name: opacity-pulsate-f44e0386;
|
|
492
834
|
-moz-animation-duration: 1s;
|
|
493
835
|
-moz-animation-iteration-count: infinite;
|
|
494
836
|
-moz-animation-fill-mode: both;
|
|
495
|
-
animation-name: opacity-pulsate-
|
|
837
|
+
animation-name: opacity-pulsate-f44e0386;
|
|
496
838
|
animation-duration: 1s;
|
|
497
839
|
animation-iteration-count: infinite;
|
|
498
840
|
animation-fill-mode: both;
|
|
499
841
|
}
|
|
500
|
-
@-webkit-keyframes opacity-pulsate-
|
|
842
|
+
@-webkit-keyframes opacity-pulsate-f44e0386 {
|
|
501
843
|
0%,
|
|
502
844
|
100% {
|
|
503
845
|
opacity: 0.2;
|
|
@@ -506,7 +848,7 @@
|
|
|
506
848
|
opacity: 1;
|
|
507
849
|
}
|
|
508
850
|
}
|
|
509
|
-
@-moz-keyframes opacity-pulsate-
|
|
851
|
+
@-moz-keyframes opacity-pulsate-f44e0386 {
|
|
510
852
|
0%,
|
|
511
853
|
100% {
|
|
512
854
|
opacity: 0.2;
|
|
@@ -515,7 +857,7 @@
|
|
|
515
857
|
opacity: 1;
|
|
516
858
|
}
|
|
517
859
|
}
|
|
518
|
-
@keyframes opacity-pulsate-
|
|
860
|
+
@keyframes opacity-pulsate-f44e0386 {
|
|
519
861
|
0%,
|
|
520
862
|
100% {
|
|
521
863
|
opacity: 0.2;
|
|
@@ -524,7 +866,7 @@
|
|
|
524
866
|
opacity: 1;
|
|
525
867
|
}
|
|
526
868
|
}
|
|
527
|
-
@keyframes wave-
|
|
869
|
+
@keyframes wave-f44e0386 {
|
|
528
870
|
0%,
|
|
529
871
|
50%,
|
|
530
872
|
100% {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export const BASE_TIPPY_DIRECTIONS: string[];
|
|
2
2
|
export const TIPPY_STICKY_VALUES: (string | boolean)[];
|
|
3
|
+
export function createTippyPopover(anchorElement: any, options: any): import("tippy.js").Instance<import("tippy.js").Props>[];
|
|
3
4
|
export function createTippy(anchorElement: any, options: any): import("tippy.js").Instance<import("tippy.js").Props>[];
|
|
4
5
|
export function getPopperOptions({ boundary, fallbackPlacements, onChangePlacement, hasHideModifierEnabled, tether, }?: {
|
|
5
6
|
boundary?: string | undefined;
|
|
@@ -9,12 +10,6 @@ export function getPopperOptions({ boundary, fallbackPlacements, onChangePlaceme
|
|
|
9
10
|
tether?: boolean | undefined;
|
|
10
11
|
}): {
|
|
11
12
|
modifiers: ({
|
|
12
|
-
name: string;
|
|
13
|
-
enabled: boolean;
|
|
14
|
-
phase: string;
|
|
15
|
-
fn: any;
|
|
16
|
-
requiresIfExists: string[];
|
|
17
|
-
} | {
|
|
18
13
|
name: string;
|
|
19
14
|
options: {
|
|
20
15
|
fallbackPlacements: any[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tippy_utils.d.ts","sourceRoot":"","sources":["../../../../components/popover/tippy_utils.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tippy_utils.d.ts","sourceRoot":"","sources":["../../../../components/popover/tippy_utils.js"],"names":[],"mappings":"AAEA,6CAKE;AAEF,uDAAwE;AACjE,8HAQN;AAEM,uHAKN;AAEM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA+BN;AAUM,mDAIN;AAEM;;EAQN"}
|