123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726{
"surface_id": "onboadring-fridge-picker-surface",
"surface_version": 1,
"payload": {
"objects": [
{
"beginRendering": {
"surfaceId": "onboadring-fridge-picker-surface",
"root": "root-card"
}
},
{
"surfaceUpdate": {
"surfaceId": "onboadring-fridge-picker-surface",
"components": [
{
"id": "root-card",
"component": {
"Card": {
"child": "main-column"
}
}
},
{
"id": "main-column",
"component": {
"Column": {
"alignment": "stretch",
"children": {
"explicitList": [
"title-label",
"photo-input",
"or-row",
"ingredients-section",
"cast-button"
]
}
}
}
},
{
"id": "title-label",
"component": {
"Label": {
"text": {
"literalString": "Pick items OR snap a pic 📸:"
},
"variant": "bodySansSemibold"
}
}
},
{
"id": "photo-input",
"component": {
"PhotoInput": {
"value": {
"path": "/photoUrl"
},
"hasValue": {
"path": "/hasPhoto"
},
"isUploading": {
"path": "/isUploading"
},
"placeholder": {
"literalString": "Snap Fridge / Upload"
}
}
}
},
{
"id": "or-row",
"component": {
"Row": {
"children": {
"explicitList": [
"or-divider-left",
"or-label",
"or-divider-right"
]
},
"alignment": "center"
}
}
},
{
"id": "or-divider-left",
"weight": 1,
"component": {
"Divider": {
"axis": "horizontal"
}
}
},
{
"id": "or-label",
"component": {
"Label": {
"text": {
"literalString": "OR"
},
"variant": "captionSemibold",
"color": "tertiary"
}
}
},
{
"id": "or-divider-right",
"weight": 1,
"component": {
"Divider": {
"axis": "horizontal"
}
}
},
{
"id": "ingredients-section",
"component": {
"Column": {
"alignment": "stretch",
"children": {
"explicitList": [
"shuffle-row",
"ingredients-grid"
]
}
}
}
},
{
"id": "shuffle-row",
"component": {
"Row": {
"children": {
"explicitList": [
"shuffle-spacer",
"shuffle-button"
]
},
"distribution": "spaceBetween",
"alignment": "center"
}
}
},
{
"id": "shuffle-spacer",
"component": {
"Label": {
"text": {
"literalString": ""
},
"variant": "caption"
}
}
},
{
"id": "shuffle-button",
"component": {
"Button": {
"child": "shuffle-content",
"style": "plain",
"action": {
"name": "shuffle_ingredients"
}
}
}
},
{
"id": "shuffle-content",
"component": {
"Row": {
"children": {
"explicitList": [
"shuffle-icon",
"shuffle-label"
]
},
"alignment": "baseline"
}
}
},
{
"id": "shuffle-icon",
"component": {
"Label": {
"text": {
"literalString": "↺"
},
"variant": "bodySans"
}
}
},
{
"id": "shuffle-label",
"component": {
"Label": {
"text": {
"literalString": "Shuffle"
},
"variant": "subheadline"
}
}
},
{
"id": "ingredients-grid",
"component": {
"SelectionGrid": {
"selection": {
"path": "/selectedIngredients",
"literalArray": []
},
"maxSelection": 9,
"requiredSelection": 1,
"hasSelection": {
"path": "/canCast",
"literalBoolean": false
},
"items": [
{
"value": "mushroom",
"child": "ingredient-mushroom-card"
},
{
"value": "potato",
"child": "ingredient-potato-card"
},
{
"value": "seafood",
"child": "ingredient-seafood-card"
},
{
"value": "noodles",
"child": "ingredient-noodles-card"
},
{
"value": "chicken",
"child": "ingredient-chicken-card"
},
{
"value": "cheese",
"child": "ingredient-cheese-card"
},
{
"value": "fish",
"child": "ingredient-fish-card"
},
{
"value": "egg",
"child": "ingredient-egg-card"
},
{
"value": "tomato",
"child": "ingredient-tomato-card"
}
]
}
}
},
{
"id": "ingredient-mushroom-card",
"component": {
"Card": {
"child": "ingredient-mushroom-column"
}
}
},
{
"id": "ingredient-mushroom-column",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"ingredient-mushroom-image",
"ingredient-mushroom-label"
]
}
}
}
},
{
"id": "ingredient-mushroom-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/mushroom/200/200"
},
"size": "small"
}
}
},
{
"id": "ingredient-mushroom-label",
"component": {
"Label": {
"text": {
"literalString": "Mushroom"
},
"variant": "captionSemibold"
}
}
},
{
"id": "ingredient-potato-card",
"component": {
"Card": {
"child": "ingredient-potato-column"
}
}
},
{
"id": "ingredient-potato-column",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"ingredient-potato-image",
"ingredient-potato-label"
]
}
}
}
},
{
"id": "ingredient-potato-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/potato/200/200"
},
"size": "small"
}
}
},
{
"id": "ingredient-potato-label",
"component": {
"Label": {
"text": {
"literalString": "Potato"
},
"variant": "captionSemibold"
}
}
},
{
"id": "ingredient-seafood-card",
"component": {
"Card": {
"child": "ingredient-seafood-column"
}
}
},
{
"id": "ingredient-seafood-column",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"ingredient-seafood-image",
"ingredient-seafood-label"
]
}
}
}
},
{
"id": "ingredient-seafood-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/seafood/200/200"
},
"size": "small"
}
}
},
{
"id": "ingredient-seafood-label",
"component": {
"Label": {
"text": {
"literalString": "Seafood"
},
"variant": "captionSemibold"
}
}
},
{
"id": "ingredient-noodles-card",
"component": {
"Card": {
"child": "ingredient-noodles-column"
}
}
},
{
"id": "ingredient-noodles-column",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"ingredient-noodles-image",
"ingredient-noodles-label"
]
}
}
}
},
{
"id": "ingredient-noodles-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/noodles/200/200"
},
"size": "small"
}
}
},
{
"id": "ingredient-noodles-label",
"component": {
"Label": {
"text": {
"literalString": "Noodles"
},
"variant": "captionSemibold"
}
}
},
{
"id": "ingredient-chicken-card",
"component": {
"Card": {
"child": "ingredient-chicken-column"
}
}
},
{
"id": "ingredient-chicken-column",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"ingredient-chicken-image",
"ingredient-chicken-label"
]
}
}
}
},
{
"id": "ingredient-chicken-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/chicken/200/200"
},
"size": "small"
}
}
},
{
"id": "ingredient-chicken-label",
"component": {
"Label": {
"text": {
"literalString": "Chicken"
},
"variant": "captionSemibold"
}
}
},
{
"id": "ingredient-cheese-card",
"component": {
"Card": {
"child": "ingredient-cheese-column"
}
}
},
{
"id": "ingredient-cheese-column",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"ingredient-cheese-image",
"ingredient-cheese-label"
]
}
}
}
},
{
"id": "ingredient-cheese-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/cheese/200/200"
},
"size": "small"
}
}
},
{
"id": "ingredient-cheese-label",
"component": {
"Label": {
"text": {
"literalString": "Cheese"
},
"variant": "captionSemibold"
}
}
},
{
"id": "ingredient-fish-card",
"component": {
"Card": {
"child": "ingredient-fish-column"
}
}
},
{
"id": "ingredient-fish-column",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"ingredient-fish-image",
"ingredient-fish-label"
]
}
}
}
},
{
"id": "ingredient-fish-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/fish/200/200"
},
"size": "small"
}
}
},
{
"id": "ingredient-fish-label",
"component": {
"Label": {
"text": {
"literalString": "Fish"
},
"variant": "captionSemibold"
}
}
},
{
"id": "ingredient-egg-card",
"component": {
"Card": {
"child": "ingredient-egg-column"
}
}
},
{
"id": "ingredient-egg-column",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"ingredient-egg-image",
"ingredient-egg-label"
]
}
}
}
},
{
"id": "ingredient-egg-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/egg/200/200"
},
"size": "small"
}
}
},
{
"id": "ingredient-egg-label",
"component": {
"Label": {
"text": {
"literalString": "Egg"
},
"variant": "captionSemibold"
}
}
},
{
"id": "ingredient-tomato-card",
"component": {
"Card": {
"child": "ingredient-tomato-column"
}
}
},
{
"id": "ingredient-tomato-column",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"ingredient-tomato-image",
"ingredient-tomato-label"
]
}
}
}
},
{
"id": "ingredient-tomato-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/tomato/200/200"
},
"size": "small"
}
}
},
{
"id": "ingredient-tomato-label",
"component": {
"Label": {
"text": {
"literalString": "Tomato"
},
"variant": "captionSemibold"
}
}
},
{
"id": "cast-button",
"component": {
"Button": {
"child": "cast-button-label",
"style": "primary",
"enabled": {
"path": "/canCast"
},
"action": {
"name": "cast_magic",
"context": [
{
"key": "selectedIngredients",
"value": {
"path": "/selectedIngredients"
}
},
{
"key": "photoUrl",
"value": {
"path": "/photoUrl"
}
},
{
"key": "hasPhoto",
"value": {
"path": "/hasPhoto"
}
}
]
}
}
}
},
{
"id": "cast-button-label",
"component": {
"Label": {
"text": {
"literalString": "Cast magic"
},
"variant": "bodySansSemibold"
}
}
}
]
}
},
{
"dataModelUpdate": {
"surfaceId": "onboadring-fridge-picker-surface",
"path": "/",
"contents": [
{
"key": "canCast",
"valueBoolean": false
},
{
"key": "hasPhoto",
"valueBoolean": false
},
{
"key": "isUploading",
"valueBoolean": false
}
]
}
}
]
}
}0 tokens
Pick items OR snap a pic 📸:
OR