@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
@@ -178,8 +178,8 @@
178
178
  "SelectableItem",
179
179
  {
180
180
  "emit": {
181
- "success": "SelectableItemLoaded",
182
- "failure": "SelectableItemLoadFailed"
181
+ "failure": "SelectableItemLoadFailed",
182
+ "success": "SelectableItemLoaded"
183
183
  }
184
184
  }
185
185
  ],
@@ -187,10 +187,12 @@
187
187
  "render-ui",
188
188
  "main",
189
189
  {
190
+ "type": "stack",
191
+ "direction": "vertical",
190
192
  "children": [
191
193
  {
192
- "direction": "horizontal",
193
194
  "gap": "sm",
195
+ "direction": "horizontal",
194
196
  "type": "stack",
195
197
  "align": "center",
196
198
  "children": [
@@ -199,8 +201,8 @@
199
201
  "type": "icon"
200
202
  },
201
203
  {
202
- "type": "typography",
203
204
  "content": "SelectableItems",
205
+ "type": "typography",
204
206
  "variant": "h2"
205
207
  }
206
208
  ]
@@ -210,42 +212,40 @@
210
212
  },
211
213
  {
212
214
  "color": "muted",
215
+ "type": "typography",
213
216
  "variant": "caption",
214
- "content": "Choose a selectableitem to continue.",
215
- "type": "typography"
217
+ "content": "Choose a selectableitem to continue."
216
218
  },
217
219
  {
218
- "fields": [],
219
- "className": "transition-shadow hover:shadow-md cursor-pointer",
220
- "type": "data-grid",
221
- "itemActions": [
222
- {
223
- "label": "Select",
224
- "event": "SELECT",
225
- "icon": "check"
226
- }
227
- ],
228
220
  "renderItem": [
229
221
  "fn",
230
222
  "item",
231
223
  {
232
- "direction": "horizontal",
233
- "type": "stack",
234
224
  "children": [
235
225
  {
236
- "type": "checkbox",
237
- "label": "@item.name"
226
+ "label": "@item.name",
227
+ "type": "checkbox"
238
228
  }
239
229
  ],
240
- "align": "center",
241
- "gap": "sm"
230
+ "direction": "horizontal",
231
+ "gap": "sm",
232
+ "type": "stack",
233
+ "align": "center"
242
234
  }
243
235
  ],
244
- "entity": "SelectableItem"
236
+ "entity": "SelectableItem",
237
+ "fields": [],
238
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
239
+ "type": "data-grid",
240
+ "itemActions": [
241
+ {
242
+ "label": "Select",
243
+ "icon": "check",
244
+ "event": "SELECT"
245
+ }
246
+ ]
245
247
  }
246
248
  ],
247
- "type": "stack",
248
- "direction": "vertical",
249
249
  "gap": "lg"
250
250
  }
251
251
  ]
@@ -270,33 +270,37 @@
270
270
  "render-ui",
271
271
  "main",
272
272
  {
273
- "direction": "vertical",
273
+ "type": "stack",
274
+ "gap": "lg",
274
275
  "children": [
275
276
  {
276
- "align": "center",
277
277
  "direction": "horizontal",
278
- "type": "stack",
279
278
  "justify": "between",
279
+ "type": "stack",
280
+ "gap": "md",
280
281
  "children": [
281
282
  {
283
+ "type": "stack",
284
+ "align": "center",
282
285
  "children": [
283
286
  {
284
287
  "type": "icon",
285
288
  "name": "check-square"
286
289
  },
287
290
  {
291
+ "variant": "h2",
288
292
  "type": "typography",
289
- "content": "SelectableItems",
290
- "variant": "h2"
293
+ "content": "SelectableItems"
291
294
  }
292
295
  ],
293
- "gap": "md",
294
- "type": "stack",
295
296
  "direction": "horizontal",
296
- "align": "center"
297
+ "gap": "md"
297
298
  },
298
299
  {
300
+ "direction": "horizontal",
299
301
  "gap": "sm",
302
+ "align": "center",
303
+ "type": "stack",
300
304
  "children": [
301
305
  {
302
306
  "label": "Selecting",
@@ -304,49 +308,37 @@
304
308
  },
305
309
  {
306
310
  "type": "button",
311
+ "variant": "ghost",
307
312
  "icon": "x",
308
313
  "action": "CLEAR",
309
- "label": "Clear",
310
- "variant": "ghost"
314
+ "label": "Clear"
311
315
  }
312
- ],
313
- "type": "stack",
314
- "direction": "horizontal",
315
- "align": "center"
316
+ ]
316
317
  }
317
318
  ],
318
- "gap": "md"
319
+ "align": "center"
319
320
  },
320
321
  {
321
322
  "type": "divider"
322
323
  },
323
324
  {
325
+ "variant": "info",
326
+ "type": "alert",
324
327
  "message": [
325
328
  "concat",
326
329
  "Selected: ",
327
330
  "@payload.id"
328
- ],
329
- "variant": "info",
330
- "type": "alert"
331
+ ]
331
332
  },
