@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,17 +1,22 @@
|
|
|
1
1
|
name: flow-editor
|
|
2
2
|
type: block
|
|
3
3
|
summary: Data-driven pipeline diagram rendered from a JSON dataset.
|
|
4
|
-
description:
|
|
5
|
-
A visual flow editor that renders pipeline nodes and connections from
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A visual flow editor that renders pipeline nodes and connections from a standard JSON structure. Each node has an id, label, description, intent, and x/y position. Connections define from/to relationships between nodes. The same JSON schema powers the static CSS preview shown here and the interactive aui-noodles version with draggable bezier connections. Adapters can transform external formats (Airflow DAGs, dbt lineage, CI/CD pipelines) into this standard structure.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-inset
|
|
9
|
+
- aui-stack
|
|
10
|
+
- aui-heading
|
|
11
|
+
- aui-text
|
|
12
|
+
- aui-badge
|
|
13
|
+
- aui-editor
|
|
14
|
+
- aui-editor-layer
|
|
15
|
+
- aui-graph-ui
|
|
16
|
+
- aui-graph-layer
|
|
17
|
+
- aui-graph-node
|
|
18
|
+
- aui-graph-noodle
|
|
19
|
+
- aui-graph-port
|
|
15
20
|
schema:
|
|
16
21
|
nodes:
|
|
17
22
|
- id: string
|
|
@@ -25,7 +30,6 @@ schema:
|
|
|
25
30
|
connections:
|
|
26
31
|
- from: string (node id)
|
|
27
32
|
to: string (node id)
|
|
28
|
-
|
|
29
33
|
dataset: |
|
|
30
34
|
{
|
|
31
35
|
"nodes": [
|
|
@@ -41,18 +45,23 @@ dataset: |
|
|
|
41
45
|
{ "from": "validate", "to": "warehouse" }
|
|
42
46
|
]
|
|
43
47
|
}
|
|
44
|
-
|
|
45
48
|
examples:
|
|
46
|
-
-
|
|
49
|
+
- description: Data-driven pipeline diagram rendered from a JSON dataset.
|
|
50
|
+
html: |-
|
|
47
51
|
<aui-stack gap="2">
|
|
48
|
-
<aui-graph-ui style="width: 100%; height: 22rem
|
|
52
|
+
<aui-graph-ui connectable style="width: 100%; height: 22rem" min-width="44" zoom="1">
|
|
49
53
|
<aui-graph-layer name="wires" type="svg">
|
|
54
|
+
<!-- Data Ingest → Transform -->
|
|
50
55
|
<aui-graph-noodle from="data-ingest:out" to="transform:in" color="accent" weight="2"></aui-graph-noodle>
|
|
56
|
+
<!-- Data Ingest → Validate -->
|
|
51
57
|
<aui-graph-noodle from="data-ingest:out" to="validate:in" color="accent" weight="2"></aui-graph-noodle>
|
|
58
|
+
<!-- Transform → Data Warehouse -->
|
|
52
59
|
<aui-graph-noodle from="transform:out" to="data-warehouse:in" color="success" weight="2"></aui-graph-noodle>
|
|
60
|
+
<!-- Validate → Data Warehouse -->
|
|
53
61
|
<aui-graph-noodle from="validate:out" to="data-warehouse:in" color="warning" weight="2"></aui-graph-noodle>
|
|
54
62
|
</aui-graph-layer>
|
|
55
63
|
<aui-graph-layer name="content">
|
|
64
|
+
<!-- Source node -->
|
|
56
65
|
<aui-graph-node x="30" y="45" node-id="data-ingest">
|
|
57
66
|
<aui-container kind="widget" bordered accent>
|
|
58
67
|
<aui-inset>
|
|
@@ -65,6 +74,7 @@ examples:
|
|
|
65
74
|
<aui-graph-port port-id="out" side="right" type="output"></aui-graph-port>
|
|
66
75
|
</aui-container>
|
|
67
76
|
</aui-graph-node>
|
|
77
|
+
<!-- Transform node -->
|
|
68
78
|
<aui-graph-node x="270" y="10" node-id="transform">
|
|
69
79
|
<aui-container kind="widget" bordered info>
|
|
70
80
|
<aui-inset>
|
|
@@ -78,6 +88,7 @@ examples:
|
|
|
78
88
|
<aui-graph-port port-id="out" side="right" type="output"></aui-graph-port>
|
|
79
89
|
</aui-container>
|
|
80
90
|
</aui-graph-node>
|
|
91
|
+
<!-- Validate node -->
|
|
81
92
|
<aui-graph-node x="270" y="140" node-id="validate">
|
|
82
93
|
<aui-container kind="widget" bordered warning>
|
|
83
94
|
<aui-inset>
|
|
@@ -91,6 +102,7 @@ examples:
|
|
|
91
102
|
<aui-graph-port port-id="out" side="right" type="output"></aui-graph-port>
|
|
92
103
|
</aui-container>
|
|
93
104
|
</aui-graph-node>
|
|
105
|
+
<!-- Sink node -->
|
|
94
106
|
<aui-graph-node x="510" y="75" node-id="data-warehouse">
|
|
95
107
|
<aui-container kind="widget" bordered success>
|
|
96
108
|
<aui-inset>
|
|
@@ -108,6 +120,3 @@ examples:
|
|
|
108
120
|
|
|
109
121
|
<aui-text muted size="xs" align-items="center">Rendered from a standard JSON dataset. The same schema powers the interactive aui-graph version. Adapters can transform Airflow DAGs, dbt lineage, or CI/CD pipelines into this format.</aui-text>
|
|
110
122
|
</aui-stack>
|
|
111
|
-
description: >
|
|
112
|
-
Data pipeline with 4 nodes (Source → Process → QA → Sink) using
|
|
113
|
-
aui-graph components with draggable nodes and bezier noodle connections.
|
|
@@ -1,8 +1,235 @@
|
|
|
1
1
|
name: gen-ai-pipeline
|
|
2
2
|
type: block
|
|
3
3
|
summary: ComfyUI-style generative AI pipeline with encoders, samplers, and post-processing nodes.
|
|
4
|
-
description:
|
|
5
|
-
A visual node graph representing a Stable Diffusion / ComfyUI-style image generation
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A visual node graph representing a Stable Diffusion / ComfyUI-style image generation pipeline. Includes prompt encoding, CLIP, VAE, UNet, KSampler, ControlNet, LoRA merging, SDXL refinement, upscaling, and face restoration stages connected by typed noodles.
|
|
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: ComfyUI-style generative AI pipeline with encoders, samplers, and post-processing nodes.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 39rem; min-width: 89rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- Prompt Encoder → CLIP Text Encoder -->
|
|
20
|
+
<aui-graph-noodle from="ai-prompt:right" to="ai-clip:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Negative Prompt → CLIP Text Encoder -->
|
|
22
|
+
<aui-graph-noodle from="ai-neg-prompt:right" to="ai-clip:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- Reference Image → VAE Encoder -->
|
|
24
|
+
<aui-graph-noodle from="ai-ref-image:right" to="ai-vae-enc:left" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- Reference Image → IP-Adapter -->
|
|
26
|
+
<aui-graph-noodle from="ai-ref-image:right" to="ai-ipadapter:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- Style Transfer LoRA → LoRA Stack Merge -->
|
|
28
|
+
<aui-graph-noodle from="ai-style:right" to="ai-lora-stack:left" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- CLIP Text Encoder → KSampler Scheduler -->
|
|
30
|
+
<aui-graph-noodle from="ai-clip:right" to="ai-scheduler:left" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- CLIP Text Encoder → UNet Backbone -->
|
|
32
|
+
<aui-graph-noodle from="ai-clip:right" to="ai-unet:left" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- VAE Encoder → ControlNet (Canny) -->
|
|
34
|
+
<aui-graph-noodle from="ai-vae-enc:right" to="ai-controlnet:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- IP-Adapter → UNet Backbone -->
|
|
36
|
+
<aui-graph-noodle from="ai-ipadapter:right" to="ai-unet:left" color="accent" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- LoRA Stack Merge → UNet Backbone -->
|
|
38
|
+
<aui-graph-noodle from="ai-lora-stack:top" to="ai-unet:bottom" color="accent" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- KSampler Scheduler → KSampler -->
|
|
40
|
+
<aui-graph-noodle from="ai-scheduler:right" to="ai-sampler:left" color="accent" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- UNet Backbone → KSampler -->
|
|
42
|
+
<aui-graph-noodle from="ai-unet:right" to="ai-sampler:left" color="accent" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- ControlNet (Canny) → KSampler -->
|
|
44
|
+
<aui-graph-noodle from="ai-controlnet:right" to="ai-sampler:left" color="accent" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- KSampler → SDXL Refiner -->
|
|
46
|
+
<aui-graph-noodle from="ai-sampler:bottom" to="ai-refiner:top" color="accent" weight="2"></aui-graph-noodle>
|
|
47
|
+
<!-- KSampler → VAE Decoder -->
|
|
48
|
+
<aui-graph-noodle from="ai-sampler:right" to="ai-vae-dec:left" color="accent" weight="2"></aui-graph-noodle>
|
|
49
|
+
<!-- SDXL Refiner → VAE Decoder -->
|
|
50
|
+
<aui-graph-noodle from="ai-refiner:right" to="ai-vae-dec:left" color="accent" weight="2"></aui-graph-noodle>
|
|
51
|
+
<!-- VAE Decoder → Upscale -->
|
|
52
|
+
<aui-graph-noodle from="ai-vae-dec:bottom" to="ai-upscale:top" color="accent" weight="2"></aui-graph-noodle>
|
|
53
|
+
<!-- VAE Decoder → Save Image -->
|
|
54
|
+
<aui-graph-noodle from="ai-vae-dec:right" to="ai-output:left" color="accent" weight="2"></aui-graph-noodle>
|
|
55
|
+
<!-- Upscale → Face Restore -->
|
|
56
|
+
<aui-graph-noodle from="ai-upscale:bottom" to="ai-face:top" color="accent" weight="2"></aui-graph-noodle>
|
|
57
|
+
<!-- Upscale → Save Image -->
|
|
58
|
+
<aui-graph-noodle from="ai-upscale:right" to="ai-output:left" color="accent" weight="2"></aui-graph-noodle>
|
|
59
|
+
<!-- Face Restore → Preview Node -->
|
|
60
|
+
<aui-graph-noodle from="ai-face:right" to="ai-preview:left" color="accent" weight="2"></aui-graph-noodle>
|
|
61
|
+
</aui-graph-layer>
|
|
62
|
+
<aui-graph-layer name="content">
|
|
63
|
+
<!-- Prompt Encoder -->
|
|
64
|
+
<aui-graph-node x="24" y="46" node-id="ai-prompt">
|
|
65
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
66
|
+
<aui-text weight="medium">Prompt Encoder</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
|
+
<!-- Negative Prompt -->
|
|
72
|
+
<aui-graph-node x="24" y="186" node-id="ai-neg-prompt">
|
|
73
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
74
|
+
<aui-text weight="medium">Negative Prompt</aui-text>
|
|
75
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
76
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
77
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
78
|
+
</aui-container>
|
|
79
|
+
</aui-graph-node>
|
|
80
|
+
<!-- Reference Image -->
|
|
81
|
+
<aui-graph-node x="24" y="326" node-id="ai-ref-image">
|
|
82
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
83
|
+
<aui-text weight="medium">Reference Image</aui-text>
|
|
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
|
+
<!-- Style Transfer LoRA -->
|
|
90
|
+
<aui-graph-node x="24" y="466" node-id="ai-style">
|
|
91
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
92
|
+
<aui-text weight="medium">Style Transfer LoRA</aui-text>
|
|
93
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
94
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
95
|
+
</aui-container>
|
|
96
|
+
</aui-graph-node>
|
|
97
|
+
<!-- CLIP Text Encoder -->
|
|
98
|
+
<aui-graph-node x="260" y="116" node-id="ai-clip">
|
|
99
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
100
|
+
<aui-text weight="medium">CLIP Text Encoder</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
|
+
<!-- VAE Encoder -->
|
|
108
|
+
<aui-graph-node x="260" y="256" node-id="ai-vae-enc">
|
|
109
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
110
|
+
<aui-text weight="medium">VAE Encoder</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
|
+
<!-- IP-Adapter -->
|
|
118
|
+
<aui-graph-node x="260" y="396" node-id="ai-ipadapter">
|
|
119
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
120
|
+
<aui-text weight="medium">IP-Adapter</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
|
+
<!-- KSampler Scheduler -->
|
|
128
|
+
<aui-graph-node x="500" y="46" node-id="ai-scheduler">
|
|
129
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
130
|
+
<aui-text weight="medium">KSampler Scheduler</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
|
+
<!-- UNet Backbone -->
|
|
138
|
+
<aui-graph-node x="500" y="186" node-id="ai-unet">
|
|
139
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
140
|
+
<aui-text weight="medium">UNet Backbone</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
|
+
<!-- ControlNet (Canny) -->
|
|
148
|
+
<aui-graph-node x="500" y="326" node-id="ai-controlnet">
|
|
149
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
150
|
+
<aui-text weight="medium">ControlNet (Canny)</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
|
+
<!-- KSampler -->
|
|
158
|
+
<aui-graph-node x="740" y="116" node-id="ai-sampler">
|
|
159
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
160
|
+
<aui-text weight="medium">KSampler</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
|
+
<!-- SDXL Refiner -->
|
|
168
|
+
<aui-graph-node x="740" y="256" node-id="ai-refiner">
|
|
169
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
170
|
+
<aui-text weight="medium">SDXL Refiner</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
|
+
<!-- VAE Decoder -->
|
|
178
|
+
<aui-graph-node x="980" y="116" node-id="ai-vae-dec">
|
|
179
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
180
|
+
<aui-text weight="medium">VAE Decoder</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
|
+
<!-- Upscale (4x ESRGAN) -->
|
|
188
|
+
<aui-graph-node x="980" y="256" node-id="ai-upscale">
|
|
189
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
190
|
+
<aui-text weight="medium">Upscale (4x ESRGAN)</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
|
+
<!-- Face Restore (GFPGAN) -->
|
|
198
|
+
<aui-graph-node x="980" y="396" node-id="ai-face">
|
|
199
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
200
|
+
<aui-text weight="medium">Face Restore (GFPGAN)</aui-text>
|
|
201
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
202
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
203
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
204
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
205
|
+
</aui-container>
|
|
206
|
+
</aui-graph-node>
|
|
207
|
+
<!-- Save Image -->
|
|
208
|
+
<aui-graph-node x="1220" y="186" node-id="ai-output">
|
|
209
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
210
|
+
<aui-text weight="medium">Save Image</aui-text>
|
|
211
|
+
<aui-graph-port port-id="left" side="left" type="input"></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
|
+
<!-- Preview Node -->
|
|
217
|
+
<aui-graph-node x="1220" y="396" node-id="ai-preview">
|
|
218
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
219
|
+
<aui-text weight="medium">Preview Node</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
|
+
<!-- LoRA Stack Merge -->
|
|
225
|
+
<aui-graph-node x="500" y="466" node-id="ai-lora-stack">
|
|
226
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
227
|
+
<aui-text weight="medium">LoRA Stack Merge</aui-text>
|
|
228
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
229
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
230
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
231
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
232
|
+
</aui-container>
|
|
233
|
+
</aui-graph-node>
|
|
234
|
+
</aui-graph-layer>
|
|
235
|
+
</aui-graph-ui>
|
|
@@ -1,26 +1,38 @@
|
|
|
1
1
|
name: issue-assign
|
|
2
2
|
type: block
|
|
3
3
|
summary: Issue assignment card with user search and selected token chips.
|
|
4
|
-
description:
|
|
5
|
-
A compact card for assigning users to an issue. Header shows the task title
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A compact card for assigning users to an issue. Header shows the task title with an add button. Content area shows selected users as removable aui-chip elements with avatar and name. Use for project management, code review assignment, or task delegation.
|
|
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-chip
|
|
16
|
+
- aui-button
|
|
17
|
+
- aui-icon
|
|
11
18
|
kind: card
|
|
12
|
-
|
|
13
19
|
examples:
|
|
14
|
-
-
|
|
20
|
+
- description: Issue assignment card with user search and selected token chips.
|
|
21
|
+
html: |-
|
|
15
22
|
<aui-container kind="card" bordered max-width="sm">
|
|
16
23
|
<aui-header>
|
|
17
|
-
<
|
|
18
|
-
<aui-stack gap="1">
|
|
24
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
25
|
+
<aui-stack gap="1" spacer>
|
|
19
26
|
<aui-heading size="lg">Assign Issue</aui-heading>
|
|
20
27
|
<aui-text muted size="sm">Select users to assign to this issue.</aui-text>
|
|
21
28
|
</aui-stack>
|
|
22
|
-
|
|
23
|
-
|
|
29
|
+
<aui-dropdown-menu label="Add assignee" ghost hide-label size="sm" icon-leading="plus">
|
|
30
|
+
<aui-option value="sarah">Sarah Chen</aui-option>
|
|
31
|
+
<aui-option value="marcus">Marcus Rivera</aui-option>
|
|
32
|
+
<aui-option value="priya">Priya Santos</aui-option>
|
|
33
|
+
<aui-option value="james">James Wilson</aui-option>
|
|
34
|
+
</aui-dropdown-menu>
|
|
35
|
+
</aui-stack>
|
|
24
36
|
</aui-header>
|
|
25
37
|
<aui-content>
|
|
26
38
|
<aui-inset>
|
|
@@ -31,4 +43,3 @@ examples:
|
|
|
31
43
|
</aui-inset>
|
|
32
44
|
</aui-content>
|
|
33
45
|
</aui-container>
|
|
34
|
-
description: Issue assignment with selected user token and add action.
|
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
name: keyboard-shortcuts
|
|
2
2
|
type: block
|
|
3
3
|
summary: Panel listing keyboard shortcuts with command names and key combinations.
|
|
4
|
-
description:
|
|
5
|
-
A bordered card listing action names paired with their keyboard shortcuts
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A bordered card listing action names paired with their keyboard shortcuts using aui-kbd elements. Separated by thin dividers. Use for help panels, settings overlays, or onboarding checklists.
|
|
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-divider
|
|
15
|
+
- aui-kbd
|
|
10
16
|
kind: card
|
|
11
|
-
|
|
12
17
|
examples:
|
|
13
|
-
-
|
|
18
|
+
- description: Panel listing keyboard shortcuts with command names and key combinations.
|
|
19
|
+
html: |-
|
|
14
20
|
<aui-container kind="card" bordered max-width="sm">
|
|
15
21
|
<aui-header>
|
|
16
22
|
<span slot="content"><aui-heading size="lg">Shortcuts</aui-heading></span>
|
|
@@ -46,4 +52,3 @@ examples:
|
|
|
46
52
|
</aui-inset>
|
|
47
53
|
</aui-content>
|
|
48
54
|
</aui-container>
|
|
49
|
-
description: Keyboard shortcuts reference panel.
|
|
@@ -1,46 +1,73 @@
|
|
|
1
1
|
name: login-branded
|
|
2
2
|
type: block
|
|
3
3
|
summary: Two-column login with branded sidebar panel and image placeholder.
|
|
4
|
-
description:
|
|
5
|
-
A split-screen login that dedicates the left column to brand identity
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A split-screen login that dedicates the left column to brand identity and the authentication form, while the right column acts as an image or illustration placeholder. The left panel carries the brand logo at the top and vertically centers the form fields, giving the page a polished, marketing-ready feel. Suited for SaaS products that want every touchpoint to reinforce brand recognition.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-icon
|
|
16
|
+
- aui-field
|
|
17
|
+
- aui-input
|
|
18
|
+
- aui-button
|
|
19
|
+
- aui-divider
|
|
13
20
|
kind: panel
|
|
14
|
-
|
|
15
21
|
examples:
|
|
16
|
-
-
|
|
22
|
+
- description: Two-column login with branded sidebar panel and image placeholder.
|
|
23
|
+
html: |-
|
|
17
24
|
<aui-container padding="4" gap="0" transparent>
|
|
18
|
-
<aui-stack
|
|
25
|
+
<aui-stack
|
|
26
|
+
direction="row"
|
|
27
|
+
gap="8"
|
|
28
|
+
min-width="44" style="min-height: 32rem"
|
|
29
|
+
>
|
|
19
30
|
<!-- Left: brand + form -->
|
|
20
31
|
<aui-container kind="panel" elevation="2" gap="0" spacer>
|
|
21
32
|
<aui-header>
|
|
22
33
|
<span slot="leading">
|
|
23
34
|
<aui-stack direction="row" gap="2" align-items="center">
|
|
24
|
-
<img
|
|
35
|
+
<img
|
|
36
|
+
src="/icon.svg"
|
|
37
|
+
alt="Acme Inc"
|
|
38
|
+
style="width: 1.25rem; height: 1.25rem; border-radius: var(--aui-radius)"
|
|
39
|
+
/>
|
|
25
40
|
<aui-heading size="md" weight="medium">Acme Inc.</aui-heading>
|
|
26
41
|
</aui-stack>
|
|
27
42
|
</span>
|
|
28
43
|
</aui-header>
|
|
29
44
|
<aui-content>
|
|
30
45
|
<aui-inset>
|
|
31
|
-
<aui-stack
|
|
46
|
+
<aui-stack>
|
|
32
47
|
<aui-stack gap="1">
|
|
33
48
|
<aui-heading size="xl">Welcome back</aui-heading>
|
|
34
|
-
<aui-text muted size="sm"
|
|
49
|
+
<aui-text muted size="sm"
|
|
50
|
+
>Enter your credentials to access your account</aui-text
|
|
51
|
+
>
|
|
35
52
|
</aui-stack>
|
|
36
53
|
|
|
37
54
|
<aui-field label="Email" width="full">
|
|
38
|
-
<aui-input
|
|
55
|
+
<aui-input
|
|
56
|
+
type="email"
|
|
57
|
+
placeholder="m@example.com"
|
|
58
|
+
width="full"
|
|
59
|
+
></aui-input>
|
|
39
60
|
</aui-field>
|
|
40
61
|
|
|
41
62
|
<aui-field label="Password" width="full">
|
|
42
|
-
<aui-input
|
|
43
|
-
|
|
63
|
+
<aui-input
|
|
64
|
+
type="password"
|
|
65
|
+
placeholder="Enter your password"
|
|
66
|
+
width="full"
|
|
67
|
+
></aui-input>
|
|
68
|
+
<aui-text muted size="xs" slot="trailing" text="right"
|
|
69
|
+
><a href="#">Forgot your password?</a></aui-text
|
|
70
|
+
>
|
|
44
71
|
</aui-field>
|
|
45
72
|
|
|
46
73
|
<aui-button primary accent width="full">Login</aui-button>
|
|
@@ -63,19 +90,31 @@ examples:
|
|
|
63
90
|
</aui-inset>
|
|
64
91
|
</aui-content>
|
|
65
92
|
<aui-footer>
|
|
66
|
-
<span slot="content"
|
|
93
|
+
<span slot="content"
|
|
94
|
+
><aui-text muted size="sm"
|
|
95
|
+
>Don't have an account? <a href="#">Sign up</a></aui-text
|
|
96
|
+
></span
|
|
97
|
+
>
|
|
67
98
|
</aui-footer>
|
|
68
99
|
</aui-container>
|
|
69
100
|
|
|
70
101
|
<!-- Right: image placeholder -->
|
|
71
|
-
<aui-container
|
|
102
|
+
<aui-container
|
|
103
|
+
elevation="3"
|
|
104
|
+
spacer
|
|
105
|
+
justify-content="center"
|
|
106
|
+
transparent
|
|
107
|
+
>
|
|
72
108
|
<aui-inset>
|
|
73
|
-
<aui-stack
|
|
74
|
-
|
|
109
|
+
<aui-stack
|
|
110
|
+
gap="1"
|
|
111
|
+
align-items="center"
|
|
112
|
+
text="center"
|
|
113
|
+
>
|
|
114
|
+
<aui-icon name="image" size="3xl" muted></aui-icon>
|
|
75
115
|
<aui-text muted size="sm">Brand illustration</aui-text>
|
|
76
116
|
</aui-stack>
|
|
77
117
|
</aui-inset>
|
|
78
118
|
</aui-container>
|
|
79
119
|
</aui-stack>
|
|
80
120
|
</aui-container>
|
|
81
|
-
description: Branded two-column login with form on the left panel and image placeholder on the right.
|
|
@@ -1,26 +1,28 @@
|
|
|
1
1
|
name: login-email-only
|
|
2
2
|
type: block
|
|
3
3
|
summary: Minimal centered login with email field and optional social buttons.
|
|
4
|
-
description:
|
|
5
|
-
A card-less, centered authentication layout built for magic-link or
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A card-less, centered authentication layout built for magic-link or passwordless flows. A brand icon and heading anchor the top, followed by a single email field and login button. Social alternatives sit below a subtle "Or" separator. Best for apps that prioritize passwordless auth while keeping social login as a secondary path.
|
|
6
|
+
components:
|
|
7
|
+
- aui-stack
|
|
8
|
+
- aui-heading
|
|
9
|
+
- aui-text
|
|
10
|
+
- aui-icon
|
|
11
|
+
- aui-field
|
|
12
|
+
- aui-input
|
|
13
|
+
- aui-button
|
|
12
14
|
kind: panel
|
|
13
|
-
|
|
14
15
|
examples:
|
|
15
|
-
-
|
|
16
|
+
- description: Minimal centered login with email field and optional social buttons.
|
|
17
|
+
html: |-
|
|
16
18
|
<aui-stack gap="4" align-items="center" text="center" max-width="md">
|
|
17
|
-
<img src="/icon.svg" alt="Acme Inc" style="width: 2.5rem; height: 2.5rem; border-radius:
|
|
19
|
+
<img src="/icon.svg" alt="Acme Inc" style="width: 2.5rem; height: 2.5rem; border-radius: var(--aui-radius);">
|
|
18
20
|
<aui-stack gap="1" align-items="center">
|
|
19
21
|
<aui-heading size="xl">Welcome to Acme Inc.</aui-heading>
|
|
20
22
|
<aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text>
|
|
21
23
|
</aui-stack>
|
|
22
24
|
|
|
23
|
-
<aui-stack
|
|
25
|
+
<aui-stack width="full" text="left">
|
|
24
26
|
<aui-field label="Email" width="full" hide-label>
|
|
25
27
|
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
26
28
|
</aui-field>
|
|
@@ -36,4 +38,3 @@ examples:
|
|
|
36
38
|
|
|
37
39
|
<aui-text muted size="xs">By clicking continue, you agree to our <a href="#">Terms of Service</a> and <a href="#">Privacy Policy</a>.</aui-text>
|
|
38
40
|
</aui-stack>
|
|
39
|
-
description: Minimal email-only login with social alternatives and terms notice.
|