@almadar/std 14.24.0 → 14.25.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 (411) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  25. package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  30. package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  33. package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  37. package/behaviors/registry/app/atoms/std-donor.orb +107 -34
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +98 -86
  40. package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  44. package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  45. package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  47. package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  49. package/behaviors/registry/app/atoms/std-lease.orb +172 -44
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  52. package/behaviors/registry/app/atoms/std-matter.orb +265 -46
  53. package/behaviors/registry/app/atoms/std-membership.orb +116 -58
  54. package/behaviors/registry/app/atoms/std-menu.orb +55 -55
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  60. package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  66. package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  68. package/behaviors/registry/app/atoms/std-segment.orb +90 -39
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  70. package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  71. package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  75. package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  79. package/behaviors/registry/app/atoms/std-trial.orb +137 -61
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  83. package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  85. package/behaviors/registry/app/molecules/std-application.orb +137 -137
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  87. package/behaviors/registry/app/molecules/std-cart.orb +51 -51
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  92. package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  97. package/behaviors/registry/app/organisms/std-cms.orb +252 -252
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  100. package/behaviors/registry/app/organisms/std-crm.orb +274 -274
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  106. package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  110. package/behaviors/registry/app/organisms/std-forum.orb +142 -142
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  114. package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  117. package/behaviors/registry/app/organisms/std-listings.orb +151 -151
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  122. package/behaviors/registry/app/organisms/std-notes.orb +289 -78
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  131. package/behaviors/registry/app/organisms/std-survey.orb +138 -138
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  134. package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +60 -60
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  139. package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  142. package/behaviors/registry/core/atoms/std-display.orb +3 -3
  143. package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  145. package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  146. package/behaviors/registry/core/atoms/std-filter.orb +9 -9
  147. package/behaviors/registry/core/atoms/std-flag.orb +87 -87
  148. package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  150. package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  153. package/behaviors/registry/core/atoms/std-modal.orb +17 -17
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  155. package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  156. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  162. package/behaviors/registry/core/atoms/std-search.orb +5 -5
  163. package/behaviors/registry/core/atoms/std-selection.orb +106 -106
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  165. package/behaviors/registry/core/atoms/std-stats.orb +140 -140
  166. package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  168. package/behaviors/registry/core/atoms/std-thread.orb +50 -50
  169. package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  177. package/behaviors/registry/core/molecules/std-list.orb +55 -55
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  183. package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  184. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  185. package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  186. package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  187. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  188. package/behaviors/registry/game/atoms/std-timer.orb +292 -292
  189. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  190. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  191. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  192. package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  193. package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  194. package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  195. package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  196. package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  197. package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  198. package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  199. package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  200. package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  201. package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  202. package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  203. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  204. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  205. package/dist/behaviors/behaviors-registry.json +4 -684
  206. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
  207. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
  208. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
  209. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  210. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
  211. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
  212. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
  213. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
  214. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
  215. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
  216. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
  217. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
  218. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
  219. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
  220. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
  221. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
  222. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
  223. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
  224. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
  225. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
  226. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
  227. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
  228. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
  229. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
  230. package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
  231. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
  232. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
  233. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  234. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
  235. package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
  236. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
  237. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
  238. package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
  239. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
  240. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
  241. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
  242. package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
  243. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  244. package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
  245. package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
  246. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
  247. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  248. package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
  249. package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
  250. package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
  251. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
  252. package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
  253. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
  254. package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
  255. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
  256. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
  257. package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
  258. package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
  259. package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
  260. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
  261. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
  262. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
  263. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
  264. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
  266. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
  267. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
  268. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
  269. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
  270. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
  271. package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
  272. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
  273. package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
  274. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
  275. package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
  276. package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
  277. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
  278. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
  279. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
  280. package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
  281. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
  282. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
  283. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
  284. package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
  285. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
  286. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
  287. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
  288. package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
  289. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
  290. package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
  291. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
  292. package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
  293. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
  294. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
  295. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
  296. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
  297. package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
  298. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
  299. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
  300. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
  301. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
  302. package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
  303. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
  304. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
  305. package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
  306. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
  307. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
  308. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
  309. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
  310. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
  311. package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
  312. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
  313. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
  314. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
  315. package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
  316. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
  317. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
  318. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
  319. package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
  320. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
  321. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
  322. package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
  323. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  324. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
  325. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
  326. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
  327. package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
  328. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
  329. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
  330. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
  331. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
  332. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
  333. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
  335. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
  336. package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
  337. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
  338. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
  339. package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
  340. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
  341. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  342. package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
  343. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
  344. package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
  345. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
  346. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
  347. package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
  348. package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
  349. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
  350. package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
  351. package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
  352. package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
  353. package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
  354. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
  355. package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
  356. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
  357. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
  358. package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
  359. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
  360. package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
  361. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  362. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  363. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
  364. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  365. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
  366. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
  367. package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
  368. package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
  369. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
  370. package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
  371. package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
  372. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
  373. package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
  374. package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
  375. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  376. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
  377. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
  378. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
  379. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
  380. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
  381. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
  382. package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
  383. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
  384. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
  385. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
  386. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
  387. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
  388. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
  389. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
  390. package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
  391. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
  392. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  393. package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
  394. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
  395. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
  396. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
  397. package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
  398. package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
  399. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
  400. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
  401. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
  402. package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
  403. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
  404. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
  405. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
  406. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
  407. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
  408. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
  409. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
  410. package/dist/behaviors-registry.json +4 -684
  411. package/package.json +1 -1
@@ -71,32 +71,32 @@
71
71
  "name": "SensorAppLayout",
72
72
  "linkedEntity": "SensorReading",
73
73
  "config": {
74
- "searchEvent": "SENSOR_SEARCH",
74
+ "appName": "IoT Dashboard",
75
+ "contentTrait": "@trait.SensorCatalog",
75
76
  "navItems": [
76
77
  {
77
78
  "href": "/sensors",
78
- "icon": "layout-list",
79
- "label": "Sensors"
79
+ "label": "Sensors",
80
+ "icon": "layout-list"
80
81
  },
81
82
  {
82
- "label": "Devices",
83
83
  "icon": "cpu",
84
- "href": "/devices"
84
+ "href": "/devices",
85
+ "label": "Devices"
85
86
  },
86
87
  {
87
- "label": "Alerts",
88
88
  "icon": "bell",
89
+ "label": "Alerts",
89
90
  "href": "/alerts"
90
91
  }
91
92
  ],
92
- "notificationClickEvent": "SENSOR_NOTIFICATIONS_OPEN",
93
- "contentTrait": "@trait.SensorCatalog",
93
+ "searchEvent": "SENSOR_SEARCH",
94
94
  "notifications": [],
95
- "appName": "IoT Dashboard"
95
+ "notificationClickEvent": "SENSOR_NOTIFICATIONS_OPEN"
96
96
  },
97
97
  "events": {
98
- "SEARCH": "SENSOR_SEARCH",
99
- "NOTIFY_CLICK": "SENSOR_NOTIFICATIONS_OPEN"
98
+ "NOTIFY_CLICK": "SENSOR_NOTIFICATIONS_OPEN",
99
+ "SEARCH": "SENSOR_SEARCH"
100
100
  }
