@dialpad/dialtone 9.56.2 → 9.58.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.
Files changed (73) hide show
  1. package/README.md +4 -0
  2. package/dist/css/dialtone.css +171 -4734
  3. package/dist/css/dialtone.min.css +1 -1
  4. package/dist/css/tokens/tokens-base-dark.css +938 -0
  5. package/dist/css/tokens/tokens-base-light.css +718 -0
  6. package/dist/css/tokens/tokens-dp-dark.css +1795 -0
  7. package/dist/css/tokens/tokens-dp-light.css +1795 -0
  8. package/dist/css/tokens/tokens-expressive-dark.css +1801 -0
  9. package/dist/css/tokens/tokens-expressive-light.css +1801 -0
  10. package/dist/css/tokens/tokens-expressive-sm-dark.css +1801 -0
  11. package/dist/css/tokens/tokens-expressive-sm-light.css +1801 -0
  12. package/dist/css/tokens/tokens-tmo-dark.css +1795 -0
  13. package/dist/css/tokens/tokens-tmo-light.css +1795 -0
  14. package/dist/theme.js +1 -0
  15. package/dist/theme.mjs +44 -0
  16. package/dist/tokens/css/tokens-base-dark.css +938 -0
  17. package/dist/tokens/css/tokens-base-light.css +718 -0
  18. package/dist/tokens/css/tokens-dp-dark.css +1795 -0
  19. package/dist/tokens/css/tokens-dp-light.css +1795 -0
  20. package/dist/tokens/css/tokens-expressive-dark.css +1801 -0
  21. package/dist/tokens/css/tokens-expressive-light.css +1801 -0
  22. package/dist/tokens/css/tokens-expressive-sm-dark.css +1801 -0
  23. package/dist/tokens/css/tokens-expressive-sm-light.css +1801 -0
  24. package/dist/tokens/css/tokens-tmo-dark.css +1795 -0
  25. package/dist/tokens/css/tokens-tmo-light.css +1795 -0
  26. package/dist/tokens/doc.json +78813 -72005
  27. package/dist/tokens/less/tokens-base-dark.less +488 -0
  28. package/dist/tokens/less/tokens-base-light.less +368 -0
  29. package/dist/tokens/less/tokens-dp-dark.less +451 -0
  30. package/dist/tokens/less/tokens-dp-light.less +451 -0
  31. package/dist/tokens/less/tokens-expressive-dark.less +457 -0
  32. package/dist/tokens/less/tokens-expressive-light.less +457 -0
  33. package/dist/tokens/less/tokens-expressive-sm-dark.less +457 -0
  34. package/dist/tokens/less/tokens-expressive-sm-light.less +457 -0
  35. package/dist/tokens/less/tokens-tmo-dark.less +451 -0
  36. package/dist/tokens/less/tokens-tmo-light.less +451 -0
  37. package/dist/tokens/tokens-base-dark.json +486 -0
  38. package/dist/tokens/tokens-base-light.json +366 -0
  39. package/dist/tokens/tokens-dp-dark.json +449 -0
  40. package/dist/tokens/tokens-dp-light.json +449 -0
  41. package/dist/tokens/tokens-expressive-dark.json +455 -0
  42. package/dist/tokens/tokens-expressive-light.json +455 -0
  43. package/dist/tokens/tokens-expressive-sm-dark.json +455 -0
  44. package/dist/tokens/tokens-expressive-sm-light.json +455 -0
  45. package/dist/tokens/tokens-tmo-dark.json +449 -0
  46. package/dist/tokens/tokens-tmo-light.json +449 -0
  47. package/dist/vue2/lib/message-input.cjs +12 -9
  48. package/dist/vue2/lib/message-input.cjs.map +1 -1
  49. package/dist/vue2/lib/message-input.js +12 -9
  50. package/dist/vue2/lib/message-input.js.map +1 -1
  51. package/dist/vue3/lib/message-input.cjs +40 -35
  52. package/dist/vue3/lib/message-input.cjs.map +1 -1
  53. package/dist/vue3/lib/message-input.js +40 -35
  54. package/dist/vue3/lib/message-input.js.map +1 -1
  55. package/package.json +8 -2
  56. package/dist/tokens/css/variables-dark.css +0 -941
  57. package/dist/tokens/css/variables-expressive-dark.css +0 -942
  58. package/dist/tokens/css/variables-expressive-light.css +0 -822
  59. package/dist/tokens/css/variables-expressive-sm-dark.css +0 -942
  60. package/dist/tokens/css/variables-expressive-sm-light.css +0 -822
  61. package/dist/tokens/css/variables-light.css +0 -821
  62. package/dist/tokens/css/variables-tmo-dark.css +0 -941
  63. package/dist/tokens/css/variables-tmo-light.css +0 -821
  64. package/dist/tokens/less/variables-dark.less +0 -938
  65. package/dist/tokens/less/variables-expressive-dark.less +0 -939
  66. package/dist/tokens/less/variables-expressive-light.less +0 -819
  67. package/dist/tokens/less/variables-expressive-sm-dark.less +0 -939
  68. package/dist/tokens/less/variables-expressive-sm-light.less +0 -819
  69. package/dist/tokens/less/variables-light.less +0 -818
  70. package/dist/tokens/less/variables-tmo-dark.less +0 -938
  71. package/dist/tokens/less/variables-tmo-light.less +0 -818
  72. package/dist/tokens/tokens-dark.json +0 -933
  73. package/dist/tokens/tokens-light.json +0 -813
