@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
@@ -212,50 +212,50 @@
212
212
  "render-ui",
213
213
  "main",
214
214
  {
215
- "direction": "vertical",
216
- "gap": "lg",
217
215
  "children": [
218
216
  {
219
- "justify": "between",
220
- "gap": "md",
221
- "align": "center",
217
+ "type": "stack",
222
218
  "direction": "horizontal",
223
219
  "children": [
224
220
  {
225
221
  "type": "stack",
226
- "gap": "md",
227
- "direction": "horizontal",
228
222
  "align": "center",
229
223
  "children": [
230
224
  {
231
- "type": "icon",
232
- "name": "shield"
225
+ "name": "shield",
226
+ "type": "icon"
233
227
  },
234
228
  {
235
229
  "variant": "h2",
236
- "content": "ServiceNode",
237
- "type": "typography"
230
+ "type": "typography",
231
+ "content": "ServiceNode"
238
232
  }
239
- ]
233
+ ],
234
+ "direction": "horizontal",
235
+ "gap": "md"
240
236
  },
241
237
  {
242
238
  "type": "status-dot",
243
- "label": "Circuit Closed",
244
239
  "status": "online",
245
- "pulse": false
240
+ "pulse": false,
241
+ "label": "Circuit Closed"
246
242
  }
247
243
  ],
248
- "type": "stack"
244
+ "justify": "between",
245
+ "gap": "md",
246
+ "align": "center"
249
247
  },
250
248
  {
251
249
  "type": "divider"
252
250
  },
253
251
  {
254
252
  "message": "Service is healthy. All requests are being processed.",
255
- "type": "alert",
256
- "variant": "success"
253
+ "variant": "success",
254
+ "type": "alert"
257
255
  },
258
256
  {
257
+ "type": "simple-grid",
258
+ "cols": 2.0,
259
259
  "children": [
260
260
  {
261
261
  "type": "stat-display",
@@ -263,22 +263,22 @@
263
263
  "value": "@entity.failureCount"
264
264
  },
265
265
  {
266
- "value": "@entity.successCount",
267
266
  "label": "Successes",
267
+ "value": "@entity.successCount",
268
268
  "type": "stat-display"
269
269
  }
270
- ],
271
- "type": "simple-grid",
272
- "cols": 2.0
270
+ ]
273
271
  },
274
272
  {
275
- "type": "meter",
276
273
  "max": "@entity.threshold",
277
- "value": "@entity.failureCount",
278
- "min": 0.0
274
+ "min": 0.0,
275
+ "type": "meter",
276
+ "value": "@entity.failureCount"
279
277
  }
280
278
  ],
281
- "type": "stack"
279
+ "type": "stack",
280
+ "direction": "vertical",
281
+ "gap": "lg"
282
282
  }
283
283
  ]
284
284
  ]
@@ -292,80 +292,80 @@
292
292
  "render-ui",
293
293
  "main",
294
294
  {
295
- "direction": "vertical",
296
295
  "gap": "lg",
297
- "type": "stack",
296
+ "direction": "vertical",
298
297
  "children": [
299
298
  {
300
299
  "direction": "horizontal",
301
300
  "align": "center",
301
+ "justify": "between",
302
+ "type": "stack",
303
+ "gap": "md",
302
304
  "children": [
303
305
  {
304
306
  "direction": "horizontal",
305
- "type": "stack",
306
307
  "gap": "md",
307
- "align": "center",
308
+ "type": "stack",
308
309
  "children": [
309
310
  {
310
- "name": "alert-triangle",
311
- "type": "icon"
311
+ "type": "icon",
312
+ "name": "alert-triangle"
312
313
  },
313
314
  {
314
- "type": "typography",
315
315
  "content": "ServiceNode",
316
- "variant": "h2"
316
+ "variant": "h2",
317
+ "type": "typography"
317
318
  }
318
- ]
319
+ ],
320
+ "align": "center"
319
321
  },
320
322
  {
321
323
  "pulse": true,
322
324
  "type": "status-dot",
323
- "status": "critical",
324
- "label": "Circuit Open"
325
+ "label": "Circuit Open",
326
+ "status": "critical"
325
327
  }
326
- ],
327
- "gap": "md",
328
- "justify": "between",
329
- "type": "stack"
328
+ ]
330
329
  },
331
330
  {
332
331
  "type": "divider"
333
332
  },