101
101
  },
102
102
  {
@@ -125,32 +125,35 @@
125
125
  "render-ui",
126
126
  "main",
127
127
  {
128
+ "gap": "lg",
129
+ "type": "stack",
130
+ "direction": "vertical",
128
131
  "children": [
129
132
  {
130
- "gap": "md",
131
- "justify": "between",
132
- "type": "stack",
133
- "align": "center",
134
- "direction": "horizontal",
135
133
  "children": [
136
134
  {
135
+ "align": "center",
136
+ "direction": "horizontal",
137
137
  "type": "stack",
138
+ "gap": "sm",
138
139
  "children": [
139
140
  {
140
141
  "type": "icon",
141
142
  "name": "thermometer"
142
143
  },
143
144
  {
144
- "type": "typography",
145
145
  "content": "Sensor Readings",
146
- "variant": "h2"
146
+ "variant": "h2",
147
+ "type": "typography"
147
148
  }
148
- ],
149
- "direction": "horizontal",
150
- "gap": "sm",
151
- "align": "center"
149
+ ]
152
150
  }
153
- ]
151
+ ],
152
+ "type": "stack",
153
+ "gap": "md",
154
+ "justify": "between",
155
+ "direction": "horizontal",
156
+ "align": "center"
154
157
  },
155
158
  {
156
159
  "type": "divider"
@@ -159,19 +162,16 @@
159
162
  "@trait.SensorGraphs",
160
163
  {
161
164
  "type": "meter",
162
- "value": "@entity.value",
163
- "min": 0.0,
164
165
  "max": "@entity.threshold",
165
- "label": "Latest reading vs threshold"
166
+ "value": "@entity.value",
167
+ "label": "Latest reading vs threshold",
168
+ "min": 0.0
166
169
  },
167
170
  {
168
171
  "type": "divider"
169
172
  },
170
173
  "@trait.SensorBrowseList"
171
- ],
172
- "type": "stack",
173
- "gap": "lg",
174
- "direction": "vertical"
174
+ ]
175
175
  }
176
176
  ]
177
177
  ]
@@ -184,10 +184,12 @@
184
184
  "ref": "Stats.traits.StatsItemStats",
185
185
  "name": "SensorStats",
186
186
  "config": {
187
+ "title": "Sensors",
187
188
  "metrics": [
188
189
  {
189
- "label": "Active Sensors",
190
- "variant": "primary",
190
+ "format": "number",
191
+ "aggregation": "count",
192
+ "icon": "activity",
191
193
  "filter": [
192
194
  "fn",
193
195
  "row",
@@ -197,19 +199,23 @@
197
199
  ""
198
200
  ]
199
201
  ],
200
- "format": "number",
201
- "icon": "activity",
202
- "aggregation": "count"
202
+ "label": "Active Sensors",
203
+ "variant": "primary"
203
204
  },
204
205
  {
206
+ "aggregation": "average",
205
207
  "variant": "success",
206
- "format": "number",
207
208
  "field": "value",
209
+ "format": "number",
208
210
  "label": "Avg Reading",
209
- "icon": "trending-up",
210
- "aggregation": "average"
211
+ "icon": "trending-up"
211
212
  },
212
213
  {
214
+ "aggregation": "count",
215
+ "format": "number",
216
+ "icon": "alert-triangle",
217
+ "label": "Anomalies",
218
+ "variant": "warning",
213
219
  "filter": [
214
220
  "fn",
215
221
  "row",
@@ -218,15 +224,9 @@
218
224
  "@row.value",
219
225
  "@row.threshold"
220
226
  ]
221
- ],
222
- "variant": "warning",
223
- "aggregation": "count",
224
- "label": "Anomalies",
225
- "format": "number",
226
- "icon": "alert-triangle"
227
+ ]
227
228
  }
228
- ],
229
- "title": "Sensors"
229
+ ]
230
230
  },
231
231
  "listens": [
232
232
  {
@@ -243,13 +243,13 @@
243
243
  "ref": "Graphs.traits.GraphItemGraph",
244
244
  "name": "SensorGraphs",
245
245
  "config": {
246
- "showLegend": true,
247
246
  "subtitle": "Sensor values across time",
248
- "chartType": "line",
249
247
  "dateField": "timestamp",
250
- "valueField": "value",
248
+ "showLegend": true,
249
+ "height": 240.0,
251
250
  "title": "Readings over time",
252
- "height": 240.0
251
+ "chartType": "line",
252
+ "valueField": "value"
253
253
  },
254
254
  "listens": [
255
255
  {
@@ -270,19 +270,19 @@
270
270
  "gap": "sm",
271
271
  "fields": [
272
272
  {
273
- "variant": "h4",
274
- "name": "sensorId",
273
+ "label": "Sensor",
275
274
  "icon": "thermometer",
276
- "label": "Sensor"
275
+ "variant": "h4",
276
+ "name": "sensorId"
277
277
  },
278
278
  {
279
- "label": "Type",
280
279
  "variant": "badge",
281
- "name": "type"
280
+ "name": "type",
281
+ "label": "Type"
282
282
  },
283
283
  {
284
- "format": "number",
285
284
  "name": "value",
285
+ "format": "number",
286
286
  "label": "Value",
287
287
  "variant": "h4"
288
288
  },
@@ -292,9 +292,9 @@
292
292
  "label": "Unit"
293
293
  },
294
294
  {
295
+ "name": "timestamp",
295
296
  "label": "Timestamp",
296
297
  "variant": "caption",
297
- "name": "timestamp",
298
298
  "format": "date"
299
299
  }
300
300
  ],
@@ -400,32 +400,32 @@
400
400
  "ref": "AppShell.traits.AppLayout",
401
401
  "name": "DeviceAppLayout",
402
402
  "config": {
403
- "searchEvent": "DEVICE_SEARCH",
404
- "notifications": [],
405
403
  "notificationClickEvent": "DEVICE_NOTIFICATIONS_OPEN",
404
+ "contentTrait": "@trait.DeviceCatalog",
406
405
  "appName": "IoT Dashboard",
407
406
  "navItems": [
408
407
  {
408
+ "icon": "layout-list",
409
409
  "label": "Sensors",
410
- "href": "/sensors",
411
- "icon": "layout-list"
410
+ "href": "/sensors"
412
411
  },
413
412
  {
413
+ "icon": "cpu",
414
414
  "label": "Devices",
415
- "href": "/devices",
416
- "icon": "cpu"
415
+ "href": "/devices"
417
416
  },
418
417
  {
419
- "href": "/alerts",
418
+ "icon": "bell",
420
419
  "label": "Alerts",
421
- "icon": "bell"
420
+ "href": "/alerts"
422
421
  }
423
422
  ],
424
- "contentTrait": "@trait.DeviceCatalog"
423
+ "searchEvent": "DEVICE_SEARCH",
424
+ "notifications": []
425
425
  },
426
426
  "events": {
427
- "NOTIFY_CLICK": "DEVICE_NOTIFICATIONS_OPEN",
428
- "SEARCH": "DEVICE_SEARCH"
427
+ "SEARCH": "DEVICE_SEARCH",
428
+ "NOTIFY_CLICK": "DEVICE_NOTIFICATIONS_OPEN"
429
429
  }
430
430
  },
431
431
  {
@@ -514,56 +514,56 @@
514
514
  "children": [
515
515
  {
516
516
  "direction": "horizontal",
517
- "justify": "between",
518
- "gap": "md",
519
- "type": "stack",
520
- "align": "center",
521
517
  "children": [
522
518
  {
523
519
  "type": "stack",
520
+ "direction": "horizontal",
521
+ "gap": "sm",
524
522
  "align": "center",
525
523
  "children": [
526
524
  {
527
- "type": "icon",
528
- "name": "cpu"
525
+ "name": "cpu",
526
+ "type": "icon"
529
527
  },
530
528
  {
531
- "content": "Devices",
529
+ "type": "typography",
532
530
  "variant": "h2",
533
- "type": "typography"
531
+ "content": "Devices"
534
532
  }
535
- ],
536
- "direction": "horizontal",
537
- "gap": "sm"
533
+ ]
538
534
  },
539
535
  {
540
- "direction": "horizontal",
541
- "gap": "sm",
542
- "type": "stack",
543
536
  "children": [
544
537
  {
538
+ "variant": "primary",
545
539
  "action": "CREATE",
540
+ "label": "Create Device",
546
541
  "type": "button",
547
- "icon": "plus",
548
- "variant": "primary",
549
- "label": "Create Device"
542
+ "icon": "plus"
550
543
  }
551
- ]
544
+ ],
545
+ "gap": "sm",
546
+ "type": "stack",
547
+ "direction": "horizontal"
552
548
  }
553
- ]
549
+ ],
550
+ "justify": "between",
551
+ "align": "center",
552
+ "type": "stack",
553
+ "gap": "md"
554
554
  },
555
555
  {
556
556
  "type": "divider"
557
557
  },
558
558
  {
559
- "type": "stack",
560
- "gap": "md",
561
- "direction": "horizontal",
562
559
  "align": "center",
563
560
  "children": [
564
561
  "@trait.DeviceSearch",
565
562
  "@trait.DeviceFilter"
566
- ]
563
+ ],
564
+ "type": "stack",
565
+ "direction": "horizontal",
566
+ "gap": "md"
567
567
  },
