@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
@@ -160,8 +160,8 @@
160
160
  "SortableItem",
161
161
  {
162
162
  "emit": {
163
- "success": "SortableItemLoaded",
164
- "failure": "SortableItemLoadFailed"
163
+ "failure": "SortableItemLoadFailed",
164
+ "success": "SortableItemLoaded"
165
165
  }
166
166
  }
167
167
  ],
@@ -170,100 +170,103 @@
170
170
  "main",
171
171
  {
172
172
  "type": "stack",
173
+ "gap": "lg",
174
+ "direction": "vertical",
173
175
  "children": [
174
176
  {
175
- "type": "stack",
176
177
  "gap": "sm",
178
+ "justify": "between",
179
+ "type": "stack",
180
+ "align": "center",
177
181
  "children": [
178
182
  {
179
183
  "align": "center",
180
- "direction": "horizontal",
181
184
  "type": "stack",
185
+ "direction": "horizontal",
182
186
  "children": [
183
187
  {
184
- "type": "icon",
185
- "name": "arrow-up-down"
188
+ "name": "arrow-up-down",
189
+ "type": "icon"
186
190
  },
187
191
  {
192
+ "type": "typography",
188
193
  "variant": "h2",
189
- "content": "SortableItems",
190
- "type": "typography"
194
+ "content": "SortableItems"
191
195
  }
192
196
  ],
193
197
  "gap": "sm"
194
198
  }
195
199
  ],
196
- "align": "center",
197
- "direction": "horizontal",
198
- "justify": "between"
200
+ "direction": "horizontal"
199
201
  },
200
202
  {
201
203
  "type": "divider"
202
204
  },
203
205
  {
204
206
  "direction": "horizontal",
207
+ "gap": "sm",
208
+ "align": "center",
209
+ "type": "stack",
205
210
  "children": [
206
211
  {
207
212
  "type": "typography",
208
- "variant": "caption",
213
+ "content": "Sort by",
209
214
  "color": "muted",
210
- "content": "Sort by"
215
+ "variant": "caption"
211
216
  },
212
217
  {
213
- "label": "Name",
214
- "variant": "secondary",
215
- "action": "SORT",
218
+ "type": "button",
216
219
  "actionPayload": {
217
220
  "field": "name",
218
221
  "direction": "asc"
219
222
  },
223
+ "label": "Name",
224
+ "variant": "secondary",
220
225
  "icon": "arrow-up-down",
221
- "type": "button"
226
+ "action": "SORT"
222
227
  },
223
228
  {
229
+ "type": "button",
230
+ "icon": "arrow-up-down",
224
231
  "action": "SORT",
225
- "label": "Description",
226
232
  "actionPayload": {
227
- "direction": "asc",
228
- "field": "description"
233
+ "field": "description",
234
+ "direction": "asc"
229
235
  },
230
236
  "variant": "secondary",
231
- "icon": "arrow-up-down",
232
- "type": "button"
237
+ "label": "Description"
233
238
  },
234
239
  {
235
- "variant": "secondary",
236
- "action": "SORT",
237
- "label": "Status",
238
240
  "type": "button",
241
+ "label": "Status",
242
+ "action": "SORT",
243
+ "variant": "secondary",
244
+ "icon": "arrow-up-down",
239
245
  "actionPayload": {
240
- "direction": "asc",
241
- "field": "status"
242
- },
243
- "icon": "arrow-up-down"
246
+ "field": "status",
247
+ "direction": "asc"
248
+ }
244
249
  },
245
250
  {
246
- "action": "SORT",
247
251
  "icon": "arrow-up-down",
248
- "label": "CreatedAt",
249
- "type": "button",
250
252
  "variant": "secondary",
253
+ "action": "SORT",
254
+ "type": "button",
255
+ "label": "CreatedAt",
251
256
  "actionPayload": {
252
- "direction": "asc",
253
- "field": "createdAt"
257
+ "field": "createdAt",
258
+ "direction": "asc"
254
259
  }
255
260
  }
256
- ],
257
- "type": "stack",
258
- "gap": "sm",
259
- "align": "center"
261
+ ]
260
262
  },