334
333
  {
335
- "variant": "error",
336
334
  "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
335
+ "variant": "error",
337
336
  "type": "alert"
338
337
  },
339
338
  {
339
+ "type": "simple-grid",
340
340
  "cols": 2.0,
341
341
  "children": [
342
342
  {
343
343
  "label": "Failures",
344
- "value": "@entity.failureCount",
345
- "type": "stat-display"
344
+ "type": "stat-display",
345
+ "value": "@entity.failureCount"
346
346
  },
347
347
  {
348
- "label": "Successes",
349
348
  "value": "@entity.successCount",
350
- "type": "stat-display"
349
+ "type": "stat-display",
350
+ "label": "Successes"
351
351
  }
352
- ],
353
- "type": "simple-grid"
352
+ ]
354
353
  },
355
354
  {
356
- "value": "@entity.failureCount",
357
355
  "min": 0.0,
358
356
  "type": "meter",
357
+ "value": "@entity.failureCount",
359
358
  "max": "@entity.threshold"
360
359
  },
361
360
  {
362
- "type": "button",
361
+ "icon": "rotate-ccw",
363
362
  "label": "Reset",
364
363
  "action": "RESET",
365
364
  "variant": "ghost",
366
- "icon": "rotate-ccw"
365
+ "type": "button"
367
366
  }
368
- ]
367
+ ],
368
+ "type": "stack"
369
369
  }
370
370
  ]
371
371
  ]
@@ -379,50 +379,51 @@
379
379
  "render-ui",
380
380
  "main",
381
381
  {
382
+ "type": "stack",
383
+ "direction": "vertical",
384
+ "gap": "lg",
382
385
  "children": [
383
386
  {
384
387
  "type": "stack",
388
+ "direction": "horizontal",
385
389
  "align": "center",
386
- "justify": "between",
387
390
  "children": [
388
391
  {
389
- "align": "center",
392
+ "gap": "md",
390
393
  "direction": "horizontal",
391
394
  "type": "stack",
392
395
  "children": [
393
396
  {
394
- "name": "shield",
395
- "type": "icon"
397
+ "type": "icon",
398
+ "name": "shield"
396
399
  },
397
400
  {
401
+ "content": "ServiceNode",
398
402
  "type": "typography",
399
- "variant": "h2",
400
- "content": "ServiceNode"
403
+ "variant": "h2"
401
404
  }
402
405
  ],
403
- "gap": "md"
406
+ "align": "center"
404
407
  },
405
408
  {
406
- "type": "status-dot",
407
- "status": "online",
408
409
  "pulse": false,
409
- "label": "Circuit Closed"
410
+ "type": "status-dot",
411
+ "label": "Circuit Closed",
412
+ "status": "online"
410
413
  }
411
414
  ],
412
415
  "gap": "md",
413
- "direction": "horizontal"
416
+ "justify": "between"
414
417
  },
415
418
  {
416
419
  "type": "divider"
417
420
  },
418
421
  {
419
422
  "variant": "success",
420
- "message": "Service is healthy. All requests are being processed.",
421
- "type": "alert"
423
+ "type": "alert",
424
+ "message": "Service is healthy. All requests are being processed."
422
425
  },
423
426
  {
424
- "cols": 2.0,
425
- "type": "simple-grid",
426
427
  "children": [
427
428
  {
428
429
  "value": "@entity.failureCount",
@@ -430,22 +431,21 @@
430
431
  "label": "Failures"
431
432
  },
432
433
  {
433
- "value": "@entity.successCount",
434
434
  "type": "stat-display",
435
+ "value": "@entity.successCount",
435
436
  "label": "Successes"
436
437
  }
437
- ]
438
+ ],
439
+ "type": "simple-grid",
440
+ "cols": 2.0
438
441
  },
439
442
  {
443
+ "value": "@entity.failureCount",
440
444
  "type": "meter",
441
445
  "max": "@entity.threshold",
442
- "value": "@entity.failureCount",
443
446
  "min": 0.0
444
447
  }
445
- ],
446
- "gap": "lg",
447
- "type": "stack",
448
- "direction": "vertical"
448
+ ]
449
449
  }
450
450
  ]
451
451
  ]
@@ -459,14 +459,21 @@
459
459
  "render-ui",
460
460
  "main",
