@atlaskit/tokens 13.0.0 → 13.0.2

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 (27) hide show
  1. package/CHANGELOG.md +14 -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 +12 -13
  27. package/tokens.docs.tsx +2 -1
@@ -1,15 +1,15 @@
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
 
7
7
  const tokens = [{
8
8
  "attributes": {
9
9
  "group": "motion",
10
- "state": "experimental",
10
+ "state": "active",
11
11
  "introduced": "11.2.0",
12
- "description": ""
12
+ "description": "Use for avatar group enter transitions."
13
13
  },
14
14
  "value": {
15
15
  "duration": 150,
@@ -21,9 +21,9 @@ const tokens = [{
21
21
  "original": {
22
22
  "attributes": {
23
23
  "group": "motion",
24
- "state": "experimental",
24
+ "state": "active",
25
25
  "introduced": "11.2.0",
26
- "description": ""
26
+ "description": "Use for avatar group enter transitions."
27
27
  },
28
28
  "value": {
29
29
  "duration": "Duration150",
@@ -37,9 +37,9 @@ const tokens = [{
37
37
  }, {
38
38
  "attributes": {
39
39
  "group": "motion",
40
- "state": "experimental",
40
+ "state": "active",
41
41
  "introduced": "11.2.0",
42
- "description": ""
42
+ "description": "Use for avatar group exit transitions."
43
43
  },
44
44
  "value": {
45
45
  "duration": 100,
@@ -51,9 +51,9 @@ const tokens = [{
51
51
  "original": {
52
52
  "attributes": {
53
53
  "group": "motion",
54
- "state": "experimental",
54
+ "state": "active",
55
55
  "introduced": "11.2.0",
56
- "description": ""
56
+ "description": "Use for avatar group exit transitions."
57
57
  },
58
58
  "value": {
59
59
  "duration": "Duration100",
@@ -67,9 +67,9 @@ const tokens = [{
67
67
  }, {
68
68
  "attributes": {
69
69
  "group": "motion",
70
- "state": "experimental",
70
+ "state": "active",
71
71
  "introduced": "11.2.0",
72
- "description": ""
72
+ "description": "Use for hover state on avatar elements."
73
73
  },
74
74
  "value": {
75
75
  "duration": 250,
@@ -81,9 +81,9 @@ const tokens = [{
81
81
  "original": {
82
82
  "attributes": {
83
83
  "group": "motion",
84
- "state": "experimental",
84
+ "state": "active",
85
85
  "introduced": "11.2.0",
86
- "description": ""
86
+ "description": "Use for hover state on avatar elements."
87
87
  },
88
88
  "value": {
89
89
  "duration": "Duration250",
@@ -97,9 +97,9 @@ const tokens = [{
97
97
  }, {
98
98
  "attributes": {
99
99
  "group": "motion",
100
- "state": "experimental",
100
+ "state": "active",
101
101
  "introduced": "11.5.0",
102
- "description": ""
102
+ "description": "Use for blanket enter transitions."
103
103
  },
104
104
  "value": {
105
105
  "duration": 250,
@@ -111,9 +111,9 @@ const tokens = [{
111
111
  "original": {
112
112
  "attributes": {
113
113
  "group": "motion",
114
- "state": "experimental",
114
+ "state": "active",
115
115
  "introduced": "11.5.0",
116
- "description": ""
116
+ "description": "Use for blanket enter transitions."
117
117
  },
118
118
  "value": {
119
119
  "duration": "Duration250",
@@ -127,9 +127,9 @@ const tokens = [{
127
127
  }, {
128
128
  "attributes": {
129
129
  "group": "motion",
130
- "state": "experimental",
130
+ "state": "active",
131
131
  "introduced": "11.5.0",
132
- "description": ""
132
+ "description": "Use for blanket exit transitions."
133
133
  },
134
134
  "value": {
135
135
  "duration": 200,
@@ -141,9 +141,9 @@ const tokens = [{
141
141
  "original": {
142
142
  "attributes": {
143
143
  "group": "motion",
144
- "state": "experimental",
144
+ "state": "active",
145
145
  "introduced": "11.5.0",
146
- "description": ""
146
+ "description": "Use for blanket exit transitions."
147
147
  },
148
148
  "value": {
149
149
  "duration": "Duration200",
@@ -157,9 +157,9 @@ const tokens = [{
157
157
  }, {
158
158
  "attributes": {
159
159
  "group": "motionDuration",
160
- "state": "experimental",
160
+ "state": "active",
161
161
  "introduced": "11.5.0",
162
- "description": ""
162
+ "description": "Use for instant feedback with no perceptible delay, such as list item hover, selected and focus states."
163
163
  },
164
164
  "value": "0ms",
165
165
  "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
@@ -167,9 +167,9 @@ const tokens = [{
167
167
  "original": {
168
168
  "attributes": {
169
169
  "group": "motionDuration",
170
- "state": "experimental",
170
+ "state": "active",
171
171
  "introduced": "11.5.0",
172
- "description": ""
172
+ "description": "Use for instant feedback with no perceptible delay, such as list item hover, selected and focus states."
173
173
  },
174
174
  "value": "Duration000"
175
175
  },
@@ -179,9 +179,9 @@ const tokens = [{
179
179
  }, {
180
180
  "attributes": {
181
181
  "group": "motionDuration",
182
- "state": "experimental",
182
+ "state": "active",
183
183
  "introduced": "11.5.0",
184
- "description": ""
184
+ "description": "Use for medium entrance transitions, such as modal enter and flag enter."
185
185
  },
186
186
  "value": "250ms",
187
187
  "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
@@ -189,9 +189,9 @@ const tokens = [{
189
189
  "original": {
190
190
  "attributes": {
191
191
  "group": "motionDuration",
192
- "state": "experimental",
192
+ "state": "active",
193
193
  "introduced": "11.5.0",
194
- "description": ""
194
+ "description": "Use for medium entrance transitions, such as modal enter and flag enter."
195
195
  },
196
196
  "value": "Duration250"
197
197
  },
@@ -201,9 +201,9 @@ const tokens = [{
201
201
  }, {
202
202
  "attributes": {
203
203
  "group": "motionDuration",
204
- "state": "experimental",
204
+ "state": "active",
205
205
  "introduced": "11.5.0",
206
- "description": ""
206
+ "description": "Use for medium exit transitions, such as modal exit and flag exit."
207
207
  },
208
208
  "value": "200ms",
209
209
  "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
@@ -211,9 +211,9 @@ const tokens = [{
211
211
  "original": {
212
212
  "attributes": {
213
213
  "group": "motionDuration",
214
- "state": "experimental",
214
+ "state": "active",
215
215
  "introduced": "11.5.0",
216
- "description": ""
216
+ "description": "Use for medium exit transitions, such as modal exit and flag exit."
217
217
  },
218
218
  "value": "Duration200"
219
219
  },
@@ -223,9 +223,9 @@ const tokens = [{
223
223
  }, {
224
224
  "attributes": {
225
225
  "group": "motionDuration",
226
- "state": "experimental",
226
+ "state": "active",
227
227
  "introduced": "11.5.0",
228
- "description": ""
228
+ "description": "Use for interactive state emphasis and small entrances, such as button hover and pressed states, popup enter, and avatar appear."
229
229
  },
230
230
  "value": "150ms",
231
231
  "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
@@ -233,9 +233,9 @@ const tokens = [{
233
233
  "original": {
234
234
  "attributes": {
235
235
  "group": "motionDuration",
236
- "state": "experimental",
236
+ "state": "active",
237
237
  "introduced": "11.5.0",
238
- "description": ""
238
+ "description": "Use for interactive state emphasis and small entrances, such as button hover and pressed states, popup enter, and avatar appear."
239
239
  },
240
240
  "value": "Duration150"
241
241
  },
@@ -245,9 +245,9 @@ const tokens = [{
245
245
  }, {
246
246
  "attributes": {
247
247
  "group": "motionDuration",
248
- "state": "experimental",
248
+ "state": "active",
249
249
  "introduced": "11.5.0",
250
- "description": ""
250
+ "description": "Use for large transitions, such as panel enter/exit, page transitions, and full-screen overlays."
251
251
  },
252
252
  "value": "400ms",
253
253
  "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
@@ -255,9 +255,9 @@ const tokens = [{
255
255
  "original": {
256
256
  "attributes": {
257
257
  "group": "motionDuration",
258
- "state": "experimental",
258
+ "state": "active",
259
259
  "introduced": "11.5.0",
260
- "description": ""
260
+ "description": "Use for large transitions, such as panel enter/exit, page transitions, and full-screen overlays."
261
261
  },
262
262
  "value": "Duration400"
263
263
  },
@@ -267,9 +267,9 @@ const tokens = [{
267
267
  }, {
268
268
  "attributes": {
269
269
  "group": "motionDuration",
270
- "state": "experimental",
270
+ "state": "active",
271
271
  "introduced": "11.5.0",
272
- "description": ""
272
+ "description": "Use for subtle pressed states and quick exits, such as component press feedback, popup dismiss, and avatar transitions."
273
273
  },
274
274
  "value": "100ms",
275
275
  "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
@@ -277,9 +277,9 @@ const tokens = [{
277
277
  "original": {
278
278
  "attributes": {
279
279
  "group": "motionDuration",
280
- "state": "experimental",
280
+ "state": "active",
281
281
  "introduced": "11.5.0",
282
- "description": ""
282
+ "description": "Use for subtle pressed states and quick exits, such as component press feedback, popup dismiss, and avatar transitions."
283
283
  },
284
284
  "value": "Duration100"
285
285
  },
@@ -289,9 +289,9 @@ const tokens = [{
289
289
  }, {
290
290
  "attributes": {
291
291
  "group": "motionDuration",
292
- "state": "experimental",
292
+ "state": "active",
293
293
  "introduced": "11.5.0",
294
- "description": ""
294
+ "description": "Use for large transitions, such as onboarding steps and full-screen overlays."
295
295
  },
296
296
  "value": "600ms",
297
297
  "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
@@ -299,9 +299,9 @@ const tokens = [{
299
299
  "original": {
300
300
  "attributes": {
301
301
  "group": "motionDuration",
302
- "state": "experimental",
302
+ "state": "active",
303
303
  "introduced": "11.5.0",
304
- "description": ""
304
+ "description": "Use for large transitions, such as onboarding steps and full-screen overlays."
305
305
  },
306
306
  "value": "Duration600"
307
307
  },
@@ -311,9 +311,9 @@ const tokens = [{
311
311
  }, {
312
312
  "attributes": {
313
313
  "group": "motionDuration",
314
- "state": "experimental",
314
+ "state": "active",
315
315
  "introduced": "11.5.0",
316
- "description": ""
316
+ "description": "Use for instant feedback, such as list item hover, selected and focus states."
317
317
  },
318
318
  "value": "50ms",
319
319
  "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
@@ -321,9 +321,9 @@ const tokens = [{
321
321
  "original": {
322
322
  "attributes": {
323
323
  "group": "motionDuration",
324
- "state": "experimental",
324
+ "state": "active",
325
325
  "introduced": "11.5.0",
326
- "description": ""
326
+ "description": "Use for instant feedback, such as list item hover, selected and focus states."
327
327
  },
328
328
  "value": "Duration050"
329
329
  },
@@ -333,9 +333,9 @@ const tokens = [{
333
333
  }, {
334
334
  "attributes": {
335
335
  "group": "motionEasing",
336
- "state": "experimental",
336
+ "state": "active",
337
337
  "introduced": "11.5.0",
338
- "description": ""
338
+ "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."
339
339
  },
340
340
  "value": "cubic-bezier(0.6, 0, 0.8, 0.6)",
341
341
  "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
@@ -343,9 +343,9 @@ const tokens = [{
343
343
  "original": {
344
344
  "attributes": {
345
345
  "group": "motionEasing",
346
- "state": "experimental",
346
+ "state": "active",
347
347
  "introduced": "11.5.0",
348
- "description": ""
348
+ "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."
349
349
  },
350
350
  "value": "EasePracticalIn"
351
351
  },
@@ -355,9 +355,9 @@ const tokens = [{
355
355
  }, {
356
356
  "attributes": {
357
357
  "group": "motionEasing",
358
- "state": "experimental",
358
+ "state": "active",
359
359
  "introduced": "11.5.0",
360
- "description": ""
360
+ "description": "The bold in-out curve pairs naturally with scale and repositioning of elements. It controls both the start and end of the motion."
361
361
  },
362
362
  "value": "cubic-bezier(0.4, 0, 0, 1)",
363
363
  "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
@@ -365,9 +365,9 @@ const tokens = [{
365
365
  "original": {
366
366
  "attributes": {
367
367
  "group": "motionEasing",
368
- "state": "experimental",
368
+ "state": "active",
369
369
  "introduced": "11.5.0",
370
- "description": ""
370
+ "description": "The bold in-out curve pairs naturally with scale and repositioning of elements. It controls both the start and end of the motion."
371
371
  },
372
372
  "value": "EaseBoldInOut"
373
373
  },
@@ -377,9 +377,9 @@ const tokens = [{
377
377
  }, {
378
378
  "attributes": {
379
379
  "group": "motionEasing",
380
- "state": "experimental",
380
+ "state": "active",
381
381
  "introduced": "11.5.0",
382
- "description": ""
382
+ "description": "A practical, everyday enter curve. Less dramatic than the bold variant, good for subtle transitions like content swaps, tab changes, and list reordering."
383
383
  },
384
384
  "value": "cubic-bezier(0.4, 1, 0.6, 1)",
385
385
  "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
@@ -387,9 +387,9 @@ const tokens = [{
387
387
  "original": {
388
388
  "attributes": {
389
389
  "group": "motionEasing",
390
- "state": "experimental",
390
+ "state": "active",
391
391
  "introduced": "11.5.0",
392
- "description": ""
392
+ "description": "A practical, everyday enter curve. Less dramatic than the bold variant, good for subtle transitions like content swaps, tab changes, and list reordering."
393
393
  },
394
394
  "value": "EasePracticalOut"
395
395
  },
@@ -399,9 +399,9 @@ const tokens = [{
399
399
  }, {
400
400
  "attributes": {
401
401
  "group": "motionEasing",
402
- "state": "experimental",
402
+ "state": "active",
403
403
  "introduced": "11.5.0",
404
- "description": ""
404
+ "description": "Elements arrive quickly and decelerate to a stop. The fast start grabs attention and the gentle landing feels controlled."
405
405
  },
406
406
  "value": "cubic-bezier(0, 0.4, 0, 1)",
407
407
  "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
@@ -409,9 +409,9 @@ const tokens = [{
409
409
  "original": {
410
410
  "attributes": {
411
411
  "group": "motionEasing",
412
- "state": "experimental",
412
+ "state": "active",
413
413
  "introduced": "11.5.0",
414
- "description": ""
414
+ "description": "Elements arrive quickly and decelerate to a stop. The fast start grabs attention and the gentle landing feels controlled."
415
415
  },
416
416
  "value": "EaseBoldOut"
417
417
  },
@@ -421,9 +421,9 @@ const tokens = [{
421
421
  }, {
422
422
  "attributes": {
423
423
  "group": "motionEasing",
424
- "state": "experimental",
424
+ "state": "active",
425
425
  "introduced": "11.5.0",
426
- "description": ""
426
+ "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."
427
427
  },
428
428
  "value": "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)",
429
429
  "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
@@ -431,9 +431,9 @@ const tokens = [{
431
431
  "original": {
432
432
  "attributes": {
433
433
  "group": "motionEasing",
434
- "state": "experimental",
434
+ "state": "active",
435
435
  "introduced": "11.5.0",
436
- "description": ""
436
+ "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."
437
437
  },
438
438
  "value": "EaseSpring"
439
439
  },
@@ -443,9 +443,9 @@ const tokens = [{
443
443
  }, {
444
444
  "attributes": {
445
445
  "group": "motion",
446
- "state": "experimental",
446
+ "state": "active",
447
447
  "introduced": "11.2.0",
448
- "description": ""
448
+ "description": "Use for flag enter transitions."
449
449
  },
450
450
  "value": {
451
451
  "duration": 250,
@@ -457,9 +457,9 @@ const tokens = [{
457
457
  "original": {
458
458
  "attributes": {
459
459
  "group": "motion",
460
- "state": "experimental",
460
+ "state": "active",
461
461
  "introduced": "11.2.0",
462
- "description": ""
462
+ "description": "Use for flag enter transitions."
463
463
  },
464
464
  "value": {
465
465
  "duration": "Duration250",
@@ -473,9 +473,9 @@ const tokens = [{
473
473
  }, {
474
474
  "attributes": {
475
475
  "group": "motion",
476
- "state": "experimental",
476
+ "state": "active",
477
477
  "introduced": "11.2.0",
478
- "description": ""
478
+ "description": "Use for flag exit transitions."
479
479
  },
480
480
  "value": {
481
481
  "duration": 200,
@@ -487,9 +487,9 @@ const tokens = [{
487
487
  "original": {
488
488
  "attributes": {
489
489
  "group": "motion",
490
- "state": "experimental",
490
+ "state": "active",
491
491
  "introduced": "11.2.0",
492
- "description": ""
492
+ "description": "Use for flag exit transitions."
493
493
  },
494
494
  "value": {
495
495
  "duration": "Duration200",
@@ -503,9 +503,9 @@ const tokens = [{
503
503
  }, {
504
504
  "attributes": {
505
505
  "group": "motion",
506
- "state": "experimental",
506
+ "state": "active",
507
507
  "introduced": "11.2.0",
508
- "description": ""
508
+ "description": "Use for repositioning flag elements."
509
509
  },
510
510
  "value": {
511
511
  "duration": 250,
@@ -517,9 +517,9 @@ const tokens = [{
517
517
  "original": {
518
518
  "attributes": {
519
519
  "group": "motion",
520
- "state": "experimental",
520
+ "state": "active",
521
521
  "introduced": "11.2.0",
522
- "description": ""
522
+ "description": "Use for repositioning flag elements."
523
523
  },
524
524
  "value": {
525
525
  "duration": "Duration250",
@@ -533,9 +533,9 @@ const tokens = [{
533
533
  }, {
534
534
  "attributes": {
535
535
  "group": "motionKeyframe",
536
- "state": "experimental",
536
+ "state": "active",
537
537
  "introduced": "11.5.0",
538
- "description": ""
538
+ "description": "Use for fade-in transitions where an element goes from fully transparent to fully opaque."
539
539
  },
540
540
  "value": "FadeIn0to100",
541
541
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -543,9 +543,9 @@ const tokens = [{
543
543
  "original": {
544
544
  "attributes": {
545
545
  "group": "motionKeyframe",
546
- "state": "experimental",
546
+ "state": "active",
547
547
  "introduced": "11.5.0",
548
- "description": ""
548
+ "description": "Use for fade-in transitions where an element goes from fully transparent to fully opaque."
549
549
  },
550
550
  "value": "FadeIn0to100"
551
551
  },
@@ -555,9 +555,9 @@ const tokens = [{
555
555
  }, {
556
556
  "attributes": {
557
557
  "group": "motionKeyframe",
558
- "state": "experimental",
558
+ "state": "active",
559
559
  "introduced": "11.5.0",
560
- "description": ""
560
+ "description": "Use for fade-out transitions where an element goes from fully opaque to fully transparent."
561
561
  },
562
562
  "value": "FadeOut100to0",
563
563
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -565,9 +565,9 @@ const tokens = [{
565
565
  "original": {
566
566
  "attributes": {
567
567
  "group": "motionKeyframe",
568
- "state": "experimental",
568
+ "state": "active",
569
569
  "introduced": "11.5.0",
570
- "description": ""
570
+ "description": "Use for fade-out transitions where an element goes from fully opaque to fully transparent."
571
571
  },
572
572
  "value": "FadeOut100to0"
573
573
  },
@@ -577,9 +577,9 @@ const tokens = [{
577
577
  }, {
578
578
  "attributes": {
579
579
  "group": "motionKeyframe",
580
- "state": "experimental",
580
+ "state": "active",
581
581
  "introduced": "11.5.0",
582
- "description": ""
582
+ "description": "Use for medium scale-in transitions where an element grows from 80% to full size on enter."
583
583
  },
584
584
  "value": "ScaleIn80to100",
585
585
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -587,9 +587,9 @@ const tokens = [{
587
587
  "original": {
588
588
  "attributes": {
589
589
  "group": "motionKeyframe",
590
- "state": "experimental",
590
+ "state": "active",
591
591
  "introduced": "11.5.0",
592
- "description": ""
592
+ "description": "Use for medium scale-in transitions where an element grows from 80% to full size on enter."
593
593
  },
594
594
  "value": "ScaleIn80to100"
595
595
  },
@@ -599,9 +599,9 @@ const tokens = [{
599
599
  }, {
600
600
  "attributes": {
601
601
  "group": "motionKeyframe",
602
- "state": "experimental",
602
+ "state": "active",
603
603
  "introduced": "11.5.0",
604
- "description": ""
604
+ "description": "Use for small scale-in transitions where an element grows from 95% to full size on enter."
605
605
  },
606
606
  "value": "ScaleIn95to100",
607
607
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -609,9 +609,9 @@ const tokens = [{
609
609
  "original": {
610
610
  "attributes": {
611
611
  "group": "motionKeyframe",
612
- "state": "experimental",
612
+ "state": "active",
613
613
  "introduced": "11.5.0",
614
- "description": ""
614
+ "description": "Use for small scale-in transitions where an element grows from 95% to full size on enter."
615
615
  },
616
616
  "value": "ScaleIn95to100"
617
617
  },
@@ -621,9 +621,9 @@ const tokens = [{
621
621
  }, {
622
622
  "attributes": {
623
623
  "group": "motionKeyframe",
624
- "state": "experimental",
624
+ "state": "active",
625
625
  "introduced": "11.5.0",
626
- "description": ""
626
+ "description": "Use for medium scale-out transitions where an element shrinks from full size to 80% on exit."
627
627
  },
628
628
  "value": "ScaleOut100to80",
629
629
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -631,9 +631,9 @@ const tokens = [{
631
631
  "original": {
632
632
  "attributes": {
633
633
  "group": "motionKeyframe",
634
- "state": "experimental",
634
+ "state": "active",
635
635
  "introduced": "11.5.0",
636
- "description": ""
636
+ "description": "Use for medium scale-out transitions where an element shrinks from full size to 80% on exit."
637
637
  },
638
638
  "value": "ScaleOut100to80"
639
639
  },
@@ -643,9 +643,9 @@ const tokens = [{
643
643
  }, {
644
644
  "attributes": {
645
645
  "group": "motionKeyframe",
646
- "state": "experimental",
646
+ "state": "active",
647
647
  "introduced": "11.5.0",
648
- "description": ""
648
+ "description": "Use for small scale-out transitions where an element shrinks from full size to 95% on exit."
649
649
  },
650
650
  "value": "ScaleOut100to95",
651
651
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -653,9 +653,9 @@ const tokens = [{
653
653
  "original": {
654
654
  "attributes": {
655
655
  "group": "motionKeyframe",
656
- "state": "experimental",
656
+ "state": "active",
657
657
  "introduced": "11.5.0",
658
- "description": ""
658
+ "description": "Use for small scale-out transitions where an element shrinks from full size to 95% on exit."
659
659
  },
660
660
  "value": "ScaleOut100to95"
661
661
  },
@@ -665,9 +665,9 @@ const tokens = [{
665
665
  }, {
666
666
  "attributes": {
667
667
  "group": "motionKeyframe",
668
- "state": "experimental",
668
+ "state": "active",
669
669
  "introduced": "11.5.0",
670
- "description": ""
670
+ "description": "Use for short slide-in transitions where an element enters from below its final position by 8px."
671
671
  },
672
672
  "value": "SlideInBottom8px",
673
673
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -675,9 +675,9 @@ const tokens = [{
675
675
  "original": {
676
676
  "attributes": {
677
677
  "group": "motionKeyframe",
678
- "state": "experimental",
678
+ "state": "active",
679
679
  "introduced": "11.5.0",
680
- "description": ""
680
+ "description": "Use for short slide-in transitions where an element enters from below its final position by 8px."
681
681
  },
682
682
  "value": "SlideInBottom8px"
683
683
  },
@@ -687,9 +687,9 @@ const tokens = [{
687
687
  }, {
688
688
  "attributes": {
689
689
  "group": "motionKeyframe",
690
- "state": "experimental",
690
+ "state": "active",
691
691
  "introduced": "11.5.0",
692
- "description": ""
692
+ "description": "Use for slide-in transitions where an element enters from the left of its final position by 50%."
693
693
  },
694
694
  "value": "SlideIn50PercentLeft",
695
695
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -697,9 +697,9 @@ const tokens = [{
697
697
  "original": {
698
698
  "attributes": {
699
699
  "group": "motionKeyframe",
700
- "state": "experimental",
700
+ "state": "active",
701
701
  "introduced": "11.5.0",
702
- "description": ""
702
+ "description": "Use for slide-in transitions where an element enters from the left of its final position by 50%."
703
703
  },
704
704
  "value": "SlideIn50PercentLeft"
705
705
  },
@@ -709,9 +709,9 @@ const tokens = [{
709
709
  }, {
710
710
  "attributes": {
711
711
  "group": "motionKeyframe",
712
- "state": "experimental",
712
+ "state": "active",
713
713
  "introduced": "11.5.0",
714
- "description": ""
714
+ "description": "Use for short slide-in transitions where an element enters from the left of its final position by 8px."
715
715
  },
716
716
  "value": "SlideInLeft8px",
717
717
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -719,9 +719,9 @@ const tokens = [{
719
719
  "original": {
720
720
  "attributes": {
721
721
  "group": "motionKeyframe",
722
- "state": "experimental",
722
+ "state": "active",
723
723
  "introduced": "11.5.0",
724
- "description": ""
724
+ "description": "Use for short slide-in transitions where an element enters from the left of its final position by 8px."
725
725
  },
726
726
  "value": "SlideInLeft8px"
727
727
  },
@@ -731,9 +731,9 @@ const tokens = [{
731
731
  }, {
732
732
  "attributes": {
733
733
  "group": "motionKeyframe",
734
- "state": "experimental",
734
+ "state": "active",
735
735
  "introduced": "11.5.0",
736
- "description": ""
736
+ "description": "Use for short slide-in transitions where an element enters from the right of its final position by 8px."
737
737
  },
738
738
  "value": "SlideInRight8px",
739
739
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -741,9 +741,9 @@ const tokens = [{
741
741
  "original": {
742
742
  "attributes": {
743
743
  "group": "motionKeyframe",
744
- "state": "experimental",
744
+ "state": "active",
745
745
  "introduced": "11.5.0",
746
- "description": ""
746
+ "description": "Use for short slide-in transitions where an element enters from the right of its final position by 8px."
747
747
  },
748
748
  "value": "SlideInRight8px"
749
749
  },
@@ -753,9 +753,9 @@ const tokens = [{
753
753
  }, {
754
754
  "attributes": {
755
755
  "group": "motionKeyframe",
756
- "state": "experimental",
756
+ "state": "active",
757
757
  "introduced": "11.5.0",
758
- "description": ""
758
+ "description": "Use for short slide-in transitions where an element enters from above its final position by 8px."
759
759
  },
760
760
  "value": "SlideInTop8px",
761
761
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -763,9 +763,9 @@ const tokens = [{
763
763
  "original": {
764
764
  "attributes": {
765
765
  "group": "motionKeyframe",
766
- "state": "experimental",
766
+ "state": "active",
767
767
  "introduced": "11.5.0",
768
- "description": ""
768
+ "description": "Use for short slide-in transitions where an element enters from above its final position by 8px."
769
769
  },
770
770
  "value": "SlideInTop8px"
771
771
  },
@@ -775,9 +775,9 @@ const tokens = [{
775
775
  }, {
776
776
  "attributes": {
777
777
  "group": "motionKeyframe",
778
- "state": "experimental",
778
+ "state": "active",
779
779
  "introduced": "11.5.0",
780
- "description": ""
780
+ "description": "Use for short slide-out transitions where an element exits downward by 8px from its starting position."
781
781
  },
782
782
  "value": "SlideOutBottom8px",
783
783
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -785,9 +785,9 @@ const tokens = [{
785
785
  "original": {
786
786
  "attributes": {
787
787
  "group": "motionKeyframe",
788
- "state": "experimental",
788
+ "state": "active",
789
789
  "introduced": "11.5.0",
790
- "description": ""
790
+ "description": "Use for short slide-out transitions where an element exits downward by 8px from its starting position."
791
791
  },
792
792
  "value": "SlideOutBottom8px"
793
793
  },
@@ -797,9 +797,9 @@ const tokens = [{
797
797
  }, {
798
798
  "attributes": {
799
799
  "group": "motionKeyframe",
800
- "state": "experimental",
800
+ "state": "active",
801
801
  "introduced": "11.5.0",
802
- "description": ""
802
+ "description": "Use for slide-out transitions where an element exits to the left of its starting position by 15%."
803
803
  },
804
804
  "value": "SlideOut15PercentLeft",
805
805
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -807,9 +807,9 @@ const tokens = [{
807
807
  "original": {
808
808
  "attributes": {
809
809
  "group": "motionKeyframe",
810
- "state": "experimental",
810
+ "state": "active",
811
811
  "introduced": "11.5.0",
812
- "description": ""
812
+ "description": "Use for slide-out transitions where an element exits to the left of its starting position by 15%."
813
813
  },
814
814
  "value": "SlideOut15PercentLeft"
815
815
  },
@@ -819,9 +819,9 @@ const tokens = [{
819
819
  }, {
820
820
  "attributes": {
821
821
  "group": "motionKeyframe",
822
- "state": "experimental",
822
+ "state": "active",
823
823
  "introduced": "11.5.0",
824
- "description": ""
824
+ "description": "Use for short slide-out transitions where an element exits to the left by 8px from its starting position."
825
825
  },
826
826
  "value": "SlideOutLeft8px",
827
827
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -829,9 +829,9 @@ const tokens = [{
829
829
  "original": {
830
830
  "attributes": {
831
831
  "group": "motionKeyframe",
832
- "state": "experimental",
832
+ "state": "active",
833
833
  "introduced": "11.5.0",
834
- "description": ""
834
+ "description": "Use for short slide-out transitions where an element exits to the left by 8px from its starting position."
835
835
  },
836
836
  "value": "SlideOutLeft8px"
837
837
  },
@@ -841,9 +841,9 @@ const tokens = [{
841
841
  }, {
842
842
  "attributes": {
843
843
  "group": "motionKeyframe",
844
- "state": "experimental",
844
+ "state": "active",
845
845
  "introduced": "11.5.0",
846
- "description": ""
846
+ "description": "Use for short slide-out transitions where an element exits to the right by 8px from its starting position."
847
847
  },
848
848
  "value": "SlideOutRight8px",
849
849
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -851,9 +851,9 @@ const tokens = [{
851
851
  "original": {
852
852
  "attributes": {
853
853
  "group": "motionKeyframe",
854
- "state": "experimental",
854
+ "state": "active",
855
855
  "introduced": "11.5.0",
856
- "description": ""
856
+ "description": "Use for short slide-out transitions where an element exits to the right by 8px from its starting position."
857
857
  },
858
858
  "value": "SlideOutRight8px"
859
859
  },
@@ -863,9 +863,9 @@ const tokens = [{
863
863
  }, {
864
864
  "attributes": {
865
865
  "group": "motionKeyframe",
866
- "state": "experimental",
866
+ "state": "active",
867
867
  "introduced": "11.5.0",
868
- "description": ""
868
+ "description": "Use for short slide-out transitions where an element exits upward by 8px from its starting position."
869
869
  },
870
870
  "value": "SlideOutTop8px",
871
871
  "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
@@ -873,9 +873,9 @@ const tokens = [{
873
873
  "original": {
874
874
  "attributes": {
875
875
  "group": "motionKeyframe",
876
- "state": "experimental",
876
+ "state": "active",
877
877
  "introduced": "11.5.0",
878
- "description": ""
878
+ "description": "Use for short slide-out transitions where an element exits upward by 8px from its starting position."
879
879
  },
880
880
  "value": "SlideOutTop8px"
881
881
  },
@@ -885,9 +885,9 @@ const tokens = [{
885
885
  }, {
886
886
  "attributes": {
887
887
  "group": "motion",
888
- "state": "experimental",
888
+ "state": "active",
889
889
  "introduced": "11.2.0",
890
- "description": ""
890
+ "description": "Use for modal enter transitions."
891
891
  },
892
892
  "value": {
893
893
  "duration": 250,
@@ -899,9 +899,9 @@ const tokens = [{
899
899
  "original": {
900
900
  "attributes": {
901
901
  "group": "motion",
902
- "state": "experimental",
902
+ "state": "active",
903
903
  "introduced": "11.2.0",
904
- "description": ""
904
+ "description": "Use for modal enter transitions."
905
905
  },
906
906
  "value": {
907
907
  "duration": "Duration250",
@@ -915,9 +915,9 @@ const tokens = [{
915
915
  }, {
916
916
  "attributes": {
917
917
  "group": "motion",
918
- "state": "experimental",
918
+ "state": "active",
919
919
  "introduced": "11.2.0",
920
- "description": ""
920
+ "description": "Use for modal exit transitions."
921
921
  },
922
922
  "value": {
923
923
  "duration": 200,
@@ -929,9 +929,9 @@ const tokens = [{
929
929
  "original": {
930
930
  "attributes": {
931
931
  "group": "motion",
932
- "state": "experimental",
932
+ "state": "active",
933
933
  "introduced": "11.2.0",
934
- "description": ""
934
+ "description": "Use for modal exit transitions."
935
935
  },
936
936
  "value": {
937
937
  "duration": "Duration200",
@@ -945,9 +945,9 @@ const tokens = [{
945
945
  }, {
946
946
  "attributes": {
947
947
  "group": "motion",
948
- "state": "experimental",
948
+ "state": "active",
949
949
  "introduced": "11.2.0",
950
- "description": ""
950
+ "description": "Use for popup enter from the bottom."
951
951
  },
952
952
  "value": {
953
953
  "duration": 150,
@@ -959,9 +959,9 @@ const tokens = [{
959
959
  "original": {
960
960
  "attributes": {
961
961
  "group": "motion",
962
- "state": "experimental",
962
+ "state": "active",
963
963
  "introduced": "11.2.0",
964
- "description": ""
964
+ "description": "Use for popup enter from the bottom."
965
965
  },
966
966
  "value": {
967
967
  "duration": "Duration150",
@@ -975,9 +975,9 @@ const tokens = [{
975
975
  }, {
976
976
  "attributes": {
977
977
  "group": "motion",
978
- "state": "experimental",
978
+ "state": "active",
979
979
  "introduced": "11.2.0",
980
- "description": ""
980
+ "description": "Use for popup enter from the left."
981
981
  },
982
982
  "value": {
983
983
  "duration": 150,
@@ -989,9 +989,9 @@ const tokens = [{
989
989
  "original": {
990
990
  "attributes": {
991
991
  "group": "motion",
992
- "state": "experimental",
992
+ "state": "active",
993
993
  "introduced": "11.2.0",
994
- "description": ""
994
+ "description": "Use for popup enter from the left."
995
995
  },
996
996
  "value": {
997
997
  "duration": "Duration150",
@@ -1005,9 +1005,9 @@ const tokens = [{
1005
1005
  }, {
1006
1006
  "attributes": {
1007
1007
  "group": "motion",
1008
- "state": "experimental",
1008
+ "state": "active",
1009
1009
  "introduced": "11.2.0",
1010
- "description": ""
1010
+ "description": "Use for popup enter from the right."
1011
1011
  },
1012
1012
  "value": {
1013
1013
  "duration": 150,
@@ -1019,9 +1019,9 @@ const tokens = [{
1019
1019
  "original": {
1020
1020
  "attributes": {
1021
1021
  "group": "motion",
1022
- "state": "experimental",
1022
+ "state": "active",
1023
1023
  "introduced": "11.2.0",
1024
- "description": ""
1024
+ "description": "Use for popup enter from the right."
1025
1025
  },
1026
1026
  "value": {
1027
1027
  "duration": "Duration150",
@@ -1035,9 +1035,9 @@ const tokens = [{
1035
1035
  }, {
1036
1036
  "attributes": {
1037
1037
  "group": "motion",
1038
- "state": "experimental",
1038
+ "state": "active",
1039
1039
  "introduced": "11.2.0",
1040
- "description": ""
1040
+ "description": "Use for popup enter from the top: popup, tooltip, dropdown, inline message, inline dialog."
1041
1041
  },
1042
1042
  "value": {
1043
1043
  "duration": 150,
@@ -1049,9 +1049,9 @@ const tokens = [{
1049
1049
  "original": {
1050
1050
  "attributes": {
1051
1051
  "group": "motion",
1052
- "state": "experimental",
1052
+ "state": "active",
1053
1053
  "introduced": "11.2.0",
1054
- "description": ""
1054
+ "description": "Use for popup enter from the top: popup, tooltip, dropdown, inline message, inline dialog."
1055
1055
  },
1056
1056
  "value": {
1057
1057
  "duration": "Duration150",
@@ -1065,9 +1065,9 @@ const tokens = [{
1065
1065
  }, {
1066
1066
  "attributes": {
1067
1067
  "group": "motion",
1068
- "state": "experimental",
1068
+ "state": "active",
1069
1069
  "introduced": "11.2.0",
1070
- "description": ""
1070
+ "description": "Use for popup exit toward the bottom."
1071
1071
  },
1072
1072
  "value": {
1073
1073
  "duration": 100,
@@ -1079,9 +1079,9 @@ const tokens = [{
1079
1079
  "original": {
1080
1080
  "attributes": {
1081
1081
  "group": "motion",
1082
- "state": "experimental",
1082
+ "state": "active",
1083
1083
  "introduced": "11.2.0",
1084
- "description": ""
1084
+ "description": "Use for popup exit toward the bottom."
1085
1085
  },
1086
1086
  "value": {
1087
1087
  "duration": "Duration100",
@@ -1095,9 +1095,9 @@ const tokens = [{
1095
1095
  }, {
1096
1096
  "attributes": {
1097
1097
  "group": "motion",
1098
- "state": "experimental",
1098
+ "state": "active",
1099
1099
  "introduced": "11.2.0",
1100
- "description": ""
1100
+ "description": "Use for popup exit toward the left."
1101
1101
  },
1102
1102
  "value": {
1103
1103
  "duration": 100,
@@ -1109,9 +1109,9 @@ const tokens = [{
1109
1109
  "original": {
1110
1110
  "attributes": {
1111
1111
  "group": "motion",
1112
- "state": "experimental",
1112
+ "state": "active",
1113
1113
  "introduced": "11.2.0",
1114
- "description": ""
1114
+ "description": "Use for popup exit toward the left."
1115
1115
  },
1116
1116
  "value": {
1117
1117
  "duration": "Duration100",
@@ -1125,9 +1125,9 @@ const tokens = [{
1125
1125
  }, {
1126
1126
  "attributes": {
1127
1127
  "group": "motion",
1128
- "state": "experimental",
1128
+ "state": "active",
1129
1129
  "introduced": "11.2.0",
1130
- "description": ""
1130
+ "description": "Use for popup exit toward the right."
1131
1131
  },
1132
1132
  "value": {
1133
1133
  "duration": 100,
@@ -1139,9 +1139,9 @@ const tokens = [{
1139
1139
  "original": {
1140
1140
  "attributes": {
1141
1141
  "group": "motion",
1142
- "state": "experimental",
1142
+ "state": "active",
1143
1143
  "introduced": "11.2.0",
1144
- "description": ""
1144
+ "description": "Use for popup exit toward the right."
1145
1145
  },
1146
1146
  "value": {
1147
1147
  "duration": "Duration100",
@@ -1155,9 +1155,9 @@ const tokens = [{
1155
1155
  }, {
1156
1156
  "attributes": {
1157
1157
  "group": "motion",
1158
- "state": "experimental",
1158
+ "state": "active",
1159
1159
  "introduced": "11.2.0",
1160
- "description": ""
1160
+ "description": "Use for popup exit toward the top."
1161
1161
  },
1162
1162
  "value": {
1163
1163
  "duration": 100,
@@ -1169,9 +1169,9 @@ const tokens = [{
1169
1169
  "original": {
1170
1170
  "attributes": {
1171
1171
  "group": "motion",
1172
- "state": "experimental",
1172
+ "state": "active",
1173
1173
  "introduced": "11.2.0",
1174
- "description": ""
1174
+ "description": "Use for popup exit toward the top."
1175
1175
  },
1176
1176
  "value": {
1177
1177
  "duration": "Duration100",
@@ -1185,9 +1185,9 @@ const tokens = [{
1185
1185
  }, {
1186
1186
  "attributes": {
1187
1187
  "group": "motion",
1188
- "state": "experimental",
1188
+ "state": "active",
1189
1189
  "introduced": "11.2.0",
1190
- "description": ""
1190
+ "description": "Use for spotlight enter transitions."
1191
1191
  },
1192
1192
  "value": {
1193
1193
  "duration": 250,
@@ -1199,9 +1199,9 @@ const tokens = [{
1199
1199
  "original": {
1200
1200
  "attributes": {
1201
1201
  "group": "motion",
1202
- "state": "experimental",
1202
+ "state": "active",
1203
1203
  "introduced": "11.2.0",
1204
- "description": ""
1204
+ "description": "Use for spotlight enter transitions."
1205
1205
  },
1206
1206
  "value": {
1207
1207
  "duration": "Duration250",
@@ -1215,9 +1215,9 @@ const tokens = [{
1215
1215
  }, {
1216
1216
  "attributes": {
1217
1217
  "group": "motion",
1218
- "state": "experimental",
1218
+ "state": "active",
1219
1219
  "introduced": "11.2.0",
1220
- "description": ""
1220
+ "description": "Use for spotlight exit transitions."
1221
1221
  },
1222
1222
  "value": {
1223
1223
  "duration": 200,
@@ -1229,9 +1229,9 @@ const tokens = [{
1229
1229
  "original": {
1230
1230
  "attributes": {
1231
1231
  "group": "motion",
1232
- "state": "experimental",
1232
+ "state": "active",
1233
1233
  "introduced": "11.2.0",
1234
- "description": ""
1234
+ "description": "Use for spotlight exit transitions."
1235
1235
  },
1236
1236
  "value": {
1237
1237
  "duration": "Duration200",