@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
@@ -443,45 +443,101 @@
443
443
  "dtActionColorBorderMutedOutlinedDefault": "#1C1C1C",
444
444
  "dtActionColorBorderPositiveOutlinedDefault": "#2EA834",
445
445
  "dtThemeColorBase": "#1C1C1C",
446
- "dtThemeTopbarColorForeground": "#1C1C1C",
446
+ "dtThemeTopbarColorForeground": "#392bff",
447
447
  "dtThemeTopbarColorBackground": "#F9F9F9",
448
- "dtThemeTopbarFieldColorForeground": "#1C1C1C",
449
- "dtThemeTopbarFieldColorForegroundHover": "#1C1C1C",
450
- "dtThemeTopbarFieldColorBackground": "#1C1C1C",
451
- "dtThemeTopbarFieldColorBackgroundHover": "#1C1C1C",
452
- "dtThemeTopbarFieldColorBorder": "#1C1C1C",
453
- "dtThemeTopbarFieldColorBorderHover": "#1C1C1C",
454
- "dtThemeTopbarFieldColorBorderActive": "#1C1C1C",
455
- "dtThemeTopbarButtonColorForeground": "#1C1C1C",
456
- "dtThemeTopbarButtonColorForegroundHover": "#1C1C1C",
457
- "dtThemeTopbarButtonColorBackground": "#1C1C1C",
458
- "dtThemeTopbarButtonColorBackgroundHover": "#1C1C1C",
459
- "dtThemeTopbarButtonColorBackgroundActive": "#1C1C1C",
460
- "dtThemeTopbarProfileColorForeground": "#1C1C1C",
448
+ "dtThemeTopbarFieldColorForeground": "#392bff",
449
+ "dtThemeTopbarFieldColorForegroundHover": "#392bff",
450
+ "dtThemeTopbarFieldColorBackground": "#392bff",
451
+ "dtThemeTopbarFieldColorBackgroundHover": "#392bff",
452
+ "dtThemeTopbarFieldColorBorder": "#392bff",
453
+ "dtThemeTopbarFieldColorBorderHover": "#392bff",
454
+ "dtThemeTopbarFieldColorBorderActive": "#392bff",
455
+ "dtThemeTopbarButtonColorForeground": "#392bff",
456
+ "dtThemeTopbarButtonColorForegroundHover": "#392bff",
457
+ "dtThemeTopbarButtonColorBackground": "#392bff",
458
+ "dtThemeTopbarButtonColorBackgroundHover": "#392bff",
459
+ "dtThemeTopbarButtonColorBackgroundActive": "#392bff",
460
+ "dtThemeTopbarProfileColorForeground": "#392bff",
461
461
  "dtThemeTopbarProfileColorForegroundInverted": "#F9F9F9",
462
- "dtThemeTopbarProfileColorBackground": "#1C1C1C",
463
- "dtThemeTopbarProfileColorBackgroundInverted": "#1C1C1C",
464
- "dtThemeTopbarProfileColorBackgroundHover": "#1C1C1C",
465
- "dtThemeTopbarProfileColorBackgroundActive": "#1C1C1C",
462
+ "dtThemeTopbarProfileColorBackground": "#392bff",
463
+ "dtThemeTopbarProfileColorBackgroundInverted": "#392bff",
464
+ "dtThemeTopbarProfileColorBackgroundHover": "#392bff",
465
+ "dtThemeTopbarProfileColorBackgroundActive": "#392bff",
466
466
  "dtThemeSidebarColorForeground": "#3A3A3A",
467
467
  "dtThemeSidebarColorForegroundUnread": "#1C1C1C",
468
468
  "dtThemeSidebarColorBackground": "#F9F9F9",
469
469
  "dtThemeSidebarIconColorForeground": "#3A3A3A",
470
470
  "dtThemeSidebarStatusColorForeground": "#535353",
471
- "dtThemeSidebarRowColorBackground": "#1C1C1C",
472
- "dtThemeSidebarRowColorBackgroundHover": "#1C1C1C",
473
- "dtThemeSidebarRowColorBackgroundActive": "#1C1C1C",
471
+ "dtThemeSidebarRowColorBackground": "#392bff",
472
+ "dtThemeSidebarRowColorBackgroundHover": "#392bff",
473
+ "dtThemeSidebarRowColorBackgroundActive": "#392bff",
474
474
  "dtThemeSidebarSelectedRowColorForeground": "#1C1C1C",
475
- "dtThemeSidebarSelectedRowColorBackground": "#1C1C1C",
475
+ "dtThemeSidebarSelectedRowColorBackground": "#392bff",
476
476
  "dtThemeSidebarSectionColorForeground": "#535353",
477
477
  "dtThemePresenceColorBackgroundAvailable": "#52C926",
478
- "dtThemePresenceColorBackgroundBusyUnavailable": "#FF1356",
479
- "dtThemePresenceColorBackgroundBusy": "#FF9E0E",
480
- "dtThemePresenceColorBackgroundOffline": "#ffffff",
478
+ "dtThemePresenceColorBackgroundBusyUnavailable": "#AF0032",
479
+ "dtThemePresenceColorBackgroundBusy": "#D57F00",
480
+ "dtThemePresenceColorBackgroundOffline": "#808080",
481
481
  "dtThemeMentionColorForeground": "#ffffff",