461
461
  {
462
+ "type": "stack",
463
+ "direction": "vertical",
464
+ "gap": "lg",
462
465
  "children": [
463
466
  {
464
- "direction": "horizontal",
467
+ "align": "center",
465
468
  "justify": "between",
469
+ "type": "stack",
470
+ "direction": "horizontal",
471
+ "gap": "md",
466
472
  "children": [
467
473
  {
468
474
  "type": "stack",
469
- "align": "center",
475
+ "direction": "horizontal",
476
+ "gap": "md",
470
477
  "children": [
471
478
  {
472
479
  "type": "icon",
@@ -474,52 +481,45 @@
474
481
  },
475
482
  {
476
483
  "type": "typography",
477
- "content": "ServiceNode",
478
- "variant": "h2"
484
+ "variant": "h2",
485
+ "content": "ServiceNode"
479
486
  }
480
487
  ],
481
- "gap": "md",
482
- "direction": "horizontal"
488
+ "align": "center"
483
489
  },
484
490
  {
485
- "label": "Circuit Half-Open",
491
+ "status": "warning",
486
492
  "type": "status-dot",
487
- "pulse": true,
488
- "status": "warning"
493
+ "label": "Circuit Half-Open",
494
+ "pulse": true
489
495
  }
490
- ],
491
- "type": "stack",
492
- "gap": "md",
493
- "align": "center"
496
+ ]
494
497
  },
495
498
  {
496
499
  "type": "divider"
497
500
  },
498
501
  {
499
502
  "type": "alert",
500
- "message": "Testing recovery. Limited requests are being allowed through.",
501
- "variant": "warning"
503
+ "variant": "warning",
504
+ "message": "Testing recovery. Limited requests are being allowed through."
502
505
  },
503
506
  {
504
507
  "cols": 2.0,
505
508
  "children": [
506
509
  {
510
+ "value": "@entity.failureCount",
507
511
  "type": "stat-display",
508
- "label": "Failures",
509
- "value": "@entity.failureCount"
512
+ "label": "Failures"
510
513
  },
511
514
  {
512
- "type": "stat-display",
513
515
  "label": "Successes",
514
- "value": "@entity.successCount"
516
+ "value": "@entity.successCount",
517
+ "type": "stat-display"
515
518
  }
516
519
  ],
517
520
  "type": "simple-grid"
518
521
  }
519
- ],
520
- "gap": "lg",
521
- "type": "stack",
522
- "direction": "vertical"
522
+ ]
523
523
  }
524
524
  ]
525
525
  ]
@@ -533,21 +533,14 @@
533
533
  "render-ui",
534
534
  "main",
535
535
  {
536
- "direction": "vertical",
537
536
  "type": "stack",
537
+ "direction": "vertical",
538
+ "gap": "lg",
538
539
  "children": [
539
540
  {
540
- "gap": "md",
541
- "type": "stack",
542
- "align": "center",
543
- "justify": "between",
544
- "direction": "horizontal",
545
541
  "children": [
546
542
  {
547
- "direction": "horizontal",
548
- "gap": "md",
549
543
  "type": "stack",
550
- "align": "center",
551
544
  "children": [
552
545
  {
553
546
  "name": "shield",
@@ -555,42 +548,50 @@
555
548
  },
556
549
  {
557
550
  "content": "ServiceNode",
558
- "variant": "h2",
559
- "type": "typography"
551
+ "type": "typography",
552
+ "variant": "h2"
560
553
  }
561
- ]
554
+ ],
555
+ "gap": "md",
556
+ "align": "center",
557
+ "direction": "horizontal"
562
558
  },
563
559
  {
564
- "type": "status-dot",
565
- "status": "online",
566
560
  "pulse": false,
567
- "label": "Circuit Closed"
561
+ "label": "Circuit Closed",
562
+ "type": "status-dot",
563
+ "status": "online"
568
564
  }
569
- ]
565
+ ],
566
+ "justify": "between",
567
+ "direction": "horizontal",
568
+ "gap": "md",
569
+ "type": "stack",
570
+ "align": "center"
570
571
  },
571
572
  {
572
573
  "type": "divider"
573
574
  },
574
575
  {
575
576
  "message": "Service is healthy. All requests are being processed.",
576
- "type": "alert",
577
- "variant": "success"
577
+ "variant": "success",
578
+ "type": "alert"
578
579
  },
