@almadar/std 8.2.0 → 8.4.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 +74 -74
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  27. package/behaviors/registry/app/organisms/std-cms.orb +432 -432
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  29. package/behaviors/registry/app/organisms/std-crm.orb +813 -813
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  37. package/behaviors/registry/app/organisms/std-lms.orb +858 -858
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  42. package/behaviors/registry/core/atoms/std-browse.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  44. package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  47. package/behaviors/registry/core/atoms/std-display.orb +413 -413
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +50 -50
  50. package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  51. package/behaviors/registry/core/atoms/std-modal.orb +13 -31
  52. package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  53. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  55. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  56. package/behaviors/registry/core/atoms/std-search.orb +75 -75
  57. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  58. package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  59. package/behaviors/registry/core/molecules/std-cart.orb +49 -49
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  62. package/behaviors/registry/core/molecules/std-list.orb +58 -58
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  64. package/behaviors/registry/game/atoms/std-collision.orb +132 -132
  65. package/behaviors/registry/game/atoms/std-combat.orb +59 -59
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  69. package/behaviors/registry/game/atoms/std-movement.orb +287 -287
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +266 -275
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  83. package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  84. package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
  187. package/package.json +1 -1
@@ -214,11 +214,10 @@
214
214
  {
215
215
  "children": [
216
216
  {
217
- "justify": "between",
217
+ "type": "stack",
218
218
  "direction": "horizontal",
219
219
  "children": [
220
220
  {
221
- "gap": "md",
222
221
  "type": "stack",
223
222
  "align": "center",
224
223
  "children": [
@@ -227,21 +226,22 @@
227
226
  "type": "icon"
228
227
  },
229
228
  {
229
+ "variant": "h2",
230
230
  "type": "typography",
231
- "content": "ServiceNode",
232
- "variant": "h2"
231
+ "content": "ServiceNode"
233
232
  }
234
233
  ],
235
- "direction": "horizontal"
234
+ "direction": "horizontal",
235
+ "gap": "md"
236
236
  },
237
237
  {
238
238
  "type": "status-dot",
239
239
  "status": "online",
240
- "label": "Circuit Closed",
241
- "pulse": false
240
+ "pulse": false,
241
+ "label": "Circuit Closed"
242
242
  }
243
243
  ],
244
- "type": "stack",
244
+ "justify": "between",
245
245
  "gap": "md",
246
246
  "align": "center"
247
247
  },
@@ -249,36 +249,36 @@
249
249
  "type": "divider"
250
250
  },
251
251
  {
252
- "type": "alert",
252
+ "message": "Service is healthy. All requests are being processed.",
253
253
  "variant": "success",
254
- "message": "Service is healthy. All requests are being processed."
254
+ "type": "alert"
255
255
  },
256
256
  {
257
- "cols": 2.0,
258
257
  "type": "simple-grid",
258
+ "cols": 2.0,
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
266
  "label": "Successes",
267
- "type": "stat-display",
268
- "value": "@entity.successCount"
267
+ "value": "@entity.successCount",
268
+ "type": "stat-display"
269
269
  }
270
270
  ]
271
271
  },
272
272
  {
273
- "value": "@entity.failureCount",
274
- "type": "meter",
275
273
  "max": "@entity.threshold",
276
- "min": 0.0
274
+ "min": 0.0,
275
+ "type": "meter",
276
+ "value": "@entity.failureCount"
277
277
  }
278
278
  ],
279
+ "type": "stack",
279
280
  "direction": "vertical",
280
- "gap": "lg",
281
- "type": "stack"
281
+ "gap": "lg"
282
282
  }
283
283
  ]
284
284
  ]
@@ -292,14 +292,18 @@
292
292
  "render-ui",
293
293
  "main",
294
294
  {
295
- "type": "stack",
295
+ "gap": "lg",
296
+ "direction": "vertical",
296
297
  "children": [
297
298
  {
299
+ "direction": "horizontal",
300
+ "align": "center",
301
+ "justify": "between",
298
302
  "type": "stack",
299
303
  "gap": "md",
300
- "justify": "between",
301
304
  "children": [
302
305
  {
306
+ "direction": "horizontal",
303
307
  "gap": "md",
304
308
  "type": "stack",
305
309
  "children": [
@@ -313,25 +317,22 @@
313
317
  "type": "typography"
314
318
  }
315
319
  ],
316
- "direction": "horizontal",
317
320
  "align": "center"
318
321
  },
319
322
  {
323
+ "pulse": true,
320
324
  "type": "status-dot",
321
- "status": "critical",
322
325
  "label": "Circuit Open",
323
- "pulse": true
326
+ "status": "critical"
324
327
  }
325
- ],
326
- "direction": "horizontal",
327
- "align": "center"
328
+ ]
328
329
  },
