@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
@@ -96,48 +96,47 @@
96
96
  "main",
97
97
  {
98
98
  "type": "stack",
99
- "gap": "lg",
100
99
  "children": [
101
100
  {
102
- "align": "center",
103
101
  "gap": "md",
102
+ "align": "center",
104
103
  "type": "stack",
105
- "justify": "between",
106
104
  "children": [
107
105
  {
106
+ "direction": "horizontal",
108
107
  "gap": "md",
108
+ "type": "stack",
109
109
  "children": [
110
110
  {
111
111
  "type": "icon",
112
112
  "name": "shield"
113
113
  },
114
114
  {
115
- "variant": "h2",
116
115
  "type": "typography",
117
- "content": "RateBucket Rate Limiter"
116
+ "content": "RateBucket Rate Limiter",
117
+ "variant": "h2"
118
118
  }
119
119
  ],
120
- "type": "stack",
121
- "direction": "horizontal",
122
120
  "align": "center"
123
121
  },
124
122
  {
125
123
  "pulse": false,
126
- "status": "online",
127
124
  "label": "Open",
125
+ "status": "online",
128
126
  "type": "status-dot"
129
127
  }
130
128
  ],
131
- "direction": "horizontal"
129
+ "direction": "horizontal",
130
+ "justify": "between"
132
131
  },
133
132
  {
134
133
  "type": "divider"
135
134
  },
136
135
  {
137
- "cols": 2.0,
138
136
  "children": [
139
137
  {
140
138
  "label": "Requests",
139
+ "type": "stat-display",
141
140
  "value": [
142
141
  "object/get",
143
142
  [
@@ -145,10 +144,10 @@
145
144
  "@entity"
146
145
  ],
147
146
  "count"
148
- ],
149
- "type": "stat-display"
147
+ ]
150
148
  },
151
149
  {
150
+ "type": "stat-display",
152
151
  "value": [
153
152
  "object/get",
154
153
  [
@@ -157,11 +156,11 @@
157
156
  ],
158
157
  "window"
159
158
  ],
160
- "label": "Window",
161
- "type": "stat-display"
159
+ "label": "Window"
162
160
  }
163
161
  ],
164
- "type": "simple-grid"
162
+ "type": "simple-grid",
163
+ "cols": 2.0
165
164
  },
166
165
  {
167
166
  "max": 100.0,
@@ -177,6 +176,8 @@
177
176
  ]
178
177
  },
179
178
  {
179
+ "showPercentage": true,
180
+ "type": "progress-bar",
180
181
  "value": [
181
182
  "object/get",
182
183
  [
@@ -185,34 +186,33 @@
185
186
  ],
186
187
  "count"
187
188
  ],
188
- "showPercentage": true,
189
- "type": "progress-bar",
190
189
  "max": 100.0
191
190
  },
192
191
  {
193
- "direction": "horizontal",
194
- "justify": "center",
192
+ "gap": "sm",
195
193
  "type": "stack",
196
194
  "children": [
197
195
  {
196
+ "icon": "send",
198
197
  "label": "Request",
199
- "action": "REQUEST",
200
198
  "type": "button",
201
- "icon": "send",
199
+ "action": "REQUEST",
202
200
  "variant": "primary"
203
201
  },
204
202
  {
205
- "icon": "rotate-ccw",
206
203
  "type": "button",
207
204
  "label": "Reset",
205
+ "variant": "ghost",
208
206
  "action": "RESET",
209
- "variant": "ghost"
207
+ "icon": "rotate-ccw"
210
208
  }
211
209
  ],
212
- "gap": "sm"
210
+ "justify": "center",
211
+ "direction": "horizontal"
213
212
  }
214
213
  ],
215
- "direction": "vertical"
214
+ "direction": "vertical",
215
+ "gap": "lg"
216
216
  }
217
217
  ]
218
218
  ]
@@ -226,49 +226,50 @@
226
226
  "render-ui",
227
227
  "main",
