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