@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
@@ -118,6 +118,15 @@
118
118
  "parent": "trt_01KXG04HRH1T6RA6R9NY1XQC4J",
119
119
  "renames": []
120
120
  },
121
+ "evt_01M2AG2PZZEZDGXZ1WDC0HN3FV": {
122
+ "bakedName": "CLOSE",
123
+ "curName": "CLOSE",
124
+ "id": "evt_01M2AG2PZZEZDGXZ1WDC0HN3FV",
125
+ "kind": "event",
126
+ "owner": "workspace",
127
+ "parent": "trt_01KXG04HRH1T6RA6R9NY1XQC4J",
128
+ "renames": []
129
+ },
121
130
  "orb_01KXG04HRHG7GH6G42W4QW139F": {
122
131
  "bakedName": "TagTaxonomyOrbital",
123
132
  "curName": "TagTaxonomyOrbital",
@@ -650,6 +659,11 @@
650
659
  "synonyms": "cancel, back",
651
660
  "tier": "internal"
652
661
  },
662
+ {
663
+ "id": "evt_01M2AG2PZZEZDGXZ1WDC0HN3FV",
664
+ "key": "CLOSE",
665
+ "name": "Close"
666
+ },
653
667
  {
654
668
  "description": "A new tag row persisted; the open level refetches to show it.",
655
669
  "id": "evt_01M169QR0DZVZ04SDSQ1PSM3HR",
@@ -1442,6 +1456,48 @@
1442
1456
  "from": "creating",
1443
1457
  "to": "loading"
1444
1458
  },