228
228
  {
229
- "gap": "lg",
229
+ "type": "stack",
230
230
  "direction": "vertical",
231
+ "gap": "lg",
231
232
  "children": [
232
233
  {
233
- "align": "center",
234
- "justify": "between",
235
- "type": "stack",
236
- "direction": "horizontal",
237
- "gap": "md",
238
234
  "children": [
239
235
  {
240
- "direction": "horizontal",
241
- "type": "stack",
242
- "gap": "md",
243
- "align": "center",
244
236
  "children": [
245
237
  {
246
- "type": "icon",
247
- "name": "shield"
238
+ "name": "shield",
239
+ "type": "icon"
248
240
  },
249
241
  {
242
+ "variant": "h2",
250
243
  "type": "typography",
251
- "content": "RateBucket Rate Limiter",
252
- "variant": "h2"
244
+ "content": "RateBucket Rate Limiter"
253
245
  }
254
- ]
246
+ ],
247
+ "direction": "horizontal",
248
+ "gap": "md",
249
+ "type": "stack",
250
+ "align": "center"
255
251
  },
256
252
  {
253
+ "status": "online",
257
254
  "type": "status-dot",
258
- "label": "Open",
259
255
  "pulse": false,
260
- "status": "online"
256
+ "label": "Open"
261
257
  }
262
- ]
258
+ ],
259
+ "direction": "horizontal",
260
+ "gap": "md",
261
+ "align": "center",
262
+ "justify": "between",
263
+ "type": "stack"
263
264
  },
264
265
  {
265
266
  "type": "divider"
266
267
  },
267
268
  {
268
- "cols": 2.0,
269
269
  "children": [
270
270
  {
271
271
  "type": "stat-display",
272
+ "label": "Requests",
272
273
  "value": [
273
274
  "object/get",
274
275
  [
@@ -276,8 +277,7 @@
276
277
  "@entity"
277
278
  ],
278
279
  "count"
279
- ],
280
- "label": "Requests"
280
+ ]
281
281
  },
282
282
  {
283
283
  "label": "Window",
@@ -292,7 +292,8 @@
292
292
  "type": "stat-display"
293
293
  }
294
294
  ],
295
- "type": "simple-grid"
295
+ "type": "simple-grid",
296
+ "cols": 2.0
296
297
  },
297
298
  {
298
299
  "value": [
@@ -304,13 +305,10 @@
304
305
  "count"
305
306
  ],
306
307
  "type": "meter",
307
- "max": 100.0,
308
- "min": 0.0
308
+ "min": 0.0,
309
+ "max": 100.0
309
310
  },
310
311
  {
311
- "showPercentage": true,
312
- "type": "progress-bar",
313
- "max": 100.0,
314
312
  "value": [
315
313
  "object/get",
316
314
  [
@@ -318,32 +316,34 @@
318
316
  "@entity"
319
317
  ],
320
318
  "count"
321
- ]
319
+ ],
320
+ "showPercentage": true,
321
+ "type": "progress-bar",
322
+ "max": 100.0
322
323
  },
323
324
  {
324
- "type": "stack",
325
- "direction": "horizontal",
326
- "gap": "sm",
327
- "justify": "center",
328
325
  "children": [
329
326
  {
330
- "type": "button",
331
- "action": "REQUEST",
332
327
  "icon": "send",
328
+ "label": "Request",
333
329
  "variant": "primary",
334
- "label": "Request"
330
+ "action": "REQUEST",
331
+ "type": "button"
335
332
  },
336
333
  {
334
+ "type": "button",
337
335
  "variant": "ghost",
338
- "action": "RESET",
339
336
  "icon": "rotate-ccw",
340
- "type": "button",
337
+ "action": "RESET",
341
338
  "label": "Reset"
342
339
  }
343
- ]
340
+ ],
341
+ "direction": "horizontal",
342
+ "type": "stack",
343
+ "gap": "sm",
344
+ "justify": "center"
344
345
  }
345
- ],
346
- "type": "stack"
346
+ ]
347
347
  }
