@almadar/std 8.5.1 → 9.0.0

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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +60 -60
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -95,17 +95,17 @@
95
95
  "render-ui",
96
96
  "main",
97
97
  {
98
+ "type": "stack",
99
+ "gap": "lg",
98
100
  "children": [
99
101
  {
100
- "justify": "between",
101
102
  "children": [
102
103
  {
103
- "type": "stack",
104
- "gap": "md",
104
+ "direction": "horizontal",
105
105
  "children": [
106
106
  {
107
- "type": "icon",
108
- "name": "shield"
107
+ "name": "shield",
108
+ "type": "icon"
109
109
  },
110
110
  {
111
111
  "type": "typography",
@@ -113,20 +113,22 @@
113
113
  "variant": "h2"
114
114
  }
115
115
  ],
116
- "direction": "horizontal",
116
+ "type": "stack",
117
+ "gap": "md",
117
118
  "align": "center"
118
119
  },
119
120
  {
121
+ "status": "online",
120
122
  "type": "status-dot",
121
123
  "pulse": false,
122
- "status": "online",
123
124
  "label": "Open"
124
125
  }
125
126
  ],
127
+ "type": "stack",
128
+ "gap": "md",
126
129
  "direction": "horizontal",
127
130
  "align": "center",
128
- "type": "stack",
129
- "gap": "md"
131
+ "justify": "between"
130
132
  },
131
133
  {
132
134
  "type": "divider"
@@ -140,51 +142,49 @@
140
142
  "label": "Requests"
141
143
  },
142
144
  {
145
+ "label": "Window",
143
146
  "type": "stat-display",
144
- "value": "@entity.window",
145
- "label": "Window"
147
+ "value": "@entity.window"
146
148
  }
147
149
  ],
148
150
  "cols": 2.0
149
151
  },
150
152
  {
151
- "type": "meter",
152
153
  "value": "@entity.count",
154
+ "min": 0.0,
153
155
  "max": 100.0,
154
- "min": 0.0
156
+ "type": "meter"
155
157
  },
156
158
  {
157
- "type": "progress-bar",
158
159
  "max": 100.0,
159
160
  "value": "@entity.count",
160
- "showPercentage": true
161
+ "showPercentage": true,
162
+ "type": "progress-bar"
161
163
  },
162
164
  {
163
- "type": "stack",
164
- "gap": "sm",
165
165
  "justify": "center",
166
+ "direction": "horizontal",
166
167
  "children": [
167
168
  {
168
- "action": "REQUEST",
169
169
  "type": "button",
170
+ "label": "Request",
170
171
  "variant": "primary",
171
172
  "icon": "send",
172
- "label": "Request"
173
+ "action": "REQUEST"
173
174
  },
174
175
  {
175
176
  "type": "button",
176
177
  "label": "Reset",
177
- "action": "RESET",
178
+ "variant": "ghost",
178
179
  "icon": "rotate-ccw",
179
- "variant": "ghost"
180
+ "action": "RESET"
180
181
  }
181
182
  ],
182
- "direction": "horizontal"
183
+ "type": "stack",
184
+ "gap": "sm"
183
185
  }
184
186
  ],
185
- "type": "stack",
186
- "direction": "vertical",
187
- "gap": "lg"
187
+ "direction": "vertical"
188
188
  }
189
189
  ]
190
190
  ]
@@ -198,17 +198,10 @@
198
198
  "render-ui",
199
199
  "main",
