@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.
Files changed (25) hide show
  1. package/behaviors/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
  2. package/behaviors/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
  3. package/behaviors/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
  4. package/behaviors/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
  5. package/behaviors/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
  6. package/behaviors/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
  7. package/behaviors/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
  8. package/behaviors/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
  9. package/dist/behaviors/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
  10. package/dist/behaviors/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
  11. package/dist/behaviors/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
  12. package/dist/behaviors/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
  13. package/dist/behaviors/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
  14. package/dist/behaviors/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
  15. package/dist/behaviors/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
  16. package/dist/behaviors/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
  17. package/dist/registry/ui/game/2d/organisms/ui-builder-board.orb +6 -270
  18. package/dist/registry/ui/game/2d/organisms/ui-classifier-board.orb +6 -270
  19. package/dist/registry/ui/game/2d/organisms/ui-debugger-board.orb +6 -270
  20. package/dist/registry/ui/game/2d/organisms/ui-event-handler-board.orb +7 -315
  21. package/dist/registry/ui/game/2d/organisms/ui-negotiator-board.orb +6 -306
  22. package/dist/registry/ui/game/2d/organisms/ui-sequencer-board.orb +90 -990
  23. package/dist/registry/ui/game/2d/organisms/ui-simulator-board.orb +7 -315
  24. package/dist/registry/ui/game/2d/organisms/ui-state-architect-board.orb +56 -712
  25. package/package.json +1 -1
@@ -614,62 +614,12 @@
614
614
  "render-ui",
615
615
  "main",
616
616
  {
617
- "children": [
618
- {
619
- "entity": "@entity.actions",
620
- "fields": [],
621
- "gap": "sm",
622
- "renderItem": [
623
- "fn",
624
- "it",
625
- {
626
- "subtitle": [
627
- "object/get",
628
- "it",
629
- "id"
630
- ],
631
- "title": [
632
- "object/get",
633
- "it",
634
- "label"
635
- ],
636
- "type": "card"
637
- }
638
- ],
639
- "type": "data-list"
640
- }
641
- ],
642
617
  "completeEvent": "COMPLETE",
643
618
  "entity": "@entity",
644
619
  "finishEvent": "FINISH",
645
- "hud": {
646
- "children": [
647
- {
648
- "action": "PLAY_ROUND",
649
- "label": "Play Round",
650
- "type": "button",
651
- "variant": "primary"
652
- },
653
- {
654
- "action": "FINISH",
655
- "label": "Finish",
656
- "type": "button",
657
- "variant": "secondary"
658
- },
659
- {
660
- "action": "PLAY_AGAIN",
661
- "label": "Reset",
662
- "type": "button",
663
- "variant": "ghost"
664
- }
665
- ],
666
- "direction": "horizontal",
667
- "gap": "sm",
668
- "type": "stack"
669
- },
670
620
  "playAgainEvent": "PLAY_AGAIN",
671
621
  "playRoundEvent": "PLAY_ROUND",
672
- "type": "game-shell"
622
+ "type": "negotiator-board"
673
623
  }
674
624
  ]
675
625
  ],
@@ -748,62 +698,12 @@
748
698
  "render-ui",
749
699
  "main",
