@almadar/std 16.67.0 → 16.68.0
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/ui/core/atoms/ui-avatar.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-header.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +241 -0
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -4
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +354 -0
- package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-action-button.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-combo-counter.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-damage-number.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-item-slot.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-resource-counter.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-sprite.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-status-effect.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-turn-indicator.orb +1 -1
- package/behaviors/registry/ui/game/atoms/ui-waypoint-marker.orb +1 -1
- package/behaviors/registry/ui/game/molecules/ui-card-hand.orb +2 -2
- package/behaviors/registry/ui/game/molecules/ui-dialogue-box.orb +2 -2
- package/behaviors/registry/ui/game/molecules/ui-enemy-plate.orb +1 -1
- package/behaviors/registry/ui/game/molecules/ui-feature-renderer.orb +2 -2
- package/behaviors/registry/ui/game/molecules/ui-game-canvas-2d.orb +1 -1
- package/behaviors/registry/ui/game/molecules/ui-game-canvas-3d.orb +29 -29
- package/behaviors/registry/ui/game/molecules/ui-isometric-canvas.orb +42 -42
- package/behaviors/registry/ui/game/molecules/ui-platformer-canvas.orb +6 -6
- package/behaviors/registry/ui/game/molecules/ui-stat-badge.orb +1 -1
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +286 -286
- package/behaviors/registry/ui/game/organisms/ui-boardgame-board.orb +744 -0
- package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +1 -1
- package/behaviors/registry/ui/game/organisms/ui-card-battler-board.orb +12 -12
- package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +272 -272
- package/behaviors/registry/ui/game/organisms/ui-city-builder-board.orb +38 -38
- package/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +821 -0
- package/behaviors/registry/ui/game/organisms/ui-game-board-3d.orb +46 -46
- package/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +41 -41
- package/behaviors/registry/ui/game/organisms/ui-holiday-runner-board.orb +409 -0
- package/behaviors/registry/ui/game/organisms/ui-match-puzzle-board.orb +787 -0
- package/behaviors/registry/ui/game/organisms/ui-minigolf-board.orb +773 -0
- package/behaviors/registry/ui/game/organisms/ui-pinball-board.orb +689 -0
- package/behaviors/registry/ui/game/organisms/ui-pirate-board.orb +891 -0
- package/behaviors/registry/ui/game/organisms/ui-platformer-board.orb +5 -5
- package/behaviors/registry/ui/game/organisms/ui-racing-board.orb +300 -0
- package/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +265 -265
- package/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +794 -0
- package/behaviors/registry/ui/game/organisms/ui-space-shmup-board.orb +300 -0
- package/behaviors/registry/ui/game/organisms/ui-space-station-board.orb +794 -0
- package/behaviors/registry/ui/game/organisms/ui-sports-board.orb +904 -0
- package/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +884 -0
- package/behaviors/registry/ui/game/organisms/ui-top-down-shooter-board.orb +5 -5
- package/behaviors/registry/ui/game/organisms/ui-tower-defense-board.orb +33 -33
- package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +2 -2
- package/behaviors/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +29 -29
- package/behaviors/registry/ui/game/organisms/ui-visual-novel-board.orb +7 -7
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +277 -277
- package/behaviors/registry/ui/game/templates/ui-battle-template.orb +29 -29
- package/behaviors/registry/ui/game/templates/ui-card-battler-template.orb +12 -12
- package/behaviors/registry/ui/game/templates/ui-castle-template.orb +29 -29
- package/behaviors/registry/ui/game/templates/ui-city-builder-template.orb +25 -25
- package/behaviors/registry/ui/game/templates/ui-game-canvas-3d-battle-template.orb +27 -27
- package/behaviors/registry/ui/game/templates/ui-game-canvas-3d-castle-template.orb +27 -27
- package/behaviors/registry/ui/game/templates/ui-game-canvas-3d-world-map-template.orb +27 -27
- package/behaviors/registry/ui/game/templates/ui-platformer-template.orb +1 -1
- package/behaviors/registry/ui/game/templates/ui-roguelike-template.orb +25 -25
- package/behaviors/registry/ui/game/templates/ui-top-down-shooter-template.orb +5 -5
- package/behaviors/registry/ui/game/templates/ui-tower-defense-template.orb +25 -25
- package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +29 -29
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +1 -1
- package/behaviors/registry/ui/marketing/molecules/ui-marketing-footer.orb +1 -1
- package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +1 -1
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +1 -1
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +1 -1
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +1 -1
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +2 -2
- package/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +3 -3
- package/dist/behaviors/registry/ui/core/molecules/ui-header.orb +2 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +2 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-sidebar.orb +1 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +241 -0
- package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -4
- package/dist/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +354 -0
- package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-action-button.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-combo-counter.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-control-button.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-damage-number.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-item-slot.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-resource-counter.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-score-display.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-sprite.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-status-effect.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-turn-indicator.orb +1 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-waypoint-marker.orb +1 -1
- package/dist/behaviors/registry/ui/game/molecules/ui-card-hand.orb +2 -2
- package/dist/behaviors/registry/ui/game/molecules/ui-dialogue-box.orb +2 -2
- package/dist/behaviors/registry/ui/game/molecules/ui-enemy-plate.orb +1 -1
- package/dist/behaviors/registry/ui/game/molecules/ui-feature-renderer.orb +2 -2
- package/dist/behaviors/registry/ui/game/molecules/ui-game-canvas-2d.orb +1 -1
- package/dist/behaviors/registry/ui/game/molecules/ui-game-canvas-3d.orb +29 -29
- package/dist/behaviors/registry/ui/game/molecules/ui-isometric-canvas.orb +42 -42
- package/dist/behaviors/registry/ui/game/molecules/ui-platformer-canvas.orb +6 -6
- package/dist/behaviors/registry/ui/game/molecules/ui-stat-badge.orb +1 -1
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +286 -286
- package/dist/behaviors/registry/ui/game/organisms/ui-boardgame-board.orb +744 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +1 -1
- package/dist/behaviors/registry/ui/game/organisms/ui-card-battler-board.orb +12 -12
- package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +272 -272
- package/dist/behaviors/registry/ui/game/organisms/ui-city-builder-board.orb +38 -38
- package/dist/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +821 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-game-board-3d.orb +46 -46
- package/dist/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +41 -41
- package/dist/behaviors/registry/ui/game/organisms/ui-holiday-runner-board.orb +409 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-match-puzzle-board.orb +787 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-minigolf-board.orb +773 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-pinball-board.orb +689 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-pirate-board.orb +891 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-platformer-board.orb +5 -5
- package/dist/behaviors/registry/ui/game/organisms/ui-racing-board.orb +300 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +265 -265
- package/dist/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +794 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-space-shmup-board.orb +300 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-space-station-board.orb +794 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-sports-board.orb +904 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +884 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-top-down-shooter-board.orb +5 -5
- package/dist/behaviors/registry/ui/game/organisms/ui-tower-defense-board.orb +33 -33
- package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +2 -2
- package/dist/behaviors/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +29 -29
- package/dist/behaviors/registry/ui/game/organisms/ui-visual-novel-board.orb +7 -7
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +277 -277
- package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +29 -29
- package/dist/behaviors/registry/ui/game/templates/ui-card-battler-template.orb +12 -12
- package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +29 -29
- package/dist/behaviors/registry/ui/game/templates/ui-city-builder-template.orb +25 -25
- package/dist/behaviors/registry/ui/game/templates/ui-game-canvas-3d-battle-template.orb +27 -27
- package/dist/behaviors/registry/ui/game/templates/ui-game-canvas-3d-castle-template.orb +27 -27
- package/dist/behaviors/registry/ui/game/templates/ui-game-canvas-3d-world-map-template.orb +27 -27
- package/dist/behaviors/registry/ui/game/templates/ui-platformer-template.orb +1 -1
- package/dist/behaviors/registry/ui/game/templates/ui-roguelike-template.orb +25 -25
- package/dist/behaviors/registry/ui/game/templates/ui-top-down-shooter-template.orb +5 -5
- package/dist/behaviors/registry/ui/game/templates/ui-tower-defense-template.orb +25 -25
- package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +29 -29
- package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/molecules/ui-marketing-footer.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +1 -1
- package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +2 -2
- package/dist/behaviors/registry/ui/marketing/templates/ui-auth-layout.orb +1 -1
- package/dist/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/dist/registry/ui/core/molecules/ui-document-viewer.orb +3 -3
- package/dist/registry/ui/core/molecules/ui-header.orb +2 -2
- package/dist/registry/ui/core/molecules/ui-lightbox.orb +2 -2
- package/dist/registry/ui/core/molecules/ui-sidebar.orb +1 -1
- package/dist/registry/ui/core/organisms/ui-chat-bar.orb +241 -0
- package/dist/registry/ui/core/organisms/ui-media-gallery.orb +4 -4
- package/dist/registry/ui/core/organisms/ui-subagent-trace-panel.orb +354 -0
- package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-action-button.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-combo-counter.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-control-button.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-damage-number.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-dialogue-bubble.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-item-slot.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-resource-counter.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-score-display.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-sprite.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-state-indicator.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-status-effect.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-turn-indicator.orb +1 -1
- package/dist/registry/ui/game/atoms/ui-waypoint-marker.orb +1 -1
- package/dist/registry/ui/game/molecules/ui-card-hand.orb +2 -2
- package/dist/registry/ui/game/molecules/ui-dialogue-box.orb +2 -2
- package/dist/registry/ui/game/molecules/ui-enemy-plate.orb +1 -1
- package/dist/registry/ui/game/molecules/ui-feature-renderer.orb +2 -2
- package/dist/registry/ui/game/molecules/ui-game-canvas-2d.orb +1 -1
- package/dist/registry/ui/game/molecules/ui-game-canvas-3d.orb +29 -29
- package/dist/registry/ui/game/molecules/ui-isometric-canvas.orb +42 -42
- package/dist/registry/ui/game/molecules/ui-platformer-canvas.orb +6 -6
- package/dist/registry/ui/game/molecules/ui-stat-badge.orb +1 -1
- package/dist/registry/ui/game/organisms/ui-battle-board.orb +286 -286
- package/dist/registry/ui/game/organisms/ui-boardgame-board.orb +744 -0
- package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +1 -1
- package/dist/registry/ui/game/organisms/ui-card-battler-board.orb +12 -12
- package/dist/registry/ui/game/organisms/ui-castle-board.orb +272 -272
- package/dist/registry/ui/game/organisms/ui-city-builder-board.orb +38 -38
- package/dist/registry/ui/game/organisms/ui-fishing-board.orb +821 -0
- package/dist/registry/ui/game/organisms/ui-game-board-3d.orb +46 -46
- package/dist/registry/ui/game/organisms/ui-hex-strategy-board.orb +41 -41
- package/dist/registry/ui/game/organisms/ui-holiday-runner-board.orb +409 -0
- package/dist/registry/ui/game/organisms/ui-match-puzzle-board.orb +787 -0
- package/dist/registry/ui/game/organisms/ui-minigolf-board.orb +773 -0
- package/dist/registry/ui/game/organisms/ui-pinball-board.orb +689 -0
- package/dist/registry/ui/game/organisms/ui-pirate-board.orb +891 -0
- package/dist/registry/ui/game/organisms/ui-platformer-board.orb +5 -5
- package/dist/registry/ui/game/organisms/ui-racing-board.orb +300 -0
- package/dist/registry/ui/game/organisms/ui-roguelike-board.orb +265 -265
- package/dist/registry/ui/game/organisms/ui-sokoban-board.orb +794 -0
- package/dist/registry/ui/game/organisms/ui-space-shmup-board.orb +300 -0
- package/dist/registry/ui/game/organisms/ui-space-station-board.orb +794 -0
- package/dist/registry/ui/game/organisms/ui-sports-board.orb +904 -0
- package/dist/registry/ui/game/organisms/ui-tanks-board.orb +884 -0
- package/dist/registry/ui/game/organisms/ui-top-down-shooter-board.orb +5 -5
- package/dist/registry/ui/game/organisms/ui-tower-defense-board.orb +33 -33
- package/dist/registry/ui/game/organisms/ui-trait-slot.orb +2 -2
- package/dist/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +29 -29
- package/dist/registry/ui/game/organisms/ui-visual-novel-board.orb +7 -7
- package/dist/registry/ui/game/organisms/ui-world-map-board.orb +277 -277
- package/dist/registry/ui/game/templates/ui-battle-template.orb +29 -29
- package/dist/registry/ui/game/templates/ui-card-battler-template.orb +12 -12
- package/dist/registry/ui/game/templates/ui-castle-template.orb +29 -29
- package/dist/registry/ui/game/templates/ui-city-builder-template.orb +25 -25
- package/dist/registry/ui/game/templates/ui-game-canvas-3d-battle-template.orb +27 -27
- package/dist/registry/ui/game/templates/ui-game-canvas-3d-castle-template.orb +27 -27
- package/dist/registry/ui/game/templates/ui-game-canvas-3d-world-map-template.orb +27 -27
- package/dist/registry/ui/game/templates/ui-platformer-template.orb +1 -1
- package/dist/registry/ui/game/templates/ui-roguelike-template.orb +25 -25
- package/dist/registry/ui/game/templates/ui-top-down-shooter-template.orb +5 -5
- package/dist/registry/ui/game/templates/ui-tower-defense-template.orb +25 -25
- package/dist/registry/ui/game/templates/ui-world-map-template.orb +29 -29
- package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +1 -1
- package/dist/registry/ui/marketing/molecules/ui-marketing-footer.orb +1 -1
- package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +1 -1
- package/dist/registry/ui/marketing/organisms/ui-hero-organism.orb +1 -1
- package/dist/registry/ui/marketing/organisms/ui-showcase-organism.orb +1 -1
- package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +1 -1
- package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +2 -2
- package/dist/registry/ui/marketing/templates/ui-auth-layout.orb +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "ChatBar — UI factory (1:1 with the @almadar/ui chat-bar pattern).",
|
|
3
|
+
"name": "ui-chat-bar",
|
|
4
|
+
"orbitals": [
|
|
5
|
+
{
|
|
6
|
+
"entity": {
|
|
7
|
+
"fields": [
|
|
8
|
+
{
|
|
9
|
+
"name": "id",
|
|
10
|
+
"required": true,
|
|
11
|
+
"type": "string"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "ChatBarItem",
|
|
15
|
+
"persistence": "runtime"
|
|
16
|
+
},
|
|
17
|
+
"name": "ChatBarOrbital",
|
|
18
|
+
"pages": [
|
|
19
|
+
{
|
|
20
|
+
"name": "ChatBarPage",
|
|
21
|
+
"path": "/chat-bar",
|
|
22
|
+
"traits": [
|
|
23
|
+
{
|
|
24
|
+
"ref": "ChatBarRender"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"traits": [
|
|
30
|
+
{
|
|
31
|
+
"category": "interaction",
|
|
32
|
+
"config": {
|
|
33
|
+
"activeFilters": {
|
|
34
|
+
"default": {},
|
|
35
|
+
"description": "Active filters",
|
|
36
|
+
"label": "Active Filters",
|
|
37
|
+
"tier": "presentation",
|
|
38
|
+
"type": "json"
|
|
39
|
+
},
|
|
40
|
+
"activeGate": {
|
|
41
|
+
"default": "Active Gate",
|
|
42
|
+
"description": "Currently active gate label, e.g. 'Gate 2: State machines'",
|
|
43
|
+
"label": "Active Gate",
|
|
44
|
+
"tier": "presentation",
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"className": {
|
|
48
|
+
"default": "",
|
|
49
|
+
"description": "Additional CSS classes",
|
|
50
|
+
"label": "Class Name",
|
|
51
|
+
"tier": "presentation",
|
|
52
|
+
"type": "string"
|
|
53
|
+
},
|
|
54
|
+
"context": {
|
|
55
|
+
"default": "",
|
|
56
|
+
"description": "Agent context description",
|
|
57
|
+
"label": "Context",
|
|
58
|
+
"tier": "presentation",
|
|
59
|
+
"type": "string"
|
|
60
|
+
},
|
|
61
|
+
"error": {
|
|
62
|
+
"description": "Error state (UiError)",
|
|
63
|
+
"label": "Error",
|
|
64
|
+
"properties": {
|
|
65
|
+
"code": {
|
|
66
|
+
"name": "code",
|
|
67
|
+
"required": false,
|
|
68
|
+
"type": "string"
|
|
69
|
+
},
|
|
70
|
+
"message": {
|
|
71
|
+
"name": "message",
|
|
72
|
+
"required": true,
|
|
73
|
+
"type": "string"
|
|
74
|
+
},
|
|
75
|
+
"name": {
|
|
76
|
+
"name": "name",
|
|
77
|
+
"required": false,
|
|
78
|
+
"type": "string"
|
|
79
|
+
},
|
|
80
|
+
"stack": {
|
|
81
|
+
"name": "stack",
|
|
82
|
+
"required": false,
|
|
83
|
+
"type": "string"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"tier": "presentation",
|
|
87
|
+
"type": "ChatBarError"
|
|
88
|
+
},
|
|
89
|
+
"isLoading": {
|
|
90
|
+
"default": false,
|
|
91
|
+
"description": "Loading state indicator",
|
|
92
|
+
"label": "Is Loading",
|
|
93
|
+
"tier": "presentation",
|
|
94
|
+
"type": "boolean"
|
|
95
|
+
},
|
|
96
|
+
"jepaValidity": {
|
|
97
|
+
"default": 0.0,
|
|
98
|
+
"description": "JEPA validity probability 0-1",
|
|
99
|
+
"label": "Jepa Validity",
|
|
100
|
+
"tier": "presentation",
|
|
101
|
+
"type": "number"
|
|
102
|
+
},
|
|
103
|
+
"pageProp": {
|
|
104
|
+
"default": 0.0,
|
|
105
|
+
"description": "Current page number",
|
|
106
|
+
"label": "Page",
|
|
107
|
+
"synonyms": "page",
|
|
108
|
+
"tier": "presentation",
|
|
109
|
+
"type": "number"
|
|
110
|
+
},
|
|
111
|
+
"pageSize": {
|
|
112
|
+
"default": 0.0,
|
|
113
|
+
"description": "Number of items per page",
|
|
114
|
+
"label": "Page Size",
|
|
115
|
+
"tier": "presentation",
|
|
116
|
+
"type": "number"
|
|
117
|
+
},
|
|
118
|
+
"placeholder": {
|
|
119
|
+
"default": "Placeholder",
|
|
120
|
+
"description": "Input placeholder text",
|
|
121
|
+
"label": "Placeholder",
|
|
122
|
+
"tier": "presentation",
|
|
123
|
+
"type": "string"
|
|
124
|
+
},
|
|
125
|
+
"searchValue": {
|
|
126
|
+
"default": "Search Value",
|
|
127
|
+
"description": "Current search query value",
|
|
128
|
+
"label": "Search Value",
|
|
129
|
+
"tier": "presentation",
|
|
130
|
+
"type": "string"
|
|
131
|
+
},
|
|
132
|
+
"selectedIds": {
|
|
133
|
+
"default": [],
|
|
134
|
+
"description": "Currently selected item IDs",
|
|
135
|
+
"items": {
|
|
136
|
+
"type": "string"
|
|
137
|
+
},
|
|
138
|
+
"label": "Selected Ids",
|
|
139
|
+
"tier": "presentation",
|
|
140
|
+
"type": "[string]"
|
|
141
|
+
},
|
|
142
|
+
"sortBy": {
|
|
143
|
+
"default": "Sort By",
|
|
144
|
+
"description": "Current sort field",
|
|
145
|
+
"label": "Sort By",
|
|
146
|
+
"tier": "presentation",
|
|
147
|
+
"type": "string"
|
|
148
|
+
},
|
|
149
|
+
"sortDirection": {
|
|
150
|
+
"default": "asc",
|
|
151
|
+
"description": "Current sort direction",
|
|
152
|
+
"label": "Sort Direction",
|
|
153
|
+
"tier": "presentation",
|
|
154
|
+
"type": "string",
|
|
155
|
+
"values": [
|
|
156
|
+
"asc",
|
|
157
|
+
"desc"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
"status": {
|
|
161
|
+
"default": "idle",
|
|
162
|
+
"description": "Pipeline status",
|
|
163
|
+
"label": "Status",
|
|
164
|
+
"tier": "presentation",
|
|
165
|
+
"type": "string",
|
|
166
|
+
"values": [
|
|
167
|
+
"idle",
|
|
168
|
+
"running",
|
|
169
|
+
"paused",
|
|
170
|
+
"complete",
|
|
171
|
+
"error"
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
"totalCount": {
|
|
175
|
+
"default": 0.0,
|
|
176
|
+
"description": "Total number of items",
|
|
177
|
+
"label": "Total Count",
|
|
178
|
+
"tier": "presentation",
|
|
179
|
+
"type": "number"
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"entityContract": {
|
|
183
|
+
"provides": [],
|
|
184
|
+
"requires": []
|
|
185
|
+
},
|
|
186
|
+
"entityRebindable": true,
|
|
187
|
+
"linkedEntity": "ChatBarItem",
|
|
188
|
+
"name": "ChatBarRender",
|
|
189
|
+
"scope": "instance",
|
|
190
|
+
"stateMachine": {
|
|
191
|
+
"events": [
|
|
192
|
+
{
|
|
193
|
+
"key": "INIT",
|
|
194
|
+
"name": "Initialize"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"states": [
|
|
198
|
+
{
|
|
199
|
+
"isInitial": true,
|
|
200
|
+
"name": "idle"
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"transitions": [
|
|
204
|
+
{
|
|
205
|
+
"effects": [
|
|
206
|
+
[
|
|
207
|
+
"render-ui",
|
|
208
|
+
"main",
|
|
209
|
+
{
|
|
210
|
+
"activeFilters": "@config.activeFilters",
|
|
211
|
+
"activeGate": "@config.activeGate",
|
|
212
|
+
"className": "@config.className",
|
|
213
|
+
"context": "@config.context",
|
|
214
|
+
"error": "@config.error",
|
|
215
|
+
"isLoading": "@config.isLoading",
|
|
216
|
+
"jepaValidity": "@config.jepaValidity",
|
|
217
|
+
"page": "@config.pageProp",
|
|
218
|
+
"pageSize": "@config.pageSize",
|
|
219
|
+
"placeholder": "@config.placeholder",
|
|
220
|
+
"searchValue": "@config.searchValue",
|
|
221
|
+
"selectedIds": "@config.selectedIds",
|
|
222
|
+
"sortBy": "@config.sortBy",
|
|
223
|
+
"sortDirection": "@config.sortDirection",
|
|
224
|
+
"status": "@config.status",
|
|
225
|
+
"totalCount": "@config.totalCount",
|
|
226
|
+
"type": "chat-bar"
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
],
|
|
230
|
+
"event": "INIT",
|
|
231
|
+
"from": "idle",
|
|
232
|
+
"to": "idle"
|
|
233
|
+
}
|
|
234
|
+
]
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
]
|
|
238
|
+
}
|
|
239
|
+
],
|
|
240
|
+
"version": "1.0.0"
|
|
241
|
+
}
|
|
@@ -154,8 +154,8 @@
|
|
|
154
154
|
"fileSize": "File Size",
|
|
155
155
|
"id": "Id",
|
|
156
156
|
"mediaType": "image",
|
|
157
|
-
"src": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/00_base_model.png",
|
|
158
|
-
"thumbnail": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/00_base_model.png"
|
|
157
|
+
"src": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/00_base_model.png",
|
|
158
|
+
"thumbnail": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/00_base_model.png"
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
"alt": "Alt 2",
|
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
"fileSize": "File Size 2",
|
|
164
164
|
"id": "Id 2",
|
|
165
165
|
"mediaType": "video",
|
|
166
|
-
"src": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/00_base_model.png",
|
|
167
|
-
"thumbnail": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/00_base_model.png"
|
|
166
|
+
"src": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/00_base_model.png",
|
|
167
|
+
"thumbnail": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/00_base_model.png"
|
|
168
168
|
}
|
|
169
169
|
],
|
|
170
170
|
"description": "Media items",
|
|
@@ -0,0 +1,354 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "SubagentTracePanel — UI factory (1:1 with the @almadar/ui subagent-trace-panel pattern).",
|
|
3
|
+
"name": "ui-subagent-trace-panel",
|
|
4
|
+
"orbitals": [
|
|
5
|
+
{
|
|
6
|
+
"entity": {
|
|
7
|
+
"fields": [
|
|
8
|
+
{
|
|
9
|
+
"name": "id",
|
|
10
|
+
"required": true,
|
|
11
|
+
"type": "string"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"name": "SubagentTracePanelItem",
|
|
15
|
+
"persistence": "runtime"
|
|
16
|
+
},
|
|
17
|
+
"name": "SubagentTracePanelOrbital",
|
|
18
|
+
"pages": [
|
|
19
|
+
{
|
|
20
|
+
"name": "SubagentTracePanelPage",
|
|
21
|
+
"path": "/subagent-trace-panel",
|
|
22
|
+
"traits": [
|
|
23
|
+
{
|
|
24
|
+
"ref": "SubagentTracePanelRender"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"traits": [
|
|
30
|
+
{
|
|
31
|
+
"category": "interaction",
|
|
32
|
+
"config": {
|
|
33
|
+
"activeFilters": {
|
|
34
|
+
"default": {},
|
|
35
|
+
"description": "Active filters",
|
|
36
|
+
"label": "Active Filters",
|
|
37
|
+
"tier": "presentation",
|
|
38
|
+
"type": "json"
|
|
39
|
+
},
|
|
40
|
+
"className": {
|
|
41
|
+
"default": "",
|
|
42
|
+
"description": "Additional CSS classes",
|
|
43
|
+
"label": "Class Name",
|
|
44
|
+
"tier": "presentation",
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"coordinatorActivities": {
|
|
48
|
+
"default": [],
|
|
49
|
+
"description": "Full coordinator activities (tool calls, results, messages, errors).",
|
|
50
|
+
"items": {
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
"label": "Coordinator Activities",
|
|
54
|
+
"tier": "presentation",
|
|
55
|
+
"type": "[json]"
|
|
56
|
+
},
|
|
57
|
+
"coordinatorMessages": {
|
|
58
|
+
"default": [],
|
|
59
|
+
"description": "Canonical Coordinator conversation — same shape live and on reload. When present, takes precedence over `coordinatorActivities` for the Coordinator section.",
|
|
60
|
+
"items": {
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
"label": "Coordinator Messages",
|
|
64
|
+
"tier": "presentation",
|
|
65
|
+
"type": "[json]"
|
|
66
|
+
},
|
|
67
|
+
"disclosureLevel": {
|
|
68
|
+
"default": 1.0,
|
|
69
|
+
"description": "Drives density: 1-2 → compact, 3-4 → full activity embed (when mode='overlay').",
|
|
70
|
+
"label": "Disclosure Level",
|
|
71
|
+
"tier": "presentation",
|
|
72
|
+
"type": "number"
|
|
73
|
+
},
|
|
74
|
+
"error": {
|
|
75
|
+
"description": "Error state (UiError)",
|
|
76
|
+
"label": "Error",
|
|
77
|
+
"properties": {
|
|
78
|
+
"code": {
|
|
79
|
+
"name": "code",
|
|
80
|
+
"required": false,
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
"message": {
|
|
84
|
+
"name": "message",
|
|
85
|
+
"required": true,
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"name": {
|
|
89
|
+
"name": "name",
|
|
90
|
+
"required": false,
|
|
91
|
+
"type": "string"
|
|
92
|
+
},
|
|
93
|
+
"stack": {
|
|
94
|
+
"name": "stack",
|
|
95
|
+
"required": false,
|
|
96
|
+
"type": "string"
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"tier": "presentation",
|
|
100
|
+
"type": "SubagentTracePanelError"
|
|
101
|
+
},
|
|
102
|
+
"focusedOrbital": {
|
|
103
|
+
"default": "Focused Orbital",
|
|
104
|
+
"description": "Current canvas focus orbital — only used by overlay mode. Tab mode ignores this.",
|
|
105
|
+
"label": "Focused Orbital",
|
|
106
|
+
"tier": "presentation",
|
|
107
|
+
"type": "string"
|
|
108
|
+
},
|
|
109
|
+
"isLoading": {
|
|
110
|
+
"default": false,
|
|
111
|
+
"description": "Loading state indicator",
|
|
112
|
+
"label": "Is Loading",
|
|
113
|
+
"tier": "presentation",
|
|
114
|
+
"type": "boolean"
|
|
115
|
+
},
|
|
116
|
+
"mode": {
|
|
117
|
+
"default": "overlay",
|
|
118
|
+
"description": "Rendering mode. - `'overlay'` (default): floating side panel positioned absolutely over the canvas. Density follows `disclosureLevel` (compact L1/L2, rich L3+). The `open` flag actually hides the panel when false. - `'tab'`: full-width content for a dedicated 'trace' supplemental tab. Always renders rich (regardless of disclosure level), always visible (the `open` flag is ignored), and includes an empty state when no subagents are present so users see the surface even before generation starts.",
|
|
119
|
+
"label": "Mode",
|
|
120
|
+
"tier": "presentation",
|
|
121
|
+
"type": "string",
|
|
122
|
+
"values": [
|
|
123
|
+
"overlay",
|
|
124
|
+
"tab"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
"open": {
|
|
128
|
+
"default": false,
|
|
129
|
+
"description": "Whether the panel is visible. Typically auto-opens during generation in overlay mode.",
|
|
130
|
+
"label": "Open",
|
|
131
|
+
"tier": "presentation",
|
|
132
|
+
"type": "boolean"
|
|
133
|
+
},
|
|
134
|
+
"pageProp": {
|
|
135
|
+
"default": 0.0,
|
|
136
|
+
"description": "Current page number",
|
|
137
|
+
"label": "Page",
|
|
138
|
+
"synonyms": "page",
|
|
139
|
+
"tier": "presentation",
|
|
140
|
+
"type": "number"
|
|
141
|
+
},
|
|
142
|
+
"pageSize": {
|
|
143
|
+
"default": 0.0,
|
|
144
|
+
"description": "Number of items per page",
|
|
145
|
+
"label": "Page Size",
|
|
146
|
+
"tier": "presentation",
|
|
147
|
+
"type": "number"
|
|
148
|
+
},
|
|
149
|
+
"searchValue": {
|
|
150
|
+
"default": "Search Value",
|
|
151
|
+
"description": "Current search query value",
|
|
152
|
+
"label": "Search Value",
|
|
153
|
+
"tier": "presentation",
|
|
154
|
+
"type": "string"
|
|
155
|
+
},
|
|
156
|
+
"selectedIds": {
|
|
157
|
+
"default": [],
|
|
158
|
+
"description": "Currently selected item IDs",
|
|
159
|
+
"items": {
|
|
160
|
+
"type": "string"
|
|
161
|
+
},
|
|
162
|
+
"label": "Selected Ids",
|
|
163
|
+
"tier": "presentation",
|
|
164
|
+
"type": "[string]"
|
|
165
|
+
},
|
|
166
|
+
"sortBy": {
|
|
167
|
+
"default": "Sort By",
|
|
168
|
+
"description": "Current sort field",
|
|
169
|
+
"label": "Sort By",
|
|
170
|
+
"tier": "presentation",
|
|
171
|
+
"type": "string"
|
|
172
|
+
},
|
|
173
|
+
"sortDirection": {
|
|
174
|
+
"default": "asc",
|
|
175
|
+
"description": "Current sort direction",
|
|
176
|
+
"label": "Sort Direction",
|
|
177
|
+
"tier": "presentation",
|
|
178
|
+
"type": "string",
|
|
179
|
+
"values": [
|
|
180
|
+
"asc",
|
|
181
|
+
"desc"
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
"subagents": {
|
|
185
|
+
"default": [],
|
|
186
|
+
"description": "All known subagents from the runner.",
|
|
187
|
+
"items": {
|
|
188
|
+
"type": "string"
|
|
189
|
+
},
|
|
190
|
+
"label": "Subagents",
|
|
191
|
+
"tier": "presentation",
|
|
192
|
+
"type": "[json]"
|
|
193
|
+
},
|
|
194
|
+
"totalCount": {
|
|
195
|
+
"default": 0.0,
|
|
196
|
+
"description": "Total number of items",
|
|
197
|
+
"label": "Total Count",
|
|
198
|
+
"tier": "presentation",
|
|
199
|
+
"type": "number"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"emits": [
|
|
203
|
+
{
|
|
204
|
+
"description": "Optional dismiss handler.",
|
|
205
|
+
"event": "CLOSE",
|
|
206
|
+
"payloadSchema": [
|
|
207
|
+
{
|
|
208
|
+
"name": "id",
|
|
209
|
+
"type": "string"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"scope": "external",
|
|
213
|
+
"tier": "essential"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"description": "Open the Subagent-trace-panel.",
|
|
217
|
+
"event": "OPEN",
|
|
218
|
+
"payloadSchema": [
|
|
219
|
+
{
|
|
220
|
+
"name": "id",
|
|
221
|
+
"type": "string"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"scope": "external",
|
|
225
|
+
"tier": "essential"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"entityContract": {
|
|
229
|
+
"provides": [],
|
|
230
|
+
"requires": []
|
|
231
|
+
},
|
|
232
|
+
"entityRebindable": true,
|
|
233
|
+
"linkedEntity": "SubagentTracePanelItem",
|
|
234
|
+
"name": "SubagentTracePanelRender",
|
|
235
|
+
"scope": "instance",
|
|
236
|
+
"stateMachine": {
|
|
237
|
+
"events": [
|
|
238
|
+
{
|
|
239
|
+
"key": "INIT",
|
|
240
|
+
"name": "Initialize"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"description": "Open the Subagent-trace-panel.",
|
|
244
|
+
"key": "OPEN",
|
|
245
|
+
"name": "Open",
|
|
246
|
+
"payloadSchema": [
|
|
247
|
+
{
|
|
248
|
+
"name": "id",
|
|
249
|
+
"type": "string"
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"tier": "essential"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"description": "Optional dismiss handler.",
|
|
256
|
+
"key": "CLOSE",
|
|
257
|
+
"name": "Close",
|
|
258
|
+
"payloadSchema": [
|
|
259
|
+
{
|
|
260
|
+
"name": "id",
|
|
261
|
+
"type": "string"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"tier": "essential"
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"states": [
|
|
268
|
+
{
|
|
269
|
+
"isInitial": true,
|
|
270
|
+
"name": "closed"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "open"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"transitions": [
|
|
277
|
+
{
|
|
278
|
+
"effects": [
|
|
279
|
+
[
|
|
280
|
+
"render-ui",
|
|
281
|
+
"main",
|
|
282
|
+
{
|
|
283
|
+
"action": "OPEN",
|
|
284
|
+
"label": "Open Subagent-trace-panel",
|
|
285
|
+
"type": "button"
|
|
286
|
+
}
|
|
287
|
+
]
|
|
288
|
+
],
|
|
289
|
+
"event": "INIT",
|
|
290
|
+
"from": "closed",
|
|
291
|
+
"to": "closed"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"effects": [
|
|
295
|
+
[
|
|
296
|
+
"render-ui",
|
|
297
|
+
"overlay",
|
|
298
|
+
{
|
|
299
|
+
"activeFilters": "@config.activeFilters",
|
|
300
|
+
"className": "@config.className",
|
|
301
|
+
"coordinatorActivities": "@config.coordinatorActivities",
|
|
302
|
+
"coordinatorMessages": "@config.coordinatorMessages",
|
|
303
|
+
"disclosureLevel": "@config.disclosureLevel",
|
|
304
|
+
"error": "@config.error",
|
|
305
|
+
"focusedOrbital": "@config.focusedOrbital",
|
|
306
|
+
"isLoading": "@config.isLoading",
|
|
307
|
+
"mode": "@config.mode",
|
|
308
|
+
"onClose": "CLOSE",
|
|
309
|
+
"open": "@config.open",
|
|
310
|
+
"page": "@config.pageProp",
|
|
311
|
+
"pageSize": "@config.pageSize",
|
|
312
|
+
"searchValue": "@config.searchValue",
|
|
313
|
+
"selectedIds": "@config.selectedIds",
|
|
314
|
+
"sortBy": "@config.sortBy",
|
|
315
|
+
"sortDirection": "@config.sortDirection",
|
|
316
|
+
"subagents": "@config.subagents",
|
|
317
|
+
"totalCount": "@config.totalCount",
|
|
318
|
+
"type": "subagent-trace-panel"
|
|
319
|
+
}
|
|
320
|
+
]
|
|
321
|
+
],
|
|
322
|
+
"event": "OPEN",
|
|
323
|
+
"from": "closed",
|
|
324
|
+
"to": "open"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"effects": [
|
|
328
|
+
[
|
|
329
|
+
"render-ui",
|
|
330
|
+
"overlay",
|
|
331
|
+
null
|
|
332
|
+
],
|
|
333
|
+
[
|
|
334
|
+
"render-ui",
|
|
335
|
+
"main",
|
|
336
|
+
{
|
|
337
|
+
"action": "OPEN",
|
|
338
|
+
"label": "Open Subagent-trace-panel",
|
|
339
|
+
"type": "button"
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
],
|
|
343
|
+
"event": "CLOSE",
|
|
344
|
+
"from": "open",
|
|
345
|
+
"to": "closed"
|
|
346
|
+
}
|
|
347
|
+
]
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
]
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"version": "1.0.0"
|
|
354
|
+
}
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
},
|
|
235
235
|
"user": {
|
|
236
236
|
"default": {
|
|
237
|
-
"avatar": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/00_base_model.png",
|
|
237
|
+
"avatar": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/00_base_model.png",
|
|
238
238
|
"email": "Email",
|
|
239
239
|
"name": "Name"
|
|
240
240
|
},
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"category": "interaction",
|
|
32
32
|
"config": {
|
|
33
33
|
"assetUrl": {
|
|
34
|
-
"default": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/00_base_model.png",
|
|
34
|
+
"default": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/00_base_model.png",
|
|
35
35
|
"description": "Sprite image URL — takes precedence over icon when provided",
|
|
36
36
|
"label": "Asset Url",
|
|
37
37
|
"tier": "presentation",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"category": "interaction",
|
|
32
32
|
"config": {
|
|
33
33
|
"assetUrl": {
|
|
34
|
-
"default": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/00_base_model.png",
|
|
34
|
+
"default": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/00_base_model.png",
|
|
35
35
|
"description": "Sprite image URL displayed alongside the combo number",
|
|
36
36
|
"label": "Asset Url",
|
|
37
37
|
"tier": "presentation",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"category": "interaction",
|
|
32
32
|
"config": {
|
|
33
33
|
"assetUrl": {
|
|
34
|
-
"default": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/00_base_model.png",
|
|
34
|
+
"default": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/00_base_model.png",
|
|
35
35
|
"description": "Sprite image URL — takes precedence over icon when provided",
|
|
36
36
|
"label": "Asset Url",
|
|
37
37
|
"tier": "presentation",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"category": "interaction",
|
|
32
32
|
"config": {
|
|
33
33
|
"assetUrl": {
|
|
34
|
-
"default": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/00_base_model.png",
|
|
34
|
+
"default": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/00_base_model.png",
|
|
35
35
|
"description": "Sprite image URL — displayed as a hit-effect icon alongside the number",
|
|
36
36
|
"label": "Asset Url",
|
|
37
37
|
"tier": "presentation",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"type": "string"
|
|
39
39
|
},
|
|
40
40
|
"portrait": {
|
|
41
|
-
"default": "https://almadar-kflow-assets.web.app/shared/units/citizens/archetypes/04_hero.png",
|
|
41
|
+
"default": "https://almadar-kflow-assets.web.app/shared/units/chars-toon/kflow/citizens/archetypes/04_hero.png",
|
|
42
42
|
"description": "URL for the speaker portrait image",
|
|
43
43
|
"label": "Portrait",
|
|
44
44
|
"tier": "presentation",
|