1459
+ {
1460
+ "effects": [
1461
+ [
1462
+ "render-ui",
1463
+ "modal",
1464
+ null
1465
+ ],
1466
+ [
1467
+ "render-ui",
1468
+ "main",
1469
+ {
1470
+ "align": "center",
1471
+ "children": [
1472
+ {
1473
+ "type": "spinner"
1474
+ },
1475
+ {
1476
+ "color": "muted",
1477
+ "content": "Loading…",
1478
+ "type": "typography",
1479
+ "variant": "caption"
1480
+ }
1481
+ ],
1482
+ "className": "py-12",
1483
+ "direction": "vertical",
1484
+ "gap": "md",
1485
+ "type": "stack"
1486
+ }
1487
+ ],
1488
+ [
1489
+ "emit",
1490
+ "LEVEL_RELOAD",
1491
+ {
1492
+ "tagId": "@entity.id"
1493
+ }
1494
+ ]
1495
+ ],
1496
+ "event": "CLOSE",
1497
+ "eventId": "evt_01M2AG2PZZEZDGXZ1WDC0HN3FV",
1498
+ "from": "creating",
1499
+ "to": "loading"
1500
+ },
1445
1501
  {
1446
1502
  "effects": [
1447
1503
  [
@@ -437,6 +437,10 @@
437
437
  "kind": "render-ui",
438
438
  "resource": "main"
439
439
  },
440
+ {
441
+ "kind": "render-ui",
442
+ "resource": "toast"
443
+ },
440
444
  {
441
445
  "kind": "set",
442
446
  "resource": "@entity.cancelReason"
@@ -1790,6 +1794,79 @@
1790
1794
  "from": "running",
1791
1795
  "to": "cancelled"
1792
1796
  },
1797
+ {
1798
+ "effects": [
1799
+ [
1800
+ "render-ui",
1801
+ "main",
1802
+ {
1803
+ "align": "center",
1804
+ "children": [
1805
+ {
1806
+ "name": "check-circle",
1807
+ "size": "lg",
1808
+ "type": "icon"
1809
+ },
1810
+ {
1811
+ "align": "center",
1812
+ "content": "Complete",
1813
+ "type": "typography",
1814
+ "variant": "h2"
1815
+ },
1816
+ {
1817
+ "align": "center",
1818
+ "color": "muted",
1819
+ "content": "@entity.completionMessage",
1820
+ "type": "typography",
1821
+ "variant": "body"
1822
+ },
1823
+ {
1824
+ "allowNavigation": false,
1825
+ "currentStep": "@entity.totalSteps",
1826
+ "steps": "@entity.wizardSteps",
1827
+ "type": "wizard-progress"
1828
+ },
1829
+ {
1830
+ "action": "RESTART",
1831
+ "icon": "rotate-ccw",
1832
+ "label": "Start a new wizard",
1833
+ "type": "button",
1834
+ "variant": "secondary"
1835
+ }
1836
+ ],
1837
+ "direction": "vertical",
1838
+ "gap": "lg",
1839
+ "type": "stack"
1840
+ }
1841
+ ]
1842
+ ],
1843
+ "event": "WizardSaved",
1844
+ "eventId": "evt_01KXG04HYZC94YTRGQEVS53T5M",
1845
+ "from": "completed",
1846
+ "to": "completed"
1847
+ },
1848
+ {
1849
+ "effects": [
1850
+ [
1851
+ "render-ui",
1852
+ "toast",
1853
+ {
1854
+ "dismissible": true,
1855
+ "message": [
1856
+ "str/concat",
1857
+ "Couldn't save the wizard — ",
1858
+ "@payload.error"
1859
+ ],
1860
+ "type": "alert",
1861
+ "variant": "error"
1862
+ }
1863
+ ]
1864
+ ],
1865
+ "event": "WizardSaveFailed",
1866
+ "eventId": "evt_01KXG04HYZ9CJ2XSJH7A472NNE",
1867
+ "from": "completed",
1868
+ "to": "completed"
1869
+ },
1793
1870
  {
1794
1871
  "effects": [
1795
1872
  [
@@ -118,7 +118,10 @@
118
118
  "1:1",
119
119
  "16:9",
120
120
  "5:7",
121
- "8:1"
121
+ "8:1",
122
+ "4:1",
123
+ "5:3",
124
+ "1:2"
122
125
  ]
123
126
  },
124
127
  "atlas": {
@@ -140,7 +140,10 @@
140
140
  "1:1",
141
141
  "16:9",
142
142
  "5:7",
143
- "8:1"
143
+ "8:1",
144
+ "4:1",
145
+ "5:3",
146
+ "1:2"
144
147
  ]
145
148
  },
146
149
  "atlas": {
@@ -28,6 +28,15 @@
28
28
  "parent": "trt_01KXG04JGEXTHGH6TFDM7MTF2W",
29
29
  "renames": []
30
30
  },
31
+ "evt_01M2A97BRV1BNSJ2YB8W8GP3MF": {
32
+ "bakedName": "CHANGE",
33
+ "curName": "CHANGE",
34
+ "id": "evt_01M2A97BRV1BNSJ2YB8W8GP3MF",
35
+ "kind": "event",
36
+ "owner": "workspace",
37
+ "parent": "trt_01KXG04JGEXTHGH6TFDM7MTF2W",
38
+ "renames": []
39
+ },
31
40
  "orb_01KXG04JGE96272KFF3FYFNX2B": {
32
41
  "bakedName": "CheckboxOrbital",
33
42
  "curName": "CheckboxOrbital",
@@ -64,6 +73,11 @@
64
73
  "name": "id",
65
74
  "required": true,
66
75
  "type": "string"
76
+ },
77
+ {
78
+ "intrinsic": true,
79
+ "name": "checked",
80
+ "type": "boolean"
67
81
  }
68
82
  ],
69
83
  "id": "ent_01KXG04JGEVAZR42EX4689Q31A",
@@ -125,6 +139,10 @@
125
139
  {
126
140
  "kind": "render-ui",
127
141
  "resource": "main"
142
+ },
143
+ {
144
+ "kind": "set",
145
+ "resource": "@entity.checked"
128
146
  }
129
147
  ],
130
148
  "emits": [
@@ -133,12 +151,21 @@
133
151
  "description": "onChange handler or declarative event key for trait dispatch",
134
152
  "event": "@config.onChange",
135
153
  "eventId": "evt_01KXG04JGJ94SZFCQV805BKJ3E",
154
+ "payloadSchema": [
155
+ {
156
+ "name": "checked",
157
+ "required": true,
158
+ "type": "boolean"
159
+ }
160
+ ],
136
161
  "scope": "external",
137
162
  "tier": "essential"
138
163
  }
139
164
  ],
140
165
  "entityContract": {
141
- "provides": [],
166
+ "provides": [
167
+ "checked"
168
+ ],
142
169
  "requires": []
143
170
  },
144
171
  "entityRebindable": true,
@@ -157,11 +184,30 @@
157
184
  "key": "INIT",
