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