123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
{
  "surface_id": "recipe-spotlight",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "recipe-spotlight",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "recipe-spotlight",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-col"
                }
              }
            },
            {
              "id": "main-col",
              "component": {
                "Column": {
                  "children": {
                    "explicitList": [
                      "hero-row",
                      "title",
                      "meta-row",
                      "desc",
                      "cta"
                    ]
                  }
                }
              }
            },
            {
              "id": "hero-row",
              "component": {
                "Row": {
                  "children": {
                    "explicitList": [
                      "hero-label"
                    ]
                  },
                  "alignment": "center"
                }
              }
            },
            {
              "id": "hero-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Chef's Pick"
                  },
                  "variant": "caption"
                }
              }
            },
            {
              "id": "title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Creamy Mushroom Pasta"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "meta-row",
              "component": {
                "Row": {
                  "children": {
                    "explicitList": [
                      "time",
                      "difficulty"
                    ]
                  },
                  "distribution": "spaceBetween"
                }
              }
            },
            {
              "id": "time",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "25 min"
                  },
                  "variant": "caption"
                }
              }
            },
            {
              "id": "difficulty",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Easy"
                  },
                  "variant": "caption"
                }
              }
            },
            {
              "id": "desc",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "A quick weekday recipe with garlic, cream, and parmesan."
                  },
                  "variant": "body"
                }
              }
            },
            {
              "id": "cta",
              "component": {
                "Button": {
                  "child": "cta-text",
                  "primary": true,
                  "action": {
                    "name": "open_recipe"
                  }
                }
              }
            },
            {
              "id": "cta-text",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "View Steps"
                  }
                }
              }
            }
          ]
        }
      }
    ]
  }
}
0 tokens
Chef's Pick
Creamy Mushroom Pasta
25 min
Easy
A quick weekday recipe with garlic, cream, and parmesan.