@dialpad/dialtone 6.36.1 → 6.36.2

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.
@@ -34,6 +34,7 @@
34
34
 
35
35
 
36
36
  @theme-vars: {
37
+
37
38
  primary-color-h: var(--purple-500-h);
38
39
  primary-color-s: var(--purple-500-s);
39
40
  primary-color-l: var(--purple-500-l);
@@ -41,6 +42,11 @@
41
42
  primary-color: hsl(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l));
42
43
  primary-color-hover: hsl(var(--primary-color-h) var(--primary-color-s) calc(var(--primary-color-l) - 10%));
43
44
 
45
+ nav-background-color-h: var(--purple-800-h);
46
+ nav-background-color-s: var(--purple-800-s);
47
+ nav-background-color-l: var(--purple-800-l);
48
+ nav-background-color: hsl(var(--nav-background-color-h) var(--nav-background-color-s) var(--nav-background-color-l));
49
+
44
50
  topbar-height: var(--su64);
45
51
 
46
52
  base--font-size: var(--fs16);
@@ -94,6 +100,7 @@
94
100
  .d-theme-presence-busy { background-color: var(--theme-presence-color-background-busy) !important; }
95
101
  .d-theme-mention { background-color: var(--theme-mention-color-background) !important; }
96
102
 
103
+
97
104
  // ============================================================================
98
105
  // $ OUTPUT VARIABLES
99
106
  // ============================================================================
@@ -20499,6 +20499,10 @@ body {
20499
20499
  --primary-color-hsl: var(--primary-color-h) var(--primary-color-s) var(--primary-color-l);
20500
20500
  --primary-color: hsl(var(--primary-color-h) var(--primary-color-s) var(--primary-color-l));
20501
20501
  --primary-color-hover: hsl(var(--primary-color-h) var(--primary-color-s) calc(var(--primary-color-l) - 10%));
20502
+ --nav-background-color-h: var(--purple-800-h);
20503
+ --nav-background-color-s: var(--purple-800-s);
20504
+ --nav-background-color-l: var(--purple-800-l);
20505
+ --nav-background-color: hsl(var(--nav-background-color-h) var(--nav-background-color-s) var(--nav-background-color-l));
20502
20506
  --topbar-height: var(--su64);
20503
20507
  --base--font-size: var(--fs16);
20504
20508
  --base--font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';