332
333
  {
333
- "entity": "SelectableItem",
334
- "fields": [],
335
- "itemActions": [
336
- {
337
- "label": "Select",
338
- "event": "SELECT",
339
- "icon": "check"
340
- }
341
- ],
342
- "type": "data-grid",
343
334
  "renderItem": [
344
335
  "fn",
345
336
  "item",
346
337
  {
338
+ "direction": "horizontal",
347
339
  "gap": "sm",
348
- "align": "center",
349
340
  "type": "stack",
341
+ "align": "center",
350
342
  "children": [
351
343
  {
352
344
  "type": "checkbox",
@@ -357,8 +349,17 @@
357
349
  "@payload.id"
358
350
  ]
359
351
  }
360
- ],
361
- "direction": "horizontal"
352
+ ]
353
+ }
354
+ ],
355
+ "fields": [],
356
+ "type": "data-grid",
357
+ "entity": "SelectableItem",
358
+ "itemActions": [
359
+ {
360
+ "event": "SELECT",
361
+ "label": "Select",
362
+ "icon": "check"
362
363
  }
363
364
  ]
364
365
  },
@@ -368,34 +369,33 @@
368
369
  {
369
370
  "children": [
370
371
  {
371
- "type": "button",
372
372
  "icon": "check-square",
373
+ "variant": "secondary",
374
+ "type": "button",
373
375
  "label": "Select All",
374
- "action": "SELECT",
375
- "variant": "secondary"
376
+ "action": "SELECT"
376
377
  },
377
378
  {
379
+ "type": "button",
380
+ "variant": "secondary",
378
381
  "label": "Deselect All",
379
- "action": "DESELECT",
380
382
  "icon": "square",
381
- "variant": "secondary",
382
- "type": "button"
383
+ "action": "DESELECT"
383
384
  },
384
385
  {
386
+ "action": "CONFIRM_SELECTION",
385
387
  "type": "button",
386
- "icon": "check",
387
- "variant": "primary",
388
388
  "label": "Confirm",
389
- "action": "CONFIRM_SELECTION"
389
+ "variant": "primary",
390
+ "icon": "check"
390
391
  }
391
392
  ],
393
+ "direction": "horizontal",
392
394
  "type": "stack",
393
- "gap": "sm",
394
- "direction": "horizontal"
395
+ "gap": "sm"
395
396
  }
396
397
  ],
397
- "type": "stack",
398
- "gap": "lg"
398
+ "direction": "vertical"
399
399
  }
400
400
  ]
401
401
  ]
@@ -419,16 +419,17 @@
419
419
  "render-ui",
420
420
  "main",