158
185
  "name": "Initialize"
159
186
  },
187
+ {
188
+ "id": "evt_01M2A97BRV1BNSJ2YB8W8GP3MF",
189
+ "key": "CHANGE",
190
+ "name": "Change",
191
+ "payloadSchema": [
192
+ {
193
+ "name": "checked",
194
+ "required": true,
195
+ "type": "boolean"
196
+ }
197
+ ]
198
+ },
160
199
  {
161
200
  "description": "onChange handler or declarative event key for trait dispatch",
162
201
  "id": "evt_01KXG04JGJ94SZFCQV805BKJ3E",
163
202
  "key": "@config.onChange",
164
203
  "name": "@config.on change",
204
+ "payloadSchema": [
205
+ {
206
+ "name": "checked",
207
+ "required": true,
208
+ "type": "boolean"
209
+ }
210
+ ],
165
211
  "tier": "essential"
166
212
  }
167
213
  ],
@@ -174,11 +220,16 @@
174
220
  "transitions": [
175
221
  {
176
222
  "effects": [
223
+ [
224
+ "set",
225
+ "@entity.checked",
226
+ "@config.checked"
227
+ ],
177
228
  [
178
229
  "render-ui",
179
230
  "main",
180
231
  {
181
- "checked": "@config.checked",
232
+ "checked": "@entity.checked",
182
233
  "className": "@config.className",
183
234
  "defaultChecked": "@config.defaultChecked",
184
235
  "label": "@config.label",
@@ -191,6 +242,31 @@
191
242
  "eventId": "evt_01KXG04JGFD52GXHCSC5MJPKSG",
192
243
  "from": "idle",
193
244
  "to": "idle"
245
+ },
246
+ {
247
+ "effects": [
248
+ [
249
+ "set",
250
+ "@entity.checked",
251
+ "@payload.checked"
252
+ ],
253
+ [
254
+ "render-ui",
255
+ "main",
256
+ {
257
+ "checked": "@entity.checked",
258
+ "className": "@config.className",
259
+ "defaultChecked": "@config.defaultChecked",
260
+ "label": "@config.label",
261
+ "onChange": "@config.onChange",
262
+ "type": "checkbox"
263
+ }
264
+ ]
265
+ ],
266
+ "event": "CHANGE",
267
+ "eventId": "evt_01M2A97BRV1BNSJ2YB8W8GP3MF",
268
+ "from": "idle",
269
+ "to": "idle"
194
270
  }
195
271
  ]
196
272
  }
@@ -106,7 +106,10 @@
106
106
  "1:1",
107
107
  "16:9",
108
108
  "5:7",
109
- "8:1"
109
+ "8:1",
110
+ "4:1",
111
+ "5:3",
112
+ "1:2"
110
113
  ]
111
114
  },
112
115
  "atlas": {
@@ -257,6 +257,13 @@
257
257
  "description": "onChange handler (native ChangeEvent) or declarative event key for trait dispatch",
258
258
  "event": "@config.onChange",
259
259
  "eventId": "evt_01KXG04KKDRR1N4YMJWF4A704Q",
260
+ "payloadSchema": [
261
+ {
262
+ "name": "value",
263
+ "required": true,
264
+ "type": "string"
265
+ }
266
+ ],
260
267
  "scope": "external",
261
268
  "tier": "essential"
262
269
  },
@@ -265,6 +272,13 @@
265
272
  "description": "Value-based change: a React callback (internal use) OR a declarative event key that emits `{ value }` on the bus (render-ui / lolo authoring). Mirrors the `onChange` handler|event convention so it's an event-emitting prop, not a bare callback.",
266
273
  "event": "@config.onValueChange",
267
274
  "eventId": "evt_01KXG04KKD1SP8GXT0E3KRYAC3",
275
+ "payloadSchema": [
276
+ {
277
+ "name": "value",
278
+ "required": true,
279
+ "type": "string"
280
+ }
281
+ ],
268
282
  "scope": "external",
269
283
  "tier": "essential"
270
284
  }
@@ -308,6 +322,13 @@
308
322
  "id": "evt_01KXG04KKDRR1N4YMJWF4A704Q",
309
323
  "key": "@config.onChange",
310
324
  "name": "@config.on change",
