@atlaskit/tokens 13.0.0 → 13.0.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 (26) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/artifacts/replacement-mapping.js +2 -149
  3. package/dist/cjs/artifacts/tokens-raw/atlassian-motion.js +197 -197
  4. package/dist/cjs/entry-points/token-metadata.codegen.js +442 -1
  5. package/dist/cjs/entry-points/tokens-raw.js +8 -1
  6. package/dist/es2019/artifacts/replacement-mapping.js +2 -149
  7. package/dist/es2019/artifacts/tokens-raw/atlassian-motion.js +197 -197
  8. package/dist/es2019/entry-points/token-metadata.codegen.js +442 -1
  9. package/dist/es2019/entry-points/tokens-raw.js +2 -1
  10. package/dist/esm/artifacts/replacement-mapping.js +2 -149
  11. package/dist/esm/artifacts/tokens-raw/atlassian-motion.js +197 -197
  12. package/dist/esm/entry-points/token-metadata.codegen.js +442 -1
  13. package/dist/esm/entry-points/tokens-raw.js +2 -1
  14. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  15. package/dist/types/artifacts/tokens-raw/atlassian-motion.d.ts +1 -1
  16. package/dist/types/artifacts/types-internal.d.ts +2 -2
  17. package/dist/types/artifacts/types.d.ts +2 -2
  18. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  19. package/dist/types/entry-points/tokens-raw.d.ts +1 -0
  20. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  21. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +1 -1
  22. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  23. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  24. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  25. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +1 -0
  26. package/package.json +10 -11
@@ -3,11 +3,452 @@
3
3
  *
4
4
  * Metadata for generation of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
5
5
  *
6
- * @codegen <<SignedSource::cc165f5e3a3a334da8899d36a5cd4535>>
6
+ * @codegen <<SignedSource::84f21045f3136acc13a56a289840c82a>>
7
7
  * @codegenCommand yarn build tokens
8
8
  */
9
9
 
