@almadar/std 16.94.0 → 16.95.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/game/2d/organisms/ui-builder-board.orb +6 -270
- package/behaviors/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
- package/behaviors/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
- package/behaviors/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
- package/behaviors/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
- package/behaviors/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
- package/behaviors/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
- package/behaviors/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
- package/dist/behaviors/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
- package/dist/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
- package/dist/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
- package/dist/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
- package/dist/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
- package/dist/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
- package/dist/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
- package/dist/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
- package/dist/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
- package/package.json +1 -1
|
@@ -475,55 +475,11 @@
|
|
|
475
475
|
"main",
|
|
476
476
|
{
|
|
477
477
|
"checkEvent": "CHECK",
|
|
478
|
-
"children": [
|
|
479
|
-
{
|
|
480
|
-
"entity": "@entity.lines",
|
|
481
|
-
"fields": [],
|
|
482
|
-
"gap": "sm",
|
|
483
|
-
"renderItem": [
|
|
484
|
-
"fn",
|
|
485
|
-
"it",
|
|
486
|
-
{
|
|
487
|
-
"subtitle": [
|
|
488
|
-
"object/get",
|
|
489
|
-
"it",
|
|
490
|
-
"id"
|
|
491
|
-
],
|
|
492
|
-
"title": [
|
|
493
|
-
"object/get",
|
|
494
|
-
"it",
|
|
495
|
-
"label"
|
|
496
|
-
],
|
|
497
|
-
"type": "card"
|
|
498
|
-
}
|
|
499
|
-
],
|
|
500
|
-
"type": "data-list"
|
|
501
|
-
}
|
|
502
|
-
],
|
|
503
478
|
"completeEvent": "COMPLETE",
|
|
504
479
|
"entity": "@entity",
|
|
505
|
-
"hud": {
|
|
506
|
-
"children": [
|
|
507
|
-
{
|
|
508
|
-
"action": "CHECK",
|
|
509
|
-
"label": "Check",
|
|
510
|
-
"type": "button",
|
|
511
|
-
"variant": "primary"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"action": "PLAY_AGAIN",
|
|
515
|
-
"label": "Reset",
|
|
516
|
-
"type": "button",
|
|
517
|
-
"variant": "ghost"
|
|
518
|
-
}
|
|
519
|
-
],
|
|
520
|
-
"direction": "horizontal",
|
|
521
|
-
"gap": "sm",
|
|
522
|
-
"type": "stack"
|
|
523
|
-
},
|
|
524
480
|
"playAgainEvent": "PLAY_AGAIN",
|
|
525
481
|
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
526
|
-
"type": "
|
|
482
|
+
"type": "debugger-board"
|
|
527
483
|
}
|
|
528
484
|
]
|
|
529
485
|
],
|
|
@@ -568,55 +524,11 @@
|
|
|
568
524
|
"main",
|
|
569
525
|
{
|
|
570
526
|
"checkEvent": "CHECK",
|
|
571
|
-
"children": [
|
|
572
|
-
{
|
|
573
|
-
"entity": "@entity.lines",
|
|
574
|
-
"fields": [],
|
|
575
|
-
"gap": "sm",
|
|
576
|
-
"renderItem": [
|
|
577
|
-
"fn",
|
|
578
|
-
"it",
|
|
579
|
-
{
|
|
580
|
-
"subtitle": [
|
|
581
|
-
"object/get",
|
|
582
|
-
"it",
|
|
583
|
-
"id"
|
|
584
|
-
],
|
|
585
|
-
"title": [
|
|
586
|
-
"object/get",
|
|
587
|
-
"it",
|
|
588
|
-
"label"
|
|
589
|
-
],
|
|
590
|
-
"type": "card"
|
|
591
|
-
}
|
|
592
|
-
],
|
|
593
|
-
"type": "data-list"
|
|
594
|
-
}
|
|
595
|
-
],
|
|
596
527
|
"completeEvent": "COMPLETE",
|
|
597
528
|
"entity": "@entity",
|
|
598
|
-
"hud": {
|
|
599
|
-
"children": [
|
|
600
|
-
{
|
|
601
|
-
"action": "CHECK",
|
|
602
|
-
"label": "Check",
|
|
603
|
-
"type": "button",
|
|
604
|
-
"variant": "primary"
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"action": "PLAY_AGAIN",
|
|
608
|
-
"label": "Reset",
|
|
609
|
-
"type": "button",
|
|
610
|
-
"variant": "ghost"
|
|
611
|
-
}
|
|
612
|
-
],
|
|
613
|
-
"direction": "horizontal",
|
|
614
|
-
"gap": "sm",
|
|
615
|
-
"type": "stack"
|
|
616
|
-
},
|
|
617
529
|
"playAgainEvent": "PLAY_AGAIN",
|
|
618
530
|
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
619
|
-
"type": "
|
|
531
|
+
"type": "debugger-board"
|
|
620
532
|
}
|
|
621
533
|
]
|
|
622
534
|
],
|
|
@@ -670,55 +582,11 @@
|
|
|
670
582
|
"main",
|
|
671
583
|
{
|
|
672
584
|
"checkEvent": "CHECK",
|
|
673
|
-
"children": [
|
|
674
|
-
{
|
|
675
|
-
"entity": "@entity.lines",
|
|
676
|
-
"fields": [],
|
|
677
|
-
"gap": "sm",
|
|
678
|
-
"renderItem": [
|
|
679
|
-
"fn",
|
|
680
|
-
"it",
|
|
681
|
-
{
|
|
682
|
-
"subtitle": [
|
|
683
|
-
"object/get",
|
|
684
|
-
"it",
|
|
685
|
-
"id"
|
|
686
|
-
],
|
|
687
|
-
"title": [
|
|
688
|
-
"object/get",
|
|
689
|
-
"it",
|
|
690
|
-
"label"
|
|
691
|
-
],
|
|
692
|
-
"type": "card"
|
|
693
|
-
}
|
|
694
|
-
],
|
|
695
|
-
"type": "data-list"
|
|
696
|
-
}
|
|
697
|
-
],
|
|
698
585
|
"completeEvent": "COMPLETE",
|
|
699
586
|
"entity": "@entity",
|
|
700
|
-
"hud": {
|
|
701
|
-
"children": [
|
|
702
|
-
{
|
|
703
|
-
"action": "CHECK",
|
|
704
|
-
"label": "Check",
|
|
705
|
-
"type": "button",
|
|
706
|
-
"variant": "primary"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"action": "PLAY_AGAIN",
|
|
710
|
-
"label": "Reset",
|
|
711
|
-
"type": "button",
|
|
712
|
-
"variant": "ghost"
|
|
713
|
-
}
|
|
714
|
-
],
|
|
715
|
-
"direction": "horizontal",
|
|
716
|
-
"gap": "sm",
|
|
717
|
-
"type": "stack"
|
|
718
|
-
},
|
|
719
587
|
"playAgainEvent": "PLAY_AGAIN",
|
|
720
588
|
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
721
|
-
"type": "
|
|
589
|
+
"type": "debugger-board"
|
|
722
590
|
}
|
|
723
591
|
]
|
|
724
592
|
],
|
|
@@ -747,55 +615,11 @@
|
|
|
747
615
|
"main",
|
|
748
616
|
{
|
|
749
617
|
"checkEvent": "CHECK",
|
|
750
|
-
"children": [
|
|
751
|
-
{
|
|
752
|
-
"entity": "@entity.lines",
|
|
753
|
-
"fields": [],
|
|
754
|
-
"gap": "sm",
|
|
755
|
-
"renderItem": [
|
|
756
|
-
"fn",
|
|
757
|
-
"it",
|
|
758
|
-
{
|
|
759
|
-
"subtitle": [
|
|
760
|
-
"object/get",
|
|
761
|
-
"it",
|
|
762
|
-
"id"
|
|
763
|
-
],
|
|
764
|
-
"title": [
|
|
765
|
-
"object/get",
|
|
766
|
-
"it",
|
|
767
|
-
"label"
|
|
768
|
-
],
|
|
769
|
-
"type": "card"
|
|
770
|
-
}
|
|
771
|
-
],
|
|
772
|
-
"type": "data-list"
|
|
773
|
-
}
|
|
774
|
-
],
|
|
775
618
|
"completeEvent": "COMPLETE",
|
|
776
619
|
"entity": "@entity",
|
|
777
|
-
"hud": {
|
|
778
|
-
"children": [
|
|
779
|
-
{
|
|
780
|
-
"action": "CHECK",
|
|
781
|
-
"label": "Check",
|
|
782
|
-
"type": "button",
|
|
783
|
-
"variant": "primary"
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
"action": "PLAY_AGAIN",
|
|
787
|
-
"label": "Reset",
|
|
788
|
-
"type": "button",
|
|
789
|
-
"variant": "ghost"
|
|
790
|
-
}
|
|
791
|
-
],
|
|
792
|
-
"direction": "horizontal",
|
|
793
|
-
"gap": "sm",
|
|
794
|
-
"type": "stack"
|
|
795
|
-
},
|
|
796
620
|
"playAgainEvent": "PLAY_AGAIN",
|
|
797
621
|
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
798
|
-
"type": "
|
|
622
|
+
"type": "debugger-board"
|
|
799
623
|
}
|
|
800
624
|
]
|
|
801
625
|
],
|
|
@@ -884,55 +708,11 @@
|
|
|
884
708
|
"main",
|
|
885
709
|
{
|
|
886
710
|
"checkEvent": "CHECK",
|
|
887
|
-
"children": [
|
|
888
|
-
{
|
|
889
|
-
"entity": "@entity.lines",
|
|
890
|
-
"fields": [],
|
|
891
|
-
"gap": "sm",
|
|
892
|
-
"renderItem": [
|
|
893
|
-
"fn",
|
|
894
|
-
"it",
|
|
895
|
-
{
|
|
896
|
-
"subtitle": [
|
|
897
|
-
"object/get",
|
|
898
|
-
"it",
|
|
899
|
-
"id"
|
|
900
|
-
],
|
|
901
|
-
"title": [
|
|
902
|
-
"object/get",
|
|
903
|
-
"it",
|
|
904
|
-
"label"
|
|
905
|
-
],
|
|
906
|
-
"type": "card"
|
|
907
|
-
}
|
|
908
|
-
],
|
|
909
|
-
"type": "data-list"
|
|
910
|
-
}
|
|
911
|
-
],
|
|
912
711
|
"completeEvent": "COMPLETE",
|
|
913
712
|
"entity": "@entity",
|
|
914
|
-
"hud": {
|
|
915
|
-
"children": [
|
|
916
|
-
{
|
|
917
|
-
"action": "CHECK",
|
|
918
|
-
"label": "Check",
|
|
919
|
-
"type": "button",
|
|
920
|
-
"variant": "primary"
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"action": "PLAY_AGAIN",
|
|
924
|
-
"label": "Reset",
|
|
925
|
-
"type": "button",
|
|
926
|
-
"variant": "ghost"
|
|
927
|
-
}
|
|
928
|
-
],
|
|
929
|
-
"direction": "horizontal",
|
|
930
|
-
"gap": "sm",
|
|
931
|
-
"type": "stack"
|
|
932
|
-
},
|
|
933
713
|
"playAgainEvent": "PLAY_AGAIN",
|
|
934
714
|
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
935
|
-
"type": "
|
|
715
|
+
"type": "debugger-board"
|
|
936
716
|
}
|
|
937
717
|
]
|
|
938
718
|
],
|
|
@@ -1042,55 +822,11 @@
|
|
|
1042
822
|
"main",
|
|
1043
823
|
{
|
|
1044
824
|
"checkEvent": "CHECK",
|
|
1045
|
-
"children": [
|
|
1046
|
-
{
|
|
1047
|
-
"entity": "@entity.lines",
|
|
1048
|
-
"fields": [],
|
|
1049
|
-
"gap": "sm",
|
|
1050
|
-
"renderItem": [
|
|
1051
|
-
"fn",
|
|
1052
|
-
"it",
|
|
1053
|
-
{
|
|
1054
|
-
"subtitle": [
|
|
1055
|
-
"object/get",
|
|
1056
|
-
"it",
|
|
1057
|
-
"id"
|
|
1058
|
-
],
|
|
1059
|
-
"title": [
|
|
1060
|
-
"object/get",
|
|
1061
|
-
"it",
|
|
1062
|
-
"label"
|
|
1063
|
-
],
|
|
1064
|
-
"type": "card"
|
|
1065
|
-
}
|
|
1066
|
-
],
|
|
1067
|
-
"type": "data-list"
|
|
1068
|
-
}
|
|
1069
|
-
],
|
|
1070
825
|
"completeEvent": "COMPLETE",
|
|
1071
826
|
"entity": "@entity",
|
|
1072
|
-
"hud": {
|
|
1073
|
-
"children": [
|
|
1074
|
-
{
|
|
1075
|
-
"action": "CHECK",
|
|
1076
|
-
"label": "Check",
|
|
1077
|
-
"type": "button",
|
|
1078
|
-
"variant": "primary"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"action": "PLAY_AGAIN",
|
|
1082
|
-
"label": "Reset",
|
|
1083
|
-
"type": "button",
|
|
1084
|
-
"variant": "ghost"
|
|
1085
|
-
}
|
|
1086
|
-
],
|
|
1087
|
-
"direction": "horizontal",
|
|
1088
|
-
"gap": "sm",
|
|
1089
|
-
"type": "stack"
|
|
1090
|
-
},
|
|
1091
827
|
"playAgainEvent": "PLAY_AGAIN",
|
|
1092
828
|
"toggleFlagEvent": "TOGGLE_FLAG",
|
|
1093
|
-
"type": "
|
|
829
|
+
"type": "debugger-board"
|
|
1094
830
|
}
|
|
1095
831
|
]
|
|
1096
832
|
],
|