@dialpad/dialtone 9.129.2 → 9.129.3-beta.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.
Files changed (82) hide show
  1. package/dist/css/dialtone-default-theme.css +589 -175
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/tokens-docs.json +1 -1
  4. package/dist/tokens/css/tokens-aegean-dark.css +467 -0
  5. package/dist/tokens/css/tokens-aegean-light.css +467 -0
  6. package/dist/tokens/css/tokens-base-dark.css +132 -132
  7. package/dist/tokens/css/tokens-base-deca-dark.css +132 -132
  8. package/dist/tokens/css/tokens-ceruleo-dark.css +488 -0
  9. package/dist/tokens/css/tokens-ceruleo-default.css +488 -0
  10. package/dist/tokens/css/tokens-debug-dp.css +574 -160
  11. package/dist/tokens/css/tokens-deca-dark.css +41 -1846
  12. package/dist/tokens/css/tokens-deca-light.css +62 -1874
  13. package/dist/tokens/css/tokens-dp-dark.css +575 -154
  14. package/dist/tokens/css/tokens-dp-light.css +589 -175
  15. package/dist/tokens/css/tokens-expressive-dark.css +547 -154
  16. package/dist/tokens/css/tokens-expressive-light.css +589 -175
  17. package/dist/tokens/css/tokens-expressive-sm-dark.css +575 -154
  18. package/dist/tokens/css/tokens-expressive-sm-light.css +589 -175
  19. package/dist/tokens/css/tokens-melon-dark.css +467 -0
  20. package/dist/tokens/css/tokens-melon-light.css +467 -0
  21. package/dist/tokens/css/tokens-sunflower-dark.css +467 -0
  22. package/dist/tokens/css/tokens-sunflower-light.css +467 -0
  23. package/dist/tokens/css/tokens-tmo-dark.css +866 -445
  24. package/dist/tokens/css/tokens-tmo-light.css +883 -469
  25. package/dist/tokens/css/tokens-verdant-haze-dark.css +474 -0
  26. package/dist/tokens/css/tokens-verdant-haze-light.css +474 -0
  27. package/dist/tokens/doc.json +145693 -129068
  28. package/dist/tokens/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Cjejq-jP.js} +1 -1
  29. package/dist/tokens/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-DD916YAg.js} +1 -1
  30. package/dist/tokens/themes/debug.cjs +1 -1
  31. package/dist/tokens/themes/debug.js +1 -1
  32. package/dist/tokens/themes/dp-dark.cjs +1 -1
  33. package/dist/tokens/themes/dp-dark.js +3 -3
  34. package/dist/tokens/themes/dp-deca-dark.cjs +1 -1
  35. package/dist/tokens/themes/dp-deca-dark.js +3 -3
  36. package/dist/tokens/themes/dp-deca-light.cjs +1 -1
  37. package/dist/tokens/themes/dp-deca-light.js +4 -4
  38. package/dist/tokens/themes/dp-light.cjs +1 -1
  39. package/dist/tokens/themes/dp-light.js +2 -2
  40. package/dist/tokens/themes/expressive-dark.cjs +1 -1
  41. package/dist/tokens/themes/expressive-dark.js +2 -2
  42. package/dist/tokens/themes/expressive-light.cjs +1 -1
  43. package/dist/tokens/themes/expressive-light.js +2 -2
  44. package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
  45. package/dist/tokens/themes/expressive-sm-dark.js +3 -3
  46. package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
  47. package/dist/tokens/themes/expressive-sm-light.js +2 -2
  48. package/dist/tokens/themes/tmo-dark.cjs +1 -1
  49. package/dist/tokens/themes/tmo-dark.js +3 -3
  50. package/dist/tokens/themes/tmo-light.cjs +1 -1
  51. package/dist/tokens/themes/tmo-light.js +2 -2
  52. package/dist/tokens/tokens-aegean-dark.json +121 -0
  53. package/dist/tokens/tokens-aegean-light.json +121 -0
  54. package/dist/tokens/tokens-base-dark.json +132 -132
  55. package/dist/tokens/tokens-base-deca-dark.json +132 -132
  56. package/dist/tokens/tokens-ceruleo-dark.json +124 -0
  57. package/dist/tokens/tokens-ceruleo-default.json +124 -0
  58. package/dist/tokens/tokens-deca-dark.json +52 -472
  59. package/dist/tokens/tokens-deca-light.json +4 -425
  60. package/dist/tokens/tokens-dp-dark.json +254 -193
  61. package/dist/tokens/tokens-dp-light.json +85 -25
  62. package/dist/tokens/tokens-expressive-dark.json +250 -193
  63. package/dist/tokens/tokens-expressive-light.json +85 -25
  64. package/dist/tokens/tokens-expressive-sm-dark.json +254 -193
  65. package/dist/tokens/tokens-expressive-sm-light.json +85 -25
  66. package/dist/tokens/tokens-melon-dark.json +121 -0
  67. package/dist/tokens/tokens-melon-light.json +121 -0
  68. package/dist/tokens/tokens-sunflower-dark.json +121 -0
  69. package/dist/tokens/tokens-sunflower-light.json +121 -0
  70. package/dist/tokens/tokens-tmo-dark.json +257 -196
  71. package/dist/tokens/tokens-tmo-light.json +127 -67
  72. package/dist/tokens/tokens-verdant-haze-dark.json +122 -0
  73. package/dist/tokens/tokens-verdant-haze-light.json +122 -0
  74. package/dist/vue2/localization/index.cjs +1 -1
  75. package/dist/vue2/localization/index.cjs.map +1 -1
  76. package/dist/vue2/localization/index.js +25 -27
  77. package/dist/vue2/localization/index.js.map +1 -1
  78. package/dist/vue3/localization/index.cjs +1 -1
  79. package/dist/vue3/localization/index.cjs.map +1 -1
  80. package/dist/vue3/localization/index.js +28 -30
  81. package/dist/vue3/localization/index.js.map +1 -1
  82. package/package.json +1 -1
