123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
{
  "surface_id": "onboadring-mood-guardrails-surface",
  "surface_version": 1,
  "payload": {
    "objects": [
      {
        "beginRendering": {
          "surfaceId": "onboadring-mood-guardrails-surface",
          "root": "root-card"
        }
      },
      {
        "surfaceUpdate": {
          "surfaceId": "onboadring-mood-guardrails-surface",
          "components": [
            {
              "id": "root-card",
              "component": {
                "Card": {
                  "child": "main-column"
                }
              }
            },
            {
              "id": "main-column",
              "component": {
                "Column": {
                  "alignment": "stretch",
                  "children": {
                    "explicitList": [
                      "title-label",
                      "section-divider",
                      "like-row",
                      "like-wrap",
                      "dislike-row",
                      "dislike-wrap",
                      "submit-ready-gate",
                      "submit-button"
                    ]
                  }
                }
              }
            },
            {
              "id": "title-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Anything you're definitely not in the mood for?"
                  },
                  "variant": "title"
                }
              }
            },
            {
              "id": "section-divider",
              "component": {
                "Divider": {}
              }
            },
            {
              "id": "like-row",
              "component": {
                "Row": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "like-emoji",
                      "like-title"
                    ]
                  }
                }
              }
            },
            {
              "id": "like-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "❤️"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "like-title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Like"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "like-wrap",
              "component": {
                "SelectionWrap": {
                  "selection": {
                    "path": "/selectedLikes",
                    "literalArray": []
                  },
                  "maxSelection": 2,
                  "requiredSelection": 1,
                  "hasSelection": {
                    "path": "/readyLikes",
                    "literalBoolean": false
                  },
                  "items": [
                    {
                      "value": "like_light_clean",
                      "child": "like-light-clean"
                    },
                    {
                      "value": "like_rich_bold",
                      "child": "like-rich-bold"
                    },
                    {
                      "value": "like_raw_cold",
                      "child": "like-raw-cold"
                    },
                    {
                      "value": "like_mild_gentle",
                      "child": "like-mild-gentle"
                    },
                    {
                      "value": "like_open_anything",
                      "child": "like-open-anything"
                    }
                  ]
                }
              }
            },
            {
              "id": "like-light-clean",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Light & Clean"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "like-rich-bold",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Rich & Bold"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "like-raw-cold",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Raw & Cold"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "like-mild-gentle",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Mild & Gentle"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "like-open-anything",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "I'm open to anything"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "dislike-row",
              "component": {
                "Row": {
                  "alignment": "center",
                  "children": {
                    "explicitList": [
                      "dislike-emoji",
                      "dislike-title"
                    ]
                  }
                }
              }
            },
            {
              "id": "dislike-emoji",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "💔"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "dislike-title",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Dislike"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            },
            {
              "id": "dislike-wrap",
              "component": {
                "SelectionWrap": {
                  "selection": {
                    "path": "/selectedDislikes",
                    "literalArray": []
                  },
                  "maxSelection": 3,
                  "requiredSelection": 1,
                  "hasSelection": {
                    "path": "/readyDislikes",
                    "literalBoolean": false
                  },
                  "items": [
                    {
                      "value": "dislike_light_clean",
                      "child": "dislike-light-clean"
                    },
                    {
                      "value": "dislike_rich_bold",
                      "child": "dislike-rich-bold"
                    },
                    {
                      "value": "dislike_raw_cold",
                      "child": "dislike-raw-cold"
                    },
                    {
                      "value": "dislike_mild_gentle",
                      "child": "dislike-mild-gentle"
                    },
                    {
                      "value": "dislike_open_anything",
                      "child": "dislike-open-anything"
                    }
                  ]
                }
              }
            },
            {
              "id": "dislike-light-clean",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Light & Clean"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "dislike-rich-bold",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Rich & Bold"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "dislike-raw-cold",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Raw & Cold"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "dislike-mild-gentle",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Mild & Gentle"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "dislike-open-anything",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "I'm open to anything"
                  },
                  "variant": "subheadline"
                }
              }
            },
            {
              "id": "submit-ready-gate",
              "component": {
                "BooleanAllOf": {
                  "inputs": [
                    {
                      "path": "/readyLikes"
                    },
                    {
                      "path": "/readyDislikes"
                    }
                  ],
                  "output": {
                    "path": "/canSubmit",
                    "literalBoolean": false
                  }
                }
              }
            },
            {
              "id": "submit-button",
              "component": {
                "Button": {
                  "child": "submit-button-label",
                  "style": "primary",
                  "enabled": {
                    "path": "/canSubmit"
                  },
                  "action": {
                    "name": "onboarding_submit_mood_guardrails",
                    "context": [
                      {
                        "key": "selectedLikes",
                        "value": {
                          "path": "/selectedLikes"
                        }
                      },
                      {
                        "key": "selectedDislikes",
                        "value": {
                          "path": "/selectedDislikes"
                        }
                      },
                      {
                        "key": "canSubmit",
                        "value": {
                          "path": "/canSubmit"
                        }
                      }
                    ]
                  }
                }
              }
            },
            {
              "id": "submit-button-label",
              "component": {
                "Label": {
                  "text": {
                    "literalString": "Submit"
                  },
                  "variant": "bodySansSemibold"
                }
              }
            }
          ]
        }
      },
      {
        "dataModelUpdate": {
          "surfaceId": "onboadring-mood-guardrails-surface",
          "path": "/",
          "contents": []
        }
      }
    ]
  }
}
0 tokens
Anything you're definitely not in the mood for?
❤️
Like
💔
Dislike