200
200
  {
201
- "gap": "lg",
202
- "type": "stack",
203
201
  "children": [
204
202
  {
205
- "direction": "horizontal",
206
- "align": "center",
207
203
  "children": [
208
204
  {
209
- "align": "center",
210
- "gap": "md",
211
- "direction": "horizontal",
212
205
  "children": [
213
206
  {
214
207
  "name": "shield",
@@ -220,74 +213,81 @@
220
213
  "variant": "h2"
221
214
  }
222
215
  ],
223
- "type": "stack"
216
+ "gap": "md",
217
+ "type": "stack",
218
+ "align": "center",
219
+ "direction": "horizontal"
224
220
  },
225
221
  {
226
- "status": "online",
227
- "label": "Open",
228
222
  "pulse": false,
229
- "type": "status-dot"
223
+ "label": "Open",
224
+ "type": "status-dot",
225
+ "status": "online"
230
226
  }
231
227
  ],
232
- "justify": "between",
233
228
  "type": "stack",
234
- "gap": "md"
229
+ "align": "center",
230
+ "direction": "horizontal",
231
+ "gap": "md",
232
+ "justify": "between"
235
233
  },
236
234
  {
237
235
  "type": "divider"
238
236
  },
239
237
  {
238
+ "cols": 2.0,
239
+ "type": "simple-grid",
240
240
  "children": [
241
241
  {
242
- "value": "@entity.count",
243
242
  "type": "stat-display",
243
+ "value": "@entity.count",
244
244
  "label": "Requests"
245
245
  },
246
246
  {
247
- "value": "@entity.window",
247
+ "type": "stat-display",
248
248
  "label": "Window",
249
- "type": "stat-display"
249
+ "value": "@entity.window"
250
250
  }
251
- ],
252
- "cols": 2.0,
253
- "type": "simple-grid"
251
+ ]
254
252
  },
255
253
  {
256
- "type": "meter",
257
254
  "value": "@entity.count",
258
- "min": 0.0,
259
- "max": 100.0
255
+ "max": 100.0,
256
+ "type": "meter",
257
+ "min": 0.0
260
258
  },
261
259
  {
262
260
  "type": "progress-bar",
263
- "showPercentage": true,
264
261
  "value": "@entity.count",
265
- "max": 100.0
262
+ "max": 100.0,
263
+ "showPercentage": true
266
264
  },
267
265
  {
268
- "type": "stack",
269
266
  "justify": "center",
270
- "gap": "sm",
271
267
  "children": [
272
268
  {
273
- "type": "button",
269
+ "label": "Request",
274
270
  "action": "REQUEST",
275
- "variant": "primary",
276
271
  "icon": "send",
277
- "label": "Request"
272
+ "type": "button",
273
+ "variant": "primary"
278
274
  },
279
275
  {
280
- "type": "button",
281
- "label": "Reset",
282
276
  "variant": "ghost",
283
277
  "icon": "rotate-ccw",
284
- "action": "RESET"
278
+ "type": "button",
279
+ "action": "RESET",
280
+ "label": "Reset"
285
281
  }
286
282
  ],
283
+ "gap": "sm",
284
+ "type": "stack",
287
285
  "direction": "horizontal"
288
286
  }
289
287
  ],
290
- "direction": "vertical"
288
+ "type": "stack",
289
+ "direction": "vertical",
290
+ "gap": "lg"
291
291
  }
292
292
  ]
293
293
  ]
@@ -306,20 +306,10 @@
306
306
  "render-ui",
307
307
  "main",
