@dialpad/dialtone-css 8.50.3 → 8.50.6

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.
@@ -25,6 +25,11 @@
25
25
  .d-pagination__button {
26
26
  padding-right: var(--dt-space-400);
27
27
  padding-left: var(--dt-space-400);
28
+
29
+ &:disabled {
30
+ color: var(--dt-color-foreground-secondary-inverted);
31
+ background-color: var(--dt-color-neutral-transparent);
32
+ }
28
33
  }
29
34
 
30
35
  // ============================================================================
@@ -74,6 +74,7 @@
74
74
  line-height: var(--tooltip-line-height);
75
75
  letter-spacing: calc(var(--dt-space-100) * 0.25);
76
76
  text-align: center;
77
+ overflow-wrap: break-word;
77
78
  background-color: var(--tooltip-color-background);
78
79
  border-radius: var(--tooltip-border-radius);
79
80
 
@@ -3561,6 +3561,10 @@ legend .d-label--md {
3561
3561
  padding-right: var(--dt-space-400);
3562
3562
  padding-left: var(--dt-space-400);
3563
3563
  }
3564
+ .d-pagination__button:disabled {
3565
+ color: var(--dt-color-foreground-secondary-inverted);
3566
+ background-color: var(--dt-color-neutral-transparent);
3567
+ }
3564
3568
  .d-pagination__separator {
3565
3569
  align-self: flex-end;
3566
3570
  }
@@ -4480,6 +4484,7 @@ legend .d-label--md {
4480
4484
  line-height: var(--tooltip-line-height);
4481
4485
  letter-spacing: calc(var(--dt-space-100) * 0.25);
4482
4486
  text-align: center;
4487
+ overflow-wrap: break-word;
4483
4488
  background-color: var(--tooltip-color-background);
4484
4489
  border-radius: var(--tooltip-border-radius);
4485
4490
  }