@agent-ui-kit/web-components 0.0.2 → 0.0.4
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/README.md +429 -0
- package/dist/agent-ui.css +1 -1
- package/dist/api.json +9519 -0
- package/dist/docs/blocks/agent-chat.yaml +111 -0
- package/dist/docs/blocks/announcement-card.yaml +30 -0
- package/dist/docs/blocks/bpm-process.yaml +7 -0
- package/dist/docs/blocks/chart-activity.yaml +73 -0
- package/dist/docs/blocks/chart-card.yaml +55 -0
- package/dist/docs/blocks/chart-donut.yaml +83 -0
- package/dist/docs/blocks/chart-grouped.yaml +75 -0
- package/dist/docs/blocks/chart-horizontal.yaml +59 -0
- package/dist/docs/blocks/chart-interactive.yaml +58 -0
- package/dist/docs/blocks/chart-labeled.yaml +66 -0
- package/dist/docs/blocks/checkout-form.yaml +57 -0
- package/dist/docs/blocks/clinical-trial.yaml +7 -0
- package/dist/docs/blocks/contributors.yaml +51 -0
- package/dist/docs/blocks/cyber-threat.yaml +7 -0
- package/dist/docs/blocks/dashboard-layout.yaml +121 -0
- package/dist/docs/blocks/data-eng-dag.yaml +9 -0
- package/dist/docs/blocks/date-picker.yaml +30 -0
- package/dist/docs/blocks/ddx-workflow.yaml +9 -0
- package/dist/docs/blocks/empty-state.yaml +26 -0
- package/dist/docs/blocks/env-variables.yaml +46 -0
- package/dist/docs/blocks/feature-upgrade.yaml +52 -0
- package/dist/docs/blocks/financial-risk.yaml +7 -0
- package/dist/docs/blocks/flow-editor.yaml +113 -0
- package/dist/docs/blocks/gen-ai-pipeline.yaml +8 -0
- package/dist/docs/blocks/index.yaml +245 -0
- package/dist/docs/blocks/issue-assign.yaml +34 -0
- package/dist/docs/blocks/keyboard-shortcuts.yaml +49 -0
- package/dist/docs/blocks/login-branded.yaml +81 -0
- package/dist/docs/blocks/login-email-only.yaml +39 -0
- package/dist/docs/blocks/login-form.yaml +42 -0
- package/dist/docs/blocks/login-simple.yaml +54 -0
- package/dist/docs/blocks/login-social.yaml +73 -0
- package/dist/docs/blocks/login-two-column.yaml +78 -0
- package/dist/docs/blocks/marketing-automation.yaml +7 -0
- package/dist/docs/blocks/member-list.yaml +58 -0
- package/dist/docs/blocks/ml-pipeline.yaml +7 -0
- package/dist/docs/blocks/nav-card.yaml +27 -0
- package/dist/docs/blocks/notification-list.yaml +58 -0
- package/dist/docs/blocks/oncology-pathway.yaml +7 -0
- package/dist/docs/blocks/pricing-card.yaml +53 -0
- package/dist/docs/blocks/processing-state.yaml +25 -0
- package/dist/docs/blocks/profile-card.yaml +48 -0
- package/dist/docs/blocks/saas-onboarding.yaml +7 -0
- package/dist/docs/blocks/settings-form.yaml +42 -0
- package/dist/docs/blocks/settings-panel.yaml +54 -0
- package/dist/docs/blocks/sidebar-nav.yaml +55 -0
- package/dist/docs/blocks/signup-form.yaml +47 -0
- package/dist/docs/blocks/stat-cards.yaml +49 -0
- package/dist/docs/blocks/status-card.yaml +40 -0
- package/dist/docs/blocks/suggested-labs.yaml +79 -0
- package/dist/docs/blocks/supply-chain.yaml +7 -0
- package/dist/docs/blocks/survey-card.yaml +52 -0
- package/dist/docs/blocks/tabbed-panel.yaml +53 -0
- package/dist/docs/blocks/team-empty.yaml +27 -0
- package/dist/docs/blocks/usage-billing.yaml +99 -0
- package/dist/docs/components/accordion-item.yaml +52 -0
- package/dist/docs/components/accordion.yaml +69 -0
- package/dist/docs/components/agent-activity.yaml +79 -0
- package/dist/docs/components/agent-feed.yaml +83 -0
- package/dist/docs/components/agent-message.yaml +120 -0
- package/dist/docs/components/agent-panel.yaml +91 -0
- package/dist/docs/components/agent-prompt.yaml +78 -0
- package/dist/docs/components/agent-seeds.yaml +44 -0
- package/dist/docs/components/agent-text.yaml +57 -0
- package/dist/docs/components/agent-thread.yaml +82 -0
- package/dist/docs/components/app-shell.yaml +64 -0
- package/dist/docs/components/breadcrumb-item.yaml +49 -0
- package/dist/docs/components/breadcrumb.yaml +59 -0
- package/dist/docs/components/button.yaml +439 -0
- package/dist/docs/components/calendar.yaml +74 -0
- package/dist/docs/components/canvas.yaml +161 -0
- package/dist/docs/components/checkbox.yaml +141 -0
- package/dist/docs/components/command-empty.yaml +13 -0
- package/dist/docs/components/command-group.yaml +23 -0
- package/dist/docs/components/command-input.yaml +19 -0
- package/dist/docs/components/command-item.yaml +37 -0
- package/dist/docs/components/command-list.yaml +17 -0
- package/dist/docs/components/command.yaml +64 -0
- package/dist/docs/components/container.yaml +298 -0
- package/dist/docs/components/dialog.yaml +133 -0
- package/dist/docs/components/drawer.yaml +124 -0
- package/dist/docs/components/editor-layer.yaml +59 -0
- package/dist/docs/components/editor.yaml +168 -0
- package/dist/docs/components/feed.yaml +72 -0
- package/dist/docs/components/field.yaml +145 -0
- package/dist/docs/components/graph-layer.yaml +41 -0
- package/dist/docs/components/graph-node.yaml +58 -0
- package/dist/docs/components/graph-noodle.yaml +103 -0
- package/dist/docs/components/graph-port.yaml +71 -0
- package/dist/docs/components/graph-ui.yaml +64 -0
- package/dist/docs/components/gripper.yaml +55 -0
- package/dist/docs/components/icon.yaml +133 -0
- package/dist/docs/components/index.yaml +320 -0
- package/dist/docs/components/input-otp.yaml +59 -0
- package/dist/docs/components/input.yaml +289 -0
- package/dist/docs/components/noodles.yaml +184 -0
- package/dist/docs/components/optgroup.yaml +38 -0
- package/dist/docs/components/option.yaml +56 -0
- package/dist/docs/components/page-context.yaml +55 -0
- package/dist/docs/components/page-main.yaml +39 -0
- package/dist/docs/components/page.yaml +36 -0
- package/dist/docs/components/pagination.yaml +46 -0
- package/dist/docs/components/pane.yaml +102 -0
- package/dist/docs/components/panes.yaml +82 -0
- package/dist/docs/components/preview-app.yaml +170 -0
- package/dist/docs/components/radio-group.yaml +108 -0
- package/dist/docs/components/radio.yaml +132 -0
- package/dist/docs/components/range.yaml +97 -0
- package/dist/docs/components/root.yaml +18 -0
- package/dist/docs/components/segment.yaml +41 -0
- package/dist/docs/components/segmented-control.yaml +52 -0
- package/dist/docs/components/select.yaml +241 -0
- package/dist/docs/components/sidebar-content.yaml +32 -0
- package/dist/docs/components/sidebar-footer.yaml +28 -0
- package/dist/docs/components/sidebar-header.yaml +28 -0
- package/dist/docs/components/sidebar.yaml +133 -0
- package/dist/docs/components/switch.yaml +131 -0
- package/dist/docs/components/tab-panel.yaml +41 -0
- package/dist/docs/components/tab.yaml +51 -0
- package/dist/docs/components/table-body.yaml +11 -0
- package/dist/docs/components/table-cell.yaml +11 -0
- package/dist/docs/components/table-column.yaml +76 -0
- package/dist/docs/components/table-head.yaml +11 -0
- package/dist/docs/components/table-header.yaml +11 -0
- package/dist/docs/components/table-row.yaml +11 -0
- package/dist/docs/components/table.yaml +219 -0
- package/dist/docs/components/tabs.yaml +61 -0
- package/dist/docs/components/textarea.yaml +196 -0
- package/dist/docs/components/toast.yaml +62 -0
- package/dist/docs/components/tooltip.yaml +98 -0
- package/dist/docs/components/tree-item.yaml +46 -0
- package/dist/docs/components/tree.yaml +27 -0
- package/dist/docs/traits/auto-dismiss.yaml +23 -0
- package/dist/docs/traits/backtick-wrap.yaml +22 -0
- package/dist/docs/traits/clipboard.yaml +31 -0
- package/dist/docs/traits/collapsible.yaml +23 -0
- package/dist/docs/traits/confetti.yaml +37 -0
- package/dist/docs/traits/copy.yaml +27 -0
- package/dist/docs/traits/css-inspect.yaml +46 -0
- package/dist/docs/traits/dismiss.yaml +23 -0
- package/dist/docs/traits/drag.yaml +88 -0
- package/dist/docs/traits/drop-zone.yaml +37 -0
- package/dist/docs/traits/edit.yaml +39 -0
- package/dist/docs/traits/flip.yaml +40 -0
- package/dist/docs/traits/gateway.yaml +33 -0
- package/dist/docs/traits/hover.yaml +39 -0
- package/dist/docs/traits/intersect.yaml +42 -0
- package/dist/docs/traits/link-paste.yaml +28 -0
- package/dist/docs/traits/linked-scroll.yaml +37 -0
- package/dist/docs/traits/list-navigate.yaml +46 -0
- package/dist/docs/traits/magnet.yaml +33 -0
- package/dist/docs/traits/mention.yaml +40 -0
- package/dist/docs/traits/modal.yaml +28 -0
- package/dist/docs/traits/noodle.yaml +45 -0
- package/dist/docs/traits/overlay.yaml +58 -0
- package/dist/docs/traits/pan-zoom.yaml +47 -0
- package/dist/docs/traits/parallax.yaml +36 -0
- package/dist/docs/traits/persist.yaml +42 -0
- package/dist/docs/traits/popover.yaml +28 -0
- package/dist/docs/traits/present.yaml +42 -0
- package/dist/docs/traits/press-hold.yaml +34 -0
- package/dist/docs/traits/range-select.yaml +42 -0
- package/dist/docs/traits/resize.yaml +39 -0
- package/dist/docs/traits/ripple.yaml +20 -0
- package/dist/docs/traits/roving-focus.yaml +30 -0
- package/dist/docs/traits/search.yaml +44 -0
- package/dist/docs/traits/selection.yaml +41 -0
- package/dist/docs/traits/shortcut.yaml +25 -0
- package/dist/docs/traits/slash-command.yaml +40 -0
- package/dist/docs/traits/snap-resize.yaml +39 -0
- package/dist/docs/traits/sort.yaml +47 -0
- package/dist/docs/traits/store.yaml +32 -0
- package/dist/docs/traits/swipe.yaml +38 -0
- package/dist/docs/traits/text-trigger.yaml +35 -0
- package/dist/docs/traits/toast.yaml +41 -0
- package/dist/docs/traits/toggle-scheme.yaml +40 -0
- package/dist/docs/traits/toggle-state.yaml +23 -0
- package/dist/docs/traits/tooltip.yaml +39 -0
- package/dist/docs/traits/toss.yaml +40 -0
- package/dist/docs/traits/trap-focus.yaml +20 -0
- package/dist/docs/traits/validate.yaml +52 -0
- package/dist/docs/traits/virtual-scroll.yaml +44 -0
- package/dist/favicon/apple-touch-icon.png +0 -0
- package/dist/favicon/favicon-96x96.png +0 -0
- package/dist/favicon/favicon.ico +0 -0
- package/dist/favicon/favicon.svg +1 -0
- package/dist/favicon/site.webmanifest +21 -0
- package/dist/favicon/web-app-manifest-192x192.png +0 -0
- package/dist/favicon/web-app-manifest-512x512.png +0 -0
- package/dist/icon.svg +4 -0
- package/package.json +4 -2
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
settings-form:
|
|
2
|
+
summary: Card with header, form fields, and action footer.
|
|
3
|
+
kind: card
|
|
4
|
+
uses: [project preferences, account settings, app configuration]
|
|
5
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-input, aui-textarea, aui-button]
|
|
6
|
+
|
|
7
|
+
settings-panel:
|
|
8
|
+
summary: Settings card with toggles, descriptions, and grouped controls.
|
|
9
|
+
kind: card
|
|
10
|
+
uses: [security preferences, notification toggles, feature flag management]
|
|
11
|
+
components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text, aui-switch, aui-button, aui-badge, aui-divider, aui-icon]
|
|
12
|
+
|
|
13
|
+
login-form:
|
|
14
|
+
summary: Login card with email, password, and forgot-password link.
|
|
15
|
+
kind: panel
|
|
16
|
+
uses: [app sign-in page, session-expired modal, admin portal entry]
|
|
17
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-input, aui-button]
|
|
18
|
+
|
|
19
|
+
login-simple:
|
|
20
|
+
summary: Simple bordered login card with email, password, and a single social option.
|
|
21
|
+
kind: panel
|
|
22
|
+
uses: [quick internal tool login, minimal auth page, embedded sign-in widget]
|
|
23
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-input, aui-button, aui-divider]
|
|
24
|
+
|
|
25
|
+
login-social:
|
|
26
|
+
summary: Centered login page with social providers, email/password, and brand header.
|
|
27
|
+
kind: panel
|
|
28
|
+
uses: [consumer app sign-in, social-first auth flow, marketing landing login]
|
|
29
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-field, aui-input, aui-button, aui-divider]
|
|
30
|
+
|
|
31
|
+
login-branded:
|
|
32
|
+
summary: Two-column login with branded sidebar panel and image placeholder.
|
|
33
|
+
kind: panel
|
|
34
|
+
uses: [SaaS product login, brand-forward sign-in, marketing-oriented auth page]
|
|
35
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-field, aui-input, aui-button, aui-divider]
|
|
36
|
+
|
|
37
|
+
login-two-column:
|
|
38
|
+
summary: Two-column login with form on the left and image placeholder on the right.
|
|
39
|
+
kind: panel
|
|
40
|
+
uses: [enterprise sign-in page, split-screen auth layout, branded login with illustration]
|
|
41
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-field, aui-input, aui-button, aui-divider]
|
|
42
|
+
|
|
43
|
+
login-email-only:
|
|
44
|
+
summary: Minimal centered login with email field and optional social buttons.
|
|
45
|
+
kind: panel
|
|
46
|
+
uses: [magic-link auth page, passwordless sign-in, minimal onboarding entry]
|
|
47
|
+
components: [aui-stack, aui-heading, aui-text, aui-icon, aui-field, aui-input, aui-button]
|
|
48
|
+
|
|
49
|
+
signup-form:
|
|
50
|
+
summary: Signup card with name, email, password, and terms notice.
|
|
51
|
+
kind: panel
|
|
52
|
+
uses: [new user registration, SaaS onboarding, trial account creation]
|
|
53
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-input, aui-button]
|
|
54
|
+
|
|
55
|
+
checkout-form:
|
|
56
|
+
summary: Payment form with card details and billing address.
|
|
57
|
+
kind: card
|
|
58
|
+
uses: [subscription payment, e-commerce checkout, plan upgrade billing]
|
|
59
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-input, aui-textarea, aui-checkbox, aui-button, aui-divider]
|
|
60
|
+
|
|
61
|
+
pricing-card:
|
|
62
|
+
summary: Pricing tier card with features list and call-to-action.
|
|
63
|
+
kind: card
|
|
64
|
+
uses: [SaaS pricing page tier, plan comparison column, upgrade prompt]
|
|
65
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-badge, aui-button]
|
|
66
|
+
|
|
67
|
+
feature-upgrade:
|
|
68
|
+
summary: Feature upgrade card with checklist, note, and call-to-action.
|
|
69
|
+
kind: card
|
|
70
|
+
uses: [premium upsell prompt, beta feature activation, trial credit offer]
|
|
71
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-badge, aui-button]
|
|
72
|
+
|
|
73
|
+
profile-card:
|
|
74
|
+
summary: User profile card with avatar, bio, stats, and actions.
|
|
75
|
+
kind: card
|
|
76
|
+
uses: [team directory entry, social profile widget, account overview card]
|
|
77
|
+
components: [aui-container, aui-inset, aui-header, aui-content, aui-footer, aui-stack, aui-heading, aui-text, aui-avatar, aui-button]
|
|
78
|
+
|
|
79
|
+
member-list:
|
|
80
|
+
summary: Panel with header and avatar-based member rows.
|
|
81
|
+
kind: panel
|
|
82
|
+
uses: [team management page, project access list, org member directory]
|
|
83
|
+
components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text, aui-avatar, aui-icon, aui-badge, aui-button]
|
|
84
|
+
|
|
85
|
+
contributors:
|
|
86
|
+
summary: Contributors card showing avatar grid with count and overflow link.
|
|
87
|
+
kind: card
|
|
88
|
+
uses: [open source contributor list, project team showcase, community members display]
|
|
89
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-avatar, aui-badge]
|
|
90
|
+
|
|
91
|
+
notification-list:
|
|
92
|
+
summary: Panel listing recent notifications with avatars and timestamps.
|
|
93
|
+
kind: panel
|
|
94
|
+
uses: [notification drawer, activity feed sidebar, inbox-style message list]
|
|
95
|
+
components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text, aui-avatar, aui-button]
|
|
96
|
+
|
|
97
|
+
issue-assign:
|
|
98
|
+
summary: Issue assignment card with user search and selected token chips.
|
|
99
|
+
kind: card
|
|
100
|
+
uses: [bug tracker assignee picker, PR reviewer selection, task delegation widget]
|
|
101
|
+
components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text, aui-avatar, aui-button, aui-icon]
|
|
102
|
+
|
|
103
|
+
survey-card:
|
|
104
|
+
summary: Survey question card with checkbox options and submit action.
|
|
105
|
+
kind: card
|
|
106
|
+
uses: [onboarding questionnaire, feedback collection, preference multi-select]
|
|
107
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-checkbox, aui-button]
|
|
108
|
+
|
|
109
|
+
announcement-card:
|
|
110
|
+
summary: Announcement card with image area, description, and contextual footer actions.
|
|
111
|
+
kind: card
|
|
112
|
+
uses: [product deprecation notice, feature launch banner, marketing highlight card]
|
|
113
|
+
components: [aui-container, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-badge, aui-button]
|
|
114
|
+
|
|
115
|
+
date-picker:
|
|
116
|
+
summary: Calendar date picker inside a bordered card.
|
|
117
|
+
kind: card
|
|
118
|
+
uses: [appointment booking widget, event date selector, date range filter card]
|
|
119
|
+
components: [aui-container, aui-inset, aui-stack, aui-heading, aui-text, aui-calendar]
|
|
120
|
+
|
|
121
|
+
empty-state:
|
|
122
|
+
summary: Centered placeholder for empty content areas with a call-to-action.
|
|
123
|
+
kind: card
|
|
124
|
+
uses: [first-project prompt, empty search results, blank dashboard placeholder]
|
|
125
|
+
components: [aui-container, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-button]
|
|
126
|
+
|
|
127
|
+
team-empty:
|
|
128
|
+
summary: Empty state for team member lists with invite action.
|
|
129
|
+
kind: card
|
|
130
|
+
uses: [new project team placeholder, workspace member onboarding, empty collaborator list]
|
|
131
|
+
components: [aui-container, aui-inset, aui-stack, aui-heading, aui-text, aui-avatar, aui-icon, aui-button]
|
|
132
|
+
|
|
133
|
+
processing-state:
|
|
134
|
+
summary: Loading state with status icon, message, and cancel action.
|
|
135
|
+
kind: card
|
|
136
|
+
uses: [payment processing overlay, deployment in-progress card, file upload wait state]
|
|
137
|
+
components: [aui-container, aui-inset, aui-stack, aui-heading, aui-text, aui-avatar, aui-icon, aui-button]
|
|
138
|
+
|
|
139
|
+
status-card:
|
|
140
|
+
summary: Centered confirmation or alert card with icon and CTA.
|
|
141
|
+
kind: card
|
|
142
|
+
uses: [payment success confirmation, error state with retry, subscription renewal notice]
|
|
143
|
+
components: [aui-container, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-button]
|
|
144
|
+
|
|
145
|
+
nav-card:
|
|
146
|
+
summary: Compact clickable card for navigation menus.
|
|
147
|
+
kind: widget
|
|
148
|
+
uses: [settings category link, dashboard quick-nav tile, app launcher grid item]
|
|
149
|
+
components: [aui-container, aui-inset, aui-stack, aui-heading, aui-text, aui-avatar, aui-icon]
|
|
150
|
+
|
|
151
|
+
stat-cards:
|
|
152
|
+
summary: Row of compact KPI stat widgets.
|
|
153
|
+
kind: widget
|
|
154
|
+
uses: [dashboard metric summary, admin overview counters, project health indicators]
|
|
155
|
+
components: [aui-container, aui-inset, aui-stack, aui-heading, aui-text, aui-badge]
|
|
156
|
+
|
|
157
|
+
sidebar-nav:
|
|
158
|
+
summary: Compact app sidebar with icon navigation and user footer.
|
|
159
|
+
kind: card
|
|
160
|
+
uses: [SaaS app sidebar, admin panel navigation, project workspace menu]
|
|
161
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-avatar, aui-divider]
|
|
162
|
+
|
|
163
|
+
dashboard-layout:
|
|
164
|
+
summary: Application shell with sidebar, page header, and content grid.
|
|
165
|
+
kind: card
|
|
166
|
+
uses: [admin dashboard scaffold, SaaS main layout, project management shell]
|
|
167
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-avatar, aui-badge, aui-divider]
|
|
168
|
+
|
|
169
|
+
tabbed-panel:
|
|
170
|
+
summary: Segmented control card with tab-switched content panels.
|
|
171
|
+
kind: card
|
|
172
|
+
uses: [repo codespaces/local toggle, settings section switcher, dual-view panel]
|
|
173
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-button, aui-segmented-control, aui-segment]
|
|
174
|
+
|
|
175
|
+
keyboard-shortcuts:
|
|
176
|
+
summary: Panel listing keyboard shortcuts with command names and key combinations.
|
|
177
|
+
kind: card
|
|
178
|
+
uses: [help overlay reference, onboarding shortcut guide, settings hotkey list]
|
|
179
|
+
components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text, aui-divider, aui-kbd]
|
|
180
|
+
|
|
181
|
+
env-variables:
|
|
182
|
+
summary: Environment variables panel with masked secrets and deploy action.
|
|
183
|
+
kind: card
|
|
184
|
+
uses: [deployment config panel, CI/CD secret management, app env editor]
|
|
185
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-input, aui-button]
|
|
186
|
+
|
|
187
|
+
usage-billing:
|
|
188
|
+
summary: Billing usage panel with SVG progress rings and cost breakdown.
|
|
189
|
+
kind: card
|
|
190
|
+
uses: [subscription billing dashboard, resource utilization monitor, cloud spend overview]
|
|
191
|
+
components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text, aui-divider]
|
|
192
|
+
|
|
193
|
+
flow-editor:
|
|
194
|
+
summary: Data-driven pipeline diagram rendered from a JSON dataset.
|
|
195
|
+
kind: panel
|
|
196
|
+
uses: [data pipeline visualization, CI/CD workflow diagram, ETL lineage map]
|
|
197
|
+
components: [aui-container, aui-inset, aui-stack, aui-heading, aui-text, aui-badge]
|
|
198
|
+
|
|
199
|
+
chart-card:
|
|
200
|
+
summary: Simple vertical bar chart card with month labels.
|
|
201
|
+
kind: card
|
|
202
|
+
uses: [monthly visitor trend, revenue over time, signup volume chart]
|
|
203
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text]
|
|
204
|
+
|
|
205
|
+
chart-labeled:
|
|
206
|
+
summary: Vertical bar chart with value labels above each bar.
|
|
207
|
+
kind: card
|
|
208
|
+
uses: [exact-value monthly comparison, sales figures by period, headcount by quarter]
|
|
209
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text]
|
|
210
|
+
|
|
211
|
+
chart-grouped:
|
|
212
|
+
summary: Grouped vertical bar chart comparing two data series.
|
|
213
|
+
kind: card
|
|
214
|
+
uses: [desktop vs mobile traffic, plan A/B comparison, year-over-year revenue]
|
|
215
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text]
|
|
216
|
+
|
|
217
|
+
chart-horizontal:
|
|
218
|
+
summary: Horizontal bar chart with category labels.
|
|
219
|
+
kind: card
|
|
220
|
+
uses: [browser market share, feature adoption ranking, survey response distribution]
|
|
221
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text]
|
|
222
|
+
|
|
223
|
+
chart-interactive:
|
|
224
|
+
summary: Wide chart card with stat summaries and dense bar visualization.
|
|
225
|
+
kind: card
|
|
226
|
+
uses: [dashboard hero chart, full-width analytics panel, traffic overview widget]
|
|
227
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-bar]
|
|
228
|
+
|
|
229
|
+
chart-donut:
|
|
230
|
+
summary: Donut chart card with center stat, legend, and selected segment footer.
|
|
231
|
+
kind: card
|
|
232
|
+
uses: [browser share breakdown, budget allocation ring, storage usage by category]
|
|
233
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-badge]
|
|
234
|
+
|
|
235
|
+
chart-activity:
|
|
236
|
+
summary: Weekly activity chart with labeled columns and rounded bars.
|
|
237
|
+
kind: card
|
|
238
|
+
uses: [fitness activity summary, commit frequency heatmap, daily usage tracker]
|
|
239
|
+
components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text]
|
|
240
|
+
|
|
241
|
+
agent-chat:
|
|
242
|
+
summary: Full agent chat interface with message feed, composer, and suggestion chips.
|
|
243
|
+
kind: panel
|
|
244
|
+
uses: [AI assistant chat, code review conversation, customer support bot, onboarding wizard]
|
|
245
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-avatar, aui-badge, aui-agent-feed, aui-agent-thread, aui-agent-message, aui-agent-text, aui-agent-activity, aui-agent-seeds, aui-agent-input, aui-agent-prompt]
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
name: issue-assign
|
|
2
|
+
type: block
|
|
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
|
+
with an add button. Content area shows selected users as removable token
|
|
7
|
+
chips. Use for project management, code review assignment, or task delegation.
|
|
8
|
+
|
|
9
|
+
components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text, aui-avatar, aui-button, aui-icon]
|
|
10
|
+
kind: card
|
|
11
|
+
|
|
12
|
+
examples:
|
|
13
|
+
- html: |
|
|
14
|
+
<aui-container kind="card" bordered max-width="sm">
|
|
15
|
+
<aui-header>
|
|
16
|
+
<span slot="leading">
|
|
17
|
+
<aui-stack gap="1">
|
|
18
|
+
<aui-heading size="lg">Assign Issue</aui-heading>
|
|
19
|
+
<aui-text muted size="sm">Select users to assign to this issue.</aui-text>
|
|
20
|
+
</aui-stack>
|
|
21
|
+
</span>
|
|
22
|
+
<span slot="trailing"><aui-button ghost size="sm"><aui-icon name="plus"></aui-icon></aui-button></span>
|
|
23
|
+
</aui-header>
|
|
24
|
+
<aui-content>
|
|
25
|
+
<aui-inset>
|
|
26
|
+
<div style="padding: 0.5rem 0.75rem; border: 1px solid var(--aui-border-muted); border-radius: var(--aui-radius); display: flex; align-items: center; gap: 0.5rem;">
|
|
27
|
+
<aui-avatar size="sm">AO</aui-avatar>
|
|
28
|
+
<aui-text size="sm" spacer>AgentOS</aui-text>
|
|
29
|
+
<aui-button ghost size="sm"><aui-icon name="x"></aui-icon></aui-button>
|
|
30
|
+
</div>
|
|
31
|
+
</aui-inset>
|
|
32
|
+
</aui-content>
|
|
33
|
+
</aui-container>
|
|
34
|
+
description: Issue assignment with selected user token and add action.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
name: keyboard-shortcuts
|
|
2
|
+
type: block
|
|
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
|
+
using aui-kbd elements. Separated by thin dividers. Use for help panels,
|
|
7
|
+
settings overlays, or onboarding checklists.
|
|
8
|
+
|
|
9
|
+
components: [aui-container, aui-header, aui-content, aui-inset, aui-stack, aui-heading, aui-text, aui-divider, aui-kbd]
|
|
10
|
+
kind: card
|
|
11
|
+
|
|
12
|
+
examples:
|
|
13
|
+
- html: |
|
|
14
|
+
<aui-container kind="card" bordered max-width="sm">
|
|
15
|
+
<aui-header>
|
|
16
|
+
<span slot="content"><aui-heading size="lg">Shortcuts</aui-heading></span>
|
|
17
|
+
</aui-header>
|
|
18
|
+
<aui-content>
|
|
19
|
+
<aui-inset>
|
|
20
|
+
<aui-stack gap="0">
|
|
21
|
+
<aui-stack direction="row" gap="2" align-items="center" style="padding: 0.625rem 0;">
|
|
22
|
+
<aui-text size="sm" spacer>Search</aui-text>
|
|
23
|
+
<aui-stack direction="row" gap="1"><aui-kbd>⌘</aui-kbd><aui-kbd>K</aui-kbd></aui-stack>
|
|
24
|
+
</aui-stack>
|
|
25
|
+
<aui-divider></aui-divider>
|
|
26
|
+
<aui-stack direction="row" gap="2" align-items="center" style="padding: 0.625rem 0;">
|
|
27
|
+
<aui-text size="sm" spacer>Quick Actions</aui-text>
|
|
28
|
+
<aui-stack direction="row" gap="1"><aui-kbd>⌘</aui-kbd><aui-kbd>J</aui-kbd></aui-stack>
|
|
29
|
+
</aui-stack>
|
|
30
|
+
<aui-divider></aui-divider>
|
|
31
|
+
<aui-stack direction="row" gap="2" align-items="center" style="padding: 0.625rem 0;">
|
|
32
|
+
<aui-text size="sm" spacer>New File</aui-text>
|
|
33
|
+
<aui-stack direction="row" gap="1"><aui-kbd>⌘</aui-kbd><aui-kbd>N</aui-kbd></aui-stack>
|
|
34
|
+
</aui-stack>
|
|
35
|
+
<aui-divider></aui-divider>
|
|
36
|
+
<aui-stack direction="row" gap="2" align-items="center" style="padding: 0.625rem 0;">
|
|
37
|
+
<aui-text size="sm" spacer>Save</aui-text>
|
|
38
|
+
<aui-stack direction="row" gap="1"><aui-kbd>⌘</aui-kbd><aui-kbd>S</aui-kbd></aui-stack>
|
|
39
|
+
</aui-stack>
|
|
40
|
+
<aui-divider></aui-divider>
|
|
41
|
+
<aui-stack direction="row" gap="2" align-items="center" style="padding: 0.625rem 0;">
|
|
42
|
+
<aui-text size="sm" spacer>Toggle Sidebar</aui-text>
|
|
43
|
+
<aui-stack direction="row" gap="1"><aui-kbd>⌘</aui-kbd><aui-kbd>B</aui-kbd></aui-stack>
|
|
44
|
+
</aui-stack>
|
|
45
|
+
</aui-stack>
|
|
46
|
+
</aui-inset>
|
|
47
|
+
</aui-content>
|
|
48
|
+
</aui-container>
|
|
49
|
+
description: Keyboard shortcuts reference panel.
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
name: login-branded
|
|
2
|
+
type: block
|
|
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
|
+
and the authentication form, while the right column acts as an image
|
|
7
|
+
or illustration placeholder. The left panel carries the brand logo at
|
|
8
|
+
the top and vertically centers the form fields, giving the page a
|
|
9
|
+
polished, marketing-ready feel. Suited for SaaS products that want
|
|
10
|
+
every touchpoint to reinforce brand recognition.
|
|
11
|
+
|
|
12
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-field, aui-input, aui-button, aui-divider]
|
|
13
|
+
kind: panel
|
|
14
|
+
|
|
15
|
+
examples:
|
|
16
|
+
- html: |
|
|
17
|
+
<aui-container padding="4" gap="0" transparent>
|
|
18
|
+
<aui-stack direction="row" gap="8" style="min-width: 44rem; min-height: 32rem">
|
|
19
|
+
<!-- Left: brand + form -->
|
|
20
|
+
<aui-container kind="panel" elevation="2" gap="0" spacer>
|
|
21
|
+
<aui-header>
|
|
22
|
+
<span slot="leading">
|
|
23
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
24
|
+
<img src="/icon.svg" alt="Acme Inc" style="width: 1.25rem; height: 1.25rem; border-radius: 0.25rem;">
|
|
25
|
+
<aui-heading size="md" weight="medium">Acme Inc.</aui-heading>
|
|
26
|
+
</aui-stack>
|
|
27
|
+
</span>
|
|
28
|
+
</aui-header>
|
|
29
|
+
<aui-content>
|
|
30
|
+
<aui-inset>
|
|
31
|
+
<aui-stack gap="6">
|
|
32
|
+
<aui-stack gap="1">
|
|
33
|
+
<aui-heading size="xl">Welcome back</aui-heading>
|
|
34
|
+
<aui-text muted size="sm">Enter your credentials to access your account</aui-text>
|
|
35
|
+
</aui-stack>
|
|
36
|
+
|
|
37
|
+
<aui-field label="Email" width="full">
|
|
38
|
+
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
39
|
+
</aui-field>
|
|
40
|
+
|
|
41
|
+
<aui-field label="Password" width="full">
|
|
42
|
+
<aui-input type="password" placeholder="Enter your password" width="full"></aui-input>
|
|
43
|
+
<aui-text muted size="xs" slot="trailing" text="right"><a href="#">Forgot your password?</a></aui-text>
|
|
44
|
+
</aui-field>
|
|
45
|
+
|
|
46
|
+
<aui-button primary accent width="full">Login</aui-button>
|
|
47
|
+
|
|
48
|
+
<!-- Divider -->
|
|
49
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
50
|
+
<aui-divider spacer></aui-divider>
|
|
51
|
+
<aui-text muted size="sm">Or continue with</aui-text>
|
|
52
|
+
<aui-divider spacer></aui-divider>
|
|
53
|
+
</aui-stack>
|
|
54
|
+
|
|
55
|
+
<aui-stack gap="2">
|
|
56
|
+
<aui-button scrim width="full">Login with Apple</aui-button>
|
|
57
|
+
<aui-button scrim width="full">Login with Google</aui-button>
|
|
58
|
+
</aui-stack>
|
|
59
|
+
|
|
60
|
+
<!-- Terms -->
|
|
61
|
+
<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>
|
|
62
|
+
</aui-stack>
|
|
63
|
+
</aui-inset>
|
|
64
|
+
</aui-content>
|
|
65
|
+
<aui-footer>
|
|
66
|
+
<span slot="content"><aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text></span>
|
|
67
|
+
</aui-footer>
|
|
68
|
+
</aui-container>
|
|
69
|
+
|
|
70
|
+
<!-- Right: image placeholder -->
|
|
71
|
+
<aui-container elevation="3" spacer justify-content="center" transparent>
|
|
72
|
+
<aui-inset>
|
|
73
|
+
<aui-stack gap="1" align-items="center" text="center">
|
|
74
|
+
<aui-icon name="image" size="xl" muted></aui-icon>
|
|
75
|
+
<aui-text muted size="sm">Brand illustration</aui-text>
|
|
76
|
+
</aui-stack>
|
|
77
|
+
</aui-inset>
|
|
78
|
+
</aui-container>
|
|
79
|
+
</aui-stack>
|
|
80
|
+
</aui-container>
|
|
81
|
+
description: Branded two-column login with form on the left panel and image placeholder on the right.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
name: login-email-only
|
|
2
|
+
type: block
|
|
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
|
+
passwordless flows. A brand icon and heading anchor the top, followed
|
|
7
|
+
by a single email field and login button. Social alternatives sit
|
|
8
|
+
below a subtle "Or" separator. Best for apps that prioritize
|
|
9
|
+
passwordless auth while keeping social login as a secondary path.
|
|
10
|
+
|
|
11
|
+
components: [aui-stack, aui-heading, aui-text, aui-icon, aui-field, aui-input, aui-button]
|
|
12
|
+
kind: panel
|
|
13
|
+
|
|
14
|
+
examples:
|
|
15
|
+
- html: |
|
|
16
|
+
<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: 0.375rem;">
|
|
18
|
+
<aui-stack gap="1" align-items="center">
|
|
19
|
+
<aui-heading size="xl">Welcome to Acme Inc.</aui-heading>
|
|
20
|
+
<aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text>
|
|
21
|
+
</aui-stack>
|
|
22
|
+
|
|
23
|
+
<aui-stack gap="6" width="full" text="left">
|
|
24
|
+
<aui-field label="Email" width="full" hide-label>
|
|
25
|
+
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
26
|
+
</aui-field>
|
|
27
|
+
<aui-button primary accent width="full">Continue</aui-button>
|
|
28
|
+
</aui-stack>
|
|
29
|
+
|
|
30
|
+
<aui-text muted size="sm">Or</aui-text>
|
|
31
|
+
|
|
32
|
+
<aui-wrap gap="2" width="full">
|
|
33
|
+
<aui-button scrim width="full">Continue with Apple</aui-button>
|
|
34
|
+
<aui-button scrim width="full">Continue with Google</aui-button>
|
|
35
|
+
</aui-wrap>
|
|
36
|
+
|
|
37
|
+
<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
|
+
</aui-stack>
|
|
39
|
+
description: Minimal email-only login with social alternatives and terms notice.
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
name: login-form
|
|
2
|
+
type: block
|
|
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
|
+
the form with a friendly heading, content holds email and password fields,
|
|
7
|
+
and the footer provides a link to the signup page. Use this block as the
|
|
8
|
+
centerpiece of a login page or inside a modal for session-expired prompts.
|
|
9
|
+
|
|
10
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-input, aui-button]
|
|
11
|
+
kind: panel
|
|
12
|
+
|
|
13
|
+
examples:
|
|
14
|
+
- html: |
|
|
15
|
+
<aui-container kind="panel" bordered max-width="md">
|
|
16
|
+
<aui-header>
|
|
17
|
+
<span slot="leading">
|
|
18
|
+
<aui-stack gap="1">
|
|
19
|
+
<aui-heading size="xl">Sign in to your account</aui-heading>
|
|
20
|
+
<aui-text muted size="sm">Enter your credentials below to continue.</aui-text>
|
|
21
|
+
</aui-stack>
|
|
22
|
+
</span>
|
|
23
|
+
</aui-header>
|
|
24
|
+
<aui-content>
|
|
25
|
+
<aui-inset>
|
|
26
|
+
<aui-stack gap="6">
|
|
27
|
+
<aui-field label="Email" width="full">
|
|
28
|
+
<aui-input type="email" placeholder="you@company.com" width="full"></aui-input>
|
|
29
|
+
</aui-field>
|
|
30
|
+
<aui-field label="Password" width="full">
|
|
31
|
+
<aui-input type="password" placeholder="Enter your password" width="full"></aui-input>
|
|
32
|
+
<aui-text muted size="xs" slot="trailing" text="right"><a href="#">Forgot your password?</a></aui-text>
|
|
33
|
+
</aui-field>
|
|
34
|
+
<aui-button primary accent width="full">Sign in</aui-button>
|
|
35
|
+
</aui-stack>
|
|
36
|
+
</aui-inset>
|
|
37
|
+
</aui-content>
|
|
38
|
+
<aui-footer>
|
|
39
|
+
<span slot="content"><aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text></span>
|
|
40
|
+
</aui-footer>
|
|
41
|
+
</aui-container>
|
|
42
|
+
description: Login card with email and password fields, forgot-password link, and signup prompt.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
name: login-simple
|
|
2
|
+
type: block
|
|
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
|
+
email and password fields, a forgot-password link, and one social
|
|
7
|
+
login alternative. No brand header, no two-column layout, just the
|
|
8
|
+
essentials. Drop it into any page where you need a quick, clean
|
|
9
|
+
authentication form without extra visual flair.
|
|
10
|
+
|
|
11
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-field, aui-input, aui-button, aui-divider]
|
|
12
|
+
kind: panel
|
|
13
|
+
|
|
14
|
+
examples:
|
|
15
|
+
- html: |
|
|
16
|
+
<aui-container kind="panel" bordered max-width="md">
|
|
17
|
+
<aui-header>
|
|
18
|
+
<span slot="leading">
|
|
19
|
+
<aui-stack gap="1">
|
|
20
|
+
<aui-heading size="xl">Login to your account</aui-heading>
|
|
21
|
+
<aui-text muted size="sm">Enter your email below to login to your account</aui-text>
|
|
22
|
+
</aui-stack>
|
|
23
|
+
</span>
|
|
24
|
+
</aui-header>
|
|
25
|
+
<aui-content>
|
|
26
|
+
<aui-inset>
|
|
27
|
+
<aui-stack gap="6">
|
|
28
|
+
<aui-field label="Email" width="full">
|
|
29
|
+
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
30
|
+
</aui-field>
|
|
31
|
+
|
|
32
|
+
<aui-field label="Password" width="full">
|
|
33
|
+
<aui-input type="password" placeholder="Enter your password" width="full"></aui-input>
|
|
34
|
+
<aui-text muted size="xs" slot="trailing" text="right"><a href="#">Forgot your password?</a></aui-text>
|
|
35
|
+
</aui-field>
|
|
36
|
+
|
|
37
|
+
<aui-button primary accent width="full">Login</aui-button>
|
|
38
|
+
|
|
39
|
+
<!-- Divider -->
|
|
40
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
41
|
+
<aui-divider spacer></aui-divider>
|
|
42
|
+
<aui-text muted size="sm">Or</aui-text>
|
|
43
|
+
<aui-divider spacer></aui-divider>
|
|
44
|
+
</aui-stack>
|
|
45
|
+
|
|
46
|
+
<aui-button scrim width="full">Login with Google</aui-button>
|
|
47
|
+
</aui-stack>
|
|
48
|
+
</aui-inset>
|
|
49
|
+
</aui-content>
|
|
50
|
+
<aui-footer>
|
|
51
|
+
<span slot="content"><aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text></span>
|
|
52
|
+
</aui-footer>
|
|
53
|
+
</aui-container>
|
|
54
|
+
description: Simple login card with email, password, forgot-password link, and Google sign-in option.
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
name: login-social
|
|
2
|
+
type: block
|
|
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
|
+
Google) before falling back to traditional email and password fields.
|
|
7
|
+
A brand mark sits above the card for identity reinforcement. Below the
|
|
8
|
+
card a terms notice rounds out the legal requirements. Ideal for
|
|
9
|
+
consumer-facing apps where frictionless social auth is the primary path.
|
|
10
|
+
|
|
11
|
+
components: [aui-container, aui-header, aui-content, aui-footer, aui-inset, aui-stack, aui-heading, aui-text, aui-icon, aui-field, aui-input, aui-button, aui-divider]
|
|
12
|
+
kind: panel
|
|
13
|
+
|
|
14
|
+
examples:
|
|
15
|
+
- html: |
|
|
16
|
+
<aui-stack gap="4" align-items="center">
|
|
17
|
+
<!-- Brand -->
|
|
18
|
+
<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: 0.25rem;">
|
|
20
|
+
<aui-heading size="lg" weight="medium">Acme Inc.</aui-heading>
|
|
21
|
+
</aui-stack>
|
|
22
|
+
|
|
23
|
+
<!-- Card -->
|
|
24
|
+
<aui-container kind="panel" bordered max-width="md" style="min-width: 20rem;">
|
|
25
|
+
<aui-header>
|
|
26
|
+
<span slot="content">
|
|
27
|
+
<aui-stack gap="1" align-items="center" text="center">
|
|
28
|
+
<aui-heading size="xl">Welcome back</aui-heading>
|
|
29
|
+
<aui-text muted size="sm">Login with your Apple or Google account</aui-text>
|
|
30
|
+
</aui-stack>
|
|
31
|
+
</span>
|
|
32
|
+
</aui-header>
|
|
33
|
+
<aui-content>
|
|
34
|
+
<aui-inset>
|
|
35
|
+
<aui-stack gap="6">
|
|
36
|
+
<!-- Social buttons -->
|
|
37
|
+
<aui-stack gap="2">
|
|
38
|
+
<aui-button scrim width="full">Login with Apple</aui-button>
|
|
39
|
+
<aui-button scrim width="full">Login with Google</aui-button>
|
|
40
|
+
</aui-stack>
|
|
41
|
+
|
|
42
|
+
<!-- Divider -->
|
|
43
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
44
|
+
<aui-divider spacer></aui-divider>
|
|
45
|
+
<aui-text muted size="sm">Or continue with</aui-text>
|
|
46
|
+
<aui-divider spacer></aui-divider>
|
|
47
|
+
</aui-stack>
|
|
48
|
+
|
|
49
|
+
<!-- Email field -->
|
|
50
|
+
<aui-field label="Email" width="full">
|
|
51
|
+
<aui-input type="email" placeholder="m@example.com" width="full"></aui-input>
|
|
52
|
+
</aui-field>
|
|
53
|
+
|
|
54
|
+
<!-- Password field with forgot link -->
|
|
55
|
+
<aui-field label="Password" width="full">
|
|
56
|
+
<aui-input type="password" placeholder="Enter your password" width="full"></aui-input>
|
|
57
|
+
<aui-text muted size="xs" slot="trailing" text="right"><a href="#">Forgot your password?</a></aui-text>
|
|
58
|
+
</aui-field>
|
|
59
|
+
|
|
60
|
+
<!-- Login button -->
|
|
61
|
+
<aui-button primary accent width="full">Login</aui-button>
|
|
62
|
+
|
|
63
|
+
<!-- Terms -->
|
|
64
|
+
<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
|
+
</aui-stack>
|
|
66
|
+
</aui-inset>
|
|
67
|
+
</aui-content>
|
|
68
|
+
<aui-footer>
|
|
69
|
+
<span slot="content"><aui-text muted size="sm">Don't have an account? <a href="#">Sign up</a></aui-text></span>
|
|
70
|
+
</aui-footer>
|
|
71
|
+
</aui-container>
|
|
72
|
+
</aui-stack>
|
|
73
|
+
description: Social-first login page with Apple and Google buttons, email/password fallback, and terms notice.
|