@atlaskit/tokens 11.4.3 → 13.0.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 (52) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/dist/cjs/artifacts/palettes-raw/motion-palette.js +123 -305
  3. package/dist/cjs/artifacts/replacement-mapping.js +82 -11
  4. package/dist/cjs/artifacts/themes/atlassian-motion.js +2 -2
  5. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
  6. package/dist/cjs/artifacts/token-default-values.js +50 -26
  7. package/dist/cjs/artifacts/token-names.js +32 -8
  8. package/dist/cjs/artifacts/tokens-raw/atlassian-motion.js +653 -135
  9. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +1 -34
  10. package/dist/cjs/entry-points/token-metadata.codegen.js +1 -10
  11. package/dist/es2019/artifacts/palettes-raw/motion-palette.js +123 -305
  12. package/dist/es2019/artifacts/replacement-mapping.js +82 -11
  13. package/dist/es2019/artifacts/themes/atlassian-motion.js +64 -91
  14. package/dist/es2019/artifacts/themes/atlassian-typography.js +1 -2
  15. package/dist/es2019/artifacts/token-default-values.js +50 -26
  16. package/dist/es2019/artifacts/token-names.js +32 -8
  17. package/dist/es2019/artifacts/tokens-raw/atlassian-motion.js +653 -135
  18. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +1 -34
  19. package/dist/es2019/entry-points/token-metadata.codegen.js +1 -10
  20. package/dist/esm/artifacts/palettes-raw/motion-palette.js +123 -305
  21. package/dist/esm/artifacts/replacement-mapping.js +82 -11
  22. package/dist/esm/artifacts/themes/atlassian-motion.js +2 -2
  23. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  24. package/dist/esm/artifacts/token-default-values.js +50 -26
  25. package/dist/esm/artifacts/token-names.js +32 -8
  26. package/dist/esm/artifacts/tokens-raw/atlassian-motion.js +653 -135
  27. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +1 -34
  28. package/dist/esm/entry-points/token-metadata.codegen.js +1 -10
  29. package/dist/types/artifacts/palettes-raw/motion-palette.d.ts +3 -15
  30. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  31. package/dist/types/artifacts/themes/atlassian-motion.d.ts +2 -2
  32. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  33. package/dist/types/artifacts/token-default-values.d.ts +50 -26
  34. package/dist/types/artifacts/token-names.d.ts +63 -15
  35. package/dist/types/artifacts/tokens-raw/atlassian-motion.d.ts +5 -5
  36. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  37. package/dist/types/entry-points/css-type-schema.codegen.d.ts +6 -3
  38. package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
  39. package/dist/types/types.d.ts +93 -15
  40. package/dist/types-ts4.5/artifacts/palettes-raw/motion-palette.d.ts +3 -15
  41. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  42. package/dist/types-ts4.5/artifacts/themes/atlassian-motion.d.ts +2 -2
  43. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  44. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +50 -26
  45. package/dist/types-ts4.5/artifacts/token-names.d.ts +63 -15
  46. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +5 -5
  47. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  48. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +6 -3
  49. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  50. package/dist/types-ts4.5/types.d.ts +93 -15
  51. package/figma/atlassian-typography.json +1 -3
  52. package/package.json +10 -10
