@dialpad/dialtone 9.140.2-beta.1 → 9.141.0-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.
@@ -1018,7 +1018,7 @@ template {
1018
1018
  --avatar-size-text: var(--dt-font-size-200);
1019
1019
  --avatar-presence-position-right: var(--dt-space-200-negative);
1020
1020
  --avatar-presence-position-bottom: var(--dt-space-200-negative);
1021
- --avatar-count-color-shadow: var(--dt-shell-color-surface-default);
1021
+ --avatar-count-color-shadow: var(--dt-theme-sidebar-color-background);
1022
1022
  position: relative;
1023
1023
  display: flex;
1024
1024
  color: var(--avatar-color-text);
@@ -1144,7 +1144,7 @@ template {
1144
1144
  }
1145
1145
  .d-recipe-leftbar-row--selected .d-avatar__count,
1146
1146
  .d-recipe-leftbar-row__primary:hover .d-avatar__count {
1147
- --avatar-count-color-shadow: var(--dt-shell-action-color-background-primary-hover);
1147
+ --avatar-count-color-shadow: var(--dt-theme-sidebar-row-color-background-hover);
1148
1148
  }
1149
1149
  .d-avatar--clickable {
1150
1150
  --avatar-color-border: transparent;
@@ -5141,13 +5141,13 @@ legend .d-label--md {
5141
5141
  align-items: center;
5142
5142
  }
5143
5143
  .d-presence {
5144
- --presence-color-border-base: var(--dt-color-surface-secondary);
5145
- --presence-color-border-offline: var(--dt-presence-color-offline);
5146
- --presence-color-background-active: var(--dt-presence-color-available);
5147
- --presence-color-background-busy: var(--dt-presence-color-unavailable);
5148
- --presence-color-background-away: var(--dt-presence-color-busy);
5149
- --presence-color-background-offline: var(--dt-color-surface-primary);
5150
- --presence-border-size: var(--dt-size-border-200);
5144
+ --presence-color-border-base: var(--dt-theme-sidebar-color-background);
5145
+ --presence-color-border-offline: var(--dt-color-border-bold);
5146
+ --presence-color-background-active: var(--dt-theme-presence-color-background-available);
5147
+ --presence-color-background-busy: var(--dt-theme-presence-color-background-busy-unavailable);
5148
+ --presence-color-background-away: var(--dt-theme-presence-color-background-busy);
5149
+ --presence-color-background-offline: var(--dt-theme-sidebar-color-background);
5150
+ --presence-border-size: var(--dt-size-200);
5151
5151
  --presence-size: var(--dt-size-400);
5152
5152
  display: inline-block;
5153
5153
  box-sizing: border-box;
@@ -5157,10 +5157,10 @@ legend .d-label--md {
5157
5157
  border-radius: var(--dt-size-radius-circle);
5158
5158
  }
5159
5159
  .d-recipe-leftbar-row--selected .d-presence {
5160
- --presence-color-border-base: var(--dt-color-surface-secondary);
5160
+ --presence-color-border-base: var(--dt-theme-sidebar-selected-row-color-background);
5161
5161
  }
5162
5162
  .d-recipe-leftbar-row__primary:hover .d-presence {
5163
- --presence-color-border-base: var(--dt-shell-action-color-background-primary-hover);
5163
+ --presence-color-border-base: var(--dt-theme-sidebar-row-color-background-hover);
5164
5164
  }
5165
5165
  .d-presence__inner {
5166
5166
  box-sizing: border-box;
@@ -8600,7 +8600,7 @@ ul {
8600
8600
  }
8601
8601
  .d-recipe-callbar-button--active .base-button__icon,
8602
8602
  .d-recipe-callbar-button--active:hover .base-button__icon {
8603
- color: var(--dt-shell-mention-color-surface-primary);
8603
+ color: var(--dt-theme-mention-color-background);
8604
8604
  }
8605
8605
  .d-recipe-callbar-button--disabled {
8606
8606
  cursor: not-allowed;
@@ -8702,7 +8702,7 @@ ul {
8702
8702
  }
8703
8703
  .d-recipe-callbox {
8704
8704
  padding: 0;
8705
- color: var(--dt-shell-color-foreground-primary);
8705
+ color: var(--dt-color-foreground-primary);
8706
8706
  background-color: var(--dt-color-surface-primary);
8707
8707
  border-radius: var(--dt-size-radius-400);
8708
8708
  }
@@ -8723,7 +8723,7 @@ ul {
8723
8723
  border-block-start-width: 0;
8724
8724
  }
8725
8725
  .d-recipe-callbox__main-content.d-recipe-callbox__border-default {
8726
- border-color: var(--dt-shell-color-border-default);
8726
+ border-color: var(--dt-color-border-default);
8727
8727
  }
8728
8728
  .d-recipe-callbox__main-content.d-recipe-callbox__border-ai {
8729
8729
  background: linear-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)) padding-box, linear-gradient(135deg, var(--dt-color-border-accent), var(--dt-color-border-brand)) border-box;
@@ -8758,7 +8758,7 @@ ul {
8758
8758
  min-width: 100%;
8759
8759
  padding: 0;
8760
8760
  overflow: clip;
8761
- color: var(--dt-shell-color-foreground-strong);
8761
+ color: var(--dt-color-foreground-primary);
8762
8762
  font: var(--dt-typography-headline-md);
8763
8763
  line-height: var(--dt-font-line-height-100);
8764
8764
  white-space: nowrap;
@@ -8775,7 +8775,7 @@ ul {
8775
8775
  min-width: 100%;
8776
8776
  padding: 0;
8777
8777
  overflow: hidden;
8778
- color: var(--dt-shell-color-foreground-tertiary);
8778
+ color: var(--dt-color-foreground-tertiary);
8779
8779
  font: var(--dt-typography-body-sm-compact);
8780
8780
  }
8781
8781
  .d-recipe-callbox__right {
@@ -9340,20 +9340,20 @@ ul {
9340
9340
  transform: rotate(90deg);
9341
9341
  }
9342
9342
  .d-recipe-leftbar-row {
9343
- --leftbar-row-color-foreground: var(--dt-shell-color-foreground-primary);
9344
- --leftbar-row-color-background: var(--dt-shell-color-surface-default);
9343
+ --leftbar-row-color-foreground: var(--dt-theme-sidebar-color-foreground);
9344
+ --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background);
9345
9345
  --leftbar-row-radius: var(--dt-size-radius-pill);
9346
9346
  --leftbar-row-opacity: 100%;
9347
- --leftbar-row-alpha-color-foreground: var(--dt-shell-color-foreground-primary);
9347
+ --leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-icon-color-foreground);
9348
9348
  --leftbar-row-alpha-width: calc(var(--dt-size-300) * 10);
9349
9349
  --leftbar-row-alpha-height: calc(var(--dt-size-300) * 9);
9350
9350
  --leftbar-row-omega-height: var(--leftbar-row-alpha-height);
9351
9351
  --leftbar-row-unread-badge-display: inline-flex;
9352
- --leftbar-row-description-color-foreground: var(--dt-shell-color-foreground-primary);
9352
+ --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground);
9353
9353
  --leftbar-row-description-font-weight: var(--dt-font-weight-normal);
9354
9354
  --leftbar-row-description-font-size: var(--dt-font-size-200);
9355
9355
  --leftbar-row-description-line-height: var(--dt-font-line-height-200);
9356
- --leftbar-row-status-color-foreground: var(--dt-shell-color-foreground-muted);
9356
+ --leftbar-row-status-color-foreground: var(--dt-theme-sidebar-status-color-foreground);
9357
9357
  --leftbar-row-status-font-size: var(--dt-font-size-100);
9358
9358
  --leftbar-row-status-line-height: var(--dt-font-line-height-100);
9359
9359
  --leftbar-row-action-position-right: var(--dt-size-400);
@@ -9362,7 +9362,7 @@ ul {
9362
9362
  --leftbar-row-action-height: var(--leftbar-row-action-width);
9363
9363
  position: relative;
9364
9364
  display: flex;
9365
- background-color: var(--dt-shell-color-surface-default);
9365
+ background-color: var(--dt-theme-sidebar-row-color-background);
9366
9366
  border-radius: var(--leftbar-row-radius);
9367
9367
  cursor: pointer;
9368
9368
  opacity: var(--leftbar-row-opacity);
@@ -9390,7 +9390,7 @@ ul {
9390
9390
  }
9391
9391
  .d-recipe-leftbar-row:hover,
9392
9392
  .d-recipe-leftbar-row:focus-within {
9393
- --leftbar-row-color-background: var(--dt-shell-action-color-background-primary-hover);
9393
+ --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-hover);
9394
9394
  }
9395
9395
  .d-recipe-leftbar-row:hover .d-presence,
9396
9396
  .d-recipe-leftbar-row:focus-within .d-presence {
@@ -9398,7 +9398,7 @@ ul {
9398
9398
  }
9399
9399
  .d-recipe-leftbar-row:hover .d-avatar__count,
9400
9400
  .d-recipe-leftbar-row:focus-within .d-avatar__count {
9401
- --avatar-count-color-shadow: var(--dt-shell-action-color-background-primary-selected);
9401
+ --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
9402
9402
  }
9403
9403
  .d-recipe-leftbar-row__description {
9404
9404
  overflow: hidden;
@@ -9419,26 +9419,26 @@ ul {
9419
9419
  text-overflow: ellipsis;
9420
9420
  }
9421
9421
  .d-recipe-leftbar-row__meta-context ~ .d-recipe-leftbar-row__meta-custom:not(:empty)::before {
9422
- color: var(--dt-shell-color-foreground-muted);
9422
+ color: var(--dt-theme-sidebar-status-color-foreground);
9423
9423
  content: " • ";
9424
9424
  }
9425
9425
  .d-recipe-leftbar-row--has-unread {
9426
9426
  --leftbar-row-description-font-weight: var(--dt-font-weight-bold);
9427
- --leftbar-row-description-color-foreground: var(--dt-shell-color-foreground-strong);
9428
- --leftbar-row-alpha-color-foreground: var(--dt-shell-color-foreground-strong);
9427
+ --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
9428
+ --leftbar-row-alpha-color-foreground: var(--dt-theme-sidebar-color-foreground-unread);
9429
9429
  }
9430
9430
  .d-recipe-leftbar-row--muted {
9431
9431
  --leftbar-row-opacity: 60%;
9432
9432
  }
9433
9433
  .d-recipe-leftbar-row--selected {
9434
- --leftbar-row-color-background: var(--dt-shell-action-color-background-primary-selected);
9435
- --leftbar-row-description-color-foreground: var(--dt-shell-action-color-foreground-primary-selected);
9434
+ --leftbar-row-color-background: var(--dt-theme-sidebar-selected-row-color-background);
9435
+ --leftbar-row-description-color-foreground: var(--dt-theme-sidebar-selected-row-color-foreground);
9436
9436
  }
9437
9437
  .d-recipe-leftbar-row--selected .d-presence {
9438
9438
  --presence-color-border-base: var(--dt-color-black-200);
9439
9439
  }
9440
9440
  .d-recipe-leftbar-row--selected .d-avatar__count {
9441
- --avatar-count-color-shadow: var(--dt-shell-action-color-background-primary-selected);
9441
+ --avatar-count-color-shadow: var(--dt-theme-sidebar-selected-row-color-background);
9442
9442
  }
9443
9443
  .d-recipe-leftbar-row__is-typing {
9444
9444
  --is-typing-size-shape: var(--dt-size-550);
@@ -9476,18 +9476,6 @@ ul {
9476
9476
  -webkit-animation-delay: var(--td200);
9477
9477
  animation-delay: var(--td200);
9478
9478
  }
9479
- .d-recipe-leftbar-row .d-btn--inverted.d-btn--primary {
9480
- --button-color-text: var(--dt-shell-mention-color-surface-primary);
9481
- }
9482
- .d-recipe-leftbar-row .d-btn--inverted.d-btn--primary:hover:not([disabled]) {
9483
- --button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 10%, var(--dt-color-surface-primary) 100%);
9484
- }
9485
- .d-recipe-leftbar-row .d-btn--inverted.d-btn--primary:active:not([disabled]) {
9486
- --button-color-background: color-mix(in srgb, var(--dt-shell-mention-color-surface-primary) 30%, var(--dt-color-surface-primary) 100%);
9487
- }
9488
- .d-recipe-leftbar-row .d-fc-success {
9489
- color: var(--dt-shell-color-foreground-positive) !important;
9490
- }
9491
9479
  .d-recipe-leftbar-row__primary {
9492
9480
  display: flex;
9493
9481
  flex: 1;
@@ -9507,7 +9495,7 @@ ul {
9507
9495
  appearance: none;
9508
9496
  }
9509
9497
  .d-recipe-leftbar-row__primary:active {
9510
- --leftbar-row-color-background: var(--dt-shell-action-color-background-primary-active);
9498
+ --leftbar-row-color-background: var(--dt-theme-sidebar-row-color-background-active);
9511
9499
  }
9512
9500
  .d-recipe-leftbar-row__primary:focus-visible {
9513
9501
  box-shadow: var(--dt-shadow-focus-inset);
@@ -9548,8 +9536,8 @@ ul {
9548
9536
  }
9549
9537
  .d-recipe-leftbar-row__unread-badge {
9550
9538
  display: var(--leftbar-row-unread-badge-display);
9551
- color: var(--dt-shell-mention-color-foreground-primary);
9552
- background-color: var(--dt-shell-mention-color-surface-primary);
9539
+ color: var(--dt-theme-mention-color-foreground);
9540
+ background-color: var(--dt-theme-mention-color-background);
9553
9541
  }
9554
9542
  .d-recipe-leftbar-row__unread-count .d-recipe-leftbar-row__action {
9555
9543
  display: none;
@@ -9559,14 +9547,14 @@ ul {
9559
9547
  border-bottom-right-radius: var(--dt-size-radius-0);
9560
9548
  }
9561
9549
  .d-recipe-leftbar-row__unread-mention-count-badge {
9562
- color: var(--dt-shell-mention-color-foreground-secondary);
9563
- background-color: var(--dt-shell-mention-color-surface-secondary);
9550
+ color: var(--dt-theme-mention-color-foreground-strong);
9551
+ background-color: var(--dt-theme-mention-color-background-strong);
9564
9552
  border-top-left-radius: var(--dt-size-radius-0);
9565
9553
  border-bottom-left-radius: var(--dt-size-radius-0);
9566
9554
  }
9567
9555
  .d-recipe-leftbar-row__unread-mention-only-count-badge {
9568
- color: var(--dt-shell-mention-color-foreground-secondary);
9569
- background-color: var(--dt-shell-mention-color-surface-secondary);
9556
+ color: var(--dt-theme-mention-color-foreground-strong);
9557
+ background-color: var(--dt-theme-mention-color-background-strong);
9570
9558
  }
9571
9559
  .d-recipe-leftbar-row__active-voice {
9572
9560
  display: inline-flex;
@@ -9667,13 +9655,13 @@ ul {
9667
9655
  }
9668
9656
  }
9669
9657
  .d-recipe-contact-row--active {
9670
- color: var(--dt-shell-color-foreground-positive);
9658
+ color: var(--dt-color-foreground-success);
9671
9659
  }
9672
9660
  .d-recipe-contact-row--busy {
9673
- color: var(--dt-shell-color-foreground-critical);
9661
+ color: var(--dt-color-foreground-critical);
9674
9662
  }
9675
9663
  .d-recipe-contact-row--away {
9676
- color: var(--dt-shell-color-foreground-warning);
9664
+ color: var(--dt-color-foreground-warning);
9677
9665
  }
9678
9666
  .d-recipe-leftbar-general-row__icon {
9679
9667
  display: flex;
@@ -9832,16 +9820,16 @@ ul {
9832
9820
  width: var(--dt-size-550);
9833
9821
  height: var(--dt-size-600);
9834
9822
  padding: var(--dt-space-0);
9835
- color: var(--dt-shell-action-color-foreground-primary-default);
9836
- background-color: var(--dt-shell-action-color-background-primary-default);
9823
+ color: var(--dt-theme-topbar-button-color-foreground);
9824
+ background-color: var(--dt-theme-topbar-button-color-background);
9837
9825
  border-radius: var(--dt-size-550);
9838
9826
  }
9839
9827
  .d-recipe-settings-menu-button:hover {
9840
- color: var(--dt-shell-action-color-foreground-primary-hover);
9841
- background-color: var(--dt-shell-action-color-background-primary-hover);
9828
+ color: var(--dt-theme-topbar-button-color-foreground-hover);
9829
+ background-color: var(--dt-theme-topbar-button-color-background-hover);
9842
9830
  }
9843
9831
  .d-recipe-settings-menu-button:active {
9844
- background-color: var(--dt-shell-action-color-background-primary-active);
9832
+ background-color: var(--dt-theme-topbar-button-color-background-active);
9845
9833
  }
9846
9834
  .d-recipe-settings-menu-button-update {
9847
9835
  height: var(--dt-size-600);
@@ -9851,7 +9839,7 @@ ul {
9851
9839
  border-radius: var(--dt-size-radius-pill);
9852
9840
  }
9853
9841
  .d-recipe-settings-menu-button-update:hover {
9854
- color: var(--dt-shell-action-color-foreground-primary-hover);
9842
+ color: var(--dt-theme-topbar-button-color-foreground-hover);
9855
9843
  background-color: hsla(var(--dt-color-blue-200-hsl) / 0.5);
9856
9844
  }
9857
9845
  .d-recipe-time-pill {
@@ -9919,9 +9907,9 @@ ul {
9919
9907
  cursor: pointer;
9920
9908
  }
9921
9909
  .d-recipe-leftbar-unread-pill-mentions {
9922
- color: var(--dt-shell-mention-color-foreground-primary);
9910
+ color: var(--dt-theme-mention-color-foreground);
9923
9911
  font-weight: var(--dt-font-weight-bold);
9924
- background-color: var(--dt-shell-mention-color-surface-primary);
9912
+ background-color: var(--dt-theme-mention-color-background);
9925
9913
  }
9926
9914
  .d-recipe-leftbar-unread-pill-messages {
9927
9915
  color: var(--dt-color-foreground-secondary-inverted);