| @@ -51,7 +51,17 @@ | ||
| 51 | 51 | "string-to-font-family": { |
| 52 | 52 | "fromType": "string", |
| 53 | 53 | "toType": "font-family", |
| 54 | 54 | "path": "operations/string-to-font-family.json" |
| 55 | + }, | |
| 56 | + "border-radius-to-border-radius-v2": { | |
| 57 | + "fromType": "border-radius", | |
| 58 | + "toType": "border-radius-v2", | |
| 59 | + "path": "operations/border-radius-to-border-radius-v2.json" | |
| 60 | + }, | |
| 61 | + "border-width-to-border-width-v2": { | |
| 62 | + "fromType": "border-width", | |
| 63 | + "toType": "border-width-v2", | |
| 64 | + "path": "operations/border-width-to-border-width-v2.json" | |
| 55 | 65 | } |
| 56 | 66 | } |
| 57 | 67 | } |