123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768{
"surface_id": "onboadring-fridge-magic",
"surface_version": 1,
"payload": {
"objects": [
{
"beginRendering": {
"surfaceId": "onboadring-fridge-magic",
"root": "root-card"
}
},
{
"surfaceUpdate": {
"surfaceId": "onboadring-fridge-magic",
"components": [
{
"id": "root-card",
"component": {
"Card": {
"child": "main-column"
}
}
},
{
"id": "main-column",
"component": {
"Column": {
"alignment": "stretch",
"children": {
"explicitList": [
"title-text",
"photo-input",
"or-row",
"ingredients-section",
"submit-gate",
"cast-button"
]
}
}
}
},
{
"id": "title-text",
"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",
"ingredient-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": "ingredient-grid",
"component": {
"SelectionGrid": {
"selection": {
"path": "/selectedItems"
},
"hasSelection": {
"path": "/hasSelectedItems"
},
"maxSelection": 1,
"items": [
{
"value": "mushroom",
"child": "item-mushroom"
},
{
"value": "egg",
"child": "item-egg"
},
{
"value": "fish",
"child": "item-fish"
},
{
"value": "tomato",
"child": "item-tomato"
},
{
"value": "potato",
"child": "item-potato"
},
{
"value": "meat",
"child": "item-meat"
},
{
"value": "seafood",
"child": "item-seafood"
},
{
"value": "onion",
"child": "item-onion"
},
{
"value": "cheese",
"child": "item-cheese"
}
]
}
}
},
{
"id": "item-mushroom",
"component": {
"Card": {
"child": "item-mushroom-content"
}
}
},
{
"id": "item-mushroom-content",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"item-mushroom-emoji",
"item-mushroom-label"
]
}
}
}
},
{
"id": "item-mushroom-emoji",
"component": {
"Label": {
"text": {
"literalString": "🍄"
},
"variant": "title"
}
}
},
{
"id": "item-mushroom-label",
"component": {
"Label": {
"text": {
"literalString": "Mushroom"
},
"variant": "subheadlineSemibold"
}
}
},
{
"id": "item-egg",
"component": {
"Card": {
"child": "item-egg-content"
}
}
},
{
"id": "item-egg-content",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"item-egg-emoji",
"item-egg-label"
]
}
}
}
},
{
"id": "item-egg-emoji",
"component": {
"Label": {
"text": {
"literalString": "🥚"
},
"variant": "title"
}
}
},
{
"id": "item-egg-label",
"component": {
"Label": {
"text": {
"literalString": "Egg"
},
"variant": "subheadlineSemibold"
}
}
},
{
"id": "item-fish",
"component": {
"Card": {
"child": "item-fish-content"
}
}
},
{
"id": "item-fish-content",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"item-fish-emoji",
"item-fish-label"
]
}
}
}
},
{
"id": "item-fish-emoji",
"component": {
"Label": {
"text": {
"literalString": "🐟"
},
"variant": "title"
}
}
},
{
"id": "item-fish-label",
"component": {
"Label": {
"text": {
"literalString": "Fish"
},
"variant": "subheadlineSemibold"
}
}
},
{
"id": "item-tomato",
"component": {
"Card": {
"child": "item-tomato-content"
}
}
},
{
"id": "item-tomato-content",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"item-tomato-emoji",
"item-tomato-label"
]
}
}
}
},
{
"id": "item-tomato-emoji",
"component": {
"Label": {
"text": {
"literalString": "🍅"
},
"variant": "title"
}
}
},
{
"id": "item-tomato-label",
"component": {
"Label": {
"text": {
"literalString": "Tomato"
},
"variant": "subheadlineSemibold"
}
}
},
{
"id": "item-potato",
"component": {
"Card": {
"child": "item-potato-content"
}
}
},
{
"id": "item-potato-content",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"item-potato-emoji",
"item-potato-label"
]
}
}
}
},
{
"id": "item-potato-emoji",
"component": {
"Label": {
"text": {
"literalString": "🥔"
},
"variant": "title"
}
}
},
{
"id": "item-potato-label",
"component": {
"Label": {
"text": {
"literalString": "Potato"
},
"variant": "subheadlineSemibold"
}
}
},
{
"id": "item-meat",
"component": {
"Card": {
"child": "item-meat-content"
}
}
},
{
"id": "item-meat-content",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"item-meat-emoji",
"item-meat-label"
]
}
}
}
},
{
"id": "item-meat-emoji",
"component": {
"Label": {
"text": {
"literalString": "🥩"
},
"variant": "title"
}
}
},
{
"id": "item-meat-label",
"component": {
"Label": {
"text": {
"literalString": "Meat"
},
"variant": "subheadlineSemibold"
}
}
},
{
"id": "item-seafood",
"component": {
"Card": {
"child": "item-seafood-content"
}
}
},
{
"id": "item-seafood-content",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"item-seafood-emoji",
"item-seafood-label"
]
}
}
}
},
{
"id": "item-seafood-emoji",
"component": {
"Label": {
"text": {
"literalString": "🍤"
},
"variant": "title"
}
}
},
{
"id": "item-seafood-label",
"component": {
"Label": {
"text": {
"literalString": "Seafood"
},
"variant": "subheadlineSemibold"
}
}
},
{
"id": "item-onion",
"component": {
"Card": {
"child": "item-onion-content"
}
}
},
{
"id": "item-onion-content",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"item-onion-emoji",
"item-onion-label"
]
}
}
}
},
{
"id": "item-onion-emoji",
"component": {
"Label": {
"text": {
"literalString": "🧅"
},
"variant": "title"
}
}
},
{
"id": "item-onion-label",
"component": {
"Label": {
"text": {
"literalString": "Onion"
},
"variant": "subheadlineSemibold"
}
}
},
{
"id": "item-cheese",
"component": {
"Card": {
"child": "item-cheese-content"
}
}
},
{
"id": "item-cheese-content",
"component": {
"Column": {
"alignment": "center",
"children": {
"explicitList": [
"item-cheese-emoji",
"item-cheese-label"
]
}
}
}
},
{
"id": "item-cheese-emoji",
"component": {
"Label": {
"text": {
"literalString": "🧀"
},
"variant": "title"
}
}
},
{
"id": "item-cheese-label",
"component": {
"Label": {
"text": {
"literalString": "Cheese"
},
"variant": "subheadlineSemibold"
}
}
},
{
"id": "submit-gate",
"component": {
"BooleanAnyOf": {
"inputs": [
{
"path": "/hasPhoto"
},
{
"path": "/hasSelectedItems"
}
],
"output": {
"path": "/canSubmit",
"literalBoolean": false
}
}
}
},
{
"id": "cast-button",
"component": {
"Button": {
"child": "cast-button-content",
"style": "primary",
"enabled": {
"path": "/canSubmit"
},
"action": {
"name": "onboarding_cast_magic",
"context": [
{
"key": "selectedItems",
"value": {
"path": "/selectedItems"
}
},
{
"key": "photoUrl",
"value": {
"path": "/photoUrl"
}
},
{
"key": "hasPhoto",
"value": {
"path": "/hasPhoto"
}
}
]
}
}
}
},
{
"id": "cast-button-content",
"component": {
"Row": {
"alignment": "center",
"children": {
"explicitList": [
"cast-emoji",
"cast-label"
]
}
}
}
},
{
"id": "cast-emoji",
"component": {
"Label": {
"text": {
"literalString": "✨"
},
"variant": "bodySansSemibold"
}
}
},
{
"id": "cast-label",
"component": {
"Label": {
"text": {
"literalString": "Cast magic"
},
"variant": "bodySansSemibold"
}
}
}
]
}
},
{
"dataModelUpdate": {
"surfaceId": "onboadring-fridge-magic",
"path": "/",
"contents": [
{
"key": "canSubmit",
"valueBoolean": false
},
{
"key": "hasPhoto",
"valueBoolean": false
},
{
"key": "isUploading",
"valueBoolean": false
}
]
}
}
]
}
}0 tokens
Pick items OR snap a pic 📸:
OR