Files
yoga/benchmark/captures/chat-mac.json
Joe Vilches e2ed3f031d Support for (de)serializing measure funcs
Summary:
In addition to all the state that gets set on the node that is easy to serialize - like floats, enums, bools, etc - we also need to serialize measure functions. This is because these functions take a nontrivial amount of time up during layout and we should capture that. Also, they are important to the ability to truly replay layout as it was captured as the results of the measure functions determine many of the steps the layout algorithm takes.

Capturing this is rather tricky however, but I think I found a solution that is relatively simple and non-error prone. Essentially, since we are capturing the entire tree and virtually every input that goes into the flexbox algorithm, we *should* be able to replay layout exactly as it was captured. This means that the order in which measure functions are called *should* be the same. If this is the case, then all we need to do to capture the measure functions is store their input, output, and duration in a big array. During deserialization we just keep track of an index and use that to determine which measure function we should call. That is the premise behind what happens in this diff. In theory the algorithm could change and the capture would be wrong but it is easy enough to recapture again. Additionally we need to dirty the tree so that we get rid of caching which might omit some measure func calls

In order to capture you need to insert a method exposed by CaptureTree.h into the client measure func, which is kind of annoying but not that bad. In future diffs I will put a macro in place to make this even easier.

I also add our first capture! Which is of a large react native desktop app

Reviewed By: NickGerleman

Differential Revision: D53581121

fbshipit-source-id: 876a230208d67f0ecf76844a4f1b80048353aae2
2024-02-13 17:22:08 -08:00

24109 lines
2.7 MiB

