@almadar/std 14.25.0 → 14.27.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 (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -218,8 +218,8 @@
218
218
  "ServiceNode",
219
219
  {
220
220
  "emit": {
221
- "failure": "ServiceNodeLoadFailed",
222
- "success": "ServiceNodeLoaded"
221
+ "success": "ServiceNodeLoaded",
222
+ "failure": "ServiceNodeLoadFailed"
223
223
  }
224
224
  }
225
225
  ],
@@ -227,16 +227,10 @@
227
227
  "render-ui",
228
228
  "main",
229
229
  {
230
- "type": "stack",
231
- "direction": "vertical",
232
- "gap": "lg",
233
230
  "children": [
234
231
  {
235
- "direction": "horizontal",
236
- "gap": "md",
237
232
  "type": "stack",
238
- "align": "center",
239
- "justify": "between",
233
+ "gap": "md",
240
234
  "children": [
241
235
  {
242
236
  "gap": "md",
@@ -245,35 +239,36 @@
245
239
  "align": "center",
246
240
  "children": [
247
241
  {
248
- "type": "icon",
249
- "name": "shield"
242
+ "name": "shield",
243
+ "type": "icon"
250
244
  },
251
245
  {
252
- "type": "typography",
253
246
  "content": "ServiceNode",
247
+ "type": "typography",
254
248
  "variant": "h2"
255
249
  }
256
250
  ]
257
251
  },
258
252
  {
259
253
  "status": "online",
260
- "type": "status-dot",
261
254
  "pulse": false,
262
- "label": "Circuit Closed"
255
+ "label": "Circuit Closed",
256
+ "type": "status-dot"
263
257
  }
264
- ]
258
+ ],
259
+ "align": "center",
260
+ "direction": "horizontal",
261
+ "justify": "between"
265
262
  },
266
263
  {
267
264
  "type": "divider"
268
265
  },
269
266
  {
270
- "variant": "success",
271
267
  "message": "Service is healthy. All requests are being processed.",
272
- "type": "alert"
268
+ "type": "alert",
269
+ "variant": "success"
273
270
  },
274
271
  {
275
- "type": "simple-grid",
276
- "cols": 2.0,
277
272
  "children": [
278
273
  {
279
274
  "value": "@entity.failureCount",
@@ -285,15 +280,20 @@
285
280
  "label": "Successes",
286
281
  "value": "@entity.successCount"
287
282
  }
288
- ]
283
+ ],
284
+ "cols": 2.0,
285
+ "type": "simple-grid"
289
286
  },
290
287
  {
291
288
  "min": 0.0,
292
- "max": "@entity.threshold",
293
289
  "type": "meter",
290
+ "max": "@entity.threshold",
294
291
  "value": "@entity.failureCount"
295
292
  }
296
- ]
293
+ ],
294
+ "direction": "vertical",
295
+ "type": "stack",
296
+ "gap": "lg"
297
297
  }
298
298
  ]
299
299
  ]
@@ -307,80 +307,80 @@
307
307
  "render-ui",
308
308
  "main",
309
309
  {
310
+ "direction": "vertical",
310
311
  "type": "stack",
312
+ "gap": "lg",
311
313
  "children": [
312
314
  {
313
- "align": "center",
315
+ "type": "stack",
314
316
  "gap": "md",
317
+ "align": "center",
318
+ "justify": "between",
319
+ "direction": "horizontal",
315
320
  "children": [
316
321
  {
317
- "direction": "horizontal",
318
- "gap": "md",
319
322
  "align": "center",
320
- "type": "stack",
323
+ "direction": "horizontal",
321
324
  "children": [
322
325
  {
323
- "name": "alert-triangle",
324
- "type": "icon"
326
+ "type": "icon",
327
+ "name": "alert-triangle"
325
328
  },
326
329
  {
327
330
  "type": "typography",
328
- "variant": "h2",
329
- "content": "ServiceNode"
331
+ "content": "ServiceNode",
332
+ "variant": "h2"
330
333
  }
331
- ]
334
+ ],
335
+ "type": "stack",
336
+ "gap": "md"
332
337
  },
333
338
  {
334
- "label": "Circuit Open",
335
339
  "status": "critical",
336
- "pulse": true,
337
- "type": "status-dot"
340
+ "type": "status-dot",
341
+ "label": "Circuit Open",
342
+ "pulse": true
338
343
  }
339
- ],
340
- "type": "stack",
341
- "justify": "between",
342
- "direction": "horizontal"
344
+ ]
343
345
  },