329
330
  {
330
331
  "type": "divider"
331
332
  },
332
333
  {
333
- "variant": "error",
334
334
  "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
335
+ "variant": "error",
335
336
  "type": "alert"
336
337
  },
337
338
  {
@@ -339,9 +340,9 @@
339
340
  "cols": 2.0,
340
341
  "children": [
341
342
  {
342
- "value": "@entity.failureCount",
343
343
  "label": "Failures",
344
- "type": "stat-display"
344
+ "type": "stat-display",
345
+ "value": "@entity.failureCount"
345
346
  },
346
347
  {
347
348
  "value": "@entity.successCount",
@@ -351,21 +352,20 @@
351
352
  ]
352
353
  },
353
354
  {
354
- "value": "@entity.failureCount",
355
- "type": "meter",
356
355
  "min": 0.0,
356
+ "type": "meter",
357
+ "value": "@entity.failureCount",
357
358
  "max": "@entity.threshold"
358
359
  },
359
360
  {
360
- "action": "RESET",
361
- "type": "button",
361
+ "icon": "rotate-ccw",
362
362
  "label": "Reset",
363
+ "action": "RESET",
363
364
  "variant": "ghost",
364
- "icon": "rotate-ccw"
365
+ "type": "button"
365
366
  }
366
367
  ],
367
- "direction": "vertical",
368
- "gap": "lg"
368
+ "type": "stack"
369
369
  }
370
370
  ]
371
371
  ]
@@ -379,73 +379,73 @@
379
379
  "render-ui",
380
380
  "main",
381
381
  {
382
+ "type": "stack",
383
+ "direction": "vertical",
384
+ "gap": "lg",
382
385
  "children": [
383
386
  {
387
+ "type": "stack",
388
+ "direction": "horizontal",
384
389
  "align": "center",
385
390
  "children": [
386
391
  {
387
- "align": "center",
392
+ "gap": "md",
388
393
  "direction": "horizontal",
394
+ "type": "stack",
389
395
  "children": [
390
396
  {
391
397
  "type": "icon",
392
398
  "name": "shield"
393
399
  },
394
400
  {
401
+ "content": "ServiceNode",
395
402
  "type": "typography",
396
- "variant": "h2",
397
- "content": "ServiceNode"
403
+ "variant": "h2"
398
404
  }
399
405
  ],
400
- "gap": "md",
401
- "type": "stack"
406
+ "align": "center"
402
407
  },
403
408
  {
409
+ "pulse": false,
404
410
  "type": "status-dot",
405
- "status": "online",
406
411
  "label": "Circuit Closed",
407
- "pulse": false
412
+ "status": "online"
408
413
  }
409
414
  ],
410
415
  "gap": "md",
411
- "justify": "between",
412
- "type": "stack",
413
- "direction": "horizontal"
416
+ "justify": "between"
414
417
  },
415
418
  {
416
419
  "type": "divider"
417
420
  },
418
421
  {
422
+ "variant": "success",
419
423
  "type": "alert",
420
- "message": "Service is healthy. All requests are being processed.",
421
- "variant": "success"
424
+ "message": "Service is healthy. All requests are being processed."
422
425
  },
423
426
  {
424
- "cols": 2.0,
425
427
  "children": [
426
428
  {
427
- "type": "stat-display",
428
429
  "value": "@entity.failureCount",
430
+ "type": "stat-display",
429
431
  "label": "Failures"
430
432
  },
431
433
  {
432
434
  "type": "stat-display",
433
- "label": "Successes",
434
- "value": "@entity.successCount"
435
+ "value": "@entity.successCount",
436
+ "label": "Successes"
435
437
  }
436
438
  ],
437
- "type": "simple-grid"
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
- "type": "stack",
447
- "direction": "vertical",
448
- "gap": "lg"
448
+ ]
449
449
  }
450
450
  ]
451
451
  ]
@@ -459,67 +459,67 @@
459
459
  "render-ui",
460
460
  "main",
