@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,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.
|
|
@@ -1,17 +1,24 @@
|
|
|
1
1
|
name: login-form
|
|
2
2
|
type: block
|
|
3
3
|
summary: Login card with email, password, and forgot-password link.
|
|
4
|
-
description:
|
|
5
|
-
A self-contained sign-in card for authentication flows. Header introduces
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A self-contained sign-in card for authentication flows. Header introduces the form with a friendly heading, content holds email and password fields, and the footer provides a link to the signup page. Use this block as the centerpiece of a login page or inside a modal for session-expired prompts.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-field
|
|
16
|
+
- aui-input
|
|
17
|
+
- aui-button
|
|
11
18
|
kind: panel
|
|
12
|
-
|
|
13
19
|
examples:
|
|
14
|
-
-
|
|
20
|
+
- description: Login card with email, password, and forgot-password link.
|
|
21
|
+
html: |-
|
|
15
22
|
<aui-container kind="panel" bordered max-width="md">
|
|
16
23
|
<aui-header>
|
|
17
24
|
<span slot="leading">
|
|
@@ -23,7 +30,7 @@ examples:
|
|
|
23
30
|
</aui-header>
|
|
24
31
|
<aui-content>
|
|
25
32
|
<aui-inset>
|
|
26
|
-
<aui-stack
|
|
33
|
+
<aui-stack>
|
|
27
34
|
<aui-field label="Email" width="full">
|
|
28
35
|
<aui-input type="email" placeholder="you@company.com" width="full"></aui-input>
|
|
29
36
|
</aui-field>
|
|
@@ -39,4 +46,3 @@ examples:
|
|
|
39
46
|
<span slot="content"><aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text></span>
|
|
40
47
|
</aui-footer>
|
|
41
48
|
</aui-container>
|
|
42
|
-
description: Login card with email and password fields, forgot-password link, and signup prompt.
|
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
name: login-simple
|
|
2
2
|
type: block
|
|
3
3
|
summary: Simple bordered login card with email, password, and a single social option.
|
|
4
|
-
description:
|
|
5
|
-
The most straightforward login block — a single bordered card with
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
description: |
|
|
5
|
+
The most straightforward login block — a single bordered card with email and password fields, a forgot-password link, and one social login alternative. No brand header, no two-column layout, just the essentials. Drop it into any page where you need a quick, clean authentication form without extra visual flair.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-field
|
|
16
|
+
- aui-input
|
|
17
|
+
- aui-button
|
|
18
|
+
- aui-divider
|
|
12
19
|
kind: panel
|
|
13
|
-
|
|
14
20
|
examples:
|
|
15
|
-
-
|
|
21
|
+
- description: Simple bordered login card with email, password, and a single social option.
|
|
22
|
+
html: |-
|
|
16
23
|
<aui-container kind="panel" bordered max-width="md">
|
|
17
24
|
<aui-header>
|
|
18
25
|
<span slot="leading">
|
|
@@ -24,7 +31,7 @@ examples:
|
|
|
24
31
|
</aui-header>
|
|
25
32
|
<aui-content>
|
|
26
33
|
<aui-inset>
|
|
27
|
-
<aui-stack
|
|
34
|
+
<aui-stack>
|
|
28
35
|
<aui-field label="Email" width="full">
|
|
29
36
|
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
30
37
|
</aui-field>
|
|
@@ -51,4 +58,3 @@ examples:
|
|
|
51
58
|
<span slot="content"><aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text></span>
|
|
52
59
|
</aui-footer>
|
|
53
60
|
</aui-container>
|
|
54
|
-
description: Simple login card with email, password, forgot-password link, and Google sign-in option.
|
|
@@ -1,27 +1,35 @@
|
|
|
1
1
|
name: login-social
|
|
2
2
|
type: block
|
|
3
3
|
summary: Centered login page with social providers, email/password, and brand header.
|
|
4
|
-
description:
|
|
5
|
-
A polished sign-in page that leads with social login buttons (Apple and
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A polished sign-in page that leads with social login buttons (Apple and Google) before falling back to traditional email and password fields. A brand mark sits above the card for identity reinforcement. Below the card a terms notice rounds out the legal requirements. Ideal for consumer-facing apps where frictionless social auth is the primary path.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-icon
|
|
16
|
+
- aui-field
|
|
17
|
+
- aui-input
|
|
18
|
+
- aui-button
|
|
19
|
+
- aui-divider
|
|
12
20
|
kind: panel
|
|
13
|
-
|
|
14
21
|
examples:
|
|
15
|
-
-
|
|
22
|
+
- description: Centered login page with social providers, email/password, and brand header.
|
|
23
|
+
html: |-
|
|
16
24
|
<aui-stack gap="4" align-items="center">
|
|
17
25
|
<!-- Brand -->
|
|
18
26
|
<aui-stack direction="row" gap="2" align-items="center">
|
|
19
|
-
<img src="/icon.svg" alt="Acme Inc" style="width: 1.5rem; height: 1.5rem; border-radius:
|
|
27
|
+
<img src="/icon.svg" alt="Acme Inc" style="width: 1.5rem; height: 1.5rem; border-radius: var(--aui-radius);">
|
|
20
28
|
<aui-heading size="lg" weight="medium">Acme Inc.</aui-heading>
|
|
21
29
|
</aui-stack>
|
|
22
30
|
|
|
23
31
|
<!-- Card -->
|
|
24
|
-
<aui-container kind="panel" bordered max-width="md"
|
|
32
|
+
<aui-container kind="panel" bordered max-width="md" min-width="20">
|
|
25
33
|
<aui-header>
|
|
26
34
|
<span slot="content">
|
|
27
35
|
<aui-stack gap="1" align-items="center" text="center">
|
|
@@ -32,7 +40,7 @@ examples:
|
|
|
32
40
|
</aui-header>
|
|
33
41
|
<aui-content>
|
|
34
42
|
<aui-inset>
|
|
35
|
-
<aui-stack
|
|
43
|
+
<aui-stack>
|
|
36
44
|
<!-- Social buttons -->
|
|
37
45
|
<aui-stack gap="2">
|
|
38
46
|
<aui-button scrim width="full">Login with Apple</aui-button>
|
|
@@ -70,4 +78,3 @@ examples:
|
|
|
70
78
|
</aui-footer>
|
|
71
79
|
</aui-container>
|
|
72
80
|
</aui-stack>
|
|
73
|
-
description: Social-first login page with Apple and Google buttons, email/password fallback, and terms notice.
|
|
@@ -1,21 +1,33 @@
|
|
|
1
1
|
name: login-two-column
|
|
2
2
|
type: block
|
|
3
3
|
summary: Two-column login with form on the left and image placeholder on the right.
|
|
4
|
-
description:
|
|
5
|
-
A split-screen authentication layout pairing a fully featured login
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
4
|
+
description: |
|
|
5
|
+
A split-screen authentication layout pairing a fully featured login form with a visual panel. The left column holds email and password fields plus a row of social provider buttons, while the right column serves as an image or brand illustration placeholder. Works well for marketing-oriented sign-in pages where you want to reinforce brand identity alongside the auth flow.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-header
|
|
9
|
+
- aui-content
|
|
10
|
+
- aui-footer
|
|
11
|
+
- aui-inset
|
|
12
|
+
- aui-stack
|
|
13
|
+
- aui-heading
|
|
14
|
+
- aui-text
|
|
15
|
+
- aui-icon
|
|
16
|
+
- aui-field
|
|
17
|
+
- aui-input
|
|
18
|
+
- aui-button
|
|
19
|
+
- aui-button-group
|
|
20
|
+
- aui-divider
|
|
13
21
|
kind: panel
|
|
14
|
-
|
|
15
22
|
examples:
|
|
16
|
-
-
|
|
23
|
+
- description: Two-column login with form on the left and image placeholder on the right.
|
|
24
|
+
html: |-
|
|
17
25
|
<aui-container padding="4" gap="0" transparent>
|
|
18
|
-
<aui-stack
|
|
26
|
+
<aui-stack
|
|
27
|
+
direction="row"
|
|
28
|
+
gap="8"
|
|
29
|
+
min-width="44" style="min-height: 32rem"
|
|
30
|
+
>
|
|
19
31
|
<!-- Left: form -->
|
|
20
32
|
<aui-container kind="panel" elevation="2" gap="0" spacer>
|
|
21
33
|
<aui-header>
|
|
@@ -28,7 +40,7 @@ examples:
|
|
|
28
40
|
</aui-header>
|
|
29
41
|
<aui-content>
|
|
30
42
|
<aui-inset>
|
|
31
|
-
<aui-stack
|
|
43
|
+
<aui-stack>
|
|
32
44
|
<aui-field label="Email" width="full">
|
|
33
45
|
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
34
46
|
</aui-field>
|
|
@@ -48,11 +60,11 @@ examples:
|
|
|
48
60
|
</aui-stack>
|
|
49
61
|
|
|
50
62
|
<!-- Social row -->
|
|
51
|
-
<aui-
|
|
52
|
-
<aui-button scrim grow="1">Apple</aui-button>
|
|
53
|
-
<aui-button scrim grow="1">Google</aui-button>
|
|
54
|
-
<aui-button scrim grow="1">Meta</aui-button>
|
|
55
|
-
</aui-
|
|
63
|
+
<aui-button-group>
|
|
64
|
+
<aui-button scrim grow="1" basis="0">Apple</aui-button>
|
|
65
|
+
<aui-button scrim grow="1" basis="0">Google</aui-button>
|
|
66
|
+
<aui-button scrim grow="1" basis="0">Meta</aui-button>
|
|
67
|
+
</aui-button-group>
|
|
56
68
|
|
|
57
69
|
<!-- Terms -->
|
|
58
70
|
<aui-text muted size="xs" align-items="center" text="center">By clicking continue, you agree to our <a href="#">Terms of Service</a> and <a href="#">Privacy Policy</a>.</aui-text>
|
|
@@ -65,14 +77,22 @@ examples:
|
|
|
65
77
|
</aui-container>
|
|
66
78
|
|
|
67
79
|
<!-- Right: image placeholder -->
|
|
68
|
-
<aui-container
|
|
80
|
+
<aui-container
|
|
81
|
+
elevation="3"
|
|
82
|
+
spacer
|
|
83
|
+
justify-content="center"
|
|
84
|
+
transparent
|
|
85
|
+
>
|
|
69
86
|
<aui-inset>
|
|
70
|
-
<aui-stack
|
|
71
|
-
|
|
87
|
+
<aui-stack
|
|
88
|
+
gap="1"
|
|
89
|
+
align-items="center"
|
|
90
|
+
text="center"
|
|
91
|
+
>
|
|
92
|
+
<aui-icon name="image" size="3xl" muted></aui-icon>
|
|
72
93
|
<aui-text muted size="sm">Brand illustration</aui-text>
|
|
73
94
|
</aui-stack>
|
|
74
95
|
</aui-inset>
|
|
75
96
|
</aui-container>
|
|
76
97
|
</aui-stack>
|
|
77
98
|
</aui-container>
|
|
78
|
-
description: Two-column login with email, password, and social buttons on the left and an image placeholder on the right.
|