@atlaskit/tokens 12.0.0 → 13.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/cjs/artifacts/replacement-mapping.js +2 -153
  3. package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
  4. package/dist/cjs/artifacts/token-default-values.js +1 -2
  5. package/dist/cjs/artifacts/token-names.js +1 -2
  6. package/dist/cjs/artifacts/tokens-raw/atlassian-motion.js +197 -197
  7. package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +1 -34
  8. package/dist/cjs/entry-points/token-metadata.codegen.js +442 -10
  9. package/dist/cjs/entry-points/tokens-raw.js +8 -1
  10. package/dist/es2019/artifacts/replacement-mapping.js +2 -153
  11. package/dist/es2019/artifacts/themes/atlassian-typography.js +1 -2
  12. package/dist/es2019/artifacts/token-default-values.js +1 -2
  13. package/dist/es2019/artifacts/token-names.js +1 -2
  14. package/dist/es2019/artifacts/tokens-raw/atlassian-motion.js +197 -197
  15. package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +1 -34
  16. package/dist/es2019/entry-points/token-metadata.codegen.js +442 -10
  17. package/dist/es2019/entry-points/tokens-raw.js +2 -1
  18. package/dist/esm/artifacts/replacement-mapping.js +2 -153
  19. package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
  20. package/dist/esm/artifacts/token-default-values.js +1 -2
  21. package/dist/esm/artifacts/token-names.js +1 -2
  22. package/dist/esm/artifacts/tokens-raw/atlassian-motion.js +197 -197
  23. package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +1 -34
  24. package/dist/esm/entry-points/token-metadata.codegen.js +442 -10
  25. package/dist/esm/entry-points/tokens-raw.js +2 -1
  26. package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
  27. package/dist/types/artifacts/themes/atlassian-typography.d.ts +2 -2
  28. package/dist/types/artifacts/token-default-values.d.ts +1 -2
  29. package/dist/types/artifacts/token-names.d.ts +1 -3
  30. package/dist/types/artifacts/tokens-raw/atlassian-motion.d.ts +1 -1
  31. package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  32. package/dist/types/artifacts/types-internal.d.ts +2 -2
  33. package/dist/types/artifacts/types.d.ts +2 -2
  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 +1 -1
  36. package/dist/types/entry-points/tokens-raw.d.ts +1 -0
  37. package/dist/types/types.d.ts +0 -1
  38. package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
  39. package/dist/types-ts4.5/artifacts/themes/atlassian-typography.d.ts +2 -2
  40. package/dist/types-ts4.5/artifacts/token-default-values.d.ts +1 -2
  41. package/dist/types-ts4.5/artifacts/token-names.d.ts +1 -3
  42. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +1 -1
  43. package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
  44. package/dist/types-ts4.5/artifacts/types-internal.d.ts +2 -2
  45. package/dist/types-ts4.5/artifacts/types.d.ts +2 -2
  46. package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +2 -2
  47. package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
  48. package/dist/types-ts4.5/entry-points/tokens-raw.d.ts +1 -0
  49. package/dist/types-ts4.5/types.d.ts +0 -1
  50. package/figma/atlassian-typography.json +1 -3
  51. package/package.json +11 -12
@@ -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::deb6b7be7cc018d4dfc8cb7b1704bde5>>
9
+ * @codegen <<SignedSource::74e601b3ce776abbd8b70ea18be310cc>>
10
10
  * @codegenCommand yarn build tokens
11
11
  */
12
12
 