261
263
  {
264
+ "entity": "SortableItem",
262
265
  "fields": [
263
266
  {
264
- "label": "Name",
267
+ "name": "name",
265
268
  "variant": "h4",
266
- "name": "name"
269
+ "label": "Name"
267
270
  },
268
271
  {
269
272
  "label": "Description",
@@ -276,12 +279,9 @@
276
279
  "variant": "badge"
277
280
  }
278
281
  ],
279
- "type": "data-grid",
280
- "entity": "SortableItem"
282
+ "type": "data-grid"
281
283
  }
282
- ],
283
- "direction": "vertical",
284
- "gap": "lg"
284
+ ]
285
285
  }
286
286
  ]
287
287
  ]
@@ -295,166 +295,166 @@
295
295
  "fetch",
296
296
  "SortableItem",
297
297
  {
298
- "emit": {
299
- "failure": "SortableItemLoadFailed",
300
- "success": "SortableItemLoaded"
301
- },
302
298
  "sort": [
303
299
  "concat",
304
300
  "@payload.field",
305
301
  ":",
306
302
  "@payload.direction"
307
- ]
303
+ ],
304
+ "emit": {
305
+ "success": "SortableItemLoaded",
306
+ "failure": "SortableItemLoadFailed"
307
+ }
308
308
  }
309
309
  ],
310
310
  [
311
311
  "render-ui",
312
312
  "main",
313
313
  {
314
- "gap": "lg",
315
314
  "type": "stack",
316
315
  "direction": "vertical",
316
+ "gap": "lg",
317
317
  "children": [
318
318
  {
319
+ "type": "stack",
320
+ "direction": "horizontal",
321
+ "align": "center",
322
+ "justify": "between",
323
+ "gap": "sm",
319
324
  "children": [
320
325
  {
321
326
  "align": "center",
322
- "type": "stack",
323
- "gap": "sm",
324
327
  "direction": "horizontal",
328
+ "gap": "sm",
325
329
  "children": [
326
330
  {
327
- "name": "arrow-up-down",
328
- "type": "icon"
331
+ "type": "icon",
332
+ "name": "arrow-up-down"
329
333
  },
330
334
  {
331
- "variant": "h2",
332
335
  "type": "typography",
333
- "content": "SortableItems"
336
+ "content": "SortableItems",
337
+ "variant": "h2"
334
338
  }
335
- ]
339
+ ],
340
+ "type": "stack"
336
341
  },
337
342
  {
343
+ "type": "button",
338
344
  "icon": "x",
339
345
  "label": "Clear sort",
340
- "action": "INIT",
341
- "type": "button",
342
- "variant": "ghost"
346
+ "variant": "ghost",
347
+ "action": "INIT"
343
348
  }
344
- ],
345
- "align": "center",
346
- "gap": "sm",
347
- "type": "stack",
348
- "direction": "horizontal",
349
- "justify": "between"
349
+ ]
350
350
  },
351
351
  {
352
352
  "type": "divider"
353
353
  },
354
354
  {
355
+ "gap": "sm",
355
356
  "type": "stack",
356
357
  "direction": "horizontal",
357
358
  "children": [
358
359
  {
359
- "variant": "caption",
360
- "color": "muted",
361
360
  "type": "typography",
362
- "content": "Sort by"
361
+ "content": "Sort by",
362
+ "variant": "caption",
363
+ "color": "muted"
363
364
  },
364
365
  {
365
- "variant": "primary",
366
- "icon": "chevron-up",
367
- "type": "button",
368
- "label": "Name",
369
366
  "action": "SORT",
367
+ "type": "button",
370
368
  "actionPayload": {
371
369
  "field": "name",
372
370
  "direction": "desc"
373
- }
371
+ },
372
+ "label": "Name",
373
+ "variant": "primary",
374
+ "icon": "chevron-up"
374
375
  },
375
376
  {
376
- "type": "button",
377
+ "label": "Description",
377
378
  "actionPayload": {
378
379
  "field": "description",
379
380
  "direction": "asc"
380
381
  },
381
- "variant": "secondary",
382
382
  "icon": "arrow-up-down",
383
- "label": "Description",
384
- "action": "SORT"
383
+ "type": "button",
384
+ "action": "SORT",
385
+ "variant": "secondary"
385
386
  },
386
387
  {
388
+ "icon": "arrow-up-down",
389
+ "variant": "secondary",
387
390
  "label": "Status",
388
- "action": "SORT",
389
391
  "type": "button",
390
392
  "actionPayload": {
391
393
  "direction": "asc",
392
394
  "field": "status"
393
395
  },
394
- "variant": "secondary",
395
- "icon": "arrow-up-down"
396
+ "action": "SORT"
396
397
  },
397
398
  {
398
- "icon": "arrow-up-down",
399
399
  "type": "button",
400
+ "action": "SORT",
401
+ "variant": "secondary",
400
402
  "actionPayload": {
401
403
  "field": "createdAt",
402
404
  "direction": "asc"
403
405
  },
404
- "action": "SORT",
405
- "variant": "secondary",
406
+ "icon": "arrow-up-down",
406
407
  "label": "CreatedAt"
407
408
  }
408
409
  ],
409
- "gap": "sm",
410
410
  "align": "center"
411
411
  },