308
308
  {
309
- "direction": "vertical",
310
- "type": "stack",
311
309
  "children": [
312
310
  {
313
- "gap": "md",
314
- "type": "stack",
315
- "direction": "horizontal",
316
- "justify": "between",
317
- "align": "center",
318
311
  "children": [
319
312
  {
320
- "direction": "horizontal",
321
- "align": "center",
322
- "gap": "md",
323
313
  "children": [
324
314
  {
325
315
  "type": "icon",
@@ -331,35 +321,43 @@
331
321
  "type": "typography"
332
322
  }
333
323
  ],
334
- "type": "stack"
324
+ "align": "center",
325
+ "type": "stack",
326
+ "direction": "horizontal",
327
+ "gap": "md"
335
328
  },
336
329
  {
337
- "status": "critical",
338
- "type": "status-dot",
339
330
  "pulse": true,
331
+ "type": "status-dot",
332
+ "status": "critical",
340
333
  "label": "Throttled"
341
334
  }
342
- ]
335
+ ],
336
+ "align": "center",
337
+ "direction": "horizontal",
338
+ "type": "stack",
339
+ "justify": "between",
340
+ "gap": "md"
343
341
  },
344
342
  {
345
343
  "type": "divider"
346
344
  },
347
345
  {
348
346
  "variant": "error",
349
- "message": "Rate limit exceeded. Requests are being throttled.",
350
- "type": "alert"
347
+ "type": "alert",
348
+ "message": "Rate limit exceeded. Requests are being throttled."
351
349
  },
352
350
  {
353
351
  "children": [
354
352
  {
355
353
  "type": "stat-display",
356
- "value": "@entity.count",
357
- "label": "Requests"
354
+ "label": "Requests",
355
+ "value": "@entity.count"
358
356
  },
359
357
  {
358
+ "value": "@entity.window",
360
359
  "type": "stat-display",
361
- "label": "Window",
362
- "value": "@entity.window"
360
+ "label": "Window"
363
361
  }
364
362
  ],
365
363
  "cols": 2.0,
@@ -367,27 +365,29 @@
367
365
  },
368
366
  {
369
367
  "min": 0.0,
368
+ "value": "@entity.count",
370
369
  "max": 100.0,
371
- "type": "meter",
372
- "value": "@entity.count"
370
+ "type": "meter"
373
371
  },
374
372
  {
375
- "gap": "sm",
376
- "justify": "center",
377
373
  "type": "stack",
378
374
  "direction": "horizontal",
375
+ "gap": "sm",
376
+ "justify": "center",
379
377
  "children": [
380
378
  {
381
379
  "type": "button",
382
- "variant": "primary",
383
380
  "action": "RESET",
384
381
  "label": "Reset",
382
+ "variant": "primary",
385
383
  "icon": "rotate-ccw"
386
384
  }
387
385
  ]
388
386
  }
389
387
  ],
390
- "gap": "lg"
388
+ "gap": "lg",
389
+ "direction": "vertical",
390
+ "type": "stack"
391
391
  }
392
392
  ]
393
393
  ]
@@ -413,94 +413,94 @@
413
413
  {
414
414
  "type": "stack",
415
415
  "direction": "vertical",
416
- "gap": "lg",
417
416
  "children": [
418
417
  {
419
418
  "gap": "md",
420
- "type": "stack",
421
- "align": "center",
422
419
  "direction": "horizontal",
423
- "justify": "between",
420
+ "align": "center",
424
421
  "children": [
425
422
  {
426
423
  "gap": "md",
427
- "direction": "horizontal",
428
424
  "align": "center",
429
425
  "children": [
430
426
  {
431
- "type": "icon",
432
- "name": "shield"
427
+ "name": "shield",
428
+ "type": "icon"
433
429
  },
434
430
  {
435
- "type": "typography",
436
431
  "content": "RateBucket Rate Limiter",
432
+ "type": "typography",
437
433
  "variant": "h2"
438
434
  }
439
435
  ],
440
- "type": "stack"
436
+ "type": "stack",
437
+ "direction": "horizontal"
441
438
  },
442
439
  {
440
+ "label": "Open",
443
441
  "pulse": false,
444
442
  "type": "status-dot",
445
- "status": "online",
446
- "label": "Open"
443
+ "status": "online"
447
444
  }
448
- ]
445
+ ],
446
+ "type": "stack",
447
+ "justify": "between"
449
448
  },
450
449
  {
451
450
  "type": "divider"
452
451
  },
453
452
  {
453
+ "type": "simple-grid",
454
+ "cols": 2.0,
454
455
  "children": [
455
456
  {
456
457
  "value": "@entity.count",
457
- "type": "stat-display",
458
- "label": "Requests"
458
+ "label": "Requests",
459
+ "type": "stat-display"
459
460
  },
460
461
  {
461
- "value": "@entity.window",
462
+ "type": "stat-display",
462
463
  "label": "Window",
463
- "type": "stat-display"
464
+ "value": "@entity.window"
464
465
  }
465
- ],
466
- "type": "simple-grid",
467
- "cols": 2.0
466
+ ]
468
467
  },
469
468
  {
469
+ "value": "@entity.count",
470
470
  "max": 100.0,
471
471
  "type": "meter",
472
- "min": 0.0,
473
- "value": "@entity.count"
472
+ "min": 0.0
474
473
  },
475
474
  {
476
- "type": "progress-bar",
477
475
  "max": 100.0,
478
- "value": "@entity.count",
479
- "showPercentage": true
476
+ "showPercentage": true,
477
+ "type": "progress-bar",
478
+ "value": "@entity.count"
480
479
  },