344
346
  {
345
347
  "type": "divider"
346
348
  },
347
349
  {
348
- "type": "alert",
349
350
  "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
351
+ "type": "alert",
350
352
  "variant": "error"
351
353
  },
352
354
  {
353
355
  "cols": 2.0,
356
+ "type": "simple-grid",
354
357
  "children": [
355
358
  {
359
+ "value": "@entity.failureCount",
356
360
  "type": "stat-display",
357
- "label": "Failures",
358
- "value": "@entity.failureCount"
361
+ "label": "Failures"
359
362
  },
360
363
  {
361
- "value": "@entity.successCount",
364
+ "label": "Successes",
362
365
  "type": "stat-display",
363
- "label": "Successes"
366
+ "value": "@entity.successCount"
364
367
  }
365
- ],
366
- "type": "simple-grid"
368
+ ]
367
369
  },
368
370
  {
369
- "value": "@entity.failureCount",
370
- "min": 0.0,
371
371
  "max": "@entity.threshold",
372
+ "min": 0.0,
373
+ "value": "@entity.failureCount",
372
374
  "type": "meter"
373
375
  },
374
376
  {
375
377
  "type": "button",
376
- "icon": "rotate-ccw",
377
378
  "variant": "ghost",
378
- "label": "Reset",
379
- "action": "RESET"
379
+ "icon": "rotate-ccw",
380
+ "action": "RESET",
381
+ "label": "Reset"
380
382
  }
381
- ],
382
- "gap": "lg",
383
- "direction": "vertical"
383
+ ]
384
384
  }
385
385
  ]
386
386
  ]
@@ -395,72 +395,72 @@
395
395
  "main",
396
396
  {
397
397
  "direction": "vertical",
398
+ "type": "stack",
399
+ "gap": "lg",
398
400
  "children": [
399
401
  {
400
- "align": "center",
401
- "type": "stack",
402
402
  "children": [
403
403
  {
404
+ "align": "center",
404
405
  "children": [
405
406
  {
406
- "type": "icon",
407
- "name": "shield"
407
+ "name": "shield",
408
+ "type": "icon"
408
409
  },
409
410
  {
411
+ "content": "ServiceNode",
410
412
  "type": "typography",
411
- "variant": "h2",
412
- "content": "ServiceNode"
413
+ "variant": "h2"
413
414
  }
414
415
  ],
415
- "gap": "md",
416
- "align": "center",
416
+ "type": "stack",
417
417
  "direction": "horizontal",
418
- "type": "stack"
418
+ "gap": "md"
419
419
  },
420
420
  {
421
- "status": "online",
422
421
  "label": "Circuit Closed",
423
422
  "pulse": false,
424
- "type": "status-dot"
423
+ "type": "status-dot",
424
+ "status": "online"
425
425
  }
426
426
  ],
427
- "justify": "between",
428
427
  "gap": "md",
429
- "direction": "horizontal"
428
+ "justify": "between",
429
+ "type": "stack",
430
+ "direction": "horizontal",
431
+ "align": "center"
430
432
  },
431
433
  {
432
434
  "type": "divider"
433
435
  },
434
436
  {
435
- "variant": "success",
436
437
  "type": "alert",
438
+ "variant": "success",
437
439
  "message": "Service is healthy. All requests are being processed."
438
440
  },
439
441
  {
440
- "cols": 2.0,
441
442
  "children": [
442
443
  {
444
+ "label": "Failures",
443
445
  "value": "@entity.failureCount",
444
- "type": "stat-display",
445
- "label": "Failures"
446
+ "type": "stat-display"
446
447
  },
447
448
  {
449
+ "value": "@entity.successCount",
448
450
  "type": "stat-display",
449
- "label": "Successes",
450
- "value": "@entity.successCount"
451
+ "label": "Successes"
451
452
  }
452
453
  ],
454
+ "cols": 2.0,
453
455
  "type": "simple-grid"
454
456
  },
455
457
  {
456
- "min": 0.0,
458
+ "max": "@entity.threshold",
457
459
  "value": "@entity.failureCount",
458
460
  "type": "meter",
459
- "max": "@entity.threshold"
461
+ "min": 0.0
460
462
  }
461
- ],
462
- "gap": "lg",
463
- "type": "stack"
463
+ ]
464
464
  }
465
465
  ]
466
466
  ]