461
461
  {
462
+ "type": "stack",
462
463
  "direction": "vertical",
464
+ "gap": "lg",
463
465
  "children": [
464
466
  {
465
467
  "align": "center",
468
+ "justify": "between",
469
+ "type": "stack",
470
+ "direction": "horizontal",
471
+ "gap": "md",
466
472
  "children": [
467
473
  {
474
+ "type": "stack",
475
+ "direction": "horizontal",
476
+ "gap": "md",
468
477
  "children": [
469
478
  {
470
- "name": "activity",
471
- "type": "icon"
479
+ "type": "icon",
480
+ "name": "activity"
472
481
  },
473
482
  {
474
- "content": "ServiceNode",
475
483
  "type": "typography",
476
- "variant": "h2"
484
+ "variant": "h2",
485
+ "content": "ServiceNode"
477
486
  }
478
487
  ],
479
- "direction": "horizontal",
480
- "type": "stack",
481
- "gap": "md",
482
488
  "align": "center"
483
489
  },
484
490
  {
485
- "label": "Circuit Half-Open",
486
491
  "status": "warning",
487
492
  "type": "status-dot",
493
+ "label": "Circuit Half-Open",
488
494
  "pulse": true
489
495
  }
490
- ],
491
- "direction": "horizontal",
492
- "type": "stack",
493
- "justify": "between",
494
- "gap": "md"
496
+ ]
495
497
  },
496
498
  {
497
499
  "type": "divider"
498
500
  },
499
501
  {
500
- "message": "Testing recovery. Limited requests are being allowed through.",
502
+ "type": "alert",
501
503
  "variant": "warning",
502
- "type": "alert"
504
+ "message": "Testing recovery. Limited requests are being allowed through."
503
505
  },
504
506
  {
507
+ "cols": 2.0,
505
508
  "children": [
506
509
  {
507
510
  "value": "@entity.failureCount",
508
- "label": "Failures",
509
- "type": "stat-display"
511
+ "type": "stat-display",
512
+ "label": "Failures"
510
513
  },
511
514
  {
512
515
  "label": "Successes",
513
- "type": "stat-display",
514
- "value": "@entity.successCount"
516
+ "value": "@entity.successCount",
517
+ "type": "stat-display"
515
518
  }
516
519
  ],
517
- "cols": 2.0,
518
520
  "type": "simple-grid"
519
521
  }
520
- ],
521
- "gap": "lg",
522
- "type": "stack"
522
+ ]
523
523
  }
524
524
  ]
525
525
  ]
@@ -534,38 +534,40 @@
534
534
  "main",
535
535
  {
536
536
  "type": "stack",
537
+ "direction": "vertical",
538
+ "gap": "lg",
537
539
  "children": [
538
540
  {
539
- "align": "center",
540
541
  "children": [
541
542
  {
542
- "direction": "horizontal",
543
- "gap": "md",
544
543
  "type": "stack",
545
- "align": "center",
546
544
  "children": [
547
545
  {
548
- "type": "icon",
549
- "name": "shield"
546
+ "name": "shield",
547
+ "type": "icon"
550
548
  },
551
549
  {
552
550
  "content": "ServiceNode",
553
- "variant": "h2",
554
- "type": "typography"
551
+ "type": "typography",
552
+ "variant": "h2"
555
553
  }
556
- ]
554
+ ],
555
+ "gap": "md",
556
+ "align": "center",
557
+ "direction": "horizontal"
557
558
  },
558
559
  {
559
- "status": "online",
560
+ "pulse": false,
560
561
  "label": "Circuit Closed",
561
562
  "type": "status-dot",
562
- "pulse": false
563
+ "status": "online"
563
564
  }
564
565
  ],
565
566
  "justify": "between",
566
567
  "direction": "horizontal",
567
568
  "gap": "md",
568
- "type": "stack"
569
+ "type": "stack",
570
+ "align": "center"
569
571
  },
570
572
  {
571
573
  "type": "divider"
@@ -578,28 +580,26 @@
578
580
  {
579
581
  "children": [
580
582
  {
581
- "value": "@entity.failureCount",
583
+ "label": "Failures",
582
584
  "type": "stat-display",
583
- "label": "Failures"
585
+ "value": "@entity.failureCount"
584
586
  },
585
587
  {
588
+ "value": "@entity.successCount",
586
589
  "type": "stat-display",
587
- "label": "Successes",
588
- "value": "@entity.successCount"
590
+ "label": "Successes"
589
591
  }
590
592
  ],
591
593
  "type": "simple-grid",
592
594
  "cols": 2.0
593
595
  },
594
596
  {
595
- "min": 0.0,
596
- "max": "@entity.threshold",
597
597
  "value": "@entity.failureCount",
598
- "type": "meter"
598
+ "min": 0.0,
599
+ "type": "meter",
600
+ "max": "@entity.threshold"
599
601
  }
600
- ],
601
- "gap": "lg",
602
- "direction": "vertical"
602
+ ]
603
603
  }