750
700
  {
751
- "children": [
752
- {
753
- "entity": "@entity.actions",
754
- "fields": [],
755
- "gap": "sm",
756
- "renderItem": [
757
- "fn",
758
- "it",
759
- {
760
- "subtitle": [
761
- "object/get",
762
- "it",
763
- "id"
764
- ],
765
- "title": [
766
- "object/get",
767
- "it",
768
- "label"
769
- ],
770
- "type": "card"
771
- }
772
- ],
773
- "type": "data-list"
774
- }
775
- ],
776
701
  "completeEvent": "COMPLETE",
777
702
  "entity": "@entity",
778
703
  "finishEvent": "FINISH",
779
- "hud": {
780
- "children": [
781
- {
782
- "action": "PLAY_ROUND",
783
- "label": "Play Round",
784
- "type": "button",
785
- "variant": "primary"
786
- },
787
- {
788
- "action": "FINISH",
789
- "label": "Finish",
790
- "type": "button",
791
- "variant": "secondary"
792
- },
793
- {
794
- "action": "PLAY_AGAIN",
795
- "label": "Reset",
796
- "type": "button",
797
- "variant": "ghost"
798
- }
799
- ],
800
- "direction": "horizontal",
801
- "gap": "sm",
802
- "type": "stack"
803
- },
804
704
  "playAgainEvent": "PLAY_AGAIN",
805
705
  "playRoundEvent": "PLAY_ROUND",
806
- "type": "game-shell"
706
+ "type": "negotiator-board"
807
707
  }
808
708
  ]
809
709
  ],
@@ -902,62 +802,12 @@
902
802
  "render-ui",
903
803
  "main",
904
804
  {
905
- "children": [
906
- {
907
- "entity": "@entity.actions",
908
- "fields": [],
909
- "gap": "sm",
910
- "renderItem": [
911
- "fn",
912
- "it",
913
- {
914
- "subtitle": [
915
- "object/get",
916
- "it",
917
- "id"
918
- ],
919
- "title": [
920
- "object/get",
921
- "it",
922
- "label"
923
- ],
924
- "type": "card"
925
- }
926
- ],
927
- "type": "data-list"
928
- }
929
- ],
930
805
  "completeEvent": "COMPLETE",
931
806
  "entity": "@entity",
932
807
  "finishEvent": "FINISH",
933
- "hud": {
934
- "children": [
935
- {
936
- "action": "PLAY_ROUND",
937
- "label": "Play Round",
938
- "type": "button",
939
- "variant": "primary"
940
- },
941
- {
942
- "action": "FINISH",
943
- "label": "Finish",
944
- "type": "button",
945
- "variant": "secondary"
946
- },
947
- {
948
- "action": "PLAY_AGAIN",
949
- "label": "Reset",
950
- "type": "button",
951
- "variant": "ghost"
952
- }
953
- ],
954
- "direction": "horizontal",
955
- "gap": "sm",
956
- "type": "stack"
957
- },
958
808
  "playAgainEvent": "PLAY_AGAIN",
959
809
  "playRoundEvent": "PLAY_ROUND",
960
- "type": "game-shell"
810
+ "type": "negotiator-board"
961
811
  }
962
812
  ]
963
813
  ],
@@ -981,62 +831,12 @@
981
831
  "render-ui",
982
832
  "main",
983
833
  {
984
- "children": [
985
- {
986
- "entity": "@entity.actions",
987
- "fields": [],
988
- "gap": "sm",
989
- "renderItem": [
990
- "fn",
991
- "it",
992
- {
993
- "subtitle": [
994
- "object/get",
995
- "it",
996
- "id"
997
- ],
998
- "title": [
999
- "object/get",
1000
- "it",
1001
- "label"
1002
- ],
1003
- "type": "card"
1004
- }
1005
- ],
1006
- "type": "data-list"
1007
- }
1008
- ],
1009
834
  "completeEvent": "COMPLETE",
1010
835
  "entity": "@entity",
1011
836
  "finishEvent": "FINISH",
1012
- "hud": {
1013
- "children": [
1014
- {
1015
- "action": "PLAY_ROUND",
1016
- "label": "Play Round",
1017
- "type": "button",
1018
- "variant": "primary"
1019
- },
1020
- {
1021
- "action": "FINISH",
1022
- "label": "Finish",
1023
- "type": "button",
1024
- "variant": "secondary"
1025
- },
1026
- {
1027
- "action": "PLAY_AGAIN",
1028
- "label": "Reset",
1029
- "type": "button",
1030
- "variant": "ghost"
1031
- }
1032
- ],
1033
- "direction": "horizontal",
1034
- "gap": "sm",
1035
- "type": "stack"
1036
- },
1037
837
  "playAgainEvent": "PLAY_AGAIN",
1038
838
  "playRoundEvent": "PLAY_ROUND",
1039
- "type": "game-shell"
839
+ "type": "negotiator-board"
1040
840
  }