579
580
  {
580
- "cols": 2.0,
581
- "type": "simple-grid",
582
581
  "children": [
583
582
  {
584
583
  "label": "Failures",
585
- "value": "@entity.failureCount",
586
- "type": "stat-display"
584
+ "type": "stat-display",
585
+ "value": "@entity.failureCount"
587
586
  },
588
587
  {
589
588
  "value": "@entity.successCount",
590
589
  "type": "stat-display",
591
590
  "label": "Successes"
592
591
  }
593
- ]
592
+ ],
593
+ "type": "simple-grid",
594
+ "cols": 2.0
594
595
  },
595
596
  {
596
597
  "value": "@entity.failureCount",
@@ -598,8 +599,7 @@
598
599
  "type": "meter",
599
600
  "max": "@entity.threshold"
600
601
  }
601
- ],
602
- "gap": "lg"
602
+ ]
603
603
  }
604
604
  ]
605
605
  ]
@@ -613,22 +613,23 @@
613
613
  "render-ui",
614
614
  "main",
615
615
  {
616
- "gap": "lg",
617
- "type": "stack",
618
- "direction": "vertical",
619
616
  "children": [
620
617
  {
618
+ "direction": "horizontal",
619
+ "align": "center",
620
+ "type": "stack",
621
+ "gap": "md",
621
622
  "justify": "between",
622
623
  "children": [
623
624
  {
624
- "gap": "md",
625
- "type": "stack",
626
625
  "direction": "horizontal",
626
+ "type": "stack",
627
627
  "align": "center",
628
+ "gap": "md",
628
629
  "children": [
629
630
  {
630
- "type": "icon",
631
- "name": "shield"
631
+ "name": "shield",
632
+ "type": "icon"
632
633
  },
633
634
  {
634
635
  "content": "ServiceNode",
@@ -638,16 +639,12 @@
638
639
  ]
639
640
  },
640
641
  {
641
- "status": "online",
642
- "pulse": false,
642
+ "type": "status-dot",
643
643
  "label": "Circuit Closed",
644
- "type": "status-dot"
644
+ "pulse": false,
645
+ "status": "online"
645
646
  }
646
- ],
647
- "align": "center",
648
- "direction": "horizontal",
649
- "type": "stack",
650
- "gap": "md"
647
+ ]
651
648
  },
652
649
  {
653
650
  "type": "divider"
@@ -661,25 +658,28 @@
661
658
  "type": "simple-grid",
662
659
  "children": [
663
660
  {
664
- "label": "Failures",
665
661
  "value": "@entity.failureCount",
666
- "type": "stat-display"
662
+ "type": "stat-display",
663
+ "label": "Failures"
667
664
  },
668
665
  {
669
666
  "label": "Successes",
670
- "value": "@entity.successCount",
671
- "type": "stat-display"
667
+ "type": "stat-display",
668
+ "value": "@entity.successCount"
672
669
  }
673
670
  ],
674
671
  "cols": 2.0
675
672
  },
676
673
  {
677
- "max": "@entity.threshold",
674
+ "type": "meter",
678
675
  "value": "@entity.failureCount",
679
- "min": 0.0,
680
- "type": "meter"
676
+ "max": "@entity.threshold",
677
+ "min": 0.0
681
678
  }
682
- ]
679
+ ],
680
+ "direction": "vertical",
681
+ "type": "stack",
682
+ "gap": "lg"
683
683
  }
684
684
  ]
685
685
  ]
@@ -693,11 +693,12 @@
693
693
  "render-ui",
694
694
  "main",
695
695
  {
696
+ "gap": "lg",
697
+ "direction": "vertical",
696
698
  "type": "stack",
697
699
  "children": [
698
700
  {
699
- "justify": "between",
700
- "gap": "md",
701
+ "direction": "horizontal",
701
702
  "children": [
702
703
  {
703
704
  "direction": "horizontal",
@@ -709,64 +710,63 @@
709
710
  },
710
711
  {
711
712
  "variant": "h2",
712
- "content": "ServiceNode",
713
- "type": "typography"
713
+ "type": "typography",
714
+ "content": "ServiceNode"
714
715
  }
715
716
  ],
716
- "type": "stack",
717
- "align": "center"
717
+ "align": "center",
718
+ "type": "stack"
718
719
  },
719
720
  {
720
- "pulse": true,
721
721
  "type": "status-dot",
722
+ "pulse": true,
722
723
  "status": "critical",
723
724
  "label": "Circuit Open"
724
725
  }
725
726
  ],
726
727
  "type": "stack",
727
- "direction": "horizontal",
728
- "align": "center"
728
+ "justify": "between",
729
+ "align": "center",
730
+ "gap": "md"
729
731
  },
