{
  "name": "notification-preferences-panel",
  "kind": "block",
  "primary": "card-ui",
  "page": "/catalog/ui-patterns/app/settings-notifications/settings-notifications.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<card-ui>\n  <header>\n    <h3>Notifications</h3>\n    <p slot=\"description\">Choose what you want to be notified about</p>\n  </header>\n  <section>\n    <col-ui gap=\"4\">\n      <section>\n        <text-ui weight=\"semibold\">Email</text-ui>\n        <col-ui gap=\"2\">\n          <row-ui gap=\"2\" align=\"center\" justify=\"space-between\">\n            <text-ui>Weekly digest</text-ui>\n            <switch-ui checked></switch-ui>\n          </row-ui>\n          <row-ui gap=\"2\" align=\"center\" justify=\"space-between\">\n            <text-ui>New mentions</text-ui>\n            <switch-ui checked></switch-ui>\n          </row-ui>\n          <row-ui gap=\"2\" align=\"center\" justify=\"space-between\">\n            <text-ui>Product updates</text-ui>\n            <switch-ui></switch-ui>\n          </row-ui>\n        </col-ui>\n      </section>\n      <divider-ui></divider-ui>\n      <section>\n        <text-ui weight=\"semibold\">Push</text-ui>\n        <col-ui gap=\"2\">\n          <row-ui gap=\"2\" align=\"center\" justify=\"space-between\">\n            <text-ui>Direct messages</text-ui>\n            <switch-ui checked></switch-ui>\n          </row-ui>\n          <row-ui gap=\"2\" align=\"center\" justify=\"space-between\">\n            <text-ui>Team alerts</text-ui>\n            <switch-ui></switch-ui>\n          </row-ui>\n        </col-ui>\n      </section>\n    </col-ui>\n  </section>\n</card-ui>",
  "source": "catalog/ui-patterns/app/settings-notifications/settings-notifications.contents.html",
  "metadata": {
    "domain": "settings",
    "description": "Notification preferences panel with per-channel enable/disable toggles for email and push — weekly digest, mentions, product updates, direct messages, and team alerts.",
    "keywords": [
      "notification",
      "preferences",
      "notification-preferences",
      "panel",
      "settings",
      "per-channel",
      "email",
      "push",
      "sms",
      "channel",
      "switch-ui",
      "toggle",
      "enable",
      "disable",
      "alert",
      "notification-settings",
      "frequency",
      "digest"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "heading",
      "textContent": "Notifications"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "Choose what you want to be notified about"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "weight": "semibold",
      "textContent": "Email"
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "Weekly digest"
    },
    {
      "id": "toggle",
      "component": "Toggle",
      "checked": true
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "space-between",
      "children": [
        "text-4",
        "toggle"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "textContent": "New mentions"
    },
    {
      "id": "toggle-2",
      "component": "Toggle",
      "checked": true
    },
    {
      "id": "row-2",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "space-between",
      "children": [
        "text-5",
        "toggle-2"
      ]
    },
    {
      "id": "text-6",
      "component": "Text",
      "textContent": "Product updates"
    },
    {
      "id": "toggle-3",
      "component": "Toggle"
    },
    {
      "id": "row-3",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "space-between",
      "children": [
        "text-6",
        "toggle-3"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "2",
      "children": [
        "row",
        "row-2",
        "row-3"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "text-3",
        "column-2"
      ]
    },
    {
      "id": "divider",
      "component": "Divider"
    },
    {
      "id": "text-7",
      "component": "Text",
      "weight": "semibold",
      "textContent": "Push"
    },
    {
      "id": "text-8",
      "component": "Text",
      "textContent": "Direct messages"
    },
    {
      "id": "toggle-4",
      "component": "Toggle",
      "checked": true
    },
    {
      "id": "row-4",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "space-between",
      "children": [
        "text-8",
        "toggle-4"
      ]
    },
    {
      "id": "text-9",
      "component": "Text",
      "textContent": "Team alerts"
    },
    {
      "id": "toggle-5",
      "component": "Toggle"
    },
    {
      "id": "row-5",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "justify": "space-between",
      "children": [
        "text-9",
        "toggle-5"
      ]
    },
    {
      "id": "column-3",
      "component": "Column",
      "gap": "2",
      "children": [
        "row-4",
        "row-5"
      ]
    },
    {
      "id": "section-3",
      "component": "Section",
      "children": [
        "text-7",
        "column-3"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "section-2",
        "divider",
        "section-3"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
