@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.
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -0
- package/behaviors/lolo/infra/atoms/std-cache-aside.lolo +6 -0
- package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +3 -0
- package/behaviors/lolo/infra/atoms/std-cascade-on-delete.lolo +1 -0
- package/behaviors/lolo/infra/atoms/std-circuit-breaker.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +3 -0
- package/behaviors/lolo/infra/atoms/std-lifecycle.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +12 -0
- package/behaviors/lolo/infra/atoms/std-mod-queue.lolo +1 -0
- package/behaviors/lolo/infra/atoms/std-notification-center.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +5 -0
- package/behaviors/lolo/infra/atoms/std-reminder-scheduler.lolo +2 -0
- package/behaviors/lolo/infra/atoms/std-status-lifecycle.lolo +1 -0
- package/behaviors/lolo/ml/atoms/std-ml-classify.lolo +1 -0
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +1 -0
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +6 -0
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +6 -1
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +6 -1
- package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +2 -0
- package/behaviors/lolo/ui/core/atoms/std-gallery.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-list.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-selection.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-tag-strip.lolo +1 -0
- package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +16 -0
- package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +36 -0
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-button.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-checkbox.lolo +22 -2
- package/behaviors/lolo/ui/core/atoms/ui-game-icon.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-select.lolo +6 -2
- package/behaviors/lolo/ui/core/atoms/ui-textarea.lolo +3 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-import-preview-tree.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-menu.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-tabs.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-tutorial-overlay.lolo +6 -0
- package/behaviors/lolo/ui/game/atoms/ui-action-palette.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-choice-button.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-control-button.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-control-grid.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-dialogue-bubble.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-fx-layer.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-skinned-mesh.lolo +7 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-audio-toggle.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +5 -5
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-health-bar.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-score-display.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-sequence-bar.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-trait-slot.lolo +4 -4
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +56 -18
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +76 -32
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +46 -0
- package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +20 -0
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +40 -14
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +41 -15
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +52 -0
- package/behaviors/registry/infra/atoms/std-lifecycle.orb +36 -0
- package/behaviors/registry/infra/atoms/std-migration-job.orb +108 -0
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +20 -0
- package/behaviors/registry/infra/atoms/std-notification-center.orb +32 -0
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +70 -0
- package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +36 -0
- package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +20 -0
- package/behaviors/registry/ml/atoms/std-ml-classify.orb +18 -0
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +18 -0
- package/behaviors/registry/ui/core/atoms/std-board.orb +58 -0
- package/behaviors/registry/ui/core/atoms/std-browse.orb +9 -1
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +9 -1
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-list.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-selection.orb +35 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +20 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +56 -0
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +77 -0
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +4 -1
- package/behaviors/registry/ui/core/atoms/ui-button.orb +4 -1
- package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +78 -2
- package/behaviors/registry/ui/core/atoms/ui-game-icon.orb +4 -1
- package/behaviors/registry/ui/core/atoms/ui-select.orb +28 -0
- package/behaviors/registry/ui/core/atoms/ui-textarea.orb +14 -0
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +1 -28
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +1 -20
- package/behaviors/registry/ui/core/molecules/ui-import-preview-tree.orb +1 -14
- package/behaviors/registry/ui/core/molecules/ui-menu.orb +1 -24
- package/behaviors/registry/ui/core/molecules/ui-tabs.orb +8 -2
- package/behaviors/registry/ui/game/atoms/std-tutorial-overlay.orb +44 -0
- package/behaviors/registry/ui/game/atoms/ui-action-palette.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-choice-button.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-control-button.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-control-grid.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-dialogue-bubble.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-fx-layer.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-skinned-mesh.orb +12 -2
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-game-audio-toggle.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +20 -5
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-health-bar.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-score-display.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-sequence-bar.orb +4 -1
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +8 -2
- package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +8 -2
- package/dist/behaviors/exports-reader.js +1187 -277
- package/dist/behaviors/functions/index.d.ts +38 -7
- package/dist/behaviors/functions/index.js +1187 -277
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +1187 -277
- package/dist/behaviors/query.js +1187 -277
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +15 -15
- package/dist/behaviors-registry.json +535 -182
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1187 -277
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +2 -2
|
@@ -129,7 +129,10 @@
|
|
|
129
129
|
"1:1",
|
|
130
130
|
"16:9",
|
|
131
131
|
"5:7",
|
|
132
|
-
"8:1"
|
|
132
|
+
"8:1",
|
|
133
|
+
"4:1",
|
|
134
|
+
"5:3",
|
|
135
|
+
"1:2"
|
|
133
136
|
]
|
|
134
137
|
},
|
|
135
138
|
"atlas": {
|
|
@@ -265,7 +268,10 @@
|
|
|
265
268
|
"1:1",
|
|
266
269
|
"16:9",
|
|
267
270
|
"5:7",
|
|
268
|
-
"8:1"
|
|
271
|
+
"8:1",
|
|
272
|
+
"4:1",
|
|
273
|
+
"5:3",
|
|
274
|
+
"1:2"
|
|
269
275
|
]
|
|
270
276
|
},
|
|
271
277
|
"atlas": {
|
|
@@ -100,7 +100,10 @@
|
|
|
100
100
|
"1:1",
|
|
101
101
|
"16:9",
|
|
102
102
|
"5:7",
|
|
103
|
-
"8:1"
|
|
103
|
+
"8:1",
|
|
104
|
+
"4:1",
|
|
105
|
+
"5:3",
|
|
106
|
+
"1:2"
|
|
104
107
|
]
|
|
105
108
|
},
|
|
106
109
|
"atlas": {
|
|
@@ -195,7 +198,7 @@
|
|
|
195
198
|
]
|
|
196
199
|
}
|
|
197
200
|
],
|
|
198
|
-
"description": "The skeleton (bind pose; FK chain via `parent` names).",
|
|
201
|
+
"description": "The skeleton (bind pose; FK chain via `parent` names). Falls back to the rigbundle's `bones` when empty.",
|
|
199
202
|
"items": {
|
|
200
203
|
"properties": {
|
|
201
204
|
"name": {
|
|
@@ -250,6 +253,12 @@
|
|
|
250
253
|
"tier": "presentation",
|
|
251
254
|
"type": "DrawSkinnedMeshClip"
|
|
252
255
|
},
|
|
256
|
+
"clipName": {
|
|
257
|
+
"description": "Named clip inside the rigbundle at `meshUrl` (`clips[clipName].frames`); used when `clip` is absent. Empty/unknown = no clip.",
|
|
258
|
+
"label": "Clip Name",
|
|
259
|
+
"tier": "presentation",
|
|
260
|
+
"type": "string"
|
|
261
|
+
},
|
|
253
262
|
"frame": {
|
|
254
263
|
"description": "Clip frame counter (host-driven paint clock frame).",
|
|
255
264
|
"label": "Frame",
|
|
@@ -445,6 +454,7 @@
|
|
|
445
454
|
"asset": "@config.asset",
|
|
446
455
|
"bones": "@config.bones",
|
|
447
456
|
"clip": "@config.clip",
|
|
457
|
+
"clipName": "@config.clipName",
|
|
448
458
|
"frame": "@config.frame",
|
|
449
459
|
"ghost": "@config.ghost",
|
|
450
460
|
"mesh": "@config.mesh",
|
|
@@ -149,7 +149,10 @@
|
|
|
149
149
|
"1:1",
|
|
150
150
|
"16:9",
|
|
151
151
|
"5:7",
|
|
152
|
-
"8:1"
|
|
152
|
+
"8:1",
|
|
153
|
+
"4:1",
|
|
154
|
+
"5:3",
|
|
155
|
+
"1:2"
|
|
153
156
|
]
|
|
154
157
|
},
|
|
155
158
|
"atlas": {
|
|
@@ -237,7 +240,10 @@
|
|
|
237
240
|
"1:1",
|
|
238
241
|
"16:9",
|
|
239
242
|
"5:7",
|
|
240
|
-
"8:1"
|
|
243
|
+
"8:1",
|
|
244
|
+
"4:1",
|
|
245
|
+
"5:3",
|
|
246
|
+
"1:2"
|
|
241
247
|
]
|
|
242
248
|
},
|
|
243
249
|
"atlas": {
|
|
@@ -110,7 +110,10 @@
|
|
|
110
110
|
"1:1",
|
|
111
111
|
"16:9",
|
|
112
112
|
"5:7",
|
|
113
|
-
"8:1"
|
|
113
|
+
"8:1",
|
|
114
|
+
"4:1",
|
|
115
|
+
"5:3",
|
|
116
|
+
"1:2"
|
|
114
117
|
]
|
|
115
118
|
},
|
|
116
119
|
"atlas": {
|
|
@@ -249,7 +252,10 @@
|
|
|
249
252
|
"1:1",
|
|
250
253
|
"16:9",
|
|
251
254
|
"5:7",
|
|
252
|
-
"8:1"
|
|
255
|
+
"8:1",
|
|
256
|
+
"4:1",
|
|
257
|
+
"5:3",
|
|
258
|
+
"1:2"
|
|
253
259
|
]
|
|
254
260
|
},
|
|
255
261
|
"atlas": {
|
|
@@ -356,7 +362,10 @@
|
|
|
356
362
|
"1:1",
|
|
357
363
|
"16:9",
|
|
358
364
|
"5:7",
|
|
359
|
-
"8:1"
|
|
365
|
+
"8:1",
|
|
366
|
+
"4:1",
|
|
367
|
+
"5:3",
|
|
368
|
+
"1:2"
|
|
360
369
|
]
|
|
361
370
|
},
|
|
362
371
|
"atlas": {
|
|
@@ -498,7 +507,10 @@
|
|
|
498
507
|
"1:1",
|
|
499
508
|
"16:9",
|
|
500
509
|
"5:7",
|
|
501
|
-
"8:1"
|
|
510
|
+
"8:1",
|
|
511
|
+
"4:1",
|
|
512
|
+
"5:3",
|
|
513
|
+
"1:2"
|
|
502
514
|
]
|
|
503
515
|
},
|
|
504
516
|
"atlas": {
|
|
@@ -605,7 +617,10 @@
|
|
|
605
617
|
"1:1",
|
|
606
618
|
"16:9",
|
|
607
619
|
"5:7",
|
|
608
|
-
"8:1"
|
|
620
|
+
"8:1",
|
|
621
|
+
"4:1",
|
|
622
|
+
"5:3",
|
|
623
|
+
"1:2"
|
|
609
624
|
]
|
|
610
625
|
},
|
|
611
626
|
"atlas": {
|
|
@@ -120,7 +120,10 @@
|
|
|
120
120
|
"1:1",
|
|
121
121
|
"16:9",
|
|
122
122
|
"5:7",
|
|
123
|
-
"8:1"
|
|
123
|
+
"8:1",
|
|
124
|
+
"4:1",
|
|
125
|
+
"5:3",
|
|
126
|
+
"1:2"
|
|
124
127
|
]
|
|
125
128
|
},
|
|
126
129
|
"atlas": {
|
|
@@ -221,7 +224,10 @@
|
|
|
221
224
|
"1:1",
|
|
222
225
|
"16:9",
|
|
223
226
|
"5:7",
|
|
224
|
-
"8:1"
|
|
227
|
+
"8:1",
|
|
228
|
+
"4:1",
|
|
229
|
+
"5:3",
|
|
230
|
+
"1:2"
|
|
225
231
|
]
|
|
226
232
|
},
|
|
227
233
|
"atlas": {
|
|
@@ -100,7 +100,10 @@
|
|
|
100
100
|
"1:1",
|
|
101
101
|
"16:9",
|
|
102
102
|
"5:7",
|
|
103
|
-
"8:1"
|
|
103
|
+
"8:1",
|
|
104
|
+
"4:1",
|
|
105
|
+
"5:3",
|
|
106
|
+
"1:2"
|
|
104
107
|
]
|
|
105
108
|
},
|
|
106
109
|
"atlas": {
|
|
@@ -213,7 +216,10 @@
|
|
|
213
216
|
"1:1",
|
|
214
217
|
"16:9",
|
|
215
218
|
"5:7",
|
|
216
|
-
"8:1"
|
|
219
|
+
"8:1",
|
|
220
|
+
"4:1",
|
|
221
|
+
"5:3",
|
|
222
|
+
"1:2"
|
|
217
223
|
]
|
|
218
224
|
},
|
|
219
225
|
"atlas": {
|
|
@@ -228,7 +228,10 @@
|
|
|
228
228
|
"1:1",
|
|
229
229
|
"16:9",
|
|
230
230
|
"5:7",
|
|
231
|
-
"8:1"
|
|
231
|
+
"8:1",
|
|
232
|
+
"4:1",
|
|
233
|
+
"5:3",
|
|
234
|
+
"1:2"
|
|
232
235
|
]
|
|
233
236
|
},
|
|
234
237
|
"atlas": {
|
|
@@ -516,7 +519,10 @@
|
|
|
516
519
|
"1:1",
|
|
517
520
|
"16:9",
|
|
518
521
|
"5:7",
|
|
519
|
-
"8:1"
|
|
522
|
+
"8:1",
|
|
523
|
+
"4:1",
|
|
524
|
+
"5:3",
|
|
525
|
+
"1:2"
|
|
520
526
|
]
|
|
521
527
|
},
|
|
522
528
|
"atlas": {
|