| 1 |
{ |
| 2 |
"up": [ |
| 3 |
{ |
| 4 |
"op": { "fn": "set", "path": "value.top-left", "key": "start-start" }, |
| 5 |
"condition": { "fn": "exists", "path": "value.top-left" } |
| 6 |
}, |
| 7 |
{ |
| 8 |
"op": { "fn": "set", "path": "value.top-right", "key": "start-end" }, |
| 9 |
"condition": { "fn": "exists", "path": "value.top-right" } |
| 10 |
}, |
| 11 |
{ |
| 12 |
"op": { "fn": "set", "path": "value.bottom-right", "key": "end-end" }, |
| 13 |
"condition": { "fn": "exists", "path": "value.bottom-right" } |
| 14 |
}, |
| 15 |
{ |
| 16 |
"op": { "fn": "set", "path": "value.bottom-left", "key": "end-start" }, |
| 17 |
"condition": { "fn": "exists", "path": "value.bottom-left" } |
| 18 |
}, |
| 19 |
{ |
| 20 |
"op": { "fn": "set", "path": "$$type", "value": "border-radius-v2" } |
| 21 |
} |
| 22 |
], |
| 23 |
"down": [ |
| 24 |
{ |
| 25 |
"op": { "fn": "set", "path": "value.start-start", "key": "top-left" }, |
| 26 |
"condition": { "fn": "exists", "path": "value.start-start" } |
| 27 |
}, |
| 28 |
{ |
| 29 |
"op": { "fn": "set", "path": "value.start-end", "key": "top-right" }, |
| 30 |
"condition": { "fn": "exists", "path": "value.start-end" } |
| 31 |
}, |
| 32 |
{ |
| 33 |
"op": { "fn": "set", "path": "value.end-end", "key": "bottom-right" }, |
| 34 |
"condition": { "fn": "exists", "path": "value.end-end" } |
| 35 |
}, |
| 36 |
{ |
| 37 |
"op": { "fn": "set", "path": "value.end-start", "key": "bottom-left" }, |
| 38 |
"condition": { "fn": "exists", "path": "value.end-start" } |
| 39 |
}, |
| 40 |
{ |
| 41 |
"op": { "fn": "set", "path": "$$type", "value": "border-radius" } |
| 42 |
} |
| 43 |
] |
| 44 |
} |
| 45 |
|