@almadar/std 3.2.3 → 3.3.5

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 (163) hide show
  1. package/LICENSE +72 -21
  2. package/README.md +1 -1
  3. package/behaviors/exports/atoms/std-combat-log.orb +12 -12
  4. package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
  5. package/behaviors/exports/atoms/std-game-audio.orb +9 -9
  6. package/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
  7. package/behaviors/exports/atoms/std-game-hud.orb +10 -10
  8. package/behaviors/exports/atoms/std-game-menu.orb +12 -12
  9. package/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
  10. package/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
  11. package/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
  12. package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
  13. package/behaviors/exports/atoms/std-score-board.orb +9 -9
  14. package/behaviors/exports/atoms/std-selection.orb +32 -18
  15. package/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
  16. package/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
  17. package/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
  18. package/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
  19. package/behaviors/exports/atoms/std-service-email.orb +540 -0
  20. package/behaviors/exports/atoms/std-service-github.orb +586 -0
  21. package/behaviors/exports/atoms/std-service-llm.orb +671 -0
  22. package/behaviors/exports/atoms/std-service-oauth.orb +764 -0
  23. package/behaviors/exports/atoms/std-service-redis.orb +580 -0
  24. package/behaviors/exports/atoms/std-service-storage.orb +664 -0
  25. package/behaviors/exports/atoms/std-service-stripe.orb +639 -0
  26. package/behaviors/exports/atoms/std-service-twilio.orb +611 -0
  27. package/behaviors/exports/atoms/std-service-youtube.orb +696 -0
  28. package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
  29. package/behaviors/exports/atoms/std-sprite.orb +17 -17
  30. package/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
  31. package/behaviors/exports/molecules/std-quiz.orb +48 -24
  32. package/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
  33. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
  34. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  35. package/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
  36. package/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
  37. package/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
  38. package/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
  39. package/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
  40. package/behaviors/exports/validation-report.json +2 -2
  41. package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
  42. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
  43. package/dist/behaviors/exports/atoms/std-game-audio.orb +9 -9
  44. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
  45. package/dist/behaviors/exports/atoms/std-game-hud.orb +10 -10
  46. package/dist/behaviors/exports/atoms/std-game-menu.orb +12 -12
  47. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
  48. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
  49. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
  50. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
  51. package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
  52. package/dist/behaviors/exports/atoms/std-selection.orb +32 -18
  53. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
  54. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
  55. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
  56. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
  57. package/dist/behaviors/exports/atoms/std-service-email.orb +540 -0
  58. package/dist/behaviors/exports/atoms/std-service-github.orb +586 -0
  59. package/dist/behaviors/exports/atoms/std-service-llm.orb +671 -0
  60. package/dist/behaviors/exports/atoms/std-service-oauth.orb +764 -0
  61. package/dist/behaviors/exports/atoms/std-service-redis.orb +580 -0
  62. package/dist/behaviors/exports/atoms/std-service-storage.orb +664 -0
  63. package/dist/behaviors/exports/atoms/std-service-stripe.orb +639 -0
  64. package/dist/behaviors/exports/atoms/std-service-twilio.orb +611 -0
  65. package/dist/behaviors/exports/atoms/std-service-youtube.orb +696 -0
  66. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
  67. package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
  68. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
  69. package/dist/behaviors/exports/molecules/std-quiz.orb +48 -24
  70. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
  71. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
  72. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  73. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
  74. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
  75. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
  76. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
  77. package/dist/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
  78. package/dist/behaviors/exports/validation-report.json +2 -2
  79. package/dist/behaviors/functions/index.d.ts +662 -1
  80. package/dist/behaviors/functions/index.js +7638 -2117
  81. package/dist/behaviors/functions/index.js.map +1 -1
  82. package/dist/behaviors/index.d.ts +1 -1
  83. package/dist/behaviors/index.js +7638 -2117
  84. package/dist/behaviors/index.js.map +1 -1
  85. package/dist/exports/atoms/std-combat-log.orb +12 -12
  86. package/dist/exports/atoms/std-dialogue-box.orb +11 -11
  87. package/dist/exports/atoms/std-game-audio.orb +9 -9
  88. package/dist/exports/atoms/std-game-canvas3d.orb +24 -24
  89. package/dist/exports/atoms/std-game-hud.orb +10 -10
  90. package/dist/exports/atoms/std-game-menu.orb +12 -12
  91. package/dist/exports/atoms/std-game-over-screen.orb +9 -9
  92. package/dist/exports/atoms/std-inventory-panel.orb +13 -13
  93. package/dist/exports/atoms/std-isometric-canvas.orb +9 -9
  94. package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
  95. package/dist/exports/atoms/std-score-board.orb +9 -9
  96. package/dist/exports/atoms/std-selection.orb +32 -18
  97. package/dist/exports/atoms/std-service-custom-bearer.orb +557 -0
  98. package/dist/exports/atoms/std-service-custom-header.orb +559 -0
  99. package/dist/exports/atoms/std-service-custom-noauth.orb +553 -0
  100. package/dist/exports/atoms/std-service-custom-query.orb +559 -0
  101. package/dist/exports/atoms/std-service-email.orb +540 -0
  102. package/dist/exports/atoms/std-service-github.orb +586 -0
  103. package/dist/exports/atoms/std-service-llm.orb +671 -0
  104. package/dist/exports/atoms/std-service-oauth.orb +764 -0
  105. package/dist/exports/atoms/std-service-redis.orb +580 -0
  106. package/dist/exports/atoms/std-service-storage.orb +664 -0
  107. package/dist/exports/atoms/std-service-stripe.orb +639 -0
  108. package/dist/exports/atoms/std-service-twilio.orb +611 -0
  109. package/dist/exports/atoms/std-service-youtube.orb +696 -0
  110. package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
  111. package/dist/exports/atoms/std-sprite.orb +17 -17
  112. package/dist/exports/atoms/std-validate-on-save.orb +623 -0
  113. package/dist/exports/molecules/std-quiz.orb +48 -24
  114. package/dist/exports/molecules/std-service-content-pipeline.orb +915 -0
  115. package/dist/exports/molecules/std-service-custom-api-tester.orb +860 -0
  116. package/dist/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  117. package/dist/exports/molecules/std-service-notification-hub.orb +696 -0
  118. package/dist/exports/molecules/std-service-payment-flow.orb +873 -0
  119. package/dist/exports/organisms/std-service-marketplace.orb +5191 -0
  120. package/dist/exports/organisms/std-service-research-assistant.orb +3568 -0
  121. package/dist/exports/test-schemas/os-trigger-simulation.orb +202 -0
  122. package/dist/exports/validation-report.json +2 -2
  123. package/dist/index.d.ts +3 -3
  124. package/dist/index.js +7887 -2216
  125. package/dist/index.js.map +1 -1
  126. package/dist/modules/array.d.ts +1 -1
  127. package/dist/modules/async.d.ts +1 -1
  128. package/dist/modules/contract.d.ts +22 -0
  129. package/dist/modules/contract.js +100 -0
  130. package/dist/modules/contract.js.map +1 -0
  131. package/dist/modules/data.d.ts +22 -0
  132. package/dist/modules/data.js +117 -0
  133. package/dist/modules/data.js.map +1 -0
  134. package/dist/modules/format.d.ts +1 -1
  135. package/dist/modules/graph.d.ts +23 -0
  136. package/dist/modules/graph.js +209 -0
  137. package/dist/modules/graph.js.map +1 -0
  138. package/dist/modules/index.d.ts +5 -1
  139. package/dist/modules/index.js +593 -63
  140. package/dist/modules/index.js.map +1 -1
  141. package/dist/modules/math.d.ts +1 -1
  142. package/dist/modules/nn.d.ts +1 -1
  143. package/dist/modules/nn.js +14 -14
  144. package/dist/modules/nn.js.map +1 -1
  145. package/dist/modules/object.d.ts +1 -1
  146. package/dist/modules/os.d.ts +19 -0
  147. package/dist/modules/os.js +116 -0
  148. package/dist/modules/os.js.map +1 -0
  149. package/dist/modules/prob.d.ts +1 -1
  150. package/dist/modules/str.d.ts +1 -1
  151. package/dist/modules/tensor.d.ts +1 -1
  152. package/dist/modules/tensor.js +29 -29
  153. package/dist/modules/tensor.js.map +1 -1
  154. package/dist/modules/time.d.ts +1 -1
  155. package/dist/modules/train.d.ts +1 -1
  156. package/dist/modules/train.js +19 -19
  157. package/dist/modules/train.js.map +1 -1
  158. package/dist/modules/validate.d.ts +1 -1
  159. package/dist/registry.d.ts +2 -2
  160. package/dist/registry.js +184 -65
  161. package/dist/registry.js.map +1 -1
  162. package/dist/{types-CmNM_IbV.d.ts → types-DOeGXRCm.d.ts} +3 -3
  163. package/package.json +4 -4
