From 194f83dea597dae3d53c647bfae80fbc19bcba97 Mon Sep 17 00:00:00 2001 From: Joe Vilches Date: Fri, 5 Apr 2024 14:01:54 -0700 Subject: [PATCH] Add mobile yoga tree captures (#1640) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1640 Added two captures that were captured from a mobile device. **profile-ios**: A profile-like view with a central picture and some text information underneath. Captured on iOS device **feed-android** A feed-like view with a scrollable list of images and text. Captured on Android device. Fixed a bug that would not deserialize undefined values Reviewed By: NickGerleman Differential Revision: D55712235 fbshipit-source-id: ed32b393c088c695d8191149c729e51008df4e7e --- benchmark/TreeDeserialization.cpp | 7 + benchmark/captures/feed-android.json | 10335 +++++++++++++++++++++++++ benchmark/captures/profile-ios.json | 1955 +++++ 3 files changed, 12297 insertions(+) create mode 100644 benchmark/captures/feed-android.json create mode 100644 benchmark/captures/profile-ios.json diff --git a/benchmark/TreeDeserialization.cpp b/benchmark/TreeDeserialization.cpp index a699b97d..40979f25 100644 --- a/benchmark/TreeDeserialization.cpp +++ b/benchmark/TreeDeserialization.cpp @@ -21,6 +21,10 @@ static inline bool isAuto(json& j) { return j.is_string() && j == "auto"; } +static inline bool isUndefined(json& j) { + return j.is_string() && j == "undefined"; +} + static inline std::string invalidArgumentMessage( const std::string& arg, const std::string& enumName) { @@ -142,6 +146,9 @@ YGUnit unitFromJson(json& j) { if (isAuto(j)) { return YGUnitAuto; } + if (isUndefined(j)) { + return YGUnitUndefined; + } std::string unit = j["unit"]; if (unit == "px") { diff --git a/benchmark/captures/feed-android.json b/benchmark/captures/feed-android.json new file mode 100644 index 00000000..001f5330 --- /dev/null +++ b/benchmark/captures/feed-android.json @@ -0,0 +1,10335 @@ +{ + "layout-inputs": { + "available-height": 604.3333129882813, + "available-width": 360.0, + "owner-direction": "ltr" + }, + "tree": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 30104, + "height": 586.0, + "height-mode": "at-most", + "output-height": 17.66666603088379, + "output-width": 24.33333396911621, + "width": null, + "width-mode": "undefined" + } + ] + }, + "style": { + "flex-shrink": 1.0, + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -3.3333332538604736 + }, + "padding-vertical": { + "unit": "px", + "value": 8.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "justify-content": "center", + "margin-left": { + "unit": "px", + "value": -12.0 + }, + "min-height": { + "unit": "px", + "value": 36.0 + }, + "min-width": { + "unit": "px", + "value": 44.0 + }, + "padding-horizontal": { + "unit": "px", + "value": 12.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 29.0 + }, + "width": { + "unit": "px", + "value": 1.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 8385, + "height": 586.0, + "height-mode": "at-most", + "output-height": 17.66666603088379, + "output-width": 50.33333206176758, + "width": null, + "width-mode": "undefined" + } + ] + }, + "style": { + "flex-shrink": 1.0, + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -3.3333332538604736 + }, + "padding-vertical": { + "unit": "px", + "value": 8.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "justify-content": "center", + "margin-end": { + "unit": "px", + "value": 4.0 + }, + "min-height": { + "unit": "px", + "value": 36.0 + }, + "min-width": { + "unit": "px", + "value": 44.0 + }, + "padding-horizontal": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "flex-start", + "justify-content": "center" + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 7136, + "height": 586.0, + "height-mode": "at-most", + "output-height": 17.66666603088379, + "output-width": 36.33333206176758, + "width": null, + "width-mode": "undefined" + } + ] + }, + "style": { + "flex-shrink": 1.0, + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -3.3333332538604736 + }, + "padding-vertical": { + "unit": "px", + "value": 8.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "justify-content": "center", + "min-height": { + "unit": "px", + "value": 36.0 + }, + "min-width": { + "unit": "px", + "value": 44.0 + }, + "padding-horizontal": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "flex-start", + "justify-content": "center" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "padding-left": { + "unit": "px", + "value": 16.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 8073, + "height": 586.0, + "height-mode": "at-most", + "output-height": 17.66666603088379, + "output-width": 35.0, + "width": null, + "width-mode": "undefined" + } + ] + }, + "style": { + "flex-shrink": 1.0, + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -3.3333332538604736 + }, + "padding-vertical": { + "unit": "px", + "value": 8.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 16.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-start": { + "unit": "px", + "value": 6.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "justify-content": "center", + "min-height": { + "unit": "px", + "value": 36.0 + }, + "min-width": { + "unit": "px", + "value": 44.0 + }, + "padding-horizontal": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "padding-bottom": { + "unit": "px", + "value": 8.0 + }, + "padding-left": { + "unit": "px", + "value": 16.0 + }, + "padding-top": { + "unit": "px", + "value": 2.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-shrink": 1.0, + "overflow": "scroll" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "position-top": { + "unit": "px", + "value": 0.0 + }, + "position-type": "absolute" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 8490, + "height": null, + "height-mode": "undefined", + "output-height": 19.66666603088379, + "output-width": 102.33333587646484, + "width": 312.0, + "width-mode": "at-most" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex": 0.0, + "margin-right": { + "unit": "px", + "value": 16.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 16.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 2.0 + }, + "margin-right": { + "unit": "px", + "value": 4.0 + }, + "margin-top": { + "unit": "px", + "value": 1.5 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 8229, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 142.3333282470703, + "width": 209.66665649414063, + "width-mode": "at-most" + }, + { + "duration-ns": 4375, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 133.0, + "width": 133.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -3.3333332538604736 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-shrink": 1.0, + "padding-top": { + "unit": "px", + "value": 0.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 7813, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 11.333333015441895, + "width": 209.66665649414063, + "width-mode": "at-most" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -3.3333332538604736 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "padding-top": { + "unit": "px", + "value": 0.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 7239, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 45.33333206176758, + "width": 209.66665649414063, + "width-mode": "at-most" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -3.3333332538604736 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "padding-top": { + "unit": "px", + "value": 0.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "flex-direction": "row" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "flex-end", + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "padding-horizontal": { + "unit": "px", + "value": 16.0 + }, + "padding-vertical": { + "unit": "px", + "value": 12.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 27604, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 17969, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 32448, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 13906, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 17136, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 13854, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 17187, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 14791, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 16302, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 20573, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 14063, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 12396, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 13125, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 14271, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 15573, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 22917, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 15052, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 17709, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 11459, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 16041, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 16563, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 15625, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 22968, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 17031, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 4.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 0.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 10.0 + }, + "position-left": { + "unit": "px", + "value": -5.0 + }, + "position-type": "absolute", + "width": { + "unit": "px", + "value": 10.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 10.0 + }, + "position-left": { + "unit": "px", + "value": -5.0 + }, + "position-type": "absolute", + "width": { + "unit": "px", + "value": 10.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 1.0 + }, + "position-left": { + "unit": "px", + "value": -5.0 + }, + "width": { + "unit": "px", + "value": 10.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-self": "center", + "flex-grow": 1.0, + "width": { + "unit": "pct", + "value": 100.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 0.3333333432674408 + }, + "margin-horizontal": { + "unit": "px", + "value": 16.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 0.3333333432674408 + }, + "margin-horizontal": { + "unit": "px", + "value": 16.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 32.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 32.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 32.0 + }, + "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", + "width": { + "unit": "px", + "value": 32.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "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", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-right": { + "unit": "px", + "value": 8.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 7656, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 102.0, + "width": 102.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "flex": 1.0, + "margin-bottom": { + "unit": "px", + "value": -4.0 + }, + "margin-top": { + "unit": "px", + "value": -3.3333332538604736 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "padding-vertical": { + "unit": "px", + "value": 5.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 7396, + "height": null, + "height-mode": "undefined", + "output-height": 15.333333015441895, + "output-width": 102.0, + "width": 102.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -3.6666667461395264 + }, + "margin-top": { + "unit": "px", + "value": -2.6666667461395264 + }, + "padding-bottom": { + "unit": "px", + "value": 5.0 + }, + "padding-top": { + "unit": "px", + "value": 3.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex": 1.0, + "padding-right": { + "unit": "px", + "value": 4.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 16.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "height": { + "unit": "px", + "value": 24.0 + }, + "justify-content": "center", + "margin-horizontal": { + "unit": "px", + "value": -4.0 + }, + "width": { + "unit": "px", + "value": 24.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "flex-direction": "row", + "justify-content": "center", + "padding-bottom": { + "unit": "px", + "value": 10.0 + }, + "padding-left": { + "unit": "px", + "value": 8.0 + }, + "padding-right": { + "unit": "px", + "value": 8.0 + }, + "padding-top": { + "unit": "px", + "value": 10.0 + }, + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "flex-shrink": 1.0, + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "scroll", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 6.0 + }, + "margin-right": { + "unit": "px", + "value": 4.0 + }, + "width": { + "unit": "px", + "value": 6.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 6.0 + }, + "margin-right": { + "unit": "px", + "value": 4.0 + }, + "width": { + "unit": "px", + "value": 6.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 6.0 + }, + "margin-right": { + "unit": "px", + "value": 4.0 + }, + "width": { + "unit": "px", + "value": 6.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 6.0 + }, + "margin-right": { + "unit": "px", + "value": 4.0 + }, + "width": { + "unit": "px", + "value": 6.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 6.0 + }, + "margin-right": { + "unit": "px", + "value": 0.0 + }, + "width": { + "unit": "px", + "value": 6.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "padding-all": { + "unit": "px", + "value": 8.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "justify-content": "center", + "position-bottom": { + "unit": "px", + "value": 8.0 + }, + "position-left": { + "unit": "px", + "value": 0.0 + }, + "position-right": { + "unit": "px", + "value": 0.0 + }, + "position-type": "absolute" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "position-type": "absolute", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 9115, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 32.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 32.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 32.0 + }, + "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", + "width": { + "unit": "px", + "value": 32.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "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", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-right": { + "unit": "px", + "value": 8.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 7188, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 102.0, + "width": 102.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "flex": 1.0, + "margin-bottom": { + "unit": "px", + "value": -4.0 + }, + "margin-top": { + "unit": "px", + "value": -3.3333332538604736 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "padding-vertical": { + "unit": "px", + "value": 5.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 5834, + "height": null, + "height-mode": "undefined", + "output-height": 15.333333015441895, + "output-width": 102.0, + "width": 102.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -3.6666667461395264 + }, + "margin-top": { + "unit": "px", + "value": -2.6666667461395264 + }, + "padding-bottom": { + "unit": "px", + "value": 5.0 + }, + "padding-top": { + "unit": "px", + "value": 3.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex": 1.0, + "padding-right": { + "unit": "px", + "value": 4.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 16.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "height": { + "unit": "px", + "value": 24.0 + }, + "justify-content": "center", + "margin-horizontal": { + "unit": "px", + "value": -4.0 + }, + "width": { + "unit": "px", + "value": 24.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "flex-direction": "row", + "justify-content": "center", + "padding-bottom": { + "unit": "px", + "value": 10.0 + }, + "padding-left": { + "unit": "px", + "value": 8.0 + }, + "padding-right": { + "unit": "px", + "value": 8.0 + }, + "padding-top": { + "unit": "px", + "value": 10.0 + }, + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 8854, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 4.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 0.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden", + "width": { + "unit": "px", + "value": 360.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 0.3333333432674408 + }, + "margin-bottom": { + "unit": "px", + "value": 16.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 16.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 15677, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 14323, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 4.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 0.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden", + "padding-bottom": { + "unit": "px", + "value": 0.0 + }, + "width": { + "unit": "px", + "value": 360.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": null + }, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 14635, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 13906, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 15677, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": null + }, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 14636, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 4.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 0.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden", + "padding-bottom": { + "unit": "px", + "value": 0.0 + }, + "width": { + "unit": "px", + "value": 360.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 11928, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 15312, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 4.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 0.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden", + "padding-bottom": { + "unit": "px", + "value": 0.0 + }, + "width": { + "unit": "px", + "value": 360.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 0.3333333432674408 + }, + "margin-horizontal": { + "unit": "px", + "value": 16.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 32.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 32.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 32.0 + }, + "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", + "width": { + "unit": "px", + "value": 32.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "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", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-right": { + "unit": "px", + "value": 8.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 5938, + "height": null, + "height-mode": "undefined", + "output-height": 19.66666603088379, + "output-width": 280.0, + "width": 280.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "flex": 1.0, + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "padding-vertical": { + "unit": "px", + "value": 5.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 7292, + "height": null, + "height-mode": "undefined", + "output-height": 15.333333015441895, + "output-width": 280.0, + "width": 280.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -3.6666667461395264 + }, + "margin-top": { + "unit": "px", + "value": -2.6666667461395264 + }, + "padding-bottom": { + "unit": "px", + "value": 5.0 + }, + "padding-top": { + "unit": "px", + "value": 3.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex": 1.0 + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 16.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "height": { + "unit": "px", + "value": 24.0 + }, + "justify-content": "center", + "margin-horizontal": { + "unit": "px", + "value": -4.0 + }, + "width": { + "unit": "px", + "value": 24.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "flex-direction": "row", + "justify-content": "center", + "padding-bottom": { + "unit": "px", + "value": 10.0 + }, + "padding-left": { + "unit": "px", + "value": 12.0 + }, + "padding-right": { + "unit": "px", + "value": 12.0 + }, + "padding-top": { + "unit": "px", + "value": 10.0 + }, + "width": { + "unit": "px", + "value": 360.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 1660833, + "height": 178.0, + "height-mode": "at-most", + "output-height": 178.0, + "output-width": 178.0, + "width": 178.0, + "width-mode": "at-most" + } + ] + }, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "height": { + "unit": "px", + "value": 178.0 + }, + "justify-content": "center", + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 10313, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 10782, + "height": null, + "height-mode": "undefined", + "output-height": 17.66666603088379, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 4.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 0.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "padding-bottom": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden", + "width": { + "unit": "px", + "value": 360.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 0.3333333432674408 + }, + "margin-bottom": { + "unit": "px", + "value": 16.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 16.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 13073, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 15000, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 13750, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "border-all": { + "unit": "px", + "value": 1.0 + }, + "height": { + "unit": "px", + "value": 178.0 + }, + "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", + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 13541, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 170.0, + "width": 170.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "margin-end": { + "unit": "px", + "value": 0.0 + }, + "margin-start": { + "unit": "px", + "value": 8.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 178.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "justify-content": "space-between" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 4.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 0.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "overflow": "hidden", + "padding-bottom": { + "unit": "px", + "value": 0.0 + }, + "width": { + "unit": "px", + "value": 360.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 10.0 + }, + "position-left": { + "unit": "px", + "value": -5.0 + }, + "position-type": "absolute", + "width": { + "unit": "px", + "value": 10.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 16.0 + }, + "margin-left": { + "unit": "px", + "value": 11.0 + }, + "margin-top": { + "unit": "px", + "value": 11.0 + }, + "width": { + "unit": "px", + "value": 145.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 178.0 + }, + "width": { + "unit": "px", + "value": 178.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 16.0 + }, + "margin-left": { + "unit": "px", + "value": 11.0 + }, + "margin-top": { + "unit": "px", + "value": 11.0 + }, + "width": { + "unit": "px", + "value": 145.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "space-between", + "padding-bottom": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 10.0 + }, + "position-left": { + "unit": "px", + "value": -5.0 + }, + "position-type": "absolute", + "width": { + "unit": "px", + "value": 10.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 10.0 + }, + "position-left": { + "unit": "px", + "value": -5.0 + }, + "position-type": "absolute", + "width": { + "unit": "px", + "value": 10.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "padding-top": { + "unit": "px", + "value": 0.5 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0, + "overflow": "scroll" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-self": "center", + "flex-grow": 1.0, + "flex-shrink": 1.0, + "overflow": "scroll", + "width": { + "unit": "px", + "value": 360.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 360.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "px", + "value": 360.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex": 1.0, + "flex-direction": "row", + "flex-grow": 1.0, + "flex-shrink": 1.0, + "overflow": "scroll" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0 + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 17031, + "height": null, + "height-mode": "undefined", + "output-height": 8.333333015441895, + "output-width": 57.66666793823242, + "width": 356.0, + "width-mode": "at-most" + } + ] + }, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "justify-content": "center", + "padding-all": { + "unit": "px", + "value": 2.0 + }, + "position-right": { + "unit": "px", + "value": 0.0 + }, + "position-top": { + "unit": "px", + "value": 0.0 + }, + "position-type": "absolute" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "max-height": { + "unit": "px", + "value": 604.3333129882813 + }, + "max-width": { + "unit": "px", + "value": 360.0 + }, + "min-height": { + "unit": "px", + "value": 604.3333129882813 + }, + "min-width": { + "unit": "px", + "value": 360.0 + } + } + } +} \ No newline at end of file diff --git a/benchmark/captures/profile-ios.json b/benchmark/captures/profile-ios.json new file mode 100644 index 00000000..cb4a0f0a --- /dev/null +++ b/benchmark/captures/profile-ios.json @@ -0,0 +1,1955 @@ +{ + "layout-inputs": { + "available-height": 821.0, + "available-width": 430.0, + "owner-direction": "ltr" + }, + "tree": { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 6.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 6.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "height": { + "unit": "px", + "value": 9.0 + }, + "justify-content": "center", + "position-end": { + "unit": "px", + "value": 1.5 + }, + "position-top": { + "unit": "px", + "value": 0.0 + }, + "position-type": "absolute", + "width": { + "unit": "px", + "value": 9.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 6958, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 66.0, + "width": null, + "width-mode": "undefined" + } + ] + }, + "style": { + "flex-shrink": 1.0, + "margin-bottom": { + "unit": "px", + "value": -3.6666667461395264 + }, + "margin-top": { + "unit": "px", + "value": -4.666666507720947 + }, + "padding-vertical": { + "unit": "px", + "value": 8.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "justify-content": "center", + "margin-end": { + "unit": "px", + "value": 8.0 + }, + "min-height": { + "unit": "px", + "value": 36.0 + }, + "min-width": { + "unit": "px", + "value": 44.0 + }, + "padding-horizontal": { + "unit": "px", + "value": 12.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 6375, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 73.33333587646484, + "width": null, + "width-mode": "undefined" + } + ] + }, + "style": { + "flex-shrink": 1.0, + "margin-bottom": { + "unit": "px", + "value": -3.6666667461395264 + }, + "margin-top": { + "unit": "px", + "value": -4.666666507720947 + }, + "padding-vertical": { + "unit": "px", + "value": 8.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "justify-content": "center", + "margin-end": { + "unit": "px", + "value": 8.0 + }, + "min-height": { + "unit": "px", + "value": 36.0 + }, + "min-width": { + "unit": "px", + "value": 44.0 + }, + "padding-horizontal": { + "unit": "px", + "value": 12.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 4250, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 59.66666793823242, + "width": null, + "width-mode": "undefined" + } + ] + }, + "style": { + "flex-shrink": 1.0, + "margin-bottom": { + "unit": "px", + "value": -3.6666667461395264 + }, + "margin-top": { + "unit": "px", + "value": -4.666666507720947 + }, + "padding-vertical": { + "unit": "px", + "value": 8.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "justify-content": "center", + "margin-end": { + "unit": "px", + "value": 8.0 + }, + "min-height": { + "unit": "px", + "value": 36.0 + }, + "min-width": { + "unit": "px", + "value": 44.0 + }, + "padding-horizontal": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "padding-horizontal": { + "unit": "px", + "value": 8.0 + }, + "padding-top": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "flex-shrink": 1.0, + "overflow": "scroll" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 16.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 8.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 16.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "position-right": { + "unit": "px", + "value": 0.0 + }, + "position-top": { + "unit": "px", + "value": 0.0 + }, + "position-type": "absolute" + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 24.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 24.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "padding-right": { + "unit": "px", + "value": 10.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 8000, + "height": null, + "height-mode": "undefined", + "output-height": 40.0, + "output-width": 286.3999938964844, + "width": 286.3999938964844, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": 3.6666667461395264 + }, + "margin-top": { + "unit": "px", + "value": -4.333333492279053 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 11750, + "height": null, + "height-mode": "undefined", + "output-height": 40.0, + "output-width": 286.3999938964844, + "width": 286.3999938964844, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": 8.333333015441895 + }, + "margin-top": { + "unit": "px", + "value": -4.666666507720947 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "width": { + "unit": "pct", + "value": 80.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex-direction": "row", + "height": { + "unit": "px", + "value": 36.0 + }, + "justify-content": "center", + "padding-horizontal": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-self": "center", + "flex-direction": "row", + "flex-shrink": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-all": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 20.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 20.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "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", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "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", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "pct", + "value": 100.0 + }, + "width": { + "unit": "pct", + "value": 100.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 32.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 32.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "justify-content": "center" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 64.80000305175781 + }, + "margin-right": { + "unit": "px", + "value": 16.0 + }, + "width": { + "unit": "px", + "value": 64.80000305175781 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 32.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 32.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "justify-content": "center" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 64.80000305175781 + }, + "width": { + "unit": "px", + "value": 64.80000305175781 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "justify-content": "flex-end", + "position-right": { + "unit": "px", + "value": 16.0 + }, + "position-top": { + "unit": "px", + "value": -32.400001525878906 + }, + "position-type": "absolute" + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 6083, + "height": null, + "height-mode": "undefined", + "output-height": 28.0, + "output-width": 358.0, + "width": 358.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": 6.0 + }, + "margin-top": { + "unit": "px", + "value": -6.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 7417, + "height": null, + "height-mode": "undefined", + "output-height": 20.0, + "output-width": 358.0, + "width": 358.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -4.333333492279053 + }, + "margin-top": { + "unit": "px", + "value": -4.333333492279053 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "padding-bottom": { + "unit": "px", + "value": 20.0 + }, + "padding-left": { + "unit": "px", + "value": 16.0 + }, + "padding-right": { + "unit": "px", + "value": 16.0 + }, + "padding-top": { + "unit": "px", + "value": 20.0 + }, + "position-bottom": { + "unit": "px", + "value": 0.0 + }, + "position-type": "absolute", + "width": { + "unit": "pct", + "value": 100.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 468.0 + }, + "margin-horizontal": { + "unit": "px", + "value": 20.0 + }, + "margin-vertical": { + "unit": "px", + "value": 0.0 + }, + "width": { + "unit": "px", + "value": 390.0 + } + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 24.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 24.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "justify-content": "center", + "max-height": { + "unit": "px", + "value": 60.0 + }, + "min-height": { + "unit": "px", + "value": 60.0 + }, + "width": { + "unit": "px", + "value": 60.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 4416, + "height": null, + "height-mode": "undefined", + "output-height": 16.0, + "output-width": 84.0, + "width": 84.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -3.3333332538604736 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-top": { + "unit": "px", + "value": 8.0 + }, + "width": { + "unit": "px", + "value": 84.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 16.0 + }, + "margin-left": { + "unit": "px", + "value": 0.0 + }, + "margin-top": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 24.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 24.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "justify-content": "center", + "max-height": { + "unit": "px", + "value": 60.0 + }, + "min-height": { + "unit": "px", + "value": 60.0 + }, + "width": { + "unit": "px", + "value": 60.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 2875, + "height": null, + "height-mode": "undefined", + "output-height": 32.0, + "output-width": 84.0, + "width": 84.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -3.3333332538604736 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-top": { + "unit": "px", + "value": 8.0 + }, + "width": { + "unit": "px", + "value": 84.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 16.0 + }, + "margin-left": { + "unit": "px", + "value": 0.0 + }, + "margin-top": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 24.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 24.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "justify-content": "center", + "max-height": { + "unit": "px", + "value": 60.0 + }, + "min-height": { + "unit": "px", + "value": 60.0 + }, + "width": { + "unit": "px", + "value": 60.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 3167, + "height": null, + "height-mode": "undefined", + "output-height": 16.0, + "output-width": 84.0, + "width": 84.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -3.3333332538604736 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-top": { + "unit": "px", + "value": 8.0 + }, + "width": { + "unit": "px", + "value": 84.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 16.0 + }, + "margin-left": { + "unit": "px", + "value": 0.0 + }, + "margin-top": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 24.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 24.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "justify-content": "center", + "max-height": { + "unit": "px", + "value": 60.0 + }, + "min-height": { + "unit": "px", + "value": 60.0 + }, + "width": { + "unit": "px", + "value": 60.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 6708, + "height": null, + "height-mode": "undefined", + "output-height": 32.0, + "output-width": 84.0, + "width": 84.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -3.3333332538604736 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-top": { + "unit": "px", + "value": 8.0 + }, + "width": { + "unit": "px", + "value": 84.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 16.0 + }, + "margin-left": { + "unit": "px", + "value": 0.0 + }, + "margin-top": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 24.0 + }, + "overflow": "hidden", + "width": { + "unit": "px", + "value": 24.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0, + "justify-content": "center", + "max-height": { + "unit": "px", + "value": 60.0 + }, + "min-height": { + "unit": "px", + "value": 60.0 + }, + "width": { + "unit": "px", + "value": 60.0 + } + } + }, + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 2500, + "height": null, + "height-mode": "undefined", + "output-height": 32.0, + "output-width": 84.0, + "width": 84.0, + "width-mode": "exactly" + } + ] + }, + "style": { + "margin-bottom": { + "unit": "px", + "value": -3.3333332538604736 + }, + "margin-top": { + "unit": "px", + "value": -4.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-top": { + "unit": "px", + "value": 8.0 + }, + "width": { + "unit": "px", + "value": 84.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "flex": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 16.0 + }, + "margin-left": { + "unit": "px", + "value": 0.0 + }, + "margin-top": { + "unit": "px", + "value": 16.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "padding-right": { + "unit": "px", + "value": 20.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-direction": "row", + "flex-grow": 1.0, + "flex-shrink": 1.0, + "margin-left": { + "unit": "px", + "value": 20.0 + }, + "margin-right": { + "unit": "px", + "value": 0.0 + }, + "margin-top": { + "unit": "px", + "value": 0.0 + }, + "overflow": "scroll" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "margin-bottom": { + "unit": "px", + "value": 0.0 + }, + "margin-vertical": { + "unit": "px", + "value": 12.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "pct", + "value": 100.0 + }, + "padding-bottom": { + "unit": "px", + "value": 12.0 + }, + "width": { + "unit": "pct", + "value": 100.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "flex-shrink": 1.0, + "overflow": "scroll" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex": 1.0, + "padding-bottom": { + "unit": "px", + "value": 34.0 + }, + "padding-left": { + "unit": "px", + "value": 0.0 + }, + "padding-right": { + "unit": "px", + "value": 0.0 + }, + "padding-top": { + "unit": "px", + "value": 0.0 + } + } + }, + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "height": { + "unit": "px", + "value": 10.0 + }, + "position-left": { + "unit": "px", + "value": -5.0 + }, + "position-type": "absolute", + "width": { + "unit": "px", + "value": 10.0 + } + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0, + "height": "undefined", + "width": "undefined" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex-grow": 1.0 + } + }, + { + "children": [ + { + "children": [ + { + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": { + "measure-funcs": [ + { + "duration-ns": 3292, + "height": null, + "height-mode": "undefined", + "output-height": 7.333333492279053, + "output-width": 67.66666412353516, + "width": 426.0, + "width-mode": "at-most" + } + ] + }, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": null + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "align-items": "center", + "justify-content": "center", + "padding-all": { + "unit": "px", + "value": 2.0 + }, + "position-right": { + "unit": "px", + "value": 0.0 + }, + "position-top": { + "unit": "px", + "value": 0.0 + }, + "position-type": "absolute" + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "flex": 1.0 + } + } + ], + "config": { + "errata": "all", + "point-scale-factor": 3.0 + }, + "node": null, + "style": { + "max-height": { + "unit": "px", + "value": 821.0 + }, + "max-width": { + "unit": "px", + "value": 430.0 + }, + "min-height": { + "unit": "px", + "value": 821.0 + }, + "min-width": { + "unit": "px", + "value": 430.0 + } + } + } +} \ No newline at end of file