@adia-ai/a2ui-corpus 0.7.19 → 0.7.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/chunk-embeddings.json +1 -1
- package/chunks/_index.json +2176 -64
- package/chunks/agent-artifact-stub-card.json +115 -0
- package/chunks/agent-citations-source-chips.json +78 -0
- package/chunks/agent-pipeline-status-stages.json +69 -0
- package/chunks/agent-tool-call-accordion.json +109 -0
- package/chunks/billing-cancel-subscription-danger.json +61 -0
- package/chunks/billing-invoice-history-table.json +75 -0
- package/chunks/billing-payment-method-card-on-file.json +157 -0
- package/chunks/business-address-form.json +950 -0
- package/chunks/chat-empty-state-hero.json +102 -0
- package/chunks/chat-message-assistant-byline.json +85 -0
- package/chunks/chat-message-user-byline.json +84 -0
- package/chunks/checkout-order-summary-card.json +140 -0
- package/chunks/contact-form-card.json +197 -0
- package/chunks/contact-support-form.json +699 -0
- package/chunks/data-import-wizard.json +12 -3
- package/chunks/departments-checkbox-form.json +387 -0
- package/chunks/editor-statusbar-ready.json +99 -0
- package/chunks/editor-toolbar-import-export.json +195 -0
- package/chunks/extended-profile-form.json +509 -0
- package/chunks/feature-toggle-switch-grid.json +213 -0
- package/chunks/file-upload-field.json +97 -0
- package/chunks/file-upload-form.json +248 -0
- package/chunks/form-field-with-error.json +151 -0
- package/chunks/image-thumbnail-grid.json +77 -0
- package/chunks/integrations-api-keys-card-list.json +475 -0
- package/chunks/integrations-connect-form.json +547 -0
- package/chunks/integrations-webhooks-empty-state.json +66 -0
- package/chunks/library-browser-search-filter.json +109 -0
- package/chunks/login-form-card.json +207 -0
- package/chunks/map-with-location-list.json +291 -0
- package/chunks/members-active-table-search-filter.json +184 -0
- package/chunks/members-pending-invites-cards.json +251 -0
- package/chunks/members-roles-permissions-list.json +104 -0
- package/chunks/multi-field-form-validation.json +391 -0
- package/chunks/payment-checkout-form.json +338 -0
- package/chunks/plan-selection-form.json +526 -0
- package/chunks/reg-step-shell.json +12 -3
- package/chunks/schedule-meeting-form-card.json +229 -0
- package/chunks/searchable-picker-modal.json +164 -0
- package/chunks/security-active-sessions-devices.json +287 -0
- package/chunks/security-change-password-form.json +102 -0
- package/chunks/security-delete-account-danger.json +79 -0
- package/chunks/settings-admin-page.json +61 -34
- package/chunks/settings-danger-zone-delete-workspace.json +93 -0
- package/chunks/settings-notification-activity-checkboxes.json +108 -0
- package/chunks/settings-notification-channels-switches.json +101 -0
- package/chunks/signup-form-card.json +218 -0
- package/chunks/signup-team-size-form.json +256 -0
- package/chunks/single-select-card-form.json +228 -0
- package/chunks/team-invite-form.json +377 -0
- package/chunks/url-import-form.json +725 -0
- package/package.json +1 -1
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "security-change-password-form",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/apps/saas/app/profile-security/profile-security.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-col": ""
|
|
10
|
+
},
|
|
11
|
+
"html": "<div data-col>\n <field-ui label=\"Current password\">\n <input-ui type=\"password\" placeholder=\"••••••••\"></input-ui>\n </field-ui>\n <field-ui label=\"New password\" hint=\"At least 12 characters with a number and a symbol.\">\n <input-ui type=\"password\" placeholder=\"••••••••\"></input-ui>\n </field-ui>\n <field-ui label=\"Confirm new password\">\n <input-ui type=\"password\" placeholder=\"••••••••\"></input-ui>\n </field-ui>\n <button-ui text=\"Update password\" variant=\"primary\"></button-ui>\n </div>",
|
|
12
|
+
"source": "apps/saas/app/profile-security/profile-security.contents.html",
|
|
13
|
+
"metadata": {
|
|
14
|
+
"domain": "forms",
|
|
15
|
+
"description": "Change password form — three stacked field-ui password inputs (current, new with a strength hint, confirm) above an Update password button. The canonical password-change block for an account security settings page.",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"security",
|
|
18
|
+
"change",
|
|
19
|
+
"password",
|
|
20
|
+
"form",
|
|
21
|
+
"field-ui",
|
|
22
|
+
"input-ui",
|
|
23
|
+
"type-password",
|
|
24
|
+
"current",
|
|
25
|
+
"new",
|
|
26
|
+
"confirm",
|
|
27
|
+
"strength",
|
|
28
|
+
"hint",
|
|
29
|
+
"update",
|
|
30
|
+
"credentials",
|
|
31
|
+
"account",
|
|
32
|
+
"settings",
|
|
33
|
+
"forms",
|
|
34
|
+
"reset",
|
|
35
|
+
"rotate",
|
|
36
|
+
"authentication"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"captured_at": "2026-06-10T13:16:11.236Z",
|
|
40
|
+
"template": [
|
|
41
|
+
{
|
|
42
|
+
"id": "input",
|
|
43
|
+
"component": "Input",
|
|
44
|
+
"type": "password",
|
|
45
|
+
"placeholder": "••••••••"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "field",
|
|
49
|
+
"component": "Field",
|
|
50
|
+
"label": "Current password",
|
|
51
|
+
"children": [
|
|
52
|
+
"input"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "input-2",
|
|
57
|
+
"component": "Input",
|
|
58
|
+
"type": "password",
|
|
59
|
+
"placeholder": "••••••••"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "field-2",
|
|
63
|
+
"component": "Field",
|
|
64
|
+
"hint": "At least 12 characters with a number and a symbol.",
|
|
65
|
+
"label": "New password",
|
|
66
|
+
"children": [
|
|
67
|
+
"input-2"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "input-3",
|
|
72
|
+
"component": "Input",
|
|
73
|
+
"type": "password",
|
|
74
|
+
"placeholder": "••••••••"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"id": "field-3",
|
|
78
|
+
"component": "Field",
|
|
79
|
+
"label": "Confirm new password",
|
|
80
|
+
"children": [
|
|
81
|
+
"input-3"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"id": "button",
|
|
86
|
+
"component": "Button",
|
|
87
|
+
"text": "Update password",
|
|
88
|
+
"variant": "primary"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "root",
|
|
92
|
+
"component": "Column",
|
|
93
|
+
"data-col": "",
|
|
94
|
+
"children": [
|
|
95
|
+
"field",
|
|
96
|
+
"field-2",
|
|
97
|
+
"field-3",
|
|
98
|
+
"button"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "security-delete-account-danger",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/apps/saas/app/profile-security/profile-security.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-col": ""
|
|
10
|
+
},
|
|
11
|
+
"html": "<div data-col>\n <alert-ui\n variant=\"danger\"\n icon=\"warning\"\n text=\"You will lose access to all workspaces, conversations, and settings. Data is purged after 30 days.\"\n ></alert-ui>\n <field-ui label=\"Type your email to confirm\">\n <input-ui placeholder=\"kim@acme.com\"></input-ui>\n </field-ui>\n <button-ui text=\"Delete my account\" color=\"danger\" icon=\"trash\" onclick=\"document.getElementById('drawer-delete-account').open = true\"></button-ui>\n </div>",
|
|
12
|
+
"source": "apps/saas/app/profile-security/profile-security.contents.html",
|
|
13
|
+
"metadata": {
|
|
14
|
+
"domain": "settings",
|
|
15
|
+
"description": "Delete account danger zone — a danger alert-ui warning of data loss, a type-your-email confirmation field-ui, and a destructive Delete my account button. The irreversible account-deletion block for an account security page.",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"security",
|
|
18
|
+
"delete",
|
|
19
|
+
"account",
|
|
20
|
+
"danger",
|
|
21
|
+
"zone",
|
|
22
|
+
"destructive",
|
|
23
|
+
"alert-ui",
|
|
24
|
+
"warning",
|
|
25
|
+
"confirm",
|
|
26
|
+
"email",
|
|
27
|
+
"field-ui",
|
|
28
|
+
"type-to-confirm",
|
|
29
|
+
"trash",
|
|
30
|
+
"irreversible",
|
|
31
|
+
"purge",
|
|
32
|
+
"data-loss",
|
|
33
|
+
"settings",
|
|
34
|
+
"close-account",
|
|
35
|
+
"remove",
|
|
36
|
+
"deactivate"
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"captured_at": "2026-06-10T13:16:11.236Z",
|
|
40
|
+
"template": [
|
|
41
|
+
{
|
|
42
|
+
"id": "alert",
|
|
43
|
+
"component": "Alert",
|
|
44
|
+
"icon": "warning",
|
|
45
|
+
"text": "You will lose access to all workspaces, conversations, and settings. Data is purged after 30 days.",
|
|
46
|
+
"variant": "danger"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "input",
|
|
50
|
+
"component": "Input",
|
|
51
|
+
"placeholder": "kim@acme.com"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "field",
|
|
55
|
+
"component": "Field",
|
|
56
|
+
"label": "Type your email to confirm",
|
|
57
|
+
"children": [
|
|
58
|
+
"input"
|
|
59
|
+
]
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "button",
|
|
63
|
+
"component": "Button",
|
|
64
|
+
"color": "danger",
|
|
65
|
+
"icon": "trash",
|
|
66
|
+
"text": "Delete my account"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "root",
|
|
70
|
+
"component": "Column",
|
|
71
|
+
"data-col": "",
|
|
72
|
+
"children": [
|
|
73
|
+
"alert",
|
|
74
|
+
"field",
|
|
75
|
+
"button"
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|
|
@@ -8,11 +8,14 @@
|
|
|
8
8
|
"settings-general-form",
|
|
9
9
|
"settings-toggle-switches",
|
|
10
10
|
"settings-appearance-theme-panel",
|
|
11
|
+
"settings-notification-channels-switches",
|
|
12
|
+
"settings-notification-activity-checkboxes",
|
|
11
13
|
"settings-privacy",
|
|
14
|
+
"settings-danger-zone-delete-workspace",
|
|
12
15
|
"drawer-delete-workspace"
|
|
13
16
|
],
|
|
14
17
|
"attrs": {},
|
|
15
|
-
"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
|
|
18
|
+
"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>",
|
|
16
19
|
"source": "apps/saas/app/settings-page/settings-page.contents.html",
|
|
17
20
|
"metadata": {
|
|
18
21
|
"domain": "settings",
|
|
@@ -45,7 +48,7 @@
|
|
|
45
48
|
"layout": "page"
|
|
46
49
|
}
|
|
47
50
|
},
|
|
48
|
-
"captured_at": "2026-06-
|
|
51
|
+
"captured_at": "2026-06-10T13:16:11.236Z",
|
|
49
52
|
"template": [
|
|
50
53
|
{
|
|
51
54
|
"id": "text",
|
|
@@ -557,7 +560,7 @@
|
|
|
557
560
|
"label": "SMS alerts"
|
|
558
561
|
},
|
|
559
562
|
{
|
|
560
|
-
"id": "column-
|
|
563
|
+
"id": "column-18",
|
|
561
564
|
"component": "Column",
|
|
562
565
|
"data-col": "",
|
|
563
566
|
"children": [
|
|
@@ -568,11 +571,19 @@
|
|
|
568
571
|
]
|
|
569
572
|
},
|
|
570
573
|
{
|
|
571
|
-
"id": "column-
|
|
574
|
+
"id": "column-17",
|
|
572
575
|
"component": "Column",
|
|
573
576
|
"data-section": "",
|
|
574
577
|
"children": [
|
|
575
578
|
"sidebar-7",
|
|
579
|
+
"column-18"
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"id": "column-16",
|
|
584
|
+
"component": "Column",
|
|
585
|
+
"data-section": "",
|
|
586
|
+
"children": [
|
|
576
587
|
"column-17"
|
|
577
588
|
]
|
|
578
589
|
},
|
|
@@ -625,7 +636,7 @@
|
|
|
625
636
|
"label": "Deployment completed"
|
|
626
637
|
},
|
|
627
638
|
{
|
|
628
|
-
"id": "column-
|
|
639
|
+
"id": "column-21",
|
|
629
640
|
"component": "Column",
|
|
630
641
|
"data-col": "",
|
|
631
642
|
"children": [
|
|
@@ -637,12 +648,20 @@
|
|
|
637
648
|
]
|
|
638
649
|
},
|
|
639
650
|
{
|
|
640
|
-
"id": "column-
|
|
651
|
+
"id": "column-20",
|
|
641
652
|
"component": "Column",
|
|
642
653
|
"data-section": "",
|
|
643
654
|
"children": [
|
|
644
655
|
"sidebar-8",
|
|
645
|
-
"column-
|
|
656
|
+
"column-21"
|
|
657
|
+
]
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"id": "column-19",
|
|
661
|
+
"component": "Column",
|
|
662
|
+
"data-section": "",
|
|
663
|
+
"children": [
|
|
664
|
+
"column-20"
|
|
646
665
|
]
|
|
647
666
|
},
|
|
648
667
|
{
|
|
@@ -651,7 +670,7 @@
|
|
|
651
670
|
"children": [
|
|
652
671
|
"text-17",
|
|
653
672
|
"column-16",
|
|
654
|
-
"column-
|
|
673
|
+
"column-19"
|
|
655
674
|
]
|
|
656
675
|
},
|
|
657
676
|
{
|
|
@@ -696,7 +715,7 @@
|
|
|
696
715
|
"label": "Marketing emails"
|
|
697
716
|
},
|
|
698
717
|
{
|
|
699
|
-
"id": "column-
|
|
718
|
+
"id": "column-24",
|
|
700
719
|
"component": "Column",
|
|
701
720
|
"data-col": "",
|
|
702
721
|
"children": [
|
|
@@ -705,20 +724,20 @@
|
|
|
705
724
|
]
|
|
706
725
|
},
|
|
707
726
|
{
|
|
708
|
-
"id": "column-
|
|
727
|
+
"id": "column-23",
|
|
709
728
|
"component": "Column",
|
|
710
729
|
"data-section": "",
|
|
711
730
|
"children": [
|
|
712
731
|
"sidebar-9",
|
|
713
|
-
"column-
|
|
732
|
+
"column-24"
|
|
714
733
|
]
|
|
715
734
|
},
|
|
716
735
|
{
|
|
717
|
-
"id": "column-
|
|
736
|
+
"id": "column-22",
|
|
718
737
|
"component": "Column",
|
|
719
738
|
"data-section": "",
|
|
720
739
|
"children": [
|
|
721
|
-
"column-
|
|
740
|
+
"column-23"
|
|
722
741
|
]
|
|
723
742
|
},
|
|
724
743
|
{
|
|
@@ -726,7 +745,7 @@
|
|
|
726
745
|
"component": "Section",
|
|
727
746
|
"children": [
|
|
728
747
|
"text-22",
|
|
729
|
-
"column-
|
|
748
|
+
"column-22"
|
|
730
749
|
]
|
|
731
750
|
},
|
|
732
751
|
{
|
|
@@ -774,7 +793,7 @@
|
|
|
774
793
|
"text": "Delete workspace"
|
|
775
794
|
},
|
|
776
795
|
{
|
|
777
|
-
"id": "column-
|
|
796
|
+
"id": "column-27",
|
|
778
797
|
"component": "Column",
|
|
779
798
|
"data-col": "",
|
|
780
799
|
"children": [
|
|
@@ -783,12 +802,20 @@
|
|
|
783
802
|
]
|
|
784
803
|
},
|
|
785
804
|
{
|
|
786
|
-
"id": "column-
|
|
805
|
+
"id": "column-26",
|
|
787
806
|
"component": "Column",
|
|
788
807
|
"data-section": "",
|
|
789
808
|
"children": [
|
|
790
809
|
"sidebar-10",
|
|
791
|
-
"column-
|
|
810
|
+
"column-27"
|
|
811
|
+
]
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"id": "column-25",
|
|
815
|
+
"component": "Column",
|
|
816
|
+
"data-section": "",
|
|
817
|
+
"children": [
|
|
818
|
+
"column-26"
|
|
792
819
|
]
|
|
793
820
|
},
|
|
794
821
|
{
|
|
@@ -796,7 +823,7 @@
|
|
|
796
823
|
"component": "Section",
|
|
797
824
|
"children": [
|
|
798
825
|
"text-25",
|
|
799
|
-
"column-
|
|
826
|
+
"column-25"
|
|
800
827
|
]
|
|
801
828
|
},
|
|
802
829
|
{
|
|
@@ -885,11 +912,11 @@
|
|
|
885
912
|
"id": "section-10",
|
|
886
913
|
"component": "Section",
|
|
887
914
|
"children": [
|
|
888
|
-
"column-
|
|
915
|
+
"column-29"
|
|
889
916
|
]
|
|
890
917
|
},
|
|
891
918
|
{
|
|
892
|
-
"id": "column-
|
|
919
|
+
"id": "column-29",
|
|
893
920
|
"component": "Column",
|
|
894
921
|
"children": [
|
|
895
922
|
"stat"
|
|
@@ -912,11 +939,11 @@
|
|
|
912
939
|
"id": "section-11",
|
|
913
940
|
"component": "Section",
|
|
914
941
|
"children": [
|
|
915
|
-
"column-
|
|
942
|
+
"column-30"
|
|
916
943
|
]
|
|
917
944
|
},
|
|
918
945
|
{
|
|
919
|
-
"id": "column-
|
|
946
|
+
"id": "column-30",
|
|
920
947
|
"component": "Column",
|
|
921
948
|
"children": [
|
|
922
949
|
"stat-2"
|
|
@@ -939,11 +966,11 @@
|
|
|
939
966
|
"id": "section-12",
|
|
940
967
|
"component": "Section",
|
|
941
968
|
"children": [
|
|
942
|
-
"column-
|
|
969
|
+
"column-31"
|
|
943
970
|
]
|
|
944
971
|
},
|
|
945
972
|
{
|
|
946
|
-
"id": "column-
|
|
973
|
+
"id": "column-31",
|
|
947
974
|
"component": "Column",
|
|
948
975
|
"children": [
|
|
949
976
|
"stat-3"
|
|
@@ -966,11 +993,11 @@
|
|
|
966
993
|
"id": "section-13",
|
|
967
994
|
"component": "Section",
|
|
968
995
|
"children": [
|
|
969
|
-
"column-
|
|
996
|
+
"column-32"
|
|
970
997
|
]
|
|
971
998
|
},
|
|
972
999
|
{
|
|
973
|
-
"id": "column-
|
|
1000
|
+
"id": "column-32",
|
|
974
1001
|
"component": "Column",
|
|
975
1002
|
"children": [
|
|
976
1003
|
"stat-4"
|
|
@@ -1022,7 +1049,7 @@
|
|
|
1022
1049
|
"variant": "outline"
|
|
1023
1050
|
},
|
|
1024
1051
|
{
|
|
1025
|
-
"id": "column-
|
|
1052
|
+
"id": "column-33",
|
|
1026
1053
|
"component": "Column",
|
|
1027
1054
|
"gap": "2",
|
|
1028
1055
|
"children": [
|
|
@@ -1060,7 +1087,7 @@
|
|
|
1060
1087
|
"label": "I understand this deletes all members, data, and integrations"
|
|
1061
1088
|
},
|
|
1062
1089
|
{
|
|
1063
|
-
"id": "column-
|
|
1090
|
+
"id": "column-34",
|
|
1064
1091
|
"component": "Column",
|
|
1065
1092
|
"gap": "3",
|
|
1066
1093
|
"children": [
|
|
@@ -1070,7 +1097,7 @@
|
|
|
1070
1097
|
]
|
|
1071
1098
|
},
|
|
1072
1099
|
{
|
|
1073
|
-
"id": "column-
|
|
1100
|
+
"id": "column-28",
|
|
1074
1101
|
"component": "Column",
|
|
1075
1102
|
"gap": "4",
|
|
1076
1103
|
"children": [
|
|
@@ -1078,16 +1105,16 @@
|
|
|
1078
1105
|
"divider-7",
|
|
1079
1106
|
"grid-2",
|
|
1080
1107
|
"divider-8",
|
|
1081
|
-
"column-
|
|
1108
|
+
"column-33",
|
|
1082
1109
|
"divider-9",
|
|
1083
|
-
"column-
|
|
1110
|
+
"column-34"
|
|
1084
1111
|
]
|
|
1085
1112
|
},
|
|
1086
1113
|
{
|
|
1087
1114
|
"id": "section-9",
|
|
1088
1115
|
"component": "Section",
|
|
1089
1116
|
"children": [
|
|
1090
|
-
"column-
|
|
1117
|
+
"column-28"
|
|
1091
1118
|
]
|
|
1092
1119
|
},
|
|
1093
1120
|
{
|
|
@@ -1141,7 +1168,7 @@
|
|
|
1141
1168
|
]
|
|
1142
1169
|
},
|
|
1143
1170
|
{
|
|
1144
|
-
"id": "column-
|
|
1171
|
+
"id": "column-35",
|
|
1145
1172
|
"component": "Column",
|
|
1146
1173
|
"children": [
|
|
1147
1174
|
"section",
|
|
@@ -1164,7 +1191,7 @@
|
|
|
1164
1191
|
"id": "section-14",
|
|
1165
1192
|
"component": "Section",
|
|
1166
1193
|
"children": [
|
|
1167
|
-
"column-
|
|
1194
|
+
"column-35"
|
|
1168
1195
|
]
|
|
1169
1196
|
},
|
|
1170
1197
|
{
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "settings-danger-zone-delete-workspace",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/apps/saas/app/settings-page/settings-page.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-section": ""
|
|
10
|
+
},
|
|
11
|
+
"html": "<div data-section>\n <aside>\n <h3>Delete workspace</h3>\n <p>Permanently delete this workspace and all associated data. This action cannot be undone.</p>\n </aside>\n <div data-col>\n <alert-ui\n text=\"Deleting your workspace will remove all projects, members, API keys, and conversation history.\"\n variant=\"danger\"\n icon=\"warning\"\n ></alert-ui>\n <button-ui text=\"Delete workspace\" color=\"danger\" icon=\"trash\" onclick=\"document.getElementById('drawer-delete-workspace').open = true\"></button-ui>\n </div>\n </div>",
|
|
12
|
+
"source": "apps/saas/app/settings-page/settings-page.contents.html",
|
|
13
|
+
"metadata": {
|
|
14
|
+
"domain": "settings",
|
|
15
|
+
"description": "Delete workspace danger zone — a labeled aside plus a danger alert-ui listing what is destroyed above a destructive Delete workspace button. The irreversible workspace-deletion block at the bottom of a workspace settings page.",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"settings",
|
|
18
|
+
"danger",
|
|
19
|
+
"zone",
|
|
20
|
+
"delete",
|
|
21
|
+
"workspace",
|
|
22
|
+
"destructive",
|
|
23
|
+
"alert-ui",
|
|
24
|
+
"warning",
|
|
25
|
+
"irreversible",
|
|
26
|
+
"remove",
|
|
27
|
+
"projects",
|
|
28
|
+
"members",
|
|
29
|
+
"api-keys",
|
|
30
|
+
"purge",
|
|
31
|
+
"cannot-be-undone",
|
|
32
|
+
"trash",
|
|
33
|
+
"button",
|
|
34
|
+
"color-danger",
|
|
35
|
+
"account"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"captured_at": "2026-06-10T13:16:11.236Z",
|
|
39
|
+
"template": [
|
|
40
|
+
{
|
|
41
|
+
"id": "text",
|
|
42
|
+
"component": "Text",
|
|
43
|
+
"variant": "heading",
|
|
44
|
+
"textContent": "Delete workspace"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": "text-2",
|
|
48
|
+
"component": "Text",
|
|
49
|
+
"variant": "body",
|
|
50
|
+
"textContent": "Permanently delete this workspace and all associated data. This action cannot be undone."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": "sidebar",
|
|
54
|
+
"component": "Sidebar",
|
|
55
|
+
"children": [
|
|
56
|
+
"text",
|
|
57
|
+
"text-2"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "alert",
|
|
62
|
+
"component": "Alert",
|
|
63
|
+
"icon": "warning",
|
|
64
|
+
"text": "Deleting your workspace will remove all projects, members, API keys, and conversation history.",
|
|
65
|
+
"variant": "danger"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": "button",
|
|
69
|
+
"component": "Button",
|
|
70
|
+
"color": "danger",
|
|
71
|
+
"icon": "trash",
|
|
72
|
+
"text": "Delete workspace"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "column",
|
|
76
|
+
"component": "Column",
|
|
77
|
+
"data-col": "",
|
|
78
|
+
"children": [
|
|
79
|
+
"alert",
|
|
80
|
+
"button"
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "root",
|
|
85
|
+
"component": "Column",
|
|
86
|
+
"data-section": "",
|
|
87
|
+
"children": [
|
|
88
|
+
"sidebar",
|
|
89
|
+
"column"
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|