@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
@@ -188,28 +188,23 @@
188
188
  "render-ui",
189
189
  "main",
190
190
  {
191
- "type": "dashboard-layout",
192
- "navItems": [
193
- {
194
- "href": "/feed",
195
- "label": "Feed",
196
- "icon": "layout-list"
197
- },
198
- {
199
- "label": "Messages",
200
- "href": "/messages",
201
- "icon": "message-circle"
202
- }
203
- ],
191
+ "appName": "SocialFeed",
204
192
  "children": [
205
193
  {
206
- "gap": "lg",
207
194
  "direction": "vertical",
195
+ "gap": "lg",
196
+ "type": "stack",
197
+ "className": "max-w-5xl mx-auto w-full",
208
198
  "children": [
209
199
  {
210
- "justify": "between",
200
+ "gap": "md",
201
+ "align": "center",
202
+ "direction": "horizontal",
211
203
  "children": [
212
204
  {
205
+ "type": "stack",
206
+ "gap": "sm",
207
+ "align": "center",
213
208
  "children": [
214
209
  {
215
210
  "type": "icon",
@@ -221,45 +216,40 @@
221
216
  "type": "typography"
222
217
  }
223
218
  ],
224
- "type": "stack",
225
- "gap": "sm",
226
- "align": "center",
227
219
  "direction": "horizontal"
228
220
  },
229
221
  {
222
+ "type": "stack",
223
+ "direction": "horizontal",
224
+ "gap": "sm",
230
225
  "children": [
231
226
  {
232
- "icon": "plus",
233
- "action": "CREATE",
234
227
  "type": "button",
228
+ "label": "New Post",
235
229
  "variant": "primary",
236
- "label": "New Post"
230
+ "action": "CREATE",
231
+ "icon": "plus"
237
232
  }
238
- ],
239
- "gap": "sm",
240
- "direction": "horizontal",
241
- "type": "stack"
233
+ ]
242
234
  }
243
235
  ],
244
236
  "type": "stack",
245
- "align": "center",
246
- "gap": "md",
247
- "direction": "horizontal"
237
+ "justify": "between"
248
238
  },
249
239
  {
250
240
  "type": "divider"
251
241
  },
252
242
  {
253
- "gap": "sm",
243
+ "entity": "Post",
254
244
  "columns": [
255
245
  {
256
246
  "name": "title",
257
- "variant": "h3",
258
- "icon": "rss"
247
+ "icon": "rss",
248
+ "variant": "h3"
259
249
  },
260
250
  {
261
- "name": "likes",
262
251
  "variant": "badge",
252
+ "name": "likes",
263
253
  "format": "number"
264
254
  },
265
255
  {
@@ -271,30 +261,40 @@
271
261
  "variant": "body"
272
262
  },
273
263
  {
274
- "name": "createdAt",
275
264
  "format": "date",
265
+ "name": "createdAt",
276
266
  "label": "Posted",
277
267
  "variant": "caption"
278
268
  }
279
269
  ],
280
- "entity": "Post",
281
- "fields": [],
282
- "type": "data-list",
270
+ "variant": "card",
271
+ "gap": "sm",
283
272
  "itemActions": [
284
273
  {
285
274
  "variant": "ghost",
286
- "event": "VIEW",
287
- "label": "View"
275
+ "label": "View",
276
+ "event": "VIEW"
288
277
  }
289
278
  ],
290
- "variant": "card"
279
+ "type": "data-list",
280
+ "fields": []
291
281
  }
292
- ],
293
- "type": "stack",
294
- "className": "max-w-5xl mx-auto w-full"
282
+ ]
295
283
  }
296
284
  ],
297
- "appName": "SocialFeed"
285
+ "type": "dashboard-layout",
286
+ "navItems": [
287
+ {
288
+ "label": "Feed",
289
+ "href": "/feed",
290
+ "icon": "layout-list"
291
+ },
292
+ {
293
+ "href": "/messages",
294
+ "icon": "message-circle",
295
+ "label": "Messages"
296
+ }
297
+ ]
298
298
  }
299
299
  ]
300
300
  ]
@@ -450,8 +450,8 @@
450
450
  "Post",
451
451
  {
452
452
  "emit": {
453
- "failure": "PostLoadFailed",
454
- "success": "PostLoaded"
453
+ "success": "PostLoaded",
454
+ "failure": "PostLoadFailed"
455
455
  }
456
456
  }
