@dialpad/dialtone 9.58.0-beta.1 → 9.58.0

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 (65) hide show
  1. package/README.md +1 -1
  2. package/dist/css/dialtone.css +4734 -171
  3. package/dist/css/dialtone.min.css +1 -1
  4. package/dist/tokens/css/variables-dark.css +941 -0
  5. package/dist/tokens/css/variables-expressive-dark.css +942 -0
  6. package/dist/tokens/css/variables-expressive-light.css +822 -0
  7. package/dist/tokens/css/variables-expressive-sm-dark.css +942 -0
  8. package/dist/tokens/css/variables-expressive-sm-light.css +822 -0
  9. package/dist/tokens/css/variables-light.css +821 -0
  10. package/dist/tokens/css/variables-tmo-dark.css +941 -0
  11. package/dist/tokens/css/variables-tmo-light.css +821 -0
  12. package/dist/tokens/doc.json +72758 -79566
  13. package/dist/tokens/less/variables-dark.less +938 -0
  14. package/dist/tokens/less/variables-expressive-dark.less +939 -0
  15. package/dist/tokens/less/variables-expressive-light.less +819 -0
  16. package/dist/tokens/less/variables-expressive-sm-dark.less +939 -0
  17. package/dist/tokens/less/variables-expressive-sm-light.less +819 -0
  18. package/dist/tokens/less/variables-light.less +818 -0
  19. package/dist/tokens/less/variables-tmo-dark.less +938 -0
  20. package/dist/tokens/less/variables-tmo-light.less +818 -0
  21. package/dist/tokens/tokens-dark.json +933 -0
  22. package/dist/tokens/tokens-light.json +813 -0
  23. package/package.json +2 -8
  24. package/dist/css/tokens/tokens-base-dark.css +0 -938
  25. package/dist/css/tokens/tokens-base-light.css +0 -718
  26. package/dist/css/tokens/tokens-dp-dark.css +0 -1795
  27. package/dist/css/tokens/tokens-dp-light.css +0 -1795
  28. package/dist/css/tokens/tokens-expressive-dark.css +0 -1801
  29. package/dist/css/tokens/tokens-expressive-light.css +0 -1801
  30. package/dist/css/tokens/tokens-expressive-sm-dark.css +0 -1801
  31. package/dist/css/tokens/tokens-expressive-sm-light.css +0 -1801
  32. package/dist/css/tokens/tokens-tmo-dark.css +0 -1795
  33. package/dist/css/tokens/tokens-tmo-light.css +0 -1795
  34. package/dist/theme.js +0 -1
  35. package/dist/theme.mjs +0 -44
  36. package/dist/tokens/css/tokens-base-dark.css +0 -938
  37. package/dist/tokens/css/tokens-base-light.css +0 -718
  38. package/dist/tokens/css/tokens-dp-dark.css +0 -1795
  39. package/dist/tokens/css/tokens-dp-light.css +0 -1795
  40. package/dist/tokens/css/tokens-expressive-dark.css +0 -1801
  41. package/dist/tokens/css/tokens-expressive-light.css +0 -1801
  42. package/dist/tokens/css/tokens-expressive-sm-dark.css +0 -1801
  43. package/dist/tokens/css/tokens-expressive-sm-light.css +0 -1801
  44. package/dist/tokens/css/tokens-tmo-dark.css +0 -1795
  45. package/dist/tokens/css/tokens-tmo-light.css +0 -1795
  46. package/dist/tokens/less/tokens-base-dark.less +0 -488
  47. package/dist/tokens/less/tokens-base-light.less +0 -368
  48. package/dist/tokens/less/tokens-dp-dark.less +0 -451
  49. package/dist/tokens/less/tokens-dp-light.less +0 -451
  50. package/dist/tokens/less/tokens-expressive-dark.less +0 -457
  51. package/dist/tokens/less/tokens-expressive-light.less +0 -457
  52. package/dist/tokens/less/tokens-expressive-sm-dark.less +0 -457
  53. package/dist/tokens/less/tokens-expressive-sm-light.less +0 -457
  54. package/dist/tokens/less/tokens-tmo-dark.less +0 -451
  55. package/dist/tokens/less/tokens-tmo-light.less +0 -451
  56. package/dist/tokens/tokens-base-dark.json +0 -486
  57. package/dist/tokens/tokens-base-light.json +0 -366
  58. package/dist/tokens/tokens-dp-dark.json +0 -449
  59. package/dist/tokens/tokens-dp-light.json +0 -449
  60. package/dist/tokens/tokens-expressive-dark.json +0 -455
  61. package/dist/tokens/tokens-expressive-light.json +0 -455
  62. package/dist/tokens/tokens-expressive-sm-dark.json +0 -455
  63. package/dist/tokens/tokens-expressive-sm-light.json +0 -455
  64. package/dist/tokens/tokens-tmo-dark.json +0 -449
  65. package/dist/tokens/tokens-tmo-light.json +0 -449