348
348
  ]
349
349
  ]
@@ -362,55 +362,53 @@
362
362
  "render-ui",
363
363
  "main",
364
364
  {
365
- "direction": "vertical",
366
365
  "gap": "lg",
367
- "type": "stack",
366
+ "direction": "vertical",
368
367
  "children": [
369
368
  {
370
369
  "align": "center",
370
+ "justify": "between",
371
371
  "children": [
372
372
  {
373
- "gap": "md",
374
373
  "type": "stack",
375
- "align": "center",
376
- "direction": "horizontal",
377
374
  "children": [
378
375
  {
379
376
  "type": "icon",
380
377
  "name": "shield"
381
378
  },
382
379
  {
383
- "type": "typography",
384
380
  "content": "RateBucket Rate Limiter",
385
- "variant": "h2"
381
+ "variant": "h2",
382
+ "type": "typography"
386
383
  }
387
- ]
384
+ ],
385
+ "align": "center",
386
+ "direction": "horizontal",
387
+ "gap": "md"
388
388
  },
389
389
  {
390
- "type": "status-dot",
391
- "pulse": true,
392
390
  "status": "critical",
393
- "label": "Throttled"
391
+ "label": "Throttled",
392
+ "pulse": true,
393
+ "type": "status-dot"
394
394
  }
395
395
  ],
396
- "direction": "horizontal",
397
396
  "type": "stack",
398
- "gap": "md",
399
- "justify": "between"
397
+ "direction": "horizontal",
398
+ "gap": "md"
400
399
  },
401
400
  {
402
401
  "type": "divider"
403
402
  },
404
403
  {
405
- "type": "alert",
404
+ "message": "Rate limit exceeded. Requests are being throttled.",
406
405
  "variant": "error",
407
- "message": "Rate limit exceeded. Requests are being throttled."
406
+ "type": "alert"
408
407
  },
409
408
  {
410
- "cols": 2.0,
411
- "type": "simple-grid",
412
409
  "children": [
413
410
  {
411
+ "type": "stat-display",
414
412
  "value": [
415
413
  "object/get",
416
414
  [
@@ -419,7 +417,6 @@
419
417
  ],
420
418
  "count"
421
419
  ],
422
- "type": "stat-display",
423
420
  "label": "Requests"
424
421
  },
425
422
  {
@@ -434,11 +431,14 @@
434
431
  ],
435
432
  "type": "stat-display"
436
433
  }
437
- ]
434
+ ],
435
+ "type": "simple-grid",
436
+ "cols": 2.0
438
437
  },
439
438
  {
440
- "type": "meter",
441
439
  "min": 0.0,
440
+ "type": "meter",
441
+ "max": 100.0,
442
442
  "value": [
443
443
  "object/get",
444
444
  [
@@ -446,25 +446,25 @@
446
446
  "@entity"
447
447
  ],
448
448
  "count"
449
- ],
450
- "max": 100.0
449
+ ]
451
450
  },
452
451
  {
453
- "direction": "horizontal",
454
- "type": "stack",
455
- "gap": "sm",
456
- "justify": "center",
457
452
  "children": [
458
453
  {
459
- "action": "RESET",
454
+ "variant": "primary",
460
455
  "icon": "rotate-ccw",
461
- "label": "Reset",
462
456
  "type": "button",
463
- "variant": "primary"
457
+ "action": "RESET",
458
+ "label": "Reset"
464
459
  }
465
- ]
460
+ ],
461
+ "justify": "center",
462
+ "direction": "horizontal",
463
+ "type": "stack",
464
+ "gap": "sm"
466
465
  }
467
- ]
466
+ ],
467
+ "type": "stack"
468
468
  }
469
469
  ]
470
470
  ]
@@ -488,17 +488,20 @@
488
488
  "render-ui",
489
489
  "main",
