@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
@@ -305,22 +305,25 @@
305
305
  "render-ui",
306
306
  "main",
307
307
  {
308
+ "type": "stack",
309
+ "gap": "lg",
308
310
  "direction": "vertical",
311
+ "align": "stretch",
309
312
  "children": [
310
313
  {
311
- "align": "center",
312
- "type": "stack",
313
314
  "children": [
314
315
  {
315
316
  "name": "video",
316
317
  "type": "icon"
317
318
  },
318
319
  {
320
+ "type": "typography",
319
321
  "content": "YouTube Search",
320
- "variant": "h2",
321
- "type": "typography"
322
+ "variant": "h2"
322
323
  }
323
324
  ],
325
+ "align": "center",
326
+ "type": "stack",
324
327
  "gap": "md",
325
328
  "direction": "horizontal"
326
329
  },
@@ -332,16 +335,13 @@
332
335
  "placeholder": "Search YouTube videos..."
333
336
  },
334
337
  {
335
- "variant": "primary",
338
+ "label": "Search",
336
339
  "icon": "search",
340
+ "type": "button",
337
341
  "action": "SEARCH",
338
- "label": "Search",
339
- "type": "button"
342
+ "variant": "primary"
340
343
  }
341
- ],
342
- "gap": "lg",
343
- "align": "stretch",
344
- "type": "stack"
344
+ ]
345
345
  }
346
346
  ]
347
347
  ]
@@ -356,8 +356,8 @@
356
356
  "main",
357
357
  {
358
358
  "message": "Searching YouTube for videos...",
359
- "type": "loading-state",
360
- "title": "Searching..."
359
+ "title": "Searching...",
360
+ "type": "loading-state"
361
361
  }
362
362
  ],
363
363
  [
@@ -365,9 +365,9 @@
365
365
  "youtube",
366
366
  "search",
367
367
  {
368
- "type": "video",
368
+ "maxResults": 10.0,
369
369
  "query": "@entity.query",
370
- "maxResults": 10.0
370
+ "type": "video"
371
371
  }
372
372
  ]
373
373
  ]
@@ -386,59 +386,59 @@
386
386
  "render-ui",
387
387
  "main",
388
388
  {
389
- "type": "stack",
390
- "align": "stretch",
389
+ "direction": "vertical",
391
390
  "gap": "lg",
391
+ "align": "stretch",
392
+ "type": "stack",
392
393
  "children": [
393
394
  {
394
395
  "align": "center",
395
- "gap": "md",
396
- "type": "stack",
397
- "direction": "horizontal",
398
396
  "children": [
399
397
  {
400
- "name": "video",
401
- "type": "icon"
398
+ "type": "icon",
399
+ "name": "video"
402
400
  },
403
401
  {
404
- "type": "typography",
402
+ "content": "Search Results",
405
403
  "variant": "h2",
406
- "content": "Search Results"
404
+ "type": "typography"
407
405
  }
408
- ]
406
+ ],
407
+ "type": "stack",
408
+ "direction": "horizontal",
409
+ "gap": "md"
409
410
  },
410
411
  {
411
412
  "type": "divider"
412
413
  },
413
414
  {
414
415
  "variant": "body",
415
- "type": "typography",
416
- "content": "Select a video to view details."
416
+ "content": "Select a video to view details.",
417
+ "type": "typography"
417
418
  },
418
419
  {
419
420
  "children": [
420
421
  {
421
- "icon": "rotate-ccw",
422
- "variant": "ghost",
423
- "type": "button",
424
422
  "action": "RESET",
425
- "label": "New Search"
423
+ "label": "New Search",
424
+ "type": "button",
425
+ "variant": "ghost",
426
+ "icon": "rotate-ccw"
426
427
  },
427
428
  {
428
- "action": "SEARCH",
429
- "label": "Search Again",
430
- "icon": "search",
431
429
  "type": "button",
432
- "variant": "ghost"
430
+ "label": "Search Again",
431
+ "action": "SEARCH",
432
+ "variant": "ghost",
433
+ "icon": "search"
433
434
  }
434
435
  ],
435
436
  "type": "stack",
436
- "gap": "sm",
437
437
  "justify": "center",
438
+ "gap": "sm",
438
439
  "direction": "horizontal"
439
440
  }
440
- ],
441
- "direction": "vertical"
441
+ ]
442
442
  }
