@almadar/std 8.3.0 → 8.4.1

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