481
480
  {
481
+ "gap": "sm",
482
+ "justify": "center",
483
+ "type": "stack",
484
+ "direction": "horizontal",
482
485
  "children": [
483
486
  {
484
487
  "type": "button",
485
- "action": "REQUEST",
486
- "icon": "send",
487
488
  "variant": "primary",
489
+ "icon": "send",
490
+ "action": "REQUEST",
488
491
  "label": "Request"
489
492
  },
490
493
  {
491
- "icon": "rotate-ccw",
492
494
  "type": "button",
493
- "label": "Reset",
495
+ "variant": "ghost",
494
496
  "action": "RESET",
495
- "variant": "ghost"
497
+ "icon": "rotate-ccw",
498
+ "label": "Reset"
496
499
  }
497
- ],
498
- "justify": "center",
499
- "direction": "horizontal",
500
- "gap": "sm",
501
- "type": "stack"
500
+ ]
502
501
  }
503
- ]
502
+ ],
503
+ "gap": "lg"
504
504
  }
505
505
  ]
506
506
  ]
@@ -524,96 +524,96 @@
524
524
  "render-ui",
525
525
  "main",
526
526
  {
527
+ "type": "stack",
528
+ "direction": "vertical",
529
+ "gap": "lg",
527
530
  "children": [
528
531
  {
529
- "justify": "between",
530
- "type": "stack",
531
532
  "align": "center",
532
533
  "gap": "md",
533
- "direction": "horizontal",
534
+ "justify": "between",
535
+ "type": "stack",
534
536
  "children": [
535
537
  {
538
+ "direction": "horizontal",
536
539
  "align": "center",
540
+ "type": "stack",
541
+ "gap": "md",
537
542
  "children": [
538
543
  {
539
- "type": "icon",
540
- "name": "shield"
544
+ "name": "shield",
545
+ "type": "icon"
541
546
  },
542
547
  {
543
- "type": "typography",
548
+ "variant": "h2",
544
549
  "content": "RateBucket Rate Limiter",
545
- "variant": "h2"
550
+ "type": "typography"
546
551
  }
547
- ],
548
- "type": "stack",
549
- "direction": "horizontal",
550
- "gap": "md"
552
+ ]
551
553
  },
552
554
  {
553
- "type": "status-dot",
554
555
  "status": "online",
555
- "label": "Open",
556
- "pulse": false
556
+ "type": "status-dot",
557
+ "pulse": false,
558
+ "label": "Open"
557
559
  }
558
- ]
560
+ ],
561
+ "direction": "horizontal"
559
562
  },
560
563
  {
561
564
  "type": "divider"
562
565
  },
563
566
  {
564
- "cols": 2.0,
565
- "type": "simple-grid",
566
567
  "children": [
567
568
  {
568
- "value": "@entity.count",
569
+ "type": "stat-display",
569
570
  "label": "Requests",
570
- "type": "stat-display"
571
+ "value": "@entity.count"
571
572
  },
572
573
  {
573
- "label": "Window",
574
574
  "value": "@entity.window",
575
+ "label": "Window",
575
576
  "type": "stat-display"
576
577
  }
577
- ]
578
+ ],
579
+ "type": "simple-grid",
580
+ "cols": 2.0
578
581
  },
579
582
  {
580
583
  "type": "meter",
581
584
  "min": 0.0,
582
- "max": 100.0,
583
- "value": "@entity.count"
585
+ "value": "@entity.count",
586
+ "max": 100.0
584
587
  },
585
588
  {
586
- "showPercentage": true,
587
- "max": 100.0,
588
589
  "type": "progress-bar",
589
- "value": "@entity.count"
590
+ "value": "@entity.count",
591
+ "showPercentage": true,
592
+ "max": 100.0
590
593
  },