443
443
  ]
444
444
  ]
@@ -463,39 +463,39 @@
463
463
  "main",
464
464
  {
465
465
  "type": "stack",
466
- "gap": "lg",
467
466
  "children": [
468
467
  {
469
- "type": "error-state",
468
+ "onRetry": "SEARCH",
470
469
  "message": "@entity.error",
471
- "title": "Search Failed",
472
- "onRetry": "SEARCH"
470
+ "type": "error-state",
471
+ "title": "Search Failed"
473
472
  },
474
473
  {
475
- "type": "stack",
476
474
  "justify": "center",
477
- "gap": "sm",
475
+ "type": "stack",
478
476
  "children": [
479
477
  {
480
- "icon": "refresh-cw",
481
- "variant": "primary",
482
478
  "type": "button",
479
+ "action": "SEARCH",
480
+ "icon": "refresh-cw",
483
481
  "label": "Retry",
484
- "action": "SEARCH"
482
+ "variant": "primary"
485
483
  },
486
484
  {
487
485
  "type": "button",
486
+ "label": "Reset",
488
487
  "variant": "ghost",
489
- "action": "RESET",
490
488
  "icon": "rotate-ccw",
491
- "label": "Reset"
489
+ "action": "RESET"
492
490
  }
493
491
  ],
492
+ "gap": "sm",
494
493
  "direction": "horizontal"
495
494
  }
496
495
  ],
497
- "align": "center",
498
- "direction": "vertical"
496
+ "gap": "lg",
497
+ "direction": "vertical",
498
+ "align": "center"
499
499
  }
500
500
  ]
501
501
  ]
@@ -509,9 +509,9 @@
509
509
  "render-ui",
510
510
  "main",
511
511
  {
512
- "title": "Searching...",
513
512
  "type": "loading-state",
514
- "message": "Searching YouTube for videos..."
513
+ "message": "Searching YouTube for videos...",
514
+ "title": "Searching..."
515
515
  }
516
516
  ],
517
517
  [
@@ -519,8 +519,8 @@
519
519
  "youtube",
520
520
  "search",
521
521
  {
522
- "query": "@entity.query",
523
522
  "type": "video",
523
+ "query": "@entity.query",
524
524
  "maxResults": 10.0
525
525
  }
526
526
  ]
@@ -569,11 +569,12 @@
569
569
  "render-ui",
570
570
  "main",
571
571
  {
572
- "align": "stretch",
573
- "type": "stack",
574
- "gap": "lg",
572
+ "direction": "vertical",
575
573
  "children": [
576
574
  {
575
+ "type": "stack",
576
+ "direction": "horizontal",
577
+ "gap": "md",
577
578
  "align": "center",
578
579
  "children": [
579
580
  {
@@ -581,14 +582,11 @@
581
582
  "name": "video"
582
583
  },
583
584
  {
584
- "type": "typography",
585
+ "variant": "h2",
585
586
  "content": "YouTube Search",
586
- "variant": "h2"
587
+ "type": "typography"
587
588
  }
588
- ],
589
- "gap": "md",
590
- "type": "stack",
591
- "direction": "horizontal"
589
+ ]
592
590
  },
593
591
  {
594
592
  "type": "divider"
@@ -598,14 +596,16 @@
598
596
  "placeholder": "Search YouTube videos..."
599
597
  },
600
598
  {
601
- "label": "Search",
599
+ "action": "SEARCH",
602
600
  "variant": "primary",
601
+ "label": "Search",
603
602
  "type": "button",
604
- "icon": "search",
605
- "action": "SEARCH"
603
+ "icon": "search"
606
604
  }
607
605
  ],