@@ -1,457 +0,0 @@
1
-
2
- // Do not edit directly
3
- // Generated on Sat, 27 Jul 2024 02:54:08 GMT
4
-
5
- @dt-font-size-100: 1.6rem; // small
6
- @dt-font-size-200: 2rem; // medium / base
7
- @dt-font-size-300: 2.8rem; // large
8
- @dt-font-size-400: 4.1rem; // extra large / xl
9
- @dt-font-size-500: 6.5rem; // extra large / xxl
10
- @dt-font-size-600: 10.5rem;
11
- @dt-size-border-focus: 0.3rem;
12
- @dt-color-foreground-primary: #E6E6E6; // Default text color throughout the UI.
13
- @dt-color-foreground-secondary: #C2C2C2; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
14
- @dt-color-foreground-tertiary: #AAAAAA; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
15
- @dt-color-foreground-muted: hsl(0 0% 83.1% / 0.6);
16
- @dt-color-foreground-placeholder: #AAAAAA; // Text color for placeholder text within form elements.
17
- @dt-color-foreground-disabled: #AAAAAA; // Used for text paired with disabled content or components, like the form elements.
18
- @dt-color-foreground-critical: #FF8585; // Expresses an error, danger, or otherwise critical state.
19
- @dt-color-foreground-critical-strong: hsl(0 100% 82.1%); // Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast.
20
- @dt-color-foreground-success: #B0FFA3; // Indicates a positive state.
21
- @dt-color-foreground-success-strong: hsl(112 100% 88.3%); // Indicates a strong positive state on surfaces that require a stronger contrast.
22
- @dt-color-foreground-warning: #FFDB80; // Indicates information that requires user’s attention and further action may be necessary.
23
- @dt-color-foreground-primary-inverted: #000000; // Primary text that sits on high-contrast surfaces or backgrounds.
24
- @dt-color-foreground-secondary-inverted: #3A3A3A; // Secondary text color that sits on high-contrast surfaces or backgrounds.
25
- @dt-color-foreground-tertiary-inverted: #555555; // Tertiary text color that sits on high-contrast surfaces or backgrounds.
26
- @dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 0.6); // Muted text color that sits on high-contrast surfaces or backgrounds.
27
- @dt-color-foreground-placeholder-inverted: #808080; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
28
- @dt-color-foreground-disabled-inverted: #808080; // Disabled text color that sits on high-contrast surfaces or backgrounds.
29
- @dt-color-foreground-critical-inverted: #EC0E0E; // Critical text that sits on high-contrast surfaces or backgrounds
30
- @dt-color-foreground-critical-strong-inverted: hsl(0 88.7% 53.5%); // Critical strong text that sits on high-contrast surfaces or backgrounds
31
- @dt-color-foreground-success-inverted: #1AA340; // Success text that sits on high-contrast surfaces or backgrounds
32
- @dt-color-foreground-success-strong-inverted: hsl(136 59.1% 54.5%); // Success strong text that sits on high-contrast surfaces or backgrounds
33
- @dt-color-foreground-warning-inverted: #815008; // Warning text that sits on high-contrast surfaces or backgrounds
34
- @dt-color-link-primary: hsl(261 100% 78.2%);
35
- @dt-color-link-critical: #FF8585;
36
- @dt-color-link-success: #B0FFA3; // positive
37
- @dt-color-link-warning: #FFDB80;
38
- @dt-color-link-muted: #C2C2C2;
39
- @dt-color-link-disabled: #AAAAAA;
40
- @dt-color-link-primary-inverted: #7C52FF;
41
- @dt-color-link-critical-inverted: #EC0E0E;
42
- @dt-color-link-success-inverted: #1AA340;
43
- @dt-color-link-warning-inverted: #815008;
44
- @dt-color-link-muted-inverted: #3A3A3A;
45
- @dt-color-link-disabled-inverted: #808080;
46
- @dt-color-link-primary-hover: #DAC7FF;
47
- @dt-color-link-critical-hover: #FFE5E6;
48
- @dt-color-link-success-hover: #EDF9EB;
49
- @dt-color-link-warning-hover: #FFF4CC;
50
- @dt-color-link-muted-hover: #E6E6E6;
51
- @dt-color-link-disabled-hover: #AAAAAA;
52
- @dt-color-link-primary-inverted-hover: #3A1D95;
53
- @dt-color-link-critical-inverted-hover: #B70B0B;
54
- @dt-color-link-success-inverted-hover: hsl(136 59.1% 54.5%);
55
- @dt-color-link-warning-inverted-hover: #262626;
56
- @dt-color-link-muted-inverted-hover: #000000;
57
- @dt-color-link-disabled-inverted-hover: #808080;
58
- @dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06); // Secondary surface as opaque background color.
59
- @dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15); // Moderate surface as opaque background color.
60
- @dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27); // Bold surface as opaque background color.
61
- @dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65); // Strong surface as opaque background color.
62
- @dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96); // Contrast surface as opaque background color.
63
- @dt-color-surface-backdrop: hsl(0 0% 0% / 0.7); // Background color for a modal-like backdrop.
64
- @dt-color-surface-critical-opaque: hsl(0 88.7% 38% / 0.32); // Critical surface as opaque background color.
65
- @dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5); // Critical subtle surface as opaque background color.
66
- @dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48); // Warning surface as opaque background color
67
- @dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5); // Warning subtle surface as opaque background color
68
- @dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26); // Success surface as opaque background color.
69
- @dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5); // Success subtle surface as opaque background color.
70
- @dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29); // Info surface as opaque background color.
71
- @dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5); // Info surface as opaque background color.
72
- @dt-color-surface-primary: hsl(0 0% 12%); // Default surface color for the majority of surfaces.
73
- @dt-color-surface-secondary: #262626; // For adjacent or complementary regions.
74
- @dt-color-surface-moderate: #3A3A3A; // A tertiary surface level, prominent without being too overpowering.
75
- @dt-color-surface-bold: #555555; // Highlight or call attention to specific areas of the interface.
76
- @dt-color-surface-strong: #AAAAAA; // Use sparingly to draw the eye to a relatively important region.
77
- @dt-color-surface-contrast: #E6E6E6; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
78
- @dt-color-surface-critical: #5B0505; // Background surface color containing error, danger, or otherwise critical messaging or elements.
79
- @dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%); // A softer version of the Critical surface.
80
- @dt-color-surface-critical-strong: #FF8585; // A contrasting critical surface, most likely paired with inverted foreground colors.
81
- @dt-color-surface-warning: #815008; // Background surface color highlighting messaging or elements that may require user's attention.
82
- @dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%); // A softer version of the default warning surface.
83
- @dt-color-surface-warning-strong: #D28F2B; // A contrasting warning surface, most likely paired with inverted foreground colors.
84
- @dt-color-surface-success: #124620; // Background surface color containing messaging or elements expressing a positive or successful state.
85
- @dt-color-surface-success-subtle: hsl(136 59.1% 8.63%); // A softer version of the default success surface.
86
- @dt-color-surface-success-strong: #B0FFA3; // A contrasting positive state surface, most likely paired with inverted foreground colors.
87
- @dt-color-surface-info: #01326D; // Background surface color containing messaging or elements communicated as generally informational.
88
- @dt-color-surface-info-subtle: hsl(213 98.2% 12.9%); // A softer version of the default informational surface.
89
- @dt-color-surface-info-strong: #99C8FF; // A contrasting informational surface, most likely paired with inverted foreground colors.
90
- @dt-color-border-subtle: hsl(0 0% 100% / 0.14);
91
- @dt-color-border-default: hsl(0 0% 100% / 0.22);
92
- @dt-color-border-moderate: hsl(0 0% 100% / 0.36);
93
- @dt-color-border-bold: hsl(0 0% 100% / 0.5);
94
- @dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
95
- @dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
96
- @dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
97
- @dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
98
- @dt-color-border-focus: #51A0FE;
99
- @dt-color-border-critical: #FF8585;
100
- @dt-color-border-success: #B0FFA3;
101
- @dt-color-border-warning: #FFDB80;
102
- @dt-color-border-brand: #7C52FF;
103
- @dt-color-border-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
104
- @dt-color-border-accent: #F9008E;
105
- @dt-color-border-critical-subtle: #B70B0B;
106
- @dt-color-border-critical-strong: #FFE5E6;
107
- @dt-color-border-success-subtle: #1AA340;
108
- @dt-color-border-success-strong: #EDF9EB;
109
- @dt-color-border-warning-subtle: #D28F2B;
110
- @dt-color-border-warning-strong: hsl(47.1 100% 72%);
111
- @dt-color-border-brand-subtle: #3A1D95;
112
- @dt-color-border-brand-strong: #DAC7FF;
113
- @dt-color-border-critical-inverted: #EC0E0E;
114
- @dt-color-border-success-inverted: #1AA340;
115
- @dt-color-border-warning-inverted: #D28F2B;
116
- @dt-color-border-brand-inverted: #7C52FF;
117
- @dt-color-border-critical-subtle-inverted: #FF8585;
118
- @dt-color-border-critical-strong-inverted: #B70B0B;
119
- @dt-color-border-success-subtle-inverted: #B0FFA3;
120
- @dt-color-border-success-strong-inverted: #124620;
121
- @dt-color-border-warning-subtle-inverted: #FFDB80;
122
- @dt-color-border-warning-strong-inverted: #815008;
123
- @dt-color-border-brand-subtle-inverted: #DAC7FF;
124
- @dt-color-border-brand-strong-inverted: #3A1D95;
125
- @dt-typography-body-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
126
- @dt-typography-body-md-font-weight: 400;
127
- @dt-typography-body-md-line-height: 1.6;
128
- @dt-typography-body-md-font-size: 2rem;
129
- @dt-typography-body-md-text-case: none;
130
- @dt-typography-body-md-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
131
- @dt-typography-body-md-compact-font-weight: 400;
132
- @dt-typography-body-md-compact-line-height: 1.4;
133
- @dt-typography-body-md-compact-font-size: 2rem;
134
- @dt-typography-body-md-compact-text-case: none;
135
- @dt-typography-body-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
136
- @dt-typography-body-sm-font-weight: 400;
137
- @dt-typography-body-sm-line-height: 1.4;
138
- @dt-typography-body-sm-font-size: 1.6rem;
139
- @dt-typography-body-sm-text-case: none;
140
- @dt-typography-body-sm-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
141
- @dt-typography-body-sm-compact-font-weight: 400;
142
- @dt-typography-body-sm-compact-line-height: 1.2;
143
- @dt-typography-body-sm-compact-font-size: 1.6rem;
144
- @dt-typography-body-sm-compact-text-case: none;
145
- @dt-typography-headline-eyebrow-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
146
- @dt-typography-headline-eyebrow-font-weight: 400;
147
- @dt-typography-headline-eyebrow-line-height: 1.4;
148
- @dt-typography-headline-eyebrow-font-size: 1.6rem;
149
- @dt-typography-headline-eyebrow-text-case: uppercase;
150
- @dt-typography-headline-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
151
- @dt-typography-headline-sm-font-weight: 700;
152
- @dt-typography-headline-sm-line-height: 1.4;
153
- @dt-typography-headline-sm-font-size: 2rem;
154
- @dt-typography-headline-sm-text-case: none;
155
- @dt-typography-headline-sm-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
156
- @dt-typography-headline-sm-compact-font-weight: 700;
157
- @dt-typography-headline-sm-compact-line-height: 1.2;
158
- @dt-typography-headline-sm-compact-font-size: 2rem;
159
- @dt-typography-headline-sm-compact-text-case: none;
160
- @dt-typography-headline-sm-soft-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
161
- @dt-typography-headline-sm-soft-font-weight: 500;
162
- @dt-typography-headline-sm-soft-line-height: 1.4;
163
- @dt-typography-headline-sm-soft-font-size: 2rem;
164
- @dt-typography-headline-sm-soft-text-case: none;
165
- @dt-typography-headline-sm-soft-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
166
- @dt-typography-headline-sm-soft-compact-font-weight: 500;
167
- @dt-typography-headline-sm-soft-compact-line-height: 1.2;
168
- @dt-typography-headline-sm-soft-compact-font-size: 2rem;
169
- @dt-typography-headline-sm-soft-compact-text-case: none;
170
- @dt-typography-headline-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
171
- @dt-typography-headline-md-font-weight: 700;
172
- @dt-typography-headline-md-line-height: 1.6;
173
- @dt-typography-headline-md-font-size: 2.8rem;
174
- @dt-typography-headline-md-text-case: none;
175
- @dt-typography-headline-md-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
176
- @dt-typography-headline-md-compact-font-weight: 700;
177
- @dt-typography-headline-md-compact-line-height: 1.4;
178
- @dt-typography-headline-md-compact-font-size: 2.8rem;
179
- @dt-typography-headline-md-compact-text-case: none;
180
- @dt-typography-headline-lg-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
181
- @dt-typography-headline-lg-font-weight: 700;
182
- @dt-typography-headline-lg-line-height: 1.6;
183
- @dt-typography-headline-lg-font-size: 4.1rem;
184
- @dt-typography-headline-lg-text-case: none;
185
- @dt-typography-headline-lg-soft-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
186
- @dt-typography-headline-lg-soft-font-weight: 500;
187
- @dt-typography-headline-lg-soft-line-height: 1.6;
188
- @dt-typography-headline-lg-soft-font-size: 4.1rem;
189
- @dt-typography-headline-lg-soft-text-case: none;
190
- @dt-typography-headline-lg-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
191
- @dt-typography-headline-lg-compact-font-weight: 700;
192
- @dt-typography-headline-lg-compact-line-height: 1.4;
193
- @dt-typography-headline-lg-compact-font-size: 4.1rem;
194
- @dt-typography-headline-lg-compact-text-case: none;
195
- @dt-typography-headline-lg-soft-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
196
- @dt-typography-headline-lg-soft-compact-font-weight: 500;
197
- @dt-typography-headline-lg-soft-compact-line-height: 1.4;
198
- @dt-typography-headline-lg-soft-compact-font-size: 4.1rem;
199
- @dt-typography-headline-lg-soft-compact-text-case: none;
200
- @dt-typography-headline-xl-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
201
- @dt-typography-headline-xl-font-weight: 500;
202
- @dt-typography-headline-xl-line-height: 1.2;
203
- @dt-typography-headline-xl-font-size: 6.5rem;
204
- @dt-typography-headline-xl-text-case: none;
205
- @dt-typography-headline-xl-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
206
- @dt-typography-headline-xl-compact-font-weight: 500;
207
- @dt-typography-headline-xl-compact-line-height: 1;
208
- @dt-typography-headline-xl-compact-font-size: 6.5rem;
209
- @dt-typography-headline-xl-compact-text-case: none;
210
- @dt-typography-headline-xxl-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
211
- @dt-typography-headline-xxl-font-weight: 500;
212
- @dt-typography-headline-xxl-line-height: 1.2;
213
- @dt-typography-headline-xxl-font-size: 10.5rem;
214
- @dt-typography-headline-xxl-text-case: none;
215
- @dt-typography-headline-xxl-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
216
- @dt-typography-headline-xxl-compact-font-weight: 500;
217
- @dt-typography-headline-xxl-compact-line-height: 1;
218
- @dt-typography-headline-xxl-compact-font-size: 10.5rem;
219
- @dt-typography-headline-xxl-compact-text-case: none;
220
- @dt-typography-label-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
221
- @dt-typography-label-md-font-weight: 600;
222
- @dt-typography-label-md-line-height: 1.6;
223
- @dt-typography-label-md-font-size: 2rem;
224
- @dt-typography-label-md-text-case: none;
225
- @dt-typography-label-md-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
226
- @dt-typography-label-md-compact-font-weight: 600;
227
- @dt-typography-label-md-compact-line-height: 1.4;
228
- @dt-typography-label-md-compact-font-size: 2rem;
229
- @dt-typography-label-md-compact-text-case: none;
230
- @dt-typography-label-md-plain-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
231
- @dt-typography-label-md-plain-font-weight: 400;
232
- @dt-typography-label-md-plain-line-height: 1.6;
233
- @dt-typography-label-md-plain-font-size: 2rem;
234
- @dt-typography-label-md-plain-text-case: none;
235
- @dt-typography-label-md-plain-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
236
- @dt-typography-label-md-plain-compact-font-weight: 400;
237
- @dt-typography-label-md-plain-compact-line-height: 1.4;
238
- @dt-typography-label-md-plain-compact-font-size: 2rem;
239
- @dt-typography-label-md-plain-compact-text-case: none;
240
- @dt-typography-label-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
241
- @dt-typography-label-sm-font-weight: 600;
242
- @dt-typography-label-sm-line-height: 1.4;
243
- @dt-typography-label-sm-font-size: 1.6rem;
244
- @dt-typography-label-sm-text-case: none;
245
- @dt-typography-label-sm-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
246
- @dt-typography-label-sm-compact-font-weight: 600;
247
- @dt-typography-label-sm-compact-line-height: 1.2;
248
- @dt-typography-label-sm-compact-font-size: 1.6rem;
249
- @dt-typography-label-sm-compact-text-case: none;
250
- @dt-typography-label-sm-plain-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
251
- @dt-typography-label-sm-plain-font-weight: 400;
252
- @dt-typography-label-sm-plain-line-height: 1.4;
253
- @dt-typography-label-sm-plain-font-size: 1.6rem;
254
- @dt-typography-label-sm-plain-text-case: none;
255
- @dt-typography-label-sm-plain-compact-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
256
- @dt-typography-label-sm-plain-compact-font-weight: 400;
257
- @dt-typography-label-sm-plain-compact-line-height: 1.2;
258
- @dt-typography-label-sm-plain-compact-font-size: 1.6rem;
259
- @dt-typography-label-sm-plain-compact-text-case: none;
260
- @dt-typography-helper-md-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
261
- @dt-typography-helper-md-font-weight: 400;
262
- @dt-typography-helper-md-line-height: 1.4;
263
- @dt-typography-helper-md-font-size: 2rem;
264
- @dt-typography-helper-md-text-case: none;
265
- @dt-typography-helper-sm-font-family: Archivo, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
266
- @dt-typography-helper-sm-font-weight: 400;
267
- @dt-typography-helper-sm-line-height: 1.2;
268
- @dt-typography-helper-sm-font-size: 1.6rem;
269
- @dt-typography-helper-sm-text-case: none;
270
- @dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
271
- @dt-typography-code-md-font-weight: 400;
272
- @dt-typography-code-md-line-height: 1.2;
273
- @dt-typography-code-md-font-size: 2rem;
274
- @dt-typography-code-md-text-case: none;
275
- @dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
276
- @dt-typography-code-sm-font-weight: 400;
277
- @dt-typography-code-sm-line-height: 1.2;
278
- @dt-typography-code-sm-font-size: 1.6rem;
279
- @dt-typography-code-sm-text-case: none;
280
- @dt-inputs-size-border-default: 0.15rem;
281
- @dt-inputs-size-border-status: 0.2rem;
282
- @dt-inputs-size-radius-xs: 0.4rem;
283
- @dt-inputs-size-radius-sm: 0.8rem;
284
- @dt-inputs-size-radius-md: 0.8rem;
285
- @dt-inputs-size-radius-lg: 1.2rem;
286
- @dt-inputs-size-radius-xl: 1.6rem;
287
- @dt-inputs-line-height-default: 1.2;
288
- @dt-inputs-font-size-xs: 1.6rem;
289
- @dt-inputs-font-size-sm: 1.6rem;
290
- @dt-inputs-font-size-md: 2rem;
291
- @dt-inputs-font-size-lg: 2.8rem;
292
- @dt-inputs-font-size-xl: 1.6rem;
293
- @dt-inputs-color-foreground-default: #E6E6E6;
294
- @dt-inputs-color-foreground-placeholder: #AAAAAA;
295
- @dt-inputs-color-foreground-disabled: #AAAAAA;
296
- @dt-inputs-color-border-default: hsl(0 0% 100% / 0.14);
297
- @dt-inputs-color-border-focus: #51A0FE;
298
- @dt-inputs-color-border-critical: #FF8585;
299
- @dt-inputs-color-border-success: #B0FFA3;
300
- @dt-inputs-color-border-warning: #FFDB80;
301
- @dt-inputs-color-border-disabled: transparent;
302
- @dt-inputs-color-background-default: hsl(0 0% 90.2% / 0.06);
303
- @dt-inputs-color-background-focus: hsl(0 0% 90.2% / 0.03);
304
- @dt-inputs-color-background-disabled: hsl(0 0% 90.2% / 0.15);
305
- @dt-action-color-foreground-base-default: #AB7EFF;
306
- @dt-action-color-foreground-base-hover: lch(69.4 56.1 303);
307
- @dt-action-color-foreground-base-active: lch(69.4 56.1 303);
308
- @dt-action-color-foreground-base-primary-default: #ffffff;
309
- @dt-action-color-foreground-critical-default: #FF8585;
310
- @dt-action-color-foreground-critical-hover: lch(77.4 39.2 25.4);
311
- @dt-action-color-foreground-critical-active: lch(77.4 39.2 25.4);
312
- @dt-action-color-foreground-critical-primary-default: #ffffff;
313
- @dt-action-color-foreground-inverted-default: #000000;
314
- @dt-action-color-foreground-inverted-hover: #000000;
315
- @dt-action-color-foreground-inverted-active: #000000;
316
- @dt-action-color-foreground-inverted-primary-default: #AB7EFF;
317
- @dt-action-color-foreground-inverted-primary-hover: #DAC7FF;
318
- @dt-action-color-foreground-inverted-primary-active: #DAC7FF;
319
- @dt-action-color-foreground-muted-default: #C2C2C2;
320
- @dt-action-color-foreground-muted-hover: #C2C2C2;
321
- @dt-action-color-foreground-muted-active: #C2C2C2;
322
- @dt-action-color-foreground-disabled-default: #AAAAAA;
323
- @dt-action-color-foreground-positive-default: #B0FFA3;
324
- @dt-action-color-foreground-positive-hover: hsl(112 100% 67.2%);
325
- @dt-action-color-foreground-positive-active: hsl(112 100% 67.2%);
326
- @dt-action-color-foreground-positive-primary-default: #ffffff;
327
- @dt-action-color-background-base-default: transparent;
328
- @dt-action-color-background-base-hover: hsl(261 100% 74.7% / 0.1);
329
- @dt-action-color-background-base-active: hsl(261 100% 74.7% / 0.2);
330
- @dt-action-color-background-base-primary-default: #7C52FF;
331
- @dt-action-color-background-base-primary-hover: hsl(255 100% 63.4%);
332
- @dt-action-color-background-base-primary-active: hsl(255 100% 60.8%);
333
- @dt-action-color-background-critical-default: transparent;
334
- @dt-action-color-background-critical-hover: hsl(0 88.8% 49% / 0.2);
335
- @dt-action-color-background-critical-active: hsl(0 88.8% 49% / 0.3);
336
- @dt-action-color-background-critical-primary-default: #EC0E0E;
337
- @dt-action-color-background-critical-primary-hover: hsl(0 88.8% 45.1%);
338
- @dt-action-color-background-critical-primary-active: hsl(0 88.8% 43.1%);
339
- @dt-action-color-background-inverted-default: transparent;
340
- @dt-action-color-background-inverted-hover: hsl(0 0% 12% / 0.15);
341
- @dt-action-color-background-inverted-active: hsl(0 0% 12% / 0.3);
342
- @dt-action-color-background-inverted-primary-default: hsl(0 0% 12%);
343
- @dt-action-color-background-inverted-primary-hover: #10022C;
344
- @dt-action-color-background-inverted-primary-active: hsl(254 67.4% 33.5%);
345
- @dt-action-color-background-muted-default: transparent;
346
- @dt-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
347
- @dt-action-color-background-muted-active: hsl(0 0% 83.1% / 0.16);
348
- @dt-action-color-background-disabled-default: #3A3A3A;
349
- @dt-action-color-background-positive-default: transparent;
350
- @dt-action-color-background-positive-hover: hsl(136 59.1% 66.9%);
351
- @dt-action-color-background-positive-active: hsl(112 100% 82% / 0.08);
352
- @dt-action-color-background-positive-primary-default: #B0FFA3;
353
- @dt-action-color-background-positive-primary-hover: hsl(112 100% 73.8%);
354
- @dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
355
- @dt-action-color-border-base-outlined-default: #AB7EFF;
356
- @dt-action-color-border-critical-outlined-default: #FF8585;
357
- @dt-action-color-border-inverted-outlined-default: #000000;
358
- @dt-action-color-border-muted-outlined-default: #AAAAAA;
359
- @dt-theme-color-base: #E6E6E6;
360
- @dt-theme-topbar-color-foreground: hsl(0 0% 90.2% / 0.75);
361
- @dt-theme-topbar-color-background: #262626;
362
- @dt-theme-topbar-field-color-foreground: hsl(0 0% 90.2% / 0.5);
363
- @dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 90.2% / 0.75);
364
- @dt-theme-topbar-field-color-background: hsl(0 0% 90.2% / 0.05);
365
- @dt-theme-topbar-field-color-background-hover: hsl(0 0% 10.1%);
366
- @dt-theme-topbar-field-color-border: hsl(0 0% 90.2% / 0);
367
- @dt-theme-topbar-field-color-border-hover: hsl(0 0% 90.2% / 0.1);
368
- @dt-theme-topbar-field-color-border-active: hsl(0 0% 90.2% / 0.2);
369
- @dt-theme-topbar-button-color-foreground: hsl(0 0% 90.2% / 0.65);
370
- @dt-theme-topbar-button-color-foreground-hover: #E6E6E6;
371
- @dt-theme-topbar-button-color-background: hsl(0 0% 90.2% / 0);
372
- @dt-theme-topbar-button-color-background-hover: hsl(0 0% 90.2% / 0.15);
373
- @dt-theme-topbar-button-color-background-active: hsl(0 0% 90.2% / 0.1);
374
- @dt-theme-topbar-profile-color-foreground: hsl(0 0% 90.2% / 0.75);
375
- @dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
376
- @dt-theme-topbar-profile-color-background: hsl(0 0% 90.2% / 0.05);
377
- @dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 90.2% / 0.75);
378
- @dt-theme-topbar-profile-color-background-hover: hsl(0 0% 90.2% / 0.1);
379
- @dt-theme-topbar-profile-color-background-active: hsl(0 0% 90.2% / 0.14);
380
- @dt-theme-sidebar-color-foreground: #C2C2C2;
381
- @dt-theme-sidebar-color-foreground-unread: #E6E6E6;
382
- @dt-theme-sidebar-color-background: #262626;
383
- @dt-theme-sidebar-icon-color-foreground: #C2C2C2;
384
- @dt-theme-sidebar-status-color-foreground: #AAAAAA;
385
- @dt-theme-sidebar-row-color-background: hsl(0 0% 90.2% / 0);
386
- @dt-theme-sidebar-row-color-background-hover: hsl(0 0% 90.2% / 0.18);
387
- @dt-theme-sidebar-row-color-background-active: hsl(0 0% 90.2% / 0.24);
388
- @dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
389
- @dt-theme-sidebar-selected-row-color-background: hsl(0 0% 90.2% / 0.2);
390
- @dt-theme-sidebar-section-color-foreground: #AAAAAA;
391
- @dt-theme-presence-color-background-available: #B0FFA3;
392
- @dt-theme-presence-color-background-busy-unavailable: #EC0E0E;
393
- @dt-theme-presence-color-background-busy: #F6AB3C;
394
- @dt-theme-presence-color-background-offline: #ffffff;
395
- @dt-theme-mention-color-foreground: #ffffff;
396
- @dt-theme-mention-color-background: #7C52FF;
397
- @dt-avatar-color-foreground: #000000;
398
- @dt-avatar-color-background-100: #1aa340;
399
- @dt-avatar-color-background-200: #aaff83;
400
- @dt-avatar-color-background-300: #adea88;
401
- @dt-avatar-color-background-400: #77eca6;
402
- @dt-avatar-color-background-500: #7aedbd;
403
- @dt-avatar-color-background-600: #77deec;
404
- @dt-avatar-color-background-700: #5ed8ff;
405
- @dt-avatar-color-background-800: #99e7ff;
406
- @dt-avatar-color-background-900: #51a0fe;
407
- @dt-avatar-color-background-1000: #b6cfff;
408
- @dt-avatar-color-background-1100: #f1b7e8;
409
- @dt-avatar-color-background-1200: #ec77bd;
410
- @dt-avatar-color-background-1300: #ff67be;
411
- @dt-avatar-color-background-1400: #f87e7e;
412
- @dt-avatar-color-background-1500: #eca877;
413
- @dt-avatar-color-background-1600: #ffbe41;
414
- @dt-avatar-color-background-1700: #ffd646;
415
- @dt-avatar-color-background-1800: #f1dab7;
416
- @dt-avatar-color-background-000: #e0e0e0;
417
- @dt-badge-color-background-default: hsl(0 0% 90.2% / 0.15);
418
- @dt-badge-color-background-info: #01326D;
419
- @dt-badge-color-background-success: #124620;
420
- @dt-badge-color-background-warning: #815008;
421
- @dt-badge-color-background-critical: #5B0505;
422
- @dt-badge-color-background-bulletin: #7C52FF;
423
- @dt-badge-color-background-bulletin-subtle: hsl(255 100% 66.1% / 0.1);
424
- @dt-badge-color-background-ai: linear-gradient(135deg, #F9008E 10%, #7C52FF 90%);
425
- @dt-badge-color-foreground-default: #E6E6E6;
426
- @dt-badge-color-foreground-bulletin: #ffffff;
427
- @dt-badge-color-foreground-bulletin-subtle: hsl(255 100% 26.4%);
428
- @dt-badge-color-border-default: hsl(0 0% 100% / 0.14);
429
- @dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / 0.5);
430
- @dt-checkbox-size-width: 1.6rem;
431
- @dt-checkbox-size-height: 1.6rem;
432
- @dt-checkbox-size-radius: 0.4rem;
433
- @dt-checkbox-color-border-unchecked: #808080;
434
- @dt-checkbox-color-border-checked: #7C52FF;
435
- @dt-checkbox-color-background-checked: #7C52FF;
436
- @dt-icon-size-100: 1.2rem;
437
- @dt-icon-size-200: 1.4rem;
438
- @dt-icon-size-300: 1.8rem;
439
- @dt-icon-size-400: 2rem;
440
- @dt-icon-size-500: 2.4rem;
441
- @dt-icon-size-600: 3.2rem;
442
- @dt-icon-size-700: 3.8rem;
443
- @dt-icon-size-800: 4.8rem;
444
- @dt-icon-size-border-100: 0.1rem;
445
- @dt-icon-size-border-200: 0.125rem;
446
- @dt-icon-size-border-300: 0.15rem;
447
- @dt-icon-size-border-400: 0.175rem;
448
- @dt-icon-size-border-500: 0.175rem;
449
- @dt-icon-size-border-600: 0.25rem;
450
- @dt-icon-size-border-700: 0.275rem;
451
- @dt-icon-size-border-800: 0.35rem;
452
- @dt-radio-size-width: 1.6rem;
453
- @dt-radio-size-height: 1.6rem;
454
- @dt-radio-size-radius: 50%;
455
- @dt-radio-color-border-unchecked: #808080;
456
- @dt-radio-color-border-checked: #7C52FF;
457
- @dt-radio-color-background-checked: #7C52FF;