@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,7 +1,225 @@
|
|
|
1
1
|
name: saas-onboarding
|
|
2
2
|
type: block
|
|
3
3
|
summary: Enterprise SaaS Onboarding — 17 nodes, 19 connections.
|
|
4
|
-
description:
|
|
5
|
-
Visual graph block rendered from the Enterprise SaaS Onboarding dataset using
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
description: |
|
|
5
|
+
Visual graph block rendered from the Enterprise SaaS Onboarding 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: Enterprise SaaS Onboarding — 17 nodes, 19 connections.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 41.625rem; min-width: 92.125rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- Account Signup → Email Verification -->
|
|
20
|
+
<aui-graph-noodle from="sb-signup:right" to="sb-verify:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Account Signup → SSO Configuration -->
|
|
22
|
+
<aui-graph-noodle from="sb-signup:right" to="sb-sso:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- Email Verification → Organization Setup -->
|
|
24
|
+
<aui-graph-noodle from="sb-verify:right" to="sb-org:left" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- SSO Configuration → Role & Permission Matrix -->
|
|
26
|
+
<aui-graph-noodle from="sb-sso:right" to="sb-roles:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- Organization Setup → Data Import Wizard -->
|
|
28
|
+
<aui-graph-noodle from="sb-org:right" to="sb-import:left" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- Role & Permission Matrix → Integration Hub -->
|
|
30
|
+
<aui-graph-noodle from="sb-roles:right" to="sb-integrate:left" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- Role & Permission Matrix → API Key Provisioning -->
|
|
32
|
+
<aui-graph-noodle from="sb-roles:bottom" to="sb-api:top" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- API Key Provisioning → Webhook Configuration -->
|
|
34
|
+
<aui-graph-noodle from="sb-api:right" to="sb-webhook:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- API Key Provisioning → Sandbox Environment -->
|
|
36
|
+
<aui-graph-noodle from="sb-api:right" to="sb-sandbox:left" color="accent" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- Data Import Wizard → Interactive Training -->
|
|
38
|
+
<aui-graph-noodle from="sb-import:right" to="sb-training:left" color="accent" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- Integration Hub → Health Check Dashboard -->
|
|
40
|
+
<aui-graph-noodle from="sb-integrate:right" to="sb-health:left" color="accent" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- Webhook Configuration → Health Check Dashboard -->
|
|
42
|
+
<aui-graph-noodle from="sb-webhook:right" to="sb-health:left" color="accent" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- Sandbox Environment → Compliance Audit -->
|
|
44
|
+
<aui-graph-noodle from="sb-sandbox:right" to="sb-compliance:left" color="accent" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- Interactive Training → Go-Live Checklist -->
|
|
46
|
+
<aui-graph-noodle from="sb-training:right" to="sb-launch:left" color="accent" weight="2"></aui-graph-noodle>
|
|
47
|
+
<!-- Health Check Dashboard → Go-Live Checklist -->
|
|
48
|
+
<aui-graph-noodle from="sb-health:right" to="sb-launch:left" color="accent" weight="2"></aui-graph-noodle>
|
|
49
|
+
<!-- Compliance Audit → Billing Activation -->
|
|
50
|
+
<aui-graph-noodle from="sb-compliance:right" to="sb-billing:left" color="danger" weight="2"></aui-graph-noodle>
|
|
51
|
+
<!-- Go-Live Checklist → CSM Handoff -->
|
|
52
|
+
<aui-graph-noodle from="sb-launch:right" to="sb-csm:left" color="accent" weight="2"></aui-graph-noodle>
|
|
53
|
+
<!-- Billing Activation → Support Escalation -->
|
|
54
|
+
<aui-graph-noodle from="sb-billing:right" to="sb-support:left" color="danger" weight="2"></aui-graph-noodle>
|
|
55
|
+
<!-- Go-Live Checklist → Billing Activation -->
|
|
56
|
+
<aui-graph-noodle from="sb-launch:bottom" to="sb-billing:top" color="accent" weight="2"></aui-graph-noodle>
|
|
57
|
+
</aui-graph-layer>
|
|
58
|
+
<aui-graph-layer name="content">
|
|
59
|
+
<!-- Account Signup -->
|
|
60
|
+
<aui-graph-node x="24" y="186" node-id="sb-signup">
|
|
61
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
62
|
+
<aui-text weight="medium">Account Signup</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
|
+
<!-- Email Verification -->
|
|
68
|
+
<aui-graph-node x="224" y="116" node-id="sb-verify">
|
|
69
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
70
|
+
<aui-text weight="medium">Email Verification</aui-text>
|
|
71
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
72
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
73
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
74
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
75
|
+
</aui-container>
|
|
76
|
+
</aui-graph-node>
|
|
77
|
+
<!-- SSO Configuration -->
|
|
78
|
+
<aui-graph-node x="224" y="256" node-id="sb-sso">
|
|
79
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
80
|
+
<aui-text weight="medium">SSO Configuration</aui-text>
|
|
81
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
82
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
83
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
84
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
85
|
+
</aui-container>
|
|
86
|
+
</aui-graph-node>
|
|
87
|
+
<!-- Organization Setup -->
|
|
88
|
+
<aui-graph-node x="424" y="46" node-id="sb-org">
|
|
89
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
90
|
+
<aui-text weight="medium">Organization Setup</aui-text>
|
|
91
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
92
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
93
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
94
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
95
|
+
</aui-container>
|
|
96
|
+
</aui-graph-node>
|
|
97
|
+
<!-- Role & Permission Matrix -->
|
|
98
|
+
<aui-graph-node x="424" y="186" node-id="sb-roles">
|
|
99
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
100
|
+
<aui-text weight="medium">Role & Permission Matrix</aui-text>
|
|
101
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
102
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
103
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
104
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
105
|
+
</aui-container>
|
|
106
|
+
</aui-graph-node>
|
|
107
|
+
<!-- API Key Provisioning -->
|
|
108
|
+
<aui-graph-node x="424" y="326" node-id="sb-api">
|
|
109
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
110
|
+
<aui-text weight="medium">API Key Provisioning</aui-text>
|
|
111
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
112
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
113
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
114
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
115
|
+
</aui-container>
|
|
116
|
+
</aui-graph-node>
|
|
117
|
+
<!-- Data Import Wizard -->
|
|
118
|
+
<aui-graph-node x="624" y="46" node-id="sb-import">
|
|
119
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
120
|
+
<aui-text weight="medium">Data Import Wizard</aui-text>
|
|
121
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
122
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
123
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
124
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
125
|
+
</aui-container>
|
|
126
|
+
</aui-graph-node>
|
|
127
|
+
<!-- Integration Hub -->
|
|
128
|
+
<aui-graph-node x="624" y="186" node-id="sb-integrate">
|
|
129
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
130
|
+
<aui-text weight="medium">Integration Hub</aui-text>
|
|
131
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
132
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
133
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
134
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
135
|
+
</aui-container>
|
|
136
|
+
</aui-graph-node>
|
|
137
|
+
<!-- Webhook Configuration -->
|
|
138
|
+
<aui-graph-node x="624" y="326" node-id="sb-webhook">
|
|
139
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
140
|
+
<aui-text weight="medium">Webhook Configuration</aui-text>
|
|
141
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
142
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
143
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
144
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
145
|
+
</aui-container>
|
|
146
|
+
</aui-graph-node>
|
|
147
|
+
<!-- Sandbox Environment -->
|
|
148
|
+
<aui-graph-node x="624" y="466" node-id="sb-sandbox">
|
|
149
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
150
|
+
<aui-text weight="medium">Sandbox Environment</aui-text>
|
|
151
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
152
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
153
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
154
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
155
|
+
</aui-container>
|
|
156
|
+
</aui-graph-node>
|
|
157
|
+
<!-- Interactive Training -->
|
|
158
|
+
<aui-graph-node x="824" y="116" node-id="sb-training">
|
|
159
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
160
|
+
<aui-text weight="medium">Interactive Training</aui-text>
|
|
161
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
162
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
163
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
164
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
165
|
+
</aui-container>
|
|
166
|
+
</aui-graph-node>
|
|
167
|
+
<!-- Health Check Dashboard -->
|
|
168
|
+
<aui-graph-node x="824" y="256" node-id="sb-health">
|
|
169
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
170
|
+
<aui-text weight="medium">Health Check Dashboard</aui-text>
|
|
171
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
172
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
173
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
174
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
175
|
+
</aui-container>
|
|
176
|
+
</aui-graph-node>
|
|
177
|
+
<!-- Compliance Audit -->
|
|
178
|
+
<aui-graph-node x="824" y="396" node-id="sb-compliance">
|
|
179
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
180
|
+
<aui-text weight="medium">Compliance Audit</aui-text>
|
|
181
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
182
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
183
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
184
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
185
|
+
</aui-container>
|
|
186
|
+
</aui-graph-node>
|
|
187
|
+
<!-- Go-Live Checklist -->
|
|
188
|
+
<aui-graph-node x="1024" y="186" node-id="sb-launch">
|
|
189
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
190
|
+
<aui-text weight="medium">Go-Live Checklist</aui-text>
|
|
191
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
192
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
193
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
194
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
195
|
+
</aui-container>
|
|
196
|
+
</aui-graph-node>
|
|
197
|
+
<!-- CSM Handoff -->
|
|
198
|
+
<aui-graph-node x="1224" y="116" node-id="sb-csm">
|
|
199
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
200
|
+
<aui-text weight="medium">CSM Handoff</aui-text>
|
|
201
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
202
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
203
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
204
|
+
</aui-container>
|
|
205
|
+
</aui-graph-node>
|
|
206
|
+
<!-- Billing Activation -->
|
|
207
|
+
<aui-graph-node x="1024" y="326" node-id="sb-billing">
|
|
208
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
209
|
+
<aui-text weight="medium">Billing Activation</aui-text>
|
|
210
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
211
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
212
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
213
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
214
|
+
</aui-container>
|
|
215
|
+
</aui-graph-node>
|
|
216
|
+
<!-- Support Escalation -->
|
|
217
|
+
<aui-graph-node x="1224" y="326" node-id="sb-support">
|
|
218
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
219
|
+
<aui-text weight="medium">Support Escalation</aui-text>
|
|
220
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
221
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
222
|
+
</aui-container>
|
|
223
|
+
</aui-graph-node>
|
|
224
|
+
</aui-graph-layer>
|
|
225
|
+
</aui-graph-ui>
|
|
@@ -1,16 +1,26 @@
|
|
|
1
1
|
name: settings-form
|
|
2
2
|
type: block
|
|
3
3
|
summary: Card with header, form fields, and action footer.
|
|
4
|
-
description:
|
|
5
|
-
A structured settings form inside a bordered card container.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A structured settings form inside a bordered card container. Header holds the title and description, content holds the fields, footer uses aui-button-group for cancel and save actions.
|
|
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-textarea
|
|
18
|
+
- aui-button
|
|
19
|
+
- aui-button-group
|
|
10
20
|
kind: card
|
|
11
|
-
|
|
12
21
|
examples:
|
|
13
|
-
-
|
|
22
|
+
- description: Card with header, form fields, and action footer.
|
|
23
|
+
html: |-
|
|
14
24
|
<aui-container kind="card" bordered max-width="prose">
|
|
15
25
|
<aui-header>
|
|
16
26
|
<span slot="leading">
|
|
@@ -34,9 +44,8 @@ examples:
|
|
|
34
44
|
</aui-content>
|
|
35
45
|
<aui-footer>
|
|
36
46
|
<aui-button-group>
|
|
37
|
-
<aui-button primary grow="1">Save changes</aui-button>
|
|
38
|
-
<aui-button scrim grow="1">Cancel</aui-button>
|
|
47
|
+
<aui-button primary grow="1" basis="0">Save changes</aui-button>
|
|
48
|
+
<aui-button scrim grow="1" basis="0">Cancel</aui-button>
|
|
39
49
|
</aui-button-group>
|
|
40
50
|
</aui-footer>
|
|
41
51
|
</aui-container>
|
|
42
|
-
description: Project settings form with name and description fields.
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
name: settings-panel
|
|
2
2
|
type: block
|
|
3
3
|
summary: Settings card with toggles, descriptions, and grouped controls.
|
|
4
|
-
description:
|
|
5
|
-
A settings panel showing configuration options with inline descriptions. Each
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A settings panel showing configuration options with inline descriptions. Each setting is a row with a label, description, and a trailing control (switch, button, or badge). Commonly used for account preferences, notification settings, or feature toggles.
|
|
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-switch
|
|
15
|
+
- aui-button
|
|
16
|
+
- aui-alert
|
|
17
|
+
- aui-divider
|
|
11
18
|
kind: card
|
|
12
|
-
|
|
13
19
|
examples:
|
|
14
|
-
-
|
|
20
|
+
- description: Settings card with toggles, descriptions, and grouped controls.
|
|
21
|
+
html: |-
|
|
15
22
|
<aui-container kind="card" bordered max-width="lg">
|
|
16
23
|
<aui-header>
|
|
17
24
|
<span slot="leading">
|
|
@@ -32,23 +39,16 @@ examples:
|
|
|
32
39
|
<aui-button primary size="sm">Enable</aui-button>
|
|
33
40
|
</aui-stack>
|
|
34
41
|
<aui-divider></aui-divider>
|
|
35
|
-
<aui-stack
|
|
36
|
-
<aui-stack gap="
|
|
37
|
-
<aui-heading size="md">Wallpaper tinting</aui-heading>
|
|
38
|
-
<aui-
|
|
42
|
+
<aui-stack gap="1">
|
|
43
|
+
<aui-stack direction="row" gap="3" align-items="center">
|
|
44
|
+
<aui-heading size="md" spacer>Wallpaper tinting</aui-heading>
|
|
45
|
+
<aui-switch checked></aui-switch>
|
|
39
46
|
</aui-stack>
|
|
40
|
-
<aui-
|
|
47
|
+
<aui-text muted size="sm">Allow the wallpaper to be tinted.</aui-text>
|
|
41
48
|
</aui-stack>
|
|
42
49
|
<aui-divider></aui-divider>
|
|
43
|
-
<aui-
|
|
44
|
-
<aui-icon name="check" style="flex-shrink: 0;"></aui-icon>
|
|
45
|
-
<aui-stack gap="1" spacer>
|
|
46
|
-
<aui-heading size="md">Profile verified</aui-heading>
|
|
47
|
-
</aui-stack>
|
|
48
|
-
<aui-icon name="caret-right" muted></aui-icon>
|
|
49
|
-
</aui-stack>
|
|
50
|
+
<aui-alert success icon="check">Your profile has been verified.</aui-alert>
|
|
50
51
|
</aui-stack>
|
|
51
52
|
</aui-inset>
|
|
52
53
|
</aui-content>
|
|
53
54
|
</aui-container>
|
|
54
|
-
description: Security settings panel with 2FA button, wallpaper tinting switch, and verified profile row.
|
|
@@ -1,23 +1,30 @@
|
|
|
1
1
|
name: sidebar-nav
|
|
2
2
|
type: block
|
|
3
3
|
summary: Compact app sidebar with icon navigation and user footer.
|
|
4
|
-
description:
|
|
5
|
-
A fixed-width sidebar for app-level navigation. Uses card kind for
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A fixed-width sidebar for app-level navigation. Uses card kind for tighter padding than panel. Nav items use aui-nav-item elements — the active item uses the active attribute for visual distinction. Footer shows the signed-in user with avatar and email. Designed to sit at the left edge of a layout at 14-16rem width.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-content
|
|
9
|
+
- aui-footer
|
|
10
|
+
- aui-inset
|
|
11
|
+
- aui-stack
|
|
12
|
+
- aui-heading
|
|
13
|
+
- aui-text
|
|
14
|
+
- aui-icon
|
|
15
|
+
- aui-avatar
|
|
16
|
+
- aui-nav-item
|
|
12
17
|
kind: card
|
|
13
|
-
|
|
14
18
|
examples:
|
|
15
|
-
-
|
|
19
|
+
- description: Compact app sidebar with icon navigation and user footer.
|
|
20
|
+
html: |-
|
|
16
21
|
<aui-container kind="card" bordered elevation="2" max-width="xs">
|
|
17
|
-
<aui-
|
|
18
|
-
<
|
|
19
|
-
|
|
20
|
-
|
|
22
|
+
<aui-inset>
|
|
23
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
24
|
+
<aui-avatar square size="sm"><img src="/icon.svg" alt="Acme Inc"></aui-avatar>
|
|
25
|
+
<aui-heading size="md">Acme Inc</aui-heading>
|
|
26
|
+
</aui-stack>
|
|
27
|
+
</aui-inset>
|
|
21
28
|
<aui-content>
|
|
22
29
|
<aui-inset>
|
|
23
30
|
<aui-stack gap="2">
|
|
@@ -52,4 +59,3 @@ examples:
|
|
|
52
59
|
</span>
|
|
53
60
|
</aui-footer>
|
|
54
61
|
</aui-container>
|
|
55
|
-
description: App sidebar with active Dashboard item, three inactive links, and user footer.
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
name: signup-form
|
|
2
2
|
type: block
|
|
3
3
|
summary: Signup card with name, email, password, and terms notice.
|
|
4
|
-
description:
|
|
5
|
-
A registration card for new-user onboarding. Collects full name, email,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A registration card for new-user onboarding. Collects full name, email, and password in a clean vertical stack with a terms-of-service notice near the submit button. Pair with the login-form block to cover both sides of the authentication 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-field
|
|
16
|
+
- aui-input
|
|
17
|
+
- aui-button
|
|
11
18
|
kind: panel
|
|
12
|
-
|
|
13
19
|
examples:
|
|
14
|
-
-
|
|
20
|
+
- description: Signup card with name, email, password, and terms notice.
|
|
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="Full name" width="full">
|
|
28
35
|
<aui-input placeholder="Jane Smith" width="full"></aui-input>
|
|
29
36
|
</aui-field>
|
|
@@ -44,4 +51,3 @@ examples:
|
|
|
44
51
|
<span slot="content"><aui-text muted size="sm">Already have an account? <a href="#">Sign in</a></aui-text></span>
|
|
45
52
|
</aui-footer>
|
|
46
53
|
</aui-container>
|
|
47
|
-
description: Signup card with name, email, and password fields plus terms notice.
|
|
@@ -1,32 +1,31 @@
|
|
|
1
1
|
name: stat-cards
|
|
2
2
|
type: block
|
|
3
3
|
summary: Row of compact KPI stat widgets.
|
|
4
|
-
description:
|
|
5
|
-
Dashboard-style stat cards in a horizontal row using aui-stat. Each
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
Dashboard-style stat cards in a horizontal row using aui-stat. Each widget shows a label, large value, and optional change text. Intent attrs (success) color the value for positive status. Uses widget kind for compact padding.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-inset
|
|
9
|
+
- aui-wrap
|
|
10
|
+
- aui-stat
|
|
11
11
|
kind: widget
|
|
12
|
-
|
|
13
12
|
examples:
|
|
14
|
-
-
|
|
13
|
+
- description: Row of compact KPI stat widgets.
|
|
14
|
+
html: |-
|
|
15
15
|
<aui-wrap gap="3">
|
|
16
|
-
<aui-container kind="widget" bordered spacer
|
|
16
|
+
<aui-container kind="widget" bordered spacer min-width="12">
|
|
17
17
|
<aui-inset>
|
|
18
18
|
<aui-stat label="Active Users" value="12" trend="up" change="+3 today"></aui-stat>
|
|
19
19
|
</aui-inset>
|
|
20
20
|
</aui-container>
|
|
21
|
-
<aui-container kind="widget" bordered spacer
|
|
21
|
+
<aui-container kind="widget" bordered spacer min-width="12">
|
|
22
22
|
<aui-inset>
|
|
23
23
|
<aui-stat label="Uptime" value="99.9%" success change="All systems operational"></aui-stat>
|
|
24
24
|
</aui-inset>
|
|
25
25
|
</aui-container>
|
|
26
|
-
<aui-container kind="widget" bordered spacer
|
|
26
|
+
<aui-container kind="widget" bordered spacer min-width="12">
|
|
27
27
|
<aui-inset>
|
|
28
28
|
<aui-stat label="Open Issues" value="3" change="Needs review"></aui-stat>
|
|
29
29
|
</aui-inset>
|
|
30
30
|
</aui-container>
|
|
31
31
|
</aui-wrap>
|
|
32
|
-
description: Three KPI stat cards using aui-stat with trend and status change text.
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
name: status-card
|
|
2
2
|
type: block
|
|
3
3
|
summary: Centered confirmation or alert card with icon and CTA.
|
|
4
|
-
description:
|
|
5
|
-
A card surface for status messages — confirmations, success states,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card surface for status messages — confirmations, success states, or error alerts. Centered layout with icon, heading, description, and a primary call-to-action. Uses intent to set the color family.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-inset
|
|
9
|
+
- aui-stack
|
|
10
|
+
- aui-heading
|
|
11
|
+
- aui-text
|
|
12
|
+
- aui-icon
|
|
13
|
+
- aui-button
|
|
14
|
+
- aui-button-group
|
|
10
15
|
kind: card
|
|
11
|
-
|
|
12
16
|
examples:
|
|
13
|
-
-
|
|
14
|
-
|
|
17
|
+
- description: Success confirmation after payment
|
|
18
|
+
html: |-
|
|
19
|
+
<aui-container kind="card" bordered shadow="2" success max-width="sm">
|
|
15
20
|
<aui-inset>
|
|
16
21
|
<aui-stack gap="4" align-items="center" text="center">
|
|
17
22
|
<aui-icon name="check-circle" size="2xl"></aui-icon>
|
|
@@ -21,20 +26,18 @@ examples:
|
|
|
21
26
|
</aui-stack>
|
|
22
27
|
</aui-inset>
|
|
23
28
|
</aui-container>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<aui-container kind="card" bordered shadow="2" danger max-width="md">
|
|
29
|
+
- description: Error state with retry and support actions
|
|
30
|
+
html: |-
|
|
31
|
+
<aui-container kind="card" bordered shadow="2" danger max-width="sm">
|
|
28
32
|
<aui-inset>
|
|
29
33
|
<aui-stack gap="4" align-items="center" text="center">
|
|
30
34
|
<aui-icon name="warning-circle" size="2xl"></aui-icon>
|
|
31
35
|
<aui-heading size="xl">Something went wrong</aui-heading>
|
|
32
36
|
<aui-text muted>We couldn't process your request. Please try again or contact support if the issue persists.</aui-text>
|
|
33
|
-
<aui-button-group>
|
|
34
|
-
<aui-button
|
|
35
|
-
<aui-button
|
|
37
|
+
<aui-button-group direction="column">
|
|
38
|
+
<aui-button primary grow="1" basis="0">Try Again</aui-button>
|
|
39
|
+
<aui-button ghost grow="1" basis="0">Contact Support</aui-button>
|
|
36
40
|
</aui-button-group>
|
|
37
41
|
</aui-stack>
|
|
38
42
|
</aui-inset>
|
|
39
43
|
</aui-container>
|
|
40
|
-
description: Error state with retry and support actions.
|
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
name: suggested-labs
|
|
2
2
|
type: block
|
|
3
3
|
summary: Lab order card with categorized tests and routing actions.
|
|
4
|
-
description:
|
|
5
|
-
A clinical decision-support card listing suggested laboratory tests.
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A clinical decision-support card listing suggested laboratory tests. Each row shows the test panel name, a brief rationale, and a condition badge. A primary action routes the order to the assigned physician, with secondary actions in an aui-button-group for drafting or staging.
|
|
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-badge
|
|
16
|
+
- aui-button
|
|
17
|
+
- aui-button-group
|
|
18
|
+
- aui-divider
|
|
11
19
|
kind: card
|
|
12
|
-
|
|
13
20
|
examples:
|
|
14
|
-
-
|
|
21
|
+
- description: Lab order card with categorized tests and routing actions.
|
|
22
|
+
html: |-
|
|
15
23
|
<aui-container kind="card" bordered max-width="lg">
|
|
16
24
|
<aui-header>
|
|
17
25
|
<span slot="leading">
|
|
@@ -67,13 +75,12 @@ examples:
|
|
|
67
75
|
</aui-inset>
|
|
68
76
|
</aui-content>
|
|
69
77
|
<aui-footer>
|
|
70
|
-
<aui-stack gap="
|
|
78
|
+
<aui-stack gap="4">
|
|
71
79
|
<aui-button primary width="full">Order Now — Route to Dr. Martinez</aui-button>
|
|
72
80
|
<aui-button-group>
|
|
73
|
-
<aui-button scrim grow="1">Add to Draft Order</aui-button>
|
|
74
|
-
<aui-button scrim grow="1">Build Draft for Doctor</aui-button>
|
|
81
|
+
<aui-button scrim grow="1" basis="0">Add to Draft Order</aui-button>
|
|
82
|
+
<aui-button scrim grow="1" basis="0">Build Draft for Doctor</aui-button>
|
|
75
83
|
</aui-button-group>
|
|
76
84
|
</aui-stack>
|
|
77
85
|
</aui-footer>
|
|
78
86
|
</aui-container>
|
|
79
|
-
description: Suggested lab panel card with condition badges and physician routing actions.
|