490
490
  {
491
+ "type": "stack",
491
492
  "children": [
492
493
  {
494
+ "direction": "horizontal",
495
+ "type": "stack",
496
+ "justify": "between",
497
+ "align": "center",
493
498
  "children": [
494
499
  {
495
- "gap": "md",
496
- "direction": "horizontal",
497
500
  "align": "center",
498
501
  "children": [
499
502
  {
500
- "name": "shield",
501
- "type": "icon"
503
+ "type": "icon",
504
+ "name": "shield"
502
505
  },
503
506
  {
504
507
  "content": "RateBucket Rate Limiter",
@@ -506,30 +509,27 @@
506
509
  "type": "typography"
507
510
  }
508
511
  ],
509
- "type": "stack"
512
+ "direction": "horizontal",
513
+ "type": "stack",
514
+ "gap": "md"
510
515
  },
511
516
  {
512
- "pulse": false,
513
- "type": "status-dot",
514
517
  "label": "Open",
515
- "status": "online"
518
+ "pulse": false,
519
+ "status": "online",
520
+ "type": "status-dot"
516
521
  }
517
522
  ],
518
- "gap": "md",
519
- "type": "stack",
520
- "justify": "between",
521
- "align": "center",
522
- "direction": "horizontal"
523
+ "gap": "md"
523
524
  },
524
525
  {
525
526
  "type": "divider"
526
527
  },
527
528
  {
529
+ "type": "simple-grid",
528
530
  "cols": 2.0,
529
531
  "children": [
530
532
  {
531
- "type": "stat-display",
532
- "label": "Requests",
533
533
  "value": [
534
534
  "object/get",
535
535
  [
@@ -537,9 +537,13 @@
537
537
  "@entity"
538
538
  ],
539
539
  "count"
540
- ]
540
+ ],
541
+ "type": "stat-display",
542
+ "label": "Requests"
541
543
  },
542
544
  {
545
+ "label": "Window",
546
+ "type": "stat-display",
543
547
  "value": [
544
548
  "object/get",
545
549
  [
@@ -547,15 +551,11 @@
547
551
  "@entity"
548
552
  ],
549
553
  "window"
550
- ],
551
- "type": "stat-display",
552
- "label": "Window"
554
+ ]
553
555
  }
554
- ],
555
- "type": "simple-grid"
556
+ ]
556
557
  },
557
558
  {
558
- "max": 100.0,
559
559
  "value": [
560
560
  "object/get",
561
561
  [
@@ -564,11 +564,12 @@
564
564
  ],
565
565
  "count"
566
566
  ],
567
- "min": 0.0,
568
- "type": "meter"
567
+ "max": 100.0,
568
+ "type": "meter",
569
+ "min": 0.0
569
570
  },
570
571
  {
571
- "type": "progress-bar",
572
+ "showPercentage": true,
572
573
  "value": [
573
574
  "object/get",
574
575
  [
@@ -578,33 +579,32 @@
578
579
  "count"
579
580
  ],
580
581
  "max": 100.0,
581
- "showPercentage": true
582
+ "type": "progress-bar"
582
583
  },
583
584
  {
584
- "justify": "center",
585
- "type": "stack",
586
585
  "direction": "horizontal",
586
+ "gap": "sm",
587
587
  "children": [
588
588
  {
589
- "variant": "primary",
590
589
  "type": "button",
591
590
  "label": "Request",
592
- "icon": "send",
593
- "action": "REQUEST"
591
+ "action": "REQUEST",
592
+ "variant": "primary",
593
+ "icon": "send"
594
594
  },
595
595
  {
596
- "label": "Reset",
597
- "icon": "rotate-ccw",
598
- "variant": "ghost",
599
596
  "type": "button",
597
+ "variant": "ghost",
598
+ "icon": "rotate-ccw",
599
+ "label": "Reset",
600
600
  "action": "RESET"
601
601
  }
602
602
  ],
603
- "gap": "sm"
603
+ "type": "stack",
604
+ "justify": "center"
604
605
  }
605
606
  ],
606
607
  "direction": "vertical",
607
- "type": "stack",
608
608
  "gap": "lg"
