123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381{
"surface_id": "coffee-bean-picker-surface",
"surface_version": 1,
"payload": {
"objects": [
{
"beginRendering": {
"surfaceId": "coffee-bean-picker-surface",
"root": "root-card"
}
},
{
"surfaceUpdate": {
"surfaceId": "coffee-bean-picker-surface",
"components": [
{
"id": "root-card",
"component": {
"Card": {
"child": "main-column"
}
}
},
{
"id": "main-column",
"component": {
"Column": {
"children": {
"explicitList": [
"header-group",
"bean-selector",
"confirm-button"
]
},
"alignment": "stretch"
}
}
},
{
"id": "header-group",
"component": {
"Column": {
"children": {
"explicitList": [
"title-text",
"subtitle-text"
]
},
"alignment": "stretch"
}
}
},
{
"id": "title-text",
"component": {
"Label": {
"text": {
"literalString": "Choose your coffee beans"
},
"variant": "title"
}
}
},
{
"id": "subtitle-text",
"component": {
"Label": {
"text": {
"literalString": "Pick 2 to 3 flavor profiles for your next roast."
},
"color": "secondary",
"variant": "body"
}
}
},
{
"id": "bean-selector",
"component": {
"SelectionGrid": {
"selection": {
"path": "/selectedBeans",
"literalArray": []
},
"maxSelection": 3,
"requiredSelection": 2,
"hasSelection": {
"path": "/canConfirm",
"literalBoolean": false
},
"items": [
{
"value": "bean_choco",
"child": "bean-choco"
},
{
"value": "bean_citrus",
"child": "bean-citrus"
},
{
"value": "bean_nutty",
"child": "bean-nutty"
},
{
"value": "bean_floral",
"child": "bean-floral"
},
{
"value": "bean_caramel",
"child": "bean-caramel"
},
{
"value": "bean_berry",
"child": "bean-berry"
}
]
}
}
},
{
"id": "bean-choco",
"component": {
"Column": {
"children": {
"explicitList": [
"bean-choco-image",
"bean-choco-label"
]
},
"alignment": "center"
}
}
},
{
"id": "bean-choco-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/coffee-choco/96/96"
},
"size": "full"
}
}
},
{
"id": "bean-choco-label",
"component": {
"Label": {
"text": {
"literalString": "Chocolate"
},
"variant": "captionSemibold"
}
}
},
{
"id": "bean-citrus",
"component": {
"Column": {
"children": {
"explicitList": [
"bean-citrus-image",
"bean-citrus-label"
]
},
"alignment": "center"
}
}
},
{
"id": "bean-citrus-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/coffee-citrus/96/96"
},
"size": "full"
}
}
},
{
"id": "bean-citrus-label",
"component": {
"Label": {
"text": {
"literalString": "Citrus"
},
"variant": "captionSemibold"
}
}
},
{
"id": "bean-nutty",
"component": {
"Column": {
"children": {
"explicitList": [
"bean-nutty-image",
"bean-nutty-label"
]
},
"alignment": "center"
}
}
},
{
"id": "bean-nutty-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/coffee-nutty/96/96"
},
"size": "full"
}
}
},
{
"id": "bean-nutty-label",
"component": {
"Label": {
"text": {
"literalString": "Nutty"
},
"variant": "captionSemibold"
}
}
},
{
"id": "bean-floral",
"component": {
"Column": {
"children": {
"explicitList": [
"bean-floral-image",
"bean-floral-label"
]
},
"alignment": "center"
}
}
},
{
"id": "bean-floral-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/coffee-floral/96/96"
},
"size": "full"
}
}
},
{
"id": "bean-floral-label",
"component": {
"Label": {
"text": {
"literalString": "Floral"
},
"variant": "captionSemibold"
}
}
},
{
"id": "bean-caramel",
"component": {
"Column": {
"children": {
"explicitList": [
"bean-caramel-image",
"bean-caramel-label"
]
},
"alignment": "center"
}
}
},
{
"id": "bean-caramel-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/coffee-caramel/96/96"
},
"size": "full"
}
}
},
{
"id": "bean-caramel-label",
"component": {
"Label": {
"text": {
"literalString": "Caramel"
},
"variant": "captionSemibold"
}
}
},
{
"id": "bean-berry",
"component": {
"Column": {
"children": {
"explicitList": [
"bean-berry-image",
"bean-berry-label"
]
},
"alignment": "center"
}
}
},
{
"id": "bean-berry-image",
"component": {
"Image": {
"url": {
"literalString": "https://picsum.photos/seed/coffee-berry/96/96"
},
"size": "full"
}
}
},
{
"id": "bean-berry-label",
"component": {
"Label": {
"text": {
"literalString": "Berry"
},
"variant": "captionSemibold"
}
}
},
{
"id": "confirm-button",
"component": {
"Button": {
"child": "btn-label",
"style": "primary",
"enabled": {
"path": "/canConfirm"
},
"action": {
"name": "confirmBeans",
"context": [
{
"key": "beans",
"value": {
"path": "/selectedBeans"
}
}
]
}
}
}
},
{
"id": "btn-label",
"component": {
"Label": {
"text": {
"literalString": "Continue"
},
"variant": "bodySansSemibold"
}
}
}
]
}
},
{
"dataModelUpdate": {
"surfaceId": "coffee-bean-picker-surface",
"path": "/",
"contents": []
}
}
]
}
}0 tokens
Choose your coffee beans
Pick 2 to 3 flavor profiles for your next roast.