457
457
  ],
@@ -459,22 +459,24 @@
459
459
  "render-ui",
460
460
  "modal",
461
461
  {
462
+ "type": "stack",
463
+ "direction": "vertical",
462
464
  "gap": "md",
463
465
  "children": [
464
466
  {
465
- "gap": "sm",
466
467
  "type": "stack",
467
468
  "children": [
468
469
  {
469
- "type": "icon",
470
- "name": "plus-circle"
470
+ "name": "plus-circle",
471
+ "type": "icon"
471
472
  },
472
473
  {
474
+ "variant": "h3",
473
475
  "type": "typography",
474
- "content": "Create Post",
475
- "variant": "h3"
476
+ "content": "Create Post"
476
477
  }
477
478
  ],
479
+ "gap": "sm",
478
480
  "direction": "horizontal"
479
481
  },
480
482
  {
@@ -487,15 +489,13 @@
487
489
  "author",
488
490
  "likes"
489
491
  ],
492
+ "entity": "Post",
490
493
  "type": "form-section",
491
494
  "mode": "create",
492
- "cancelEvent": "CLOSE",
493
- "entity": "Post",
494
- "submitEvent": "SAVE"
495
+ "submitEvent": "SAVE",
496
+ "cancelEvent": "CLOSE"
495
497
  }
496
- ],
497
- "type": "stack",
498
- "direction": "vertical"
498
+ ]
499
499
  }
500
500
  ]
501
501
  ]
@@ -706,37 +706,36 @@
706
706
  "fetch",
707
707
  "Post",
708
708
  {
709
- "id": "@payload.id",
710
709
  "emit": {
711
710
  "failure": "PostLoadFailed",
712
711
  "success": "PostLoaded"
713
- }
712
+ },
713
+ "id": "@payload.id"
714
714
  }
715
715
  ],
716
716
  [
717
717
  "render-ui",
718
718
  "modal",
719
719
  {
720
- "type": "stack",
721
- "direction": "vertical",
722
720
  "gap": "md",
721
+ "direction": "vertical",
723
722
  "children": [
724
723
  {
725
- "type": "stack",
726
- "direction": "horizontal",
727
- "gap": "sm",
728
- "align": "center",
729
724
  "children": [
730
725
  {
731
726
  "type": "icon",
732
727
  "name": "eye"
733
728
  },
734
729
  {
735
- "type": "typography",
730
+ "content": "@entity.title",
736
731
  "variant": "h3",
737
- "content": "@entity.title"
732
+ "type": "typography"
738
733
  }
739
- ]
734
+ ],
735
+ "align": "center",
736
+ "direction": "horizontal",
737
+ "type": "stack",
738
+ "gap": "sm"
740
739
  },
741
740
  {
742
741
  "type": "divider"
@@ -749,101 +748,102 @@
749
748
  "variant": "caption"
750
749
  },
751
750
  {
752
- "content": "@entity.title",
751
+ "variant": "body",
753
752
  "type": "typography",
754
- "variant": "body"
753
+ "content": "@entity.title"
755
754
  }
756
755
  ],
757
- "type": "stack",
758
756
  "direction": "horizontal",
759
- "gap": "md"
757
+ "gap": "md",
758
+ "type": "stack"
760
759
  },
761
760
  {
762
761
  "type": "stack",
763
- "direction": "horizontal",
764
- "gap": "md",
765
762
  "children": [
766
763
  {
767
764
  "type": "typography",
768
- "content": "Content",
769
- "variant": "caption"
765
+ "variant": "caption",
766
+ "content": "Content"
770
767
  },
771
768
  {
772
769
  "content": "@entity.content",
773
- "type": "typography",
774
- "variant": "body"
770
+ "variant": "body",
771
+ "type": "typography"
775
772
  }
776
- ]
773
+ ],
774
+ "gap": "md",
775
+ "direction": "horizontal"
777
776
  },
778
777
  {
778
+ "direction": "horizontal",
779
779
  "gap": "md",
780
+ "type": "stack",
780
781
  "children": [
781
782
  {
782
- "variant": "caption",
783
783
  "content": "Author",
784
- "type": "typography"
784
+ "type": "typography",
785
+ "variant": "caption"
785
786
  },
786
787
  {
787
788
  "variant": "body",
788
789
  "type": "typography",
789
790
  "content": "@entity.author"
790
791
  }
791
- ],
792
- "type": "stack",
793
- "direction": "horizontal"
792
+ ]
794
793
  },
