@almadar/std 16.28.3 → 16.28.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/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
- package/behaviors/registry/core/atoms/std-app-search.orb +66 -66
- package/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
- package/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
- package/behaviors/registry/core/atoms/std-board.orb +283 -283
- package/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
- package/behaviors/registry/core/atoms/std-browse.orb +428 -305
- package/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
- package/behaviors/registry/core/atoms/std-calendar.orb +67 -67
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
- package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/behaviors/registry/core/atoms/std-date-range.orb +22 -22
- package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
- package/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
- package/behaviors/registry/core/atoms/std-event-log.orb +169 -169
- package/behaviors/registry/core/atoms/std-export.orb +55 -55
- package/behaviors/registry/core/atoms/std-file-store.orb +312 -300
- package/behaviors/registry/core/atoms/std-filter.orb +25 -25
- package/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
- package/behaviors/registry/core/atoms/std-gallery.orb +60 -54
- package/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
- package/behaviors/registry/core/atoms/std-graphs.orb +175 -175
- package/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/behaviors/registry/core/atoms/std-modal.orb +38 -38
- package/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/behaviors/registry/core/atoms/std-pagination.orb +18 -18
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
- package/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
- package/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
- package/behaviors/registry/core/atoms/std-scatter.orb +61 -61
- package/behaviors/registry/core/atoms/std-search.orb +12 -12
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
- package/behaviors/registry/core/atoms/std-stats.orb +202 -202
- package/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
- package/behaviors/registry/core/atoms/std-tabs.orb +57 -57
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/behaviors/registry/core/atoms/std-thread.orb +179 -173
- package/behaviors/registry/core/atoms/std-version-history.orb +259 -247
- package/behaviors/registry/core/atoms/std-vote.orb +69 -63
- package/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
- package/behaviors/registry/core/atoms/std-wizard.orb +218 -218
- package/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
- package/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
- package/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
- package/behaviors/registry/core/molecules/std-list.orb +196 -57
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
- package/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
- package/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
- package/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
- package/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
- package/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
- package/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
- package/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
- package/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
- package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
- package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
- package/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors/behaviors-registry.json +7 -7
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/dist/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
- package/dist/behaviors/registry/core/atoms/std-app-search.orb +66 -66
- package/dist/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
- package/dist/behaviors/registry/core/atoms/std-board.orb +283 -283
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
- package/dist/behaviors/registry/core/atoms/std-browse.orb +428 -305
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
- package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-date-range.orb +22 -22
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-event-log.orb +169 -169
- package/dist/behaviors/registry/core/atoms/std-export.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +312 -300
- package/dist/behaviors/registry/core/atoms/std-filter.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +60 -54
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +175 -175
- package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/dist/behaviors/registry/core/atoms/std-modal.orb +38 -38
- package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +18 -18
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
- package/dist/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
- package/dist/behaviors/registry/core/atoms/std-scatter.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-search.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
- package/dist/behaviors/registry/core/atoms/std-stats.orb +202 -202
- package/dist/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/dist/behaviors/registry/core/atoms/std-thread.orb +179 -173
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +259 -247
- package/dist/behaviors/registry/core/atoms/std-vote.orb +69 -63
- package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
- package/dist/behaviors/registry/core/atoms/std-wizard.orb +218 -218
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-list.orb +196 -57
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/dist/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/dist/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/dist/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/dist/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/dist/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/dist/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/dist/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/dist/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/dist/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/dist/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/dist/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/dist/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/dist/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/dist/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/dist/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
- package/dist/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
- package/dist/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
- package/dist/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/dist/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/dist/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/dist/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/dist/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/dist/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
- package/dist/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/dist/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/dist/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/dist/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/dist/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/dist/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/dist/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
- package/dist/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/dist/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/dist/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/dist/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/dist/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/dist/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/dist/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/dist/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/dist/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
- package/dist/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/dist/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/dist/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/dist/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/dist/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/dist/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/dist/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/dist/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/dist/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/dist/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/dist/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/dist/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/dist/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/dist/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/dist/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/dist/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/dist/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/dist/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/dist/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/dist/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/dist/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/dist/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/dist/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/dist/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/dist/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/dist/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/dist/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/dist/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/dist/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
- package/dist/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/dist/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/dist/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/dist/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/dist/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/dist/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/dist/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/dist/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/dist/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/dist/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/dist/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/dist/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/dist/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/dist/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/dist/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/dist/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/dist/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/dist/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/dist/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/dist/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/dist/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/dist/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/dist/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
- package/dist/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/dist/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/dist/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/dist/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
- package/dist/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/dist/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/dist/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/dist/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/dist/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/dist/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/dist/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/dist/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/dist/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/dist/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/dist/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/dist/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/dist/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/dist/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/dist/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/dist/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/dist/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/dist/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/dist/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/dist/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
- package/dist/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/dist/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/dist/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/dist/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/dist/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/dist/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/dist/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/dist/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/dist/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/dist/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/dist/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/dist/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/dist/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/dist/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/dist/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/dist/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/dist/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/dist/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/dist/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/dist/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/dist/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/dist/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/dist/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/dist/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/dist/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/dist/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/dist/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/dist/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/dist/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/dist/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/dist/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/dist/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/dist/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/dist/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/dist/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/dist/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/dist/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/dist/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/dist/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/dist/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/dist/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/dist/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/behaviors-registry.json +7 -7
- package/dist/index.d.ts +2 -2
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry/agent/atoms/std-agent-activity-log.orb +79 -79
- package/dist/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/registry/agent/atoms/std-agent-classifier.orb +130 -113
- package/dist/registry/agent/atoms/std-agent-completion.orb +131 -114
- package/dist/registry/agent/atoms/std-agent-context-window.orb +427 -406
- package/dist/registry/agent/atoms/std-agent-conversation.orb +104 -104
- package/dist/registry/agent/atoms/std-agent-memory.orb +269 -216
- package/dist/registry/agent/atoms/std-agent-provider.orb +156 -139
- package/dist/registry/agent/atoms/std-agent-search.orb +79 -68
- package/dist/registry/agent/atoms/std-agent-session.orb +400 -223
- package/dist/registry/agent/atoms/std-agent-step-progress.orb +193 -192
- package/dist/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
- package/dist/registry/agent/atoms/std-agent-tool-call.orb +94 -58
- package/dist/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
- package/dist/registry/agent/molecules/std-agent-learner.orb +178 -178
- package/dist/registry/agent/molecules/std-agent-planner.orb +139 -126
- package/dist/registry/agent/molecules/std-agent-rag.orb +114 -112
- package/dist/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
- package/dist/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
- package/dist/registry/agent/organisms/std-agent-builder.orb +3072 -3032
- package/dist/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
- package/dist/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
- package/dist/registry/agent/organisms/std-agent-tutor.orb +1116 -902
- package/dist/registry/core/atoms/std-app-layout.orb +96 -84
- package/dist/registry/core/atoms/std-app-search.orb +66 -66
- package/dist/registry/core/atoms/std-autocomplete.orb +47 -40
- package/dist/registry/core/atoms/std-billable-hour.orb +191 -185
- package/dist/registry/core/atoms/std-board.orb +283 -283
- package/dist/registry/core/atoms/std-branching-logic.orb +171 -165
- package/dist/registry/core/atoms/std-browse.orb +428 -305
- package/dist/registry/core/atoms/std-cache-aside.orb +129 -129
- package/dist/registry/core/atoms/std-calendar.orb +67 -67
- package/dist/registry/core/atoms/std-circuit-breaker.orb +237 -237
- package/dist/registry/core/atoms/std-confirmation.orb +34 -28
- package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
- package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
- package/dist/registry/core/atoms/std-dashboard-summary.orb +71 -71
- package/dist/registry/core/atoms/std-date-range.orb +22 -22
- package/dist/registry/core/atoms/std-drawer.orb +11 -11
- package/dist/registry/core/atoms/std-esign-request.orb +36 -36
- package/dist/registry/core/atoms/std-event-log.orb +169 -169
- package/dist/registry/core/atoms/std-export.orb +55 -55
- package/dist/registry/core/atoms/std-file-store.orb +312 -300
- package/dist/registry/core/atoms/std-filter.orb +25 -25
- package/dist/registry/core/atoms/std-form-advanced.orb +79 -79
- package/dist/registry/core/atoms/std-gallery.orb +60 -54
- package/dist/registry/core/atoms/std-geosearch.orb +28 -28
- package/dist/registry/core/atoms/std-graphs.orb +175 -175
- package/dist/registry/core/atoms/std-hero-banner.orb +25 -25
- package/dist/registry/core/atoms/std-image-upload-multi.orb +118 -112
- package/dist/registry/core/atoms/std-modal.orb +38 -38
- package/dist/registry/core/atoms/std-multi-party-flow.orb +547 -547
- package/dist/registry/core/atoms/std-pagination.orb +18 -18
- package/dist/registry/core/atoms/std-push.orb +47 -47
- package/dist/registry/core/atoms/std-rate-limiter.orb +220 -220
- package/dist/registry/core/atoms/std-rating-review.orb +617 -617
- package/dist/registry/core/atoms/std-recurrence.orb +181 -181
- package/dist/registry/core/atoms/std-related.orb +31 -31
- package/dist/registry/core/atoms/std-rich-editor.orb +248 -230
- package/dist/registry/core/atoms/std-saved-search.orb +115 -109
- package/dist/registry/core/atoms/std-scatter.orb +61 -61
- package/dist/registry/core/atoms/std-search.orb +12 -12
- package/dist/registry/core/atoms/std-selection.orb +91 -91
- package/dist/registry/core/atoms/std-sidebar-meta.orb +80 -80
- package/dist/registry/core/atoms/std-signature-capture.orb +118 -112
- package/dist/registry/core/atoms/std-stats.orb +202 -202
- package/dist/registry/core/atoms/std-step-flow.orb +288 -288
- package/dist/registry/core/atoms/std-tabs.orb +57 -57
- package/dist/registry/core/atoms/std-tag-taxonomy.orb +137 -137
- package/dist/registry/core/atoms/std-thread.orb +179 -173
- package/dist/registry/core/atoms/std-version-history.orb +259 -247
- package/dist/registry/core/atoms/std-vote.orb +69 -63
- package/dist/registry/core/atoms/std-wizard-form.orb +171 -171
- package/dist/registry/core/atoms/std-wizard.orb +218 -218
- package/dist/registry/core/molecules/std-dashboard.orb +44 -44
- package/dist/registry/core/molecules/std-esign-flow.orb +282 -138
- package/dist/registry/core/molecules/std-filtered-list.orb +18 -18
- package/dist/registry/core/molecules/std-list.orb +196 -57
- package/dist/registry/core/molecules/std-tabs-layout.orb +9 -9
- package/dist/registry/core/organisms/std-generic-app.orb +738 -558
- package/dist/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
- package/dist/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
- package/dist/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
- package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
- package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
- package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
- package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
- package/dist/registry/core-variations/atoms/std-browse-dense.orb +74 -74
- package/dist/registry/core-variations/atoms/std-browse-feed.orb +51 -51
- package/dist/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
- package/dist/registry/core-variations/atoms/std-browse-map.orb +18 -18
- package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
- package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
- package/dist/registry/core-variations/atoms/std-flag.orb +3 -3
- package/dist/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
- package/dist/registry/core-variations/atoms/std-graphs-line.orb +5 -5
- package/dist/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
- package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
- package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
- package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
- package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
- package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
- package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
- package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
- package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
- package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
- package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
- package/dist/registry/infra/atoms/std-approval-gate.orb +218 -200
- package/dist/registry/infra/atoms/std-audit-capture.orb +21 -21
- package/dist/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
- package/dist/registry/infra/atoms/std-cross-reference.orb +26 -26
- package/dist/registry/infra/atoms/std-data-erasure.orb +166 -154
- package/dist/registry/infra/atoms/std-lifecycle.orb +34 -34
- package/dist/registry/infra/atoms/std-mod-queue.orb +250 -226
- package/dist/registry/infra/atoms/std-notify-on-event.orb +51 -51
- package/dist/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
- package/dist/registry/infra/atoms/std-row-access-control.orb +15 -15
- package/dist/registry/infra/atoms/std-status-lifecycle.orb +49 -49
- package/dist/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
- package/dist/registry/ui/avl/molecules/ui-module-card.orb +141 -141
- package/dist/registry/ui/core/atoms/ui-action-button.orb +42 -42
- package/dist/registry/ui/core/atoms/ui-aside.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-avatar.orb +48 -48
- package/dist/registry/ui/core/atoms/ui-badge.orb +42 -42
- package/dist/registry/ui/core/atoms/ui-box.orb +111 -111
- package/dist/registry/ui/core/atoms/ui-button.orb +56 -56
- package/dist/registry/ui/core/atoms/ui-card.orb +39 -39
- package/dist/registry/ui/core/atoms/ui-center.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-checkbox.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-choice-button.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
- package/dist/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-control-button.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-damage-number.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-day-cell.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-dialog.orb +3 -3
- package/dist/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
- package/dist/registry/ui/core/atoms/ui-divider.orb +15 -15
- package/dist/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-flip-container.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-heading.orb +76 -76
- package/dist/registry/ui/core/atoms/ui-health-bar.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-icon.orb +40 -40
- package/dist/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
- package/dist/registry/ui/core/atoms/ui-input.orb +67 -67
- package/dist/registry/ui/core/atoms/ui-item-slot.orb +38 -38
- package/dist/registry/ui/core/atoms/ui-label.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
- package/dist/registry/ui/core/atoms/ui-mini-map.orb +59 -59
- package/dist/registry/ui/core/atoms/ui-overlay.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
- package/dist/registry/ui/core/atoms/ui-radio.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-range-slider.orb +55 -55
- package/dist/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-score-display.orb +26 -26
- package/dist/registry/ui/core/atoms/ui-section-header.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-select.orb +33 -33
- package/dist/registry/ui/core/atoms/ui-spacer.orb +10 -10
- package/dist/registry/ui/core/atoms/ui-sparkline.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-spinner.orb +2 -2
- package/dist/registry/ui/core/atoms/ui-sprite.orb +52 -52
- package/dist/registry/ui/core/atoms/ui-stack.orb +81 -81
- package/dist/registry/ui/core/atoms/ui-status-dot.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-status-effect.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
- package/dist/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
- package/dist/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
- package/dist/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
- package/dist/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
- package/dist/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
- package/dist/registry/ui/core/atoms/ui-svg-node.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
- package/dist/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
- package/dist/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
- package/dist/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
- package/dist/registry/ui/core/atoms/ui-switch.orb +28 -28
- package/dist/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
- package/dist/registry/ui/core/atoms/ui-text.orb +76 -76
- package/dist/registry/ui/core/atoms/ui-textarea.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
- package/dist/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
- package/dist/registry/ui/core/atoms/ui-timer-display.orb +23 -23
- package/dist/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
- package/dist/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
- package/dist/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
- package/dist/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
- package/dist/registry/ui/core/atoms/ui-typography.orb +69 -69
- package/dist/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
- package/dist/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-accordion.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
- package/dist/registry/ui/core/molecules/ui-alert.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
- package/dist/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
- package/dist/registry/ui/core/molecules/ui-carousel.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-chart.orb +181 -181
- package/dist/registry/ui/core/molecules/ui-code-block.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
- package/dist/registry/ui/core/molecules/ui-combat-log.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
- package/dist/registry/ui/core/molecules/ui-container.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
- package/dist/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
- package/dist/registry/ui/core/molecules/ui-d-pad.orb +12 -12
- package/dist/registry/ui/core/molecules/ui-data-grid.orb +206 -206
- package/dist/registry/ui/core/molecules/ui-data-list.orb +230 -230
- package/dist/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-doc-search.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
- package/dist/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
- package/dist/registry/ui/core/molecules/ui-drawer.orb +51 -51
- package/dist/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-empty-state.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
- package/dist/registry/ui/core/molecules/ui-error-state.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-file-tree.orb +35 -35
- package/dist/registry/ui/core/molecules/ui-filter-group.orb +41 -41
- package/dist/registry/ui/core/molecules/ui-flex.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-flip-card.orb +17 -17
- package/dist/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-form-actions.orb +88 -88
- package/dist/registry/ui/core/molecules/ui-form-field.orb +20 -20
- package/dist/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
- package/dist/registry/ui/core/molecules/ui-game-hud.orb +75 -75
- package/dist/registry/ui/core/molecules/ui-game-menu.orb +79 -79
- package/dist/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
- package/dist/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
- package/dist/registry/ui/core/molecules/ui-graph-view.orb +60 -60
- package/dist/registry/ui/core/molecules/ui-grid.orb +46 -46
- package/dist/registry/ui/core/molecules/ui-header.orb +106 -106
- package/dist/registry/ui/core/molecules/ui-health-panel.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-input-group.orb +9 -9
- package/dist/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
- package/dist/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
- package/dist/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
- package/dist/registry/ui/core/molecules/ui-lightbox.orb +27 -27
- package/dist/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-line-chart.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-loading-state.orb +8 -8
- package/dist/registry/ui/core/molecules/ui-map-view.orb +65 -65
- package/dist/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
- package/dist/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-menu.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-meter.orb +105 -105
- package/dist/registry/ui/core/molecules/ui-modal.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-navigation.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-notification.orb +37 -37
- package/dist/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
- package/dist/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
- package/dist/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
- package/dist/registry/ui/core/molecules/ui-page-header.orb +94 -94
- package/dist/registry/ui/core/molecules/ui-pagination.orb +55 -55
- package/dist/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
- package/dist/registry/ui/core/molecules/ui-popover.orb +29 -29
- package/dist/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
- package/dist/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
- package/dist/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
- package/dist/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
- package/dist/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
- package/dist/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
- package/dist/registry/ui/core/molecules/ui-relation-select.orb +73 -73
- package/dist/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
- package/dist/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
- package/dist/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
- package/dist/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
- package/dist/registry/ui/core/molecules/ui-score-board.orb +24 -24
- package/dist/registry/ui/core/molecules/ui-search-input.orb +30 -30
- package/dist/registry/ui/core/molecules/ui-section.orb +60 -60
- package/dist/registry/ui/core/molecules/ui-side-panel.orb +33 -33
- package/dist/registry/ui/core/molecules/ui-sidebar.orb +96 -96
- package/dist/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
- package/dist/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-skeleton.orb +23 -23
- package/dist/registry/ui/core/molecules/ui-social-proof.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
- package/dist/registry/ui/core/molecules/ui-split.orb +78 -78
- package/dist/registry/ui/core/molecules/ui-star-rating.orb +40 -40
- package/dist/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
- package/dist/registry/ui/core/molecules/ui-stat-display.orb +137 -137
- package/dist/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
- package/dist/registry/ui/core/molecules/ui-table-view.orb +233 -233
- package/dist/registry/ui/core/molecules/ui-tabs.orb +74 -74
- package/dist/registry/ui/core/molecules/ui-tag-input.orb +47 -47
- package/dist/registry/ui/core/molecules/ui-tooltip.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
- package/dist/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
- package/dist/registry/ui/core/molecules/ui-version-diff.orb +39 -39
- package/dist/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
- package/dist/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
- package/dist/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
- package/dist/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
- package/dist/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
- package/dist/registry/ui/core/organisms/ui-action-palette.orb +69 -69
- package/dist/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
- package/dist/registry/ui/core/organisms/ui-code-view.orb +13 -13
- package/dist/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
- package/dist/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
- package/dist/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
- package/dist/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
- package/dist/registry/ui/core/organisms/ui-entity-list.orb +120 -120
- package/dist/registry/ui/core/organisms/ui-entity-table.orb +247 -247
- package/dist/registry/ui/core/organisms/ui-event-log.orb +28 -28
- package/dist/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
- package/dist/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
- package/dist/registry/ui/core/organisms/ui-form-section.orb +431 -431
- package/dist/registry/ui/core/organisms/ui-form.orb +395 -395
- package/dist/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
- package/dist/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
- package/dist/registry/ui/core/organisms/ui-master-detail.orb +79 -79
- package/dist/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
- package/dist/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
- package/dist/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
- package/dist/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
- package/dist/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
- package/dist/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
- package/dist/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
- package/dist/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
- package/dist/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
- package/dist/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
- package/dist/registry/ui/core/organisms/ui-split-pane.orb +34 -34
- package/dist/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
- package/dist/registry/ui/core/organisms/ui-state-node.orb +27 -27
- package/dist/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
- package/dist/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
- package/dist/registry/ui/core/organisms/ui-timeline.orb +83 -83
- package/dist/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
- package/dist/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
- package/dist/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
- package/dist/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
- package/dist/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
- package/dist/registry/ui/core/templates/ui-auth-layout.orb +3 -3
- package/dist/registry/ui/core/templates/ui-counter-template.orb +25 -25
- package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
- package/dist/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
- package/dist/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
- package/dist/registry/ui/game/organisms/ui-action-tile.orb +58 -58
- package/dist/registry/ui/game/organisms/ui-battle-board.orb +259 -259
- package/dist/registry/ui/game/organisms/ui-builder-board.orb +53 -53
- package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
- package/dist/registry/ui/game/organisms/ui-castle-board.orb +196 -196
- package/dist/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
- package/dist/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
- package/dist/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
- package/dist/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
- package/dist/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
- package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
- package/dist/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
- package/dist/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
- package/dist/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
- package/dist/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
- package/dist/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
- package/dist/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
- package/dist/registry/ui/game/templates/ui-battle-template.orb +11 -11
- package/dist/registry/ui/game/templates/ui-castle-template.orb +9 -9
- package/dist/registry/ui/game/templates/ui-game-shell.orb +14 -14
- package/dist/registry/ui/game/templates/ui-game-template.orb +23 -23
- package/dist/registry/ui/game/templates/ui-world-map-template.orb +21 -21
- package/dist/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
- package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
- package/dist/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
- package/dist/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
- package/dist/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
- package/dist/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
- package/dist/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
- package/dist/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
- package/dist/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
- package/dist/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
- package/dist/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
- package/dist/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
- package/dist/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
- package/dist/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
- package/dist/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
- package/dist/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
- package/dist/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
- package/dist/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
- package/dist/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
- package/dist/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
- package/dist/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
- package/dist/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
- package/dist/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
- package/dist/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
- package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
- package/dist/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
- package/dist/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
- package/dist/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
- package/dist/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
- package/dist/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
- package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
- package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
- package/dist/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
- package/dist/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
- package/dist/registry.d.ts +1 -1
- package/dist/{types-DvPJ_FKz.d.ts → types-CdSN5hnD.d.ts} +1 -1
- package/package.json +9 -16
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"type": "string",
|
|
27
27
|
"required": false
|
|
28
28
|
},
|
|
29
|
-
"
|
|
30
|
-
"name": "
|
|
29
|
+
"actionIcon": {
|
|
30
|
+
"name": "actionIcon",
|
|
31
31
|
"type": "string",
|
|
32
32
|
"required": false
|
|
33
33
|
},
|
|
@@ -36,6 +36,11 @@
|
|
|
36
36
|
"type": "string",
|
|
37
37
|
"required": false
|
|
38
38
|
},
|
|
39
|
+
"title": {
|
|
40
|
+
"name": "title",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"required": true
|
|
43
|
+
},
|
|
39
44
|
"id": {
|
|
40
45
|
"name": "id",
|
|
41
46
|
"type": "string",
|
|
@@ -46,13 +51,8 @@
|
|
|
46
51
|
"type": "string",
|
|
47
52
|
"required": false
|
|
48
53
|
},
|
|
49
|
-
"
|
|
50
|
-
"name": "
|
|
51
|
-
"type": "string",
|
|
52
|
-
"required": true
|
|
53
|
-
},
|
|
54
|
-
"actionIcon": {
|
|
55
|
-
"name": "actionIcon",
|
|
54
|
+
"actionLabel": {
|
|
55
|
+
"name": "actionLabel",
|
|
56
56
|
"type": "string",
|
|
57
57
|
"required": false
|
|
58
58
|
}
|
|
@@ -138,6 +138,11 @@
|
|
|
138
138
|
"items": {
|
|
139
139
|
"type": "object",
|
|
140
140
|
"properties": {
|
|
141
|
+
"timestamp": {
|
|
142
|
+
"name": "timestamp",
|
|
143
|
+
"type": "string",
|
|
144
|
+
"required": false
|
|
145
|
+
},
|
|
141
146
|
"description": {
|
|
142
147
|
"name": "description",
|
|
143
148
|
"type": "string",
|
|
@@ -159,11 +164,6 @@
|
|
|
159
164
|
"error"
|
|
160
165
|
]
|
|
161
166
|
},
|
|
162
|
-
"timestamp": {
|
|
163
|
-
"name": "timestamp",
|
|
164
|
-
"type": "string",
|
|
165
|
-
"required": false
|
|
166
|
-
},
|
|
167
167
|
"title": {
|
|
168
168
|
"name": "title",
|
|
169
169
|
"type": "string",
|
|
@@ -555,17 +555,16 @@
|
|
|
555
555
|
"fn",
|
|
556
556
|
"party",
|
|
557
557
|
{
|
|
558
|
-
"
|
|
558
|
+
"icon": [
|
|
559
559
|
"object/get",
|
|
560
560
|
"@party",
|
|
561
|
-
"
|
|
562
|
-
"
|
|
561
|
+
"icon",
|
|
562
|
+
"user"
|
|
563
563
|
],
|
|
564
|
-
"
|
|
564
|
+
"id": [
|
|
565
565
|
"object/get",
|
|
566
566
|
"@party",
|
|
567
|
-
"
|
|
568
|
-
""
|
|
567
|
+
"id"
|
|
569
568
|
],
|
|
570
569
|
"actionLabel": [
|
|
571
570
|
"object/get",
|
|
@@ -573,27 +572,28 @@
|
|
|
573
572
|
"actionLabel",
|
|
574
573
|
"Confirm"
|
|
575
574
|
],
|
|
576
|
-
"
|
|
575
|
+
"actionIcon": [
|
|
577
576
|
"object/get",
|
|
578
577
|
"@party",
|
|
579
|
-
"
|
|
580
|
-
"
|
|
578
|
+
"actionIcon",
|
|
579
|
+
"check"
|
|
581
580
|
],
|
|
582
|
-
"
|
|
581
|
+
"title": [
|
|
583
582
|
"object/get",
|
|
584
583
|
"@party",
|
|
585
|
-
"
|
|
586
|
-
""
|
|
584
|
+
"title"
|
|
587
585
|
],
|
|
588
|
-
"
|
|
586
|
+
"description": [
|
|
589
587
|
"object/get",
|
|
590
588
|
"@party",
|
|
591
|
-
"
|
|
589
|
+
"description",
|
|
590
|
+
""
|
|
592
591
|
],
|
|
593
|
-
"
|
|
592
|
+
"actor": [
|
|
594
593
|
"object/get",
|
|
595
594
|
"@party",
|
|
596
|
-
"
|
|
595
|
+
"actor",
|
|
596
|
+
""
|
|
597
597
|
]
|
|
598
598
|
}
|
|
599
599
|
]
|
|
@@ -709,13 +709,13 @@
|
|
|
709
709
|
[
|
|
710
710
|
{
|
|
711
711
|
"timestamp": "Just now",
|
|
712
|
-
"id": "init",
|
|
713
712
|
"title": "Transaction opened",
|
|
714
713
|
"description": [
|
|
715
714
|
"str/concat",
|
|
716
715
|
"Reference ",
|
|
717
716
|
"@config.transactionReference"
|
|
718
717
|
],
|
|
718
|
+
"id": "init",
|
|
719
719
|
"status": "complete"
|
|
720
720
|
}
|
|
721
721
|
]
|
|
@@ -724,19 +724,17 @@
|
|
|
724
724
|
"render-ui",
|
|
725
725
|
"main",
|
|
726
726
|
{
|
|
727
|
-
"direction": "vertical",
|
|
728
|
-
"gap": "lg",
|
|
729
727
|
"children": [
|
|
730
728
|
{
|
|
731
|
-
"
|
|
729
|
+
"gap": "sm",
|
|
732
730
|
"children": [
|
|
733
731
|
{
|
|
734
|
-
"
|
|
735
|
-
"
|
|
732
|
+
"type": "icon",
|
|
733
|
+
"name": "git-pull-request"
|
|
736
734
|
},
|
|
737
735
|
{
|
|
738
|
-
"variant": "h3",
|
|
739
736
|
"type": "typography",
|
|
737
|
+
"variant": "h3",
|
|
740
738
|
"content": "@config.title"
|
|
741
739
|
},
|
|
742
740
|
{
|
|
@@ -745,184 +743,186 @@
|
|
|
745
743
|
"type": "badge"
|
|
746
744
|
}
|
|
747
745
|
],
|
|
746
|
+
"direction": "horizontal",
|
|
748
747
|
"type": "stack",
|
|
749
|
-
"gap": "sm",
|
|
750
748
|
"align": "center"
|
|
751
749
|
},
|
|
752
750
|
{
|
|
753
|
-
"look": "@config.cardLook",
|
|
754
751
|
"type": "card",
|
|
755
752
|
"children": [
|
|
756
753
|
{
|
|
754
|
+
"gap": "md",
|
|
757
755
|
"type": "stack",
|
|
758
756
|
"children": [
|
|
759
757
|
{
|
|
760
758
|
"direction": "horizontal",
|
|
759
|
+
"type": "stack",
|
|
761
760
|
"align": "center",
|
|
762
761
|
"children": [
|
|
763
762
|
{
|
|
764
|
-
"type": "stack",
|
|
765
763
|
"gap": "xs",
|
|
766
|
-
"direction": "vertical",
|
|
767
764
|
"children": [
|
|
768
765
|
{
|
|
769
|
-
"type": "typography",
|
|
770
|
-
"variant": "caption",
|
|
771
766
|
"color": "muted",
|
|
772
|
-
"content": "Amount in escrow"
|
|
767
|
+
"content": "Amount in escrow",
|
|
768
|
+
"variant": "caption",
|
|
769
|
+
"type": "typography"
|
|
773
770
|
},
|
|
774
771
|
{
|
|
775
772
|
"content": "@config.transactionAmount",
|
|
776
|
-
"
|
|
777
|
-
"
|
|
773
|
+
"type": "typography",
|
|
774
|
+
"variant": "h1"
|
|
778
775
|
}
|
|
779
|
-
]
|
|
776
|
+
],
|
|
777
|
+
"type": "stack",
|
|
778
|
+
"direction": "vertical"
|
|
780
779
|
},
|
|
781
780
|
{
|
|
782
|
-
"gap": "xs",
|
|
783
781
|
"children": [
|
|
784
782
|
{
|
|
785
|
-
"type": "typography",
|
|
786
|
-
"content": "Subject",
|
|
787
783
|
"variant": "caption",
|
|
784
|
+
"content": "Subject",
|
|
785
|
+
"type": "typography",
|
|
788
786
|
"color": "muted"
|
|
789
787
|
},
|
|
790
788
|
{
|
|
791
|
-
"type": "typography",
|
|
792
789
|
"content": "@config.transactionSubject",
|
|
793
|
-
"variant": "h4"
|
|
790
|
+
"variant": "h4",
|
|
791
|
+
"type": "typography"
|
|
794
792
|
}
|
|
795
793
|
],
|
|
796
|
-
"
|
|
797
|
-
"
|
|
794
|
+
"direction": "vertical",
|
|
795
|
+
"gap": "xs",
|
|
796
|
+
"type": "stack"
|
|
798
797
|
},
|
|
799
798
|
{
|
|
800
|
-
"gap": "xs",
|
|
801
|
-
"type": "stack",
|
|
802
799
|
"direction": "vertical",
|
|
800
|
+
"type": "stack",
|
|
803
801
|
"children": [
|
|
804
802
|
{
|
|
805
|
-
"color": "muted",
|
|
806
|
-
"content": "Reference",
|
|
807
803
|
"type": "typography",
|
|
804
|
+
"content": "Reference",
|
|
805
|
+
"color": "muted",
|
|
808
806
|
"variant": "caption"
|
|
809
807
|
},
|
|
810
808
|
{
|
|
811
|
-
"content": "@config.transactionReference",
|
|
812
809
|
"type": "typography",
|
|
810
|
+
"content": "@config.transactionReference",
|
|
813
811
|
"variant": "body"
|
|
814
812
|
}
|
|
815
|
-
]
|
|
813
|
+
],
|
|
814
|
+
"gap": "xs"
|
|
816
815
|
}
|
|
817
816
|
],
|
|
818
|
-
"gap": "lg"
|
|
819
|
-
"type": "stack"
|
|
817
|
+
"gap": "lg"
|
|
820
818
|
}
|
|
821
819
|
],
|
|
822
|
-
"gap": "md",
|
|
823
820
|
"direction": "vertical"
|
|
824
821
|
}
|
|
825
|
-
]
|
|
822
|
+
],
|
|
823
|
+
"look": "@config.cardLook"
|
|
826
824
|
},
|
|
827
825
|
{
|
|
826
|
+
"content": "Parties",
|
|
828
827
|
"type": "typography",
|
|
829
|
-
"variant": "h4"
|
|
830
|
-
"content": "Parties"
|
|
828
|
+
"variant": "h4"
|
|
831
829
|
},
|
|
832
830
|
{
|
|
833
|
-
"
|
|
831
|
+
"entity": "@entity.parties",
|
|
834
832
|
"type": "data-list",
|
|
835
833
|
"gap": "sm",
|
|
836
834
|
"renderItem": [
|
|
837
835
|
"fn",
|
|
838
836
|
"party",
|
|
839
837
|
{
|
|
838
|
+
"look": "@config.cardLook",
|
|
839
|
+
"type": "card",
|
|
840
840
|
"children": [
|
|
841
841
|
{
|
|
842
|
-
"align": "center",
|
|
843
|
-
"gap": "md",
|
|
844
842
|
"type": "stack",
|
|
845
843
|
"children": [
|
|
846
844
|
{
|
|
847
|
-
"size": "lg",
|
|
848
845
|
"type": "icon",
|
|
849
|
-
"name": "@party.icon"
|
|
846
|
+
"name": "@party.icon",
|
|
847
|
+
"size": "lg"
|
|
850
848
|
},
|
|
851
849
|
{
|
|
852
|
-
"direction": "vertical",
|
|
853
|
-
"gap": "xs",
|
|
854
850
|
"type": "stack",
|
|
851
|
+
"direction": "vertical",
|
|
855
852
|
"children": [
|
|
856
853
|
{
|
|
854
|
+
"direction": "horizontal",
|
|
855
|
+
"gap": "xs",
|
|
857
856
|
"align": "center",
|
|
857
|
+
"type": "stack",
|
|
858
858
|
"children": [
|
|
859
859
|
{
|
|
860
860
|
"type": "typography",
|
|
861
|
-
"
|
|
862
|
-
"
|
|
861
|
+
"variant": "h4",
|
|
862
|
+
"content": "@party.title"
|
|
863
863
|
},
|
|
864
864
|
{
|
|
865
|
-
"
|
|
865
|
+
"content": "·",
|
|
866
866
|
"type": "typography",
|
|
867
|
-
"
|
|
867
|
+
"color": "muted"
|
|
868
868
|
},
|
|
869
869
|
{
|
|
870
|
-
"content": "@party.actor",
|
|
871
870
|
"variant": "body",
|
|
872
|
-
"type": "typography"
|
|
871
|
+
"type": "typography",
|
|
872
|
+
"content": "@party.actor"
|
|
873
873
|
}
|
|
874
|
-
]
|
|
875
|
-
"direction": "horizontal",
|
|
876
|
-
"type": "stack",
|
|
877
|
-
"gap": "xs"
|
|
874
|
+
]
|
|
878
875
|
},
|
|
879
876
|
{
|
|
880
877
|
"color": "muted",
|
|
881
878
|
"content": "@party.description",
|
|
882
|
-
"
|
|
883
|
-
"
|
|
879
|
+
"type": "typography",
|
|
880
|
+
"variant": "caption"
|
|
884
881
|
}
|
|
885
|
-
]
|
|
882
|
+
],
|
|
883
|
+
"gap": "xs"
|
|
886
884
|
}
|
|
887
885
|
],
|
|
886
|
+
"gap": "md",
|
|
887
|
+
"align": "center",
|
|
888
888
|
"direction": "horizontal"
|
|
889
889
|
}
|
|
890
|
-
]
|
|
891
|
-
"type": "card",
|
|
892
|
-
"look": "@config.cardLook"
|
|
890
|
+
]
|
|
893
891
|
}
|
|
894
892
|
],
|
|
895
|
-
"
|
|
893
|
+
"fields": []
|
|
896
894
|
},
|
|
897
895
|
{
|
|
898
|
-
"
|
|
896
|
+
"content": "Progress",
|
|
899
897
|
"type": "typography",
|
|
900
|
-
"
|
|
898
|
+
"variant": "h4"
|
|
901
899
|
},
|
|
902
900
|
{
|
|
903
|
-
"currentStep": "@entity.currentPartyIndex",
|
|
904
901
|
"steps": "@entity.parties",
|
|
905
|
-
"type": "wizard-progress"
|
|
902
|
+
"type": "wizard-progress",
|
|
903
|
+
"currentStep": "@entity.currentPartyIndex"
|
|
906
904
|
},
|
|
907
905
|
{
|
|
908
906
|
"children": [
|
|
909
907
|
{
|
|
908
|
+
"direction": "vertical",
|
|
910
909
|
"type": "stack",
|
|
910
|
+
"gap": "md",
|
|
911
911
|
"children": [
|
|
912
912
|
{
|
|
913
913
|
"direction": "horizontal",
|
|
914
|
-
"gap": "sm",
|
|
915
914
|
"align": "center",
|
|
916
915
|
"type": "stack",
|
|
916
|
+
"gap": "sm",
|
|
917
917
|
"children": [
|
|
918
918
|
{
|
|
919
|
-
"
|
|
920
|
-
"
|
|
919
|
+
"type": "icon",
|
|
920
|
+
"name": "clock"
|
|
921
921
|
},
|
|
922
922
|
{
|
|
923
|
-
"type": "typography",
|
|
924
923
|
"content": "@entity.currentStepLabel",
|
|
925
924
|
"variant": "caption",
|
|
925
|
+
"type": "typography",
|
|
926
926
|
"color": "muted"
|
|
927
927
|
},
|
|
928
928
|
{
|
|
@@ -931,46 +931,44 @@
|
|
|
931
931
|
"color": "muted"
|
|
932
932
|
},
|
|
933
933
|
{
|
|
934
|
-
"variant": "caption",
|
|
935
934
|
"content": "Waiting for",
|
|
936
935
|
"type": "typography",
|
|
937
|
-
"color": "muted"
|
|
936
|
+
"color": "muted",
|
|
937
|
+
"variant": "caption"
|
|
938
938
|
},
|
|
939
939
|
{
|
|
940
940
|
"weight": "bold",
|
|
941
|
-
"type": "typography",
|
|
942
941
|
"content": "@entity.currentPartyActor",
|
|
942
|
+
"type": "typography",
|
|
943
943
|
"variant": "body"
|
|
944
944
|
}
|
|
945
945
|
]
|
|
946
946
|
},
|
|
947
947
|
{
|
|
948
948
|
"variant": "body",
|
|
949
|
-
"
|
|
950
|
-
"
|
|
949
|
+
"content": "@entity.currentActionDescription",
|
|
950
|
+
"type": "typography"
|
|
951
951
|
},
|
|
952
952
|
{
|
|
953
|
-
"
|
|
953
|
+
"action": "PARTY_CONFIRM",
|
|
954
954
|
"icon": "@entity.currentActionIcon",
|
|
955
|
-
"type": "button",
|
|
956
|
-
"variant": "primary",
|
|
957
955
|
"actionPayload": {
|
|
958
956
|
"partyKey": "@entity.currentPartyId"
|
|
959
957
|
},
|
|
960
|
-
"
|
|
958
|
+
"label": "@entity.currentActionLabel",
|
|
959
|
+
"type": "button",
|
|
960
|
+
"variant": "primary"
|
|
961
961
|
}
|
|
962
|
-
]
|
|
963
|
-
"gap": "md",
|
|
964
|
-
"direction": "vertical"
|
|
962
|
+
]
|
|
965
963
|
}
|
|
966
964
|
],
|
|
967
|
-
"
|
|
965
|
+
"type": "card",
|
|
968
966
|
"look": "@config.cardLook",
|
|
969
|
-
"
|
|
967
|
+
"variant": "elevated"
|
|
970
968
|
},
|
|
971
969
|
{
|
|
972
|
-
"variant": "h4",
|
|
973
970
|
"content": "Activity",
|
|
971
|
+
"variant": "h4",
|
|
974
972
|
"type": "typography"
|
|
975
973
|
},
|
|
976
974
|
{
|
|
@@ -993,24 +991,26 @@
|
|
|
993
991
|
"children": [
|
|
994
992
|
{
|
|
995
993
|
"action": "OPEN_DISPUTE",
|
|
996
|
-
"label": "@config.disputeLabel",
|
|
997
994
|
"type": "button",
|
|
995
|
+
"label": "@config.disputeLabel",
|
|
998
996
|
"variant": "danger",
|
|
999
997
|
"icon": "@config.disputeIcon"
|
|
1000
998
|
},
|
|
1001
999
|
{
|
|
1002
|
-
"
|
|
1000
|
+
"action": "CANCEL_TRANSACTION",
|
|
1003
1001
|
"type": "button",
|
|
1004
|
-
"variant": "ghost",
|
|
1005
1002
|
"icon": "@config.cancelIcon",
|
|
1006
|
-
"
|
|
1003
|
+
"label": "@config.cancelLabel",
|
|
1004
|
+
"variant": "ghost"
|
|
1007
1005
|
}
|
|
1008
1006
|
],
|
|
1009
1007
|
"gap": "sm",
|
|
1010
1008
|
"align": "center"
|
|
1011
1009
|
}
|
|
1012
1010
|
],
|
|
1013
|
-
"type": "stack"
|
|
1011
|
+
"type": "stack",
|
|
1012
|
+
"gap": "lg",
|
|
1013
|
+
"direction": "vertical"
|
|
1014
1014
|
}
|
|
1015
1015
|
]
|
|
1016
1016
|
]
|
|
@@ -1029,9 +1029,9 @@
|
|
|
1029
1029
|
"render-ui",
|
|
1030
1030
|
"main",
|
|
1031
1031
|
{
|
|
1032
|
-
"
|
|
1032
|
+
"title": "Failed to load",
|
|
1033
1033
|
"message": "@entity.errorMessage",
|
|
1034
|
-
"
|
|
1034
|
+
"type": "error-state"
|
|
1035
1035
|
}
|
|
1036
1036
|
]
|
|
1037
1037
|
]
|
|
@@ -1096,6 +1096,9 @@
|
|
|
1096
1096
|
"array/append",
|
|
1097
1097
|
"@entity.audit",
|
|
1098
1098
|
{
|
|
1099
|
+
"timestamp": [
|
|
1100
|
+
"time/now"
|
|
1101
|
+
],
|
|
1099
1102
|
"title": [
|
|
1100
1103
|
"str/concat",
|
|
1101
1104
|
"@entity.currentPartyTitle",
|
|
@@ -1107,7 +1110,6 @@
|
|
|
1107
1110
|
" completed: ",
|
|
1108
1111
|
"@entity.currentActionLabel"
|
|
1109
1112
|
],
|
|
1110
|
-
"status": "complete",
|
|
1111
1113
|
"id": [
|
|
1112
1114
|
"str/concat",
|
|
1113
1115
|
"confirm-",
|
|
@@ -1118,9 +1120,7 @@
|
|
|
1118
1120
|
""
|
|
1119
1121
|
]
|
|
1120
1122
|
],
|
|
1121
|
-
"
|
|
1122
|
-
"time/now"
|
|
1123
|
-
]
|
|
1123
|
+
"status": "complete"
|
|
1124
1124
|
}
|
|
1125
1125
|
]
|
|
1126
1126
|
],
|
|
@@ -1249,173 +1249,172 @@
|
|
|
1249
1249
|
"render-ui",
|
|
1250
1250
|
"main",
|
|
1251
1251
|
{
|
|
1252
|
-
"type": "stack",
|
|
1253
1252
|
"children": [
|
|
1254
1253
|
{
|
|
1254
|
+
"gap": "sm",
|
|
1255
1255
|
"children": [
|
|
1256
1256
|
{
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1257
|
+
"name": "git-pull-request",
|
|
1258
|
+
"type": "icon"
|
|
1259
1259
|
},
|
|
1260
1260
|
{
|
|
1261
|
-
"type": "typography",
|
|
1262
1261
|
"content": "@config.title",
|
|
1262
|
+
"type": "typography",
|
|
1263
1263
|
"variant": "h3"
|
|
1264
1264
|
},
|
|
1265
1265
|
{
|
|
1266
|
-
"label": "Active",
|
|
1267
1266
|
"variant": "primary",
|
|
1268
|
-
"type": "badge"
|
|
1267
|
+
"type": "badge",
|
|
1268
|
+
"label": "Active"
|
|
1269
1269
|
}
|
|
1270
1270
|
],
|
|
1271
|
-
"align": "center",
|
|
1272
1271
|
"direction": "horizontal",
|
|
1273
1272
|
"type": "stack",
|
|
1274
|
-
"
|
|
1273
|
+
"align": "center"
|
|
1275
1274
|
},
|
|
1276
1275
|
{
|
|
1277
1276
|
"type": "card",
|
|
1278
1277
|
"look": "@config.cardLook",
|
|
1279
1278
|
"children": [
|
|
1280
1279
|
{
|
|
1280
|
+
"gap": "md",
|
|
1281
1281
|
"direction": "vertical",
|
|
1282
1282
|
"type": "stack",
|
|
1283
1283
|
"children": [
|
|
1284
1284
|
{
|
|
1285
|
-
"gap": "lg",
|
|
1286
|
-
"align": "center",
|
|
1287
1285
|
"children": [
|
|
1288
1286
|
{
|
|
1289
|
-
"gap": "xs",
|
|
1290
1287
|
"type": "stack",
|
|
1291
1288
|
"direction": "vertical",
|
|
1292
1289
|
"children": [
|
|
1293
1290
|
{
|
|
1294
1291
|
"content": "Amount in escrow",
|
|
1295
|
-
"color": "muted",
|
|
1296
1292
|
"type": "typography",
|
|
1293
|
+
"color": "muted",
|
|
1297
1294
|
"variant": "caption"
|
|
1298
1295
|
},
|
|
1299
1296
|
{
|
|
1297
|
+
"type": "typography",
|
|
1300
1298
|
"variant": "h1",
|
|
1301
|
-
"content": "@config.transactionAmount"
|
|
1302
|
-
"type": "typography"
|
|
1299
|
+
"content": "@config.transactionAmount"
|
|
1303
1300
|
}
|
|
1304
|
-
]
|
|
1301
|
+
],
|
|
1302
|
+
"gap": "xs"
|
|
1305
1303
|
},
|
|
1306
1304
|
{
|
|
1305
|
+
"gap": "xs",
|
|
1306
|
+
"type": "stack",
|
|
1307
1307
|
"children": [
|
|
1308
1308
|
{
|
|
1309
|
+
"type": "typography",
|
|
1309
1310
|
"content": "Subject",
|
|
1310
1311
|
"variant": "caption",
|
|
1311
|
-
"color": "muted"
|
|
1312
|
-
"type": "typography"
|
|
1312
|
+
"color": "muted"
|
|
1313
1313
|
},
|
|
1314
1314
|
{
|
|
1315
1315
|
"content": "@config.transactionSubject",
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1316
|
+
"type": "typography",
|
|
1317
|
+
"variant": "h4"
|
|
1318
1318
|
}
|
|
1319
1319
|
],
|
|
1320
|
-
"gap": "xs",
|
|
1321
|
-
"type": "stack",
|
|
1322
1320
|
"direction": "vertical"
|
|
1323
1321
|
},
|
|
1324
1322
|
{
|
|
1323
|
+
"type": "stack",
|
|
1325
1324
|
"children": [
|
|
1326
1325
|
{
|
|
1327
|
-
"type": "typography",
|
|
1328
1326
|
"variant": "caption",
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1327
|
+
"color": "muted",
|
|
1328
|
+
"type": "typography",
|
|
1329
|
+
"content": "Reference"
|
|
1331
1330
|
},
|
|
1332
1331
|
{
|
|
1333
1332
|
"content": "@config.transactionReference",
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1333
|
+
"type": "typography",
|
|
1334
|
+
"variant": "body"
|
|
1336
1335
|
}
|
|
1337
1336
|
],
|
|
1338
1337
|
"direction": "vertical",
|
|
1339
|
-
"gap": "xs"
|
|
1340
|
-
"type": "stack"
|
|
1338
|
+
"gap": "xs"
|
|
1341
1339
|
}
|
|
1342
1340
|
],
|
|
1341
|
+
"type": "stack",
|
|
1342
|
+
"align": "center",
|
|
1343
1343
|
"direction": "horizontal",
|
|
1344
|
-
"
|
|
1344
|
+
"gap": "lg"
|
|
1345
1345
|
}
|
|
1346
|
-
]
|
|
1347
|
-
"gap": "md"
|
|
1346
|
+
]
|
|
1348
1347
|
}
|
|
1349
1348
|
]
|
|
1350
1349
|
},
|
|
1351
1350
|
{
|
|
1351
|
+
"type": "typography",
|
|
1352
1352
|
"variant": "h4",
|
|
1353
|
-
"content": "Parties"
|
|
1354
|
-
"type": "typography"
|
|
1353
|
+
"content": "Parties"
|
|
1355
1354
|
},
|
|
1356
1355
|
{
|
|
1357
1356
|
"entity": "@entity.parties",
|
|
1357
|
+
"fields": [],
|
|
1358
|
+
"gap": "sm",
|
|
1358
1359
|
"renderItem": [
|
|
1359
1360
|
"fn",
|
|
1360
1361
|
"party",
|
|
1361
1362
|
{
|
|
1363
|
+
"look": "@config.cardLook",
|
|
1362
1364
|
"children": [
|
|
1363
1365
|
{
|
|
1366
|
+
"align": "center",
|
|
1364
1367
|
"direction": "horizontal",
|
|
1365
1368
|
"children": [
|
|
1366
1369
|
{
|
|
1367
1370
|
"type": "icon",
|
|
1368
|
-
"
|
|
1369
|
-
"
|
|
1371
|
+
"name": "@party.icon",
|
|
1372
|
+
"size": "lg"
|
|
1370
1373
|
},
|
|
1371
1374
|
{
|
|
1375
|
+
"gap": "xs",
|
|
1376
|
+
"direction": "vertical",
|
|
1372
1377
|
"type": "stack",
|
|
1373
1378
|
"children": [
|
|
1374
1379
|
{
|
|
1375
|
-
"align": "center",
|
|
1376
1380
|
"direction": "horizontal",
|
|
1377
1381
|
"gap": "xs",
|
|
1382
|
+
"align": "center",
|
|
1383
|
+
"type": "stack",
|
|
1378
1384
|
"children": [
|
|
1379
1385
|
{
|
|
1380
|
-
"content": "@party.title",
|
|
1381
1386
|
"variant": "h4",
|
|
1382
|
-
"type": "typography"
|
|
1387
|
+
"type": "typography",
|
|
1388
|
+
"content": "@party.title"
|
|
1383
1389
|
},
|
|
1384
1390
|
{
|
|
1385
|
-
"type": "typography",
|
|
1386
1391
|
"content": "·",
|
|
1392
|
+
"type": "typography",
|
|
1387
1393
|
"color": "muted"
|
|
1388
1394
|
},
|
|
1389
1395
|
{
|
|
1390
|
-
"type": "typography",
|
|
1391
1396
|
"content": "@party.actor",
|
|
1392
|
-
"variant": "body"
|
|
1397
|
+
"variant": "body",
|
|
1398
|
+
"type": "typography"
|
|
1393
1399
|
}
|
|
1394
|
-
]
|
|
1395
|
-
"type": "stack"
|
|
1400
|
+
]
|
|
1396
1401
|
},
|
|
1397
1402
|
{
|
|
1398
|
-
"type": "typography",
|
|
1399
|
-
"variant": "caption",
|
|
1400
1403
|
"color": "muted",
|
|
1404
|
+
"variant": "caption",
|
|
1405
|
+
"type": "typography",
|
|
1401
1406
|
"content": "@party.description"
|
|
1402
1407
|
}
|
|
1403
|
-
]
|
|
1404
|
-
"direction": "vertical",
|
|
1405
|
-
"gap": "xs"
|
|
1408
|
+
]
|
|
1406
1409
|
}
|
|
1407
1410
|
],
|
|
1408
1411
|
"gap": "md",
|
|
1409
|
-
"type": "stack"
|
|
1410
|
-
"align": "center"
|
|
1412
|
+
"type": "stack"
|
|
1411
1413
|
}
|
|
1412
1414
|
],
|
|
1413
|
-
"type": "card"
|
|
1414
|
-
"look": "@config.cardLook"
|
|
1415
|
+
"type": "card"
|
|
1415
1416
|
}
|
|
1416
1417
|
],
|
|
1417
|
-
"fields": [],
|
|
1418
|
-
"gap": "sm",
|
|
1419
1418
|
"type": "data-list"
|
|
1420
1419
|
},
|
|
1421
1420
|
{
|
|
@@ -1424,16 +1423,16 @@
|
|
|
1424
1423
|
"content": "Progress"
|
|
1425
1424
|
},
|
|
1426
1425
|
{
|
|
1427
|
-
"
|
|
1426
|
+
"type": "wizard-progress",
|
|
1428
1427
|
"steps": "@entity.parties",
|
|
1429
|
-
"
|
|
1428
|
+
"currentStep": "@entity.currentPartyIndex"
|
|
1430
1429
|
},
|
|
1431
1430
|
{
|
|
1431
|
+
"type": "card",
|
|
1432
|
+
"variant": "elevated",
|
|
1433
|
+
"look": "@config.cardLook",
|
|
1432
1434
|
"children": [
|
|
1433
1435
|
{
|
|
1434
|
-
"direction": "vertical",
|
|
1435
|
-
"type": "stack",
|
|
1436
|
-
"gap": "md",
|
|
1437
1436
|
"children": [
|
|
1438
1437
|
{
|
|
1439
1438
|
"align": "center",
|
|
@@ -1444,53 +1443,53 @@
|
|
|
1444
1443
|
"name": "clock"
|
|
1445
1444
|
},
|
|
1446
1445
|
{
|
|
1447
|
-
"variant": "caption",
|
|
1448
|
-
"type": "typography",
|
|
1449
1446
|
"content": "@entity.currentStepLabel",
|
|
1450
|
-
"color": "muted"
|
|
1447
|
+
"color": "muted",
|
|
1448
|
+
"variant": "caption",
|
|
1449
|
+
"type": "typography"
|
|
1451
1450
|
},
|
|
1452
1451
|
{
|
|
1453
1452
|
"color": "muted",
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
1453
|
+
"content": "·",
|
|
1454
|
+
"type": "typography"
|
|
1456
1455
|
},
|
|
1457
1456
|
{
|
|
1458
|
-
"color": "muted",
|
|
1459
1457
|
"variant": "caption",
|
|
1460
1458
|
"type": "typography",
|
|
1459
|
+
"color": "muted",
|
|
1461
1460
|
"content": "Waiting for"
|
|
1462
1461
|
},
|
|
1463
1462
|
{
|
|
1464
1463
|
"content": "@entity.currentPartyActor",
|
|
1465
|
-
"
|
|
1464
|
+
"weight": "bold",
|
|
1466
1465
|
"variant": "body",
|
|
1467
|
-
"
|
|
1466
|
+
"type": "typography"
|
|
1468
1467
|
}
|
|
1469
1468
|
],
|
|
1470
1469
|
"type": "stack",
|
|
1471
1470
|
"direction": "horizontal"
|
|
1472
1471
|
},
|
|
1473
1472
|
{
|
|
1474
|
-
"type": "typography",
|
|
1475
1473
|
"content": "@entity.currentActionDescription",
|
|
1474
|
+
"type": "typography",
|
|
1476
1475
|
"variant": "body"
|
|
1477
1476
|
},
|
|
1478
1477
|
{
|
|
1479
|
-
"label": "@entity.currentActionLabel",
|
|
1480
1478
|
"variant": "primary",
|
|
1481
|
-
"
|
|
1482
|
-
"action": "PARTY_CONFIRM",
|
|
1483
|
-
"type": "button",
|
|
1479
|
+
"label": "@entity.currentActionLabel",
|
|
1484
1480
|
"actionPayload": {
|
|
1485
1481
|
"partyKey": "@entity.currentPartyId"
|
|
1486
|
-
}
|
|
1482
|
+
},
|
|
1483
|
+
"type": "button",
|
|
1484
|
+
"action": "PARTY_CONFIRM",
|
|
1485
|
+
"icon": "@entity.currentActionIcon"
|
|
1487
1486
|
}
|
|
1488
|
-
]
|
|
1487
|
+
],
|
|
1488
|
+
"type": "stack",
|
|
1489
|
+
"gap": "md",
|
|
1490
|
+
"direction": "vertical"
|
|
1489
1491
|
}
|
|
1490
|
-
]
|
|
1491
|
-
"type": "card",
|
|
1492
|
-
"look": "@config.cardLook",
|
|
1493
|
-
"variant": "elevated"
|
|
1492
|
+
]
|
|
1494
1493
|
},
|
|
1495
1494
|
{
|
|
1496
1495
|
"variant": "h4",
|
|
@@ -1498,15 +1497,15 @@
|
|
|
1498
1497
|
"type": "typography"
|
|
1499
1498
|
},
|
|
1500
1499
|
{
|
|
1501
|
-
"type": "timeline",
|
|
1502
|
-
"look": "@config.timelineLook",
|
|
1503
1500
|
"entity": "@entity.audit",
|
|
1504
1501
|
"fields": [
|
|
1505
1502
|
"title",
|
|
1506
1503
|
"description",
|
|
1507
1504
|
"timestamp",
|
|
1508
1505
|
"status"
|
|
1509
|
-
]
|
|
1506
|
+
],
|
|
1507
|
+
"look": "@config.timelineLook",
|
|
1508
|
+
"type": "timeline"
|
|
1510
1509
|
},
|
|
1511
1510
|
{
|
|
1512
1511
|
"type": "divider"
|
|
@@ -1516,26 +1515,27 @@
|
|
|
1516
1515
|
{
|
|
1517
1516
|
"variant": "danger",
|
|
1518
1517
|
"action": "OPEN_DISPUTE",
|
|
1518
|
+
"icon": "@config.disputeIcon",
|
|
1519
1519
|
"type": "button",
|
|
1520
|
-
"label": "@config.disputeLabel"
|
|
1521
|
-
"icon": "@config.disputeIcon"
|
|
1520
|
+
"label": "@config.disputeLabel"
|
|
1522
1521
|
},
|
|
1523
1522
|
{
|
|
1524
1523
|
"type": "button",
|
|
1525
|
-
"action": "CANCEL_TRANSACTION",
|
|
1526
1524
|
"variant": "ghost",
|
|
1527
|
-
"
|
|
1528
|
-
"icon": "@config.cancelIcon"
|
|
1525
|
+
"action": "CANCEL_TRANSACTION",
|
|
1526
|
+
"icon": "@config.cancelIcon",
|
|
1527
|
+
"label": "@config.cancelLabel"
|
|
1529
1528
|
}
|
|
1530
1529
|
],
|
|
1531
1530
|
"align": "center",
|
|
1532
|
-
"gap": "sm",
|
|
1533
1531
|
"type": "stack",
|
|
1534
|
-
"direction": "horizontal"
|
|
1532
|
+
"direction": "horizontal",
|
|
1533
|
+
"gap": "sm"
|
|
1535
1534
|
}
|
|
1536
1535
|
],
|
|
1537
1536
|
"direction": "vertical",
|
|
1538
|
-
"gap": "lg"
|
|
1537
|
+
"gap": "lg",
|
|
1538
|
+
"type": "stack"
|
|
1539
1539
|
}
|
|
1540
1540
|
]
|
|
1541
1541
|
]
|
|
@@ -1561,6 +1561,17 @@
|
|
|
1561
1561
|
"array/append",
|
|
1562
1562
|
"@entity.audit",
|
|
1563
1563
|
{
|
|
1564
|
+
"description": [
|
|
1565
|
+
"str/concat",
|
|
1566
|
+
"@entity.currentPartyActor",
|
|
1567
|
+
" completed: ",
|
|
1568
|
+
"@entity.currentActionLabel"
|
|
1569
|
+
],
|
|
1570
|
+
"title": [
|
|
1571
|
+
"str/concat",
|
|
1572
|
+
"@entity.currentPartyTitle",
|
|
1573
|
+
" confirmed"
|
|
1574
|
+
],
|
|
1564
1575
|
"id": [
|
|
1565
1576
|
"str/concat",
|
|
1566
1577
|
"confirm-",
|
|
@@ -1571,21 +1582,10 @@
|
|
|
1571
1582
|
""
|
|
1572
1583
|
]
|
|
1573
1584
|
],
|
|
1574
|
-
"title": [
|
|
1575
|
-
"str/concat",
|
|
1576
|
-
"@entity.currentPartyTitle",
|
|
1577
|
-
" confirmed"
|
|
1578
|
-
],
|
|
1579
1585
|
"timestamp": [
|
|
1580
1586
|
"time/now"
|
|
1581
1587
|
],
|
|
1582
|
-
"status": "complete"
|
|
1583
|
-
"description": [
|
|
1584
|
-
"str/concat",
|
|
1585
|
-
"@entity.currentPartyActor",
|
|
1586
|
-
" completed: ",
|
|
1587
|
-
"@entity.currentActionLabel"
|
|
1588
|
-
]
|
|
1588
|
+
"status": "complete"
|
|
1589
1589
|
}
|
|
1590
1590
|
]
|
|
1591
1591
|
],
|
|
@@ -1596,17 +1596,17 @@
|
|
|
1596
1596
|
"array/append",
|
|
1597
1597
|
"@entity.audit",
|
|
1598
1598
|
{
|
|
1599
|
-
"description": [
|
|
1600
|
-
"str/concat",
|
|
1601
|
-
"@config.transactionAmount",
|
|
1602
|
-
" is now funded and ready for release."
|
|
1603
|
-
],
|
|
1604
1599
|
"id": "all-confirmed",
|
|
1600
|
+
"status": "complete",
|
|
1605
1601
|
"title": "All parties confirmed",
|
|
1606
1602
|
"timestamp": [
|
|
1607
1603
|
"time/now"
|
|
1608
1604
|
],
|
|
1609
|
-
"
|
|
1605
|
+
"description": [
|
|
1606
|
+
"str/concat",
|
|
1607
|
+
"@config.transactionAmount",
|
|
1608
|
+
" is now funded and ready for release."
|
|
1609
|
+
]
|
|
1610
1610
|
}
|
|
1611
1611
|
]
|
|
1612
1612
|
],
|
|
@@ -1614,49 +1614,50 @@
|
|
|
1614
1614
|
"render-ui",
|
|
1615
1615
|
"main",
|
|
1616
1616
|
{
|
|
1617
|
-
"direction": "vertical",
|
|
1618
1617
|
"children": [
|
|
1619
1618
|
{
|
|
1620
|
-
"type": "stack",
|
|
1621
|
-
"direction": "horizontal",
|
|
1622
|
-
"gap": "sm",
|
|
1623
|
-
"align": "center",
|
|
1624
1619
|
"children": [
|
|
1625
1620
|
{
|
|
1626
1621
|
"name": "lock",
|
|
1627
1622
|
"type": "icon"
|
|
1628
1623
|
},
|
|
1629
1624
|
{
|
|
1625
|
+
"content": "@config.title",
|
|
1630
1626
|
"type": "typography",
|
|
1631
|
-
"variant": "h3"
|
|
1632
|
-
"content": "@config.title"
|
|
1627
|
+
"variant": "h3"
|
|
1633
1628
|
},
|
|
1634
1629
|
{
|
|
1635
|
-
"
|
|
1630
|
+
"variant": "success",
|
|
1636
1631
|
"label": "Funded",
|
|
1637
|
-
"
|
|
1632
|
+
"type": "badge"
|
|
1638
1633
|
}
|
|
1639
|
-
]
|
|
1634
|
+
],
|
|
1635
|
+
"direction": "horizontal",
|
|
1636
|
+
"gap": "sm",
|
|
1637
|
+
"align": "center",
|
|
1638
|
+
"type": "stack"
|
|
1640
1639
|
},
|
|
1641
1640
|
{
|
|
1642
1641
|
"look": "@config.cardLook",
|
|
1642
|
+
"type": "card",
|
|
1643
1643
|
"children": [
|
|
1644
1644
|
{
|
|
1645
|
-
"direction": "vertical",
|
|
1646
1645
|
"type": "stack",
|
|
1646
|
+
"gap": "md",
|
|
1647
1647
|
"children": [
|
|
1648
1648
|
{
|
|
1649
|
+
"gap": "lg",
|
|
1650
|
+
"type": "stack",
|
|
1649
1651
|
"align": "center",
|
|
1650
1652
|
"children": [
|
|
1651
1653
|
{
|
|
1652
1654
|
"direction": "vertical",
|
|
1653
|
-
"gap": "xs",
|
|
1654
1655
|
"children": [
|
|
1655
1656
|
{
|
|
1656
1657
|
"variant": "caption",
|
|
1657
1658
|
"type": "typography",
|
|
1658
|
-
"
|
|
1659
|
-
"
|
|
1659
|
+
"color": "muted",
|
|
1660
|
+
"content": "Amount in escrow"
|
|
1660
1661
|
},
|
|
1661
1662
|
{
|
|
1662
1663
|
"content": "@config.transactionAmount",
|
|
@@ -1664,117 +1665,114 @@
|
|
|
1664
1665
|
"type": "typography"
|
|
1665
1666
|
}
|
|
1666
1667
|
],
|
|
1667
|
-
"type": "stack"
|
|
1668
|
+
"type": "stack",
|
|
1669
|
+
"gap": "xs"
|
|
1668
1670
|
},
|
|
1669
1671
|
{
|
|
1670
1672
|
"children": [
|
|
1671
1673
|
{
|
|
1672
|
-
"
|
|
1674
|
+
"type": "typography",
|
|
1673
1675
|
"content": "Subject",
|
|
1674
|
-
"
|
|
1675
|
-
"
|
|
1676
|
+
"variant": "caption",
|
|
1677
|
+
"color": "muted"
|
|
1676
1678
|
},
|
|
1677
1679
|
{
|
|
1678
|
-
"content": "@config.transactionSubject",
|
|
1679
1680
|
"type": "typography",
|
|
1680
|
-
"variant": "h4"
|
|
1681
|
+
"variant": "h4",
|
|
1682
|
+
"content": "@config.transactionSubject"
|
|
1681
1683
|
}
|
|
1682
1684
|
],
|
|
1683
|
-
"
|
|
1685
|
+
"type": "stack",
|
|
1684
1686
|
"gap": "xs",
|
|
1685
|
-
"
|
|
1687
|
+
"direction": "vertical"
|
|
1686
1688
|
},
|
|
1687
1689
|
{
|
|
1688
1690
|
"gap": "xs",
|
|
1691
|
+
"direction": "vertical",
|
|
1689
1692
|
"children": [
|
|
1690
1693
|
{
|
|
1694
|
+
"content": "Reference",
|
|
1691
1695
|
"color": "muted",
|
|
1692
1696
|
"type": "typography",
|
|
1693
|
-
"variant": "caption"
|
|
1694
|
-
"content": "Reference"
|
|
1697
|
+
"variant": "caption"
|
|
1695
1698
|
},
|
|
1696
1699
|
{
|
|
1697
|
-
"variant": "body",
|
|
1698
1700
|
"type": "typography",
|
|
1699
|
-
"content": "@config.transactionReference"
|
|
1701
|
+
"content": "@config.transactionReference",
|
|
1702
|
+
"variant": "body"
|
|
1700
1703
|
}
|
|
1701
1704
|
],
|
|
1702
|
-
"direction": "vertical",
|
|
1703
1705
|
"type": "stack"
|
|
1704
1706
|
}
|
|
1705
1707
|
],
|
|
1706
|
-
"
|
|
1707
|
-
"direction": "horizontal",
|
|
1708
|
-
"gap": "lg"
|
|
1708
|
+
"direction": "horizontal"
|
|
1709
1709
|
}
|
|
1710
1710
|
],
|
|
1711
|
-
"
|
|
1711
|
+
"direction": "vertical"
|
|
1712
1712
|
}
|
|
1713
|
-
]
|
|
1714
|
-
"type": "card"
|
|
1713
|
+
]
|
|
1715
1714
|
},
|
|
1716
1715
|
{
|
|
1716
|
+
"type": "card",
|
|
1717
1717
|
"look": "@config.cardLook",
|
|
1718
1718
|
"variant": "elevated",
|
|
1719
|
-
"type": "card",
|
|
1720
1719
|
"children": [
|
|
1721
1720
|
{
|
|
1722
|
-
"gap": "md",
|
|
1723
1721
|
"children": [
|
|
1724
1722
|
{
|
|
1725
1723
|
"type": "icon",
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
1724
|
+
"size": "lg",
|
|
1725
|
+
"name": "check-circle"
|
|
1728
1726
|
},
|
|
1729
1727
|
{
|
|
1728
|
+
"align": "center",
|
|
1730
1729
|
"variant": "h2",
|
|
1731
|
-
"type": "typography",
|
|
1732
1730
|
"content": "All parties confirmed",
|
|
1733
|
-
"
|
|
1731
|
+
"type": "typography"
|
|
1734
1732
|
},
|
|
1735
1733
|
{
|
|
1736
1734
|
"type": "typography",
|
|
1735
|
+
"content": "Funds are held in escrow and ready for release to the seller.",
|
|
1737
1736
|
"variant": "body",
|
|
1738
|
-
"align": "center",
|
|
1739
1737
|
"color": "muted",
|
|
1740
|
-
"
|
|
1738
|
+
"align": "center"
|
|
1741
1739
|
},
|
|
1742
1740
|
{
|
|
1743
|
-
"gap": "sm",
|
|
1744
|
-
"direction": "horizontal",
|
|
1745
1741
|
"children": [
|
|
1746
1742
|
{
|
|
1747
1743
|
"action": "RELEASE",
|
|
1748
1744
|
"type": "button",
|
|
1745
|
+
"variant": "success",
|
|
1749
1746
|
"label": "@config.releaseLabel",
|
|
1750
|
-
"icon": "@config.releaseIcon"
|
|
1751
|
-
"variant": "success"
|
|
1747
|
+
"icon": "@config.releaseIcon"
|
|
1752
1748
|
},
|
|
1753
1749
|
{
|
|
1750
|
+
"action": "OPEN_DISPUTE",
|
|
1754
1751
|
"type": "button",
|
|
1755
|
-
"icon": "@config.disputeIcon",
|
|
1756
1752
|
"label": "@config.disputeLabel",
|
|
1757
|
-
"
|
|
1758
|
-
"
|
|
1753
|
+
"variant": "danger",
|
|
1754
|
+
"icon": "@config.disputeIcon"
|
|
1759
1755
|
}
|
|
1760
1756
|
],
|
|
1761
|
-
"
|
|
1762
|
-
"
|
|
1757
|
+
"gap": "sm",
|
|
1758
|
+
"direction": "horizontal",
|
|
1759
|
+
"align": "center",
|
|
1760
|
+
"type": "stack"
|
|
1763
1761
|
}
|
|
1764
1762
|
],
|
|
1765
|
-
"
|
|
1763
|
+
"direction": "vertical",
|
|
1766
1764
|
"type": "stack",
|
|
1767
|
-
"
|
|
1765
|
+
"align": "center",
|
|
1766
|
+
"gap": "md"
|
|
1768
1767
|
}
|
|
1769
1768
|
]
|
|
1770
1769
|
},
|
|
1771
1770
|
{
|
|
1772
|
-
"variant": "h4",
|
|
1773
1771
|
"type": "typography",
|
|
1772
|
+
"variant": "h4",
|
|
1774
1773
|
"content": "Activity"
|
|
1775
1774
|
},
|
|
1776
1775
|
{
|
|
1777
|
-
"look": "@config.timelineLook",
|
|
1778
1776
|
"fields": [
|
|
1779
1777
|
"title",
|
|
1780
1778
|
"description",
|
|
@@ -1782,11 +1780,13 @@
|
|
|
1782
1780
|
"status"
|
|
1783
1781
|
],
|
|
1784
1782
|
"type": "timeline",
|
|
1785
|
-
"entity": "@entity.audit"
|
|
1783
|
+
"entity": "@entity.audit",
|
|
1784
|
+
"look": "@config.timelineLook"
|
|
1786
1785
|
}
|
|
1787
1786
|
],
|
|
1788
1787
|
"gap": "lg",
|
|
1789
|
-
"type": "stack"
|
|
1788
|
+
"type": "stack",
|
|
1789
|
+
"direction": "vertical"
|
|
1790
1790
|
}
|
|
1791
1791
|
]
|
|
1792
1792
|
]
|
|
@@ -1809,54 +1809,54 @@
|
|
|
1809
1809
|
"gap": "md",
|
|
1810
1810
|
"children": [
|
|
1811
1811
|
{
|
|
1812
|
-
"align": "center",
|
|
1813
|
-
"type": "stack",
|
|
1814
1812
|
"direction": "horizontal",
|
|
1815
1813
|
"children": [
|
|
1816
1814
|
{
|
|
1817
|
-
"
|
|
1818
|
-
"variant": "ghost",
|
|
1819
|
-
"type": "button",
|
|
1815
|
+
"icon": "arrow-left",
|
|
1820
1816
|
"action": "CANCEL_REASON",
|
|
1821
|
-
"
|
|
1817
|
+
"type": "button",
|
|
1818
|
+
"variant": "ghost",
|
|
1819
|
+
"label": "Back"
|
|
1822
1820
|
},
|
|
1823
1821
|
{
|
|
1824
|
-
"
|
|
1825
|
-
"
|
|
1822
|
+
"name": "alert-triangle",
|
|
1823
|
+
"type": "icon"
|
|
1826
1824
|
},
|
|
1827
1825
|
{
|
|
1828
1826
|
"type": "typography",
|
|
1829
|
-
"
|
|
1830
|
-
"
|
|
1827
|
+
"variant": "h3",
|
|
1828
|
+
"content": "Open a dispute"
|
|
1831
1829
|
}
|
|
1832
1830
|
],
|
|
1833
|
-
"gap": "sm"
|
|
1831
|
+
"gap": "sm",
|
|
1832
|
+
"align": "center",
|
|
1833
|
+
"type": "stack"
|
|
1834
1834
|
},
|
|
1835
1835
|
{
|
|
1836
|
-
"look": "@config.cardLook",
|
|
1837
1836
|
"type": "card",
|
|
1837
|
+
"look": "@config.cardLook",
|
|
1838
1838
|
"children": [
|
|
1839
1839
|
{
|
|
1840
1840
|
"direction": "vertical",
|
|
1841
1841
|
"gap": "sm",
|
|
1842
|
+
"type": "stack",
|
|
1842
1843
|
"children": [
|
|
1843
1844
|
{
|
|
1844
|
-
"
|
|
1845
|
+
"content": "Describe the issue so all parties and the escrow officer can review. Funds will remain in escrow until the dispute is resolved.",
|
|
1845
1846
|
"type": "typography",
|
|
1846
1847
|
"variant": "body",
|
|
1847
|
-
"
|
|
1848
|
+
"color": "muted"
|
|
1848
1849
|
},
|
|
1849
1850
|
{
|
|
1850
|
-
"submitEvent": "SUBMIT_DISPUTE",
|
|
1851
|
-
"cancelEvent": "CANCEL_REASON",
|
|
1852
|
-
"type": "form-section",
|
|
1853
1851
|
"entity": "@entity",
|
|
1854
|
-
"submitLabel": "Submit dispute",
|
|
1855
1852
|
"fields": "@config.reasonFields",
|
|
1853
|
+
"type": "form-section",
|
|
1854
|
+
"submitEvent": "SUBMIT_DISPUTE",
|
|
1855
|
+
"submitLabel": "Submit dispute",
|
|
1856
|
+
"cancelEvent": "CANCEL_REASON",
|
|
1856
1857
|
"mode": "edit"
|
|
1857
1858
|
}
|
|
1858
|
-
]
|
|
1859
|
-
"type": "stack"
|
|
1859
|
+
]
|
|
1860
1860
|
}
|
|
1861
1861
|
]
|
|
1862
1862
|
}
|
|
@@ -1880,63 +1880,63 @@
|
|
|
1880
1880
|
"render-ui",
|
|
1881
1881
|
"main",
|
|
1882
1882
|
{
|
|
1883
|
+
"direction": "vertical",
|
|
1884
|
+
"gap": "md",
|
|
1883
1885
|
"children": [
|
|
1884
1886
|
{
|
|
1885
1887
|
"align": "center",
|
|
1888
|
+
"gap": "sm",
|
|
1889
|
+
"type": "stack",
|
|
1886
1890
|
"children": [
|
|
1887
1891
|
{
|
|
1888
|
-
"icon": "arrow-left",
|
|
1889
|
-
"label": "Back",
|
|
1890
|
-
"variant": "ghost",
|
|
1891
1892
|
"type": "button",
|
|
1892
|
-
"
|
|
1893
|
+
"variant": "ghost",
|
|
1894
|
+
"label": "Back",
|
|
1895
|
+
"action": "CANCEL_REASON",
|
|
1896
|
+
"icon": "arrow-left"
|
|
1893
1897
|
},
|
|
1894
1898
|
{
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1899
|
+
"name": "x-circle",
|
|
1900
|
+
"type": "icon"
|
|
1897
1901
|
},
|
|
1898
1902
|
{
|
|
1903
|
+
"content": "Cancel transaction",
|
|
1899
1904
|
"variant": "h3",
|
|
1900
|
-
"type": "typography"
|
|
1901
|
-
"content": "Cancel transaction"
|
|
1905
|
+
"type": "typography"
|
|
1902
1906
|
}
|
|
1903
1907
|
],
|
|
1904
|
-
"gap": "sm",
|
|
1905
|
-
"type": "stack",
|
|
1906
1908
|
"direction": "horizontal"
|
|
1907
1909
|
},
|
|
1908
1910
|
{
|
|
1909
|
-
"type": "card",
|
|
1910
1911
|
"children": [
|
|
1911
1912
|
{
|
|
1912
|
-
"type": "stack",
|
|
1913
1913
|
"children": [
|
|
1914
1914
|
{
|
|
1915
1915
|
"content": "Tell the other parties why this transaction is being cancelled. Any escrowed funds will be returned to the buyer.",
|
|
1916
1916
|
"color": "muted",
|
|
1917
|
-
"
|
|
1918
|
-
"
|
|
1917
|
+
"variant": "body",
|
|
1918
|
+
"type": "typography"
|
|
1919
1919
|
},
|
|
1920
1920
|
{
|
|
1921
1921
|
"entity": "@entity",
|
|
1922
|
-
"cancelEvent": "CANCEL_REASON",
|
|
1923
1922
|
"type": "form-section",
|
|
1924
1923
|
"mode": "edit",
|
|
1925
|
-
"
|
|
1924
|
+
"cancelEvent": "CANCEL_REASON",
|
|
1925
|
+
"fields": "@config.reasonFields",
|
|
1926
1926
|
"submitLabel": "Cancel transaction",
|
|
1927
|
-
"
|
|
1927
|
+
"submitEvent": "SUBMIT_CANCEL"
|
|
1928
1928
|
}
|
|
1929
1929
|
],
|
|
1930
1930
|
"direction": "vertical",
|
|
1931
|
-
"gap": "sm"
|
|
1931
|
+
"gap": "sm",
|
|
1932
|
+
"type": "stack"
|
|
1932
1933
|
}
|
|
1933
1934
|
],
|
|
1935
|
+
"type": "card",
|
|
1934
1936
|
"look": "@config.cardLook"
|
|
1935
1937
|
}
|
|
1936
1938
|
],
|
|
1937
|
-
"
|
|
1938
|
-
"type": "stack",
|
|
1939
|
-
"direction": "vertical"
|
|
1939
|
+
"type": "stack"
|
|
1940
1940
|
}
|
|
1941
1941
|
]
|
|
1942
1942
|
]
|
|
@@ -1963,12 +1963,12 @@
|
|
|
1963
1963
|
"array/append",
|
|
1964
1964
|
"@entity.audit",
|
|
1965
1965
|
{
|
|
1966
|
-
"status": "error",
|
|
1967
1966
|
"timestamp": [
|
|
1968
1967
|
"time/now"
|
|
1969
1968
|
],
|
|
1970
|
-
"id": "dispute-opened",
|
|
1971
1969
|
"description": "@entity.disputeReason",
|
|
1970
|
+
"status": "error",
|
|
1971
|
+
"id": "dispute-opened",
|
|
1972
1972
|
"title": "Dispute opened"
|
|
1973
1973
|
}
|
|
1974
1974
|
]
|
|
@@ -1977,8 +1977,12 @@
|
|
|
1977
1977
|
"render-ui",
|
|
1978
1978
|
"main",
|
|
1979
1979
|
{
|
|
1980
|
+
"gap": "lg",
|
|
1981
|
+
"direction": "vertical",
|
|
1982
|
+
"type": "stack",
|
|
1980
1983
|
"children": [
|
|
1981
1984
|
{
|
|
1985
|
+
"gap": "sm",
|
|
1982
1986
|
"direction": "horizontal",
|
|
1983
1987
|
"children": [
|
|
1984
1988
|
{
|
|
@@ -1986,80 +1990,76 @@
|
|
|
1986
1990
|
"type": "icon"
|
|
1987
1991
|
},
|
|
1988
1992
|
{
|
|
1993
|
+
"content": "@config.title",
|
|
1989
1994
|
"variant": "h3",
|
|
1990
|
-
"type": "typography"
|
|
1991
|
-
"content": "@config.title"
|
|
1995
|
+
"type": "typography"
|
|
1992
1996
|
},
|
|
1993
1997
|
{
|
|
1994
|
-
"type": "badge",
|
|
1995
1998
|
"label": "Disputed",
|
|
1999
|
+
"type": "badge",
|
|
1996
2000
|
"variant": "danger"
|
|
1997
2001
|
}
|
|
1998
2002
|
],
|
|
1999
2003
|
"type": "stack",
|
|
2000
|
-
"gap": "sm",
|
|
2001
2004
|
"align": "center"
|
|
2002
2005
|
},
|
|
2003
2006
|
{
|
|
2004
2007
|
"type": "card",
|
|
2005
|
-
"look": "@config.cardLook",
|
|
2006
2008
|
"children": [
|
|
2007
2009
|
{
|
|
2008
2010
|
"children": [
|
|
2009
2011
|
{
|
|
2010
2012
|
"color": "muted",
|
|
2011
|
-
"type": "typography",
|
|
2012
2013
|
"variant": "caption",
|
|
2013
|
-
"content": "Reason for dispute"
|
|
2014
|
+
"content": "Reason for dispute",
|
|
2015
|
+
"type": "typography"
|
|
2014
2016
|
},
|
|
2015
2017
|
{
|
|
2016
|
-
"content": "@entity.disputeReason",
|
|
2017
2018
|
"type": "typography",
|
|
2018
|
-
"variant": "body"
|
|
2019
|
+
"variant": "body",
|
|
2020
|
+
"content": "@entity.disputeReason"
|
|
2019
2021
|
},
|
|
2020
2022
|
{
|
|
2021
2023
|
"type": "divider"
|
|
2022
2024
|
},
|
|
2023
2025
|
{
|
|
2024
|
-
"variant": "caption",
|
|
2025
2026
|
"color": "muted",
|
|
2026
2027
|
"type": "typography",
|
|
2028
|
+
"variant": "caption",
|
|
2027
2029
|
"content": "An escrow officer will contact all parties within one business day. Funds remain held until resolution."
|
|
2028
2030
|
}
|
|
2029
2031
|
],
|
|
2030
2032
|
"direction": "vertical",
|
|
2031
|
-
"
|
|
2032
|
-
"
|
|
2033
|
+
"type": "stack",
|
|
2034
|
+
"gap": "sm"
|
|
2033
2035
|
}
|
|
2034
|
-
]
|
|
2036
|
+
],
|
|
2037
|
+
"look": "@config.cardLook"
|
|
2035
2038
|
},
|
|
2036
2039
|
{
|
|
2037
|
-
"type": "typography",
|
|
2038
2040
|
"variant": "h4",
|
|
2039
|
-
"content": "Activity"
|
|
2041
|
+
"content": "Activity",
|
|
2042
|
+
"type": "typography"
|
|
2040
2043
|
},
|
|
2041
2044
|
{
|
|
2045
|
+
"type": "timeline",
|
|
2046
|
+
"entity": "@entity.audit",
|
|
2042
2047
|
"fields": [
|
|
2043
2048
|
"title",
|
|
2044
2049
|
"description",
|
|
2045
2050
|
"timestamp",
|
|
2046
2051
|
"status"
|
|
2047
2052
|
],
|
|
2048
|
-
"look": "@config.timelineLook"
|
|
2049
|
-
"type": "timeline",
|
|
2050
|
-
"entity": "@entity.audit"
|
|
2053
|
+
"look": "@config.timelineLook"
|
|
2051
2054
|
},
|
|
2052
2055
|
{
|
|
2053
|
-
"type": "button",
|
|
2054
|
-
"label": "Start a new transaction",
|
|
2055
2056
|
"action": "RESTART",
|
|
2057
|
+
"type": "button",
|
|
2056
2058
|
"icon": "rotate-ccw",
|
|
2057
|
-
"variant": "secondary"
|
|
2059
|
+
"variant": "secondary",
|
|
2060
|
+
"label": "Start a new transaction"
|
|
2058
2061
|
}
|
|
2059
|
-
]
|
|
2060
|
-
"type": "stack",
|
|
2061
|
-
"gap": "lg",
|
|
2062
|
-
"direction": "vertical"
|
|
2062
|
+
]
|
|
2063
2063
|
}
|
|
2064
2064
|
]
|
|
2065
2065
|
]
|
|
@@ -2074,8 +2074,8 @@
|
|
|
2074
2074
|
"MultiPartyView",
|
|
2075
2075
|
{
|
|
2076
2076
|
"emit": {
|
|
2077
|
-
"
|
|
2078
|
-
"
|
|
2077
|
+
"success": "FlowLoaded",
|
|
2078
|
+
"failure": "FlowLoadFailed"
|
|
2079
2079
|
}
|
|
2080
2080
|
}
|
|
2081
2081
|
],
|
|
@@ -2083,8 +2083,8 @@
|
|
|
2083
2083
|
"render-ui",
|
|
2084
2084
|
"main",
|
|
2085
2085
|
{
|
|
2086
|
-
"
|
|
2087
|
-
"
|
|
2086
|
+
"type": "loading-state",
|
|
2087
|
+
"title": "Returning…"
|
|
2088
2088
|
}
|
|
2089
2089
|
]
|
|
2090
2090
|
]
|
|
@@ -2111,13 +2111,13 @@
|
|
|
2111
2111
|
"array/append",
|
|
2112
2112
|
"@entity.audit",
|
|
2113
2113
|
{
|
|
2114
|
+
"title": "Transaction cancelled",
|
|
2114
2115
|
"id": "cancelled",
|
|
2116
|
+
"description": "@entity.cancelReason",
|
|
2117
|
+
"status": "error",
|
|
2115
2118
|
"timestamp": [
|
|
2116
2119
|
"time/now"
|
|
2117
|
-
]
|
|
2118
|
-
"title": "Transaction cancelled",
|
|
2119
|
-
"status": "error",
|
|
2120
|
-
"description": "@entity.cancelReason"
|
|
2120
|
+
]
|
|
2121
2121
|
}
|
|
2122
2122
|
]
|
|
2123
2123
|
],
|
|
@@ -2125,12 +2125,10 @@
|
|
|
2125
2125
|
"render-ui",
|
|
2126
2126
|
"main",
|
|
2127
2127
|
{
|
|
2128
|
-
"type": "stack",
|
|
2129
2128
|
"children": [
|
|
2130
2129
|
{
|
|
2130
|
+
"type": "stack",
|
|
2131
2131
|
"align": "center",
|
|
2132
|
-
"gap": "sm",
|
|
2133
|
-
"direction": "horizontal",
|
|
2134
2132
|
"children": [
|
|
2135
2133
|
{
|
|
2136
2134
|
"name": "x-circle",
|
|
@@ -2143,49 +2141,50 @@
|
|
|
2143
2141
|
},
|
|
2144
2142
|
{
|
|
2145
2143
|
"variant": "warning",
|
|
2146
|
-
"
|
|
2147
|
-
"
|
|
2144
|
+
"label": "Cancelled",
|
|
2145
|
+
"type": "badge"
|
|
2148
2146
|
}
|
|
2149
2147
|
],
|
|
2150
|
-
"
|
|
2148
|
+
"direction": "horizontal",
|
|
2149
|
+
"gap": "sm"
|
|
2151
2150
|
},
|
|
2152
2151
|
{
|
|
2152
|
+
"look": "@config.cardLook",
|
|
2153
2153
|
"children": [
|
|
2154
2154
|
{
|
|
2155
2155
|
"gap": "sm",
|
|
2156
|
+
"direction": "vertical",
|
|
2157
|
+
"type": "stack",
|
|
2156
2158
|
"children": [
|
|
2157
2159
|
{
|
|
2158
|
-
"
|
|
2160
|
+
"color": "muted",
|
|
2159
2161
|
"variant": "caption",
|
|
2160
|
-
"
|
|
2161
|
-
"
|
|
2162
|
+
"content": "Reason for cancellation",
|
|
2163
|
+
"type": "typography"
|
|
2162
2164
|
},
|
|
2163
2165
|
{
|
|
2164
|
-
"type": "typography",
|
|
2165
2166
|
"content": "@entity.cancelReason",
|
|
2167
|
+
"type": "typography",
|
|
2166
2168
|
"variant": "body"
|
|
2167
2169
|
},
|
|
2168
2170
|
{
|
|
2169
2171
|
"type": "divider"
|
|
2170
2172
|
},
|
|
2171
2173
|
{
|
|
2172
|
-
"
|
|
2174
|
+
"content": "Any escrowed funds have been returned to the buyer.",
|
|
2173
2175
|
"color": "muted",
|
|
2174
2176
|
"type": "typography",
|
|
2175
|
-
"
|
|
2177
|
+
"variant": "caption"
|
|
2176
2178
|
}
|
|
2177
|
-
]
|
|
2178
|
-
"type": "stack",
|
|
2179
|
-
"direction": "vertical"
|
|
2179
|
+
]
|
|
2180
2180
|
}
|
|
2181
2181
|
],
|
|
2182
|
-
"look": "@config.cardLook",
|
|
2183
2182
|
"type": "card"
|
|
2184
2183
|
},
|
|
2185
2184
|
{
|
|
2186
|
-
"variant": "h4",
|
|
2187
2185
|
"content": "Activity",
|
|
2188
|
-
"type": "typography"
|
|
2186
|
+
"type": "typography",
|
|
2187
|
+
"variant": "h4"
|
|
2189
2188
|
},
|
|
2190
2189
|
{
|
|
2191
2190
|
"fields": [
|
|
@@ -2194,18 +2193,19 @@
|
|
|
2194
2193
|
"timestamp",
|
|
2195
2194
|
"status"
|
|
2196
2195
|
],
|
|
2197
|
-
"
|
|
2196
|
+
"entity": "@entity.audit",
|
|
2198
2197
|
"look": "@config.timelineLook",
|
|
2199
|
-
"
|
|
2198
|
+
"type": "timeline"
|
|
2200
2199
|
},
|
|
2201
2200
|
{
|
|
2202
|
-
"label": "Start a new transaction",
|
|
2203
2201
|
"variant": "secondary",
|
|
2204
|
-
"action": "RESTART",
|
|
2205
2202
|
"icon": "rotate-ccw",
|
|
2206
|
-
"type": "button"
|
|
2203
|
+
"type": "button",
|
|
2204
|
+
"label": "Start a new transaction",
|
|
2205
|
+
"action": "RESTART"
|
|
2207
2206
|
}
|
|
2208
2207
|
],
|
|
2208
|
+
"type": "stack",
|
|
2209
2209
|
"direction": "vertical",
|
|
2210
2210
|
"gap": "lg"
|
|
2211
2211
|
}
|
|
@@ -2249,17 +2249,17 @@
|
|
|
2249
2249
|
"array/append",
|
|
2250
2250
|
"@entity.audit",
|
|
2251
2251
|
{
|
|
2252
|
-
"id": "released",
|
|
2253
|
-
"title": "Funds released",
|
|
2254
2252
|
"description": [
|
|
2255
2253
|
"str/concat",
|
|
2256
2254
|
"@config.transactionAmount",
|
|
2257
2255
|
" released to the seller. Transaction complete."
|
|
2258
2256
|
],
|
|
2257
|
+
"status": "complete",
|
|
2259
2258
|
"timestamp": [
|
|
2260
2259
|
"time/now"
|
|
2261
2260
|
],
|
|
2262
|
-
"
|
|
2261
|
+
"id": "released",
|
|
2262
|
+
"title": "Funds released"
|
|
2263
2263
|
}
|
|
2264
2264
|
]
|
|
2265
2265
|
],
|
|
@@ -2267,12 +2267,10 @@
|
|
|
2267
2267
|
"render-ui",
|
|
2268
2268
|
"main",
|
|
2269
2269
|
{
|
|
2270
|
-
"direction": "vertical",
|
|
2271
2270
|
"children": [
|
|
2272
2271
|
{
|
|
2273
|
-
"direction": "horizontal",
|
|
2274
2272
|
"align": "center",
|
|
2275
|
-
"
|
|
2273
|
+
"gap": "sm",
|
|
2276
2274
|
"children": [
|
|
2277
2275
|
{
|
|
2278
2276
|
"name": "check-circle",
|
|
@@ -2284,77 +2282,79 @@
|
|
|
2284
2282
|
"content": "@config.title"
|
|
2285
2283
|
},
|
|
2286
2284
|
{
|
|
2287
|
-
"variant": "success",
|
|
2288
2285
|
"type": "badge",
|
|
2286
|
+
"variant": "success",
|
|
2289
2287
|
"label": "Completed"
|
|
2290
2288
|
}
|
|
2291
2289
|
],
|
|
2292
|
-
"
|
|
2290
|
+
"direction": "horizontal",
|
|
2291
|
+
"type": "stack"
|
|
2293
2292
|
},
|
|
2294
2293
|
{
|
|
2295
2294
|
"type": "card",
|
|
2296
|
-
"look": "@config.cardLook",
|
|
2297
2295
|
"children": [
|
|
2298
2296
|
{
|
|
2299
|
-
"direction": "vertical",
|
|
2300
|
-
"align": "center",
|
|
2301
2297
|
"gap": "md",
|
|
2302
2298
|
"type": "stack",
|
|
2299
|
+
"align": "center",
|
|
2303
2300
|
"children": [
|
|
2304
2301
|
{
|
|
2305
|
-
"size": "lg",
|
|
2306
2302
|
"type": "icon",
|
|
2307
|
-
"name": "check-circle"
|
|
2303
|
+
"name": "check-circle",
|
|
2304
|
+
"size": "lg"
|
|
2308
2305
|
},
|
|
2309
2306
|
{
|
|
2310
|
-
"
|
|
2307
|
+
"content": "Transaction complete",
|
|
2311
2308
|
"type": "typography",
|
|
2312
2309
|
"align": "center",
|
|
2313
|
-
"
|
|
2310
|
+
"variant": "h2"
|
|
2314
2311
|
},
|
|
2315
2312
|
{
|
|
2316
|
-
"
|
|
2313
|
+
"variant": "h1",
|
|
2317
2314
|
"type": "typography",
|
|
2318
2315
|
"content": "@config.transactionAmount",
|
|
2319
|
-
"
|
|
2316
|
+
"align": "center"
|
|
2320
2317
|
},
|
|
2321
2318
|
{
|
|
2322
|
-
"content": "Funds have been released to the seller.",
|
|
2323
2319
|
"variant": "body",
|
|
2320
|
+
"align": "center",
|
|
2321
|
+
"content": "Funds have been released to the seller.",
|
|
2324
2322
|
"type": "typography",
|
|
2325
|
-
"color": "muted"
|
|
2326
|
-
"align": "center"
|
|
2323
|
+
"color": "muted"
|
|
2327
2324
|
}
|
|
2328
|
-
]
|
|
2325
|
+
],
|
|
2326
|
+
"direction": "vertical"
|
|
2329
2327
|
}
|
|
2330
|
-
]
|
|
2328
|
+
],
|
|
2329
|
+
"look": "@config.cardLook"
|
|
2331
2330
|
},
|
|
2332
2331
|
{
|
|
2333
2332
|
"type": "typography",
|
|
2334
|
-
"
|
|
2335
|
-
"
|
|
2333
|
+
"content": "Activity",
|
|
2334
|
+
"variant": "h4"
|
|
2336
2335
|
},
|
|
2337
2336
|
{
|
|
2338
2337
|
"look": "@config.timelineLook",
|
|
2339
|
-
"
|
|
2338
|
+
"type": "timeline",
|
|
2340
2339
|
"fields": [
|
|
2341
2340
|
"title",
|
|
2342
2341
|
"description",
|
|
2343
2342
|
"timestamp",
|
|
2344
2343
|
"status"
|
|
2345
2344
|
],
|
|
2346
|
-
"
|
|
2345
|
+
"entity": "@entity.audit"
|
|
2347
2346
|
},
|
|
2348
2347
|
{
|
|
2349
|
-
"
|
|
2350
|
-
"icon": "rotate-ccw",
|
|
2348
|
+
"label": "Start a new transaction",
|
|
2351
2349
|
"type": "button",
|
|
2350
|
+
"action": "RESTART",
|
|
2352
2351
|
"variant": "secondary",
|
|
2353
|
-
"
|
|
2352
|
+
"icon": "rotate-ccw"
|
|
2354
2353
|
}
|
|
2355
2354
|
],
|
|
2355
|
+
"type": "stack",
|
|
2356
2356
|
"gap": "lg",
|
|
2357
|
-
"
|
|
2357
|
+
"direction": "vertical"
|
|
2358
2358
|
}
|
|
2359
2359
|
]
|
|
2360
2360
|
]
|
|
@@ -2373,63 +2373,63 @@
|
|
|
2373
2373
|
"render-ui",
|
|
2374
2374
|
"main",
|
|
2375
2375
|
{
|
|
2376
|
+
"direction": "vertical",
|
|
2376
2377
|
"children": [
|
|
2377
2378
|
{
|
|
2378
|
-
"type": "stack",
|
|
2379
|
-
"direction": "horizontal",
|
|
2380
|
-
"gap": "sm",
|
|
2381
|
-
"align": "center",
|
|
2382
2379
|
"children": [
|
|
2383
2380
|
{
|
|
2384
|
-
"
|
|
2381
|
+
"label": "Back",
|
|
2385
2382
|
"icon": "arrow-left",
|
|
2383
|
+
"action": "CANCEL_REASON",
|
|
2386
2384
|
"type": "button",
|
|
2387
|
-
"
|
|
2388
|
-
"action": "CANCEL_REASON"
|
|
2385
|
+
"variant": "ghost"
|
|
2389
2386
|
},
|
|
2390
2387
|
{
|
|
2391
2388
|
"name": "alert-triangle",
|
|
2392
2389
|
"type": "icon"
|
|
2393
2390
|
},
|
|
2394
2391
|
{
|
|
2395
|
-
"type": "typography",
|
|
2396
2392
|
"content": "Open a dispute",
|
|
2393
|
+
"type": "typography",
|
|
2397
2394
|
"variant": "h3"
|
|
2398
2395
|
}
|
|
2399
|
-
]
|
|
2396
|
+
],
|
|
2397
|
+
"gap": "sm",
|
|
2398
|
+
"align": "center",
|
|
2399
|
+
"direction": "horizontal",
|
|
2400
|
+
"type": "stack"
|
|
2400
2401
|
},
|
|
2401
2402
|
{
|
|
2402
2403
|
"type": "card",
|
|
2403
|
-
"look": "@config.cardLook",
|
|
2404
2404
|
"children": [
|
|
2405
2405
|
{
|
|
2406
|
-
"direction": "vertical",
|
|
2407
2406
|
"gap": "sm",
|
|
2408
2407
|
"children": [
|
|
2409
2408
|
{
|
|
2410
|
-
"variant": "body",
|
|
2411
2409
|
"color": "muted",
|
|
2412
2410
|
"type": "typography",
|
|
2411
|
+
"variant": "body",
|
|
2413
2412
|
"content": "Describe the issue so all parties and the escrow officer can review. Funds will remain in escrow until the dispute is resolved."
|
|
2414
2413
|
},
|
|
2415
2414
|
{
|
|
2416
|
-
"mode": "edit",
|
|
2417
|
-
"type": "form-section",
|
|
2418
2415
|
"entity": "@entity",
|
|
2419
|
-
"cancelEvent": "CANCEL_REASON",
|
|
2420
2416
|
"submitEvent": "SUBMIT_DISPUTE",
|
|
2421
2417
|
"submitLabel": "Submit dispute",
|
|
2418
|
+
"mode": "edit",
|
|
2419
|
+
"type": "form-section",
|
|
2420
|
+
"cancelEvent": "CANCEL_REASON",
|
|
2422
2421
|
"fields": "@config.reasonFields"
|
|
2423
2422
|
}
|
|
2424
2423
|
],
|
|
2425
|
-
"type": "stack"
|
|
2424
|
+
"type": "stack",
|
|
2425
|
+
"direction": "vertical"
|
|
2426
2426
|
}
|
|
2427
|
-
]
|
|
2427
|
+
],
|
|
2428
|
+
"look": "@config.cardLook"
|
|
2428
2429
|
}
|
|
2429
2430
|
],
|
|
2430
2431
|
"gap": "md",
|
|
2431
|
-
"type": "stack"
|
|
2432
|
-
"direction": "vertical"
|
|
2432
|
+
"type": "stack"
|
|
2433
2433
|
}
|
|
2434
2434
|
]
|
|
2435
2435
|
]
|
|
@@ -2478,8 +2478,8 @@
|
|
|
2478
2478
|
"render-ui",
|
|
2479
2479
|
"main",
|
|
2480
2480
|
{
|
|
2481
|
-
"
|
|
2482
|
-
"
|
|
2481
|
+
"type": "loading-state",
|
|
2482
|
+
"title": "Starting new transaction…"
|
|
2483
2483
|
}
|
|
2484
2484
|
]
|
|
2485
2485
|
]
|
|
@@ -2519,8 +2519,8 @@
|
|
|
2519
2519
|
"MultiPartyView",
|
|
2520
2520
|
{
|
|
2521
2521
|
"emit": {
|
|
2522
|
-
"
|
|
2523
|
-
"
|
|
2522
|
+
"failure": "FlowLoadFailed",
|
|
2523
|
+
"success": "FlowLoaded"
|
|
2524
2524
|
}
|
|
2525
2525
|
}
|
|
2526
2526
|
],
|
|
@@ -2537,6 +2537,41 @@
|
|
|
2537
2537
|
]
|
|
2538
2538
|
},
|
|
2539
2539
|
"config": {
|
|
2540
|
+
"transactionAmount": {
|
|
2541
|
+
"type": "string",
|
|
2542
|
+
"default": "$28,500",
|
|
2543
|
+
"label": "Amount",
|
|
2544
|
+
"description": "Formatted amount held in escrow",
|
|
2545
|
+
"tier": "presentation"
|
|
2546
|
+
},
|
|
2547
|
+
"releaseLabel": {
|
|
2548
|
+
"type": "string",
|
|
2549
|
+
"default": "Release funds",
|
|
2550
|
+
"label": "Release button",
|
|
2551
|
+
"description": "Label on the final-release primary button",
|
|
2552
|
+
"tier": "presentation"
|
|
2553
|
+
},
|
|
2554
|
+
"disputeLabel": {
|
|
2555
|
+
"type": "string",
|
|
2556
|
+
"default": "Open dispute",
|
|
2557
|
+
"label": "Dispute button",
|
|
2558
|
+
"description": "Label on the open-dispute escape-hatch button",
|
|
2559
|
+
"tier": "presentation"
|
|
2560
|
+
},
|
|
2561
|
+
"releaseIcon": {
|
|
2562
|
+
"type": "string",
|
|
2563
|
+
"default": "unlock",
|
|
2564
|
+
"label": "Release icon",
|
|
2565
|
+
"description": "Icon next to the release button",
|
|
2566
|
+
"tier": "presentation"
|
|
2567
|
+
},
|
|
2568
|
+
"transactionSubject": {
|
|
2569
|
+
"type": "string",
|
|
2570
|
+
"default": "Sale of 2024 Honda CR-V",
|
|
2571
|
+
"label": "Subject",
|
|
2572
|
+
"description": "Short description of what is being transacted",
|
|
2573
|
+
"tier": "presentation"
|
|
2574
|
+
},
|
|
2540
2575
|
"disputeIcon": {
|
|
2541
2576
|
"type": "string",
|
|
2542
2577
|
"default": "alert-triangle",
|
|
@@ -2551,6 +2586,20 @@
|
|
|
2551
2586
|
"description": "Icon next to the cancel button",
|
|
2552
2587
|
"tier": "presentation"
|
|
2553
2588
|
},
|
|
2589
|
+
"title": {
|
|
2590
|
+
"type": "string",
|
|
2591
|
+
"default": "Escrow transaction",
|
|
2592
|
+
"label": "Page title",
|
|
2593
|
+
"description": "Heading shown above the transaction view",
|
|
2594
|
+
"tier": "presentation"
|
|
2595
|
+
},
|
|
2596
|
+
"transactionReference": {
|
|
2597
|
+
"type": "string",
|
|
2598
|
+
"default": "TXN-A8B2C-2024-001",
|
|
2599
|
+
"label": "Reference",
|
|
2600
|
+
"description": "External identifier shown in the summary",
|
|
2601
|
+
"tier": "presentation"
|
|
2602
|
+
},
|
|
2554
2603
|
"cancelLabel": {
|
|
2555
2604
|
"type": "string",
|
|
2556
2605
|
"default": "Cancel transaction",
|
|
@@ -2558,37 +2607,42 @@
|
|
|
2558
2607
|
"description": "Label on the cancel-transaction escape-hatch button",
|
|
2559
2608
|
"tier": "presentation"
|
|
2560
2609
|
},
|
|
2561
|
-
"
|
|
2562
|
-
"type": "string",
|
|
2563
|
-
"default":
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
"
|
|
2610
|
+
"reasonFields": {
|
|
2611
|
+
"type": "[string]",
|
|
2612
|
+
"default": [
|
|
2613
|
+
"reason"
|
|
2614
|
+
],
|
|
2615
|
+
"label": "Reason fields",
|
|
2616
|
+
"description": "Form fields shown when capturing a dispute or cancel reason",
|
|
2617
|
+
"tier": "presentation",
|
|
2618
|
+
"items": {
|
|
2619
|
+
"type": "string"
|
|
2620
|
+
}
|
|
2567
2621
|
},
|
|
2568
2622
|
"parties": {
|
|
2569
2623
|
"type": "[PartySpec]",
|
|
2570
2624
|
"default": [
|
|
2571
2625
|
{
|
|
2572
|
-
"
|
|
2573
|
-
"
|
|
2574
|
-
"
|
|
2626
|
+
"actionIcon": "credit-card",
|
|
2627
|
+
"actionDescription": "Authorize $28,500 to be held in escrow until delivery is confirmed.",
|
|
2628
|
+
"title": "Buyer",
|
|
2575
2629
|
"actor": "Alice Chen",
|
|
2630
|
+
"icon": "user",
|
|
2576
2631
|
"actionLabel": "Confirm payment",
|
|
2577
|
-
"actionDescription": "Authorize $28,500 to be held in escrow until delivery is confirmed.",
|
|
2578
2632
|
"stepLabel": "Step 1 of 2",
|
|
2579
|
-
"
|
|
2580
|
-
"
|
|
2633
|
+
"id": "buyer",
|
|
2634
|
+
"description": "Funds the transaction and confirms receipt of the vehicle."
|
|
2581
2635
|
},
|
|
2582
2636
|
{
|
|
2583
|
-
"actionLabel": "Confirm shipment",
|
|
2584
|
-
"actionDescription": "Mark the vehicle as shipped. Funds will release after the buyer confirms receipt.",
|
|
2585
|
-
"description": "Ships the vehicle and uploads delivery proof.",
|
|
2586
|
-
"title": "Seller",
|
|
2587
|
-
"actionIcon": "package",
|
|
2588
2637
|
"stepLabel": "Step 2 of 2",
|
|
2638
|
+
"actor": "Bob's Auto Sales LLC",
|
|
2589
2639
|
"icon": "user-check",
|
|
2590
2640
|
"id": "seller",
|
|
2591
|
-
"
|
|
2641
|
+
"actionDescription": "Mark the vehicle as shipped. Funds will release after the buyer confirms receipt.",
|
|
2642
|
+
"actionLabel": "Confirm shipment",
|
|
2643
|
+
"title": "Seller",
|
|
2644
|
+
"actionIcon": "package",
|
|
2645
|
+
"description": "Ships the vehicle and uploads delivery proof."
|
|
2592
2646
|
}
|
|
2593
2647
|
],
|
|
2594
2648
|
"label": "Parties",
|
|
@@ -2597,28 +2651,33 @@
|
|
|
2597
2651
|
"items": {
|
|
2598
2652
|
"type": "object",
|
|
2599
2653
|
"properties": {
|
|
2600
|
-
"
|
|
2601
|
-
"name": "
|
|
2654
|
+
"actor": {
|
|
2655
|
+
"name": "actor",
|
|
2602
2656
|
"type": "string",
|
|
2603
2657
|
"required": false
|
|
2604
2658
|
},
|
|
2605
|
-
"
|
|
2606
|
-
"name": "
|
|
2659
|
+
"icon": {
|
|
2660
|
+
"name": "icon",
|
|
2607
2661
|
"type": "string",
|
|
2608
2662
|
"required": false
|
|
2609
2663
|
},
|
|
2610
|
-
"
|
|
2611
|
-
"name": "
|
|
2664
|
+
"id": {
|
|
2665
|
+
"name": "id",
|
|
2612
2666
|
"type": "string",
|
|
2613
2667
|
"required": false
|
|
2614
2668
|
},
|
|
2615
|
-
"
|
|
2616
|
-
"name": "
|
|
2669
|
+
"actionIcon": {
|
|
2670
|
+
"name": "actionIcon",
|
|
2617
2671
|
"type": "string",
|
|
2618
2672
|
"required": false
|
|
2619
2673
|
},
|
|
2620
|
-
"
|
|
2621
|
-
"name": "
|
|
2674
|
+
"title": {
|
|
2675
|
+
"name": "title",
|
|
2676
|
+
"type": "string",
|
|
2677
|
+
"required": false
|
|
2678
|
+
},
|
|
2679
|
+
"actionDescription": {
|
|
2680
|
+
"name": "actionDescription",
|
|
2622
2681
|
"type": "string",
|
|
2623
2682
|
"required": false
|
|
2624
2683
|
},
|
|
@@ -2627,8 +2686,8 @@
|
|
|
2627
2686
|
"type": "string",
|
|
2628
2687
|
"required": false
|
|
2629
2688
|
},
|
|
2630
|
-
"
|
|
2631
|
-
"name": "
|
|
2689
|
+
"label": {
|
|
2690
|
+
"name": "label",
|
|
2632
2691
|
"type": "string",
|
|
2633
2692
|
"required": false
|
|
2634
2693
|
},
|
|
@@ -2637,94 +2696,29 @@
|
|
|
2637
2696
|
"type": "string",
|
|
2638
2697
|
"required": false
|
|
2639
2698
|
},
|
|
2640
|
-
"
|
|
2641
|
-
"name": "
|
|
2642
|
-
"type": "string",
|
|
2643
|
-
"required": false
|
|
2644
|
-
},
|
|
2645
|
-
"actionLabel": {
|
|
2646
|
-
"name": "actionLabel",
|
|
2699
|
+
"stepLabel": {
|
|
2700
|
+
"name": "stepLabel",
|
|
2647
2701
|
"type": "string",
|
|
2648
2702
|
"required": false
|
|
2649
2703
|
},
|
|
2650
|
-
"
|
|
2651
|
-
"name": "
|
|
2704
|
+
"role": {
|
|
2705
|
+
"name": "role",
|
|
2652
2706
|
"type": "string",
|
|
2653
2707
|
"required": false
|
|
2654
2708
|
},
|
|
2655
|
-
"
|
|
2656
|
-
"name": "
|
|
2709
|
+
"key": {
|
|
2710
|
+
"name": "key",
|
|
2657
2711
|
"type": "string",
|
|
2658
2712
|
"required": false
|
|
2659
2713
|
},
|
|
2660
|
-
"
|
|
2661
|
-
"name": "
|
|
2714
|
+
"actionLabel": {
|
|
2715
|
+
"name": "actionLabel",
|
|
2662
2716
|
"type": "string",
|
|
2663
2717
|
"required": false
|
|
2664
2718
|
}
|
|
2665
2719
|
}
|
|
2666
2720
|
}
|
|
2667
2721
|
},
|
|
2668
|
-
"releaseLabel": {
|
|
2669
|
-
"type": "string",
|
|
2670
|
-
"default": "Release funds",
|
|
2671
|
-
"label": "Release button",
|
|
2672
|
-
"description": "Label on the final-release primary button",
|
|
2673
|
-
"tier": "presentation"
|
|
2674
|
-
},
|
|
2675
|
-
"reasonFields": {
|
|
2676
|
-
"type": "[string]",
|
|
2677
|
-
"default": [
|
|
2678
|
-
"reason"
|
|
2679
|
-
],
|
|
2680
|
-
"label": "Reason fields",
|
|
2681
|
-
"description": "Form fields shown when capturing a dispute or cancel reason",
|
|
2682
|
-
"tier": "presentation",
|
|
2683
|
-
"items": {
|
|
2684
|
-
"type": "string"
|
|
2685
|
-
}
|
|
2686
|
-
},
|
|
2687
|
-
"transactionReference": {
|
|
2688
|
-
"type": "string",
|
|
2689
|
-
"default": "TXN-A8B2C-2024-001",
|
|
2690
|
-
"label": "Reference",
|
|
2691
|
-
"description": "External identifier shown in the summary",
|
|
2692
|
-
"tier": "presentation"
|
|
2693
|
-
},
|
|
2694
|
-
"transactionAmount": {
|
|
2695
|
-
"type": "string",
|
|
2696
|
-
"default": "$28,500",
|
|
2697
|
-
"label": "Amount",
|
|
2698
|
-
"description": "Formatted amount held in escrow",
|
|
2699
|
-
"tier": "presentation"
|
|
2700
|
-
},
|
|
2701
|
-
"disputeLabel": {
|
|
2702
|
-
"type": "string",
|
|
2703
|
-
"default": "Open dispute",
|
|
2704
|
-
"label": "Dispute button",
|
|
2705
|
-
"description": "Label on the open-dispute escape-hatch button",
|
|
2706
|
-
"tier": "presentation"
|
|
2707
|
-
},
|
|
2708
|
-
"title": {
|
|
2709
|
-
"type": "string",
|
|
2710
|
-
"default": "Escrow transaction",
|
|
2711
|
-
"label": "Page title",
|
|
2712
|
-
"description": "Heading shown above the transaction view",
|
|
2713
|
-
"tier": "presentation"
|
|
2714
|
-
},
|
|
2715
|
-
"timelineLook": {
|
|
2716
|
-
"type": "string",
|
|
2717
|
-
"default": "vertical-spacious",
|
|
2718
|
-
"label": "Timeline look",
|
|
2719
|
-
"description": "Layer 2 visual treatment for the timeline.",
|
|
2720
|
-
"tier": "presentation",
|
|
2721
|
-
"values": [
|
|
2722
|
-
"vertical-compact",
|
|
2723
|
-
"vertical-spacious",
|
|
2724
|
-
"horizontal",
|
|
2725
|
-
"swimlane"
|
|
2726
|
-
]
|
|
2727
|
-
},
|
|
2728
2722
|
"cardLook": {
|
|
2729
2723
|
"type": "string",
|
|
2730
2724
|
"default": "elevated",
|
|
@@ -2741,12 +2735,18 @@
|
|
|
2741
2735
|
"tile-image-first"
|
|
2742
2736
|
]
|
|
2743
2737
|
},
|
|
2744
|
-
"
|
|
2738
|
+
"timelineLook": {
|
|
2745
2739
|
"type": "string",
|
|
2746
|
-
"default": "
|
|
2747
|
-
"label": "
|
|
2748
|
-
"description": "
|
|
2749
|
-
"tier": "presentation"
|
|
2740
|
+
"default": "vertical-spacious",
|
|
2741
|
+
"label": "Timeline look",
|
|
2742
|
+
"description": "Layer 2 visual treatment for the timeline.",
|
|
2743
|
+
"tier": "presentation",
|
|
2744
|
+
"values": [
|
|
2745
|
+
"vertical-compact",
|
|
2746
|
+
"vertical-spacious",
|
|
2747
|
+
"horizontal",
|
|
2748
|
+
"swimlane"
|
|
2749
|
+
]
|
|
2750
2750
|
}
|
|
2751
2751
|
},
|
|
2752
2752
|
"scope": "instance"
|