@almadar/std 3.1.0 → 3.1.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.
Files changed (176) hide show
  1. package/dist/behaviors/exports/atoms/std-async.orb +420 -0
  2. package/dist/behaviors/exports/atoms/std-browse.orb +173 -0
  3. package/dist/behaviors/exports/atoms/std-cache-aside.orb +881 -0
  4. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +501 -0
  5. package/dist/behaviors/exports/atoms/std-collision.orb +616 -0
  6. package/dist/behaviors/exports/atoms/std-combat-log.orb +145 -0
  7. package/dist/behaviors/exports/atoms/std-combat.orb +410 -0
  8. package/dist/behaviors/exports/atoms/std-confirmation.orb +282 -0
  9. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +238 -0
  10. package/dist/behaviors/exports/atoms/std-display.orb +842 -0
  11. package/dist/behaviors/exports/atoms/std-drawer.orb +316 -0
  12. package/dist/behaviors/exports/atoms/std-filter.orb +442 -0
  13. package/dist/behaviors/exports/atoms/std-game-audio.orb +113 -0
  14. package/dist/behaviors/exports/atoms/std-game-canvas-2d.orb +135 -0
  15. package/dist/behaviors/exports/atoms/std-game-canvas-3d.orb +224 -0
  16. package/dist/behaviors/exports/atoms/std-game-hud.orb +151 -0
  17. package/dist/behaviors/exports/atoms/std-game-menu.orb +211 -0
  18. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +195 -0
  19. package/dist/behaviors/exports/atoms/std-gameflow.orb +318 -0
  20. package/dist/behaviors/exports/atoms/std-input.orb +629 -0
  21. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +255 -0
  22. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +631 -0
  23. package/dist/behaviors/exports/atoms/std-loading.orb +511 -0
  24. package/dist/behaviors/exports/atoms/std-modal.orb +270 -0
  25. package/dist/behaviors/exports/atoms/std-movement.orb +1037 -0
  26. package/dist/behaviors/exports/atoms/std-notification.orb +418 -0
  27. package/dist/behaviors/exports/atoms/std-overworld.orb +483 -0
  28. package/dist/behaviors/exports/atoms/std-pagination.orb +331 -0
  29. package/dist/behaviors/exports/atoms/std-physics2d.orb +419 -0
  30. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +257 -0
  31. package/dist/behaviors/exports/atoms/std-quest.orb +980 -0
  32. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +638 -0
  33. package/dist/behaviors/exports/atoms/std-score-board.orb +238 -0
  34. package/dist/behaviors/exports/atoms/std-score.orb +466 -0
  35. package/dist/behaviors/exports/atoms/std-search.orb +373 -0
  36. package/dist/behaviors/exports/atoms/std-selection.orb +759 -0
  37. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +183 -0
  38. package/dist/behaviors/exports/atoms/std-sort.orb +578 -0
  39. package/dist/behaviors/exports/atoms/std-sprite.orb +156 -0
  40. package/dist/behaviors/exports/atoms/std-tabs.orb +274 -0
  41. package/dist/behaviors/exports/atoms/std-timer.orb +1030 -0
  42. package/dist/behaviors/exports/atoms/std-undo.orb +694 -0
  43. package/dist/behaviors/exports/atoms/std-wizard.orb +666 -0
  44. package/dist/behaviors/exports/molecules/std-builder-game.orb +183 -0
  45. package/dist/behaviors/exports/molecules/std-cart.orb +591 -0
  46. package/dist/behaviors/exports/molecules/std-classifier-game.orb +183 -0
  47. package/dist/behaviors/exports/molecules/std-debugger-game.orb +183 -0
  48. package/dist/behaviors/exports/molecules/std-detail.orb +589 -0
  49. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +183 -0
  50. package/dist/behaviors/exports/molecules/std-geospatial.orb +649 -0
  51. package/dist/behaviors/exports/molecules/std-inventory.orb +853 -0
  52. package/dist/behaviors/exports/molecules/std-list.orb +954 -0
  53. package/dist/behaviors/exports/molecules/std-messaging.orb +585 -0
  54. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +183 -0
  55. package/dist/behaviors/exports/molecules/std-platformer-game.orb +496 -0
  56. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +527 -0
  57. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +183 -0
  58. package/dist/behaviors/exports/molecules/std-simulator-game.orb +183 -0
  59. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +443 -0
  60. package/dist/behaviors/exports/organisms/std-api-gateway.orb +2296 -0
  61. package/dist/behaviors/exports/organisms/std-arcade-game.orb +833 -0
  62. package/dist/behaviors/exports/organisms/std-booking-system.orb +3977 -0
  63. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2214 -0
  64. package/dist/behaviors/exports/organisms/std-cms.orb +2644 -0
  65. package/dist/behaviors/exports/organisms/std-coding-academy.orb +1394 -0
  66. package/dist/behaviors/exports/organisms/std-crm.orb +3541 -0
  67. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +3134 -0
  68. package/dist/behaviors/exports/organisms/std-ecommerce.orb +3743 -0
  69. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +2385 -0
  70. package/dist/behaviors/exports/organisms/std-healthcare.orb +4679 -0
  71. package/dist/behaviors/exports/organisms/std-helpdesk.orb +2564 -0
  72. package/dist/behaviors/exports/organisms/std-hr-portal.orb +4029 -0
  73. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2297 -0
  74. package/dist/behaviors/exports/organisms/std-lms.orb +2854 -0
  75. package/dist/behaviors/exports/organisms/std-logic-training.orb +598 -0
  76. package/dist/behaviors/exports/organisms/std-platformer-app.orb +1569 -0
  77. package/dist/behaviors/exports/organisms/std-project-manager.orb +3021 -0
  78. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +743 -0
  79. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2380 -0
  80. package/dist/behaviors/exports/organisms/std-rpg-game.orb +2804 -0
  81. package/dist/behaviors/exports/organisms/std-social-feed.orb +1221 -0
  82. package/dist/behaviors/exports/organisms/std-stem-lab.orb +1210 -0
  83. package/dist/behaviors/exports/organisms/std-strategy-game.orb +1761 -0
  84. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +2217 -0
  85. package/dist/behaviors/exports-reader.d.ts +2 -0
  86. package/dist/behaviors/exports-reader.js +5 -3
  87. package/dist/behaviors/exports-reader.js.map +1 -1
  88. package/dist/behaviors/index.js +5 -3
  89. package/dist/behaviors/index.js.map +1 -1
  90. package/dist/exports/atoms/std-async.orb +420 -0
  91. package/dist/exports/atoms/std-browse.orb +173 -0
  92. package/dist/exports/atoms/std-cache-aside.orb +881 -0
  93. package/dist/exports/atoms/std-circuit-breaker.orb +501 -0
  94. package/dist/exports/atoms/std-collision.orb +616 -0
  95. package/dist/exports/atoms/std-combat-log.orb +145 -0
  96. package/dist/exports/atoms/std-combat.orb +410 -0
  97. package/dist/exports/atoms/std-confirmation.orb +282 -0
  98. package/dist/exports/atoms/std-dialogue-box.orb +238 -0
  99. package/dist/exports/atoms/std-display.orb +842 -0
  100. package/dist/exports/atoms/std-drawer.orb +316 -0
  101. package/dist/exports/atoms/std-filter.orb +442 -0
  102. package/dist/exports/atoms/std-game-audio.orb +113 -0
  103. package/dist/exports/atoms/std-game-canvas-2d.orb +135 -0
  104. package/dist/exports/atoms/std-game-canvas-3d.orb +224 -0
  105. package/dist/exports/atoms/std-game-hud.orb +151 -0
  106. package/dist/exports/atoms/std-game-menu.orb +211 -0
  107. package/dist/exports/atoms/std-game-over-screen.orb +195 -0
  108. package/dist/exports/atoms/std-gameflow.orb +318 -0
  109. package/dist/exports/atoms/std-input.orb +629 -0
  110. package/dist/exports/atoms/std-inventory-panel.orb +255 -0
  111. package/dist/exports/atoms/std-isometric-canvas.orb +631 -0
  112. package/dist/exports/atoms/std-loading.orb +511 -0
  113. package/dist/exports/atoms/std-modal.orb +270 -0
  114. package/dist/exports/atoms/std-movement.orb +1037 -0
  115. package/dist/exports/atoms/std-notification.orb +418 -0
  116. package/dist/exports/atoms/std-overworld.orb +483 -0
  117. package/dist/exports/atoms/std-pagination.orb +331 -0
  118. package/dist/exports/atoms/std-physics2d.orb +419 -0
  119. package/dist/exports/atoms/std-platformer-canvas.orb +257 -0
  120. package/dist/exports/atoms/std-quest.orb +980 -0
  121. package/dist/exports/atoms/std-rate-limiter.orb +638 -0
  122. package/dist/exports/atoms/std-score-board.orb +238 -0
  123. package/dist/exports/atoms/std-score.orb +466 -0
  124. package/dist/exports/atoms/std-search.orb +373 -0
  125. package/dist/exports/atoms/std-selection.orb +759 -0
  126. package/dist/exports/atoms/std-simulation-canvas.orb +183 -0
  127. package/dist/exports/atoms/std-sort.orb +578 -0
  128. package/dist/exports/atoms/std-sprite.orb +156 -0
  129. package/dist/exports/atoms/std-tabs.orb +274 -0
  130. package/dist/exports/atoms/std-timer.orb +1030 -0
  131. package/dist/exports/atoms/std-undo.orb +694 -0
  132. package/dist/exports/atoms/std-wizard.orb +666 -0
  133. package/dist/exports/molecules/std-builder-game.orb +183 -0
  134. package/dist/exports/molecules/std-cart.orb +591 -0
  135. package/dist/exports/molecules/std-classifier-game.orb +183 -0
  136. package/dist/exports/molecules/std-debugger-game.orb +183 -0
  137. package/dist/exports/molecules/std-detail.orb +589 -0
  138. package/dist/exports/molecules/std-event-handler-game.orb +183 -0
  139. package/dist/exports/molecules/std-geospatial.orb +649 -0
  140. package/dist/exports/molecules/std-inventory.orb +853 -0
  141. package/dist/exports/molecules/std-list.orb +954 -0
  142. package/dist/exports/molecules/std-messaging.orb +585 -0
  143. package/dist/exports/molecules/std-negotiator-game.orb +183 -0
  144. package/dist/exports/molecules/std-platformer-game.orb +496 -0
  145. package/dist/exports/molecules/std-puzzle-game.orb +527 -0
  146. package/dist/exports/molecules/std-sequencer-game.orb +183 -0
  147. package/dist/exports/molecules/std-simulator-game.orb +183 -0
  148. package/dist/exports/molecules/std-turn-based-battle.orb +443 -0
  149. package/dist/exports/organisms/std-api-gateway.orb +2296 -0
  150. package/dist/exports/organisms/std-arcade-game.orb +833 -0
  151. package/dist/exports/organisms/std-booking-system.orb +3977 -0
  152. package/dist/exports/organisms/std-cicd-pipeline.orb +2214 -0
  153. package/dist/exports/organisms/std-cms.orb +2644 -0
  154. package/dist/exports/organisms/std-coding-academy.orb +1394 -0
  155. package/dist/exports/organisms/std-crm.orb +3541 -0
  156. package/dist/exports/organisms/std-devops-dashboard.orb +3134 -0
  157. package/dist/exports/organisms/std-ecommerce.orb +3743 -0
  158. package/dist/exports/organisms/std-finance-tracker.orb +2385 -0
  159. package/dist/exports/organisms/std-healthcare.orb +4679 -0
  160. package/dist/exports/organisms/std-helpdesk.orb +2564 -0
  161. package/dist/exports/organisms/std-hr-portal.orb +4029 -0
  162. package/dist/exports/organisms/std-iot-dashboard.orb +2297 -0
  163. package/dist/exports/organisms/std-lms.orb +2854 -0
  164. package/dist/exports/organisms/std-logic-training.orb +598 -0
  165. package/dist/exports/organisms/std-platformer-app.orb +1569 -0
  166. package/dist/exports/organisms/std-project-manager.orb +3021 -0
  167. package/dist/exports/organisms/std-puzzle-app.orb +743 -0
  168. package/dist/exports/organisms/std-realtime-chat.orb +2380 -0
  169. package/dist/exports/organisms/std-rpg-game.orb +2804 -0
  170. package/dist/exports/organisms/std-social-feed.orb +1221 -0
  171. package/dist/exports/organisms/std-stem-lab.orb +1210 -0
  172. package/dist/exports/organisms/std-strategy-game.orb +1761 -0
  173. package/dist/exports/organisms/std-trading-dashboard.orb +2217 -0
  174. package/dist/index.js +5 -3
  175. package/dist/index.js.map +1 -1
  176. package/package.json +1 -1