482
482
  "dtThemeMentionColorForegroundStrong": "#F9F9F9",
483
483
  "dtThemeMentionColorBackground": "#7C52FF",
484
484
  "dtThemeMentionColorBackgroundStrong": "#3A1D95",
485
+ "dtShellBaseColorSurface": "#F9F9F9",
486
+ "dtShellBaseColorForeground": "#1C1C1C",
487
+ "dtShellBaseColorBorder": "#1C1C1C",
488
+ "dtShellBaseColorAccent": "#7C52FF",
489
+ "dtShellBaseColorStatusPositive": "#52C926",
490
+ "dtShellBaseColorStatusCritical": "#AF0032",
491
+ "dtShellBaseColorStatusWarning": "#D57F00",
492
+ "dtShellBaseColorStatusAway": "#808080",
493
+ "dtShellBaseActionColorBackgroundPrimary": "#252525",
494
+ "dtShellBaseActionColorBackgroundSecondary": "#252525",
495
+ "dtShellBaseActionColorBackgroundMuted": "#252525",
496
+ "dtShellColorForegroundPrimary": "#1C1C1C",
497
+ "dtShellColorForegroundSecondary": "#1C1C1C",
498
+ "dtShellColorForegroundTertiary": "#1C1C1C",
499
+ "dtShellColorForegroundStrong": "#1C1C1C",
500
+ "dtShellColorForegroundMuted": "#1C1C1C",
501
+ "dtShellColorForegroundDisabled": "#1C1C1C",
502
+ "dtShellColorForegroundPositive": "#52C926",
503
+ "dtShellColorForegroundCritical": "#AF0032",
504
+ "dtShellColorForegroundWarning": "#D57F00",
505
+ "dtShellColorSurfaceDefault": "#F9F9F9",
506
+ "dtShellColorBorderSubtle": "#1C1C1C",
507
+ "dtShellColorBorderDefault": "#1C1C1C",
508
+ "dtShellActionColorForegroundPrimaryDefault": "#1C1C1C",
509
+ "dtShellActionColorForegroundSecondaryDefault": "#1C1C1C",
510
+ "dtShellActionColorForegroundPrimaryStrong": "#1C1C1C",
511
+ "dtShellActionColorForegroundTertiaryDefault": "#1C1C1C",
512
+ "dtShellActionColorForegroundPrimaryDisabled": "#1C1C1C",
513
+ "dtShellActionColorForegroundSecondaryDisabled": "#1C1C1C",
514
+ "dtShellActionColorForegroundMutedDefault": "#1C1C1C",
515
+ "dtShellActionColorForegroundMutedHover": "#1C1C1C",
516
+ "dtShellActionColorForegroundMutedActive": "#1C1C1C",
517
+ "dtShellActionColorForegroundMutedSelected": "#1C1C1C",
518
+ "dtShellActionColorBackgroundPrimaryDefault": "#252525",
519
+ "dtShellActionColorBackgroundPrimaryHover": "#252525",
520
+ "dtShellActionColorBackgroundPrimaryActive": "#252525",
521
+ "dtShellActionColorBackgroundPrimarySelected": "#252525",
522
+ "dtShellActionColorBackgroundSecondaryDefault": "#252525",
523
+ "dtShellActionColorBackgroundSecondaryHover": "#252525",
524
+ "dtShellActionColorBackgroundSecondaryActive": "#252525",
525
+ "dtShellActionColorBackgroundSecondarySelected": "#252525",
526
+ "dtShellActionColorBackgroundMutedDefault": "#252525",
527
+ "dtShellActionColorBackgroundMutedHover": "#252525",
528
+ "dtShellActionColorBackgroundMutedActive": "#252525",
529
+ "dtShellActionColorBackgroundMutedSelected": "#252525",
530
+ "dtShellMentionColorSurfacePrimary": "#7C52FF",
531
+ "dtShellMentionColorSurfaceSecondary": "#7C52FF",
532
+ "dtShellMentionColorForegroundPrimary": "#ffffff",
533
+ "dtShellMentionColorForegroundSecondary": "#F9F9F9",
534
+ "dtShellLogoColorStar": "#7C52FF",
535
+ "dtShellLogoColorWordmark": "#10022C",
536
+ "dtShellPresenceColorAvailable": "#52C926",
537
+ "dtShellPresenceColorUnavailable": "#AF0032",
538
+ "dtShellPresenceColorBusy": "#D57F00",
539
+ "dtShellPresenceColorOffline": "#808080",
540
+ "dtShellFoo": "#392bff",
485
541
  "dtAvatarColorForeground": "#000000",
486
542
  "dtAvatarColorBackground100": "#1aa340",
487
543
  "dtAvatarColorBackground200": "#aaff83",
@@ -561,6 +617,10 @@
561
617
  "dtIconSizeBorder600": "0.1563rem",
562
618
  "dtIconSizeBorder700": "0.1719rem",
563
619
  "dtIconSizeBorder800": "0.2188rem",
620
+ "dtPresenceColorAvailable": "#2EA834",
621
+ "dtPresenceColorUnavailable": "#D90A45",
622
+ "dtPresenceColorBusy": "#FF9E0E",
623
+ "dtPresenceColorOffline": "#808080",
564
624
  "dtRadioSizeWidth": "1rem",
565
625
  "dtRadioSizeHeight": "1rem",
566
626
  "dtRadioSizeRadius": "50%",