@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
@@ -222,38 +222,35 @@
222
222
  "render-ui",
223
223
  "main",
224
224
  {
225
- "direction": "vertical",
226
- "gap": "lg",
227
- "type": "stack",
228
225
  "children": [
229
226
  {
227
+ "gap": "md",
228
+ "justify": "between",
230
229
  "direction": "horizontal",
231
230
  "align": "center",
232
231
  "children": [
233
232
  {
233
+ "type": "stack",
234
+ "direction": "horizontal",
234
235
  "align": "center",
235
236
  "children": [
236
237
  {
237
- "type": "icon",
238
- "name": "calendar"
238
+ "name": "calendar",
239
+ "type": "icon"
239
240
  },
240
241
  {
241
- "type": "typography",
242
+ "variant": "h2",
242
243
  "content": "CalendarEvents Calendar",
243
- "variant": "h2"
244
+ "type": "typography"
244
245
  }
245
246
  ],
246
- "type": "stack",
247
- "gap": "sm",
248
- "direction": "horizontal"
247
+ "gap": "sm"
249
248
  },
250
249
  {
251
250
  "type": "date-range-selector",
252
251
  "onSelect": "SELECT_DAY"
253
252
  }
254
253
  ],
255
- "justify": "between",
256
- "gap": "md",
257
254
  "type": "stack"
258
255
  },
259
256
  {
@@ -267,45 +264,48 @@
267
264
  },
268
265
  {
269
266
  "content": "Upcoming Events",
270
- "variant": "h4",
271
- "type": "typography"
267
+ "type": "typography",
268
+ "variant": "h4"
272
269
  },
273
270
  {
274
- "entity": "CalendarEvent",
275
271
  "fields": [
276
272
  {
273
+ "name": "name",
277
274
  "label": "Event",
278
275
  "variant": "h4",
279
- "icon": "calendar",
280
- "name": "name"
276
+ "icon": "calendar"
281
277
  },
282
278
  {
279
+ "name": "time",
283
280
  "label": "Time",
284
- "variant": "badge",
285
- "name": "time"
281
+ "variant": "badge"
286
282
  },
287
283
  {
288
- "label": "Date",
289
- "variant": "caption",
290
284
  "name": "date",
291
- "format": "date"
285
+ "format": "date",
286
+ "variant": "caption",
287
+ "label": "Date"
292
288
  },
293
289
  {
294
- "variant": "badge",
295
290
  "label": "Status",
291
+ "variant": "badge",
296
292
  "name": "status"
297
293
  }
298
294
  ],
299
- "type": "data-list",
300
295
  "itemActions": [
301
296
  {
302
- "label": "View",
297
+ "icon": "eye",
303
298
  "event": "SELECT_DAY",
304
- "icon": "eye"
299
+ "label": "View"
305
300
  }
306
- ]
301
+ ],
302
+ "entity": "CalendarEvent",
303
+ "type": "data-list"
307
304
  }
308
- ]
305
+ ],
306
+ "direction": "vertical",
307
+ "gap": "lg",
308
+ "type": "stack"
309
309
  }
310
310
  ]
311
311
  ]
@@ -330,76 +330,76 @@
330
330
  "main",