795
794
  {
795
+ "type": "stack",
796
+ "direction": "horizontal",
797
+ "gap": "md",
796
798
  "children": [
797
799
  {
798
800
  "type": "typography",
799
- "content": "Created At",
800
- "variant": "caption"
801
+ "variant": "caption",
802
+ "content": "Created At"
801
803
  },
802
804
  {
803
- "variant": "body",
804
805
  "type": "typography",
805
- "content": "@entity.createdAt"
806
+ "content": "@entity.createdAt",
807
+ "variant": "body"
806
808
  }
807
- ],
808
- "type": "stack",
809
- "direction": "horizontal",
810
- "gap": "md"
809
+ ]
811
810
  },
812
811
  {
813
- "type": "stack",
814
- "gap": "md",
815
812
  "children": [
816
813
  {
814
+ "content": "Likes",
817
815
  "type": "typography",
818
- "variant": "caption",
819
- "content": "Likes"
816
+ "variant": "caption"
820
817
  },
821
818
  {
822
- "variant": "body",
819
+ "type": "typography",
823
820
  "content": "@entity.likes",
824
- "type": "typography"
821
+ "variant": "body"
825
822
  }
826
823
  ],
824
+ "gap": "md",
825
+ "type": "stack",
827
826
  "direction": "horizontal"
828
827
  },
829
828
  {
830
829
  "type": "divider"
831
830
  },
832
831
  {
833
- "direction": "horizontal",
832
+ "justify": "end",
834
833
  "gap": "sm",
835
834
  "type": "stack",
836
- "justify": "end",
835
+ "direction": "horizontal",
837
836
  "children": [
838
837
  {
839
- "type": "button",
840
- "label": "Close",
841
838
  "action": "CLOSE",
839
+ "label": "Close",
840
+ "type": "button",
842
841
  "variant": "ghost"
843
842
  }
844
843
  ]
845
844
  }
846
- ]
845
+ ],
846
+ "type": "stack"
847
847
  }
848
848
  ]
849
849
  ]
@@ -1073,24 +1073,20 @@
1073
1073
  "main",
1074
1074
  {
1075
1075
  "type": "dashboard-layout",
1076
- "appName": "SocialFeed",
1077
1076
  "children": [
1078
1077
  {
1079
- "type": "stack",
1080
- "gap": "lg",
1081
- "className": "max-w-5xl mx-auto w-full",
1082
- "direction": "vertical",
1083
1078
  "children": [
1084
1079
  {
1080
+ "justify": "between",
1085
1081
  "gap": "md",
1086
1082
  "direction": "horizontal",
1087
- "align": "center",
1088
1083
  "type": "stack",
1089
1084
  "children": [
1090
1085
  {
1086
+ "gap": "sm",
1091
1087
  "direction": "horizontal",
1088
+ "align": "center",
1092
1089
  "type": "stack",
1093
- "gap": "sm",
1094
1090
  "children": [
1095
1091
  {
1096
1092
  "name": "message-circle",
@@ -1098,50 +1094,44 @@
1098
1094
  },
1099
1095
  {
1100
1096
  "content": "Messages",
1101
- "type": "typography",
1102
- "variant": "h2"
1097
+ "variant": "h2",
1098
+ "type": "typography"
1103
1099
  }
1104
- ],
1105
- "align": "center"
1100
+ ]
1106
1101
  },
1107
1102
  {
1108
- "type": "stack",
1109
- "direction": "horizontal",
1110
- "gap": "sm",
1111
1103
  "children": [
1112
1104
  {
1113
- "type": "button",
1114
- "action": "COMPOSE",
1115
- "icon": "edit",
1116
1105
  "label": "Compose",
1117
- "variant": "primary"
1106
+ "action": "COMPOSE",
1107
+ "variant": "primary",
1108
+ "type": "button",
1109
+ "icon": "edit"
1118
1110
  }
1119
- ]
1111
+ ],
1112
+ "gap": "sm",
1113
+ "type": "stack",
1114
+ "direction": "horizontal"
1120
1115
  }
1121
1116
  ],
1122
- "justify": "between"
1117
+ "align": "center"
1123
1118
  },
1124
1119
  {
1125
1120
  "type": "divider"
1126
1121
  },
1127
1122
  {
1128
- "gap": "sm",
1129
- "type": "data-list",
1130
- "entity": "Comment",
1131
- "fields": [],
1132
- "variant": "card",
1133
1123
  "itemActions": [
1134
1124
  {
1135
1125
  "event": "VIEW",
1136
- "variant": "ghost",
1137
- "label": "View"
1126
+ "label": "View",
1127
+ "variant": "ghost"
1138
1128
  }
1139
1129
  ],
1140
1130
  "columns": [
1141
1131
  {
1132
+ "icon": "message-circle",
1142
1133
  "name": "author",
1143
- "variant": "h4",
1144
- "icon": "message-circle"
1134
+ "variant": "h4"
1145
1135
  },
1146
1136
  {
1147
1137
  "name": "body",
@@ -1152,23 +1142,33 @@
1152
1142
  "variant": "caption",
1153
1143
  "name": "createdAt"
1154
1144
  }
1155
- ]
1145
+ ],
1146
+ "fields": [],
1147
+ "variant": "card",
1148
+ "entity": "Comment",
1149
+ "gap": "sm",
1150
+ "type": "data-list"
1156
1151
  }
1157
- ]
1152
+ ],
1153
+ "direction": "vertical",
1154
+ "gap": "lg",
1155
+ "className": "max-w-5xl mx-auto w-full",
1156
+ "type": "stack"
1158
1157
  }