1041
841
  ]
1042
842
  ],
@@ -1060,62 +860,12 @@
1060
860
  "render-ui",
1061
861
  "main",
1062
862
  {
1063
- "children": [
1064
- {
1065
- "entity": "@entity.actions",
1066
- "fields": [],
1067
- "gap": "sm",
1068
- "renderItem": [
1069
- "fn",
1070
- "it",
1071
- {
1072
- "subtitle": [
1073
- "object/get",
1074
- "it",
1075
- "id"
1076
- ],
1077
- "title": [
1078
- "object/get",
1079
- "it",
1080
- "label"
1081
- ],
1082
- "type": "card"
1083
- }
1084
- ],
1085
- "type": "data-list"
1086
- }
1087
- ],
1088
863
  "completeEvent": "COMPLETE",
1089
864
  "entity": "@entity",
1090
865
  "finishEvent": "FINISH",
1091
- "hud": {
1092
- "children": [
1093
- {
1094
- "action": "PLAY_ROUND",
1095
- "label": "Play Round",
1096
- "type": "button",
1097
- "variant": "primary"
1098
- },
1099
- {
1100
- "action": "FINISH",
1101
- "label": "Finish",
1102
- "type": "button",
1103
- "variant": "secondary"
1104
- },
1105
- {
1106
- "action": "PLAY_AGAIN",
1107
- "label": "Reset",
1108
- "type": "button",
1109
- "variant": "ghost"
1110
- }
1111
- ],
1112
- "direction": "horizontal",
1113
- "gap": "sm",
1114
- "type": "stack"
1115
- },
1116
866
  "playAgainEvent": "PLAY_AGAIN",
1117
867
  "playRoundEvent": "PLAY_ROUND",
1118
- "type": "game-shell"
868
+ "type": "negotiator-board"
1119
869
  }
1120
870
  ]
1121
871
  ],
@@ -1174,62 +924,12 @@
1174
924
  "render-ui",
1175
925
  "main",
1176
926
  {
1177
- "children": [
1178
- {
1179
- "entity": "@entity.actions",
1180
- "fields": [],
1181
- "gap": "sm",
1182
- "renderItem": [
1183
- "fn",
1184
- "it",
1185
- {
1186
- "subtitle": [
1187
- "object/get",
1188
- "it",
1189
- "id"
1190
- ],
1191
- "title": [
1192
- "object/get",
1193
- "it",
1194
- "label"
1195
- ],
1196
- "type": "card"
1197
- }
1198
- ],
1199
- "type": "data-list"
1200
- }
1201
- ],
1202
927
  "completeEvent": "COMPLETE",
1203
928
  "entity": "@entity",
1204
929
  "finishEvent": "FINISH",
1205
- "hud": {
1206
- "children": [
1207
- {
1208
- "action": "PLAY_ROUND",
1209
- "label": "Play Round",
1210
- "type": "button",
1211
- "variant": "primary"
1212
- },
1213
- {
1214
- "action": "FINISH",
1215
- "label": "Finish",
1216
- "type": "button",
1217
- "variant": "secondary"
1218
- },
1219
- {
1220
- "action": "PLAY_AGAIN",
1221
- "label": "Reset",
1222
- "type": "button",
1223
- "variant": "ghost"
1224
- }
1225
- ],
1226
- "direction": "horizontal",
1227
- "gap": "sm",
1228
- "type": "stack"
1229
- },
1230
930
  "playAgainEvent": "PLAY_AGAIN",
1231
931
  "playRoundEvent": "PLAY_ROUND",
1232
- "type": "game-shell"
932
+ "type": "negotiator-board"
1233
933
  }
1234
934
  ]
1235
935
  ],