608
- "direction": "vertical"
606
+ "type": "stack",
607
+ "gap": "lg",
608
+ "align": "stretch"
609
609
  }
610
610
  ]
611
611
  ]
@@ -629,44 +629,44 @@
629
629
  "render-ui",
630
630
  "main",
631
631
  {
632
- "align": "stretch",
633
- "type": "stack",
634
632
  "children": [
635
633
  {
636
- "direction": "horizontal",
637
- "align": "center",
638
634
  "children": [
639
635
  {
640
- "name": "video",
641
- "type": "icon"
636
+ "type": "icon",
637
+ "name": "video"
642
638
  },
643
639
  {
644
- "type": "typography",
640
+ "content": "@entity.videoTitle",
645
641
  "variant": "h2",
646
- "content": "@entity.videoTitle"
642
+ "type": "typography"
647
643
  }
648
644
  ],
645
+ "gap": "md",
649
646
  "type": "stack",
650
- "gap": "md"
647
+ "direction": "horizontal",
648
+ "align": "center"
651
649
  },
652
650
  {
653
651
  "type": "divider"
654
652
  },
655
653
  {
654
+ "content": "@entity.videoDescription",
656
655
  "variant": "body",
657
- "type": "typography",
658
- "content": "@entity.videoDescription"
656
+ "type": "typography"
659
657
  },
660
658
  {
661
- "type": "button",
662
- "action": "BACK",
659
+ "variant": "ghost",
663
660
  "icon": "arrow-left",
661
+ "type": "button",
664
662
  "label": "Back to Results",
665
- "variant": "ghost"
663
+ "action": "BACK"
666
664
  }
667
665
  ],
668
666
  "direction": "vertical",
669
- "gap": "lg"
667
+ "gap": "lg",
668
+ "align": "stretch",
669
+ "type": "stack"
670
670
  }
671
671
  ]
672
672
  ]
@@ -680,22 +680,22 @@
680
680
  "render-ui",
681
681
  "main",
682
682
  {
683
- "direction": "vertical",
683
+ "align": "stretch",
684
684
  "children": [
685
685
  {
686
- "type": "stack",
687
686
  "direction": "horizontal",
688
- "gap": "md",
687
+ "type": "stack",
689
688
  "align": "center",
689
+ "gap": "md",
690
690
  "children": [
691
691
  {
692
692
  "type": "icon",
693
693
  "name": "video"
694
694
  },
695
695
  {
696
- "type": "typography",
696
+ "variant": "h2",
697
697
  "content": "Search Results",
698
- "variant": "h2"
698
+ "type": "typography"
699
699
  }
700
700
  ]
701
701
  },
@@ -709,30 +709,30 @@
709
709
  },
710
710
  {
711
711
  "type": "stack",
712
+ "justify": "center",
712
713
  "children": [
713
714
  {
714
- "variant": "ghost",
715
- "type": "button",
716
- "label": "New Search",
717
715
  "action": "RESET",
718
- "icon": "rotate-ccw"
716
+ "icon": "rotate-ccw",
717
+ "label": "New Search",
718
+ "variant": "ghost",
719
+ "type": "button"
719
720
  },
720
721
  {
721
- "action": "SEARCH",
722
722
  "label": "Search Again",
723
+ "icon": "search",
723
724
  "type": "button",
724
- "variant": "ghost",
725
- "icon": "search"
725
+ "action": "SEARCH",
726
+ "variant": "ghost"
726
727
  }
727
728
  ],
728
- "justify": "center",
729
- "direction": "horizontal",
730
- "gap": "sm"
729
+ "gap": "sm",
730
+ "direction": "horizontal"
731
731
  }
732
732
  ],
733
733
  "type": "stack",
734
- "align": "stretch",
735
- "gap": "lg"
734
+ "gap": "lg",
735
+ "direction": "vertical"
736
736
  }
737
737
  ]
738
738
  ]
@@ -756,27 +756,25 @@
756
756
  "render-ui",
