@almadar/std 3.1.4 → 3.2.1
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/exports/atoms/std-game-canvas2d.orb +120 -12
- package/behaviors/exports/organisms/std-arcade-game.orb +120 -12
- package/behaviors/exports/validation-report.json +289 -517
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +120 -12
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +120 -12
- package/dist/behaviors/exports/validation-report.json +289 -517
- package/dist/behaviors/functions/index.js +26 -5
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +26 -5
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +120 -12
- package/dist/exports/organisms/std-arcade-game.orb +120 -12
- package/dist/exports/validation-report.json +289 -517
- package/dist/index.js +26 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
|
@@ -77,10 +77,48 @@
|
|
|
77
77
|
"render-ui",
|
|
78
78
|
"main",
|
|
79
79
|
{
|
|
80
|
-
"type": "
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
80
|
+
"type": "stack",
|
|
81
|
+
"direction": "vertical",
|
|
82
|
+
"gap": "md",
|
|
83
|
+
"children": [
|
|
84
|
+
{
|
|
85
|
+
"type": "stack",
|
|
86
|
+
"direction": "horizontal",
|
|
87
|
+
"gap": "sm",
|
|
88
|
+
"align": "center",
|
|
89
|
+
"children": [
|
|
90
|
+
{
|
|
91
|
+
"type": "icon",
|
|
92
|
+
"name": "monitor",
|
|
93
|
+
"size": "md"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"type": "typography",
|
|
97
|
+
"content": "GameCanvas2d Canvas",
|
|
98
|
+
"variant": "h3"
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"type": "typography",
|
|
104
|
+
"content": "800x600 @ 60fps",
|
|
105
|
+
"variant": "caption",
|
|
106
|
+
"color": "muted"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"type": "game-canvas2-d",
|
|
110
|
+
"width": 800,
|
|
111
|
+
"height": 600,
|
|
112
|
+
"fps": 60
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "button",
|
|
116
|
+
"label": "Start",
|
|
117
|
+
"event": "START",
|
|
118
|
+
"variant": "primary",
|
|
119
|
+
"icon": "play"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
84
122
|
}
|
|
85
123
|
]
|
|
86
124
|
]
|
|
@@ -94,10 +132,42 @@
|
|
|
94
132
|
"render-ui",
|
|
95
133
|
"main",
|
|
96
134
|
{
|
|
97
|
-
"type": "
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
135
|
+
"type": "stack",
|
|
136
|
+
"direction": "vertical",
|
|
137
|
+
"gap": "md",
|
|
138
|
+
"children": [
|
|
139
|
+
{
|
|
140
|
+
"type": "stack",
|
|
141
|
+
"direction": "horizontal",
|
|
142
|
+
"gap": "sm",
|
|
143
|
+
"align": "center",
|
|
144
|
+
"children": [
|
|
145
|
+
{
|
|
146
|
+
"type": "icon",
|
|
147
|
+
"name": "monitor",
|
|
148
|
+
"size": "md"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"type": "typography",
|
|
152
|
+
"content": "GameCanvas2d Canvas",
|
|
153
|
+
"variant": "h3"
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"type": "game-canvas2-d",
|
|
159
|
+
"width": 800,
|
|
160
|
+
"height": 600,
|
|
161
|
+
"fps": 60
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"type": "button",
|
|
165
|
+
"label": "Stop",
|
|
166
|
+
"event": "STOP",
|
|
167
|
+
"variant": "ghost",
|
|
168
|
+
"icon": "square"
|
|
169
|
+
}
|
|
170
|
+
]
|
|
101
171
|
}
|
|
102
172
|
]
|
|
103
173
|
]
|
|
@@ -117,10 +187,48 @@
|
|
|
117
187
|
"render-ui",
|
|
118
188
|
"main",
|
|
119
189
|
{
|
|
120
|
-
"type": "
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
190
|
+
"type": "stack",
|
|
191
|
+
"direction": "vertical",
|
|
192
|
+
"gap": "md",
|
|
193
|
+
"children": [
|
|
194
|
+
{
|
|
195
|
+
"type": "stack",
|
|
196
|
+
"direction": "horizontal",
|
|
197
|
+
"gap": "sm",
|
|
198
|
+
"align": "center",
|
|
199
|
+
"children": [
|
|
200
|
+
{
|
|
201
|
+
"type": "icon",
|
|
202
|
+
"name": "monitor",
|
|
203
|
+
"size": "md"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"type": "typography",
|
|
207
|
+
"content": "GameCanvas2d Canvas",
|
|
208
|
+
"variant": "h3"
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"type": "typography",
|
|
214
|
+
"content": "800x600 @ 60fps",
|
|
215
|
+
"variant": "caption",
|
|
216
|
+
"color": "muted"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"type": "game-canvas2-d",
|
|
220
|
+
"width": 800,
|
|
221
|
+
"height": 600,
|
|
222
|
+
"fps": 60
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"type": "button",
|
|
226
|
+
"label": "Start",
|
|
227
|
+
"event": "START",
|
|
228
|
+
"variant": "primary",
|
|
229
|
+
"icon": "play"
|
|
230
|
+
}
|
|
231
|
+
]
|
|
124
232
|
}
|
|
125
233
|
]
|
|
126
234
|
]
|
|
@@ -390,10 +390,48 @@
|
|
|
390
390
|
"render-ui",
|
|
391
391
|
"main",
|
|
392
392
|
{
|
|
393
|
-
"type": "
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
393
|
+
"type": "stack",
|
|
394
|
+
"direction": "vertical",
|
|
395
|
+
"gap": "md",
|
|
396
|
+
"children": [
|
|
397
|
+
{
|
|
398
|
+
"type": "stack",
|
|
399
|
+
"direction": "horizontal",
|
|
400
|
+
"gap": "sm",
|
|
401
|
+
"align": "center",
|
|
402
|
+
"children": [
|
|
403
|
+
{
|
|
404
|
+
"type": "icon",
|
|
405
|
+
"name": "monitor",
|
|
406
|
+
"size": "md"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"type": "typography",
|
|
410
|
+
"content": "ArcadeCanvas Canvas",
|
|
411
|
+
"variant": "h3"
|
|
412
|
+
}
|
|
413
|
+
]
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"type": "typography",
|
|
417
|
+
"content": "800x600 @ 60fps",
|
|
418
|
+
"variant": "caption",
|
|
419
|
+
"color": "muted"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"type": "game-canvas2-d",
|
|
423
|
+
"width": 800,
|
|
424
|
+
"height": 600,
|
|
425
|
+
"fps": 60
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"type": "button",
|
|
429
|
+
"label": "Start",
|
|
430
|
+
"event": "START",
|
|
431
|
+
"variant": "primary",
|
|
432
|
+
"icon": "play"
|
|
433
|
+
}
|
|
434
|
+
]
|
|
397
435
|
}
|
|
398
436
|
]
|
|
399
437
|
]
|
|
@@ -407,10 +445,42 @@
|
|
|
407
445
|
"render-ui",
|
|
408
446
|
"main",
|
|
409
447
|
{
|
|
410
|
-
"type": "
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
448
|
+
"type": "stack",
|
|
449
|
+
"direction": "vertical",
|
|
450
|
+
"gap": "md",
|
|
451
|
+
"children": [
|
|
452
|
+
{
|
|
453
|
+
"type": "stack",
|
|
454
|
+
"direction": "horizontal",
|
|
455
|
+
"gap": "sm",
|
|
456
|
+
"align": "center",
|
|
457
|
+
"children": [
|
|
458
|
+
{
|
|
459
|
+
"type": "icon",
|
|
460
|
+
"name": "monitor",
|
|
461
|
+
"size": "md"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"type": "typography",
|
|
465
|
+
"content": "ArcadeCanvas Canvas",
|
|
466
|
+
"variant": "h3"
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"type": "game-canvas2-d",
|
|
472
|
+
"width": 800,
|
|
473
|
+
"height": 600,
|
|
474
|
+
"fps": 60
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"type": "button",
|
|
478
|
+
"label": "Stop",
|
|
479
|
+
"event": "STOP",
|
|
480
|
+
"variant": "ghost",
|
|
481
|
+
"icon": "square"
|
|
482
|
+
}
|
|
483
|
+
]
|
|
414
484
|
}
|
|
415
485
|
]
|
|
416
486
|
]
|
|
@@ -430,10 +500,48 @@
|
|
|
430
500
|
"render-ui",
|
|
431
501
|
"main",
|
|
432
502
|
{
|
|
433
|
-
"type": "
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
"
|
|
503
|
+
"type": "stack",
|
|
504
|
+
"direction": "vertical",
|
|
505
|
+
"gap": "md",
|
|
506
|
+
"children": [
|
|
507
|
+
{
|
|
508
|
+
"type": "stack",
|
|
509
|
+
"direction": "horizontal",
|
|
510
|
+
"gap": "sm",
|
|
511
|
+
"align": "center",
|
|
512
|
+
"children": [
|
|
513
|
+
{
|
|
514
|
+
"type": "icon",
|
|
515
|
+
"name": "monitor",
|
|
516
|
+
"size": "md"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"type": "typography",
|
|
520
|
+
"content": "ArcadeCanvas Canvas",
|
|
521
|
+
"variant": "h3"
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"type": "typography",
|
|
527
|
+
"content": "800x600 @ 60fps",
|
|
528
|
+
"variant": "caption",
|
|
529
|
+
"color": "muted"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"type": "game-canvas2-d",
|
|
533
|
+
"width": 800,
|
|
534
|
+
"height": 600,
|
|
535
|
+
"fps": 60
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"type": "button",
|
|
539
|
+
"label": "Start",
|
|
540
|
+
"event": "START",
|
|
541
|
+
"variant": "primary",
|
|
542
|
+
"icon": "play"
|
|
543
|
+
}
|
|
544
|
+
]
|
|
437
545
|
}
|
|
438
546
|
]
|
|
439
547
|
]
|