123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131{
"surface_id": "two-button-entry",
"surface_version": 1,
"payload": {
"objects": [
{
"beginRendering": {
"surfaceId": "two-button-entry",
"root": "entry-column"
}
},
{
"surfaceUpdate": {
"surfaceId": "two-button-entry",
"components": [
{
"id": "entry-column",
"component": {
"Column": {
"alignment": "stretch",
"children": {
"explicitList": [
"browse-button",
"passcode-button"
]
}
}
}
},
{
"id": "browse-button",
"component": {
"Button": {
"child": "browse-button-content",
"style": "secondary",
"action": {
"name": "browse_without_code"
}
}
}
},
{
"id": "browse-button-content",
"component": {
"Row": {
"alignment": "center",
"children": {
"explicitList": [
"browse-emoji",
"browse-label"
]
}
}
}
},
{
"id": "browse-emoji",
"component": {
"Label": {
"text": {
"literalString": "🎁"
},
"variant": "bodySansSemibold"
}
}
},
{
"id": "browse-label",
"component": {
"Label": {
"text": {
"literalString": "Just Browse"
},
"variant": "bodySansSemibold"
}
}
},
{
"id": "passcode-button",
"component": {
"Button": {
"child": "passcode-button-content",
"style": "primary",
"action": {
"name": "enter_with_passcode"
}
}
}
},
{
"id": "passcode-button-content",
"component": {
"Row": {
"alignment": "center",
"children": {
"explicitList": [
"passcode-emoji",
"passcode-label"
]
}
}
}
},
{
"id": "passcode-emoji",
"component": {
"Label": {
"text": {
"literalString": "🔐"
},
"variant": "bodySansSemibold"
}
}
},
{
"id": "passcode-label",
"component": {
"Label": {
"text": {
"literalString": "I Have a Passcode"
},
"variant": "bodySansSemibold"
}
}
}
]
}
}
]
}
}0 tokens