@almadar/std 7.4.7 → 7.4.8

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 (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -173,8 +173,8 @@
173
173
  "GalleryItem",
174
174
  {
175
175
  "emit": {
176
- "failure": "GalleryItemLoadFailed",
177
- "success": "GalleryItemLoaded"
176
+ "success": "GalleryItemLoaded",
177
+ "failure": "GalleryItemLoadFailed"
178
178
  }
179
179
  }
180
180
  ],
@@ -182,18 +182,23 @@
182
182
  "render-ui",
183
183
  "main",
184
184
  {
185
- "gap": "lg",
186
- "direction": "vertical",
187
185
  "type": "stack",
188
186
  "children": [
189
187
  {
188
+ "direction": "horizontal",
189
+ "justify": "between",
190
+ "type": "stack",
190
191
  "align": "center",
192
+ "gap": "md",
191
193
  "children": [
192
194
  {
195
+ "type": "stack",
196
+ "direction": "horizontal",
197
+ "gap": "sm",
193
198
  "children": [
194
199
  {
195
- "name": "image",
196
- "type": "icon"
200
+ "type": "icon",
201
+ "name": "image"
197
202
  },
198
203
  {
199
204
  "content": "GalleryItems Gallery",
@@ -201,35 +206,29 @@
201
206
  "type": "typography"
202
207
  }
203
208
  ],
204
- "type": "stack",
205
- "direction": "horizontal",
206
- "gap": "sm",
207
209
  "align": "center"
208
210
  },
209
211
  {
210
- "variant": "caption",
211
212
  "color": "muted",
213
+ "type": "typography",
212
214
  "content": "Click any image to view full size",
213
- "type": "typography"
215
+ "variant": "caption"
214
216
  }
215
- ],
216
- "gap": "md",
217
- "justify": "between",
218
- "direction": "horizontal",
219
- "type": "stack"
217
+ ]
220
218
  },
221
219
  {
222
220
  "type": "divider"
223
221
  },
224
222
  {
225
223
  "gap": "md",
226
- "cols": 3.0,
224
+ "type": "data-grid",
225
+ "entity": "GalleryItem",
227
226
  "imageField": "imageUrl",
228
227
  "fields": [
229
228
  {
230
229
  "label": "Title",
231
- "variant": "h4",
232
- "name": "name"
230
+ "name": "name",
231
+ "variant": "h4"
233
232
  },
234
233
  {
235
234
  "name": "status",
@@ -237,17 +236,18 @@
237
236
  "variant": "badge"
238
237
  }
239
238
  ],
240
- "entity": "GalleryItem",
241
- "type": "data-grid",
239
+ "cols": 3.0,
242
240
  "itemActions": [
243
241
  {
244
- "icon": "maximize",
245
242
  "label": "View",
246
- "event": "VIEW"
243
+ "event": "VIEW",
244
+ "icon": "maximize"
247
245
  }
248
246
  ]
249
247
  }
250
- ]
248
+ ],
249
+ "direction": "vertical",
250
+ "gap": "lg"
251
251
  }
252
252
  ]
253
253
  ]
@@ -261,6 +261,7 @@
261
261
  "render-ui",
262
262
  "modal",
263
263
  {
264
+ "type": "lightbox",
264
265
  "images": [
265
266
  {
266
267
  "src": "https://picsum.photos/seed/gallery1/800/600",
@@ -268,21 +269,20 @@
268
269
  "caption": "Mountain landscape"
269
270
  },
270
271
  {
271
- "src": "https://picsum.photos/seed/gallery2/800/600",
272
272
  "caption": "Ocean sunset",
273
+ "src": "https://picsum.photos/seed/gallery2/800/600",
273
274
  "alt": "Ocean sunset"
274
275
  },
275
276
  {
276
- "src": "https://picsum.photos/seed/gallery3/800/600",
277
+ "alt": "Forest trail",
277
278
  "caption": "Forest trail",
278
- "alt": "Forest trail"
279
+ "src": "https://picsum.photos/seed/gallery3/800/600"
279
280
  }
280
281
  ],
281
- "showCounter": true,
282
+ "isOpen": true,
282
283
  "currentIndex": 0.0,
283
- "closeAction": "CLOSE",
284
- "type": "lightbox",
285
- "isOpen": true
284
+ "showCounter": true,
285
+ "closeAction": "CLOSE"
286
286
  }
287
287
  ]
288
288
  ]
@@ -301,39 +301,36 @@
301
301
  "render-ui",