421
421
  {
422
- "type": "stack",
422
+ "gap": "lg",
423
423
  "children": [
424
424
  {
425
425
  "children": [
426
426
  {
427
- "type": "stack",
427
+ "gap": "md",
428
+ "align": "center",
428
429
  "children": [
429
430
  {
430
- "type": "icon",
431
- "name": "check-square"
431
+ "name": "check-square",
432
+ "type": "icon"
432
433
  },
433
434
  {
434
435
  "variant": "h2",
@@ -436,35 +437,34 @@
436
437
  "content": "SelectableItems"
437
438
  }
438
439
  ],
439
- "gap": "md",
440
- "direction": "horizontal",
441
- "align": "center"
440
+ "type": "stack",
441
+ "direction": "horizontal"
442
442
  },
443
443
  {
444
444
  "children": [
445
445
  {
446
- "type": "badge",
447
- "label": "Selecting"
446
+ "label": "Selecting",
447
+ "type": "badge"
448
448
  },
449
449
  {
450
- "label": "Clear",
451
450
  "variant": "ghost",
452
451
  "type": "button",
453
- "action": "CLEAR",
454
- "icon": "x"
452
+ "label": "Clear",
453
+ "icon": "x",
454
+ "action": "CLEAR"
455
455
  }
456
456
  ],
457
457
  "gap": "sm",
458
- "type": "stack",
459
458
  "align": "center",
460
- "direction": "horizontal"
459
+ "direction": "horizontal",
460
+ "type": "stack"
461
461
  }
462
462
  ],
463
- "type": "stack",
464
- "justify": "between",
465
- "gap": "md",
463
+ "align": "center",
466
464
  "direction": "horizontal",
467
- "align": "center"
465
+ "justify": "between",
466
+ "type": "stack",
467
+ "gap": "md"
468
468
  },
469
469
  {
470
470
  "type": "divider"
@@ -479,37 +479,37 @@
479
479
  "variant": "info"
480
480
  },
481
481
  {
482
- "type": "data-grid",
483
482
  "itemActions": [
484
483
  {
485
484
  "label": "Select",
486
- "icon": "check",
487
- "event": "SELECT"
485
+ "event": "SELECT",
486
+ "icon": "check"
488
487
  }
489
488
  ],
489
+ "type": "data-grid",
490
490
  "entity": "SelectableItem",
491
- "fields": [],
492
491
  "renderItem": [
493
492
  "fn",
494
493
  "item",
495
494
  {
495
+ "align": "center",
496
+ "type": "stack",
496
497
  "direction": "horizontal",
498
+ "gap": "sm",
497
499
  "children": [
498
500
  {
501
+ "label": "@item.name",
502
+ "type": "checkbox",
499
503
  "checked": [
500
504
  "==",
501
505
  "@item.id",
502
506
  "@payload.id"
503
- ],
504
- "type": "checkbox",
505
- "label": "@item.name"
507
+ ]
506
508
  }
507
- ],
508
- "align": "center",
509
- "type": "stack",
510
- "gap": "sm"
509
+ ]
511
510
  }
512
- ]
511
+ ],
512
+ "fields": []
513
513
  },
514
514
  {
515
515
  "type": "divider"
@@ -517,7 +517,6 @@
517
517
  {
518
518
  "type": "stack",
519
519
  "direction": "horizontal",
520
- "gap": "sm",
521
520
  "children": [
522
521
  {
523
522
  "action": "SELECT",
@@ -527,23 +526,24 @@
527
526
  "label": "Select All"
528
527
  },
529
528
  {
529
+ "type": "button",
530
+ "label": "Deselect All",
530
531
  "icon": "square",
531
532
  "variant": "secondary",
532
- "label": "Deselect All",
533
- "action": "DESELECT",
534
- "type": "button"
533
+ "action": "DESELECT"
535
534
  },
536
535
  {
537
536
  "icon": "check",
538
- "type": "button",
539
537
  "variant": "primary",
538
+ "action": "CONFIRM_SELECTION",
540
539
  "label": "Confirm",
541
- "action": "CONFIRM_SELECTION"
540
+ "type": "button"
542
541
  }
543
- ]
542
+ ],
543
+ "gap": "sm"
544
544
  }
545
545
  ],
546
- "gap": "lg",
546
+ "type": "stack",
547
547
  "direction": "vertical"
548
548
  }
549
549
  ]
@@ -568,12 +568,14 @@
568
568
  "render-ui",
569
569
  "main",
570
570
  {
571
+ "type": "stack",
571
572
  "children": [
572
573
  {
574
+ "direction": "horizontal",
573
575
  "children": [
574
576
  {
575
- "type": "icon",
576
- "name": "check-square"
577
+ "name": "check-square",
578
+ "type": "icon"
577
579
  },
578
580
  {
579
581
  "content": "SelectableItems",
@@ -581,52 +583,50 @@
581
583
  "variant": "h2"
582
584
  }
583
585
  ],
584
- "align": "center",
585
586
  "gap": "sm",
586
- "direction": "horizontal",
587
- "type": "stack"
587
+ "type": "stack",
588
+ "align": "center"
588
589
  },
589
590
  {
590
591
  "type": "divider"
591
592
  },
592
593
  {
594
+ "content": "Choose a selectableitem to continue.",
593
595
  "type": "typography",
594
596
  "color": "muted",
595
- "content": "Choose a selectableitem to continue.",
596
597
  "variant": "caption"
597
598
  },
598
599
  {
599
600
  "type": "data-grid",
600
- "className": "transition-shadow hover:shadow-md cursor-pointer",
601
- "entity": "SelectableItem",
602
- "fields": [],
603
601
  "itemActions": [
604
602
  {
605
- "icon": "check",
606
603
  "label": "Select",
604
+ "icon": "check",
607
605
  "event": "SELECT"
608
606
  }
609
607
  ],
608
+ "fields": [],
609
+ "entity": "SelectableItem",
610
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
610
611
  "renderItem": [
611
612
  "fn",
612
613
  "item",
613
614
  {
615
+ "direction": "horizontal",
616
+ "type": "stack",
614
617
  "align": "center",
615
- "gap": "sm",
616
618
  "children": [
617
619
  {
618
- "label": "@item.name",
619
- "type": "checkbox"
620
+ "type": "checkbox",
621
+ "label": "@item.name"
620
622
  }
621
623
  ],
622
- "direction": "horizontal",
623
- "type": "stack"
624
+ "gap": "sm"
624
625
  }
625
626
  ]
626
627
  }
627
628
  ],
628
629
  "gap": "lg",
629
- "type": "stack",
630
630
  "direction": "vertical"
631
631
  }