412
412
  {
413
- "type": "data-grid",
414
413
  "entity": "SortableItem",
414
+ "type": "data-grid",
415
415
  "fields": [
416
416
  {
417
+ "name": "name",
417
418
  "label": "Name",
418
- "variant": "h4",
419
- "name": "name"
419
+ "variant": "h4"
420
420
  },
421
421
  {
422
422
  "label": "Description",
423
- "variant": "caption",
424
- "name": "description"
423
+ "name": "description",
424
+ "variant": "caption"
425
425
  },
426
426
  {
427
- "name": "status",
427
+ "variant": "badge",
428
428
  "label": "Status",
429
- "variant": "badge"
429
+ "name": "status"
430
430
  }
431
431
  ]
432
432
  },
433
433
  {
434
+ "type": "sortable-list",
434
435
  "renderItem": [
435
436
  "fn",
436
437
  "item",
437
438
  {
438
- "gap": "md",
439
- "type": "stack",
440
439
  "children": [
441
440
  {
442
- "name": "grip-vertical",
443
- "type": "icon"
441
+ "type": "icon",
442
+ "name": "grip-vertical"
444
443
  },
445
444
  {
445
+ "content": "@item.name",
446
446
  "type": "typography",
447
- "variant": "body",
448
- "content": "@item.name"
447
+ "variant": "body"
449
448
  }
450
449
  ],
450
+ "type": "stack",
451
451
  "align": "center",
452
+ "gap": "md",
452
453
  "direction": "horizontal"
453
454
  }
454
455
  ],
455
- "items": [],
456
456
  "reorderEvent": "REORDER",
457
- "type": "sortable-list"
457
+ "items": []
458
458
  }
459
459
  ]
460
460
  }
@@ -471,8 +471,8 @@
471
471
  "SortableItem",
