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