325
+ "payloadSchema": [
326
+ {
327
+ "name": "value",
328
+ "required": true,
329
+ "type": "string"
330
+ }
331
+ ],
311
332
  "tier": "essential"
312
333
  },
313
334
  {
@@ -315,6 +336,13 @@
315
336
  "id": "evt_01KXG04KKD1SP8GXT0E3KRYAC3",
316
337
  "key": "@config.onValueChange",
317
338
  "name": "@config.on value change",
339
+ "payloadSchema": [
340
+ {
341
+ "name": "value",
342
+ "required": true,
343
+ "type": "string"
344
+ }
345
+ ],
318
346
  "tier": "essential"
319
347
  }
320
348
  ],
@@ -157,6 +157,13 @@
157
157
  "description": "onChange handler or declarative event key for trait dispatch",
158
158
  "event": "@config.onChange",
159
159
  "eventId": "evt_01KXG04MCN9JBEBT36429H3N4R",
160
+ "payloadSchema": [
161
+ {
162
+ "name": "value",
163
+ "required": true,
164
+ "type": "string"
165
+ }
166
+ ],
160
167
  "scope": "external",
161
168
  "tier": "essential"
162
169
  }
@@ -193,6 +200,13 @@
193
200
  "id": "evt_01KXG04MCN9JBEBT36429H3N4R",
194
201
  "key": "@config.onChange",
195
202
  "name": "@config.on change",
203
+ "payloadSchema": [
204
+ {
205
+ "name": "value",
206
+ "required": true,
207
+ "type": "string"
208
+ }
209
+ ],
196
210
  "tier": "essential"
197
211
  }
198
212
  ],
@@ -120,34 +120,7 @@
120
120
  "type": "string"
121
121
  },