609
609
  }
610
610
  ]
@@ -629,50 +629,49 @@
629
629
  "render-ui",
630
630
  "main",
631
631
  {
632
- "type": "stack",
632
+ "gap": "lg",
633
+ "direction": "vertical",
633
634
  "children": [
634
635
  {
636
+ "align": "center",
635
637
  "children": [
636
638
  {
637
- "gap": "md",
638
- "align": "center",
639
639
  "children": [
640
640
  {
641
641
  "type": "icon",
642
642
  "name": "shield"
643
643
  },
644
644
  {
645
- "content": "RateBucket Rate Limiter",
645
+ "variant": "h2",
646
646
  "type": "typography",
647
- "variant": "h2"
647
+ "content": "RateBucket Rate Limiter"
648
648
  }
649
649
  ],
650
- "direction": "horizontal",
651
- "type": "stack"
650
+ "type": "stack",
651
+ "align": "center",
652
+ "gap": "md",
653
+ "direction": "horizontal"
652
654
  },
653
655
  {
654
- "status": "online",
656
+ "pulse": false,
655
657
  "type": "status-dot",
656
658
  "label": "Open",
657
- "pulse": false
659
+ "status": "online"
658
660
  }
659
661
  ],
660
- "align": "center",
661
- "justify": "between",
662
662
  "direction": "horizontal",
663
- "type": "stack",
664
- "gap": "md"
663
+ "gap": "md",
664
+ "justify": "between",
665
+ "type": "stack"
665
666
  },
666
667
  {
667
668
  "type": "divider"
668
669
  },
669
670
  {
670
671
  "type": "simple-grid",
671
- "cols": 2.0,
672
672
  "children": [
673
673
  {
674
674
  "type": "stat-display",
675
- "label": "Requests",
676
675
  "value": [
677
676
  "object/get",
678
677
  [
@@ -680,9 +679,11 @@
680
679
  "@entity"
681
680
  ],
682
681
  "count"
683
- ]
682
+ ],
683
+ "label": "Requests"
684
684
  },
685
685
  {
686
+ "type": "stat-display",
686
687
  "label": "Window",
687
688
  "value": [
688
689
  "object/get",
@@ -691,15 +692,13 @@
691
692
  "@entity"
692
693
  ],
693
694
  "window"
694
- ],
695
- "type": "stat-display"
695
+ ]
696
696
  }
697
- ]
697
+ ],
698
+ "cols": 2.0
698
699
  },
699
700
  {
700
- "max": 100.0,
701
701
  "type": "meter",
702
- "min": 0.0,
703
702
  "value": [
704
703
  "object/get",
705
704
  [
@@ -707,11 +706,11 @@
707
706
  "@entity"
708
707
  ],
709
708
  "count"
710
- ]
709
+ ],
710
+ "max": 100.0,
711
+ "min": 0.0
711
712
  },
712
713
  {
713
- "showPercentage": true,
714
- "type": "progress-bar",
715
714
  "value": [
716
715
  "object/get",
717
716
  [
@@ -720,33 +719,34 @@
720
719
  ],
721
720
  "count"
722
721
  ],
723
- "max": 100.0
722
+ "max": 100.0,
723
+ "type": "progress-bar",
724
+ "showPercentage": true
724
725
  },
725
726
  {
727
+ "gap": "sm",
726
728
  "justify": "center",
729
+ "type": "stack",
727
730
  "children": [
728
731
  {
729
- "label": "Request",
730
732
  "action": "REQUEST",
733
+ "label": "Request",
734
+ "type": "button",
731
735
  "variant": "primary",
732
- "icon": "send",
733
- "type": "button"
736
+ "icon": "send"
734
737
  },
735
738
  {
739
+ "variant": "ghost",
736
740
  "icon": "rotate-ccw",
741
+ "label": "Reset",
737
742
  "action": "RESET",
738
- "type": "button",
739
- "variant": "ghost",
740
- "label": "Reset"
743
+ "type": "button"
741
744
  }
742
745
  ],
743
- "direction": "horizontal",
744
- "gap": "sm",
745
- "type": "stack"
746
+ "direction": "horizontal"
746
747
  }