package/LICENSE CHANGED
@@ -1,21 +1,72 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 Almadar Team
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: Almadar FZE
6
+ Licensed Work: KFlow Builder / Almadar
7
+ The Licensed Work is (c) 2025-2026 Almadar FZE.
8
+ Additional Use Grant: You may make production use of the Licensed Work for
9
+ non-commercial purposes and for internal evaluation.
10
+ Production use for commercial purposes requires a
11
+ commercial license from the Licensor.
12
+ Change Date: 2030-02-01
13
+ Change License: Apache License, Version 2.0
14
+
15
+ Terms
16
+
17
+ The Licensor hereby grants you the right to copy, modify, create derivative
18
+ works, redistribute, and make non-production use of the Licensed Work. The
19
+ Licensor may make an Additional Use Grant, above, permitting limited
20
+ production use.
21
+
22
+ Effective on the Change Date, or the fourth anniversary of the first publicly
23
+ available distribution of a specific version of the Licensed Work under this
24
+ License, whichever comes first, the Licensor hereby grants you rights under
25
+ the terms of the Change License, and the rights granted in the paragraph
26
+ above terminate.
27
+
28
+ If your use of the Licensed Work does not comply with the requirements
29
+ currently in effect as described in this License, you must purchase a
30
+ commercial license from the Licensor, its affiliated entities, or authorized
31
+ resellers, or you must refrain from using the Licensed Work.
32
+
33
+ All copies of the original and modified Licensed Work, and derivative works
34
+ of the Licensed Work, are subject to this License. This License applies
35
+ separately for each version of the Licensed Work and the Change Date may vary
36
+ for each version of the Licensed Work released by Licensor.
37
+
38
+ You must conspicuously display this License on each original or modified copy
39
+ of the Licensed Work. If you receive the Licensed Work in original or
40
+ modified form from a third party, the terms and conditions set forth in this
41
+ License apply to your use of that work.
42
+
43
+ Any use of the Licensed Work in violation of this License will automatically
44
+ terminate your rights under this License for the current and all other
45
+ versions of the Licensed Work.
46
+
47
+ This License does not grant you any right in any trademark or logo of
48
+ Licensor or its affiliates (provided that you may use a trademark or logo of
49
+ Licensor as expressly required by this License).
50
+
51
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
52
+ AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
53
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
54
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
55
+ TITLE.
56
+
57
+ ---
58
+
59
+ License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
60
+ "Business Source License" is a trademark of MariaDB Corporation Ab.
61
+
62
+ ADDITIONAL TERMS:
63
+
64
+ Documentation (builder/packages/website/docs/) is licensed under CC BY 4.0.
65
+
66
+ TRADEMARKS:
67
+
68
+ "Orbital", "KFlow", "Almadar", and the Almadar logo are trademarks of
69
+ Almadar FZE. You may not use these trademarks without prior written
70
+ permission from Almadar FZE.
71
+
72
+ For licensing inquiries: licensing@almadar.io
package/README.md CHANGED
@@ -22,4 +22,4 @@ import { /* ... */ } from '@almadar/std';
22
22
 