1159
1158
  ],
1160
1159
  "navItems": [
1161
1160
  {
1162
- "href": "/feed",
1163
1161
  "label": "Feed",
1162
+ "href": "/feed",
1164
1163
  "icon": "layout-list"
1165
1164
  },
1166
1165
  {
1166
+ "icon": "message-circle",
1167
1167
  "href": "/messages",
1168
- "label": "Messages",
1169
- "icon": "message-circle"
1168
+ "label": "Messages"
1170
1169
  }
1171
- ]
1170
+ ],
1171
+ "appName": "SocialFeed"
1172
1172
  }
1173
1173
  ]
1174
1174
  ]
@@ -1317,9 +1317,14 @@
1317
1317
  "render-ui",
1318
1318
  "modal",
1319
1319
  {
1320
+ "direction": "vertical",
1321
+ "type": "stack",
1322
+ "gap": "md",
1320
1323
  "children": [
1321
1324
  {
1322
1325
  "gap": "sm",
1326
+ "type": "stack",
1327
+ "direction": "horizontal",
1323
1328
  "children": [
1324
1329
  {
1325
1330
  "name": "edit",
@@ -1330,29 +1335,24 @@
1330
1335
  "type": "typography",
1331
1336
  "variant": "h3"
1332
1337
  }
1333
- ],
1334
- "type": "stack",
1335
- "direction": "horizontal"
1338
+ ]
1336
1339
  },
1337
1340
  {
1338
1341
  "type": "divider"
1339
1342
  },
1340
1343
  {
1341
- "cancelEvent": "CLOSE",
1342
1344
  "fields": [
1343
1345
  "body",
1344
1346
  "author",
1345
1347
  "postId"
1346
1348
  ],
1347
- "entity": "Comment",
1348
- "mode": "create",
1349
+ "cancelEvent": "CLOSE",
1349
1350
  "type": "form-section",
1350
- "submitEvent": "SEND"
1351
+ "mode": "create",
1352
+ "submitEvent": "SEND",
1353
+ "entity": "Comment"
1351
1354
  }
1352
- ],
1353
- "gap": "md",
1354
- "type": "stack",
1355
- "direction": "vertical"
1355
+ ]
1356
1356
  }
1357
1357
  ]
1358
1358
  ]
@@ -1547,65 +1547,65 @@
1547
1547
  "fetch",
1548
1548
  "Comment",
1549
1549
  {
1550
- "id": "@payload.id",
1551
1550
  "emit": {
1552
- "failure": "CommentLoadFailed",
1553
- "success": "CommentLoaded"
1554
- }
1551
+ "success": "CommentLoaded",
1552
+ "failure": "CommentLoadFailed"
1553
+ },
1554
+ "id": "@payload.id"
1555
1555
  }
1556
1556
  ],