@@ -429,45 +429,101 @@
429
429
  "dtActionColorBorderMutedOutlinedDefault": "#1C1C1C",
430
430
  "dtActionColorBorderPositiveOutlinedDefault": "#2EA834",
431
431
  "dtThemeColorBase": "#1C1C1C",
432
- "dtThemeTopbarColorForeground": "#1C1C1C",
432
+ "dtThemeTopbarColorForeground": "#392bff",
433
433
  "dtThemeTopbarColorBackground": "#F9F9F9",
434
- "dtThemeTopbarFieldColorForeground": "#1C1C1C",
435
- "dtThemeTopbarFieldColorForegroundHover": "#1C1C1C",
436
- "dtThemeTopbarFieldColorBackground": "#1C1C1C",
437
- "dtThemeTopbarFieldColorBackgroundHover": "#1C1C1C",
438
- "dtThemeTopbarFieldColorBorder": "#1C1C1C",
439
- "dtThemeTopbarFieldColorBorderHover": "#1C1C1C",
440
- "dtThemeTopbarFieldColorBorderActive": "#1C1C1C",
441
- "dtThemeTopbarButtonColorForeground": "#1C1C1C",
442
- "dtThemeTopbarButtonColorForegroundHover": "#1C1C1C",
443
- "dtThemeTopbarButtonColorBackground": "#1C1C1C",
444
- "dtThemeTopbarButtonColorBackgroundHover": "#1C1C1C",
445
- "dtThemeTopbarButtonColorBackgroundActive": "#1C1C1C",
446
- "dtThemeTopbarProfileColorForeground": "#1C1C1C",
434
+ "dtThemeTopbarFieldColorForeground": "#392bff",
435
+ "dtThemeTopbarFieldColorForegroundHover": "#392bff",
436
+ "dtThemeTopbarFieldColorBackground": "#392bff",
437
+ "dtThemeTopbarFieldColorBackgroundHover": "#392bff",
438
+ "dtThemeTopbarFieldColorBorder": "#392bff",
439
+ "dtThemeTopbarFieldColorBorderHover": "#392bff",
440
+ "dtThemeTopbarFieldColorBorderActive": "#392bff",
441
+ "dtThemeTopbarButtonColorForeground": "#392bff",
442
+ "dtThemeTopbarButtonColorForegroundHover": "#392bff",
443
+ "dtThemeTopbarButtonColorBackground": "#392bff",
444
+ "dtThemeTopbarButtonColorBackgroundHover": "#392bff",
445
+ "dtThemeTopbarButtonColorBackgroundActive": "#392bff",
446
+ "dtThemeTopbarProfileColorForeground": "#392bff",
447
447
  "dtThemeTopbarProfileColorForegroundInverted": "#F9F9F9",
