@agent-ui-kit/web-components 0.0.15 → 0.0.16

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.
Files changed (100) hide show
  1. package/dist/agent-ui.css +1 -1
  2. package/dist/api.colors.json +2 -2
  3. package/dist/api.colors.yaml +2 -2
  4. package/dist/api.components.json +463 -150
  5. package/dist/api.tokens.json +3 -3
  6. package/dist/api.tokens.yaml +3 -3
  7. package/dist/chunks/{agent-BF_R_HJk.js → agent-XMhz_6OA.js} +27 -22
  8. package/dist/chunks/{agent-BF_R_HJk.js.map → agent-XMhz_6OA.js.map} +1 -1
  9. package/dist/chunks/{meter-Dju8ik6C.js → form-oekEhwja.js} +402 -188
  10. package/dist/chunks/form-oekEhwja.js.map +1 -0
  11. package/dist/components/agent.js +1 -1
  12. package/dist/components/checkbox-group/checkbox-group.d.ts +14 -0
  13. package/dist/components/checkbox-group/index.d.ts +1 -0
  14. package/dist/components/editor.js +1 -1
  15. package/dist/components/form/form.d.ts +12 -0
  16. package/dist/components/form/index.d.ts +1 -0
  17. package/dist/components/graph.js +1 -1
  18. package/dist/components/index.d.ts +2 -0
  19. package/dist/components/noodles/noodle-controller.d.ts +1 -1
  20. package/dist/components.js +89 -87
  21. package/dist/docs/blocks/agent-chat.yaml +33 -25
  22. package/dist/docs/blocks/announcement-card.yaml +14 -10
  23. package/dist/docs/blocks/bpm-process.yaml +216 -4
  24. package/dist/docs/blocks/chart-activity.yaml +12 -10
  25. package/dist/docs/blocks/chart-card.yaml +14 -11
  26. package/dist/docs/blocks/chart-donut.yaml +27 -23
  27. package/dist/docs/blocks/chart-grouped.yaml +14 -11
  28. package/dist/docs/blocks/chart-horizontal.yaml +13 -10
  29. package/dist/docs/blocks/chart-interactive.yaml +20 -17
  30. package/dist/docs/blocks/chart-labeled.yaml +14 -11
  31. package/dist/docs/blocks/checkout-form.yaml +26 -16
  32. package/dist/docs/blocks/clinical-trial.yaml +180 -4
  33. package/dist/docs/blocks/contributors.yaml +17 -11
  34. package/dist/docs/blocks/cyber-threat.yaml +158 -4
  35. package/dist/docs/blocks/dashboard-layout.yaml +25 -18
  36. package/dist/docs/blocks/data-eng-dag.yaml +222 -6
  37. package/dist/docs/blocks/date-picker.yaml +11 -10
  38. package/dist/docs/blocks/ddx-workflow.yaml +202 -6
  39. package/dist/docs/blocks/empty-state.yaml +8 -11
  40. package/dist/docs/blocks/env-variables.yaml +29 -20
  41. package/dist/docs/blocks/feature-upgrade.yaml +25 -18
  42. package/dist/docs/blocks/financial-risk.yaml +161 -4
  43. package/dist/docs/blocks/flow-editor.yaml +27 -18
  44. package/dist/docs/blocks/gen-ai-pipeline.yaml +232 -5
  45. package/dist/docs/blocks/issue-assign.yaml +25 -14
  46. package/dist/docs/blocks/keyboard-shortcuts.yaml +14 -9
  47. package/dist/docs/blocks/login-branded.yaml +62 -23
  48. package/dist/docs/blocks/login-email-only.yaml +14 -13
  49. package/dist/docs/blocks/login-form.yaml +17 -11
  50. package/dist/docs/blocks/login-simple.yaml +18 -12
  51. package/dist/docs/blocks/login-social.yaml +21 -14
  52. package/dist/docs/blocks/login-two-column.yaml +37 -17
  53. package/dist/docs/blocks/marketing-automation.yaml +209 -4
  54. package/dist/docs/blocks/member-list.yaml +23 -18
  55. package/dist/docs/blocks/ml-pipeline.yaml +163 -4
  56. package/dist/docs/blocks/nav-card.yaml +13 -11
  57. package/dist/docs/blocks/notification-list.yaml +18 -13
  58. package/dist/docs/blocks/oncology-pathway.yaml +227 -4
  59. package/dist/docs/blocks/pricing-card.yaml +20 -13
  60. package/dist/docs/blocks/processing-state.yaml +14 -11
  61. package/dist/docs/blocks/profile-card.yaml +18 -12
  62. package/dist/docs/blocks/saas-onboarding.yaml +222 -4
  63. package/dist/docs/blocks/settings-form.yaml +20 -11
  64. package/dist/docs/blocks/settings-panel.yaml +23 -22
  65. package/dist/docs/blocks/sidebar-nav.yaml +23 -15
  66. package/dist/docs/blocks/signup-form.yaml +17 -11
  67. package/dist/docs/blocks/stat-cards.yaml +12 -13
  68. package/dist/docs/blocks/status-card.yaml +20 -17
  69. package/dist/docs/blocks/suggested-labs.yaml +20 -13
  70. package/dist/docs/blocks/supply-chain.yaml +160 -4
  71. package/dist/docs/blocks/survey-card.yaml +21 -13
  72. package/dist/docs/blocks/tabbed-panel.yaml +21 -15
  73. package/dist/docs/blocks/team-empty.yaml +8 -9
  74. package/dist/docs/blocks/usage-billing.yaml +20 -16
  75. package/dist/docs/components/agent-activity.yaml +27 -7
  76. package/dist/docs/components/agent-prompt.yaml +1 -1
  77. package/dist/docs/components/agent-seeds.yaml +1 -1
  78. package/dist/docs/components/breadcrumb.yaml +35 -8
  79. package/dist/docs/components/button.yaml +13 -2
  80. package/dist/docs/components/calendar-picker.yaml +3 -2
  81. package/dist/docs/components/chip.yaml +1 -1
  82. package/dist/docs/components/color-picker.yaml +33 -7
  83. package/dist/docs/components/color-slider.yaml +7 -7
  84. package/dist/docs/components/container.yaml +2 -1
  85. package/dist/docs/components/heading.yaml +4 -0
  86. package/dist/docs/components/index.yaml +11 -1
  87. package/dist/docs/components/input.yaml +10 -9
  88. package/dist/docs/components/meter.yaml +37 -14
  89. package/dist/docs/components/nav-item.yaml +7 -7
  90. package/dist/docs/components/stat.yaml +164 -0
  91. package/dist/docs/components/stepper.yaml +23 -23
  92. package/dist/docs/components/time-field.yaml +35 -2
  93. package/dist/element.js +1 -1
  94. package/dist/reactivity.js +1 -1
  95. package/dist/register.js +299 -297
  96. package/dist/register.js.map +1 -1
  97. package/dist/store.js +1 -1
  98. package/dist/traits.js +2 -2
  99. package/package.json +1 -1
  100. package/dist/chunks/meter-Dju8ik6C.js.map +0 -1