568
568
  {
569
569
  "type": "divider"
@@ -588,34 +588,34 @@
588
588
  "render-ui",
589
589
  "main",
590
590
  {
591
+ "type": "stack",
592
+ "gap": "md",
593
+ "className": "py-8",
594
+ "align": "center",
595
+ "direction": "vertical",
591
596
  "children": [
592
597
  {
593
- "type": "icon",
594
- "name": "bell"
598
+ "name": "bell",
599
+ "type": "icon"
595
600
  },
596
601
  {
597
- "type": "typography",
598
602
  "variant": "h3",
599
- "content": "No notifications"
603
+ "content": "No notifications",
604
+ "type": "typography"
600
605
  },
601
606
  {
602
- "variant": "caption",
603
607
  "type": "typography",
604
608
  "content": "You're all caught up.",
609
+ "variant": "caption",
605
610
  "color": "muted"
606
611
  },
607
612
  {
608
613
  "type": "button",
614
+ "variant": "ghost",
609
615
  "action": "INIT",
610
- "label": "Back",
611
- "variant": "ghost"
616
+ "label": "Back"
612
617
  }
613
- ],
614
- "align": "center",
615
- "className": "py-8",
616
- "type": "stack",
617
- "direction": "vertical",
618
- "gap": "md"
618
+ ]
619
619
  }
620
620
  ]
621
621
  ]
@@ -636,30 +636,30 @@
636
636
  "ref": "Filter.traits.FilterTargetFilter",
637
637
  "name": "DeviceFilter",
638
638
  "config": {
639
- "event": "DEVICE_FILTER",
640
639
  "filters": [
641
640
  {
641
+ "filterType": "select",
642
+ "field": "status",
642
643
  "label": "Status",
643
644
  "options": [
644
645
  "online",
645
646
  "offline",
646
647
  "maintenance"
647
- ],
648
- "filterType": "select",
649
- "field": "status"
648
+ ]
650
649
  },
651
650
  {
651
+ "label": "Type",
652
652
  "options": [
653
653
  "sensor",
654
654
  "gateway",
655
655
  "actuator",
656
656
  "controller"
657
657
  ],
658
- "filterType": "select",
659
658
  "field": "type",
660
- "label": "Type"
659
+ "filterType": "select"
661
660
  }
662
- ]
661
+ ],
662
+ "event": "DEVICE_FILTER"
663
663
  }
664
664
  },
665
665
  {
@@ -667,12 +667,10 @@
667
667
  "name": "DeviceBrowseList",
668
668
  "linkedEntity": "Device",
669
669
  "config": {
670
- "cols": 3.0,
671
- "gap": "md",
672
670
  "fields": [
673
671
  {
674
- "icon": "cpu",
675
672
  "name": "name",
673
+ "icon": "cpu",
676
674
  "variant": "h3"
677
675
  },
678
676
  {
@@ -680,33 +678,35 @@
680
678
  "variant": "badge"
681
679
  },
682
680
  {
683
- "name": "type",
684
- "variant": "body"
681
+ "variant": "body",
682
+ "name": "type"
685
683
  },
686
684
  {
687
- "name": "lastSeen",
688
685
  "label": "Last Seen",
689
686
  "format": "date",
690
- "variant": "caption"
687
+ "variant": "caption",
688
+ "name": "lastSeen"
691
689
  }
692
690
  ],
693
691
  "itemActions": [
694
692
  {
695
693
  "label": "View",
696
- "event": "VIEW",
697
- "variant": "ghost"
694
+ "variant": "ghost",
695
+ "event": "VIEW"
698
696
  },
699
697
  {
700
698
  "label": "Edit",
701
- "event": "EDIT",
702
- "variant": "ghost"
699
+ "variant": "ghost",
700
+ "event": "EDIT"
703
701
  },
704
702
  {
705
- "event": "DELETE",
703
+ "variant": "danger",
706
704
  "label": "Delete",
707
- "variant": "danger"
705
+ "event": "DELETE"
708
706
  }
709
- ]
707
+ ],
708
+ "cols": 3.0,
709
+ "gap": "md"
710
710
  },
