@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.
- package/CHANGELOG.md +66 -0
- package/dist/cjs/artifacts/palettes-raw/motion-palette.js +123 -305
- package/dist/cjs/artifacts/replacement-mapping.js +82 -11
- package/dist/cjs/artifacts/themes/atlassian-motion.js +2 -2
- package/dist/cjs/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/cjs/artifacts/token-default-values.js +50 -26
- package/dist/cjs/artifacts/token-names.js +32 -8
- package/dist/cjs/artifacts/tokens-raw/atlassian-motion.js +653 -135
- package/dist/cjs/artifacts/tokens-raw/atlassian-typography.js +1 -34
- package/dist/cjs/entry-points/token-metadata.codegen.js +1 -10
- package/dist/es2019/artifacts/palettes-raw/motion-palette.js +123 -305
- package/dist/es2019/artifacts/replacement-mapping.js +82 -11
- package/dist/es2019/artifacts/themes/atlassian-motion.js +64 -91
- package/dist/es2019/artifacts/themes/atlassian-typography.js +1 -2
- package/dist/es2019/artifacts/token-default-values.js +50 -26
- package/dist/es2019/artifacts/token-names.js +32 -8
- package/dist/es2019/artifacts/tokens-raw/atlassian-motion.js +653 -135
- package/dist/es2019/artifacts/tokens-raw/atlassian-typography.js +1 -34
- package/dist/es2019/entry-points/token-metadata.codegen.js +1 -10
- package/dist/esm/artifacts/palettes-raw/motion-palette.js +123 -305
- package/dist/esm/artifacts/replacement-mapping.js +82 -11
- package/dist/esm/artifacts/themes/atlassian-motion.js +2 -2
- package/dist/esm/artifacts/themes/atlassian-typography.js +2 -2
- package/dist/esm/artifacts/token-default-values.js +50 -26
- package/dist/esm/artifacts/token-names.js +32 -8
- package/dist/esm/artifacts/tokens-raw/atlassian-motion.js +653 -135
- package/dist/esm/artifacts/tokens-raw/atlassian-typography.js +1 -34
- package/dist/esm/entry-points/token-metadata.codegen.js +1 -10
- 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/themes/atlassian-typography.d.ts +2 -2
- package/dist/types/artifacts/token-default-values.d.ts +50 -26
- package/dist/types/artifacts/token-names.d.ts +63 -15
- package/dist/types/artifacts/tokens-raw/atlassian-motion.d.ts +5 -5
- package/dist/types/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
- package/dist/types/entry-points/css-type-schema.codegen.d.ts +6 -3
- package/dist/types/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types/types.d.ts +93 -15
- 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/themes/atlassian-typography.d.ts +2 -2
- package/dist/types-ts4.5/artifacts/token-default-values.d.ts +50 -26
- package/dist/types-ts4.5/artifacts/token-names.d.ts +63 -15
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-motion.d.ts +5 -5
- package/dist/types-ts4.5/artifacts/tokens-raw/atlassian-typography.d.ts +1 -1
- package/dist/types-ts4.5/entry-points/css-type-schema.codegen.d.ts +6 -3
- package/dist/types-ts4.5/entry-points/token-metadata.codegen.d.ts +1 -1
- package/dist/types-ts4.5/types.d.ts +93 -15
- package/figma/atlassian-typography.json +1 -3
- package/package.json +10 -10
|
@@ -6,36 +6,21 @@ 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::
|
|
9
|
+
* @codegen <<SignedSource::61e5f6306081ee114d542ad7b43b7e1c>>
|
|
10
10
|
* @codegenCommand yarn build tokens
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
var tokens = [{
|
|
14
|
-
"value": "cubic-bezier(0.32, 0, 0.67, 0)",
|
|
15
|
-
"attributes": {
|
|
16
|
-
"group": "motion"
|
|
17
|
-
},
|
|
18
|
-
"filePath": "schema/palettes/motion-palette.tsx",
|
|
19
|
-
"isSource": true,
|
|
20
|
-
"original": {
|
|
21
|
-
"value": "cubic-bezier(0.32, 0, 0.67, 0)",
|
|
22
|
-
"attributes": {
|
|
23
|
-
"group": "motion"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"name": "motion.curve.Custom",
|
|
27
|
-
"path": ["motion", "curve", "Custom"]
|
|
28
|
-
}, {
|
|
29
14
|
"value": "cubic-bezier(0.4, 0, 0, 1)",
|
|
30
15
|
"attributes": {
|
|
31
|
-
"group": "
|
|
16
|
+
"group": "motionEasing"
|
|
32
17
|
},
|
|
33
18
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
34
19
|
"isSource": true,
|
|
35
20
|
"original": {
|
|
36
21
|
"value": "cubic-bezier(0.4, 0, 0, 1)",
|
|
37
22
|
"attributes": {
|
|
38
|
-
"group": "
|
|
23
|
+
"group": "motionEasing"
|
|
39
24
|
}
|
|
40
25
|
},
|
|
41
26
|
"name": "motion.curve.EaseBoldInOut",
|
|
@@ -43,14 +28,14 @@ var tokens = [{
|
|
|
43
28
|
}, {
|
|
44
29
|
"value": "cubic-bezier(0, 0.4, 0, 1)",
|
|
45
30
|
"attributes": {
|
|
46
|
-
"group": "
|
|
31
|
+
"group": "motionEasing"
|
|
47
32
|
},
|
|
48
33
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
49
34
|
"isSource": true,
|
|
50
35
|
"original": {
|
|
51
36
|
"value": "cubic-bezier(0, 0.4, 0, 1)",
|
|
52
37
|
"attributes": {
|
|
53
|
-
"group": "
|
|
38
|
+
"group": "motionEasing"
|
|
54
39
|
}
|
|
55
40
|
},
|
|
56
41
|
"name": "motion.curve.EaseBoldOut",
|
|
@@ -58,14 +43,14 @@ var tokens = [{
|
|
|
58
43
|
}, {
|
|
59
44
|
"value": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
60
45
|
"attributes": {
|
|
61
|
-
"group": "
|
|
46
|
+
"group": "motionEasing"
|
|
62
47
|
},
|
|
63
48
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
64
49
|
"isSource": true,
|
|
65
50
|
"original": {
|
|
66
51
|
"value": "cubic-bezier(0.6, 0, 0.8, 0.6)",
|
|
67
52
|
"attributes": {
|
|
68
|
-
"group": "
|
|
53
|
+
"group": "motionEasing"
|
|
69
54
|
}
|
|
70
55
|
},
|
|
71
56
|
"name": "motion.curve.EasePracticalIn",
|
|
@@ -73,29 +58,59 @@ var tokens = [{
|
|
|
73
58
|
}, {
|
|
74
59
|
"value": "cubic-bezier(0.4, 1, 0.6, 1)",
|
|
75
60
|
"attributes": {
|
|
76
|
-
"group": "
|
|
61
|
+
"group": "motionEasing"
|
|
77
62
|
},
|
|
78
63
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
79
64
|
"isSource": true,
|
|
80
65
|
"original": {
|
|
81
66
|
"value": "cubic-bezier(0.4, 1, 0.6, 1)",
|
|
82
67
|
"attributes": {
|
|
83
|
-
"group": "
|
|
68
|
+
"group": "motionEasing"
|
|
84
69
|
}
|
|
85
70
|
},
|
|
86
71
|
"name": "motion.curve.EasePracticalOut",
|
|
87
72
|
"path": ["motion", "curve", "EasePracticalOut"]
|
|
73
|
+
}, {
|
|
74
|
+
"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)",
|
|
75
|
+
"attributes": {
|
|
76
|
+
"group": "motionEasing"
|
|
77
|
+
},
|
|
78
|
+
"filePath": "schema/palettes/motion-palette.tsx",
|
|
79
|
+
"isSource": true,
|
|
80
|
+
"original": {
|
|
81
|
+
"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)",
|
|
82
|
+
"attributes": {
|
|
83
|
+
"group": "motionEasing"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"name": "motion.curve.EaseSpring",
|
|
87
|
+
"path": ["motion", "curve", "EaseSpring"]
|
|
88
|
+
}, {
|
|
89
|
+
"value": 0,
|
|
90
|
+
"attributes": {
|
|
91
|
+
"group": "motionDuration"
|
|
92
|
+
},
|
|
93
|
+
"filePath": "schema/palettes/motion-palette.tsx",
|
|
94
|
+
"isSource": true,
|
|
95
|
+
"original": {
|
|
96
|
+
"value": 0,
|
|
97
|
+
"attributes": {
|
|
98
|
+
"group": "motionDuration"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"name": "motion.duration.Duration000",
|
|
102
|
+
"path": ["motion", "duration", "Duration000"]
|
|
88
103
|
}, {
|
|
89
104
|
"value": 50,
|
|
90
105
|
"attributes": {
|
|
91
|
-
"group": "
|
|
106
|
+
"group": "motionDuration"
|
|
92
107
|
},
|
|
93
108
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
94
109
|
"isSource": true,
|
|
95
110
|
"original": {
|
|
96
111
|
"value": 50,
|
|
97
112
|
"attributes": {
|
|
98
|
-
"group": "
|
|
113
|
+
"group": "motionDuration"
|
|
99
114
|
}
|
|
100
115
|
},
|
|
101
116
|
"name": "motion.duration.Duration050",
|
|
@@ -103,14 +118,14 @@ var tokens = [{
|
|
|
103
118
|
}, {
|
|
104
119
|
"value": 100,
|
|
105
120
|
"attributes": {
|
|
106
|
-
"group": "
|
|
121
|
+
"group": "motionDuration"
|
|
107
122
|
},
|
|
108
123
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
109
124
|
"isSource": true,
|
|
110
125
|
"original": {
|
|
111
126
|
"value": 100,
|
|
112
127
|
"attributes": {
|
|
113
|
-
"group": "
|
|
128
|
+
"group": "motionDuration"
|
|
114
129
|
}
|
|
115
130
|
},
|
|
116
131
|
"name": "motion.duration.Duration100",
|
|
@@ -118,14 +133,14 @@ var tokens = [{
|
|
|
118
133
|
}, {
|
|
119
134
|
"value": 150,
|
|
120
135
|
"attributes": {
|
|
121
|
-
"group": "
|
|
136
|
+
"group": "motionDuration"
|
|
122
137
|
},
|
|
123
138
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
124
139
|
"isSource": true,
|
|
125
140
|
"original": {
|
|
126
141
|
"value": 150,
|
|
127
142
|
"attributes": {
|
|
128
|
-
"group": "
|
|
143
|
+
"group": "motionDuration"
|
|
129
144
|
}
|
|
130
145
|
},
|
|
131
146
|
"name": "motion.duration.Duration150",
|
|
@@ -133,14 +148,14 @@ var tokens = [{
|
|
|
133
148
|
}, {
|
|
134
149
|
"value": 200,
|
|
135
150
|
"attributes": {
|
|
136
|
-
"group": "
|
|
151
|
+
"group": "motionDuration"
|
|
137
152
|
},
|
|
138
153
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
139
154
|
"isSource": true,
|
|
140
155
|
"original": {
|
|
141
156
|
"value": 200,
|
|
142
157
|
"attributes": {
|
|
143
|
-
"group": "
|
|
158
|
+
"group": "motionDuration"
|
|
144
159
|
}
|
|
145
160
|
},
|
|
146
161
|
"name": "motion.duration.Duration200",
|
|
@@ -148,63 +163,48 @@ var tokens = [{
|
|
|
148
163
|
}, {
|
|
149
164
|
"value": 250,
|
|
150
165
|
"attributes": {
|
|
151
|
-
"group": "
|
|
166
|
+
"group": "motionDuration"
|
|
152
167
|
},
|
|
153
168
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
154
169
|
"isSource": true,
|
|
155
170
|
"original": {
|
|
156
171
|
"value": 250,
|
|
157
172
|
"attributes": {
|
|
158
|
-
"group": "
|
|
173
|
+
"group": "motionDuration"
|
|
159
174
|
}
|
|
160
175
|
},
|
|
161
176
|
"name": "motion.duration.Duration250",
|
|
162
177
|
"path": ["motion", "duration", "Duration250"]
|
|
163
178
|
}, {
|
|
164
|
-
"value":
|
|
165
|
-
"attributes": {
|
|
166
|
-
"group": "motion"
|
|
167
|
-
},
|
|
168
|
-
"filePath": "schema/palettes/motion-palette.tsx",
|
|
169
|
-
"isSource": true,
|
|
170
|
-
"original": {
|
|
171
|
-
"value": 300,
|
|
172
|
-
"attributes": {
|
|
173
|
-
"group": "motion"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
"name": "motion.duration.Duration300",
|
|
177
|
-
"path": ["motion", "duration", "Duration300"]
|
|
178
|
-
}, {
|
|
179
|
-
"value": 350,
|
|
179
|
+
"value": 400,
|
|
180
180
|
"attributes": {
|
|
181
|
-
"group": "
|
|
181
|
+
"group": "motionDuration"
|
|
182
182
|
},
|
|
183
183
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
184
184
|
"isSource": true,
|
|
185
185
|
"original": {
|
|
186
|
-
"value":
|
|
186
|
+
"value": 400,
|
|
187
187
|
"attributes": {
|
|
188
|
-
"group": "
|
|
188
|
+
"group": "motionDuration"
|
|
189
189
|
}
|
|
190
190
|
},
|
|
191
|
-
"name": "motion.duration.
|
|
192
|
-
"path": ["motion", "duration", "
|
|
191
|
+
"name": "motion.duration.Duration400",
|
|
192
|
+
"path": ["motion", "duration", "Duration400"]
|
|
193
193
|
}, {
|
|
194
|
-
"value":
|
|
194
|
+
"value": 600,
|
|
195
195
|
"attributes": {
|
|
196
|
-
"group": "
|
|
196
|
+
"group": "motionDuration"
|
|
197
197
|
},
|
|
198
198
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
199
199
|
"isSource": true,
|
|
200
200
|
"original": {
|
|
201
|
-
"value":
|
|
201
|
+
"value": 600,
|
|
202
202
|
"attributes": {
|
|
203
|
-
"group": "
|
|
203
|
+
"group": "motionDuration"
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
|
-
"name": "motion.duration.
|
|
207
|
-
"path": ["motion", "duration", "
|
|
206
|
+
"name": "motion.duration.Duration600",
|
|
207
|
+
"path": ["motion", "duration", "Duration600"]
|
|
208
208
|
}, {
|
|
209
209
|
"value": {
|
|
210
210
|
"0%": {
|
|
@@ -215,7 +215,7 @@ var tokens = [{
|
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
217
|
"attributes": {
|
|
218
|
-
"group": "
|
|
218
|
+
"group": "motionKeyframe"
|
|
219
219
|
},
|
|
220
220
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
221
221
|
"isSource": true,
|
|
@@ -229,11 +229,11 @@ var tokens = [{
|
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
231
|
"attributes": {
|
|
232
|
-
"group": "
|
|
232
|
+
"group": "motionKeyframe"
|
|
233
233
|
}
|
|
234
234
|
},
|
|
235
|
-
"name": "motion.keyframe.
|
|
236
|
-
"path": ["motion", "keyframe", "
|
|
235
|
+
"name": "motion.keyframe.FadeIn0to100",
|
|
236
|
+
"path": ["motion", "keyframe", "FadeIn0to100"]
|
|
237
237
|
}, {
|
|
238
238
|
"value": {
|
|
239
239
|
"0%": {
|
|
@@ -244,7 +244,7 @@ var tokens = [{
|
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
246
|
"attributes": {
|
|
247
|
-
"group": "
|
|
247
|
+
"group": "motionKeyframe"
|
|
248
248
|
},
|
|
249
249
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
250
250
|
"isSource": true,
|
|
@@ -258,11 +258,11 @@ var tokens = [{
|
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
"attributes": {
|
|
261
|
-
"group": "
|
|
261
|
+
"group": "motionKeyframe"
|
|
262
262
|
}
|
|
263
263
|
},
|
|
264
|
-
"name": "motion.keyframe.
|
|
265
|
-
"path": ["motion", "keyframe", "
|
|
264
|
+
"name": "motion.keyframe.FadeOut100to0",
|
|
265
|
+
"path": ["motion", "keyframe", "FadeOut100to0"]
|
|
266
266
|
}, {
|
|
267
267
|
"value": {
|
|
268
268
|
"0%": {
|
|
@@ -273,7 +273,7 @@ var tokens = [{
|
|
|
273
273
|
}
|
|
274
274
|
},
|
|
275
275
|
"attributes": {
|
|
276
|
-
"group": "
|
|
276
|
+
"group": "motionKeyframe"
|
|
277
277
|
},
|
|
278
278
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
279
279
|
"isSource": true,
|
|
@@ -287,69 +287,11 @@ var tokens = [{
|
|
|
287
287
|
}
|
|
288
288
|
},
|
|
289
289
|
"attributes": {
|
|
290
|
-
"group": "
|
|
290
|
+
"group": "motionKeyframe"
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
|
-
"name": "motion.keyframe.
|
|
294
|
-
"path": ["motion", "keyframe", "
|
|
295
|
-
}, {
|
|
296
|
-
"value": {
|
|
297
|
-
"0%": {
|
|
298
|
-
"transform": "scale(0.85)"
|
|
299
|
-
},
|
|
300
|
-
"100%": {
|
|
301
|
-
"transform": "scale(1)"
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
"attributes": {
|
|
305
|
-
"group": "keyframe"
|
|
306
|
-
},
|
|
307
|
-
"filePath": "schema/palettes/motion-palette.tsx",
|
|
308
|
-
"isSource": true,
|
|
309
|
-
"original": {
|
|
310
|
-
"value": {
|
|
311
|
-
"0%": {
|
|
312
|
-
"transform": "scale(0.85)"
|
|
313
|
-
},
|
|
314
|
-
"100%": {
|
|
315
|
-
"transform": "scale(1)"
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
"attributes": {
|
|
319
|
-
"group": "keyframe"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
"name": "motion.keyframe.ScaleIn85",
|
|
323
|
-
"path": ["motion", "keyframe", "ScaleIn85"]
|
|
324
|
-
}, {
|
|
325
|
-
"value": {
|
|
326
|
-
"0%": {
|
|
327
|
-
"transform": "scale(0.9)"
|
|
328
|
-
},
|
|
329
|
-
"100%": {
|
|
330
|
-
"transform": "scale(1)"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"attributes": {
|
|
334
|
-
"group": "keyframe"
|
|
335
|
-
},
|
|
336
|
-
"filePath": "schema/palettes/motion-palette.tsx",
|
|
337
|
-
"isSource": true,
|
|
338
|
-
"original": {
|
|
339
|
-
"value": {
|
|
340
|
-
"0%": {
|
|
341
|
-
"transform": "scale(0.9)"
|
|
342
|
-
},
|
|
343
|
-
"100%": {
|
|
344
|
-
"transform": "scale(1)"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
"attributes": {
|
|
348
|
-
"group": "keyframe"
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
"name": "motion.keyframe.ScaleIn90",
|
|
352
|
-
"path": ["motion", "keyframe", "ScaleIn90"]
|
|
293
|
+
"name": "motion.keyframe.ScaleIn80to100",
|
|
294
|
+
"path": ["motion", "keyframe", "ScaleIn80to100"]
|
|
353
295
|
}, {
|
|
354
296
|
"value": {
|
|
355
297
|
"0%": {
|
|
@@ -360,7 +302,7 @@ var tokens = [{
|
|
|
360
302
|
}
|
|
361
303
|
},
|
|
362
304
|
"attributes": {
|
|
363
|
-
"group": "
|
|
305
|
+
"group": "motionKeyframe"
|
|
364
306
|
},
|
|
365
307
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
366
308
|
"isSource": true,
|
|
@@ -374,11 +316,11 @@ var tokens = [{
|
|
|
374
316
|
}
|
|
375
317
|
},
|
|
376
318
|
"attributes": {
|
|
377
|
-
"group": "
|
|
319
|
+
"group": "motionKeyframe"
|
|
378
320
|
}
|
|
379
321
|
},
|
|
380
|
-
"name": "motion.keyframe.
|
|
381
|
-
"path": ["motion", "keyframe", "
|
|
322
|
+
"name": "motion.keyframe.ScaleIn95to100",
|
|
323
|
+
"path": ["motion", "keyframe", "ScaleIn95to100"]
|
|
382
324
|
}, {
|
|
383
325
|
"value": {
|
|
384
326
|
"0%": {
|
|
@@ -389,7 +331,7 @@ var tokens = [{
|
|
|
389
331
|
}
|
|
390
332
|
},
|
|
391
333
|
"attributes": {
|
|
392
|
-
"group": "
|
|
334
|
+
"group": "motionKeyframe"
|
|
393
335
|
},
|
|
394
336
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
395
337
|
"isSource": true,
|
|
@@ -403,69 +345,11 @@ var tokens = [{
|
|
|
403
345
|
}
|
|
404
346
|
},
|
|
405
347
|
"attributes": {
|
|
406
|
-
"group": "
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
"name": "motion.keyframe.ScaleOut80",
|
|
410
|
-
"path": ["motion", "keyframe", "ScaleOut80"]
|
|
411
|
-
}, {
|
|
412
|
-
"value": {
|
|
413
|
-
"0%": {
|
|
414
|
-
"transform": "scale(1)"
|
|
415
|
-
},
|
|
416
|
-
"100%": {
|
|
417
|
-
"transform": "scale(0.85)"
|
|
418
|
-
}
|
|
419
|
-
},
|
|
420
|
-
"attributes": {
|
|
421
|
-
"group": "keyframe"
|
|
422
|
-
},
|
|
423
|
-
"filePath": "schema/palettes/motion-palette.tsx",
|
|
424
|
-
"isSource": true,
|
|
425
|
-
"original": {
|
|
426
|
-
"value": {
|
|
427
|
-
"0%": {
|
|
428
|
-
"transform": "scale(1)"
|
|
429
|
-
},
|
|
430
|
-
"100%": {
|
|
431
|
-
"transform": "scale(0.85)"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
"attributes": {
|
|
435
|
-
"group": "keyframe"
|
|
348
|
+
"group": "motionKeyframe"
|
|
436
349
|
}
|
|
437
350
|
},
|
|
438
|
-
"name": "motion.keyframe.
|
|
439
|
-
"path": ["motion", "keyframe", "
|
|
440
|
-
}, {
|
|
441
|
-
"value": {
|
|
442
|
-
"0%": {
|
|
443
|
-
"transform": "scale(1)"
|
|
444
|
-
},
|
|
445
|
-
"100%": {
|
|
446
|
-
"transform": "scale(0.9)"
|
|
447
|
-
}
|
|
448
|
-
},
|
|
449
|
-
"attributes": {
|
|
450
|
-
"group": "keyframe"
|
|
451
|
-
},
|
|
452
|
-
"filePath": "schema/palettes/motion-palette.tsx",
|
|
453
|
-
"isSource": true,
|
|
454
|
-
"original": {
|
|
455
|
-
"value": {
|
|
456
|
-
"0%": {
|
|
457
|
-
"transform": "scale(1)"
|
|
458
|
-
},
|
|
459
|
-
"100%": {
|
|
460
|
-
"transform": "scale(0.9)"
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
"attributes": {
|
|
464
|
-
"group": "keyframe"
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
"name": "motion.keyframe.ScaleOut90",
|
|
468
|
-
"path": ["motion", "keyframe", "ScaleOut90"]
|
|
351
|
+
"name": "motion.keyframe.ScaleOut100to80",
|
|
352
|
+
"path": ["motion", "keyframe", "ScaleOut100to80"]
|
|
469
353
|
}, {
|
|
470
354
|
"value": {
|
|
471
355
|
"0%": {
|
|
@@ -476,7 +360,7 @@ var tokens = [{
|
|
|
476
360
|
}
|
|
477
361
|
},
|
|
478
362
|
"attributes": {
|
|
479
|
-
"group": "
|
|
363
|
+
"group": "motionKeyframe"
|
|
480
364
|
},
|
|
481
365
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
482
366
|
"isSource": true,
|
|
@@ -490,44 +374,11 @@ var tokens = [{
|
|
|
490
374
|
}
|
|
491
375
|
},
|
|
492
376
|
"attributes": {
|
|
493
|
-
"group": "
|
|
377
|
+
"group": "motionKeyframe"
|
|
494
378
|
}
|
|
495
379
|
},
|
|
496
|
-
"name": "motion.keyframe.
|
|
497
|
-
"path": ["motion", "keyframe", "
|
|
498
|
-
}, {
|
|
499
|
-
"value": {
|
|
500
|
-
"0%": {
|
|
501
|
-
"transform": "translateX(-15%)",
|
|
502
|
-
"transform-origin": "left"
|
|
503
|
-
},
|
|
504
|
-
"100%": {
|
|
505
|
-
"transform": "translateX(0px)",
|
|
506
|
-
"transform-origin": "left"
|
|
507
|
-
}
|
|
508
|
-
},
|
|
509
|
-
"attributes": {
|
|
510
|
-
"group": "keyframe"
|
|
511
|
-
},
|
|
512
|
-
"filePath": "schema/palettes/motion-palette.tsx",
|
|
513
|
-
"isSource": true,
|
|
514
|
-
"original": {
|
|
515
|
-
"value": {
|
|
516
|
-
"0%": {
|
|
517
|
-
"transform": "translateX(-15%)",
|
|
518
|
-
"transform-origin": "left"
|
|
519
|
-
},
|
|
520
|
-
"100%": {
|
|
521
|
-
"transform": "translateX(0px)",
|
|
522
|
-
"transform-origin": "left"
|
|
523
|
-
}
|
|
524
|
-
},
|
|
525
|
-
"attributes": {
|
|
526
|
-
"group": "keyframe"
|
|
527
|
-
}
|
|
528
|
-
},
|
|
529
|
-
"name": "motion.keyframe.SlideIn15PercentLeft",
|
|
530
|
-
"path": ["motion", "keyframe", "SlideIn15PercentLeft"]
|
|
380
|
+
"name": "motion.keyframe.ScaleOut100to95",
|
|
381
|
+
"path": ["motion", "keyframe", "ScaleOut100to95"]
|
|
531
382
|
}, {
|
|
532
383
|
"value": {
|
|
533
384
|
"0%": {
|
|
@@ -540,7 +391,7 @@ var tokens = [{
|
|
|
540
391
|
}
|
|
541
392
|
},
|
|
542
393
|
"attributes": {
|
|
543
|
-
"group": "
|
|
394
|
+
"group": "motionKeyframe"
|
|
544
395
|
},
|
|
545
396
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
546
397
|
"isSource": true,
|
|
@@ -556,7 +407,7 @@ var tokens = [{
|
|
|
556
407
|
}
|
|
557
408
|
},
|
|
558
409
|
"attributes": {
|
|
559
|
-
"group": "
|
|
410
|
+
"group": "motionKeyframe"
|
|
560
411
|
}
|
|
561
412
|
},
|
|
562
413
|
"name": "motion.keyframe.SlideIn50PercentLeft",
|
|
@@ -571,7 +422,7 @@ var tokens = [{
|
|
|
571
422
|
}
|
|
572
423
|
},
|
|
573
424
|
"attributes": {
|
|
574
|
-
"group": "
|
|
425
|
+
"group": "motionKeyframe"
|
|
575
426
|
},
|
|
576
427
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
577
428
|
"isSource": true,
|
|
@@ -585,11 +436,11 @@ var tokens = [{
|
|
|
585
436
|
}
|
|
586
437
|
},
|
|
587
438
|
"attributes": {
|
|
588
|
-
"group": "
|
|
439
|
+
"group": "motionKeyframe"
|
|
589
440
|
}
|
|
590
441
|
},
|
|
591
|
-
"name": "motion.keyframe.
|
|
592
|
-
"path": ["motion", "keyframe", "
|
|
442
|
+
"name": "motion.keyframe.SlideInBottom8px",
|
|
443
|
+
"path": ["motion", "keyframe", "SlideInBottom8px"]
|
|
593
444
|
}, {
|
|
594
445
|
"value": {
|
|
595
446
|
"0%": {
|
|
@@ -600,7 +451,7 @@ var tokens = [{
|
|
|
600
451
|
}
|
|
601
452
|
},
|
|
602
453
|
"attributes": {
|
|
603
|
-
"group": "
|
|
454
|
+
"group": "motionKeyframe"
|
|
604
455
|
},
|
|
605
456
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
606
457
|
"isSource": true,
|
|
@@ -614,11 +465,11 @@ var tokens = [{
|
|
|
614
465
|
}
|
|
615
466
|
},
|
|
616
467
|
"attributes": {
|
|
617
|
-
"group": "
|
|
468
|
+
"group": "motionKeyframe"
|
|
618
469
|
}
|
|
619
470
|
},
|
|
620
|
-
"name": "motion.keyframe.
|
|
621
|
-
"path": ["motion", "keyframe", "
|
|
471
|
+
"name": "motion.keyframe.SlideInLeft8px",
|
|
472
|
+
"path": ["motion", "keyframe", "SlideInLeft8px"]
|
|
622
473
|
}, {
|
|
623
474
|
"value": {
|
|
624
475
|
"0%": {
|
|
@@ -629,7 +480,7 @@ var tokens = [{
|
|
|
629
480
|
}
|
|
630
481
|
},
|
|
631
482
|
"attributes": {
|
|
632
|
-
"group": "
|
|
483
|
+
"group": "motionKeyframe"
|
|
633
484
|
},
|
|
634
485
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
635
486
|
"isSource": true,
|
|
@@ -643,11 +494,11 @@ var tokens = [{
|
|
|
643
494
|
}
|
|
644
495
|
},
|
|
645
496
|
"attributes": {
|
|
646
|
-
"group": "
|
|
497
|
+
"group": "motionKeyframe"
|
|
647
498
|
}
|
|
648
499
|
},
|
|
649
|
-
"name": "motion.keyframe.
|
|
650
|
-
"path": ["motion", "keyframe", "
|
|
500
|
+
"name": "motion.keyframe.SlideInRight8px",
|
|
501
|
+
"path": ["motion", "keyframe", "SlideInRight8px"]
|
|
651
502
|
}, {
|
|
652
503
|
"value": {
|
|
653
504
|
"0%": {
|
|
@@ -658,7 +509,7 @@ var tokens = [{
|
|
|
658
509
|
}
|
|
659
510
|
},
|
|
660
511
|
"attributes": {
|
|
661
|
-
"group": "
|
|
512
|
+
"group": "motionKeyframe"
|
|
662
513
|
},
|
|
663
514
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
664
515
|
"isSource": true,
|
|
@@ -672,11 +523,11 @@ var tokens = [{
|
|
|
672
523
|
}
|
|
673
524
|
},
|
|
674
525
|
"attributes": {
|
|
675
|
-
"group": "
|
|
526
|
+
"group": "motionKeyframe"
|
|
676
527
|
}
|
|
677
528
|
},
|
|
678
|
-
"name": "motion.keyframe.
|
|
679
|
-
"path": ["motion", "keyframe", "
|
|
529
|
+
"name": "motion.keyframe.SlideInTop8px",
|
|
530
|
+
"path": ["motion", "keyframe", "SlideInTop8px"]
|
|
680
531
|
}, {
|
|
681
532
|
"value": {
|
|
682
533
|
"0%": {
|
|
@@ -689,7 +540,7 @@ var tokens = [{
|
|
|
689
540
|
}
|
|
690
541
|
},
|
|
691
542
|
"attributes": {
|
|
692
|
-
"group": "
|
|
543
|
+
"group": "motionKeyframe"
|
|
693
544
|
},
|
|
694
545
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
695
546
|
"isSource": true,
|
|
@@ -705,44 +556,11 @@ var tokens = [{
|
|
|
705
556
|
}
|
|
706
557
|
},
|
|
707
558
|
"attributes": {
|
|
708
|
-
"group": "
|
|
559
|
+
"group": "motionKeyframe"
|
|
709
560
|
}
|
|
710
561
|
},
|
|
711
562
|
"name": "motion.keyframe.SlideOut15PercentLeft",
|
|
712
563
|
"path": ["motion", "keyframe", "SlideOut15PercentLeft"]
|
|
713
|
-
}, {
|
|
714
|
-
"value": {
|
|
715
|
-
"0%": {
|
|
716
|
-
"transform": "translateX(0px)",
|
|
717
|
-
"transform-origin": "left"
|
|
718
|
-
},
|
|
719
|
-
"100%": {
|
|
720
|
-
"transform": "translateX(-50%)",
|
|
721
|
-
"transform-origin": "left"
|
|
722
|
-
}
|
|
723
|
-
},
|
|
724
|
-
"attributes": {
|
|
725
|
-
"group": "keyframe"
|
|
726
|
-
},
|
|
727
|
-
"filePath": "schema/palettes/motion-palette.tsx",
|
|
728
|
-
"isSource": true,
|
|
729
|
-
"original": {
|
|
730
|
-
"value": {
|
|
731
|
-
"0%": {
|
|
732
|
-
"transform": "translateX(0px)",
|
|
733
|
-
"transform-origin": "left"
|
|
734
|
-
},
|
|
735
|
-
"100%": {
|
|
736
|
-
"transform": "translateX(-50%)",
|
|
737
|
-
"transform-origin": "left"
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
"attributes": {
|
|
741
|
-
"group": "keyframe"
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
"name": "motion.keyframe.SlideOut50PercentLeft",
|
|
745
|
-
"path": ["motion", "keyframe", "SlideOut50PercentLeft"]
|
|
746
564
|
}, {
|
|
747
565
|
"value": {
|
|
748
566
|
"0%": {
|
|
@@ -753,7 +571,7 @@ var tokens = [{
|
|
|
753
571
|
}
|
|
754
572
|
},
|
|
755
573
|
"attributes": {
|
|
756
|
-
"group": "
|
|
574
|
+
"group": "motionKeyframe"
|
|
757
575
|
},
|
|
758
576
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
759
577
|
"isSource": true,
|
|
@@ -767,11 +585,11 @@ var tokens = [{
|
|
|
767
585
|
}
|
|
768
586
|
},
|
|
769
587
|
"attributes": {
|
|
770
|
-
"group": "
|
|
588
|
+
"group": "motionKeyframe"
|
|
771
589
|
}
|
|
772
590
|
},
|
|
773
|
-
"name": "motion.keyframe.
|
|
774
|
-
"path": ["motion", "keyframe", "
|
|
591
|
+
"name": "motion.keyframe.SlideOutBottom8px",
|
|
592
|
+
"path": ["motion", "keyframe", "SlideOutBottom8px"]
|
|
775
593
|
}, {
|
|
776
594
|
"value": {
|
|
777
595
|
"0%": {
|
|
@@ -782,7 +600,7 @@ var tokens = [{
|
|
|
782
600
|
}
|
|
783
601
|
},
|
|
784
602
|
"attributes": {
|
|
785
|
-
"group": "
|
|
603
|
+
"group": "motionKeyframe"
|
|
786
604
|
},
|
|
787
605
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
788
606
|
"isSource": true,
|
|
@@ -796,11 +614,11 @@ var tokens = [{
|
|
|
796
614
|
}
|
|
797
615
|
},
|
|
798
616
|
"attributes": {
|
|
799
|
-
"group": "
|
|
617
|
+
"group": "motionKeyframe"
|
|
800
618
|
}
|
|
801
619
|
},
|
|
802
|
-
"name": "motion.keyframe.
|
|
803
|
-
"path": ["motion", "keyframe", "
|
|
620
|
+
"name": "motion.keyframe.SlideOutLeft8px",
|
|
621
|
+
"path": ["motion", "keyframe", "SlideOutLeft8px"]
|
|
804
622
|
}, {
|
|
805
623
|
"value": {
|
|
806
624
|
"0%": {
|
|
@@ -811,7 +629,7 @@ var tokens = [{
|
|
|
811
629
|
}
|
|
812
630
|
},
|
|
813
631
|
"attributes": {
|
|
814
|
-
"group": "
|
|
632
|
+
"group": "motionKeyframe"
|
|
815
633
|
},
|
|
816
634
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
817
635
|
"isSource": true,
|
|
@@ -825,11 +643,11 @@ var tokens = [{
|
|
|
825
643
|
}
|
|
826
644
|
},
|
|
827
645
|
"attributes": {
|
|
828
|
-
"group": "
|
|
646
|
+
"group": "motionKeyframe"
|
|
829
647
|
}
|
|
830
648
|
},
|
|
831
|
-
"name": "motion.keyframe.
|
|
832
|
-
"path": ["motion", "keyframe", "
|
|
649
|
+
"name": "motion.keyframe.SlideOutRight8px",
|
|
650
|
+
"path": ["motion", "keyframe", "SlideOutRight8px"]
|
|
833
651
|
}, {
|
|
834
652
|
"value": {
|
|
835
653
|
"0%": {
|
|
@@ -840,7 +658,7 @@ var tokens = [{
|
|
|
840
658
|
}
|
|
841
659
|
},
|
|
842
660
|
"attributes": {
|
|
843
|
-
"group": "
|
|
661
|
+
"group": "motionKeyframe"
|
|
844
662
|
},
|
|
845
663
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
846
664
|
"isSource": true,
|
|
@@ -854,22 +672,22 @@ var tokens = [{
|
|
|
854
672
|
}
|
|
855
673
|
},
|
|
856
674
|
"attributes": {
|
|
857
|
-
"group": "
|
|
675
|
+
"group": "motionKeyframe"
|
|
858
676
|
}
|
|
859
677
|
},
|
|
860
|
-
"name": "motion.keyframe.
|
|
861
|
-
"path": ["motion", "keyframe", "
|
|
678
|
+
"name": "motion.keyframe.SlideOutTop8px",
|
|
679
|
+
"path": ["motion", "keyframe", "SlideOutTop8px"]
|
|
862
680
|
}, {
|
|
863
681
|
"value": "transform",
|
|
864
682
|
"attributes": {
|
|
865
|
-
"group": "
|
|
683
|
+
"group": "motionProperty"
|
|
866
684
|
},
|
|
867
685
|
"filePath": "schema/palettes/motion-palette.tsx",
|
|
868
686
|
"isSource": true,
|
|
869
687
|
"original": {
|
|
870
688
|
"value": "transform",
|
|
871
689
|
"attributes": {
|
|
872
|
-
"group": "
|
|
690
|
+
"group": "motionProperty"
|
|
873
691
|
}
|
|
874
692
|
},
|
|
875
693
|
"name": "motion.properties.Transform",
|