302
302
  "main",
303
303
  {
304
- "direction": "vertical",
305
- "type": "stack",
306
- "gap": "lg",
307
304
  "children": [
308
305
  {
309
- "type": "stack",
310
- "align": "center",
311
- "direction": "horizontal",
312
306
  "children": [
313
307
  {
314
308
  "gap": "sm",
315
- "type": "stack",
316
- "direction": "horizontal",
317
309
  "align": "center",
310
+ "direction": "horizontal",
311
+ "type": "stack",
318
312
  "children": [
319
313
  {
320
314
  "name": "image",
321
315
  "type": "icon"
322
316
  },
323
317
  {
318
+ "type": "typography",
324
319
  "content": "GalleryItems Gallery",
325
- "variant": "h2",
326
- "type": "typography"
320
+ "variant": "h2"
327
321
  }
328
322
  ]
329
323
  },
330
324
  {
331
- "type": "typography",
325
+ "color": "muted",
332
326
  "content": "Click any image to view full size",
333
327
  "variant": "caption",
334
- "color": "muted"
328
+ "type": "typography"
335
329
  }
336
330
  ],
331
+ "direction": "horizontal",
332
+ "type": "stack",
333
+ "align": "center",
337
334
  "gap": "md",
338
335
  "justify": "between"
339
336
  },
@@ -341,16 +338,16 @@
341
338
  "type": "divider"
342
339
  },
343
340
  {
341
+ "entity": "GalleryItem",
344
342
  "imageField": "imageUrl",
345
343
  "itemActions": [
346
344
  {
347
- "event": "VIEW",
345
+ "icon": "maximize",
348
346
  "label": "View",
349
- "icon": "maximize"
347
+ "event": "VIEW"
350
348
  }
351
349
  ],
352
350
  "type": "data-grid",
353
- "entity": "GalleryItem",
354
351
  "fields": [
355
352
  {
356
353
  "variant": "h4",
@@ -358,15 +355,18 @@
358
355
  "name": "name"
359
356
  },
360
357
  {
361
- "variant": "badge",
358
+ "label": "Status",
362
359
  "name": "status",
363
- "label": "Status"
360
+ "variant": "badge"
364
361
  }
365
362
  ],
366
- "cols": 3.0,
367
- "gap": "md"
363
+ "gap": "md",
364
+ "cols": 3.0
368
365
  }
369
- ]
366
+ ],
367
+ "direction": "vertical",
368
+ "type": "stack",
369
+ "gap": "lg"
370
370
  }
371
371
  ]
372
372
  ]
@@ -146,8 +146,8 @@
146
146
  "AudioTrack",
147
147
  {
148
148
  "emit": {
149
- "failure": "AudioTrackLoadFailed",
150
- "success": "AudioTrackLoaded"
149
+ "success": "AudioTrackLoaded",
150
+ "failure": "AudioTrackLoadFailed"
151
151
  }
152
152
  }
153
153
  ],
@@ -155,23 +155,14 @@
155
155
  "render-ui",
156
156
  "main",