448
- "dtThemeTopbarProfileColorBackground": "#1C1C1C",
449
- "dtThemeTopbarProfileColorBackgroundInverted": "#1C1C1C",
450
- "dtThemeTopbarProfileColorBackgroundHover": "#1C1C1C",
451
- "dtThemeTopbarProfileColorBackgroundActive": "#1C1C1C",
448
+ "dtThemeTopbarProfileColorBackground": "#392bff",
449
+ "dtThemeTopbarProfileColorBackgroundInverted": "#392bff",
450
+ "dtThemeTopbarProfileColorBackgroundHover": "#392bff",
451
+ "dtThemeTopbarProfileColorBackgroundActive": "#392bff",
452
452
  "dtThemeSidebarColorForeground": "#3A3A3A",
453
453
  "dtThemeSidebarColorForegroundUnread": "#1C1C1C",
454
454
  "dtThemeSidebarColorBackground": "#F9F9F9",
455
455
  "dtThemeSidebarIconColorForeground": "#3A3A3A",
456
456
  "dtThemeSidebarStatusColorForeground": "#535353",
457
- "dtThemeSidebarRowColorBackground": "#1C1C1C",
458
- "dtThemeSidebarRowColorBackgroundHover": "#1C1C1C",
459
- "dtThemeSidebarRowColorBackgroundActive": "#1C1C1C",
457
+ "dtThemeSidebarRowColorBackground": "#392bff",
458
+ "dtThemeSidebarRowColorBackgroundHover": "#392bff",
459
+ "dtThemeSidebarRowColorBackgroundActive": "#392bff",
460
460
  "dtThemeSidebarSelectedRowColorForeground": "#1C1C1C",
461
- "dtThemeSidebarSelectedRowColorBackground": "#1C1C1C",
461
+ "dtThemeSidebarSelectedRowColorBackground": "#392bff",
462
462
  "dtThemeSidebarSectionColorForeground": "#535353",
463
463
  "dtThemePresenceColorBackgroundAvailable": "#52C926",
464
- "dtThemePresenceColorBackgroundBusyUnavailable": "#FF1356",
465
- "dtThemePresenceColorBackgroundBusy": "#FF9E0E",
466
- "dtThemePresenceColorBackgroundOffline": "#ffffff",
464
+ "dtThemePresenceColorBackgroundBusyUnavailable": "#AF0032",
465
+ "dtThemePresenceColorBackgroundBusy": "#D57F00",
466
+ "dtThemePresenceColorBackgroundOffline": "#808080",
467
467
  "dtThemeMentionColorForeground": "#ffffff",
468
468
  "dtThemeMentionColorForegroundStrong": "#F9F9F9",
469
469
  "dtThemeMentionColorBackground": "#7C52FF",
470
470
  "dtThemeMentionColorBackgroundStrong": "#3A1D95",