711
711
  "listens": [
712
712
  {
@@ -756,15 +756,15 @@
756
756
  "name": "DeviceCreate",
757
757
  "linkedEntity": "Device",
758
758
  "config": {
759
+ "icon": "plus-circle",
760
+ "title": "Create Device",
759
761
  "fields": [
760
762
  "name",
761
763
  "type",
762
764
  "status",
763
765
  "lastSeen"
764
766
  ],
765
- "title": "Create Device",
766
- "mode": "create",
767
- "icon": "plus-circle"
767
+ "mode": "create"
768
768
  },
769
769
  "events": {
770
770
  "OPEN": "CREATE"
@@ -785,15 +785,15 @@
785
785
  "name": "DeviceEdit",
786
786
  "linkedEntity": "Device",
787
787
  "config": {
788
- "icon": "edit",
789
- "mode": "edit",
790
788
  "title": "Edit Device",
791
789
  "fields": [
792
790
  "name",
793
791
  "type",
794
792
  "status",
795
793
  "lastSeen"
796
- ]
794
+ ],
795
+ "icon": "edit",
796
+ "mode": "edit"
797
797
  },
798
798
  "events": {
799
799
  "OPEN": "EDIT"
@@ -814,7 +814,7 @@
814
814
  "name": "DeviceView",
815
815
  "linkedEntity": "Device",
816
816
  "config": {
817
- "title": "View Device",
817
+ "icon": "eye",
818
818
  "fields": [
819
819
  "name",
820
820
  "type",
@@ -822,7 +822,7 @@
822
822
  "lastSeen"
823
823
  ],
824
824
  "mode": "edit",
825
- "icon": "eye"
825
+ "title": "View Device"
826
826
  },
827
827
  "events": {
828
828
  "OPEN": "VIEW"
@@ -843,14 +843,14 @@
843
843
  "name": "DeviceDelete",
844
844
  "linkedEntity": "Device",
845
845
  "config": {
846
- "title": "Delete Device",
846
+ "alertMessage": "This action cannot be undone.",
847
847
  "confirmLabel": "Delete",
848
- "icon": "alert-triangle",
849
- "alertMessage": "This action cannot be undone."
848
+ "title": "Delete Device",
849
+ "icon": "alert-triangle"
850
850
  },
851
851
  "events": {
852
- "CONFIRM": "CONFIRM_DELETE",
853
- "REQUEST": "DELETE"
852
+ "REQUEST": "DELETE",
853
+ "CONFIRM": "CONFIRM_DELETE"
854
854
  },
855
855
  "listens": [
856
856
  {
@@ -1173,28 +1173,28 @@
1173
1173
  "name": "DeviceAlertAppLayout",
1174
1174
  "linkedEntity": "DeviceAlert",
1175
1175
  "config": {
1176
- "contentTrait": "@trait.AlertCatalog",
1177
- "notificationClickEvent": "ALERT_NOTIFICATIONS_OPEN",
1178
1176
  "notifications": [],
1177
+ "contentTrait": "@trait.AlertCatalog",
1179
1178
  "appName": "IoT Dashboard",
1179
+ "notificationClickEvent": "ALERT_NOTIFICATIONS_OPEN",
1180
+ "searchEvent": "ALERT_SEARCH",
1180
1181
  "navItems": [
1181
1182
  {
1183
+ "label": "Sensors",
1182
1184
  "href": "/sensors",
1183
- "icon": "layout-list",
1184
- "label": "Sensors"
1185
+ "icon": "layout-list"
1185
1186
  },
1186
1187
  {
1187
- "label": "Devices",
1188
1188
  "href": "/devices",
1189
- "icon": "cpu"
1189
+ "icon": "cpu",
1190
+ "label": "Devices"
1190
1191
  },
1191
1192
  {
1193
+ "label": "Alerts",
1192
1194
  "href": "/alerts",
1193
- "icon": "bell",
1194
- "label": "Alerts"
1195
+ "icon": "bell"
1195
1196
  }
1196
- ],
1197
- "searchEvent": "ALERT_SEARCH"
1197
+ ]
1198
1198
  },
1199
1199
  "events": {
1200
1200
  "NOTIFY_CLICK": "ALERT_NOTIFICATIONS_OPEN",
@@ -1243,46 +1243,49 @@
1243
1243
  "render-ui",
1244
1244
  "main",
1245
1245
  {
1246
+ "direction": "vertical",
1247
+ "gap": "lg",
1248
+ "type": "stack",
1246
1249
  "children": [
1247
1250
  {
1248
- "type": "stack",
1249
- "direction": "horizontal",
1251
+ "justify": "between",
1250
1252
  "children": [
1251
1253
  {
1254
+ "direction": "horizontal",
1255
+ "align": "center",
1256
+ "type": "stack",
1257
+ "gap": "sm",
1252
1258
  "children": [
1253
1259
  {
1254
- "type": "icon",
1255
- "name": "bell"
1260
+ "name": "bell",
1261
+ "type": "icon"
1256
1262
  },
1257
1263
  {
1258
- "variant": "h2",
1259
1264
  "content": "Alerts",
1265
+ "variant": "h2",
1260
1266
  "type": "typography"
1261
1267
  }
1262
- ],
1263
- "type": "stack",
1264
- "gap": "sm",
1265
- "align": "center",
1266
- "direction": "horizontal"
1268
+ ]
1267
1269
  },
1268
1270
  {
1269
- "gap": "sm",
1270
- "type": "stack",
1271
1271
  "direction": "horizontal",
1272
+ "gap": "sm",
1272
1273
  "children": [
1273
1274
  {
1274
1275
  "action": "CREATE",
1275
- "label": "New Alert",
1276
- "variant": "primary",
1276
+ "type": "button",
1277
1277
  "icon": "plus",
1278
- "type": "button"
1278
+ "variant": "primary",
1279
+ "label": "New Alert"
1279
1280
  }
1280
- ]
1281
+ ],
1282
+ "type": "stack"
1281
1283
  }
1282
1284
  ],
1285
+ "direction": "horizontal",
1283
1286
  "gap": "md",
1284
- "justify": "between",
1285
- "align": "center"
1287
+ "align": "center",
1288
+ "type": "stack"
1286
1289
  },
1287
1290
  {
1288
1291
  "type": "divider"
@@ -1292,10 +1295,7 @@
1292
1295
  "type": "divider"
1293
1296
  },
1294
1297
  "@trait.DeviceAlertCircuitBreaker"
1295
- ],
1296
- "type": "stack",
1297
- "direction": "vertical",
1298
- "gap": "lg"
1298
+ ]
1299
1299
  }
1300
1300
  ]
1301
1301
  ]
@@ -1309,49 +1309,49 @@
1309
1309
  "name": "AlertBrowseList",
1310
1310
  "linkedEntity": "DeviceAlert",
1311
1311
  "config": {
1312
- "gap": "sm",
1313
- "cols": 1.0,
1314
- "fields": [
1312
+ "itemActions": [
1315
1313
  {
1316
- "name": "deviceId",
1317
- "variant": "h4",
1318
- "icon": "cpu",
1319
- "label": "Device"
1314
+ "label": "View",
1315
+ "event": "VIEW",
1316
+ "variant": "ghost"
1320
1317
  },
1321
1318
  {
1322
- "variant": "badge",
1323
- "name": "severity",
1324
- "label": "Severity"
1325
- },
1326
- {
1327
- "variant": "body",
1328
- "name": "message",
1329
- "label": "Message"
1319
+ "event": "EDIT",
1320
+ "variant": "ghost",
1321
+ "label": "Edit"
1330
1322
  },
1331
1323
  {
1332
- "format": "boolean",
1333
- "label": "Acknowledged",
1334
- "variant": "badge",
1335
- "name": "acknowledged"
1324
+ "label": "Delete",
1325
+ "event": "DELETE",
1326
+ "variant": "danger"
1336
1327
  }
1337
1328
  ],
1338
- "itemActions": [
1329
+ "fields": [
1339
1330
  {
1340
- "variant": "ghost",
1341
- "label": "View",
1342
- "event": "VIEW"
1331
+ "label": "Device",
1332
+ "icon": "cpu",
1333
+ "variant": "h4",
1334
+ "name": "deviceId"
1343
1335
  },
1344
1336
  {
1345
- "event": "EDIT",
1346
- "label": "Edit",
1347
- "variant": "ghost"
1337
+ "variant": "badge",
1338
+ "name": "severity",
1339
+ "label": "Severity"
1348
1340
  },
1349
1341
  {
1350
- "event": "DELETE",
1351
- "label": "Delete",
1352
- "variant": "danger"
1342
+ "variant": "body",
1343
+ "label": "Message",
1344
+ "name": "message"
1345
+ },
1346
+ {
1347
+ "format": "boolean",
1348
+ "label": "Acknowledged",
1349
+ "name": "acknowledged",
1350
+ "variant": "badge"
1353
1351
  }
1354
- ]
1352
+ ],
1353
+ "cols": 1.0,
1354
+ "gap": "sm"
1355
1355
  },
1356
1356
  "listens": [
1357
1357
  {
@@ -1385,15 +1385,15 @@
1385
1385
  "name": "AlertCreate",
1386
1386
  "linkedEntity": "DeviceAlert",
1387
1387
  "config": {
1388
- "icon": "plus-circle",
1389
- "mode": "create",
1390
1388
  "title": "New Alert",
1391
1389
  "fields": [
1392
1390
  "deviceId",
1393
1391
  "severity",
1394
1392
  "message",
1395
1393
  "acknowledged"
1396
- ]
1394
+ ],
1395
+ "icon": "plus-circle",
1396
+ "mode": "create"
1397
1397
  },
1398
1398
  "events": {
1399
1399
  "OPEN": "CREATE"
@@ -1415,14 +1415,14 @@
1415
1415
  "linkedEntity": "DeviceAlert",
1416
1416
  "config": {
1417
1417
  "title": "Edit Alert",
1418
+ "mode": "edit",
1418
1419
  "icon": "edit",
1419
1420
  "fields": [
1420
1421
  "deviceId",
1421
1422
  "severity",
1422
1423
  "message",
1423
1424
  "acknowledged"
1424
- ],
1425
- "mode": "edit"
1425
+ ]
1426
1426
  },
1427
1427
  "events": {
1428
1428
  "OPEN": "EDIT"
@@ -1443,15 +1443,15 @@
1443
1443
  "name": "AlertView",
1444
1444
  "linkedEntity": "DeviceAlert",
1445
1445
  "config": {
1446
+ "mode": "edit",
1447
+ "title": "View Alert",
1446
1448
  "fields": [
1447
1449
  "deviceId",
1448
1450
  "severity",
1449
1451
  "message",
1450
1452
  "acknowledged"
1451
1453
  ],
1452
- "icon": "eye",
1453
- "mode": "edit",
1454
- "title": "View Alert"
1454
+ "icon": "eye"
1455
1455
  },
1456
1456
  "events": {
1457
1457
  "OPEN": "VIEW"
@@ -1472,9 +1472,9 @@
1472
1472
  "name": "AlertDelete",
1473
1473
  "linkedEntity": "DeviceAlert",
1474
1474
  "config": {
1475
+ "alertMessage": "This action cannot be undone.",
1475
1476
  "icon": "alert-triangle",
1476
1477
  "confirmLabel": "Delete",
1477
- "alertMessage": "This action cannot be undone.",
1478
1478
  "title": "Delete Alert"
1479
1479
  },
1480
1480
  "events": {
@@ -1701,9 +1701,9 @@
1701
1701
  "render-ui",
1702
1702
  "main",
1703
1703
  {
1704
- "variant": "info",
1704
+ "type": "alert",
1705
1705
  "message": "Critical alerts auto-notify on-call ops via email.",
1706
- "type": "alert"
1706
+ "variant": "info"
1707
1707
  }
1708
1708
  ]
1709
1709
  ]
@@ -1718,9 +1718,9 @@
1718
1718
  "config": {
1719
1719
  "body": "A critical alert was raised on a device. Investigate immediately.",
1720
1720
  "subject": "Critical alert raised",
1721
- "sender": "alerts@example.com",
1721
+ "recipient": "ops@example.com",
1722
1722
  "uiTrait": "@trait.AlertEmailNotice",
1723
- "recipient": "ops@example.com"
1723
+ "sender": "alerts@example.com"
1724
1724
  },
1725
1725
  "listens": [
1726
1726
  {
@@ -1859,38 +1859,41 @@
1859
1859
  "render-ui",
1860
1860
  "main",
1861
1861
  {
1862
+ "gap": "lg",
1863
+ "direction": "vertical",
1864
+ "type": "stack",
1862
1865
  "children": [
1863
1866
  {
1867
+ "align": "center",
1868
+ "gap": "md",
1869
+ "direction": "horizontal",
1870
+ "justify": "between",
1871
+ "type": "stack",
1864
1872
  "children": [
1865
1873
  {
1866
1874
  "direction": "horizontal",
1867
- "gap": "md",
1868
- "type": "stack",
1869
- "align": "center",
1870
1875
  "children": [
1871
1876
  {
1872
- "name": "shield-check",
1873
- "type": "icon"
1877
+ "type": "icon",
1878
+ "name": "shield-check"
1874
1879
  },
1875
1880
  {
1876
- "type": "typography",
1877
1881
  "content": "Circuit Breaker",
1878
- "variant": "h3"
1882
+ "variant": "h3",
1883
+ "type": "typography"
1879
1884
  }
1880
- ]
1885
+ ],
1886
+ "gap": "md",
1887
+ "type": "stack",
1888
+ "align": "center"
1881
1889
  },
1882
1890
  {
1883
1891
  "type": "status-dot",
1884
1892
  "pulse": false,
1885
- "status": "online",
1886
- "label": "Closed"
1893
+ "label": "Closed",
1894
+ "status": "online"
1887
1895
  }
1888
- ],
1889
- "gap": "md",
1890
- "align": "center",
1891
- "type": "stack",
1892
- "justify": "between",
1893
- "direction": "horizontal"
1896
+ ]
1894
1897
  },
1895
1898
  {
1896
1899
  "message": "Service is healthy. All requests are being processed.",
@@ -1898,11 +1901,12 @@
1898
1901
  "type": "alert"
1899
1902
  },
1900
1903
  {
1904
+ "cols": 2.0,
1901
1905
  "children": [
1902
1906
  {
1907
+ "value": "@entity.failureCount",
1903
1908
  "label": "Failures",
1904
- "type": "stat-display",
1905
- "value": "@entity.failureCount"
1909
+ "type": "stat-display"
1906
1910
  },
1907
1911
  {
1908
1912
  "type": "stat-display",
@@ -1910,19 +1914,15 @@
1910
1914
  "value": "@entity.successCount"
1911
1915
  }
1912
1916
  ],
1913
- "cols": 2.0,
1914
1917
  "type": "simple-grid"
1915
1918
  },
1916
1919
  {
1917
- "max": "@entity.threshold",
1918
1920
  "type": "meter",
1919
1921
  "value": "@entity.failureCount",
1922
+ "max": "@entity.threshold",
1920
1923
  "min": 0.0
1921
1924
  }
1922
- ],
1923
- "type": "stack",
1924
- "gap": "lg",
1925
- "direction": "vertical"
1925
+ ]
1926
1926
  }
1927
1927
  ]
1928
1928
  ]
@@ -1938,43 +1938,42 @@
1938
1938
  {
1939
1939
  "direction": "vertical",
1940
1940
  "type": "stack",
1941
- "gap": "lg",
1942
1941
  "children": [
1943
1942
  {
1944
- "justify": "between",
1943
+ "direction": "horizontal",
1945
1944
  "children": [
1946
1945
  {
1947
- "type": "stack",
1948
1946
  "align": "center",
1949
- "direction": "horizontal",
1950
1947
  "gap": "md",
1948
+ "direction": "horizontal",
1951
1949
  "children": [
1952
1950
  {
1953
1951
  "name": "alert-triangle",
1954
1952
  "type": "icon"
1955
1953
  },
1956
1954
  {
1955
+ "type": "typography",
1957
1956
  "content": "Circuit Breaker",
1958
- "variant": "h3",
1959
- "type": "typography"
1957
+ "variant": "h3"
1960
1958
  }
1961
- ]
1959
+ ],
1960
+ "type": "stack"
1962
1961
  },
1963
1962
  {
1964
- "label": "Open",
1965
1963
  "type": "status-dot",
1966
1964
  "status": "critical",
1965
+ "label": "Open",
1967
1966
  "pulse": true
1968
1967
  }
1969
1968
  ],
1969
+ "justify": "between",
1970
1970
  "type": "stack",
1971
- "direction": "horizontal",
1972
- "gap": "md",
1973
- "align": "center"
1971
+ "align": "center",
1972
+ "gap": "md"
1974
1973
  },
1975
1974
  {
1976
- "variant": "error",
1977
1975
  "type": "alert",
1976
+ "variant": "error",
1978
1977
  "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
1979
1978
  },
1980
1979
  {
@@ -1987,26 +1986,27 @@
1987
1986
  "type": "stat-display"
1988
1987
  },
1989
1988
  {
1989
+ "value": "@entity.successCount",
1990
1990
  "label": "Successes",
1991
- "type": "stat-display",
1992
- "value": "@entity.successCount"
1991
+ "type": "stat-display"
1993
1992
  }
1994
1993
  ]
1995
1994
  },
