@atlaskit/tokens 11.1.0 → 11.2.0

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 (49) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/codemods/hypermod.config.tsx +3 -0
  3. package/codemods/remove-fallbacks/transform.tsx +24 -0
  4. package/dist/cjs/artifacts/palettes-raw/motion-palette.js +414 -63
  5. package/dist/cjs/artifacts/replacement-mapping.js +51 -3
  6. package/dist/cjs/artifacts/themes/atlassian-motion.js +2 -2
  7. package/dist/cjs/artifacts/token-default-values.js +25 -9
  8. package/dist/cjs/artifacts/token-names.js +19 -3
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-motion.js +527 -47
  10. package/dist/cjs/entry-points/token-metadata.codegen.js +2342 -470
  11. package/dist/cjs/utils/token-usage-guidelines.js +117 -0
  12. package/dist/es2019/artifacts/palettes-raw/motion-palette.js +414 -63
  13. package/dist/es2019/artifacts/replacement-mapping.js +51 -3
  14. package/dist/es2019/artifacts/themes/atlassian-motion.js +119 -15
  15. package/dist/es2019/artifacts/token-default-values.js +25 -9
  16. package/dist/es2019/artifacts/token-names.js +19 -3
  17. package/dist/es2019/artifacts/tokens-raw/atlassian-motion.js +527 -47
  18. package/dist/es2019/entry-points/token-metadata.codegen.js +2342 -470
  19. package/dist/es2019/utils/token-usage-guidelines.js +109 -0
  20. package/dist/esm/artifacts/palettes-raw/motion-palette.js +414 -63
  21. package/dist/esm/artifacts/replacement-mapping.js +51 -3
  22. package/dist/esm/artifacts/themes/atlassian-motion.js +2 -2
  23. package/dist/esm/artifacts/token-default-values.js +25 -9
  24. package/dist/esm/artifacts/token-names.js +19 -3
  25. package/dist/esm/artifacts/tokens-raw/atlassian-motion.js +527 -47
  26. package/dist/esm/entry-points/token-metadata.codegen.js +2342 -470
  27. package/dist/esm/utils/token-usage-guidelines.js +111 -0
  28. package/dist/types/artifacts/palettes-raw/motion-palette.d.ts +5 -3
  29. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  30. package/dist/types/artifacts/themes/atlassian-motion.d.ts +2 -2
  31. package/dist/types/artifacts/token-default-values.d.ts +25 -9
  32. package/dist/types/artifacts/token-names.d.ts +37 -5
  33. package/dist/types/artifacts/tokens-raw/atlassian-motion.d.ts +5 -3
  34. package/dist/types/entry-points/css-type-schema.codegen.d.ts +2 -2
  35. package/dist/types/entry-points/token-metadata.codegen.d.ts +6 -2
  36. package/dist/types/types.d.ts +31 -2
  37. package/dist/types/utils/token-usage-guidelines.d.ts +8 -0
  38. package/dist/types-ts4.5/artifacts/palettes-raw/motion-palette.d.ts +5 -3
  39. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  40. package/dist/types-ts4.5/artifacts/themes/atlassian-motion.d.ts +2 -2
  41. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +25 -9
  42. package/dist/types-ts4.5/artifacts/token-names.d.ts +37 -5
  43. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +5 -3
  44. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +2 -2
  45. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +6 -2
  46. package/dist/types-ts4.5/types.d.ts +31 -2
  47. package/dist/types-ts4.5/utils/token-usage-guidelines.d.ts +8 -0
  48. package/package.json +12 -11
  49. package/tokens.docs.tsx +52 -0
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  /**
8
8
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
9
- * @codegen <<SignedSource::2a5ddbfd4356a65a3955ab62d7341a46>>
9
+ * @codegen <<SignedSource::a05c62bc089a075de35d08a2570d9421>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -14,12 +14,102 @@ var tokens = [{
14
14
  "attributes": {
15
15
  "group": "motion",
16
16
  "state": "experimental",
17
- "introduced": "11.1.0",
17
+ "introduced": "11.2.0",
18
+ "description": ""
19
+ },
20
+ "value": {
21
+ "duration": 150,
22
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
23
+ "keyframes": ["ScaleIn80", "FadeIn"]
24
+ },
25
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
26
+ "isSource": true,
27
+ "original": {
28
+ "attributes": {
29
+ "group": "motion",
30
+ "state": "experimental",
31
+ "introduced": "11.2.0",
32
+ "description": ""
33
+ },
34
+ "value": {
35
+ "duration": "Duration150",
36
+ "curve": "EasePracticalIn",
37
+ "keyframes": ["ScaleIn80", "FadeIn"]
38
+ }
39
+ },
40
+ "name": "motion.avatar.enter",
41
+ "path": ["motion", "avatar", "enter"],
42
+ "cleanName": "motion.avatar.enter"
43
+ }, {
44
+ "attributes": {
45
+ "group": "motion",
46
+ "state": "experimental",
47
+ "introduced": "11.2.0",
48
+ "description": ""
49
+ },
50
+ "value": {
51
+ "duration": 100,
52
+ "curve": "cubic-bezier(0.32, 0, 0.67, 0)",
53
+ "keyframes": ["ScaleOut80", "FadeOut"]
54
+ },
55
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
56
+ "isSource": true,
57
+ "original": {
58
+ "attributes": {
59
+ "group": "motion",
60
+ "state": "experimental",
61
+ "introduced": "11.2.0",
62
+ "description": ""
63
+ },
64
+ "value": {
65
+ "duration": "Duration100",
66
+ "curve": "Custom",
67
+ "keyframes": ["ScaleOut80", "FadeOut"]
68
+ }
69
+ },
70
+ "name": "motion.avatar.exit",
71
+ "path": ["motion", "avatar", "exit"],
72
+ "cleanName": "motion.avatar.exit"
73
+ }, {
74
+ "attributes": {
75
+ "group": "motion",
76
+ "state": "experimental",
77
+ "introduced": "11.2.0",
78
+ "description": ""
79
+ },
80
+ "value": {
81
+ "duration": 100,
82
+ "curve": "cubic-bezier(0.32, 0, 0.67, 0)",
83
+ "properties": ["transform"]
84
+ },
85
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
86
+ "isSource": true,
87
+ "original": {
88
+ "attributes": {
89
+ "group": "motion",
90
+ "state": "experimental",
91
+ "introduced": "11.2.0",
92
+ "description": ""
93
+ },
94
+ "value": {
95
+ "duration": "Duration100",
96
+ "curve": "Custom",
97
+ "properties": ["Transform"]
98
+ }
99
+ },
100
+ "name": "motion.avatar.hovered",
101
+ "path": ["motion", "avatar", "hovered"],
102
+ "cleanName": "motion.avatar.hovered"
103
+ }, {
104
+ "attributes": {
105
+ "group": "motion",
106
+ "state": "experimental",
107
+ "introduced": "11.2.0",
18
108
  "description": ""
19
109
  },
20
110
  "value": {
21
111
  "duration": 400,
22
- "curve": "cubic-bezier(0.66, 0, 0.34, 1)",
112
+ "curve": "cubic-bezier(0.4, 0, 0, 1)",
23
113
  "keyframes": ["FadeIn"]
24
114
  },
25
115
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
@@ -28,12 +118,12 @@ var tokens = [{
28
118
  "attributes": {
29
119
  "group": "motion",
30
120
  "state": "experimental",
31
- "introduced": "11.1.0",
121
+ "introduced": "11.2.0",
32
122
  "description": ""
33
123
  },
34
124
  "value": {
35
125
  "duration": "Duration400",
36
- "curve": "CubicEaseInOut",
126
+ "curve": "EaseBoldInOut",
37
127
  "keyframes": ["FadeIn"]
38
128
  }
39
129
  },
@@ -44,12 +134,12 @@ var tokens = [{
44
134
  "attributes": {
45
135
  "group": "motion",
46
136
  "state": "experimental",
47
- "introduced": "11.1.0",
137
+ "introduced": "11.2.0",
48
138
  "description": ""
49
139
  },
50
140
  "value": {
51
141
  "duration": 200,
52
- "curve": "cubic-bezier(0.66, 0, 0.34, 1)",
142
+ "curve": "cubic-bezier(0.4, 0, 0, 1)",
53
143
  "keyframes": ["FadeIn"]
54
144
  },
55
145
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
@@ -58,12 +148,12 @@ var tokens = [{
58
148
  "attributes": {
59
149
  "group": "motion",
60
150
  "state": "experimental",
61
- "introduced": "11.1.0",
151
+ "introduced": "11.2.0",
62
152
  "description": ""
63
153
  },
64
154
  "value": {
65
155
  "duration": "Duration200",
66
- "curve": "CubicEaseInOut",
156
+ "curve": "EaseBoldInOut",
67
157
  "keyframes": ["FadeIn"]
68
158
  }
69
159
  },
@@ -74,12 +164,12 @@ var tokens = [{
74
164
  "attributes": {
75
165
  "group": "motion",
76
166
  "state": "experimental",
77
- "introduced": "11.1.0",
167
+ "introduced": "11.2.0",
78
168
  "description": ""
79
169
  },
80
170
  "value": {
81
171
  "duration": 100,
82
- "curve": "cubic-bezier(0.66, 0, 0.34, 1)",
172
+ "curve": "cubic-bezier(0.4, 0, 0, 1)",
83
173
  "keyframes": ["FadeIn"]
84
174
  },
85
175
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
@@ -88,12 +178,12 @@ var tokens = [{
88
178
  "attributes": {
89
179
  "group": "motion",
90
180
  "state": "experimental",
91
- "introduced": "11.1.0",
181
+ "introduced": "11.2.0",
92
182
  "description": ""
93
183
  },
94
184
  "value": {
95
185
  "duration": "Duration100",
96
- "curve": "CubicEaseInOut",
186
+ "curve": "EaseBoldInOut",
97
187
  "keyframes": ["FadeIn"]
98
188
  }
99
189
  },
@@ -104,12 +194,12 @@ var tokens = [{
104
194
  "attributes": {
105
195
  "group": "motion",
106
196
  "state": "experimental",
107
- "introduced": "11.1.0",
197
+ "introduced": "11.2.0",
108
198
  "description": ""
109
199
  },
110
200
  "value": {
111
201
  "duration": 200,
112
- "curve": "cubic-bezier(0.66, 0, 0.34, 1)",
202
+ "curve": "cubic-bezier(0.4, 0, 0, 1)",
113
203
  "keyframes": ["FadeOut"]
114
204
  },
115
205
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
@@ -118,12 +208,12 @@ var tokens = [{
118
208
  "attributes": {
119
209
  "group": "motion",
120
210
  "state": "experimental",
121
- "introduced": "11.1.0",
211
+ "introduced": "11.2.0",
122
212
  "description": ""
123
213
  },
124
214
  "value": {
125
215
  "duration": "Duration200",
126
- "curve": "CubicEaseInOut",
216
+ "curve": "EaseBoldInOut",
127
217
  "keyframes": ["FadeOut"]
128
218
  }
129
219
  },
@@ -134,12 +224,12 @@ var tokens = [{
134
224
  "attributes": {
135
225
  "group": "motion",
136
226
  "state": "experimental",
137
- "introduced": "11.1.0",
227
+ "introduced": "11.2.0",
138
228
  "description": ""
139
229
  },
140
230
  "value": {
141
231
  "duration": 100,
142
- "curve": "cubic-bezier(0.66, 0, 0.34, 1)",
232
+ "curve": "cubic-bezier(0.4, 0, 0, 1)",
143
233
  "keyframes": ["FadeOut"]
144
234
  },
145
235
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
@@ -148,12 +238,12 @@ var tokens = [{
148
238
  "attributes": {
149
239
  "group": "motion",
150
240
  "state": "experimental",
151
- "introduced": "11.1.0",
241
+ "introduced": "11.2.0",
152
242
  "description": ""
153
243
  },
154
244
  "value": {
155
245
  "duration": "Duration100",
156
- "curve": "CubicEaseInOut",
246
+ "curve": "EaseBoldInOut",
157
247
  "keyframes": ["FadeOut"]
158
248
  }
159
249
  },
@@ -164,12 +254,12 @@ var tokens = [{
164
254
  "attributes": {
165
255
  "group": "motion",
166
256
  "state": "experimental",
167
- "introduced": "11.1.0",
257
+ "introduced": "11.2.0",
168
258
  "description": ""
169
259
  },
170
260
  "value": {
171
261
  "duration": 50,
172
- "curve": "cubic-bezier(0.66, 0, 0.34, 1)",
262
+ "curve": "cubic-bezier(0.4, 0, 0, 1)",
173
263
  "keyframes": ["FadeOut"]
174
264
  },
175
265
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
@@ -178,12 +268,12 @@ var tokens = [{
178
268
  "attributes": {
179
269
  "group": "motion",
180
270
  "state": "experimental",
181
- "introduced": "11.1.0",
271
+ "introduced": "11.2.0",
182
272
  "description": ""
183
273
  },
184
274
  "value": {
185
275
  "duration": "Duration050",
186
- "curve": "CubicEaseInOut",
276
+ "curve": "EaseBoldInOut",
187
277
  "keyframes": ["FadeOut"]
188
278
  }
189
279
  },
@@ -194,13 +284,13 @@ var tokens = [{
194
284
  "attributes": {
195
285
  "group": "motion",
196
286
  "state": "experimental",
197
- "introduced": "11.1.0",
287
+ "introduced": "11.2.0",
198
288
  "description": ""
199
289
  },
200
290
  "value": {
201
- "duration": 350,
202
- "curve": "cubic-bezier(0.66, 0, 0.34, 1)",
203
- "keyframes": ["ScaleIn80", "FadeIn"]
291
+ "duration": 250,
292
+ "curve": "cubic-bezier(0, 0.4, 0, 1)",
293
+ "keyframes": ["SlideIn50PercentLeft", "FadeIn"]
204
294
  },
205
295
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
206
296
  "isSource": true,
@@ -208,29 +298,29 @@ var tokens = [{
208
298
  "attributes": {
209
299
  "group": "motion",
210
300
  "state": "experimental",
211
- "introduced": "11.1.0",
301
+ "introduced": "11.2.0",
212
302
  "description": ""
213
303
  },
214
304
  "value": {
215
- "duration": "Duration350",
216
- "curve": "CubicEaseInOut",
217
- "keyframes": ["ScaleIn80", "FadeIn"]
305
+ "duration": "Duration250",
306
+ "curve": "EaseBoldOut",
307
+ "keyframes": ["SlideIn50PercentLeft", "FadeIn"]
218
308
  }
219
309
  },
220
- "name": "motion.dialog.enter",
221
- "path": ["motion", "dialog", "enter"],
222
- "cleanName": "motion.dialog.enter"
310
+ "name": "motion.flag.enter",
311
+ "path": ["motion", "flag", "enter"],
312
+ "cleanName": "motion.flag.enter"
223
313
  }, {
224
314
  "attributes": {
225
315
  "group": "motion",
226
316
  "state": "experimental",
227
- "introduced": "11.1.0",
317
+ "introduced": "11.2.0",
228
318
  "description": ""
229
319
  },
230
320
  "value": {
231
- "duration": 350,
232
- "curve": "cubic-bezier(0.66, 0, 0.34, 1)",
233
- "keyframes": ["ScaleOut80", "FadeOut"]
321
+ "duration": 200,
322
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
323
+ "keyframes": ["SlideOut15PercentLeft", "FadeOut"]
234
324
  },
235
325
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
236
326
  "isSource": true,
@@ -238,17 +328,407 @@ var tokens = [{
238
328
  "attributes": {
239
329
  "group": "motion",
240
330
  "state": "experimental",
241
- "introduced": "11.1.0",
331
+ "introduced": "11.2.0",
242
332
  "description": ""
243
333
  },
244
334
  "value": {
245
- "duration": "Duration350",
246
- "curve": "CubicEaseInOut",
247
- "keyframes": ["ScaleOut80", "FadeOut"]
335
+ "duration": "Duration200",
336
+ "curve": "EasePracticalIn",
337
+ "keyframes": ["SlideOut15PercentLeft", "FadeOut"]
338
+ }
339
+ },
340
+ "name": "motion.flag.exit",
341
+ "path": ["motion", "flag", "exit"],
342
+ "cleanName": "motion.flag.exit"
343
+ }, {
344
+ "attributes": {
345
+ "group": "motion",
346
+ "state": "experimental",
347
+ "introduced": "11.2.0",
348
+ "description": ""
349
+ },
350
+ "value": {
351
+ "duration": 300,
352
+ "curve": "cubic-bezier(0.4, 0, 0, 1)",
353
+ "properties": ["transform"]
354
+ },
355
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
356
+ "isSource": true,
357
+ "original": {
358
+ "attributes": {
359
+ "group": "motion",
360
+ "state": "experimental",
361
+ "introduced": "11.2.0",
362
+ "description": ""
363
+ },
364
+ "value": {
365
+ "duration": "Duration300",
366
+ "curve": "EaseBoldInOut",
367
+ "properties": ["Transform"]
368
+ }
369
+ },
370
+ "name": "motion.flag.reposition",
371
+ "path": ["motion", "flag", "reposition"],
372
+ "cleanName": "motion.flag.reposition"
373
+ }, {
374
+ "attributes": {
375
+ "group": "motion",
376
+ "state": "experimental",
377
+ "introduced": "11.2.0",
378
+ "description": ""
379
+ },
380
+ "value": {
381
+ "duration": 200,
382
+ "curve": "cubic-bezier(0.4, 0, 0, 1)",
383
+ "keyframes": ["ScaleIn95", "FadeIn"]
384
+ },
385
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
386
+ "isSource": true,
387
+ "original": {
388
+ "attributes": {
389
+ "group": "motion",
390
+ "state": "experimental",
391
+ "introduced": "11.2.0",
392
+ "description": ""
393
+ },
394
+ "value": {
395
+ "duration": "Duration200",
396
+ "curve": "EaseBoldInOut",
397
+ "keyframes": ["ScaleIn95", "FadeIn"]
398
+ }
399
+ },
400
+ "name": "motion.modal.enter",
401
+ "path": ["motion", "modal", "enter"],
402
+ "cleanName": "motion.modal.enter"
403
+ }, {
404
+ "attributes": {
405
+ "group": "motion",
406
+ "state": "experimental",
407
+ "introduced": "11.2.0",
408
+ "description": ""
409
+ },
410
+ "value": {
411
+ "duration": 200,
412
+ "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
413
+ "keyframes": ["ScaleOut95", "FadeOut"]
414
+ },
415
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
416
+ "isSource": true,
417
+ "original": {
418
+ "attributes": {
419
+ "group": "motion",
420
+ "state": "experimental",
421
+ "introduced": "11.2.0",
422
+ "description": ""
423
+ },
424
+ "value": {
425
+ "duration": "Duration200",
426
+ "curve": "EasePracticalOut",
427
+ "keyframes": ["ScaleOut95", "FadeOut"]
428
+ }
429
+ },
430
+ "name": "motion.modal.exit",
431
+ "path": ["motion", "modal", "exit"],
432
+ "cleanName": "motion.modal.exit"
433
+ }, {
434
+ "attributes": {
435
+ "group": "motion",
436
+ "state": "experimental",
437
+ "introduced": "11.2.0",
438
+ "description": ""
439
+ },
440
+ "value": {
441
+ "duration": 150,
442
+ "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
443
+ "keyframes": ["SlideInBottom", "FadeIn"]
444
+ },
445
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
446
+ "isSource": true,
447
+ "original": {
448
+ "attributes": {
449
+ "group": "motion",
450
+ "state": "experimental",
451
+ "introduced": "11.2.0",
452
+ "description": ""
453
+ },
454
+ "value": {
455
+ "duration": "Duration150",
456
+ "curve": "EasePracticalOut",
457
+ "keyframes": ["SlideInBottom", "FadeIn"]
458
+ }
459
+ },
460
+ "name": "motion.popup.enter.bottom",
461
+ "path": ["motion", "popup", "enter", "bottom"],
462
+ "cleanName": "motion.popup.enter.bottom"
463
+ }, {
464
+ "attributes": {
465
+ "group": "motion",
466
+ "state": "experimental",
467
+ "introduced": "11.2.0",
468
+ "description": ""
469
+ },
470
+ "value": {
471
+ "duration": 150,
472
+ "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
473
+ "keyframes": ["SlideInLeft", "FadeIn"]
474
+ },
475
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
476
+ "isSource": true,
477
+ "original": {
478
+ "attributes": {
479
+ "group": "motion",
480
+ "state": "experimental",
481
+ "introduced": "11.2.0",
482
+ "description": ""
483
+ },
484
+ "value": {
485
+ "duration": "Duration150",
486
+ "curve": "EasePracticalOut",
487
+ "keyframes": ["SlideInLeft", "FadeIn"]
488
+ }
489
+ },
490
+ "name": "motion.popup.enter.left",
491
+ "path": ["motion", "popup", "enter", "left"],
492
+ "cleanName": "motion.popup.enter.left"
493
+ }, {
494
+ "attributes": {
495
+ "group": "motion",
496
+ "state": "experimental",
497
+ "introduced": "11.2.0",
498
+ "description": ""
499
+ },
500
+ "value": {
501
+ "duration": 150,
502
+ "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
503
+ "keyframes": ["SlideInRight", "FadeIn"]
504
+ },
505
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
506
+ "isSource": true,
507
+ "original": {
508
+ "attributes": {
509
+ "group": "motion",
510
+ "state": "experimental",
511
+ "introduced": "11.2.0",
512
+ "description": ""
513
+ },
514
+ "value": {
515
+ "duration": "Duration150",
516
+ "curve": "EasePracticalOut",
517
+ "keyframes": ["SlideInRight", "FadeIn"]
518
+ }
519
+ },
520
+ "name": "motion.popup.enter.right",
521
+ "path": ["motion", "popup", "enter", "right"],
522
+ "cleanName": "motion.popup.enter.right"
523
+ }, {
524
+ "attributes": {
525
+ "group": "motion",
526
+ "state": "experimental",
527
+ "introduced": "11.2.0",
528
+ "description": ""
529
+ },
530
+ "value": {
531
+ "duration": 150,
532
+ "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
533
+ "keyframes": ["SlideInTop", "FadeIn"]
534
+ },
535
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
536
+ "isSource": true,
537
+ "original": {
538
+ "attributes": {
539
+ "group": "motion",
540
+ "state": "experimental",
541
+ "introduced": "11.2.0",
542
+ "description": ""
543
+ },
544
+ "value": {
545
+ "duration": "Duration150",
546
+ "curve": "EasePracticalOut",
547
+ "keyframes": ["SlideInTop", "FadeIn"]
548
+ }
549
+ },
550
+ "name": "motion.popup.enter.top",
551
+ "path": ["motion", "popup", "enter", "top"],
552
+ "cleanName": "motion.popup.enter.top"
553
+ }, {
554
+ "attributes": {
555
+ "group": "motion",
556
+ "state": "experimental",
557
+ "introduced": "11.2.0",
558
+ "description": ""
559
+ },
560
+ "value": {
561
+ "duration": 100,
562
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
563
+ "keyframes": ["SlideOutBottom", "FadeOut"]
564
+ },
565
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
566
+ "isSource": true,
567
+ "original": {
568
+ "attributes": {
569
+ "group": "motion",
570
+ "state": "experimental",
571
+ "introduced": "11.2.0",
572
+ "description": ""
573
+ },
574
+ "value": {
575
+ "duration": "Duration100",
576
+ "curve": "EasePracticalIn",
577
+ "keyframes": ["SlideOutBottom", "FadeOut"]
578
+ }
579
+ },
580
+ "name": "motion.popup.exit.bottom",
581
+ "path": ["motion", "popup", "exit", "bottom"],
582
+ "cleanName": "motion.popup.exit.bottom"
583
+ }, {
584
+ "attributes": {
585
+ "group": "motion",
586
+ "state": "experimental",
587
+ "introduced": "11.2.0",
588
+ "description": ""
589
+ },
590
+ "value": {
591
+ "duration": 100,
592
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
593
+ "keyframes": ["SlideOutLeft", "FadeOut"]
594
+ },
595
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
596
+ "isSource": true,
597
+ "original": {
598
+ "attributes": {
599
+ "group": "motion",
600
+ "state": "experimental",
601
+ "introduced": "11.2.0",
602
+ "description": ""
603
+ },
604
+ "value": {
605
+ "duration": "Duration100",
606
+ "curve": "EasePracticalIn",
607
+ "keyframes": ["SlideOutLeft", "FadeOut"]
608
+ }
609
+ },
610
+ "name": "motion.popup.exit.left",
611
+ "path": ["motion", "popup", "exit", "left"],
612
+ "cleanName": "motion.popup.exit.left"
613
+ }, {
614
+ "attributes": {
615
+ "group": "motion",
616
+ "state": "experimental",
617
+ "introduced": "11.2.0",
618
+ "description": ""
619
+ },
620
+ "value": {
621
+ "duration": 100,
622
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
623
+ "keyframes": ["SlideOutRight", "FadeOut"]
624
+ },
625
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
626
+ "isSource": true,
627
+ "original": {
628
+ "attributes": {
629
+ "group": "motion",
630
+ "state": "experimental",
631
+ "introduced": "11.2.0",
632
+ "description": ""
633
+ },
634
+ "value": {
635
+ "duration": "Duration100",
636
+ "curve": "EasePracticalIn",
637
+ "keyframes": ["SlideOutRight", "FadeOut"]
638
+ }
639
+ },
640
+ "name": "motion.popup.exit.right",
641
+ "path": ["motion", "popup", "exit", "right"],
642
+ "cleanName": "motion.popup.exit.right"
643
+ }, {
644
+ "attributes": {
645
+ "group": "motion",
646
+ "state": "experimental",
647
+ "introduced": "11.2.0",
648
+ "description": ""
649
+ },
650
+ "value": {
651
+ "duration": 100,
652
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
653
+ "keyframes": ["SlideOutTop", "FadeOut"]
654
+ },
655
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
656
+ "isSource": true,
657
+ "original": {
658
+ "attributes": {
659
+ "group": "motion",
660
+ "state": "experimental",
661
+ "introduced": "11.2.0",
662
+ "description": ""
663
+ },
664
+ "value": {
665
+ "duration": "Duration100",
666
+ "curve": "EasePracticalIn",
667
+ "keyframes": ["SlideOutTop", "FadeOut"]
668
+ }
669
+ },
670
+ "name": "motion.popup.exit.top",
671
+ "path": ["motion", "popup", "exit", "top"],
672
+ "cleanName": "motion.popup.exit.top"
673
+ }, {
674
+ "attributes": {
675
+ "group": "motion",
676
+ "state": "experimental",
677
+ "introduced": "11.2.0",
678
+ "description": ""
679
+ },
680
+ "value": {
681
+ "duration": 250,
682
+ "curve": "cubic-bezier(0.4, 0, 0, 1)",
683
+ "keyframes": ["ScaleIn95", "FadeIn"]
684
+ },
685
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
686
+ "isSource": true,
687
+ "original": {
688
+ "attributes": {
689
+ "group": "motion",
690
+ "state": "experimental",
691
+ "introduced": "11.2.0",
692
+ "description": ""
693
+ },
694
+ "value": {
695
+ "duration": "Duration250",
696
+ "curve": "EaseBoldInOut",
697
+ "keyframes": ["ScaleIn95", "FadeIn"]
698
+ }
699
+ },
700
+ "name": "motion.spotlight.enter",
701
+ "path": ["motion", "spotlight", "enter"],
702
+ "cleanName": "motion.spotlight.enter"
703
+ }, {
704
+ "attributes": {
705
+ "group": "motion",
706
+ "state": "experimental",
707
+ "introduced": "11.2.0",
708
+ "description": ""
709
+ },
710
+ "value": {
711
+ "duration": 200,
712
+ "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
713
+ "keyframes": ["ScaleOut95", "FadeOut"]
714
+ },
715
+ "filePath": "schema/themes/atlassian-motion/motion.tsx",
716
+ "isSource": true,
717
+ "original": {
718
+ "attributes": {
719
+ "group": "motion",
720
+ "state": "experimental",
721
+ "introduced": "11.2.0",
722
+ "description": ""
723
+ },
724
+ "value": {
725
+ "duration": "Duration200",
726
+ "curve": "EasePracticalOut",
727
+ "keyframes": ["ScaleOut95", "FadeOut"]
248
728
  }
249
729
  },
250
- "name": "motion.dialog.exit",
251
- "path": ["motion", "dialog", "exit"],
252
- "cleanName": "motion.dialog.exit"
730
+ "name": "motion.spotlight.exit",
731
+ "path": ["motion", "spotlight", "exit"],
732
+ "cleanName": "motion.spotlight.exit"
253
733
  }];
254
734
  var _default = exports.default = tokens;