@@ -0,0 +1,451 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Sat, 27 Jul 2024 02:54:06 GMT
4
+
5
+ @dt-size-border-focus: 0.3rem;
6
+ @dt-color-foreground-primary: #E6E6E6; // Default text color throughout the UI.
7
+ @dt-color-foreground-secondary: #C2C2C2; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
8
+ @dt-color-foreground-tertiary: #AAAAAA; // 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% 83.1% / 0.6);
10
+ @dt-color-foreground-placeholder: #AAAAAA; // Text color for placeholder text within form elements.
11
+ @dt-color-foreground-disabled: #AAAAAA; // Used for text paired with disabled content or components, like the form elements.
12
+ @dt-color-foreground-critical: #FF8585; // Expresses an error, danger, or otherwise critical state.
13
+ @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.
14
+ @dt-color-foreground-success: #B0FFA3; // Indicates a positive state.
15
+ @dt-color-foreground-success-strong: hsl(112 100% 88.3%); // Indicates a strong positive state on surfaces that require a stronger contrast.
16
+ @dt-color-foreground-warning: #FFDB80; // Indicates information that requires user’s attention and further action may be necessary.
17
+ @dt-color-foreground-primary-inverted: #000000; // Primary text that sits on high-contrast surfaces or backgrounds.
18
+ @dt-color-foreground-secondary-inverted: #3A3A3A; // Secondary text color that sits on high-contrast surfaces or backgrounds.
19
+ @dt-color-foreground-tertiary-inverted: #555555; // Tertiary text color that sits on high-contrast surfaces or backgrounds.
20
+ @dt-color-foreground-muted-inverted: hsl(0 0% 14.9% / 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: #EC0E0E; // Critical text that sits on high-contrast surfaces or backgrounds
24
+ @dt-color-foreground-critical-strong-inverted: hsl(0 88.7% 53.5%); // Critical strong text that sits on high-contrast surfaces or backgrounds
25
+ @dt-color-foreground-success-inverted: #1AA340; // Success text that sits on high-contrast surfaces or backgrounds
26
+ @dt-color-foreground-success-strong-inverted: hsl(136 59.1% 54.5%); // Success strong text that sits on high-contrast surfaces or backgrounds
27
+ @dt-color-foreground-warning-inverted: #815008; // Warning text that sits on high-contrast surfaces or backgrounds
28
+ @dt-color-link-primary: hsl(261 100% 78.2%);
29
+ @dt-color-link-critical: #FF8585;
30
+ @dt-color-link-success: #B0FFA3; // positive
31
+ @dt-color-link-warning: #FFDB80;
32
+ @dt-color-link-muted: #C2C2C2;
33
+ @dt-color-link-disabled: #AAAAAA;
34
+ @dt-color-link-primary-inverted: #7C52FF;
35
+ @dt-color-link-critical-inverted: #EC0E0E;
36
+ @dt-color-link-success-inverted: #1AA340;
37
+ @dt-color-link-warning-inverted: #815008;
38
+ @dt-color-link-muted-inverted: #3A3A3A;
39
+ @dt-color-link-disabled-inverted: #808080;
40
+ @dt-color-link-primary-hover: #DAC7FF;
41
+ @dt-color-link-critical-hover: #FFE5E6;
42
+ @dt-color-link-success-hover: #EDF9EB;
43
+ @dt-color-link-warning-hover: #FFF4CC;
44
+ @dt-color-link-muted-hover: #E6E6E6;
45
+ @dt-color-link-disabled-hover: #AAAAAA;
46
+ @dt-color-link-primary-inverted-hover: #3A1D95;
47
+ @dt-color-link-critical-inverted-hover: #B70B0B;
48
+ @dt-color-link-success-inverted-hover: hsl(136 59.1% 54.5%);
49
+ @dt-color-link-warning-inverted-hover: #262626;
50
+ @dt-color-link-muted-inverted-hover: #000000;
51
+ @dt-color-link-disabled-inverted-hover: #808080;
52
+ @dt-color-surface-secondary-opaque: hsl(0 0% 90.2% / 0.06); // Secondary surface as opaque background color.
53
+ @dt-color-surface-moderate-opaque: hsl(0 0% 90.2% / 0.15); // Moderate surface as opaque background color.
54
+ @dt-color-surface-bold-opaque: hsl(0 0% 90.2% / 0.27); // Bold surface as opaque background color.
55
+ @dt-color-surface-strong-opaque: hsl(0 0% 90.2% / 0.65); // Strong surface as opaque background color.
56
+ @dt-color-surface-contrast-opaque: hsl(0 0% 90.2% / 0.96); // 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.7% 38% / 0.32); // Critical surface as opaque background color.
59
+ @dt-color-surface-critical-subtle-opaque: hsl(0 89.6% 9.41% / 0.5); // Critical subtle surface as opaque background color.
60
+ @dt-color-surface-warning-opaque: hsl(35.9 66% 49.6% / 0.48); // Warning surface as opaque background color
61
+ @dt-color-surface-warning-subtle-opaque: hsl(35.7 88.3% 13.4% / 0.5); // Warning subtle surface as opaque background color
62
+ @dt-color-surface-success-opaque: hsl(137 72.5% 37.1% / 0.26); // Success surface as opaque background color.
63
+ @dt-color-surface-success-subtle-opaque: hsl(136 59.1% 8.63% / 0.5); // Success subtle surface as opaque background color.
64
+ @dt-color-surface-info-opaque: hsl(212 79.2% 43.3% / 0.29); // Info surface as opaque background color.
65
+ @dt-color-surface-info-subtle-opaque: hsl(213 98.2% 12.9% / 0.5); // Info surface as opaque background color.
66
+ @dt-color-surface-primary: hsl(0 0% 12%); // Default surface color for the majority of surfaces.
67
+ @dt-color-surface-secondary: #262626; // For adjacent or complementary regions.
68
+ @dt-color-surface-moderate: #3A3A3A; // A tertiary surface level, prominent without being too overpowering.
69
+ @dt-color-surface-bold: #555555; // Highlight or call attention to specific areas of the interface.
70
+ @dt-color-surface-strong: #AAAAAA; // Use sparingly to draw the eye to a relatively important region.
71
+ @dt-color-surface-contrast: #E6E6E6; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
72
+ @dt-color-surface-critical: #5B0505; // Background surface color containing error, danger, or otherwise critical messaging or elements.
73
+ @dt-color-surface-critical-subtle: hsl(0 89.6% 9.41%); // A softer version of the Critical surface.
74
+ @dt-color-surface-critical-strong: #FF8585; // A contrasting critical surface, most likely paired with inverted foreground colors.
75
+ @dt-color-surface-warning: #815008; // Background surface color highlighting messaging or elements that may require user's attention.
76
+ @dt-color-surface-warning-subtle: hsl(35.7 88.3% 13.4%); // A softer version of the default warning surface.
77
+ @dt-color-surface-warning-strong: #D28F2B; // A contrasting warning surface, most likely paired with inverted foreground colors.
78
+ @dt-color-surface-success: #124620; // Background surface color containing messaging or elements expressing a positive or successful state.
79
+ @dt-color-surface-success-subtle: hsl(136 59.1% 8.63%); // A softer version of the default success surface.
80
+ @dt-color-surface-success-strong: #B0FFA3; // A contrasting positive state surface, most likely paired with inverted foreground colors.
81
+ @dt-color-surface-info: #01326D; // Background surface color containing messaging or elements communicated as generally informational.
82
+ @dt-color-surface-info-subtle: hsl(213 98.2% 12.9%); // A softer version of the default informational surface.
83
+ @dt-color-surface-info-strong: #99C8FF; // A contrasting informational surface, most likely paired with inverted foreground colors.
84
+ @dt-color-border-subtle: hsl(0 0% 100% / 0.14);
85
+ @dt-color-border-default: hsl(0 0% 100% / 0.22);
86
+ @dt-color-border-moderate: hsl(0 0% 100% / 0.36);
87
+ @dt-color-border-bold: hsl(0 0% 100% / 0.5);
88
+ @dt-color-border-subtle-inverted: hsl(0 0% 0% / 0.1);
89
+ @dt-color-border-default-inverted: hsl(0 0% 0% / 0.18);
90
+ @dt-color-border-moderate-inverted: hsl(0 0% 0% / 0.34);
91
+ @dt-color-border-bold-inverted: hsl(0 0% 0% / 0.5);
92
+ @dt-color-border-focus: #51A0FE;
93
+ @dt-color-border-critical: #FF8585;
94
+ @dt-color-border-success: #B0FFA3;
95
+ @dt-color-border-warning: #FFDB80;
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: #B70B0B;
100
+ @dt-color-border-critical-strong: #FFE5E6;
101
+ @dt-color-border-success-subtle: #1AA340;
102
+ @dt-color-border-success-strong: #EDF9EB;
103
+ @dt-color-border-warning-subtle: #D28F2B;
104
+ @dt-color-border-warning-strong: hsl(47.1 100% 72%);
105
+ @dt-color-border-brand-subtle: #3A1D95;
106
+ @dt-color-border-brand-strong: #DAC7FF;
107
+ @dt-color-border-critical-inverted: #EC0E0E;
108
+ @dt-color-border-success-inverted: #1AA340;
109
+ @dt-color-border-warning-inverted: #D28F2B;
110
+ @dt-color-border-brand-inverted: #7C52FF;
111
+ @dt-color-border-critical-subtle-inverted: #FF8585;
112
+ @dt-color-border-critical-strong-inverted: #B70B0B;
113
+ @dt-color-border-success-subtle-inverted: #B0FFA3;
114
+ @dt-color-border-success-strong-inverted: #124620;
115
+ @dt-color-border-warning-subtle-inverted: #FFDB80;
116
+ @dt-color-border-warning-strong-inverted: #815008;
117
+ @dt-color-border-brand-subtle-inverted: #DAC7FF;
118
+ @dt-color-border-brand-strong-inverted: #3A1D95;
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: #E6E6E6;
288
+ @dt-inputs-color-foreground-placeholder: #AAAAAA;
289
+ @dt-inputs-color-foreground-disabled: #AAAAAA;
290
+ @dt-inputs-color-border-default: hsl(0 0% 100% / 0.14);
291
+ @dt-inputs-color-border-focus: #51A0FE;
292
+ @dt-inputs-color-border-critical: #FF8585;
293
+ @dt-inputs-color-border-success: #B0FFA3;
294
+ @dt-inputs-color-border-warning: #FFDB80;
295
+ @dt-inputs-color-border-disabled: transparent;
296
+ @dt-inputs-color-background-default: hsl(0 0% 90.2% / 0.06);
297
+ @dt-inputs-color-background-focus: hsl(0 0% 90.2% / 0.03);
298
+ @dt-inputs-color-background-disabled: hsl(0 0% 90.2% / 0.15);
299
+ @dt-action-color-foreground-base-default: #AB7EFF;
300
+ @dt-action-color-foreground-base-hover: lch(69.4 56.1 303);
301
+ @dt-action-color-foreground-base-active: lch(69.4 56.1 303);
302
+ @dt-action-color-foreground-base-primary-default: #ffffff;
303
+ @dt-action-color-foreground-critical-default: #FF8585;
304
+ @dt-action-color-foreground-critical-hover: lch(77.4 39.2 25.4);
305
+ @dt-action-color-foreground-critical-active: lch(77.4 39.2 25.4);
306
+ @dt-action-color-foreground-critical-primary-default: #ffffff;
307
+ @dt-action-color-foreground-inverted-default: #000000;
308
+ @dt-action-color-foreground-inverted-hover: #000000;
309
+ @dt-action-color-foreground-inverted-active: #000000;
310
+ @dt-action-color-foreground-inverted-primary-default: #AB7EFF;
311
+ @dt-action-color-foreground-inverted-primary-hover: #DAC7FF;
312
+ @dt-action-color-foreground-inverted-primary-active: #DAC7FF;
313
+ @dt-action-color-foreground-muted-default: #C2C2C2;
314
+ @dt-action-color-foreground-muted-hover: #C2C2C2;
315
+ @dt-action-color-foreground-muted-active: #C2C2C2;
316
+ @dt-action-color-foreground-disabled-default: #AAAAAA;
317
+ @dt-action-color-foreground-positive-default: #B0FFA3;
318
+ @dt-action-color-foreground-positive-hover: hsl(112 100% 67.2%);
319
+ @dt-action-color-foreground-positive-active: hsl(112 100% 67.2%);
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(261 100% 74.7% / 0.1);
323
+ @dt-action-color-background-base-active: hsl(261 100% 74.7% / 0.2);
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.2);
329
+ @dt-action-color-background-critical-active: hsl(0 88.8% 49% / 0.3);
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% 12% / 0.15);
335
+ @dt-action-color-background-inverted-active: hsl(0 0% 12% / 0.3);
336
+ @dt-action-color-background-inverted-primary-default: hsl(0 0% 12%);
337
+ @dt-action-color-background-inverted-primary-hover: #10022C;
338
+ @dt-action-color-background-inverted-primary-active: hsl(254 67.4% 33.5%);
339
+ @dt-action-color-background-muted-default: transparent;
340
+ @dt-action-color-background-muted-hover: hsl(0 0% 83.1% / 0.1);
341
+ @dt-action-color-background-muted-active: hsl(0 0% 83.1% / 0.16);
342
+ @dt-action-color-background-disabled-default: #3A3A3A;
343
+ @dt-action-color-background-positive-default: transparent;
344
+ @dt-action-color-background-positive-hover: hsl(136 59.1% 66.9%);
345
+ @dt-action-color-background-positive-active: hsl(112 100% 82% / 0.08);
346
+ @dt-action-color-background-positive-primary-default: #B0FFA3;
347
+ @dt-action-color-background-positive-primary-hover: hsl(112 100% 73.8%);
348
+ @dt-action-color-background-positive-primary-active: hsl(112 100% 68.8%);
349
+ @dt-action-color-border-base-outlined-default: #AB7EFF;
350
+ @dt-action-color-border-critical-outlined-default: #FF8585;
351
+ @dt-action-color-border-inverted-outlined-default: #000000;
352
+ @dt-action-color-border-muted-outlined-default: #AAAAAA;
353
+ @dt-theme-color-base: #F285BC;
354
+ @dt-theme-topbar-color-foreground: hsl(330 80.7% 73.5% / 0.75);
355
+ @dt-theme-topbar-color-background: #262626;
356
+ @dt-theme-topbar-field-color-foreground: hsl(330 80.7% 73.5% / 0.5);
357
+ @dt-theme-topbar-field-color-foreground-hover: hsl(330 80.7% 73.5% / 0.75);
358
+ @dt-theme-topbar-field-color-background: hsl(330 80.7% 73.5% / 0.05);
359
+ @dt-theme-topbar-field-color-background-hover: hsl(0 0% 10.1%);
360
+ @dt-theme-topbar-field-color-border: hsl(330 80.7% 73.5% / 0);
361
+ @dt-theme-topbar-field-color-border-hover: hsl(330 80.7% 73.5% / 0.1);
362
+ @dt-theme-topbar-field-color-border-active: hsl(330 80.7% 73.5% / 0.2);
363
+ @dt-theme-topbar-button-color-foreground: hsl(330 80.7% 73.5% / 0.65);
364
+ @dt-theme-topbar-button-color-foreground-hover: #F285BC;
365
+ @dt-theme-topbar-button-color-background: hsl(330 80.7% 73.5% / 0);
366
+ @dt-theme-topbar-button-color-background-hover: hsl(330 80.7% 73.5% / 0.15);
367
+ @dt-theme-topbar-button-color-background-active: hsl(330 80.7% 73.5% / 0.1);
368
+ @dt-theme-topbar-profile-color-foreground: hsl(330 80.7% 73.5% / 0.75);
369
+ @dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 0% / 0.75);
370
+ @dt-theme-topbar-profile-color-background: hsl(330 80.7% 73.5% / 0.05);
371
+ @dt-theme-topbar-profile-color-background-inverted: hsl(330 80.7% 73.5% / 0.75);
372
+ @dt-theme-topbar-profile-color-background-hover: hsl(330 80.7% 73.5% / 0.1);
373
+ @dt-theme-topbar-profile-color-background-active: hsl(330 80.7% 73.5% / 0.14);
374
+ @dt-theme-sidebar-color-foreground: #C2C2C2;
375
+ @dt-theme-sidebar-color-foreground-unread: #E6E6E6;
376
+ @dt-theme-sidebar-color-background: #262626;
377
+ @dt-theme-sidebar-icon-color-foreground: #C2C2C2;
378
+ @dt-theme-sidebar-status-color-foreground: #AAAAAA;
379
+ @dt-theme-sidebar-row-color-background: hsl(330 80.7% 73.5% / 0);
380
+ @dt-theme-sidebar-row-color-background-hover: hsl(330 80.7% 73.5% / 0.18);
381
+ @dt-theme-sidebar-row-color-background-active: hsl(330 80.7% 73.5% / 0.24);
382
+ @dt-theme-sidebar-selected-row-color-foreground: #E6E6E6;
383
+ @dt-theme-sidebar-selected-row-color-background: hsl(330 80.7% 73.5% / 0.2);
384
+ @dt-theme-sidebar-section-color-foreground: #AAAAAA;
385
+ @dt-theme-presence-color-background-available: #B0FFA3;
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: #E20074;
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% 90.2% / 0.15);
412
+ @dt-badge-color-background-info: #01326D;
413
+ @dt-badge-color-background-success: #124620;
414
+ @dt-badge-color-background-warning: #815008;
415
+ @dt-badge-color-background-critical: #5B0505;
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: #E6E6E6;
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% 100% / 0.14);
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: #808080;
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: #808080;
450
+ @dt-radio-color-border-checked: #7C52FF;
451
+ @dt-radio-color-background-checked: #7C52FF;