{
  "name": "settings-admin-page",
  "kind": "page",
  "primary": "article",
  "page": "/apps/saas/app/settings-page/settings-page.contents.html",
  "slots": [],
  "nested": [
    "settings-general-form",
    "settings-toggle-switches",
    "settings-appearance-theme-panel",
    "settings-notification-channels-switches",
    "settings-notification-activity-checkboxes",
    "settings-privacy",
    "settings-danger-zone-delete-workspace",
    "drawer-delete-workspace"
  ],
  "attrs": {},
  "html": "<article>\n<!-- ═══════════════ WORKSPACE DETAILS ═══════════════ -->\n<section>\n  <h2>Workspace</h2>\n  <div data-section>\n    <aside>\n      <h3>Details</h3>\n      <p>Name and identify your workspace.</p>\n    </aside>\n    <div data-col><!-- nested: settings-general-form --></div>\n  </div>\n  <div data-section>\n    <aside>\n      <h3>Description</h3>\n      <p>A brief summary of what this workspace is for.</p>\n    </aside>\n    <div data-col>\n      <field-ui label=\"Description\">\n        <textarea-ui placeholder=\"What is this workspace for?\">A zero-dependency vanilla JS web component library for modern interfaces.</textarea-ui>\n      </field-ui>\n      <field-ui label=\"Timezone\">\n        <select-ui id=\"settings-timezone\" placeholder=\"Select timezone\"></select-ui>\n      </field-ui>\n    </div>\n  </div>\n</section>\n\n<divider-ui></divider-ui>\n\n<!-- ═══════════════ DEFAULTS ═══════════════ -->\n<section>\n  <h2>Defaults</h2>\n  <div data-section>\n    <aside>\n      <h3>Model</h3>\n      <p>Choose the default model and parameters for new conversations.</p>\n    </aside>\n    <div data-col>\n      <field-ui label=\"Default model\">\n        <select-ui id=\"settings-model\" placeholder=\"Select model\"></select-ui>\n      </field-ui>\n      <grid-ui columns=\"1 2@md\" gap=\"3\">\n        <range-ui label=\"Max tokens\" value=\"4096\" min=\"256\" max=\"16384\" step=\"256\"></range-ui>\n        <range-ui label=\"Temperature\" value=\"0.7\" min=\"0\" max=\"2\" step=\"0.1\"></range-ui>\n      </grid-ui>\n    </div>\n  </div>\n  <div data-section>\n    <aside>\n      <h3>System prompt</h3>\n      <p>Default instructions sent with every conversation.</p>\n    </aside>\n    <div data-col>\n      <field-ui label=\"System prompt\">\n        <textarea-ui placeholder=\"You are a helpful assistant...\" rows=\"5\"></textarea-ui>\n      </field-ui>\n    </div>\n  </div>\n</section>\n\n<divider-ui></divider-ui>\n\n<!-- ═══════════════ PREFERENCES ═══════════════ -->\n<section>\n  <h2>Preferences</h2>\n  <div data-section>\n    <aside>\n      <h3>Behavior</h3>\n      <p>Customize how the interface behaves.</p>\n    </aside>\n    <div data-col><!-- nested: settings-toggle-switches --></div>\n  </div>\n</section>\n\n<divider-ui></divider-ui>\n\n<!-- ═══════════════ APPEARANCE ═══════════════\n     Workspace-level theming surface. <theme-panel> owns the three\n     knobs of the AdiaUI theming contract: [theme] named themes,\n     --a-density / --a-radius-k parametric overrides, and color-scheme\n     light/dark switching, plus localStorage persistence. The Behavior\n     section above lost its standalone \"Dark mode\" switch; the scheme\n     toggle inside <theme-panel> is the canonical control.\n-->\n<section>\n  <h2>Appearance</h2>\n  <div data-section>\n    <aside>\n      <h3>Theme</h3>\n      <p>Pick a theme, adjust density and corner radius, or switch between light and dark mode. Changes apply instantly and are saved per browser.</p>\n    </aside>\n    <div data-col><!-- nested: settings-appearance-theme-panel --></div>\n  </div>\n</section>\n\n<divider-ui></divider-ui>\n\n<!-- ═══════════════ NOTIFICATIONS ═══════════════ -->\n<section>\n  <h2>Notifications</h2>\n  <div data-section><!-- nested: settings-notification-channels-switches --></div>\n  <div data-section><!-- nested: settings-notification-activity-checkboxes --></div>\n</section>\n\n<divider-ui></divider-ui>\n\n<!-- ═══════════════ PRIVACY ═══════════════ -->\n<section>\n  <h2>Privacy</h2>\n  <div data-section><!-- nested: settings-privacy --></div>\n</section>\n\n<divider-ui></divider-ui>\n\n<!-- ═══════════════ DANGER ZONE ═══════════════ -->\n<section>\n  <h2>Danger zone</h2>\n  <div data-section><!-- nested: settings-danger-zone-delete-workspace --></div>\n</section>\n\n<!-- ═══════════════ DELETE WORKSPACE DRAWER ═══════════════ -->\n<drawer-ui id=\"drawer-delete-workspace\" side=\"right\" size=\"md\"><!-- nested: drawer-delete-workspace --></drawer-ui>\n</article>",
  "source": "apps/saas/app/settings-page/settings-page.contents.html",
  "metadata": {
    "domain": "settings",
    "description": "SaaS admin settings page with workspace details (name, slug, description, plan), defaults, preferences, appearance, notifications, and a danger zone for workspace deletion. Single-column layout with sectioned blocks and an inline delete drawer.",
    "keywords": [
      "settings",
      "preferences",
      "workspace",
      "account",
      "configure",
      "options",
      "setup",
      "admin",
      "saas",
      "notifications",
      "appearance",
      "defaults",
      "danger",
      "zone"
    ],
    "related": [
      "settings-general-form",
      "settings-appearance",
      "settings-notifications",
      "settings-page-shell",
      "drawer-delete-workspace"
    ],
    "tags": {
      "complexity": "complex",
      "layout": "page"
    }
  },
  "captured_at": "2026-06-10T13:16:11.236Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "title",
      "textContent": "Workspace"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "heading",
      "textContent": "Details"
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "textContent": "Name and identify your workspace."
    },
    {
      "id": "sidebar",
      "component": "Sidebar",
      "children": [
        "text-2",
        "text-3"
      ]
    },
    {
      "id": "input",
      "component": "Input",
      "placeholder": "My Workspace",
      "value": "AdiaUI"
    },
    {
      "id": "field",
      "component": "Field",
      "label": "Workspace name",
      "children": [
        "input"
      ]
    },
    {
      "id": "input-2",
      "component": "Input",
      "placeholder": "my-workspace",
      "prefix": "/",
      "value": "adia-ui"
    },
    {
      "id": "field-2",
      "component": "Field",
      "label": "Slug",
      "children": [
        "input-2"
      ]
    },
    {
      "id": "column-3",
      "component": "Column",
      "data-col": "",
      "children": [
        "field",
        "field-2"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "data-col": "",
      "children": [
        "column-3"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar",
        "column-2"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "variant": "heading",
      "textContent": "Description"
    },
    {
      "id": "text-5",
      "component": "Text",
      "variant": "body",
      "textContent": "A brief summary of what this workspace is for."
    },
    {
      "id": "sidebar-2",
      "component": "Sidebar",
      "children": [
        "text-4",
        "text-5"
      ]
    },
    {
      "id": "text-area",
      "component": "TextArea",
      "placeholder": "What is this workspace for?",
      "value": "A zero-dependency vanilla JS web component library for modern interfaces."
    },
    {
      "id": "field-3",
      "component": "Field",
      "label": "Description",
      "children": [
        "text-area"
      ]
    },
    {
      "id": "settings-timezone",
      "component": "ChoicePicker",
      "placeholder": "Select timezone"
    },
    {
      "id": "field-4",
      "component": "Field",
      "label": "Timezone",
      "children": [
        "settings-timezone"
      ]
    },
    {
      "id": "column-5",
      "component": "Column",
      "data-col": "",
      "children": [
        "field-3",
        "field-4"
      ]
    },
    {
      "id": "column-4",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar-2",
        "column-5"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "text",
        "column",
        "column-4"
      ]
    },
    {
      "id": "divider",
      "component": "Divider"
    },
    {
      "id": "text-6",
      "component": "Text",
      "variant": "title",
      "textContent": "Defaults"
    },
    {
      "id": "text-7",
      "component": "Text",
      "variant": "heading",
      "textContent": "Model"
    },
    {
      "id": "text-8",
      "component": "Text",
      "variant": "body",
      "textContent": "Choose the default model and parameters for new conversations."
    },
    {
      "id": "sidebar-3",
      "component": "Sidebar",
      "children": [
        "text-7",
        "text-8"
      ]
    },
    {
      "id": "settings-model",
      "component": "ChoicePicker",
      "placeholder": "Select model"
    },
    {
      "id": "field-5",
      "component": "Field",
      "label": "Default model",
      "children": [
        "settings-model"
      ]
    },
    {
      "id": "range",
      "component": "Range",
      "label": "Max tokens",
      "max": 16384,
      "min": 256,
      "step": 256,
      "value": 4096
    },
    {
      "id": "range-2",
      "component": "Range",
      "label": "Temperature",
      "max": 2,
      "min": 0,
      "step": 0.1,
      "value": 0.7
    },
    {
      "id": "grid",
      "component": "Grid",
      "columns": "1 2@md",
      "gap": "3",
      "children": [
        "range",
        "range-2"
      ]
    },
    {
      "id": "column-7",
      "component": "Column",
      "data-col": "",
      "children": [
        "field-5",
        "grid"
      ]
    },
    {
      "id": "column-6",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar-3",
        "column-7"
      ]
    },
    {
      "id": "text-9",
      "component": "Text",
      "variant": "heading",
      "textContent": "System prompt"
    },
    {
      "id": "text-10",
      "component": "Text",
      "variant": "body",
      "textContent": "Default instructions sent with every conversation."
    },
    {
      "id": "sidebar-4",
      "component": "Sidebar",
      "children": [
        "text-9",
        "text-10"
      ]
    },
    {
      "id": "text-area-2",
      "component": "TextArea",
      "placeholder": "You are a helpful assistant...",
      "rows": "5"
    },
    {
      "id": "field-6",
      "component": "Field",
      "label": "System prompt",
      "children": [
        "text-area-2"
      ]
    },
    {
      "id": "column-9",
      "component": "Column",
      "data-col": "",
      "children": [
        "field-6"
      ]
    },
    {
      "id": "column-8",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar-4",
        "column-9"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "children": [
        "text-6",
        "column-6",
        "column-8"
      ]
    },
    {
      "id": "divider-2",
      "component": "Divider"
    },
    {
      "id": "text-11",
      "component": "Text",
      "variant": "title",
      "textContent": "Preferences"
    },
    {
      "id": "text-12",
      "component": "Text",
      "variant": "heading",
      "textContent": "Behavior"
    },
    {
      "id": "text-13",
      "component": "Text",
      "variant": "body",
      "textContent": "Customize how the interface behaves."
    },
    {
      "id": "sidebar-5",
      "component": "Sidebar",
      "children": [
        "text-12",
        "text-13"
      ]
    },
    {
      "id": "toggle",
      "component": "Toggle",
      "checked": true,
      "label": "Send on Enter"
    },
    {
      "id": "toggle-2",
      "component": "Toggle",
      "checked": true,
      "label": "Stream responses"
    },
    {
      "id": "toggle-3",
      "component": "Toggle",
      "label": "Show token count"
    },
    {
      "id": "column-12",
      "component": "Column",
      "data-col": "",
      "children": [
        "toggle",
        "toggle-2",
        "toggle-3"
      ]
    },
    {
      "id": "column-11",
      "component": "Column",
      "data-col": "",
      "children": [
        "column-12"
      ]
    },
    {
      "id": "column-10",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar-5",
        "column-11"
      ]
    },
    {
      "id": "section-3",
      "component": "Section",
      "children": [
        "text-11",
        "column-10"
      ]
    },
    {
      "id": "divider-3",
      "component": "Divider"
    },
    {
      "id": "text-14",
      "component": "Text",
      "variant": "title",
      "textContent": "Appearance"
    },
    {
      "id": "text-15",
      "component": "Text",
      "variant": "heading",
      "textContent": "Theme"
    },
    {
      "id": "text-16",
      "component": "Text",
      "variant": "body",
      "textContent": "Pick a theme, adjust density and corner radius, or switch between light and dark mode. Changes apply instantly and are saved per browser."
    },
    {
      "id": "sidebar-6",
      "component": "Sidebar",
      "children": [
        "text-15",
        "text-16"
      ]
    },
    {
      "id": "theme-panel",
      "component": "ThemePanel",
      "parametric": true,
      "persist": true,
      "presets": true,
      "scheme-toggle": true
    },
    {
      "id": "column-15",
      "component": "Column",
      "data-col": "",
      "children": [
        "theme-panel"
      ]
    },
    {
      "id": "column-14",
      "component": "Column",
      "data-col": "",
      "children": [
        "column-15"
      ]
    },
    {
      "id": "column-13",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar-6",
        "column-14"
      ]
    },
    {
      "id": "section-4",
      "component": "Section",
      "children": [
        "text-14",
        "column-13"
      ]
    },
    {
      "id": "divider-4",
      "component": "Divider"
    },
    {
      "id": "text-17",
      "component": "Text",
      "variant": "title",
      "textContent": "Notifications"
    },
    {
      "id": "text-18",
      "component": "Text",
      "variant": "heading",
      "textContent": "Channels"
    },
    {
      "id": "text-19",
      "component": "Text",
      "variant": "body",
      "textContent": "Choose how you receive notifications for workspace activity."
    },
    {
      "id": "sidebar-7",
      "component": "Sidebar",
      "children": [
        "text-18",
        "text-19"
      ]
    },
    {
      "id": "toggle-4",
      "component": "Toggle",
      "checked": true,
      "label": "Email notifications"
    },
    {
      "id": "toggle-5",
      "component": "Toggle",
      "label": "Push notifications"
    },
    {
      "id": "toggle-6",
      "component": "Toggle",
      "checked": true,
      "label": "Weekly digest"
    },
    {
      "id": "toggle-7",
      "component": "Toggle",
      "label": "SMS alerts"
    },
    {
      "id": "column-18",
      "component": "Column",
      "data-col": "",
      "children": [
        "toggle-4",
        "toggle-5",
        "toggle-6",
        "toggle-7"
      ]
    },
    {
      "id": "column-17",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar-7",
        "column-18"
      ]
    },
    {
      "id": "column-16",
      "component": "Column",
      "data-section": "",
      "children": [
        "column-17"
      ]
    },
    {
      "id": "text-20",
      "component": "Text",
      "variant": "heading",
      "textContent": "Activity"
    },
    {
      "id": "text-21",
      "component": "Text",
      "variant": "body",
      "textContent": "What types of events trigger notifications."
    },
    {
      "id": "sidebar-8",
      "component": "Sidebar",
      "children": [
        "text-20",
        "text-21"
      ]
    },
    {
      "id": "check-box",
      "component": "CheckBox",
      "checked": true,
      "label": "New team member joins"
    },
    {
      "id": "check-box-2",
      "component": "CheckBox",
      "checked": true,
      "label": "API key rotated"
    },
    {
      "id": "check-box-3",
      "component": "CheckBox",
      "checked": true,
      "label": "Usage threshold reached"
    },
    {
      "id": "check-box-4",
      "component": "CheckBox",
      "label": "Billing changes"
    },
    {
      "id": "check-box-5",
      "component": "CheckBox",
      "label": "Deployment completed"
    },
    {
      "id": "column-21",
      "component": "Column",
      "data-col": "",
      "children": [
        "check-box",
        "check-box-2",
        "check-box-3",
        "check-box-4",
        "check-box-5"
      ]
    },
    {
      "id": "column-20",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar-8",
        "column-21"
      ]
    },
    {
      "id": "column-19",
      "component": "Column",
      "data-section": "",
      "children": [
        "column-20"
      ]
    },
    {
      "id": "section-5",
      "component": "Section",
      "children": [
        "text-17",
        "column-16",
        "column-19"
      ]
    },
    {
      "id": "divider-5",
      "component": "Divider"
    },
    {
      "id": "text-22",
      "component": "Text",
      "variant": "title",
      "textContent": "Privacy"
    },
    {
      "id": "text-23",
      "component": "Text",
      "variant": "heading",
      "textContent": "Data &amp; tracking"
    },
    {
      "id": "text-24",
      "component": "Text",
      "variant": "body",
      "textContent": "Control how your usage data is collected and used."
    },
    {
      "id": "sidebar-9",
      "component": "Sidebar",
      "children": [
        "text-23",
        "text-24"
      ]
    },
    {
      "id": "toggle-8",
      "component": "Toggle",
      "checked": true,
      "label": "Usage analytics"
    },
    {
      "id": "toggle-9",
      "component": "Toggle",
      "label": "Marketing emails"
    },
    {
      "id": "column-24",
      "component": "Column",
      "data-col": "",
      "children": [
        "toggle-8",
        "toggle-9"
      ]
    },
    {
      "id": "column-23",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar-9",
        "column-24"
      ]
    },
    {
      "id": "column-22",
      "component": "Column",
      "data-section": "",
      "children": [
        "column-23"
      ]
    },
    {
      "id": "section-6",
      "component": "Section",
      "children": [
        "text-22",
        "column-22"
      ]
    },
    {
      "id": "divider-6",
      "component": "Divider"
    },
    {
      "id": "text-25",
      "component": "Text",
      "variant": "title",
      "textContent": "Danger zone"
    },
    {
      "id": "text-26",
      "component": "Text",
      "variant": "heading",
      "textContent": "Delete workspace"
    },
    {
      "id": "text-27",
      "component": "Text",
      "variant": "body",
      "textContent": "Permanently delete this workspace and all associated data. This action cannot be undone."
    },
    {
      "id": "sidebar-10",
      "component": "Sidebar",
      "children": [
        "text-26",
        "text-27"
      ]
    },
    {
      "id": "alert",
      "component": "Alert",
      "icon": "warning",
      "text": "Deleting your workspace will remove all projects, members, API keys, and conversation history.",
      "variant": "danger"
    },
    {
      "id": "button",
      "component": "Button",
      "color": "danger",
      "icon": "trash",
      "text": "Delete workspace"
    },
    {
      "id": "column-27",
      "component": "Column",
      "data-col": "",
      "children": [
        "alert",
        "button"
      ]
    },
    {
      "id": "column-26",
      "component": "Column",
      "data-section": "",
      "children": [
        "sidebar-10",
        "column-27"
      ]
    },
    {
      "id": "column-25",
      "component": "Column",
      "data-section": "",
      "children": [
        "column-26"
      ]
    },
    {
      "id": "section-7",
      "component": "Section",
      "children": [
        "text-25",
        "column-25"
      ]
    },
    {
      "id": "avatar",
      "component": "Avatar",
      "icon": "warning-octagon"
    },
    {
      "id": "text-28",
      "component": "Text",
      "variant": "body",
      "slot": "icon",
      "children": [
        "avatar"
      ]
    },
    {
      "id": "text-30",
      "component": "Text",
      "strong": true,
      "textContent": "Delete workspace"
    },
    {
      "id": "badge",
      "component": "Badge",
      "text": "adia-ui",
      "variant": "accent"
    },
    {
      "id": "text-29",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "children": [
        "text-30",
        "badge"
      ]
    },
    {
      "id": "text-31",
      "component": "Text",
      "variant": "body",
      "slot": "action"
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "text-28",
        "text-29",
        "text-31"
      ]
    },
    {
      "id": "text-32",
      "component": "Text",
      "color": "subtle",
      "size": "sm",
      "textContent": "Permanently removes the workspace and all member access. Data is purged after 30 days."
    },
    {
      "id": "section-8",
      "component": "Section",
      "children": [
        "text-32"
      ]
    },
    {
      "id": "alert-2",
      "component": "Alert",
      "icon": "warning",
      "text": "This cannot be undone. All 14 members will lose access immediately.",
      "variant": "danger"
    },
    {
      "id": "divider-7",
      "component": "Divider"
    },
    {
      "id": "stat",
      "component": "Stat",
      "label": "Members",
      "value": "14"
    },
    {
      "id": "section-10",
      "component": "Section",
      "children": [
        "column-29"
      ]
    },
    {
      "id": "column-29",
      "component": "Column",
      "children": [
        "stat"
      ]
    },
    {
      "id": "card",
      "component": "Card",
      "children": [
        "section-10"
      ]
    },
    {
      "id": "stat-2",
      "component": "Stat",
      "label": "Conversations",
      "value": "8,420"
    },
    {
      "id": "section-11",
      "component": "Section",
      "children": [
        "column-30"
      ]
    },
    {
      "id": "column-30",
      "component": "Column",
      "children": [
        "stat-2"
      ]
    },
    {
      "id": "card-2",
      "component": "Card",
      "children": [
        "section-11"
      ]
    },
    {
      "id": "stat-3",
      "component": "Stat",
      "label": "API keys",
      "value": "6"
    },
    {
      "id": "section-12",
      "component": "Section",
      "children": [
        "column-31"
      ]
    },
    {
      "id": "column-31",
      "component": "Column",
      "children": [
        "stat-3"
      ]
    },
    {
      "id": "card-3",
      "component": "Card",
      "children": [
        "section-12"
      ]
    },
    {
      "id": "stat-4",
      "component": "Stat",
      "label": "Storage",
      "value": "42 GB"
    },
    {
      "id": "section-13",
      "component": "Section",
      "children": [
        "column-32"
      ]
    },
    {
      "id": "column-32",
      "component": "Column",
      "children": [
        "stat-4"
      ]
    },
    {
      "id": "card-4",
      "component": "Card",
      "children": [
        "section-13"
      ]
    },
    {
      "id": "grid-2",
      "component": "Grid",
      "columns": "1 2@sm",
      "gap": "3",
      "children": [
        "card",
        "card-2",
        "card-3",
        "card-4"
      ]
    },
    {
      "id": "divider-8",
      "component": "Divider"
    },
    {
      "id": "text-33",
      "component": "Text",
      "strong": true,
      "textContent": "Before you delete"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "download-simple",
      "stretch": true,
      "text": "Export workspace data",
      "variant": "outline"
    },
    {
      "id": "button-3",
      "component": "Button",
      "icon": "user-switch",
      "stretch": true,
      "text": "Transfer ownership",
      "variant": "outline"
    },
    {
      "id": "column-33",
      "component": "Column",
      "gap": "2",
      "children": [
        "text-33",
        "button-2",
        "button-3"
      ]
    },
    {
      "id": "divider-9",
      "component": "Divider"
    },
    {
      "id": "text-34",
      "component": "Text",
      "strong": true,
      "textContent": "Confirm"
    },
    {
      "id": "input-3",
      "component": "Input",
      "placeholder": "adia-ui"
    },
    {
      "id": "field-7",
      "component": "Field",
      "label": "Type the workspace name to confirm",
      "children": [
        "input-3"
      ]
    },
    {
      "id": "check-box-6",
      "component": "CheckBox",
      "label": "I understand this deletes all members, data, and integrations"
    },
    {
      "id": "column-34",
      "component": "Column",
      "gap": "3",
      "children": [
        "text-34",
        "field-7",
        "check-box-6"
      ]
    },
    {
      "id": "column-28",
      "component": "Column",
      "gap": "4",
      "children": [
        "alert-2",
        "divider-7",
        "grid-2",
        "divider-8",
        "column-33",
        "divider-9",
        "column-34"
      ]
    },
    {
      "id": "section-9",
      "component": "Section",
      "children": [
        "column-28"
      ]
    },
    {
      "id": "button-4",
      "component": "Button",
      "text": "Cancel",
      "variant": "ghost"
    },
    {
      "id": "button-5",
      "component": "Button",
      "color": "danger",
      "icon": "trash",
      "text": "Delete workspace"
    },
    {
      "id": "grid-3",
      "component": "Grid",
      "children": [
        "button-4",
        "button-5"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "slot": "footer",
      "children": [
        "grid-3"
      ]
    },
    {
      "id": "drawer",
      "component": "Drawer",
      "side": "right",
      "size": "md",
      "children": [
        "header",
        "section-8",
        "section-9",
        "footer"
      ]
    },
    {
      "id": "drawer-delete-workspace",
      "component": "Drawer",
      "side": "right",
      "size": "md",
      "children": [
        "drawer"
      ]
    },
    {
      "id": "column-35",
      "component": "Column",
      "children": [
        "section",
        "divider",
        "section-2",
        "divider-2",
        "section-3",
        "divider-3",
        "section-4",
        "divider-4",
        "section-5",
        "divider-5",
        "section-6",
        "divider-6",
        "section-7",
        "drawer-delete-workspace"
      ]
    },
    {
      "id": "section-14",
      "component": "Section",
      "children": [
        "column-35"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "children": [
        "section-14"
      ]
    }
  ]
}
