@almadar/std 16.211.0 → 16.212.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.
Files changed (127) hide show
  1. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -0
  2. package/behaviors/lolo/infra/atoms/std-cache-aside.lolo +6 -0
  3. package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +3 -0
  4. package/behaviors/lolo/infra/atoms/std-cascade-on-delete.lolo +1 -0
  5. package/behaviors/lolo/infra/atoms/std-circuit-breaker.lolo +2 -0
  6. package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -0
  7. package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +3 -0
  8. package/behaviors/lolo/infra/atoms/std-lifecycle.lolo +2 -0
  9. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +12 -0
  10. package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -0
  11. package/behaviors/lolo/infra/atoms/std-notification-center.lolo +2 -0
  12. package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +5 -0
  13. package/behaviors/lolo/infra/atoms/std-reminder-scheduler.lolo +2 -0
  14. package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -0
  15. package/behaviors/lolo/ml/atoms/std-ml-classify.lolo +1 -0
  16. package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +1 -0
  17. package/behaviors/lolo/ui/core/atoms/std-board.lolo +6 -0
  18. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +6 -1
  19. package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +6 -1
  20. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -0
  21. package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +8 -1
  22. package/behaviors/lolo/ui/core/atoms/std-list.lolo +8 -1
  23. package/behaviors/lolo/ui/core/atoms/std-selection.lolo +8 -1
  24. package/behaviors/lolo/ui/core/atoms/std-tag-strip.lolo +1 -0
  25. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +16 -0
  26. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +36 -0
  27. package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
  28. package/behaviors/lolo/ui/core/atoms/ui-button.lolo +1 -1
  29. package/behaviors/lolo/ui/core/atoms/ui-checkbox.lolo +22 -2
  30. package/behaviors/lolo/ui/core/atoms/ui-game-icon.lolo +1 -1
  31. package/behaviors/lolo/ui/core/atoms/ui-select.lolo +6 -2
  32. package/behaviors/lolo/ui/core/atoms/ui-textarea.lolo +3 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +1 -1
  34. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +1 -1
  36. package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +1 -1
  37. package/behaviors/lolo/ui/core/molecules/ui-tabs.lolo +2 -2
  38. package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +6 -0
  39. package/behaviors/lolo/ui/game/atoms/ui-action-palette.lolo +1 -1
  40. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  41. package/behaviors/lolo/ui/game/atoms/ui-choice-button.lolo +1 -1
  42. package/behaviors/lolo/ui/game/atoms/ui-control-button.lolo +1 -1
  43. package/behaviors/lolo/ui/game/atoms/ui-control-grid.lolo +2 -2
  44. package/behaviors/lolo/ui/game/atoms/ui-dialogue-bubble.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-draw-fx-layer.lolo +1 -1
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-skinned-mesh.lolo +7 -2
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +1 -1
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +1 -1
  49. package/behaviors/lolo/ui/game/atoms/ui-game-audio-toggle.lolo +2 -2
  50. package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +5 -5
  51. package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
  52. package/behaviors/lolo/ui/game/atoms/ui-health-bar.lolo +2 -2
  53. package/behaviors/lolo/ui/game/atoms/ui-score-display.lolo +1 -1
  54. package/behaviors/lolo/ui/game/atoms/ui-sequence-bar.lolo +2 -2
  55. package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +2 -2
  56. package/behaviors/lolo/ui/game/atoms/ui-trait-slot.lolo +4 -4
  57. package/behaviors/registry/infra/atoms/std-approval-gate.orb +56 -18
  58. package/behaviors/registry/infra/atoms/std-cache-aside.orb +76 -32
  59. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +46 -0
  60. package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +20 -0
  61. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +40 -14
  62. package/behaviors/registry/infra/atoms/std-cross-reference.orb +41 -15
  63. package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -0
  64. package/behaviors/registry/infra/atoms/std-lifecycle.orb +36 -0
  65. package/behaviors/registry/infra/atoms/std-migration-job.orb +108 -0
  66. package/behaviors/registry/infra/atoms/std-mod-queue.orb +20 -0
  67. package/behaviors/registry/infra/atoms/std-notification-center.orb +32 -0
  68. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +70 -0
  69. package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +36 -0
  70. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +20 -0
  71. package/behaviors/registry/ml/atoms/std-ml-classify.orb +18 -0
  72. package/behaviors/registry/ml/atoms/std-ml-infer.orb +18 -0
  73. package/behaviors/registry/ui/core/atoms/std-board.orb +58 -0
  74. package/behaviors/registry/ui/core/atoms/std-browse.orb +9 -1
  75. package/behaviors/registry/ui/core/atoms/std-calendar.orb +9 -1
  76. package/behaviors/registry/ui/core/atoms/std-event-log.orb +26 -0
  77. package/behaviors/registry/ui/core/atoms/std-gallery.orb +35 -1
  78. package/behaviors/registry/ui/core/atoms/std-list.orb +35 -1
  79. package/behaviors/registry/ui/core/atoms/std-selection.orb +35 -1
  80. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +20 -0
  81. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +56 -0
  82. package/behaviors/registry/ui/core/atoms/std-wizard.orb +77 -0
  83. package/behaviors/registry/ui/core/atoms/ui-badge.orb +4 -1
  84. package/behaviors/registry/ui/core/atoms/ui-button.orb +4 -1
  85. package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +78 -2
  86. package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +4 -1
  87. package/behaviors/registry/ui/core/atoms/ui-select.orb +28 -0
  88. package/behaviors/registry/ui/core/atoms/ui-textarea.orb +14 -0
  89. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +1 -28
  90. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +1 -20
  91. package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +1 -14
  92. package/behaviors/registry/ui/core/molecules/ui-menu.orb +1 -24
  93. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +8 -2
  94. package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +44 -0
  95. package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +4 -1
  96. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  97. package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +4 -1
  98. package/behaviors/registry/ui/game/atoms/ui-control-button.orb +4 -1
  99. package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +8 -2
  100. package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +4 -1
  101. package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +4 -1
  102. package/behaviors/registry/ui/game/atoms/ui-draw-skinned-mesh.orb +12 -2
  103. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +4 -1
  104. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +4 -1
  105. package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +8 -2
  106. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +20 -5
  107. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +4 -1
  108. package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +8 -2
  109. package/behaviors/registry/ui/game/atoms/ui-score-display.orb +4 -1
  110. package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +4 -1
  111. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +8 -2
  112. package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +8 -2
  113. package/dist/behaviors/exports-reader.js +1187 -277
  114. package/dist/behaviors/functions/index.d.ts +38 -7
  115. package/dist/behaviors/functions/index.js +1187 -277
  116. package/dist/behaviors/index.d.ts +1 -1
  117. package/dist/behaviors/index.js +1187 -277
  118. package/dist/behaviors/query.js +1187 -277
  119. package/dist/behaviors-embeddings.hash.json +3 -3
  120. package/dist/behaviors-embeddings.json +15 -15
  121. package/dist/behaviors-registry.json +535 -182
  122. package/dist/index.d.ts +1 -1
  123. package/dist/index.js +1187 -277
  124. package/dist/knob-embeddings.hash.json +3 -3
  125. package/dist/knob-embeddings.json +1 -1
  126. package/dist/registry/factory-signatures.json +1 -1
  127. package/package.json +2 -2