331
331
  {
332
332
  "gap": "lg",
333
- "direction": "vertical",
334
333
  "type": "stack",
334
+ "direction": "vertical",
335
335
  "children": [
336
336
  {
337
- "justify": "between",
338
- "gap": "md",
339
- "align": "center",
337
+ "type": "stack",
338
+ "direction": "horizontal",
340
339
  "children": [
341
340
  {
342
- "gap": "sm",
343
- "align": "center",
344
- "type": "stack",
345
- "direction": "horizontal",
346
341
  "children": [
347
342
  {
348
343
  "name": "clock",
349
344
  "type": "icon"
350
345
  },
351
346
  {
352
- "type": "typography",
353
347
  "content": "Day View",
354
- "variant": "h2"
348
+ "variant": "h2",
349
+ "type": "typography"
355
350
  }
356
- ]
351
+ ],
352
+ "align": "center",
353
+ "type": "stack",
354
+ "direction": "horizontal",
355
+ "gap": "sm"
357
356
  },
358
357
  {
359
- "icon": "arrow-left",
360
358
  "label": "Back to Month",
361
- "action": "BACK",
362
359
  "variant": "ghost",
360
+ "action": "BACK",
361
+ "icon": "arrow-left",
363
362
  "type": "button"
364
363
  }
365
364
  ],
366
- "direction": "horizontal",
367
- "type": "stack"
365
+ "align": "center",
366
+ "gap": "md",
367
+ "justify": "between"
368
368
  },
369
369
  {
370
370
  "type": "divider"
371
371
  },
372
372
  {
373
373
  "variant": "h4",
374
- "content": "Events for Selected Day",
375
- "type": "typography"
374
+ "type": "typography",
375
+ "content": "Events for Selected Day"
376
376
  },
377
377
  {
378
378
  "type": "data-grid",
379
379
  "entity": "CalendarEvent",
380
380
  "itemActions": [
381
381
  {
382
- "icon": "check",
383
382
  "label": "Select",
384
- "event": "SELECT_SLOT"
383
+ "event": "SELECT_SLOT",
384
+ "icon": "check"
385
385
  }
386
386
  ],
387
387
  "fields": [
388
388
  {
389
+ "label": "Event",
389
390
  "name": "name",
390
391
  "variant": "h4",
391
- "icon": "clock",
392
- "label": "Event"
392
+ "icon": "clock"
393
393
  },
394
394
  {
395
- "name": "time",
396
395
  "label": "Time",
397
- "variant": "badge"
396
+ "variant": "badge",
397
+ "name": "time"
398
398
  },
399
399
  {
400
- "name": "status",
401
400
  "label": "Status",
402
- "variant": "badge"
401
+ "variant": "badge",
402
+ "name": "status"
403
403
  }
404
404
  ]
405
405
  }
@@ -422,14 +422,12 @@
422
422
  "render-ui",
423
423
  "main",
424
424
  {
425
- "type": "stack",
426
425
  "direction": "vertical",
426
+ "type": "stack",
427
427
  "children": [
428
428
  {
429
- "gap": "md",
430
429
  "children": [
431
430
  {
432
- "align": "center",
433
431
  "children": [
434
432
  {
435
433
  "type": "icon",
@@ -437,62 +435,64 @@
437
435
  },
438
436
  {
439
437
  "content": "Day View",
440
- "type": "typography",
441
- "variant": "h2"
438
+ "variant": "h2",
439
+ "type": "typography"
442
440
  }
443
441
  ],
444
- "gap": "sm",
445
442
  "type": "stack",
446
- "direction": "horizontal"
443
+ "direction": "horizontal",
444
+ "gap": "sm",
445
+ "align": "center"
447
446
  },
448
447
  {
449
- "type": "button",
450
- "label": "Back to Month",
451
448
  "action": "BACK",
449
+ "label": "Back to Month",
452
450
  "variant": "ghost",
453
- "icon": "arrow-left"
451
+ "icon": "arrow-left",
452
+ "type": "button"
454
453
  }
455
454
  ],
456
455
  "direction": "horizontal",
457
- "type": "stack",
458
456
  "justify": "between",
459
- "align": "center"
457
+ "align": "center",
458
+ "gap": "md",
459
+ "type": "stack"
460
460
  },
461
461
  {
462
462
  "type": "divider"
463
463
  },
464
464
  {
465
- "type": "typography",
465
+ "variant": "h4",
466
466
  "content": "Events for Selected Day",
467
- "variant": "h4"
467
+ "type": "typography"
468
468
  },
469
469
  {
470
- "itemActions": [
471
- {
472
- "icon": "check",
473
- "event": "SELECT_SLOT",
474
- "label": "Select"
475
- }
476
- ],
477
- "type": "data-grid",
478
470
  "entity": "CalendarEvent",
471
+ "type": "data-grid",
479
472
  "fields": [
480
473
  {
481
- "icon": "clock",
474
+ "label": "Event",
482
475
  "variant": "h4",
483
476
  "name": "name",
484
- "label": "Event"
477
+ "icon": "clock"
485
478
  },
486
479
  {
487
480
  "variant": "badge",
488
- "name": "time",
489
- "label": "Time"
481
+ "label": "Time",
482
+ "name": "time"
490
483
  },
491
484
  {
492
- "variant": "badge",
493
485
  "label": "Status",
486
+ "variant": "badge",
494
487
  "name": "status"
495
488
  }
489
+ ],
490
+ "itemActions": [
491
+ {
492
+ "label": "Select",
493
+ "event": "SELECT_SLOT",
494
+ "icon": "check"
495
+ }
496
496
  ]
497
497
  }
498
498
  ],
@@ -524,13 +524,16 @@
524
524
  "gap": "lg",
525
525
  "children": [
526
526
  {
527
+ "justify": "between",
527
528
  "type": "stack",
529
+ "align": "center",
530
+ "gap": "md",
528
531
  "children": [
529
532
  {
530
533
  "children": [
531
534
  {
532
- "name": "calendar",
533
- "type": "icon"
535
+ "type": "icon",
536
+ "name": "calendar"
534
537
  },
535
538
  {
536
539
  "variant": "h2",
@@ -538,20 +541,17 @@
538
541
  "content": "CalendarEvents Calendar"
539
542
  }
540
543
  ],
541
- "gap": "sm",
542
544
  "align": "center",
545
+ "type": "stack",
543
546
  "direction": "horizontal",
544
- "type": "stack"
547
+ "gap": "sm"
545
548
  },
546
549
  {
547
550
  "type": "date-range-selector",
548
551
  "onSelect": "SELECT_DAY"
549
552
  }
550
553
  ],
551
- "justify": "between",
552
- "direction": "horizontal",
553
- "gap": "md",
554
- "align": "center"
554
+ "direction": "horizontal"
555
555
  },
556
556
  {
557
557
  "type": "divider"
@@ -564,42 +564,42 @@
564
564
  },
565
565
  {
566
566
  "type": "typography",
567
- "variant": "h4",
568
- "content": "Upcoming Events"
567
+ "content": "Upcoming Events",
568
+ "variant": "h4"
569
569
  },
570
570
  {
571
- "type": "data-list",
572
- "itemActions": [
573
- {
574
- "icon": "eye",
575
- "label": "View",
576
- "event": "SELECT_DAY"
577
- }
578
- ],
579
571
  "fields": [
580
572
  {
581
- "variant": "h4",
582
573
  "label": "Event",
583
- "icon": "calendar",
584
- "name": "name"
574
+ "variant": "h4",
575
+ "name": "name",
576
+ "icon": "calendar"
585
577
  },
586
578
  {
587
- "name": "time",
588
579
  "label": "Time",
589
- "variant": "badge"
580
+ "variant": "badge",
581
+ "name": "time"
590
582
  },
591
583
  {
584
+ "name": "date",
592
585
  "variant": "caption",
593
- "format": "date",
594
586
  "label": "Date",
595
- "name": "date"
587
+ "format": "date"
596
588
  },
597
589
  {
590
+ "name": "status",
598
591
  "label": "Status",
599
- "variant": "badge",
600
- "name": "status"
592
+ "variant": "badge"
601
593
  }
602
594
  ],
595
+ "itemActions": [
596
+ {
597
+ "icon": "eye",
598
+ "label": "View",
599
+ "event": "SELECT_DAY"
600
+ }
601
+ ],
602
+ "type": "data-list",
603
603
  "entity": "CalendarEvent"
604
604
  }
605
605
  ],
@@ -618,8 +618,8 @@
618
618
  "CalendarEvent",
619
619
  {
620
620
  "emit": {
621
- "success": "CalendarEventLoaded",
622
- "failure": "CalendarEventLoadFailed"
621
+ "failure": "CalendarEventLoadFailed",
622
+ "success": "CalendarEventLoaded"
623
623
  }
624
624
  }
625
625
  ],
@@ -627,26 +627,27 @@
627
627
  "render-ui",
628
628
  "main",
629
629
  {
630
- "direction": "vertical",
631
630
  "children": [
632
631
  {
632
+ "justify": "between",
633
+ "align": "center",
633
634
  "children": [
634
635
  {
635
- "direction": "horizontal",
636
- "align": "center",
636
+ "type": "stack",
637
637
  "children": [
638
638
  {
639
- "type": "icon",
640
- "name": "calendar"
639
+ "name": "calendar",
640
+ "type": "icon"
641
641
  },
642
642
  {
643
- "type": "typography",
643
+ "variant": "h2",
644
644
  "content": "CalendarEvents Calendar",
645
- "variant": "h2"
645
+ "type": "typography"
646
646
  }
647
647
  ],
648
- "gap": "sm",
649
- "type": "stack"
648
+ "align": "center",
649
+ "direction": "horizontal",
650
+ "gap": "sm"
650
651
  },
651
652
  {
652
653
  "onSelect": "SELECT_DAY",
@@ -655,9 +656,7 @@
655
656
  ],
656
657
  "direction": "horizontal",
657
658
  "type": "stack",
658
- "gap": "md",
659
- "justify": "between",
660
- "align": "center"
659
+ "gap": "md"
661
660
  },
662
661
  {
663
662
  "type": "divider"
@@ -669,47 +668,48 @@
669
668
  "type": "divider"
670
669
  },
671
670
  {
672
- "variant": "h4",
673
671
  "type": "typography",
674
- "content": "Upcoming Events"
672
+ "content": "Upcoming Events",
673
+ "variant": "h4"
675
674
  },
676
675
  {
677
- "type": "data-list",
676
+ "itemActions": [
677
+ {
678
+ "label": "View",
679
+ "event": "SELECT_DAY",
680
+ "icon": "eye"
681
+ }
682
+ ],
678
683
  "entity": "CalendarEvent",
684
+ "type": "data-list",
679
685
  "fields": [
680
686
  {
681
- "name": "name",
687
+ "label": "Event",
682
688
  "variant": "h4",
683
- "icon": "calendar",
684
- "label": "Event"
689
+ "name": "name",
690
+ "icon": "calendar"
685
691
  },
686
692
  {
687
- "name": "time",
688
693
  "label": "Time",
694
+ "name": "time",
689
695
  "variant": "badge"
690
696
  },
691
697
  {
698
+ "variant": "caption",
692
699
  "label": "Date",
693
- "format": "date",
694
700
  "name": "date",
695
- "variant": "caption"
701
+ "format": "date"
696
702
  },
697
703
  {
698
704
  "variant": "badge",
699
- "label": "Status",
700
- "name": "status"
701
- }
702
- ],
703
- "itemActions": [
704
- {
705
- "label": "View",
706
- "event": "SELECT_DAY",
707
- "icon": "eye"
705
+ "name": "status",
706
+ "label": "Status"
708
707
  }
709
708
  ]
710
709
  }
711
710
  ],
712
711
  "type": "stack",
712
+ "direction": "vertical",
713
713
  "gap": "lg"
714
714
  }
715
715
  ]
@@ -725,8 +725,8 @@
725
725
  "CalendarEvent",
726
726
  {
727
727
  "emit": {
728
- "success": "CalendarEventLoaded",
729
- "failure": "CalendarEventLoadFailed"
728
+ "failure": "CalendarEventLoadFailed",
729
+ "success": "CalendarEventLoaded"
730
730
  }
731
731
  }
732
732
  ],
