@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.
- 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 +463 -150
- package/dist/api.tokens.json +3 -3
- package/dist/api.tokens.yaml +3 -3
- 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/agent-chat.yaml +33 -25
- package/dist/docs/blocks/announcement-card.yaml +14 -10
- 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/contributors.yaml +17 -11
- package/dist/docs/blocks/cyber-threat.yaml +158 -4
- package/dist/docs/blocks/dashboard-layout.yaml +25 -18
- package/dist/docs/blocks/data-eng-dag.yaml +222 -6
- 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/financial-risk.yaml +161 -4
- package/dist/docs/blocks/flow-editor.yaml +27 -18
- 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/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/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/notification-list.yaml +18 -13
- package/dist/docs/blocks/oncology-pathway.yaml +227 -4
- 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 +18 -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 +23 -22
- package/dist/docs/blocks/sidebar-nav.yaml +23 -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/components/agent-activity.yaml +27 -7
- 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 +13 -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/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,7 +1,166 @@
|
|
|
1
1
|
name: ml-pipeline
|
|
2
2
|
type: block
|
|
3
3
|
summary: ML Training Pipeline — 12 nodes, 14 connections.
|
|
4
|
-
description:
|
|
5
|
-
Visual graph block rendered from the ML Training Pipeline dataset using
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
description: |
|
|
5
|
+
Visual graph block rendered from the ML Training Pipeline 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: ML Training Pipeline — 12 nodes, 14 connections.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 37.25rem; min-width: 84.625rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- Data Lake → Feature Store -->
|
|
20
|
+
<aui-graph-noodle from="ml-lake:right" to="ml-features:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Schema Validator → Feature Store -->
|
|
22
|
+
<aui-graph-noodle from="ml-schema:right" to="ml-features:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- Feature Store → Training Cluster GPU -->
|
|
24
|
+
<aui-graph-noodle from="ml-features:right" to="ml-train:left" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- Feature Store → Hyperparameter Tuner -->
|
|
26
|
+
<aui-graph-noodle from="ml-features:right" to="ml-hyper:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- Training Cluster GPU → Validation Split -->
|
|
28
|
+
<aui-graph-noodle from="ml-train:right" to="ml-validate:left" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- Hyperparameter Tuner → Training Cluster GPU -->
|
|
30
|
+
<aui-graph-noodle from="ml-hyper:right" to="ml-train:left" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- Validation Split → Model Registry -->
|
|
32
|
+
<aui-graph-noodle from="ml-validate:right" to="ml-registry:left" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- Model Registry → A/B Test Gate -->
|
|
34
|
+
<aui-graph-noodle from="ml-registry:right" to="ml-abtest:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- Model Registry → Canary Deploy -->
|
|
36
|
+
<aui-graph-noodle from="ml-registry:right" to="ml-canary:left" color="accent" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- A/B Test Gate → Production Endpoint -->
|
|
38
|
+
<aui-graph-noodle from="ml-abtest:right" to="ml-prod:left" color="accent" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- Canary Deploy → Production Endpoint -->
|
|
40
|
+
<aui-graph-noodle from="ml-canary:right" to="ml-prod:left" color="accent" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- Production Endpoint → Drift Monitor -->
|
|
42
|
+
<aui-graph-noodle from="ml-prod:right" to="ml-drift:left" color="accent" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- Drift Monitor → Retraining Trigger -->
|
|
44
|
+
<aui-graph-noodle from="ml-drift:right" to="ml-retrain:left" color="danger" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- Retraining Trigger → Feature Store -->
|
|
46
|
+
<aui-graph-noodle from="ml-retrain:bottom" to="ml-features:bottom" color="warning" weight="2"></aui-graph-noodle>
|
|
47
|
+
</aui-graph-layer>
|
|
48
|
+
<aui-graph-layer name="content">
|
|
49
|
+
<!-- Data Lake -->
|
|
50
|
+
<aui-graph-node x="24" y="116" node-id="ml-lake">
|
|
51
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
52
|
+
<aui-text weight="medium">Data Lake</aui-text>
|
|
53
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
54
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
55
|
+
</aui-container>
|
|
56
|
+
</aui-graph-node>
|
|
57
|
+
<!-- Schema Validator -->
|
|
58
|
+
<aui-graph-node x="24" y="256" node-id="ml-schema">
|
|
59
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
60
|
+
<aui-text weight="medium">Schema Validator</aui-text>
|
|
61
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
62
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
63
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
64
|
+
</aui-container>
|
|
65
|
+
</aui-graph-node>
|
|
66
|
+
<!-- Feature Store -->
|
|
67
|
+
<aui-graph-node x="240" y="186" node-id="ml-features">
|
|
68
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
69
|
+
<aui-text weight="medium">Feature Store</aui-text>
|
|
70
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
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
|
+
<!-- Training Cluster GPU -->
|
|
77
|
+
<aui-graph-node x="456" y="116" node-id="ml-train">
|
|
78
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
79
|
+
<aui-text weight="medium">Training Cluster GPU</aui-text>
|
|
80
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
81
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
82
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
83
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
84
|
+
</aui-container>
|
|
85
|
+
</aui-graph-node>
|
|
86
|
+
<!-- Hyperparameter Tuner -->
|
|
87
|
+
<aui-graph-node x="456" y="256" node-id="ml-hyper">
|
|
88
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
89
|
+
<aui-text weight="medium">Hyperparameter Tuner</aui-text>
|
|
90
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
91
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
92
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
93
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
94
|
+
</aui-container>
|
|
95
|
+
</aui-graph-node>
|
|
96
|
+
<!-- Validation Split -->
|
|
97
|
+
<aui-graph-node x="672" y="116" node-id="ml-validate">
|
|
98
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
99
|
+
<aui-text weight="medium">Validation Split</aui-text>
|
|
100
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
101
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
102
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
103
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
104
|
+
</aui-container>
|
|
105
|
+
</aui-graph-node>
|
|
106
|
+
<!-- Model Registry -->
|
|
107
|
+
<aui-graph-node x="672" y="256" node-id="ml-registry">
|
|
108
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
109
|
+
<aui-text weight="medium">Model Registry</aui-text>
|
|
110
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
111
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
112
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
113
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
114
|
+
</aui-container>
|
|
115
|
+
</aui-graph-node>
|
|
116
|
+
<!-- A/B Test Gate -->
|
|
117
|
+
<aui-graph-node x="888" y="116" node-id="ml-abtest">
|
|
118
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
119
|
+
<aui-text weight="medium">A/B Test Gate</aui-text>
|
|
120
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
121
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
122
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
123
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
124
|
+
</aui-container>
|
|
125
|
+
</aui-graph-node>
|
|
126
|
+
<!-- Canary Deploy -->
|
|
127
|
+
<aui-graph-node x="888" y="256" node-id="ml-canary">
|
|
128
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
129
|
+
<aui-text weight="medium">Canary Deploy</aui-text>
|
|
130
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
131
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
132
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
133
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
134
|
+
</aui-container>
|
|
135
|
+
</aui-graph-node>
|
|
136
|
+
<!-- Production Endpoint -->
|
|
137
|
+
<aui-graph-node x="1104" y="116" node-id="ml-prod">
|
|
138
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
139
|
+
<aui-text weight="medium">Production Endpoint</aui-text>
|
|
140
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
141
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
142
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
143
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
144
|
+
</aui-container>
|
|
145
|
+
</aui-graph-node>
|
|
146
|
+
<!-- Drift Monitor -->
|
|
147
|
+
<aui-graph-node x="1104" y="256" node-id="ml-drift">
|
|
148
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
149
|
+
<aui-text weight="medium">Drift Monitor</aui-text>
|
|
150
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
151
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
152
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
153
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
154
|
+
</aui-container>
|
|
155
|
+
</aui-graph-node>
|
|
156
|
+
<!-- Retraining Trigger -->
|
|
157
|
+
<aui-graph-node x="1104" y="396" node-id="ml-retrain">
|
|
158
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
159
|
+
<aui-text weight="medium">Retraining Trigger</aui-text>
|
|
160
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
161
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
162
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
163
|
+
</aui-container>
|
|
164
|
+
</aui-graph-node>
|
|
165
|
+
</aui-graph-layer>
|
|
166
|
+
</aui-graph-ui>
|
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
name: nav-card
|
|
2
2
|
type: block
|
|
3
3
|
summary: Compact clickable card for navigation menus.
|
|
4
|
-
description:
|
|
5
|
-
A widget-sized interactive card that navigates on click.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A widget-sized interactive card that navigates on click. Shows an icon in a square avatar, a title, a description, and a trailing chevron. Uses interactive and href for click-to-navigate behavior.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-inset
|
|
9
|
+
- aui-stack
|
|
10
|
+
- aui-heading
|
|
11
|
+
- aui-text
|
|
12
|
+
- aui-avatar
|
|
13
|
+
- aui-icon
|
|
11
14
|
kind: widget
|
|
12
|
-
|
|
13
15
|
examples:
|
|
14
|
-
-
|
|
16
|
+
- description: Compact clickable card for navigation menus.
|
|
17
|
+
html: |-
|
|
15
18
|
<aui-container kind="widget" bordered interactive href="#" max-width="sm">
|
|
16
19
|
<aui-inset>
|
|
17
20
|
<aui-stack direction="row" gap="2" align-items="center">
|
|
18
|
-
<aui-avatar square><aui-icon name="gear"></aui-icon></aui-avatar>
|
|
21
|
+
<aui-avatar size="lg" square><aui-icon name="gear"></aui-icon></aui-avatar>
|
|
19
22
|
<aui-stack gap="1" spacer>
|
|
20
23
|
<aui-heading size="md" weight="medium">Preferences</aui-heading>
|
|
21
24
|
<aui-text muted size="sm">Language, theme, and notifications</aui-text>
|
|
@@ -24,4 +27,3 @@ examples:
|
|
|
24
27
|
</aui-stack>
|
|
25
28
|
</aui-inset>
|
|
26
29
|
</aui-container>
|
|
27
|
-
description: Clickable settings navigation card with icon and chevron.
|
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
name: notification-list
|
|
2
2
|
type: block
|
|
3
3
|
summary: Panel listing recent notifications with avatars and timestamps.
|
|
4
|
-
description:
|
|
5
|
-
A panel-style container for displaying a chronological list of
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A panel-style container for displaying a chronological list of notifications. The header includes a title and a bulk action to mark all items as read. Each notification row shows an avatar, a title, a message excerpt, and a relative timestamp. Suitable for notification drawers, activity feeds, or inbox-style sidebars.
|
|
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-button
|
|
12
16
|
kind: panel
|
|
13
|
-
|
|
14
17
|
examples:
|
|
15
|
-
-
|
|
18
|
+
- description: Panel listing recent notifications with avatars and timestamps.
|
|
19
|
+
html: |-
|
|
16
20
|
<aui-container kind="panel" bordered max-width="lg">
|
|
17
21
|
<aui-header>
|
|
18
|
-
<
|
|
19
|
-
|
|
22
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
23
|
+
<aui-heading size="xl" spacer>Notifications</aui-heading>
|
|
24
|
+
<aui-button scrim>Mark all read</aui-button>
|
|
25
|
+
</aui-stack>
|
|
20
26
|
</aui-header>
|
|
21
27
|
<aui-content>
|
|
22
28
|
<aui-inset>
|
|
@@ -55,4 +61,3 @@ examples:
|
|
|
55
61
|
</aui-inset>
|
|
56
62
|
</aui-content>
|
|
57
63
|
</aui-container>
|
|
58
|
-
description: Notification list with three items showing comments, builds, and team activity.
|
|
@@ -1,7 +1,230 @@
|
|
|
1
1
|
name: oncology-pathway
|
|
2
2
|
type: block
|
|
3
3
|
summary: Oncology Care Pathway — 17 nodes, 21 connections.
|
|
4
|
-
description:
|
|
5
|
-
Visual graph block rendered from the Oncology Care Pathway dataset using
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
description: |
|
|
5
|
+
Visual graph block rendered from the Oncology Care Pathway 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: Oncology Care Pathway — 17 nodes, 21 connections.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 41.625rem; min-width: 79.625rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- Cancer Screening → Biopsy & Pathology -->
|
|
20
|
+
<aui-graph-noodle from="on-screening:right" to="on-biopsy:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Cancer Screening → Genomic Profiling -->
|
|
22
|
+
<aui-graph-noodle from="on-screening:right" to="on-genomics:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- Biopsy & Pathology → TNM Staging -->
|
|
24
|
+
<aui-graph-noodle from="on-biopsy:right" to="on-staging:left" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- Biopsy & Pathology → Tumor Board (MDT) -->
|
|
26
|
+
<aui-graph-noodle from="on-biopsy:right" to="on-mdt:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- Genomic Profiling → Biomarker Analysis -->
|
|
28
|
+
<aui-graph-noodle from="on-genomics:right" to="on-biomarker:left" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- Genomic Profiling → Tumor Board (MDT) -->
|
|
30
|
+
<aui-graph-noodle from="on-genomics:right" to="on-mdt:left" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- Tumor Board (MDT) → Surgical Intervention -->
|
|
32
|
+
<aui-graph-noodle from="on-mdt:right" to="on-surgery:left" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- Tumor Board (MDT) → Chemotherapy Protocol -->
|
|
34
|
+
<aui-graph-noodle from="on-mdt:right" to="on-chemo:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- Tumor Board (MDT) → Radiation Therapy -->
|
|
36
|
+
<aui-graph-noodle from="on-mdt:right" to="on-radiation:left" color="accent" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- Biomarker Analysis → Immunotherapy -->
|
|
38
|
+
<aui-graph-noodle from="on-biomarker:right" to="on-immuno:left" color="accent" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- Insurance Authorization → Immunotherapy -->
|
|
40
|
+
<aui-graph-noodle from="on-insurance:right" to="on-immuno:left" color="warning" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- Surgical Intervention → Treatment Response -->
|
|
42
|
+
<aui-graph-noodle from="on-surgery:right" to="on-response:left" color="accent" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- Chemotherapy Protocol → Treatment Response -->
|
|
44
|
+
<aui-graph-noodle from="on-chemo:right" to="on-response:left" color="accent" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- Chemotherapy Protocol → Toxicity Monitor -->
|
|
46
|
+
<aui-graph-noodle from="on-chemo:right" to="on-toxicity:left" color="danger" weight="2"></aui-graph-noodle>
|
|
47
|
+
<!-- Radiation Therapy → Toxicity Monitor -->
|
|
48
|
+
<aui-graph-noodle from="on-radiation:right" to="on-toxicity:left" color="danger" weight="2"></aui-graph-noodle>
|
|
49
|
+
<!-- Immunotherapy → Recurrence Detection -->
|
|
50
|
+
<aui-graph-noodle from="on-immuno:right" to="on-recurrence:left" color="accent" weight="2"></aui-graph-noodle>
|
|
51
|
+
<!-- Treatment Response → Remission -->
|
|
52
|
+
<aui-graph-noodle from="on-response:right" to="on-remission:left" color="accent" weight="2"></aui-graph-noodle>
|
|
53
|
+
<!-- Toxicity Monitor → Palliative Care -->
|
|
54
|
+
<aui-graph-noodle from="on-toxicity:right" to="on-palliative:left" color="accent" weight="2"></aui-graph-noodle>
|
|
55
|
+
<!-- Recurrence Detection → Tumor Board (MDT) -->
|
|
56
|
+
<aui-graph-noodle from="on-recurrence:left" to="on-mdt:bottom" color="danger" weight="2"></aui-graph-noodle>
|
|
57
|
+
<!-- Recurrence Detection → Survivorship Program -->
|
|
58
|
+
<aui-graph-noodle from="on-recurrence:right" to="on-survivor:left" color="accent" weight="2"></aui-graph-noodle>
|
|
59
|
+
<!-- Remission → Survivorship Program -->
|
|
60
|
+
<aui-graph-noodle from="on-remission:bottom" to="on-survivor:top" color="accent" weight="2"></aui-graph-noodle>
|
|
61
|
+
</aui-graph-layer>
|
|
62
|
+
<aui-graph-layer name="content">
|
|
63
|
+
<!-- Cancer Screening -->
|
|
64
|
+
<aui-graph-node x="24" y="186" node-id="on-screening">
|
|
65
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
66
|
+
<aui-text weight="medium">Cancer Screening</aui-text>
|
|
67
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
68
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
69
|
+
</aui-container>
|
|
70
|
+
</aui-graph-node>
|
|
71
|
+
<!-- Biopsy & Pathology -->
|
|
72
|
+
<aui-graph-node x="224" y="116" node-id="on-biopsy">
|
|
73
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
74
|
+
<aui-text weight="medium">Biopsy & Pathology</aui-text>
|
|
75
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
76
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
77
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
78
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
79
|
+
</aui-container>
|
|
80
|
+
</aui-graph-node>
|
|
81
|
+
<!-- Genomic Profiling -->
|
|
82
|
+
<aui-graph-node x="224" y="256" node-id="on-genomics">
|
|
83
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
84
|
+
<aui-text weight="medium">Genomic Profiling</aui-text>
|
|
85
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
86
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
87
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
88
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
89
|
+
</aui-container>
|
|
90
|
+
</aui-graph-node>
|
|
91
|
+
<!-- TNM Staging -->
|
|
92
|
+
<aui-graph-node x="424" y="46" node-id="on-staging">
|
|
93
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
94
|
+
<aui-text weight="medium">TNM Staging</aui-text>
|
|
95
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
96
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
97
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
98
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
99
|
+
</aui-container>
|
|
100
|
+
</aui-graph-node>
|
|
101
|
+
<!-- Tumor Board (MDT) -->
|
|
102
|
+
<aui-graph-node x="424" y="186" node-id="on-mdt">
|
|
103
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
104
|
+
<aui-text weight="medium">Tumor Board (MDT)</aui-text>
|
|
105
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
106
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
107
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
108
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
109
|
+
</aui-container>
|
|
110
|
+
</aui-graph-node>
|
|
111
|
+
<!-- Biomarker Analysis -->
|
|
112
|
+
<aui-graph-node x="424" y="326" node-id="on-biomarker">
|
|
113
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
114
|
+
<aui-text weight="medium">Biomarker Analysis</aui-text>
|
|
115
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
116
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
117
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
118
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
119
|
+
</aui-container>
|
|
120
|
+
</aui-graph-node>
|
|
121
|
+
<!-- Surgical Intervention -->
|
|
122
|
+
<aui-graph-node x="624" y="46" node-id="on-surgery">
|
|
123
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
124
|
+
<aui-text weight="medium">Surgical Intervention</aui-text>
|
|
125
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
126
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
127
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
128
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
129
|
+
</aui-container>
|
|
130
|
+
</aui-graph-node>
|
|
131
|
+
<!-- Chemotherapy Protocol -->
|
|
132
|
+
<aui-graph-node x="624" y="186" node-id="on-chemo">
|
|
133
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
134
|
+
<aui-text weight="medium">Chemotherapy Protocol</aui-text>
|
|
135
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
136
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
137
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
138
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
139
|
+
</aui-container>
|
|
140
|
+
</aui-graph-node>
|
|
141
|
+
<!-- Radiation Therapy -->
|
|
142
|
+
<aui-graph-node x="624" y="326" node-id="on-radiation">
|
|
143
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
144
|
+
<aui-text weight="medium">Radiation Therapy</aui-text>
|
|
145
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
146
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
147
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
148
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
149
|
+
</aui-container>
|
|
150
|
+
</aui-graph-node>
|
|
151
|
+
<!-- Immunotherapy -->
|
|
152
|
+
<aui-graph-node x="624" y="466" node-id="on-immuno">
|
|
153
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
154
|
+
<aui-text weight="medium">Immunotherapy</aui-text>
|
|
155
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
156
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
157
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
158
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
159
|
+
</aui-container>
|
|
160
|
+
</aui-graph-node>
|
|
161
|
+
<!-- Treatment Response -->
|
|
162
|
+
<aui-graph-node x="824" y="116" node-id="on-response">
|
|
163
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
164
|
+
<aui-text weight="medium">Treatment Response</aui-text>
|
|
165
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
166
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
167
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
168
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
169
|
+
</aui-container>
|
|
170
|
+
</aui-graph-node>
|
|
171
|
+
<!-- Toxicity Monitor -->
|
|
172
|
+
<aui-graph-node x="824" y="256" node-id="on-toxicity">
|
|
173
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
174
|
+
<aui-text weight="medium">Toxicity Monitor</aui-text>
|
|
175
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
176
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
177
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
178
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
179
|
+
</aui-container>
|
|
180
|
+
</aui-graph-node>
|
|
181
|
+
<!-- Recurrence Detection -->
|
|
182
|
+
<aui-graph-node x="824" y="396" node-id="on-recurrence">
|
|
183
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
184
|
+
<aui-text weight="medium">Recurrence Detection</aui-text>
|
|
185
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
186
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
187
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
188
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
189
|
+
</aui-container>
|
|
190
|
+
</aui-graph-node>
|
|
191
|
+
<!-- Remission -->
|
|
192
|
+
<aui-graph-node x="1024" y="116" node-id="on-remission">
|
|
193
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
194
|
+
<aui-text weight="medium">Remission</aui-text>
|
|
195
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
196
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
197
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
198
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
199
|
+
</aui-container>
|
|
200
|
+
</aui-graph-node>
|
|
201
|
+
<!-- Palliative Care -->
|
|
202
|
+
<aui-graph-node x="1024" y="256" node-id="on-palliative">
|
|
203
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
204
|
+
<aui-text weight="medium">Palliative Care</aui-text>
|
|
205
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
206
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
207
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
208
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
209
|
+
</aui-container>
|
|
210
|
+
</aui-graph-node>
|
|
211
|
+
<!-- Survivorship Program -->
|
|
212
|
+
<aui-graph-node x="1024" y="396" node-id="on-survivor">
|
|
213
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
214
|
+
<aui-text weight="medium">Survivorship Program</aui-text>
|
|
215
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
216
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
217
|
+
</aui-container>
|
|
218
|
+
</aui-graph-node>
|
|
219
|
+
<!-- Insurance Authorization -->
|
|
220
|
+
<aui-graph-node x="424" y="466" node-id="on-insurance">
|
|
221
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
222
|
+
<aui-text weight="medium">Insurance Authorization</aui-text>
|
|
223
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
224
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
225
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
226
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
227
|
+
</aui-container>
|
|
228
|
+
</aui-graph-node>
|
|
229
|
+
</aui-graph-layer>
|
|
230
|
+
</aui-graph-ui>
|
|
@@ -1,22 +1,30 @@
|
|
|
1
1
|
name: pricing-card
|
|
2
2
|
type: block
|
|
3
3
|
summary: Pricing tier card with features list and call-to-action.
|
|
4
|
-
description:
|
|
5
|
-
A single pricing tier presented as a bordered card. Header shows the
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A single pricing tier presented as a bordered card. Header shows the plan name alongside a highlight badge, followed by a prominent price and billing period. The content area lists included features with check icons, and the footer holds a sign-up button. Ideal for pricing pages where each tier sits side-by-side in a row.
|
|
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-badge
|
|
17
|
+
- aui-button
|
|
12
18
|
kind: card
|
|
13
|
-
|
|
14
19
|
examples:
|
|
15
|
-
-
|
|
20
|
+
- description: Pricing tier card with features list and call-to-action.
|
|
21
|
+
html: |-
|
|
16
22
|
<aui-container kind="card" bordered max-width="sm">
|
|
17
23
|
<aui-header>
|
|
18
|
-
<
|
|
19
|
-
|
|
24
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
25
|
+
<aui-heading size="lg" spacer>Pro</aui-heading>
|
|
26
|
+
<aui-badge accent>Popular</aui-badge>
|
|
27
|
+
</aui-stack>
|
|
20
28
|
</aui-header>
|
|
21
29
|
<aui-content>
|
|
22
30
|
<aui-inset>
|
|
@@ -50,4 +58,3 @@ examples:
|
|
|
50
58
|
<aui-button primary width="full">Get started</aui-button>
|
|
51
59
|
</aui-footer>
|
|
52
60
|
</aui-container>
|
|
53
|
-
description: Pro pricing tier card with feature list and sign-up action.
|
|
@@ -1,25 +1,28 @@
|
|
|
1
1
|
name: processing-state
|
|
2
2
|
type: block
|
|
3
3
|
summary: Loading state with status icon, message, and cancel action.
|
|
4
|
-
description:
|
|
5
|
-
A waiting state shown while an operation is in progress. The icon
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A waiting state shown while an operation is in progress. The icon serves as the visual anchor, the heading names what's happening, the description sets expectations, and the cancel button provides an escape hatch. Keep the message honest and specific.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-inset
|
|
9
|
+
- aui-stack
|
|
10
|
+
- aui-heading
|
|
11
|
+
- aui-text
|
|
12
|
+
- aui-avatar
|
|
13
|
+
- aui-icon
|
|
14
|
+
- aui-button
|
|
11
15
|
kind: card
|
|
12
|
-
|
|
13
16
|
examples:
|
|
14
|
-
-
|
|
17
|
+
- description: Loading state with status icon, message, and cancel action.
|
|
18
|
+
html: |-
|
|
15
19
|
<aui-container kind="card" bordered shadow="1" max-width="md">
|
|
16
20
|
<aui-inset>
|
|
17
21
|
<aui-stack gap="4" align-items="center" text="center">
|
|
18
|
-
<aui-
|
|
22
|
+
<aui-icon name="gear" size="2xl" muted></aui-icon>
|
|
19
23
|
<aui-heading size="xl">Processing your payment</aui-heading>
|
|
20
24
|
<aui-text muted size="sm">This usually takes a few seconds. You'll be redirected to your dashboard when it's done.</aui-text>
|
|
21
25
|
<aui-button scrim>Cancel transaction</aui-button>
|
|
22
26
|
</aui-stack>
|
|
23
27
|
</aui-inset>
|
|
24
28
|
</aui-container>
|
|
25
|
-
description: Processing state with contained icon, specific heading, reassuring description, and labeled cancel action.
|