@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,184 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "members-active-table-search-filter",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/apps/saas/app/members/members.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-col": "",
|
|
10
|
+
"data-members-pane": "",
|
|
11
|
+
"data-members-state": "ready"
|
|
12
|
+
},
|
|
13
|
+
"html": "<div data-col data-members-pane data-members-state=\"ready\">\n <!-- Error: rendered when fetch fails. Spec §11.\n alert-ui only supports `leading|content|close` slots — so the\n retry affordance lives as a sibling button-ui inside a col-ui\n wrapper rather than a (non-existent) `slot=\"action\"`. -->\n <col-ui id=\"members-error-block\" gap=\"2\" hidden>\n <alert-ui id=\"members-error\" variant=\"danger\" icon=\"warning\" text=\"Couldn't load members. Something went wrong fetching your team.\"></alert-ui>\n <row-ui justify=\"end\">\n <button-ui id=\"members-retry\" text=\"Retry\" variant=\"outline\" size=\"sm\" icon=\"arrow-clockwise\"></button-ui>\n </row-ui>\n </col-ui>\n <!-- Empty: rendered when no members have accepted yet. Spec §11.\n Inline anchor matches the established `<a href=\"#…\">` pattern\n in other example pages (registration/invite, auth/sign-up). -->\n <text-ui id=\"members-empty-hint\" color=\"subtle\" size=\"sm\" hidden>\n No one has accepted an invite yet — see <a href=\"#pending\">Pending invites</a> below.\n </text-ui>\n <row-ui align=\"center\" gap=\"2\">\n <input-ui id=\"members-search\" type=\"search\" placeholder=\"Search members…\" prefix=\"magnifying-glass\" grow></input-ui>\n <select-ui id=\"members-role-filter\" value=\"all\">\n <option value=\"all\">All roles</option>\n <option value=\"admin\">Admin</option>\n <option value=\"member\">Member</option>\n <option value=\"viewer\">Viewer</option>\n </select-ui>\n </row-ui>\n <card-ui>\n <section bleed>\n <table-ui id=\"members-table\" sortable striped></table-ui>\n </section>\n </card-ui>\n </div>",
|
|
14
|
+
"source": "apps/saas/app/members/members.contents.html",
|
|
15
|
+
"metadata": {
|
|
16
|
+
"domain": "data",
|
|
17
|
+
"description": "Active members management — a search input plus a role-filter select above a sortable striped table-ui of team members. The canonical roster pane for a team/members settings page, with role and status columns.",
|
|
18
|
+
"keywords": [
|
|
19
|
+
"members",
|
|
20
|
+
"team",
|
|
21
|
+
"active",
|
|
22
|
+
"roster",
|
|
23
|
+
"table",
|
|
24
|
+
"search",
|
|
25
|
+
"filter",
|
|
26
|
+
"role",
|
|
27
|
+
"select",
|
|
28
|
+
"sortable",
|
|
29
|
+
"striped",
|
|
30
|
+
"table-ui",
|
|
31
|
+
"input-ui",
|
|
32
|
+
"search-members",
|
|
33
|
+
"admin",
|
|
34
|
+
"member",
|
|
35
|
+
"viewer",
|
|
36
|
+
"settings",
|
|
37
|
+
"people",
|
|
38
|
+
"users",
|
|
39
|
+
"management",
|
|
40
|
+
"data"
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"captured_at": "2026-06-10T13:16:11.236Z",
|
|
44
|
+
"template": [
|
|
45
|
+
{
|
|
46
|
+
"id": "members-error",
|
|
47
|
+
"component": "Alert",
|
|
48
|
+
"icon": "warning",
|
|
49
|
+
"text": "Couldn't load members. Something went wrong fetching your team.",
|
|
50
|
+
"variant": "danger"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": "members-retry",
|
|
54
|
+
"component": "Button",
|
|
55
|
+
"icon": "arrow-clockwise",
|
|
56
|
+
"size": "sm",
|
|
57
|
+
"text": "Retry",
|
|
58
|
+
"variant": "outline"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "row",
|
|
62
|
+
"component": "Row",
|
|
63
|
+
"justify": "end",
|
|
64
|
+
"children": [
|
|
65
|
+
"members-retry"
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"id": "members-error-block",
|
|
70
|
+
"component": "Column",
|
|
71
|
+
"gap": "2",
|
|
72
|
+
"children": [
|
|
73
|
+
"members-error",
|
|
74
|
+
"row"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "text",
|
|
79
|
+
"component": "Text",
|
|
80
|
+
"textContent": "Pending invites",
|
|
81
|
+
"variant": "body"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "link",
|
|
85
|
+
"component": "Link",
|
|
86
|
+
"href": "#pending",
|
|
87
|
+
"text": "Pending invites",
|
|
88
|
+
"children": [
|
|
89
|
+
"text"
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"id": "members-empty-hint",
|
|
94
|
+
"component": "Text",
|
|
95
|
+
"color": "subtle",
|
|
96
|
+
"size": "sm",
|
|
97
|
+
"textContent": "No one has accepted an invite yet — see below.",
|
|
98
|
+
"children": [
|
|
99
|
+
"link"
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"id": "members-search",
|
|
104
|
+
"component": "Input",
|
|
105
|
+
"type": "search",
|
|
106
|
+
"placeholder": "Search members…",
|
|
107
|
+
"prefix": "magnifying-glass"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "members-role-filter",
|
|
111
|
+
"component": "ChoicePicker",
|
|
112
|
+
"value": "all",
|
|
113
|
+
"options": [
|
|
114
|
+
{
|
|
115
|
+
"value": "all",
|
|
116
|
+
"label": "All roles"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"value": "admin",
|
|
120
|
+
"label": "Admin"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"value": "member",
|
|
124
|
+
"label": "Member"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"value": "viewer",
|
|
128
|
+
"label": "Viewer"
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"id": "row-2",
|
|
134
|
+
"component": "Row",
|
|
135
|
+
"align": "center",
|
|
136
|
+
"gap": "2",
|
|
137
|
+
"children": [
|
|
138
|
+
"members-search",
|
|
139
|
+
"members-role-filter"
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": "members-table",
|
|
144
|
+
"component": "Table",
|
|
145
|
+
"sortable": true,
|
|
146
|
+
"striped": true
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"id": "section",
|
|
150
|
+
"component": "Section",
|
|
151
|
+
"bleed": true,
|
|
152
|
+
"children": [
|
|
153
|
+
"column"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"id": "column",
|
|
158
|
+
"component": "Column",
|
|
159
|
+
"children": [
|
|
160
|
+
"members-table"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"id": "card",
|
|
165
|
+
"component": "Card",
|
|
166
|
+
"children": [
|
|
167
|
+
"section"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "root",
|
|
172
|
+
"component": "Column",
|
|
173
|
+
"data-col": "",
|
|
174
|
+
"data-members-pane": "",
|
|
175
|
+
"data-members-state": "ready",
|
|
176
|
+
"children": [
|
|
177
|
+
"members-error-block",
|
|
178
|
+
"members-empty-hint",
|
|
179
|
+
"row-2",
|
|
180
|
+
"card"
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
]
|
|
184
|
+
}
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "members-pending-invites-cards",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/apps/saas/app/members/members.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-col": "",
|
|
10
|
+
"data-pending-pane": ""
|
|
11
|
+
},
|
|
12
|
+
"html": "<div data-col data-pending-pane>\n <!-- Empty: no pending invites. Spec §11. -->\n <card-ui id=\"pending-empty\" hidden>\n <section>\n <text-ui color=\"subtle\">No pending invites.</text-ui>\n </section>\n </card-ui>\n <card-ui>\n <header>\n <span slot=\"icon\">\n <avatar-ui icon=\"envelope\"></avatar-ui>\n </span>\n <span slot=\"heading\">\n <text-ui strong>james@acme.com</text-ui>\n <badge-ui text=\"Member\" variant=\"info\"></badge-ui>\n </span>\n <span slot=\"action\">\n <button-ui\n text=\"Manage\"\n variant=\"outline\"\n size=\"sm\"\n onclick=\"\n const d = document.getElementById('drawer-invite');\n d.dataset.email = 'james@acme.com';\n d.dataset.role = 'Member';\n d.dataset.invitedBy = 'Alex Chen';\n d.dataset.invitedAgo = '2 days ago';\n d.dataset.expires = 'in 5 days';\n d.dispatchEvent(new CustomEvent('hydrate'));\n d.open = true;\n \"\n ></button-ui>\n </span>\n <span slot=\"description\">\n <text-ui color=\"subtle\" size=\"sm\">Invited by Alex Chen · 2 days ago · expires in 5 days</text-ui>\n </span>\n </header>\n </card-ui>\n <card-ui>\n <header>\n <span slot=\"icon\">\n <avatar-ui icon=\"envelope\"></avatar-ui>\n </span>\n <span slot=\"heading\">\n <text-ui strong>maria@acme.com</text-ui>\n <badge-ui text=\"Viewer\" variant=\"muted\"></badge-ui>\n </span>\n <span slot=\"action\">\n <button-ui\n text=\"Manage\"\n variant=\"outline\"\n size=\"sm\"\n onclick=\"\n const d = document.getElementById('drawer-invite');\n d.dataset.email = 'maria@acme.com';\n d.dataset.role = 'Viewer';\n d.dataset.invitedBy = 'Sarah Miller';\n d.dataset.invitedAgo = '5 days ago';\n d.dataset.expires = 'in 2 days';\n d.dispatchEvent(new CustomEvent('hydrate'));\n d.open = true;\n \"\n ></button-ui>\n </span>\n <span slot=\"description\">\n <text-ui color=\"subtle\" size=\"sm\">Invited by Sarah Miller · 5 days ago · expires in 2 days</text-ui>\n </span>\n </header>\n </card-ui>\n </div>",
|
|
13
|
+
"source": "apps/saas/app/members/members.contents.html",
|
|
14
|
+
"metadata": {
|
|
15
|
+
"domain": "navigation",
|
|
16
|
+
"description": "Pending invites list — a stack of card-ui rows each showing an invited email, role badge, who invited them with expiry, and a Manage action. The awaiting-acceptance section of a team members page.",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"members",
|
|
19
|
+
"pending",
|
|
20
|
+
"invites",
|
|
21
|
+
"invitations",
|
|
22
|
+
"awaiting",
|
|
23
|
+
"acceptance",
|
|
24
|
+
"card-ui",
|
|
25
|
+
"envelope",
|
|
26
|
+
"avatar",
|
|
27
|
+
"badge",
|
|
28
|
+
"role",
|
|
29
|
+
"manage",
|
|
30
|
+
"resend",
|
|
31
|
+
"revoke",
|
|
32
|
+
"expires",
|
|
33
|
+
"invited-by",
|
|
34
|
+
"team",
|
|
35
|
+
"email",
|
|
36
|
+
"settings",
|
|
37
|
+
"navigation"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"captured_at": "2026-06-10T13:16:11.236Z",
|
|
41
|
+
"template": [
|
|
42
|
+
{
|
|
43
|
+
"id": "text",
|
|
44
|
+
"component": "Text",
|
|
45
|
+
"color": "subtle",
|
|
46
|
+
"textContent": "No pending invites."
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "section",
|
|
50
|
+
"component": "Section",
|
|
51
|
+
"children": [
|
|
52
|
+
"column"
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": "column",
|
|
57
|
+
"component": "Column",
|
|
58
|
+
"children": [
|
|
59
|
+
"text"
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": "pending-empty",
|
|
64
|
+
"component": "Card",
|
|
65
|
+
"children": [
|
|
66
|
+
"section"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"id": "avatar",
|
|
71
|
+
"component": "Avatar",
|
|
72
|
+
"icon": "envelope"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "text-2",
|
|
76
|
+
"component": "Text",
|
|
77
|
+
"variant": "body",
|
|
78
|
+
"slot": "icon",
|
|
79
|
+
"children": [
|
|
80
|
+
"avatar"
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"id": "text-4",
|
|
85
|
+
"component": "Text",
|
|
86
|
+
"strong": true,
|
|
87
|
+
"textContent": "james@acme.com"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "badge",
|
|
91
|
+
"component": "Badge",
|
|
92
|
+
"text": "Member",
|
|
93
|
+
"variant": "info"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"id": "text-3",
|
|
97
|
+
"component": "Text",
|
|
98
|
+
"variant": "body",
|
|
99
|
+
"slot": "heading",
|
|
100
|
+
"children": [
|
|
101
|
+
"text-4",
|
|
102
|
+
"badge"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"id": "button",
|
|
107
|
+
"component": "Button",
|
|
108
|
+
"size": "sm",
|
|
109
|
+
"text": "Manage",
|
|
110
|
+
"variant": "outline"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"id": "text-5",
|
|
114
|
+
"component": "Text",
|
|
115
|
+
"variant": "body",
|
|
116
|
+
"slot": "action",
|
|
117
|
+
"children": [
|
|
118
|
+
"button"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"id": "text-7",
|
|
123
|
+
"component": "Text",
|
|
124
|
+
"color": "subtle",
|
|
125
|
+
"size": "sm",
|
|
126
|
+
"textContent": "Invited by Alex Chen · 2 days ago · expires in 5 days"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": "text-6",
|
|
130
|
+
"component": "Text",
|
|
131
|
+
"variant": "body",
|
|
132
|
+
"slot": "description",
|
|
133
|
+
"children": [
|
|
134
|
+
"text-7"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"id": "header",
|
|
139
|
+
"component": "Header",
|
|
140
|
+
"children": [
|
|
141
|
+
"text-2",
|
|
142
|
+
"text-3",
|
|
143
|
+
"text-5",
|
|
144
|
+
"text-6"
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"id": "card",
|
|
149
|
+
"component": "Card",
|
|
150
|
+
"children": [
|
|
151
|
+
"header"
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "avatar-2",
|
|
156
|
+
"component": "Avatar",
|
|
157
|
+
"icon": "envelope"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"id": "text-8",
|
|
161
|
+
"component": "Text",
|
|
162
|
+
"variant": "body",
|
|
163
|
+
"slot": "icon",
|
|
164
|
+
"children": [
|
|
165
|
+
"avatar-2"
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"id": "text-10",
|
|
170
|
+
"component": "Text",
|
|
171
|
+
"strong": true,
|
|
172
|
+
"textContent": "maria@acme.com"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"id": "badge-2",
|
|
176
|
+
"component": "Badge",
|
|
177
|
+
"text": "Viewer",
|
|
178
|
+
"variant": "muted"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"id": "text-9",
|
|
182
|
+
"component": "Text",
|
|
183
|
+
"variant": "body",
|
|
184
|
+
"slot": "heading",
|
|
185
|
+
"children": [
|
|
186
|
+
"text-10",
|
|
187
|
+
"badge-2"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"id": "button-2",
|
|
192
|
+
"component": "Button",
|
|
193
|
+
"size": "sm",
|
|
194
|
+
"text": "Manage",
|
|
195
|
+
"variant": "outline"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"id": "text-11",
|
|
199
|
+
"component": "Text",
|
|
200
|
+
"variant": "body",
|
|
201
|
+
"slot": "action",
|
|
202
|
+
"children": [
|
|
203
|
+
"button-2"
|
|
204
|
+
]
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"id": "text-13",
|
|
208
|
+
"component": "Text",
|
|
209
|
+
"color": "subtle",
|
|
210
|
+
"size": "sm",
|
|
211
|
+
"textContent": "Invited by Sarah Miller · 5 days ago · expires in 2 days"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"id": "text-12",
|
|
215
|
+
"component": "Text",
|
|
216
|
+
"variant": "body",
|
|
217
|
+
"slot": "description",
|
|
218
|
+
"children": [
|
|
219
|
+
"text-13"
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"id": "header-2",
|
|
224
|
+
"component": "Header",
|
|
225
|
+
"children": [
|
|
226
|
+
"text-8",
|
|
227
|
+
"text-9",
|
|
228
|
+
"text-11",
|
|
229
|
+
"text-12"
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"id": "card-2",
|
|
234
|
+
"component": "Card",
|
|
235
|
+
"children": [
|
|
236
|
+
"header-2"
|
|
237
|
+
]
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"id": "root",
|
|
241
|
+
"component": "Column",
|
|
242
|
+
"data-col": "",
|
|
243
|
+
"data-pending-pane": "",
|
|
244
|
+
"children": [
|
|
245
|
+
"pending-empty",
|
|
246
|
+
"card",
|
|
247
|
+
"card-2"
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
]
|
|
251
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "members-roles-permissions-list",
|
|
3
|
+
"kind": "block",
|
|
4
|
+
"primary": "div",
|
|
5
|
+
"page": "/apps/saas/app/members/members.contents.html",
|
|
6
|
+
"slots": [],
|
|
7
|
+
"nested": [],
|
|
8
|
+
"attrs": {
|
|
9
|
+
"data-col": ""
|
|
10
|
+
},
|
|
11
|
+
"html": "<div data-col>\n <description-list-ui>\n <dt>Admin</dt>\n <dd>Full access: invite, remove, billing, and all workspace settings.</dd>\n <dt>Member</dt>\n <dd>Edit content, invite others as members or viewers. Can't change billing.</dd>\n <dt>Viewer</dt>\n <dd>Read-only access. Can view content and comments but can't edit.</dd>\n </description-list-ui>\n <button-ui text=\"Configure custom roles\" variant=\"outline\" icon=\"gear\" onclick=\"document.getElementById('drawer-custom-roles').open = true\"></button-ui>\n </div>",
|
|
12
|
+
"source": "apps/saas/app/members/members.contents.html",
|
|
13
|
+
"metadata": {
|
|
14
|
+
"domain": "settings",
|
|
15
|
+
"description": "Role definitions list — a description-list-ui pairing each workspace role (Admin, Member, Viewer) with what it can do, plus a Configure custom roles button. The read-only roles reference on a team permissions page.",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"members",
|
|
18
|
+
"roles",
|
|
19
|
+
"permissions",
|
|
20
|
+
"description-list-ui",
|
|
21
|
+
"admin",
|
|
22
|
+
"member",
|
|
23
|
+
"viewer",
|
|
24
|
+
"role",
|
|
25
|
+
"definitions",
|
|
26
|
+
"access",
|
|
27
|
+
"rbac",
|
|
28
|
+
"configure",
|
|
29
|
+
"custom-roles",
|
|
30
|
+
"workspace",
|
|
31
|
+
"what-each-role-can-do",
|
|
32
|
+
"settings",
|
|
33
|
+
"team",
|
|
34
|
+
"capabilities"
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
"captured_at": "2026-06-10T13:16:11.236Z",
|
|
38
|
+
"template": [
|
|
39
|
+
{
|
|
40
|
+
"id": "text",
|
|
41
|
+
"component": "Text",
|
|
42
|
+
"textContent": "Admin",
|
|
43
|
+
"variant": "body"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "text-2",
|
|
47
|
+
"component": "Text",
|
|
48
|
+
"textContent": "Full access: invite, remove, billing, and all workspace settings.",
|
|
49
|
+
"variant": "body"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "text-3",
|
|
53
|
+
"component": "Text",
|
|
54
|
+
"textContent": "Member",
|
|
55
|
+
"variant": "body"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": "text-4",
|
|
59
|
+
"component": "Text",
|
|
60
|
+
"textContent": "Edit content, invite others as members or viewers. Can't change billing.",
|
|
61
|
+
"variant": "body"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "text-5",
|
|
65
|
+
"component": "Text",
|
|
66
|
+
"textContent": "Viewer",
|
|
67
|
+
"variant": "body"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"id": "text-6",
|
|
71
|
+
"component": "Text",
|
|
72
|
+
"textContent": "Read-only access. Can view content and comments but can't edit.",
|
|
73
|
+
"variant": "body"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"id": "description-list",
|
|
77
|
+
"component": "DescriptionList",
|
|
78
|
+
"children": [
|
|
79
|
+
"text",
|
|
80
|
+
"text-2",
|
|
81
|
+
"text-3",
|
|
82
|
+
"text-4",
|
|
83
|
+
"text-5",
|
|
84
|
+
"text-6"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"id": "button",
|
|
89
|
+
"component": "Button",
|
|
90
|
+
"icon": "gear",
|
|
91
|
+
"text": "Configure custom roles",
|
|
92
|
+
"variant": "outline"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "root",
|
|
96
|
+
"component": "Column",
|
|
97
|
+
"data-col": "",
|
|
98
|
+
"children": [
|
|
99
|
+
"description-list",
|
|
100
|
+
"button"
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|