1996
1995
  {
1997
- "type": "meter",
1998
1996
  "min": 0.0,
1999
1997
  "max": "@entity.threshold",
1998
+ "type": "meter",
2000
1999
  "value": "@entity.failureCount"
2001
2000
  },
2002
2001
  {
2003
- "variant": "ghost",
2004
- "icon": "rotate-ccw",
2005
- "type": "button",
2006
2002
  "label": "Reset",
2007
- "action": "RESET"
2003
+ "type": "button",
2004
+ "variant": "ghost",
2005
+ "action": "RESET",
2006
+ "icon": "rotate-ccw"
2008
2007
  }
2009
- ]
2008
+ ],
2009
+ "gap": "lg"
2010
2010
  }
2011
2011
  ]
2012
2012
  ]
@@ -2021,38 +2021,39 @@
2021
2021
  "main",
2022
2022
  {
2023
2023
  "gap": "lg",
2024
+ "direction": "vertical",
2024
2025
  "children": [
2025
2026
  {
2026
- "gap": "md",
2027
- "align": "center",
2028
- "type": "stack",
2029
- "justify": "between",
2030
- "direction": "horizontal",
2031
2027
  "children": [
2032
2028
  {
2029
+ "gap": "md",
2030
+ "direction": "horizontal",
2033
2031
  "align": "center",
2032
+ "type": "stack",
2034
2033
  "children": [
2035
2034
  {
2036
2035
  "type": "icon",
2037
2036
  "name": "shield-check"
2038
2037
  },
2039
2038
  {
2040
- "variant": "h3",
2041
2039
  "content": "Circuit Breaker",
2040
+ "variant": "h3",
2042
2041
  "type": "typography"
2043
2042
  }
2044
- ],
2045
- "type": "stack",
2046
- "direction": "horizontal",
2047
- "gap": "md"
2043
+ ]
2048
2044
  },
2049
2045
  {
2050
2046
  "type": "status-dot",
2051
- "status": "online",
2052
2047
  "label": "Closed",
2053
- "pulse": false
2048
+ "pulse": false,
2049
+ "status": "online"
2054
2050
  }
2055
- ]
2051
+ ],
2052
+ "justify": "between",
2053
+ "align": "center",
2054
+ "type": "stack",
2055
+ "gap": "md",
2056
+ "direction": "horizontal"
2056
2057
  },