157
157
  {
158
- "baseUrl": "https://almadar-kflow-assets.web.app/shared/audio",
159
- "manifest": {
160
- "click": "https://almadar-kflow-assets.web.app/shared/audio/sfx/close_001.ogg",
161
- "drop": "https://almadar-kflow-assets.web.app/shared/audio/sfx/drop_001.ogg",
162
- "confirm": "https://almadar-kflow-assets.web.app/shared/audio/sfx/confirmation_001.ogg"
163
- },
164
- "type": "game-audio-provider",
165
158
  "children": [
166
159
  {
167
- "gap": "lg",
168
- "className": "max-w-md mx-auto",
169
- "direction": "vertical",
170
160
  "type": "stack",
161
+ "direction": "vertical",
162
+ "gap": "lg",
171
163
  "children": [
172
164
  {
173
165
  "align": "center",
174
- "gap": "sm",
175
166
  "type": "stack",
176
167
  "direction": "horizontal",
177
168
  "children": [
@@ -180,11 +171,12 @@
180
171
  "name": "volume-2"
181
172
  },
182
173
  {
174
+ "type": "typography",
183
175
  "content": "Audio Controls",
184
- "variant": "h2",
185
- "type": "typography"
176
+ "variant": "h2"
186
177
  }
187
- ]
178
+ ],
179
+ "gap": "sm"
188
180
  },
189
181
  {
190
182
  "type": "divider"
@@ -192,34 +184,34 @@
192
184
  {
193
185
  "children": [
194
186
  {
195
- "type": "stack",
196
187
  "direction": "vertical",
197
188
  "gap": "md",
189
+ "type": "stack",
198
190
  "children": [
199
191
  {
200
- "type": "typography",
201
192
  "content": "Audio Active",
202
- "variant": "h4"
193
+ "variant": "h4",
194
+ "type": "typography"
203
195
  },
204
196
  {
197
+ "variant": "body",
205
198
  "type": "typography",
206
199
  "color": "muted",
207
- "variant": "body",
208
200
  "content": "Toggle mute to control game audio playback."
209
201
  },
210
202
  {
211
- "gap": "sm",
212
- "type": "stack",
213
203
  "children": [
214
204
  {
215
- "variant": "primary",
205
+ "action": "TOGGLE_MUTE",
216
206
  "type": "button",
217
207
  "label": "Toggle Mute",
218
- "icon": "volume-2",
219
- "action": "TOGGLE_MUTE"
208
+ "variant": "primary",
209
+ "icon": "volume-2"
220
210
  }
221
211
  ],
222
- "direction": "horizontal"
212
+ "direction": "horizontal",
213
+ "type": "stack",
214
+ "gap": "sm"
223
215
  }
224
216
  ]
225
217
  }
@@ -227,11 +219,9 @@
227
219
  "type": "card"
228
220
  },
229
221
  {
222
+ "type": "card",
230
223
  "children": [
231
224
  {
232
- "gap": "sm",
233
- "type": "stack",
234
- "direction": "vertical",
235
225
  "children": [
236
226
  {
237
227
  "type": "typography",
@@ -240,37 +230,47 @@
240
230
  },
241
231
  {
242
232
  "direction": "horizontal",
233
+ "type": "stack",
243
234
  "gap": "sm",
244
235
  "children": [
245
236
  {
246
- "icon": "play",
247
- "label": "Play Click",
237
+ "type": "button",
248
238
  "variant": "ghost",
249
- "type": "button"
239
+ "icon": "play",
240
+ "label": "Play Click"
250
241
  },
251
242
  {
252
- "variant": "ghost",
253
- "type": "button",
254
243
  "icon": "play",
255
- "label": "Play Confirm"
244
+ "label": "Play Confirm",
245
+ "variant": "ghost",
246
+ "type": "button"
256
247
  },
257
248
  {
258
- "type": "button",
249
+ "label": "Play Drop",
259
250
  "variant": "ghost",
260
251
  "icon": "play",
261
- "label": "Play Drop"
252
+ "type": "button"
262
253
  }
263
- ],
264
- "type": "stack"
254
+ ]
265
255
  }
266
- ]
256
+ ],
257
+ "type": "stack",
258
+ "direction": "vertical",
259
+ "gap": "sm"
267
260
  }
268
- ],
269
- "type": "card"
261
+ ]
270
262
  }
271
- ]
263
+ ],
264
+ "className": "max-w-md mx-auto"
272
265
  }
273
266
  ],
267
+ "manifest": {
268
+ "drop": "https://almadar-kflow-assets.web.app/shared/audio/sfx/drop_001.ogg",
269
+ "click": "https://almadar-kflow-assets.web.app/shared/audio/sfx/close_001.ogg",
270
+ "confirm": "https://almadar-kflow-assets.web.app/shared/audio/sfx/confirmation_001.ogg"
271
+ },
272
+ "baseUrl": "https://almadar-kflow-assets.web.app/shared/audio",
273
+ "type": "game-audio-provider",
274
274
  "initialMuted": false
275
275
  }
276
276
  ]
@@ -285,34 +285,42 @@
285
285
  "render-ui",
286
286
  "main",
