@atlaskit/tokens 11.4.2 → 12.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.
- package/CHANGELOG.md +66 -0
- package/dist/cjs/artifacts/palettes-raw/motion-palette.js +123 -305
- package/dist/cjs/artifacts/replacement-mapping.js +82 -7
- package/dist/cjs/artifacts/themes/atlassian-motion.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +50 -25
- package/dist/cjs/artifacts/token-names.js +32 -7
- package/dist/cjs/artifacts/tokens-raw/atlassian-motion.js +653 -135
- package/dist/es2019/artifacts/palettes-raw/motion-palette.js +123 -305
- package/dist/es2019/artifacts/replacement-mapping.js +82 -7
- package/dist/es2019/artifacts/themes/atlassian-motion.js +64 -91
- package/dist/es2019/artifacts/token-default-values.js +50 -25
- package/dist/es2019/artifacts/token-names.js +32 -7
- package/dist/es2019/artifacts/tokens-raw/atlassian-motion.js +653 -135
- package/dist/esm/artifacts/palettes-raw/motion-palette.js +123 -305
- package/dist/esm/artifacts/replacement-mapping.js +82 -7
- package/dist/esm/artifacts/themes/atlassian-motion.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +50 -25
- package/dist/esm/artifacts/token-names.js +32 -7
- package/dist/esm/artifacts/tokens-raw/atlassian-motion.js +653 -135
- package/dist/types/artifacts/palettes-raw/motion-palette.d.ts +3 -15
- package/dist/types/artifacts/replacement-mapping.d.ts +1 -1
- package/dist/types/artifacts/themes/atlassian-motion.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +50 -25
- package/dist/types/artifacts/token-names.d.ts +63 -13
- package/dist/types/artifacts/tokens-raw/atlassian-motion.d.ts +5 -5
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +5 -2
- package/dist/types/types.d.ts +93 -14
- package/dist/types-ts4.5/artifacts/palettes-raw/motion-palette.d.ts +3 -15
- package/dist/types-ts4.5/artifacts/replacement-mapping.d.ts +1 -1
- package/dist/types-ts4.5/artifacts/themes/atlassian-motion.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +50 -25
- package/dist/types-ts4.5/artifacts/token-names.d.ts +63 -13
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +5 -5
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +5 -2
- package/dist/types-ts4.5/types.d.ts +93 -14
- package/package.json +18 -10
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
* @codegen <<SignedSource::
|
|
3
|
+
* @codegen <<SignedSource::148f2f6a72e79c38e027eeed3b58d3ac>>
|
|
4
4
|
* @codegenCommand yarn build tokens
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -13,8 +13,8 @@ var tokens = [{
|
|
|
13
13
|
},
|
|
14
14
|
"value": {
|
|
15
15
|
"duration": 150,
|
|
16
|
-
"curve": "cubic-bezier(0.
|
|
17
|
-
"keyframes": ["
|
|
16
|
+
"curve": "cubic-bezier(0.4, 1, 0.6, 1)",
|
|
17
|
+
"keyframes": ["ScaleIn80to100", "FadeIn0to100"]
|
|
18
18
|
},
|
|
19
19
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
20
20
|
"isSource": true,
|
|
@@ -27,8 +27,8 @@ var tokens = [{
|
|
|
27
27
|
},
|
|
28
28
|
"value": {
|
|
29
29
|
"duration": "Duration150",
|
|
30
|
-
"curve": "
|
|
31
|
-
"keyframes": ["
|
|
30
|
+
"curve": "EasePracticalOut",
|
|
31
|
+
"keyframes": ["ScaleIn80to100", "FadeIn0to100"]
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"name": "motion.avatar.enter",
|
|
@@ -43,8 +43,8 @@ var tokens = [{
|
|
|
43
43
|
},
|
|
44
44
|
"value": {
|
|
45
45
|
"duration": 100,
|
|
46
|
-
"curve": "cubic-bezier(0.
|
|
47
|
-
"keyframes": ["
|
|
46
|
+
"curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
47
|
+
"keyframes": ["ScaleOut100to80", "FadeOut100to0"]
|
|
48
48
|
},
|
|
49
49
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
50
50
|
"isSource": true,
|
|
@@ -57,8 +57,8 @@ var tokens = [{
|
|
|
57
57
|
},
|
|
58
58
|
"value": {
|
|
59
59
|
"duration": "Duration100",
|
|
60
|
-
"curve": "
|
|
61
|
-
"keyframes": ["
|
|
60
|
+
"curve": "EasePracticalIn",
|
|
61
|
+
"keyframes": ["ScaleOut100to80", "FadeOut100to0"]
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"name": "motion.avatar.exit",
|
|
@@ -72,8 +72,8 @@ var tokens = [{
|
|
|
72
72
|
"description": ""
|
|
73
73
|
},
|
|
74
74
|
"value": {
|
|
75
|
-
"duration":
|
|
76
|
-
"curve": "
|
|
75
|
+
"duration": 250,
|
|
76
|
+
"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)",
|
|
77
77
|
"properties": ["transform"]
|
|
78
78
|
},
|
|
79
79
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
@@ -86,8 +86,8 @@ var tokens = [{
|
|
|
86
86
|
"description": ""
|
|
87
87
|
},
|
|
88
88
|
"value": {
|
|
89
|
-
"duration": "
|
|
90
|
-
"curve": "
|
|
89
|
+
"duration": "Duration250",
|
|
90
|
+
"curve": "EaseSpring",
|
|
91
91
|
"properties": ["Transform"]
|
|
92
92
|
}
|
|
93
93
|
},
|
|
@@ -98,13 +98,13 @@ var tokens = [{
|
|
|
98
98
|
"attributes": {
|
|
99
99
|
"group": "motion",
|
|
100
100
|
"state": "experimental",
|
|
101
|
-
"introduced": "11.
|
|
101
|
+
"introduced": "11.5.0",
|
|
102
102
|
"description": ""
|
|
103
103
|
},
|
|
104
104
|
"value": {
|
|
105
|
-
"duration":
|
|
105
|
+
"duration": 250,
|
|
106
106
|
"curve": "cubic-bezier(0.4, 0, 0, 1)",
|
|
107
|
-
"keyframes": ["
|
|
107
|
+
"keyframes": ["FadeIn0to100"]
|
|
108
108
|
},
|
|
109
109
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
110
110
|
"isSource": true,
|
|
@@ -112,29 +112,29 @@ var tokens = [{
|
|
|
112
112
|
"attributes": {
|
|
113
113
|
"group": "motion",
|
|
114
114
|
"state": "experimental",
|
|
115
|
-
"introduced": "11.
|
|
115
|
+
"introduced": "11.5.0",
|
|
116
116
|
"description": ""
|
|
117
117
|
},
|
|
118
118
|
"value": {
|
|
119
|
-
"duration": "
|
|
119
|
+
"duration": "Duration250",
|
|
120
120
|
"curve": "EaseBoldInOut",
|
|
121
|
-
"keyframes": ["
|
|
121
|
+
"keyframes": ["FadeIn0to100"]
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
|
-
"name": "motion.
|
|
125
|
-
"path": ["motion", "
|
|
126
|
-
"cleanName": "motion.
|
|
124
|
+
"name": "motion.blanket.enter",
|
|
125
|
+
"path": ["motion", "blanket", "enter"],
|
|
126
|
+
"cleanName": "motion.blanket.enter"
|
|
127
127
|
}, {
|
|
128
128
|
"attributes": {
|
|
129
129
|
"group": "motion",
|
|
130
130
|
"state": "experimental",
|
|
131
|
-
"introduced": "11.
|
|
131
|
+
"introduced": "11.5.0",
|
|
132
132
|
"description": ""
|
|
133
133
|
},
|
|
134
134
|
"value": {
|
|
135
135
|
"duration": 200,
|
|
136
|
-
"curve": "cubic-bezier(0.
|
|
137
|
-
"keyframes": ["
|
|
136
|
+
"curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
137
|
+
"keyframes": ["FadeOut100to0"]
|
|
138
138
|
},
|
|
139
139
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
140
140
|
"isSource": true,
|
|
@@ -142,138 +142,304 @@ var tokens = [{
|
|
|
142
142
|
"attributes": {
|
|
143
143
|
"group": "motion",
|
|
144
144
|
"state": "experimental",
|
|
145
|
-
"introduced": "11.
|
|
145
|
+
"introduced": "11.5.0",
|
|
146
146
|
"description": ""
|
|
147
147
|
},
|
|
148
148
|
"value": {
|
|
149
149
|
"duration": "Duration200",
|
|
150
|
-
"curve": "
|
|
151
|
-
"keyframes": ["
|
|
150
|
+
"curve": "EasePracticalIn",
|
|
151
|
+
"keyframes": ["FadeOut100to0"]
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
|
-
"name": "motion.
|
|
155
|
-
"path": ["motion", "
|
|
156
|
-
"cleanName": "motion.
|
|
154
|
+
"name": "motion.blanket.exit",
|
|
155
|
+
"path": ["motion", "blanket", "exit"],
|
|
156
|
+
"cleanName": "motion.blanket.exit"
|
|
157
157
|
}, {
|
|
158
158
|
"attributes": {
|
|
159
|
-
"group": "
|
|
159
|
+
"group": "motionDuration",
|
|
160
160
|
"state": "experimental",
|
|
161
|
-
"introduced": "11.
|
|
161
|
+
"introduced": "11.5.0",
|
|
162
162
|
"description": ""
|
|
163
163
|
},
|
|
164
|
-
"value":
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
164
|
+
"value": "0ms",
|
|
165
|
+
"filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
|
|
166
|
+
"isSource": true,
|
|
167
|
+
"original": {
|
|
168
|
+
"attributes": {
|
|
169
|
+
"group": "motionDuration",
|
|
170
|
+
"state": "experimental",
|
|
171
|
+
"introduced": "11.5.0",
|
|
172
|
+
"description": ""
|
|
173
|
+
},
|
|
174
|
+
"value": "Duration000"
|
|
168
175
|
},
|
|
169
|
-
"
|
|
176
|
+
"name": "motion.duration.instant",
|
|
177
|
+
"path": ["motion", "duration", "instant"],
|
|
178
|
+
"cleanName": "motion.duration.instant"
|
|
179
|
+
}, {
|
|
180
|
+
"attributes": {
|
|
181
|
+
"group": "motionDuration",
|
|
182
|
+
"state": "experimental",
|
|
183
|
+
"introduced": "11.5.0",
|
|
184
|
+
"description": ""
|
|
185
|
+
},
|
|
186
|
+
"value": "250ms",
|
|
187
|
+
"filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
|
|
170
188
|
"isSource": true,
|
|
171
189
|
"original": {
|
|
172
190
|
"attributes": {
|
|
173
|
-
"group": "
|
|
191
|
+
"group": "motionDuration",
|
|
174
192
|
"state": "experimental",
|
|
175
|
-
"introduced": "11.
|
|
193
|
+
"introduced": "11.5.0",
|
|
176
194
|
"description": ""
|
|
177
195
|
},
|
|
178
|
-
"value":
|
|
179
|
-
"duration": "Duration100",
|
|
180
|
-
"curve": "EaseBoldInOut",
|
|
181
|
-
"keyframes": ["FadeIn"]
|
|
182
|
-
}
|
|
196
|
+
"value": "Duration250"
|
|
183
197
|
},
|
|
184
|
-
"name": "motion.
|
|
185
|
-
"path": ["motion", "
|
|
186
|
-
"cleanName": "motion.
|
|
198
|
+
"name": "motion.duration.long",
|
|
199
|
+
"path": ["motion", "duration", "long"],
|
|
200
|
+
"cleanName": "motion.duration.long"
|
|
187
201
|
}, {
|
|
188
202
|
"attributes": {
|
|
189
|
-
"group": "
|
|
203
|
+
"group": "motionDuration",
|
|
190
204
|
"state": "experimental",
|
|
191
|
-
"introduced": "11.
|
|
205
|
+
"introduced": "11.5.0",
|
|
192
206
|
"description": ""
|
|
193
207
|
},
|
|
194
|
-
"value":
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
208
|
+
"value": "200ms",
|
|
209
|
+
"filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
|
|
210
|
+
"isSource": true,
|
|
211
|
+
"original": {
|
|
212
|
+
"attributes": {
|
|
213
|
+
"group": "motionDuration",
|
|
214
|
+
"state": "experimental",
|
|
215
|
+
"introduced": "11.5.0",
|
|
216
|
+
"description": ""
|
|
217
|
+
},
|
|
218
|
+
"value": "Duration200"
|
|
198
219
|
},
|
|
199
|
-
"
|
|
220
|
+
"name": "motion.duration.medium",
|
|
221
|
+
"path": ["motion", "duration", "medium"],
|
|
222
|
+
"cleanName": "motion.duration.medium"
|
|
223
|
+
}, {
|
|
224
|
+
"attributes": {
|
|
225
|
+
"group": "motionDuration",
|
|
226
|
+
"state": "experimental",
|
|
227
|
+
"introduced": "11.5.0",
|
|
228
|
+
"description": ""
|
|
229
|
+
},
|
|
230
|
+
"value": "150ms",
|
|
231
|
+
"filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
|
|
200
232
|
"isSource": true,
|
|
201
233
|
"original": {
|
|
202
234
|
"attributes": {
|
|
203
|
-
"group": "
|
|
235
|
+
"group": "motionDuration",
|
|
204
236
|
"state": "experimental",
|
|
205
|
-
"introduced": "11.
|
|
237
|
+
"introduced": "11.5.0",
|
|
206
238
|
"description": ""
|
|
207
239
|
},
|
|
208
|
-
"value":
|
|
209
|
-
"duration": "Duration200",
|
|
210
|
-
"curve": "EaseBoldInOut",
|
|
211
|
-
"keyframes": ["FadeOut"]
|
|
212
|
-
}
|
|
240
|
+
"value": "Duration150"
|
|
213
241
|
},
|
|
214
|
-
"name": "motion.
|
|
215
|
-
"path": ["motion", "
|
|
216
|
-
"cleanName": "motion.
|
|
242
|
+
"name": "motion.duration.short",
|
|
243
|
+
"path": ["motion", "duration", "short"],
|
|
244
|
+
"cleanName": "motion.duration.short"
|
|
217
245
|
}, {
|
|
218
246
|
"attributes": {
|
|
219
|
-
"group": "
|
|
247
|
+
"group": "motionDuration",
|
|
220
248
|
"state": "experimental",
|
|
221
|
-
"introduced": "11.
|
|
249
|
+
"introduced": "11.5.0",
|
|
222
250
|
"description": ""
|
|
223
251
|
},
|
|
224
|
-
"value":
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
252
|
+
"value": "400ms",
|
|
253
|
+
"filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
|
|
254
|
+
"isSource": true,
|
|
255
|
+
"original": {
|
|
256
|
+
"attributes": {
|
|
257
|
+
"group": "motionDuration",
|
|
258
|
+
"state": "experimental",
|
|
259
|
+
"introduced": "11.5.0",
|
|
260
|
+
"description": ""
|
|
261
|
+
},
|
|
262
|
+
"value": "Duration400"
|
|
228
263
|
},
|
|
229
|
-
"
|
|
264
|
+
"name": "motion.duration.xlong",
|
|
265
|
+
"path": ["motion", "duration", "xlong"],
|
|
266
|
+
"cleanName": "motion.duration.xlong"
|
|
267
|
+
}, {
|
|
268
|
+
"attributes": {
|
|
269
|
+
"group": "motionDuration",
|
|
270
|
+
"state": "experimental",
|
|
271
|
+
"introduced": "11.5.0",
|
|
272
|
+
"description": ""
|
|
273
|
+
},
|
|
274
|
+
"value": "100ms",
|
|
275
|
+
"filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
|
|
230
276
|
"isSource": true,
|
|
231
277
|
"original": {
|
|
232
278
|
"attributes": {
|
|
233
|
-
"group": "
|
|
279
|
+
"group": "motionDuration",
|
|
234
280
|
"state": "experimental",
|
|
235
|
-
"introduced": "11.
|
|
281
|
+
"introduced": "11.5.0",
|
|
236
282
|
"description": ""
|
|
237
283
|
},
|
|
238
|
-
"value":
|
|
239
|
-
"duration": "Duration100",
|
|
240
|
-
"curve": "EaseBoldInOut",
|
|
241
|
-
"keyframes": ["FadeOut"]
|
|
242
|
-
}
|
|
284
|
+
"value": "Duration100"
|
|
243
285
|
},
|
|
244
|
-
"name": "motion.
|
|
245
|
-
"path": ["motion", "
|
|
246
|
-
"cleanName": "motion.
|
|
286
|
+
"name": "motion.duration.xshort",
|
|
287
|
+
"path": ["motion", "duration", "xshort"],
|
|
288
|
+
"cleanName": "motion.duration.xshort"
|
|
247
289
|
}, {
|
|
248
290
|
"attributes": {
|
|
249
|
-
"group": "
|
|
291
|
+
"group": "motionDuration",
|
|
250
292
|
"state": "experimental",
|
|
251
|
-
"introduced": "11.
|
|
293
|
+
"introduced": "11.5.0",
|
|
252
294
|
"description": ""
|
|
253
295
|
},
|
|
254
|
-
"value":
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
296
|
+
"value": "600ms",
|
|
297
|
+
"filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
|
|
298
|
+
"isSource": true,
|
|
299
|
+
"original": {
|
|
300
|
+
"attributes": {
|
|
301
|
+
"group": "motionDuration",
|
|
302
|
+
"state": "experimental",
|
|
303
|
+
"introduced": "11.5.0",
|
|
304
|
+
"description": ""
|
|
305
|
+
},
|
|
306
|
+
"value": "Duration600"
|
|
258
307
|
},
|
|
259
|
-
"
|
|
308
|
+
"name": "motion.duration.xxlong",
|
|
309
|
+
"path": ["motion", "duration", "xxlong"],
|
|
310
|
+
"cleanName": "motion.duration.xxlong"
|
|
311
|
+
}, {
|
|
312
|
+
"attributes": {
|
|
313
|
+
"group": "motionDuration",
|
|
314
|
+
"state": "experimental",
|
|
315
|
+
"introduced": "11.5.0",
|
|
316
|
+
"description": ""
|
|
317
|
+
},
|
|
318
|
+
"value": "50ms",
|
|
319
|
+
"filePath": "schema/themes/atlassian-motion/motion-duration.tsx",
|
|
260
320
|
"isSource": true,
|
|
261
321
|
"original": {
|
|
262
322
|
"attributes": {
|
|
263
|
-
"group": "
|
|
323
|
+
"group": "motionDuration",
|
|
264
324
|
"state": "experimental",
|
|
265
|
-
"introduced": "11.
|
|
325
|
+
"introduced": "11.5.0",
|
|
266
326
|
"description": ""
|
|
267
327
|
},
|
|
268
|
-
"value":
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
328
|
+
"value": "Duration050"
|
|
329
|
+
},
|
|
330
|
+
"name": "motion.duration.xxshort",
|
|
331
|
+
"path": ["motion", "duration", "xxshort"],
|
|
332
|
+
"cleanName": "motion.duration.xxshort"
|
|
333
|
+
}, {
|
|
334
|
+
"attributes": {
|
|
335
|
+
"group": "motionEasing",
|
|
336
|
+
"state": "experimental",
|
|
337
|
+
"introduced": "11.5.0",
|
|
338
|
+
"description": ""
|
|
339
|
+
},
|
|
340
|
+
"value": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
341
|
+
"filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
|
|
342
|
+
"isSource": true,
|
|
343
|
+
"original": {
|
|
344
|
+
"attributes": {
|
|
345
|
+
"group": "motionEasing",
|
|
346
|
+
"state": "experimental",
|
|
347
|
+
"introduced": "11.5.0",
|
|
348
|
+
"description": ""
|
|
349
|
+
},
|
|
350
|
+
"value": "EasePracticalIn"
|
|
351
|
+
},
|
|
352
|
+
"name": "motion.easing.in.practical",
|
|
353
|
+
"path": ["motion", "easing", "in", "practical"],
|
|
354
|
+
"cleanName": "motion.easing.in.practical"
|
|
355
|
+
}, {
|
|
356
|
+
"attributes": {
|
|
357
|
+
"group": "motionEasing",
|
|
358
|
+
"state": "experimental",
|
|
359
|
+
"introduced": "11.5.0",
|
|
360
|
+
"description": ""
|
|
361
|
+
},
|
|
362
|
+
"value": "cubic-bezier(0.4, 0, 0, 1)",
|
|
363
|
+
"filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
|
|
364
|
+
"isSource": true,
|
|
365
|
+
"original": {
|
|
366
|
+
"attributes": {
|
|
367
|
+
"group": "motionEasing",
|
|
368
|
+
"state": "experimental",
|
|
369
|
+
"introduced": "11.5.0",
|
|
370
|
+
"description": ""
|
|
371
|
+
},
|
|
372
|
+
"value": "EaseBoldInOut"
|
|
373
|
+
},
|
|
374
|
+
"name": "motion.easing.inout.bold",
|
|
375
|
+
"path": ["motion", "easing", "inout", "bold"],
|
|
376
|
+
"cleanName": "motion.easing.inout.bold"
|
|
377
|
+
}, {
|
|
378
|
+
"attributes": {
|
|
379
|
+
"group": "motionEasing",
|
|
380
|
+
"state": "experimental",
|
|
381
|
+
"introduced": "11.5.0",
|
|
382
|
+
"description": ""
|
|
383
|
+
},
|
|
384
|
+
"value": "cubic-bezier(0.4, 1, 0.6, 1)",
|
|
385
|
+
"filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
|
|
386
|
+
"isSource": true,
|
|
387
|
+
"original": {
|
|
388
|
+
"attributes": {
|
|
389
|
+
"group": "motionEasing",
|
|
390
|
+
"state": "experimental",
|
|
391
|
+
"introduced": "11.5.0",
|
|
392
|
+
"description": ""
|
|
393
|
+
},
|
|
394
|
+
"value": "EasePracticalOut"
|
|
395
|
+
},
|
|
396
|
+
"name": "motion.easing.out.practical",
|
|
397
|
+
"path": ["motion", "easing", "out", "practical"],
|
|
398
|
+
"cleanName": "motion.easing.out.practical"
|
|
399
|
+
}, {
|
|
400
|
+
"attributes": {
|
|
401
|
+
"group": "motionEasing",
|
|
402
|
+
"state": "experimental",
|
|
403
|
+
"introduced": "11.5.0",
|
|
404
|
+
"description": ""
|
|
405
|
+
},
|
|
406
|
+
"value": "cubic-bezier(0, 0.4, 0, 1)",
|
|
407
|
+
"filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
|
|
408
|
+
"isSource": true,
|
|
409
|
+
"original": {
|
|
410
|
+
"attributes": {
|
|
411
|
+
"group": "motionEasing",
|
|
412
|
+
"state": "experimental",
|
|
413
|
+
"introduced": "11.5.0",
|
|
414
|
+
"description": ""
|
|
415
|
+
},
|
|
416
|
+
"value": "EaseBoldOut"
|
|
273
417
|
},
|
|
274
|
-
"name": "motion.
|
|
275
|
-
"path": ["motion", "
|
|
276
|
-
"cleanName": "motion.
|
|
418
|
+
"name": "motion.easing.out.bold",
|
|
419
|
+
"path": ["motion", "easing", "out", "bold"],
|
|
420
|
+
"cleanName": "motion.easing.out.bold"
|
|
421
|
+
}, {
|
|
422
|
+
"attributes": {
|
|
423
|
+
"group": "motionEasing",
|
|
424
|
+
"state": "experimental",
|
|
425
|
+
"introduced": "11.5.0",
|
|
426
|
+
"description": ""
|
|
427
|
+
},
|
|
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
|
+
"filePath": "schema/themes/atlassian-motion/motion-easing.tsx",
|
|
430
|
+
"isSource": true,
|
|
431
|
+
"original": {
|
|
432
|
+
"attributes": {
|
|
433
|
+
"group": "motionEasing",
|
|
434
|
+
"state": "experimental",
|
|
435
|
+
"introduced": "11.5.0",
|
|
436
|
+
"description": ""
|
|
437
|
+
},
|
|
438
|
+
"value": "EaseSpring"
|
|
439
|
+
},
|
|
440
|
+
"name": "motion.easing.spring",
|
|
441
|
+
"path": ["motion", "easing", "spring"],
|
|
442
|
+
"cleanName": "motion.easing.spring"
|
|
277
443
|
}, {
|
|
278
444
|
"attributes": {
|
|
279
445
|
"group": "motion",
|
|
@@ -284,7 +450,7 @@ var tokens = [{
|
|
|
284
450
|
"value": {
|
|
285
451
|
"duration": 250,
|
|
286
452
|
"curve": "cubic-bezier(0, 0.4, 0, 1)",
|
|
287
|
-
"keyframes": ["SlideIn50PercentLeft", "
|
|
453
|
+
"keyframes": ["SlideIn50PercentLeft", "FadeIn0to100"]
|
|
288
454
|
},
|
|
289
455
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
290
456
|
"isSource": true,
|
|
@@ -298,7 +464,7 @@ var tokens = [{
|
|
|
298
464
|
"value": {
|
|
299
465
|
"duration": "Duration250",
|
|
300
466
|
"curve": "EaseBoldOut",
|
|
301
|
-
"keyframes": ["SlideIn50PercentLeft", "
|
|
467
|
+
"keyframes": ["SlideIn50PercentLeft", "FadeIn0to100"]
|
|
302
468
|
}
|
|
303
469
|
},
|
|
304
470
|
"name": "motion.flag.enter",
|
|
@@ -314,7 +480,7 @@ var tokens = [{
|
|
|
314
480
|
"value": {
|
|
315
481
|
"duration": 200,
|
|
316
482
|
"curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
317
|
-
"keyframes": ["SlideOut15PercentLeft", "
|
|
483
|
+
"keyframes": ["SlideOut15PercentLeft", "FadeOut100to0"]
|
|
318
484
|
},
|
|
319
485
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
320
486
|
"isSource": true,
|
|
@@ -328,7 +494,7 @@ var tokens = [{
|
|
|
328
494
|
"value": {
|
|
329
495
|
"duration": "Duration200",
|
|
330
496
|
"curve": "EasePracticalIn",
|
|
331
|
-
"keyframes": ["SlideOut15PercentLeft", "
|
|
497
|
+
"keyframes": ["SlideOut15PercentLeft", "FadeOut100to0"]
|
|
332
498
|
}
|
|
333
499
|
},
|
|
334
500
|
"name": "motion.flag.exit",
|
|
@@ -342,7 +508,7 @@ var tokens = [{
|
|
|
342
508
|
"description": ""
|
|
343
509
|
},
|
|
344
510
|
"value": {
|
|
345
|
-
"duration":
|
|
511
|
+
"duration": 250,
|
|
346
512
|
"curve": "cubic-bezier(0.4, 0, 0, 1)",
|
|
347
513
|
"properties": ["transform"]
|
|
348
514
|
},
|
|
@@ -356,7 +522,7 @@ var tokens = [{
|
|
|
356
522
|
"description": ""
|
|
357
523
|
},
|
|
358
524
|
"value": {
|
|
359
|
-
"duration": "
|
|
525
|
+
"duration": "Duration250",
|
|
360
526
|
"curve": "EaseBoldInOut",
|
|
361
527
|
"properties": ["Transform"]
|
|
362
528
|
}
|
|
@@ -364,6 +530,358 @@ var tokens = [{
|
|
|
364
530
|
"name": "motion.flag.reposition",
|
|
365
531
|
"path": ["motion", "flag", "reposition"],
|
|
366
532
|
"cleanName": "motion.flag.reposition"
|
|
533
|
+
}, {
|
|
534
|
+
"attributes": {
|
|
535
|
+
"group": "motionKeyframe",
|
|
536
|
+
"state": "experimental",
|
|
537
|
+
"introduced": "11.5.0",
|
|
538
|
+
"description": ""
|
|
539
|
+
},
|
|
540
|
+
"value": "FadeIn0to100",
|
|
541
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
542
|
+
"isSource": true,
|
|
543
|
+
"original": {
|
|
544
|
+
"attributes": {
|
|
545
|
+
"group": "motionKeyframe",
|
|
546
|
+
"state": "experimental",
|
|
547
|
+
"introduced": "11.5.0",
|
|
548
|
+
"description": ""
|
|
549
|
+
},
|
|
550
|
+
"value": "FadeIn0to100"
|
|
551
|
+
},
|
|
552
|
+
"name": "motion.keyframe.fade.in",
|
|
553
|
+
"path": ["motion", "keyframe", "fade", "in"],
|
|
554
|
+
"cleanName": "motion.keyframe.fade.in"
|
|
555
|
+
}, {
|
|
556
|
+
"attributes": {
|
|
557
|
+
"group": "motionKeyframe",
|
|
558
|
+
"state": "experimental",
|
|
559
|
+
"introduced": "11.5.0",
|
|
560
|
+
"description": ""
|
|
561
|
+
},
|
|
562
|
+
"value": "FadeOut100to0",
|
|
563
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
564
|
+
"isSource": true,
|
|
565
|
+
"original": {
|
|
566
|
+
"attributes": {
|
|
567
|
+
"group": "motionKeyframe",
|
|
568
|
+
"state": "experimental",
|
|
569
|
+
"introduced": "11.5.0",
|
|
570
|
+
"description": ""
|
|
571
|
+
},
|
|
572
|
+
"value": "FadeOut100to0"
|
|
573
|
+
},
|
|
574
|
+
"name": "motion.keyframe.fade.out",
|
|
575
|
+
"path": ["motion", "keyframe", "fade", "out"],
|
|
576
|
+
"cleanName": "motion.keyframe.fade.out"
|
|
577
|
+
}, {
|
|
578
|
+
"attributes": {
|
|
579
|
+
"group": "motionKeyframe",
|
|
580
|
+
"state": "experimental",
|
|
581
|
+
"introduced": "11.5.0",
|
|
582
|
+
"description": ""
|
|
583
|
+
},
|
|
584
|
+
"value": "ScaleIn80to100",
|
|
585
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
586
|
+
"isSource": true,
|
|
587
|
+
"original": {
|
|
588
|
+
"attributes": {
|
|
589
|
+
"group": "motionKeyframe",
|
|
590
|
+
"state": "experimental",
|
|
591
|
+
"introduced": "11.5.0",
|
|
592
|
+
"description": ""
|
|
593
|
+
},
|
|
594
|
+
"value": "ScaleIn80to100"
|
|
595
|
+
},
|
|
596
|
+
"name": "motion.keyframe.scale.in.medium",
|
|
597
|
+
"path": ["motion", "keyframe", "scale", "in", "medium"],
|
|
598
|
+
"cleanName": "motion.keyframe.scale.in.medium"
|
|
599
|
+
}, {
|
|
600
|
+
"attributes": {
|
|
601
|
+
"group": "motionKeyframe",
|
|
602
|
+
"state": "experimental",
|
|
603
|
+
"introduced": "11.5.0",
|
|
604
|
+
"description": ""
|
|
605
|
+
},
|
|
606
|
+
"value": "ScaleIn95to100",
|
|
607
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
608
|
+
"isSource": true,
|
|
609
|
+
"original": {
|
|
610
|
+
"attributes": {
|
|
611
|
+
"group": "motionKeyframe",
|
|
612
|
+
"state": "experimental",
|
|
613
|
+
"introduced": "11.5.0",
|
|
614
|
+
"description": ""
|
|
615
|
+
},
|
|
616
|
+
"value": "ScaleIn95to100"
|
|
617
|
+
},
|
|
618
|
+
"name": "motion.keyframe.scale.in.small",
|
|
619
|
+
"path": ["motion", "keyframe", "scale", "in", "small"],
|
|
620
|
+
"cleanName": "motion.keyframe.scale.in.small"
|
|
621
|
+
}, {
|
|
622
|
+
"attributes": {
|
|
623
|
+
"group": "motionKeyframe",
|
|
624
|
+
"state": "experimental",
|
|
625
|
+
"introduced": "11.5.0",
|
|
626
|
+
"description": ""
|
|
627
|
+
},
|
|
628
|
+
"value": "ScaleOut100to80",
|
|
629
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
630
|
+
"isSource": true,
|
|
631
|
+
"original": {
|
|
632
|
+
"attributes": {
|
|
633
|
+
"group": "motionKeyframe",
|
|
634
|
+
"state": "experimental",
|
|
635
|
+
"introduced": "11.5.0",
|
|
636
|
+
"description": ""
|
|
637
|
+
},
|
|
638
|
+
"value": "ScaleOut100to80"
|
|
639
|
+
},
|
|
640
|
+
"name": "motion.keyframe.scale.out.medium",
|
|
641
|
+
"path": ["motion", "keyframe", "scale", "out", "medium"],
|
|
642
|
+
"cleanName": "motion.keyframe.scale.out.medium"
|
|
643
|
+
}, {
|
|
644
|
+
"attributes": {
|
|
645
|
+
"group": "motionKeyframe",
|
|
646
|
+
"state": "experimental",
|
|
647
|
+
"introduced": "11.5.0",
|
|
648
|
+
"description": ""
|
|
649
|
+
},
|
|
650
|
+
"value": "ScaleOut100to95",
|
|
651
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
652
|
+
"isSource": true,
|
|
653
|
+
"original": {
|
|
654
|
+
"attributes": {
|
|
655
|
+
"group": "motionKeyframe",
|
|
656
|
+
"state": "experimental",
|
|
657
|
+
"introduced": "11.5.0",
|
|
658
|
+
"description": ""
|
|
659
|
+
},
|
|
660
|
+
"value": "ScaleOut100to95"
|
|
661
|
+
},
|
|
662
|
+
"name": "motion.keyframe.scale.out.small",
|
|
663
|
+
"path": ["motion", "keyframe", "scale", "out", "small"],
|
|
664
|
+
"cleanName": "motion.keyframe.scale.out.small"
|
|
665
|
+
}, {
|
|
666
|
+
"attributes": {
|
|
667
|
+
"group": "motionKeyframe",
|
|
668
|
+
"state": "experimental",
|
|
669
|
+
"introduced": "11.5.0",
|
|
670
|
+
"description": ""
|
|
671
|
+
},
|
|
672
|
+
"value": "SlideInBottom8px",
|
|
673
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
674
|
+
"isSource": true,
|
|
675
|
+
"original": {
|
|
676
|
+
"attributes": {
|
|
677
|
+
"group": "motionKeyframe",
|
|
678
|
+
"state": "experimental",
|
|
679
|
+
"introduced": "11.5.0",
|
|
680
|
+
"description": ""
|
|
681
|
+
},
|
|
682
|
+
"value": "SlideInBottom8px"
|
|
683
|
+
},
|
|
684
|
+
"name": "motion.keyframe.slide.in.bottom.short",
|
|
685
|
+
"path": ["motion", "keyframe", "slide", "in", "bottom", "short"],
|
|
686
|
+
"cleanName": "motion.keyframe.slide.in.bottom.short"
|
|
687
|
+
}, {
|
|
688
|
+
"attributes": {
|
|
689
|
+
"group": "motionKeyframe",
|
|
690
|
+
"state": "experimental",
|
|
691
|
+
"introduced": "11.5.0",
|
|
692
|
+
"description": ""
|
|
693
|
+
},
|
|
694
|
+
"value": "SlideIn50PercentLeft",
|
|
695
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
696
|
+
"isSource": true,
|
|
697
|
+
"original": {
|
|
698
|
+
"attributes": {
|
|
699
|
+
"group": "motionKeyframe",
|
|
700
|
+
"state": "experimental",
|
|
701
|
+
"introduced": "11.5.0",
|
|
702
|
+
"description": ""
|
|
703
|
+
},
|
|
704
|
+
"value": "SlideIn50PercentLeft"
|
|
705
|
+
},
|
|
706
|
+
"name": "motion.keyframe.slide.in.left.half",
|
|
707
|
+
"path": ["motion", "keyframe", "slide", "in", "left", "half"],
|
|
708
|
+
"cleanName": "motion.keyframe.slide.in.left.half"
|
|
709
|
+
}, {
|
|
710
|
+
"attributes": {
|
|
711
|
+
"group": "motionKeyframe",
|
|
712
|
+
"state": "experimental",
|
|
713
|
+
"introduced": "11.5.0",
|
|
714
|
+
"description": ""
|
|
715
|
+
},
|
|
716
|
+
"value": "SlideInLeft8px",
|
|
717
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
718
|
+
"isSource": true,
|
|
719
|
+
"original": {
|
|
720
|
+
"attributes": {
|
|
721
|
+
"group": "motionKeyframe",
|
|
722
|
+
"state": "experimental",
|
|
723
|
+
"introduced": "11.5.0",
|
|
724
|
+
"description": ""
|
|
725
|
+
},
|
|
726
|
+
"value": "SlideInLeft8px"
|
|
727
|
+
},
|
|
728
|
+
"name": "motion.keyframe.slide.in.left.short",
|
|
729
|
+
"path": ["motion", "keyframe", "slide", "in", "left", "short"],
|
|
730
|
+
"cleanName": "motion.keyframe.slide.in.left.short"
|
|
731
|
+
}, {
|
|
732
|
+
"attributes": {
|
|
733
|
+
"group": "motionKeyframe",
|
|
734
|
+
"state": "experimental",
|
|
735
|
+
"introduced": "11.5.0",
|
|
736
|
+
"description": ""
|
|
737
|
+
},
|
|
738
|
+
"value": "SlideInRight8px",
|
|
739
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
740
|
+
"isSource": true,
|
|
741
|
+
"original": {
|
|
742
|
+
"attributes": {
|
|
743
|
+
"group": "motionKeyframe",
|
|
744
|
+
"state": "experimental",
|
|
745
|
+
"introduced": "11.5.0",
|
|
746
|
+
"description": ""
|
|
747
|
+
},
|
|
748
|
+
"value": "SlideInRight8px"
|
|
749
|
+
},
|
|
750
|
+
"name": "motion.keyframe.slide.in.right.short",
|
|
751
|
+
"path": ["motion", "keyframe", "slide", "in", "right", "short"],
|
|
752
|
+
"cleanName": "motion.keyframe.slide.in.right.short"
|
|
753
|
+
}, {
|
|
754
|
+
"attributes": {
|
|
755
|
+
"group": "motionKeyframe",
|
|
756
|
+
"state": "experimental",
|
|
757
|
+
"introduced": "11.5.0",
|
|
758
|
+
"description": ""
|
|
759
|
+
},
|
|
760
|
+
"value": "SlideInTop8px",
|
|
761
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
762
|
+
"isSource": true,
|
|
763
|
+
"original": {
|
|
764
|
+
"attributes": {
|
|
765
|
+
"group": "motionKeyframe",
|
|
766
|
+
"state": "experimental",
|
|
767
|
+
"introduced": "11.5.0",
|
|
768
|
+
"description": ""
|
|
769
|
+
},
|
|
770
|
+
"value": "SlideInTop8px"
|
|
771
|
+
},
|
|
772
|
+
"name": "motion.keyframe.slide.in.top.short",
|
|
773
|
+
"path": ["motion", "keyframe", "slide", "in", "top", "short"],
|
|
774
|
+
"cleanName": "motion.keyframe.slide.in.top.short"
|
|
775
|
+
}, {
|
|
776
|
+
"attributes": {
|
|
777
|
+
"group": "motionKeyframe",
|
|
778
|
+
"state": "experimental",
|
|
779
|
+
"introduced": "11.5.0",
|
|
780
|
+
"description": ""
|
|
781
|
+
},
|
|
782
|
+
"value": "SlideOutBottom8px",
|
|
783
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
784
|
+
"isSource": true,
|
|
785
|
+
"original": {
|
|
786
|
+
"attributes": {
|
|
787
|
+
"group": "motionKeyframe",
|
|
788
|
+
"state": "experimental",
|
|
789
|
+
"introduced": "11.5.0",
|
|
790
|
+
"description": ""
|
|
791
|
+
},
|
|
792
|
+
"value": "SlideOutBottom8px"
|
|
793
|
+
},
|
|
794
|
+
"name": "motion.keyframe.slide.out.bottom.short",
|
|
795
|
+
"path": ["motion", "keyframe", "slide", "out", "bottom", "short"],
|
|
796
|
+
"cleanName": "motion.keyframe.slide.out.bottom.short"
|
|
797
|
+
}, {
|
|
798
|
+
"attributes": {
|
|
799
|
+
"group": "motionKeyframe",
|
|
800
|
+
"state": "experimental",
|
|
801
|
+
"introduced": "11.5.0",
|
|
802
|
+
"description": ""
|
|
803
|
+
},
|
|
804
|
+
"value": "SlideOut15PercentLeft",
|
|
805
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
806
|
+
"isSource": true,
|
|
807
|
+
"original": {
|
|
808
|
+
"attributes": {
|
|
809
|
+
"group": "motionKeyframe",
|
|
810
|
+
"state": "experimental",
|
|
811
|
+
"introduced": "11.5.0",
|
|
812
|
+
"description": ""
|
|
813
|
+
},
|
|
814
|
+
"value": "SlideOut15PercentLeft"
|
|
815
|
+
},
|
|
816
|
+
"name": "motion.keyframe.slide.out.left.half",
|
|
817
|
+
"path": ["motion", "keyframe", "slide", "out", "left", "half"],
|
|
818
|
+
"cleanName": "motion.keyframe.slide.out.left.half"
|
|
819
|
+
}, {
|
|
820
|
+
"attributes": {
|
|
821
|
+
"group": "motionKeyframe",
|
|
822
|
+
"state": "experimental",
|
|
823
|
+
"introduced": "11.5.0",
|
|
824
|
+
"description": ""
|
|
825
|
+
},
|
|
826
|
+
"value": "SlideOutLeft8px",
|
|
827
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
828
|
+
"isSource": true,
|
|
829
|
+
"original": {
|
|
830
|
+
"attributes": {
|
|
831
|
+
"group": "motionKeyframe",
|
|
832
|
+
"state": "experimental",
|
|
833
|
+
"introduced": "11.5.0",
|
|
834
|
+
"description": ""
|
|
835
|
+
},
|
|
836
|
+
"value": "SlideOutLeft8px"
|
|
837
|
+
},
|
|
838
|
+
"name": "motion.keyframe.slide.out.left.short",
|
|
839
|
+
"path": ["motion", "keyframe", "slide", "out", "left", "short"],
|
|
840
|
+
"cleanName": "motion.keyframe.slide.out.left.short"
|
|
841
|
+
}, {
|
|
842
|
+
"attributes": {
|
|
843
|
+
"group": "motionKeyframe",
|
|
844
|
+
"state": "experimental",
|
|
845
|
+
"introduced": "11.5.0",
|
|
846
|
+
"description": ""
|
|
847
|
+
},
|
|
848
|
+
"value": "SlideOutRight8px",
|
|
849
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
850
|
+
"isSource": true,
|
|
851
|
+
"original": {
|
|
852
|
+
"attributes": {
|
|
853
|
+
"group": "motionKeyframe",
|
|
854
|
+
"state": "experimental",
|
|
855
|
+
"introduced": "11.5.0",
|
|
856
|
+
"description": ""
|
|
857
|
+
},
|
|
858
|
+
"value": "SlideOutRight8px"
|
|
859
|
+
},
|
|
860
|
+
"name": "motion.keyframe.slide.out.right.short",
|
|
861
|
+
"path": ["motion", "keyframe", "slide", "out", "right", "short"],
|
|
862
|
+
"cleanName": "motion.keyframe.slide.out.right.short"
|
|
863
|
+
}, {
|
|
864
|
+
"attributes": {
|
|
865
|
+
"group": "motionKeyframe",
|
|
866
|
+
"state": "experimental",
|
|
867
|
+
"introduced": "11.5.0",
|
|
868
|
+
"description": ""
|
|
869
|
+
},
|
|
870
|
+
"value": "SlideOutTop8px",
|
|
871
|
+
"filePath": "schema/themes/atlassian-motion/motion-keyframe.tsx",
|
|
872
|
+
"isSource": true,
|
|
873
|
+
"original": {
|
|
874
|
+
"attributes": {
|
|
875
|
+
"group": "motionKeyframe",
|
|
876
|
+
"state": "experimental",
|
|
877
|
+
"introduced": "11.5.0",
|
|
878
|
+
"description": ""
|
|
879
|
+
},
|
|
880
|
+
"value": "SlideOutTop8px"
|
|
881
|
+
},
|
|
882
|
+
"name": "motion.keyframe.slide.out.top.short",
|
|
883
|
+
"path": ["motion", "keyframe", "slide", "out", "top", "short"],
|
|
884
|
+
"cleanName": "motion.keyframe.slide.out.top.short"
|
|
367
885
|
}, {
|
|
368
886
|
"attributes": {
|
|
369
887
|
"group": "motion",
|
|
@@ -372,9 +890,9 @@ var tokens = [{
|
|
|
372
890
|
"description": ""
|
|
373
891
|
},
|
|
374
892
|
"value": {
|
|
375
|
-
"duration":
|
|
893
|
+
"duration": 250,
|
|
376
894
|
"curve": "cubic-bezier(0.4, 0, 0, 1)",
|
|
377
|
-
"keyframes": ["
|
|
895
|
+
"keyframes": ["ScaleIn95to100"]
|
|
378
896
|
},
|
|
379
897
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
380
898
|
"isSource": true,
|
|
@@ -386,9 +904,9 @@ var tokens = [{
|
|
|
386
904
|
"description": ""
|
|
387
905
|
},
|
|
388
906
|
"value": {
|
|
389
|
-
"duration": "
|
|
907
|
+
"duration": "Duration250",
|
|
390
908
|
"curve": "EaseBoldInOut",
|
|
391
|
-
"keyframes": ["
|
|
909
|
+
"keyframes": ["ScaleIn95to100"]
|
|
392
910
|
}
|
|
393
911
|
},
|
|
394
912
|
"name": "motion.modal.enter",
|
|
@@ -403,8 +921,8 @@ var tokens = [{
|
|
|
403
921
|
},
|
|
404
922
|
"value": {
|
|
405
923
|
"duration": 200,
|
|
406
|
-
"curve": "cubic-bezier(0.
|
|
407
|
-
"keyframes": ["
|
|
924
|
+
"curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
925
|
+
"keyframes": ["ScaleOut100to95"]
|
|
408
926
|
},
|
|
409
927
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
410
928
|
"isSource": true,
|
|
@@ -417,8 +935,8 @@ var tokens = [{
|
|
|
417
935
|
},
|
|
418
936
|
"value": {
|
|
419
937
|
"duration": "Duration200",
|
|
420
|
-
"curve": "
|
|
421
|
-
"keyframes": ["
|
|
938
|
+
"curve": "EasePracticalIn",
|
|
939
|
+
"keyframes": ["ScaleOut100to95"]
|
|
422
940
|
}
|
|
423
941
|
},
|
|
424
942
|
"name": "motion.modal.exit",
|
|
@@ -434,7 +952,7 @@ var tokens = [{
|
|
|
434
952
|
"value": {
|
|
435
953
|
"duration": 150,
|
|
436
954
|
"curve": "cubic-bezier(0.4, 1, 0.6, 1)",
|
|
437
|
-
"keyframes": ["
|
|
955
|
+
"keyframes": ["SlideInBottom8px", "FadeIn0to100"]
|
|
438
956
|
},
|
|
439
957
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
440
958
|
"isSource": true,
|
|
@@ -448,7 +966,7 @@ var tokens = [{
|
|
|
448
966
|
"value": {
|
|
449
967
|
"duration": "Duration150",
|
|
450
968
|
"curve": "EasePracticalOut",
|
|
451
|
-
"keyframes": ["
|
|
969
|
+
"keyframes": ["SlideInBottom8px", "FadeIn0to100"]
|
|
452
970
|
}
|
|
453
971
|
},
|
|
454
972
|
"name": "motion.popup.enter.bottom",
|
|
@@ -464,7 +982,7 @@ var tokens = [{
|
|
|
464
982
|
"value": {
|
|
465
983
|
"duration": 150,
|
|
466
984
|
"curve": "cubic-bezier(0.4, 1, 0.6, 1)",
|
|
467
|
-
"keyframes": ["
|
|
985
|
+
"keyframes": ["SlideInLeft8px", "FadeIn0to100"]
|
|
468
986
|
},
|
|
469
987
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
470
988
|
"isSource": true,
|
|
@@ -478,7 +996,7 @@ var tokens = [{
|
|
|
478
996
|
"value": {
|
|
479
997
|
"duration": "Duration150",
|
|
480
998
|
"curve": "EasePracticalOut",
|
|
481
|
-
"keyframes": ["
|
|
999
|
+
"keyframes": ["SlideInLeft8px", "FadeIn0to100"]
|
|
482
1000
|
}
|
|
483
1001
|
},
|
|
484
1002
|
"name": "motion.popup.enter.left",
|
|
@@ -494,7 +1012,7 @@ var tokens = [{
|
|
|
494
1012
|
"value": {
|
|
495
1013
|
"duration": 150,
|
|
496
1014
|
"curve": "cubic-bezier(0.4, 1, 0.6, 1)",
|
|
497
|
-
"keyframes": ["
|
|
1015
|
+
"keyframes": ["SlideInRight8px", "FadeIn0to100"]
|
|
498
1016
|
},
|
|
499
1017
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
500
1018
|
"isSource": true,
|
|
@@ -508,7 +1026,7 @@ var tokens = [{
|
|
|
508
1026
|
"value": {
|
|
509
1027
|
"duration": "Duration150",
|
|
510
1028
|
"curve": "EasePracticalOut",
|
|
511
|
-
"keyframes": ["
|
|
1029
|
+
"keyframes": ["SlideInRight8px", "FadeIn0to100"]
|
|
512
1030
|
}
|
|
513
1031
|
},
|
|
514
1032
|
"name": "motion.popup.enter.right",
|
|
@@ -524,7 +1042,7 @@ var tokens = [{
|
|
|
524
1042
|
"value": {
|
|
525
1043
|
"duration": 150,
|
|
526
1044
|
"curve": "cubic-bezier(0.4, 1, 0.6, 1)",
|
|
527
|
-
"keyframes": ["
|
|
1045
|
+
"keyframes": ["SlideInTop8px", "FadeIn0to100"]
|
|
528
1046
|
},
|
|
529
1047
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
530
1048
|
"isSource": true,
|
|
@@ -538,7 +1056,7 @@ var tokens = [{
|
|
|
538
1056
|
"value": {
|
|
539
1057
|
"duration": "Duration150",
|
|
540
1058
|
"curve": "EasePracticalOut",
|
|
541
|
-
"keyframes": ["
|
|
1059
|
+
"keyframes": ["SlideInTop8px", "FadeIn0to100"]
|
|
542
1060
|
}
|
|
543
1061
|
},
|
|
544
1062
|
"name": "motion.popup.enter.top",
|
|
@@ -554,7 +1072,7 @@ var tokens = [{
|
|
|
554
1072
|
"value": {
|
|
555
1073
|
"duration": 100,
|
|
556
1074
|
"curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
557
|
-
"keyframes": ["
|
|
1075
|
+
"keyframes": ["SlideOutBottom8px", "FadeOut100to0"]
|
|
558
1076
|
},
|
|
559
1077
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
560
1078
|
"isSource": true,
|
|
@@ -568,7 +1086,7 @@ var tokens = [{
|
|
|
568
1086
|
"value": {
|
|
569
1087
|
"duration": "Duration100",
|
|
570
1088
|
"curve": "EasePracticalIn",
|
|
571
|
-
"keyframes": ["
|
|
1089
|
+
"keyframes": ["SlideOutBottom8px", "FadeOut100to0"]
|
|
572
1090
|
}
|
|
573
1091
|
},
|
|
574
1092
|
"name": "motion.popup.exit.bottom",
|
|
@@ -584,7 +1102,7 @@ var tokens = [{
|
|
|
584
1102
|
"value": {
|
|
585
1103
|
"duration": 100,
|
|
586
1104
|
"curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
587
|
-
"keyframes": ["
|
|
1105
|
+
"keyframes": ["SlideOutLeft8px", "FadeOut100to0"]
|
|
588
1106
|
},
|
|
589
1107
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
590
1108
|
"isSource": true,
|
|
@@ -598,7 +1116,7 @@ var tokens = [{
|
|
|
598
1116
|
"value": {
|
|
599
1117
|
"duration": "Duration100",
|
|
600
1118
|
"curve": "EasePracticalIn",
|
|
601
|
-
"keyframes": ["
|
|
1119
|
+
"keyframes": ["SlideOutLeft8px", "FadeOut100to0"]
|
|
602
1120
|
}
|
|
603
1121
|
},
|
|
604
1122
|
"name": "motion.popup.exit.left",
|
|
@@ -614,7 +1132,7 @@ var tokens = [{
|
|
|
614
1132
|
"value": {
|
|
615
1133
|
"duration": 100,
|
|
616
1134
|
"curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
617
|
-
"keyframes": ["
|
|
1135
|
+
"keyframes": ["SlideOutRight8px", "FadeOut100to0"]
|
|
618
1136
|
},
|
|
619
1137
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
620
1138
|
"isSource": true,
|
|
@@ -628,7 +1146,7 @@ var tokens = [{
|
|
|
628
1146
|
"value": {
|
|
629
1147
|
"duration": "Duration100",
|
|
630
1148
|
"curve": "EasePracticalIn",
|
|
631
|
-
"keyframes": ["
|
|
1149
|
+
"keyframes": ["SlideOutRight8px", "FadeOut100to0"]
|
|
632
1150
|
}
|
|
633
1151
|
},
|
|
634
1152
|
"name": "motion.popup.exit.right",
|
|
@@ -644,7 +1162,7 @@ var tokens = [{
|
|
|
644
1162
|
"value": {
|
|
645
1163
|
"duration": 100,
|
|
646
1164
|
"curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
647
|
-
"keyframes": ["
|
|
1165
|
+
"keyframes": ["SlideOutTop8px", "FadeOut100to0"]
|
|
648
1166
|
},
|
|
649
1167
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
650
1168
|
"isSource": true,
|
|
@@ -658,7 +1176,7 @@ var tokens = [{
|
|
|
658
1176
|
"value": {
|
|
659
1177
|
"duration": "Duration100",
|
|
660
1178
|
"curve": "EasePracticalIn",
|
|
661
|
-
"keyframes": ["
|
|
1179
|
+
"keyframes": ["SlideOutTop8px", "FadeOut100to0"]
|
|
662
1180
|
}
|
|
663
1181
|
},
|
|
664
1182
|
"name": "motion.popup.exit.top",
|
|
@@ -674,7 +1192,7 @@ var tokens = [{
|
|
|
674
1192
|
"value": {
|
|
675
1193
|
"duration": 250,
|
|
676
1194
|
"curve": "cubic-bezier(0.4, 0, 0, 1)",
|
|
677
|
-
"keyframes": ["
|
|
1195
|
+
"keyframes": ["ScaleIn95to100", "FadeIn0to100"]
|
|
678
1196
|
},
|
|
679
1197
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
680
1198
|
"isSource": true,
|
|
@@ -688,7 +1206,7 @@ var tokens = [{
|
|
|
688
1206
|
"value": {
|
|
689
1207
|
"duration": "Duration250",
|
|
690
1208
|
"curve": "EaseBoldInOut",
|
|
691
|
-
"keyframes": ["
|
|
1209
|
+
"keyframes": ["ScaleIn95to100", "FadeIn0to100"]
|
|
692
1210
|
}
|
|
693
1211
|
},
|
|
694
1212
|
"name": "motion.spotlight.enter",
|
|
@@ -703,8 +1221,8 @@ var tokens = [{
|
|
|
703
1221
|
},
|
|
704
1222
|
"value": {
|
|
705
1223
|
"duration": 200,
|
|
706
|
-
"curve": "cubic-bezier(0.
|
|
707
|
-
"keyframes": ["
|
|
1224
|
+
"curve": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
1225
|
+
"keyframes": ["ScaleOut100to95", "FadeOut100to0"]
|
|
708
1226
|
},
|
|
709
1227
|
"filePath": "schema/themes/atlassian-motion/motion.tsx",
|
|
710
1228
|
"isSource": true,
|
|
@@ -717,8 +1235,8 @@ var tokens = [{
|
|
|
717
1235
|
},
|
|
718
1236
|
"value": {
|
|
719
1237
|
"duration": "Duration200",
|
|
720
|
-
"curve": "
|
|
721
|
-
"keyframes": ["
|
|
1238
|
+
"curve": "EasePracticalIn",
|
|
1239
|
+
"keyframes": ["ScaleOut100to95", "FadeOut100to0"]
|
|
722
1240
|
}
|
|
723
1241
|
},
|
|
724
1242
|
"name": "motion.spotlight.exit",
|