@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
|
@@ -36,11 +36,6 @@
|
|
|
36
36
|
"type": "string",
|
|
37
37
|
"required": false
|
|
38
38
|
},
|
|
39
|
-
"rating": {
|
|
40
|
-
"name": "rating",
|
|
41
|
-
"type": "number",
|
|
42
|
-
"required": false
|
|
43
|
-
},
|
|
44
39
|
"id": {
|
|
45
40
|
"name": "id",
|
|
46
41
|
"type": "string",
|
|
@@ -55,6 +50,11 @@
|
|
|
55
50
|
"name": "helpful",
|
|
56
51
|
"type": "number",
|
|
57
52
|
"required": false
|
|
53
|
+
},
|
|
54
|
+
"rating": {
|
|
55
|
+
"name": "rating",
|
|
56
|
+
"type": "number",
|
|
57
|
+
"required": false
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
},
|
|
@@ -73,11 +73,6 @@
|
|
|
73
73
|
"type": "number",
|
|
74
74
|
"required": false
|
|
75
75
|
},
|
|
76
|
-
"id": {
|
|
77
|
-
"name": "id",
|
|
78
|
-
"type": "string",
|
|
79
|
-
"required": true
|
|
80
|
-
},
|
|
81
76
|
"rating": {
|
|
82
77
|
"name": "rating",
|
|
83
78
|
"type": "number",
|
|
@@ -88,6 +83,11 @@
|
|
|
88
83
|
"type": "string",
|
|
89
84
|
"required": false
|
|
90
85
|
},
|
|
86
|
+
"id": {
|
|
87
|
+
"name": "id",
|
|
88
|
+
"type": "string",
|
|
89
|
+
"required": true
|
|
90
|
+
},
|
|
91
91
|
"comment": {
|
|
92
92
|
"name": "comment",
|
|
93
93
|
"type": "string",
|
|
@@ -510,29 +510,23 @@
|
|
|
510
510
|
"fn",
|
|
511
511
|
"row",
|
|
512
512
|
{
|
|
513
|
-
"createdAt": [
|
|
514
|
-
"object/get",
|
|
515
|
-
"@row",
|
|
516
|
-
"createdAt",
|
|
517
|
-
""
|
|
518
|
-
],
|
|
519
513
|
"helpful": [
|
|
520
514
|
"object/get",
|
|
521
515
|
"@row",
|
|
522
516
|
"helpful",
|
|
523
517
|
0.0
|
|
524
518
|
],
|
|
525
|
-
"
|
|
519
|
+
"id": [
|
|
526
520
|
"object/get",
|
|
527
521
|
"@row",
|
|
528
|
-
"
|
|
529
|
-
"
|
|
522
|
+
"id",
|
|
523
|
+
""
|
|
530
524
|
],
|
|
531
|
-
"
|
|
525
|
+
"avatarIcon": [
|
|
532
526
|
"object/get",
|
|
533
527
|
"@row",
|
|
534
|
-
"
|
|
535
|
-
""
|
|
528
|
+
"avatarIcon",
|
|
529
|
+
"user"
|
|
536
530
|
],
|
|
537
531
|
"rating": [
|
|
538
532
|
"object/get",
|
|
@@ -540,17 +534,23 @@
|
|
|
540
534
|
"rating",
|
|
541
535
|
5.0
|
|
542
536
|
],
|
|
543
|
-
"
|
|
537
|
+
"comment": [
|
|
544
538
|
"object/get",
|
|
545
539
|
"@row",
|
|
546
|
-
"
|
|
540
|
+
"comment",
|
|
547
541
|
""
|
|
548
542
|
],
|
|
549
|
-
"
|
|
543
|
+
"authorName": [
|
|
550
544
|
"object/get",
|
|
551
545
|
"@row",
|
|
552
|
-
"
|
|
553
|
-
"
|
|
546
|
+
"authorName",
|
|
547
|
+
"Guest"
|
|
548
|
+
],
|
|
549
|
+
"createdAt": [
|
|
550
|
+
"object/get",
|
|
551
|
+
"@row",
|
|
552
|
+
"createdAt",
|
|
553
|
+
""
|
|
554
554
|
]
|
|
555
555
|
}
|
|
556
556
|
]
|
|
@@ -620,20 +620,18 @@
|
|
|
620
620
|
"render-ui",
|
|
621
621
|
"main",
|
|
622
622
|
{
|
|
623
|
+
"gap": "lg",
|
|
623
624
|
"direction": "vertical",
|
|
625
|
+
"type": "stack",
|
|
624
626
|
"children": [
|
|
625
627
|
{
|
|
626
|
-
"direction": "horizontal",
|
|
627
|
-
"type": "stack",
|
|
628
|
-
"align": "center",
|
|
629
|
-
"justify": "between",
|
|
630
|
-
"gap": "md",
|
|
631
628
|
"children": [
|
|
632
629
|
{
|
|
633
630
|
"direction": "vertical",
|
|
631
|
+
"gap": "xs",
|
|
634
632
|
"children": [
|
|
635
633
|
{
|
|
636
|
-
"
|
|
634
|
+
"type": "stack",
|
|
637
635
|
"gap": "sm",
|
|
638
636
|
"align": "center",
|
|
639
637
|
"children": [
|
|
@@ -642,9 +640,9 @@
|
|
|
642
640
|
"type": "icon"
|
|
643
641
|
},
|
|
644
642
|
{
|
|
645
|
-
"
|
|
643
|
+
"content": "Reviews",
|
|
646
644
|
"type": "typography",
|
|
647
|
-
"
|
|
645
|
+
"variant": "h3"
|
|
648
646
|
},
|
|
649
647
|
{
|
|
650
648
|
"color": "muted",
|
|
@@ -653,123 +651,124 @@
|
|
|
653
651
|
},
|
|
654
652
|
{
|
|
655
653
|
"content": "@entity.averageRating",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
654
|
+
"type": "typography",
|
|
655
|
+
"variant": "h3"
|
|
658
656
|
},
|
|
659
657
|
{
|
|
660
|
-
"name": "star",
|
|
661
658
|
"type": "icon",
|
|
659
|
+
"name": "star",
|
|
662
660
|
"color": "warning"
|
|
663
661
|
},
|
|
664
662
|
{
|
|
665
|
-
"content": "·",
|
|
666
663
|
"color": "muted",
|
|
664
|
+
"content": "·",
|
|
667
665
|
"type": "typography"
|
|
668
666
|
},
|
|
669
667
|
{
|
|
670
668
|
"variant": "h4",
|
|
671
|
-
"color": "muted",
|
|
672
669
|
"content": "@entity.totalReviews",
|
|
670
|
+
"color": "muted",
|
|
673
671
|
"type": "typography"
|
|
674
672
|
},
|
|
675
673
|
{
|
|
676
674
|
"type": "typography",
|
|
677
|
-
"content": "reviews",
|
|
678
675
|
"variant": "h4",
|
|
679
|
-
"color": "muted"
|
|
676
|
+
"color": "muted",
|
|
677
|
+
"content": "reviews"
|
|
680
678
|
}
|
|
681
679
|
],
|
|
682
|
-
"
|
|
680
|
+
"direction": "horizontal"
|
|
683
681
|
},
|
|
684
682
|
{
|
|
685
|
-
"
|
|
683
|
+
"color": "muted",
|
|
686
684
|
"variant": "caption",
|
|
687
|
-
"
|
|
688
|
-
"
|
|
685
|
+
"content": "@config.subjectTitle",
|
|
686
|
+
"type": "typography"
|
|
689
687
|
}
|
|
690
688
|
],
|
|
691
|
-
"type": "stack"
|
|
692
|
-
"gap": "xs"
|
|
689
|
+
"type": "stack"
|
|
693
690
|
},
|
|
694
691
|
{
|
|
692
|
+
"icon": "edit",
|
|
693
|
+
"label": "@config.writeLabel",
|
|
695
694
|
"type": "button",
|
|
696
695
|
"action": "WRITE_REVIEW",
|
|
697
|
-
"label": "@config.writeLabel",
|
|
698
|
-
"icon": "edit",
|
|
699
696
|
"variant": "primary"
|
|
700
697
|
}
|
|
701
|
-
]
|
|
698
|
+
],
|
|
699
|
+
"justify": "between",
|
|
700
|
+
"align": "center",
|
|
701
|
+
"gap": "md",
|
|
702
|
+
"direction": "horizontal",
|
|
703
|
+
"type": "stack"
|
|
702
704
|
},
|
|
703
705
|
{
|
|
704
|
-
"type": "card",
|
|
705
|
-
"look": "@config.cardLook",
|
|
706
706
|
"children": [
|
|
707
707
|
{
|
|
708
|
+
"direction": "vertical",
|
|
708
709
|
"type": "stack",
|
|
709
710
|
"children": [
|
|
710
711
|
{
|
|
711
|
-
"type": "typography",
|
|
712
712
|
"content": "Rating distribution",
|
|
713
|
-
"variant": "h4"
|
|
713
|
+
"variant": "h4",
|
|
714
|
+
"type": "typography"
|
|
714
715
|
},
|
|
715
716
|
{
|
|
717
|
+
"gap": "sm",
|
|
716
718
|
"renderItem": [
|
|
717
719
|
"fn",
|
|
718
720
|
"bar",
|
|
719
721
|
{
|
|
722
|
+
"direction": "horizontal",
|
|
723
|
+
"align": "center",
|
|
724
|
+
"type": "stack",
|
|
720
725
|
"children": [
|
|
721
726
|
{
|
|
722
727
|
"variant": "caption",
|
|
723
|
-
"
|
|
724
|
-
"
|
|
728
|
+
"content": "@bar.label",
|
|
729
|
+
"type": "typography"
|
|
725
730
|
},
|
|
726
731
|
{
|
|
727
|
-
"
|
|
728
|
-
"value": "@bar.percentage",
|
|
732
|
+
"variant": "primary",
|
|
729
733
|
"max": 100.0,
|
|
730
|
-
"
|
|
734
|
+
"value": "@bar.percentage",
|
|
735
|
+
"type": "progress-bar"
|
|
731
736
|
},
|
|
732
737
|
{
|
|
733
|
-
"content": "@bar.percentage",
|
|
734
|
-
"variant": "caption",
|
|
735
738
|
"color": "muted",
|
|
736
|
-
"type": "typography"
|
|
739
|
+
"type": "typography",
|
|
740
|
+
"variant": "caption",
|
|
741
|
+
"content": "@bar.percentage"
|
|
737
742
|
},
|
|
738
743
|
{
|
|
739
|
-
"color": "muted",
|
|
740
744
|
"content": "%",
|
|
741
|
-
"
|
|
742
|
-
"type": "typography"
|
|
745
|
+
"color": "muted",
|
|
746
|
+
"type": "typography",
|
|
747
|
+
"variant": "caption"
|
|
743
748
|
}
|
|
744
749
|
],
|
|
745
|
-
"gap": "md"
|
|
746
|
-
"direction": "horizontal",
|
|
747
|
-
"align": "center",
|
|
748
|
-
"type": "stack"
|
|
750
|
+
"gap": "md"
|
|
749
751
|
}
|
|
750
752
|
],
|
|
753
|
+
"entity": "@entity.starDistribution",
|
|
751
754
|
"type": "data-list",
|
|
752
|
-
"
|
|
753
|
-
"fields": [],
|
|
754
|
-
"entity": "@entity.starDistribution"
|
|
755
|
+
"fields": []
|
|
755
756
|
}
|
|
756
757
|
],
|
|
757
|
-
"gap": "sm"
|
|
758
|
-
"direction": "vertical"
|
|
758
|
+
"gap": "sm"
|
|
759
759
|
}
|
|
760
|
-
]
|
|
760
|
+
],
|
|
761
|
+
"look": "@config.cardLook",
|
|
762
|
+
"type": "card"
|
|
761
763
|
},
|
|
762
764
|
{
|
|
763
|
-
"type": "tabs",
|
|
764
765
|
"tabs": "@config.sortOptions",
|
|
766
|
+
"activeTab": "@entity.currentSort",
|
|
765
767
|
"tabChangeEvent": "CHANGE_SORT",
|
|
766
|
-
"
|
|
768
|
+
"type": "tabs"
|
|
767
769
|
},
|
|
768
770
|
{
|
|
769
771
|
"entity": "@entity.reviews",
|
|
770
|
-
"gap": "md",
|
|
771
|
-
"type": "data-list",
|
|
772
|
-
"fields": [],
|
|
773
772
|
"renderItem": [
|
|
774
773
|
"fn",
|
|
775
774
|
"review",
|
|
@@ -778,41 +777,41 @@
|
|
|
778
777
|
"look": "@config.cardLook",
|
|
779
778
|
"children": [
|
|
780
779
|
{
|
|
781
|
-
"
|
|
782
|
-
"type": "stack",
|
|
780
|
+
"direction": "vertical",
|
|
783
781
|
"children": [
|
|
784
782
|
{
|
|
785
|
-
"type": "stack",
|
|
786
783
|
"direction": "horizontal",
|
|
784
|
+
"align": "center",
|
|
787
785
|
"gap": "sm",
|
|
786
|
+
"type": "stack",
|
|
788
787
|
"children": [
|
|
789
788
|
{
|
|
790
789
|
"type": "icon",
|
|
791
790
|
"name": "@review.avatarIcon"
|
|
792
791
|
},
|
|
793
792
|
{
|
|
794
|
-
"
|
|
793
|
+
"weight": "bold",
|
|
795
794
|
"content": "@review.authorName",
|
|
796
|
-
"
|
|
795
|
+
"type": "typography"
|
|
797
796
|
},
|
|
798
797
|
{
|
|
799
798
|
"content": "·",
|
|
800
|
-
"
|
|
801
|
-
"
|
|
799
|
+
"type": "typography",
|
|
800
|
+
"color": "muted"
|
|
802
801
|
},
|
|
803
802
|
{
|
|
804
|
-
"type": "icon",
|
|
805
803
|
"name": "star",
|
|
804
|
+
"type": "icon",
|
|
806
805
|
"color": "warning"
|
|
807
806
|
},
|
|
808
807
|
{
|
|
809
|
-
"
|
|
808
|
+
"content": "@review.rating",
|
|
810
809
|
"type": "typography",
|
|
811
|
-
"
|
|
810
|
+
"weight": "bold"
|
|
812
811
|
},
|
|
813
812
|
{
|
|
814
|
-
"color": "muted",
|
|
815
813
|
"type": "typography",
|
|
814
|
+
"color": "muted",
|
|
816
815
|
"content": "·"
|
|
817
816
|
},
|
|
818
817
|
{
|
|
@@ -821,48 +820,49 @@
|
|
|
821
820
|
"type": "typography",
|
|
822
821
|
"color": "muted"
|
|
823
822
|
}
|
|
824
|
-
]
|
|
825
|
-
"align": "center"
|
|
823
|
+
]
|
|
826
824
|
},
|
|
827
825
|
{
|
|
828
|
-
"type": "typography",
|
|
829
826
|
"content": "@review.comment",
|
|
827
|
+
"type": "typography",
|
|
830
828
|
"variant": "body"
|
|
831
829
|
},
|
|
832
830
|
{
|
|
833
831
|
"gap": "sm",
|
|
834
|
-
"align": "center",
|
|
835
|
-
"direction": "horizontal",
|
|
836
|
-
"type": "stack",
|
|
837
832
|
"children": [
|
|
838
833
|
{
|
|
839
|
-
"
|
|
834
|
+
"icon": "thumbs-up",
|
|
835
|
+
"type": "button",
|
|
840
836
|
"label": "Helpful",
|
|
837
|
+
"action": "MARK_HELPFUL",
|
|
838
|
+
"variant": "ghost",
|
|
841
839
|
"actionPayload": {
|
|
842
840
|
"id": "@review.id"
|
|
843
|
-
}
|
|
844
|
-
"icon": "thumbs-up",
|
|
845
|
-
"type": "button",
|
|
846
|
-
"variant": "ghost"
|
|
841
|
+
}
|
|
847
842
|
},
|
|
848
843
|
{
|
|
849
|
-
"content": "@review.helpful",
|
|
850
|
-
"variant": "caption",
|
|
851
844
|
"type": "typography",
|
|
852
|
-
"
|
|
845
|
+
"variant": "caption",
|
|
846
|
+
"color": "muted",
|
|
847
|
+
"content": "@review.helpful"
|
|
853
848
|
}
|
|
854
|
-
]
|
|
849
|
+
],
|
|
850
|
+
"direction": "horizontal",
|
|
851
|
+
"type": "stack",
|
|
852
|
+
"align": "center"
|
|
855
853
|
}
|
|
856
854
|
],
|
|
857
|
-
"
|
|
855
|
+
"type": "stack",
|
|
856
|
+
"gap": "sm"
|
|
858
857
|
}
|
|
859
858
|
]
|
|
860
859
|
}
|
|
861
|
-
]
|
|
860
|
+
],
|
|
861
|
+
"type": "data-list",
|
|
862
|
+
"gap": "md",
|
|
863
|
+
"fields": []
|
|
862
864
|
}
|
|
863
|
-
]
|
|
864
|
-
"type": "stack",
|
|
865
|
-
"gap": "lg"
|
|
865
|
+
]
|
|
866
866
|
}
|
|
867
867
|
]
|
|
868
868
|
]
|
|
@@ -881,9 +881,9 @@
|
|
|
881
881
|
"render-ui",
|
|
882
882
|
"main",
|
|
883
883
|
{
|
|
884
|
-
"type": "error-state",
|
|
885
884
|
"message": "@entity.errorMessage",
|
|
886
|
-
"title": "Failed to load reviews"
|
|
885
|
+
"title": "Failed to load reviews",
|
|
886
|
+
"type": "error-state"
|
|
887
887
|
}
|
|
888
888
|
]
|
|
889
889
|
]
|
|
@@ -898,8 +898,8 @@
|
|
|
898
898
|
"ReviewView",
|
|
899
899
|
{
|
|
900
900
|
"emit": {
|
|
901
|
-
"
|
|
902
|
-
"
|
|
901
|
+
"success": "ReviewsLoaded",
|
|
902
|
+
"failure": "ReviewsLoadFailed"
|
|
903
903
|
}
|
|
904
904
|
}
|
|
905
905
|
],
|
|
@@ -907,8 +907,8 @@
|
|
|
907
907
|
"render-ui",
|
|
908
908
|
"main",
|
|
909
909
|
{
|
|
910
|
-
"
|
|
911
|
-
"
|
|
910
|
+
"type": "loading-state",
|
|
911
|
+
"title": "Refreshing reviews…"
|
|
912
912
|
}
|
|
913
913
|
]
|
|
914
914
|
]
|
|
@@ -927,9 +927,9 @@
|
|
|
927
927
|
"render-ui",
|
|
928
928
|
"main",
|
|
929
929
|
{
|
|
930
|
-
"
|
|
930
|
+
"title": "Failed to submit",
|
|
931
931
|
"message": "@entity.errorMessage",
|
|
932
|
-
"
|
|
932
|
+
"type": "error-state"
|
|
933
933
|
}
|
|
934
934
|
]
|
|
935
935
|
]
|
|
@@ -953,54 +953,53 @@
|
|
|
953
953
|
"render-ui",
|
|
954
954
|
"main",
|
|
955
955
|
{
|
|
956
|
-
"type": "stack",
|
|
957
956
|
"children": [
|
|
958
957
|
{
|
|
959
958
|
"gap": "sm",
|
|
960
|
-
"direction": "horizontal",
|
|
961
959
|
"align": "center",
|
|
962
|
-
"type": "stack",
|
|
963
960
|
"children": [
|
|
964
961
|
{
|
|
965
|
-
"
|
|
966
|
-
"variant": "ghost",
|
|
962
|
+
"action": "CANCEL_REVIEW",
|
|
967
963
|
"label": "Back",
|
|
964
|
+
"icon": "arrow-left",
|
|
968
965
|
"type": "button",
|
|
969
|
-
"
|
|
966
|
+
"variant": "ghost"
|
|
970
967
|
},
|
|
971
968
|
{
|
|
972
969
|
"type": "icon",
|
|
973
970
|
"name": "edit"
|
|
974
971
|
},
|
|
975
972
|
{
|
|
973
|
+
"variant": "h3",
|
|
976
974
|
"type": "typography",
|
|
977
|
-
"content": "Write a review"
|
|
978
|
-
"variant": "h3"
|
|
975
|
+
"content": "Write a review"
|
|
979
976
|
}
|
|
980
|
-
]
|
|
977
|
+
],
|
|
978
|
+
"direction": "horizontal",
|
|
979
|
+
"type": "stack"
|
|
981
980
|
},
|
|
982
981
|
{
|
|
983
|
-
"look": "@config.cardLook",
|
|
984
982
|
"type": "card",
|
|
983
|
+
"look": "@config.cardLook",
|
|
985
984
|
"children": [
|
|
986
985
|
{
|
|
987
986
|
"children": [
|
|
988
987
|
{
|
|
989
|
-
"variant": "caption",
|
|
990
|
-
"type": "typography",
|
|
991
988
|
"content": "@config.subjectTitle",
|
|
992
|
-
"color": "muted"
|
|
989
|
+
"color": "muted",
|
|
990
|
+
"type": "typography",
|
|
991
|
+
"variant": "caption"
|
|
993
992
|
},
|
|
994
993
|
{
|
|
995
|
-
"
|
|
994
|
+
"type": "typography",
|
|
996
995
|
"content": "How would you rate it?",
|
|
997
|
-
"
|
|
996
|
+
"variant": "h4"
|
|
998
997
|
},
|
|
999
998
|
{
|
|
1000
|
-
"max": 5.0,
|
|
1001
|
-
"type": "star-rating",
|
|
1002
999
|
"value": "@entity.draftRating",
|
|
1003
|
-
"
|
|
1000
|
+
"max": 5.0,
|
|
1001
|
+
"action": "RATE_DRAFT",
|
|
1002
|
+
"type": "star-rating"
|
|
1004
1003
|
},
|
|
1005
1004
|
{
|
|
1006
1005
|
"variant": "h4",
|
|
@@ -1008,24 +1007,25 @@
|
|
|
1008
1007
|
"type": "typography"
|
|
1009
1008
|
},
|
|
1010
1009
|
{
|
|
1010
|
+
"entity": "@entity",
|
|
1011
1011
|
"cancelEvent": "CANCEL_REVIEW",
|
|
1012
|
+
"mode": "edit",
|
|
1012
1013
|
"submitLabel": "@config.submitLabel",
|
|
1013
|
-
"
|
|
1014
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
1014
1015
|
"type": "form-section",
|
|
1015
|
-
"
|
|
1016
|
-
"mode": "edit",
|
|
1017
|
-
"submitEvent": "SUBMIT_REVIEW"
|
|
1016
|
+
"fields": "@config.reviewFields"
|
|
1018
1017
|
}
|
|
1019
1018
|
],
|
|
1020
|
-
"gap": "md",
|
|
1021
1019
|
"direction": "vertical",
|
|
1020
|
+
"gap": "md",
|
|
1022
1021
|
"type": "stack"
|
|
1023
1022
|
}
|
|
1024
1023
|
]
|
|
1025
1024
|
}
|
|
1026
1025
|
],
|
|
1027
1026
|
"direction": "vertical",
|
|
1028
|
-
"gap": "md"
|
|
1027
|
+
"gap": "md",
|
|
1028
|
+
"type": "stack"
|
|
1029
1029
|
}
|
|
1030
1030
|
]
|
|
1031
1031
|
]
|
|
@@ -1059,31 +1059,29 @@
|
|
|
1059
1059
|
"render-ui",
|
|
1060
1060
|
"main",
|
|
1061
1061
|
{
|
|
1062
|
+
"type": "stack",
|
|
1063
|
+
"gap": "lg",
|
|
1062
1064
|
"children": [
|
|
1063
1065
|
{
|
|
1064
1066
|
"direction": "horizontal",
|
|
1065
1067
|
"children": [
|
|
1066
1068
|
{
|
|
1067
|
-
"type": "stack",
|
|
1068
1069
|
"direction": "vertical",
|
|
1069
1070
|
"children": [
|
|
1070
1071
|
{
|
|
1071
|
-
"gap": "sm",
|
|
1072
|
-
"type": "stack",
|
|
1073
|
-
"align": "center",
|
|
1074
1072
|
"children": [
|
|
1075
1073
|
{
|
|
1076
|
-
"
|
|
1077
|
-
"
|
|
1074
|
+
"name": "star",
|
|
1075
|
+
"type": "icon"
|
|
1078
1076
|
},
|
|
1079
1077
|
{
|
|
1080
|
-
"
|
|
1078
|
+
"type": "typography",
|
|
1081
1079
|
"variant": "h3",
|
|
1082
|
-
"
|
|
1080
|
+
"content": "Reviews"
|
|
1083
1081
|
},
|
|
1084
1082
|
{
|
|
1085
|
-
"content": "·",
|
|
1086
1083
|
"color": "muted",
|
|
1084
|
+
"content": "·",
|
|
1087
1085
|
"type": "typography"
|
|
1088
1086
|
},
|
|
1089
1087
|
{
|
|
@@ -1093,137 +1091,142 @@
|
|
|
1093
1091
|
},
|
|
1094
1092
|
{
|
|
1095
1093
|
"color": "warning",
|
|
1096
|
-
"
|
|
1097
|
-
"
|
|
1094
|
+
"name": "star",
|
|
1095
|
+
"type": "icon"
|
|
1098
1096
|
},
|
|
1099
1097
|
{
|
|
1098
|
+
"color": "muted",
|
|
1100
1099
|
"content": "·",
|
|
1101
|
-
"type": "typography"
|
|
1102
|
-
"color": "muted"
|
|
1100
|
+
"type": "typography"
|
|
1103
1101
|
},
|
|
1104
1102
|
{
|
|
1105
1103
|
"type": "typography",
|
|
1106
|
-
"
|
|
1104
|
+
"color": "muted",
|
|
1107
1105
|
"variant": "h4",
|
|
1108
|
-
"
|
|
1106
|
+
"content": "@entity.totalReviews"
|
|
1109
1107
|
},
|
|
1110
1108
|
{
|
|
1109
|
+
"variant": "h4",
|
|
1111
1110
|
"content": "reviews",
|
|
1112
1111
|
"color": "muted",
|
|
1113
|
-
"variant": "h4",
|
|
1114
1112
|
"type": "typography"
|
|
1115
1113
|
}
|
|
1116
1114
|
],
|
|
1117
|
-
"
|
|
1115
|
+
"gap": "sm",
|
|
1116
|
+
"align": "center",
|
|
1117
|
+
"direction": "horizontal",
|
|
1118
|
+
"type": "stack"
|
|
1118
1119
|
},
|
|
1119
1120
|
{
|
|
1121
|
+
"variant": "caption",
|
|
1120
1122
|
"color": "muted",
|
|
1121
|
-
"type": "typography",
|
|
1122
1123
|
"content": "@config.subjectTitle",
|
|
1123
|
-
"
|
|
1124
|
+
"type": "typography"
|
|
1124
1125
|
}
|
|
1125
1126
|
],
|
|
1126
|
-
"gap": "xs"
|
|
1127
|
+
"gap": "xs",
|
|
1128
|
+
"type": "stack"
|
|
1127
1129
|
},
|
|
1128
1130
|
{
|
|
1129
1131
|
"type": "button",
|
|
1130
1132
|
"variant": "primary",
|
|
1133
|
+
"label": "@config.writeLabel",
|
|
1131
1134
|
"icon": "edit",
|
|
1132
|
-
"action": "WRITE_REVIEW"
|
|
1133
|
-
"label": "@config.writeLabel"
|
|
1135
|
+
"action": "WRITE_REVIEW"
|
|
1134
1136
|
}
|
|
1135
1137
|
],
|
|
1136
|
-
"
|
|
1138
|
+
"align": "center",
|
|
1137
1139
|
"justify": "between",
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1140
|
+
"gap": "md",
|
|
1141
|
+
"type": "stack"
|
|
1140
1142
|
},
|
|
1141
1143
|
{
|
|
1142
1144
|
"type": "card",
|
|
1143
1145
|
"children": [
|
|
1144
1146
|
{
|
|
1145
1147
|
"gap": "sm",
|
|
1146
|
-
"direction": "vertical",
|
|
1147
|
-
"type": "stack",
|
|
1148
1148
|
"children": [
|
|
1149
1149
|
{
|
|
1150
1150
|
"type": "typography",
|
|
1151
|
-
"
|
|
1152
|
-
"
|
|
1151
|
+
"variant": "h4",
|
|
1152
|
+
"content": "Rating distribution"
|
|
1153
1153
|
},
|
|
1154
1154
|
{
|
|
1155
|
-
"type": "data-list",
|
|
1156
|
-
"gap": "sm",
|
|
1157
|
-
"entity": "@entity.starDistribution",
|
|
1158
|
-
"fields": [],
|
|
1159
1155
|
"renderItem": [
|
|
1160
1156
|
"fn",
|
|
1161
1157
|
"bar",
|
|
1162
1158
|
{
|
|
1163
|
-
"direction": "horizontal",
|
|
1164
1159
|
"type": "stack",
|
|
1165
1160
|
"align": "center",
|
|
1166
1161
|
"gap": "md",
|
|
1167
1162
|
"children": [
|
|
1168
1163
|
{
|
|
1169
|
-
"type": "typography",
|
|
1170
1164
|
"content": "@bar.label",
|
|
1171
|
-
"variant": "caption"
|
|
1165
|
+
"variant": "caption",
|
|
1166
|
+
"type": "typography"
|
|
1172
1167
|
},
|
|
1173
1168
|
{
|
|
1174
|
-
"value": "@bar.percentage",
|
|
1175
1169
|
"type": "progress-bar",
|
|
1176
1170
|
"variant": "primary",
|
|
1177
|
-
"max": 100.0
|
|
1171
|
+
"max": 100.0,
|
|
1172
|
+
"value": "@bar.percentage"
|
|
1178
1173
|
},
|
|
1179
1174
|
{
|
|
1180
|
-
"
|
|
1181
|
-
"variant": "caption",
|
|
1175
|
+
"content": "@bar.percentage",
|
|
1182
1176
|
"color": "muted",
|
|
1183
|
-
"
|
|
1177
|
+
"type": "typography",
|
|
1178
|
+
"variant": "caption"
|
|
1184
1179
|
},
|
|
1185
1180
|
{
|
|
1186
|
-
"type": "typography",
|
|
1187
1181
|
"variant": "caption",
|
|
1188
|
-
"
|
|
1189
|
-
"color": "muted"
|
|
1182
|
+
"type": "typography",
|
|
1183
|
+
"color": "muted",
|
|
1184
|
+
"content": "%"
|
|
1190
1185
|
}
|
|
1191
|
-
]
|
|
1186
|
+
],
|
|
1187
|
+
"direction": "horizontal"
|
|
1192
1188
|
}
|
|
1193
|
-
]
|
|
1189
|
+
],
|
|
1190
|
+
"type": "data-list",
|
|
1191
|
+
"gap": "sm",
|
|
1192
|
+
"entity": "@entity.starDistribution",
|
|
1193
|
+
"fields": []
|
|
1194
1194
|
}
|
|
1195
|
-
]
|
|
1195
|
+
],
|
|
1196
|
+
"direction": "vertical",
|
|
1197
|
+
"type": "stack"
|
|
1196
1198
|
}
|
|
1197
1199
|
],
|
|
1198
1200
|
"look": "@config.cardLook"
|
|
1199
1201
|
},
|
|
1200
1202
|
{
|
|
1201
|
-
"
|
|
1202
|
-
"tabs": "@config.sortOptions",
|
|
1203
|
+
"activeTab": "@entity.currentSort",
|
|
1203
1204
|
"tabChangeEvent": "CHANGE_SORT",
|
|
1204
|
-
"
|
|
1205
|
+
"tabs": "@config.sortOptions",
|
|
1206
|
+
"type": "tabs"
|
|
1205
1207
|
},
|
|
1206
1208
|
{
|
|
1207
|
-
"gap": "md",
|
|
1208
1209
|
"fields": [],
|
|
1210
|
+
"entity": "@entity.reviews",
|
|
1211
|
+
"gap": "md",
|
|
1212
|
+
"type": "data-list",
|
|
1209
1213
|
"renderItem": [
|
|
1210
1214
|
"fn",
|
|
1211
1215
|
"review",
|
|
1212
1216
|
{
|
|
1213
1217
|
"type": "card",
|
|
1214
|
-
"look": "@config.cardLook",
|
|
1215
1218
|
"children": [
|
|
1216
1219
|
{
|
|
1217
|
-
"type": "stack",
|
|
1218
|
-
"direction": "vertical",
|
|
1219
1220
|
"children": [
|
|
1220
1221
|
{
|
|
1221
|
-
"type": "stack",
|
|
1222
1222
|
"direction": "horizontal",
|
|
1223
|
+
"align": "center",
|
|
1224
|
+
"gap": "sm",
|
|
1225
|
+
"type": "stack",
|
|
1223
1226
|
"children": [
|
|
1224
1227
|
{
|
|
1225
|
-
"
|
|
1226
|
-
"
|
|
1228
|
+
"name": "@review.avatarIcon",
|
|
1229
|
+
"type": "icon"
|
|
1227
1230
|
},
|
|
1228
1231
|
{
|
|
1229
1232
|
"type": "typography",
|
|
@@ -1231,77 +1234,74 @@
|
|
|
1231
1234
|
"weight": "bold"
|
|
1232
1235
|
},
|
|
1233
1236
|
{
|
|
1234
|
-
"content": "·",
|
|
1235
1237
|
"color": "muted",
|
|
1238
|
+
"content": "·",
|
|
1236
1239
|
"type": "typography"
|
|
1237
1240
|
},
|
|
1238
1241
|
{
|
|
1242
|
+
"name": "star",
|
|
1239
1243
|
"color": "warning",
|
|
1240
|
-
"type": "icon"
|
|
1241
|
-
"name": "star"
|
|
1244
|
+
"type": "icon"
|
|
1242
1245
|
},
|
|
1243
1246
|
{
|
|
1247
|
+
"weight": "bold",
|
|
1244
1248
|
"content": "@review.rating",
|
|
1245
|
-
"type": "typography"
|
|
1246
|
-
"weight": "bold"
|
|
1249
|
+
"type": "typography"
|
|
1247
1250
|
},
|
|
1248
1251
|
{
|
|
1249
|
-
"
|
|
1252
|
+
"color": "muted",
|
|
1250
1253
|
"content": "·",
|
|
1251
|
-
"
|
|
1254
|
+
"type": "typography"
|
|
1252
1255
|
},
|
|
1253
1256
|
{
|
|
1254
|
-
"variant": "caption",
|
|
1255
1257
|
"type": "typography",
|
|
1256
1258
|
"content": "@review.createdAt",
|
|
1257
|
-
"color": "muted"
|
|
1259
|
+
"color": "muted",
|
|
1260
|
+
"variant": "caption"
|
|
1258
1261
|
}
|
|
1259
|
-
]
|
|
1260
|
-
"align": "center",
|
|
1261
|
-
"gap": "sm"
|
|
1262
|
+
]
|
|
1262
1263
|
},
|
|
1263
1264
|
{
|
|
1264
|
-
"
|
|
1265
|
+
"content": "@review.comment",
|
|
1265
1266
|
"type": "typography",
|
|
1266
|
-
"
|
|
1267
|
+
"variant": "body"
|
|
1267
1268
|
},
|
|
1268
1269
|
{
|
|
1269
|
-
"
|
|
1270
|
+
"direction": "horizontal",
|
|
1270
1271
|
"align": "center",
|
|
1272
|
+
"gap": "sm",
|
|
1271
1273
|
"children": [
|
|
1272
1274
|
{
|
|
1273
|
-
"type": "button",
|
|
1274
1275
|
"action": "MARK_HELPFUL",
|
|
1275
1276
|
"actionPayload": {
|
|
1276
1277
|
"id": "@review.id"
|
|
1277
1278
|
},
|
|
1279
|
+
"icon": "thumbs-up",
|
|
1280
|
+
"type": "button",
|
|
1278
1281
|
"label": "Helpful",
|
|
1279
|
-
"variant": "ghost"
|
|
1280
|
-
"icon": "thumbs-up"
|
|
1282
|
+
"variant": "ghost"
|
|
1281
1283
|
},
|
|
1282
1284
|
{
|
|
1285
|
+
"content": "@review.helpful",
|
|
1283
1286
|
"type": "typography",
|
|
1284
|
-
"color": "muted",
|
|
1285
1287
|
"variant": "caption",
|
|
1286
|
-
"
|
|
1288
|
+
"color": "muted"
|
|
1287
1289
|
}
|
|
1288
1290
|
],
|
|
1289
|
-
"
|
|
1290
|
-
"direction": "horizontal"
|
|
1291
|
+
"type": "stack"
|
|
1291
1292
|
}
|
|
1292
1293
|
],
|
|
1294
|
+
"type": "stack",
|
|
1295
|
+
"direction": "vertical",
|
|
1293
1296
|
"gap": "sm"
|
|
1294
1297
|
}
|
|
1295
|
-
]
|
|
1298
|
+
],
|
|
1299
|
+
"look": "@config.cardLook"
|
|
1296
1300
|
}
|
|
1297
|
-
]
|
|
1298
|
-
"type": "data-list",
|
|
1299
|
-
"entity": "@entity.reviews"
|
|
1301
|
+
]
|
|
1300
1302
|
}
|
|
1301
1303
|
],
|
|
1302
|
-
"
|
|
1303
|
-
"direction": "vertical",
|
|
1304
|
-
"type": "stack"
|
|
1304
|
+
"direction": "vertical"
|
|
1305
1305
|
}
|
|
1306
1306
|
]
|
|
1307
1307
|
]
|
|
@@ -1335,31 +1335,34 @@
|
|
|
1335
1335
|
"render-ui",
|
|
1336
1336
|
"main",
|
|
1337
1337
|
{
|
|
1338
|
+
"gap": "lg",
|
|
1339
|
+
"direction": "vertical",
|
|
1340
|
+
"type": "stack",
|
|
1338
1341
|
"children": [
|
|
1339
1342
|
{
|
|
1340
|
-
"gap": "md",
|
|
1341
|
-
"align": "center",
|
|
1342
1343
|
"direction": "horizontal",
|
|
1344
|
+
"align": "center",
|
|
1345
|
+
"gap": "md",
|
|
1343
1346
|
"justify": "between",
|
|
1344
1347
|
"type": "stack",
|
|
1345
1348
|
"children": [
|
|
1346
1349
|
{
|
|
1347
|
-
"gap": "xs",
|
|
1348
1350
|
"type": "stack",
|
|
1349
1351
|
"children": [
|
|
1350
1352
|
{
|
|
1351
|
-
"gap": "sm",
|
|
1352
|
-
"direction": "horizontal",
|
|
1353
1353
|
"align": "center",
|
|
1354
|
+
"type": "stack",
|
|
1355
|
+
"direction": "horizontal",
|
|
1356
|
+
"gap": "sm",
|
|
1354
1357
|
"children": [
|
|
1355
1358
|
{
|
|
1356
|
-
"
|
|
1357
|
-
"
|
|
1359
|
+
"name": "star",
|
|
1360
|
+
"type": "icon"
|
|
1358
1361
|
},
|
|
1359
1362
|
{
|
|
1360
1363
|
"type": "typography",
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1364
|
+
"content": "Reviews",
|
|
1365
|
+
"variant": "h3"
|
|
1363
1366
|
},
|
|
1364
1367
|
{
|
|
1365
1368
|
"type": "typography",
|
|
@@ -1367,65 +1370,67 @@
|
|
|
1367
1370
|
"content": "·"
|
|
1368
1371
|
},
|
|
1369
1372
|
{
|
|
1370
|
-
"type": "typography",
|
|
1371
1373
|
"content": "@entity.averageRating",
|
|
1374
|
+
"type": "typography",
|
|
1372
1375
|
"variant": "h3"
|
|
1373
1376
|
},
|
|
1374
1377
|
{
|
|
1375
|
-
"name": "star",
|
|
1376
1378
|
"color": "warning",
|
|
1379
|
+
"name": "star",
|
|
1377
1380
|
"type": "icon"
|
|
1378
1381
|
},
|
|
1379
1382
|
{
|
|
1380
|
-
"
|
|
1383
|
+
"type": "typography",
|
|
1381
1384
|
"color": "muted",
|
|
1382
|
-
"
|
|
1385
|
+
"content": "·"
|
|
1383
1386
|
},
|
|
1384
1387
|
{
|
|
1385
|
-
"type": "typography",
|
|
1386
1388
|
"variant": "h4",
|
|
1387
1389
|
"content": "@entity.totalReviews",
|
|
1390
|
+
"type": "typography",
|
|
1388
1391
|
"color": "muted"
|
|
1389
1392
|
},
|
|
1390
1393
|
{
|
|
1391
1394
|
"variant": "h4",
|
|
1392
|
-
"color": "muted",
|
|
1393
1395
|
"content": "reviews",
|
|
1396
|
+
"color": "muted",
|
|
1394
1397
|
"type": "typography"
|
|
1395
1398
|
}
|
|
1396
|
-
]
|
|
1397
|
-
"type": "stack"
|
|
1399
|
+
]
|
|
1398
1400
|
},
|
|
1399
1401
|
{
|
|
1400
1402
|
"type": "typography",
|
|
1403
|
+
"color": "muted",
|
|
1401
1404
|
"content": "@config.subjectTitle",
|
|
1402
|
-
"variant": "caption"
|
|
1403
|
-
"color": "muted"
|
|
1405
|
+
"variant": "caption"
|
|
1404
1406
|
}
|
|
1405
1407
|
],
|
|
1406
|
-
"direction": "vertical"
|
|
1408
|
+
"direction": "vertical",
|
|
1409
|
+
"gap": "xs"
|
|
1407
1410
|
},
|
|
1408
1411
|
{
|
|
1409
1412
|
"icon": "edit",
|
|
1410
|
-
"variant": "primary",
|
|
1411
1413
|
"label": "@config.writeLabel",
|
|
1414
|
+
"action": "WRITE_REVIEW",
|
|
1412
1415
|
"type": "button",
|
|
1413
|
-
"
|
|
1416
|
+
"variant": "primary"
|
|
1414
1417
|
}
|
|
1415
1418
|
]
|
|
1416
1419
|
},
|
|
1417
1420
|
{
|
|
1421
|
+
"look": "@config.cardLook",
|
|
1422
|
+
"type": "card",
|
|
1418
1423
|
"children": [
|
|
1419
1424
|
{
|
|
1420
|
-
"direction": "vertical",
|
|
1421
|
-
"gap": "sm",
|
|
1422
1425
|
"children": [
|
|
1423
1426
|
{
|
|
1427
|
+
"content": "Rating distribution",
|
|
1424
1428
|
"type": "typography",
|
|
1425
|
-
"variant": "h4"
|
|
1426
|
-
"content": "Rating distribution"
|
|
1429
|
+
"variant": "h4"
|
|
1427
1430
|
},
|
|
1428
1431
|
{
|
|
1432
|
+
"entity": "@entity.starDistribution",
|
|
1433
|
+
"fields": [],
|
|
1429
1434
|
"renderItem": [
|
|
1430
1435
|
"fn",
|
|
1431
1436
|
"bar",
|
|
@@ -1435,82 +1440,81 @@
|
|
|
1435
1440
|
"type": "stack",
|
|
1436
1441
|
"children": [
|
|
1437
1442
|
{
|
|
1443
|
+
"content": "@bar.label",
|
|
1438
1444
|
"variant": "caption",
|
|
1439
|
-
"type": "typography"
|
|
1440
|
-
"content": "@bar.label"
|
|
1445
|
+
"type": "typography"
|
|
1441
1446
|
},
|
|
1442
1447
|
{
|
|
1443
|
-
"type": "progress-bar",
|
|
1444
1448
|
"value": "@bar.percentage",
|
|
1449
|
+
"type": "progress-bar",
|
|
1445
1450
|
"variant": "primary",
|
|
1446
1451
|
"max": 100.0
|
|
1447
1452
|
},
|
|
1448
1453
|
{
|
|
1454
|
+
"type": "typography",
|
|
1449
1455
|
"variant": "caption",
|
|
1450
1456
|
"color": "muted",
|
|
1451
|
-
"type": "typography",
|
|
1452
1457
|
"content": "@bar.percentage"
|
|
1453
1458
|
},
|
|
1454
1459
|
{
|
|
1455
|
-
"variant": "caption",
|
|
1456
|
-
"content": "%",
|
|
1457
1460
|
"color": "muted",
|
|
1458
|
-
"
|
|
1461
|
+
"content": "%",
|
|
1462
|
+
"type": "typography",
|
|
1463
|
+
"variant": "caption"
|
|
1459
1464
|
}
|
|
1460
1465
|
],
|
|
1461
1466
|
"direction": "horizontal"
|
|
1462
1467
|
}
|
|
1463
1468
|
],
|
|
1464
|
-
"entity": "@entity.starDistribution",
|
|
1465
|
-
"gap": "sm",
|
|
1466
1469
|
"type": "data-list",
|
|
1467
|
-
"
|
|
1470
|
+
"gap": "sm"
|
|
1468
1471
|
}
|
|
1469
1472
|
],
|
|
1473
|
+
"direction": "vertical",
|
|
1474
|
+
"gap": "sm",
|
|
1470
1475
|
"type": "stack"
|
|
1471
1476
|
}
|
|
1472
|
-
]
|
|
1473
|
-
"type": "card",
|
|
1474
|
-
"look": "@config.cardLook"
|
|
1477
|
+
]
|
|
1475
1478
|
},
|
|
1476
1479
|
{
|
|
1477
|
-
"type": "tabs",
|
|
1478
1480
|
"tabChangeEvent": "CHANGE_SORT",
|
|
1479
1481
|
"tabs": "@config.sortOptions",
|
|
1480
|
-
"activeTab": "@entity.currentSort"
|
|
1482
|
+
"activeTab": "@entity.currentSort",
|
|
1483
|
+
"type": "tabs"
|
|
1481
1484
|
},
|
|
1482
1485
|
{
|
|
1483
1486
|
"gap": "md",
|
|
1484
|
-
"
|
|
1487
|
+
"type": "data-list",
|
|
1485
1488
|
"renderItem": [
|
|
1486
1489
|
"fn",
|
|
1487
1490
|
"review",
|
|
1488
1491
|
{
|
|
1489
|
-
"type": "card",
|
|
1490
1492
|
"children": [
|
|
1491
1493
|
{
|
|
1494
|
+
"direction": "vertical",
|
|
1495
|
+
"type": "stack",
|
|
1492
1496
|
"children": [
|
|
1493
1497
|
{
|
|
1494
|
-
"
|
|
1498
|
+
"direction": "horizontal",
|
|
1495
1499
|
"children": [
|
|
1496
1500
|
{
|
|
1497
1501
|
"type": "icon",
|
|
1498
1502
|
"name": "@review.avatarIcon"
|
|
1499
1503
|
},
|
|
1500
1504
|
{
|
|
1501
|
-
"weight": "bold",
|
|
1502
1505
|
"content": "@review.authorName",
|
|
1503
|
-
"type": "typography"
|
|
1506
|
+
"type": "typography",
|
|
1507
|
+
"weight": "bold"
|
|
1504
1508
|
},
|
|
1505
1509
|
{
|
|
1506
|
-
"content": "·",
|
|
1507
1510
|
"color": "muted",
|
|
1508
|
-
"type": "typography"
|
|
1511
|
+
"type": "typography",
|
|
1512
|
+
"content": "·"
|
|
1509
1513
|
},
|
|
1510
1514
|
{
|
|
1511
1515
|
"type": "icon",
|
|
1512
|
-
"
|
|
1513
|
-
"
|
|
1516
|
+
"color": "warning",
|
|
1517
|
+
"name": "star"
|
|
1514
1518
|
},
|
|
1515
1519
|
{
|
|
1516
1520
|
"type": "typography",
|
|
@@ -1518,66 +1522,62 @@
|
|
|
1518
1522
|
"weight": "bold"
|
|
1519
1523
|
},
|
|
1520
1524
|
{
|
|
1521
|
-
"color": "muted",
|
|
1522
1525
|
"content": "·",
|
|
1526
|
+
"color": "muted",
|
|
1523
1527
|
"type": "typography"
|
|
1524
1528
|
},
|
|
1525
1529
|
{
|
|
1526
|
-
"type": "typography",
|
|
1527
1530
|
"color": "muted",
|
|
1528
1531
|
"content": "@review.createdAt",
|
|
1529
|
-
"variant": "caption"
|
|
1532
|
+
"variant": "caption",
|
|
1533
|
+
"type": "typography"
|
|
1530
1534
|
}
|
|
1531
1535
|
],
|
|
1532
|
-
"
|
|
1533
|
-
"
|
|
1534
|
-
"
|
|
1536
|
+
"align": "center",
|
|
1537
|
+
"gap": "sm",
|
|
1538
|
+
"type": "stack"
|
|
1535
1539
|
},
|
|
1536
1540
|
{
|
|
1537
1541
|
"type": "typography",
|
|
1538
|
-
"
|
|
1539
|
-
"
|
|
1542
|
+
"variant": "body",
|
|
1543
|
+
"content": "@review.comment"
|
|
1540
1544
|
},
|
|
1541
1545
|
{
|
|
1542
|
-
"
|
|
1543
|
-
"gap": "sm",
|
|
1544
|
-
"type": "stack",
|
|
1546
|
+
"align": "center",
|
|
1545
1547
|
"children": [
|
|
1546
1548
|
{
|
|
1547
|
-
"
|
|
1549
|
+
"action": "MARK_HELPFUL",
|
|
1548
1550
|
"icon": "thumbs-up",
|
|
1549
1551
|
"actionPayload": {
|
|
1550
1552
|
"id": "@review.id"
|
|
1551
1553
|
},
|
|
1552
|
-
"type": "button",
|
|
1553
1554
|
"label": "Helpful",
|
|
1554
|
-
"
|
|
1555
|
+
"type": "button",
|
|
1556
|
+
"variant": "ghost"
|
|
1555
1557
|
},
|
|
1556
1558
|
{
|
|
1557
|
-
"type": "typography",
|
|
1558
1559
|
"variant": "caption",
|
|
1560
|
+
"color": "muted",
|
|
1559
1561
|
"content": "@review.helpful",
|
|
1560
|
-
"
|
|
1562
|
+
"type": "typography"
|
|
1561
1563
|
}
|
|
1562
1564
|
],
|
|
1563
|
-
"
|
|
1565
|
+
"gap": "sm",
|
|
1566
|
+
"direction": "horizontal",
|
|
1567
|
+
"type": "stack"
|
|
1564
1568
|
}
|
|
1565
1569
|
],
|
|
1566
|
-
"
|
|
1567
|
-
"gap": "sm",
|
|
1568
|
-
"direction": "vertical"
|
|
1570
|
+
"gap": "sm"
|
|
1569
1571
|
}
|
|
1570
1572
|
],
|
|
1573
|
+
"type": "card",
|
|
1571
1574
|
"look": "@config.cardLook"
|
|
1572
1575
|
}
|
|
1573
1576
|
],
|
|
1574
|
-
"
|
|
1575
|
-
"
|
|
1577
|
+
"fields": [],
|
|
1578
|
+
"entity": "@entity.reviews"
|
|
1576
1579
|
}
|
|
1577
|
-
]
|
|
1578
|
-
"direction": "vertical",
|
|
1579
|
-
"gap": "lg",
|
|
1580
|
-
"type": "stack"
|
|
1580
|
+
]
|
|
1581
1581
|
}
|
|
1582
1582
|
]
|
|
1583
1583
|
]
|
|
@@ -1611,13 +1611,10 @@
|
|
|
1611
1611
|
"render-ui",
|
|
1612
1612
|
"main",
|
|
1613
1613
|
{
|
|
1614
|
+
"type": "stack",
|
|
1615
|
+
"direction": "vertical",
|
|
1614
1616
|
"children": [
|
|
1615
1617
|
{
|
|
1616
|
-
"gap": "md",
|
|
1617
|
-
"type": "stack",
|
|
1618
|
-
"align": "center",
|
|
1619
|
-
"justify": "between",
|
|
1620
|
-
"direction": "horizontal",
|
|
1621
1618
|
"children": [
|
|
1622
1619
|
{
|
|
1623
1620
|
"type": "stack",
|
|
@@ -1625,12 +1622,14 @@
|
|
|
1625
1622
|
"gap": "xs",
|
|
1626
1623
|
"children": [
|
|
1627
1624
|
{
|
|
1628
|
-
"
|
|
1625
|
+
"type": "stack",
|
|
1629
1626
|
"align": "center",
|
|
1627
|
+
"direction": "horizontal",
|
|
1628
|
+
"gap": "sm",
|
|
1630
1629
|
"children": [
|
|
1631
1630
|
{
|
|
1632
|
-
"
|
|
1633
|
-
"
|
|
1631
|
+
"name": "star",
|
|
1632
|
+
"type": "icon"
|
|
1634
1633
|
},
|
|
1635
1634
|
{
|
|
1636
1635
|
"content": "Reviews",
|
|
@@ -1639,220 +1638,221 @@
|
|
|
1639
1638
|
},
|
|
1640
1639
|
{
|
|
1641
1640
|
"color": "muted",
|
|
1642
|
-
"
|
|
1643
|
-
"
|
|
1641
|
+
"content": "·",
|
|
1642
|
+
"type": "typography"
|
|
1644
1643
|
},
|
|
1645
1644
|
{
|
|
1646
1645
|
"content": "@entity.averageRating",
|
|
1647
|
-
"
|
|
1648
|
-
"
|
|
1646
|
+
"type": "typography",
|
|
1647
|
+
"variant": "h3"
|
|
1649
1648
|
},
|
|
1650
1649
|
{
|
|
1651
|
-
"name": "star",
|
|
1652
1650
|
"type": "icon",
|
|
1653
|
-
"color": "warning"
|
|
1651
|
+
"color": "warning",
|
|
1652
|
+
"name": "star"
|
|
1654
1653
|
},
|
|
1655
1654
|
{
|
|
1656
|
-
"color": "muted",
|
|
1657
1655
|
"content": "·",
|
|
1658
|
-
"type": "typography"
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
1656
|
"type": "typography",
|
|
1662
|
-
"variant": "h4",
|
|
1663
|
-
"content": "@entity.totalReviews",
|
|
1664
1657
|
"color": "muted"
|
|
1665
1658
|
},
|
|
1666
1659
|
{
|
|
1667
1660
|
"type": "typography",
|
|
1668
|
-
"
|
|
1661
|
+
"content": "@entity.totalReviews",
|
|
1662
|
+
"color": "muted",
|
|
1663
|
+
"variant": "h4"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1669
1666
|
"content": "reviews",
|
|
1670
|
-
"
|
|
1667
|
+
"type": "typography",
|
|
1668
|
+
"color": "muted",
|
|
1669
|
+
"variant": "h4"
|
|
1671
1670
|
}
|
|
1672
|
-
]
|
|
1673
|
-
"type": "stack",
|
|
1674
|
-
"gap": "sm"
|
|
1671
|
+
]
|
|
1675
1672
|
},
|
|
1676
1673
|
{
|
|
1677
|
-
"variant": "caption",
|
|
1678
|
-
"content": "@config.subjectTitle",
|
|
1679
1674
|
"color": "muted",
|
|
1680
|
-
"
|
|
1675
|
+
"content": "@config.subjectTitle",
|
|
1676
|
+
"type": "typography",
|
|
1677
|
+
"variant": "caption"
|
|
1681
1678
|
}
|
|
1682
1679
|
]
|
|
1683
1680
|
},
|
|
1684
1681
|
{
|
|
1682
|
+
"variant": "primary",
|
|
1685
1683
|
"icon": "edit",
|
|
1686
|
-
"type": "button",
|
|
1687
|
-
"label": "@config.writeLabel",
|
|
1688
1684
|
"action": "WRITE_REVIEW",
|
|
1689
|
-
"
|
|
1685
|
+
"label": "@config.writeLabel",
|
|
1686
|
+
"type": "button"
|
|
1690
1687
|
}
|
|
1691
|
-
]
|
|
1688
|
+
],
|
|
1689
|
+
"gap": "md",
|
|
1690
|
+
"align": "center",
|
|
1691
|
+
"justify": "between",
|
|
1692
|
+
"type": "stack",
|
|
1693
|
+
"direction": "horizontal"
|
|
1692
1694
|
},
|
|
1693
1695
|
{
|
|
1694
1696
|
"children": [
|
|
1695
1697
|
{
|
|
1696
|
-
"type": "stack",
|
|
1697
1698
|
"gap": "sm",
|
|
1698
|
-
"direction": "vertical",
|
|
1699
1699
|
"children": [
|
|
1700
1700
|
{
|
|
1701
|
-
"variant": "h4",
|
|
1702
1701
|
"type": "typography",
|
|
1702
|
+
"variant": "h4",
|
|
1703
1703
|
"content": "Rating distribution"
|
|
1704
1704
|
},
|
|
1705
1705
|
{
|
|
1706
|
-
"entity": "@entity.starDistribution",
|
|
1707
1706
|
"gap": "sm",
|
|
1708
|
-
"
|
|
1707
|
+
"entity": "@entity.starDistribution",
|
|
1709
1708
|
"renderItem": [
|
|
1710
1709
|
"fn",
|
|
1711
1710
|
"bar",
|
|
1712
1711
|
{
|
|
1712
|
+
"type": "stack",
|
|
1713
1713
|
"children": [
|
|
1714
1714
|
{
|
|
1715
1715
|
"content": "@bar.label",
|
|
1716
|
-
"
|
|
1717
|
-
"
|
|
1716
|
+
"type": "typography",
|
|
1717
|
+
"variant": "caption"
|
|
1718
1718
|
},
|
|
1719
1719
|
{
|
|
1720
|
-
"
|
|
1720
|
+
"value": "@bar.percentage",
|
|
1721
1721
|
"max": 100.0,
|
|
1722
1722
|
"variant": "primary",
|
|
1723
|
-
"
|
|
1723
|
+
"type": "progress-bar"
|
|
1724
1724
|
},
|
|
1725
1725
|
{
|
|
1726
|
-
"type": "typography",
|
|
1727
1726
|
"variant": "caption",
|
|
1728
|
-
"
|
|
1729
|
-
"color": "muted"
|
|
1727
|
+
"type": "typography",
|
|
1728
|
+
"color": "muted",
|
|
1729
|
+
"content": "@bar.percentage"
|
|
1730
1730
|
},
|
|
1731
1731
|
{
|
|
1732
|
-
"variant": "caption",
|
|
1733
|
-
"type": "typography",
|
|
1734
1732
|
"color": "muted",
|
|
1733
|
+
"type": "typography",
|
|
1734
|
+
"variant": "caption",
|
|
1735
1735
|
"content": "%"
|
|
1736
1736
|
}
|
|
1737
1737
|
],
|
|
1738
|
-
"
|
|
1739
|
-
"type": "stack",
|
|
1738
|
+
"align": "center",
|
|
1740
1739
|
"direction": "horizontal",
|
|
1741
|
-
"
|
|
1740
|
+
"gap": "md"
|
|
1742
1741
|
}
|
|
1743
1742
|
],
|
|
1743
|
+
"type": "data-list",
|
|
1744
1744
|
"fields": []
|
|
1745
1745
|
}
|
|
1746
|
-
]
|
|
1746
|
+
],
|
|
1747
|
+
"type": "stack",
|
|
1748
|
+
"direction": "vertical"
|
|
1747
1749
|
}
|
|
1748
1750
|
],
|
|
1749
|
-
"
|
|
1750
|
-
"
|
|
1751
|
+
"type": "card",
|
|
1752
|
+
"look": "@config.cardLook"
|
|
1751
1753
|
},
|
|
1752
1754
|
{
|
|
1753
|
-
"
|
|
1754
|
-
"activeTab": "@entity.currentSort",
|
|
1755
|
+
"type": "tabs",
|
|
1755
1756
|
"tabChangeEvent": "CHANGE_SORT",
|
|
1756
|
-
"
|
|
1757
|
+
"tabs": "@config.sortOptions",
|
|
1758
|
+
"activeTab": "@entity.currentSort"
|
|
1757
1759
|
},
|
|
1758
1760
|
{
|
|
1759
|
-
"entity": "@entity.reviews",
|
|
1760
1761
|
"renderItem": [
|
|
1761
1762
|
"fn",
|
|
1762
1763
|
"review",
|
|
1763
1764
|
{
|
|
1764
1765
|
"look": "@config.cardLook",
|
|
1766
|
+
"type": "card",
|
|
1765
1767
|
"children": [
|
|
1766
1768
|
{
|
|
1767
|
-
"direction": "vertical",
|
|
1768
1769
|
"type": "stack",
|
|
1769
1770
|
"gap": "sm",
|
|
1771
|
+
"direction": "vertical",
|
|
1770
1772
|
"children": [
|
|
1771
1773
|
{
|
|
1772
|
-
"type": "stack",
|
|
1773
|
-
"direction": "horizontal",
|
|
1774
|
-
"align": "center",
|
|
1775
|
-
"gap": "sm",
|
|
1776
1774
|
"children": [
|
|
1777
1775
|
{
|
|
1778
|
-
"
|
|
1779
|
-
"
|
|
1776
|
+
"type": "icon",
|
|
1777
|
+
"name": "@review.avatarIcon"
|
|
1780
1778
|
},
|
|
1781
1779
|
{
|
|
1782
1780
|
"content": "@review.authorName",
|
|
1783
|
-
"
|
|
1784
|
-
"
|
|
1781
|
+
"type": "typography",
|
|
1782
|
+
"weight": "bold"
|
|
1785
1783
|
},
|
|
1786
1784
|
{
|
|
1787
|
-
"
|
|
1785
|
+
"color": "muted",
|
|
1788
1786
|
"type": "typography",
|
|
1789
|
-
"
|
|
1787
|
+
"content": "·"
|
|
1790
1788
|
},
|
|
1791
1789
|
{
|
|
1792
|
-
"
|
|
1790
|
+
"color": "warning",
|
|
1793
1791
|
"name": "star",
|
|
1794
|
-
"
|
|
1792
|
+
"type": "icon"
|
|
1795
1793
|
},
|
|
1796
1794
|
{
|
|
1795
|
+
"type": "typography",
|
|
1797
1796
|
"content": "@review.rating",
|
|
1798
|
-
"weight": "bold"
|
|
1799
|
-
"type": "typography"
|
|
1797
|
+
"weight": "bold"
|
|
1800
1798
|
},
|
|
1801
1799
|
{
|
|
1802
|
-
"
|
|
1800
|
+
"color": "muted",
|
|
1803
1801
|
"content": "·",
|
|
1804
|
-
"
|
|
1802
|
+
"type": "typography"
|
|
1805
1803
|
},
|
|
1806
1804
|
{
|
|
1807
1805
|
"type": "typography",
|
|
1808
|
-
"
|
|
1806
|
+
"variant": "caption",
|
|
1809
1807
|
"color": "muted",
|
|
1810
|
-
"
|
|
1808
|
+
"content": "@review.createdAt"
|
|
1811
1809
|
}
|
|
1812
|
-
]
|
|
1810
|
+
],
|
|
1811
|
+
"align": "center",
|
|
1812
|
+
"gap": "sm",
|
|
1813
|
+
"type": "stack",
|
|
1814
|
+
"direction": "horizontal"
|
|
1813
1815
|
},
|
|
1814
1816
|
{
|
|
1815
|
-
"variant": "body",
|
|
1816
1817
|
"type": "typography",
|
|
1818
|
+
"variant": "body",
|
|
1817
1819
|
"content": "@review.comment"
|
|
1818
1820
|
},
|
|
1819
1821
|
{
|
|
1820
1822
|
"align": "center",
|
|
1821
|
-
"gap": "sm",
|
|
1822
|
-
"direction": "horizontal",
|
|
1823
|
-
"type": "stack",
|
|
1824
1823
|
"children": [
|
|
1825
1824
|
{
|
|
1825
|
+
"variant": "ghost",
|
|
1826
1826
|
"type": "button",
|
|
1827
1827
|
"label": "Helpful",
|
|
1828
|
-
"variant": "ghost",
|
|
1829
1828
|
"action": "MARK_HELPFUL",
|
|
1829
|
+
"icon": "thumbs-up",
|
|
1830
1830
|
"actionPayload": {
|
|
1831
1831
|
"id": "@review.id"
|
|
1832
|
-
}
|
|
1833
|
-
"icon": "thumbs-up"
|
|
1832
|
+
}
|
|
1834
1833
|
},
|
|
1835
1834
|
{
|
|
1836
|
-
"variant": "caption",
|
|
1837
|
-
"type": "typography",
|
|
1838
1835
|
"color": "muted",
|
|
1839
|
-
"content": "@review.helpful"
|
|
1836
|
+
"content": "@review.helpful",
|
|
1837
|
+
"type": "typography",
|
|
1838
|
+
"variant": "caption"
|
|
1840
1839
|
}
|
|
1841
|
-
]
|
|
1840
|
+
],
|
|
1841
|
+
"direction": "horizontal",
|
|
1842
|
+
"gap": "sm",
|
|
1843
|
+
"type": "stack"
|
|
1842
1844
|
}
|
|
1843
1845
|
]
|
|
1844
1846
|
}
|
|
1845
|
-
]
|
|
1846
|
-
"type": "card"
|
|
1847
|
+
]
|
|
1847
1848
|
}
|
|
1848
1849
|
],
|
|
1850
|
+
"type": "data-list",
|
|
1849
1851
|
"fields": [],
|
|
1850
1852
|
"gap": "md",
|
|
1851
|
-
"
|
|
1853
|
+
"entity": "@entity.reviews"
|
|
1852
1854
|
}
|
|
1853
1855
|
],
|
|
1854
|
-
"type": "stack",
|
|
1855
|
-
"direction": "vertical",
|
|
1856
1856
|
"gap": "lg"
|
|
1857
1857
|
}
|
|
1858
1858
|
]
|
|
@@ -1889,77 +1889,77 @@
|
|
|
1889
1889
|
{
|
|
1890
1890
|
"children": [
|
|
1891
1891
|
{
|
|
1892
|
-
"align": "center",
|
|
1893
|
-
"type": "stack",
|
|
1894
1892
|
"direction": "horizontal",
|
|
1895
|
-
"
|
|
1893
|
+
"align": "center",
|
|
1896
1894
|
"children": [
|
|
1897
1895
|
{
|
|
1898
|
-
"type": "button",
|
|
1899
1896
|
"variant": "ghost",
|
|
1900
|
-
"label": "Back",
|
|
1901
1897
|
"action": "CANCEL_REVIEW",
|
|
1902
|
-
"icon": "arrow-left"
|
|
1898
|
+
"icon": "arrow-left",
|
|
1899
|
+
"label": "Back",
|
|
1900
|
+
"type": "button"
|
|
1903
1901
|
},
|
|
1904
1902
|
{
|
|
1905
|
-
"
|
|
1906
|
-
"
|
|
1903
|
+
"name": "edit",
|
|
1904
|
+
"type": "icon"
|
|
1907
1905
|
},
|
|
1908
1906
|
{
|
|
1907
|
+
"content": "Write a review",
|
|
1909
1908
|
"type": "typography",
|
|
1910
|
-
"variant": "h3"
|
|
1911
|
-
"content": "Write a review"
|
|
1909
|
+
"variant": "h3"
|
|
1912
1910
|
}
|
|
1913
|
-
]
|
|
1911
|
+
],
|
|
1912
|
+
"gap": "sm",
|
|
1913
|
+
"type": "stack"
|
|
1914
1914
|
},
|
|
1915
1915
|
{
|
|
1916
1916
|
"children": [
|
|
1917
1917
|
{
|
|
1918
|
+
"type": "stack",
|
|
1919
|
+
"gap": "md",
|
|
1918
1920
|
"children": [
|
|
1919
1921
|
{
|
|
1920
|
-
"content": "@config.subjectTitle",
|
|
1921
1922
|
"color": "muted",
|
|
1922
|
-
"
|
|
1923
|
-
"type": "typography"
|
|
1923
|
+
"content": "@config.subjectTitle",
|
|
1924
|
+
"type": "typography",
|
|
1925
|
+
"variant": "caption"
|
|
1924
1926
|
},
|
|
1925
1927
|
{
|
|
1928
|
+
"content": "How would you rate it?",
|
|
1926
1929
|
"variant": "h4",
|
|
1927
|
-
"type": "typography"
|
|
1928
|
-
"content": "How would you rate it?"
|
|
1930
|
+
"type": "typography"
|
|
1929
1931
|
},
|
|
1930
1932
|
{
|
|
1931
|
-
"max": 5.0,
|
|
1932
1933
|
"type": "star-rating",
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1934
|
+
"action": "RATE_DRAFT",
|
|
1935
|
+
"max": 5.0,
|
|
1936
|
+
"value": "@entity.draftRating"
|
|
1935
1937
|
},
|
|
1936
1938
|
{
|
|
1937
|
-
"content": "Share more details (optional)",
|
|
1938
1939
|
"variant": "h4",
|
|
1939
|
-
"type": "typography"
|
|
1940
|
+
"type": "typography",
|
|
1941
|
+
"content": "Share more details (optional)"
|
|
1940
1942
|
},
|
|
1941
1943
|
{
|
|
1944
|
+
"fields": "@config.reviewFields",
|
|
1942
1945
|
"mode": "edit",
|
|
1943
|
-
"type": "form-section",
|
|
1944
1946
|
"entity": "@entity",
|
|
1945
|
-
"submitEvent": "SUBMIT_REVIEW",
|
|
1946
1947
|
"cancelEvent": "CANCEL_REVIEW",
|
|
1948
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
1947
1949
|
"submitLabel": "@config.submitLabel",
|
|
1948
|
-
"
|
|
1950
|
+
"type": "form-section"
|
|
1949
1951
|
}
|
|
1950
1952
|
],
|
|
1951
|
-
"direction": "vertical"
|
|
1952
|
-
"gap": "md",
|
|
1953
|
-
"type": "stack"
|
|
1953
|
+
"direction": "vertical"
|
|
1954
1954
|
}
|
|
1955
1955
|
],
|
|
1956
1956
|
"look": "@config.cardLook",
|
|
1957
1957
|
"type": "card"
|
|
1958
1958
|
}
|
|
1959
1959
|
],
|
|
1960
|
-
"gap": "md",
|
|
1961
1960
|
"type": "stack",
|
|
1962
|
-
"direction": "vertical"
|
|
1961
|
+
"direction": "vertical",
|
|
1962
|
+
"gap": "md"
|
|
1963
1963
|
}
|
|
1964
1964
|
]
|
|
1965
1965
|
]
|
|
@@ -1988,22 +1988,22 @@
|
|
|
1988
1988
|
"render-ui",
|
|
1989
1989
|
"main",
|
|
1990
1990
|
{
|
|
1991
|
-
"direction": "vertical",
|
|
1992
|
-
"gap": "md",
|
|
1993
|
-
"align": "center",
|
|
1994
1991
|
"type": "stack",
|
|
1992
|
+
"direction": "vertical",
|
|
1995
1993
|
"children": [
|
|
1996
1994
|
{
|
|
1997
|
-
"
|
|
1995
|
+
"size": "lg",
|
|
1998
1996
|
"name": "send",
|
|
1999
|
-
"
|
|
1997
|
+
"type": "icon"
|
|
2000
1998
|
},
|
|
2001
1999
|
{
|
|
2002
2000
|
"type": "typography",
|
|
2003
2001
|
"content": "Submitting your review…",
|
|
2004
2002
|
"variant": "h3"
|
|
2005
2003
|
}
|
|
2006
|
-
]
|
|
2004
|
+
],
|
|
2005
|
+
"align": "center",
|
|
2006
|
+
"gap": "md"
|
|
2007
2007
|
}
|
|
2008
2008
|
]
|
|
2009
2009
|
]
|
|
@@ -2042,36 +2042,36 @@
|
|
|
2042
2042
|
"render-ui",
|
|
2043
2043
|
"main",
|
|
2044
2044
|
{
|
|
2045
|
-
"align": "center",
|
|
2046
2045
|
"type": "stack",
|
|
2047
|
-
"
|
|
2046
|
+
"align": "center",
|
|
2048
2047
|
"children": [
|
|
2049
2048
|
{
|
|
2049
|
+
"size": "lg",
|
|
2050
2050
|
"type": "icon",
|
|
2051
|
-
"name": "check-circle"
|
|
2052
|
-
"size": "lg"
|
|
2051
|
+
"name": "check-circle"
|
|
2053
2052
|
},
|
|
2054
2053
|
{
|
|
2055
|
-
"
|
|
2054
|
+
"align": "center",
|
|
2056
2055
|
"variant": "h2",
|
|
2057
2056
|
"type": "typography",
|
|
2058
|
-
"
|
|
2057
|
+
"content": "Thanks for your review!"
|
|
2059
2058
|
},
|
|
2060
2059
|
{
|
|
2061
2060
|
"color": "muted",
|
|
2062
|
-
"type": "typography",
|
|
2063
|
-
"content": "It will appear on the page shortly.",
|
|
2064
2061
|
"align": "center",
|
|
2062
|
+
"content": "It will appear on the page shortly.",
|
|
2063
|
+
"type": "typography",
|
|
2065
2064
|
"variant": "body"
|
|
2066
2065
|
},
|
|
2067
2066
|
{
|
|
2068
|
-
"icon": "arrow-left",
|
|
2069
|
-
"label": "Back to reviews",
|
|
2070
2067
|
"type": "button",
|
|
2068
|
+
"label": "Back to reviews",
|
|
2069
|
+
"icon": "arrow-left",
|
|
2071
2070
|
"variant": "primary",
|
|
2072
2071
|
"action": "RESTART"
|
|
2073
2072
|
}
|
|
2074
2073
|
],
|
|
2074
|
+
"direction": "vertical",
|
|
2075
2075
|
"gap": "lg"
|
|
2076
2076
|
}
|
|
2077
2077
|
]
|
|
@@ -2091,9 +2091,9 @@
|
|
|
2091
2091
|
"render-ui",
|
|
2092
2092
|
"main",
|
|
2093
2093
|
{
|
|
2094
|
-
"
|
|
2094
|
+
"type": "error-state",
|
|
2095
2095
|
"message": "@entity.errorMessage",
|
|
2096
|
-
"
|
|
2096
|
+
"title": "Submit failed"
|
|
2097
2097
|
}
|
|
2098
2098
|
]
|
|
2099
2099
|
]
|
|
@@ -2108,8 +2108,8 @@
|
|
|
2108
2108
|
"ReviewView",
|
|
2109
2109
|
{
|
|
2110
2110
|
"emit": {
|
|
2111
|
-
"
|
|
2112
|
-
"
|
|
2111
|
+
"failure": "ReviewsLoadFailed",
|
|
2112
|
+
"success": "ReviewsLoaded"
|
|
2113
2113
|
}
|
|
2114
2114
|
}
|
|
2115
2115
|
],
|
|
@@ -2133,8 +2133,8 @@
|
|
|
2133
2133
|
"ReviewView",
|
|
2134
2134
|
{
|
|
2135
2135
|
"emit": {
|
|
2136
|
-
"
|
|
2137
|
-
"
|
|
2136
|
+
"failure": "ReviewsLoadFailed",
|
|
2137
|
+
"success": "ReviewsLoaded"
|
|
2138
2138
|
}
|
|
2139
2139
|
}
|
|
2140
2140
|
],
|
|
@@ -2151,6 +2151,13 @@
|
|
|
2151
2151
|
]
|
|
2152
2152
|
},
|
|
2153
2153
|
"config": {
|
|
2154
|
+
"subjectTitle": {
|
|
2155
|
+
"type": "string",
|
|
2156
|
+
"default": "Bali Sunset Villa · 3 nights",
|
|
2157
|
+
"label": "Subject title",
|
|
2158
|
+
"description": "Name of the item being reviewed (shown in the header)",
|
|
2159
|
+
"tier": "presentation"
|
|
2160
|
+
},
|
|
2154
2161
|
"submitLabel": {
|
|
2155
2162
|
"type": "string",
|
|
2156
2163
|
"default": "Submit review",
|
|
@@ -2165,30 +2172,23 @@
|
|
|
2165
2172
|
"description": "Label on the call-to-action that opens the compose form",
|
|
2166
2173
|
"tier": "presentation"
|
|
2167
2174
|
},
|
|
2168
|
-
"cancelLabel": {
|
|
2169
|
-
"type": "string",
|
|
2170
|
-
"default": "Cancel",
|
|
2171
|
-
"label": "Cancel button",
|
|
2172
|
-
"description": "Label on the cancel button inside the compose form",
|
|
2173
|
-
"tier": "presentation"
|
|
2174
|
-
},
|
|
2175
2175
|
"sortOptions": {
|
|
2176
2176
|
"type": "[SortOption]",
|
|
2177
2177
|
"default": [
|
|
2178
2178
|
{
|
|
2179
|
-
"
|
|
2179
|
+
"id": "recent",
|
|
2180
2180
|
"label": "Most recent",
|
|
2181
|
-
"
|
|
2181
|
+
"icon": "clock"
|
|
2182
2182
|
},
|
|
2183
2183
|
{
|
|
2184
|
-
"
|
|
2184
|
+
"icon": "star",
|
|
2185
2185
|
"label": "Top rated",
|
|
2186
|
-
"
|
|
2186
|
+
"id": "highest"
|
|
2187
2187
|
},
|
|
2188
2188
|
{
|
|
2189
|
-
"
|
|
2189
|
+
"label": "Lowest",
|
|
2190
2190
|
"icon": "trending-down",
|
|
2191
|
-
"
|
|
2191
|
+
"id": "lowest"
|
|
2192
2192
|
}
|
|
2193
2193
|
],
|
|
2194
2194
|
"label": "Sort tabs",
|
|
@@ -2202,34 +2202,37 @@
|
|
|
2202
2202
|
"type": "string",
|
|
2203
2203
|
"required": true
|
|
2204
2204
|
},
|
|
2205
|
-
"icon": {
|
|
2206
|
-
"name": "icon",
|
|
2207
|
-
"type": "string",
|
|
2208
|
-
"required": false
|
|
2209
|
-
},
|
|
2210
2205
|
"label": {
|
|
2211
2206
|
"name": "label",
|
|
2212
2207
|
"type": "string",
|
|
2213
2208
|
"required": true
|
|
2209
|
+
},
|
|
2210
|
+
"icon": {
|
|
2211
|
+
"name": "icon",
|
|
2212
|
+
"type": "string",
|
|
2213
|
+
"required": false
|
|
2214
2214
|
}
|
|
2215
2215
|
}
|
|
2216
2216
|
}
|
|
2217
2217
|
},
|
|
2218
|
-
"
|
|
2218
|
+
"reviewFields": {
|
|
2219
|
+
"type": "[string]",
|
|
2220
|
+
"default": [
|
|
2221
|
+
"draftComment"
|
|
2222
|
+
],
|
|
2223
|
+
"label": "Review form fields",
|
|
2224
|
+
"description": "Inputs shown in the review compose form",
|
|
2225
|
+
"tier": "presentation",
|
|
2226
|
+
"items": {
|
|
2227
|
+
"type": "string"
|
|
2228
|
+
}
|
|
2229
|
+
},
|
|
2230
|
+
"cancelLabel": {
|
|
2219
2231
|
"type": "string",
|
|
2220
|
-
"default": "
|
|
2221
|
-
"label": "
|
|
2222
|
-
"description": "
|
|
2223
|
-
"tier": "presentation"
|
|
2224
|
-
"values": [
|
|
2225
|
-
"elevated",
|
|
2226
|
-
"flat-bordered",
|
|
2227
|
-
"borderless-divider",
|
|
2228
|
-
"ticket",
|
|
2229
|
-
"invoice",
|
|
2230
|
-
"chip",
|
|
2231
|
-
"tile-image-first"
|
|
2232
|
-
]
|
|
2232
|
+
"default": "Cancel",
|
|
2233
|
+
"label": "Cancel button",
|
|
2234
|
+
"description": "Label on the cancel button inside the compose form",
|
|
2235
|
+
"tier": "presentation"
|
|
2233
2236
|
},
|
|
2234
2237
|
"starDistribution": {
|
|
2235
2238
|
"type": "[StarBucket]",
|
|
@@ -2239,20 +2242,20 @@
|
|
|
2239
2242
|
"percentage": 74.0
|
|
2240
2243
|
},
|
|
2241
2244
|
{
|
|
2242
|
-
"
|
|
2243
|
-
"
|
|
2245
|
+
"label": "4 stars",
|
|
2246
|
+
"percentage": 18.0
|
|
2244
2247
|
},
|
|
2245
2248
|
{
|
|
2246
|
-
"
|
|
2247
|
-
"
|
|
2249
|
+
"label": "3 stars",
|
|
2250
|
+
"percentage": 5.0
|
|
2248
2251
|
},
|
|
2249
2252
|
{
|
|
2250
2253
|
"label": "2 stars",
|
|
2251
2254
|
"percentage": 2.0
|
|
2252
2255
|
},
|
|
2253
2256
|
{
|
|
2254
|
-
"
|
|
2255
|
-
"
|
|
2257
|
+
"percentage": 1.0,
|
|
2258
|
+
"label": "1 star"
|
|
2256
2259
|
}
|
|
2257
2260
|
],
|
|
2258
2261
|
"label": "Star bars",
|
|
@@ -2274,24 +2277,21 @@
|
|
|
2274
2277
|
}
|
|
2275
2278
|
}
|
|
2276
2279
|
},
|
|
2277
|
-
"
|
|
2280
|
+
"cardLook": {
|
|
2278
2281
|
"type": "string",
|
|
2279
|
-
"default": "
|
|
2280
|
-
"label": "
|
|
2281
|
-
"description": "
|
|
2282
|
-
"tier": "presentation"
|
|
2283
|
-
},
|
|
2284
|
-
"reviewFields": {
|
|
2285
|
-
"type": "[string]",
|
|
2286
|
-
"default": [
|
|
2287
|
-
"draftComment"
|
|
2288
|
-
],
|
|
2289
|
-
"label": "Review form fields",
|
|
2290
|
-
"description": "Inputs shown in the review compose form",
|
|
2282
|
+
"default": "elevated",
|
|
2283
|
+
"label": "Card look",
|
|
2284
|
+
"description": "Layer 2 visual treatment for cards rendered by this atom.",
|
|
2291
2285
|
"tier": "presentation",
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2294
|
-
|
|
2286
|
+
"values": [
|
|
2287
|
+
"elevated",
|
|
2288
|
+
"flat-bordered",
|
|
2289
|
+
"borderless-divider",
|
|
2290
|
+
"ticket",
|
|
2291
|
+
"invoice",
|
|
2292
|
+
"chip",
|
|
2293
|
+
"tile-image-first"
|
|
2294
|
+
]
|
|
2295
2295
|
}
|
|
2296
2296
|
},
|
|
2297
2297
|
"scope": "instance"
|
|
@@ -2479,38 +2479,38 @@
|
|
|
2479
2479
|
"main",
|
|
2480
2480
|
{
|
|
2481
2481
|
"type": "card",
|
|
2482
|
-
"look": "@config.cardLook",
|
|
2483
2482
|
"children": [
|
|
2484
2483
|
{
|
|
2485
|
-
"
|
|
2484
|
+
"gap": "md",
|
|
2486
2485
|
"children": [
|
|
2487
2486
|
{
|
|
2488
|
-
"variant": "h3",
|
|
2489
2487
|
"type": "typography",
|
|
2488
|
+
"variant": "h3",
|
|
2490
2489
|
"content": "@config.title"
|
|
2491
2490
|
},
|
|
2492
2491
|
{
|
|
2492
|
+
"action": "RATE_DRAFT",
|
|
2493
2493
|
"value": "@entity.draftRating",
|
|
2494
|
-
"type": "star-rating",
|
|
2495
2494
|
"max": "@config.maxStars",
|
|
2496
|
-
"
|
|
2495
|
+
"type": "star-rating"
|
|
2497
2496
|
},
|
|
2498
2497
|
{
|
|
2499
|
-
"type": "form-section",
|
|
2500
|
-
"mode": "edit",
|
|
2501
2498
|
"submitEvent": "SUBMIT_REVIEW",
|
|
2502
2499
|
"cancelEvent": "CANCEL_REVIEW",
|
|
2503
|
-
"entity": "@entity",
|
|
2504
|
-
"submitLabel": "@config.submitLabel",
|
|
2505
2500
|
"fields": [
|
|
2506
2501
|
"draftComment"
|
|
2507
|
-
]
|
|
2502
|
+
],
|
|
2503
|
+
"submitLabel": "@config.submitLabel",
|
|
2504
|
+
"entity": "@entity",
|
|
2505
|
+
"mode": "edit",
|
|
2506
|
+
"type": "form-section"
|
|
2508
2507
|
}
|
|
2509
2508
|
],
|
|
2510
2509
|
"direction": "vertical",
|
|
2511
|
-
"
|
|
2510
|
+
"type": "stack"
|
|
2512
2511
|
}
|
|
2513
|
-
]
|
|
2512
|
+
],
|
|
2513
|
+
"look": "@config.cardLook"
|
|
2514
2514
|
}
|
|
2515
2515
|
]
|
|
2516
2516
|
]
|
|
@@ -2529,39 +2529,39 @@
|
|
|
2529
2529
|
"render-ui",
|
|
2530
2530
|
"main",
|
|
2531
2531
|
{
|
|
2532
|
-
"look": "@config.cardLook",
|
|
2533
|
-
"type": "card",
|
|
2534
2532
|
"children": [
|
|
2535
2533
|
{
|
|
2536
2534
|
"type": "stack",
|
|
2537
|
-
"gap": "md",
|
|
2538
2535
|
"children": [
|
|
2539
2536
|
{
|
|
2540
|
-
"
|
|
2537
|
+
"variant": "h3",
|
|
2541
2538
|
"content": "@config.title",
|
|
2542
|
-
"
|
|
2539
|
+
"type": "typography"
|
|
2543
2540
|
},
|
|
2544
2541
|
{
|
|
2545
2542
|
"value": "@entity.draftRating",
|
|
2546
2543
|
"type": "star-rating",
|
|
2547
|
-
"
|
|
2548
|
-
"
|
|
2544
|
+
"action": "RATE_DRAFT",
|
|
2545
|
+
"max": "@config.maxStars"
|
|
2549
2546
|
},
|
|
2550
2547
|
{
|
|
2551
|
-
"
|
|
2548
|
+
"type": "form-section",
|
|
2552
2549
|
"cancelEvent": "CANCEL_REVIEW",
|
|
2550
|
+
"submitLabel": "@config.submitLabel",
|
|
2551
|
+
"submitEvent": "SUBMIT_REVIEW",
|
|
2552
|
+
"entity": "@entity",
|
|
2553
|
+
"mode": "edit",
|
|
2553
2554
|
"fields": [
|
|
2554
2555
|
"draftComment"
|
|
2555
|
-
]
|
|
2556
|
-
"type": "form-section",
|
|
2557
|
-
"entity": "@entity",
|
|
2558
|
-
"submitEvent": "SUBMIT_REVIEW",
|
|
2559
|
-
"mode": "edit"
|
|
2556
|
+
]
|
|
2560
2557
|
}
|
|
2561
2558
|
],
|
|
2559
|
+
"gap": "md",
|
|
2562
2560
|
"direction": "vertical"
|
|
2563
2561
|
}
|
|
2564
|
-
]
|
|
2562
|
+
],
|
|
2563
|
+
"look": "@config.cardLook",
|
|
2564
|
+
"type": "card"
|
|
2565
2565
|
}
|
|
2566
2566
|
]
|
|
2567
2567
|
]
|
|
@@ -2576,8 +2576,8 @@
|
|
|
2576
2576
|
"create",
|
|
2577
2577
|
"ReviewView",
|
|
2578
2578
|
{
|
|
2579
|
-
"
|
|
2580
|
-
"
|
|
2579
|
+
"rating": "@entity.draftRating",
|
|
2580
|
+
"comment": "@entity.draftComment"
|
|
2581
2581
|
},
|
|
2582
2582
|
{
|
|
2583
2583
|
"emit": {
|
|
@@ -2590,22 +2590,22 @@
|
|
|
2590
2590
|
"render-ui",
|
|
2591
2591
|
"main",
|
|
2592
2592
|
{
|
|
2593
|
-
"gap": "md",
|
|
2594
2593
|
"children": [
|
|
2595
2594
|
{
|
|
2596
|
-
"name": "send",
|
|
2597
2595
|
"size": "lg",
|
|
2598
|
-
"type": "icon"
|
|
2596
|
+
"type": "icon",
|
|
2597
|
+
"name": "send"
|
|
2599
2598
|
},
|
|
2600
2599
|
{
|
|
2601
|
-
"type": "typography",
|
|
2602
2600
|
"content": "Submitting…",
|
|
2601
|
+
"type": "typography",
|
|
2603
2602
|
"variant": "h3"
|
|
2604
2603
|
}
|
|
2605
2604
|
],
|
|
2606
|
-
"
|
|
2605
|
+
"align": "center",
|
|
2607
2606
|
"direction": "vertical",
|
|
2608
|
-
"
|
|
2607
|
+
"gap": "md",
|
|
2608
|
+
"type": "stack"
|
|
2609
2609
|
}
|
|
2610
2610
|
]
|
|
2611
2611
|
]
|
|
@@ -2629,39 +2629,39 @@
|
|
|
2629
2629
|
"render-ui",
|
|
2630
2630
|
"main",
|
|
2631
2631
|
{
|
|
2632
|
-
"
|
|
2632
|
+
"look": "@config.cardLook",
|
|
2633
2633
|
"children": [
|
|
2634
2634
|
{
|
|
2635
|
-
"gap": "md",
|
|
2636
2635
|
"type": "stack",
|
|
2637
|
-
"direction": "vertical",
|
|
2638
2636
|
"children": [
|
|
2639
2637
|
{
|
|
2640
|
-
"type": "typography",
|
|
2641
2638
|
"variant": "h3",
|
|
2642
|
-
"content": "@config.title"
|
|
2639
|
+
"content": "@config.title",
|
|
2640
|
+
"type": "typography"
|
|
2643
2641
|
},
|
|
2644
2642
|
{
|
|
2645
|
-
"value": 0.0,
|
|
2646
2643
|
"action": "RATE_DRAFT",
|
|
2647
|
-
"
|
|
2648
|
-
"
|
|
2644
|
+
"max": "@config.maxStars",
|
|
2645
|
+
"value": 0.0,
|
|
2646
|
+
"type": "star-rating"
|
|
2649
2647
|
},
|
|
2650
2648
|
{
|
|
2651
|
-
"submitLabel": "@config.submitLabel",
|
|
2652
|
-
"entity": "@entity",
|
|
2653
|
-
"cancelEvent": "CANCEL_REVIEW",
|
|
2654
|
-
"mode": "edit",
|
|
2655
2649
|
"fields": [
|
|
2656
2650
|
"draftComment"
|
|
2657
2651
|
],
|
|
2658
2652
|
"submitEvent": "SUBMIT_REVIEW",
|
|
2659
|
-
"
|
|
2653
|
+
"submitLabel": "@config.submitLabel",
|
|
2654
|
+
"cancelEvent": "CANCEL_REVIEW",
|
|
2655
|
+
"mode": "edit",
|
|
2656
|
+
"type": "form-section",
|
|
2657
|
+
"entity": "@entity"
|
|
2660
2658
|
}
|
|
2661
|
-
]
|
|
2659
|
+
],
|
|
2660
|
+
"gap": "md",
|
|
2661
|
+
"direction": "vertical"
|
|
2662
2662
|
}
|
|
2663
2663
|
],
|
|
2664
|
-
"
|
|
2664
|
+
"type": "card"
|
|
2665
2665
|
}
|
|
2666
2666
|
]
|
|
2667
2667
|
]
|
|
@@ -2676,27 +2676,27 @@
|
|
|
2676
2676
|
"main",
|
|
2677
2677
|
{
|
|
2678
2678
|
"direction": "vertical",
|
|
2679
|
+
"gap": "lg",
|
|
2679
2680
|
"children": [
|
|
2680
2681
|
{
|
|
2681
|
-
"type": "icon",
|
|
2682
2682
|
"name": "check-circle",
|
|
2683
|
-
"size": "lg"
|
|
2683
|
+
"size": "lg",
|
|
2684
|
+
"type": "icon"
|
|
2684
2685
|
},
|
|
2685
2686
|
{
|
|
2687
|
+
"variant": "h2",
|
|
2686
2688
|
"type": "typography",
|
|
2687
|
-
"content": "Thanks for your review!"
|
|
2688
|
-
"variant": "h2"
|
|
2689
|
+
"content": "Thanks for your review!"
|
|
2689
2690
|
},
|
|
2690
2691
|
{
|
|
2691
|
-
"variant": "primary",
|
|
2692
2692
|
"label": "Write another review",
|
|
2693
|
+
"type": "button",
|
|
2693
2694
|
"icon": "plus",
|
|
2694
2695
|
"action": "RESTART",
|
|
2695
|
-
"
|
|
2696
|
+
"variant": "primary"
|
|
2696
2697
|
}
|
|
2697
2698
|
],
|
|
2698
2699
|
"align": "center",
|
|
2699
|
-
"gap": "lg",
|
|
2700
2700
|
"type": "stack"
|
|
2701
2701
|
}
|
|
2702
2702
|
]
|
|
@@ -2716,9 +2716,9 @@
|
|
|
2716
2716
|
"render-ui",
|
|
2717
2717
|
"main",
|
|
2718
2718
|
{
|
|
2719
|
-
"
|
|
2719
|
+
"message": "@entity.errorMessage",
|
|
2720
2720
|
"type": "error-state",
|
|
2721
|
-
"
|
|
2721
|
+
"title": "Submit failed"
|
|
2722
2722
|
}
|
|
2723
2723
|
]
|
|
2724
2724
|
]
|
|
@@ -2742,39 +2742,39 @@
|
|
|
2742
2742
|
"render-ui",
|
|
2743
2743
|
"main",
|
|
2744
2744
|
{
|
|
2745
|
-
"look": "@config.cardLook",
|
|
2746
2745
|
"type": "card",
|
|
2747
2746
|
"children": [
|
|
2748
2747
|
{
|
|
2748
|
+
"direction": "vertical",
|
|
2749
2749
|
"children": [
|
|
2750
2750
|
{
|
|
2751
|
-
"content": "@config.title",
|
|
2752
2751
|
"variant": "h3",
|
|
2752
|
+
"content": "@config.title",
|
|
2753
2753
|
"type": "typography"
|
|
2754
2754
|
},
|
|
2755
2755
|
{
|
|
2756
|
-
"value": 0.0,
|
|
2757
|
-
"max": "@config.maxStars",
|
|
2758
2756
|
"type": "star-rating",
|
|
2759
|
-
"action": "RATE_DRAFT"
|
|
2757
|
+
"action": "RATE_DRAFT",
|
|
2758
|
+
"value": 0.0,
|
|
2759
|
+
"max": "@config.maxStars"
|
|
2760
2760
|
},
|
|
2761
2761
|
{
|
|
2762
|
+
"cancelEvent": "CANCEL_REVIEW",
|
|
2763
|
+
"mode": "edit",
|
|
2762
2764
|
"submitLabel": "@config.submitLabel",
|
|
2765
|
+
"type": "form-section",
|
|
2763
2766
|
"fields": [
|
|
2764
2767
|
"draftComment"
|
|
2765
2768
|
],
|
|
2766
|
-
"mode": "edit",
|
|
2767
2769
|
"entity": "@entity",
|
|
2768
|
-
"cancelEvent": "CANCEL_REVIEW",
|
|
2769
|
-
"type": "form-section",
|
|
2770
2770
|
"submitEvent": "SUBMIT_REVIEW"
|
|
2771
2771
|
}
|
|
2772
2772
|
],
|
|
2773
|
-
"direction": "vertical",
|
|
2774
2773
|
"gap": "md",
|
|
2775
2774
|
"type": "stack"
|
|
2776
2775
|
}
|
|
2777
|
-
]
|
|
2776
|
+
],
|
|
2777
|
+
"look": "@config.cardLook"
|
|
2778
2778
|
}
|
|
2779
2779
|
]
|
|
2780
2780
|
]
|
|
@@ -2788,11 +2788,9 @@
|
|
|
2788
2788
|
"render-ui",
|
|
2789
2789
|
"main",
|
|
2790
2790
|
{
|
|
2791
|
-
"look": "@config.cardLook",
|
|
2792
2791
|
"type": "card",
|
|
2793
2792
|
"children": [
|
|
2794
2793
|
{
|
|
2795
|
-
"type": "stack",
|
|
2796
2794
|
"children": [
|
|
2797
2795
|
{
|
|
2798
2796
|
"variant": "h3",
|
|
@@ -2801,26 +2799,28 @@
|
|
|
2801
2799
|
},
|
|
2802
2800
|
{
|
|
2803
2801
|
"action": "RATE_DRAFT",
|
|
2802
|
+
"type": "star-rating",
|
|
2804
2803
|
"max": "@config.maxStars",
|
|
2805
|
-
"value": 0.0
|
|
2806
|
-
"type": "star-rating"
|
|
2804
|
+
"value": 0.0
|
|
2807
2805
|
},
|
|
2808
2806
|
{
|
|
2809
|
-
"
|
|
2810
|
-
"
|
|
2807
|
+
"type": "form-section",
|
|
2808
|
+
"entity": "@entity",
|
|
2811
2809
|
"fields": [
|
|
2812
2810
|
"draftComment"
|
|
2813
2811
|
],
|
|
2814
2812
|
"submitEvent": "SUBMIT_REVIEW",
|
|
2815
|
-
"
|
|
2816
|
-
"
|
|
2813
|
+
"cancelEvent": "CANCEL_REVIEW",
|
|
2814
|
+
"submitLabel": "@config.submitLabel",
|
|
2817
2815
|
"mode": "edit"
|
|
2818
2816
|
}
|
|
2819
2817
|
],
|
|
2820
|
-
"
|
|
2821
|
-
"
|
|
2818
|
+
"direction": "vertical",
|
|
2819
|
+
"type": "stack",
|
|
2820
|
+
"gap": "md"
|
|
2822
2821
|
}
|
|
2823
|
-
]
|
|
2822
|
+
],
|
|
2823
|
+
"look": "@config.cardLook"
|
|
2824
2824
|
}
|
|
2825
2825
|
]
|
|
2826
2826
|
]
|
|
@@ -2828,34 +2828,6 @@
|
|
|
2828
2828
|
]
|
|
2829
2829
|
},
|
|
2830
2830
|
"config": {
|
|
2831
|
-
"title": {
|
|
2832
|
-
"type": "string",
|
|
2833
|
-
"default": "Write a review",
|
|
2834
|
-
"label": "Form title",
|
|
2835
|
-
"description": "Heading shown above the review compose form",
|
|
2836
|
-
"tier": "presentation"
|
|
2837
|
-
},
|
|
2838
|
-
"maxStars": {
|
|
2839
|
-
"type": "number",
|
|
2840
|
-
"default": 5.0,
|
|
2841
|
-
"label": "Max stars",
|
|
2842
|
-
"description": "Top of the rating scale (typically 5)",
|
|
2843
|
-
"tier": "domain"
|
|
2844
|
-
},
|
|
2845
|
-
"cancelLabel": {
|
|
2846
|
-
"type": "string",
|
|
2847
|
-
"default": "Cancel",
|
|
2848
|
-
"label": "Cancel button",
|
|
2849
|
-
"description": "Label on the cancel button",
|
|
2850
|
-
"tier": "presentation"
|
|
2851
|
-
},
|
|
2852
|
-
"submitLabel": {
|
|
2853
|
-
"type": "string",
|
|
2854
|
-
"default": "Submit review",
|
|
2855
|
-
"label": "Submit button",
|
|
2856
|
-
"description": "Label on the primary submit button",
|
|
2857
|
-
"tier": "presentation"
|
|
2858
|
-
},
|
|
2859
2831
|
"allowComment": {
|
|
2860
2832
|
"type": "boolean",
|
|
2861
2833
|
"default": true,
|
|
@@ -2863,13 +2835,6 @@
|
|
|
2863
2835
|
"description": "Show a free-text comment field below the stars",
|
|
2864
2836
|
"tier": "presentation"
|
|
2865
2837
|
},
|
|
2866
|
-
"submitEvent": {
|
|
2867
|
-
"type": "string",
|
|
2868
|
-
"default": "SUBMIT_REVIEW",
|
|
2869
|
-
"label": "Submit event",
|
|
2870
|
-
"description": "Event emitted when the user submits the form",
|
|
2871
|
-
"tier": "internal"
|
|
2872
|
-
},
|
|
2873
2838
|
"cardLook": {
|
|
2874
2839
|
"type": "string",
|
|
2875
2840
|
"default": "elevated",
|
|
@@ -2892,6 +2857,41 @@
|
|
|
2892
2857
|
"label": "Allow photos",
|
|
2893
2858
|
"description": "Let the user attach photos to the review",
|
|
2894
2859
|
"tier": "presentation"
|
|
2860
|
+
},
|
|
2861
|
+
"submitLabel": {
|
|
2862
|
+
"type": "string",
|
|
2863
|
+
"default": "Submit review",
|
|
2864
|
+
"label": "Submit button",
|
|
2865
|
+
"description": "Label on the primary submit button",
|
|
2866
|
+
"tier": "presentation"
|
|
2867
|
+
},
|
|
2868
|
+
"title": {
|
|
2869
|
+
"type": "string",
|
|
2870
|
+
"default": "Write a review",
|
|
2871
|
+
"label": "Form title",
|
|
2872
|
+
"description": "Heading shown above the review compose form",
|
|
2873
|
+
"tier": "presentation"
|
|
2874
|
+
},
|
|
2875
|
+
"cancelLabel": {
|
|
2876
|
+
"type": "string",
|
|
2877
|
+
"default": "Cancel",
|
|
2878
|
+
"label": "Cancel button",
|
|
2879
|
+
"description": "Label on the cancel button",
|
|
2880
|
+
"tier": "presentation"
|
|
2881
|
+
},
|
|
2882
|
+
"maxStars": {
|
|
2883
|
+
"type": "number",
|
|
2884
|
+
"default": 5.0,
|
|
2885
|
+
"label": "Max stars",
|
|
2886
|
+
"description": "Top of the rating scale (typically 5)",
|
|
2887
|
+
"tier": "domain"
|
|
2888
|
+
},
|
|
2889
|
+
"submitEvent": {
|
|
2890
|
+
"type": "string",
|
|
2891
|
+
"default": "SUBMIT_REVIEW",
|
|
2892
|
+
"label": "Submit event",
|
|
2893
|
+
"description": "Event emitted when the user submits the form",
|
|
2894
|
+
"tier": "internal"
|
|
2895
2895
|
}
|
|
2896
2896
|
},
|
|
2897
2897
|
"scope": "instance"
|