122
122
  "commands": {
123
- "default": [
124
- {
125
- "action": "INIT",
126
- "disabled": false,
127
- "group": "Group",
128
- "icon": "circle",
129
- "id": "Id",
130
- "keywords": [
131
- "Item",
132
- "Item 2"
133
- ],
134
- "label": "Label",
135
- "shortcut": "Shortcut"
136
- },
137
- {
138
- "action": "INIT",
139
- "disabled": true,
140
- "group": "Group 2",
141
- "icon": "circle",
142
- "id": "Id 2",
143
- "keywords": [
144
- "Item",
145
- "Item 2"
146
- ],
147
- "label": "Label 2",
148
- "shortcut": "Shortcut 2"
149
- }
150
- ],
123
+ "default": [],
151
124
  "description": "Commands listed in the palette, filtered as the user types",
152
125
  "items": {
153
126
  "properties": {
@@ -93,26 +93,7 @@
93
93
  "type": "string"
94
94
  },
95
95
  "items": {
96
- "default": [
97
- {
98
- "action": "INIT",
99
- "active": false,
100
- "disabled": false,
101
- "icon": "circle",
102
- "id": "Id",
103
- "label": "Label",
104
- "testId": "Test Id"
105
- },
106
- {
107
- "action": "INIT",
108
- "active": true,
109
- "disabled": true,
110
- "icon": "circle",
111
- "id": "Id 2",
112
- "label": "Label 2",
113
- "testId": "Test Id 2"
114
- }
115
- ],
96
+ "default": [],
116
97
  "description": "Tool items rendered as icon buttons",
117
98
  "items": {
118
99
  "properties": {
@@ -189,20 +189,7 @@
189
189
  "type": "[ImportPreviewTreeSkippedItem]"
190
190
  },
191
191
  "units": {
192
- "default": [
193
- {
194
- "fields": {},
195
- "parentRef": "Parent Ref",
196
- "ref": "Ref",
197
- "targetEntity": "Target Entity"
198
- },
199
- {
200
- "fields": {},
201
- "parentRef": "Parent Ref 2",
202
- "ref": "Ref 2",
203
- "targetEntity": "Target Entity 2"
204
- }
205
- ],
192
+ "default": [],
206
193
  "description": "Staged units to preview",
207
194
  "items": {
208
195
  "properties": {
@@ -99,30 +99,7 @@
99
99
  "type": "node"
100
100
  },
101
101
  "items": {
102
- "default": [
103
- {
104
- "badge": "Badge",
105
- "disabled": false,
106
- "icon": "circle",
107
- "id": "Id",
108
- "label": "Label",
109
- "subMenu": [],
110
- "title": "Title",
111
- "url": "Url",
112
- "variant": "default"
113
- },
114
- {
115
- "badge": "Badge 2",
116
- "disabled": true,
117
- "icon": "circle",
118
- "id": "Id 2",
119
- "label": "Label 2",
120
- "subMenu": [],
121
- "title": "Title 2",
122
- "url": "Url 2",
123
- "variant": "danger"
124
- }
125
- ],
102
+ "default": [],
126
103
  "description": "Menu items",
127
104
  "items": {
128
105
  "properties": {
@@ -161,7 +161,10 @@
161
161
  "1:1",
162
162
  "16:9",
163
163
  "5:7",
164
- "8:1"
164
+ "8:1",
165
+ "4:1",
166
+ "5:3",
167
+ "1:2"
165
168
  ]
166
169
  },
167
170
  "atlas": {
@@ -330,7 +333,10 @@
330
333
  "1:1",
331
334
  "16:9",
332
335
  "5:7",
333
- "8:1"
336
+ "8:1",
337
+ "4:1",
338
+ "5:3",
339
+ "1:2"
334
340
  ]
335
341
  },
336
342
  "atlas": {
@@ -100,6 +100,15 @@
100
100
  "parent": "trt_01M0S4ZSRVQBN2JT81Y534547C",
101
101
  "renames": []
102
102
  },
103
+ "evt_01M2AFRW87S5CEYPK9E8AGXC69": {
104
+ "bakedName": "CLOSE",
105
+ "curName": "CLOSE",
106
+ "id": "evt_01M2AFRW87S5CEYPK9E8AGXC69",
107
+ "kind": "event",
108
+ "owner": "workspace",
109
+ "parent": "trt_01M0PEDYHY2HA8AFMMAD5883VT",
110
+ "renames": []
111
+ },
103
112
  "orb_01M0PEDYHYEZSSAA4NT93JBSNS": {
104
113
  "bakedName": "TutorialOverlayOrbital",
105
114
  "curName": "TutorialOverlayOrbital",
@@ -495,6 +504,11 @@
495
504
  ],
496
505
  "tier": "essential"
497
506
  },
507
+ {
508
+ "id": "evt_01M2AFRW87S5CEYPK9E8AGXC69",
509
+ "key": "CLOSE",
510
+ "name": "Close"
511
+ },
498
512
  {
499
513
  "description": "The tutorial was finished or skipped; boards unpause or log completion.",
500
514
  "id": "evt_01M0PEDYJ12JJNHT06186T7N11",
@@ -1233,6 +1247,36 @@
1233
1247
  "eventId": "evt_01M0PEDYJ1B3KT6WAQ36ESVPBC",
1234
1248
  "from": "showing",
1235
1249
  "to": "hidden"
1250
+ },
1251
+ {
1252
+ "effects": [
1253
+ [
1254
+ "set",
1255
+ "@entity.done",
1256
+ true
1257
+ ],
1258
+ [
1259
+ "render-ui",
1260
+ "overlay",
1261
+ null
1262
+ ],
1263
+ [
1264
+ "emit",
1265
+ "TUTORIAL_DEMO_STOP",
1266
+ {}
1267
+ ],
1268
+ [
1269
+ "emit",
1270
+ "TUTORIAL_DONE",
1271
+ {
1272
+ "id": "tutorial"
1273
+ }
1274
+ ]
1275
+ ],
1276
+ "event": "CLOSE",
1277
+ "eventId": "evt_01M2AFRW87S5CEYPK9E8AGXC69",
1278
+ "from": "showing",
1279
+ "to": "hidden"
1236
1280
  }
1237
1281
  ]
1238
1282
  },
@@ -206,7 +206,10 @@
206
206
  "1:1",
207
207
  "16:9",
208
208
  "5:7",
209
- "8:1"
209
+ "8:1",
210
+ "4:1",
211
+ "5:3",
212
+ "1:2"
210
213
  ]
211
214
  },
212
215
  "atlas": {
@@ -161,7 +161,10 @@
161
161
  "1:1",
162
162
  "16:9",
163
163
  "5:7",
164
- "8:1"
164
+ "8:1",
165
+ "4:1",
166
+ "5:3",
167
+ "1:2"
165
168
  ]
166
169
  },
167
170
  "atlas": {