@@ -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::a05c62bc089a075de35d08a2570d9421>>
9
+ * @codegen <<SignedSource::148f2f6a72e79c38e027eeed3b58d3ac>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -19,8 +19,8 @@ var tokens = [{
19
19
  },
20
20
  "value": {
21
21
  "duration": 150,
22
- "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
23
- "keyframes": ["ScaleIn80", "FadeIn"]
22
+ "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
23
+ "keyframes": ["ScaleIn80to100", "FadeIn0to100"]
24
24
  },
25
25
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
26
26
  "isSource": true,
@@ -33,8 +33,8 @@ var tokens = [{
33
33
  },
34
34
  "value": {
35
35
  "duration": "Duration150",
36
- "curve": "EasePracticalIn",
37
- "keyframes": ["ScaleIn80", "FadeIn"]
36
+ "curve": "EasePracticalOut",
37
+ "keyframes": ["ScaleIn80to100", "FadeIn0to100"]
38
38
  }
39
39
  },
40
40
  "name": "motion.avatar.enter",
@@ -49,8 +49,8 @@ var tokens = [{
49
49
  },
50
50
  "value": {
51
51
  "duration": 100,
52
- "curve": "cubic-bezier(0.32, 0, 0.67, 0)",
53
- "keyframes": ["ScaleOut80", "FadeOut"]
52
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
53
+ "keyframes": ["ScaleOut100to80", "FadeOut100to0"]
54
54
  },
55
55
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
56
56
  "isSource": true,
@@ -63,8 +63,8 @@ var tokens = [{
63
63
  },
64
64
  "value": {
65
65
  "duration": "Duration100",
66
- "curve": "Custom",
67
- "keyframes": ["ScaleOut80", "FadeOut"]
66
+ "curve": "EasePracticalIn",
67
+ "keyframes": ["ScaleOut100to80", "FadeOut100to0"]
68
68
  }
69
69
  },
70
70
  "name": "motion.avatar.exit",
@@ -78,8 +78,8 @@ var tokens = [{
78
78
  "description": ""
79
79
  },
80
80
  "value": {
81
- "duration": 100,
82
- "curve": "cubic-bezier(0.32, 0, 0.67, 0)",
81
+ "duration": 250,
82
+ "curve": "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)",
83
83
  "properties": ["transform"]
84
84
  },
85
85
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
@@ -92,8 +92,8 @@ var tokens = [{
92
92
  "description": ""
93
93
  },
94
94
  "value": {
95
- "duration": "Duration100",
96
- "curve": "Custom",
95
+ "duration": "Duration250",
96
+ "curve": "EaseSpring",
97
97
  "properties": ["Transform"]
98
98
  }
99
99
  },
@@ -104,13 +104,13 @@ var tokens = [{
104
104
  "attributes": {
105
105
  "group": "motion",
106
106
  "state": "experimental",
107
- "introduced": "11.2.0",
107
+ "introduced": "11.5.0",
108
108
  "description": ""
109
109
  },
110
110
  "value": {
111
- "duration": 400,
111
+ "duration": 250,
112
112
  "curve": "cubic-bezier(0.4, 0, 0, 1)",
113
- "keyframes": ["FadeIn"]
113
+ "keyframes": ["FadeIn0to100"]
114
114
  },
115
115
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
116
116
  "isSource": true,
@@ -118,29 +118,29 @@ var tokens = [{
118
118
  "attributes": {
119
119
  "group": "motion",
120
120
  "state": "experimental",
121
- "introduced": "11.2.0",
121
+ "introduced": "11.5.0",
122
122
  "description": ""
123
123
  },
124
124
  "value": {
125
- "duration": "Duration400",
125
+ "duration": "Duration250",
126
126
  "curve": "EaseBoldInOut",
127
- "keyframes": ["FadeIn"]
127
+ "keyframes": ["FadeIn0to100"]
128
128
  }
129
129
  },
130
- "name": "motion.content.enter.long",
131
- "path": ["motion", "content", "enter", "long"],
132
- "cleanName": "motion.content.enter.long"
130
+ "name": "motion.blanket.enter",
131
+ "path": ["motion", "blanket", "enter"],
132
+ "cleanName": "motion.blanket.enter"
133
133
  }, {
134
134
  "attributes": {
135
135
  "group": "motion",
136
136
  "state": "experimental",
137
- "introduced": "11.2.0",
137
+ "introduced": "11.5.0",
138
138
  "description": ""
139
139
  },
140
140
  "value": {
141
141
  "duration": 200,
142
- "curve": "cubic-bezier(0.4, 0, 0, 1)",
143
- "keyframes": ["FadeIn"]
142
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
143
+ "keyframes": ["FadeOut100to0"]
144
144
  },
145
145
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
146
146
  "isSource": true,
@@ -148,138 +148,304 @@ var tokens = [{
148
148
  "attributes": {
149
149
  "group": "motion",
150
150
  "state": "experimental",
151
- "introduced": "11.2.0",
151
+ "introduced": "11.5.0",
152
152
  "description": ""
153
153
  },
154
154
  "value": {
155
155
  "duration": "Duration200",
156
- "curve": "EaseBoldInOut",
157
- "keyframes": ["FadeIn"]
156
+ "curve": "EasePracticalIn",
157
+ "keyframes": ["FadeOut100to0"]
158
158
  }
159
159
  },
160
- "name": "motion.content.enter.medium",
161
- "path": ["motion", "content", "enter", "medium"],
162
- "cleanName": "motion.content.enter.medium"
160
+ "name": "motion.blanket.exit",
161
+ "path": ["motion", "blanket", "exit"],
162
+ "cleanName": "motion.blanket.exit"
163
163
  }, {
164
164
  "attributes": {
165
- "group": "motion",
165
+ "group": "motionDuration",
166
166
  "state": "experimental",
167
- "introduced": "11.2.0",
167
+ "introduced": "11.5.0",
168
168
  "description": ""
169
169
  },
170
- "value": {
171
- "duration": 100,
172
- "curve": "cubic-bezier(0.4, 0, 0, 1)",
173
- "keyframes": ["FadeIn"]
170
+ "value": "0ms",
171
+ "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
172
+ "isSource": true,
173
+ "original": {
174
+ "attributes": {
175
+ "group": "motionDuration",
176
+ "state": "experimental",
177
+ "introduced": "11.5.0",
178
+ "description": ""
179
+ },
180
+ "value": "Duration000"
174
181
  },
175
- "filePath": "schema/themes/atlassian-motion/motion.tsx",
182
+ "name": "motion.duration.instant",
183
+ "path": ["motion", "duration", "instant"],
184
+ "cleanName": "motion.duration.instant"
185
+ }, {
186
+ "attributes": {
187
+ "group": "motionDuration",
188
+ "state": "experimental",
189
+ "introduced": "11.5.0",
190
+ "description": ""
191
+ },
192
+ "value": "250ms",
193
+ "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
176
194
  "isSource": true,
177
195
  "original": {
178
196
  "attributes": {
179
- "group": "motion",
197
+ "group": "motionDuration",
180
198
  "state": "experimental",
181
- "introduced": "11.2.0",
199
+ "introduced": "11.5.0",
182
200
  "description": ""
183
201
  },
184
- "value": {
185
- "duration": "Duration100",
186
- "curve": "EaseBoldInOut",
187
- "keyframes": ["FadeIn"]
188
- }
202
+ "value": "Duration250"
189
203
  },
190
- "name": "motion.content.enter.short",
191
- "path": ["motion", "content", "enter", "short"],
192
- "cleanName": "motion.content.enter.short"
204
+ "name": "motion.duration.long",
205
+ "path": ["motion", "duration", "long"],
206
+ "cleanName": "motion.duration.long"
193
207
  }, {
194
208
  "attributes": {
195
- "group": "motion",
209
+ "group": "motionDuration",
196
210
  "state": "experimental",
197
- "introduced": "11.2.0",
211
+ "introduced": "11.5.0",
198
212
  "description": ""
199
213
  },
200
- "value": {
201
- "duration": 200,
202
- "curve": "cubic-bezier(0.4, 0, 0, 1)",
203
- "keyframes": ["FadeOut"]
214
+ "value": "200ms",
215
+ "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
216
+ "isSource": true,
217
+ "original": {
218
+ "attributes": {
219
+ "group": "motionDuration",
220
+ "state": "experimental",
221
+ "introduced": "11.5.0",
222
+ "description": ""
223
+ },
224
+ "value": "Duration200"
204
225
  },
205
- "filePath": "schema/themes/atlassian-motion/motion.tsx",
226
+ "name": "motion.duration.medium",
227
+ "path": ["motion", "duration", "medium"],
228
+ "cleanName": "motion.duration.medium"
229
+ }, {
230
+ "attributes": {
231
+ "group": "motionDuration",
232
+ "state": "experimental",
233
+ "introduced": "11.5.0",
234
+ "description": ""
235
+ },
236
+ "value": "150ms",
237
+ "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
206
238
  "isSource": true,
207
239
  "original": {
208
240
  "attributes": {
209
- "group": "motion",
241
+ "group": "motionDuration",
210
242
  "state": "experimental",
211
- "introduced": "11.2.0",
243
+ "introduced": "11.5.0",
212
244
  "description": ""
213
245
  },
214
- "value": {
215
- "duration": "Duration200",
216
- "curve": "EaseBoldInOut",
217
- "keyframes": ["FadeOut"]
218
- }
246
+ "value": "Duration150"
219
247
  },
220
- "name": "motion.content.exit.long",
221
- "path": ["motion", "content", "exit", "long"],
222
- "cleanName": "motion.content.exit.long"
248
+ "name": "motion.duration.short",
249
+ "path": ["motion", "duration", "short"],
250
+ "cleanName": "motion.duration.short"
223
251
  }, {
224
252
  "attributes": {
225
- "group": "motion",
253
+ "group": "motionDuration",
226
254
  "state": "experimental",
227
- "introduced": "11.2.0",
255
+ "introduced": "11.5.0",
228
256
  "description": ""
229
257
  },
230
- "value": {
231
- "duration": 100,
232
- "curve": "cubic-bezier(0.4, 0, 0, 1)",
233
- "keyframes": ["FadeOut"]
258
+ "value": "400ms",
259
+ "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
260
+ "isSource": true,
261
+ "original": {
262
+ "attributes": {
263
+ "group": "motionDuration",
264
+ "state": "experimental",
265
+ "introduced": "11.5.0",
266
+ "description": ""
267
+ },
268
+ "value": "Duration400"
234
269
  },
235
- "filePath": "schema/themes/atlassian-motion/motion.tsx",
270
+ "name": "motion.duration.xlong",
271
+ "path": ["motion", "duration", "xlong"],
272
+ "cleanName": "motion.duration.xlong"
273
+ }, {
274
+ "attributes": {
275
+ "group": "motionDuration",
276
+ "state": "experimental",
277
+ "introduced": "11.5.0",
278
+ "description": ""
279
+ },
280
+ "value": "100ms",
281
+ "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
236
282
  "isSource": true,
237
283
  "original": {
238
284
  "attributes": {
239
- "group": "motion",
285
+ "group": "motionDuration",
240
286
  "state": "experimental",
241
- "introduced": "11.2.0",
287
+ "introduced": "11.5.0",
242
288
  "description": ""
243
289
  },
244
- "value": {
245
- "duration": "Duration100",
246
- "curve": "EaseBoldInOut",
247
- "keyframes": ["FadeOut"]
248
- }
290
+ "value": "Duration100"
249
291
  },
250
- "name": "motion.content.exit.medium",
251
- "path": ["motion", "content", "exit", "medium"],
252
- "cleanName": "motion.content.exit.medium"
292
+ "name": "motion.duration.xshort",
293
+ "path": ["motion", "duration", "xshort"],
294
+ "cleanName": "motion.duration.xshort"
253
295
  }, {
254
296
  "attributes": {
255
- "group": "motion",
297
+ "group": "motionDuration",
256
298
  "state": "experimental",
257
- "introduced": "11.2.0",
299
+ "introduced": "11.5.0",
258
300
  "description": ""
259
301
  },
260
- "value": {
261
- "duration": 50,
262
- "curve": "cubic-bezier(0.4, 0, 0, 1)",
263
- "keyframes": ["FadeOut"]
302
+ "value": "600ms",
303
+ "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
304
+ "isSource": true,
305
+ "original": {
306
+ "attributes": {
307
+ "group": "motionDuration",
308
+ "state": "experimental",
309
+ "introduced": "11.5.0",
310
+ "description": ""
311
+ },
312
+ "value": "Duration600"
264
313
  },
265
- "filePath": "schema/themes/atlassian-motion/motion.tsx",
314
+ "name": "motion.duration.xxlong",
315
+ "path": ["motion", "duration", "xxlong"],
316
+ "cleanName": "motion.duration.xxlong"
317
+ }, {
318
+ "attributes": {
319
+ "group": "motionDuration",
320
+ "state": "experimental",
321
+ "introduced": "11.5.0",
322
+ "description": ""
323
+ },
324
+ "value": "50ms",
325
+ "filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
266
326
  "isSource": true,
267
327
  "original": {
268
328
  "attributes": {
269
- "group": "motion",
329
+ "group": "motionDuration",
270
330
  "state": "experimental",
271
- "introduced": "11.2.0",
331
+ "introduced": "11.5.0",
272
332
  "description": ""
273
333
  },
274
- "value": {
275
- "duration": "Duration050",
276
- "curve": "EaseBoldInOut",
277
- "keyframes": ["FadeOut"]
278
- }
334
+ "value": "Duration050"
335
+ },
336
+ "name": "motion.duration.xxshort",
337
+ "path": ["motion", "duration", "xxshort"],
338
+ "cleanName": "motion.duration.xxshort"
339
+ }, {
340
+ "attributes": {
341
+ "group": "motionEasing",
342
+ "state": "experimental",
343
+ "introduced": "11.5.0",
344
+ "description": ""
345
+ },
346
+ "value": "cubic-bezier(0.6, 0, 0.8, 0.6)",
347
+ "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
348
+ "isSource": true,
349
+ "original": {
350
+ "attributes": {
351
+ "group": "motionEasing",
352
+ "state": "experimental",
353
+ "introduced": "11.5.0",
354
+ "description": ""
355
+ },
356
+ "value": "EasePracticalIn"
357
+ },
358
+ "name": "motion.easing.in.practical",
359
+ "path": ["motion", "easing", "in", "practical"],
360
+ "cleanName": "motion.easing.in.practical"
361
+ }, {
362
+ "attributes": {
363
+ "group": "motionEasing",
364
+ "state": "experimental",
365
+ "introduced": "11.5.0",
366
+ "description": ""
367
+ },
368
+ "value": "cubic-bezier(0.4, 0, 0, 1)",
369
+ "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
370
+ "isSource": true,
371
+ "original": {
372
+ "attributes": {
373
+ "group": "motionEasing",
374
+ "state": "experimental",
375
+ "introduced": "11.5.0",
376
+ "description": ""
377
+ },
378
+ "value": "EaseBoldInOut"
379
+ },
380
+ "name": "motion.easing.inout.bold",
381
+ "path": ["motion", "easing", "inout", "bold"],
382
+ "cleanName": "motion.easing.inout.bold"
383
+ }, {
384
+ "attributes": {
385
+ "group": "motionEasing",
386
+ "state": "experimental",
387
+ "introduced": "11.5.0",
388
+ "description": ""
389
+ },
390
+ "value": "cubic-bezier(0.4, 1, 0.6, 1)",
391
+ "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
392
+ "isSource": true,
393
+ "original": {
394
+ "attributes": {
395
+ "group": "motionEasing",
396
+ "state": "experimental",
397
+ "introduced": "11.5.0",
398
+ "description": ""
399
+ },
400
+ "value": "EasePracticalOut"
401
+ },
402
+ "name": "motion.easing.out.practical",
403
+ "path": ["motion", "easing", "out", "practical"],
404
+ "cleanName": "motion.easing.out.practical"
405
+ }, {
406
+ "attributes": {
407
+ "group": "motionEasing",
408
+ "state": "experimental",
409
+ "introduced": "11.5.0",
410
+ "description": ""
411
+ },
412
+ "value": "cubic-bezier(0, 0.4, 0, 1)",
413
+ "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
414
+ "isSource": true,
415
+ "original": {
416
+ "attributes": {
417
+ "group": "motionEasing",
418
+ "state": "experimental",
419
+ "introduced": "11.5.0",
420
+ "description": ""
421
+ },
422
+ "value": "EaseBoldOut"
279
423
  },
280
- "name": "motion.content.exit.short",
281
- "path": ["motion", "content", "exit", "short"],
282
- "cleanName": "motion.content.exit.short"
424
+ "name": "motion.easing.out.bold",
425
+ "path": ["motion", "easing", "out", "bold"],
426
+ "cleanName": "motion.easing.out.bold"
427
+ }, {
428
+ "attributes": {
429
+ "group": "motionEasing",
430
+ "state": "experimental",
431
+ "introduced": "11.5.0",
432
+ "description": ""
433
+ },
434
+ "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)",
435
+ "filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
436
+ "isSource": true,
437
+ "original": {
438
+ "attributes": {
439
+ "group": "motionEasing",
440
+ "state": "experimental",
441
+ "introduced": "11.5.0",
442
+ "description": ""
443
+ },
444
+ "value": "EaseSpring"
445
+ },
446
+ "name": "motion.easing.spring",
447
+ "path": ["motion", "easing", "spring"],
448
+ "cleanName": "motion.easing.spring"
283
449
  }, {
284
450
  "attributes": {
285
451
  "group": "motion",
@@ -290,7 +456,7 @@ var tokens = [{
290
456
  "value": {
291
457
  "duration": 250,
292
458
  "curve": "cubic-bezier(0, 0.4, 0, 1)",
293
- "keyframes": ["SlideIn50PercentLeft", "FadeIn"]
459
+ "keyframes": ["SlideIn50PercentLeft", "FadeIn0to100"]
294
460
  },
295
461
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
296
462
  "isSource": true,
@@ -304,7 +470,7 @@ var tokens = [{
304
470
  "value": {
305
471
  "duration": "Duration250",
306
472
  "curve": "EaseBoldOut",
307
- "keyframes": ["SlideIn50PercentLeft", "FadeIn"]
473
+ "keyframes": ["SlideIn50PercentLeft", "FadeIn0to100"]
308
474
  }
309
475
  },
310
476
  "name": "motion.flag.enter",
@@ -320,7 +486,7 @@ var tokens = [{
320
486
  "value": {
321
487
  "duration": 200,
322
488
  "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
323
- "keyframes": ["SlideOut15PercentLeft", "FadeOut"]
489
+ "keyframes": ["SlideOut15PercentLeft", "FadeOut100to0"]
324
490
  },
325
491
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
326
492
  "isSource": true,
@@ -334,7 +500,7 @@ var tokens = [{
334
500
  "value": {
335
501
  "duration": "Duration200",
336
502
  "curve": "EasePracticalIn",
337
- "keyframes": ["SlideOut15PercentLeft", "FadeOut"]
503
+ "keyframes": ["SlideOut15PercentLeft", "FadeOut100to0"]
338
504
  }
339
505
  },
340
506
  "name": "motion.flag.exit",
@@ -348,7 +514,7 @@ var tokens = [{
348
514
  "description": ""
349
515
  },
350
516
  "value": {
351
- "duration": 300,
517
+ "duration": 250,
352
518
  "curve": "cubic-bezier(0.4, 0, 0, 1)",
353
519
  "properties": ["transform"]
354
520
  },
@@ -362,7 +528,7 @@ var tokens = [{
362
528
  "description": ""
363
529
  },
364
530
  "value": {
365
- "duration": "Duration300",
531
+ "duration": "Duration250",
366
532
  "curve": "EaseBoldInOut",
367
533
  "properties": ["Transform"]
368
534
  }
@@ -370,6 +536,358 @@ var tokens = [{
370
536
  "name": "motion.flag.reposition",
371
537
  "path": ["motion", "flag", "reposition"],
372
538
  "cleanName": "motion.flag.reposition"
539
+ }, {
540
+ "attributes": {
541
+ "group": "motionKeyframe",
542
+ "state": "experimental",
543
+ "introduced": "11.5.0",
544
+ "description": ""
545
+ },
546
+ "value": "FadeIn0to100",
547
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
548
+ "isSource": true,
549
+ "original": {
550
+ "attributes": {
551
+ "group": "motionKeyframe",
552
+ "state": "experimental",
553
+ "introduced": "11.5.0",
554
+ "description": ""
555
+ },
556
+ "value": "FadeIn0to100"
557
+ },
558
+ "name": "motion.keyframe.fade.in",
559
+ "path": ["motion", "keyframe", "fade", "in"],
560
+ "cleanName": "motion.keyframe.fade.in"
561
+ }, {
562
+ "attributes": {
563
+ "group": "motionKeyframe",
564
+ "state": "experimental",
565
+ "introduced": "11.5.0",
566
+ "description": ""
567
+ },
568
+ "value": "FadeOut100to0",
569
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
570
+ "isSource": true,
571
+ "original": {
572
+ "attributes": {
573
+ "group": "motionKeyframe",
574
+ "state": "experimental",
575
+ "introduced": "11.5.0",
576
+ "description": ""
577
+ },
578
+ "value": "FadeOut100to0"
579
+ },
580
+ "name": "motion.keyframe.fade.out",
581
+ "path": ["motion", "keyframe", "fade", "out"],
582
+ "cleanName": "motion.keyframe.fade.out"
583
+ }, {
584
+ "attributes": {
585
+ "group": "motionKeyframe",
586
+ "state": "experimental",
587
+ "introduced": "11.5.0",
588
+ "description": ""
589
+ },
590
+ "value": "ScaleIn80to100",
591
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
592
+ "isSource": true,
593
+ "original": {
594
+ "attributes": {
595
+ "group": "motionKeyframe",
596
+ "state": "experimental",
597
+ "introduced": "11.5.0",
598
+ "description": ""
599
+ },
600
+ "value": "ScaleIn80to100"
601
+ },
602
+ "name": "motion.keyframe.scale.in.medium",
603
+ "path": ["motion", "keyframe", "scale", "in", "medium"],
604
+ "cleanName": "motion.keyframe.scale.in.medium"
605
+ }, {
606
+ "attributes": {
607
+ "group": "motionKeyframe",
608
+ "state": "experimental",
609
+ "introduced": "11.5.0",
610
+ "description": ""
611
+ },
612
+ "value": "ScaleIn95to100",
613
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
614
+ "isSource": true,
615
+ "original": {
616
+ "attributes": {
617
+ "group": "motionKeyframe",
618
+ "state": "experimental",
619
+ "introduced": "11.5.0",
620
+ "description": ""
621
+ },
622
+ "value": "ScaleIn95to100"
623
+ },
624
+ "name": "motion.keyframe.scale.in.small",
625
+ "path": ["motion", "keyframe", "scale", "in", "small"],
626
+ "cleanName": "motion.keyframe.scale.in.small"
627
+ }, {
628
+ "attributes": {
629
+ "group": "motionKeyframe",
630
+ "state": "experimental",
631
+ "introduced": "11.5.0",
632
+ "description": ""
633
+ },
634
+ "value": "ScaleOut100to80",
635
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
636
+ "isSource": true,
637
+ "original": {
638
+ "attributes": {
639
+ "group": "motionKeyframe",
640
+ "state": "experimental",
641
+ "introduced": "11.5.0",
642
+ "description": ""
643
+ },
644
+ "value": "ScaleOut100to80"
645
+ },
646
+ "name": "motion.keyframe.scale.out.medium",
647
+ "path": ["motion", "keyframe", "scale", "out", "medium"],
648
+ "cleanName": "motion.keyframe.scale.out.medium"
649
+ }, {
650
+ "attributes": {
651
+ "group": "motionKeyframe",
652
+ "state": "experimental",
653
+ "introduced": "11.5.0",
654
+ "description": ""
655
+ },
656
+ "value": "ScaleOut100to95",
657
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
658
+ "isSource": true,
659
+ "original": {
660
+ "attributes": {
661
+ "group": "motionKeyframe",
662
+ "state": "experimental",
663
+ "introduced": "11.5.0",
664
+ "description": ""
665
+ },
666
+ "value": "ScaleOut100to95"
667
+ },
668
+ "name": "motion.keyframe.scale.out.small",
669
+ "path": ["motion", "keyframe", "scale", "out", "small"],
670
+ "cleanName": "motion.keyframe.scale.out.small"
671
+ }, {
672
+ "attributes": {
673
+ "group": "motionKeyframe",
674
+ "state": "experimental",
675
+ "introduced": "11.5.0",
676
+ "description": ""
677
+ },
678
+ "value": "SlideInBottom8px",
679
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
680
+ "isSource": true,
681
+ "original": {
682
+ "attributes": {
683
+ "group": "motionKeyframe",
684
+ "state": "experimental",
685
+ "introduced": "11.5.0",
686
+ "description": ""
687
+ },
688
+ "value": "SlideInBottom8px"
689
+ },
690
+ "name": "motion.keyframe.slide.in.bottom.short",
691
+ "path": ["motion", "keyframe", "slide", "in", "bottom", "short"],
692
+ "cleanName": "motion.keyframe.slide.in.bottom.short"
693
+ }, {
694
+ "attributes": {
695
+ "group": "motionKeyframe",
696
+ "state": "experimental",
697
+ "introduced": "11.5.0",
698
+ "description": ""
699
+ },
700
+ "value": "SlideIn50PercentLeft",
701
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
702
+ "isSource": true,
703
+ "original": {
704
+ "attributes": {
705
+ "group": "motionKeyframe",
706
+ "state": "experimental",
707
+ "introduced": "11.5.0",
708
+ "description": ""
709
+ },
710
+ "value": "SlideIn50PercentLeft"
711
+ },
712
+ "name": "motion.keyframe.slide.in.left.half",
713
+ "path": ["motion", "keyframe", "slide", "in", "left", "half"],
714
+ "cleanName": "motion.keyframe.slide.in.left.half"
715
+ }, {
716
+ "attributes": {
717
+ "group": "motionKeyframe",
718
+ "state": "experimental",
719
+ "introduced": "11.5.0",
720
+ "description": ""
721
+ },
722
+ "value": "SlideInLeft8px",
723
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
724
+ "isSource": true,
725
+ "original": {
726
+ "attributes": {
727
+ "group": "motionKeyframe",
728
+ "state": "experimental",
729
+ "introduced": "11.5.0",
730
+ "description": ""
731
+ },
732
+ "value": "SlideInLeft8px"
733
+ },
734
+ "name": "motion.keyframe.slide.in.left.short",
735
+ "path": ["motion", "keyframe", "slide", "in", "left", "short"],
736
+ "cleanName": "motion.keyframe.slide.in.left.short"
737
+ }, {
738
+ "attributes": {
739
+ "group": "motionKeyframe",
740
+ "state": "experimental",
741
+ "introduced": "11.5.0",
742
+ "description": ""
743
+ },
744
+ "value": "SlideInRight8px",
745
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
746
+ "isSource": true,
747
+ "original": {
748
+ "attributes": {
749
+ "group": "motionKeyframe",
750
+ "state": "experimental",
751
+ "introduced": "11.5.0",
752
+ "description": ""
753
+ },
754
+ "value": "SlideInRight8px"
755
+ },
756
+ "name": "motion.keyframe.slide.in.right.short",
757
+ "path": ["motion", "keyframe", "slide", "in", "right", "short"],
758
+ "cleanName": "motion.keyframe.slide.in.right.short"
759
+ }, {
760
+ "attributes": {
761
+ "group": "motionKeyframe",
762
+ "state": "experimental",
763
+ "introduced": "11.5.0",
764
+ "description": ""
765
+ },
766
+ "value": "SlideInTop8px",
767
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
768
+ "isSource": true,
769
+ "original": {
770
+ "attributes": {
771
+ "group": "motionKeyframe",
772
+ "state": "experimental",
773
+ "introduced": "11.5.0",
774
+ "description": ""
775
+ },
776
+ "value": "SlideInTop8px"
777
+ },
778
+ "name": "motion.keyframe.slide.in.top.short",
779
+ "path": ["motion", "keyframe", "slide", "in", "top", "short"],
780
+ "cleanName": "motion.keyframe.slide.in.top.short"
781
+ }, {
782
+ "attributes": {
783
+ "group": "motionKeyframe",
784
+ "state": "experimental",
785
+ "introduced": "11.5.0",
786
+ "description": ""
787
+ },
788
+ "value": "SlideOutBottom8px",
789
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
790
+ "isSource": true,
791
+ "original": {
792
+ "attributes": {
793
+ "group": "motionKeyframe",
794
+ "state": "experimental",
795
+ "introduced": "11.5.0",
796
+ "description": ""
797
+ },
798
+ "value": "SlideOutBottom8px"
799
+ },
800
+ "name": "motion.keyframe.slide.out.bottom.short",
801
+ "path": ["motion", "keyframe", "slide", "out", "bottom", "short"],
802
+ "cleanName": "motion.keyframe.slide.out.bottom.short"
803
+ }, {
804
+ "attributes": {
805
+ "group": "motionKeyframe",
806
+ "state": "experimental",
807
+ "introduced": "11.5.0",
808
+ "description": ""
809
+ },
810
+ "value": "SlideOut15PercentLeft",
811
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
812
+ "isSource": true,
813
+ "original": {
814
+ "attributes": {
815
+ "group": "motionKeyframe",
816
+ "state": "experimental",
817
+ "introduced": "11.5.0",
818
+ "description": ""
819
+ },
820
+ "value": "SlideOut15PercentLeft"
821
+ },
822
+ "name": "motion.keyframe.slide.out.left.half",
823
+ "path": ["motion", "keyframe", "slide", "out", "left", "half"],
824
+ "cleanName": "motion.keyframe.slide.out.left.half"
825
+ }, {
826
+ "attributes": {
827
+ "group": "motionKeyframe",
828
+ "state": "experimental",
829
+ "introduced": "11.5.0",
830
+ "description": ""
831
+ },
832
+ "value": "SlideOutLeft8px",
833
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
834
+ "isSource": true,
835
+ "original": {
836
+ "attributes": {
837
+ "group": "motionKeyframe",
838
+ "state": "experimental",
839
+ "introduced": "11.5.0",
840
+ "description": ""
841
+ },
842
+ "value": "SlideOutLeft8px"
843
+ },
844
+ "name": "motion.keyframe.slide.out.left.short",
845
+ "path": ["motion", "keyframe", "slide", "out", "left", "short"],
846
+ "cleanName": "motion.keyframe.slide.out.left.short"
847
+ }, {
848
+ "attributes": {
849
+ "group": "motionKeyframe",
850
+ "state": "experimental",
851
+ "introduced": "11.5.0",
852
+ "description": ""
853
+ },
854
+ "value": "SlideOutRight8px",
855
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
856
+ "isSource": true,
857
+ "original": {
858
+ "attributes": {
859
+ "group": "motionKeyframe",
860
+ "state": "experimental",
861
+ "introduced": "11.5.0",
862
+ "description": ""
863
+ },
864
+ "value": "SlideOutRight8px"
865
+ },
866
+ "name": "motion.keyframe.slide.out.right.short",
867
+ "path": ["motion", "keyframe", "slide", "out", "right", "short"],
868
+ "cleanName": "motion.keyframe.slide.out.right.short"
869
+ }, {
870
+ "attributes": {
871
+ "group": "motionKeyframe",
872
+ "state": "experimental",
873
+ "introduced": "11.5.0",
874
+ "description": ""
875
+ },
876
+ "value": "SlideOutTop8px",
877
+ "filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
878
+ "isSource": true,
879
+ "original": {
880
+ "attributes": {
881
+ "group": "motionKeyframe",
882
+ "state": "experimental",
883
+ "introduced": "11.5.0",
884
+ "description": ""
885
+ },
886
+ "value": "SlideOutTop8px"
887
+ },
888
+ "name": "motion.keyframe.slide.out.top.short",
889
+ "path": ["motion", "keyframe", "slide", "out", "top", "short"],
890
+ "cleanName": "motion.keyframe.slide.out.top.short"
373
891
  }, {
374
892
  "attributes": {
375
893
  "group": "motion",
@@ -378,9 +896,9 @@ var tokens = [{
378
896
  "description": ""
379
897
  },
380
898
  "value": {
381
- "duration": 200,
899
+ "duration": 250,
382
900
  "curve": "cubic-bezier(0.4, 0, 0, 1)",
383
- "keyframes": ["ScaleIn95", "FadeIn"]
901
+ "keyframes": ["ScaleIn95to100"]
384
902
  },
385
903
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
386
904
  "isSource": true,
@@ -392,9 +910,9 @@ var tokens = [{
392
910
  "description": ""
393
911
  },
394
912
  "value": {
395
- "duration": "Duration200",
913
+ "duration": "Duration250",
396
914
  "curve": "EaseBoldInOut",
397
- "keyframes": ["ScaleIn95", "FadeIn"]
915
+ "keyframes": ["ScaleIn95to100"]
398
916
  }
399
917
  },
400
918
  "name": "motion.modal.enter",
@@ -409,8 +927,8 @@ var tokens = [{
409
927
  },
410
928
  "value": {
411
929
  "duration": 200,
412
- "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
413
- "keyframes": ["ScaleOut95", "FadeOut"]
930
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
931
+ "keyframes": ["ScaleOut100to95"]
414
932
  },
415
933
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
416
934
  "isSource": true,
@@ -423,8 +941,8 @@ var tokens = [{
423
941
  },
424
942
  "value": {
425
943
  "duration": "Duration200",
426
- "curve": "EasePracticalOut",
427
- "keyframes": ["ScaleOut95", "FadeOut"]
944
+ "curve": "EasePracticalIn",
945
+ "keyframes": ["ScaleOut100to95"]
428
946
  }
429
947
  },
430
948
  "name": "motion.modal.exit",
@@ -440,7 +958,7 @@ var tokens = [{
440
958
  "value": {
441
959
  "duration": 150,
442
960
  "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
443
- "keyframes": ["SlideInBottom", "FadeIn"]
961
+ "keyframes": ["SlideInBottom8px", "FadeIn0to100"]
444
962
  },
445
963
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
446
964
  "isSource": true,
@@ -454,7 +972,7 @@ var tokens = [{
454
972
  "value": {
455
973
  "duration": "Duration150",
456
974
  "curve": "EasePracticalOut",
457
- "keyframes": ["SlideInBottom", "FadeIn"]
975
+ "keyframes": ["SlideInBottom8px", "FadeIn0to100"]
458
976
  }
459
977
  },
460
978
  "name": "motion.popup.enter.bottom",
@@ -470,7 +988,7 @@ var tokens = [{
470
988
  "value": {
471
989
  "duration": 150,
472
990
  "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
473
- "keyframes": ["SlideInLeft", "FadeIn"]
991
+ "keyframes": ["SlideInLeft8px", "FadeIn0to100"]
474
992
  },
475
993
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
476
994
  "isSource": true,
@@ -484,7 +1002,7 @@ var tokens = [{
484
1002
  "value": {
485
1003
  "duration": "Duration150",
486
1004
  "curve": "EasePracticalOut",
487
- "keyframes": ["SlideInLeft", "FadeIn"]
1005
+ "keyframes": ["SlideInLeft8px", "FadeIn0to100"]
488
1006
  }
489
1007
  },
490
1008
  "name": "motion.popup.enter.left",
@@ -500,7 +1018,7 @@ var tokens = [{
500
1018
  "value": {
501
1019
  "duration": 150,
502
1020
  "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
503
- "keyframes": ["SlideInRight", "FadeIn"]
1021
+ "keyframes": ["SlideInRight8px", "FadeIn0to100"]
504
1022
  },
505
1023
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
506
1024
  "isSource": true,
@@ -514,7 +1032,7 @@ var tokens = [{
514
1032
  "value": {
515
1033
  "duration": "Duration150",
516
1034
  "curve": "EasePracticalOut",
517
- "keyframes": ["SlideInRight", "FadeIn"]
1035
+ "keyframes": ["SlideInRight8px", "FadeIn0to100"]
518
1036
  }
519
1037
  },
520
1038
  "name": "motion.popup.enter.right",
@@ -530,7 +1048,7 @@ var tokens = [{
530
1048
  "value": {
531
1049
  "duration": 150,
532
1050
  "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
533
- "keyframes": ["SlideInTop", "FadeIn"]
1051
+ "keyframes": ["SlideInTop8px", "FadeIn0to100"]
534
1052
  },
535
1053
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
536
1054
  "isSource": true,
@@ -544,7 +1062,7 @@ var tokens = [{
544
1062
  "value": {
545
1063
  "duration": "Duration150",
546
1064
  "curve": "EasePracticalOut",
547
- "keyframes": ["SlideInTop", "FadeIn"]
1065
+ "keyframes": ["SlideInTop8px", "FadeIn0to100"]
548
1066
  }
549
1067
  },
550
1068
  "name": "motion.popup.enter.top",
@@ -560,7 +1078,7 @@ var tokens = [{
560
1078
  "value": {
561
1079
  "duration": 100,
562
1080
  "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
563
- "keyframes": ["SlideOutBottom", "FadeOut"]
1081
+ "keyframes": ["SlideOutBottom8px", "FadeOut100to0"]
564
1082
  },
565
1083
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
566
1084
  "isSource": true,
@@ -574,7 +1092,7 @@ var tokens = [{
574
1092
  "value": {
575
1093
  "duration": "Duration100",
576
1094
  "curve": "EasePracticalIn",
577
- "keyframes": ["SlideOutBottom", "FadeOut"]
1095
+ "keyframes": ["SlideOutBottom8px", "FadeOut100to0"]
578
1096
  }
579
1097
  },
580
1098
  "name": "motion.popup.exit.bottom",
@@ -590,7 +1108,7 @@ var tokens = [{
590
1108
  "value": {
591
1109
  "duration": 100,
592
1110
  "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
593
- "keyframes": ["SlideOutLeft", "FadeOut"]
1111
+ "keyframes": ["SlideOutLeft8px", "FadeOut100to0"]
594
1112
  },
595
1113
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
596
1114
  "isSource": true,
@@ -604,7 +1122,7 @@ var tokens = [{
604
1122
  "value": {
605
1123
  "duration": "Duration100",
606
1124
  "curve": "EasePracticalIn",
607
- "keyframes": ["SlideOutLeft", "FadeOut"]
1125
+ "keyframes": ["SlideOutLeft8px", "FadeOut100to0"]
608
1126
  }
609
1127
  },
610
1128
  "name": "motion.popup.exit.left",
@@ -620,7 +1138,7 @@ var tokens = [{
620
1138
  "value": {
621
1139
  "duration": 100,
622
1140
  "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
623
- "keyframes": ["SlideOutRight", "FadeOut"]
1141
+ "keyframes": ["SlideOutRight8px", "FadeOut100to0"]
624
1142
  },
625
1143
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
626
1144
  "isSource": true,
@@ -634,7 +1152,7 @@ var tokens = [{
634
1152
  "value": {
635
1153
  "duration": "Duration100",
636
1154
  "curve": "EasePracticalIn",
637
- "keyframes": ["SlideOutRight", "FadeOut"]
1155
+ "keyframes": ["SlideOutRight8px", "FadeOut100to0"]
638
1156
  }
639
1157
  },
640
1158
  "name": "motion.popup.exit.right",
@@ -650,7 +1168,7 @@ var tokens = [{
650
1168
  "value": {
651
1169
  "duration": 100,
652
1170
  "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
653
- "keyframes": ["SlideOutTop", "FadeOut"]
1171
+ "keyframes": ["SlideOutTop8px", "FadeOut100to0"]
654
1172
  },
655
1173
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
656
1174
  "isSource": true,
@@ -664,7 +1182,7 @@ var tokens = [{
664
1182
  "value": {
665
1183
  "duration": "Duration100",
666
1184
  "curve": "EasePracticalIn",
667
- "keyframes": ["SlideOutTop", "FadeOut"]
1185
+ "keyframes": ["SlideOutTop8px", "FadeOut100to0"]
668
1186
  }
669
1187
  },
670
1188
  "name": "motion.popup.exit.top",
@@ -680,7 +1198,7 @@ var tokens = [{
680
1198
  "value": {
681
1199
  "duration": 250,
682
1200
  "curve": "cubic-bezier(0.4, 0, 0, 1)",
683
- "keyframes": ["ScaleIn95", "FadeIn"]
1201
+ "keyframes": ["ScaleIn95to100", "FadeIn0to100"]
684
1202
  },
685
1203
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
686
1204
  "isSource": true,
@@ -694,7 +1212,7 @@ var tokens = [{
694
1212
  "value": {
695
1213
  "duration": "Duration250",
696
1214
  "curve": "EaseBoldInOut",
697
- "keyframes": ["ScaleIn95", "FadeIn"]
1215
+ "keyframes": ["ScaleIn95to100", "FadeIn0to100"]
698
1216
  }
699
1217
  },
700
1218
  "name": "motion.spotlight.enter",
@@ -709,8 +1227,8 @@ var tokens = [{
709
1227
  },
710
1228
  "value": {
711
1229
  "duration": 200,
712
- "curve": "cubic-bezier(0.4, 1, 0.6, 1)",
713
- "keyframes": ["ScaleOut95", "FadeOut"]
1230
+ "curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
1231
+ "keyframes": ["ScaleOut100to95", "FadeOut100to0"]
714
1232
  },
715
1233
  "filePath": "schema/themes/atlassian-motion/motion.tsx",
716
1234
  "isSource": true,
@@ -723,8 +1241,8 @@ var tokens = [{
723
1241
  },
724
1242
  "value": {
725
1243
  "duration": "Duration200",
726
- "curve": "EasePracticalOut",
727
- "keyframes": ["ScaleOut95", "FadeOut"]
1244
+ "curve": "EasePracticalIn",
1245
+ "keyframes": ["ScaleOut100to95", "FadeOut100to0"]
728
1246
  }
729
1247
  },
730
1248
  "name": "motion.spotlight.exit",