472
472
  {
473
473
  "emit": {
474
- "failure": "SortableItemLoadFailed",
475
- "success": "SortableItemLoaded"
474
+ "success": "SortableItemLoaded",
475
+ "failure": "SortableItemLoadFailed"
476
476
  },
477
477
  "sort": [
478
478
  "concat",
@@ -487,110 +487,110 @@
487
487
  "main",
488
488
  {
489
489
  "type": "stack",
490
- "direction": "vertical",
491
490
  "gap": "lg",
492
491
  "children": [
493
492
  {
493
+ "gap": "sm",
494
494
  "children": [
495
495
  {
496
+ "type": "stack",
497
+ "direction": "horizontal",
496
498
  "gap": "sm",
499
+ "align": "center",
497
500
  "children": [
498
501
  {
499
- "type": "icon",
500
- "name": "arrow-up-down"
502
+ "name": "arrow-up-down",
503
+ "type": "icon"
501
504
  },
502
505
  {
503
506
  "type": "typography",
504
- "variant": "h2",
505
- "content": "SortableItems"
507
+ "content": "SortableItems",
508
+ "variant": "h2"
506
509
  }
507
- ],
508
- "type": "stack",
509
- "align": "center",
510
- "direction": "horizontal"
510
+ ]
511
511
  },
512
512
  {
513
- "type": "button",
514
- "action": "INIT",
515
- "icon": "x",
516
513
  "variant": "ghost",
517
- "label": "Clear sort"
514
+ "icon": "x",
515
+ "type": "button",
516
+ "label": "Clear sort",
517
+ "action": "INIT"
518
518
  }
519
519
  ],
520
520
  "type": "stack",
521
521
  "align": "center",
522
522
  "direction": "horizontal",
523
- "gap": "sm",
524
523
  "justify": "between"
525
524
  },
526
525
  {
527
526
  "type": "divider"
528
527
  },
529
528
  {
529
+ "direction": "horizontal",
530
+ "gap": "sm",
531
+ "type": "stack",
530
532
  "children": [
531
533
  {
532
534
  "variant": "caption",
533
535
  "color": "muted",
534
- "type": "typography",
535
- "content": "Sort by"
536
+ "content": "Sort by",
537
+ "type": "typography"
536
538
  },
537
539
  {
538
- "type": "button",
539
- "label": "Name",
540
- "icon": "chevron-up",
541
- "action": "SORT",
542
- "variant": "primary",
543
540
  "actionPayload": {
544
541
  "direction": "desc",
545
542
  "field": "name"
546
- }
543
+ },
544
+ "variant": "primary",
545
+ "type": "button",
546
+ "action": "SORT",
547
+ "icon": "chevron-up",
548
+ "label": "Name"
547
549
  },
548
550
  {
551
+ "variant": "secondary",
552
+ "icon": "arrow-up-down",
553
+ "action": "SORT",
549
554
  "label": "Description",
550
555
  "type": "button",
556
+ "actionPayload": {
557
+ "field": "description",
558
+ "direction": "asc"
559
+ }
560
+ },
561
+ {
562
+ "variant": "secondary",
551
563
  "action": "SORT",
564
+ "label": "Status",
565
+ "type": "button",
552
566
  "actionPayload": {
553
567
  "direction": "asc",
554
- "field": "description"
568
+ "field": "status"
555
569
  },
556
- "icon": "arrow-up-down",
557
- "variant": "secondary"
570
+ "icon": "arrow-up-down"
558
571
  },
559
572
  {
560
- "icon": "arrow-up-down",
561
573
  "actionPayload": {
562
- "field": "status",
574
+ "field": "createdAt",
563
575
  "direction": "asc"
564
576
  },
565
- "action": "SORT",
566
- "label": "Status",
567
577
  "type": "button",
568
- "variant": "secondary"
569
- },
570
- {
571
578
  "variant": "secondary",
572
- "icon": "arrow-up-down",
573
- "type": "button",
574
- "label": "CreatedAt",
575
579
  "action": "SORT",
576
- "actionPayload": {
577
- "direction": "asc",
578
- "field": "createdAt"
579
- }
580
+ "label": "CreatedAt",
581
+ "icon": "arrow-up-down"
580
582
  }
581
583
  ],
582
- "align": "center",
583
- "type": "stack",
584
- "direction": "horizontal",
585
- "gap": "sm"
584
+ "align": "center"
586
585
  },
587
586
  {
588
587
  "type": "data-grid",
588
+ "entity": "SortableItem",
589
589
  "fields": [
590
590
  {
591
+ "name": "name",
591
592
  "label": "Name",
592
- "variant": "h4",
593
- "name": "name"
593
+ "variant": "h4"
594
594
  },
595
595
  {
596
596
  "name": "description",
@@ -602,36 +602,36 @@
602
602
  "label": "Status",
603
603
  "variant": "badge"
604
604
  }
605
- ],
606
- "entity": "SortableItem"
605
+ ]
607
606
  },
608
607
  {
609
- "items": [],
610
608
  "renderItem": [
611
609
  "fn",
612
610
  "item",
613
611
  {
614
- "direction": "horizontal",
615
612
  "type": "stack",
616
- "gap": "md",
617
613
  "align": "center",
618
614
  "children": [
619
615
  {
620
- "type": "icon",
621
- "name": "grip-vertical"
616
+ "name": "grip-vertical",
617
+ "type": "icon"
622
618
  },
623
619
  {
624
620
  "variant": "body",
625
621
  "type": "typography",
626
622
  "content": "@item.name"
627
623
  }
628
- ]
624
+ ],
625
+ "gap": "md",
626
+ "direction": "horizontal"
629
627
  }
630
628
  ],
631
- "type": "sortable-list",
632
- "reorderEvent": "REORDER"
629
+ "items": [],
630
+ "reorderEvent": "REORDER",
631
+ "type": "sortable-list"
633
632
  }
634
- ]
633
+ ],
634
+ "direction": "vertical"
635
635
  }
636
636
  ]
637
637
  ]
@@ -655,119 +655,119 @@
655
655
  "render-ui",
656
656
  "main",