604
604
  ]
605
605
  ]
@@ -613,73 +613,73 @@
613
613
  "render-ui",
614
614
  "main",
615
615
  {
616
- "gap": "lg",
617
616
  "children": [
618
617
  {
618
+ "direction": "horizontal",
619
619
  "align": "center",
620
+ "type": "stack",
621
+ "gap": "md",
620
622
  "justify": "between",
621
623
  "children": [
622
624
  {
625
+ "direction": "horizontal",
623
626
  "type": "stack",
624
627
  "align": "center",
628
+ "gap": "md",
625
629
  "children": [
626
630
  {
627
- "type": "icon",
628
- "name": "shield"
631
+ "name": "shield",
632
+ "type": "icon"
629
633
  },
630
634
  {
631
635
  "content": "ServiceNode",
632
636
  "variant": "h2",
633
637
  "type": "typography"
634
638
  }
635
- ],
636
- "direction": "horizontal",
637
- "gap": "md"
639
+ ]
638
640
  },
639
641
  {
640
- "pulse": false,
642
+ "type": "status-dot",
641
643
  "label": "Circuit Closed",
642
- "status": "online",
643
- "type": "status-dot"
644
+ "pulse": false,
645
+ "status": "online"
644
646
  }
645
- ],
646
- "direction": "horizontal",
647
- "gap": "md",
648
- "type": "stack"
647
+ ]
649
648
  },
650
649
  {
651
650
  "type": "divider"
652
651
  },
653
652
  {
654
- "variant": "success",
653
+ "message": "Service is healthy. All requests are being processed.",
655
654
  "type": "alert",
656
- "message": "Service is healthy. All requests are being processed."
655
+ "variant": "success"
657
656
  },
658
657
  {
658
+ "type": "simple-grid",
659
659
  "children": [
660
660
  {
661
- "label": "Failures",
662
661
  "value": "@entity.failureCount",
663
- "type": "stat-display"
662
+ "type": "stat-display",
663
+ "label": "Failures"
664
664
  },
665
665
  {
666
+ "label": "Successes",
666
667
  "type": "stat-display",
667
- "value": "@entity.successCount",
668
- "label": "Successes"
668
+ "value": "@entity.successCount"
669
669
  }
670
670
  ],
671
- "type": "simple-grid",
672
671
  "cols": 2.0
673
672
  },
674
673
  {
675
- "value": "@entity.failureCount",
676
674
  "type": "meter",
677
- "min": 0.0,
678
- "max": "@entity.threshold"
675
+ "value": "@entity.failureCount",
676
+ "max": "@entity.threshold",
677
+ "min": 0.0
679
678
  }
680
679
  ],
681
680
  "direction": "vertical",
682
- "type": "stack"
681
+ "type": "stack",
682
+ "gap": "lg"
683
683
  }
684
684
  ]
685
685
  ]
@@ -693,14 +693,15 @@
693
693
  "render-ui",
694
694
  "main",
695
695
  {
696
+ "gap": "lg",
696
697
  "direction": "vertical",
698
+ "type": "stack",
697
699
  "children": [
698
700
  {
701
+ "direction": "horizontal",
699
702
  "children": [
700
703
  {
701
- "type": "stack",
702
704
  "direction": "horizontal",
703
- "align": "center",
704
705
  "gap": "md",
705
706
  "children": [
706
707
  {
@@ -708,24 +709,25 @@
708
709
  "name": "alert-triangle"
709
710
  },
710
711
  {
711
- "content": "ServiceNode",
712
+ "variant": "h2",
712
713
  "type": "typography",
713
- "variant": "h2"
714
+ "content": "ServiceNode"
714
715
  }
715
- ]
716
+ ],
717
+ "align": "center",
718
+ "type": "stack"
716
719
  },
717
720
  {
718
- "pulse": true,
719
721
  "type": "status-dot",
722
+ "pulse": true,
720
723
  "status": "critical",
721
724
  "label": "Circuit Open"
722
725
  }
723
726
  ],
724
727
  "type": "stack",
725
- "gap": "md",
728
+ "justify": "between",
726
729
  "align": "center",
727
- "direction": "horizontal",
728
- "justify": "between"
730
+ "gap": "md"
729
731
  },
730
732
  {
731
733
  "type": "divider"
@@ -737,36 +739,34 @@
737
739
  },
738
740
  {
739
741
  "type": "simple-grid",
740
- "cols": 2.0,
741
742
  "children": [
742
743
  {
743
744
  "type": "stat-display",
744
- "label": "Failures",
745
- "value": "@entity.failureCount"
745
+ "value": "@entity.failureCount",
746
+ "label": "Failures"
746
747
  },
747
748
  {
749
+ "type": "stat-display",
748
750
  "label": "Successes",
749
- "value": "@entity.successCount",
750
- "type": "stat-display"
751
+ "value": "@entity.successCount"
751
752
  }
752
- ]
753
+ ],
754
+ "cols": 2.0
753
755
  },