632
632
  ]
@@ -642,8 +642,8 @@
642
642
  "SelectableItem",
643
643
  {
644
644
  "emit": {
645
- "success": "SelectableItemLoaded",
646
- "failure": "SelectableItemLoadFailed"
645
+ "failure": "SelectableItemLoadFailed",
646
+ "success": "SelectableItemLoaded"
647
647
  }
648
648
  }
649
649
  ],
@@ -652,22 +652,22 @@
652
652
  "main",
653
653
  {
654
654
  "gap": "lg",
655
- "type": "stack",
656
655
  "direction": "vertical",
656
+ "type": "stack",
657
657
  "children": [
658
658
  {
659
- "type": "stack",
660
659
  "direction": "horizontal",
661
660
  "gap": "sm",
661
+ "type": "stack",
662
662
  "children": [
663
663
  {
664
- "type": "icon",
665
- "name": "check-square"
664
+ "name": "check-square",
665
+ "type": "icon"
666
666
  },
667
667
  {
668
- "type": "typography",
669
668
  "variant": "h2",
670
- "content": "SelectableItems"
669
+ "content": "SelectableItems",
670
+ "type": "typography"
671
671
  }
672
672
  ],
673
673
  "align": "center"
@@ -676,13 +676,14 @@
676
676
  "type": "divider"
677
677
  },
678
678
  {
679
- "color": "muted",
680
679
  "content": "Choose a selectableitem to continue.",
681
- "variant": "caption",
682
- "type": "typography"
680
+ "type": "typography",
681
+ "color": "muted",
682
+ "variant": "caption"
683
683
  },
684
684
  {
685
- "entity": "SelectableItem",
685
+ "type": "data-grid",
686
+ "fields": [],
686
687
  "itemActions": [
687
688
  {
688
689
  "label": "Select",
@@ -690,25 +691,24 @@
690
691
  "icon": "check"
691
692
  }
692
693
  ],
693
- "className": "transition-shadow hover:shadow-md cursor-pointer",
694
- "fields": [],
695
- "type": "data-grid",
694
+ "entity": "SelectableItem",
696
695
  "renderItem": [
697
696
  "fn",
698
697
  "item",
699
698
  {
699
+ "gap": "sm",
700
+ "align": "center",
701
+ "type": "stack",
702
+ "direction": "horizontal",
700
703
  "children": [
701
704
  {
702
705
  "type": "checkbox",
703
706
  "label": "@item.name"
704
707
  }
705
- ],
706
- "gap": "sm",
707
- "direction": "horizontal",
708
- "type": "stack",
709
- "align": "center"
708
+ ]
710
709
  }
711
- ]
710
+ ],
711
+ "className": "transition-shadow hover:shadow-md cursor-pointer"
712
712
  }
713
713
  ]
714
714
  }
@@ -725,16 +725,20 @@
725
725
  "main",