@@ -474,67 +474,67 @@
474
474
  "render-ui",
475
475
  "main",
476
476
  {
477
- "direction": "vertical",
477
+ "type": "stack",
478
+ "gap": "lg",
478
479
  "children": [
479
480
  {
480
481
  "type": "stack",
482
+ "align": "center",
481
483
  "justify": "between",
482
484
  "children": [
483
485
  {
484
- "type": "stack",
485
486
  "direction": "horizontal",
486
- "gap": "md",
487
- "align": "center",
488
487
  "children": [
489
488
  {
490
489
  "type": "icon",
491
490
  "name": "activity"
492
491
  },
493
492
  {
494
- "type": "typography",
493
+ "variant": "h2",
495
494
  "content": "ServiceNode",
496
- "variant": "h2"
495
+ "type": "typography"
497
496
  }
498
- ]
497
+ ],
498
+ "align": "center",
499
+ "type": "stack",
500
+ "gap": "md"
499
501
  },
500
502
  {
501
- "label": "Circuit Half-Open",
502
503
  "pulse": true,
503
504
  "type": "status-dot",
505
+ "label": "Circuit Half-Open",
504
506
  "status": "warning"
505
507
  }
506
508
  ],
507
- "align": "center",
508
- "direction": "horizontal",
509
- "gap": "md"
509
+ "gap": "md",
510
+ "direction": "horizontal"
510
511
  },
511
512
  {
512
513
  "type": "divider"
513
514
  },
514
515
  {
515
- "message": "Testing recovery. Limited requests are being allowed through.",
516
516
  "variant": "warning",
517
- "type": "alert"
517
+ "type": "alert",
518
+ "message": "Testing recovery. Limited requests are being allowed through."
518
519
  },
519
520
  {
520
521
  "children": [
521
522
  {
523
+ "type": "stat-display",
522
524
  "label": "Failures",
523
- "value": "@entity.failureCount",
524
- "type": "stat-display"
525
+ "value": "@entity.failureCount"
525
526
  },
526
527
  {
527
- "type": "stat-display",
528
528
  "value": "@entity.successCount",
529
+ "type": "stat-display",
529
530
  "label": "Successes"
530
531
  }
531
532
  ],
532
- "type": "simple-grid",
533
- "cols": 2.0
533
+ "cols": 2.0,
534
+ "type": "simple-grid"
534
535
  }
535
536
  ],
536
- "type": "stack",
537
- "gap": "lg"
537
+ "direction": "vertical"
538
538
  }
539
539
  ]
540
540
  ]
@@ -548,18 +548,18 @@
548
548
  "render-ui",
549
549
  "main",
550
550
  {
551
+ "type": "stack",
551
552
  "gap": "lg",
552
- "direction": "vertical",
553
553
  "children": [
554
554
  {
555
- "direction": "horizontal",
556
- "justify": "between",
555
+ "align": "center",
557
556
  "gap": "md",
557
+ "justify": "between",
558
+ "direction": "horizontal",
559
+ "type": "stack",
558
560
  "children": [
559
561
  {
560
- "direction": "horizontal",
561
- "gap": "md",
562
- "type": "stack",
562
+ "align": "center",
563
563
  "children": [
564
564
  {
565
565
  "type": "icon",
@@ -571,50 +571,50 @@
571
571
  "type": "typography"
572
572
  }
573
573
  ],
574
- "align": "center"
574
+ "type": "stack",
575
+ "direction": "horizontal",
576
+ "gap": "md"
575
577
  },
576
578
  {
579
+ "type": "status-dot",
577
580
  "status": "online",
578
581
  "pulse": false,
579
- "type": "status-dot",
580
582
  "label": "Circuit Closed"
581
583
  }
582
- ],
583
- "align": "center",
584
- "type": "stack"
584
+ ]
585
585
  },
586
586
  {
587
587
  "type": "divider"
588
588
  },
589
589
  {
590
- "type": "alert",
591
590
  "variant": "success",
591
+ "type": "alert",
592
592
  "message": "Service is healthy. All requests are being processed."
593
593
  },
594
594
  {
595
- "cols": 2.0,
596
595
  "type": "simple-grid",
596
+ "cols": 2.0,
597
597
  "children": [
598
598
  {
599
- "value": "@entity.failureCount",
599
+ "label": "Failures",
600
600
  "type": "stat-display",
601
- "label": "Failures"
601
+ "value": "@entity.failureCount"
602
602
  },
603
603
  {
604
- "type": "stat-display",
605
604
  "label": "Successes",
606
- "value": "@entity.successCount"
605
+ "value": "@entity.successCount",
606
+ "type": "stat-display"
607
607
  }
608
608
  ]
609
609
  },
610
610
  {
611
- "max": "@entity.threshold",
612
611
  "min": 0.0,
612
+ "value": "@entity.failureCount",
613
613
  "type": "meter",
614
- "value": "@entity.failureCount"
614
+ "max": "@entity.threshold"
615
615
  }
616
616
  ],
