123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
{
  "surface_id": "circular-progress-health-surface",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "circular-progress-health-surface",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "circular-progress-health-surface",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-column"
                }
              }
            },
            {
              "id": "main-column",
              "component": {
                "Column": {
                  "alignment": "stretch",
                  "children": {
                    "explicitList": [
                      "health-progress",
                      "health-summary",
                      "fiber-row",
                      "net-carbs-row",
                      "sugar-row",
                      "sodium-row"
                    ]
                  }
                }
              }
            },
            {
              "id": "health-progress",
              "component": {
                "CircularProgress": {
                  "value": {
                    "literalNumber": 7
                  },
                  "max": {
                    "literalNumber": 10
                  },
                  "style": "positive"
                }
              }
            },
            {
              "id": "health-summary",
              "component": {
                "Column": {
                  "children": {
                    "explicitList": [
                      "health-title",
                      "health-status"
                    ]
                  }
                }
              }
            },
            {
              "id": "health-title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Health . scroe"
                  },
                  "color": "tertiary",
                  "variant": "caption"
                }
              }
            },
            {
              "id": "health-status",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Good"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "fiber-row",
              "component": {
                "Row": {
                  "distribution": "spaceBetween",
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "fiber-label",
                      "fiber-value"
                    ]
                  }
                }
              }
            },
            {
              "id": "fiber-label",
              "weight": 1,
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Fiber"
                  },
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "fiber-value",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "3g"
                  },
                  "color": "secondary",
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "net-carbs-row",
              "component": {
                "Row": {
                  "distribution": "spaceBetween",
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "net-carbs-label",
                      "net-carbs-value"
                    ]
                  }
                }
              }
            },
            {
              "id": "net-carbs-label",
              "weight": 1,
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Net Carbs"
                  },
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "net-carbs-value",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "64g"
                  },
                  "color": "secondary",
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "sugar-row",
              "component": {
                "Row": {
                  "distribution": "spaceBetween",
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "sugar-label",
                      "sugar-value"
                    ]
                  }
                }
              }
            },
            {
              "id": "sugar-label",
              "weight": 1,
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Sugar"
                  },
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "sugar-value",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "17g"
                  },
                  "color": "secondary",
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "sodium-row",
              "component": {
                "Row": {
                  "distribution": "spaceBetween",
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "sodium-label",
                      "sodium-value"
                    ]
                  }
                }
              }
            },
            {
              "id": "sodium-label",
              "weight": 1,
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Sodium"
                  },
                  "variant": "bodySans"
                }
              }
            },
            {
              "id": "sodium-value",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "1124mg"
                  },
                  "color": "secondary",
                  "variant": "bodySans"
                }
              }
            }
          ]
        }
      },
      {
        "dataModelUpdate": {
          "surfaceId": "circular-progress-health-surface",
          "path": "/",
          "contents": []
        }
      }
    ]
  }
}
0 tokens
7/10
Health . scroe
Good
Fiber
3g
Net Carbs
64g
Sugar
17g
Sodium
1124mg