730
732
  {
731
733
  "type": "divider"
732
734
  },
733
735
  {
734
- "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
736
+ "variant": "error",
735
737
  "type": "alert",
736
- "variant": "error"
738
+ "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
737
739
  },
738
740
  {
739
- "cols": 2.0,
740
741
  "type": "simple-grid",
741
742
  "children": [
742
743
  {
743
- "label": "Failures",
744
+ "type": "stat-display",
744
745
  "value": "@entity.failureCount",
745
- "type": "stat-display"
746
+ "label": "Failures"
746
747
  },
747
748
  {
748
749
  "type": "stat-display",
749
- "value": "@entity.successCount",
750
- "label": "Successes"
750
+ "label": "Successes",
751
+ "value": "@entity.successCount"
751
752
  }
752
- ]
753
+ ],
754
+ "cols": 2.0
753
755
  },
754
756
  {
755
- "value": "@entity.failureCount",
756
- "max": "@entity.threshold",
757
+ "type": "meter",
757
758
  "min": 0.0,
758
- "type": "meter"
759
+ "value": "@entity.failureCount",
760
+ "max": "@entity.threshold"
759
761
  },
760
762
  {
761
- "type": "button",
762
- "action": "RESET",
763
+ "label": "Reset",
763
764
  "variant": "ghost",
764
765
  "icon": "rotate-ccw",
765
- "label": "Reset"
766
+ "action": "RESET",
767
+ "type": "button"
766
768
  }
767
- ],
768
- "gap": "lg",
769
- "direction": "vertical"
769
+ ]
770
770
  }
771
771
  ]
772
772
  ]
@@ -780,20 +780,21 @@
780
780
  "render-ui",
781
781
  "main",
782
782
  {
783
- "type": "stack",
784
783
  "children": [
785
784
  {
785
+ "direction": "horizontal",
786
786
  "gap": "md",
787
+ "align": "center",
787
788
  "children": [
788
789
  {
789
- "type": "stack",
790
- "gap": "md",
791
- "direction": "horizontal",
792
790
  "align": "center",
791
+ "direction": "horizontal",
792
+ "gap": "md",
793
+ "type": "stack",
793
794
  "children": [
794
795
  {
795
- "name": "shield",
796
- "type": "icon"
796
+ "type": "icon",
797
+ "name": "shield"
797
798
  },
798
799
  {
799
800
  "variant": "h2",
@@ -803,50 +804,49 @@
803
804
  ]
804
805
  },
805
806
  {
806
- "status": "online",
807
807
  "pulse": false,
808
- "label": "Circuit Closed",
809
- "type": "status-dot"
808
+ "type": "status-dot",
809
+ "status": "online",
810
+ "label": "Circuit Closed"
810
811
  }
811
812
  ],
812
- "direction": "horizontal",
813
- "align": "center",
814
- "justify": "between",
815
- "type": "stack"
813
+ "type": "stack",
814
+ "justify": "between"
816
815
  },
817
816
  {
818
817
  "type": "divider"
819
818
  },
820
819
  {
821
820
  "type": "alert",
822
- "variant": "success",
823
- "message": "Service is healthy. All requests are being processed."
821
+ "message": "Service is healthy. All requests are being processed.",
822
+ "variant": "success"
824
823
  },
825
824
  {
825
+ "type": "simple-grid",
826
+ "cols": 2.0,
826
827
  "children": [
827
828
  {
829
+ "label": "Failures",
828
830
  "value": "@entity.failureCount",
829
- "type": "stat-display",
830
- "label": "Failures"
831
+ "type": "stat-display"
831
832
  },
832
833
  {
833
- "type": "stat-display",
834
834
  "label": "Successes",
835
- "value": "@entity.successCount"
835
+ "value": "@entity.successCount",
836
+ "type": "stat-display"
836
837
  }
837
- ],
838
- "type": "simple-grid",
839
- "cols": 2.0
838
+ ]
840
839
  },
841
840
  {
842
- "type": "meter",
841
+ "value": "@entity.failureCount",
843
842
  "max": "@entity.threshold",
844
- "min": 0.0,
845
- "value": "@entity.failureCount"
843
+ "type": "meter",
844
+ "min": 0.0
846
845
  }
847
846
  ],
848
847
  "direction": "vertical",
849
- "gap": "lg"
848
+ "gap": "lg",
849
+ "type": "stack"
850
850
  }
851
851
  ]
852
852
  ]