2057
2058
  {
2058
2059
  "variant": "success",
@@ -2064,26 +2065,25 @@
2064
2065
  "cols": 2.0,
2065
2066
  "children": [
2066
2067
  {
2067
- "value": "@entity.failureCount",
2068
2068
  "type": "stat-display",
2069
- "label": "Failures"
2069
+ "label": "Failures",
2070
+ "value": "@entity.failureCount"
2070
2071
  },
2071
2072
  {
2073
+ "value": "@entity.successCount",
2072
2074
  "type": "stat-display",
2073
- "label": "Successes",
2074
- "value": "@entity.successCount"
2075
+ "label": "Successes"
2075
2076
  }
2076
2077
  ]
2077
2078
  },
2078
2079
  {
2079
2080
  "min": 0.0,
2080
- "type": "meter",
2081
2081
  "value": "@entity.failureCount",
2082
- "max": "@entity.threshold"
2082
+ "max": "@entity.threshold",
2083
+ "type": "meter"
2083
2084
  }
2084
2085
  ],
2085
- "type": "stack",
2086
- "direction": "vertical"
2086
+ "type": "stack"
2087
2087
  }
2088
2088
  ]
2089
2089
  ]
@@ -2097,64 +2097,64 @@
2097
2097
  "render-ui",
2098
2098
  "main",
