@dialpad/dialtone 9.54.0 → 9.54.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/dialtone.css +9 -37
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-expressive-dark.css +1 -1
- package/dist/tokens/css/variables-expressive-light.css +1 -1
- package/dist/tokens/css/variables-expressive-sm-dark.css +1 -1
- package/dist/tokens/css/variables-expressive-sm-light.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/css/variables-tmo-dark.css +1 -1
- package/dist/tokens/css/variables-tmo-light.css +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-expressive-dark.less +1 -1
- package/dist/tokens/less/variables-expressive-light.less +1 -1
- package/dist/tokens/less/variables-expressive-sm-dark.less +1 -1
- package/dist/tokens/less/variables-expressive-sm-light.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/tokens/less/variables-tmo-dark.less +1 -1
- package/dist/tokens/less/variables-tmo-light.less +1 -1
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/lib/emoji-picker.cjs +15 -21
- package/dist/vue2/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue2/lib/emoji-picker.js +15 -21
- package/dist/vue2/lib/emoji-picker.js.map +1 -1
- package/dist/vue2/lib/input.cjs +8 -12
- package/dist/vue2/lib/input.cjs.map +1 -1
- package/dist/vue2/lib/input.js +8 -12
- package/dist/vue2/lib/input.js.map +1 -1
- package/dist/vue2/lib/tooltip.cjs +1 -1
- package/dist/vue2/lib/tooltip.cjs.map +1 -1
- package/dist/vue2/lib/tooltip.js +1 -1
- package/dist/vue2/lib/tooltip.js.map +1 -1
- package/dist/vue2/style.css +118 -116
- package/dist/vue2/types/components/input/input_constants.d.ts +3 -15
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/lib/emoji-picker.cjs +29 -50
- package/dist/vue3/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue3/lib/emoji-picker.js +29 -50
- package/dist/vue3/lib/emoji-picker.js.map +1 -1
- package/dist/vue3/lib/input.cjs +9 -12
- package/dist/vue3/lib/input.cjs.map +1 -1
- package/dist/vue3/lib/input.js +9 -12
- package/dist/vue3/lib/input.js.map +1 -1
- package/dist/vue3/lib/tooltip.cjs +1 -1
- package/dist/vue3/lib/tooltip.cjs.map +1 -1
- package/dist/vue3/lib/tooltip.js +1 -1
- package/dist/vue3/lib/tooltip.js.map +1 -1
- package/dist/vue3/style.css +118 -116
- package/dist/vue3/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/input/input_constants.d.ts +3 -15
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +3 -3
- package/package.json +1 -1
package/dist/vue2/style.css
CHANGED
|
@@ -273,6 +273,7 @@
|
|
|
273
273
|
background-color: var(--dt-color-surface-contrast);
|
|
274
274
|
color: var(--dt-color-foreground-secondary-inverted);
|
|
275
275
|
}
|
|
276
|
+
/* stylelint-disable selector-pseudo-class-no-unknown */
|
|
276
277
|
.dt-leftbar-row[data-v-e6da0c41] {
|
|
277
278
|
--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
278
279
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
|
|
@@ -295,14 +296,14 @@
|
|
|
295
296
|
--leftbar-row-action-width: var(--dt-size-550);
|
|
296
297
|
--leftbar-row-action-height: var(--leftbar-row-action-width);
|
|
297
298
|
position: relative;
|
|
298
|
-
opacity: var(--leftbar-row-opacity);
|
|
299
299
|
display: flex;
|
|
300
300
|
background-color: var(--dt-theme-sidebar-row-color-background);
|
|
301
301
|
border-radius: var(--leftbar-row-radius);
|
|
302
|
+
cursor: pointer;
|
|
303
|
+
opacity: var(--leftbar-row-opacity);
|
|
304
|
+
transition-timing-function: var(--ttf-out-quint);
|
|
302
305
|
transition-duration: var(--td200);
|
|
303
306
|
transition-property: background-color, border, box-shadow;
|
|
304
|
-
transition-timing-function: var(--ttf-out-quint);
|
|
305
|
-
cursor: pointer;
|
|
306
307
|
}
|
|
307
308
|
.dt-leftbar-row[data-v-e6da0c41]:not(.dt-leftbar-row--no-action):hover,
|
|
308
309
|
.dt-leftbar-row[data-v-e6da0c41]:not(.dt-leftbar-row--no-action):focus-within {
|
|
@@ -341,13 +342,13 @@
|
|
|
341
342
|
border-bottom-right-radius: var(--dt-size-radius-0);
|
|
342
343
|
}
|
|
343
344
|
.dt-leftbar-row__unread-mention-count-badge[data-v-e6da0c41] {
|
|
345
|
+
background-color: var(--dt-color-purple-500);
|
|
344
346
|
border-top-left-radius: var(--dt-size-radius-0);
|
|
345
347
|
border-bottom-left-radius: var(--dt-size-radius-0);
|
|
346
|
-
background-color: var(--dt-color-purple-500);
|
|
347
348
|
}
|
|
348
349
|
.dt-leftbar-row__unread-mention-only-count-badge[data-v-e6da0c41] {
|
|
349
|
-
background-color: var(--dt-color-purple-500);
|
|
350
350
|
color: var(--dt-color-foreground-primary-inverted);
|
|
351
|
+
background-color: var(--dt-color-purple-500);
|
|
351
352
|
}
|
|
352
353
|
.dt-leftbar-row--muted[data-v-e6da0c41] {
|
|
353
354
|
--leftbar-row-opacity: 60%;
|
|
@@ -364,25 +365,25 @@
|
|
|
364
365
|
}
|
|
365
366
|
.dt-leftbar-row__is-typing[data-v-e6da0c41] {
|
|
366
367
|
--is-typing-size-shape: var(--dt-size-550);
|
|
367
|
-
height: var(--is-typing-size-shape);
|
|
368
|
-
width: var(--is-typing-size-shape);
|
|
369
368
|
position: absolute;
|
|
370
369
|
display: flex;
|
|
370
|
+
gap: var(--dt-space-200);
|
|
371
371
|
align-items: center;
|
|
372
372
|
justify-content: center;
|
|
373
|
-
|
|
373
|
+
width: var(--is-typing-size-shape);
|
|
374
|
+
height: var(--is-typing-size-shape);
|
|
374
375
|
border-radius: var(--dt-size-radius-pill);
|
|
375
376
|
opacity: 0.75;
|
|
376
377
|
}
|
|
377
378
|
.dt-leftbar-row__is-typing span[data-v-e6da0c41] {
|
|
378
|
-
transition: all 500ms ease;
|
|
379
|
-
background: var(--dt-color-surface-strong);
|
|
380
|
-
height: 4px;
|
|
381
|
-
width: 4px;
|
|
382
379
|
display: inline-block;
|
|
380
|
+
width: var(--dt-size-300);
|
|
381
|
+
height: var(--dt-size-300);
|
|
383
382
|
padding: 0;
|
|
384
|
-
|
|
383
|
+
background: var(--dt-color-surface-strong);
|
|
385
384
|
border-radius: var(--dt-size-radius-pill);
|
|
385
|
+
opacity: 0.3;
|
|
386
|
+
transition: all 500ms ease;
|
|
386
387
|
animation: wave-e6da0c41 1.5s ease infinite;
|
|
387
388
|
}
|
|
388
389
|
.dt-leftbar-row__is-typing span[data-v-e6da0c41]:nth-child(1) {
|
|
@@ -396,20 +397,20 @@
|
|
|
396
397
|
}
|
|
397
398
|
.dt-leftbar-row__primary[data-v-e6da0c41] {
|
|
398
399
|
display: flex;
|
|
399
|
-
align-items: center;
|
|
400
400
|
flex: 1;
|
|
401
|
+
align-items: center;
|
|
401
402
|
width: 100%;
|
|
402
|
-
|
|
403
|
-
|
|
403
|
+
margin: 0;
|
|
404
|
+
padding: 0;
|
|
404
405
|
color: var(--leftbar-row-color-foreground);
|
|
405
|
-
text-decoration: none;
|
|
406
|
-
appearance: none;
|
|
407
406
|
font-size: inherit;
|
|
408
407
|
line-height: inherit;
|
|
409
|
-
|
|
408
|
+
text-align: left;
|
|
409
|
+
text-decoration: none;
|
|
410
|
+
background-color: var(--leftbar-row-color-background);
|
|
410
411
|
border: 0;
|
|
411
|
-
padding: 0;
|
|
412
412
|
border-radius: var(--leftbar-row-radius);
|
|
413
|
+
appearance: none;
|
|
413
414
|
}
|
|
414
415
|
.dt-leftbar-row__primary[data-v-e6da0c41]:active {
|
|
415
416
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
|
|
@@ -418,20 +419,20 @@
|
|
|
418
419
|
box-shadow: var(--dt-shadow-focus-inset);
|
|
419
420
|
}
|
|
420
421
|
.dt-leftbar-row__action-button[data-v-e6da0c41] {
|
|
421
|
-
opacity: 0;
|
|
422
422
|
width: var(--leftbar-row-action-width);
|
|
423
423
|
height: var(--leftbar-row-action-height);
|
|
424
|
+
opacity: 0;
|
|
424
425
|
}
|
|
425
426
|
.dt-leftbar-row__alpha[data-v-e6da0c41] {
|
|
426
|
-
color: var(--leftbar-row-alpha-color-foreground);
|
|
427
427
|
display: flex;
|
|
428
|
-
box-sizing: border-box;
|
|
429
|
-
justify-content: center;
|
|
430
428
|
align-items: center;
|
|
431
|
-
|
|
432
|
-
|
|
429
|
+
justify-content: center;
|
|
430
|
+
box-sizing: border-box;
|
|
433
431
|
width: var(--leftbar-row-alpha-width);
|
|
434
432
|
height: var(--leftbar-row-alpha-height);
|
|
433
|
+
padding-right: var(--dt-space-400);
|
|
434
|
+
padding-left: var(--dt-space-400);
|
|
435
|
+
color: var(--leftbar-row-alpha-color-foreground);
|
|
435
436
|
border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
|
|
436
437
|
}
|
|
437
438
|
.dt-leftbar-row__label[data-v-e6da0c41] {
|
|
@@ -440,47 +441,47 @@
|
|
|
440
441
|
}
|
|
441
442
|
.dt-leftbar-row__omega[data-v-e6da0c41] {
|
|
442
443
|
position: absolute;
|
|
443
|
-
display: flex;
|
|
444
|
-
right: var(--leftbar-row-action-position-right);
|
|
445
444
|
top: var(--leftbar-row-action-position-bottom);
|
|
446
|
-
|
|
445
|
+
right: var(--leftbar-row-action-position-right);
|
|
446
|
+
display: flex;
|
|
447
447
|
gap: var(--dt-space-300);
|
|
448
|
-
justify-content: flex-end;
|
|
449
448
|
align-items: center;
|
|
449
|
+
justify-content: flex-end;
|
|
450
450
|
box-sizing: border-box;
|
|
451
451
|
border-radius: var(--leftbar-row-radius);
|
|
452
|
+
transform: translateY(calc(var(--leftbar-row-action-position-bottom) * -1));
|
|
452
453
|
}
|
|
453
454
|
.dt-leftbar-row__unread-badge[data-v-e6da0c41] {
|
|
454
455
|
display: var(--leftbar-row-unread-badge-display);
|
|
455
456
|
}
|
|
456
457
|
.dt-leftbar-row__active-voice[data-v-e6da0c41] {
|
|
457
|
-
color: var(--dt-color-purple-400);
|
|
458
458
|
display: inline-flex;
|
|
459
|
+
color: var(--dt-color-purple-400);
|
|
459
460
|
-webkit-animation-name: opacity-pulsate-e6da0c41;
|
|
460
|
-
-webkit-animation-duration: 1s;
|
|
461
|
-
-webkit-animation-iteration-count: infinite;
|
|
462
|
-
-webkit-animation-fill-mode: both;
|
|
463
461
|
-moz-animation-name: opacity-pulsate-e6da0c41;
|
|
464
|
-
-moz-animation-duration: 1s;
|
|
465
|
-
-moz-animation-iteration-count: infinite;
|
|
466
|
-
-moz-animation-fill-mode: both;
|
|
467
462
|
animation-name: opacity-pulsate-e6da0c41;
|
|
463
|
+
-webkit-animation-duration: 1s;
|
|
464
|
+
-moz-animation-duration: 1s;
|
|
468
465
|
animation-duration: 1s;
|
|
466
|
+
-webkit-animation-iteration-count: infinite;
|
|
467
|
+
-moz-animation-iteration-count: infinite;
|
|
469
468
|
animation-iteration-count: infinite;
|
|
469
|
+
-webkit-animation-fill-mode: both;
|
|
470
|
+
-moz-animation-fill-mode: both;
|
|
470
471
|
animation-fill-mode: both;
|
|
471
472
|
}
|
|
472
473
|
.dt-leftbar-row__dnd[data-v-e6da0c41] {
|
|
473
474
|
padding-top: var(--dt-space-200);
|
|
474
475
|
padding-right: var(--dt-space-300);
|
|
475
476
|
color: var(--dt-color-foreground-tertiary);
|
|
477
|
+
font-weight: var(--dt-font-weight-medium);
|
|
476
478
|
font-size: var(--dt-font-size-100);
|
|
477
479
|
line-height: var(--dt-font-line-height-400);
|
|
478
|
-
font-weight: var(--dt-font-weight-medium);
|
|
479
480
|
}
|
|
480
481
|
.dt-leftbar-row__container--off-duty[data-v-e6da0c41] {
|
|
481
|
-
border-radius: var(--dt-size-radius-500);
|
|
482
482
|
background-color: var(--dt-badge-color-background-critical);
|
|
483
483
|
border: var(--dt-size-100) solid var(--dt-color-border-subtle);
|
|
484
|
+
border-radius: var(--dt-size-radius-500);
|
|
484
485
|
}
|
|
485
486
|
.dt-leftbar-row__container--off-duty[data-v-e6da0c41] .dt-leftbar-row__primary {
|
|
486
487
|
margin: calc(var(--dt-size-100) * -1);
|
|
@@ -498,48 +499,48 @@
|
|
|
498
499
|
}
|
|
499
500
|
.dt-leftbar-row[data-v-e6da0c41] .dt-leftbar-row__description {
|
|
500
501
|
display: block;
|
|
502
|
+
overflow: hidden;
|
|
503
|
+
color: var(--leftbar-row-description-color-foreground);
|
|
501
504
|
font-weight: var(--leftbar-row-description-font-weight);
|
|
502
505
|
font-size: var(--leftbar-row-description-font-size);
|
|
503
506
|
line-height: var(--leftbar-row-description-line-height);
|
|
504
|
-
color: var(--leftbar-row-description-color-foreground);
|
|
505
|
-
overflow: hidden;
|
|
506
|
-
text-overflow: ellipsis;
|
|
507
507
|
white-space: nowrap;
|
|
508
|
+
text-overflow: ellipsis;
|
|
508
509
|
}
|
|
509
510
|
.dt-leftbar-row[data-v-e6da0c41] .dt-leftbar-row__status {
|
|
510
511
|
display: block;
|
|
512
|
+
padding-bottom: var(--dt-space-100);
|
|
513
|
+
overflow: hidden;
|
|
511
514
|
color: var(--leftbar-row-status-color-foreground);
|
|
512
515
|
font-size: var(--leftbar-row-status-font-size);
|
|
513
516
|
line-height: var(--leftbar-row-status-line-height);
|
|
514
|
-
padding-bottom: var(--dt-space-100);
|
|
515
|
-
overflow: hidden;
|
|
516
|
-
text-overflow: ellipsis;
|
|
517
517
|
white-space: nowrap;
|
|
518
|
+
text-overflow: ellipsis;
|
|
518
519
|
}
|
|
519
|
-
.dt-leftbar-row[data-v-e6da0c41] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty)
|
|
520
|
-
content: ' • ';
|
|
520
|
+
.dt-leftbar-row[data-v-e6da0c41] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty)::before {
|
|
521
521
|
color: var(--dt-theme-sidebar-status-color-foreground);
|
|
522
|
+
content: ' • ';
|
|
522
523
|
}
|
|
523
524
|
.dt-leftbar-row__icon-cc[data-v-e6da0c41] {
|
|
524
|
-
border-radius: var(--dt-size-200);
|
|
525
525
|
width: calc(var(--dt-size-300) * 3.5);
|
|
526
526
|
height: calc(var(--dt-size-300) * 3.5);
|
|
527
|
+
border-radius: var(--dt-size-200);
|
|
527
528
|
}
|
|
528
529
|
.opacity-pulsate[data-v-e6da0c41] {
|
|
529
530
|
-webkit-animation-name: opacity-pulsate-e6da0c41;
|
|
530
|
-
-webkit-animation-duration: 1s;
|
|
531
|
-
-webkit-animation-iteration-count: infinite;
|
|
532
|
-
-webkit-animation-fill-mode: both;
|
|
533
531
|
-moz-animation-name: opacity-pulsate-e6da0c41;
|
|
534
|
-
-moz-animation-duration: 1s;
|
|
535
|
-
-moz-animation-iteration-count: infinite;
|
|
536
|
-
-moz-animation-fill-mode: both;
|
|
537
532
|
animation-name: opacity-pulsate-e6da0c41;
|
|
533
|
+
-webkit-animation-duration: 1s;
|
|
534
|
+
-moz-animation-duration: 1s;
|
|
538
535
|
animation-duration: 1s;
|
|
536
|
+
-webkit-animation-iteration-count: infinite;
|
|
537
|
+
-moz-animation-iteration-count: infinite;
|
|
539
538
|
animation-iteration-count: infinite;
|
|
539
|
+
-webkit-animation-fill-mode: both;
|
|
540
|
+
-moz-animation-fill-mode: both;
|
|
540
541
|
animation-fill-mode: both;
|
|
541
542
|
}
|
|
542
|
-
|
|
543
|
+
@keyframes opacity-pulsate-e6da0c41 {
|
|
543
544
|
0%,
|
|
544
545
|
100% {
|
|
545
546
|
opacity: 0.2;
|
|
@@ -548,7 +549,7 @@
|
|
|
548
549
|
opacity: 1;
|
|
549
550
|
}
|
|
550
551
|
}
|
|
551
|
-
|
|
552
|
+
@keyframes opacity-pulsate-e6da0c41 {
|
|
552
553
|
0%,
|
|
553
554
|
100% {
|
|
554
555
|
opacity: 0.2;
|
|
@@ -573,10 +574,11 @@
|
|
|
573
574
|
transform: translate(0, 0);
|
|
574
575
|
}
|
|
575
576
|
10% {
|
|
576
|
-
transform: translate(0, -
|
|
577
|
-
opacity:
|
|
577
|
+
transform: translate(0, -0.5rem);
|
|
578
|
+
opacity: 0.9;
|
|
578
579
|
}
|
|
579
580
|
}
|
|
581
|
+
/* stylelint-disable selector-pseudo-class-no-unknown */
|
|
580
582
|
.dt-leftbar-row[data-v-f44e0386] {
|
|
581
583
|
--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
582
584
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
|
|
@@ -599,14 +601,14 @@
|
|
|
599
601
|
--leftbar-row-action-width: var(--dt-size-550);
|
|
600
602
|
--leftbar-row-action-height: var(--leftbar-row-action-width);
|
|
601
603
|
position: relative;
|
|
602
|
-
opacity: var(--leftbar-row-opacity);
|
|
603
604
|
display: flex;
|
|
604
605
|
background-color: var(--dt-theme-sidebar-row-color-background);
|
|
605
606
|
border-radius: var(--leftbar-row-radius);
|
|
607
|
+
cursor: pointer;
|
|
608
|
+
opacity: var(--leftbar-row-opacity);
|
|
609
|
+
transition-timing-function: var(--ttf-out-quint);
|
|
606
610
|
transition-duration: var(--td200);
|
|
607
611
|
transition-property: background-color, border, box-shadow;
|
|
608
|
-
transition-timing-function: var(--ttf-out-quint);
|
|
609
|
-
cursor: pointer;
|
|
610
612
|
}
|
|
611
613
|
.dt-leftbar-row[data-v-f44e0386]:not(.dt-leftbar-row--no-action):hover,
|
|
612
614
|
.dt-leftbar-row[data-v-f44e0386]:not(.dt-leftbar-row--no-action):focus-within {
|
|
@@ -645,13 +647,13 @@
|
|
|
645
647
|
border-bottom-right-radius: var(--dt-size-radius-0);
|
|
646
648
|
}
|
|
647
649
|
.dt-leftbar-row__unread-mention-count-badge[data-v-f44e0386] {
|
|
650
|
+
background-color: var(--dt-color-purple-500);
|
|
648
651
|
border-top-left-radius: var(--dt-size-radius-0);
|
|
649
652
|
border-bottom-left-radius: var(--dt-size-radius-0);
|
|
650
|
-
background-color: var(--dt-color-purple-500);
|
|
651
653
|
}
|
|
652
654
|
.dt-leftbar-row__unread-mention-only-count-badge[data-v-f44e0386] {
|
|
653
|
-
background-color: var(--dt-color-purple-500);
|
|
654
655
|
color: var(--dt-color-foreground-primary-inverted);
|
|
656
|
+
background-color: var(--dt-color-purple-500);
|
|
655
657
|
}
|
|
656
658
|
.dt-leftbar-row--muted[data-v-f44e0386] {
|
|
657
659
|
--leftbar-row-opacity: 60%;
|
|
@@ -668,25 +670,25 @@
|
|
|
668
670
|
}
|
|
669
671
|
.dt-leftbar-row__is-typing[data-v-f44e0386] {
|
|
670
672
|
--is-typing-size-shape: var(--dt-size-550);
|
|
671
|
-
height: var(--is-typing-size-shape);
|
|
672
|
-
width: var(--is-typing-size-shape);
|
|
673
673
|
position: absolute;
|
|
674
674
|
display: flex;
|
|
675
|
+
gap: var(--dt-space-200);
|
|
675
676
|
align-items: center;
|
|
676
677
|
justify-content: center;
|
|
677
|
-
|
|
678
|
+
width: var(--is-typing-size-shape);
|
|
679
|
+
height: var(--is-typing-size-shape);
|
|
678
680
|
border-radius: var(--dt-size-radius-pill);
|
|
679
681
|
opacity: 0.75;
|
|
680
682
|
}
|
|
681
683
|
.dt-leftbar-row__is-typing span[data-v-f44e0386] {
|
|
682
|
-
transition: all 500ms ease;
|
|
683
|
-
background: var(--dt-color-surface-strong);
|
|
684
|
-
height: 4px;
|
|
685
|
-
width: 4px;
|
|
686
684
|
display: inline-block;
|
|
685
|
+
width: var(--dt-size-300);
|
|
686
|
+
height: var(--dt-size-300);
|
|
687
687
|
padding: 0;
|
|
688
|
-
|
|
688
|
+
background: var(--dt-color-surface-strong);
|
|
689
689
|
border-radius: var(--dt-size-radius-pill);
|
|
690
|
+
opacity: 0.3;
|
|
691
|
+
transition: all 500ms ease;
|
|
690
692
|
animation: wave-f44e0386 1.5s ease infinite;
|
|
691
693
|
}
|
|
692
694
|
.dt-leftbar-row__is-typing span[data-v-f44e0386]:nth-child(1) {
|
|
@@ -700,20 +702,20 @@
|
|
|
700
702
|
}
|
|
701
703
|
.dt-leftbar-row__primary[data-v-f44e0386] {
|
|
702
704
|
display: flex;
|
|
703
|
-
align-items: center;
|
|
704
705
|
flex: 1;
|
|
706
|
+
align-items: center;
|
|
705
707
|
width: 100%;
|
|
706
|
-
|
|
707
|
-
|
|
708
|
+
margin: 0;
|
|
709
|
+
padding: 0;
|
|
708
710
|
color: var(--leftbar-row-color-foreground);
|
|
709
|
-
text-decoration: none;
|
|
710
|
-
appearance: none;
|
|
711
711
|
font-size: inherit;
|
|
712
712
|
line-height: inherit;
|
|
713
|
-
|
|
713
|
+
text-align: left;
|
|
714
|
+
text-decoration: none;
|
|
715
|
+
background-color: var(--leftbar-row-color-background);
|
|
714
716
|
border: 0;
|
|
715
|
-
padding: 0;
|
|
716
717
|
border-radius: var(--leftbar-row-radius);
|
|
718
|
+
appearance: none;
|
|
717
719
|
}
|
|
718
720
|
.dt-leftbar-row__primary[data-v-f44e0386]:active {
|
|
719
721
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
|
|
@@ -722,20 +724,20 @@
|
|
|
722
724
|
box-shadow: var(--dt-shadow-focus-inset);
|
|
723
725
|
}
|
|
724
726
|
.dt-leftbar-row__action-button[data-v-f44e0386] {
|
|
725
|
-
opacity: 0;
|
|
726
727
|
width: var(--leftbar-row-action-width);
|
|
727
728
|
height: var(--leftbar-row-action-height);
|
|
729
|
+
opacity: 0;
|
|
728
730
|
}
|
|
729
731
|
.dt-leftbar-row__alpha[data-v-f44e0386] {
|
|
730
|
-
color: var(--leftbar-row-alpha-color-foreground);
|
|
731
732
|
display: flex;
|
|
732
|
-
box-sizing: border-box;
|
|
733
|
-
justify-content: center;
|
|
734
733
|
align-items: center;
|
|
735
|
-
|
|
736
|
-
|
|
734
|
+
justify-content: center;
|
|
735
|
+
box-sizing: border-box;
|
|
737
736
|
width: var(--leftbar-row-alpha-width);
|
|
738
737
|
height: var(--leftbar-row-alpha-height);
|
|
738
|
+
padding-right: var(--dt-space-400);
|
|
739
|
+
padding-left: var(--dt-space-400);
|
|
740
|
+
color: var(--leftbar-row-alpha-color-foreground);
|
|
739
741
|
border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
|
|
740
742
|
}
|
|
741
743
|
.dt-leftbar-row__label[data-v-f44e0386] {
|
|
@@ -744,47 +746,47 @@
|
|
|
744
746
|
}
|
|
745
747
|
.dt-leftbar-row__omega[data-v-f44e0386] {
|
|
746
748
|
position: absolute;
|
|
747
|
-
display: flex;
|
|
748
|
-
right: var(--leftbar-row-action-position-right);
|
|
749
749
|
top: var(--leftbar-row-action-position-bottom);
|
|
750
|
-
|
|
750
|
+
right: var(--leftbar-row-action-position-right);
|
|
751
|
+
display: flex;
|
|
751
752
|
gap: var(--dt-space-300);
|
|
752
|
-
justify-content: flex-end;
|
|
753
753
|
align-items: center;
|
|
754
|
+
justify-content: flex-end;
|
|
754
755
|
box-sizing: border-box;
|
|
755
756
|
border-radius: var(--leftbar-row-radius);
|
|
757
|
+
transform: translateY(calc(var(--leftbar-row-action-position-bottom) * -1));
|
|
756
758
|
}
|
|
757
759
|
.dt-leftbar-row__unread-badge[data-v-f44e0386] {
|
|
758
760
|
display: var(--leftbar-row-unread-badge-display);
|
|
759
761
|
}
|
|
760
762
|
.dt-leftbar-row__active-voice[data-v-f44e0386] {
|
|
761
|
-
color: var(--dt-color-purple-400);
|
|
762
763
|
display: inline-flex;
|
|
764
|
+
color: var(--dt-color-purple-400);
|
|
763
765
|
-webkit-animation-name: opacity-pulsate-f44e0386;
|
|
764
|
-
-webkit-animation-duration: 1s;
|
|
765
|
-
-webkit-animation-iteration-count: infinite;
|
|
766
|
-
-webkit-animation-fill-mode: both;
|
|
767
766
|
-moz-animation-name: opacity-pulsate-f44e0386;
|
|
768
|
-
-moz-animation-duration: 1s;
|
|
769
|
-
-moz-animation-iteration-count: infinite;
|
|
770
|
-
-moz-animation-fill-mode: both;
|
|
771
767
|
animation-name: opacity-pulsate-f44e0386;
|
|
768
|
+
-webkit-animation-duration: 1s;
|
|
769
|
+
-moz-animation-duration: 1s;
|
|
772
770
|
animation-duration: 1s;
|
|
771
|
+
-webkit-animation-iteration-count: infinite;
|
|
772
|
+
-moz-animation-iteration-count: infinite;
|
|
773
773
|
animation-iteration-count: infinite;
|
|
774
|
+
-webkit-animation-fill-mode: both;
|
|
775
|
+
-moz-animation-fill-mode: both;
|
|
774
776
|
animation-fill-mode: both;
|
|
775
777
|
}
|
|
776
778
|
.dt-leftbar-row__dnd[data-v-f44e0386] {
|
|
777
779
|
padding-top: var(--dt-space-200);
|
|
778
780
|
padding-right: var(--dt-space-300);
|
|
779
781
|
color: var(--dt-color-foreground-tertiary);
|
|
782
|
+
font-weight: var(--dt-font-weight-medium);
|
|
780
783
|
font-size: var(--dt-font-size-100);
|
|
781
784
|
line-height: var(--dt-font-line-height-400);
|
|
782
|
-
font-weight: var(--dt-font-weight-medium);
|
|
783
785
|
}
|
|
784
786
|
.dt-leftbar-row__container--off-duty[data-v-f44e0386] {
|
|
785
|
-
border-radius: var(--dt-size-radius-500);
|
|
786
787
|
background-color: var(--dt-badge-color-background-critical);
|
|
787
788
|
border: var(--dt-size-100) solid var(--dt-color-border-subtle);
|
|
789
|
+
border-radius: var(--dt-size-radius-500);
|
|
788
790
|
}
|
|
789
791
|
.dt-leftbar-row__container--off-duty[data-v-f44e0386] .dt-leftbar-row__primary {
|
|
790
792
|
margin: calc(var(--dt-size-100) * -1);
|
|
@@ -802,48 +804,48 @@
|
|
|
802
804
|
}
|
|
803
805
|
.dt-leftbar-row[data-v-f44e0386] .dt-leftbar-row__description {
|
|
804
806
|
display: block;
|
|
807
|
+
overflow: hidden;
|
|
808
|
+
color: var(--leftbar-row-description-color-foreground);
|
|
805
809
|
font-weight: var(--leftbar-row-description-font-weight);
|
|
806
810
|
font-size: var(--leftbar-row-description-font-size);
|
|
807
811
|
line-height: var(--leftbar-row-description-line-height);
|
|
808
|
-
color: var(--leftbar-row-description-color-foreground);
|
|
809
|
-
overflow: hidden;
|
|
810
|
-
text-overflow: ellipsis;
|
|
811
812
|
white-space: nowrap;
|
|
813
|
+
text-overflow: ellipsis;
|
|
812
814
|
}
|
|
813
815
|
.dt-leftbar-row[data-v-f44e0386] .dt-leftbar-row__status {
|
|
814
816
|
display: block;
|
|
817
|
+
padding-bottom: var(--dt-space-100);
|
|
818
|
+
overflow: hidden;
|
|
815
819
|
color: var(--leftbar-row-status-color-foreground);
|
|
816
820
|
font-size: var(--leftbar-row-status-font-size);
|
|
817
821
|
line-height: var(--leftbar-row-status-line-height);
|
|
818
|
-
padding-bottom: var(--dt-space-100);
|
|
819
|
-
overflow: hidden;
|
|
820
|
-
text-overflow: ellipsis;
|
|
821
822
|
white-space: nowrap;
|
|
823
|
+
text-overflow: ellipsis;
|
|
822
824
|
}
|
|
823
|
-
.dt-leftbar-row[data-v-f44e0386] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty)
|
|
824
|
-
content: ' • ';
|
|
825
|
+
.dt-leftbar-row[data-v-f44e0386] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty)::before {
|
|
825
826
|
color: var(--dt-theme-sidebar-status-color-foreground);
|
|
827
|
+
content: ' • ';
|
|
826
828
|
}
|
|
827
829
|
.dt-leftbar-row__icon-cc[data-v-f44e0386] {
|
|
828
|
-
border-radius: var(--dt-size-200);
|
|
829
830
|
width: calc(var(--dt-size-300) * 3.5);
|
|
830
831
|
height: calc(var(--dt-size-300) * 3.5);
|
|
832
|
+
border-radius: var(--dt-size-200);
|
|
831
833
|
}
|
|
832
834
|
.opacity-pulsate[data-v-f44e0386] {
|
|
833
835
|
-webkit-animation-name: opacity-pulsate-f44e0386;
|
|
834
|
-
-webkit-animation-duration: 1s;
|
|
835
|
-
-webkit-animation-iteration-count: infinite;
|
|
836
|
-
-webkit-animation-fill-mode: both;
|
|
837
836
|
-moz-animation-name: opacity-pulsate-f44e0386;
|
|
838
|
-
-moz-animation-duration: 1s;
|
|
839
|
-
-moz-animation-iteration-count: infinite;
|
|
840
|
-
-moz-animation-fill-mode: both;
|
|
841
837
|
animation-name: opacity-pulsate-f44e0386;
|
|
838
|
+
-webkit-animation-duration: 1s;
|
|
839
|
+
-moz-animation-duration: 1s;
|
|
842
840
|
animation-duration: 1s;
|
|
841
|
+
-webkit-animation-iteration-count: infinite;
|
|
842
|
+
-moz-animation-iteration-count: infinite;
|
|
843
843
|
animation-iteration-count: infinite;
|
|
844
|
+
-webkit-animation-fill-mode: both;
|
|
845
|
+
-moz-animation-fill-mode: both;
|
|
844
846
|
animation-fill-mode: both;
|
|
845
847
|
}
|
|
846
|
-
|
|
848
|
+
@keyframes opacity-pulsate-f44e0386 {
|
|
847
849
|
0%,
|
|
848
850
|
100% {
|
|
849
851
|
opacity: 0.2;
|
|
@@ -852,7 +854,7 @@
|
|
|
852
854
|
opacity: 1;
|
|
853
855
|
}
|
|
854
856
|
}
|
|
855
|
-
|
|
857
|
+
@keyframes opacity-pulsate-f44e0386 {
|
|
856
858
|
0%,
|
|
857
859
|
100% {
|
|
858
860
|
opacity: 0.2;
|
|
@@ -877,8 +879,8 @@
|
|
|
877
879
|
transform: translate(0, 0);
|
|
878
880
|
}
|
|
879
881
|
10% {
|
|
880
|
-
transform: translate(0, -
|
|
881
|
-
opacity:
|
|
882
|
+
transform: translate(0, -0.5rem);
|
|
883
|
+
opacity: 0.9;
|
|
882
884
|
}
|
|
883
885
|
}
|
|
884
886
|
.dt-recipe-callbox[data-v-ef08f46e] {
|
|
@@ -46,21 +46,9 @@ export namespace INPUT_SIZE_CLASSES {
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
export namespace INPUT_STATE_CLASSES {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
let success: string;
|
|
53
|
-
}
|
|
54
|
-
export { input_1 as input };
|
|
55
|
-
export namespace textarea_1 {
|
|
56
|
-
let error_1: string;
|
|
57
|
-
export { error_1 as error };
|
|
58
|
-
let warning_1: string;
|
|
59
|
-
export { warning_1 as warning };
|
|
60
|
-
let success_1: string;
|
|
61
|
-
export { success_1 as success };
|
|
62
|
-
}
|
|
63
|
-
export { textarea_1 as textarea };
|
|
49
|
+
let error: string;
|
|
50
|
+
let warning: string;
|
|
51
|
+
let success: string;
|
|
64
52
|
}
|
|
65
53
|
export namespace DESCRIPTION_SIZE_CLASSES {
|
|
66
54
|
let lg_3: string;
|
|
@@ -155,7 +155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
155
|
*/
|
|
156
156
|
theme: {
|
|
157
157
|
type: StringConstructor;
|
|
158
|
-
default:
|
|
158
|
+
default: null;
|
|
159
159
|
};
|
|
160
160
|
/**
|
|
161
161
|
* External anchor id to use in those cases the anchor can't be provided via the slot.
|
|
@@ -440,7 +440,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
440
440
|
*/
|
|
441
441
|
theme: {
|
|
442
442
|
type: StringConstructor;
|
|
443
|
-
default:
|
|
443
|
+
default: null;
|
|
444
444
|
};
|
|
445
445
|
/**
|
|
446
446
|
* External anchor id to use in those cases the anchor can't be provided via the slot.
|