23
23
  ## License
24
24
 
25
- MIT
25
+ BSL 1.1 (Business Source License). Converts to Apache 2.0 on 2030-02-01. Non-production use is free.
@@ -1,10 +1,10 @@
1
1
  {
2
- "name": "CombatLogOrbital",
2
+ "name": "CombatLogEntryOrbital",
3
3
  "orbitals": [
4
4
  {
5
- "name": "CombatLogOrbital",
5
+ "name": "CombatLogEntryOrbital",
6
6
  "entity": {
7
- "name": "CombatLog",
7
+ "name": "CombatLogEntry",
8
8
  "persistence": "runtime",
9
9
  "fields": [
10
10
  {
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "traits": [
39
39
  {
40
- "name": "CombatLogCombatLog",
41
- "linkedEntity": "CombatLog",
40
+ "name": "CombatLogEntryCombatLog",
41
+ "linkedEntity": "CombatLogEntry",
42
42
  "category": "interaction",
43
43
  "stateMachine": {
44
44
  "states": [
@@ -76,14 +76,14 @@
76
76
  "effects": [
77
77
  [
78
78
  "fetch",
79
- "CombatLog"
79
+ "CombatLogEntry"
80
80
  ],
81
81
  [
82
82
  "render-ui",
83
83
  "main",
84
84
  {
85
85
  "type": "combat-log",
86
- "events": "@CombatLog",
86
+ "events": "@CombatLogEntry",
87
87
  "maxVisible": 10,
88
88
  "autoScroll": true,
89
89
  "showTimestamps": true,
@@ -102,7 +102,7 @@
102
102
  "main",
103
103
  {
104
104
  "type": "combat-log",
105
- "events": "@CombatLog",
105
+ "events": "@CombatLogEntry",
106
106
  "maxVisible": 10,
107
107
  "autoScroll": true,
108
108
  "showTimestamps": true,
@@ -121,7 +121,7 @@
121
121
  "main",
122
122
  {
123
123
  "type": "combat-log",
124
- "events": "@CombatLog",
124
+ "events": "@CombatLogEntry",
125
125
  "maxVisible": 10,
126
126
  "autoScroll": true,
127
127
  "showTimestamps": true,
@@ -136,11 +136,11 @@
136
136
  ],
137
137
  "pages": [
138
138
  {
139
- "name": "CombatLogLogPage",
140
- "path": "/combatlogs",
139
+ "name": "CombatLogEntryLogPage",
140
+ "path": "/combatlogentrys",
141
141
  "traits": [
142
142
  {
143
- "ref": "CombatLogCombatLog"
143
+ "ref": "CombatLogEntryCombatLog"
144
144
  }
145
145
  ]
146
146
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "name": "DialogueBoxOrbital",
2
+ "name": "DialogueNodeOrbital",
3
3
  "orbitals": [
4
4
  {
5
- "name": "DialogueBoxOrbital",
5
+ "name": "DialogueNodeOrbital",
6
6
  "entity": {
7
- "name": "DialogueBox",
7
+ "name": "DialogueNode",
8
8
  "persistence": "runtime",
9
9
  "fields": [
10
10
  {
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "traits": [
49
49
  {
50
- "name": "DialogueBoxDialogue",
51
- "linkedEntity": "DialogueBox",
50
+ "name": "DialogueNodeDialogue",
51
+ "linkedEntity": "DialogueNode",
52
52
  "category": "interaction",
53
53
  "stateMachine": {
54
54
  "states": [
@@ -97,7 +97,7 @@
97
97
  "effects": [
98
98
  [
99
99
  "fetch",
100
- "DialogueBox"
100
+ "DialogueNode"
101
101
  ],
102
102
  [
103
103
  "set",
@@ -131,7 +131,7 @@
131
131
  "effects": [
132
132
  [
133
133
  "fetch",
134
- "DialogueBox"
134
+ "DialogueNode"
135
135
  ],
136
136
  [
137
137
  "render-ui",
@@ -206,7 +206,7 @@
206
206
  "effects": [
207
207
  [
208
208
  "fetch",
209
- "DialogueBox"
209
+ "DialogueNode"
210
210
  ],
211
211
  [
212
212
  "render-ui",
@@ -229,11 +229,11 @@
229
229
  ],
230
230
  "pages": [
231
231
  {
232
- "name": "DialogueBoxDialoguePage",
233
- "path": "/dialogueboxs",
232
+ "name": "DialogueNodeDialoguePage",
233
+ "path": "/dialoguenodes",
234
234
  "traits": [
235
235
  {
236
- "ref": "DialogueBoxDialogue"
236
+ "ref": "DialogueNodeDialogue"
237
237
  }
238
238
  ]
239
239
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "name": "GameAudioOrbital",
2
+ "name": "AudioTrackOrbital",
3
3
  "orbitals": [
4
4
  {
5
- "name": "GameAudioOrbital",
5
+ "name": "AudioTrackOrbital",
6
6
  "entity": {
7
- "name": "GameAudio",
7
+ "name": "AudioTrack",
8
8
  "persistence": "runtime",
9
9
  "fields": [
10
10
  {
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "traits": [
39
39
  {
40
- "name": "GameAudioGameAudio",
41
- "linkedEntity": "GameAudio",
40
+ "name": "AudioTrackGameAudio",
41
+ "linkedEntity": "AudioTrack",
42
42
  "category": "interaction",
43
43
  "stateMachine": {
44
44
  "states": [
@@ -65,7 +65,7 @@
65
65
  "effects": [
66
66
  [
67
67
  "fetch",
68
- "GameAudio"
68
+ "AudioTrack"
69
69
  ],
70
70
  [
71
71
  "render-ui",
@@ -104,11 +104,11 @@
104
104
  ],
105
105
  "pages": [
106
106
  {
107
- "name": "GameAudioAudioPage",
108
- "path": "/gameaudios",
107
+ "name": "AudioTrackAudioPage",
108
+ "path": "/audiotracks",
109
109
  "traits": [
110
110
  {
111
- "ref": "GameAudioGameAudio"
111
+ "ref": "AudioTrackGameAudio"
112
112
  }
113
113
  ]
114
114
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "name": "GameCanvas3dOrbital",
2
+ "name": "Canvas3dSceneOrbital",
3
3
  "orbitals": [
4
4
  {
5
- "name": "GameCanvas3dOrbital",
5
+ "name": "Canvas3dSceneOrbital",
6
6
  "entity": {
7
- "name": "GameCanvas3d",
7
+ "name": "Canvas3dScene",
8
8
  "persistence": "runtime",
9
9
  "fields": [
10
10
  {
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "traits": [
39
39
  {
40
- "name": "GameCanvas3dGameCanvas3d",
41
- "linkedEntity": "GameCanvas3d",
40
+ "name": "Canvas3dSceneGameCanvas3d",
41
+ "linkedEntity": "Canvas3dScene",
42
42
  "category": "interaction",
43
43
  "stateMachine": {
44
44
  "states": [
@@ -90,16 +90,16 @@
90
90
  "effects": [
91
91
  [
92
92
  "fetch",
93
- "GameCanvas3d"
93
+ "Canvas3dScene"
94
94
  ],
95
95
  [
96
96
  "render-ui",
97
97
  "main",
98
98
  {
99
99
  "type": "game-canvas3-d",
100
- "tiles": "@GameCanvas3d",
101
- "units": "@GameCanvas3d",
102
- "features": "@GameCanvas3d",
100
+ "tiles": "@Canvas3dScene",
101
+ "units": "@Canvas3dScene",
102
+ "features": "@Canvas3dScene",
103
103
  "orientation": "isometric",
104
104
  "cameraMode": "orbital",
105
105
  "showGrid": true,
@@ -121,9 +121,9 @@
121
121
  "main",
122
122
  {
123
123
  "type": "game-canvas3-d",
124
- "tiles": "@GameCanvas3d",
125
- "units": "@GameCanvas3d",
126
- "features": "@GameCanvas3d",
124
+ "tiles": "@Canvas3dScene",
125
+ "units": "@Canvas3dScene",
126
+ "features": "@Canvas3dScene",
127
127
  "orientation": "isometric",
128
128
  "cameraMode": "orbital",
129
129
  "showGrid": true,
@@ -145,9 +145,9 @@
145
145
  "main",
146
146
  {
147
147
  "type": "game-canvas3-d",
148
- "tiles": "@GameCanvas3d",
149
- "units": "@GameCanvas3d",
150
- "features": "@GameCanvas3d",
148
+ "tiles": "@Canvas3dScene",
149
+ "units": "@Canvas3dScene",
150
+ "features": "@Canvas3dScene",
151
151
  "orientation": "isometric",
152
152
  "cameraMode": "orbital",
153
153
  "showGrid": true,
@@ -169,9 +169,9 @@
169
169
  "main",
170
170
  {
171
171
  "type": "game-canvas3-d",
172
- "tiles": "@GameCanvas3d",
173
- "units": "@GameCanvas3d",
174
- "features": "@GameCanvas3d",
172
+ "tiles": "@Canvas3dScene",
173
+ "units": "@Canvas3dScene",
174
+ "features": "@Canvas3dScene",
175
175
  "orientation": "isometric",
176
176
  "cameraMode": "orbital",
177
177
  "showGrid": true,
@@ -193,9 +193,9 @@
193
193
  "main",
194
194
  {
195
195
  "type": "game-canvas3-d",
196
- "tiles": "@GameCanvas3d",
197
- "units": "@GameCanvas3d",
198
- "features": "@GameCanvas3d",
196
+ "tiles": "@Canvas3dScene",
197
+ "units": "@Canvas3dScene",
198
+ "features": "@Canvas3dScene",
199
199
  "orientation": "isometric",
200
200
  "cameraMode": "orbital",
201
201
  "showGrid": true,
@@ -225,11 +225,11 @@
225
225
  ],
226
226
  "pages": [
227
227
  {
228
- "name": "GameCanvas3dCanvas3dPage",
229
- "path": "/gamecanvas3ds",
228
+ "name": "Canvas3dSceneCanvas3dPage",
229
+ "path": "/canvas3dscenes",
230
230
  "traits": [
231
231
  {
232
- "ref": "GameCanvas3dGameCanvas3d"
232
+ "ref": "Canvas3dSceneGameCanvas3d"
233
233
  }
234
234
  ]
235
235
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "name": "GameHudOrbital",
2
+ "name": "HudStateOrbital",
3
3
  "orbitals": [
4
4
  {
5
- "name": "GameHudOrbital",
5
+ "name": "HudStateOrbital",
6
6
  "entity": {
7
- "name": "GameHud",
7
+ "name": "HudState",
8
8
  "persistence": "runtime",
9
9
  "fields": [
10
10
  {
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "traits": [
39
39
  {
40
- "name": "GameHudHud",
41
- "linkedEntity": "GameHud",
40
+ "name": "HudStateHud",
41
+ "linkedEntity": "HudState",
42
42
  "category": "interaction",
43
43
  "stateMachine": {
44
44
  "states": [
@@ -65,7 +65,7 @@
65
65
  "effects": [
66
66
  [
67
67
  "fetch",
68
- "GameHud"
68
+ "HudState"
69
69
  ],
70
70
  [
71
71
  "render-ui",
@@ -104,7 +104,7 @@
104
104
  "effects": [
105
105
  [
106
106
  "fetch",
107
- "GameHud"
107
+ "HudState"
108
108
  ],
109
109
  [
110
110
  "render-ui",
@@ -142,11 +142,11 @@
142
142
  ],
143
143
  "pages": [
144
144
  {
145
- "name": "GameHudHudPage",
146
- "path": "/gamehuds",
145
+ "name": "HudStateHudPage",
146
+ "path": "/hudstates",
147
147
  "traits": [
148
148
  {
149
- "ref": "GameHudHud"
149
+ "ref": "HudStateHud"
150
150
  }
151
151
  ]
152
152
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "name": "GameMenuOrbital",
2
+ "name": "MenuStateOrbital",
3
3
  "orbitals": [
4
4
  {
5
- "name": "GameMenuOrbital",
5
+ "name": "MenuStateOrbital",
6
6
  "entity": {
7
- "name": "GameMenu",
7
+ "name": "MenuState",
8
8
  "persistence": "runtime",
9
9
  "fields": [
10
10
  {
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "traits": [
39
39
  {
40
- "name": "GameMenuMenu",
41
- "linkedEntity": "GameMenu",
40
+ "name": "MenuStateMenu",
41
+ "linkedEntity": "MenuState",
42
42
  "category": "interaction",
43
43
  "stateMachine": {
44
44
  "states": [
@@ -80,7 +80,7 @@
80
80
  "main",
81
81
  {
82
82
  "type": "game-menu",
83
- "title": "GameMenu",
83
+ "title": "MenuState",
84
84
  "subtitle": "Press Start",
85
85
  "menuItems": [
86
86
  {
@@ -116,7 +116,7 @@
116
116
  "main",
117
117
  {
118
118
  "type": "game-menu",
119
- "title": "GameMenu",
119
+ "title": "MenuState",
120
120
  "subtitle": "Press Start",
121
121
  "menuItems": [
122
122
  {
@@ -146,7 +146,7 @@
146
146
  "main",
147
147
  {
148
148
  "type": "game-menu",
149
- "title": "GameMenu",
149
+ "title": "MenuState",
150
150
  "subtitle": "Press Start",
151
151
  "menuItems": [
152
152
  {
@@ -176,7 +176,7 @@
176
176
  "main",
177
177
  {
178
178
  "type": "game-menu",
179
- "title": "GameMenu",
179
+ "title": "MenuState",
180
180
  "subtitle": "Press Start",
181
181
  "menuItems": [
182
182
  {
@@ -202,11 +202,11 @@
202
202
  ],
203
203
  "pages": [
204
204
  {
205
- "name": "GameMenuMenuPage",
206
- "path": "/gamemenus",
205
+ "name": "MenuStateMenuPage",
206
+ "path": "/menustates",
207
207
  "traits": [
208
208
  {
209
- "ref": "GameMenuMenu"
209
+ "ref": "MenuStateMenu"
210
210
  }
211
211
  ]
212
212
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "name": "GameOverScreenOrbital",
2
+ "name": "GameOverStateOrbital",
3
3
  "orbitals": [
4
4
  {
5
- "name": "GameOverScreenOrbital",
5
+ "name": "GameOverStateOrbital",
6
6
  "entity": {
7
- "name": "GameOverScreen",
7
+ "name": "GameOverState",
8
8
  "persistence": "runtime",
9
9
  "fields": [
10
10
  {
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "traits": [
49
49
  {
50
- "name": "GameOverScreenGameOver",
51
- "linkedEntity": "GameOverScreen",
50
+ "name": "GameOverStateGameOver",
51
+ "linkedEntity": "GameOverState",
52
52
  "category": "interaction",
53
53
  "stateMachine": {
54
54
  "states": [
@@ -87,7 +87,7 @@
87
87
  "effects": [
88
88
  [
89
89
  "fetch",
90
- "GameOverScreen"
90
+ "GameOverState"
91
91
  ],
92
92
  [
93
93
  "render-ui",
@@ -186,11 +186,11 @@
186
186
  ],
187
187
  "pages": [
188
188
  {
189
- "name": "GameOverScreenGameOverPage",
190
- "path": "/gameoverscreens",
189
+ "name": "GameOverStateGameOverPage",
190
+ "path": "/gameoverstates",
191
191
  "traits": [
192
192
  {
193
- "ref": "GameOverScreenGameOver"
193
+ "ref": "GameOverStateGameOver"
194
194
  }
195
195
  ]
196
196
  }
@@ -1,10 +1,10 @@
1
1
  {
2
- "name": "InventoryPanelOrbital",
2
+ "name": "InventorySlotOrbital",
3
3
  "orbitals": [
4
4
  {
5
- "name": "InventoryPanelOrbital",
5
+ "name": "InventorySlotOrbital",
6
6
  "entity": {
7
- "name": "InventoryPanel",
7
+ "name": "InventorySlot",
8
8
  "persistence": "singleton",
9
9
  "fields": [
10
10
  {
@@ -84,8 +84,8 @@
84
84
  },
85
85
  "traits": [
86
86
  {
87
- "name": "InventoryPanelInventoryPanel",
88
- "linkedEntity": "InventoryPanel",
87
+ "name": "InventorySlotInventoryPanel",
88
+ "linkedEntity": "InventorySlot",
89
89
  "category": "interaction",
90
90
  "stateMachine": {
91
91
  "states": [
@@ -141,7 +141,7 @@
141
141
  "effects": [
142
142
  [
143
143
  "fetch",
144
- "InventoryPanel"
144
+ "InventorySlot"
145
145
  ],
146
146
  [
147
147
  "render-ui",
@@ -187,7 +187,7 @@
187
187
  "effects": [
188
188
  [
189
189
  "fetch",
190
- "InventoryPanel"
190
+ "InventorySlot"
191
191
  ],
192
192
  [
193
193
  "render-ui",
@@ -213,12 +213,12 @@
213
213
  [
214
214
  "persist",
215
215
  "delete",
216
- "InventoryPanel",
216
+ "InventorySlot",
217
217
  "@payload.id"
218
218
  ],
219
219
  [
220
220
  "fetch",
221
- "InventoryPanel"
221
+ "InventorySlot"
222
222
  ],
223
223
  [
224
224
  "render-ui",
@@ -236,7 +236,7 @@
236
236
  ],
237
237
  [
238
238
  "notify",
239
- "InventoryPanel deleted successfully"
239
+ "InventorySlot deleted successfully"
240
240
  ]
241
241
  ]
242
242
  }
@@ -246,11 +246,11 @@
246
246
  ],
247
247
  "pages": [
248
248
  {
249
- "name": "InventoryPanelInventoryPage",
250
- "path": "/inventorypanels",
249
+ "name": "InventorySlotInventoryPage",
250
+ "path": "/inventoryslots",
251
251
  "traits": [
252
252
  {
253
- "ref": "InventoryPanelInventoryPanel"
253
+ "ref": "InventorySlotInventoryPanel"
254
254
  }
255
255
  ]
256
256
  }