617
- "type": "stack"
617
+ "direction": "vertical"
618
618
  }
619
619
  ]
620
620
  ]
@@ -629,18 +629,19 @@
629
629
  "main",
630
630
  {
631
631
  "gap": "lg",
632
+ "type": "stack",
633
+ "direction": "vertical",
632
634
  "children": [
633
635
  {
634
- "type": "stack",
635
636
  "direction": "horizontal",
636
- "align": "center",
637
- "justify": "between",
638
637
  "gap": "md",
638
+ "align": "center",
639
+ "type": "stack",
639
640
  "children": [
640
641
  {
642
+ "direction": "horizontal",
641
643
  "type": "stack",
642
644
  "gap": "md",
643
- "align": "center",
644
645
  "children": [
645
646
  {
646
647
  "type": "icon",
@@ -652,23 +653,24 @@
652
653
  "variant": "h2"
653
654
  }
654
655
  ],
655
- "direction": "horizontal"
656
+ "align": "center"
656
657
  },
657
658
  {
658
659
  "pulse": false,
659
660
  "status": "online",
660
- "label": "Circuit Closed",
661
- "type": "status-dot"
661
+ "type": "status-dot",
662
+ "label": "Circuit Closed"
662
663
  }
663
- ]
664
+ ],
665
+ "justify": "between"
664
666
  },
665
667
  {
666
668
  "type": "divider"
667
669
  },
668
670
  {
669
- "message": "Service is healthy. All requests are being processed.",
670
671
  "variant": "success",
671
- "type": "alert"
672
+ "type": "alert",
673
+ "message": "Service is healthy. All requests are being processed."
672
674
  },
673
675
  {
674
676
  "children": [
@@ -678,23 +680,21 @@
678
680
  "value": "@entity.failureCount"
679
681
  },
680
682
  {
681
- "label": "Successes",
682
683
  "value": "@entity.successCount",
684
+ "label": "Successes",
683
685
  "type": "stat-display"
684
686
  }
685
687
  ],
686
- "cols": 2.0,
687
- "type": "simple-grid"
688
+ "type": "simple-grid",
689
+ "cols": 2.0
688
690
  },
689
691
  {
690
692
  "type": "meter",
691
693
  "value": "@entity.failureCount",
692
- "min": 0.0,
693
- "max": "@entity.threshold"
694
+ "max": "@entity.threshold",
695
+ "min": 0.0
694
696
  }
695
- ],
696
- "type": "stack",
697
- "direction": "vertical"
697
+ ]
698
698
  }
699
699
  ]
700
700
  ]
@@ -708,12 +708,16 @@
708
708
  "render-ui",
709
709
  "main",