@@ -56,7 +56,7 @@ orbital ImportPreviewTreeOrbital {
56
56
  }
57
57
 
58
58
  config {
59
- units : [ImportPreviewTreeUnitsItem] = [{ ref: "Ref", targetEntity: "Target Entity", fields: {}, parentRef: "Parent Ref" }, { ref: "Ref 2", targetEntity: "Target Entity 2", fields: {}, parentRef: "Parent Ref 2" }]
59
+ units : [ImportPreviewTreeUnitsItem] = []
60
60
  @label "Units"
61
61
  @description "Staged units to preview"
62
62
  @tier "presentation"
@@ -39,7 +39,7 @@ orbital MenuOrbital {
39
39
  @label "Trigger"
40
40
  @description "Menu trigger element"
41
41
  @tier "presentation"
42
- items : [MenuItemsItem] = [{ id: "Id", label: "Label", icon: "circle", badge: "Badge", disabled: false, title: "Title", url: "Url", variant: default, subMenu: [] }, { id: "Id 2", label: "Label 2", icon: "circle", badge: "Badge 2", disabled: true, title: "Title 2", url: "Url 2", variant: danger, subMenu: [] }]
42
+ items : [MenuItemsItem] = []
43
43
  @label "Items"
44
44
  @description "Menu items"
45
45
  @tier "presentation"
@@ -21,7 +21,7 @@ orbital TabsOrbital {
21
21
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
22
22
  variant : string
23
23
  dimension : "2d" | "3d"
24
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
24
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
25
25
  atlas : asset
26
26
  sprite : string
27
27
  name : string
@@ -47,7 +47,7 @@ orbital TabsOrbital {
47
47
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
48
48
  variant : string
49
49
  dimension : "2d" | "3d"
50
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
50
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
51
51
  atlas : asset
52
52
  sprite : string
53
53
  name : string
@@ -129,6 +129,12 @@ orbital TutorialOverlayOrbital {
129
129
  (render-ui overlay null)
130
130
  (emit TUTORIAL_DEMO_STOP {})
131
131
  (emit TUTORIAL_DONE { id: "tutorial" })
132
+
133
+ CLOSE -> hidden
134
+ (set @entity.done true)
135
+ (render-ui overlay null)
136
+ (emit TUTORIAL_DEMO_STOP {})
137
+ (emit TUTORIAL_DONE { id: "tutorial" })
132
138
  }
133
139
 
134
140
  emits {
@@ -18,7 +18,7 @@ orbital ActionPaletteOrbital {
18
18
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
19
19
  variant : string
20
20
  dimension : "2d" | "3d"
21
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
21
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
22
22
  atlas : asset
23
23
  sprite : string
24
24
  name : string
@@ -24,7 +24,7 @@ orbital ActionTileOrbital {
24
24
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
25
25
  variant : string
26
26
  dimension : "2d" | "3d"
27
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
27
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
28
28
  atlas : asset
29
29
  sprite : string
30
30
  name : string
@@ -9,7 +9,7 @@ orbital ChoiceButtonOrbital {
9
9
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
10
10
  variant : string
11
11
  dimension : "2d" | "3d"
12
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
12
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
13
13
  atlas : asset
14
14
  sprite : string
15
15
  name : string
@@ -9,7 +9,7 @@ orbital ControlButtonOrbital {
9
9
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
10
10
  variant : string
11
11
  dimension : "2d" | "3d"
12
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
12
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
13
13
  atlas : asset
14
14
  sprite : string
15
15
  name : string
@@ -16,7 +16,7 @@ orbital ControlGridOrbital {
16
16
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
17
17
  variant : string
18
18
  dimension : "2d" | "3d"
19
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
19
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
20
20
  atlas : asset
21
21
  sprite : string
22
22
  name : string
@@ -30,7 +30,7 @@ orbital ControlGridOrbital {
30
30
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
31
31
  variant : string
32
32
  dimension : "2d" | "3d"
33
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
33
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
34
34
  atlas : asset
35
35
  sprite : string
36
36
  name : string
@@ -9,7 +9,7 @@ orbital DialogueBubbleOrbital {
9
9
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
10
10
  variant : string
11
11
  dimension : "2d" | "3d"
12
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
12
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
13
13
  atlas : asset
14
14
  sprite : string
15
15
  name : string
@@ -52,7 +52,7 @@ orbital DrawFxLayerOrbital {
52
52
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
53
53
  variant : string
54
54
  dimension : "2d" | "3d"
55
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
55
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
56
56
  atlas : asset
57
57
  sprite : string
58
58
  name : string
@@ -14,7 +14,7 @@ orbital DrawSkinnedMeshOrbital {
14
14
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
15
15
  variant : string
16
16
  dimension : "2d" | "3d"
17
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
17
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
18
18
  atlas : asset
19
19
  sprite : string
20
20
  name : string
@@ -66,6 +66,7 @@ orbital DrawSkinnedMeshOrbital {
66
66
  bones: @config.bones
67
67
  pose: @config.pose
68
68
  clip: @config.clip
69
+ clipName: @config.clipName
69
70
  frame: @config.frame
70
71
  opacity: @config.opacity
71
72
  weightsOverlay: @config.weightsOverlay
@@ -93,7 +94,7 @@ orbital DrawSkinnedMeshOrbital {
93
94
  @tier "presentation"
94
95
  bones : [DrawSkinnedMeshBonesItem] = [{ name: "Name", parent: "Parent", pivot: [1, 2], tip: [1, 2] }, { name: "Name 2", parent: "Parent 2", pivot: [1, 2], tip: [1, 2] }]
95
96
  @label "Bones"
96
- @description "The skeleton (bind pose; FK chain via `parent` names)."
97
+ @description "The skeleton (bind pose; FK chain via `parent` names). Falls back to the rigbundle's `bones` when empty."
97
98
  @tier "presentation"
98
99
  pose : Map string number = { item: 1 }
99
100
  @label "Pose"
@@ -103,6 +104,10 @@ orbital DrawSkinnedMeshOrbital {
103
104
  @label "Clip"
104
105
  @description "Pose animation clip; with `frame`, pose = `frames[frame % frames.length]`."
105
106
  @tier "presentation"
107
+ clipName : string
108
+ @label "Clip Name"
109
+ @description "Named clip inside the rigbundle at `meshUrl` (`clips[clipName].frames`); used when `clip` is absent. Empty/unknown = no clip."
110
+ @tier "presentation"
106
111
  frame : number
107
112
  @label "Frame"
108
113
  @description "Clip frame counter (host-driven paint clock frame)."
@@ -31,7 +31,7 @@ orbital DrawSpriteLayerOrbital {
31
31
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
32
32
  variant : string
33
33
  dimension : "2d" | "3d"
34
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
34
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
35
35
  atlas : asset
36
36
  sprite : string
37
37
  name : string
@@ -14,7 +14,7 @@ orbital DrawSpriteOrbital {
14
14
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
15
15
  variant : string
16
16
  dimension : "2d" | "3d"
17
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
17
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
18
18
  atlas : asset
19
19
  sprite : string
20
20
  name : string
@@ -15,7 +15,7 @@ orbital GameAudioToggleOrbital {
15
15
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
16
16
  variant : string
17
17
  dimension : "2d" | "3d"
18
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
18
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
19
19
  atlas : asset
20
20
  sprite : string
21
21
  name : string
@@ -29,7 +29,7 @@ orbital GameAudioToggleOrbital {
29
29
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
30
30
  variant : string
31
31
  dimension : "2d" | "3d"
32
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
32
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
33
33
  atlas : asset
34
34
  sprite : string
35
35
  name : string
@@ -22,7 +22,7 @@ orbital GameHudOrbital {
22
22
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
23
23
  variant : string
24
24
  dimension : "2d" | "3d"
25
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
25
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
26
26
  atlas : asset
27
27
  sprite : string
28
28
  name : string
@@ -36,7 +36,7 @@ orbital GameHudOrbital {
36
36
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
37
37
  variant : string
38
38
  dimension : "2d" | "3d"
39
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
39
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
40
40
  atlas : asset
41
41
  sprite : string
42
42
  name : string
@@ -63,7 +63,7 @@ orbital GameHudOrbital {
63
63
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
64
64
  variant : string
65
65
  dimension : "2d" | "3d"
66
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
66
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
67
67
  atlas : asset
68
68
  sprite : string
69
69
  name : string
@@ -77,7 +77,7 @@ orbital GameHudOrbital {
77
77
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
78
78
  variant : string
79
79
  dimension : "2d" | "3d"
80
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
80
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
81
81
  atlas : asset
82
82
  sprite : string
83
83
  name : string
@@ -102,7 +102,7 @@ orbital GameHudOrbital {
102
102
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
103
103
  variant : string
104
104
  dimension : "2d" | "3d"
105
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
105
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
106
106
  atlas : asset
107
107
  sprite : string
108
108
  name : string
@@ -27,7 +27,7 @@ orbital GameMenuOrbital {
27
27
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
28
28
  variant : string
29
29
  dimension : "2d" | "3d"
30
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
30
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
31
31
  atlas : asset
32
32
  sprite : string
33
33
  name : string
@@ -9,7 +9,7 @@ orbital HealthBarOrbital {
9
9
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
10
10
  variant : string
11
11
  dimension : "2d" | "3d"
12
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
12
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
13
13
  atlas : asset
14
14
  sprite : string
15
15
  name : string
@@ -23,7 +23,7 @@ orbital HealthBarOrbital {
23
23
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
24
24
  variant : string
25
25
  dimension : "2d" | "3d"
26
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
26
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
27
27
  atlas : asset
28
28
  sprite : string
29
29
  name : string
@@ -9,7 +9,7 @@ orbital ScoreDisplayOrbital {
9
9
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
10
10
  variant : string
11
11
  dimension : "2d" | "3d"
12
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
12
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
13
13
  atlas : asset
14
14
  sprite : string
15
15
  name : string
@@ -18,7 +18,7 @@ orbital SequenceBarOrbital {
18
18
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
19
19
  variant : string
20
20
  dimension : "2d" | "3d"
21
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
21
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
22
22
  atlas : asset
23
23
  sprite : string
24
24
  name : string
@@ -58,7 +58,7 @@ orbital SequenceBarOrbital {
58
58
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
59
59
  variant : string
60
60
  dimension : "2d" | "3d"
61
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
61
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
62
62
  atlas : asset
63
63
  sprite : string
64
64
  name : string
@@ -9,7 +9,7 @@ orbital StatBadgeOrbital {
9
9
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
10
10
  variant : string
11
11
  dimension : "2d" | "3d"
12
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
12
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
13
13
  atlas : asset
14
14
  sprite : string
15
15
  name : string
@@ -23,7 +23,7 @@ orbital StatBadgeOrbital {
23
23
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
24
24
  variant : string
25
25
  dimension : "2d" | "3d"
26
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
26
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
27
27
  atlas : asset
28
28
  sprite : string
29
29
  name : string
@@ -18,7 +18,7 @@ orbital TraitSlotOrbital {
18
18
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
19
19
  variant : string
20
20
  dimension : "2d" | "3d"
21
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
21
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
22
22
  atlas : asset
23
23
  sprite : string
24
24
  name : string
@@ -49,7 +49,7 @@ orbital TraitSlotOrbital {
49
49
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
50
50
  variant : string
51
51
  dimension : "2d" | "3d"
52
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
52
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
53
53
  atlas : asset
54
54
  sprite : string
55
55
  name : string
@@ -78,7 +78,7 @@ orbital TraitSlotOrbital {
78
78
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
79
79
  variant : string
80
80
  dimension : "2d" | "3d"
81
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
81
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
82
82
  atlas : asset
83
83
  sprite : string
84
84
  name : string
@@ -114,7 +114,7 @@ orbital TraitSlotOrbital {
114
114
  style : "pixel" | "vector" | "hd" | "1-bit" | "isometric"
115
115
  variant : string
116
116
  dimension : "2d" | "3d"
117
- aspect : "1:1" | "16:9" | "5:7" | "8:1"
117
+ aspect : "1:1" | "16:9" | "5:7" | "8:1" | "4:1" | "5:3" | "1:2"
118
118
  atlas : asset
119
119
  sprite : string
120
120
  name : string
@@ -1197,6 +1197,24 @@
1197
1197
  "synonyms": "replay failed, apply failed, approval rollback",
1198
1198
  "tier": "domain"
1199
1199
  },
1200
+ {
1201
+ "description": "Indicates a failure to load or process an approval request for review.",
1202
+ "id": "evt_01KXG04EZ0HX0YV7MH4PXFQCM0",
1203
+ "key": "ApprovalRequestReviewFailed",
1204
+ "name": "ApprovalRequest review failed",
1205
+ "payloadSchema": [
1206
+ {
1207
+ "name": "error",
1208
+ "type": "string"
1209
+ },
1210
+ {
1211
+ "name": "code",
1212
+ "type": "string"
1213
+ }
1214
+ ],
1215
+ "synonyms": "load error, failed review, processing failure",
1216
+ "tier": "internal"
1217
+ },
1200
1218
  {
1201
1219
  "description": "Summons the review queue (host nav/affordance requests it).",
1202
1220
  "id": "evt_01KXG04EZ05HP9JSWYNV5XV2QW",
@@ -1400,24 +1418,6 @@
1400
1418
  "synonyms": "reviewed, processed, examined",
1401
1419
  "tier": "internal"
1402
1420
  },
1403
- {
1404
- "description": "Indicates a failure to load or process an approval request for review.",
1405
- "id": "evt_01KXG04EZ0HX0YV7MH4PXFQCM0",
1406
- "key": "ApprovalRequestReviewFailed",
1407
- "name": "ApprovalRequest review failed",
1408
- "payloadSchema": [
1409
- {
1410
- "name": "error",
1411
- "type": "string"
1412
- },
1413
- {
1414
- "name": "code",
1415
- "type": "string"
1416
- }
1417
- ],
1418
- "synonyms": "load error, failed review, processing failure",
1419
- "tier": "internal"
1420
- },
1421
1421
  {
1422
1422
  "description": "The deny form committed; data carries the request id + the written reason.",
1423
1423
  "id": "evt_01M169J81GZWG6Q9MYCQT7F92E",
@@ -1541,6 +1541,22 @@
1541
1541
  "to": "idle"
1542
1542
  },
1543
1543
  {
1544
+ "effects": [
1545
+ [
1546
+ "render-ui",
1547
+ "toast",
1548
+ {
1549
+ "dismissible": true,
1550
+ "message": [
1551
+ "str/concat",
1552
+ "Couldn't load the approval request — ",
1553
+ "@payload.error"
1554
+ ],
1555
+ "type": "alert",
1556
+ "variant": "error"
1557
+ }
1558
+ ]
1559
+ ],
1544
1560
  "event": "ApprovalRequestLoadFailed",
1545
1561
  "eventId": "evt_01KXG04EZ0ZFHMHXT4NN21VK6N",
1546
1562
  "from": "idle",
@@ -1596,6 +1612,28 @@
1596
1612
  "from": "idle",
1597
1613
  "to": "idle"
1598
1614
  },
1615
+ {
1616
+ "effects": [
1617
+ [
1618
+ "render-ui",
1619
+ "toast",
1620
+ {
1621
+ "dismissible": true,
1622
+ "message": [
1623
+ "str/concat",
1624
+ "Couldn't reopen the approval request — ",
1625
+ "@payload.error"
1626
+ ],
1627
+ "type": "alert",
1628
+ "variant": "error"
1629
+ }
1630
+ ]
1631
+ ],
1632
+ "event": "ApprovalRequestReviewFailed",
1633
+ "eventId": "evt_01KXG04EZ0HX0YV7MH4PXFQCM0",
1634
+ "from": "idle",
1635
+ "to": "idle"
1636
+ },
1599
1637
  {
1600
1638
  "effects": [
1601
1639
  [
@@ -729,6 +729,10 @@
729
729
  {
730
730
  "kind": "render-ui",
731
731
  "resource": "main"
732
+ },
733
+ {
734
+ "kind": "render-ui",
735
+ "resource": "toast"
732
736
  }
733
737
  ],
734
738
  "emits": [
@@ -961,6 +965,38 @@
961
965
  "synonyms": "error, failure, miss, not found",
962
966
  "tier": "internal"
963
967
  },
968
+ {
969
+ "description": "Indicates a failure to update a cached entry.",
970
+ "id": "evt_01KXG04F59V9CZZME6DBPAT052",
971
+ "key": "CacheEntryUpdateFailed",
972
+ "name": "CacheEntry update failed",
973
+ "payloadSchema": [
974
+ {
975
+ "name": "error",
976
+ "type": "string"
977
+ },
978
+ {
979
+ "name": "code",
980
+ "type": "string"
981
+ }
982
+ ],
983
+ "synonyms": "error, failure, problem, unsuccessful",
984
+ "tier": "internal"
985
+ },
986
+ {
987
+ "description": "Signals that a cached entry's data has been modified.",
988
+ "id": "evt_01KXG04F59YV599S886ZN4BA5E",
989
+ "key": "CacheEntryUpdated",
990
+ "name": "CacheEntry updated",
991
+ "payloadSchema": [
992
+ {
993
+ "name": "id",
994
+ "type": "string"
995
+ }
996
+ ],
997
+ "synonyms": "modified, refreshed, changed, updated",
998
+ "tier": "presentation"
999
+ },
964
1000
  {
965
1001
  "id": "evt_01KXG04F59871HBKNA1CFXHGC8",
966
1002
  "key": "INVALIDATE",
@@ -1017,38 +1053,6 @@
1017
1053
  "id": "evt_01KXG04F59548SN2QBGQCZG3PS",
1018
1054
  "key": "REFRESH",
1019
1055
  "name": "Refresh"
1020
- },
1021
- {
1022
- "description": "Signals that a cached entry's data has been modified.",
1023
- "id": "evt_01KXG04F59YV599S886ZN4BA5E",
1024
- "key": "CacheEntryUpdated",
1025
- "name": "CacheEntry updated",
1026
- "payloadSchema": [
1027
- {
1028
- "name": "id",
1029
- "type": "string"
1030
- }
1031
- ],
1032
- "synonyms": "modified, refreshed, changed, updated",
1033
- "tier": "presentation"
1034
- },
1035
- {
1036
- "description": "Indicates a failure to update a cached entry.",
1037
- "id": "evt_01KXG04F59V9CZZME6DBPAT052",
1038
- "key": "CacheEntryUpdateFailed",
1039
- "name": "CacheEntry update failed",
1040
- "payloadSchema": [
1041
- {
1042
- "name": "error",
1043
- "type": "string"
1044
- },
1045
- {
1046
- "name": "code",
1047
- "type": "string"
1048
- }
1049
- ],
1050
- "synonyms": "error, failure, problem, unsuccessful",
1051
- "tier": "internal"
1052
1056
  }
1053
1057
  ],
1054
1058
  "states": [
@@ -1251,6 +1255,46 @@
1251
1255
  "from": "loading",
1252
1256
  "to": "error"
1253
1257
  },
1258
+ {
1259
+ "effects": [
1260
+ [
1261
+ "render-ui",
1262
+ "toast",
1263
+ {
1264
+ "dismissible": true,
1265
+ "message": [
1266
+ "str/concat",
1267
+ "Couldn't update the cache entry — ",
1268
+ "@payload.error"
1269
+ ],
1270
+ "type": "alert",
1271
+ "variant": "error"
1272
+ }
1273
+ ]
1274
+ ],
1275
+ "event": "CacheEntryUpdateFailed",
1276
+ "eventId": "evt_01KXG04F59V9CZZME6DBPAT052",
1277
+ "from": "loading",
1278
+ "to": "loading"
1279
+ },
1280
+ {
1281
+ "effects": [
1282
+ [
1283
+ "fetch",
1284
+ "CacheEntry",
1285
+ {
1286
+ "emit": {
1287
+ "failure": "CacheEntryLoadFailed",
1288
+ "success": "CacheEntryLoaded"
1289
+ }
1290
+ }
1291
+ ]
1292
+ ],
1293
+ "event": "CacheEntryUpdated",
1294
+ "eventId": "evt_01KXG04F59YV599S886ZN4BA5E",
1295
+ "from": "loading",
1296
+ "to": "loading"
1297
+ },
1254
1298
  {
1255
1299
  "effects": [
1256
1300
  [