@dialpad/dialtone 9.48.0 → 9.51.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/css/dialtone.css +2 -2
- 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/chunks/{dropdown-8L_PePwv.js → dropdown-6UoczdUY.js} +2 -2
- package/dist/vue2/chunks/{dropdown-8L_PePwv.js.map → dropdown-6UoczdUY.js.map} +1 -1
- package/dist/vue2/chunks/{dropdown-2D4i6Qkg.js → dropdown-pHxnQPzT.js} +2 -2
- package/dist/vue2/chunks/{dropdown-2D4i6Qkg.js.map → dropdown-pHxnQPzT.js.map} +1 -1
- package/dist/vue2/chunks/{popover_constants-kQaX7G4a.js → popover_constants-WsOUIY-m.js} +2 -2
- package/dist/vue2/chunks/{popover_constants-kQaX7G4a.js.map → popover_constants-WsOUIY-m.js.map} +1 -1
- package/dist/vue2/chunks/{popover_constants-qUYTzsS3.js → popover_constants-XnGWXaxX.js} +2 -2
- package/dist/vue2/chunks/{popover_constants-qUYTzsS3.js.map → popover_constants-XnGWXaxX.js.map} +1 -1
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +2 -2
- package/dist/vue2/dialtone-vue.js +2 -2
- package/dist/vue2/lib/callbar-button-with-popover.cjs +1 -1
- package/dist/vue2/lib/callbar-button-with-popover.js +1 -1
- package/dist/vue2/lib/callbar-button.cjs +1 -1
- package/dist/vue2/lib/callbar-button.js +1 -1
- package/dist/vue2/lib/combobox-multi-select.cjs +1 -1
- package/dist/vue2/lib/combobox-multi-select.js +1 -1
- package/dist/vue2/lib/combobox-with-popover.cjs +1 -1
- package/dist/vue2/lib/combobox-with-popover.js +1 -1
- package/dist/vue2/lib/contact-row.cjs +1 -1
- package/dist/vue2/lib/contact-row.js +1 -1
- package/dist/vue2/lib/datepicker.cjs +1 -1
- package/dist/vue2/lib/datepicker.js +1 -1
- package/dist/vue2/lib/dropdown.cjs +2 -2
- package/dist/vue2/lib/dropdown.js +2 -2
- package/dist/vue2/lib/editor.cjs +1 -1
- package/dist/vue2/lib/editor.js +1 -1
- package/dist/vue2/lib/emoji-picker.cjs +24 -12
- package/dist/vue2/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue2/lib/emoji-picker.js +24 -12
- package/dist/vue2/lib/emoji-picker.js.map +1 -1
- package/dist/vue2/lib/emoji-row.cjs +1 -1
- package/dist/vue2/lib/emoji-row.js +1 -1
- package/dist/vue2/lib/general-row.cjs +21 -4
- package/dist/vue2/lib/general-row.cjs.map +1 -1
- package/dist/vue2/lib/general-row.js +21 -4
- package/dist/vue2/lib/general-row.js.map +1 -1
- package/dist/vue2/lib/group-row.cjs +1 -1
- package/dist/vue2/lib/group-row.js +1 -1
- package/dist/vue2/lib/hovercard.cjs +1 -1
- package/dist/vue2/lib/hovercard.js +1 -1
- package/dist/vue2/lib/input.cjs +5 -3
- package/dist/vue2/lib/input.cjs.map +1 -1
- package/dist/vue2/lib/input.js +5 -3
- package/dist/vue2/lib/input.js.map +1 -1
- package/dist/vue2/lib/ivr-node.cjs +2 -2
- package/dist/vue2/lib/ivr-node.js +2 -2
- package/dist/vue2/lib/message-input.cjs +1 -1
- package/dist/vue2/lib/message-input.js +1 -1
- package/dist/vue2/lib/popover.cjs +50 -3
- package/dist/vue2/lib/popover.cjs.map +1 -1
- package/dist/vue2/lib/popover.js +51 -4
- package/dist/vue2/lib/popover.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor.cjs +4 -1
- package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor.js +4 -1
- package/dist/vue2/lib/rich-text-editor.js.map +1 -1
- package/dist/vue2/lib/tooltip-directive.cjs +1 -1
- package/dist/vue2/lib/tooltip-directive.js +1 -1
- package/dist/vue2/lib/tooltip.cjs +1 -1
- package/dist/vue2/lib/tooltip.js +2 -2
- package/dist/vue2/style.css +64 -56
- package/dist/vue2/types/components/input/input.vue.d.ts +6 -4
- package/dist/vue2/types/components/input/input.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/input/input_constants.d.ts +1 -0
- package/dist/vue2/types/components/popover/popover_constants.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +23 -0
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/chunks/{dropdown-tVfEPEl1.js → dropdown-oA-_Gotg.js} +2 -2
- package/dist/vue3/chunks/{dropdown-tVfEPEl1.js.map → dropdown-oA-_Gotg.js.map} +1 -1
- package/dist/vue3/chunks/{dropdown-XFYig-ys.js → dropdown-p-Azgwov.js} +2 -2
- package/dist/vue3/chunks/{dropdown-XFYig-ys.js.map → dropdown-p-Azgwov.js.map} +1 -1
- package/dist/vue3/chunks/{popover_constants-kQaX7G4a.js → popover_constants-WsOUIY-m.js} +2 -2
- package/dist/vue3/chunks/{popover_constants-kQaX7G4a.js.map → popover_constants-WsOUIY-m.js.map} +1 -1
- package/dist/vue3/chunks/{popover_constants-qUYTzsS3.js → popover_constants-XnGWXaxX.js} +2 -2
- package/dist/vue3/chunks/{popover_constants-qUYTzsS3.js.map → popover_constants-XnGWXaxX.js.map} +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +2 -2
- package/dist/vue3/dialtone-vue.js +2 -2
- package/dist/vue3/lib/callbar-button-with-popover.cjs +1 -1
- package/dist/vue3/lib/callbar-button-with-popover.js +1 -1
- package/dist/vue3/lib/callbar-button.cjs +1 -1
- package/dist/vue3/lib/callbar-button.js +1 -1
- package/dist/vue3/lib/combobox-multi-select.cjs +1 -1
- package/dist/vue3/lib/combobox-multi-select.js +1 -1
- package/dist/vue3/lib/combobox-with-popover.cjs +1 -1
- package/dist/vue3/lib/combobox-with-popover.js +1 -1
- package/dist/vue3/lib/contact-row.cjs +1 -1
- package/dist/vue3/lib/contact-row.js +1 -1
- package/dist/vue3/lib/datepicker.cjs +1 -1
- package/dist/vue3/lib/datepicker.js +1 -1
- package/dist/vue3/lib/dropdown.cjs +2 -2
- package/dist/vue3/lib/dropdown.js +2 -2
- package/dist/vue3/lib/editor.cjs +1 -1
- package/dist/vue3/lib/editor.js +1 -1
- package/dist/vue3/lib/emoji-picker.cjs +50 -28
- package/dist/vue3/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue3/lib/emoji-picker.js +50 -28
- package/dist/vue3/lib/emoji-picker.js.map +1 -1
- package/dist/vue3/lib/emoji-row.cjs +1 -1
- package/dist/vue3/lib/emoji-row.js +1 -1
- package/dist/vue3/lib/general-row.cjs +21 -4
- package/dist/vue3/lib/general-row.cjs.map +1 -1
- package/dist/vue3/lib/general-row.js +21 -4
- package/dist/vue3/lib/general-row.js.map +1 -1
- package/dist/vue3/lib/group-row.cjs +1 -1
- package/dist/vue3/lib/group-row.js +1 -1
- package/dist/vue3/lib/hovercard.cjs +1 -1
- package/dist/vue3/lib/hovercard.js +1 -1
- package/dist/vue3/lib/input.cjs +5 -3
- package/dist/vue3/lib/input.cjs.map +1 -1
- package/dist/vue3/lib/input.js +5 -3
- package/dist/vue3/lib/input.js.map +1 -1
- package/dist/vue3/lib/ivr-node.cjs +2 -2
- package/dist/vue3/lib/ivr-node.js +2 -2
- package/dist/vue3/lib/message-input.cjs +1 -1
- package/dist/vue3/lib/message-input.js +1 -1
- package/dist/vue3/lib/popover.cjs +50 -3
- package/dist/vue3/lib/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover.js +51 -4
- package/dist/vue3/lib/popover.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor.cjs +4 -1
- package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor.js +4 -1
- package/dist/vue3/lib/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive.cjs +1 -1
- package/dist/vue3/lib/tooltip-directive.js +1 -1
- package/dist/vue3/lib/tooltip.cjs +1 -1
- package/dist/vue3/lib/tooltip.js +2 -2
- package/dist/vue3/style.css +64 -56
- package/dist/vue3/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +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.vue.d.ts +6 -4
- package/dist/vue3/types/components/input/input.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/input/input_constants.d.ts +1 -0
- package/dist/vue3/types/components/popover/popover_constants.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +23 -0
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/vue3/style.css
CHANGED
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
background-color: var(--dt-color-surface-contrast);
|
|
314
314
|
color: var(--dt-color-foreground-secondary-inverted);
|
|
315
315
|
}
|
|
316
|
-
.dt-leftbar-row[data-v-
|
|
316
|
+
.dt-leftbar-row[data-v-4793665c] {
|
|
317
317
|
--leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
|
|
318
318
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
|
|
319
319
|
--leftbar-row-radius: var(--dt-size-radius-pill);
|
|
@@ -344,61 +344,65 @@
|
|
|
344
344
|
transition-timing-function: var(--ttf-out-quint);
|
|
345
345
|
cursor: pointer;
|
|
346
346
|
}
|
|
347
|
-
.dt-leftbar-row[data-v-
|
|
348
|
-
.dt-leftbar-row[data-v-
|
|
347
|
+
.dt-leftbar-row[data-v-4793665c]:not(.dt-leftbar-row--no-action):hover,
|
|
348
|
+
.dt-leftbar-row[data-v-4793665c]:not(.dt-leftbar-row--no-action):focus-within {
|
|
349
349
|
--leftbar-row-unread-badge-display: none;
|
|
350
350
|
}
|
|
351
|
-
.dt-leftbar-row[data-v-
|
|
352
|
-
.dt-leftbar-row[data-v-
|
|
351
|
+
.dt-leftbar-row[data-v-4793665c]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action,
|
|
352
|
+
.dt-leftbar-row[data-v-4793665c]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action {
|
|
353
353
|
display: inline-flex;
|
|
354
354
|
}
|
|
355
|
-
.dt-leftbar-row[data-v-
|
|
356
|
-
.dt-leftbar-row[data-v-
|
|
355
|
+
.dt-leftbar-row[data-v-4793665c]:not(.dt-leftbar-row--no-action):hover .dt-leftbar-row__action-button,
|
|
356
|
+
.dt-leftbar-row[data-v-4793665c]:not(.dt-leftbar-row--no-action):focus-within .dt-leftbar-row__action-button {
|
|
357
357
|
opacity: 1;
|
|
358
358
|
}
|
|
359
|
-
.dt-leftbar-row[data-v-
|
|
360
|
-
.dt-leftbar-row[data-v-
|
|
359
|
+
.dt-leftbar-row[data-v-4793665c]:hover,
|
|
360
|
+
.dt-leftbar-row[data-v-4793665c]:focus-within {
|
|
361
361
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
|
|
362
362
|
}
|
|
363
|
-
.dt-leftbar-row[data-v-
|
|
364
|
-
.dt-leftbar-row[data-v-
|
|
363
|
+
.dt-leftbar-row[data-v-4793665c]:hover .d-presence,
|
|
364
|
+
.dt-leftbar-row[data-v-4793665c]:focus-within .d-presence {
|
|
365
365
|
--presence-color-border-base: var(--dt-color-black-200);
|
|
366
366
|
}
|
|
367
|
-
.dt-leftbar-row[data-v-
|
|
368
|
-
.dt-leftbar-row[data-v-
|
|
367
|
+
.dt-leftbar-row[data-v-4793665c]:hover .d-avatar__count,
|
|
368
|
+
.dt-leftbar-row[data-v-4793665c]:focus-within .d-avatar__count {
|
|
369
369
|
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
370
370
|
}
|
|
371
|
-
.dt-leftbar-row--has-unread[data-v-
|
|
371
|
+
.dt-leftbar-row--has-unread[data-v-4793665c] {
|
|
372
372
|
--leftbar-row-description-font-weight: var(--dt-font-weight-bold);
|
|
373
373
|
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
374
374
|
--leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
|
|
375
375
|
}
|
|
376
|
-
.dt-leftbar-row--unread-count[data-v-
|
|
376
|
+
.dt-leftbar-row--unread-count[data-v-4793665c] .dt-leftbar-row__action {
|
|
377
377
|
display: none;
|
|
378
378
|
}
|
|
379
|
-
.dt-leftbar-row__unread-count-badge[data-v-
|
|
379
|
+
.dt-leftbar-row__unread-count-badge[data-v-4793665c] {
|
|
380
380
|
border-top-right-radius: var(--dt-size-radius-0);
|
|
381
381
|
border-bottom-right-radius: var(--dt-size-radius-0);
|
|
382
382
|
}
|
|
383
|
-
.dt-leftbar-row__unread-mention-count-badge[data-v-
|
|
383
|
+
.dt-leftbar-row__unread-mention-count-badge[data-v-4793665c] {
|
|
384
384
|
border-top-left-radius: var(--dt-size-radius-0);
|
|
385
385
|
border-bottom-left-radius: var(--dt-size-radius-0);
|
|
386
386
|
background-color: var(--dt-color-purple-500);
|
|
387
387
|
}
|
|
388
|
-
.dt-leftbar-
|
|
388
|
+
.dt-leftbar-row__unread-mention-only-count-badge[data-v-4793665c] {
|
|
389
|
+
background-color: var(--dt-color-purple-500);
|
|
390
|
+
color: var(--dt-color-foreground-primary-inverted);
|
|
391
|
+
}
|
|
392
|
+
.dt-leftbar-row--muted[data-v-4793665c] {
|
|
389
393
|
--leftbar-row-opacity: 60%;
|
|
390
394
|
}
|
|
391
|
-
.dt-leftbar-row--selected[data-v-
|
|
395
|
+
.dt-leftbar-row--selected[data-v-4793665c] {
|
|
392
396
|
--leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
|
|
393
397
|
--leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
|
|
394
398
|
}
|
|
395
|
-
.dt-leftbar-row--selected[data-v-
|
|
399
|
+
.dt-leftbar-row--selected[data-v-4793665c] .d-presence {
|
|
396
400
|
--presence-color-border-base: var(--dt-color-black-200);
|
|
397
401
|
}
|
|
398
|
-
.dt-leftbar-row--selected[data-v-
|
|
402
|
+
.dt-leftbar-row--selected[data-v-4793665c] .d-avatar__count {
|
|
399
403
|
--avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
|
|
400
404
|
}
|
|
401
|
-
.dt-leftbar-row__is-typing[data-v-
|
|
405
|
+
.dt-leftbar-row__is-typing[data-v-4793665c] {
|
|
402
406
|
--is-typing-size-shape: var(--dt-size-550);
|
|
403
407
|
height: var(--is-typing-size-shape);
|
|
404
408
|
width: var(--is-typing-size-shape);
|
|
@@ -410,7 +414,7 @@
|
|
|
410
414
|
border-radius: var(--dt-size-radius-pill);
|
|
411
415
|
opacity: 0.75;
|
|
412
416
|
}
|
|
413
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
417
|
+
.dt-leftbar-row__is-typing span[data-v-4793665c] {
|
|
414
418
|
transition: all 500ms ease;
|
|
415
419
|
background: var(--dt-color-surface-strong);
|
|
416
420
|
height: 4px;
|
|
@@ -419,18 +423,18 @@
|
|
|
419
423
|
padding: 0;
|
|
420
424
|
opacity: 0.3;
|
|
421
425
|
border-radius: var(--dt-size-radius-pill);
|
|
422
|
-
animation: wave-
|
|
426
|
+
animation: wave-4793665c 1.5s ease infinite;
|
|
423
427
|
}
|
|
424
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
428
|
+
.dt-leftbar-row__is-typing span[data-v-4793665c]:nth-child(1) {
|
|
425
429
|
animation-delay: 0ms;
|
|
426
430
|
}
|
|
427
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
431
|
+
.dt-leftbar-row__is-typing span[data-v-4793665c]:nth-child(2) {
|
|
428
432
|
animation-delay: var(--td100);
|
|
429
433
|
}
|
|
430
|
-
.dt-leftbar-row__is-typing span[data-v-
|
|
434
|
+
.dt-leftbar-row__is-typing span[data-v-4793665c]:nth-child(3) {
|
|
431
435
|
animation-delay: var(--td200);
|
|
432
436
|
}
|
|
433
|
-
.dt-leftbar-row__primary[data-v-
|
|
437
|
+
.dt-leftbar-row__primary[data-v-4793665c] {
|
|
434
438
|
display: flex;
|
|
435
439
|
align-items: center;
|
|
436
440
|
flex: 1;
|
|
@@ -447,18 +451,18 @@
|
|
|
447
451
|
padding: 0;
|
|
448
452
|
border-radius: var(--leftbar-row-radius);
|
|
449
453
|
}
|
|
450
|
-
.dt-leftbar-row__primary[data-v-
|
|
454
|
+
.dt-leftbar-row__primary[data-v-4793665c]:active {
|
|
451
455
|
--leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
|
|
452
456
|
}
|
|
453
|
-
.dt-leftbar-row__primary[data-v-
|
|
457
|
+
.dt-leftbar-row__primary[data-v-4793665c]:focus-visible {
|
|
454
458
|
box-shadow: var(--dt-shadow-focus-inset);
|
|
455
459
|
}
|
|
456
|
-
.dt-leftbar-row__action-button[data-v-
|
|
460
|
+
.dt-leftbar-row__action-button[data-v-4793665c] {
|
|
457
461
|
opacity: 0;
|
|
458
462
|
width: var(--leftbar-row-action-width);
|
|
459
463
|
height: var(--leftbar-row-action-height);
|
|
460
464
|
}
|
|
461
|
-
.dt-leftbar-row__alpha[data-v-
|
|
465
|
+
.dt-leftbar-row__alpha[data-v-4793665c] {
|
|
462
466
|
color: var(--leftbar-row-alpha-color-foreground);
|
|
463
467
|
display: flex;
|
|
464
468
|
box-sizing: border-box;
|
|
@@ -470,11 +474,11 @@
|
|
|
470
474
|
height: var(--leftbar-row-alpha-height);
|
|
471
475
|
border-radius: var(--leftbar-row-radius) 0 0 var(--leftbar-row-radius);
|
|
472
476
|
}
|
|
473
|
-
.dt-leftbar-row__label[data-v-
|
|
477
|
+
.dt-leftbar-row__label[data-v-4793665c] {
|
|
474
478
|
flex: 0 1;
|
|
475
479
|
min-width: 0;
|
|
476
480
|
}
|
|
477
|
-
.dt-leftbar-row__omega[data-v-
|
|
481
|
+
.dt-leftbar-row__omega[data-v-4793665c] {
|
|
478
482
|
position: absolute;
|
|
479
483
|
display: flex;
|
|
480
484
|
right: var(--leftbar-row-action-position-right);
|
|
@@ -486,26 +490,26 @@
|
|
|
486
490
|
box-sizing: border-box;
|
|
487
491
|
border-radius: var(--leftbar-row-radius);
|
|
488
492
|
}
|
|
489
|
-
.dt-leftbar-row__unread-badge[data-v-
|
|
493
|
+
.dt-leftbar-row__unread-badge[data-v-4793665c] {
|
|
490
494
|
display: var(--leftbar-row-unread-badge-display);
|
|
491
495
|
}
|
|
492
|
-
.dt-leftbar-row__active-voice[data-v-
|
|
496
|
+
.dt-leftbar-row__active-voice[data-v-4793665c] {
|
|
493
497
|
color: var(--dt-color-purple-400);
|
|
494
498
|
display: inline-flex;
|
|
495
|
-
-webkit-animation-name: opacity-pulsate-
|
|
499
|
+
-webkit-animation-name: opacity-pulsate-4793665c;
|
|
496
500
|
-webkit-animation-duration: 1s;
|
|
497
501
|
-webkit-animation-iteration-count: infinite;
|
|
498
502
|
-webkit-animation-fill-mode: both;
|
|
499
|
-
-moz-animation-name: opacity-pulsate-
|
|
503
|
+
-moz-animation-name: opacity-pulsate-4793665c;
|
|
500
504
|
-moz-animation-duration: 1s;
|
|
501
505
|
-moz-animation-iteration-count: infinite;
|
|
502
506
|
-moz-animation-fill-mode: both;
|
|
503
|
-
animation-name: opacity-pulsate-
|
|
507
|
+
animation-name: opacity-pulsate-4793665c;
|
|
504
508
|
animation-duration: 1s;
|
|
505
509
|
animation-iteration-count: infinite;
|
|
506
510
|
animation-fill-mode: both;
|
|
507
511
|
}
|
|
508
|
-
.dt-leftbar-row__dnd[data-v-
|
|
512
|
+
.dt-leftbar-row__dnd[data-v-4793665c] {
|
|
509
513
|
padding-top: var(--dt-space-200);
|
|
510
514
|
padding-right: var(--dt-space-300);
|
|
511
515
|
color: var(--dt-color-foreground-tertiary);
|
|
@@ -513,26 +517,26 @@
|
|
|
513
517
|
line-height: var(--dt-font-line-height-400);
|
|
514
518
|
font-weight: var(--dt-font-weight-medium);
|
|
515
519
|
}
|
|
516
|
-
.dt-leftbar-row__container--off-duty[data-v-
|
|
520
|
+
.dt-leftbar-row__container--off-duty[data-v-4793665c] {
|
|
517
521
|
border-radius: var(--dt-size-radius-500);
|
|
518
522
|
background-color: var(--dt-badge-color-background-critical);
|
|
519
523
|
border: var(--dt-size-100) solid var(--dt-color-border-subtle);
|
|
520
524
|
}
|
|
521
|
-
.dt-leftbar-row__container--off-duty[data-v-
|
|
525
|
+
.dt-leftbar-row__container--off-duty[data-v-4793665c] .dt-leftbar-row__primary {
|
|
522
526
|
margin: calc(var(--dt-size-100) * -1);
|
|
523
527
|
}
|
|
524
|
-
.dt-leftbar-row--contact-centers[data-v-
|
|
528
|
+
.dt-leftbar-row--contact-centers[data-v-4793665c] .dt-leftbar-row__alpha {
|
|
525
529
|
padding-right: var(--dt-space-450);
|
|
526
530
|
padding-left: var(--dt-space-450);
|
|
527
531
|
}
|
|
528
|
-
.dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-
|
|
532
|
+
.dt-leftbar-row--contact-centers .dt-leftbar-row__action-container[data-v-4793665c] {
|
|
529
533
|
display: inline-flex;
|
|
530
534
|
align-items: center;
|
|
531
535
|
justify-content: flex-end;
|
|
532
536
|
min-width: var(--dt-size-600);
|
|
533
537
|
height: var(--dt-size-500);
|
|
534
538
|
}
|
|
535
|
-
.dt-leftbar-row[data-v-
|
|
539
|
+
.dt-leftbar-row[data-v-4793665c] .dt-leftbar-row__description {
|
|
536
540
|
display: block;
|
|
537
541
|
font-weight: var(--leftbar-row-description-font-weight);
|
|
538
542
|
font-size: var(--leftbar-row-description-font-size);
|
|
@@ -542,7 +546,7 @@
|
|
|
542
546
|
text-overflow: ellipsis;
|
|
543
547
|
white-space: nowrap;
|
|
544
548
|
}
|
|
545
|
-
.dt-leftbar-row[data-v-
|
|
549
|
+
.dt-leftbar-row[data-v-4793665c] .dt-leftbar-row__status {
|
|
546
550
|
display: block;
|
|
547
551
|
color: var(--leftbar-row-status-color-foreground);
|
|
548
552
|
font-size: var(--leftbar-row-status-font-size);
|
|
@@ -552,30 +556,30 @@
|
|
|
552
556
|
text-overflow: ellipsis;
|
|
553
557
|
white-space: nowrap;
|
|
554
558
|
}
|
|
555
|
-
.dt-leftbar-row[data-v-
|
|
559
|
+
.dt-leftbar-row[data-v-4793665c] .dt-leftbar-row__meta-context ~ .dt-leftbar-row__meta-custom:not(:empty):before {
|
|
556
560
|
content: ' • ';
|
|
557
561
|
color: var(--dt-theme-sidebar-status-color-foreground);
|
|
558
562
|
}
|
|
559
|
-
.dt-leftbar-row__icon-cc[data-v-
|
|
563
|
+
.dt-leftbar-row__icon-cc[data-v-4793665c] {
|
|
560
564
|
border-radius: var(--dt-size-200);
|
|
561
565
|
width: calc(var(--dt-size-300) * 3.5);
|
|
562
566
|
height: calc(var(--dt-size-300) * 3.5);
|
|
563
567
|
}
|
|
564
|
-
.opacity-pulsate[data-v-
|
|
565
|
-
-webkit-animation-name: opacity-pulsate-
|
|
568
|
+
.opacity-pulsate[data-v-4793665c] {
|
|
569
|
+
-webkit-animation-name: opacity-pulsate-4793665c;
|
|
566
570
|
-webkit-animation-duration: 1s;
|
|
567
571
|
-webkit-animation-iteration-count: infinite;
|
|
568
572
|
-webkit-animation-fill-mode: both;
|
|
569
|
-
-moz-animation-name: opacity-pulsate-
|
|
573
|
+
-moz-animation-name: opacity-pulsate-4793665c;
|
|
570
574
|
-moz-animation-duration: 1s;
|
|
571
575
|
-moz-animation-iteration-count: infinite;
|
|
572
576
|
-moz-animation-fill-mode: both;
|
|
573
|
-
animation-name: opacity-pulsate-
|
|
577
|
+
animation-name: opacity-pulsate-4793665c;
|
|
574
578
|
animation-duration: 1s;
|
|
575
579
|
animation-iteration-count: infinite;
|
|
576
580
|
animation-fill-mode: both;
|
|
577
581
|
}
|
|
578
|
-
@-webkit-keyframes opacity-pulsate-
|
|
582
|
+
@-webkit-keyframes opacity-pulsate-4793665c {
|
|
579
583
|
0%,
|
|
580
584
|
100% {
|
|
581
585
|
opacity: 0.2;
|
|
@@ -584,7 +588,7 @@
|
|
|
584
588
|
opacity: 1;
|
|
585
589
|
}
|
|
586
590
|
}
|
|
587
|
-
@-moz-keyframes opacity-pulsate-
|
|
591
|
+
@-moz-keyframes opacity-pulsate-4793665c {
|
|
588
592
|
0%,
|
|
589
593
|
100% {
|
|
590
594
|
opacity: 0.2;
|
|
@@ -593,7 +597,7 @@
|
|
|
593
597
|
opacity: 1;
|
|
594
598
|
}
|
|
595
599
|
}
|
|
596
|
-
@keyframes opacity-pulsate-
|
|
600
|
+
@keyframes opacity-pulsate-4793665c {
|
|
597
601
|
0%,
|
|
598
602
|
100% {
|
|
599
603
|
opacity: 0.2;
|
|
@@ -602,7 +606,7 @@
|
|
|
602
606
|
opacity: 1;
|
|
603
607
|
}
|
|
604
608
|
}
|
|
605
|
-
@keyframes wave-
|
|
609
|
+
@keyframes wave-4793665c {
|
|
606
610
|
0%,
|
|
607
611
|
50%,
|
|
608
612
|
100% {
|
|
@@ -685,6 +689,10 @@
|
|
|
685
689
|
border-bottom-left-radius: var(--dt-size-radius-0);
|
|
686
690
|
background-color: var(--dt-color-purple-500);
|
|
687
691
|
}
|
|
692
|
+
.dt-leftbar-row__unread-mention-only-count-badge[data-v-094eaef1] {
|
|
693
|
+
background-color: var(--dt-color-purple-500);
|
|
694
|
+
color: var(--dt-color-foreground-primary-inverted);
|
|
695
|
+
}
|
|
688
696
|
.dt-leftbar-row--muted[data-v-094eaef1] {
|
|
689
697
|
--leftbar-row-opacity: 60%;
|
|
690
698
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
focusEmojiSelector: typeof focusEmojiSelector;
|
|
3
3
|
focusLastEmoji: typeof focusLastEmoji;
|
|
4
|
-
$emit: (event: "
|
|
4
|
+
$emit: (event: "shift-tab-key-pressed" | "highlighted-emoji" | "selected-emoji" | "scroll-into-tab" | "is-scrolling" | "focus-skin-selector", ...args: any[]) => void;
|
|
5
5
|
$props: {
|
|
6
6
|
readonly [x: string]: any;
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
focusTabset: typeof focusTabset;
|
|
3
|
-
$emit: (event: "selected-tabset" | "
|
|
3
|
+
$emit: (event: "selected-tabset" | "shift-tab-key-pressed" | "tab-key-pressed" | "arrow-down-key-pressed", ...args: any[]) => void;
|
|
4
4
|
$props: {
|
|
5
5
|
readonly [x: string]: any;
|
|
6
6
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emoji_tabset.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_tabset.vue.js"],"names":[],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"emoji_tabset.vue.d.ts","sourceRoot":"","sources":["../../../../../components/emoji_picker/modules/emoji_tabset.vue.js"],"names":[],"mappings":";;;;;;;;AA0HA,qCAEC"}
|
|
@@ -7,9 +7,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
/**
|
|
10
|
-
* Type of the input
|
|
10
|
+
* Type of the input.
|
|
11
11
|
* When `textarea` a `<textarea>` element will be rendered instead of an `<input>` element.
|
|
12
|
-
* @values text, password, email, number, textarea, date, time
|
|
12
|
+
* @values text, password, email, number, textarea, date, time, file, tel
|
|
13
|
+
* @default 'text'
|
|
13
14
|
*/
|
|
14
15
|
type: {
|
|
15
16
|
type: StringConstructor;
|
|
@@ -224,9 +225,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
224
225
|
default: string;
|
|
225
226
|
};
|
|
226
227
|
/**
|
|
227
|
-
* Type of the input
|
|
228
|
+
* Type of the input.
|
|
228
229
|
* When `textarea` a `<textarea>` element will be rendered instead of an `<input>` element.
|
|
229
|
-
* @values text, password, email, number, textarea, date, time
|
|
230
|
+
* @values text, password, email, number, textarea, date, time, file, tel
|
|
231
|
+
* @default 'text'
|
|
230
232
|
*/
|
|
231
233
|
type: {
|
|
232
234
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.vue.d.ts","sourceRoot":"","sources":["../../../../components/input/input.vue.js"],"names":[],"mappings":";IA6BI;;OAEG;;;;;IAMH
|
|
1
|
+
{"version":3,"file":"input.vue.d.ts","sourceRoot":"","sources":["../../../../components/input/input.vue.js"],"names":[],"mappings":";IA6BI;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAvIH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BA5JA,gBAAgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popover_constants.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAcA,qCAA2E;AAC3E,8CAAqD;AACrD,qDAAyE;AACzE,
|
|
1
|
+
{"version":3,"file":"popover_constants.d.ts","sourceRoot":"","sources":["../../../../components/popover/popover_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAcA,qCAA2E;AAC3E,8CAAqD;AACrD,qDAAyE;AACzE,gDAAmE;AACnE,yDAEE;AACF,0CAEE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue.js"],"names":[],"mappings":";IA2CI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;OAaG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;MAEE;;;;;IAMF;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"rich_text_editor.vue.d.ts","sourceRoot":"","sources":["../../../../components/rich_text_editor/rich_text_editor.vue.js"],"names":[],"mappings":";IA2CI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;OAaG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;MAEE;;;;;IAMF;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;IAyPH;;;OAGG;;;;;;;IAleH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;IAYH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;OAaG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;MAEE;;;;;IAMF;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -31,6 +31,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
default: null;
|
|
32
32
|
validator: (color: unknown) => boolean;
|
|
33
33
|
};
|
|
34
|
+
/**
|
|
35
|
+
* The channel setting, either 'mention' or 'always'.
|
|
36
|
+
* @values 'mention', 'always', null.
|
|
37
|
+
*/
|
|
38
|
+
channelSetting: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: null;
|
|
41
|
+
};
|
|
34
42
|
/**
|
|
35
43
|
* Styles the row with an increased font weight to convey it has unreads. This must be true to see
|
|
36
44
|
* the unread count badge.
|
|
@@ -148,6 +156,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
156
|
hasUnreadCount(): boolean;
|
|
149
157
|
hasUnreadMentionCount(): boolean;
|
|
150
158
|
shouldApplyCustomStyleForCountBadge(): boolean;
|
|
159
|
+
/**
|
|
160
|
+
* When a channel in 'always' setting, meaning the user should see both unread count and unread mention count,
|
|
161
|
+
* if there are only mention messages, we should apply the custom background with var(--dt-color-purple-500).
|
|
162
|
+
* @returns {boolean}
|
|
163
|
+
*/
|
|
164
|
+
shouldApplyCustomStyleForMentionOnly(): boolean;
|
|
151
165
|
}, {
|
|
152
166
|
validateProps(): void;
|
|
153
167
|
adjustLabelWidth(): void;
|
|
@@ -184,6 +198,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
184
198
|
default: null;
|
|
185
199
|
validator: (color: unknown) => boolean;
|
|
186
200
|
};
|
|
201
|
+
/**
|
|
202
|
+
* The channel setting, either 'mention' or 'always'.
|
|
203
|
+
* @values 'mention', 'always', null.
|
|
204
|
+
*/
|
|
205
|
+
channelSetting: {
|
|
206
|
+
type: StringConstructor;
|
|
207
|
+
default: null;
|
|
208
|
+
};
|
|
187
209
|
/**
|
|
188
210
|
* Styles the row with an increased font weight to convey it has unreads. This must be true to see
|
|
189
211
|
* the unread count badge.
|
|
@@ -289,6 +311,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
289
311
|
selected: boolean;
|
|
290
312
|
unreadCount: string;
|
|
291
313
|
unreadCountTooltip: string;
|
|
314
|
+
channelSetting: string;
|
|
292
315
|
hasUnreads: boolean;
|
|
293
316
|
unreadMentionCount: string;
|
|
294
317
|
activeVoiceChat: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue.js"],"names":[],"mappings":";IAgCI;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IASH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG
|
|
1
|
+
{"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue.js"],"names":[],"mappings":";IAgCI;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyFH;;;;OAIG;4CADU,OAAO;;;;;IAjPpB;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IASH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.51.0",
|
|
4
4
|
"description": "Dialpad's Dialtone design system monorepo",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"stylelint": "15.11.0",
|
|
64
64
|
"tippy.js": "6.3.7",
|
|
65
65
|
"@dialpad/dialtone-emojis": "1.0.7",
|
|
66
|
-
"@dialpad/dialtone-icons": "4.
|
|
66
|
+
"@dialpad/dialtone-icons": "4.22.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@commitlint/cli": "^18.4.3",
|