File tree 3 files changed +7
-0
lines changed
codemods/migrate-motion-tokens/transformers
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @razorpay/blade " : patch
3
+ ---
4
+
5
+ fix(codemod-v12): add missing token map for ` standard.attentive ` to codemod and manual migration
Original file line number Diff line number Diff line change 6
6
"motion.easing.standard.revealing" : " motion.easing.emphasized" ,
7
7
"motion.easing.exit.revealing" : " motion.easing.exit" ,
8
8
"motion.easing.entrance.attentive" : " motion.easing.overshoot" ,
9
+ "motion.easing.standard.attentive" : " motion.easing.overshoot" ,
9
10
"motion.easing.exit.attentive" : " motion.easing.exit" ,
10
11
"motion.easing.standard.wary" : " motion.easing.shake"
11
12
}
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ You can skip this if you've run the codemod but in case not or you see some edge
38
38
| theme.motion.easing.standard.revealing | theme.motion.easing.emphasized |
39
39
| theme.motion.easing.exit.revealing | theme.motion.easing.exit |
40
40
| theme.motion.easing.entrance.attentive | theme.motion.easing.overshoot |
41
+ | theme.motion.easing.standard.attentive | theme.motion.easing.overshoot |
41
42
| theme.motion.easing.exit.attentive | theme.motion.easing.exit |
42
43
| theme.motion.easing.standard.wary | theme.motion.easing.shake |
43
44
You can’t perform that action at this time.
0 commit comments