@dialpad/dialtone 9.64.1 → 9.65.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/tokens-base-dark--ozK7f0P.js +4 -0
- package/dist/chunks/tokens-base-dark-V8E4WaJI.js +1 -0
- package/dist/chunks/tokens-base-light-LYlvM3eZ.js +1 -0
- package/dist/chunks/tokens-base-light-ljPrpLe2.js +4 -0
- package/dist/css/dialtone-default-theme.css +178 -92
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +129 -43
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-base-dark.css +5 -5
- package/dist/css/tokens/tokens-base-light.css +5 -5
- package/dist/css/tokens/tokens-dp-dark.css +44 -44
- package/dist/css/tokens/tokens-dp-light.css +44 -44
- package/dist/css/tokens/tokens-expressive-dark.css +50 -50
- package/dist/css/tokens/tokens-expressive-light.css +50 -50
- package/dist/css/tokens/tokens-expressive-sm-dark.css +50 -50
- package/dist/css/tokens/tokens-expressive-sm-light.css +50 -50
- package/dist/css/tokens/tokens-tmo-dark.css +44 -44
- package/dist/css/tokens/tokens-tmo-light.css +44 -44
- package/dist/themes/dp-dark.cjs +1 -1
- package/dist/themes/dp-dark.js +2 -2
- package/dist/themes/dp-light.cjs +1 -1
- package/dist/themes/dp-light.js +2 -2
- package/dist/themes/expressive-dark.cjs +1 -1
- package/dist/themes/expressive-dark.js +2 -2
- package/dist/themes/expressive-light.cjs +1 -1
- package/dist/themes/expressive-light.js +2 -2
- package/dist/themes/expressive-sm-dark.cjs +1 -1
- package/dist/themes/expressive-sm-dark.js +2 -2
- package/dist/themes/expressive-sm-light.cjs +1 -1
- package/dist/themes/expressive-sm-light.js +2 -2
- package/dist/themes/tmo-dark.cjs +1 -1
- package/dist/themes/tmo-dark.js +2 -2
- package/dist/themes/tmo-light.cjs +1 -1
- package/dist/themes/tmo-light.js +2 -2
- package/dist/tokens/css/tokens-base-dark.css +5 -5
- package/dist/tokens/css/tokens-base-light.css +5 -5
- package/dist/tokens/css/tokens-dp-dark.css +44 -44
- package/dist/tokens/css/tokens-dp-light.css +44 -44
- package/dist/tokens/css/tokens-expressive-dark.css +50 -50
- package/dist/tokens/css/tokens-expressive-light.css +50 -50
- package/dist/tokens/css/tokens-expressive-sm-dark.css +50 -50
- package/dist/tokens/css/tokens-expressive-sm-light.css +50 -50
- package/dist/tokens/css/tokens-tmo-dark.css +44 -44
- package/dist/tokens/css/tokens-tmo-light.css +44 -44
- package/dist/tokens/doc.json +8314 -8314
- package/dist/tokens/less/tokens-base-dark.less +5 -5
- package/dist/tokens/less/tokens-base-light.less +5 -5
- package/dist/tokens/less/tokens-dp-dark.less +44 -44
- package/dist/tokens/less/tokens-dp-light.less +44 -44
- package/dist/tokens/less/tokens-expressive-dark.less +50 -50
- package/dist/tokens/less/tokens-expressive-light.less +50 -50
- package/dist/tokens/less/tokens-expressive-sm-dark.less +50 -50
- package/dist/tokens/less/tokens-expressive-sm-light.less +50 -50
- package/dist/tokens/less/tokens-tmo-dark.less +44 -44
- package/dist/tokens/less/tokens-tmo-light.less +44 -44
- package/dist/tokens/tokens-base-dark.json +5 -5
- package/dist/tokens/tokens-base-light.json +5 -5
- package/dist/tokens/tokens-dp-dark.json +44 -44
- package/dist/tokens/tokens-dp-light.json +44 -44
- package/dist/tokens/tokens-expressive-dark.json +50 -50
- package/dist/tokens/tokens-expressive-light.json +50 -50
- package/dist/tokens/tokens-expressive-sm-dark.json +50 -50
- package/dist/tokens/tokens-expressive-sm-light.json +50 -50
- package/dist/tokens/tokens-tmo-dark.json +44 -44
- package/dist/tokens/tokens-tmo-light.json +44 -44
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +1 -1
- package/dist/vue2/dialtone-vue.js +1 -1
- package/dist/vue2/lib/contact-centers-row.cjs +17 -9
- package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-centers-row.js +17 -9
- package/dist/vue2/lib/contact-centers-row.js.map +1 -1
- package/dist/vue2/lib/message-input.cjs +13 -6
- package/dist/vue2/lib/message-input.cjs.map +1 -1
- package/dist/vue2/lib/message-input.js +13 -6
- package/dist/vue2/lib/message-input.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor.cjs +8 -14
- package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor.js +8 -14
- package/dist/vue2/lib/rich-text-editor.js.map +1 -1
- package/dist/vue2/lib/stack.cjs +51 -14
- package/dist/vue2/lib/stack.cjs.map +1 -1
- package/dist/vue2/lib/stack.js +52 -15
- package/dist/vue2/lib/stack.js.map +1 -1
- package/dist/vue2/style.css +62 -57
- package/dist/vue2/types/components/rich_text_editor/extensions/custom_link/custom_link.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +4 -2
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/stack/utils.d.ts +2 -2
- package/dist/vue2/types/components/stack/utils.d.ts.map +1 -1
- package/dist/vue2/types/components/stack/validators.d.ts +1 -1
- package/dist/vue2/types/components/stack/validators.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +15 -0
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +1 -1
- package/dist/vue3/lib/contact-centers-row.cjs +21 -10
- package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-centers-row.js +21 -10
- package/dist/vue3/lib/contact-centers-row.js.map +1 -1
- package/dist/vue3/lib/message-input.cjs +13 -14
- package/dist/vue3/lib/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input.js +14 -15
- package/dist/vue3/lib/message-input.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor.cjs +11 -16
- package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor.js +11 -16
- package/dist/vue3/lib/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/stack.cjs +51 -14
- package/dist/vue3/lib/stack.cjs.map +1 -1
- package/dist/vue3/lib/stack.js +52 -15
- package/dist/vue3/lib/stack.js.map +1 -1
- package/dist/vue3/style.css +62 -57
- package/dist/vue3/types/components/rich_text_editor/extensions/custom_link/custom_link.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +4 -2
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/stack/utils.d.ts +2 -2
- package/dist/vue3/types/components/stack/utils.d.ts.map +1 -1
- package/dist/vue3/types/components/stack/validators.d.ts +1 -1
- package/dist/vue3/types/components/stack/validators.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +15 -0
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/chunks/tokens-base-dark-BC3U5KoN.js +0 -4
- package/dist/chunks/tokens-base-dark-zbBpWlfP.js +0 -1
- package/dist/chunks/tokens-base-light-PCrr7t8W.js +0 -4
- package/dist/chunks/tokens-base-light-dvWvBHbM.js +0 -1
package/dist/css/dialtone.css
CHANGED
|
@@ -397,106 +397,190 @@ template {
|
|
|
397
397
|
align-items: center;
|
|
398
398
|
justify-content: normal;
|
|
399
399
|
}
|
|
400
|
+
.d-stack--gap-100 {
|
|
401
|
+
--stack-gap: var(--dt-space-100);
|
|
402
|
+
}
|
|
403
|
+
.d-stack--gap-200 {
|
|
404
|
+
--stack-gap: var(--dt-space-200);
|
|
405
|
+
}
|
|
406
|
+
.d-stack--gap-300 {
|
|
407
|
+
--stack-gap: var(--dt-space-300);
|
|
408
|
+
}
|
|
409
|
+
.d-stack--gap-400 {
|
|
410
|
+
--stack-gap: var(--dt-space-400);
|
|
411
|
+
}
|
|
412
|
+
.d-stack--gap-450 {
|
|
413
|
+
--stack-gap: var(--dt-space-450);
|
|
414
|
+
}
|
|
415
|
+
.d-stack--gap-500 {
|
|
416
|
+
--stack-gap: var(--dt-space-500);
|
|
417
|
+
}
|
|
418
|
+
.d-stack--gap-600 {
|
|
419
|
+
--stack-gap: var(--dt-space-600);
|
|
420
|
+
}
|
|
400
421
|
@media screen and (max-width: 1264px) {
|
|
401
|
-
.d-stack--xl
|
|
422
|
+
.d-stack--xl-column {
|
|
402
423
|
--stack-direction: column;
|
|
403
424
|
justify-content: flex-start;
|
|
404
425
|
}
|
|
405
|
-
.d-stack--xl
|
|
426
|
+
.d-stack--xl-column-reverse {
|
|
406
427
|
--stack-direction: column-reverse;
|
|
407
428
|
justify-content: flex-start;
|
|
408
429
|
}
|
|
409
|
-
.d-stack--xl
|
|
430
|
+
.d-stack--xl-row {
|
|
410
431
|
--stack-direction: row;
|
|
411
432
|
align-items: center;
|
|
412
433
|
justify-content: normal;
|
|
413
434
|
}
|
|
414
|
-
.d-stack--xl
|
|
435
|
+
.d-stack--xl-row-reverse {
|
|
415
436
|
--stack-direction: row-reverse;
|
|
416
437
|
align-items: center;
|
|
417
438
|
justify-content: normal;
|
|
418
439
|
}
|
|
440
|
+
.d-stack--xl-gap-100 {
|
|
441
|
+
--stack-gap: var(--dt-space-100);
|
|
442
|
+
}
|
|
443
|
+
.d-stack--xl-gap-200 {
|
|
444
|
+
--stack-gap: var(--dt-space-200);
|
|
445
|
+
}
|
|
446
|
+
.d-stack--xl-gap-300 {
|
|
447
|
+
--stack-gap: var(--dt-space-300);
|
|
448
|
+
}
|
|
449
|
+
.d-stack--xl-gap-400 {
|
|
450
|
+
--stack-gap: var(--dt-space-400);
|
|
451
|
+
}
|
|
452
|
+
.d-stack--xl-gap-450 {
|
|
453
|
+
--stack-gap: var(--dt-space-450);
|
|
454
|
+
}
|
|
455
|
+
.d-stack--xl-gap-500 {
|
|
456
|
+
--stack-gap: var(--dt-space-500);
|
|
457
|
+
}
|
|
458
|
+
.d-stack--xl-gap-600 {
|
|
459
|
+
--stack-gap: var(--dt-space-600);
|
|
460
|
+
}
|
|
419
461
|
}
|
|
420
462
|
@media screen and (max-width: 980px) {
|
|
421
|
-
.d-stack--lg
|
|
463
|
+
.d-stack--lg-column {
|
|
422
464
|
--stack-direction: column;
|
|
423
465
|
justify-content: flex-start;
|
|
424
466
|
}
|
|
425
|
-
.d-stack--lg
|
|
467
|
+
.d-stack--lg-column-reverse {
|
|
426
468
|
--stack-direction: column-reverse;
|
|
427
469
|
justify-content: flex-start;
|
|
428
470
|
}
|
|
429
|
-
.d-stack--lg
|
|
471
|
+
.d-stack--lg-row {
|
|
430
472
|
--stack-direction: row;
|
|
431
473
|
align-items: center;
|
|
432
474
|
justify-content: normal;
|
|
433
475
|
}
|
|
434
|
-
.d-stack--lg
|
|
476
|
+
.d-stack--lg-row-reverse {
|
|
435
477
|
--stack-direction: row-reverse;
|
|
436
478
|
align-items: center;
|
|
437
479
|
justify-content: normal;
|
|
438
480
|
}
|
|
481
|
+
.d-stack--lg-gap-100 {
|
|
482
|
+
--stack-gap: var(--dt-space-100);
|
|
483
|
+
}
|
|
484
|
+
.d-stack--lg-gap-200 {
|
|
485
|
+
--stack-gap: var(--dt-space-200);
|
|
486
|
+
}
|
|
487
|
+
.d-stack--lg-gap-300 {
|
|
488
|
+
--stack-gap: var(--dt-space-300);
|
|
489
|
+
}
|
|
490
|
+
.d-stack--lg-gap-400 {
|
|
491
|
+
--stack-gap: var(--dt-space-400);
|
|
492
|
+
}
|
|
493
|
+
.d-stack--lg-gap-450 {
|
|
494
|
+
--stack-gap: var(--dt-space-450);
|
|
495
|
+
}
|
|
496
|
+
.d-stack--lg-gap-500 {
|
|
497
|
+
--stack-gap: var(--dt-space-500);
|
|
498
|
+
}
|
|
499
|
+
.d-stack--lg-gap-600 {
|
|
500
|
+
--stack-gap: var(--dt-space-600);
|
|
501
|
+
}
|
|
439
502
|
}
|
|
440
503
|
@media screen and (max-width: 640px) {
|
|
441
|
-
.d-stack--md
|
|
504
|
+
.d-stack--md-column {
|
|
442
505
|
--stack-direction: column;
|
|
443
506
|
justify-content: flex-start;
|
|
444
507
|
}
|
|
445
|
-
.d-stack--md
|
|
508
|
+
.d-stack--md-column-reverse {
|
|
446
509
|
--stack-direction: column-reverse;
|
|
447
510
|
justify-content: flex-start;
|
|
448
511
|
}
|
|
449
|
-
.d-stack--md
|
|
512
|
+
.d-stack--md-row {
|
|
450
513
|
--stack-direction: row;
|
|
451
514
|
align-items: center;
|
|
452
515
|
justify-content: normal;
|
|
453
516
|
}
|
|
454
|
-
.d-stack--md
|
|
517
|
+
.d-stack--md-row-reverse {
|
|
455
518
|
--stack-direction: row-reverse;
|
|
456
519
|
align-items: center;
|
|
457
520
|
justify-content: normal;
|
|
458
521
|
}
|
|
522
|
+
.d-stack--md-gap-100 {
|
|
523
|
+
--stack-gap: var(--dt-space-100);
|
|
524
|
+
}
|
|
525
|
+
.d-stack--md-gap-200 {
|
|
526
|
+
--stack-gap: var(--dt-space-200);
|
|
527
|
+
}
|
|
528
|
+
.d-stack--md-gap-300 {
|
|
529
|
+
--stack-gap: var(--dt-space-300);
|
|
530
|
+
}
|
|
531
|
+
.d-stack--md-gap-400 {
|
|
532
|
+
--stack-gap: var(--dt-space-400);
|
|
533
|
+
}
|
|
534
|
+
.d-stack--md-gap-450 {
|
|
535
|
+
--stack-gap: var(--dt-space-450);
|
|
536
|
+
}
|
|
537
|
+
.d-stack--md-gap-500 {
|
|
538
|
+
--stack-gap: var(--dt-space-500);
|
|
539
|
+
}
|
|
540
|
+
.d-stack--md-gap-600 {
|
|
541
|
+
--stack-gap: var(--dt-space-600);
|
|
542
|
+
}
|
|
459
543
|
}
|
|
460
544
|
@media screen and (max-width: 480px) {
|
|
461
|
-
.d-stack--sm
|
|
545
|
+
.d-stack--sm-column {
|
|
462
546
|
--stack-direction: column;
|
|
463
547
|
justify-content: flex-start;
|
|
464
548
|
}
|
|
465
|
-
.d-stack--sm
|
|
549
|
+
.d-stack--sm-column-reverse {
|
|
466
550
|
--stack-direction: column-reverse;
|
|
467
551
|
justify-content: flex-start;
|
|
468
552
|
}
|
|
469
|
-
.d-stack--sm
|
|
553
|
+
.d-stack--sm-row {
|
|
470
554
|
--stack-direction: row;
|
|
471
555
|
align-items: center;
|
|
472
556
|
justify-content: normal;
|
|
473
557
|
}
|
|
474
|
-
.d-stack--sm
|
|
558
|
+
.d-stack--sm-row-reverse {
|
|
475
559
|
--stack-direction: row-reverse;
|
|
476
560
|
align-items: center;
|
|
477
561
|
justify-content: normal;
|
|
478
562
|
}
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
563
|
+
.d-stack--sm-gap-100 {
|
|
564
|
+
--stack-gap: var(--dt-space-100);
|
|
565
|
+
}
|
|
566
|
+
.d-stack--sm-gap-200 {
|
|
567
|
+
--stack-gap: var(--dt-space-200);
|
|
568
|
+
}
|
|
569
|
+
.d-stack--sm-gap-300 {
|
|
570
|
+
--stack-gap: var(--dt-space-300);
|
|
571
|
+
}
|
|
572
|
+
.d-stack--sm-gap-400 {
|
|
573
|
+
--stack-gap: var(--dt-space-400);
|
|
574
|
+
}
|
|
575
|
+
.d-stack--sm-gap-450 {
|
|
576
|
+
--stack-gap: var(--dt-space-450);
|
|
577
|
+
}
|
|
578
|
+
.d-stack--sm-gap-500 {
|
|
579
|
+
--stack-gap: var(--dt-space-500);
|
|
580
|
+
}
|
|
581
|
+
.d-stack--sm-gap-600 {
|
|
582
|
+
--stack-gap: var(--dt-space-600);
|
|
583
|
+
}
|
|
500
584
|
}
|
|
501
585
|
.dt-item-layout {
|
|
502
586
|
display: flex;
|
|
@@ -1783,20 +1867,22 @@ template {
|
|
|
1783
1867
|
background-color: var(--dt-color-neutral-transparent);
|
|
1784
1868
|
}
|
|
1785
1869
|
.d-emoji {
|
|
1870
|
+
position: relative;
|
|
1786
1871
|
display: inline-block;
|
|
1787
1872
|
vertical-align: middle;
|
|
1788
1873
|
}
|
|
1874
|
+
.d-emoji .d-icon {
|
|
1875
|
+
position: absolute;
|
|
1876
|
+
top: 50%;
|
|
1877
|
+
display: block;
|
|
1878
|
+
-webkit-transform: translateY(-50%);
|
|
1879
|
+
transform: translateY(-50%);
|
|
1880
|
+
}
|
|
1789
1881
|
.d-emoji-text-wrapper .d-emoji {
|
|
1790
|
-
position: relative;
|
|
1791
1882
|
height: 1em;
|
|
1792
|
-
vertical-align: middle;
|
|
1793
1883
|
}
|
|
1794
1884
|
.d-emoji-text-wrapper .d-emoji .d-icon {
|
|
1795
|
-
position: absolute;
|
|
1796
1885
|
top: calc(50% - 1px);
|
|
1797
|
-
display: block;
|
|
1798
|
-
-webkit-transform: translateY(-50%);
|
|
1799
|
-
transform: translateY(-50%);
|
|
1800
1886
|
}
|
|
1801
1887
|
.d-emoji-picker {
|
|
1802
1888
|
flex-direction: column;
|