UNPKG

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