@@ -734,79 +734,79 @@
734
734
  "render-ui",
735
735
  "main",
736
736
  {
737
- "gap": "lg",
738
737
  "children": [
739
738
  {
740
- "gap": "md",
741
- "direction": "horizontal",
739
+ "type": "stack",
742
740
  "justify": "between",
743
- "align": "center",
744
741
  "children": [
745
742
  {
746
- "direction": "horizontal",
747
- "type": "stack",
748
743
  "gap": "sm",
744
+ "type": "stack",
749
745
  "children": [
750
746
  {
751
747
  "name": "clock",
752
748
  "type": "icon"
753
749
  },
754
750
  {
755
- "content": "Day View",
756
751
  "type": "typography",
757
- "variant": "h2"
752
+ "variant": "h2",
753
+ "content": "Day View"
758
754
  }
759
755
  ],
760
- "align": "center"
756
+ "align": "center",
757
+ "direction": "horizontal"
761
758
  },
762
759
  {
763
- "variant": "ghost",
760
+ "action": "BACK",
764
761
  "label": "Back to Month",
765
762
  "icon": "arrow-left",
766
- "action": "BACK",
767
- "type": "button"
763
+ "type": "button",
764
+ "variant": "ghost"
768
765
  }
769
766
  ],
770
- "type": "stack"
767
+ "gap": "md",
768
+ "align": "center",
769
+ "direction": "horizontal"
771
770
  },
772
771
  {
773
772
  "type": "divider"
774
773
  },
775
774
  {
776
- "variant": "h4",
775
+ "content": "Events for Selected Day",
777
776
  "type": "typography",
778
- "content": "Events for Selected Day"
777
+ "variant": "h4"
779
778
  },
780
779
  {
781
780
  "type": "data-grid",
782
- "entity": "CalendarEvent",
783
781
  "itemActions": [
784
782
  {
785
- "event": "SELECT_SLOT",
783
+ "label": "Select",
786
784
  "icon": "check",
787
- "label": "Select"
785
+ "event": "SELECT_SLOT"
788
786
  }
789
787
  ],
790
788
  "fields": [
791
789
  {
792
- "variant": "h4",
793
- "label": "Event",
794
790
  "icon": "clock",
791
+ "label": "Event",
792
+ "variant": "h4",
795
793
  "name": "name"
796
794
  },
797
795
  {
796
+ "variant": "badge",
798
797
  "name": "time",
799
- "label": "Time",
800
- "variant": "badge"
798
+ "label": "Time"
801
799
  },
802
800
  {
803
801
  "name": "status",
804
- "label": "Status",
805
- "variant": "badge"
802
+ "variant": "badge",
803
+ "label": "Status"
806
804
  }
807
- ]
805
+ ],
806
+ "entity": "CalendarEvent"
808
807
  }
809
808
  ],
809
+ "gap": "lg",
810
810
  "type": "stack",
811
811
  "direction": "vertical"
812
812
  }