@@ -0,0 +1,418 @@
1
+ {
2
+ "name": "ItemOrbital",
3
+ "orbitals": [
4
+ {
5
+ "name": "ItemOrbital",
6
+ "entity": {
7
+ "name": "Item",
8
+ "persistence": "runtime",
9
+ "fields": [
10
+ {
11
+ "name": "id",
12
+ "type": "string"
13
+ },
14
+ {
15
+ "name": "name",
16
+ "type": "string"
17
+ },
18
+ {
19
+ "name": "description",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "status",
24
+ "type": "string",
25
+ "default": "active"
26
+ },
27
+ {
28
+ "name": "createdAt",
29
+ "type": "string"
30
+ },
31
+ {
32
+ "name": "message",
33
+ "type": "string",
34
+ "default": ""
35
+ },
36
+ {
37
+ "name": "notificationType",
38
+ "type": "string",
39
+ "default": "info"
40
+ }
41
+ ]
42
+ },
43
+ "traits": [
44
+ {
45
+ "name": "ItemNotification",
46
+ "linkedEntity": "Item",
47
+ "category": "interaction",
48
+ "stateMachine": {
49
+ "states": [
50
+ {
51
+ "name": "hidden",
52
+ "isInitial": true
53
+ },
54
+ {
55
+ "name": "visible"
56
+ }
57
+ ],
58
+ "events": [
59
+ {
60
+ "key": "INIT",
61
+ "name": "Initialize"
62
+ },
63
+ {
64
+ "key": "SHOW",
65
+ "name": "Show Notification",
66
+ "payload": [
67
+ {
68
+ "name": "message",
69
+ "type": "string",
70
+ "required": true
71
+ },
72
+ {
73
+ "name": "notificationType",
74
+ "type": "string"
75
+ }
76
+ ]
77
+ },
78
+ {
79
+ "key": "HIDE",
80
+ "name": "Hide Notification"
81
+ }
82
+ ],
83
+ "transitions": [
84
+ {
85
+ "from": "hidden",
86
+ "to": "hidden",
87
+ "event": "INIT",
88
+ "effects": [
89
+ [
90
+ "render-ui",
91
+ "main",
92
+ {
93
+ "type": "stack",
94
+ "direction": "vertical",
95
+ "gap": "lg",
96
+ "children": [
97
+ {
98
+ "type": "stack",
99
+ "direction": "horizontal",
100
+ "gap": "md",
101
+ "align": "center",
102
+ "children": [
103
+ {
104
+ "type": "icon",
105
+ "name": "bell",
106
+ "size": "lg"
107
+ },
108
+ {
109
+ "type": "typography",
110
+ "content": "Notifications",
111
+ "variant": "h2"
112
+ }
113
+ ]
114
+ },
115
+ {
116
+ "type": "divider"
117
+ },
118
+ {
119
+ "type": "stack",
120
+ "direction": "vertical",
121
+ "gap": "md",
122
+ "align": "center",
123
+ "children": [
124
+ {
125
+ "type": "icon",
126
+ "name": "bell-off",
127
+ "size": "lg"
128
+ },
129
+ {
130
+ "type": "typography",
131
+ "content": "No notifications",
132
+ "variant": "body"
133
+ },
134
+ {
135
+ "type": "typography",
136
+ "content": "New notifications will appear here.",
137
+ "variant": "caption"
138
+ }
139
+ ]
140
+ }
141
+ ]
142
+ }
143
+ ]
144
+ ]
145
+ },
146
+ {
147
+ "from": "hidden",
148
+ "to": "visible",
149
+ "event": "SHOW",
150
+ "effects": [
151
+ [
152
+ "set",
153
+ "@entity.message",
154
+ "@payload.message"
155
+ ],
156
+ [
157
+ "set",
158
+ "@entity.notificationType",
159
+ "@payload.notificationType"
160
+ ],
161
+ [
162
+ "render-ui",
163
+ "main",
164
+ {
165
+ "type": "stack",
166
+ "direction": "vertical",
167
+ "gap": "lg",
168
+ "children": [
169
+ {
170
+ "type": "stack",
171
+ "direction": "horizontal",
172
+ "gap": "md",
173
+ "justify": "space-between",
174
+ "align": "center",
175
+ "children": [
176
+ {
177
+ "type": "stack",
178
+ "direction": "horizontal",
179
+ "gap": "md",
180
+ "align": "center",
181
+ "children": [
182
+ {
183
+ "type": "icon",
184
+ "name": "bell",
185
+ "size": "lg"
186
+ },
187
+ {
188
+ "type": "typography",
189
+ "content": "Notifications",
190
+ "variant": "h2"
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "type": "button",
196
+ "label": "Dismiss",
197
+ "event": "HIDE",
198
+ "variant": "ghost",
199
+ "icon": "x"
200
+ }
201
+ ]
202
+ },
203
+ {
204
+ "type": "divider"
205
+ },
206
+ {
207
+ "type": "stack",
208
+ "direction": "horizontal",
209
+ "gap": "md",
210
+ "align": "center",
211
+ "children": [
212
+ {
213
+ "type": "icon",
214
+ "name": "bell",
215
+ "size": "md"
216
+ },
217
+ {
218
+ "type": "stack",
219
+ "direction": "vertical",
220
+ "gap": "xs",
221
+ "children": [
222
+ {
223
+ "type": "typography",
224
+ "content": "@entity.message",
225
+ "variant": "body"
226
+ },
227
+ {
228
+ "type": "badge",
229
+ "label": "@entity.notificationType"
230
+ }
231
+ ]
232
+ }
233
+ ]
234
+ }
235
+ ]
236
+ }
237
+ ]
238
+ ]
239
+ },
240
+ {
241
+ "from": "visible",
242
+ "to": "visible",
243
+ "event": "SHOW",
244
+ "effects": [
245
+ [
246
+ "set",
247
+ "@entity.message",
248
+ "@payload.message"
249
+ ],
250
+ [
251
+ "set",
252
+ "@entity.notificationType",
253
+ "@payload.notificationType"
254
+ ],
255
+ [
256
+ "render-ui",
257
+ "main",
258
+ {
259
+ "type": "stack",
260
+ "direction": "vertical",
261
+ "gap": "lg",
262
+ "children": [
263
+ {
264
+ "type": "stack",
265
+ "direction": "horizontal",
266
+ "gap": "md",
267
+ "justify": "space-between",
268
+ "align": "center",
269
+ "children": [
270
+ {
271
+ "type": "stack",
272
+ "direction": "horizontal",
273
+ "gap": "md",
274
+ "align": "center",
275
+ "children": [
276
+ {
277
+ "type": "icon",
278
+ "name": "bell",
279
+ "size": "lg"
280
+ },
281
+ {
282
+ "type": "typography",
283
+ "content": "Notifications",
284
+ "variant": "h2"
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "type": "button",
290
+ "label": "Dismiss",
291
+ "event": "HIDE",
292
+ "variant": "ghost",
293
+ "icon": "x"
294
+ }
295
+ ]
296
+ },
297
+ {
298
+ "type": "divider"
299
+ },
300
+ {
301
+ "type": "stack",
302
+ "direction": "horizontal",
303
+ "gap": "md",
304
+ "align": "center",
305
+ "children": [
306
+ {
307
+ "type": "icon",
308
+ "name": "bell",
309
+ "size": "md"
310
+ },
311
+ {
312
+ "type": "stack",
313
+ "direction": "vertical",
314
+ "gap": "xs",
315
+ "children": [
316
+ {
317
+ "type": "typography",
318
+ "content": "@entity.message",
319
+ "variant": "body"
320
+ },
321
+ {
322
+ "type": "badge",
323
+ "label": "@entity.notificationType"
324
+ }
325
+ ]
326
+ }
327
+ ]
328
+ }
329
+ ]
330
+ }
331
+ ]
332
+ ]
333
+ },
334
+ {
335
+ "from": "visible",
336
+ "to": "hidden",
337
+ "event": "HIDE",
338
+ "effects": [
339
+ [
340
+ "set",
341
+ "@entity.message",
342
+ ""
343
+ ],
344
+ [
345
+ "render-ui",
346
+ "main",
347
+ {
348
+ "type": "stack",
349
+ "direction": "vertical",
350
+ "gap": "lg",
351
+ "children": [
352
+ {
353
+ "type": "stack",
354
+ "direction": "horizontal",
355
+ "gap": "md",
356
+ "align": "center",
357
+ "children": [
358
+ {
359
+ "type": "icon",
360
+ "name": "bell",
361
+ "size": "lg"
362
+ },
363
+ {
364
+ "type": "typography",
365
+ "content": "Notifications",
366
+ "variant": "h2"
367
+ }
368
+ ]
369
+ },
370
+ {
371
+ "type": "divider"
372
+ },
373
+ {
374
+ "type": "stack",
375
+ "direction": "vertical",
376
+ "gap": "md",
377
+ "align": "center",
378
+ "children": [
379
+ {
380
+ "type": "icon",
381
+ "name": "bell-off",
382
+ "size": "lg"
383
+ },
384
+ {
385
+ "type": "typography",
386
+ "content": "No notifications",
387
+ "variant": "body"
388
+ },
389
+ {
390
+ "type": "typography",
391
+ "content": "New notifications will appear here.",
392
+ "variant": "caption"
393
+ }
394
+ ]
395
+ }
396
+ ]
397
+ }
398
+ ]
399
+ ]
400
+ }
401
+ ]
402
+ }
403
+ }
404
+ ],
405
+ "pages": [
406
+ {
407
+ "name": "ItemNotificationPage",
408
+ "path": "/items/notifications",
409
+ "traits": [
410
+ {
411
+ "ref": "ItemNotification"
412
+ }
413
+ ]
414
+ }
415
+ ]
416
+ }
417
+ ]
418
+ }