@agent-ui-kit/web-components 0.0.14 → 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 +3878 -636
- package/dist/api.tokens.json +35 -3
- package/dist/api.tokens.yaml +27 -3
- package/dist/chunks/{agent-C72JZNe6.js → agent-XMhz_6OA.js} +85 -76
- package/dist/chunks/{agent-C72JZNe6.js.map → agent-XMhz_6OA.js.map} +1 -1
- package/dist/chunks/{empty-state-5M3uR5CM.js → form-oekEhwja.js} +1409 -960
- package/dist/chunks/form-oekEhwja.js.map +1 -0
- package/dist/components/agent.js +6 -6
- package/dist/components/avatar/avatar.d.ts +0 -0
- package/dist/components/badge/badge.d.ts +0 -0
- package/dist/components/bar/bar.d.ts +0 -0
- package/dist/components/breadcrumb/breadcrumb.d.ts +2 -0
- package/dist/components/button-group/button-group.d.ts +0 -0
- package/dist/components/checkbox-group/checkbox-group.d.ts +14 -0
- package/dist/components/checkbox-group/index.d.ts +1 -0
- package/dist/components/code/code.d.ts +0 -0
- package/dist/components/color-area/color-area.d.ts +2 -1
- package/dist/components/color-picker/color-picker.d.ts +1 -0
- package/dist/components/color-picker/oklch-utils.d.ts +18 -0
- package/dist/components/color-slider/color-slider.d.ts +1 -1
- package/dist/components/color-swatch/color-swatch.d.ts +0 -0
- package/dist/components/content/content.d.ts +0 -0
- package/dist/components/description-list/description-list.d.ts +0 -0
- package/dist/components/divider/divider.d.ts +0 -0
- package/dist/components/editor.js +1 -1
- package/dist/components/fieldset/fieldset.d.ts +0 -0
- package/dist/components/footer/footer.d.ts +0 -0
- 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/grid/grid.d.ts +0 -0
- package/dist/components/header/header.d.ts +0 -0
- package/dist/components/heading/heading.d.ts +0 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/input-group/input-group.d.ts +0 -0
- package/dist/components/inset/inset.d.ts +0 -0
- package/dist/components/kbd/kbd.d.ts +0 -0
- package/dist/components/noodles/noodle-controller.d.ts +1 -1
- package/dist/components/stack/stack.d.ts +0 -0
- package/dist/components/stat/stat.d.ts +4 -0
- package/dist/components/text/text.d.ts +0 -0
- package/dist/components/time-field/time-field.d.ts +1 -0
- package/dist/components/wrap/wrap.d.ts +0 -0
- package/dist/components.js +115 -126
- package/dist/components.js.map +1 -1
- 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 +42 -22
- 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 +22 -16
- 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/accordion-item.yaml +13 -21
- package/dist/docs/components/accordion.yaml +23 -29
- package/dist/docs/components/agent-activity.yaml +49 -41
- package/dist/docs/components/agent-feed.yaml +15 -22
- package/dist/docs/components/agent-input.yaml +238 -0
- package/dist/docs/components/agent-message.yaml +29 -48
- package/dist/docs/components/agent-panel.yaml +21 -24
- package/dist/docs/components/agent-prompt.yaml +29 -47
- package/dist/docs/components/agent-seeds.yaml +16 -24
- package/dist/docs/components/agent-text.yaml +14 -24
- package/dist/docs/components/agent-thread.yaml +15 -24
- package/dist/docs/components/alert.yaml +41 -39
- package/dist/docs/components/avatar-group.yaml +72 -45
- package/dist/docs/components/avatar.yaml +99 -0
- package/dist/docs/components/badge.yaml +110 -0
- package/dist/docs/components/bar.yaml +84 -0
- package/dist/docs/components/breadcrumb-item.yaml +8 -17
- package/dist/docs/components/breadcrumb.yaml +91 -29
- package/dist/docs/components/button-group.yaml +93 -0
- package/dist/docs/components/button.yaml +188 -261
- package/dist/docs/components/calendar-picker.yaml +16 -35
- package/dist/docs/components/calendar-range-picker.yaml +11 -29
- package/dist/docs/components/calendar.yaml +11 -29
- package/dist/docs/components/canvas.yaml +44 -61
- package/dist/docs/components/checkbox.yaml +37 -49
- package/dist/docs/components/chip.yaml +89 -55
- package/dist/docs/components/code-block.yaml +54 -53
- package/dist/docs/components/code.yaml +37 -0
- package/dist/docs/components/color-area.yaml +119 -0
- package/dist/docs/components/color-field.yaml +121 -0
- package/dist/docs/components/color-picker.yaml +87 -35
- package/dist/docs/components/color-slider.yaml +153 -0
- package/dist/docs/components/color-swatch.yaml +98 -0
- package/dist/docs/components/command.yaml +13 -18
- package/dist/docs/components/container.yaml +84 -73
- package/dist/docs/components/content.yaml +100 -0
- package/dist/docs/components/context-menu.yaml +11 -20
- package/dist/docs/components/date-field.yaml +81 -33
- package/dist/docs/components/description-list.yaml +81 -0
- package/dist/docs/components/disclosure-group.yaml +61 -42
- package/dist/docs/components/disclosure.yaml +60 -46
- package/dist/docs/components/divider.yaml +63 -0
- package/dist/docs/components/dropdown-menu.yaml +16 -25
- package/dist/docs/components/feed.yaml +15 -24
- package/dist/docs/components/field.yaml +50 -71
- package/dist/docs/components/fieldset.yaml +92 -0
- package/dist/docs/components/footer.yaml +147 -0
- package/dist/docs/components/grid.yaml +87 -0
- package/dist/docs/components/gripper.yaml +11 -23
- package/dist/docs/components/header.yaml +168 -0
- package/dist/docs/components/heading.yaml +58 -0
- package/dist/docs/components/hover-card.yaml +17 -25
- package/dist/docs/components/icon.yaml +32 -65
- package/dist/docs/components/index.yaml +11 -1
- package/dist/docs/components/input-group.yaml +102 -0
- package/dist/docs/components/input-otp.yaml +20 -19
- package/dist/docs/components/input.yaml +100 -139
- package/dist/docs/components/inset.yaml +59 -0
- package/dist/docs/components/kbd.yaml +57 -0
- package/dist/docs/components/link.yaml +36 -45
- package/dist/docs/components/meter.yaml +54 -42
- package/dist/docs/components/nav-item.yaml +54 -43
- package/dist/docs/components/noodles.yaml +72 -104
- package/dist/docs/components/option.yaml +12 -23
- package/dist/docs/components/pagination.yaml +21 -18
- package/dist/docs/components/pane.yaml +18 -32
- package/dist/docs/components/panes.yaml +19 -27
- package/dist/docs/components/progress-circle.yaml +64 -55
- package/dist/docs/components/progress.yaml +35 -51
- package/dist/docs/components/radio-group.yaml +99 -40
- package/dist/docs/components/radio.yaml +40 -41
- package/dist/docs/components/range.yaml +24 -27
- package/dist/docs/components/segmented-control.yaml +58 -17
- package/dist/docs/components/select.yaml +80 -100
- package/dist/docs/components/skeleton.yaml +39 -39
- package/dist/docs/components/sparkline.yaml +28 -45
- package/dist/docs/components/spinner.yaml +32 -33
- package/dist/docs/components/stack.yaml +126 -0
- package/dist/docs/components/stat.yaml +164 -0
- package/dist/docs/components/stepper.yaml +46 -53
- package/dist/docs/components/switch.yaml +36 -47
- package/dist/docs/components/tab-panel.yaml +27 -18
- package/dist/docs/components/tab.yaml +25 -22
- package/dist/docs/components/table-header.yaml +22 -12
- package/dist/docs/components/tabs.yaml +103 -20
- package/dist/docs/components/tag-group.yaml +63 -47
- package/dist/docs/components/text.yaml +67 -0
- package/dist/docs/components/textarea.yaml +43 -60
- package/dist/docs/components/time-field.yaml +108 -34
- package/dist/docs/components/toast.yaml +13 -30
- package/dist/docs/components/tooltip.yaml +56 -49
- package/dist/docs/components/tree-item.yaml +9 -10
- package/dist/docs/components/tree.yaml +127 -10
- package/dist/docs/components/wrap.yaml +60 -0
- package/dist/docs/traits/toggle-theme.yaml +34 -0
- package/dist/element.js +1 -1
- package/dist/icons.js +79 -59
- package/dist/icons.js.map +1 -1
- package/dist/reactivity.js +2 -2
- package/dist/register.d.ts +0 -1
- package/dist/register.js +368 -352
- package/dist/register.js.map +1 -1
- package/dist/store.js +1 -1
- package/dist/traits/toggle-theme/toggle-theme.d.ts +0 -0
- package/dist/traits/toggle-theme/toggle-theme.trait.d.ts +2 -0
- package/dist/traits.js +528 -485
- package/dist/traits.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunks/empty-state-5M3uR5CM.js.map +0 -1
|
@@ -1,7 +1,219 @@
|
|
|
1
1
|
name: bpm-process
|
|
2
2
|
type: block
|
|
3
3
|
summary: Cross-Functional BPM — 16 nodes, 20 connections.
|
|
4
|
-
description:
|
|
5
|
-
Visual graph block rendered from the Cross-Functional BPM dataset using
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
description: |
|
|
5
|
+
Visual graph block rendered from the Cross-Functional BPM 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: Cross-Functional BPM — 16 nodes, 20 connections.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 45.375rem; min-width: 91.875rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- Customer Request → Self-Service Portal -->
|
|
20
|
+
<aui-graph-noodle from="bp-request:right" to="bp-portal:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Customer Request → Lead Qualification -->
|
|
22
|
+
<aui-graph-noodle from="bp-request:bottom" to="bp-qualify:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- Self-Service Portal → Lead Qualification -->
|
|
24
|
+
<aui-graph-noodle from="bp-portal:bottom" to="bp-qualify:top" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- Lead Qualification → Quote Generation -->
|
|
26
|
+
<aui-graph-noodle from="bp-qualify:right" to="bp-quote:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- Quote Generation → Legal Review -->
|
|
28
|
+
<aui-graph-noodle from="bp-quote:bottom" to="bp-review:top" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- Quote Generation → Credit Assessment -->
|
|
30
|
+
<aui-graph-noodle from="bp-quote:bottom" to="bp-credit:top" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- Quote Generation → Contract Negotiation -->
|
|
32
|
+
<aui-graph-noodle from="bp-quote:right" to="bp-negotiate:left" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- Legal Review → Compliance Check -->
|
|
34
|
+
<aui-graph-noodle from="bp-review:right" to="bp-compliance:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- Compliance Check → Digital Signature -->
|
|
36
|
+
<aui-graph-noodle from="bp-compliance:right" to="bp-sign:left" color="accent" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- Contract Negotiation → Digital Signature -->
|
|
38
|
+
<aui-graph-noodle from="bp-negotiate:bottom" to="bp-sign:top" color="accent" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- Credit Assessment → Invoice Generation -->
|
|
40
|
+
<aui-graph-noodle from="bp-credit:right" to="bp-invoice:left" color="accent" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- Invoice Generation → Payment Processing -->
|
|
42
|
+
<aui-graph-noodle from="bp-invoice:right" to="bp-payment:left" color="accent" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- Invoice Generation → Service Provisioning -->
|
|
44
|
+
<aui-graph-noodle from="bp-invoice:bottom" to="bp-provision:top" color="accent" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- Digital Signature → Onboarding Workflow -->
|
|
46
|
+
<aui-graph-noodle from="bp-sign:right" to="bp-onboard:left" color="accent" weight="2"></aui-graph-noodle>
|
|
47
|
+
<!-- Payment Processing → Account Activation -->
|
|
48
|
+
<aui-graph-noodle from="bp-payment:bottom" to="bp-activate:top" color="accent" weight="2"></aui-graph-noodle>
|
|
49
|
+
<!-- Service Provisioning → Account Activation -->
|
|
50
|
+
<aui-graph-noodle from="bp-provision:right" to="bp-activate:left" color="accent" weight="2"></aui-graph-noodle>
|
|
51
|
+
<!-- Account Activation → Onboarding Workflow -->
|
|
52
|
+
<aui-graph-noodle from="bp-activate:top" to="bp-onboard:bottom" color="accent" weight="2"></aui-graph-noodle>
|
|
53
|
+
<!-- Onboarding Workflow → Customer Feedback -->
|
|
54
|
+
<aui-graph-noodle from="bp-onboard:top" to="bp-feedback:right" color="accent" weight="2"></aui-graph-noodle>
|
|
55
|
+
<!-- Account Activation → Escalation Manager -->
|
|
56
|
+
<aui-graph-noodle from="bp-activate:right" to="bp-escalation:left" color="danger" weight="2"></aui-graph-noodle>
|
|
57
|
+
<!-- Escalation Manager → Contract Negotiation -->
|
|
58
|
+
<aui-graph-noodle from="bp-escalation:top" to="bp-negotiate:bottom" color="danger" weight="2"></aui-graph-noodle>
|
|
59
|
+
</aui-graph-layer>
|
|
60
|
+
<aui-graph-layer name="content">
|
|
61
|
+
<!-- Customer Request -->
|
|
62
|
+
<aui-graph-node x="24" y="46" node-id="bp-request">
|
|
63
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
64
|
+
<aui-text weight="medium">Customer Request</aui-text>
|
|
65
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
66
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
67
|
+
</aui-container>
|
|
68
|
+
</aui-graph-node>
|
|
69
|
+
<!-- Self-Service Portal -->
|
|
70
|
+
<aui-graph-node x="260" y="46" node-id="bp-portal">
|
|
71
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
72
|
+
<aui-text weight="medium">Self-Service Portal</aui-text>
|
|
73
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
74
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
75
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
76
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
77
|
+
</aui-container>
|
|
78
|
+
</aui-graph-node>
|
|
79
|
+
<!-- Customer Feedback -->
|
|
80
|
+
<aui-graph-node x="980" y="46" node-id="bp-feedback">
|
|
81
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
82
|
+
<aui-text weight="medium">Customer Feedback</aui-text>
|
|
83
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
84
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
85
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
86
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
87
|
+
</aui-container>
|
|
88
|
+
</aui-graph-node>
|
|
89
|
+
<!-- Lead Qualification -->
|
|
90
|
+
<aui-graph-node x="260" y="166" node-id="bp-qualify">
|
|
91
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
92
|
+
<aui-text weight="medium">Lead Qualification</aui-text>
|
|
93
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
94
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
95
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
96
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
97
|
+
</aui-container>
|
|
98
|
+
</aui-graph-node>
|
|
99
|
+
<!-- Quote Generation -->
|
|
100
|
+
<aui-graph-node x="500" y="166" node-id="bp-quote">
|
|
101
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
102
|
+
<aui-text weight="medium">Quote Generation</aui-text>
|
|
103
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
104
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
105
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
106
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
107
|
+
</aui-container>
|
|
108
|
+
</aui-graph-node>
|
|
109
|
+
<!-- Contract Negotiation -->
|
|
110
|
+
<aui-graph-node x="740" y="166" node-id="bp-negotiate">
|
|
111
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
112
|
+
<aui-text weight="medium">Contract Negotiation</aui-text>
|
|
113
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
114
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
115
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
116
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
117
|
+
</aui-container>
|
|
118
|
+
</aui-graph-node>
|
|
119
|
+
<!-- Legal Review -->
|
|
120
|
+
<aui-graph-node x="500" y="286" node-id="bp-review">
|
|
121
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
122
|
+
<aui-text weight="medium">Legal Review</aui-text>
|
|
123
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
124
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
125
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
126
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
127
|
+
</aui-container>
|
|
128
|
+
</aui-graph-node>
|
|
129
|
+
<!-- Compliance Check -->
|
|
130
|
+
<aui-graph-node x="740" y="286" node-id="bp-compliance">
|
|
131
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
132
|
+
<aui-text weight="medium">Compliance Check</aui-text>
|
|
133
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
134
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
135
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
136
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
137
|
+
</aui-container>
|
|
138
|
+
</aui-graph-node>
|
|
139
|
+
<!-- Digital Signature -->
|
|
140
|
+
<aui-graph-node x="980" y="286" node-id="bp-sign">
|
|
141
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
142
|
+
<aui-text weight="medium">Digital Signature</aui-text>
|
|
143
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
144
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
145
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
146
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
147
|
+
</aui-container>
|
|
148
|
+
</aui-graph-node>
|
|
149
|
+
<!-- Credit Assessment -->
|
|
150
|
+
<aui-graph-node x="500" y="406" node-id="bp-credit">
|
|
151
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
152
|
+
<aui-text weight="medium">Credit Assessment</aui-text>
|
|
153
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
154
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
155
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
156
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
157
|
+
</aui-container>
|
|
158
|
+
</aui-graph-node>
|
|
159
|
+
<!-- Invoice Generation -->
|
|
160
|
+
<aui-graph-node x="740" y="406" node-id="bp-invoice">
|
|
161
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
162
|
+
<aui-text weight="medium">Invoice Generation</aui-text>
|
|
163
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
164
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
165
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
166
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
167
|
+
</aui-container>
|
|
168
|
+
</aui-graph-node>
|
|
169
|
+
<!-- Payment Processing -->
|
|
170
|
+
<aui-graph-node x="980" y="406" node-id="bp-payment">
|
|
171
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
172
|
+
<aui-text weight="medium">Payment Processing</aui-text>
|
|
173
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
174
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
175
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
176
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
177
|
+
</aui-container>
|
|
178
|
+
</aui-graph-node>
|
|
179
|
+
<!-- Service Provisioning -->
|
|
180
|
+
<aui-graph-node x="740" y="526" node-id="bp-provision">
|
|
181
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
182
|
+
<aui-text weight="medium">Service Provisioning</aui-text>
|
|
183
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
184
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
185
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
186
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
187
|
+
</aui-container>
|
|
188
|
+
</aui-graph-node>
|
|
189
|
+
<!-- Account Activation -->
|
|
190
|
+
<aui-graph-node x="980" y="526" node-id="bp-activate">
|
|
191
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
192
|
+
<aui-text weight="medium">Account Activation</aui-text>
|
|
193
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
194
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
195
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
196
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
197
|
+
</aui-container>
|
|
198
|
+
</aui-graph-node>
|
|
199
|
+
<!-- Onboarding Workflow -->
|
|
200
|
+
<aui-graph-node x="1220" y="286" node-id="bp-onboard">
|
|
201
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
202
|
+
<aui-text weight="medium">Onboarding Workflow</aui-text>
|
|
203
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
204
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
205
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
206
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
207
|
+
</aui-container>
|
|
208
|
+
</aui-graph-node>
|
|
209
|
+
<!-- Escalation Manager -->
|
|
210
|
+
<aui-graph-node x="1220" y="526" node-id="bp-escalation">
|
|
211
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
212
|
+
<aui-text weight="medium">Escalation Manager</aui-text>
|
|
213
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
214
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
215
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
216
|
+
</aui-container>
|
|
217
|
+
</aui-graph-node>
|
|
218
|
+
</aui-graph-layer>
|
|
219
|
+
</aui-graph-ui>
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
name: chart-activity
|
|
2
2
|
type: block
|
|
3
3
|
summary: Weekly activity chart with labeled columns and rounded bars.
|
|
4
|
-
description:
|
|
5
|
-
A card showing a 7-day activity grid. Each column has a day label and a
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card showing a 7-day activity grid. Each column has a day label and a tall container with a rounded bar showing the day's activity level. The bar height is proportional to the value. Use for fitness summaries, commit frequency, or daily usage patterns.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-inset
|
|
11
|
+
- aui-stack
|
|
12
|
+
- aui-heading
|
|
13
|
+
- aui-text
|
|
11
14
|
kind: card
|
|
12
|
-
|
|
13
15
|
examples:
|
|
14
|
-
-
|
|
16
|
+
- description: Weekly activity chart with labeled columns and rounded bars.
|
|
17
|
+
html: |-
|
|
15
18
|
<aui-container kind="card" bordered max-width="prose">
|
|
16
19
|
<aui-header>
|
|
17
20
|
<span slot="leading">
|
|
@@ -70,4 +73,3 @@ examples:
|
|
|
70
73
|
</aui-inset>
|
|
71
74
|
</aui-content>
|
|
72
75
|
</aui-container>
|
|
73
|
-
description: Weekly activity bars with day labels showing fitness load.
|
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
name: chart-card
|
|
2
2
|
type: block
|
|
3
3
|
summary: Simple vertical bar chart card with month labels.
|
|
4
|
-
description:
|
|
5
|
-
A card showing a 6-month bar chart built with CSS. Header has the
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card showing a 6-month bar chart built with CSS. Header has the chart title and date range, content shows proportional bars with month labels, footer shows a trend summary. The simplest chart pattern — one data series, one color, clear labels.
|
|
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
|
|
11
15
|
kind: card
|
|
12
|
-
|
|
13
16
|
examples:
|
|
14
|
-
-
|
|
17
|
+
- description: Simple vertical bar chart card with month labels.
|
|
18
|
+
html: |-
|
|
15
19
|
<aui-container kind="card" bordered max-width="prose">
|
|
16
20
|
<aui-header>
|
|
17
21
|
<span slot="leading">
|
|
@@ -24,7 +28,7 @@ examples:
|
|
|
24
28
|
<aui-content>
|
|
25
29
|
<aui-inset>
|
|
26
30
|
<aui-stack gap="1">
|
|
27
|
-
<aui-stack direction="row" gap="1" align-items="end"
|
|
31
|
+
<aui-stack direction="row" gap="1" align-items="end" style="height: 10rem;">
|
|
28
32
|
<div style="flex: 1; height: 45%; background: var(--aui-chart-1); border-radius: var(--aui-radius);"></div>
|
|
29
33
|
<div style="flex: 1; height: 72%; background: var(--aui-chart-1); border-radius: var(--aui-radius);"></div>
|
|
30
34
|
<div style="flex: 1; height: 58%; background: var(--aui-chart-1); border-radius: var(--aui-radius);"></div>
|
|
@@ -52,4 +56,3 @@ examples:
|
|
|
52
56
|
</span>
|
|
53
57
|
</aui-footer>
|
|
54
58
|
</aui-container>
|
|
55
|
-
description: Simple 6-month visitor bar chart with trend footer.
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
name: chart-donut
|
|
2
2
|
type: block
|
|
3
3
|
summary: Donut chart card with center stat, legend, and selected segment footer.
|
|
4
|
-
description:
|
|
5
|
-
A card showing a CSS-drawn donut/ring chart with a center value, a legend
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card showing a CSS-drawn donut/ring chart with a center value, a legend row below the chart, and a footer showing the selected segment's value. Use for distribution data like browser share, traffic sources, or category breakdowns.
|
|
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
|
|
11
16
|
kind: card
|
|
12
|
-
|
|
13
17
|
examples:
|
|
14
|
-
-
|
|
18
|
+
- description: Donut chart card with center stat, legend, and selected segment footer.
|
|
19
|
+
html: |-
|
|
15
20
|
<aui-container kind="card" bordered max-width="sm">
|
|
16
21
|
<aui-header>
|
|
17
22
|
<span slot="leading">
|
|
@@ -26,19 +31,19 @@ examples:
|
|
|
26
31
|
</aui-header>
|
|
27
32
|
<aui-content>
|
|
28
33
|
<aui-inset>
|
|
29
|
-
<aui-stack
|
|
34
|
+
<aui-stack align-items="center">
|
|
30
35
|
<!-- Donut chart via SVG -->
|
|
31
36
|
<div style="position: relative; width: 9rem; height: 9rem;">
|
|
32
37
|
<svg viewBox="0 0 100 100" style="width: 100%; height: 100%; transform: rotate(-90deg);">
|
|
33
38
|
<!--
|
|
34
|
-
C = 2π × 38
|
|
35
|
-
Seg1 (60%):
|
|
36
|
-
Seg2 (20%):
|
|
37
|
-
Seg3 (20%):
|
|
39
|
+
C = 2π × 38 ≈ 238.76 Gap = 2 units per segment
|
|
40
|
+
Seg1 (60%): arc = 143.26, draw = 141.26, offset = 0
|
|
41
|
+
Seg2 (20%): arc = 47.75, draw = 45.75, offset = -143.26
|
|
42
|
+
Seg3 (20%): arc = 47.75, draw = 45.75, offset = -191.01
|
|
38
43
|
-->
|
|
39
|
-
<circle cx="50" cy="50" r="38" fill="none" style="stroke: var(--aui-chart-1);" stroke-width="12" stroke-dasharray="141.26 238.76" stroke-dashoffset="0"
|
|
40
|
-
<circle cx="50" cy="50" r="38" fill="none" style="stroke: var(--aui-chart-2);" stroke-width="12" stroke-dasharray="45.75 238.76" stroke-dashoffset="
|
|
41
|
-
<circle cx="50" cy="50" r="38" fill="none" style="stroke: var(--aui-chart-3);" stroke-width="12" stroke-dasharray="45.75 238.76" stroke-dashoffset="
|
|
44
|
+
<circle cx="50" cy="50" r="38" fill="none" style="stroke: var(--aui-chart-1);" stroke-width="12" stroke-dasharray="141.26 238.76" stroke-dashoffset="0" stroke-linecap="butt"/>
|
|
45
|
+
<circle cx="50" cy="50" r="38" fill="none" style="stroke: var(--aui-chart-2);" stroke-width="12" stroke-dasharray="45.75 238.76" stroke-dashoffset="-143.26" stroke-linecap="butt"/>
|
|
46
|
+
<circle cx="50" cy="50" r="38" fill="none" style="stroke: var(--aui-chart-3);" stroke-width="12" stroke-dasharray="45.75 238.76" stroke-dashoffset="-191.01" stroke-linecap="butt"/>
|
|
42
47
|
</svg>
|
|
43
48
|
<div style="position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;">
|
|
44
49
|
<aui-heading size="xl">1,125</aui-heading>
|
|
@@ -48,23 +53,23 @@ examples:
|
|
|
48
53
|
<!-- Legend -->
|
|
49
54
|
<aui-wrap gap="3" style="justify-content: center;">
|
|
50
55
|
<aui-stack direction="row" gap="1" align-items="center">
|
|
51
|
-
<div style="width: 0.625rem; height: 0.625rem; border-radius:
|
|
56
|
+
<div shrink="0" style="width: 0.625rem; height: 0.625rem; border-radius: var(--aui-radius); background: var(--aui-chart-1);"></div>
|
|
52
57
|
<aui-text muted size="xs">Chrome</aui-text>
|
|
53
58
|
</aui-stack>
|
|
54
59
|
<aui-stack direction="row" gap="1" align-items="center">
|
|
55
|
-
<div style="width: 0.625rem; height: 0.625rem; border-radius:
|
|
60
|
+
<div shrink="0" style="width: 0.625rem; height: 0.625rem; border-radius: var(--aui-radius); background: var(--aui-chart-2);"></div>
|
|
56
61
|
<aui-text muted size="xs">Safari</aui-text>
|
|
57
62
|
</aui-stack>
|
|
58
63
|
<aui-stack direction="row" gap="1" align-items="center">
|
|
59
|
-
<div style="width: 0.625rem; height: 0.625rem; border-radius:
|
|
64
|
+
<div shrink="0" style="width: 0.625rem; height: 0.625rem; border-radius: var(--aui-radius); background: var(--aui-chart-3);"></div>
|
|
60
65
|
<aui-text muted size="xs">Firefox</aui-text>
|
|
61
66
|
</aui-stack>
|
|
62
67
|
<aui-stack direction="row" gap="1" align-items="center">
|
|
63
|
-
<div style="width: 0.625rem; height: 0.625rem; border-radius:
|
|
68
|
+
<div shrink="0" style="width: 0.625rem; height: 0.625rem; border-radius: var(--aui-radius); background: var(--aui-chart-4);"></div>
|
|
64
69
|
<aui-text muted size="xs">Edge</aui-text>
|
|
65
70
|
</aui-stack>
|
|
66
71
|
<aui-stack direction="row" gap="1" align-items="center">
|
|
67
|
-
<div style="width: 0.625rem; height: 0.625rem; border-radius:
|
|
72
|
+
<div shrink="0" style="width: 0.625rem; height: 0.625rem; border-radius: var(--aui-radius); background: var(--aui-chart-5);"></div>
|
|
68
73
|
<aui-text muted size="xs">Other</aui-text>
|
|
69
74
|
</aui-stack>
|
|
70
75
|
</aui-wrap>
|
|
@@ -80,4 +85,3 @@ examples:
|
|
|
80
85
|
</span>
|
|
81
86
|
</aui-footer>
|
|
82
87
|
</aui-container>
|
|
83
|
-
description: Donut chart showing browser share with Firefox selected.
|
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
name: chart-grouped
|
|
2
2
|
type: block
|
|
3
3
|
summary: Grouped vertical bar chart comparing two data series.
|
|
4
|
-
description:
|
|
5
|
-
A card showing paired vertical bars per category for comparing
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card showing paired vertical bars per category for comparing two metrics side by side (e.g. Desktop vs Mobile). Labels are in a separate row below so bar height percentages resolve correctly against the constrained bar area.
|
|
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
|
|
11
15
|
kind: card
|
|
12
|
-
|
|
13
16
|
examples:
|
|
14
|
-
-
|
|
17
|
+
- description: Grouped vertical bar chart comparing two data series.
|
|
18
|
+
html: |-
|
|
15
19
|
<aui-container kind="card" bordered max-width="prose">
|
|
16
20
|
<aui-header>
|
|
17
21
|
<span slot="leading">
|
|
@@ -25,7 +29,7 @@ examples:
|
|
|
25
29
|
<aui-inset>
|
|
26
30
|
<aui-stack gap="1">
|
|
27
31
|
<!-- Bars: paired groups as direct children of align-items="end" row -->
|
|
28
|
-
<aui-stack direction="row" gap="3" align-items="end" spacer style="
|
|
32
|
+
<aui-stack direction="row" gap="3" align-items="end" spacer style="height: 10rem;">
|
|
29
33
|
<!-- Chrome: Desktop 55%, Mobile 40% -->
|
|
30
34
|
<aui-stack direction="row" gap="1" align-items="end" spacer style="height: 100%;">
|
|
31
35
|
<div style="flex: 1; height: 55%; background: var(--aui-chart-2); border-radius: var(--aui-radius);"></div>
|
|
@@ -72,4 +76,3 @@ examples:
|
|
|
72
76
|
</span>
|
|
73
77
|
</aui-footer>
|
|
74
78
|
</aui-container>
|
|
75
|
-
description: Grouped bars with category labels below, Desktop at 60% opacity and Mobile at full opacity.
|
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
name: chart-horizontal
|
|
2
2
|
type: block
|
|
3
3
|
summary: Horizontal bar chart with category labels.
|
|
4
|
-
description:
|
|
5
|
-
A card showing horizontal bars for comparing categories. Each row
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card showing horizontal bars for comparing categories. Each row has a fixed-width right-aligned label and a proportional bar sized via max-width percentage. Useful for browser share, feature usage, or any ranked categorical data.
|
|
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
|
|
11
15
|
kind: card
|
|
12
|
-
|
|
13
16
|
examples:
|
|
14
|
-
-
|
|
17
|
+
- description: Horizontal bar chart with category labels.
|
|
18
|
+
html: |-
|
|
15
19
|
<aui-container kind="card" bordered max-width="prose">
|
|
16
20
|
<aui-header>
|
|
17
21
|
<span slot="leading">
|
|
@@ -56,4 +60,3 @@ examples:
|
|
|
56
60
|
</span>
|
|
57
61
|
</aui-footer>
|
|
58
62
|
</aui-container>
|
|
59
|
-
description: Horizontal bar chart comparing browser market share with proportional bars.
|
|
@@ -1,35 +1,39 @@
|
|
|
1
1
|
name: chart-interactive
|
|
2
2
|
type: block
|
|
3
3
|
summary: Wide chart card with stat summaries and dense bar visualization.
|
|
4
|
-
description:
|
|
5
|
-
A dashboard hero chart card. Header shows the title on the left
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A dashboard hero chart card. Header shows the title on the left with aui-stat summaries (Desktop, Mobile) trailing on the right. Content is a dense 12-bar visualization. Footer shows the date range. Designed for full-width dashboard positions.
|
|
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-stat
|
|
16
|
+
- aui-bar
|
|
11
17
|
kind: card
|
|
12
|
-
|
|
13
18
|
examples:
|
|
14
|
-
-
|
|
19
|
+
- description: Wide chart card with stat summaries and dense bar visualization.
|
|
20
|
+
html: |-
|
|
15
21
|
<aui-container kind="card" bordered>
|
|
16
22
|
<aui-header>
|
|
17
|
-
<
|
|
18
|
-
<aui-stack gap="1">
|
|
23
|
+
<aui-stack direction="row" align-items="center">
|
|
24
|
+
<aui-stack gap="1" spacer>
|
|
19
25
|
<aui-heading size="lg">Total Visitors</aui-heading>
|
|
20
26
|
<aui-text muted size="sm">Last 3 months</aui-text>
|
|
21
27
|
</aui-stack>
|
|
22
|
-
|
|
23
|
-
<span slot="trailing">
|
|
24
|
-
<aui-stack direction="row" gap="4">
|
|
28
|
+
<aui-stack direction="row">
|
|
25
29
|
<aui-stat label="Desktop" value="24,828"></aui-stat>
|
|
26
30
|
<aui-stat label="Mobile" value="25,010"></aui-stat>
|
|
27
31
|
</aui-stack>
|
|
28
|
-
</
|
|
32
|
+
</aui-stack>
|
|
29
33
|
</aui-header>
|
|
30
34
|
<aui-content>
|
|
31
35
|
<aui-inset>
|
|
32
|
-
<aui-stack direction="row" gap="1" align-items="end" spacer style="
|
|
36
|
+
<aui-stack direction="row" gap="1" align-items="end" spacer style="height: 10rem;" data-chart-bars>
|
|
33
37
|
<aui-bar label="Apr 1 · 3,120" style="height: 35%;"></aui-bar>
|
|
34
38
|
<aui-bar label="Apr 8 · 4,890" style="height: 55%;"></aui-bar>
|
|
35
39
|
<aui-bar label="Apr 15 · 3,740" style="height: 42%;"></aui-bar>
|
|
@@ -49,4 +53,3 @@ examples:
|
|
|
49
53
|
<span slot="content"><aui-text muted size="sm">April 1 – June 29, 2026</aui-text></span>
|
|
50
54
|
</aui-footer>
|
|
51
55
|
</aui-container>
|
|
52
|
-
description: Wide dashboard chart with stat tabs and 12-bar dense visualization.
|
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
name: chart-labeled
|
|
2
2
|
type: block
|
|
3
3
|
summary: Vertical bar chart with value labels above each bar.
|
|
4
|
-
description:
|
|
5
|
-
A card showing vertical bars with exact values displayed above
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card showing vertical bars with exact values displayed above and month labels below. Labels and bars are in separate rows so percentage heights resolve correctly. Alternating opacity adds visual rhythm. Useful when exact numbers matter as much as the trend.
|
|
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
|
|
11
15
|
kind: card
|
|
12
|
-
|
|
13
16
|
examples:
|
|
14
|
-
-
|
|
17
|
+
- description: Vertical bar chart with value labels above each bar.
|
|
18
|
+
html: |-
|
|
15
19
|
<aui-container kind="card" bordered max-width="prose">
|
|
16
20
|
<aui-header>
|
|
17
21
|
<span slot="leading">
|
|
@@ -34,7 +38,7 @@ examples:
|
|
|
34
38
|
<aui-text muted size="xs" spacer text="center">214</aui-text>
|
|
35
39
|
</aui-stack>
|
|
36
40
|
<!-- Bars: direct children of align-items="end" row so height % resolves against 8rem -->
|
|
37
|
-
<aui-stack direction="row" gap="2" align-items="end" spacer style="
|
|
41
|
+
<aui-stack direction="row" gap="2" align-items="end" spacer style="height: 10rem;">
|
|
38
42
|
<div style="flex: 1; height: 45%; background: var(--aui-chart-2); border-radius: var(--aui-radius);"></div>
|
|
39
43
|
<div style="flex: 1; height: 75%; background: var(--aui-chart-1); border-radius: var(--aui-radius);"></div>
|
|
40
44
|
<div style="flex: 1; height: 58%; background: var(--aui-chart-2); border-radius: var(--aui-radius);"></div>
|
|
@@ -63,4 +67,3 @@ examples:
|
|
|
63
67
|
</span>
|
|
64
68
|
</aui-footer>
|
|
65
69
|
</aui-container>
|
|
66
|
-
description: Labeled bar chart with value labels row, bar row, and month labels row.
|