2099
2099
  {
2100
- "direction": "vertical",
2101
- "gap": "lg",
2102
2100
  "type": "stack",
2103
2101
  "children": [
2104
2102
  {
2105
- "align": "center",
2103
+ "gap": "md",
2106
2104
  "children": [
2107
2105
  {
2108
- "direction": "horizontal",
2109
2106
  "align": "center",
2110
2107
  "children": [
2111
2108
  {
2112
- "type": "icon",
2113
- "name": "activity"
2109
+ "name": "activity",
2110
+ "type": "icon"
2114
2111
  },
2115
2112
  {
2116
- "content": "Circuit Breaker",
2117
2113
  "type": "typography",
2114
+ "content": "Circuit Breaker",
2118
2115
  "variant": "h3"
2119
2116
  }
2120
2117
  ],
2121
- "type": "stack",
2122
- "gap": "md"
2118
+ "gap": "md",
2119
+ "direction": "horizontal",
2120
+ "type": "stack"
2123
2121
  },
2124
2122
  {
2125
- "status": "warning",
2126
- "pulse": true,
2127
2123
  "type": "status-dot",
2128
- "label": "Half-Open"
2124
+ "label": "Half-Open",
2125
+ "status": "warning",
2126
+ "pulse": true
2129
2127
  }
2130
2128
  ],
2129
+ "justify": "between",
2131
2130
  "type": "stack",
2132
- "gap": "md",
2133
- "direction": "horizontal",
2134
- "justify": "between"
2131
+ "align": "center",
2132
+ "direction": "horizontal"
2135
2133
  },
2136
2134
  {
2137
- "message": "Testing recovery. Limited requests allowed.",
2138
2135
  "type": "alert",
2139
- "variant": "warning"
2136
+ "variant": "warning",
2137
+ "message": "Testing recovery. Limited requests allowed."
2140
2138
  },
2141
2139
  {
2140
+ "cols": 2.0,
2142
2141
  "children": [
2143
2142
  {
2144
- "label": "Failures",
2145
2143
  "type": "stat-display",
2144
+ "label": "Failures",
2146
2145
  "value": "@entity.failureCount"
2147
2146
  },
2148
2147
  {
2149
- "label": "Successes",
2150
2148
  "type": "stat-display",
2151
- "value": "@entity.successCount"
2149
+ "value": "@entity.successCount",
2150
+ "label": "Successes"
2152
2151
  }
2153
2152
  ],
2154
- "type": "simple-grid",
2155
- "cols": 2.0
2153
+ "type": "simple-grid"
2156
2154
  }
2157
- ]
2155
+ ],
2156
+ "direction": "vertical",
2157
+ "gap": "lg"
2158
2158
  }
2159
2159
  ]
2160
2160
  ]
@@ -2169,14 +2169,14 @@
2169
2169
  "main",
2170
2170
  {
2171
2171
  "type": "stack",
2172
- "gap": "lg",
2172
+ "direction": "vertical",
2173
2173
  "children": [
2174
2174
  {
2175
- "justify": "between",
2175
+ "align": "center",
2176
+ "type": "stack",
2177
+ "gap": "md",
2176
2178
  "children": [
2177
2179
  {
2178
- "direction": "horizontal",
2179
- "type": "stack",
2180
2180
  "children": [
2181
2181
  {
2182
2182
  "type": "icon",
@@ -2188,50 +2188,50 @@
2188
2188
  "variant": "h3"
2189
2189
  }
2190
2190
  ],
2191
- "gap": "md",
2192
- "align": "center"
2191
+ "type": "stack",
2192
+ "align": "center",
2193
+ "direction": "horizontal",
2194
+ "gap": "md"
2193
2195
  },
2194
2196
  {
2195
2197
  "pulse": false,
2198
+ "type": "status-dot",
2196
2199
  "label": "Closed",
2197
- "status": "online",
2198
- "type": "status-dot"
2200
+ "status": "online"
2199
2201
  }
2200
2202
  ],
2201
2203
  "direction": "horizontal",
2202
- "type": "stack",
2203
- "gap": "md",
2204
- "align": "center"
2204
+ "justify": "between"
2205
2205
  },
2206
2206
  {
2207
2207
  "variant": "success",
2208
- "type": "alert",
2209
- "message": "Service is healthy."
2208
+ "message": "Service is healthy.",
2209
+ "type": "alert"
2210
2210
  },
2211
2211
  {
2212
+ "type": "simple-grid",
2213
+ "cols": 2.0,
2212
2214
  "children": [
2213
2215
  {
2214
- "label": "Failures",
2215
2216
  "type": "stat-display",
2217
+ "label": "Failures",
2216
2218
  "value": "@entity.failureCount"
2217
2219
  },
2218
2220
  {
2221
+ "type": "stat-display",
2219
2222
  "label": "Successes",
2220
- "value": "@entity.successCount",
2221
- "type": "stat-display"
2223
+ "value": "@entity.successCount"
2222
2224
  }
2223
- ],
2224
- "type": "simple-grid",
2225
- "cols": 2.0
2225
+ ]
2226
2226
  },
2227
2227
  {
2228
- "min": 0.0,
2229
2228
  "type": "meter",
2230
2229
  "value": "@entity.failureCount",
2231
- "max": "@entity.threshold"
2230
+ "max": "@entity.threshold",
2231
+ "min": 0.0
2232
2232
  }
2233
2233
  ],
2234
- "direction": "vertical"
2234
+ "gap": "lg"
2235
2235
  }
2236
2236
  ]
2237
2237
  ]
@@ -2250,16 +2250,13 @@
2250
2250
  "direction": "vertical",
2251
2251
  "children": [
2252
2252
  {
2253
- "gap": "md",
2254
- "type": "stack",
2255
- "direction": "horizontal",
2256
- "align": "center",
2257
2253
  "justify": "between",
2254
+ "align": "center",
2258
2255
  "children": [
2259
2256
  {
2260
- "type": "stack",
2261
- "direction": "horizontal",
2262
2257
  "gap": "md",
2258
+ "direction": "horizontal",
2259
+ "type": "stack",
2263
2260
  "align": "center",
2264
2261
  "children": [
2265
2262
  {
@@ -2267,27 +2264,29 @@
2267
2264
  "type": "icon"
2268
2265
  },
2269
2266
  {
2267
+ "type": "typography",
2270
2268
  "content": "Circuit Breaker",
2271
- "variant": "h3",
2272
- "type": "typography"
2269
+ "variant": "h3"
2273
2270
  }
2274
2271
  ]
2275
2272
  },
2276
2273
  {
2277
- "pulse": false,
2278
- "status": "online",
2279
2274
  "type": "status-dot",
2275
+ "status": "online",
2276
+ "pulse": false,
2280
2277
  "label": "Closed"
2281
2278
  }
2282
- ]
2279
+ ],
2280
+ "direction": "horizontal",
2281
+ "type": "stack",
2282
+ "gap": "md"
2283
2283
  },
2284
2284
  {
2285
2285
  "variant": "success",
2286
- "message": "Service is healthy.",
2287
- "type": "alert"
2286
+ "type": "alert",
2287
+ "message": "Service is healthy."
2288
2288
  },