747
748
  ],
748
- "direction": "vertical",
749
- "gap": "lg"
749
+ "type": "stack"
750
750
  }
751
751
  ]
752
752
  ]
@@ -761,30 +761,30 @@
761
761
  "main",
762
762
  {
763
763
  "gap": "lg",
764
+ "type": "stack",
765
+ "direction": "vertical",
764
766
  "children": [
765
767
  {
766
768
  "type": "stack",
767
- "gap": "md",
768
- "direction": "horizontal",
769
769
  "justify": "between",
770
- "align": "center",
770
+ "gap": "md",
771
771
  "children": [
772
772
  {
773
- "direction": "horizontal",
774
773
  "align": "center",
775
774
  "children": [
776
775
  {
777
- "name": "shield",
778
- "type": "icon"
776
+ "type": "icon",
777
+ "name": "shield"
779
778
  },
780
779
  {
781
- "content": "RateBucket Rate Limiter",
782
780
  "variant": "h2",
783
- "type": "typography"
781
+ "type": "typography",
782
+ "content": "RateBucket Rate Limiter"
784
783
  }
785
784
  ],
786
785
  "gap": "md",
787
- "type": "stack"
786
+ "type": "stack",
787
+ "direction": "horizontal"
788
788
  },
789
789
  {
790
790
  "type": "status-dot",
@@ -792,15 +792,17 @@
792
792
  "pulse": true,
793
793
  "label": "Throttled"
794
794
  }
795
- ]
795
+ ],
796
+ "direction": "horizontal",
797
+ "align": "center"
796
798
  },
797
799
  {
798
800
  "type": "divider"
799
801
  },
800
802
  {
801
803
  "variant": "error",
802
- "type": "alert",
803
- "message": "Rate limit exceeded. Requests are being throttled."
804
+ "message": "Rate limit exceeded. Requests are being throttled.",
805
+ "type": "alert"
804
806
  },
805
807
  {
806
808
  "type": "simple-grid",
@@ -815,10 +817,12 @@
815
817
  ],
816
818
  "count"
817
819
  ],
818
- "label": "Requests",
819
- "type": "stat-display"
820
+ "type": "stat-display",
821
+ "label": "Requests"
820
822
  },
821
823
  {
824
+ "type": "stat-display",
825
+ "label": "Window",
822
826
  "value": [
823
827
  "object/get",
824
828
  [
@@ -826,14 +830,13 @@
826
830
  "@entity"
827
831
  ],
828
832
  "window"
829
- ],
830
- "label": "Window",
831
- "type": "stat-display"
833
+ ]
832
834
  }
833
835
  ]
834
836
  },
835
837
  {
836
- "max": 100.0,
838
+ "min": 0.0,
839
+ "type": "meter",
837
840
  "value": [
838
841
  "object/get",
839
842
  [
@@ -842,27 +845,24 @@
842
845
  ],
843
846
  "count"
844
847
  ],
845
- "min": 0.0,
846
- "type": "meter"
848
+ "max": 100.0
847
849
  },
848
850
  {
849
- "gap": "sm",
850
- "justify": "center",
851
851
  "direction": "horizontal",
852
- "type": "stack",
853
852
  "children": [
854
853
  {
855
- "icon": "rotate-ccw",
856
854
  "variant": "primary",
857
855
  "label": "Reset",
858
- "type": "button",
859
- "action": "RESET"
856
+ "action": "RESET",
857
+ "icon": "rotate-ccw",
858
+ "type": "button"
860
859
  }
861
- ]
860
+ ],
861
+ "justify": "center",
862
+ "type": "stack",
863
+ "gap": "sm"
862
864
  }
863
- ],
864
- "direction": "vertical",
865
- "type": "stack"
865
+ ]
866
866
  }
867
867
  ]
868
868
  ]