287
287
  {
288
+ "initialMuted": false,
289
+ "manifest": {
290
+ "confirm": "https://almadar-kflow-assets.web.app/shared/audio/sfx/confirmation_001.ogg",
291
+ "drop": "https://almadar-kflow-assets.web.app/shared/audio/sfx/drop_001.ogg",
292
+ "click": "https://almadar-kflow-assets.web.app/shared/audio/sfx/close_001.ogg"
293
+ },
294
+ "type": "game-audio-provider",
295
+ "baseUrl": "https://almadar-kflow-assets.web.app/shared/audio",
288
296
  "children": [
289
297
  {
290
298
  "className": "max-w-md mx-auto",
291
- "gap": "lg",
292
- "type": "stack",
293
299
  "direction": "vertical",
300
+ "gap": "lg",
294
301
  "children": [
295
302
  {
296
303
  "children": [
297
304
  {
298
- "name": "volume-2",
299
- "type": "icon"
305
+ "type": "icon",
306
+ "name": "volume-2"
300
307
  },
301
308
  {
302
309
  "content": "Audio Controls",
303
- "type": "typography",
304
- "variant": "h2"
310
+ "variant": "h2",
311
+ "type": "typography"
305
312
  }
306
313
  ],
307
- "align": "center",
308
- "direction": "horizontal",
314
+ "gap": "sm",
309
315
  "type": "stack",
310
- "gap": "sm"
316
+ "direction": "horizontal",
317
+ "align": "center"
311
318
  },
312
319
  {
313
320
  "type": "divider"
314
321
  },
315
322
  {
323
+ "type": "card",
316
324
  "children": [
317
325
  {
318
326
  "children": [
@@ -322,86 +330,78 @@
322
330
  "content": "Audio Active"
323
331
  },
324
332
  {
325
- "content": "Toggle mute to control game audio playback.",
326
333
  "type": "typography",
327
334
  "color": "muted",
335
+ "content": "Toggle mute to control game audio playback.",
328
336
  "variant": "body"
329
337
  },
330
338
  {
331
- "type": "stack",
332
- "direction": "horizontal",
333
339
  "gap": "sm",
334
340
  "children": [
335
341
  {
342
+ "type": "button",
336
343
  "action": "TOGGLE_MUTE",
337
- "label": "Toggle Mute",
338
344
  "icon": "volume-2",
339
- "type": "button",
340
- "variant": "primary"
345
+ "variant": "primary",
346
+ "label": "Toggle Mute"
341
347
  }
342
- ]
348
+ ],
349
+ "type": "stack",
350
+ "direction": "horizontal"
343
351
  }
344
352
  ],
345
353
  "gap": "md",
346
- "type": "stack",
347
- "direction": "vertical"
354
+ "direction": "vertical",
355
+ "type": "stack"
348
356
  }
349
- ],
350
- "type": "card"
357
+ ]
351
358
  },
352
359
  {
353
- "type": "card",
354
360
  "children": [
355
361
  {
362
+ "type": "stack",
356
363
  "children": [
357
364
  {
365
+ "variant": "h4",
358
366
  "content": "Sound Effects",
359
- "type": "typography",
360
- "variant": "h4"
367
+ "type": "typography"
361
368
  },
362
369
  {
363
- "type": "stack",
364
- "gap": "sm",
365
370
  "children": [
366
371
  {
367
- "label": "Play Click",
368
- "variant": "ghost",
369
372
  "icon": "play",
370
- "type": "button"
373
+ "label": "Play Click",
374
+ "type": "button",
375
+ "variant": "ghost"
371
376
  },
372
377
  {
373
- "label": "Play Confirm",
374
- "icon": "play",
375
378
  "type": "button",
376
- "variant": "ghost"
379
+ "variant": "ghost",
380
+ "label": "Play Confirm",
381
+ "icon": "play"
377
382
  },
378
383
  {
379
384
  "icon": "play",
380
- "type": "button",
381
385
  "label": "Play Drop",
386
+ "type": "button",
382
387
  "variant": "ghost"
383
388
  }
384
389
  ],
390
+ "gap": "sm",
391
+ "type": "stack",
385
392
  "direction": "horizontal"
386
393
  }
387
394
  ],
388
- "direction": "vertical",
389
395
  "gap": "sm",
390
- "type": "stack"
396
+ "direction": "vertical"
391
397
  }
392
- ]
398
+ ],
399
+ "type": "card"
393
400
  }
394
- ]
401
+ ],
402
+ "type": "stack"
395
403
  }
396
- ],
397
- "manifest": {
398
- "click": "https://almadar-kflow-assets.web.app/shared/audio/sfx/close_001.ogg",
399
- "drop": "https://almadar-kflow-assets.web.app/shared/audio/sfx/drop_001.ogg",
400
- "confirm": "https://almadar-kflow-assets.web.app/shared/audio/sfx/confirmation_001.ogg"
401
- },
402
- "baseUrl": "https://almadar-kflow-assets.web.app/shared/audio",
403
- "initialMuted": false,
404
- "type": "game-audio-provider"
404
+ ]
405
405
  }
406
406
  ]
407
407
  ]