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