{
"layout-inputs": {
"available-height": 768.0,
"available-width": 1024.0,
"owner-direction": "ltr"
},
"measure-funcs": [
{
"duration-ns": 17542,
"height": 732.0,
"height-mode": "at-most",
"output-height": 23.0,
"output-width": 55.5,
"width": 294.0,
"width-mode": "at-most"
},
{
"duration-ns": 6583,
"height": 659.0,
"height-mode": "at-most",
"output-height": 16.0,
"output-width": 236.0,
"width": 236.0,
"width-mode": "exactly"
},
{
"duration-ns": 7542,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 36.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6417,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 16.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6791,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 37.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6708,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 48.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 7125,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 28.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6792,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 49.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6459,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 32.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6375,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 28.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6625,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 33.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6750,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 33.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6500,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 45.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6125,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 29.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6375,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 25.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6166,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 50.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6709,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 45.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6291,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 29.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6417,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 46.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6458,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 43.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6959,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 47.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 8334,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 48.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 7042,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 25.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6250,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 49.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6708,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 35.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6167,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 38.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6750,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 26.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6875,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 46.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6875,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 48.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6250,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 39.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6917,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 30.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6208,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 50.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6625,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 20.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 5916,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 23.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6208,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 37.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6709,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 30.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 7500,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 40.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6000,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 16.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6458,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 32.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6167,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 42.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6375,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 46.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6000,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 38.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6292,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 23.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 5833,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 36.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6542,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 34.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6209,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 33.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6792,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 26.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6541,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 37.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6584,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 27.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6333,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 49.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6542,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 22.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 5666,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 39.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6334,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 27.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 11500,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 29.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6625,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 28.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6125,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 38.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6583,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 22.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6250,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 21.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6500,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 33.0,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 6167,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 49.5,
"width": 50.0,
"width-mode": "at-most"
},
{
"duration-ns": 7875,
"height": null,
"height-mode": "undefined",
"output-height": 36.0,
"output-width": 152.0,
"width": 200.0,
"width-mode": "at-most"
},
{
"duration-ns": 7375,
"height": null,
"height-mode": "undefined",
"output-height": 32.0,
"output-width": 220.0,
"width": 220.0,
"width-mode": "exactly"
},
{
"duration-ns": 7167,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 87.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 7000,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 206.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 8958,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 63.0,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 4625,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 145.0,
"width": 145.0,
"width-mode": "exactly"
},
{
"duration-ns": 6834,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 98.5,
"width": 188.0,
"width-mode": "at-most"
},
{
"duration-ns": 5833,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 78.5,
"width": 188.0,
"width-mode": "at-most"
},
{
"duration-ns": 8750,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 78.0,
"width": 188.0,
"width-mode": "at-most"
},
{
"duration-ns": 6834,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 102.0,
"width": 186.0,
"width-mode": "at-most"
},
{
"duration-ns": 6125,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 78.5,
"width": 186.0,
"width-mode": "at-most"
},
{
"duration-ns": 8708,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 78.0,
"width": 186.0,
"width-mode": "at-most"
},
{
"duration-ns": 6416,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 66.5,
"width": 186.0,
"width-mode": "at-most"
},
{
"duration-ns": 6750,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 96.5,
"width": 186.0,
"width-mode": "at-most"
},
{
"duration-ns": 8250,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 79.5,
"width": 186.0,
"width-mode": "at-most"
},
{
"duration-ns": 6958,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 74.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 6583,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 116.0,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 8125,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 81.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 6583,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 101.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 6916,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 207.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 14667,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 79.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 4708,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 128.5,
"width": 128.5,
"width-mode": "exactly"
},
{
"duration-ns": 6708,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 99.0,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 6208,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 141.0,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 8500,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 79.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 4875,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 128.5,
"width": 128.5,
"width-mode": "exactly"
},
{
"duration-ns": 6458,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 83.0,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 6084,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 37.0,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 8500,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 80.0,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 6583,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 82.0,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 7000,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 204.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 11042,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 80.5,
"width": 208.0,
"width-mode": "at-most"
},
{
"duration-ns": 4458,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 127.5,
"width": 127.5,
"width-mode": "exactly"
},
{
"duration-ns": 8250,
"height": 31.0,
"height-mode": "at-most",
"output-height": 18.0,
"output-width": 64.0,
"width": 240.0,
"width-mode": "at-most"
},
{
"duration-ns": 7125,
"height": 13.0,
"height-mode": "at-most",
"output-height": 13.0,
"output-width": 19.0,
"width": 24.0,
"width-mode": "at-most"
},
{
"duration-ns": 5958,
"height": 189.0,
"height-mode": "at-most",
"output-height": 18.0,
"output-width": 442.0,
"width": 442.0,
"width-mode": "exactly"
},
{
"duration-ns": 7167,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 22.0,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 7125,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 292.5,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 5125,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 7458,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 48.5,
"width": 629.0,
"width-mode": "at-most"
},
{
"duration-ns": 7209,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 21.0,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 7667,
"height": null,
"height-mode": "undefined",
"output-height": 90.0,
"output-width": 345.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 5084,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 4958,
"height": null,
"height-mode": "undefined",
"output-height": 90.0,
"output-width": 318.0,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 6666,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 21.0,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 7209,
"height": null,
"height-mode": "undefined",
"output-height": 36.0,
"output-width": 334.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 4208,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 4709,
"height": null,
"height-mode": "undefined",
"output-height": 54.0,
"output-width": 278.5,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 6792,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 48.0,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 7125,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 332.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 4166,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 4750,
"height": null,
"height-mode": "undefined",
"output-height": 36.0,
"output-width": 316.0,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 6375,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 21.0,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 8167,
"height": null,
"height-mode": "undefined",
"output-height": 126.0,
"output-width": 345.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 4209,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 5209,
"height": null,
"height-mode": "undefined",
"output-height": 126.0,
"output-width": 319.5,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 7875,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 48.0,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 7000,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 229.5,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 4167,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 7333,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 52.5,
"width": 629.0,
"width-mode": "at-most"
},
{
"duration-ns": 6917,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 117.0,
"width": 605.0,
"width-mode": "at-most"
},
{
"duration-ns": 12167,
"height": null,
"height-mode": "undefined",
"output-height": 32.0,
"output-width": 345.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 6916,
"height": null,
"height-mode": "undefined",
"output-height": 36.0,
"output-width": 305.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 6458,
"height": null,
"height-mode": "undefined",
"output-height": 32.0,
"output-width": 321.0,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 7625,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 81.0,
"width": 629.0,
"width-mode": "at-most"
},
{
"duration-ns": 6500,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 25.5,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 7542,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 237.5,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 7250,
"height": null,
"height-mode": "undefined",
"output-height": 36.0,
"output-width": 334.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 7250,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 212.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 5083,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 4500,
"height": null,
"height-mode": "undefined",
"output-height": 36.0,
"output-width": 291.0,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 7708,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 107.5,
"width": 605.0,
"width-mode": "at-most"
},
{
"duration-ns": 7709,
"height": null,
"height-mode": "undefined",
"output-height": 16.0,
"output-width": 299.5,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 7083,
"height": null,
"height-mode": "undefined",
"output-height": 18.0,
"output-width": 279.5,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 6958,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 7.5,
"width": 357.0,
"width-mode": "at-most"
},
{
"duration-ns": 6500,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 107.5,
"width": 605.0,
"width-mode": "at-most"
},
{
"duration-ns": 7500,
"height": null,
"height-mode": "undefined",
"output-height": 32.0,
"output-width": 344.5,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 6666,
"height": null,
"height-mode": "undefined",
"output-height": 36.0,
"output-width": 318.5,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 4584,
"height": null,
"height-mode": "undefined",
"output-height": 32.0,
"output-width": 321.0,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 6500,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 85.0,
"width": 629.0,
"width-mode": "at-most"
},
{
"duration-ns": 7542,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 21.0,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 14042,
"height": null,
"height-mode": "undefined",
"output-height": 54.0,
"output-width": 345.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 4167,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 7042,
"height": null,
"height-mode": "undefined",
"output-height": 54.0,
"output-width": 316.0,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 6667,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 22.0,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 15584,
"height": null,
"height-mode": "undefined",
"output-height": 72.0,
"output-width": 330.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 7459,
"height": null,
"height-mode": "undefined",
"output-height": 54.0,
"output-width": 338.0,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 4291,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 7834,
"height": null,
"height-mode": "undefined",
"output-height": 90.0,
"output-width": 315.0,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 5292,
"height": null,
"height-mode": "undefined",
"output-height": 54.0,
"output-width": 321.0,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 6750,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 78.0,
"width": 629.0,
"width-mode": "at-most"
},
{
"duration-ns": 6375,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 47.5,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 11500,
"height": null,
"height-mode": "undefined",
"output-height": 90.0,
"output-width": 465.0,
"width": 498.75,
"width-mode": "at-most"
},
{
"duration-ns": 7166,
"height": null,
"height-mode": "undefined",
"output-height": 20.0,
"output-width": 236.0,
"width": 236.0,
"width-mode": "exactly"
},
{
"duration-ns": 4292,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 5958,
"height": null,
"height-mode": "undefined",
"output-height": 90.0,
"output-width": 464.75,
"width": 464.75,
"width-mode": "at-most"
},
{
"duration-ns": 6917,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 84.5,
"width": 629.0,
"width-mode": "at-most"
},
{
"duration-ns": 6083,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 21.0,
"width": 603.0,
"width-mode": "at-most"
},
{
"duration-ns": 6833,
"height": null,
"height-mode": "undefined",
"output-height": 36.0,
"output-width": 334.5,
"width": 345.0,
"width-mode": "at-most"
},
{
"duration-ns": 4042,
"height": null,
"height-mode": "undefined",
"output-height": 14.0,
"output-width": 563.0,
"width": 563.0,
"width-mode": "exactly"
},
{
"duration-ns": 4500,
"height": null,
"height-mode": "undefined",
"output-height": 36.0,
"output-width": 308.5,
"width": 321.0,
"width-mode": "at-most"
},
{
"duration-ns": 6916,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 7042,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 6833,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 6584,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 6750,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 6917,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 6875,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 6542,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 7708,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 6875,
"height": 15.0,
"height-mode": "at-most",
"output-height": 15.0,
"output-width": 13.0,
"width": 14.0,
"width-mode": "at-most"
},
{
"duration-ns": 7208,
"height": 32.0,
"height-mode": "at-most",
"output-height": 25.0,
"output-width": 20.0,
"width": 30.5,
"width-mode": "at-most"
},
{
"duration-ns": 6417,
"height": 768.0,
"height-mode": "at-most",
"output-height": 20.0,
"output-width": 119.0,
"width": 644.0,
"width-mode": "at-most"
},
{
"duration-ns": 7042,
"height": 20.0,
"height-mode": "at-most",
"output-height": 18.0,
"output-width": 417.0,
"width": 417.0,
"width-mode": "exactly"
},
{
"duration-ns": 6167,
"height": 47.0,
"height-mode": "at-most",
"output-height": 16.0,
"output-width": 417.0,
"width": 417.0,
"width-mode": "exactly"
},
{
"duration-ns": 7958,
"height": null,
"height-mode": "undefined",
"output-height": 7.0,
"output-width": 70.5,
"width": 1020.0,
"width-mode": "at-most"
}
],
"tree": {
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center",
"height": {
"unit": "px",
"value": 28.0
},
"margin-all": {
"unit": "px",
"value": 6.0
},
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"flex-grow": 1.0,
"flex-shrink": 1.0,
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center",
"height": {
"unit": "px",
"value": 28.0
},
"margin-all": {
"unit": "px",
"value": 6.0
},
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"flex-grow": 1.0,
"flex-shrink": 1.0,
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center",
"height": {
"unit": "px",
"value": 28.0
},
"margin-all": {
"unit": "px",
"value": 6.0
},
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"flex-grow": 1.0,
"flex-shrink": 1.0,
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center",
"height": {
"unit": "px",
"value": 28.0
},
"margin-all": {
"unit": "px",
"value": 6.0
},
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"flex-grow": 1.0,
"flex-shrink": 1.0,
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"flex-shrink": 1.0
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center",
"height": {
"unit": "px",
"value": 32.0
},
"margin-bottom": {
"unit": "px",
"value": 13.0
},
"margin-end": {
"unit": "px",
"value": 13.0
},
"margin-start": {
"unit": "px",
"value": 14.0
},
"margin-top": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-content": "center",
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-content": "stretch",
"flex": 1.0,
"margin-top": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"overflow": "hidden",
"width": {
"unit": "px",
"value": 70.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "pct",
"value": 100.0
},
"width": {
"unit": "px",
"value": 1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-horizontal": {
"unit": "px",
"value": -1.0
},
"min-width": {
"unit": "px",
"value": 10.0
},
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 70.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute",
"width": {
"unit": "px",
"value": 10.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": -2.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-start",
"flex-shrink": 1.0,
"margin-left": {
"unit": "px",
"value": 16.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 36.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 36.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"flex-direction": "row",
"margin-right": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"justify-content": "space-between",
"padding-bottom": {
"unit": "px",
"value": 8.0
},
"padding-top": {
"unit": "px",
"value": 30.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 16.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 16.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 16.0
},
"margin-start": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": -8.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 0.0
},
"width": {
"unit": "px",
"value": 16.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-left": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"flex": 1.0,
"margin-all": {
"unit": "px",
"value": 0.0
},
"margin-end": {
"unit": "px",
"value": 0.0
},
"min-height": {
"unit": "px",
"value": 32.0
},
"padding-bottom": {
"unit": "px",
"value": 10.0
},
"padding-end": {
"unit": "px",
"value": 24.0
},
"padding-horizontal": {
"unit": "px",
"value": 10.0
},
"padding-start": {
"unit": "px",
"value": 24.0
},
"padding-top": {
"unit": "px",
"value": 10.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 14.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 16.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 16.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 16.0
},
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 0.0
},
"width": {
"unit": "px",
"value": 16.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"display": "none"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"position-right": {
"unit": "px",
"value": 8.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 1.0
},
"flex-direction": "row",
"margin-bottom": {
"unit": "px",
"value": 6.0
},
"margin-horizontal": {
"unit": "px",
"value": 12.0
},
"margin-top": {
"unit": "px",
"value": 7.0
},
"min-width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 1.0
},
"margin-horizontal": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"justify-content": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 14.0
},
"margin-right": {
"unit": "px",
"value": 12.0
},
"padding-horizontal": {
"unit": "px",
"value": 5.0
},
"width": {
"unit": "px",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"flex-grow": 1.0,
"flex-shrink": 1.0,
"overflow": "scroll"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 18.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 18.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 24.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 24.0
},
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 0.0
},
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-top": {
"unit": "px",
"value": 13.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "pct",
"value": 100.0
},
"justify-content": "center",
"position-right": {
"unit": "px",
"value": 16.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute",
"width": {
"unit": "px",
"value": 20.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"padding-top": {
"unit": "px",
"value": 11.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 18.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 32.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-end": {
"unit": "px",
"value": 8.0
},
"margin-top": {
"unit": "px",
"value": 1.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-shrink": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"margin-end": {
"unit": "px",
"value": 20.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"padding-top": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": 1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row",
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 2.0
},
"min-width": {
"unit": "px",
"value": 52.0
},
"padding-end": {
"unit": "px",
"value": 8.0
},
"padding-start": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-top": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 14.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 16.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 16.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 16.0
},
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 0.0
},
"width": {
"unit": "px",
"value": 16.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-right": {
"unit": "px",
"value": 12.0
},
"position-top": {
"unit": "px",
"value": 12.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 1.0
},
"margin-bottom": {
"unit": "px",
"value": 8.0
},
"padding-all": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-top": {
"unit": "px",
"value": 6.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"margin-top": {
"unit": "px",
"value": 1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"align-self": "flex-start",
"margin-bottom": {
"unit": "px",
"value": 5.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-shrink": 1.0
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"align-self": "flex-start",
"margin-bottom": {
"unit": "px",
"value": 5.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-shrink": 1.0
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row-reverse"
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"align-self": "flex-start",
"margin-bottom": {
"unit": "px",
"value": 5.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-shrink": 1.0
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 14.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"align-self": "flex-start",
"margin-bottom": {
"unit": "px",
"value": 5.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-shrink": 1.0
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 14.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"align-self": "flex-start",
"margin-bottom": {
"unit": "px",
"value": 5.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-shrink": 1.0
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"align-self": "flex-start",
"margin-bottom": {
"unit": "px",
"value": 5.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-shrink": 1.0
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 34.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 34.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 34.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 34.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 12.0
},
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 2.0
},
"position-left": {
"unit": "px",
"value": 36.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 50.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"align-self": "flex-start",
"margin-bottom": {
"unit": "px",
"value": 5.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-shrink": 1.0
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 50.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 13.0
},
"justify-content": "center",
"padding-vertical": {
"unit": "px",
"value": 0.0
},
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"justify-content": "center",
"position-bottom": {
"unit": "px",
"value": 1.0
},
"position-right": {
"unit": "px",
"value": -2.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"align-self": "flex-start",
"margin-bottom": {
"unit": "px",
"value": 5.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-shrink": 1.0
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 34.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 34.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 34.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 34.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 50.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 50.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"align-self": "flex-start",
"margin-bottom": {
"unit": "px",
"value": 5.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-shrink": 1.0
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"flex-shrink": 1.0,
"overflow": "scroll"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "px",
"value": 310.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "pct",
"value": 100.0
},
"width": {
"unit": "px",
"value": 1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-horizontal": {
"unit": "px",
"value": -1.0
},
"min-width": {
"unit": "px",
"value": 10.0
},
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 380.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute",
"width": {
"unit": "px",
"value": 10.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"height": {
"unit": "pct",
"value": 100.0
},
"justify-content": "center",
"position-left": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute",
"width": {
"unit": "pct",
"value": 100.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 8.0
},
"width": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 1.0
},
"position-left": {
"unit": "px",
"value": 23.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"max-height": {
"unit": "px",
"value": 20.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": 1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-horizontal": {
"unit": "px",
"value": 10.0
},
"margin-vertical": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row",
"padding-bottom": {
"unit": "px",
"value": 0.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 36.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 36.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 6.0
},
"width": {
"unit": "px",
"value": 6.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 6.0
},
"position-type": "absolute",
"width": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"justify-content": "center",
"margin-left": {
"unit": "px",
"value": -4.0
},
"margin-right": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 36.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 36.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"margin-left": {
"unit": "px",
"value": 4.0
},
"width": {
"unit": "px",
"value": 36.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-content": "flex-end",
"flex": 1.0,
"flex-direction": "row",
"height": {
"unit": "px",
"value": 48.0
},
"margin-top": {
"unit": "px",
"value": -5.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex": 1.0,
"flex-direction": "row",
"margin-start": {
"unit": "px",
"value": 5.0
},
"padding-top": {
"unit": "px",
"value": 26.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 1.0
},
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"min-height": {
"unit": "px",
"value": 74.0
},
"padding-horizontal": {
"unit": "px",
"value": 8.0
},
"padding-top": {
"unit": "px",
"value": 4.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 39.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
},
{
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-wrap": "wrap"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "stretch",
"flex-direction": "row",
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 5.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 1.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 1.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 23.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"padding-bottom": {
"unit": "px",
"value": 4.0
},
"position-bottom": {
"unit": "px",
"value": 15.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 1.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 1.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"max-height": {
"unit": "px",
"value": 280.0
},
"overflow": "hidden",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-height": {
"unit": "px",
"value": 280.0
},
"overflow": "hidden",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"max-height": {
"unit": "pct",
"value": 100.0
},
"max-width": {
"unit": "pct",
"value": 100.0
},
"overflow": "hidden",
"padding-all": {
"unit": "px",
"value": 0.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"padding-bottom": {
"unit": "px",
"value": 2.0
},
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-wrap": "wrap"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "stretch",
"flex-direction": "row",
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 5.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 39.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 16.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 16.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-right": {
"unit": "px",
"value": 2.0
},
"padding-bottom": {
"unit": "px",
"value": 3.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-bottom": {
"unit": "px",
"value": -19.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-bottom": {
"unit": "px",
"value": 24.0
},
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-left": {
"unit": "px",
"value": 12.0
},
"padding-right": {
"unit": "px",
"value": 12.0
},
"padding-top": {
"unit": "px",
"value": 6.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-wrap": "wrap"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "stretch",
"flex-direction": "row",
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 5.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 39.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 12.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"flex-direction": "row",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 23.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 16.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 16.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-right": {
"unit": "px",
"value": 2.0
},
"padding-bottom": {
"unit": "px",
"value": 3.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-bottom": {
"unit": "px",
"value": -19.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-bottom": {
"unit": "px",
"value": 24.0
},
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-left": {
"unit": "px",
"value": 12.0
},
"padding-right": {
"unit": "px",
"value": 12.0
},
"padding-top": {
"unit": "px",
"value": 6.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"justify-content": "center",
"padding-start": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 23.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 16.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 16.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-right": {
"unit": "px",
"value": 2.0
},
"padding-bottom": {
"unit": "px",
"value": 3.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-bottom": {
"unit": "px",
"value": -19.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-bottom": {
"unit": "px",
"value": 24.0
},
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-left": {
"unit": "px",
"value": 12.0
},
"padding-right": {
"unit": "px",
"value": 12.0
},
"padding-top": {
"unit": "px",
"value": 6.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-wrap": "wrap"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "stretch",
"flex-direction": "row",
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 5.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 23.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 1.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"max-height": {
"unit": "px",
"value": 280.0
},
"overflow": "hidden",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-height": {
"unit": "px",
"value": 280.0
},
"overflow": "hidden",
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"max-height": {
"unit": "pct",
"value": 100.0
},
"max-width": {
"unit": "pct",
"value": 100.0
},
"overflow": "hidden",
"padding-all": {
"unit": "px",
"value": 0.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-wrap": "wrap"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "stretch",
"flex-direction": "row",
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 5.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 23.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "pct",
"value": 100.0
},
"overflow": "hidden",
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "stretch",
"height": {
"unit": "pct",
"value": 100.0
},
"justify-content": "center",
"overflow": "hidden",
"position-type": "relative"
}
},
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 138.05503845214844
},
"max-height": {
"unit": "px",
"value": 198.0
},
"max-width": {
"unit": "pct",
"value": 100.0
},
"overflow": "hidden",
"position-type": "absolute",
"width": {
"unit": "px",
"value": 264.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"align-self": "stretch",
"height": {
"unit": "px",
"value": 138.05503845214844
},
"justify-content": "center",
"overflow": "hidden"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
},
{
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"align-self": "flex-start",
"flex-direction": "row",
"justify-content": "center",
"padding-top": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"padding-right": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"padding-bottom": {
"unit": "px",
"value": 0.0
},
"width": {
"unit": "pct",
"value": 100.0
}
}
},
{
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"padding-all": {
"unit": "px",
"value": 12.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-all": {
"unit": "px",
"value": 0.0
},
"max-width": {
"unit": "px",
"value": 264.0
},
"min-width": {
"unit": "px",
"value": 157.0
},
"overflow": "hidden",
"padding-all": {
"unit": "px",
"value": 0.0
},
"width": {
"unit": "px",
"value": 264.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-all": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-top": {
"unit": "px",
"value": -1.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 14.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 14.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-start": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 2.0
},
"margin-end": {
"unit": "px",
"value": -4.0
},
"margin-top": {
"unit": "px",
"value": -5.0
},
"padding-horizontal": {
"unit": "px",
"value": 4.0
},
"padding-vertical": {
"unit": "px",
"value": 3.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "flex-end"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 85.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"flex-wrap": "wrap"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "stretch",
"flex-direction": "row",
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 5.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 28.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-end",
"margin-bottom": {
"unit": "px",
"value": 1.0
},
"padding-end": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"margin-end": "auto",
"margin-start": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 2.0
},
"margin-start": {
"unit": "px",
"value": 12.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"margin-end": "auto",
"margin-vertical": {
"unit": "px",
"value": 1.0
},
"overflow": "hidden",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 8.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 4.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-horizontal": {
"unit": "px",
"value": 0.0
},
"margin-vertical": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"position-left": {
"unit": "pct",
"value": 100.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "flex-start",
"min-width": {
"unit": "px",
"value": 1.0
},
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"max-width": {
"unit": "pct",
"value": 60.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 0.0,
"flex-direction": "row",
"padding-right": {
"unit": "px",
"value": 0.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"padding-horizontal": {
"unit": "px",
"value": 12.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 24.0
},
"justify-content": "center",
"overflow": "hidden",
"width": {
"unit": "px",
"value": 24.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 4.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"margin-bottom": {
"unit": "px",
"value": 6.0
},
"margin-top": {
"unit": "px",
"value": 40.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"padding-top": {
"unit": "px",
"value": 46.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"flex-shrink": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"flex-shrink": 1.0,
"height": {
"unit": "pct",
"value": 100.0
},
"margin-top": {
"unit": "px",
"value": 0.0
},
"overflow": "scroll"
}
}
],
"config": {
"errata": "all"
},
"style": null
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 0.0
},
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 36.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"border-all": {
"unit": "px",
"value": 1.0
},
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 36.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-self": "center",
"position-bottom": {
"unit": "px",
"value": 15.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"margin-start": {
"unit": "px",
"value": 5.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"margin-start": {
"unit": "px",
"value": 17.0
},
"padding-end": {
"unit": "px",
"value": 17.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"margin-start": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"flex-grow": 1.0,
"flex-shrink": 1.0,
"overflow": "scroll"
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"max-height": {
"unit": "px",
"value": 200.0
},
"padding-horizontal": {
"unit": "px",
"value": 10.0
},
"padding-top": {
"unit": "px",
"value": 5.0
},
"padding-vertical": {
"unit": "px",
"value": 6.0
},
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0,
"flex-direction": "row",
"padding-start": {
"unit": "px",
"value": 1.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-left": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-top": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
},
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"margin-end": {
"unit": "px",
"value": 1.0
},
"margin-start": {
"unit": "px",
"value": 3.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"align-self": "flex-end",
"flex-direction": "row",
"margin-start": {
"unit": "px",
"value": 8.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"flex-direction": "row",
"margin-vertical": {
"unit": "px",
"value": 2.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"border-all": {
"unit": "px",
"value": 0.0
},
"flex": 1.0,
"margin-end": {
"unit": "px",
"value": 10.0
},
"min-height": {
"unit": "px",
"value": 32.0
}
}
},
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": {
"padding-left": {
"unit": "px",
"value": 1.5
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 32.0
},
"justify-content": "center",
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 32.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"height": {
"unit": "px",
"value": 36.0
},
"justify-content": "center",
"margin-left": {
"unit": "px",
"value": 4.0
},
"width": {
"unit": "px",
"value": 32.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "flex-end",
"flex-direction": "row",
"padding-end": {
"unit": "px",
"value": 10.0
},
"padding-vertical": {
"unit": "px",
"value": 10.0
}
}
},
{
"config": {
"errata": "all"
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"flex-shrink": 1.0
}
},
{
"children": [
{
"children": [
{
"children": [
{
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 22.0
},
"overflow": "hidden",
"width": {
"unit": "px",
"value": 22.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"justify-content": "center"
}
}
],
"config": {
"errata": "all"
},
"style": {
"height": {
"unit": "px",
"value": 28.0
},
"position-top": {
"unit": "px",
"value": 4.0
},
"width": {
"unit": "px",
"value": 28.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"justify-content": "center",
"position-end": {
"unit": "px",
"value": 40.0
},
"position-top": {
"unit": "px",
"value": 5.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-direction": "row",
"height": {
"unit": "pct",
"value": 100.0
},
"width": {
"unit": "pct",
"value": 100.0
}
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex-grow": 1.0,
"position-type": "relative"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
},
{
"children": [
{
"config": {
"errata": "all"
},
"node": {
"has-custom-measure": true
},
"style": null
}
],
"config": {
"errata": "all"
},
"style": {
"align-items": "center",
"justify-content": "center",
"padding-all": {
"unit": "px",
"value": 2.0
},
"position-bottom": {
"unit": "px",
"value": 0.0
},
"position-right": {
"unit": "px",
"value": 0.0
},
"position-type": "absolute"
}
}
],
"config": {
"errata": "all"
},
"style": {
"flex": 1.0
}
}
],
"config": {
"errata": "all",
"point-scale-factor": 2.0
},
"style": {
"max-height": {
"unit": "px",
"value": 768.0
},
"max-width": {
"unit": "px",
"value": 1024.0
},
"min-height": {
"unit": "px",
"value": 768.0
},
"min-width": {
"unit": "px",
"value": 1024.0
}
}
}
}