@@ -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
- the form with a friendly heading, content holds email and password fields,
7
- and the footer provides a link to the signup page. Use this block as the
8
- centerpiece of a login page or inside a modal for session-expired prompts.
9
-
10
- components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-input, aui-button]
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
- - html: |
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 gap="6">
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
- email and password fields, a forgot-password link, and one social
7
- login alternative. No brand header, no two-column layout, just the
8
- essentials. Drop it into any page where you need a quick, clean
9
- authentication form without extra visual flair.
10
-
11
- components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-input, aui-button, aui-divider]
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
- - html: |
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 gap="6">
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
- Google) before falling back to traditional email and password fields.
7
- A brand mark sits above the card for identity reinforcement. Below the
8
- card a terms notice rounds out the legal requirements. Ideal for
9
- consumer-facing apps where frictionless social auth is the primary path.
10
-
11
- components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-field, aui-input, aui-button, aui-divider]
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
- - html: |
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: 0.25rem;">
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" style="min-width: 20rem;">
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 gap="6">
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
- form with a visual panel. The left column holds email and password
7
- fields plus a row of social provider buttons, while the right column
8
- serves as an image or brand illustration placeholder. Works well for
9
- marketing-oriented sign-in pages where you want to reinforce brand
10
- identity alongside the auth flow.
11
-
12
- components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-field, aui-input, aui-button, aui-button-group, aui-divider]
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
- - html: |
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 direction="row" gap="8" style="min-width: 44rem; min-height: 32rem">
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 gap="6">
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 elevation="3" spacer justify-content="center" transparent>
80
+ <aui-container
81
+ elevation="3"
82
+ spacer
83
+ justify-content="center"
84
+ transparent
85
+ >
69
86
  <aui-inset>
70
- <aui-stack gap="1" align-items="center" text="center">
71
- <aui-icon name="image" size="xl" muted></aui-icon>
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
- aui-graph components with port-selector noodle connections.
7
- components: [aui-container, aui-text, aui-graph-ui, aui-graph-layer, aui-graph-node, aui-graph-noodle, aui-graph-port]
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>
@@ -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
- subtitle, and a primary action button. Each member row shows an
7
- avatar, name, metadata, and a role badge.
8
-
9
- components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text, aui-avatar, aui-icon, aui-badge, aui-button]
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
- - html: |
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
- <span slot="leading">
17
- <aui-stack direction="row" gap="3" align-items="center">
18
- <aui-avatar size="lg" square><aui-icon name="user"></aui-icon></aui-avatar>
19
- <aui-stack gap="1">
20
- <aui-heading size="xl">Team Members</aui-heading>
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
- </span>
25
- <span slot="trailing"><aui-button primary accent>Invite</aui-button></span>
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.