754
756
  {
755
757
  "type": "meter",
756
758
  "min": 0.0,
757
- "max": "@entity.threshold",
758
- "value": "@entity.failureCount"
759
+ "value": "@entity.failureCount",
760
+ "max": "@entity.threshold"
759
761
  },
760
762
  {
761
- "action": "RESET",
762
- "icon": "rotate-ccw",
763
- "variant": "ghost",
764
763
  "label": "Reset",
764
+ "variant": "ghost",
765
+ "icon": "rotate-ccw",
766
+ "action": "RESET",
765
767
  "type": "button"
766
768
  }
767
- ],
768
- "type": "stack",
769
- "gap": "lg"
769
+ ]
770
770
  }
771
771
  ]
772
772
  ]
@@ -780,73 +780,73 @@
780
780
  "render-ui",
781
781
  "main",
782
782
  {
783
- "direction": "vertical",
784
- "type": "stack",
785
783
  "children": [
786
784
  {
787
- "gap": "md",
788
785
  "direction": "horizontal",
786
+ "gap": "md",
789
787
  "align": "center",
790
- "type": "stack",
791
- "justify": "between",
792
788
  "children": [
793
789
  {
790
+ "align": "center",
791
+ "direction": "horizontal",
792
+ "gap": "md",
793
+ "type": "stack",
794
794
  "children": [
795
795
  {
796
796
  "type": "icon",
797
797
  "name": "shield"
798
798
  },
799
799
  {
800
- "type": "typography",
801
800
  "variant": "h2",
802
- "content": "ServiceNode"
801
+ "content": "ServiceNode",
802
+ "type": "typography"
803
803
  }
804
- ],
805
- "type": "stack",
806
- "direction": "horizontal",
807
- "align": "center",
808
- "gap": "md"
804
+ ]
809
805
  },
810
806
  {
807
+ "pulse": false,
811
808
  "type": "status-dot",
812
- "label": "Circuit Closed",
813
809
  "status": "online",
814
- "pulse": false
810
+ "label": "Circuit Closed"
815
811
  }
816
- ]
812
+ ],
813
+ "type": "stack",
814
+ "justify": "between"
817
815
  },
818
816
  {
819
817
  "type": "divider"
820
818
  },
821
819
  {
822
820
  "type": "alert",
823
- "variant": "success",
824
- "message": "Service is healthy. All requests are being processed."
821
+ "message": "Service is healthy. All requests are being processed.",
822
+ "variant": "success"
825
823
  },
826
824
  {
827
- "cols": 2.0,
828
825
  "type": "simple-grid",
826
+ "cols": 2.0,
829
827
  "children": [
830
828
  {
831
- "value": "@entity.failureCount",
832
829
  "label": "Failures",
830
+ "value": "@entity.failureCount",
833
831
  "type": "stat-display"
834
832
  },
835
833
  {
836
- "type": "stat-display",
837
834
  "label": "Successes",
838
- "value": "@entity.successCount"
835
+ "value": "@entity.successCount",
836
+ "type": "stat-display"
839
837
  }
840
838
  ]
841
839
  },
842
840
  {
843
- "max": "@entity.threshold",
844
841
  "value": "@entity.failureCount",
845
- "min": 0.0,
846
- "type": "meter"
842
+ "max": "@entity.threshold",
843
+ "type": "meter",
844
+ "min": 0.0
847
845
  }
848
846
  ],
849
- "gap": "lg"
847
+ "direction": "vertical",
848
+ "gap": "lg",
849
+ "type": "stack"
850
850
  }
851
851
  ]
852
852
  ]
@@ -869,4 +869,4 @@
869
869
  ]
870
870
  }
871
871
  ]
872
- }
872
+ }