471
+ "dtShellBaseColorSurface": "#F9F9F9",
472
+ "dtShellBaseColorForeground": "#1C1C1C",
473
+ "dtShellBaseColorBorder": "#1C1C1C",
474
+ "dtShellBaseColorAccent": "#7C52FF",
475
+ "dtShellBaseColorStatusPositive": "#52C926",
476
+ "dtShellBaseColorStatusCritical": "#AF0032",
477
+ "dtShellBaseColorStatusWarning": "#D57F00",
478
+ "dtShellBaseColorStatusAway": "#808080",
479
+ "dtShellBaseActionColorBackgroundPrimary": "#252525",
480
+ "dtShellBaseActionColorBackgroundSecondary": "#252525",
481
+ "dtShellBaseActionColorBackgroundMuted": "#252525",
482
+ "dtShellColorForegroundPrimary": "#1C1C1C",
483
+ "dtShellColorForegroundSecondary": "#1C1C1C",
484
+ "dtShellColorForegroundTertiary": "#1C1C1C",
485
+ "dtShellColorForegroundStrong": "#1C1C1C",
486
+ "dtShellColorForegroundMuted": "#1C1C1C",
487
+ "dtShellColorForegroundDisabled": "#1C1C1C",
488
+ "dtShellColorForegroundPositive": "#52C926",
489
+ "dtShellColorForegroundCritical": "#AF0032",
490
+ "dtShellColorForegroundWarning": "#D57F00",
491
+ "dtShellColorSurfaceDefault": "#F9F9F9",
492
+ "dtShellColorBorderSubtle": "#1C1C1C",
493
+ "dtShellColorBorderDefault": "#1C1C1C",
494
+ "dtShellActionColorForegroundPrimaryDefault": "#1C1C1C",
495
+ "dtShellActionColorForegroundSecondaryDefault": "#1C1C1C",
496
+ "dtShellActionColorForegroundPrimaryStrong": "#1C1C1C",
497
+ "dtShellActionColorForegroundTertiaryDefault": "#1C1C1C",
498
+ "dtShellActionColorForegroundPrimaryDisabled": "#1C1C1C",
499
+ "dtShellActionColorForegroundSecondaryDisabled": "#1C1C1C",
500
+ "dtShellActionColorForegroundMutedDefault": "#1C1C1C",
501
+ "dtShellActionColorForegroundMutedHover": "#1C1C1C",
502
+ "dtShellActionColorForegroundMutedActive": "#1C1C1C",
503
+ "dtShellActionColorForegroundMutedSelected": "#1C1C1C",
504
+ "dtShellActionColorBackgroundPrimaryDefault": "#252525",
505
+ "dtShellActionColorBackgroundPrimaryHover": "#252525",
506
+ "dtShellActionColorBackgroundPrimaryActive": "#252525",
507
+ "dtShellActionColorBackgroundPrimarySelected": "#252525",
508
+ "dtShellActionColorBackgroundSecondaryDefault": "#252525",
509
+ "dtShellActionColorBackgroundSecondaryHover": "#252525",
510
+ "dtShellActionColorBackgroundSecondaryActive": "#252525",
511
+ "dtShellActionColorBackgroundSecondarySelected": "#252525",
512
+ "dtShellActionColorBackgroundMutedDefault": "#252525",
513
+ "dtShellActionColorBackgroundMutedHover": "#252525",
514
+ "dtShellActionColorBackgroundMutedActive": "#252525",
515
+ "dtShellActionColorBackgroundMutedSelected": "#252525",
516
+ "dtShellMentionColorSurfacePrimary": "#7C52FF",
517
+ "dtShellMentionColorSurfaceSecondary": "#7C52FF",
518
+ "dtShellMentionColorForegroundPrimary": "#ffffff",
519
+ "dtShellMentionColorForegroundSecondary": "#F9F9F9",
520
+ "dtShellLogoColorStar": "#7C52FF",
521
+ "dtShellLogoColorWordmark": "#10022C",
522
+ "dtShellPresenceColorAvailable": "#52C926",
523
+ "dtShellPresenceColorUnavailable": "#AF0032",
524
+ "dtShellPresenceColorBusy": "#D57F00",
525
+ "dtShellPresenceColorOffline": "#808080",
526
+ "dtShellFoo": "#392bff",
471
527
  "dtAvatarColorForeground": "#000000",
472
528
  "dtAvatarColorBackground100": "#1aa340",
473
529
  "dtAvatarColorBackground200": "#aaff83",
@@ -527,6 +583,10 @@
527
583
  "dtIconSizeBorder600": "0.1563rem",
528
584
  "dtIconSizeBorder700": "0.1719rem",
529
585
  "dtIconSizeBorder800": "0.2188rem",
586
+ "dtPresenceColorAvailable": "#2EA834",
587
+ "dtPresenceColorUnavailable": "#D90A45",
588
+ "dtPresenceColorBusy": "#FF9E0E",
589
+ "dtPresenceColorOffline": "#808080",
530
590
  "dtRadioSizeWidth": "1rem",
531
591
  "dtRadioSizeHeight": "1rem",
532
592
  "dtRadioSizeRadius": "50%",