2289
2289
  {
2290
- "type": "simple-grid",
2291
2290
  "cols": 2.0,
2292
2291
  "children": [
2293
2292
  {
@@ -2297,16 +2296,17 @@
2297
2296
  },
2298
2297
  {
2299
2298
  "type": "stat-display",
2300
- "value": "@entity.successCount",
2301
- "label": "Successes"
2299
+ "label": "Successes",
2300
+ "value": "@entity.successCount"
2302
2301
  }
2303
- ]
2302
+ ],
2303
+ "type": "simple-grid"
2304
2304
  },
2305
2305
  {
2306
+ "max": "@entity.threshold",
2306
2307
  "type": "meter",
2307
- "min": 0.0,
2308
2308
  "value": "@entity.failureCount",
2309
- "max": "@entity.threshold"
2309
+ "min": 0.0
2310
2310
  }
2311
2311
  ]
2312
2312
  }
@@ -2325,74 +2325,74 @@
2325
2325
  "direction": "vertical",
2326
2326
  "children": [
2327
2327
  {
2328
+ "type": "stack",
2329
+ "gap": "md",
2328
2330
  "align": "center",
2331
+ "justify": "between",
2329
2332
  "children": [
2330
2333
  {
2331
- "gap": "md",
2332
- "direction": "horizontal",
2333
- "align": "center",
2334
2334
  "children": [
2335
2335
  {
2336
2336
  "type": "icon",
2337
2337
  "name": "alert-triangle"
2338
2338
  },
2339
2339
  {
2340
+ "variant": "h3",
2340
2341
  "type": "typography",
2341
- "content": "Circuit Breaker",
2342
- "variant": "h3"
2342
+ "content": "Circuit Breaker"
2343
2343
  }
2344
2344
  ],
2345
- "type": "stack"
2345
+ "type": "stack",
2346
+ "direction": "horizontal",
2347
+ "gap": "md",
2348
+ "align": "center"
2346
2349
  },
2347
2350
  {
2348
- "label": "Open",
2349
- "status": "critical",
2350
2351
  "type": "status-dot",
2351
- "pulse": true
2352
+ "label": "Open",
2353
+ "pulse": true,
2354
+ "status": "critical"
2352
2355
  }
2353
2356
  ],
2354
- "justify": "between",
2355
- "type": "stack",
2356
- "gap": "md",
2357
2357
  "direction": "horizontal"
2358
2358
  },
2359
2359
  {
2360
- "message": "Circuit is open.",
2360
+ "type": "alert",
2361
2361
  "variant": "error",
2362
- "type": "alert"
2362
+ "message": "Circuit is open."
2363
2363
  },
2364
2364
  {
2365
+ "cols": 2.0,
2366
+ "type": "simple-grid",
2365
2367
  "children": [
2366
2368
  {
2367
2369
  "type": "stat-display",
2368
- "label": "Failures",
2369
- "value": "@entity.failureCount"
2370
+ "value": "@entity.failureCount",
2371
+ "label": "Failures"
2370
2372
  },
2371
2373
  {
2374
+ "label": "Successes",
2372
2375
  "value": "@entity.successCount",
2373
- "type": "stat-display",
2374
- "label": "Successes"
2376
+ "type": "stat-display"
2375
2377
  }
2376
- ],
2377
- "type": "simple-grid",
2378
- "cols": 2.0
2378
+ ]
2379
2379
  },
2380
2380
  {
2381
- "type": "meter",
2382
- "value": "@entity.failureCount",
2381
+ "max": "@entity.threshold",
2383
2382
  "min": 0.0,
2384
- "max": "@entity.threshold"
2383
+ "type": "meter",
2384
+ "value": "@entity.failureCount"
2385
2385
  },
2386
2386
  {
2387
+ "action": "RESET",
2387
2388
  "type": "button",
2388
2389
  "variant": "ghost",
2389
2390
  "icon": "rotate-ccw",
2390
- "action": "RESET",
2391
2391
  "label": "Reset"
2392
2392
  }
2393
2393
  ],
2394
- "gap": "lg",
2395
- "type": "stack"
2394
+ "type": "stack",
2395
+ "gap": "lg"
2396
2396
  }
2397
2397
  ]
2398
2398
  ]
@@ -2407,68 +2407,68 @@
2407
2407
  "main",
2408
2408
  {
2409
2409
  "type": "stack",
2410
+ "direction": "vertical",
2410
2411
  "children": [
2411
2412
  {
2413
+ "gap": "md",
2414
+ "type": "stack",
2415
+ "justify": "between",
2416
+ "align": "center",
2417
+ "direction": "horizontal",
2412
2418
  "children": [
2413
2419
  {
2414
2420
  "type": "stack",
2415
- "align": "center",
2416
2421
  "children": [
2417
2422
  {
2418
2423
  "type": "icon",
2419
2424
  "name": "shield-check"
2420
2425
  },
2421
2426
  {
2422
- "content": "Circuit Breaker",
2427
+ "variant": "h3",
2423
2428
  "type": "typography",
2424
- "variant": "h3"
2429
+ "content": "Circuit Breaker"
2425
2430
  }
2426
2431
  ],
2427
- "gap": "md",
2428
- "direction": "horizontal"
2432
+ "align": "center",
2433
+ "direction": "horizontal",
2434
+ "gap": "md"
2429
2435
  },
2430
2436
  {
2431
- "status": "online",
2432
2437
  "type": "status-dot",
2438
+ "pulse": false,
2433
2439
  "label": "Closed",
2434
- "pulse": false
2440
+ "status": "online"
2435
2441
  }
2436
- ],
2437
- "direction": "horizontal",
2438
- "type": "stack",
2439
- "align": "center",
2440
- "justify": "between",
2441
- "gap": "md"
2442
+ ]
2442
2443
  },
2443
2444
  {
2444
2445
  "type": "alert",
2445
- "variant": "success",
2446
- "message": "Service is healthy."
2446
+ "message": "Service is healthy.",
2447
+ "variant": "success"
2447
2448
  },
2448
2449
  {
2449
- "type": "simple-grid",
2450
2450
  "cols": 2.0,
2451
+ "type": "simple-grid",
2451
2452
  "children": [
2452
2453
  {
2453
- "label": "Failures",
2454
2454
  "type": "stat-display",
2455
+ "label": "Failures",
2455
2456
  "value": "@entity.failureCount"
2456
2457
  },
2457
2458
  {
2459
+ "type": "stat-display",
2458
2460
  "label": "Successes",
2459
- "value": "@entity.successCount",
2460
- "type": "stat-display"
2461
+ "value": "@entity.successCount"
2461
2462
  }
2462
2463
  ]
2463
2464
  },
2464
2465
  {
2465
- "max": "@entity.threshold",
2466
2466
  "min": 0.0,
2467
+ "value": "@entity.failureCount",
2467
2468
  "type": "meter",
2468
- "value": "@entity.failureCount"
2469
+ "max": "@entity.threshold"
2469
2470
  }
2470
2471
  ],
2471
- "direction": "vertical",
2472
2472
  "gap": "lg"
2473
2473
  }
2474
2474
  ]
@@ -2522,4 +2522,4 @@
2522
2522
  ]
2523
2523
  }
2524
2524
  ]
2525
- }
2525
+ }