1 |
|
2 | $tokens-map: (
|
3 | /* User avatar background color. */
|
4 | 'color-background-user': (rgb(34, 9, 74)),
|
5 | /* Trial account background color. */
|
6 | 'color-background-trial': (rgb(5, 41, 18)),
|
7 | /* Background color used for subaccounts. */
|
8 | 'color-background-subaccount': (rgb(18, 28, 45)),
|
9 | /* Stronger background for primary actions or highlights. */
|
10 | 'color-background-primary-stronger': (rgb(204, 228, 255)),
|
11 | /* Stronger background color used for destructive actions or highlights. */
|
12 | 'color-background-destructive-stronger': (rgb(252, 207, 207)),
|
13 | /* Weaker background for primary actions or highlights. */
|
14 | 'color-background-primary-weaker': (rgb(31, 48, 76)),
|
15 | /* Weaker background color used for destructive actions or highlights. */
|
16 | 'color-background-destructive-weaker': (rgb(31, 48, 76)),
|
17 | /* Warning background color */
|
18 | 'color-background-warning': (rgb(244, 124, 34)),
|
19 | /* Weakest warning background color. */
|
20 | 'color-background-warning-weakest': (rgb(18, 28, 45)),
|
21 | /* Strong inverse background color for any container. Must be used on color-background-body-inverse. */
|
22 | 'color-background-inverse-strong': (rgb(31, 48, 76)),
|
23 | /* Background color for indicating a new status. */
|
24 | 'color-background-new': (rgb(56, 14, 120)),
|
25 | /* Strong default background color. */
|
26 | 'color-background-strong': (rgb(31, 48, 76)),
|
27 | /* Weakest background color for indicating a new status. */
|
28 | 'color-background-new-weakest': (rgb(18, 28, 45)),
|
29 | /* Background color used for destructive actions or highlights. */
|
30 | 'color-background-destructive': (rgb(214, 31, 31)),
|
31 | /* Weak default background color. */
|
32 | 'color-background-weak': (rgb(18, 28, 45)),
|
33 | /* Background for primary actions or highlights. */
|
34 | 'color-background-primary': (rgb(0, 109, 250)),
|
35 | /* Weakest background for primary actions or highlights. */
|
36 | 'color-background-primary-weakest': (rgb(18, 28, 45)),
|
37 | /* Background color used to represent an entity or person as "busy". */
|
38 | 'color-background-busy': (rgb(244, 124, 34)),
|
39 | /* Success background color. */
|
40 | 'color-background-success': (rgb(20, 176, 83)),
|
41 | /* Weakest background color used for destructive actions or highlights. */
|
42 | 'color-background-destructive-weakest': (rgb(18, 28, 45)),
|
43 | /* Color used to represent an entity or person as "offline". */
|
44 | 'color-background-offline': (rgb(174, 178, 193)),
|
45 | /* Background color for alternative striped rows. */
|
46 | 'color-background-row-striped': (rgb(18, 28, 45)),
|
47 | /* Strongest background for primary actions or highlights. */
|
48 | 'color-background-primary-strongest': (rgb(235, 244, 255)),
|
49 | /* Weakest success background color. */
|
50 | 'color-background-success-weakest': (rgb(18, 28, 45)),
|
51 | /* Strongest background color used for destructive actions or highlights. */
|
52 | 'color-background-destructive-strongest': (rgb(254, 236, 236)),
|
53 | /* Strong error background color. */
|
54 | 'color-background-error-strong': (rgb(245, 138, 138)),
|
55 | /* Strong primary brand background, accessible with inverse text. */
|
56 | 'color-background-brand-strong': (rgb(31, 48, 76)),
|
57 | /* Primary brand background, accessible with inverse text. */
|
58 | 'color-background-brand': (rgb(18, 28, 45)),
|
59 | /* Error background color. */
|
60 | 'color-background-error': (rgb(214, 31, 31)),
|
61 | /* Weakest neutral background color. */
|
62 | 'color-background-neutral-weakest': (rgb(18, 28, 45)),
|
63 | /* Background color used to represent an entity or person as "available". */
|
64 | 'color-background-available': (rgb(20, 176, 83)),
|
65 | /* Weakest error background color. */
|
66 | 'color-background-error-weakest': (rgb(18, 28, 45)),
|
67 | /* Background color used to represent required form fields. */
|
68 | 'color-background-required': (rgb(235, 86, 86)),
|
69 | /* Strongest error background color. */
|
70 | 'color-background-error-strongest': (rgb(254, 236, 236)),
|
71 | /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
|
72 | 'color-background-decorative-40-weakest': (rgb(34, 9, 74)),
|
73 | /* Stronger inverse background color for any container. Must be used on color-background-body-inverse. */
|
74 | 'color-background-inverse-stronger': (rgb(57, 71, 98)),
|
75 | /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
|
76 | 'color-background-decorative-30-weakest': (rgb(5, 41, 18)),
|
77 | /* Background color used for the main page body. */
|
78 | 'color-background-body': (rgb(13, 19, 28)),
|
79 | /* Strong background for primary actions or highlights. */
|
80 | 'color-background-primary-strong': (rgb(153, 205, 255)),
|
81 | /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
|
82 | 'color-background-decorative-20-weakest': (rgb(3, 11, 93)),
|
83 | /* Strong background color used for destructive actions or highlights. */
|
84 | 'color-background-destructive-strong': (rgb(246, 177, 177)),
|
85 | /* Weak background color used for destructive actions or highlights. */
|
86 | 'color-background-destructive-weak': (rgb(57, 71, 98)),
|
87 | /* Weakest background color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative border and/or text tokens. */
|
88 | 'color-background-decorative-10-weakest': (rgb(18, 28, 45)),
|
89 | /* Default background color for any container. */
|
90 | 'color-background': (rgb(18, 28, 45)),
|
91 | /* Weak background for primary actions or highlights. */
|
92 | 'color-background-primary-weak': (rgb(57, 71, 98)),
|
93 | /* Stronger default background color. */
|
94 | 'color-background-stronger': (rgb(96, 107, 133)),
|
95 | /* Highlight brand background, accessible with black text. */
|
96 | 'color-background-brand-highlight': (rgb(242, 47, 70)),
|
97 | /* Weakest background color used for brand highlights. */
|
98 | 'color-background-brand-highlight-weakest': (rgba(242, 47, 70, 0.1)),
|
99 | /* Strongest default background color. */
|
100 | 'color-background-strongest': (rgb(225, 227, 234)),
|
101 | /* Inverse background color used for the main page body. */
|
102 | 'color-background-body-inverse': (rgb(18, 28, 45)),
|
103 | /* Inverse background color for any container. Must be used on color-background-body-inverse. */
|
104 | 'color-background-inverse': (rgb(18, 28, 45)),
|
105 | /* Default background for overlays. */
|
106 | 'color-background-overlay': (rgba(18, 28, 45, 0.9)),
|
107 | /* Color used to represent an entity or person as "unavailable". */
|
108 | 'color-background-unavailable': (rgb(214, 31, 31)),
|
109 | /* Stronger error background color. */
|
110 | 'color-background-error-stronger': (rgb(252, 207, 207)),
|
111 | /* Stronger primary brand background, accessible with inverse text. */
|
112 | 'color-background-brand-stronger': (rgb(18, 28, 45)),
|
113 | /* Stronger error border color */
|
114 | 'color-border-error-stronger': (rgb(252, 207, 207)),
|
115 | /* Weak warning border color */
|
116 | 'color-border-warning-weak': (rgb(195, 83, 35)),
|
117 | /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
|
118 | 'color-border-decorative-40-weaker': (rgb(88, 23, 189)),
|
119 | /* Weaker error border color. */
|
120 | 'color-border-error-weaker': (rgb(173, 17, 17)),
|
121 | /* User avatar border color. */
|
122 | 'color-border-user': (rgb(88, 23, 189)),
|
123 | /* Weaker neutral border color */
|
124 | 'color-border-neutral-weaker': (rgb(4, 60, 181)),
|
125 | /* Warning border color */
|
126 | 'color-border-warning': (rgb(244, 124, 34)),
|
127 | /* Weaker success border color. */
|
128 | 'color-border-success-weaker': (rgb(14, 124, 58)),
|
129 | /* Stronger primary border color */
|
130 | 'color-border-primary-stronger': (rgb(204, 228, 255)),
|
131 | /* Stronger destructive hover border color */
|
132 | 'color-border-destructive-stronger': (rgb(252, 207, 207)),
|
133 | /* Weakest warning border color */
|
134 | 'color-border-warning-weakest': (rgb(64, 19, 15)),
|
135 | /* Weaker primary border color */
|
136 | 'color-border-primary-weaker': (rgb(4, 60, 181)),
|
137 | /* Destructive focus border color */
|
138 | 'color-border-destructive-weaker': (rgb(74, 11, 11)),
|
139 | /* Weaker border color for something designated as new */
|
140 | 'color-border-new-weaker': (rgb(88, 23, 189)),
|
141 | /* Destructive border color */
|
142 | 'color-border-destructive': (rgb(214, 31, 31)),
|
143 | /* Strong border on inverse backgrounds. Must be used on color-background-body-inverse. */
|
144 | 'color-border-inverse-strong': (rgb(225, 227, 234)),
|
145 | /* Primary border color. */
|
146 | 'color-border-primary': (rgb(0, 109, 250)),
|
147 | /* Weakest primary border color */
|
148 | 'color-border-primary-weakest': (rgb(3, 11, 93)),
|
149 | /* Success border color */
|
150 | 'color-border-success': (rgb(20, 176, 83)),
|
151 | /* Destructive focus border color */
|
152 | 'color-border-destructive-weakest': (rgb(49, 12, 12)),
|
153 | /* Strongest destructive hover border color */
|
154 | 'color-border-destructive-strongest': (rgb(254, 236, 236)),
|
155 | /* Strongest primary border color */
|
156 | 'color-border-primary-strongest': (rgb(235, 244, 255)),
|
157 | /* Weakest success border color */
|
158 | 'color-border-success-weakest': (rgb(5, 41, 18)),
|
159 | /* Weaker warning border color. */
|
160 | 'color-border-warning-weaker': (rgb(195, 83, 35)),
|
161 | /* Strong border color */
|
162 | 'color-border-strong': (rgb(136, 145, 170)),
|
163 | /* Weak border color */
|
164 | 'color-border-weak': (rgb(57, 71, 98)),
|
165 | /* Neutral border color */
|
166 | 'color-border-neutral': (rgb(0, 109, 250)),
|
167 | /* Error border color */
|
168 | 'color-border-error': (rgb(214, 31, 31)),
|
169 | /* Weakest error border color */
|
170 | 'color-border-error-weakest': (rgb(49, 12, 12)),
|
171 | /* Strongest error border color */
|
172 | 'color-border-error-strongest': (rgb(254, 236, 236)),
|
173 | /* Strong error border color. */
|
174 | 'color-border-error-strong': (rgb(245, 138, 138)),
|
175 | /* Weak error border color */
|
176 | 'color-border-error-weak': (rgb(173, 17, 17)),
|
177 | /* Weak neutral border color */
|
178 | 'color-border-neutral-weak': (rgb(4, 60, 181)),
|
179 | /* Default border color */
|
180 | 'color-border': (rgb(96, 107, 133)),
|
181 | /* Weakest border color */
|
182 | 'color-border-weakest': (rgb(13, 19, 28)),
|
183 | /* Stronger border on inverse backgrounds. Must be used on color-background-body-inverse. */
|
184 | 'color-border-inverse-stronger': (rgb(244, 244, 246)),
|
185 | /* Weaker border on inverse backgrounds. Must be used on color-background-body-inverse. */
|
186 | 'color-border-inverse-weaker': (rgb(57, 71, 98)),
|
187 | /* Weak success border color */
|
188 | 'color-border-success-weak': (rgb(14, 124, 58)),
|
189 | /* Strong primary border color */
|
190 | 'color-border-primary-strong': (rgb(153, 205, 255)),
|
191 | /* Border on inverse backgrounds. Must be used on color-background-body-inverse. */
|
192 | 'color-border-inverse': (rgb(136, 145, 170)),
|
193 | /* Destructive focus border color */
|
194 | 'color-border-destructive-strong': (rgb(246, 177, 177)),
|
195 | /* Weak primary border color */
|
196 | 'color-border-primary-weak': (rgb(4, 60, 181)),
|
197 | /* Weakest border on inverse backgrounds. Must be used on color-background-body-inverse. */
|
198 | 'color-border-inverse-weakest': (rgb(18, 28, 45)),
|
199 | /* Destructive focus border color */
|
200 | 'color-border-destructive-weak': (rgb(117, 12, 12)),
|
201 | /* Strongest border on inverse backgrounds. Must be used on color-background-body-inverse. */
|
202 | 'color-border-inverse-strongest': (rgb(255, 255, 255)),
|
203 | /* Weaker border color */
|
204 | 'color-border-weaker': (rgb(31, 48, 76)),
|
205 | /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
|
206 | 'color-border-decorative-10-weaker': (rgb(31, 48, 76)),
|
207 | /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
|
208 | 'color-border-decorative-20-weaker': (rgb(4, 60, 181)),
|
209 | /* Weaker border color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or text tokens. */
|
210 | 'color-border-decorative-30-weaker': (rgb(14, 124, 58)),
|
211 | /* Border radius reset */
|
212 | 'border-radius-0': (0),
|
213 | /* Small border radius */
|
214 | 'border-radius-10': (2px),
|
215 | /* Large border radius */
|
216 | 'border-radius-20': (4px),
|
217 | /* Larger border radius */
|
218 | 'border-radius-30': (8px),
|
219 | /* Circular border radius */
|
220 | 'border-radius-circle': (50%),
|
221 | /* Pill border radius */
|
222 | 'border-radius-pill': (100px),
|
223 | /* Border width reset */
|
224 | 'border-width-0': (0),
|
225 | /* Constant border width token for border width 10 */
|
226 | 'border-width-10': (1px),
|
227 | /* Constant border width token for border width 20 */
|
228 | 'border-width-20': (2px),
|
229 | /* Constant border width token for border width 30 */
|
230 | 'border-width-30': (4px),
|
231 | /* Constant border width token for border width 40 */
|
232 | 'border-width-40': (8px),
|
233 | /* Weaker bottom shadow border for new status */
|
234 | 'shadow-border-bottom-new-weaker': (0 1px 0 #5817bd),
|
235 | /* Default shadow. */
|
236 | 'shadow': (0 4px 16px 0 rgba(0, 0, 0, 0.5)),
|
237 | /* Shadow border for subaccount badge. */
|
238 | 'shadow-border-subaccount': (0 0 0 1px #c28e00),
|
239 | /* Stronger shadow border for destructive interactions */
|
240 | 'shadow-border-destructive-stronger': (0 0 0 1px #fccfcf),
|
241 | /* Weaker shadow border for success inputs. */
|
242 | 'shadow-border-success-weaker': (0 0 0 1px #0e7c3a),
|
243 | /* Shadow border for the sidebar beta badge. */
|
244 | 'shadow-border-inverse-new-weaker': (0 0 0 1px #5817bd),
|
245 | /* Stronger shadow border for inputs active. */
|
246 | 'shadow-border-primary-stronger': (0 0 0 1px #cce4ff),
|
247 | /* Weaker bottom shadow border warning warning status */
|
248 | 'shadow-border-bottom-warning-weaker': (0 1px 0 #c35323),
|
249 | /* Weaker shadow border for destructive interactions. */
|
250 | 'shadow-border-destructive-weaker': (0 0 0 1px #1f304c),
|
251 | /* Weaker shadow border for primary interactions. */
|
252 | 'shadow-border-primary-weaker': (0 0 0 1px #043cb5),
|
253 | /* Weaker shadow border for new status inputs. */
|
254 | 'shadow-border-new-weaker': (0 0 0 1px #5817bd),
|
255 | /* Low elevation default shadow. */
|
256 | 'shadow-low': (0 2px 4px 0 rgba(0, 0, 0, 0.4)),
|
257 | /* Strong shadow border on interactive elements on inverse backgrounds. */
|
258 | 'shadow-border-inverse-strong': (0 0 0 1px #e1e3ea),
|
259 | /* Weaker shadow border for warning inputs. */
|
260 | 'shadow-border-warning-weaker': (0 0 0 1px #c35323),
|
261 | /* Strong shadow border for inputs. */
|
262 | 'shadow-border-strong': (0 0 0 1px #8891aa),
|
263 | /* Shadow for focus ring on interactive elements. */
|
264 | 'shadow-focus': (0 0 0 2px #121c2d, 0 0 0 3px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.2)),
|
265 | /* Weak shadow border for disabled inputs. */
|
266 | 'shadow-border-weak': (0 0 0 1px #394762),
|
267 | /* Shadow for focus ring on interactive elements on inverse backgrounds. */
|
268 | 'shadow-focus-inverse': (0 0 0 1px #394762, 0 0 0 3px #121c2d, 0 0 0 4px #ffffff, 0 0 0 6px rgba(255, 255, 255, 0.2)),
|
269 | /* Default shadow border for primary interactions. */
|
270 | 'shadow-border-primary': (0 0 0 1px #006dfa),
|
271 | /* Shadow border for destructive interactions. */
|
272 | 'shadow-border-destructive': (0 0 0 1px #d61f1f),
|
273 | /* High elevation default shadow. */
|
274 | 'shadow-high': (0 16px 24px 4px rgba(0, 0, 0, 0.5)),
|
275 | /* Strong shadow border for error inputs hover. */
|
276 | 'shadow-border-error-strong': (0 0 0 1px #f58a8a),
|
277 | /* Strongest shadow border for inputs active. */
|
278 | 'shadow-border-primary-strongest': (0 0 0 1px #ebf4ff),
|
279 | /* Strongest shadow border for destructive interactions */
|
280 | 'shadow-border-destructive-strongest': (0 0 0 1px #feecec),
|
281 | /* Shadow border for inverse error inputs. */
|
282 | 'shadow-border-error-weak': (0 0 0 1px #ad1111),
|
283 | /* Shadow border for error inputs. */
|
284 | 'shadow-border-error': (0 0 0 1px #d61f1f),
|
285 | /* Weaker bottom shadow border for decorative 10 */
|
286 | 'shadow-border-bottom-decorative-10-weaker': (0 1px 0 #8891aa),
|
287 | /* Bottom shadow border for primary status */
|
288 | 'shadow-border-bottom-primary': (0 1px 0 #006dfa),
|
289 | /* Weaker bottom shadow border for decorative 20 */
|
290 | 'shadow-border-bottom-decorative-20-weaker': (0 1px 0 #043cb5),
|
291 | /* Stronger shadow border on interactive elements on inverse backgrounds. */
|
292 | 'shadow-border-inverse-stronger': (0 0 0 1px #f4f4f6),
|
293 | /* Strongest shadow border for error inputs hover. */
|
294 | 'shadow-border-error-strongest': (0 0 0 1px #feecec),
|
295 | /* Strong shadow border for destructive interactions */
|
296 | 'shadow-border-destructive-strong': (0 0 0 1px #f6b1b1),
|
297 | /* Weaker shadow border on interactive elements on inverse backgrounds. */
|
298 | 'shadow-border-inverse-weaker': (0 0 0 1px #394762),
|
299 | /* Weaker bottom shadow border for decorative 30 */
|
300 | 'shadow-border-bottom-decorative-30-weaker': (0 1px 0 #0e7c3a),
|
301 | /* Strong shadow border for inputs hover. */
|
302 | 'shadow-border-primary-strong': (0 0 0 1px #99cdff),
|
303 | /* Weaker shadow border for primary interactions. */
|
304 | 'shadow-border-primary-weak': (0 0 0 1px #043cb5),
|
305 | /* Shadow for simultaneous focus and border */
|
306 | 'shadow-focus-shadow-border': (0 0 0 1px #394762, 0 0 0 3px #121c2d, 0 0 0 4px #ffffff, 0 0 0 6px rgba(255, 255, 255, 0.2)),
|
307 | /* Weaker bottom shadow border for decorative 40 */
|
308 | 'shadow-border-bottom-decorative-40-weaker': (0 1px 0 #5817bd),
|
309 | /* Weak shadow border for destructive interactions. */
|
310 | 'shadow-border-destructive-weak': (0 0 0 1px #394762),
|
311 | /* Weaker bottom shadow border for error status */
|
312 | 'shadow-border-bottom-error-weaker': (0 1px 0 #ad1111),
|
313 | /* Weaker shadow border for disabled inputs. */
|
314 | 'shadow-border-weaker': (0 0 0 1px #1f304c),
|
315 | /* Shadow border for inputs. */
|
316 | 'shadow-border': (0 0 0 1px #606b85),
|
317 | /* Weaker bottom shadow border for neutral status */
|
318 | 'shadow-border-bottom-neutral-weaker': (0 1px 0 #043cb5),
|
319 | /* Weaker shadow border for decorative 10 */
|
320 | 'shadow-border-decorative-10-weaker': (0 0 0 1px #1f304c),
|
321 | /* Weaker shadow border for decorative 20 */
|
322 | 'shadow-border-decorative-20-weaker': (0 0 0 1px #043cb5),
|
323 | /* Bottom shadow border for subaccount badge */
|
324 | 'shadow-border-bottom-subaccount': (0 1px 0 #c28e00),
|
325 | /* Shadow for inset focus on elements, such as DataGrid cells. */
|
326 | 'shadow-focus-inset': (inset 0 0 0 1px #ffffff, inset 0 0 0 3px rgba(255, 255, 255, 0.2)),
|
327 | /* Shadow border on interactive elements on inverse backgrounds. */
|
328 | 'shadow-border-inverse': (0 0 0 1px #8891aa),
|
329 | /* Weaker shadow border for decorative 30 */
|
330 | 'shadow-border-decorative-30-weaker': (0 0 0 1px #0e7c3a),
|
331 | /* Weakest shadow border on interactive elements on inverse backgrounds. */
|
332 | 'shadow-border-inverse-weakest': (0 0 0 1px #121c2d),
|
333 | /* Bottom shadow border for the sidebar beta badge */
|
334 | 'shadow-border-bottom-inverse-new-weaker': (0 1px 0 #5817bd),
|
335 | /* Weaker bottom shadow border for success status */
|
336 | 'shadow-border-bottom-success-weaker': (0 1px 0 #0e7c3a),
|
337 | /* Weaker shadow border for decorative 40 */
|
338 | 'shadow-border-decorative-40-weaker': (0 0 0 1px #5817bd),
|
339 | /* Shadow border for error inputs hover. */
|
340 | 'shadow-border-error-stronger': (0 0 0 1px #fccfcf),
|
341 | /* Shadow for cards. */
|
342 | 'shadow-card': (0 2px 4px 0 rgba(0, 0, 0, 0.4)),
|
343 | /* Weaker shadow border for error inputs. */
|
344 | 'shadow-border-error-weaker': (0 0 0 1px #ad1111),
|
345 | /* Strongest shadow border on interactive elements on inverse backgrounds. */
|
346 | 'shadow-border-inverse-strongest': (0 0 0 1px #ffffff),
|
347 | /* Shadow for inset focus ring on interactive elements on inverse backgrounds. */
|
348 | 'shadow-focus-inverse-inset': (0 0 0 1px #ffffff, inset 0 0 0 3px rgba(255, 255, 255, 0.2)),
|
349 | /* Shadow border for user. */
|
350 | 'shadow-border-user': (0 0 0 1px #5817bd),
|
351 | /* Weaker shadow border for neutral inputs. */
|
352 | 'shadow-border-neutral-weaker': (0 0 0 1px #043cb5),
|
353 | 'font-family-text': ('TwilioSansText', 'Inter var experimental', 'Inter var', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif),
|
354 | 'font-family-code': ('TwilioSansMono', Courier, monospace),
|
355 | 'font-family-text-japanese': ('Inter var experimental', 'Inter var', Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'MS PGothic', sans-serif),
|
356 | 'font-family-text-korean': ('Inter var experimental', 'Inter var', 'Microsoft JhengHei', 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft YaHei', 微軟雅黑, 宋体, SimSun, sans-serif),
|
357 | 'font-family-text-chinese-traditional': ('Inter var experimental', 'Inter var', 'Microsoft JhengHei', 微軟正黑體, 'Microsoft JhengHei UI', 'Microsoft YaHei', 微軟雅黑, 宋体, SimSun, sans-serif),
|
358 | 'font-family-text-chinese-simplified': ('Inter var experimental', 'Inter var', 'Microsoft YaHei New', 微软雅黑, 'Microsoft Yahei', 'Microsoft JhengHei', 宋体, SimSun, sans-serif),
|
359 | 'font-family-display': ('TwilioSansDisplay', 'Inter var experimental', 'Inter var', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif),
|
360 | /* Constant typography token for font size 110 */
|
361 | 'font-size-110': (3rem),
|
362 | /* Constant typography token for font size 100 */
|
363 | 'font-size-100': (2.5rem),
|
364 | /* Constant typography token for font size 90 */
|
365 | 'font-size-90': (2rem),
|
366 | /* Constant typography token for font size 80 */
|
367 | 'font-size-80': (1.75rem),
|
368 | /* Constant typography token for font size 70 */
|
369 | 'font-size-70': (1.5rem),
|
370 | /* Constant typography token for font size 60 */
|
371 | 'font-size-60': (1.25rem),
|
372 | /* Constant typography token for font size 50 */
|
373 | 'font-size-50': (1.125rem),
|
374 | /* Constant typography token for font size 40 */
|
375 | 'font-size-40': (1rem),
|
376 | /* Constant typography token for font size 30 */
|
377 | 'font-size-30': (0.875rem),
|
378 | /* Constant typography token for font size 20 */
|
379 | 'font-size-20': (0.75rem),
|
380 | /* Constant typography token for font size 10 */
|
381 | 'font-size-10': (0.625rem),
|
382 | /* Constant typography token for font size display 30 */
|
383 | 'font-size-display-30': (4rem),
|
384 | /* Constant typography token for font size display 20 */
|
385 | 'font-size-display-20': (3rem),
|
386 | /* Constant typography token for font size display 10 */
|
387 | 'font-size-display-10': (2rem),
|
388 | /* Base font size applied to the html element, used for rem calculations */
|
389 | 'font-size-base': (100%),
|
390 | /* Font weight for light weight */
|
391 | 'font-weight-light': (400),
|
392 | /* Font weight for normal weight */
|
393 | 'font-weight-normal': (400),
|
394 | /* Font weight for medium weight */
|
395 | 'font-weight-medium': (500),
|
396 | /* Font weight for semibold weight */
|
397 | 'font-weight-semibold': (600),
|
398 | /* Font weight for bold weight */
|
399 | 'font-weight-bold': (600),
|
400 | /* Font weight for extrabold weight */
|
401 | 'font-weight-extrabold': (800),
|
402 | /* Constant line-height token for line-height 0 */
|
403 | 'line-height-0': (0),
|
404 | /* Constant line-height token for line-height 110 */
|
405 | 'line-height-110': (4rem),
|
406 | /* Constant line-height token for line-height 90 */
|
407 | 'line-height-90': (2.75rem),
|
408 | /* Constant line-height token for line-height 100 */
|
409 | 'line-height-100': (3.25rem),
|
410 | /* Constant line-height token for line-height 80 */
|
411 | 'line-height-80': (2.5rem),
|
412 | /* Constant line-height token for line-height 70 */
|
413 | 'line-height-70': (2rem),
|
414 | /* Constant line-height token for line-height 60 */
|
415 | 'line-height-60': (1.75rem),
|
416 | /* Constant line-height token for line-height 50 */
|
417 | 'line-height-50': (1.75rem),
|
418 | /* Constant line-height token for line-height 40 */
|
419 | 'line-height-40': (1.5rem),
|
420 | /* Constant line-height token for line-height 30 */
|
421 | 'line-height-30': (1.25rem),
|
422 | /* Constant line-height token for line-height 20 */
|
423 | 'line-height-20': (1.25rem),
|
424 | /* Constant line-height token for line-height 10 */
|
425 | 'line-height-10': (1rem),
|
426 | /* Constant line-height token for line-height 05 */
|
427 | 'line-height-05': (0.75rem),
|
428 | /* Constant line-height token for line-height-display 30 */
|
429 | 'line-height-display-30': (5rem),
|
430 | /* Constant line-height token for line-height-display 20 */
|
431 | 'line-height-display-20': (3.75rem),
|
432 | /* Constant line-height token for line-height-display 10 */
|
433 | 'line-height-display-10': (2.5rem),
|
434 | /* Twilio brand red */
|
435 | 'color-brand-highlight': (rgb(242, 47, 70)),
|
436 | /* Gray Color 0 */
|
437 | 'color-gray-0': (rgb(255, 255, 255)),
|
438 | /* Gray Color 10 */
|
439 | 'color-gray-100': (rgb(18, 28, 45)),
|
440 | /* Gray Color 9 */
|
441 | 'color-gray-90': (rgb(31, 48, 76)),
|
442 | /* Gray Color 8 */
|
443 | 'color-gray-80': (rgb(57, 71, 98)),
|
444 | /* Gray Color 7 */
|
445 | 'color-gray-70': (rgb(75, 86, 113)),
|
446 | /* Gray Color 6 */
|
447 | 'color-gray-60': (rgb(96, 107, 133)),
|
448 | /* Gray Color 5 */
|
449 | 'color-gray-50': (rgb(136, 145, 170)),
|
450 | /* Gray Color 4 */
|
451 | 'color-gray-40': (rgb(174, 178, 193)),
|
452 | /* Default branding color */
|
453 | 'color-brand': (rgb(0, 20, 137)),
|
454 | /* Gray Color 3 */
|
455 | 'color-gray-30': (rgb(202, 205, 216)),
|
456 | /* Gray Color 2 */
|
457 | 'color-gray-20': (rgb(225, 227, 234)),
|
458 | /* Gray Color 1 */
|
459 | 'color-gray-10': (rgb(244, 244, 246)),
|
460 | /* Color used for data visualizations. Must be used in a sequence. */
|
461 | 'color-data-visualization-10': (rgb(232, 180, 7)),
|
462 | /* Color used for data visualizations. Must be used in a sequence. */
|
463 | 'color-data-visualization-1': (rgb(2, 99, 224)),
|
464 | /* Color used for data visualizations. Must be used in a sequence. */
|
465 | 'color-data-visualization-2': (rgb(200, 175, 240)),
|
466 | /* Color used for data visualizations. Must be used in a sequence. */
|
467 | 'color-data-visualization-3': (rgb(96, 107, 133)),
|
468 | /* Color used for data visualizations. Must be used in a sequence. */
|
469 | 'color-data-visualization-4': (rgb(102, 179, 255)),
|
470 | /* Color used for data visualizations. Must be used in a sequence. */
|
471 | 'color-data-visualization-5': (rgb(14, 124, 58)),
|
472 | /* Color used for data visualizations. Must be used in a sequence. */
|
473 | 'color-data-visualization-6': (rgb(250, 153, 80)),
|
474 | /* Color used for data visualizations. Must be used in a sequence. */
|
475 | 'color-data-visualization-7': (rgb(195, 83, 35)),
|
476 | /* Color used for data visualizations. Must be used in a sequence. */
|
477 | 'color-data-visualization-8': (rgb(246, 177, 177)),
|
478 | /* Color used for data visualizations. Must be used in a sequence. */
|
479 | 'color-data-visualization-9': (rgb(140, 91, 216)),
|
480 | /* Generic square sizing token scale for UI components. */
|
481 | 'size-square-40': (0.75rem),
|
482 | /* Maps to line-height tokens 1:1 */
|
483 | 'size-icon-80': (2.5rem),
|
484 | /* Generic square sizing token scale for UI components. */
|
485 | 'size-square-30': (0.5rem),
|
486 | /* Maps to line-height tokens 1:1 */
|
487 | 'size-icon-70': (2rem),
|
488 | /* Generic square sizing token scale for UI components. */
|
489 | 'size-square-20': (0.25rem),
|
490 | /* Maps to line-height tokens 1:1 */
|
491 | 'size-icon-60': (1.75rem),
|
492 | /* Generic sizing token scale for UI components. */
|
493 | 'size-90': (57.5rem),
|
494 | /* Generic square sizing token scale for UI components. */
|
495 | 'size-square-10': (0.125rem),
|
496 | /* Generic sizing token scale for UI components. */
|
497 | 'size-120': (77rem),
|
498 | /* Maps to line-height tokens 1:1 */
|
499 | 'size-icon-50': (1.75rem),
|
500 | /* Generic sizing token scale for UI components. */
|
501 | 'size-80': (51rem),
|
502 | /* Generic sizing token scale for UI components. */
|
503 | 'size-0': (0),
|
504 | /* Generic sizing token scale for UI components. */
|
505 | 'size-110': (70.5rem),
|
506 | /* Maps to line-height tokens 1:1 */
|
507 | 'size-icon-40': (1.5rem),
|
508 | /* Generic square sizing token scale for UI components. */
|
509 | 'size-square-190': (4.5rem),
|
510 | /* Generic sizing token scale for UI components. */
|
511 | 'size-70': (44.5rem),
|
512 | /* Generic sizing token scale for UI components. */
|
513 | 'size-100': (64rem),
|
514 | /* Maps to line-height tokens 1:1 */
|
515 | 'size-icon-30': (1.25rem),
|
516 | /* Generic square sizing token scale for UI components. */
|
517 | 'size-square-180': (4.25rem),
|
518 | /* Generic sizing token scale for UI components. */
|
519 | 'size-60': (38rem),
|
520 | /* Maps to line-height tokens 1:1 */
|
521 | 'size-icon-20': (1.25rem),
|
522 | /* Generic square sizing token scale for UI components. */
|
523 | 'size-square-170': (4rem),
|
524 | /* Sizing token for the compact sidebar width. */
|
525 | 'size-sidebar-compact': (4.75rem),
|
526 | /* Maps to line-height tokens 1:1 */
|
527 | 'size-icon-10': (1rem),
|
528 | /* Generic square sizing token scale for UI components. */
|
529 | 'size-square-25': (0.375rem),
|
530 | /* Generic square sizing token scale for UI components. */
|
531 | 'size-square-160': (3.75rem),
|
532 | /* Generic sizing token scale for UI components. */
|
533 | 'size-50': (31.5rem),
|
534 | /* Maps to line-height tokens 1:1 */
|
535 | 'size-icon-110': (4rem),
|
536 | /* Generic square sizing token scale for UI components. */
|
537 | 'size-square-150': (3.5rem),
|
538 | /* Generic sizing token scale for UI components. */
|
539 | 'size-40': (25rem),
|
540 | /* Maps to line-height tokens 1:1 */
|
541 | 'size-icon-100': (3.25rem),
|
542 | /* Generic square sizing token scale for UI components. */
|
543 | 'size-square-140': (3.25rem),
|
544 | /* Generic sizing token scale for UI components. */
|
545 | 'size-30': (18.5rem),
|
546 | /* Sizing token for the minimum topbar height. */
|
547 | 'size-topbar': (4.75rem),
|
548 | /* Generic square sizing token scale for UI components. */
|
549 | 'size-square-130': (3rem),
|
550 | /* Generic sizing token scale for UI components. */
|
551 | 'size-20': (12rem),
|
552 | /* Generic square sizing token scale for UI components. */
|
553 | 'size-square-120': (2.75rem),
|
554 | /* Generic sizing token scale for UI components. */
|
555 | 'size-10': (5.5rem),
|
556 | /* Generic square sizing token scale for UI components. */
|
557 | 'size-square-110': (2.5rem),
|
558 | /* Generic square sizing token scale for UI components. */
|
559 | 'size-square-0': (0),
|
560 | /* Maps to line-height tokens 1:1 */
|
561 | 'size-icon-05': (0.75rem),
|
562 | /* Generic square sizing token scale for UI components. */
|
563 | 'size-square-100': (2.25rem),
|
564 | /* Generic square sizing token scale for UI components. */
|
565 | 'size-square-200': (4.75rem),
|
566 | /* Sizing token for sidebar width. */
|
567 | 'size-sidebar': (15rem),
|
568 | /* Generic square sizing token scale for UI components. */
|
569 | 'size-square-90': (2rem),
|
570 | /* Generic square sizing token scale for UI components. */
|
571 | 'size-square-80': (1.75rem),
|
572 | /* Generic square sizing token scale for UI components. */
|
573 | 'size-square-70': (1.5rem),
|
574 | /* Generic square sizing token scale for UI components. */
|
575 | 'size-square-60': (1.25rem),
|
576 | /* Generic square sizing token scale for UI components. */
|
577 | 'size-square-50': (1rem),
|
578 | /* Maps to line-height tokens 1:1 */
|
579 | 'size-icon-90': (2.75rem),
|
580 | 'space-70': (1.5rem),
|
581 | 'space-negative-100': (-2.25rem),
|
582 | 'space-60': (1.25rem),
|
583 | 'space-negative-200': (-4.75rem),
|
584 | 'space-190': (4.5rem),
|
585 | 'space-50': (1rem),
|
586 | 'space-180': (4.25rem),
|
587 | 'space-40': (0.75rem),
|
588 | 'space-170': (4rem),
|
589 | 'space-30': (0.5rem),
|
590 | 'space-160': (3.75rem),
|
591 | 'space-20': (0.25rem),
|
592 | 'space-150': (3.5rem),
|
593 | 'space-10': (0.125rem),
|
594 | 'space-140': (3.25rem),
|
595 | 'space-130': (3rem),
|
596 | 'space-120': (2.75rem),
|
597 | 'space-negative-90': (-2rem),
|
598 | 'space-110': (2.5rem),
|
599 | 'space-0': (0),
|
600 | 'space-negative-80': (-1.75rem),
|
601 | 'space-100': (2.25rem),
|
602 | 'space-negative-70': (-1.5rem),
|
603 | 'space-200': (4.75rem),
|
604 | 'space-negative-60': (-1.25rem),
|
605 | 'space-negative-50': (-1rem),
|
606 | 'space-negative-40': (-0.75rem),
|
607 | 'space-negative-30': (-0.5rem),
|
608 | 'space-negative-20': (-0.25rem),
|
609 | 'space-negative-10': (-0.125rem),
|
610 | 'space-negative-190': (-4.5rem),
|
611 | 'space-negative-180': (-4.25rem),
|
612 | 'space-negative-170': (-4rem),
|
613 | 'space-negative-160': (-3.75rem),
|
614 | 'space-negative-150': (-3.5rem),
|
615 | 'space-negative-140': (-3.25rem),
|
616 | 'space-negative-130': (-3rem),
|
617 | 'space-90': (2rem),
|
618 | 'space-negative-120': (-2.75rem),
|
619 | 'space-80': (1.75rem),
|
620 | 'space-negative-110': (-2.5rem),
|
621 | /* Weak shade of destructive link text to be used in interactions */
|
622 | 'color-text-link-destructive-weak': (rgb(57, 71, 98)),
|
623 | /* Stronger shade of link text to be used in interactions */
|
624 | 'color-text-link-stronger': (rgb(235, 244, 255)),
|
625 | /* Text color for user avatar. */
|
626 | 'color-text-user': (rgb(200, 175, 240)),
|
627 | /* Icon color for indicating a new status. */
|
628 | 'color-text-icon-new': (rgb(200, 175, 240)),
|
629 | /* Text color for the subaccount badge */
|
630 | 'color-text-subaccount': (rgb(255, 233, 128)),
|
631 | /* Stronger shade of destructive text. */
|
632 | 'color-text-destructive-stronger': (rgb(246, 177, 177)),
|
633 | /* Icon color for indicating a offline status */
|
634 | 'color-text-icon-offline': (rgb(244, 244, 246)),
|
635 | /* Destructive link text */
|
636 | 'color-text-link-destructive': (rgb(235, 86, 86)),
|
637 | /* Stronger primary text. */
|
638 | 'color-text-primary-stronger': (rgb(153, 205, 255)),
|
639 | /* Icon color for indicating success. */
|
640 | 'color-text-icon-success': (rgb(54, 213, 118)),
|
641 | /* Color for warning text. */
|
642 | 'color-text-warning': (rgb(255, 179, 122)),
|
643 | /* Strongest shade of destructive link text to be used in interactions */
|
644 | 'color-text-link-destructive-strongest': (rgb(255, 255, 255)),
|
645 | /* Icon color for being neutral. */
|
646 | 'color-text-icon-neutral': (rgb(102, 179, 255)),
|
647 | /* Color for text indicating a new status. */
|
648 | 'color-text-new': (rgb(231, 220, 250)),
|
649 | /* Icon color for indicating an error. */
|
650 | 'color-text-icon-error': (rgb(235, 86, 86)),
|
651 | /* Weak inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
|
652 | 'color-text-inverse-weak': (rgb(202, 205, 216)),
|
653 | /* Icon color for indicating a available status */
|
654 | 'color-text-icon-available': (rgb(54, 213, 118)),
|
655 | /* Stronger shade of destructive link text to be used in interactions. */
|
656 | 'color-text-link-destructive-stronger': (rgb(246, 177, 177)),
|
657 | /* Twilio brand icon color used for the Twilio logo on inverse backgrounds. */
|
658 | 'color-text-icon-brand-inverse': (rgb(255, 255, 255)),
|
659 | /* Destructive text. */
|
660 | 'color-text-destructive': (rgb(235, 86, 86)),
|
661 | /* Primary text. */
|
662 | 'color-text-primary': (rgb(0, 140, 255)),
|
663 | /* Text color for success text. */
|
664 | 'color-text-success': (rgb(162, 246, 195)),
|
665 | /* Inverse color for indicating a new status. */
|
666 | 'color-text-inverse-new': (rgb(200, 175, 240)),
|
667 | /* Strongest shade of destructive text. */
|
668 | 'color-text-destructive-strongest': (rgb(255, 255, 255)),
|
669 | /* Weak body text for visual hierarchy. */
|
670 | 'color-text-weak': (rgb(136, 145, 170)),
|
671 | /* Strongest primary text. */
|
672 | 'color-text-primary-strongest': (rgb(255, 255, 255)),
|
673 | /* Default icon color. */
|
674 | 'color-text-icon': (rgb(136, 145, 170)),
|
675 | /* Link text */
|
676 | 'color-text-link': (rgb(0, 140, 255)),
|
677 | /* Twilio brand red icon color used for the Twilio logo. */
|
678 | 'color-text-icon-brand-highlight': (rgb(242, 47, 70)),
|
679 | /* Color for text indicating a neutral status. */
|
680 | 'color-text-neutral': (rgb(102, 179, 255)),
|
681 | /* Strongest shade of link text to be used in interactions */
|
682 | 'color-text-link-strongest': (rgb(255, 255, 255)),
|
683 | /* Error text for inputs and error misc */
|
684 | 'color-text-error': (rgb(235, 86, 86)),
|
685 | /* Default icon color for inverse backgrounds. */
|
686 | 'color-text-icon-inverse': (rgb(136, 145, 170)),
|
687 | /* Strong error text for inputs and error misc */
|
688 | 'color-text-error-strong': (rgb(246, 177, 177)),
|
689 | /* Icon color for indicating a unavailable status */
|
690 | 'color-text-icon-unavailable': (rgb(235, 86, 86)),
|
691 | /* Weak error text for inputs and error misc */
|
692 | 'color-text-error-weak': (rgb(235, 86, 86)),
|
693 | /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
|
694 | 'color-text-decorative-40': (rgb(200, 175, 240)),
|
695 | /* Strong shade of link text to be used in interactions */
|
696 | 'color-text-link-strong': (rgb(153, 205, 255)),
|
697 | /* Text color used on any brand color */
|
698 | 'color-text-brand-inverse': (rgb(255, 255, 255)),
|
699 | /* Strongest error text for inputs and error misc. */
|
700 | 'color-text-error-strongest': (rgb(254, 236, 236)),
|
701 | /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
|
702 | 'color-text-decorative-30': (rgb(162, 246, 195)),
|
703 | /* Weak shade of link text to be used in interactions */
|
704 | 'color-text-link-weak': (rgb(57, 71, 98)),
|
705 | /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
|
706 | 'color-text-decorative-20': (rgb(204, 228, 255)),
|
707 | /* Text color with no semantic meaning, used for decorative purposes only. Should generally be used with matching decorative background and/or border tokens. */
|
708 | 'color-text-decorative-10': (rgb(225, 227, 234)),
|
709 | /* Body text color */
|
710 | 'color-text': (rgb(244, 244, 246)),
|
711 | /* Icon color for indicating a busy status */
|
712 | 'color-text-icon-busy': (rgb(255, 179, 122)),
|
713 | /* Weakest body text for visual hierarchy. Inaccessible unless used on disabled controls. */
|
714 | 'color-text-weakest': (rgb(13, 19, 28)),
|
715 | /* Twilio brand red, accessible on large text only. */
|
716 | 'color-text-brand-highlight': (rgb(242, 47, 70)),
|
717 | /* Strong shade of destructive text. */
|
718 | 'color-text-destructive-strong': (rgb(246, 177, 177)),
|
719 | /* Weaker inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
|
720 | 'color-text-inverse-weaker': (rgb(136, 145, 170)),
|
721 | /* Strong primary text. */
|
722 | 'color-text-primary-strong': (rgb(153, 205, 255)),
|
723 | /* Weak primary text. */
|
724 | 'color-text-primary-weak': (rgb(57, 71, 98)),
|
725 | /* Weak shade of destructive text. */
|
726 | 'color-text-destructive-weak': (rgb(57, 71, 98)),
|
727 | /* Inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
|
728 | 'color-text-inverse': (rgb(255, 255, 255)),
|
729 | /* Weakest inverse text color for dark backgrounds. Must pass AA color contrast with color-background-body-inverse. */
|
730 | 'color-text-inverse-weakest': (rgb(75, 86, 113)),
|
731 | /* Weaker body text for visual hierarchy. Inaccessible unless used on disabled controls. */
|
732 | 'color-text-weaker': (rgb(57, 71, 98)),
|
733 | /* Color for dark warning text. */
|
734 | 'color-text-warning-strong': (rgb(250, 194, 160)),
|
735 | /* Icon color for indicating a warning. */
|
736 | 'color-text-icon-warning': (rgb(255, 179, 122)),
|
737 | /* Stronger error text for inputs and error misc */
|
738 | 'color-text-error-stronger': (rgb(254, 236, 236)),
|
739 | /* Strong shade of destructive link text to be used in interactions */
|
740 | 'color-text-link-destructive-strong': (rgb(246, 177, 177)),
|
741 | 'z-index-0': (0),
|
742 | 'z-index-90': (90),
|
743 | 'z-index-80': (80),
|
744 | 'z-index-70': (70),
|
745 | 'z-index-60': (60),
|
746 | 'z-index-50': (50),
|
747 | 'z-index-40': (40),
|
748 | 'z-index-30': (30),
|
749 | 'z-index-20': (20),
|
750 | 'z-index-10': (10),
|
751 | 'color-scheme': ("dark"),
|
752 | );
|