726
726
  {
727
727
  "direction": "vertical",
728
+ "gap": "lg",
728
729
  "type": "stack",
729
730
  "children": [
730
731
  {
731
- "align": "center",
732
- "gap": "md",
733
- "type": "stack",
734
732
  "direction": "horizontal",
735
- "justify": "between",
733
+ "type": "stack",
734
+ "gap": "md",
735
+ "align": "center",
736
736
  "children": [
737
737
  {
738
+ "type": "stack",
739
+ "gap": "md",
740
+ "direction": "horizontal",
741
+ "align": "center",
738
742
  "children": [
739
743
  {
740
744
  "name": "check-circle",
@@ -742,56 +746,52 @@
742
746
  },
743
747
  {
744
748
  "type": "typography",
745
- "content": "Selection Confirmed",
746
- "variant": "h2"
749
+ "variant": "h2",
750
+ "content": "Selection Confirmed"
747
751
  }
748
- ],
749
- "gap": "md",
750
- "type": "stack",
751
- "direction": "horizontal",
752
- "align": "center"
752
+ ]
753
753
  },
754
754
  {
755
755
  "type": "badge",
756
756
  "label": "Confirmed"
757
757
  }
758
- ]
758
+ ],
759
+ "justify": "between"
759
760
  },
760
761
  {
761
762
  "type": "divider"
762
763
  },
763
764
  {
764
- "variant": "success",
765
765
  "type": "alert",
766
+ "variant": "success",
766
767
  "message": "Selection confirmed successfully."
767
768
  },
768
769
  {
769
770
  "type": "stack",
771
+ "direction": "horizontal",
770
772
  "align": "center",
773
+ "gap": "md",
771
774
  "children": [
772
775
  {
773
- "variant": "caption",
774
776
  "type": "typography",
777
+ "variant": "caption",
775
778
  "content": "Selected ID:"
776
779
  },
777
780
  {
781
+ "content": "@payload.id",
778
782
  "variant": "body",
779
- "type": "typography",
780
- "content": "@payload.id"
783
+ "type": "typography"
781
784
  }
782
- ],
783
- "gap": "md",
784
- "direction": "horizontal"
785
+ ]
785
786
  },
786
787
  {
787
- "label": "Clear Selection",
788
- "type": "button",
788
+ "icon": "rotate-ccw",
789
789
  "variant": "ghost",
790
+ "label": "Clear Selection",
790
791
  "action": "CLEAR",
791
- "icon": "rotate-ccw"
792
+ "type": "button"
792
793
  }
793
- ],
794
- "gap": "lg"
794
+ ]
795
795
  }
796
796
  ]
797
797
  ]
@@ -815,44 +815,47 @@
815
815
  "render-ui",
816
816
  "main",
817
817
  {
818
+ "direction": "vertical",
819
+ "gap": "lg",
818
820
  "type": "stack",
819
821
  "children": [
820
822
  {
821
- "direction": "horizontal",
822
- "type": "stack",
823
823
  "children": [
824
824
  {
825
825
  "type": "icon",
826
826
  "name": "check-square"
827
827
  },
828
828
  {
829
+ "content": "SelectableItems",
829
830
  "type": "typography",
830
- "variant": "h2",
831
- "content": "SelectableItems"
831
+ "variant": "h2"
832
832
  }
833
833
  ],
834
834
  "gap": "sm",
835
+ "type": "stack",
836
+ "direction": "horizontal",
835
837
  "align": "center"
836
838
  },
837
839
  {
838
840
  "type": "divider"
839
841
  },
840
842
  {
841
- "variant": "caption",
843
+ "content": "Choose a selectableitem to continue.",
842
844
  "type": "typography",
843
845
  "color": "muted",
844
- "content": "Choose a selectableitem to continue."
846
+ "variant": "caption"
845
847
  },
846
848
  {
847
- "type": "data-grid",
849
+ "fields": [],
850
+ "entity": "SelectableItem",
848
851
  "renderItem": [
849
852
  "fn",
850
853
  "item",
851
854
  {
852
- "direction": "horizontal",
853
- "type": "stack",
854
855
  "gap": "sm",
856
+ "type": "stack",
855
857
  "align": "center",
858
+ "direction": "horizontal",
856
859
  "children": [
857
860
  {
858
861
  "type": "checkbox",
@@ -861,20 +864,17 @@
861
864
  ]
862
865
  }
863
866
  ],
867
+ "type": "data-grid",
864
868
  "className": "transition-shadow hover:shadow-md cursor-pointer",
865
869
  "itemActions": [
866
870
  {
867
- "icon": "check",
868
871
  "label": "Select",
872
+ "icon": "check",
869
873
  "event": "SELECT"
870
874
  }
871
- ],
872
- "entity": "SelectableItem",
873
- "fields": []
875
+ ]
874
876
  }
875
- ],
876
- "gap": "lg",
877
- "direction": "vertical"
877
+ ]
878
878
  }
879
879
  ]
880
880
  ]