591
594
  {
592
595
  "type": "stack",
593
- "direction": "horizontal",
594
596
  "gap": "sm",
597
+ "justify": "center",
595
598
  "children": [
596
599
  {
600
+ "action": "REQUEST",
601
+ "label": "Request",
597
602
  "variant": "primary",
598
603
  "icon": "send",
599
- "action": "REQUEST",
600
- "type": "button",
601
- "label": "Request"
604
+ "type": "button"
602
605
  },
603
606
  {
604
- "action": "RESET",
605
- "label": "Reset",
606
- "type": "button",
607
607
  "variant": "ghost",
608
- "icon": "rotate-ccw"
608
+ "icon": "rotate-ccw",
609
+ "type": "button",
610
+ "label": "Reset",
611
+ "action": "RESET"
609
612
  }
610
613
  ],
611
- "justify": "center"
614
+ "direction": "horizontal"
612
615
  }
613
- ],
614
- "gap": "lg",
615
- "direction": "vertical",
616
- "type": "stack"
616
+ ]
617
617
  }
618
618
  ]
619
619
  ]
@@ -628,20 +628,18 @@
628
628
  "main",
629
629
  {
630
630
  "gap": "lg",
631
+ "type": "stack",
631
632
  "children": [
632
633
  {
633
- "type": "stack",
634
634
  "justify": "between",
635
- "direction": "horizontal",
636
- "align": "center",
637
635
  "children": [
638
636
  {
637
+ "type": "stack",
639
638
  "align": "center",
640
- "direction": "horizontal",
641
639
  "children": [
642
640
  {
643
- "name": "shield",
644
- "type": "icon"
641
+ "type": "icon",
642
+ "name": "shield"
645
643
  },
646
644
  {
647
645
  "type": "typography",
@@ -649,65 +647,67 @@
649
647
  "content": "RateBucket Rate Limiter"
650
648
  }
651
649
  ],
652
- "gap": "md",
653
- "type": "stack"
650
+ "direction": "horizontal",
651
+ "gap": "md"
654
652
  },
655
653
  {
656
- "status": "critical",
657
- "pulse": true,
654
+ "label": "Throttled",
658
655
  "type": "status-dot",
659
- "label": "Throttled"
656
+ "pulse": true,
657
+ "status": "critical"
660
658
  }
661
659
  ],
660
+ "direction": "horizontal",
661
+ "type": "stack",
662
+ "align": "center",
662
663
  "gap": "md"
663
664
  },
664
665
  {
665
666
  "type": "divider"
666
667
  },
667
668
  {
668
- "variant": "error",
669
669
  "type": "alert",
670
+ "variant": "error",
670
671
  "message": "Rate limit exceeded. Requests are being throttled."
671
672
  },
672
673
  {
674
+ "cols": 2.0,
673
675
  "children": [
674
676
  {
677
+ "label": "Requests",
675
678
  "value": "@entity.count",
676
- "type": "stat-display",
677
- "label": "Requests"
679
+ "type": "stat-display"
678
680
  },
679
681
  {
680
682
  "type": "stat-display",
681
- "value": "@entity.window",
682
- "label": "Window"
683
+ "label": "Window",
684
+ "value": "@entity.window"
683
685
  }
684
686
  ],
685
- "type": "simple-grid",
686
- "cols": 2.0
687
+ "type": "simple-grid"
687
688
  },
688
689
  {
689
- "max": 100.0,
690
690
  "value": "@entity.count",
691
691
  "min": 0.0,
692
- "type": "meter"
692
+ "type": "meter",
693
+ "max": 100.0
693
694
  },
694
695
  {
695
696
  "gap": "sm",
696
- "type": "stack",
697
+ "justify": "center",
697
698
  "children": [
698
699
  {
699
- "label": "Reset",
700
- "type": "button",
700
+ "variant": "primary",
701
701
  "icon": "rotate-ccw",
702
702
  "action": "RESET",
703
- "variant": "primary"
703
+ "type": "button",
704
+ "label": "Reset"
704
705
  }
705
706
  ],
706
707
  "direction": "horizontal",
707
- "justify": "center"
708
+ "type": "stack"
708
709
  }
709
710
  ],
710
- "type": "stack",
711
711
  "direction": "vertical"
712
712
  }
713
713
  ]
@@ -731,4 +731,4 @@
731
731
  ]
732
732
  }
733
733
  ]
734
- }
734
+ }