@agent-ui-kit/web-components 0.0.15 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-ui.css +1 -1
- package/dist/api.colors.json +2 -2
- package/dist/api.colors.yaml +2 -2
- package/dist/api.components.json +1700 -361
- package/dist/api.tokens.json +3 -3
- package/dist/api.tokens.yaml +3 -3
- package/dist/blocks/action-toolbar/action-toolbar.d.ts +0 -0
- package/dist/blocks/agent-artifact-card/agent-artifact-card.d.ts +0 -0
- package/dist/blocks/agent-chat-response/agent-chat-response.d.ts +0 -0
- package/dist/blocks/agent-code-result/agent-code-result.d.ts +0 -0
- package/dist/blocks/agent-context-panel/agent-context-panel.d.ts +0 -0
- package/dist/blocks/agent-feedback-controls/agent-feedback-controls.d.ts +0 -0
- package/dist/blocks/agent-follow-up-chips/agent-follow-up-chips.d.ts +0 -0
- package/dist/blocks/agent-model-selector/agent-model-selector.d.ts +0 -0
- package/dist/blocks/agent-prompt-input/agent-prompt-input.d.ts +0 -0
- package/dist/blocks/agent-streaming-message/agent-streaming-message.d.ts +0 -0
- package/dist/blocks/agent-suggestion-card/agent-suggestion-card.d.ts +0 -0
- package/dist/blocks/agent-task-card/agent-task-card.d.ts +0 -0
- package/dist/blocks/agent-thinking-state/agent-thinking-state.d.ts +0 -0
- package/dist/blocks/agent-tool-use-card/agent-tool-use-card.d.ts +0 -0
- package/dist/blocks/auth-card/auth-card.d.ts +0 -0
- package/dist/blocks/commerce-pricing-table/commerce-pricing-table.d.ts +0 -0
- package/dist/blocks/comms-chat-thread/comms-chat-thread.d.ts +0 -0
- package/dist/blocks/comms-notification-list/comms-notification-list.d.ts +0 -0
- package/dist/blocks/content-article-card/content-article-card.d.ts +0 -0
- package/dist/blocks/dashboard-kpi-grid/dashboard-kpi-grid.d.ts +0 -0
- package/dist/blocks/data-activity-log/data-activity-log.d.ts +0 -0
- package/dist/blocks/data-metric-card/data-metric-card.d.ts +0 -0
- package/dist/blocks/data-table/data-table.d.ts +0 -0
- package/dist/blocks/data-timeline/data-timeline.d.ts +0 -0
- package/dist/blocks/feedback-alert-banner/feedback-alert-banner.d.ts +0 -0
- package/dist/blocks/feedback-empty-state/feedback-empty-state.d.ts +0 -0
- package/dist/blocks/feedback-progress-stepper/feedback-progress-stepper.d.ts +0 -0
- package/dist/blocks/form-settings-section/form-settings-section.d.ts +0 -0
- package/dist/blocks/game-battleship/game-battleship.d.ts +0 -0
- package/dist/blocks/game-chess/game-chess.d.ts +0 -0
- package/dist/blocks/game-connect-four/game-connect-four.d.ts +0 -0
- package/dist/blocks/game-tic-tac-toe/game-tic-tac-toe.d.ts +0 -0
- package/dist/blocks/list-kanban-board/list-kanban-board.d.ts +0 -0
- package/dist/blocks/media-image-gallery/media-image-gallery.d.ts +0 -0
- package/dist/blocks/nav-sidebar/nav-sidebar.d.ts +0 -0
- package/dist/blocks/onboard-stepper/onboard-stepper.d.ts +0 -0
- package/dist/blocks/overlay-confirmation-modal/overlay-confirmation-modal.d.ts +0 -0
- package/dist/blocks/overlay-dropdown-menu/overlay-dropdown-menu.d.ts +0 -0
- package/dist/blocks/user-profile-card/user-profile-card.d.ts +0 -0
- package/dist/blocks/user-team-list/user-team-list.d.ts +0 -0
- package/dist/chunks/{agent-BF_R_HJk.js → agent-XMhz_6OA.js} +27 -22
- package/dist/chunks/{agent-BF_R_HJk.js.map → agent-XMhz_6OA.js.map} +1 -1
- package/dist/chunks/{meter-Dju8ik6C.js → form-oekEhwja.js} +402 -188
- package/dist/chunks/form-oekEhwja.js.map +1 -0
- package/dist/components/agent.js +1 -1
- package/dist/components/checkbox-group/checkbox-group.d.ts +14 -0
- package/dist/components/checkbox-group/index.d.ts +1 -0
- package/dist/components/editor.js +1 -1
- package/dist/components/form/form.d.ts +12 -0
- package/dist/components/form/index.d.ts +1 -0
- package/dist/components/graph.js +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/noodles/noodle-controller.d.ts +1 -1
- package/dist/components.js +89 -87
- package/dist/docs/blocks/action-toolbar.yaml +73 -0
- package/dist/docs/blocks/agent-artifact-card.yaml +67 -0
- package/dist/docs/blocks/agent-chat-response.yaml +65 -0
- package/dist/docs/blocks/agent-chat.yaml +33 -25
- package/dist/docs/blocks/agent-code-result.yaml +41 -0
- package/dist/docs/blocks/agent-context-panel.yaml +96 -0
- package/dist/docs/blocks/agent-feedback-controls.yaml +101 -0
- package/dist/docs/blocks/agent-follow-up-chips.yaml +37 -0
- package/dist/docs/blocks/agent-model-selector.yaml +83 -0
- package/dist/docs/blocks/agent-prompt-input.yaml +49 -0
- package/dist/docs/blocks/agent-streaming-message.yaml +46 -0
- package/dist/docs/blocks/agent-suggestion-card.yaml +68 -0
- package/dist/docs/blocks/agent-task-card.yaml +112 -0
- package/dist/docs/blocks/agent-thinking-state.yaml +56 -0
- package/dist/docs/blocks/agent-tool-use-card.yaml +142 -0
- package/dist/docs/blocks/announcement-card.yaml +14 -10
- package/dist/docs/blocks/auth-card.yaml +74 -0
- package/dist/docs/blocks/bpm-process.yaml +216 -4
- package/dist/docs/blocks/chart-activity.yaml +12 -10
- package/dist/docs/blocks/chart-card.yaml +14 -11
- package/dist/docs/blocks/chart-donut.yaml +27 -23
- package/dist/docs/blocks/chart-grouped.yaml +14 -11
- package/dist/docs/blocks/chart-horizontal.yaml +13 -10
- package/dist/docs/blocks/chart-interactive.yaml +20 -17
- package/dist/docs/blocks/chart-labeled.yaml +14 -11
- package/dist/docs/blocks/checkout-form.yaml +26 -16
- package/dist/docs/blocks/clinical-trial.yaml +180 -4
- package/dist/docs/blocks/commerce-pricing-table.yaml +142 -0
- package/dist/docs/blocks/comms-chat-thread.yaml +88 -0
- package/dist/docs/blocks/comms-notification-list.yaml +88 -0
- package/dist/docs/blocks/content-article-card.yaml +47 -0
- package/dist/docs/blocks/contributors.yaml +17 -11
- package/dist/docs/blocks/cyber-threat.yaml +158 -4
- package/dist/docs/blocks/dashboard-kpi-grid.yaml +72 -0
- package/dist/docs/blocks/dashboard-layout.yaml +24 -18
- package/dist/docs/blocks/data-activity-log.yaml +99 -0
- package/dist/docs/blocks/data-eng-dag.yaml +222 -6
- package/dist/docs/blocks/data-metric-card.yaml +50 -0
- package/dist/docs/blocks/data-table.yaml +106 -0
- package/dist/docs/blocks/data-timeline.yaml +103 -0
- package/dist/docs/blocks/date-picker.yaml +11 -10
- package/dist/docs/blocks/ddx-workflow.yaml +202 -6
- package/dist/docs/blocks/empty-state.yaml +8 -11
- package/dist/docs/blocks/env-variables.yaml +29 -20
- package/dist/docs/blocks/feature-upgrade.yaml +25 -18
- package/dist/docs/blocks/feedback-alert-banner.yaml +42 -0
- package/dist/docs/blocks/feedback-empty-state.yaml +18 -0
- package/dist/docs/blocks/feedback-progress-stepper.yaml +82 -0
- package/dist/docs/blocks/financial-risk.yaml +161 -4
- package/dist/docs/blocks/flow-editor.yaml +27 -18
- package/dist/docs/blocks/form-settings-section.yaml +129 -0
- package/dist/docs/blocks/game-battleship.yaml +184 -0
- package/dist/docs/blocks/game-chess.yaml +83 -0
- package/dist/docs/blocks/game-connect-four.yaml +80 -0
- package/dist/docs/blocks/game-tic-tac-toe.yaml +51 -0
- package/dist/docs/blocks/gen-ai-pipeline.yaml +232 -5
- package/dist/docs/blocks/issue-assign.yaml +25 -14
- package/dist/docs/blocks/keyboard-shortcuts.yaml +14 -9
- package/dist/docs/blocks/list-kanban-board.yaml +158 -0
- package/dist/docs/blocks/login-branded.yaml +62 -23
- package/dist/docs/blocks/login-email-only.yaml +14 -13
- package/dist/docs/blocks/login-form.yaml +17 -11
- package/dist/docs/blocks/login-simple.yaml +18 -12
- package/dist/docs/blocks/login-social.yaml +21 -14
- package/dist/docs/blocks/login-two-column.yaml +37 -17
- package/dist/docs/blocks/marketing-automation.yaml +209 -4
- package/dist/docs/blocks/media-image-gallery.yaml +39 -0
- package/dist/docs/blocks/member-list.yaml +23 -18
- package/dist/docs/blocks/ml-pipeline.yaml +163 -4
- package/dist/docs/blocks/nav-card.yaml +13 -11
- package/dist/docs/blocks/nav-sidebar.yaml +84 -0
- package/dist/docs/blocks/notification-list.yaml +18 -13
- package/dist/docs/blocks/onboard-stepper.yaml +111 -0
- package/dist/docs/blocks/oncology-pathway.yaml +227 -4
- package/dist/docs/blocks/overlay-confirmation-modal.yaml +60 -0
- package/dist/docs/blocks/overlay-dropdown-menu.yaml +72 -0
- package/dist/docs/blocks/pricing-card.yaml +20 -13
- package/dist/docs/blocks/processing-state.yaml +14 -11
- package/dist/docs/blocks/profile-card.yaml +16 -12
- package/dist/docs/blocks/saas-onboarding.yaml +222 -4
- package/dist/docs/blocks/settings-form.yaml +20 -11
- package/dist/docs/blocks/settings-panel.yaml +22 -22
- package/dist/docs/blocks/sidebar-nav.yaml +21 -15
- package/dist/docs/blocks/signup-form.yaml +17 -11
- package/dist/docs/blocks/stat-cards.yaml +12 -13
- package/dist/docs/blocks/status-card.yaml +20 -17
- package/dist/docs/blocks/suggested-labs.yaml +20 -13
- package/dist/docs/blocks/supply-chain.yaml +160 -4
- package/dist/docs/blocks/survey-card.yaml +21 -13
- package/dist/docs/blocks/tabbed-panel.yaml +21 -15
- package/dist/docs/blocks/team-empty.yaml +8 -9
- package/dist/docs/blocks/usage-billing.yaml +20 -16
- package/dist/docs/blocks/user-profile-card.yaml +52 -0
- package/dist/docs/blocks/user-team-list.yaml +116 -0
- package/dist/docs/components/agent-activity.yaml +27 -7
- package/dist/docs/components/agent-feed.yaml +2 -2
- package/dist/docs/components/agent-prompt.yaml +1 -1
- package/dist/docs/components/agent-seeds.yaml +1 -1
- package/dist/docs/components/breadcrumb.yaml +35 -8
- package/dist/docs/components/button.yaml +14 -2
- package/dist/docs/components/calendar-picker.yaml +3 -2
- package/dist/docs/components/chip.yaml +1 -1
- package/dist/docs/components/color-picker.yaml +33 -7
- package/dist/docs/components/color-slider.yaml +7 -7
- package/dist/docs/components/container.yaml +2 -1
- package/dist/docs/components/heading.yaml +4 -0
- package/dist/docs/components/index.yaml +11 -1
- package/dist/docs/components/input.yaml +10 -9
- package/dist/docs/components/meter.yaml +37 -14
- package/dist/docs/components/nav-item.yaml +7 -7
- package/dist/docs/components/stat.yaml +164 -0
- package/dist/docs/components/stepper.yaml +23 -23
- package/dist/docs/components/time-field.yaml +35 -2
- package/dist/element.js +1 -1
- package/dist/icons.js +137 -128
- package/dist/icons.js.map +1 -1
- package/dist/reactivity.js +1 -1
- package/dist/register.js +299 -297
- package/dist/register.js.map +1 -1
- package/dist/store.js +1 -1
- package/dist/traits.js +2 -2
- package/package.json +1 -1
- package/dist/chunks/meter-Dju8ik6C.js.map +0 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
name: feedback-alert-banner
|
|
2
|
+
type: block
|
|
3
|
+
summary: Dismissible alert banners in info, success, warning, and danger variants.
|
|
4
|
+
description: |
|
|
5
|
+
Four inline notification banners showcasing each intent variant using aui-alert. Each alert carries an intent attribute (info, success, warning, danger), an icon attribute for the leading icon, and the dismissable modifier for the close button. Content uses strong for the heading and p elements for body text and optional action links.
|
|
6
|
+
components:
|
|
7
|
+
- aui-alert
|
|
8
|
+
- aui-stack
|
|
9
|
+
kind: widget
|
|
10
|
+
examples:
|
|
11
|
+
- description: Dismissible alert banners in info, success, warning, and danger variants.
|
|
12
|
+
html: |-
|
|
13
|
+
<aui-stack>
|
|
14
|
+
|
|
15
|
+
<!-- Info -->
|
|
16
|
+
<aui-alert icon="info" dismissable>
|
|
17
|
+
<strong>New version available</strong>
|
|
18
|
+
<p>Version 2.4.1 includes performance improvements and bug fixes.</p>
|
|
19
|
+
<p><a href="#">View changelog</a></p>
|
|
20
|
+
</aui-alert>
|
|
21
|
+
|
|
22
|
+
<!-- Success -->
|
|
23
|
+
<aui-alert success icon="check-circle" dismissable>
|
|
24
|
+
<strong>Deployment successful</strong>
|
|
25
|
+
<p>Your changes are now live in production.</p>
|
|
26
|
+
</aui-alert>
|
|
27
|
+
|
|
28
|
+
<!-- Warning -->
|
|
29
|
+
<aui-alert warning icon="warning" dismissable>
|
|
30
|
+
<strong>Storage almost full</strong>
|
|
31
|
+
<p>You've used 90% of your storage quota. Consider upgrading your plan.</p>
|
|
32
|
+
<p><a href="#">Upgrade plan</a></p>
|
|
33
|
+
</aui-alert>
|
|
34
|
+
|
|
35
|
+
<!-- Danger -->
|
|
36
|
+
<aui-alert danger icon="warning-circle" dismissable>
|
|
37
|
+
<strong>Payment failed</strong>
|
|
38
|
+
<p>Your last payment was declined. Please update your billing information to avoid service interruption.</p>
|
|
39
|
+
<p><a href="#">Update billing</a></p>
|
|
40
|
+
</aui-alert>
|
|
41
|
+
|
|
42
|
+
</aui-stack>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: feedback-empty-state
|
|
2
|
+
type: block
|
|
3
|
+
summary: Centered empty state with illustration, heading, description, and primary + secondary actions.
|
|
4
|
+
description: |
|
|
5
|
+
A vertically centered empty-state card for when a collection or page has no content yet. Uses the aui-empty-state component with an icon, heading, description, and a primary CTA button with leading icon.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-empty-state
|
|
9
|
+
- aui-button
|
|
10
|
+
kind: card
|
|
11
|
+
examples:
|
|
12
|
+
- description: Centered empty state with illustration, heading, description, and primary + secondary actions.
|
|
13
|
+
html: |-
|
|
14
|
+
<aui-container kind="card" bordered max-width="sm">
|
|
15
|
+
<aui-empty-state icon="file-dashed" heading="No projects yet" description="Create your first project to get started. Projects help you organize your work and collaborate with your team.">
|
|
16
|
+
<aui-button accent icon-leading="plus">Create Project</aui-button>
|
|
17
|
+
</aui-empty-state>
|
|
18
|
+
</aui-container>
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
name: feedback-progress-stepper
|
|
2
|
+
type: block
|
|
3
|
+
summary: Horizontal multi-step progress wizard with step content and navigation footer.
|
|
4
|
+
description: |
|
|
5
|
+
A wizard-style card with aui-stepper direction="horizontal" at the top showing step indicators connected by lines. Each aui-step has a state-driven avatar with solid backgrounds (done=success check, running=accent number, pending=--aui-neutral-highest with --aui-ink-muted text) with label and optional sublabel. Below the stepper, the current step's content area uses aui-inset gap="4" and shows a title, description, and progress bar with --aui-accent-500 fill on --aui-control track. Footer has scrim Back and primary accent Continue buttons with grow="1" basis="0" for equal sizing. Connector lines between steps are handled by the aui-stepper/aui-step elements.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-content
|
|
9
|
+
- aui-footer
|
|
10
|
+
- aui-inset
|
|
11
|
+
- aui-stepper
|
|
12
|
+
- aui-step
|
|
13
|
+
- aui-stack
|
|
14
|
+
- aui-heading
|
|
15
|
+
- aui-text
|
|
16
|
+
- aui-avatar
|
|
17
|
+
- aui-icon
|
|
18
|
+
- aui-button
|
|
19
|
+
- aui-button-group
|
|
20
|
+
kind: card
|
|
21
|
+
examples:
|
|
22
|
+
- description: Horizontal multi-step progress wizard with step content and navigation footer.
|
|
23
|
+
html: |-
|
|
24
|
+
<aui-container kind="card" bordered max-width="lg">
|
|
25
|
+
|
|
26
|
+
<!-- Current step content -->
|
|
27
|
+
<aui-content>
|
|
28
|
+
<aui-inset gap="4">
|
|
29
|
+
|
|
30
|
+
<!-- Stepper track -->
|
|
31
|
+
<aui-stepper direction="horizontal">
|
|
32
|
+
|
|
33
|
+
<aui-step state="done">
|
|
34
|
+
<aui-avatar size="xs" success solid><aui-icon name="check" size="xs"></aui-icon></aui-avatar>
|
|
35
|
+
<aui-text size="xs" weight="medium">Account</aui-text>
|
|
36
|
+
<aui-text size="xs" muted>Completed</aui-text>
|
|
37
|
+
</aui-step>
|
|
38
|
+
|
|
39
|
+
<aui-step state="done">
|
|
40
|
+
<aui-avatar size="xs" success solid><aui-icon name="check" size="xs"></aui-icon></aui-avatar>
|
|
41
|
+
<aui-text size="xs" weight="medium">Team</aui-text>
|
|
42
|
+
<aui-text size="xs" muted>3 invited</aui-text>
|
|
43
|
+
</aui-step>
|
|
44
|
+
|
|
45
|
+
<aui-step state="running">
|
|
46
|
+
<aui-avatar size="xs" accent solid>3</aui-avatar>
|
|
47
|
+
<aui-text size="xs" weight="medium">Integrations</aui-text>
|
|
48
|
+
<aui-text size="xs" muted>In progress</aui-text>
|
|
49
|
+
</aui-step>
|
|
50
|
+
|
|
51
|
+
<aui-step>
|
|
52
|
+
<aui-avatar size="xs" style="background: var(--aui-neutral-highest); color: var(--aui-ink-muted);">4</aui-avatar>
|
|
53
|
+
<aui-text size="xs" muted>Review</aui-text>
|
|
54
|
+
</aui-step>
|
|
55
|
+
|
|
56
|
+
</aui-stepper>
|
|
57
|
+
<aui-stack gap="4">
|
|
58
|
+
<aui-stack gap="1">
|
|
59
|
+
<aui-heading size="lg">Connect your tools</aui-heading>
|
|
60
|
+
<aui-text muted size="sm">Link the services your team uses every day. We'll import your existing data and configure notifications automatically.</aui-text>
|
|
61
|
+
</aui-stack>
|
|
62
|
+
<aui-stack gap="2">
|
|
63
|
+
<aui-stack direction="row" gap="2" align-items="center">
|
|
64
|
+
<aui-text size="xs" spacer>Setup progress</aui-text>
|
|
65
|
+
<aui-text size="xs" muted>2 of 5 connected</aui-text>
|
|
66
|
+
</aui-stack>
|
|
67
|
+
<div style="height: 4px; border-radius: var(--aui-radius); background: var(--aui-control);">
|
|
68
|
+
<div style="width: 40%; height: 100%; border-radius: var(--aui-radius); background: var(--aui-accent-500);"></div>
|
|
69
|
+
</div>
|
|
70
|
+
</aui-stack>
|
|
71
|
+
</aui-stack>
|
|
72
|
+
</aui-inset>
|
|
73
|
+
</aui-content>
|
|
74
|
+
|
|
75
|
+
<aui-footer>
|
|
76
|
+
<aui-button-group>
|
|
77
|
+
<aui-button scrim grow="1" basis="0">Back</aui-button>
|
|
78
|
+
<aui-button primary accent icon-trailing="caret-right" grow="1" basis="0">Continue</aui-button>
|
|
79
|
+
</aui-button-group>
|
|
80
|
+
</aui-footer>
|
|
81
|
+
|
|
82
|
+
</aui-container>
|
|
@@ -1,7 +1,164 @@
|
|
|
1
1
|
name: financial-risk
|
|
2
2
|
type: block
|
|
3
3
|
summary: Financial Risk Cascade — 12 nodes, 14 connections.
|
|
4
|
-
description:
|
|
5
|
-
Visual graph block rendered from the Financial Risk Cascade dataset using
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
description: |
|
|
5
|
+
Visual graph block rendered from the Financial Risk Cascade dataset using aui-graph components with port-selector noodle connections.
|
|
6
|
+
components:
|
|
7
|
+
- aui-container
|
|
8
|
+
- aui-text
|
|
9
|
+
- aui-graph-ui
|
|
10
|
+
- aui-graph-layer
|
|
11
|
+
- aui-graph-node
|
|
12
|
+
- aui-graph-noodle
|
|
13
|
+
- aui-graph-port
|
|
14
|
+
examples:
|
|
15
|
+
- description: Financial Risk Cascade — 12 nodes, 14 connections.
|
|
16
|
+
html: |-
|
|
17
|
+
<aui-graph-ui connectable style="width: 100%; height: 32.875rem; min-width: 71.125rem;">
|
|
18
|
+
<aui-graph-layer name="wires" type="svg">
|
|
19
|
+
<!-- Market Data Feed → Interest Rate Model -->
|
|
20
|
+
<aui-graph-noodle from="fr-market:right" to="fr-interest:left" color="accent" weight="2"></aui-graph-noodle>
|
|
21
|
+
<!-- Market Data Feed → Credit Risk Model -->
|
|
22
|
+
<aui-graph-noodle from="fr-market:right" to="fr-credit:left" color="accent" weight="2"></aui-graph-noodle>
|
|
23
|
+
<!-- FX Rate Engine → Credit Risk Model -->
|
|
24
|
+
<aui-graph-noodle from="fr-fx:right" to="fr-credit:left" color="accent" weight="2"></aui-graph-noodle>
|
|
25
|
+
<!-- FX Rate Engine → VaR Calculator -->
|
|
26
|
+
<aui-graph-noodle from="fr-fx:right" to="fr-var:left" color="accent" weight="2"></aui-graph-noodle>
|
|
27
|
+
<!-- Interest Rate Model → VaR Calculator -->
|
|
28
|
+
<aui-graph-noodle from="fr-interest:right" to="fr-var:left" color="accent" weight="2"></aui-graph-noodle>
|
|
29
|
+
<!-- Credit Risk Model → Stress Test Engine -->
|
|
30
|
+
<aui-graph-noodle from="fr-credit:right" to="fr-stress:left" color="accent" weight="2"></aui-graph-noodle>
|
|
31
|
+
<!-- VaR Calculator → Compliance Gateway -->
|
|
32
|
+
<aui-graph-noodle from="fr-var:right" to="fr-compliance:left" color="accent" weight="2"></aui-graph-noodle>
|
|
33
|
+
<!-- VaR Calculator → P&L Attribution -->
|
|
34
|
+
<aui-graph-noodle from="fr-var:right" to="fr-pnl:left" color="accent" weight="2"></aui-graph-noodle>
|
|
35
|
+
<!-- Stress Test Engine → Compliance Gateway -->
|
|
36
|
+
<aui-graph-noodle from="fr-stress:right" to="fr-compliance:left" color="accent" weight="2"></aui-graph-noodle>
|
|
37
|
+
<!-- Liquidity Monitor → Compliance Gateway -->
|
|
38
|
+
<aui-graph-noodle from="fr-liquidity:right" to="fr-compliance:left" color="danger" weight="2"></aui-graph-noodle>
|
|
39
|
+
<!-- Compliance Gateway → Regulatory Report -->
|
|
40
|
+
<aui-graph-noodle from="fr-compliance:right" to="fr-regulatory:left" color="accent" weight="2"></aui-graph-noodle>
|
|
41
|
+
<!-- P&L Attribution → Counterparty Exposure -->
|
|
42
|
+
<aui-graph-noodle from="fr-pnl:right" to="fr-counterparty:left" color="accent" weight="2"></aui-graph-noodle>
|
|
43
|
+
<!-- Counterparty Exposure → Margin Call Engine -->
|
|
44
|
+
<aui-graph-noodle from="fr-counterparty:right" to="fr-margin:left" color="accent" weight="2"></aui-graph-noodle>
|
|
45
|
+
<!-- Margin Call Engine → Regulatory Report -->
|
|
46
|
+
<aui-graph-noodle from="fr-margin:right" to="fr-regulatory:left" color="accent" weight="2"></aui-graph-noodle>
|
|
47
|
+
</aui-graph-layer>
|
|
48
|
+
<aui-graph-layer name="content">
|
|
49
|
+
<!-- Market Data Feed -->
|
|
50
|
+
<aui-graph-node x="24" y="116" node-id="fr-market">
|
|
51
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
52
|
+
<aui-text weight="medium">Market Data Feed</aui-text>
|
|
53
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
54
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
55
|
+
</aui-container>
|
|
56
|
+
</aui-graph-node>
|
|
57
|
+
<!-- FX Rate Engine -->
|
|
58
|
+
<aui-graph-node x="24" y="256" node-id="fr-fx">
|
|
59
|
+
<aui-container kind="card" bordered padding="3" accent>
|
|
60
|
+
<aui-text weight="medium">FX Rate Engine</aui-text>
|
|
61
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
62
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
63
|
+
</aui-container>
|
|
64
|
+
</aui-graph-node>
|
|
65
|
+
<!-- Interest Rate Model -->
|
|
66
|
+
<aui-graph-node x="240" y="46" node-id="fr-interest">
|
|
67
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
68
|
+
<aui-text weight="medium">Interest Rate Model</aui-text>
|
|
69
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
70
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
71
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
72
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
73
|
+
</aui-container>
|
|
74
|
+
</aui-graph-node>
|
|
75
|
+
<!-- Credit Risk Model -->
|
|
76
|
+
<aui-graph-node x="240" y="186" node-id="fr-credit">
|
|
77
|
+
<aui-container kind="card" bordered padding="3" info>
|
|
78
|
+
<aui-text weight="medium">Credit Risk Model</aui-text>
|
|
79
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
80
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
81
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
82
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
83
|
+
</aui-container>
|
|
84
|
+
</aui-graph-node>
|
|
85
|
+
<!-- VaR Calculator -->
|
|
86
|
+
<aui-graph-node x="456" y="46" node-id="fr-var">
|
|
87
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
88
|
+
<aui-text weight="medium">VaR Calculator</aui-text>
|
|
89
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
90
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
91
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
92
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
93
|
+
</aui-container>
|
|
94
|
+
</aui-graph-node>
|
|
95
|
+
<!-- Stress Test Engine -->
|
|
96
|
+
<aui-graph-node x="456" y="186" node-id="fr-stress">
|
|
97
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
98
|
+
<aui-text weight="medium">Stress Test Engine</aui-text>
|
|
99
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
100
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
101
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
102
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
103
|
+
</aui-container>
|
|
104
|
+
</aui-graph-node>
|
|
105
|
+
<!-- Liquidity Monitor -->
|
|
106
|
+
<aui-graph-node x="456" y="326" node-id="fr-liquidity">
|
|
107
|
+
<aui-container kind="card" bordered padding="3" warning>
|
|
108
|
+
<aui-text weight="medium">Liquidity Monitor</aui-text>
|
|
109
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
110
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
111
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
112
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
113
|
+
</aui-container>
|
|
114
|
+
</aui-graph-node>
|
|
115
|
+
<!-- Compliance Gateway -->
|
|
116
|
+
<aui-graph-node x="672" y="116" node-id="fr-compliance">
|
|
117
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
118
|
+
<aui-text weight="medium">Compliance Gateway</aui-text>
|
|
119
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
120
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
121
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
122
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
123
|
+
</aui-container>
|
|
124
|
+
</aui-graph-node>
|
|
125
|
+
<!-- P&L Attribution -->
|
|
126
|
+
<aui-graph-node x="672" y="256" node-id="fr-pnl">
|
|
127
|
+
<aui-container kind="card" bordered padding="3" danger>
|
|
128
|
+
<aui-text weight="medium">P&L Attribution</aui-text>
|
|
129
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
130
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
131
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
132
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
133
|
+
</aui-container>
|
|
134
|
+
</aui-graph-node>
|
|
135
|
+
<!-- Regulatory Report -->
|
|
136
|
+
<aui-graph-node x="888" y="46" node-id="fr-regulatory">
|
|
137
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
138
|
+
<aui-text weight="medium">Regulatory Report</aui-text>
|
|
139
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
140
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
141
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
142
|
+
</aui-container>
|
|
143
|
+
</aui-graph-node>
|
|
144
|
+
<!-- Counterparty Exposure -->
|
|
145
|
+
<aui-graph-node x="888" y="186" node-id="fr-counterparty">
|
|
146
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
147
|
+
<aui-text weight="medium">Counterparty Exposure</aui-text>
|
|
148
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
149
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
150
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
151
|
+
<aui-graph-port port-id="bottom" side="bottom" type="output"></aui-graph-port>
|
|
152
|
+
</aui-container>
|
|
153
|
+
</aui-graph-node>
|
|
154
|
+
<!-- Margin Call Engine -->
|
|
155
|
+
<aui-graph-node x="888" y="326" node-id="fr-margin">
|
|
156
|
+
<aui-container kind="card" bordered padding="3" success>
|
|
157
|
+
<aui-text weight="medium">Margin Call Engine</aui-text>
|
|
158
|
+
<aui-graph-port port-id="left" side="left" type="input"></aui-graph-port>
|
|
159
|
+
<aui-graph-port port-id="right" side="right" type="output"></aui-graph-port>
|
|
160
|
+
<aui-graph-port port-id="top" side="top" type="input"></aui-graph-port>
|
|
161
|
+
</aui-container>
|
|
162
|
+
</aui-graph-node>
|
|
163
|
+
</aui-graph-layer>
|
|
164
|
+
</aui-graph-ui>
|
|
@@ -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.
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
name: form-settings-section
|
|
2
|
+
type: block
|
|
3
|
+
summary: Multi-section settings page with profile form fields and notification toggles.
|
|
4
|
+
description: |
|
|
5
|
+
A vertically stacked pair of settings sections. The first section uses aui-fieldset legend="Personal Details" (borderless) to group a profile form with two-column field rows using gap="3" between rows (display name, email, timezone, role) with fields using grow="1" basis="0" for equal sizing, and a save/cancel footer in an aui-button-group. The second section uses aui-fieldset legend="Notification Channels" (borderless) for notification toggle rows where the switch aligns horizontally with the title in a direction="row" stack, and the description sits below spanning full width. No footer on the notifications section since toggles save immediately. Both sections follow the container-header- content skeleton with the notifications section adding dividers between rows. Sections are wrapped in a max-width stack for page-level constraint.
|
|
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-select
|
|
18
|
+
- aui-option
|
|
19
|
+
- aui-switch
|
|
20
|
+
- aui-button
|
|
21
|
+
- aui-button-group
|
|
22
|
+
- aui-fieldset
|
|
23
|
+
- aui-divider
|
|
24
|
+
kind: card
|
|
25
|
+
examples:
|
|
26
|
+
- description: Multi-section settings page with profile form fields and notification toggles.
|
|
27
|
+
html: |-
|
|
28
|
+
<aui-stack gap="4" max-width="2xl">
|
|
29
|
+
|
|
30
|
+
<!-- Profile section -->
|
|
31
|
+
<aui-container kind="card" bordered>
|
|
32
|
+
<aui-header>
|
|
33
|
+
<span slot="leading">
|
|
34
|
+
<aui-stack gap="1">
|
|
35
|
+
<aui-heading size="lg">Profile</aui-heading>
|
|
36
|
+
<aui-text muted size="sm">Your public identity across the workspace.</aui-text>
|
|
37
|
+
</aui-stack>
|
|
38
|
+
</span>
|
|
39
|
+
</aui-header>
|
|
40
|
+
<aui-content>
|
|
41
|
+
<aui-inset>
|
|
42
|
+
<aui-fieldset legend="Personal Details" borderless>
|
|
43
|
+
<aui-stack direction="row" gap="3">
|
|
44
|
+
<aui-field label="Display name" width="full" grow="1" basis="0">
|
|
45
|
+
<aui-input placeholder="Amara Osei" width="full"></aui-input>
|
|
46
|
+
</aui-field>
|
|
47
|
+
<aui-field label="Email address" width="full" grow="1" basis="0">
|
|
48
|
+
<aui-input type="email" placeholder="amara@acme.io" width="full"></aui-input>
|
|
49
|
+
</aui-field>
|
|
50
|
+
</aui-stack>
|
|
51
|
+
<aui-stack direction="row" gap="3">
|
|
52
|
+
<aui-field label="Timezone" width="full" grow="1" basis="0">
|
|
53
|
+
<aui-select width="full" placeholder="(UTC-08:00) Pacific Time">
|
|
54
|
+
<aui-option value="pst">(UTC-08:00) Pacific Time</aui-option>
|
|
55
|
+
<aui-option value="mst">(UTC-07:00) Mountain Time</aui-option>
|
|
56
|
+
<aui-option value="cst">(UTC-06:00) Central Time</aui-option>
|
|
57
|
+
<aui-option value="est">(UTC-05:00) Eastern Time</aui-option>
|
|
58
|
+
</aui-select>
|
|
59
|
+
</aui-field>
|
|
60
|
+
<aui-field label="Role" width="full" grow="1" basis="0">
|
|
61
|
+
<aui-select width="full" placeholder="Engineering">
|
|
62
|
+
<aui-option value="eng">Engineering</aui-option>
|
|
63
|
+
<aui-option value="design">Design</aui-option>
|
|
64
|
+
<aui-option value="product">Product</aui-option>
|
|
65
|
+
<aui-option value="marketing">Marketing</aui-option>
|
|
66
|
+
</aui-select>
|
|
67
|
+
</aui-field>
|
|
68
|
+
</aui-stack>
|
|
69
|
+
</aui-fieldset>
|
|
70
|
+
</aui-inset>
|
|
71
|
+
</aui-content>
|
|
72
|
+
<aui-footer>
|
|
73
|
+
<aui-button-group>
|
|
74
|
+
<aui-button primary grow="1" basis="0">Save changes</aui-button>
|
|
75
|
+
<aui-button scrim grow="1" basis="0">Cancel</aui-button>
|
|
76
|
+
</aui-button-group>
|
|
77
|
+
</aui-footer>
|
|
78
|
+
</aui-container>
|
|
79
|
+
|
|
80
|
+
<!-- Notifications section -->
|
|
81
|
+
<aui-container kind="card" bordered>
|
|
82
|
+
<aui-header>
|
|
83
|
+
<span slot="leading">
|
|
84
|
+
<aui-stack gap="1">
|
|
85
|
+
<aui-heading size="lg">Notifications</aui-heading>
|
|
86
|
+
<aui-text muted size="sm">Choose which updates reach you and how.</aui-text>
|
|
87
|
+
</aui-stack>
|
|
88
|
+
</span>
|
|
89
|
+
</aui-header>
|
|
90
|
+
<aui-content>
|
|
91
|
+
<aui-inset>
|
|
92
|
+
<aui-fieldset legend="Notification Channels" borderless>
|
|
93
|
+
<aui-stack gap="1">
|
|
94
|
+
<aui-stack direction="row" gap="3" align-items="center">
|
|
95
|
+
<aui-heading size="md" spacer>Email notifications</aui-heading>
|
|
96
|
+
<aui-switch checked></aui-switch>
|
|
97
|
+
</aui-stack>
|
|
98
|
+
<aui-text muted size="sm">Receive updates via email when someone mentions you.</aui-text>
|
|
99
|
+
</aui-stack>
|
|
100
|
+
<aui-divider></aui-divider>
|
|
101
|
+
<aui-stack gap="1">
|
|
102
|
+
<aui-stack direction="row" gap="3" align-items="center">
|
|
103
|
+
<aui-heading size="md" spacer>Push notifications</aui-heading>
|
|
104
|
+
<aui-switch checked></aui-switch>
|
|
105
|
+
</aui-stack>
|
|
106
|
+
<aui-text muted size="sm">Get push notifications on your mobile device.</aui-text>
|
|
107
|
+
</aui-stack>
|
|
108
|
+
<aui-divider></aui-divider>
|
|
109
|
+
<aui-stack gap="1">
|
|
110
|
+
<aui-stack direction="row" gap="3" align-items="center">
|
|
111
|
+
<aui-heading size="md" spacer>Weekly report</aui-heading>
|
|
112
|
+
<aui-switch></aui-switch>
|
|
113
|
+
</aui-stack>
|
|
114
|
+
<aui-text muted size="sm">Receive a weekly summary of your activity.</aui-text>
|
|
115
|
+
</aui-stack>
|
|
116
|
+
<aui-divider></aui-divider>
|
|
117
|
+
<aui-stack gap="1">
|
|
118
|
+
<aui-stack direction="row" gap="3" align-items="center">
|
|
119
|
+
<aui-heading size="md" spacer>Marketing emails</aui-heading>
|
|
120
|
+
<aui-switch></aui-switch>
|
|
121
|
+
</aui-stack>
|
|
122
|
+
<aui-text muted size="sm">Occasional product updates and announcements.</aui-text>
|
|
123
|
+
</aui-stack>
|
|
124
|
+
</aui-fieldset>
|
|
125
|
+
</aui-inset>
|
|
126
|
+
</aui-content>
|
|
127
|
+
</aui-container>
|
|
128
|
+
|
|
129
|
+
</aui-stack>
|