1557
1557
  [
1558
1558
  "render-ui",
1559
1559
  "modal",
1560
1560
  {
1561
- "type": "stack",
1562
1561
  "direction": "vertical",
1563
1562
  "gap": "md",
1564
1563
  "children": [
1565
1564
  {
1566
- "align": "center",
1567
- "gap": "sm",
1568
1565
  "children": [
1569
1566
  {
1570
- "type": "icon",
1571
- "name": "eye"
1567
+ "name": "eye",
1568
+ "type": "icon"
1572
1569
  },
1573
1570
  {
1574
- "variant": "h3",
1575
1571
  "content": "@entity.body",
1572
+ "variant": "h3",
1576
1573
  "type": "typography"
1577
1574
  }
1578
1575
  ],
1579
1576
  "type": "stack",
1580
- "direction": "horizontal"
1577
+ "direction": "horizontal",
1578
+ "gap": "sm",
1579
+ "align": "center"
1581
1580
  },
1582
1581
  {
1583
1582
  "type": "divider"
1584
1583
  },
1585
1584
  {
1585
+ "gap": "md",
1586
1586
  "type": "stack",
1587
1587
  "children": [
1588
1588
  {
1589
+ "type": "typography",
1589
1590
  "variant": "caption",
1590
- "content": "Body",
1591
- "type": "typography"
1591
+ "content": "Body"
1592
1592
  },
1593
1593
  {
1594
1594
  "type": "typography",
1595
- "variant": "body",
1596
- "content": "@entity.body"
1595
+ "content": "@entity.body",
1596
+ "variant": "body"
1597
1597
  }
1598
1598
  ],
1599
- "direction": "horizontal",
1600
- "gap": "md"
1599
+ "direction": "horizontal"
1601
1600
  },
1602
1601
  {
1603
1602
  "type": "stack",
1603
+ "gap": "md",
1604
1604
  "children": [
1605
1605
  {
1606
+ "type": "typography",
1606
1607
  "content": "Author",
1607
- "variant": "caption",
1608
- "type": "typography"
1608
+ "variant": "caption"
1609
1609
  },
1610
1610
  {
1611
1611
  "variant": "body",
@@ -1613,61 +1613,61 @@
1613
1613
  "type": "typography"
1614
1614
  }
1615
1615
  ],
1616
- "gap": "md",
1617
1616
  "direction": "horizontal"
1618
1617
  },
1619
1618
  {
1620
1619
  "children": [
1621
1620
  {
1622
1621
  "content": "Post ID",
1623
- "variant": "caption",
1624
- "type": "typography"
1622
+ "type": "typography",
1623
+ "variant": "caption"
1625
1624
  },
1626
1625
  {
1627
- "type": "typography",
1626
+ "content": "@entity.postId",
1628
1627
  "variant": "body",
1629
- "content": "@entity.postId"
1628
+ "type": "typography"
1630
1629
  }
1631
1630
  ],
1632
- "type": "stack",
1631
+ "direction": "horizontal",
1633
1632
  "gap": "md",
1634
- "direction": "horizontal"
1633
+ "type": "stack"
1635
1634
  },
1636
1635
  {
1637
- "type": "stack",
1638
- "direction": "horizontal",
1639
- "gap": "md",
1640
1636
  "children": [
1641
1637
  {
1642
- "content": "Created At",
1643
1638
  "type": "typography",
1644
- "variant": "caption"
1639
+ "variant": "caption",
1640
+ "content": "Created At"
1645
1641
  },
1646
1642
  {
1647
1643
  "type": "typography",
1648
- "variant": "body",
1649
- "content": "@entity.createdAt"
1644
+ "content": "@entity.createdAt",
1645
+ "variant": "body"
1650
1646
  }
1651
- ]
1647
+ ],
1648
+ "gap": "md",
1649
+ "direction": "horizontal",
1650
+ "type": "stack"
1652
1651
  },
1653
1652
  {
1654
1653
  "type": "divider"
1655
1654
  },
1656
1655
  {
1657
1656
  "type": "stack",
1658
- "gap": "sm",
1659
- "justify": "end",
1660
1657
  "direction": "horizontal",
1658
+ "gap": "sm",
1661
1659
  "children": [
1662
1660
  {
1663
1661
  "label": "Close",
1664
1662
  "action": "CLOSE",
1665
- "type": "button",
1666
- "variant": "ghost"
1663
+ "variant": "ghost",
1664
+ "type": "button"
1667
1665
  }
1668
- ]
1666
+ ],
1667
+ "justify": "end"
1669
1668
  }
1670
- ]
1669
+ ],
1670
+ "type": "stack"
1671
1671
  }
1672
1672
  ]
1673
1673
  ]