10
10
  export var tokens = [{
11
+ name: 'motion.avatar.enter',
12
+ path: ['motion', 'avatar', 'enter'],
13
+ description: 'Use for avatar group enter transitions.',
14
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) ScaleIn80to100, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
15
+ usageGuidelines: {
16
+ usage: '',
17
+ cssProperties: []
18
+ }
19
+ }, {
20
+ name: 'motion.avatar.exit',
21
+ path: ['motion', 'avatar', 'exit'],
22
+ description: 'Use for avatar group exit transitions.',
23
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) ScaleOut100to80, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
24
+ usageGuidelines: {
25
+ usage: '',
26
+ cssProperties: []
27
+ }
28
+ }, {
29
+ name: 'motion.avatar.hovered',
30
+ path: ['motion', 'avatar', 'hovered'],
31
+ description: 'Use for hover state on avatar elements.',
32
+ exampleValue: 'transform 250ms linear(0, 0.021, 0.058, 0.107, 0.164, 0.227, 0.292, 0.359, 0.425, 0.49, 0.552, 0.61, 0.664, 0.714, 0.759, 0.8, 0.837, 0.869, 0.898, 0.922, 0.943, 0.961, 0.976, 0.988, 0.998, 1.006, 1.013, 1.017, 1.02, 1.023, 1.024, 1.024, 1.024, 1.024, 1.023, 1.022, 1.02, 1.019, 1.017, 1.015, 1.014, 1.012, 1.011, 1.009, 1.008, 1.007, 1.006, 1.005, 1.004, 1.003, 1.002, 1.002, 1.001, 1.001, 1.001, 1, 1, 1, 1, 1, 0.999, 0.999, 0.999, 0.999, 1)',
33
+ usageGuidelines: {
34
+ usage: '',
35
+ cssProperties: []
36
+ }
37
+ }, {
38
+ name: 'motion.blanket.enter',
39
+ path: ['motion', 'blanket', 'enter'],
40
+ description: 'Use for blanket enter transitions.',
41
+ exampleValue: '250ms cubic-bezier(0.4, 0, 0, 1) FadeIn0to100',
42
+ usageGuidelines: {
43
+ usage: '',
44
+ cssProperties: []
45
+ }
46
+ }, {
47
+ name: 'motion.blanket.exit',
48
+ path: ['motion', 'blanket', 'exit'],
49
+ description: 'Use for blanket exit transitions.',
50
+ exampleValue: '200ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
51
+ usageGuidelines: {
52
+ usage: '',
53
+ cssProperties: []
54
+ }
55
+ }, {
56
+ name: 'motion.duration.instant',
57
+ path: ['motion', 'duration', 'instant'],
58
+ description: 'Use for instant feedback with no perceptible delay, such as list item hover, selected and focus states.',
59
+ exampleValue: '0ms',
60
+ usageGuidelines: {
61
+ usage: '',
62
+ cssProperties: []
63
+ }
64
+ }, {
65
+ name: 'motion.duration.long',
66
+ path: ['motion', 'duration', 'long'],
67
+ description: 'Use for medium entrance transitions, such as modal enter and flag enter.',
68
+ exampleValue: '250ms',
69
+ usageGuidelines: {
70
+ usage: '',
71
+ cssProperties: []
72
+ }
73
+ }, {
74
+ name: 'motion.duration.medium',
75
+ path: ['motion', 'duration', 'medium'],
76
+ description: 'Use for medium exit transitions, such as modal exit and flag exit.',
77
+ exampleValue: '200ms',
78
+ usageGuidelines: {
79
+ usage: '',
80
+ cssProperties: []
81
+ }
82
+ }, {
83
+ name: 'motion.duration.short',
84
+ path: ['motion', 'duration', 'short'],
85
+ description: 'Use for interactive state emphasis and small entrances, such as button hover and pressed states, popup enter, and avatar appear.',
86
+ exampleValue: '150ms',
87
+ usageGuidelines: {
88
+ usage: '',
89
+ cssProperties: []
90
+ }
91
+ }, {
92
+ name: 'motion.duration.xlong',
93
+ path: ['motion', 'duration', 'xlong'],
94
+ description: 'Use for large transitions, such as panel enter/exit, page transitions, and full-screen overlays.',
95
+ exampleValue: '400ms',
96
+ usageGuidelines: {
97
+ usage: '',
98
+ cssProperties: []
99
+ }
100
+ }, {
101
+ name: 'motion.duration.xshort',
102
+ path: ['motion', 'duration', 'xshort'],
103
+ description: 'Use for subtle pressed states and quick exits, such as component press feedback, popup dismiss, and avatar transitions.',
104
+ exampleValue: '100ms',
105
+ usageGuidelines: {
106
+ usage: '',
107
+ cssProperties: []
108
+ }
109
+ }, {
110
+ name: 'motion.duration.xxlong',
111
+ path: ['motion', 'duration', 'xxlong'],
112
+ description: 'Use for large transitions, such as onboarding steps and full-screen overlays.',
113
+ exampleValue: '600ms',
114
+ usageGuidelines: {
115
+ usage: '',
116
+ cssProperties: []
117
+ }
118
+ }, {
119
+ name: 'motion.duration.xxshort',
120
+ path: ['motion', 'duration', 'xxshort'],
121
+ description: 'Use for instant feedback, such as list item hover, selected and focus states.',
122
+ exampleValue: '50ms',
123
+ usageGuidelines: {
124
+ usage: '',
125
+ cssProperties: []
126
+ }
127
+ }, {
128
+ name: 'motion.easing.in.practical',
129
+ path: ['motion', 'easing', 'in', 'practical'],
130
+ description: 'Starts slowly and accelerates away. Best for exit transitions where elements leaving the screen should feel like they are getting out of the way.',
131
+ exampleValue: 'cubic-bezier(0.6, 0, 0.8, 0.6)',
132
+ usageGuidelines: {
133
+ usage: '',
134
+ cssProperties: []
135
+ }
136
+ }, {
137
+ name: 'motion.easing.inout.bold',
138
+ path: ['motion', 'easing', 'inout', 'bold'],
139
+ description: 'The bold in-out curve pairs naturally with scale and repositioning of elements. It controls both the start and end of the motion.',
140
+ exampleValue: 'cubic-bezier(0.4, 0, 0, 1)',
141
+ usageGuidelines: {
142
+ usage: '',
143
+ cssProperties: []
144
+ }
145
+ }, {
146
+ name: 'motion.easing.out.practical',
147
+ path: ['motion', 'easing', 'out', 'practical'],
148
+ description: 'A practical, everyday enter curve. Less dramatic than the bold variant, good for subtle transitions like content swaps, tab changes, and list reordering.',
149
+ exampleValue: 'cubic-bezier(0.4, 1, 0.6, 1)',
150
+ usageGuidelines: {
151
+ usage: '',
152
+ cssProperties: []
153
+ }
154
+ }, {
155
+ name: 'motion.easing.out.bold',
156
+ path: ['motion', 'easing', 'out', 'bold'],
157
+ description: 'Elements arrive quickly and decelerate to a stop. The fast start grabs attention and the gentle landing feels controlled.',
158
+ exampleValue: 'cubic-bezier(0, 0.4, 0, 1)',
159
+ usageGuidelines: {
160
+ usage: '',
161
+ cssProperties: []
162
+ }
163
+ }, {
164
+ name: 'motion.easing.spring',
165
+ path: ['motion', 'easing', 'spring'],
166
+ description: 'A spring curve that overshoots slightly before settling. Use for playful, tactile feedback on small branded elements such as avatar hover, where the slight overshoot reinforces a sense of life.',
167
+ exampleValue: 'linear(0, 0.021, 0.058, 0.107, 0.164, 0.227, 0.292, 0.359, 0.425, 0.49, 0.552, 0.61, 0.664, 0.714, 0.759, 0.8, 0.837, 0.869, 0.898, 0.922, 0.943, 0.961, 0.976, 0.988, 0.998, 1.006, 1.013, 1.017, 1.02, 1.023, 1.024, 1.024, 1.024, 1.024, 1.023, 1.022, 1.02, 1.019, 1.017, 1.015, 1.014, 1.012, 1.011, 1.009, 1.008, 1.007, 1.006, 1.005, 1.004, 1.003, 1.002, 1.002, 1.001, 1.001, 1.001, 1, 1, 1, 1, 1, 0.999, 0.999, 0.999, 0.999, 1)',
168
+ usageGuidelines: {
169
+ usage: '',
170
+ cssProperties: []
171
+ }
172
+ }, {
173
+ name: 'motion.flag.enter',
174
+ path: ['motion', 'flag', 'enter'],
175
+ description: 'Use for flag enter transitions.',
176
+ exampleValue: '250ms cubic-bezier(0, 0.4, 0, 1) SlideIn50PercentLeft, 250ms cubic-bezier(0, 0.4, 0, 1) FadeIn0to100',
177
+ usageGuidelines: {
178
+ usage: '',
179
+ cssProperties: []
180
+ }
181
+ }, {
182
+ name: 'motion.flag.exit',
183
+ path: ['motion', 'flag', 'exit'],
184
+ description: 'Use for flag exit transitions.',
185
+ exampleValue: '200ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOut15PercentLeft, 200ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
186
+ usageGuidelines: {
187
+ usage: '',
188
+ cssProperties: []
189
+ }
190
+ }, {
191
+ name: 'motion.flag.reposition',
192
+ path: ['motion', 'flag', 'reposition'],
193
+ description: 'Use for repositioning flag elements.',
194
+ exampleValue: 'transform 250ms cubic-bezier(0.4, 0, 0, 1)',
195
+ usageGuidelines: {
196
+ usage: '',
197
+ cssProperties: []
198
+ }
199
+ }, {
200
+ name: 'motion.keyframe.fade.in',
201
+ path: ['motion', 'keyframe', 'fade', 'in'],
202
+ description: 'Use for fade-in transitions where an element goes from fully transparent to fully opaque.',
203
+ exampleValue: 'FadeIn0to100',
204
+ usageGuidelines: {
205
+ usage: '',
206
+ cssProperties: []
207
+ }
208
+ }, {
209
+ name: 'motion.keyframe.fade.out',
210
+ path: ['motion', 'keyframe', 'fade', 'out'],
211
+ description: 'Use for fade-out transitions where an element goes from fully opaque to fully transparent.',
212
+ exampleValue: 'FadeOut100to0',
213
+ usageGuidelines: {
214
+ usage: '',
215
+ cssProperties: []
216
+ }
217
+ }, {
218
+ name: 'motion.keyframe.scale.in.medium',
219
+ path: ['motion', 'keyframe', 'scale', 'in', 'medium'],
220
+ description: 'Use for medium scale-in transitions where an element grows from 80% to full size on enter.',
221
+ exampleValue: 'ScaleIn80to100',
222
+ usageGuidelines: {
223
+ usage: '',
224
+ cssProperties: []
225
+ }
226
+ }, {
227
+ name: 'motion.keyframe.scale.in.small',
228
+ path: ['motion', 'keyframe', 'scale', 'in', 'small'],
229
+ description: 'Use for small scale-in transitions where an element grows from 95% to full size on enter.',
230
+ exampleValue: 'ScaleIn95to100',
231
+ usageGuidelines: {
232
+ usage: '',
233
+ cssProperties: []
234
+ }
235
+ }, {
236
+ name: 'motion.keyframe.scale.out.medium',
237
+ path: ['motion', 'keyframe', 'scale', 'out', 'medium'],
238
+ description: 'Use for medium scale-out transitions where an element shrinks from full size to 80% on exit.',
239
+ exampleValue: 'ScaleOut100to80',
240
+ usageGuidelines: {
241
+ usage: '',
242
+ cssProperties: []
243
+ }
244
+ }, {
245
+ name: 'motion.keyframe.scale.out.small',
246
+ path: ['motion', 'keyframe', 'scale', 'out', 'small'],
247
+ description: 'Use for small scale-out transitions where an element shrinks from full size to 95% on exit.',
248
+ exampleValue: 'ScaleOut100to95',
249
+ usageGuidelines: {
250
+ usage: '',
251
+ cssProperties: []
252
+ }
253
+ }, {
254
+ name: 'motion.keyframe.slide.in.bottom.short',
255
+ path: ['motion', 'keyframe', 'slide', 'in', 'bottom', 'short'],
256
+ description: 'Use for short slide-in transitions where an element enters from below its final position by 8px.',
257
+ exampleValue: 'SlideInBottom8px',
258
+ usageGuidelines: {
259
+ usage: '',
260
+ cssProperties: []
261
+ }
262
+ }, {
263
+ name: 'motion.keyframe.slide.in.left.half',
264
+ path: ['motion', 'keyframe', 'slide', 'in', 'left', 'half'],
265
+ description: 'Use for slide-in transitions where an element enters from the left of its final position by 50%.',
266
+ exampleValue: 'SlideIn50PercentLeft',
267
+ usageGuidelines: {
268
+ usage: '',
269
+ cssProperties: []
270
+ }
271
+ }, {
272
+ name: 'motion.keyframe.slide.in.left.short',
273
+ path: ['motion', 'keyframe', 'slide', 'in', 'left', 'short'],
274
+ description: 'Use for short slide-in transitions where an element enters from the left of its final position by 8px.',
275
+ exampleValue: 'SlideInLeft8px',
276
+ usageGuidelines: {
277
+ usage: '',
278
+ cssProperties: []
279
+ }
280
+ }, {
281
+ name: 'motion.keyframe.slide.in.right.short',
282
+ path: ['motion', 'keyframe', 'slide', 'in', 'right', 'short'],
283
+ description: 'Use for short slide-in transitions where an element enters from the right of its final position by 8px.',
284
+ exampleValue: 'SlideInRight8px',
285
+ usageGuidelines: {
286
+ usage: '',
287
+ cssProperties: []
288
+ }
289
+ }, {
290
+ name: 'motion.keyframe.slide.in.top.short',
291
+ path: ['motion', 'keyframe', 'slide', 'in', 'top', 'short'],
292
+ description: 'Use for short slide-in transitions where an element enters from above its final position by 8px.',
293
+ exampleValue: 'SlideInTop8px',
294
+ usageGuidelines: {
295
+ usage: '',
296
+ cssProperties: []
297
+ }
298
+ }, {
299
+ name: 'motion.keyframe.slide.out.bottom.short',
300
+ path: ['motion', 'keyframe', 'slide', 'out', 'bottom', 'short'],
301
+ description: 'Use for short slide-out transitions where an element exits downward by 8px from its starting position.',
302
+ exampleValue: 'SlideOutBottom8px',
303
+ usageGuidelines: {
304
+ usage: '',
305
+ cssProperties: []
306
+ }
307
+ }, {
308
+ name: 'motion.keyframe.slide.out.left.half',
309
+ path: ['motion', 'keyframe', 'slide', 'out', 'left', 'half'],
310
+ description: 'Use for slide-out transitions where an element exits to the left of its starting position by 15%.',
311
+ exampleValue: 'SlideOut15PercentLeft',
312
+ usageGuidelines: {
313
+ usage: '',
314
+ cssProperties: []
315
+ }
316
+ }, {
317
+ name: 'motion.keyframe.slide.out.left.short',
318
+ path: ['motion', 'keyframe', 'slide', 'out', 'left', 'short'],
319
+ description: 'Use for short slide-out transitions where an element exits to the left by 8px from its starting position.',
320
+ exampleValue: 'SlideOutLeft8px',
321
+ usageGuidelines: {
322
+ usage: '',
323
+ cssProperties: []
324
+ }
325
+ }, {
326
+ name: 'motion.keyframe.slide.out.right.short',
327
+ path: ['motion', 'keyframe', 'slide', 'out', 'right', 'short'],
328
+ description: 'Use for short slide-out transitions where an element exits to the right by 8px from its starting position.',
329
+ exampleValue: 'SlideOutRight8px',
330
+ usageGuidelines: {
331
+ usage: '',
332
+ cssProperties: []
333
+ }
334
+ }, {
335
+ name: 'motion.keyframe.slide.out.top.short',
336
+ path: ['motion', 'keyframe', 'slide', 'out', 'top', 'short'],
337
+ description: 'Use for short slide-out transitions where an element exits upward by 8px from its starting position.',
338
+ exampleValue: 'SlideOutTop8px',
339
+ usageGuidelines: {
340
+ usage: '',
341
+ cssProperties: []
342
+ }
343
+ }, {
344
+ name: 'motion.modal.enter',
345
+ path: ['motion', 'modal', 'enter'],
346
+ description: 'Use for modal enter transitions.',
347
+ exampleValue: '250ms cubic-bezier(0.4, 0, 0, 1) ScaleIn95to100',
348
+ usageGuidelines: {
349
+ usage: '',
350
+ cssProperties: []
351
+ }
352
+ }, {
353
+ name: 'motion.modal.exit',
354
+ path: ['motion', 'modal', 'exit'],
355
+ description: 'Use for modal exit transitions.',
356
+ exampleValue: '200ms cubic-bezier(0.6, 0, 0.8, 0.6) ScaleOut100to95',
357
+ usageGuidelines: {
358
+ usage: '',
359
+ cssProperties: []
360
+ }
361
+ }, {
362
+ name: 'motion.popup.enter.bottom',
363
+ path: ['motion', 'popup', 'enter', 'bottom'],
364
+ description: 'Use for popup enter from the bottom.',
365
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) SlideInBottom8px, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
366
+ usageGuidelines: {
367
+ usage: '',
368
+ cssProperties: []
369
+ }
370
+ }, {
371
+ name: 'motion.popup.enter.left',
372
+ path: ['motion', 'popup', 'enter', 'left'],
373
+ description: 'Use for popup enter from the left.',
374
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) SlideInLeft8px, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
375
+ usageGuidelines: {
376
+ usage: '',
377
+ cssProperties: []
378
+ }
379
+ }, {
380
+ name: 'motion.popup.enter.right',
381
+ path: ['motion', 'popup', 'enter', 'right'],
382
+ description: 'Use for popup enter from the right.',
383
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) SlideInRight8px, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
384
+ usageGuidelines: {
385
+ usage: '',
386
+ cssProperties: []
387
+ }
388
+ }, {
389
+ name: 'motion.popup.enter.top',
390
+ path: ['motion', 'popup', 'enter', 'top'],
391
+ description: 'Use for popup enter from the top: popup, tooltip, dropdown, inline message, inline dialog.',
392
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) SlideInTop8px, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
393
+ usageGuidelines: {
394
+ usage: '',
395
+ cssProperties: []
396
+ }
397
+ }, {
398
+ name: 'motion.popup.exit.bottom',
399
+ path: ['motion', 'popup', 'exit', 'bottom'],
400
+ description: 'Use for popup exit toward the bottom.',
401
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutBottom8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
402
+ usageGuidelines: {
403
+ usage: '',
404
+ cssProperties: []
405
+ }
406
+ }, {
407
+ name: 'motion.popup.exit.left',
408
+ path: ['motion', 'popup', 'exit', 'left'],
409
+ description: 'Use for popup exit toward the left.',
410
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutLeft8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
411
+ usageGuidelines: {
412
+ usage: '',
413
+ cssProperties: []
414
+ }
415
+ }, {
416
+ name: 'motion.popup.exit.right',
417
+ path: ['motion', 'popup', 'exit', 'right'],
418
+ description: 'Use for popup exit toward the right.',
419
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutRight8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
420
+ usageGuidelines: {
421
+ usage: '',
422
+ cssProperties: []
423
+ }
424
+ }, {
425
+ name: 'motion.popup.exit.top',
426
+ path: ['motion', 'popup', 'exit', 'top'],
427
+ description: 'Use for popup exit toward the top.',
428
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutTop8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
429
+ usageGuidelines: {
430
+ usage: '',
431
+ cssProperties: []
432
+ }
433
+ }, {
434
+ name: 'motion.spotlight.enter',
435
+ path: ['motion', 'spotlight', 'enter'],
436
+ description: 'Use for spotlight enter transitions.',
437
+ exampleValue: '250ms cubic-bezier(0.4, 0, 0, 1) ScaleIn95to100, 250ms cubic-bezier(0.4, 0, 0, 1) FadeIn0to100',
438
+ usageGuidelines: {
439
+ usage: '',
440
+ cssProperties: []
441
+ }
442
+ }, {
443
+ name: 'motion.spotlight.exit',
444
+ path: ['motion', 'spotlight', 'exit'],
445
+ description: 'Use for spotlight exit transitions.',
446
+ exampleValue: '200ms cubic-bezier(0.6, 0, 0.8, 0.6) ScaleOut100to95, 200ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
447
+ usageGuidelines: {
448
+ usage: '',
449
+ cssProperties: []
450
+ }
451
+ }, {
11
452
  name: 'color.text',
12
453
  path: ['color', 'text', '[default]'],
13
454
  description: 'Use for primary text, such as body copy, sentence case headers, and buttons.',
@@ -2,4 +2,5 @@ export { default as light } from '../artifacts/tokens-raw/atlassian-light';
2
2
  export { default as dark } from '../artifacts/tokens-raw/atlassian-dark';
3
3
  export { default as spacing } from '../artifacts/tokens-raw/atlassian-spacing';
4
4
  export { default as typography } from '../artifacts/tokens-raw/atlassian-typography';
5
- export { default as shape } from '../artifacts/tokens-raw/atlassian-shape';
5
+ export { default as shape } from '../artifacts/tokens-raw/atlassian-shape';
6
+ export { default as motion } from '../artifacts/tokens-raw/atlassian-motion';
@@ -12,7 +12,7 @@
12
12
  * These changes will then be picked up by our tooling which will attempt to
13
13
  * migrate as many of these renames as possible.
14
14
  *
15
- * @codegen <<SignedSource::986b26dc28b6a7d1da0912b44171d859>>
15
+ * @codegen <<SignedSource::c779b40628532228cae2ec34977f1f8e>>
16
16
  * @codegenCommand yarn build tokens
17
17
  */
18
18
  import type tokens from './token-names';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::148f2f6a72e79c38e027eeed3b58d3ac>>
3
+ * @codegen <<SignedSource::f86ddd91a5d48fe256274c50f5d73493>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
6
  type TokenValue = string | {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::5582403accd42d877de3d523398acdc9>>
3
+ * @codegen <<SignedSource::4d8c84532e3c637c27769cbb9582da6b>>
4
4
  * @codegenCommand yarn build tokens
5
5
  */
6
- export type InternalTokenIds = 'color.text.[default]' | 'color.text.accent.lime.[default]' | 'color.text.accent.lime.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.selected' | 'color.text.brand' | 'color.text.danger.[default]' | 'color.text.danger.bolder' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.warning.bolder' | 'color.text.success.[default]' | 'color.text.success.bolder' | 'color.text.discovery.[default]' | 'color.text.discovery.bolder' | 'color.text.information.[default]' | 'color.text.information.bolder' | 'color.text.subtlest' | 'color.text.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'color.link.visited.[default]' | 'color.link.visited.pressed' | 'color.icon.[default]' | 'color.icon.accent.lime' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.teal' | 'color.icon.accent.blue' | 'color.icon.accent.purple' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.disabled' | 'color.icon.inverse' | 'color.icon.selected' | 'color.icon.brand' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.icon.subtlest' | 'color.icon.subtle' | 'color.border.[default]' | 'color.border.accent.lime' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.teal' | 'color.border.accent.blue' | 'color.border.accent.purple' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.disabled' | 'color.border.focused' | 'color.border.input' | 'color.border.inverse' | 'color.border.selected' | 'color.border.brand' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.border.bold' | 'color.background.accent.lime.subtlest.[default]' | 'color.background.accent.lime.subtlest.hovered' | 'color.background.accent.lime.subtlest.pressed' | 'color.background.accent.lime.subtler.[default]' | 'color.background.accent.lime.subtler.hovered' | 'color.background.accent.lime.subtler.pressed' | 'color.background.accent.lime.subtle.[default]' | 'color.background.accent.lime.subtle.hovered' | 'color.background.accent.lime.subtle.pressed' | 'color.background.accent.lime.bolder.[default]' | 'color.background.accent.lime.bolder.hovered' | 'color.background.accent.lime.bolder.pressed' | 'color.background.accent.red.subtlest.[default]' | 'color.background.accent.red.subtlest.hovered' | 'color.background.accent.red.subtlest.pressed' | 'color.background.accent.red.subtler.[default]' | 'color.background.accent.red.subtler.hovered' | 'color.background.accent.red.subtler.pressed' | 'color.background.accent.red.subtle.[default]' | 'color.background.accent.red.subtle.hovered' | 'color.background.accent.red.subtle.pressed' | 'color.background.accent.red.bolder.[default]' | 'color.background.accent.red.bolder.hovered' | 'color.background.accent.red.bolder.pressed' | 'color.background.accent.orange.subtlest.[default]' | 'color.background.accent.orange.subtlest.hovered' | 'color.background.accent.orange.subtlest.pressed' | 'color.background.accent.orange.subtler.[default]' | 'color.background.accent.orange.subtler.hovered' | 'color.background.accent.orange.subtler.pressed' | 'color.background.accent.orange.subtle.[default]' | 'color.background.accent.orange.subtle.hovered' | 'color.background.accent.orange.subtle.pressed' | 'color.background.accent.orange.bolder.[default]' | 'color.background.accent.orange.bolder.hovered' | 'color.background.accent.orange.bolder.pressed' | 'color.background.accent.yellow.subtlest.[default]' | 'color.background.accent.yellow.subtlest.hovered' | 'color.background.accent.yellow.subtlest.pressed' | 'color.background.accent.yellow.subtler.[default]' | 'color.background.accent.yellow.subtler.hovered' | 'color.background.accent.yellow.subtler.pressed' | 'color.background.accent.yellow.subtle.[default]' | 'color.background.accent.yellow.subtle.hovered' | 'color.background.accent.yellow.subtle.pressed' | 'color.background.accent.yellow.bolder.[default]' | 'color.background.accent.yellow.bolder.hovered' | 'color.background.accent.yellow.bolder.pressed' | 'color.background.accent.green.subtlest.[default]' | 'color.background.accent.green.subtlest.hovered' | 'color.background.accent.green.subtlest.pressed' | 'color.background.accent.green.subtler.[default]' | 'color.background.accent.green.subtler.hovered' | 'color.background.accent.green.subtler.pressed' | 'color.background.accent.green.subtle.[default]' | 'color.background.accent.green.subtle.hovered' | 'color.background.accent.green.subtle.pressed' | 'color.background.accent.green.bolder.[default]' | 'color.background.accent.green.bolder.hovered' | 'color.background.accent.green.bolder.pressed' | 'color.background.accent.teal.subtlest.[default]' | 'color.background.accent.teal.subtlest.hovered' | 'color.background.accent.teal.subtlest.pressed' | 'color.background.accent.teal.subtler.[default]' | 'color.background.accent.teal.subtler.hovered' | 'color.background.accent.teal.subtler.pressed' | 'color.background.accent.teal.subtle.[default]' | 'color.background.accent.teal.subtle.hovered' | 'color.background.accent.teal.subtle.pressed' | 'color.background.accent.teal.bolder.[default]' | 'color.background.accent.teal.bolder.hovered' | 'color.background.accent.teal.bolder.pressed' | 'color.background.accent.blue.subtlest.[default]' | 'color.background.accent.blue.subtlest.hovered' | 'color.background.accent.blue.subtlest.pressed' | 'color.background.accent.blue.subtler.[default]' | 'color.background.accent.blue.subtler.hovered' | 'color.background.accent.blue.subtler.pressed' | 'color.background.accent.blue.subtle.[default]' | 'color.background.accent.blue.subtle.hovered' | 'color.background.accent.blue.subtle.pressed' | 'color.background.accent.blue.bolder.[default]' | 'color.background.accent.blue.bolder.hovered' | 'color.background.accent.blue.bolder.pressed' | 'color.background.accent.purple.subtlest.[default]' | 'color.background.accent.purple.subtlest.hovered' | 'color.background.accent.purple.subtlest.pressed' | 'color.background.accent.purple.subtler.[default]' | 'color.background.accent.purple.subtler.hovered' | 'color.background.accent.purple.subtler.pressed' | 'color.background.accent.purple.subtle.[default]' | 'color.background.accent.purple.subtle.hovered' | 'color.background.accent.purple.subtle.pressed' | 'color.background.accent.purple.bolder.[default]' | 'color.background.accent.purple.bolder.hovered' | 'color.background.accent.purple.bolder.pressed' | 'color.background.accent.magenta.subtlest.[default]' | 'color.background.accent.magenta.subtlest.hovered' | 'color.background.accent.magenta.subtlest.pressed' | 'color.background.accent.magenta.subtler.[default]' | 'color.background.accent.magenta.subtler.hovered' | 'color.background.accent.magenta.subtler.pressed' | 'color.background.accent.magenta.subtle.[default]' | 'color.background.accent.magenta.subtle.hovered' | 'color.background.accent.magenta.subtle.pressed' | 'color.background.accent.magenta.bolder.[default]' | 'color.background.accent.magenta.bolder.hovered' | 'color.background.accent.magenta.bolder.pressed' | 'color.background.accent.gray.subtlest.[default]' | 'color.background.accent.gray.subtlest.hovered' | 'color.background.accent.gray.subtlest.pressed' | 'color.background.accent.gray.subtler.[default]' | 'color.background.accent.gray.subtler.hovered' | 'color.background.accent.gray.subtler.pressed' | 'color.background.accent.gray.subtle.[default]' | 'color.background.accent.gray.subtle.hovered' | 'color.background.accent.gray.subtle.pressed' | 'color.background.accent.gray.bolder.[default]' | 'color.background.accent.gray.bolder.hovered' | 'color.background.accent.gray.bolder.pressed' | 'color.background.disabled' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.brand.subtlest.[default]' | 'color.background.brand.subtlest.hovered' | 'color.background.brand.subtlest.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.brand.boldest.[default]' | 'color.background.brand.boldest.hovered' | 'color.background.brand.boldest.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.subtler.[default]' | 'color.background.danger.subtler.hovered' | 'color.background.danger.subtler.pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.subtler.[default]' | 'color.background.warning.subtler.hovered' | 'color.background.warning.subtler.pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.subtler.[default]' | 'color.background.success.subtler.hovered' | 'color.background.success.subtler.pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.subtler.[default]' | 'color.background.discovery.subtler.hovered' | 'color.background.discovery.subtler.pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.subtler.[default]' | 'color.background.information.subtler.hovered' | 'color.background.information.subtler.pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.chart.categorical.1.[default]' | 'color.chart.categorical.1.hovered' | 'color.chart.categorical.2.[default]' | 'color.chart.categorical.2.hovered' | 'color.chart.categorical.3.[default]' | 'color.chart.categorical.3.hovered' | 'color.chart.categorical.4.[default]' | 'color.chart.categorical.4.hovered' | 'color.chart.categorical.5.[default]' | 'color.chart.categorical.5.hovered' | 'color.chart.categorical.6.[default]' | 'color.chart.categorical.6.hovered' | 'color.chart.categorical.7.[default]' | 'color.chart.categorical.7.hovered' | 'color.chart.categorical.8.[default]' | 'color.chart.categorical.8.hovered' | 'color.chart.lime.bold.[default]' | 'color.chart.lime.bold.hovered' | 'color.chart.lime.bolder.[default]' | 'color.chart.lime.bolder.hovered' | 'color.chart.lime.boldest.[default]' | 'color.chart.lime.boldest.hovered' | 'color.chart.neutral.[default]' | 'color.chart.neutral.hovered' | 'color.chart.red.bold.[default]' | 'color.chart.red.bold.hovered' | 'color.chart.red.bolder.[default]' | 'color.chart.red.bolder.hovered' | 'color.chart.red.boldest.[default]' | 'color.chart.red.boldest.hovered' | 'color.chart.orange.bold.[default]' | 'color.chart.orange.bold.hovered' | 'color.chart.orange.bolder.[default]' | 'color.chart.orange.bolder.hovered' | 'color.chart.orange.boldest.[default]' | 'color.chart.orange.boldest.hovered' | 'color.chart.yellow.bold.[default]' | 'color.chart.yellow.bold.hovered' | 'color.chart.yellow.bolder.[default]' | 'color.chart.yellow.bolder.hovered' | 'color.chart.yellow.boldest.[default]' | 'color.chart.yellow.boldest.hovered' | 'color.chart.green.bold.[default]' | 'color.chart.green.bold.hovered' | 'color.chart.green.bolder.[default]' | 'color.chart.green.bolder.hovered' | 'color.chart.green.boldest.[default]' | 'color.chart.green.boldest.hovered' | 'color.chart.teal.bold.[default]' | 'color.chart.teal.bold.hovered' | 'color.chart.teal.bolder.[default]' | 'color.chart.teal.bolder.hovered' | 'color.chart.teal.boldest.[default]' | 'color.chart.teal.boldest.hovered' | 'color.chart.blue.bold.[default]' | 'color.chart.blue.bold.hovered' | 'color.chart.blue.bolder.[default]' | 'color.chart.blue.bolder.hovered' | 'color.chart.blue.boldest.[default]' | 'color.chart.blue.boldest.hovered' | 'color.chart.purple.bold.[default]' | 'color.chart.purple.bold.hovered' | 'color.chart.purple.bolder.[default]' | 'color.chart.purple.bolder.hovered' | 'color.chart.purple.boldest.[default]' | 'color.chart.purple.boldest.hovered' | 'color.chart.magenta.bold.[default]' | 'color.chart.magenta.bold.hovered' | 'color.chart.magenta.bolder.[default]' | 'color.chart.magenta.bolder.hovered' | 'color.chart.magenta.boldest.[default]' | 'color.chart.magenta.boldest.hovered' | 'color.chart.gray.bold.[default]' | 'color.chart.gray.bold.hovered' | 'color.chart.gray.bolder.[default]' | 'color.chart.gray.bolder.hovered' | 'color.chart.gray.boldest.[default]' | 'color.chart.gray.boldest.hovered' | 'color.chart.brand.[default]' | 'color.chart.brand.hovered' | 'color.chart.danger.[default].[default]' | 'color.chart.danger.[default].hovered' | 'color.chart.danger.bold.[default]' | 'color.chart.danger.bold.hovered' | 'color.chart.warning.[default].[default]' | 'color.chart.warning.[default].hovered' | 'color.chart.warning.bold.[default]' | 'color.chart.warning.bold.hovered' | 'color.chart.success.[default].[default]' | 'color.chart.success.[default].hovered' | 'color.chart.success.bold.[default]' | 'color.chart.success.bold.hovered' | 'color.chart.discovery.[default].[default]' | 'color.chart.discovery.[default].hovered' | 'color.chart.discovery.bold.[default]' | 'color.chart.discovery.bold.hovered' | 'color.chart.information.[default].[default]' | 'color.chart.information.[default].hovered' | 'color.chart.information.bold.[default]' | 'color.chart.information.bold.hovered' | 'elevation.surface.[default].[default]' | 'elevation.surface.[default].hovered' | 'elevation.surface.[default].pressed' | 'elevation.surface.overlay.[default]' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'elevation.surface.raised.[default]' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.sunken' | 'elevation.shadow.overflow.[default]' | 'elevation.shadow.overflow.perimeter' | 'elevation.shadow.overflow.spread' | 'elevation.shadow.overlay' | 'elevation.shadow.raised' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE.transparent' | 'utility.elevation.surface.current' | 'space.0' | 'space.025' | 'space.050' | 'space.075' | 'space.100' | 'space.150' | 'space.200' | 'space.250' | 'space.300' | 'space.400' | 'space.500' | 'space.600' | 'space.800' | 'space.1000' | 'space.negative.025' | 'space.negative.050' | 'space.negative.075' | 'space.negative.100' | 'space.negative.150' | 'space.negative.200' | 'space.negative.250' | 'space.negative.300' | 'space.negative.400' | 'font.heading.xxlarge' | 'font.heading.xlarge' | 'font.heading.large' | 'font.heading.medium' | 'font.heading.small' | 'font.heading.xsmall' | 'font.heading.xxsmall' | 'font.body.large' | 'font.body.[default]' | 'font.body.small' | 'font.metric.large' | 'font.metric.medium' | 'font.metric.small' | 'font.code.[default]' | 'font.weight.regular' | 'font.weight.medium' | 'font.weight.semibold' | 'font.weight.bold' | 'font.family.heading' | 'font.family.body' | 'font.family.code' | 'font.family.brand.heading' | 'font.family.brand.body' | 'radius.xsmall' | 'radius.small' | 'radius.medium' | 'radius.large' | 'radius.xlarge' | 'radius.xxlarge' | 'radius.full' | 'radius.tile' | 'border.width.[default]' | 'border.width.selected' | 'border.width.focused';
6
+ export type InternalTokenIds = 'motion.avatar.enter' | 'motion.avatar.exit' | 'motion.avatar.hovered' | 'motion.blanket.enter' | 'motion.blanket.exit' | 'motion.duration.instant' | 'motion.duration.long' | 'motion.duration.medium' | 'motion.duration.short' | 'motion.duration.xlong' | 'motion.duration.xshort' | 'motion.duration.xxlong' | 'motion.duration.xxshort' | 'motion.easing.in.practical' | 'motion.easing.inout.bold' | 'motion.easing.out.practical' | 'motion.easing.out.bold' | 'motion.easing.spring' | 'motion.flag.enter' | 'motion.flag.exit' | 'motion.flag.reposition' | 'motion.keyframe.fade.in' | 'motion.keyframe.fade.out' | 'motion.keyframe.scale.in.medium' | 'motion.keyframe.scale.in.small' | 'motion.keyframe.scale.out.medium' | 'motion.keyframe.scale.out.small' | 'motion.keyframe.slide.in.bottom.short' | 'motion.keyframe.slide.in.left.half' | 'motion.keyframe.slide.in.left.short' | 'motion.keyframe.slide.in.right.short' | 'motion.keyframe.slide.in.top.short' | 'motion.keyframe.slide.out.bottom.short' | 'motion.keyframe.slide.out.left.half' | 'motion.keyframe.slide.out.left.short' | 'motion.keyframe.slide.out.right.short' | 'motion.keyframe.slide.out.top.short' | 'motion.modal.enter' | 'motion.modal.exit' | 'motion.popup.enter.bottom' | 'motion.popup.enter.left' | 'motion.popup.enter.right' | 'motion.popup.enter.top' | 'motion.popup.exit.bottom' | 'motion.popup.exit.left' | 'motion.popup.exit.right' | 'motion.popup.exit.top' | 'motion.spotlight.enter' | 'motion.spotlight.exit' | 'color.text.[default]' | 'color.text.accent.lime.[default]' | 'color.text.accent.lime.bolder' | 'color.text.accent.red.[default]' | 'color.text.accent.red.bolder' | 'color.text.accent.orange.[default]' | 'color.text.accent.orange.bolder' | 'color.text.accent.yellow.[default]' | 'color.text.accent.yellow.bolder' | 'color.text.accent.green.[default]' | 'color.text.accent.green.bolder' | 'color.text.accent.teal.[default]' | 'color.text.accent.teal.bolder' | 'color.text.accent.blue.[default]' | 'color.text.accent.blue.bolder' | 'color.text.accent.purple.[default]' | 'color.text.accent.purple.bolder' | 'color.text.accent.magenta.[default]' | 'color.text.accent.magenta.bolder' | 'color.text.accent.gray.[default]' | 'color.text.accent.gray.bolder' | 'color.text.disabled' | 'color.text.inverse' | 'color.text.selected' | 'color.text.brand' | 'color.text.danger.[default]' | 'color.text.danger.bolder' | 'color.text.warning.[default]' | 'color.text.warning.inverse' | 'color.text.warning.bolder' | 'color.text.success.[default]' | 'color.text.success.bolder' | 'color.text.discovery.[default]' | 'color.text.discovery.bolder' | 'color.text.information.[default]' | 'color.text.information.bolder' | 'color.text.subtlest' | 'color.text.subtle' | 'color.link.[default]' | 'color.link.pressed' | 'color.link.visited.[default]' | 'color.link.visited.pressed' | 'color.icon.[default]' | 'color.icon.accent.lime' | 'color.icon.accent.red' | 'color.icon.accent.orange' | 'color.icon.accent.yellow' | 'color.icon.accent.green' | 'color.icon.accent.teal' | 'color.icon.accent.blue' | 'color.icon.accent.purple' | 'color.icon.accent.magenta' | 'color.icon.accent.gray' | 'color.icon.disabled' | 'color.icon.inverse' | 'color.icon.selected' | 'color.icon.brand' | 'color.icon.danger' | 'color.icon.warning.[default]' | 'color.icon.warning.inverse' | 'color.icon.success' | 'color.icon.discovery' | 'color.icon.information' | 'color.icon.subtlest' | 'color.icon.subtle' | 'color.border.[default]' | 'color.border.accent.lime' | 'color.border.accent.red' | 'color.border.accent.orange' | 'color.border.accent.yellow' | 'color.border.accent.green' | 'color.border.accent.teal' | 'color.border.accent.blue' | 'color.border.accent.purple' | 'color.border.accent.magenta' | 'color.border.accent.gray' | 'color.border.disabled' | 'color.border.focused' | 'color.border.input' | 'color.border.inverse' | 'color.border.selected' | 'color.border.brand' | 'color.border.danger' | 'color.border.warning' | 'color.border.success' | 'color.border.discovery' | 'color.border.information' | 'color.border.bold' | 'color.background.accent.lime.subtlest.[default]' | 'color.background.accent.lime.subtlest.hovered' | 'color.background.accent.lime.subtlest.pressed' | 'color.background.accent.lime.subtler.[default]' | 'color.background.accent.lime.subtler.hovered' | 'color.background.accent.lime.subtler.pressed' | 'color.background.accent.lime.subtle.[default]' | 'color.background.accent.lime.subtle.hovered' | 'color.background.accent.lime.subtle.pressed' | 'color.background.accent.lime.bolder.[default]' | 'color.background.accent.lime.bolder.hovered' | 'color.background.accent.lime.bolder.pressed' | 'color.background.accent.red.subtlest.[default]' | 'color.background.accent.red.subtlest.hovered' | 'color.background.accent.red.subtlest.pressed' | 'color.background.accent.red.subtler.[default]' | 'color.background.accent.red.subtler.hovered' | 'color.background.accent.red.subtler.pressed' | 'color.background.accent.red.subtle.[default]' | 'color.background.accent.red.subtle.hovered' | 'color.background.accent.red.subtle.pressed' | 'color.background.accent.red.bolder.[default]' | 'color.background.accent.red.bolder.hovered' | 'color.background.accent.red.bolder.pressed' | 'color.background.accent.orange.subtlest.[default]' | 'color.background.accent.orange.subtlest.hovered' | 'color.background.accent.orange.subtlest.pressed' | 'color.background.accent.orange.subtler.[default]' | 'color.background.accent.orange.subtler.hovered' | 'color.background.accent.orange.subtler.pressed' | 'color.background.accent.orange.subtle.[default]' | 'color.background.accent.orange.subtle.hovered' | 'color.background.accent.orange.subtle.pressed' | 'color.background.accent.orange.bolder.[default]' | 'color.background.accent.orange.bolder.hovered' | 'color.background.accent.orange.bolder.pressed' | 'color.background.accent.yellow.subtlest.[default]' | 'color.background.accent.yellow.subtlest.hovered' | 'color.background.accent.yellow.subtlest.pressed' | 'color.background.accent.yellow.subtler.[default]' | 'color.background.accent.yellow.subtler.hovered' | 'color.background.accent.yellow.subtler.pressed' | 'color.background.accent.yellow.subtle.[default]' | 'color.background.accent.yellow.subtle.hovered' | 'color.background.accent.yellow.subtle.pressed' | 'color.background.accent.yellow.bolder.[default]' | 'color.background.accent.yellow.bolder.hovered' | 'color.background.accent.yellow.bolder.pressed' | 'color.background.accent.green.subtlest.[default]' | 'color.background.accent.green.subtlest.hovered' | 'color.background.accent.green.subtlest.pressed' | 'color.background.accent.green.subtler.[default]' | 'color.background.accent.green.subtler.hovered' | 'color.background.accent.green.subtler.pressed' | 'color.background.accent.green.subtle.[default]' | 'color.background.accent.green.subtle.hovered' | 'color.background.accent.green.subtle.pressed' | 'color.background.accent.green.bolder.[default]' | 'color.background.accent.green.bolder.hovered' | 'color.background.accent.green.bolder.pressed' | 'color.background.accent.teal.subtlest.[default]' | 'color.background.accent.teal.subtlest.hovered' | 'color.background.accent.teal.subtlest.pressed' | 'color.background.accent.teal.subtler.[default]' | 'color.background.accent.teal.subtler.hovered' | 'color.background.accent.teal.subtler.pressed' | 'color.background.accent.teal.subtle.[default]' | 'color.background.accent.teal.subtle.hovered' | 'color.background.accent.teal.subtle.pressed' | 'color.background.accent.teal.bolder.[default]' | 'color.background.accent.teal.bolder.hovered' | 'color.background.accent.teal.bolder.pressed' | 'color.background.accent.blue.subtlest.[default]' | 'color.background.accent.blue.subtlest.hovered' | 'color.background.accent.blue.subtlest.pressed' | 'color.background.accent.blue.subtler.[default]' | 'color.background.accent.blue.subtler.hovered' | 'color.background.accent.blue.subtler.pressed' | 'color.background.accent.blue.subtle.[default]' | 'color.background.accent.blue.subtle.hovered' | 'color.background.accent.blue.subtle.pressed' | 'color.background.accent.blue.bolder.[default]' | 'color.background.accent.blue.bolder.hovered' | 'color.background.accent.blue.bolder.pressed' | 'color.background.accent.purple.subtlest.[default]' | 'color.background.accent.purple.subtlest.hovered' | 'color.background.accent.purple.subtlest.pressed' | 'color.background.accent.purple.subtler.[default]' | 'color.background.accent.purple.subtler.hovered' | 'color.background.accent.purple.subtler.pressed' | 'color.background.accent.purple.subtle.[default]' | 'color.background.accent.purple.subtle.hovered' | 'color.background.accent.purple.subtle.pressed' | 'color.background.accent.purple.bolder.[default]' | 'color.background.accent.purple.bolder.hovered' | 'color.background.accent.purple.bolder.pressed' | 'color.background.accent.magenta.subtlest.[default]' | 'color.background.accent.magenta.subtlest.hovered' | 'color.background.accent.magenta.subtlest.pressed' | 'color.background.accent.magenta.subtler.[default]' | 'color.background.accent.magenta.subtler.hovered' | 'color.background.accent.magenta.subtler.pressed' | 'color.background.accent.magenta.subtle.[default]' | 'color.background.accent.magenta.subtle.hovered' | 'color.background.accent.magenta.subtle.pressed' | 'color.background.accent.magenta.bolder.[default]' | 'color.background.accent.magenta.bolder.hovered' | 'color.background.accent.magenta.bolder.pressed' | 'color.background.accent.gray.subtlest.[default]' | 'color.background.accent.gray.subtlest.hovered' | 'color.background.accent.gray.subtlest.pressed' | 'color.background.accent.gray.subtler.[default]' | 'color.background.accent.gray.subtler.hovered' | 'color.background.accent.gray.subtler.pressed' | 'color.background.accent.gray.subtle.[default]' | 'color.background.accent.gray.subtle.hovered' | 'color.background.accent.gray.subtle.pressed' | 'color.background.accent.gray.bolder.[default]' | 'color.background.accent.gray.bolder.hovered' | 'color.background.accent.gray.bolder.pressed' | 'color.background.disabled' | 'color.background.input.[default]' | 'color.background.input.hovered' | 'color.background.input.pressed' | 'color.background.inverse.subtle.[default]' | 'color.background.inverse.subtle.hovered' | 'color.background.inverse.subtle.pressed' | 'color.background.neutral.[default].[default]' | 'color.background.neutral.[default].hovered' | 'color.background.neutral.[default].pressed' | 'color.background.neutral.subtle.[default]' | 'color.background.neutral.subtle.hovered' | 'color.background.neutral.subtle.pressed' | 'color.background.neutral.bold.[default]' | 'color.background.neutral.bold.hovered' | 'color.background.neutral.bold.pressed' | 'color.background.selected.[default].[default]' | 'color.background.selected.[default].hovered' | 'color.background.selected.[default].pressed' | 'color.background.selected.bold.[default]' | 'color.background.selected.bold.hovered' | 'color.background.selected.bold.pressed' | 'color.background.brand.subtlest.[default]' | 'color.background.brand.subtlest.hovered' | 'color.background.brand.subtlest.pressed' | 'color.background.brand.bold.[default]' | 'color.background.brand.bold.hovered' | 'color.background.brand.bold.pressed' | 'color.background.brand.boldest.[default]' | 'color.background.brand.boldest.hovered' | 'color.background.brand.boldest.pressed' | 'color.background.danger.[default].[default]' | 'color.background.danger.[default].hovered' | 'color.background.danger.[default].pressed' | 'color.background.danger.subtler.[default]' | 'color.background.danger.subtler.hovered' | 'color.background.danger.subtler.pressed' | 'color.background.danger.bold.[default]' | 'color.background.danger.bold.hovered' | 'color.background.danger.bold.pressed' | 'color.background.warning.[default].[default]' | 'color.background.warning.[default].hovered' | 'color.background.warning.[default].pressed' | 'color.background.warning.subtler.[default]' | 'color.background.warning.subtler.hovered' | 'color.background.warning.subtler.pressed' | 'color.background.warning.bold.[default]' | 'color.background.warning.bold.hovered' | 'color.background.warning.bold.pressed' | 'color.background.success.[default].[default]' | 'color.background.success.[default].hovered' | 'color.background.success.[default].pressed' | 'color.background.success.subtler.[default]' | 'color.background.success.subtler.hovered' | 'color.background.success.subtler.pressed' | 'color.background.success.bold.[default]' | 'color.background.success.bold.hovered' | 'color.background.success.bold.pressed' | 'color.background.discovery.[default].[default]' | 'color.background.discovery.[default].hovered' | 'color.background.discovery.[default].pressed' | 'color.background.discovery.subtler.[default]' | 'color.background.discovery.subtler.hovered' | 'color.background.discovery.subtler.pressed' | 'color.background.discovery.bold.[default]' | 'color.background.discovery.bold.hovered' | 'color.background.discovery.bold.pressed' | 'color.background.information.[default].[default]' | 'color.background.information.[default].hovered' | 'color.background.information.[default].pressed' | 'color.background.information.subtler.[default]' | 'color.background.information.subtler.hovered' | 'color.background.information.subtler.pressed' | 'color.background.information.bold.[default]' | 'color.background.information.bold.hovered' | 'color.background.information.bold.pressed' | 'color.blanket.[default]' | 'color.blanket.selected' | 'color.blanket.danger' | 'color.interaction.hovered' | 'color.interaction.pressed' | 'color.skeleton.[default]' | 'color.skeleton.subtle' | 'color.chart.categorical.1.[default]' | 'color.chart.categorical.1.hovered' | 'color.chart.categorical.2.[default]' | 'color.chart.categorical.2.hovered' | 'color.chart.categorical.3.[default]' | 'color.chart.categorical.3.hovered' | 'color.chart.categorical.4.[default]' | 'color.chart.categorical.4.hovered' | 'color.chart.categorical.5.[default]' | 'color.chart.categorical.5.hovered' | 'color.chart.categorical.6.[default]' | 'color.chart.categorical.6.hovered' | 'color.chart.categorical.7.[default]' | 'color.chart.categorical.7.hovered' | 'color.chart.categorical.8.[default]' | 'color.chart.categorical.8.hovered' | 'color.chart.lime.bold.[default]' | 'color.chart.lime.bold.hovered' | 'color.chart.lime.bolder.[default]' | 'color.chart.lime.bolder.hovered' | 'color.chart.lime.boldest.[default]' | 'color.chart.lime.boldest.hovered' | 'color.chart.neutral.[default]' | 'color.chart.neutral.hovered' | 'color.chart.red.bold.[default]' | 'color.chart.red.bold.hovered' | 'color.chart.red.bolder.[default]' | 'color.chart.red.bolder.hovered' | 'color.chart.red.boldest.[default]' | 'color.chart.red.boldest.hovered' | 'color.chart.orange.bold.[default]' | 'color.chart.orange.bold.hovered' | 'color.chart.orange.bolder.[default]' | 'color.chart.orange.bolder.hovered' | 'color.chart.orange.boldest.[default]' | 'color.chart.orange.boldest.hovered' | 'color.chart.yellow.bold.[default]' | 'color.chart.yellow.bold.hovered' | 'color.chart.yellow.bolder.[default]' | 'color.chart.yellow.bolder.hovered' | 'color.chart.yellow.boldest.[default]' | 'color.chart.yellow.boldest.hovered' | 'color.chart.green.bold.[default]' | 'color.chart.green.bold.hovered' | 'color.chart.green.bolder.[default]' | 'color.chart.green.bolder.hovered' | 'color.chart.green.boldest.[default]' | 'color.chart.green.boldest.hovered' | 'color.chart.teal.bold.[default]' | 'color.chart.teal.bold.hovered' | 'color.chart.teal.bolder.[default]' | 'color.chart.teal.bolder.hovered' | 'color.chart.teal.boldest.[default]' | 'color.chart.teal.boldest.hovered' | 'color.chart.blue.bold.[default]' | 'color.chart.blue.bold.hovered' | 'color.chart.blue.bolder.[default]' | 'color.chart.blue.bolder.hovered' | 'color.chart.blue.boldest.[default]' | 'color.chart.blue.boldest.hovered' | 'color.chart.purple.bold.[default]' | 'color.chart.purple.bold.hovered' | 'color.chart.purple.bolder.[default]' | 'color.chart.purple.bolder.hovered' | 'color.chart.purple.boldest.[default]' | 'color.chart.purple.boldest.hovered' | 'color.chart.magenta.bold.[default]' | 'color.chart.magenta.bold.hovered' | 'color.chart.magenta.bolder.[default]' | 'color.chart.magenta.bolder.hovered' | 'color.chart.magenta.boldest.[default]' | 'color.chart.magenta.boldest.hovered' | 'color.chart.gray.bold.[default]' | 'color.chart.gray.bold.hovered' | 'color.chart.gray.bolder.[default]' | 'color.chart.gray.bolder.hovered' | 'color.chart.gray.boldest.[default]' | 'color.chart.gray.boldest.hovered' | 'color.chart.brand.[default]' | 'color.chart.brand.hovered' | 'color.chart.danger.[default].[default]' | 'color.chart.danger.[default].hovered' | 'color.chart.danger.bold.[default]' | 'color.chart.danger.bold.hovered' | 'color.chart.warning.[default].[default]' | 'color.chart.warning.[default].hovered' | 'color.chart.warning.bold.[default]' | 'color.chart.warning.bold.hovered' | 'color.chart.success.[default].[default]' | 'color.chart.success.[default].hovered' | 'color.chart.success.bold.[default]' | 'color.chart.success.bold.hovered' | 'color.chart.discovery.[default].[default]' | 'color.chart.discovery.[default].hovered' | 'color.chart.discovery.bold.[default]' | 'color.chart.discovery.bold.hovered' | 'color.chart.information.[default].[default]' | 'color.chart.information.[default].hovered' | 'color.chart.information.bold.[default]' | 'color.chart.information.bold.hovered' | 'elevation.surface.[default].[default]' | 'elevation.surface.[default].hovered' | 'elevation.surface.[default].pressed' | 'elevation.surface.overlay.[default]' | 'elevation.surface.overlay.hovered' | 'elevation.surface.overlay.pressed' | 'elevation.surface.raised.[default]' | 'elevation.surface.raised.hovered' | 'elevation.surface.raised.pressed' | 'elevation.surface.sunken' | 'elevation.shadow.overflow.[default]' | 'elevation.shadow.overflow.perimeter' | 'elevation.shadow.overflow.spread' | 'elevation.shadow.overlay' | 'elevation.shadow.raised' | 'opacity.disabled' | 'opacity.loading' | 'utility.UNSAFE.transparent' | 'utility.elevation.surface.current' | 'space.0' | 'space.025' | 'space.050' | 'space.075' | 'space.100' | 'space.150' | 'space.200' | 'space.250' | 'space.300' | 'space.400' | 'space.500' | 'space.600' | 'space.800' | 'space.1000' | 'space.negative.025' | 'space.negative.050' | 'space.negative.075' | 'space.negative.100' | 'space.negative.150' | 'space.negative.200' | 'space.negative.250' | 'space.negative.300' | 'space.negative.400' | 'font.heading.xxlarge' | 'font.heading.xlarge' | 'font.heading.large' | 'font.heading.medium' | 'font.heading.small' | 'font.heading.xsmall' | 'font.heading.xxsmall' | 'font.body.large' | 'font.body.[default]' | 'font.body.small' | 'font.metric.large' | 'font.metric.medium' | 'font.metric.small' | 'font.code.[default]' | 'font.weight.regular' | 'font.weight.medium' | 'font.weight.semibold' | 'font.weight.bold' | 'font.family.heading' | 'font.family.body' | 'font.family.code' | 'font.family.brand.heading' | 'font.family.brand.body' | 'radius.xsmall' | 'radius.small' | 'radius.medium' | 'radius.large' | 'radius.xlarge' | 'radius.xxlarge' | 'radius.full' | 'radius.tile' | 'border.width.[default]' | 'border.width.selected' | 'border.width.focused';