@@ -300,39 +300,6 @@ var tokens = [{
300
300
  "name": "font.body.small",
301
301
  "path": ["font", "body", "small"],
302
302
  "cleanName": "font.body.small"
303
- }, {
304
- "attributes": {
305
- "group": "typography",
306
- "state": "deprecated",
307
- "introduced": "1.14.0",
308
- "deprecated": "10.1.0",
309
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
310
- "replacement": "font.body.small"
311
- },
312
- "value": "normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif",
313
- "filePath": "schema/themes/atlassian-typography/theme.tsx",
314
- "isSource": true,
315
- "original": {
316
- "attributes": {
317
- "group": "typography",
318
- "state": "deprecated",
319
- "introduced": "1.14.0",
320
- "deprecated": "10.1.0",
321
- "description": "UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token",
322
- "replacement": "font.body.small"
323
- },
324
- "value": {
325
- "fontWeight": "FontWeight400",
326
- "fontSize": "FontSize12",
327
- "lineHeight": "LineHeight16",
328
- "fontFamily": "FontFamilyWebSansRefreshed",
329
- "fontStyle": "normal",
330
- "letterSpacing": "LetterSpacing0"
331
- }
332
- },
333
- "name": "font.body.UNSAFE_small",
334
- "path": ["font", "body", "UNSAFE_small"],
335
- "cleanName": "font.body.UNSAFE_small"
336
303
  }, {
337
304
  "attributes": {
338
305
  "group": "typography",
@@ -9,11 +9,452 @@ exports.tokens = void 0;
9
9
  *
10
10
  * Metadata for generation of `@atlaskit/ads-mcp` and https://atlassian.design/llms-tokens.txt.
11
11
  *
12
- * @codegen <<SignedSource::c219f53298a002dc5340fcc003a56953>>
12
+ * @codegen <<SignedSource::84f21045f3136acc13a56a289840c82a>>
13
13
  * @codegenCommand yarn build tokens
14
14
  */
15
15
 
16
16
  var tokens = exports.tokens = [{
17
+ name: 'motion.avatar.enter',
18
+ path: ['motion', 'avatar', 'enter'],
19
+ description: 'Use for avatar group enter transitions.',
20
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) ScaleIn80to100, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
21
+ usageGuidelines: {
22
+ usage: '',
23
+ cssProperties: []
24
+ }
25
+ }, {
26
+ name: 'motion.avatar.exit',
27
+ path: ['motion', 'avatar', 'exit'],
28
+ description: 'Use for avatar group exit transitions.',
29
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) ScaleOut100to80, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
30
+ usageGuidelines: {
31
+ usage: '',
32
+ cssProperties: []
33
+ }
34
+ }, {
35
+ name: 'motion.avatar.hovered',
36
+ path: ['motion', 'avatar', 'hovered'],
37
+ description: 'Use for hover state on avatar elements.',
38
+ exampleValue: 'transform 250ms linear(0, 0.021, 0.058, 0.107, 0.164, 0.227, 0.292, 0.359, 0.425, 0.49, 0.552, 0.61, 0.664, 0.714, 0.759, 0.8, 0.837, 0.869, 0.898, 0.922, 0.943, 0.961, 0.976, 0.988, 0.998, 1.006, 1.013, 1.017, 1.02, 1.023, 1.024, 1.024, 1.024, 1.024, 1.023, 1.022, 1.02, 1.019, 1.017, 1.015, 1.014, 1.012, 1.011, 1.009, 1.008, 1.007, 1.006, 1.005, 1.004, 1.003, 1.002, 1.002, 1.001, 1.001, 1.001, 1, 1, 1, 1, 1, 0.999, 0.999, 0.999, 0.999, 1)',
39
+ usageGuidelines: {
40
+ usage: '',
41
+ cssProperties: []
42
+ }
43
+ }, {
44
+ name: 'motion.blanket.enter',
45
+ path: ['motion', 'blanket', 'enter'],
46
+ description: 'Use for blanket enter transitions.',
47
+ exampleValue: '250ms cubic-bezier(0.4, 0, 0, 1) FadeIn0to100',
48
+ usageGuidelines: {
49
+ usage: '',
50
+ cssProperties: []
51
+ }
52
+ }, {
53
+ name: 'motion.blanket.exit',
54
+ path: ['motion', 'blanket', 'exit'],
55
+ description: 'Use for blanket exit transitions.',
56
+ exampleValue: '200ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
57
+ usageGuidelines: {
58
+ usage: '',
59
+ cssProperties: []
60
+ }
61
+ }, {
62
+ name: 'motion.duration.instant',
63
+ path: ['motion', 'duration', 'instant'],
64
+ description: 'Use for instant feedback with no perceptible delay, such as list item hover, selected and focus states.',
65
+ exampleValue: '0ms',
66
+ usageGuidelines: {
67
+ usage: '',
68
+ cssProperties: []
69
+ }
70
+ }, {
71
+ name: 'motion.duration.long',
72
+ path: ['motion', 'duration', 'long'],
73
+ description: 'Use for medium entrance transitions, such as modal enter and flag enter.',
74
+ exampleValue: '250ms',
75
+ usageGuidelines: {
76
+ usage: '',
77
+ cssProperties: []
78
+ }
79
+ }, {
80
+ name: 'motion.duration.medium',
81
+ path: ['motion', 'duration', 'medium'],
82
+ description: 'Use for medium exit transitions, such as modal exit and flag exit.',
83
+ exampleValue: '200ms',
84
+ usageGuidelines: {
85
+ usage: '',
86
+ cssProperties: []
87
+ }
88
+ }, {
89
+ name: 'motion.duration.short',
90
+ path: ['motion', 'duration', 'short'],
91
+ description: 'Use for interactive state emphasis and small entrances, such as button hover and pressed states, popup enter, and avatar appear.',
92
+ exampleValue: '150ms',
93
+ usageGuidelines: {
94
+ usage: '',
95
+ cssProperties: []
96
+ }
97
+ }, {
98
+ name: 'motion.duration.xlong',
99
+ path: ['motion', 'duration', 'xlong'],
100
+ description: 'Use for large transitions, such as panel enter/exit, page transitions, and full-screen overlays.',
101
+ exampleValue: '400ms',
102
+ usageGuidelines: {
103
+ usage: '',
104
+ cssProperties: []
105
+ }
106
+ }, {
107
+ name: 'motion.duration.xshort',
108
+ path: ['motion', 'duration', 'xshort'],
109
+ description: 'Use for subtle pressed states and quick exits, such as component press feedback, popup dismiss, and avatar transitions.',
110
+ exampleValue: '100ms',
111
+ usageGuidelines: {
112
+ usage: '',
113
+ cssProperties: []
114
+ }
115
+ }, {
116
+ name: 'motion.duration.xxlong',
117
+ path: ['motion', 'duration', 'xxlong'],
118
+ description: 'Use for large transitions, such as onboarding steps and full-screen overlays.',
119
+ exampleValue: '600ms',
120
+ usageGuidelines: {
121
+ usage: '',
122
+ cssProperties: []
123
+ }
124
+ }, {
125
+ name: 'motion.duration.xxshort',
126
+ path: ['motion', 'duration', 'xxshort'],
127
+ description: 'Use for instant feedback, such as list item hover, selected and focus states.',
128
+ exampleValue: '50ms',
129
+ usageGuidelines: {
130
+ usage: '',
131
+ cssProperties: []
132
+ }
133
+ }, {
134
+ name: 'motion.easing.in.practical',
135
+ path: ['motion', 'easing', 'in', 'practical'],
136
+ 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.',
137
+ exampleValue: 'cubic-bezier(0.6, 0, 0.8, 0.6)',
138
+ usageGuidelines: {
139
+ usage: '',
140
+ cssProperties: []
141
+ }
142
+ }, {
143
+ name: 'motion.easing.inout.bold',
144
+ path: ['motion', 'easing', 'inout', 'bold'],
145
+ description: 'The bold in-out curve pairs naturally with scale and repositioning of elements. It controls both the start and end of the motion.',
146
+ exampleValue: 'cubic-bezier(0.4, 0, 0, 1)',
147
+ usageGuidelines: {
148
+ usage: '',
149
+ cssProperties: []
150
+ }
151
+ }, {
152
+ name: 'motion.easing.out.practical',
153
+ path: ['motion', 'easing', 'out', 'practical'],
154
+ description: 'A practical, everyday enter curve. Less dramatic than the bold variant, good for subtle transitions like content swaps, tab changes, and list reordering.',
155
+ exampleValue: 'cubic-bezier(0.4, 1, 0.6, 1)',
156
+ usageGuidelines: {
157
+ usage: '',
158
+ cssProperties: []
159
+ }
160
+ }, {
161
+ name: 'motion.easing.out.bold',
162
+ path: ['motion', 'easing', 'out', 'bold'],
163
+ description: 'Elements arrive quickly and decelerate to a stop. The fast start grabs attention and the gentle landing feels controlled.',
164
+ exampleValue: 'cubic-bezier(0, 0.4, 0, 1)',
165
+ usageGuidelines: {
166
+ usage: '',
167
+ cssProperties: []
168
+ }
169
+ }, {
170
+ name: 'motion.easing.spring',
171
+ path: ['motion', 'easing', 'spring'],
172
+ 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.',
173
+ exampleValue: 'linear(0, 0.021, 0.058, 0.107, 0.164, 0.227, 0.292, 0.359, 0.425, 0.49, 0.552, 0.61, 0.664, 0.714, 0.759, 0.8, 0.837, 0.869, 0.898, 0.922, 0.943, 0.961, 0.976, 0.988, 0.998, 1.006, 1.013, 1.017, 1.02, 1.023, 1.024, 1.024, 1.024, 1.024, 1.023, 1.022, 1.02, 1.019, 1.017, 1.015, 1.014, 1.012, 1.011, 1.009, 1.008, 1.007, 1.006, 1.005, 1.004, 1.003, 1.002, 1.002, 1.001, 1.001, 1.001, 1, 1, 1, 1, 1, 0.999, 0.999, 0.999, 0.999, 1)',
174
+ usageGuidelines: {
175
+ usage: '',
176
+ cssProperties: []
177
+ }
178
+ }, {
179
+ name: 'motion.flag.enter',
180
+ path: ['motion', 'flag', 'enter'],
181
+ description: 'Use for flag enter transitions.',
182
+ exampleValue: '250ms cubic-bezier(0, 0.4, 0, 1) SlideIn50PercentLeft, 250ms cubic-bezier(0, 0.4, 0, 1) FadeIn0to100',
183
+ usageGuidelines: {
184
+ usage: '',
185
+ cssProperties: []
186
+ }
187
+ }, {
188
+ name: 'motion.flag.exit',
189
+ path: ['motion', 'flag', 'exit'],
190
+ description: 'Use for flag exit transitions.',
191
+ exampleValue: '200ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOut15PercentLeft, 200ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
192
+ usageGuidelines: {
193
+ usage: '',
194
+ cssProperties: []
195
+ }
196
+ }, {
197
+ name: 'motion.flag.reposition',
198
+ path: ['motion', 'flag', 'reposition'],
199
+ description: 'Use for repositioning flag elements.',
200
+ exampleValue: 'transform 250ms cubic-bezier(0.4, 0, 0, 1)',
201
+ usageGuidelines: {
202
+ usage: '',
203
+ cssProperties: []
204
+ }
205
+ }, {
206
+ name: 'motion.keyframe.fade.in',
207
+ path: ['motion', 'keyframe', 'fade', 'in'],
208
+ description: 'Use for fade-in transitions where an element goes from fully transparent to fully opaque.',
209
+ exampleValue: 'FadeIn0to100',
210
+ usageGuidelines: {
211
+ usage: '',
212
+ cssProperties: []
213
+ }
214
+ }, {
215
+ name: 'motion.keyframe.fade.out',
216
+ path: ['motion', 'keyframe', 'fade', 'out'],
217
+ description: 'Use for fade-out transitions where an element goes from fully opaque to fully transparent.',
218
+ exampleValue: 'FadeOut100to0',
219
+ usageGuidelines: {
220
+ usage: '',
221
+ cssProperties: []
222
+ }
223
+ }, {
224
+ name: 'motion.keyframe.scale.in.medium',
225
+ path: ['motion', 'keyframe', 'scale', 'in', 'medium'],
226
+ description: 'Use for medium scale-in transitions where an element grows from 80% to full size on enter.',
227
+ exampleValue: 'ScaleIn80to100',
228
+ usageGuidelines: {
229
+ usage: '',
230
+ cssProperties: []
231
+ }
232
+ }, {
233
+ name: 'motion.keyframe.scale.in.small',
234
+ path: ['motion', 'keyframe', 'scale', 'in', 'small'],
235
+ description: 'Use for small scale-in transitions where an element grows from 95% to full size on enter.',
236
+ exampleValue: 'ScaleIn95to100',
237
+ usageGuidelines: {
238
+ usage: '',
239
+ cssProperties: []
240
+ }
241
+ }, {
242
+ name: 'motion.keyframe.scale.out.medium',
243
+ path: ['motion', 'keyframe', 'scale', 'out', 'medium'],
244
+ description: 'Use for medium scale-out transitions where an element shrinks from full size to 80% on exit.',
245
+ exampleValue: 'ScaleOut100to80',
246
+ usageGuidelines: {
247
+ usage: '',
248
+ cssProperties: []
249
+ }
250
+ }, {
251
+ name: 'motion.keyframe.scale.out.small',
252
+ path: ['motion', 'keyframe', 'scale', 'out', 'small'],
253
+ description: 'Use for small scale-out transitions where an element shrinks from full size to 95% on exit.',
254
+ exampleValue: 'ScaleOut100to95',
255
+ usageGuidelines: {
256
+ usage: '',
257
+ cssProperties: []
258
+ }
259
+ }, {
260
+ name: 'motion.keyframe.slide.in.bottom.short',
261
+ path: ['motion', 'keyframe', 'slide', 'in', 'bottom', 'short'],
262
+ description: 'Use for short slide-in transitions where an element enters from below its final position by 8px.',
263
+ exampleValue: 'SlideInBottom8px',
264
+ usageGuidelines: {
265
+ usage: '',
266
+ cssProperties: []
267
+ }
268
+ }, {
269
+ name: 'motion.keyframe.slide.in.left.half',
270
+ path: ['motion', 'keyframe', 'slide', 'in', 'left', 'half'],
271
+ description: 'Use for slide-in transitions where an element enters from the left of its final position by 50%.',
272
+ exampleValue: 'SlideIn50PercentLeft',
273
+ usageGuidelines: {
274
+ usage: '',
275
+ cssProperties: []
276
+ }
277
+ }, {
278
+ name: 'motion.keyframe.slide.in.left.short',
279
+ path: ['motion', 'keyframe', 'slide', 'in', 'left', 'short'],
280
+ description: 'Use for short slide-in transitions where an element enters from the left of its final position by 8px.',
281
+ exampleValue: 'SlideInLeft8px',
282
+ usageGuidelines: {
283
+ usage: '',
284
+ cssProperties: []
285
+ }
286
+ }, {
287
+ name: 'motion.keyframe.slide.in.right.short',
288
+ path: ['motion', 'keyframe', 'slide', 'in', 'right', 'short'],
289
+ description: 'Use for short slide-in transitions where an element enters from the right of its final position by 8px.',
290
+ exampleValue: 'SlideInRight8px',
291
+ usageGuidelines: {
292
+ usage: '',
293
+ cssProperties: []
294
+ }
295
+ }, {
296
+ name: 'motion.keyframe.slide.in.top.short',
297
+ path: ['motion', 'keyframe', 'slide', 'in', 'top', 'short'],
298
+ description: 'Use for short slide-in transitions where an element enters from above its final position by 8px.',
299
+ exampleValue: 'SlideInTop8px',
300
+ usageGuidelines: {
301
+ usage: '',
302
+ cssProperties: []
303
+ }
304
+ }, {
305
+ name: 'motion.keyframe.slide.out.bottom.short',
306
+ path: ['motion', 'keyframe', 'slide', 'out', 'bottom', 'short'],
307
+ description: 'Use for short slide-out transitions where an element exits downward by 8px from its starting position.',
308
+ exampleValue: 'SlideOutBottom8px',
309
+ usageGuidelines: {
310
+ usage: '',
311
+ cssProperties: []
312
+ }
313
+ }, {
314
+ name: 'motion.keyframe.slide.out.left.half',
315
+ path: ['motion', 'keyframe', 'slide', 'out', 'left', 'half'],
316
+ description: 'Use for slide-out transitions where an element exits to the left of its starting position by 15%.',
317
+ exampleValue: 'SlideOut15PercentLeft',
318
+ usageGuidelines: {
319
+ usage: '',
320
+ cssProperties: []
321
+ }
322
+ }, {
323
+ name: 'motion.keyframe.slide.out.left.short',
324
+ path: ['motion', 'keyframe', 'slide', 'out', 'left', 'short'],
325
+ description: 'Use for short slide-out transitions where an element exits to the left by 8px from its starting position.',
326
+ exampleValue: 'SlideOutLeft8px',
327
+ usageGuidelines: {
328
+ usage: '',
329
+ cssProperties: []
330
+ }
331
+ }, {
332
+ name: 'motion.keyframe.slide.out.right.short',
333
+ path: ['motion', 'keyframe', 'slide', 'out', 'right', 'short'],
334
+ description: 'Use for short slide-out transitions where an element exits to the right by 8px from its starting position.',
335
+ exampleValue: 'SlideOutRight8px',
336
+ usageGuidelines: {
337
+ usage: '',
338
+ cssProperties: []
339
+ }
340
+ }, {
341
+ name: 'motion.keyframe.slide.out.top.short',
342
+ path: ['motion', 'keyframe', 'slide', 'out', 'top', 'short'],
343
+ description: 'Use for short slide-out transitions where an element exits upward by 8px from its starting position.',
344
+ exampleValue: 'SlideOutTop8px',
345
+ usageGuidelines: {
346
+ usage: '',
347
+ cssProperties: []
348
+ }
349
+ }, {
350
+ name: 'motion.modal.enter',
351
+ path: ['motion', 'modal', 'enter'],
352
+ description: 'Use for modal enter transitions.',
353
+ exampleValue: '250ms cubic-bezier(0.4, 0, 0, 1) ScaleIn95to100',
354
+ usageGuidelines: {
355
+ usage: '',
356
+ cssProperties: []
357
+ }
358
+ }, {
359
+ name: 'motion.modal.exit',
360
+ path: ['motion', 'modal', 'exit'],
361
+ description: 'Use for modal exit transitions.',
362
+ exampleValue: '200ms cubic-bezier(0.6, 0, 0.8, 0.6) ScaleOut100to95',
363
+ usageGuidelines: {
364
+ usage: '',
365
+ cssProperties: []
366
+ }
367
+ }, {
368
+ name: 'motion.popup.enter.bottom',
369
+ path: ['motion', 'popup', 'enter', 'bottom'],
370
+ description: 'Use for popup enter from the bottom.',
371
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) SlideInBottom8px, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
372
+ usageGuidelines: {
373
+ usage: '',
374
+ cssProperties: []
375
+ }
376
+ }, {
377
+ name: 'motion.popup.enter.left',
378
+ path: ['motion', 'popup', 'enter', 'left'],
379
+ description: 'Use for popup enter from the left.',
380
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) SlideInLeft8px, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
381
+ usageGuidelines: {
382
+ usage: '',
383
+ cssProperties: []
384
+ }
385
+ }, {
386
+ name: 'motion.popup.enter.right',
387
+ path: ['motion', 'popup', 'enter', 'right'],
388
+ description: 'Use for popup enter from the right.',
389
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) SlideInRight8px, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
390
+ usageGuidelines: {
391
+ usage: '',
392
+ cssProperties: []
393
+ }
394
+ }, {
395
+ name: 'motion.popup.enter.top',
396
+ path: ['motion', 'popup', 'enter', 'top'],
397
+ description: 'Use for popup enter from the top: popup, tooltip, dropdown, inline message, inline dialog.',
398
+ exampleValue: '150ms cubic-bezier(0.4, 1, 0.6, 1) SlideInTop8px, 150ms cubic-bezier(0.4, 1, 0.6, 1) FadeIn0to100',
399
+ usageGuidelines: {
400
+ usage: '',
401
+ cssProperties: []
402
+ }
403
+ }, {
404
+ name: 'motion.popup.exit.bottom',
405
+ path: ['motion', 'popup', 'exit', 'bottom'],
406
+ description: 'Use for popup exit toward the bottom.',
407
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutBottom8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
408
+ usageGuidelines: {
409
+ usage: '',
410
+ cssProperties: []
411
+ }
412
+ }, {
413
+ name: 'motion.popup.exit.left',
414
+ path: ['motion', 'popup', 'exit', 'left'],
415
+ description: 'Use for popup exit toward the left.',
416
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutLeft8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
417
+ usageGuidelines: {
418
+ usage: '',
419
+ cssProperties: []
420
+ }
421
+ }, {
422
+ name: 'motion.popup.exit.right',
423
+ path: ['motion', 'popup', 'exit', 'right'],
424
+ description: 'Use for popup exit toward the right.',
425
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutRight8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
426
+ usageGuidelines: {
427
+ usage: '',
428
+ cssProperties: []
429
+ }
430
+ }, {
431
+ name: 'motion.popup.exit.top',
432
+ path: ['motion', 'popup', 'exit', 'top'],
433
+ description: 'Use for popup exit toward the top.',
434
+ exampleValue: '100ms cubic-bezier(0.6, 0, 0.8, 0.6) SlideOutTop8px, 100ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
435
+ usageGuidelines: {
436
+ usage: '',
437
+ cssProperties: []
438
+ }
439
+ }, {
440
+ name: 'motion.spotlight.enter',
441
+ path: ['motion', 'spotlight', 'enter'],
442
+ description: 'Use for spotlight enter transitions.',
443
+ exampleValue: '250ms cubic-bezier(0.4, 0, 0, 1) ScaleIn95to100, 250ms cubic-bezier(0.4, 0, 0, 1) FadeIn0to100',
444
+ usageGuidelines: {
445
+ usage: '',
446
+ cssProperties: []
447
+ }
448
+ }, {
449
+ name: 'motion.spotlight.exit',
450
+ path: ['motion', 'spotlight', 'exit'],
451
+ description: 'Use for spotlight exit transitions.',
452
+ exampleValue: '200ms cubic-bezier(0.6, 0, 0.8, 0.6) ScaleOut100to95, 200ms cubic-bezier(0.6, 0, 0.8, 0.6) FadeOut100to0',
453
+ usageGuidelines: {
454
+ usage: '',
455
+ cssProperties: []
456
+ }
457
+ }, {
17
458
  name: 'color.text',
18
459
  path: ['color', 'text', '[default]'],
19
460
  description: 'Use for primary text, such as body copy, sentence case headers, and buttons.',
@@ -4000,15 +4441,6 @@ var tokens = exports.tokens = [{
4000
4441
  usage: 'A composite token that applies all font properties for standard body text (e.g. font.body)',
4001
4442
  cssProperties: ['font']
4002
4443
  }
4003
- }, {
4004
- name: 'font.body.UNSAFE_small',
4005
- path: ['font', 'body', 'UNSAFE_small'],
4006
- description: 'UNSAFE - Do not use. Temporary 12px fontsize token. Will be deprecated and replaced with stable small token',
4007
- exampleValue: 'normal 400 0.75rem/1rem "Atlassian Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", sans-serif',
4008
- usageGuidelines: {
4009
- usage: 'A composite token that applies all font properties for standard body text (e.g. font.body)',
4010
- cssProperties: ['font']
4011
- }
4012
4444
  }, {
4013
4445
  name: 'font.metric.large',
4014
4446
  path: ['font', 'metric', 'large'],
@@ -16,6 +16,12 @@ Object.defineProperty(exports, "light", {
16
16
  return _atlassianLight.default;
17
17
  }
18
18
  });
19
+ Object.defineProperty(exports, "motion", {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return _atlassianMotion.default;
23
+ }
24
+ });
19
25
  Object.defineProperty(exports, "shape", {
20
26
  enumerable: true,
21
27
  get: function get() {
@@ -38,4 +44,5 @@ var _atlassianLight = _interopRequireDefault(require("../artifacts/tokens-raw/at
38
44
  var _atlassianDark = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-dark"));
39
45
  var _atlassianSpacing = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-spacing"));
40
46
  var _atlassianTypography = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-typography"));
41
- var _atlassianShape = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-shape"));
47
+ var _atlassianShape = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-shape"));
48
+ var _atlassianMotion = _interopRequireDefault(require("../artifacts/tokens-raw/atlassian-motion"));