757
757
  "main",
758
758
  {
759
- "type": "stack",
760
- "direction": "vertical",
761
759
  "gap": "lg",
762
760
  "align": "stretch",
763
761
  "children": [
764
762
  {
765
763
  "align": "center",
766
- "gap": "md",
767
764
  "children": [
768
765
  {
769
- "name": "video",
770
- "type": "icon"
766
+ "type": "icon",
767
+ "name": "video"
771
768
  },
772
769
  {
773
770
  "content": "YouTube Search",
774
- "variant": "h2",
775
- "type": "typography"
771
+ "type": "typography",
772
+ "variant": "h2"
776
773
  }
777
774
  ],
775
+ "direction": "horizontal",
778
776
  "type": "stack",
779
- "direction": "horizontal"
777
+ "gap": "md"
780
778
  },
781
779
  {
782
780
  "type": "divider"
@@ -786,13 +784,15 @@
786
784
  "placeholder": "Search YouTube videos..."
787
785
  },
788
786
  {
789
- "variant": "primary",
787
+ "icon": "search",
790
788
  "type": "button",
791
789
  "label": "Search",
792
- "icon": "search",
793
- "action": "SEARCH"
790
+ "action": "SEARCH",
791
+ "variant": "primary"
794
792
  }
795
- ]
793
+ ],
794
+ "type": "stack",
795
+ "direction": "vertical"
796
796
  }
797
797
  ]
798
798
  ]
@@ -166,12 +166,12 @@
166
166
  "render-ui",
167
167
  "main",
168
168
  {
169
- "height": 400.0,
170
- "width": 800.0,
171
169
  "preset": "pendulum",
170
+ "type": "simulation-canvas",
172
171
  "speed": 1.0,
173
- "running": false,
174
- "type": "simulation-canvas"
172
+ "width": 800.0,
173
+ "height": 400.0,
174
+ "running": false
175
175
  }
176
176
  ]
177
177
  ]
@@ -185,12 +185,12 @@
185
185
  "render-ui",
186
186
  "main",
187
187
  {
188
- "type": "simulation-canvas",
189
- "width": 800.0,
190
- "height": 400.0,
191
188
  "running": true,
189
+ "speed": 1.0,
190
+ "height": 400.0,
191
+ "width": 800.0,
192
192
  "preset": "pendulum",
193
- "speed": 1.0
193
+ "type": "simulation-canvas"
194
194
  }
195
195
  ]
196
196
  ]
@@ -204,12 +204,12 @@
204
204
  "render-ui",
205
205
  "main",
206
206
  {
207
- "width": 800.0,
207
+ "height": 400.0,
208
+ "speed": 1.0,
208
209
  "type": "simulation-canvas",
209
- "preset": "pendulum",
210
210
  "running": false,
211
- "speed": 1.0,
212
- "height": 400.0
211
+ "width": 800.0,
212
+ "preset": "pendulum"
213
213
  }
214
214
  ]
215
215
  ]
@@ -223,12 +223,12 @@
223
223
  "render-ui",
224
224
  "main",
225
225
  {
226
- "speed": 1.0,
227
226
  "height": 400.0,
228
- "running": false,
229
- "width": 800.0,
230
227
  "type": "simulation-canvas",
231
- "preset": "pendulum"
228
+ "preset": "pendulum",
229
+ "running": false,
230
+ "speed": 1.0,
231
+ "width": 800.0
232
232
  }
233
233
  ]
234
234
  ]
@@ -242,12 +242,12 @@
242
242
  "render-ui",
243
243
  "main",
244
244
  {
245
- "height": 400.0,
246
- "width": 800.0,
247
- "preset": "pendulum",
248
- "type": "simulation-canvas",
249
245
  "speed": 1.0,
250
- "running": true
246
+ "type": "simulation-canvas",
247
+ "width": 800.0,
248
+ "height": 400.0,
249
+ "running": true,
250
+ "preset": "pendulum"
251
251
  }
252
252
  ]
253
253
  ]