| @@ -32,13 +32,23 @@ | ||
| 32 | 32 | "fromType": "html-v2", |
| 33 | 33 | "toType": "html-v3", |
| 34 | 34 | "path": "operations/html-v2-to-html-v3.json" |
| 35 | 35 | }, |
| 36 | + "html-v3-to-escaped-html": { | |
| 37 | + "fromType": "html-v3", | |
| 38 | + "toType": "escaped-html", | |
| 39 | + "path": "operations/html-v3-to-escaped-html.json" | |
| 40 | + }, | |
| 36 | 41 | "image-src-to-svg-src": { |
| 37 | 42 | "fromType": "image-src", |
| 38 | 43 | "toType": "svg-src", |
| 39 | 44 | "path": "operations/image-src-to-svg-src.json" |
| 40 | 45 | }, |
| 46 | + "svg-src-to-icon": { | |
| 47 | + "fromType": "svg-src", | |
| 48 | + "toType": "icon", | |
| 49 | + "path": "operations/svg-src-to-icon.json" | |
| 50 | + }, | |
| 41 | 51 | "config-to-config-v2": { |
| 42 | 52 | "fromType": "config", |
| 43 | 53 | "toType": "config-v2", |
| 44 | 54 | "path": "operations/config-to-config-v2.json" |
| @@ -51,7 +61,17 @@ | ||
| 51 | 61 | "string-to-font-family": { |
| 52 | 62 | "fromType": "string", |
| 53 | 63 | "toType": "font-family", |
| 54 | 64 | "path": "operations/string-to-font-family.json" |
| 65 | + }, | |
| 66 | + "border-radius-to-border-radius-v2": { | |
| 67 | + "fromType": "border-radius", | |
| 68 | + "toType": "border-radius-v2", | |
| 69 | + "path": "operations/border-radius-to-border-radius-v2.json" | |
| 70 | + }, | |
| 71 | + "border-width-to-border-width-v2": { | |
| 72 | + "fromType": "border-width", | |
| 73 | + "toType": "border-width-v2", | |
| 74 | + "path": "operations/border-width-to-border-width-v2.json" | |
| 55 | 75 | } |
| 56 | 76 | } |
| 57 | 77 | } |