657
657
  {
658
- "type": "stack",
658
+ "direction": "vertical",
659
+ "gap": "lg",
659
660
  "children": [
660
661
  {
661
- "type": "stack",
662
+ "gap": "sm",
663
+ "direction": "horizontal",
662
664
  "justify": "between",
663
665
  "align": "center",
666
+ "type": "stack",
664
667
  "children": [
665
668
  {
666
669
  "type": "stack",
667
- "gap": "sm",
668
- "direction": "horizontal",
669
670
  "align": "center",
671
+ "direction": "horizontal",
672
+ "gap": "sm",
670
673
  "children": [
671
674
  {
672
- "type": "icon",
673
- "name": "arrow-up-down"
675
+ "name": "arrow-up-down",
676
+ "type": "icon"
674
677
  },
675
678
  {
676
- "variant": "h2",
677
679
  "type": "typography",
678
- "content": "SortableItems"
680
+ "content": "SortableItems",
681
+ "variant": "h2"
679
682
  }
680
683
  ]
681
684
  }
682
- ],
683
- "direction": "horizontal",
684
- "gap": "sm"
685
+ ]
685
686
  },
686
687
  {
687
688
  "type": "divider"
688
689
  },
689
690
  {
691
+ "gap": "sm",
692
+ "type": "stack",
693
+ "direction": "horizontal",
690
694
  "align": "center",
691
695
  "children": [
692
696
  {
693
- "content": "Sort by",
694
697
  "type": "typography",
698
+ "color": "muted",
695
699
  "variant": "caption",
696
- "color": "muted"
700
+ "content": "Sort by"
697
701
  },
698
702
  {
699
- "label": "Name",
700
- "actionPayload": {
701
- "direction": "asc",
702
- "field": "name"
703
- },
704
703
  "variant": "secondary",
704
+ "type": "button",
705
+ "label": "Name",
705
706
  "action": "SORT",
706
707
  "icon": "arrow-up-down",
707
- "type": "button"
708
+ "actionPayload": {
709
+ "field": "name",
710
+ "direction": "asc"
711
+ }
708
712
  },
709
713
  {
710
714
  "type": "button",
711
715
  "action": "SORT",
712
- "variant": "secondary",
713
716
  "actionPayload": {
714
717
  "field": "description",
715
718
  "direction": "asc"
716
719
  },
720
+ "variant": "secondary",
717
721
  "label": "Description",
718
722
  "icon": "arrow-up-down"
719
723
  },
720
724
  {
721
- "label": "Status",
722
- "variant": "secondary",
723
725
  "type": "button",
724
- "action": "SORT",
726
+ "variant": "secondary",
727
+ "icon": "arrow-up-down",
725
728
  "actionPayload": {
726
729
  "field": "status",
727
730
  "direction": "asc"
728
731
  },
729
- "icon": "arrow-up-down"
732
+ "action": "SORT",
733
+ "label": "Status"
730
734
  },
731
735
  {
732
- "action": "SORT",
733
736
  "type": "button",
737
+ "label": "CreatedAt",
734
738
  "actionPayload": {
735
739
  "direction": "asc",
736
740
  "field": "createdAt"
737
741
  },
738
742
  "variant": "secondary",
739
- "icon": "arrow-up-down",
740
- "label": "CreatedAt"
743
+ "action": "SORT",
744
+ "icon": "arrow-up-down"
741
745
  }
742
- ],
743
- "type": "stack",
744
- "gap": "sm",
745
- "direction": "horizontal"
746
+ ]
746
747
  },
747
748
  {
748
749
  "fields": [
749
750
  {
750
751
  "label": "Name",
751
- "variant": "h4",
752
- "name": "name"
752
+ "name": "name",
753
+ "variant": "h4"
753
754
  },
754
755
  {
755
- "variant": "caption",
756
756
  "name": "description",
757
+ "variant": "caption",
757
758
  "label": "Description"
758
759
  },
759
760
  {
760
- "name": "status",
761
761
  "label": "Status",
762
+ "name": "status",
762
763
  "variant": "badge"
763
764
  }
764
765
  ],
765
- "entity": "SortableItem",
766
- "type": "data-grid"
766
+ "type": "data-grid",
767
+ "entity": "SortableItem"
767
768
  }
768
769
  ],
769
- "direction": "vertical",
770
- "gap": "lg"
770
+ "type": "stack"
771
771
  }
772
772
  ]
773
773
  ]