710
710
  {
711
+ "direction": "vertical",
712
+ "type": "stack",
713
+ "gap": "lg",
711
714
  "children": [
712
715
  {
713
716
  "align": "center",
717
+ "direction": "horizontal",
718
+ "justify": "between",
714
719
  "children": [
715
720
  {
716
- "direction": "horizontal",
717
721
  "gap": "md",
718
722
  "children": [
719
723
  {
@@ -726,35 +730,35 @@
726
730
  "type": "typography"
727
731
  }
728
732
  ],
729
- "align": "center",
730
- "type": "stack"
733
+ "type": "stack",
734
+ "direction": "horizontal",
735
+ "align": "center"
731
736
  },
732
737
  {
733
- "pulse": true,
734
738
  "type": "status-dot",
739
+ "pulse": true,
735
740
  "label": "Circuit Open",
736
741
  "status": "critical"
737
742
  }
738
743
  ],
739
744
  "type": "stack",
740
- "direction": "horizontal",
741
- "justify": "between",
742
745
  "gap": "md"
743
746
  },
744
747
  {
745
748
  "type": "divider"
746
749
  },
747
750
  {
748
- "type": "alert",
749
751
  "variant": "error",
750
- "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
752
+ "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
753
+ "type": "alert"
751
754
  },
752
755
  {
756
+ "cols": 2.0,
753
757
  "children": [
754
758
  {
759
+ "type": "stat-display",
755
760
  "value": "@entity.failureCount",
756
- "label": "Failures",
757
- "type": "stat-display"
761
+ "label": "Failures"
758
762
  },
759
763
  {
760
764
  "type": "stat-display",
@@ -762,26 +766,22 @@
762
766
  "value": "@entity.successCount"
763
767
  }
764
768
  ],
765
- "type": "simple-grid",
766
- "cols": 2.0
769
+ "type": "simple-grid"
767
770
  },
768
771
  {
769
- "max": "@entity.threshold",
770
772
  "value": "@entity.failureCount",
771
773
  "type": "meter",
772
- "min": 0.0
774
+ "min": 0.0,
775
+ "max": "@entity.threshold"
773
776
  },
774
777
  {
775
- "label": "Reset",
778
+ "action": "RESET",
776
779
  "type": "button",
777
780
  "variant": "ghost",
778
- "action": "RESET",
781
+ "label": "Reset",
779
782
  "icon": "rotate-ccw"
780
783
  }
781
- ],
782
- "gap": "lg",
783
- "type": "stack",
784
- "direction": "vertical"
784
+ ]
785
785
  }
786
786
  ]
787
787
  ]
@@ -795,72 +795,72 @@
795
795
  "render-ui",
796
796
  "main",
797
797
  {
798
- "type": "stack",
799
- "direction": "vertical",
800
798
  "children": [
801
799
  {
802
800
  "gap": "md",
803
- "justify": "between",
804
- "type": "stack",
805
- "align": "center",
806
801
  "children": [
807
802
  {
808
- "type": "stack",
809
- "direction": "horizontal",
803
+ "align": "center",
810
804
  "children": [
811
805
  {
812
- "name": "shield",
813
- "type": "icon"
806
+ "type": "icon",
807
+ "name": "shield"
814
808
  },
815
809
  {
816
- "content": "ServiceNode",
817
810
  "variant": "h2",
818
- "type": "typography"
811
+ "type": "typography",
812
+ "content": "ServiceNode"
819
813
  }
820
814
  ],
821
815
  "gap": "md",
822
- "align": "center"
816
+ "direction": "horizontal",
817
+ "type": "stack"
823
818
  },
824
819
  {
825
- "type": "status-dot",
826
- "status": "online",
820
+ "pulse": false,
827
821
  "label": "Circuit Closed",
828
- "pulse": false
822
+ "status": "online",
823
+ "type": "status-dot"
829
824
  }
830
825
  ],
831
- "direction": "horizontal"
826
+ "justify": "between",
827
+ "direction": "horizontal",
828
+ "align": "center",
829
+ "type": "stack"
832
830
  },
833
831
  {
834
832
  "type": "divider"
835
833
  },
836
834
  {
837
- "message": "Service is healthy. All requests are being processed.",
835
+ "variant": "success",
838
836
  "type": "alert",
839
- "variant": "success"
837
+ "message": "Service is healthy. All requests are being processed."
840
838
  },
841
839
  {
840
+ "type": "simple-grid",
841
+ "cols": 2.0,
842
842
  "children": [
843
843
  {
844
- "label": "Failures",
844
+ "value": "@entity.failureCount",
845
845
  "type": "stat-display",
846
- "value": "@entity.failureCount"
846
+ "label": "Failures"
847
847
  },
848
848
  {
849
+ "label": "Successes",
849
850
  "value": "@entity.successCount",
850
- "type": "stat-display",
851
- "label": "Successes"
851
+ "type": "stat-display"
852
852
  }
853
- ],
854
- "cols": 2.0,
855
- "type": "simple-grid"
853
+ ]
856
854
  },
857
855
  {
858
- "min": 0.0,
859
856
  "value": "@entity.failureCount",
860
- "max": "@entity.threshold",
861
- "type": "meter"
857
+ "min": 0.0,
858
+ "type": "meter",
859
+ "max": "@entity.threshold"
862
860
  }
863
861
  ],
862
+ "type": "stack",
863
+ "direction": "vertical",
864
864
  "gap": "lg"
865
865
  }
866
866
  ]
@@ -884,4 +884,4 @@
884
884
  ]
885
885
  }
886
886
  ]
887
- }
887
+ }