@agent-ui-kit/web-components 0.0.15 → 0.0.17
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/dist/agent-ui.css +1 -1
- package/dist/api.colors.json +2 -2
- package/dist/api.colors.yaml +2 -2
- package/dist/api.components.json +1700 -361
- package/dist/api.tokens.json +3 -3
- package/dist/api.tokens.yaml +3 -3
- package/dist/blocks/action-toolbar/action-toolbar.d.ts +0 -0
- package/dist/blocks/agent-artifact-card/agent-artifact-card.d.ts +0 -0
- package/dist/blocks/agent-chat-response/agent-chat-response.d.ts +0 -0
- package/dist/blocks/agent-code-result/agent-code-result.d.ts +0 -0
- package/dist/blocks/agent-context-panel/agent-context-panel.d.ts +0 -0
- package/dist/blocks/agent-feedback-controls/agent-feedback-controls.d.ts +0 -0
- package/dist/blocks/agent-follow-up-chips/agent-follow-up-chips.d.ts +0 -0
- package/dist/blocks/agent-model-selector/agent-model-selector.d.ts +0 -0
- package/dist/blocks/agent-prompt-input/agent-prompt-input.d.ts +0 -0
- package/dist/blocks/agent-streaming-message/agent-streaming-message.d.ts +0 -0
- package/dist/blocks/agent-suggestion-card/agent-suggestion-card.d.ts +0 -0
- package/dist/blocks/agent-task-card/agent-task-card.d.ts +0 -0
- package/dist/blocks/agent-thinking-state/agent-thinking-state.d.ts +0 -0
- package/dist/blocks/agent-tool-use-card/agent-tool-use-card.d.ts +0 -0
- package/dist/blocks/auth-card/auth-card.d.ts +0 -0
- package/dist/blocks/commerce-pricing-table/commerce-pricing-table.d.ts +0 -0
- package/dist/blocks/comms-chat-thread/comms-chat-thread.d.ts +0 -0
- package/dist/blocks/comms-notification-list/comms-notification-list.d.ts +0 -0
- package/dist/blocks/content-article-card/content-article-card.d.ts +0 -0
- package/dist/blocks/dashboard-kpi-grid/dashboard-kpi-grid.d.ts +0 -0
- package/dist/blocks/data-activity-log/data-activity-log.d.ts +0 -0
- package/dist/blocks/data-metric-card/data-metric-card.d.ts +0 -0
- package/dist/blocks/data-table/data-table.d.ts +0 -0
- package/dist/blocks/data-timeline/data-timeline.d.ts +0 -0
- package/dist/blocks/feedback-alert-banner/feedback-alert-banner.d.ts +0 -0
- package/dist/blocks/feedback-empty-state/feedback-empty-state.d.ts +0 -0
- package/dist/blocks/feedback-progress-stepper/feedback-progress-stepper.d.ts +0 -0
- package/dist/blocks/form-settings-section/form-settings-section.d.ts +0 -0
- package/dist/blocks/game-battleship/game-battleship.d.ts +0 -0
- package/dist/blocks/game-chess/game-chess.d.ts +0 -0
- package/dist/blocks/game-connect-four/game-connect-four.d.ts +0 -0
- package/dist/blocks/game-tic-tac-toe/game-tic-tac-toe.d.ts +0 -0
- package/dist/blocks/list-kanban-board/list-kanban-board.d.ts +0 -0
- package/dist/blocks/media-image-gallery/media-image-gallery.d.ts +0 -0
- package/dist/blocks/nav-sidebar/nav-sidebar.d.ts +0 -0
- package/dist/blocks/onboard-stepper/onboard-stepper.d.ts +0 -0
- package/dist/blocks/overlay-confirmation-modal/overlay-confirmation-modal.d.ts +0 -0
- package/dist/blocks/overlay-dropdown-menu/overlay-dropdown-menu.d.ts +0 -0
- package/dist/blocks/user-profile-card/user-profile-card.d.ts +0 -0
- package/dist/blocks/user-team-list/user-team-list.d.ts +0 -0
- package/dist/chunks/{agent-BF_R_HJk.js → agent-XMhz_6OA.js} +27 -22
- package/dist/chunks/{agent-BF_R_HJk.js.map → agent-XMhz_6OA.js.map} +1 -1
- package/dist/chunks/{meter-Dju8ik6C.js → form-oekEhwja.js} +402 -188
- package/dist/chunks/form-oekEhwja.js.map +1 -0
- package/dist/components/agent.js +1 -1
- package/dist/components/checkbox-group/checkbox-group.d.ts +14 -0
- package/dist/components/checkbox-group/index.d.ts +1 -0
- package/dist/components/editor.js +1 -1
- package/dist/components/form/form.d.ts +12 -0
- package/dist/components/form/index.d.ts +1 -0
- package/dist/components/graph.js +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/noodles/noodle-controller.d.ts +1 -1
- package/dist/components.js +89 -87
- package/dist/docs/blocks/action-toolbar.yaml +73 -0
- package/dist/docs/blocks/agent-artifact-card.yaml +67 -0
- package/dist/docs/blocks/agent-chat-response.yaml +65 -0
- package/dist/docs/blocks/agent-chat.yaml +33 -25
- package/dist/docs/blocks/agent-code-result.yaml +41 -0
- package/dist/docs/blocks/agent-context-panel.yaml +96 -0
- package/dist/docs/blocks/agent-feedback-controls.yaml +101 -0
- package/dist/docs/blocks/agent-follow-up-chips.yaml +37 -0
- package/dist/docs/blocks/agent-model-selector.yaml +83 -0
- package/dist/docs/blocks/agent-prompt-input.yaml +49 -0
- package/dist/docs/blocks/agent-streaming-message.yaml +46 -0
- package/dist/docs/blocks/agent-suggestion-card.yaml +68 -0
- package/dist/docs/blocks/agent-task-card.yaml +112 -0
- package/dist/docs/blocks/agent-thinking-state.yaml +56 -0
- package/dist/docs/blocks/agent-tool-use-card.yaml +142 -0
- package/dist/docs/blocks/announcement-card.yaml +14 -10
- package/dist/docs/blocks/auth-card.yaml +74 -0
- package/dist/docs/blocks/bpm-process.yaml +216 -4
- package/dist/docs/blocks/chart-activity.yaml +12 -10
- package/dist/docs/blocks/chart-card.yaml +14 -11
- package/dist/docs/blocks/chart-donut.yaml +27 -23
- package/dist/docs/blocks/chart-grouped.yaml +14 -11
- package/dist/docs/blocks/chart-horizontal.yaml +13 -10
- package/dist/docs/blocks/chart-interactive.yaml +20 -17
- package/dist/docs/blocks/chart-labeled.yaml +14 -11
- package/dist/docs/blocks/checkout-form.yaml +26 -16
- package/dist/docs/blocks/clinical-trial.yaml +180 -4
- package/dist/docs/blocks/commerce-pricing-table.yaml +142 -0
- package/dist/docs/blocks/comms-chat-thread.yaml +88 -0
- package/dist/docs/blocks/comms-notification-list.yaml +88 -0
- package/dist/docs/blocks/content-article-card.yaml +47 -0
- package/dist/docs/blocks/contributors.yaml +17 -11
- package/dist/docs/blocks/cyber-threat.yaml +158 -4
- package/dist/docs/blocks/dashboard-kpi-grid.yaml +72 -0
- package/dist/docs/blocks/dashboard-layout.yaml +24 -18
- package/dist/docs/blocks/data-activity-log.yaml +99 -0
- package/dist/docs/blocks/data-eng-dag.yaml +222 -6
- package/dist/docs/blocks/data-metric-card.yaml +50 -0
- package/dist/docs/blocks/data-table.yaml +106 -0
- package/dist/docs/blocks/data-timeline.yaml +103 -0
- package/dist/docs/blocks/date-picker.yaml +11 -10
- package/dist/docs/blocks/ddx-workflow.yaml +202 -6
- package/dist/docs/blocks/empty-state.yaml +8 -11
- package/dist/docs/blocks/env-variables.yaml +29 -20
- package/dist/docs/blocks/feature-upgrade.yaml +25 -18
- package/dist/docs/blocks/feedback-alert-banner.yaml +42 -0
- package/dist/docs/blocks/feedback-empty-state.yaml +18 -0
- package/dist/docs/blocks/feedback-progress-stepper.yaml +82 -0
- package/dist/docs/blocks/financial-risk.yaml +161 -4
- package/dist/docs/blocks/flow-editor.yaml +27 -18
- package/dist/docs/blocks/form-settings-section.yaml +129 -0
- package/dist/docs/blocks/game-battleship.yaml +184 -0
- package/dist/docs/blocks/game-chess.yaml +83 -0
- package/dist/docs/blocks/game-connect-four.yaml +80 -0
- package/dist/docs/blocks/game-tic-tac-toe.yaml +51 -0
- package/dist/docs/blocks/gen-ai-pipeline.yaml +232 -5
- package/dist/docs/blocks/issue-assign.yaml +25 -14
- package/dist/docs/blocks/keyboard-shortcuts.yaml +14 -9
- package/dist/docs/blocks/list-kanban-board.yaml +158 -0
- package/dist/docs/blocks/login-branded.yaml +62 -23
- package/dist/docs/blocks/login-email-only.yaml +14 -13
- package/dist/docs/blocks/login-form.yaml +17 -11
- package/dist/docs/blocks/login-simple.yaml +18 -12
- package/dist/docs/blocks/login-social.yaml +21 -14
- package/dist/docs/blocks/login-two-column.yaml +37 -17
- package/dist/docs/blocks/marketing-automation.yaml +209 -4
- package/dist/docs/blocks/media-image-gallery.yaml +39 -0
- package/dist/docs/blocks/member-list.yaml +23 -18
- package/dist/docs/blocks/ml-pipeline.yaml +163 -4
- package/dist/docs/blocks/nav-card.yaml +13 -11
- package/dist/docs/blocks/nav-sidebar.yaml +84 -0
- package/dist/docs/blocks/notification-list.yaml +18 -13
- package/dist/docs/blocks/onboard-stepper.yaml +111 -0
- package/dist/docs/blocks/oncology-pathway.yaml +227 -4
- package/dist/docs/blocks/overlay-confirmation-modal.yaml +60 -0
- package/dist/docs/blocks/overlay-dropdown-menu.yaml +72 -0
- package/dist/docs/blocks/pricing-card.yaml +20 -13
- package/dist/docs/blocks/processing-state.yaml +14 -11
- package/dist/docs/blocks/profile-card.yaml +16 -12
- package/dist/docs/blocks/saas-onboarding.yaml +222 -4
- package/dist/docs/blocks/settings-form.yaml +20 -11
- package/dist/docs/blocks/settings-panel.yaml +22 -22
- package/dist/docs/blocks/sidebar-nav.yaml +21 -15
- package/dist/docs/blocks/signup-form.yaml +17 -11
- package/dist/docs/blocks/stat-cards.yaml +12 -13
- package/dist/docs/blocks/status-card.yaml +20 -17
- package/dist/docs/blocks/suggested-labs.yaml +20 -13
- package/dist/docs/blocks/supply-chain.yaml +160 -4
- package/dist/docs/blocks/survey-card.yaml +21 -13
- package/dist/docs/blocks/tabbed-panel.yaml +21 -15
- package/dist/docs/blocks/team-empty.yaml +8 -9
- package/dist/docs/blocks/usage-billing.yaml +20 -16
- package/dist/docs/blocks/user-profile-card.yaml +52 -0
- package/dist/docs/blocks/user-team-list.yaml +116 -0
- package/dist/docs/components/agent-activity.yaml +27 -7
- package/dist/docs/components/agent-feed.yaml +2 -2
- package/dist/docs/components/agent-prompt.yaml +1 -1
- package/dist/docs/components/agent-seeds.yaml +1 -1
- package/dist/docs/components/breadcrumb.yaml +35 -8
- package/dist/docs/components/button.yaml +14 -2
- package/dist/docs/components/calendar-picker.yaml +3 -2
- package/dist/docs/components/chip.yaml +1 -1
- package/dist/docs/components/color-picker.yaml +33 -7
- package/dist/docs/components/color-slider.yaml +7 -7
- package/dist/docs/components/container.yaml +2 -1
- package/dist/docs/components/heading.yaml +4 -0
- package/dist/docs/components/index.yaml +11 -1
- package/dist/docs/components/input.yaml +10 -9
- package/dist/docs/components/meter.yaml +37 -14
- package/dist/docs/components/nav-item.yaml +7 -7
- package/dist/docs/components/stat.yaml +164 -0
- package/dist/docs/components/stepper.yaml +23 -23
- package/dist/docs/components/time-field.yaml +35 -2
- package/dist/element.js +1 -1
- package/dist/icons.js +137 -128
- package/dist/icons.js.map +1 -1
- package/dist/reactivity.js +1 -1
- package/dist/register.js +299 -297
- package/dist/register.js.map +1 -1
- package/dist/store.js +1 -1
- package/dist/traits.js +2 -2
- package/package.json +1 -1
- package/dist/chunks/meter-Dju8ik6C.js.map +0 -1
|
@@ -1,26 +1,28 @@
|
|
|
1
1
|
name: login-email-only
|
|
2
2
|
type: block
|
|
3
3
|
summary: Minimal centered login with email field and optional social buttons.
|
|
4
|
-
description:
|
|
5
|
-
A card-less, centered authentication layout built for magic-link or
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card-less, centered authentication layout built for magic-link or passwordless flows. A brand icon and heading anchor the top, followed by a single email field and login button. Social alternatives sit below a subtle "Or" separator. Best for apps that prioritize passwordless auth while keeping social login as a secondary path.
|
|
6
|
+
components:
|
|
7
|
+
- aui-stack
|
|
8
|
+
- aui-heading
|
|
9
|
+
- aui-text
|
|
10
|
+
- aui-icon
|
|
11
|
+
- aui-field
|
|
12
|
+
- aui-input
|
|
13
|
+
- aui-button
|
|
12
14
|
kind: panel
|
|
13
|
-
|
|
14
15
|
examples:
|
|
15
|
-
-
|
|
16
|
+
- description: Minimal centered login with email field and optional social buttons.
|
|
17
|
+
html: |-
|
|
16
18
|
<aui-stack gap="4" align-items="center" text="center" max-width="md">
|
|
17
|
-
<img src="/icon.svg" alt="Acme Inc" style="width: 2.5rem; height: 2.5rem; border-radius:
|
|
19
|
+
<img src="/icon.svg" alt="Acme Inc" style="width: 2.5rem; height: 2.5rem; border-radius: var(--aui-radius);">
|
|
18
20
|
<aui-stack gap="1" align-items="center">
|
|
19
21
|
<aui-heading size="xl">Welcome to Acme Inc.</aui-heading>
|
|
20
22
|
<aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text>
|
|
21
23
|
</aui-stack>
|
|
22
24
|
|
|
23
|
-
<aui-stack
|
|
25
|
+
<aui-stack width="full" text="left">
|
|
24
26
|
<aui-field label="Email" width="full" hide-label>
|
|
25
27
|
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
26
28
|
</aui-field>
|
|
@@ -36,4 +38,3 @@ examples:
|
|
|
36
38
|
|
|
37
39
|
<aui-text muted size="xs">By clicking continue, you agree to our <a href="#">Terms of Service</a> and <a href="#">Privacy Policy</a>.</aui-text>
|
|
38
40
|
</aui-stack>
|
|
39
|
-
description: Minimal email-only login with social alternatives and terms notice.
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
name: login-form
|
|
2
2
|
type: block
|
|
3
3
|
summary: Login card with email, password, and forgot-password link.
|
|
4
|
-
description:
|
|
5
|
-
A self-contained sign-in card for authentication flows. Header introduces
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A self-contained sign-in card for authentication flows. Header introduces the form with a friendly heading, content holds email and password fields, and the footer provides a link to the signup page. Use this block as the centerpiece of a login page or inside a modal for session-expired prompts.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-field
|
|
16
|
+
- aui-input
|
|
17
|
+
- aui-button
|
|
11
18
|
kind: panel
|
|
12
|
-
|
|
13
19
|
examples:
|
|
14
|
-
-
|
|
20
|
+
- description: Login card with email, password, and forgot-password link.
|
|
21
|
+
html: |-
|
|
15
22
|
<aui-container kind="panel" bordered max-width="md">
|
|
16
23
|
<aui-header>
|
|
17
24
|
<span slot="leading">
|
|
@@ -23,7 +30,7 @@ examples:
|
|
|
23
30
|
</aui-header>
|
|
24
31
|
<aui-content>
|
|
25
32
|
<aui-inset>
|
|
26
|
-
<aui-stack
|
|
33
|
+
<aui-stack>
|
|
27
34
|
<aui-field label="Email" width="full">
|
|
28
35
|
<aui-input type="email" placeholder="you@company.com" width="full"></aui-input>
|
|
29
36
|
</aui-field>
|
|
@@ -39,4 +46,3 @@ examples:
|
|
|
39
46
|
<span slot="content"><aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text></span>
|
|
40
47
|
</aui-footer>
|
|
41
48
|
</aui-container>
|
|
42
|
-
description: Login card with email and password fields, forgot-password link, and signup prompt.
|
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
name: login-simple
|
|
2
2
|
type: block
|
|
3
3
|
summary: Simple bordered login card with email, password, and a single social option.
|
|
4
|
-
description:
|
|
5
|
-
The most straightforward login block — a single bordered card with
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
description: |
|
|
5
|
+
The most straightforward login block — a single bordered card with email and password fields, a forgot-password link, and one social login alternative. No brand header, no two-column layout, just the essentials. Drop it into any page where you need a quick, clean authentication form without extra visual flair.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-field
|
|
16
|
+
- aui-input
|
|
17
|
+
- aui-button
|
|
18
|
+
- aui-divider
|
|
12
19
|
kind: panel
|
|
13
|
-
|
|
14
20
|
examples:
|
|
15
|
-
-
|
|
21
|
+
- description: Simple bordered login card with email, password, and a single social option.
|
|
22
|
+
html: |-
|
|
16
23
|
<aui-container kind="panel" bordered max-width="md">
|
|
17
24
|
<aui-header>
|
|
18
25
|
<span slot="leading">
|
|
@@ -24,7 +31,7 @@ examples:
|
|
|
24
31
|
</aui-header>
|
|
25
32
|
<aui-content>
|
|
26
33
|
<aui-inset>
|
|
27
|
-
<aui-stack
|
|
34
|
+
<aui-stack>
|
|
28
35
|
<aui-field label="Email" width="full">
|
|
29
36
|
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
30
37
|
</aui-field>
|
|
@@ -51,4 +58,3 @@ examples:
|
|
|
51
58
|
<span slot="content"><aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text></span>
|
|
52
59
|
</aui-footer>
|
|
53
60
|
</aui-container>
|
|
54
|
-
description: Simple login card with email, password, forgot-password link, and Google sign-in option.
|
|
@@ -1,27 +1,35 @@
|
|
|
1
1
|
name: login-social
|
|
2
2
|
type: block
|
|
3
3
|
summary: Centered login page with social providers, email/password, and brand header.
|
|
4
|
-
description:
|
|
5
|
-
A polished sign-in page that leads with social login buttons (Apple and
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A polished sign-in page that leads with social login buttons (Apple and Google) before falling back to traditional email and password fields. A brand mark sits above the card for identity reinforcement. Below the card a terms notice rounds out the legal requirements. Ideal for consumer-facing apps where frictionless social auth is the primary path.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-icon
|
|
16
|
+
- aui-field
|
|
17
|
+
- aui-input
|
|
18
|
+
- aui-button
|
|
19
|
+
- aui-divider
|
|
12
20
|
kind: panel
|
|
13
|
-
|
|
14
21
|
examples:
|
|
15
|
-
-
|
|
22
|
+
- description: Centered login page with social providers, email/password, and brand header.
|
|
23
|
+
html: |-
|
|
16
24
|
<aui-stack gap="4" align-items="center">
|
|
17
25
|
<!-- Brand -->
|
|
18
26
|
<aui-stack direction="row" gap="2" align-items="center">
|
|
19
|
-
<img src="/icon.svg" alt="Acme Inc" style="width: 1.5rem; height: 1.5rem; border-radius:
|
|
27
|
+
<img src="/icon.svg" alt="Acme Inc" style="width: 1.5rem; height: 1.5rem; border-radius: var(--aui-radius);">
|
|
20
28
|
<aui-heading size="lg" weight="medium">Acme Inc.</aui-heading>
|
|
21
29
|
</aui-stack>
|
|
22
30
|
|
|
23
31
|
<!-- Card -->
|
|
24
|
-
<aui-container kind="panel" bordered max-width="md"
|
|
32
|
+
<aui-container kind="panel" bordered max-width="md" min-width="20">
|
|
25
33
|
<aui-header>
|
|
26
34
|
<span slot="content">
|
|
27
35
|
<aui-stack gap="1" align-items="center" text="center">
|
|
@@ -32,7 +40,7 @@ examples:
|
|
|
32
40
|
</aui-header>
|
|
33
41
|
<aui-content>
|
|
34
42
|
<aui-inset>
|
|
35
|
-
<aui-stack
|
|
43
|
+
<aui-stack>
|
|
36
44
|
<!-- Social buttons -->
|
|
37
45
|
<aui-stack gap="2">
|
|
38
46
|
<aui-button scrim width="full">Login with Apple</aui-button>
|
|
@@ -70,4 +78,3 @@ examples:
|
|
|
70
78
|
</aui-footer>
|
|
71
79
|
</aui-container>
|
|
72
80
|
</aui-stack>
|
|
73
|
-
description: Social-first login page with Apple and Google buttons, email/password fallback, and terms notice.
|
|
@@ -1,21 +1,33 @@
|
|
|
1
1
|
name: login-two-column
|
|
2
2
|
type: block
|
|
3
3
|
summary: Two-column login with form on the left and image placeholder on the right.
|
|
4
|
-
description:
|
|
5
|
-
A split-screen authentication layout pairing a fully featured login
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A split-screen authentication layout pairing a fully featured login form with a visual panel. The left column holds email and password fields plus a row of social provider buttons, while the right column serves as an image or brand illustration placeholder. Works well for marketing-oriented sign-in pages where you want to reinforce brand identity alongside the auth flow.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-icon
|
|
16
|
+
- aui-field
|
|
17
|
+
- aui-input
|
|
18
|
+
- aui-button
|
|
19
|
+
- aui-button-group
|
|
20
|
+
- aui-divider
|
|
13
21
|
kind: panel
|
|
14
|
-
|
|
15
22
|
examples:
|
|
16
|
-
-
|
|
23
|
+
- description: Two-column login with form on the left and image placeholder on the right.
|
|
24
|
+
html: |-
|
|
17
25
|
<aui-container padding="4" gap="0" transparent>
|
|
18
|
-
<aui-stack
|
|
26
|
+
<aui-stack
|
|
27
|
+
direction="row"
|
|
28
|
+
gap="8"
|
|
29
|
+
min-width="44" style="min-height: 32rem"
|
|
30
|
+
>
|
|
19
31
|
<!-- Left: form -->
|
|
20
32
|
<aui-container kind="panel" elevation="2" gap="0" spacer>
|
|
21
33
|
<aui-header>
|
|
@@ -28,7 +40,7 @@ examples:
|
|
|
28
40
|
</aui-header>
|
|
29
41
|
<aui-content>
|
|
30
42
|
<aui-inset>
|
|
31
|
-
<aui-stack
|
|
43
|
+
<aui-stack>
|
|
32
44
|
<aui-field label="Email" width="full">
|
|
33
45
|
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
34
46
|
</aui-field>
|
|
@@ -65,14 +77,22 @@ examples:
|
|
|
65
77
|
</aui-container>
|
|
66
78
|
|
|
67
79
|
<!-- Right: image placeholder -->
|
|
68
|
-
<aui-container
|
|
80
|
+
<aui-container
|
|
81
|
+
elevation="3"
|
|
82
|
+
spacer
|
|
83
|
+
justify-content="center"
|
|
84
|
+
transparent
|
|
85
|
+
>
|
|
69
86
|
<aui-inset>
|
|
70
|
-
<aui-stack
|
|
71
|
-
|
|
87
|
+
<aui-stack
|
|
88
|
+
gap="1"
|
|
89
|
+
align-items="center"
|
|
90
|
+
text="center"
|
|
91
|
+
>
|
|
92
|
+
<aui-icon name="image" size="3xl" muted></aui-icon>
|
|
72
93
|
<aui-text muted size="sm">Brand illustration</aui-text>
|
|
73
94
|
</aui-stack>
|
|
74
95
|
</aui-inset>
|
|
75
96
|
</aui-container>
|
|
76
97
|
</aui-stack>
|
|
77
98
|
</aui-container>
|
|
78
|
-
description: Two-column login with email, password, and social buttons on the left and an image placeholder on the right.
|
|
@@ -1,7 +1,212 @@
|
|
|
1
1
|
name: marketing-automation
|
|
2
2
|
type: block
|
|
3
3
|
summary: Marketing Automation Engine — 16 nodes, 19 connections.
|
|
4
|
-
description:
|
|
5
|
-
Visual graph block rendered from the Marketing Automation Engine dataset using
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
description: |
|
|
5
|
+
Visual graph block rendered from the Marketing Automation Engine dataset using aui-graph components with port-selector noodle connections.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-text
|
|
9
|
+
- aui-graph-ui
|
|
10
|
+
- aui-graph-layer
|
|
11
|
+
- aui-graph-node
|
|
12
|
+
- aui-graph-noodle
|
|
13
|
+
- aui-graph-port
|
|
14
|
+
examples:
|
|
15
|
+
- description: Marketing Automation Engine — 16 nodes, 19 connections.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 37.25rem; min-width: 91.875rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- Lead Capture Form → CRM Enrichment -->
|
|
20
|
+
<aui-graph-noodle from="ma-lead-form:right" to="ma-crm-enrich:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Social Ad Import → CRM Enrichment -->
|
|
22
|
+
<aui-graph-noodle from="ma-social:right" to="ma-crm-enrich:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- Social Ad Import → Lead Scoring Engine -->
|
|
24
|
+
<aui-graph-noodle from="ma-social:right" to="ma-score:left" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- Webinar Registration → Lead Scoring Engine -->
|
|
26
|
+
<aui-graph-noodle from="ma-webinar:right" to="ma-score:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- CRM Enrichment → Audience Segmentation -->
|
|
28
|
+
<aui-graph-noodle from="ma-crm-enrich:right" to="ma-segment:left" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- Lead Scoring Engine → Nurture Sequence -->
|
|
30
|
+
<aui-graph-noodle from="ma-score:right" to="ma-nurture:left" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- Lead Scoring Engine → A/B Test Split -->
|
|
32
|
+
<aui-graph-noodle from="ma-score:right" to="ma-abtest:left" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- Audience Segmentation → Engagement Tracker -->
|
|
34
|
+
<aui-graph-noodle from="ma-segment:right" to="ma-engage:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- Nurture Sequence → Engagement Tracker -->
|
|
36
|
+
<aui-graph-noodle from="ma-nurture:right" to="ma-engage:left" color="accent" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- A/B Test Split → Email Variant A -->
|
|
38
|
+
<aui-graph-noodle from="ma-abtest:right" to="ma-email-a:left" color="accent" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- A/B Test Split → Email Variant B -->
|
|
40
|
+
<aui-graph-noodle from="ma-abtest:right" to="ma-email-b:left" color="accent" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- Engagement Tracker → MQL Qualification -->
|
|
42
|
+
<aui-graph-noodle from="ma-engage:right" to="ma-mql:left" color="accent" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- Email Variant A → MQL Qualification -->
|
|
44
|
+
<aui-graph-noodle from="ma-email-a:right" to="ma-mql:left" color="accent" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- Email Variant B → Retargeting Pixel -->
|
|
46
|
+
<aui-graph-noodle from="ma-email-b:right" to="ma-retarget:left" color="accent" weight="2"></aui-graph-noodle>
|
|
47
|
+
<!-- MQL Qualification → Sales Handoff -->
|
|
48
|
+
<aui-graph-noodle from="ma-mql:bottom" to="ma-sales:top" color="accent" weight="2"></aui-graph-noodle>
|
|
49
|
+
<!-- Sales Handoff → Campaign Analytics -->
|
|
50
|
+
<aui-graph-noodle from="ma-sales:right" to="ma-report:left" color="accent" weight="2"></aui-graph-noodle>
|
|
51
|
+
<!-- Retargeting Pixel → Campaign Analytics -->
|
|
52
|
+
<aui-graph-noodle from="ma-retarget:right" to="ma-report:left" color="accent" weight="2"></aui-graph-noodle>
|
|
53
|
+
<!-- Retargeting Pixel → Unsubscribe Handler -->
|
|
54
|
+
<aui-graph-noodle from="ma-retarget:bottom" to="ma-unsubscribe:left" color="danger" weight="2"></aui-graph-noodle>
|
|
55
|
+
<!-- Retargeting Pixel → Nurture Sequence -->
|
|
56
|
+
<aui-graph-noodle from="ma-retarget:left" to="ma-nurture:bottom" color="warning" weight="2"></aui-graph-noodle>
|
|
57
|
+
</aui-graph-layer>
|
|
58
|
+
<aui-graph-layer name="content">
|
|
59
|
+
<!-- Lead Capture Form -->
|
|
60
|
+
<aui-graph-node x="24" y="46" node-id="ma-lead-form">
|
|
61
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
62
|
+
<aui-text weight="medium">Lead Capture Form</aui-text>
|
|
63
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
64
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
65
|
+
</aui-container>
|
|
66
|
+
</aui-graph-node>
|
|
67
|
+
<!-- Social Ad Import -->
|
|
68
|
+
<aui-graph-node x="24" y="186" node-id="ma-social">
|
|
69
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
70
|
+
<aui-text weight="medium">Social Ad Import</aui-text>
|
|
71
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
72
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
73
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
74
|
+
</aui-container>
|
|
75
|
+
</aui-graph-node>
|
|
76
|
+
<!-- Webinar Registration -->
|
|
77
|
+
<aui-graph-node x="24" y="326" node-id="ma-webinar">
|
|
78
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
79
|
+
<aui-text weight="medium">Webinar Registration</aui-text>
|
|
80
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
81
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
82
|
+
</aui-container>
|
|
83
|
+
</aui-graph-node>
|
|
84
|
+
<!-- CRM Enrichment -->
|
|
85
|
+
<aui-graph-node x="260" y="116" node-id="ma-crm-enrich">
|
|
86
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
87
|
+
<aui-text weight="medium">CRM Enrichment</aui-text>
|
|
88
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
89
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
90
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
91
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
92
|
+
</aui-container>
|
|
93
|
+
</aui-graph-node>
|
|
94
|
+
<!-- Lead Scoring Engine -->
|
|
95
|
+
<aui-graph-node x="260" y="256" node-id="ma-score">
|
|
96
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
97
|
+
<aui-text weight="medium">Lead Scoring Engine</aui-text>
|
|
98
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
99
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
100
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
101
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
102
|
+
</aui-container>
|
|
103
|
+
</aui-graph-node>
|
|
104
|
+
<!-- Audience Segmentation -->
|
|
105
|
+
<aui-graph-node x="500" y="46" node-id="ma-segment">
|
|
106
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
107
|
+
<aui-text weight="medium">Audience Segmentation</aui-text>
|
|
108
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
109
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
110
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
111
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
112
|
+
</aui-container>
|
|
113
|
+
</aui-graph-node>
|
|
114
|
+
<!-- Nurture Sequence -->
|
|
115
|
+
<aui-graph-node x="500" y="186" node-id="ma-nurture">
|
|
116
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
117
|
+
<aui-text weight="medium">Nurture Sequence</aui-text>
|
|
118
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
119
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
120
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
121
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
122
|
+
</aui-container>
|
|
123
|
+
</aui-graph-node>
|
|
124
|
+
<!-- A/B Test Split -->
|
|
125
|
+
<aui-graph-node x="500" y="326" node-id="ma-abtest">
|
|
126
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
127
|
+
<aui-text weight="medium">A/B Test Split</aui-text>
|
|
128
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
129
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
130
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
131
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
132
|
+
</aui-container>
|
|
133
|
+
</aui-graph-node>
|
|
134
|
+
<!-- Email Variant A -->
|
|
135
|
+
<aui-graph-node x="740" y="256" node-id="ma-email-a">
|
|
136
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
137
|
+
<aui-text weight="medium">Email Variant A</aui-text>
|
|
138
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
139
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
140
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
141
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
142
|
+
</aui-container>
|
|
143
|
+
</aui-graph-node>
|
|
144
|
+
<!-- Email Variant B -->
|
|
145
|
+
<aui-graph-node x="740" y="396" node-id="ma-email-b">
|
|
146
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
147
|
+
<aui-text weight="medium">Email Variant B</aui-text>
|
|
148
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
149
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
150
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
151
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
152
|
+
</aui-container>
|
|
153
|
+
</aui-graph-node>
|
|
154
|
+
<!-- Engagement Tracker -->
|
|
155
|
+
<aui-graph-node x="740" y="116" node-id="ma-engage">
|
|
156
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
157
|
+
<aui-text weight="medium">Engagement Tracker</aui-text>
|
|
158
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
159
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
160
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
161
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
162
|
+
</aui-container>
|
|
163
|
+
</aui-graph-node>
|
|
164
|
+
<!-- MQL Qualification -->
|
|
165
|
+
<aui-graph-node x="980" y="116" node-id="ma-mql">
|
|
166
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
167
|
+
<aui-text weight="medium">MQL Qualification</aui-text>
|
|
168
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
169
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
170
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
171
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
172
|
+
</aui-container>
|
|
173
|
+
</aui-graph-node>
|
|
174
|
+
<!-- Sales Handoff -->
|
|
175
|
+
<aui-graph-node x="980" y="256" node-id="ma-sales">
|
|
176
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
177
|
+
<aui-text weight="medium">Sales Handoff</aui-text>
|
|
178
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
179
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
180
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
181
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
182
|
+
</aui-container>
|
|
183
|
+
</aui-graph-node>
|
|
184
|
+
<!-- Retargeting Pixel -->
|
|
185
|
+
<aui-graph-node x="980" y="396" node-id="ma-retarget">
|
|
186
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
187
|
+
<aui-text weight="medium">Retargeting Pixel</aui-text>
|
|
188
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
189
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
190
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
191
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
192
|
+
</aui-container>
|
|
193
|
+
</aui-graph-node>
|
|
194
|
+
<!-- Campaign Analytics -->
|
|
195
|
+
<aui-graph-node x="1220" y="186" node-id="ma-report">
|
|
196
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
197
|
+
<aui-text weight="medium">Campaign Analytics</aui-text>
|
|
198
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
199
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
200
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
201
|
+
</aui-container>
|
|
202
|
+
</aui-graph-node>
|
|
203
|
+
<!-- Unsubscribe Handler -->
|
|
204
|
+
<aui-graph-node x="1220" y="396" node-id="ma-unsubscribe">
|
|
205
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
206
|
+
<aui-text weight="medium">Unsubscribe Handler</aui-text>
|
|
207
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
208
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
209
|
+
</aui-container>
|
|
210
|
+
</aui-graph-node>
|
|
211
|
+
</aui-graph-layer>
|
|
212
|
+
</aui-graph-ui>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
name: media-image-gallery
|
|
2
|
+
type: block
|
|
3
|
+
summary: Asset gallery grid with image placeholders, file count badge, and upload button.
|
|
4
|
+
description: |
|
|
5
|
+
A panel (max-width="xl") for browsing uploaded assets. Header has title with spacer, file count badge, and scrim upload button. Content shows a 3-column flex-wrap layout of aui-button size="fill" icon-size="half" tiles with hide-label, icon-leading="image", --aui-button-background: var(--aui-control), and --aui-button-border: transparent. Tiles use width: calc(33.333% - 0.67rem) and aspect-ratio: 1 for the 3-column grid.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-inset
|
|
11
|
+
- aui-stack
|
|
12
|
+
- aui-heading
|
|
13
|
+
- aui-badge
|
|
14
|
+
- aui-button
|
|
15
|
+
kind: panel
|
|
16
|
+
examples:
|
|
17
|
+
- description: Asset gallery grid with image placeholders, file count badge, and upload button.
|
|
18
|
+
html: |-
|
|
19
|
+
<aui-container kind="panel" bordered max-width="xl">
|
|
20
|
+
<aui-header>
|
|
21
|
+
<aui-stack direction="row" gap="3" align-items="center">
|
|
22
|
+
<aui-heading size="lg" spacer>Assets</aui-heading>
|
|
23
|
+
<aui-badge>24 files</aui-badge>
|
|
24
|
+
<aui-button scrim size="sm" icon-leading="arrow-up">Upload</aui-button>
|
|
25
|
+
</aui-stack>
|
|
26
|
+
</aui-header>
|
|
27
|
+
<aui-content>
|
|
28
|
+
<aui-inset>
|
|
29
|
+
<aui-stack direction="row" gap="3" wrap>
|
|
30
|
+
<aui-button size="fill" icon-size="half" hide-label label="Asset 1" icon-leading="image" square style="width: calc(33.333% - 0.67rem); --aui-button-background: var(--aui-control); --aui-button-border: transparent;"></aui-button>
|
|
31
|
+
<aui-button size="fill" icon-size="half" hide-label label="Asset 2" icon-leading="image" square style="width: calc(33.333% - 0.67rem); --aui-button-background: var(--aui-control); --aui-button-border: transparent;"></aui-button>
|
|
32
|
+
<aui-button size="fill" icon-size="half" hide-label label="Asset 3" icon-leading="image" square style="width: calc(33.333% - 0.67rem); --aui-button-background: var(--aui-control); --aui-button-border: transparent;"></aui-button>
|
|
33
|
+
<aui-button size="fill" icon-size="half" hide-label label="Asset 4" icon-leading="image" square style="width: calc(33.333% - 0.67rem); --aui-button-background: var(--aui-control); --aui-button-border: transparent;"></aui-button>
|
|
34
|
+
<aui-button size="fill" icon-size="half" hide-label label="Asset 5" icon-leading="image" square style="width: calc(33.333% - 0.67rem); --aui-button-background: var(--aui-control); --aui-button-border: transparent;"></aui-button>
|
|
35
|
+
<aui-button size="fill" icon-size="half" hide-label label="Asset 6" icon-leading="image" square style="width: calc(33.333% - 0.67rem); --aui-button-background: var(--aui-control); --aui-button-border: transparent;"></aui-button>
|
|
36
|
+
</aui-stack>
|
|
37
|
+
</aui-inset>
|
|
38
|
+
</aui-content>
|
|
39
|
+
</aui-container>
|
|
@@ -1,28 +1,34 @@
|
|
|
1
1
|
name: member-list
|
|
2
2
|
type: block
|
|
3
3
|
summary: Panel with header and avatar-based member rows.
|
|
4
|
-
description:
|
|
5
|
-
A spacious panel listing team members. Header has an icon, title,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A spacious panel listing team members. Header has an icon, title, subtitle, and a primary action button. Each member row shows an avatar, name, metadata, and a role badge.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-inset
|
|
11
|
+
- aui-stack
|
|
12
|
+
- aui-heading
|
|
13
|
+
- aui-text
|
|
14
|
+
- aui-avatar
|
|
15
|
+
- aui-icon
|
|
16
|
+
- aui-badge
|
|
17
|
+
- aui-button
|
|
10
18
|
kind: panel
|
|
11
|
-
|
|
12
19
|
examples:
|
|
13
|
-
-
|
|
20
|
+
- description: Panel with header and avatar-based member rows.
|
|
21
|
+
html: |-
|
|
14
22
|
<aui-container kind="panel" bordered max-width="xl">
|
|
15
23
|
<aui-header>
|
|
16
|
-
<
|
|
17
|
-
<aui-
|
|
18
|
-
|
|
19
|
-
<aui-
|
|
20
|
-
|
|
21
|
-
<aui-text muted size="sm">Manage who has access to this project.</aui-text>
|
|
22
|
-
</aui-stack>
|
|
24
|
+
<aui-stack direction="row" gap="3" align-items="center">
|
|
25
|
+
<aui-avatar size="lg" square><aui-icon name="users-three"></aui-icon></aui-avatar>
|
|
26
|
+
<aui-stack gap="1" spacer>
|
|
27
|
+
<aui-heading size="xl">Team Members</aui-heading>
|
|
28
|
+
<aui-text muted size="sm">Manage who has access to this project.</aui-text>
|
|
23
29
|
</aui-stack>
|
|
24
|
-
|
|
25
|
-
|
|
30
|
+
<aui-button primary accent>Invite</aui-button>
|
|
31
|
+
</aui-stack>
|
|
26
32
|
</aui-header>
|
|
27
33
|
<aui-content>
|
|
28
34
|
<aui-inset>
|
|
@@ -55,4 +61,3 @@ examples:
|
|
|
55
61
|
</aui-inset>
|
|
56
62
|
</aui-content>
|
|
57
63
|
</aui-container>
|
|
58
|
-
description: Team member list with avatars, roles, and an invite action.
|