@almadar/std 3.2.0 → 3.2.2

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 (262) hide show
  1. package/behaviors/exports/atoms/std-async.orb +41 -24
  2. package/behaviors/exports/atoms/std-browse.orb +12 -5
  3. package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  4. package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  5. package/behaviors/exports/atoms/std-collision.orb +278 -206
  6. package/behaviors/exports/atoms/std-combat-log.orb +6 -1
  7. package/behaviors/exports/atoms/std-combat.orb +6 -1
  8. package/behaviors/exports/atoms/std-confirmation.orb +212 -7
  9. package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  10. package/behaviors/exports/atoms/std-display.orb +166 -21
  11. package/behaviors/exports/atoms/std-drawer.orb +208 -104
  12. package/behaviors/exports/atoms/std-filter.orb +211 -18
  13. package/behaviors/exports/atoms/std-game-audio.orb +6 -1
  14. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  15. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  16. package/behaviors/exports/atoms/std-game-hud.orb +6 -1
  17. package/behaviors/exports/atoms/std-game-menu.orb +6 -1
  18. package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  19. package/behaviors/exports/atoms/std-gameflow.orb +100 -5
  20. package/behaviors/exports/atoms/std-input.orb +142 -137
  21. package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  22. package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  23. package/behaviors/exports/atoms/std-loading.orb +27 -76
  24. package/behaviors/exports/atoms/std-modal.orb +177 -93
  25. package/behaviors/exports/atoms/std-movement.orb +401 -31
  26. package/behaviors/exports/atoms/std-notification.orb +46 -95
  27. package/behaviors/exports/atoms/std-overworld.orb +44 -16
  28. package/behaviors/exports/atoms/std-pagination.orb +26 -89
  29. package/behaviors/exports/atoms/std-physics2d.orb +6 -1
  30. package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  31. package/behaviors/exports/atoms/std-quest.orb +309 -34
  32. package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  33. package/behaviors/exports/atoms/std-score-board.orb +6 -1
  34. package/behaviors/exports/atoms/std-score.orb +211 -11
  35. package/behaviors/exports/atoms/std-search.orb +28 -27
  36. package/behaviors/exports/atoms/std-selection.orb +160 -121
  37. package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  38. package/behaviors/exports/atoms/std-sort.orb +134 -24
  39. package/behaviors/exports/atoms/std-sprite.orb +6 -1
  40. package/behaviors/exports/atoms/std-tabs.orb +25 -15
  41. package/behaviors/exports/atoms/std-timer.orb +483 -91
  42. package/behaviors/exports/atoms/std-undo.orb +211 -81
  43. package/behaviors/exports/atoms/std-wizard.orb +31 -34
  44. package/behaviors/exports/molecules/std-builder-game.orb +6 -1
  45. package/behaviors/exports/molecules/std-cart.orb +6 -1
  46. package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
  47. package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
  48. package/behaviors/exports/molecules/std-detail.orb +12 -5
  49. package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
  50. package/behaviors/exports/molecules/std-geospatial.orb +28 -9
  51. package/behaviors/exports/molecules/std-inventory.orb +28 -9
  52. package/behaviors/exports/molecules/std-list.orb +392 -5
  53. package/behaviors/exports/molecules/std-messaging.orb +12 -5
  54. package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
  55. package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
  56. package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
  57. package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
  58. package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
  59. package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
  60. package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
  61. package/behaviors/exports/organisms/std-arcade-game.orb +214 -16
  62. package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
  63. package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
  64. package/behaviors/exports/organisms/std-cms.orb +1713 -947
  65. package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
  66. package/behaviors/exports/organisms/std-crm.orb +1669 -1153
  67. package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
  68. package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
  69. package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
  70. package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
  71. package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
  72. package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
  73. package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
  74. package/behaviors/exports/organisms/std-lms.orb +658 -362
  75. package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
  76. package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
  77. package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
  78. package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
  79. package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
  80. package/behaviors/exports/organisms/std-social-feed.orb +12 -8
  81. package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
  82. package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
  83. package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
  84. package/behaviors/exports/validation-report.json +747 -0
  85. package/behaviors/exports/verify-results.json +13 -0
  86. package/dist/behaviors/exports/atoms/std-async.orb +41 -24
  87. package/dist/behaviors/exports/atoms/std-browse.orb +12 -5
  88. package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  89. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  90. package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
  91. package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
  92. package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
  93. package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
  94. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  95. package/dist/behaviors/exports/atoms/std-display.orb +166 -21
  96. package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
  97. package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
  98. package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
  99. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  100. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  101. package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
  102. package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
  103. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  104. package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
  105. package/dist/behaviors/exports/atoms/std-input.orb +142 -137
  106. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  107. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  108. package/dist/behaviors/exports/atoms/std-loading.orb +27 -76
  109. package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
  110. package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
  111. package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
  112. package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
  113. package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
  114. package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
  115. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  116. package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
  117. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  118. package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
  119. package/dist/behaviors/exports/atoms/std-score.orb +211 -11
  120. package/dist/behaviors/exports/atoms/std-search.orb +28 -27
  121. package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
  122. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  123. package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
  124. package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
  125. package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
  126. package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
  127. package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
  128. package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
  129. package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
  130. package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
  131. package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
  132. package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
  133. package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
  134. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
  135. package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
  136. package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
  137. package/dist/behaviors/exports/molecules/std-list.orb +392 -5
  138. package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
  139. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
  140. package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
  141. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
  142. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
  143. package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
  144. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
  145. package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
  146. package/dist/behaviors/exports/organisms/std-arcade-game.orb +214 -16
  147. package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
  148. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
  149. package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
  150. package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
  151. package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
  152. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
  153. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
  154. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
  155. package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
  156. package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
  157. package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
  158. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
  159. package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
  160. package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
  161. package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
  162. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
  163. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
  164. package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
  165. package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
  166. package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
  167. package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
  168. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
  169. package/dist/behaviors/exports/validation-report.json +747 -0
  170. package/dist/behaviors/exports/verify-results.json +13 -0
  171. package/dist/behaviors/functions/index.js +715 -593
  172. package/dist/behaviors/functions/index.js.map +1 -1
  173. package/dist/behaviors/index.js +715 -593
  174. package/dist/behaviors/index.js.map +1 -1
  175. package/dist/exports/atoms/std-async.orb +41 -24
  176. package/dist/exports/atoms/std-browse.orb +12 -5
  177. package/dist/exports/atoms/std-cache-aside.orb +256 -42
  178. package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
  179. package/dist/exports/atoms/std-collision.orb +278 -206
  180. package/dist/exports/atoms/std-combat-log.orb +6 -1
  181. package/dist/exports/atoms/std-combat.orb +6 -1
  182. package/dist/exports/atoms/std-confirmation.orb +212 -7
  183. package/dist/exports/atoms/std-dialogue-box.orb +6 -1
  184. package/dist/exports/atoms/std-display.orb +166 -21
  185. package/dist/exports/atoms/std-drawer.orb +208 -104
  186. package/dist/exports/atoms/std-filter.orb +211 -18
  187. package/dist/exports/atoms/std-game-audio.orb +6 -1
  188. package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
  189. package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
  190. package/dist/exports/atoms/std-game-hud.orb +6 -1
  191. package/dist/exports/atoms/std-game-menu.orb +6 -1
  192. package/dist/exports/atoms/std-game-over-screen.orb +6 -1
  193. package/dist/exports/atoms/std-gameflow.orb +100 -5
  194. package/dist/exports/atoms/std-input.orb +142 -137
  195. package/dist/exports/atoms/std-inventory-panel.orb +6 -1
  196. package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
  197. package/dist/exports/atoms/std-loading.orb +27 -76
  198. package/dist/exports/atoms/std-modal.orb +177 -93
  199. package/dist/exports/atoms/std-movement.orb +401 -31
  200. package/dist/exports/atoms/std-notification.orb +46 -95
  201. package/dist/exports/atoms/std-overworld.orb +44 -16
  202. package/dist/exports/atoms/std-pagination.orb +26 -89
  203. package/dist/exports/atoms/std-physics2d.orb +6 -1
  204. package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
  205. package/dist/exports/atoms/std-quest.orb +309 -34
  206. package/dist/exports/atoms/std-rate-limiter.orb +410 -157
  207. package/dist/exports/atoms/std-score-board.orb +6 -1
  208. package/dist/exports/atoms/std-score.orb +211 -11
  209. package/dist/exports/atoms/std-search.orb +28 -27
  210. package/dist/exports/atoms/std-selection.orb +160 -121
  211. package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
  212. package/dist/exports/atoms/std-sort.orb +134 -24
  213. package/dist/exports/atoms/std-sprite.orb +6 -1
  214. package/dist/exports/atoms/std-tabs.orb +25 -15
  215. package/dist/exports/atoms/std-timer.orb +483 -91
  216. package/dist/exports/atoms/std-undo.orb +211 -81
  217. package/dist/exports/atoms/std-wizard.orb +31 -34
  218. package/dist/exports/molecules/std-builder-game.orb +6 -1
  219. package/dist/exports/molecules/std-cart.orb +6 -1
  220. package/dist/exports/molecules/std-classifier-game.orb +6 -1
  221. package/dist/exports/molecules/std-debugger-game.orb +6 -1
  222. package/dist/exports/molecules/std-detail.orb +12 -5
  223. package/dist/exports/molecules/std-event-handler-game.orb +6 -1
  224. package/dist/exports/molecules/std-geospatial.orb +28 -9
  225. package/dist/exports/molecules/std-inventory.orb +28 -9
  226. package/dist/exports/molecules/std-list.orb +392 -5
  227. package/dist/exports/molecules/std-messaging.orb +12 -5
  228. package/dist/exports/molecules/std-negotiator-game.orb +6 -1
  229. package/dist/exports/molecules/std-platformer-game.orb +40 -1
  230. package/dist/exports/molecules/std-puzzle-game.orb +26 -1
  231. package/dist/exports/molecules/std-sequencer-game.orb +6 -1
  232. package/dist/exports/molecules/std-simulator-game.orb +6 -1
  233. package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
  234. package/dist/exports/organisms/std-api-gateway.orb +1145 -403
  235. package/dist/exports/organisms/std-arcade-game.orb +214 -16
  236. package/dist/exports/organisms/std-booking-system.orb +2165 -1605
  237. package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
  238. package/dist/exports/organisms/std-cms.orb +1713 -947
  239. package/dist/exports/organisms/std-coding-academy.orb +180 -380
  240. package/dist/exports/organisms/std-crm.orb +1669 -1153
  241. package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
  242. package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
  243. package/dist/exports/organisms/std-finance-tracker.orb +622 -438
  244. package/dist/exports/organisms/std-healthcare.orb +1687 -1125
  245. package/dist/exports/organisms/std-helpdesk.orb +626 -407
  246. package/dist/exports/organisms/std-hr-portal.orb +1309 -714
  247. package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
  248. package/dist/exports/organisms/std-lms.orb +658 -362
  249. package/dist/exports/organisms/std-platformer-app.orb +56 -8
  250. package/dist/exports/organisms/std-project-manager.orb +1697 -1183
  251. package/dist/exports/organisms/std-puzzle-app.orb +20 -0
  252. package/dist/exports/organisms/std-realtime-chat.orb +552 -28
  253. package/dist/exports/organisms/std-rpg-game.orb +397 -56
  254. package/dist/exports/organisms/std-social-feed.orb +12 -8
  255. package/dist/exports/organisms/std-stem-lab.orb +175 -290
  256. package/dist/exports/organisms/std-strategy-game.orb +252 -395
  257. package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
  258. package/dist/exports/validation-report.json +747 -0
  259. package/dist/exports/verify-results.json +13 -0
  260. package/dist/index.js +715 -593
  261. package/dist/index.js.map +1 -1
  262. package/package.json +1 -1
@@ -22,11 +22,31 @@
22
22
  {
23
23
  "name": "status",
24
24
  "type": "string",
25
- "default": "active"
25
+ "default": "active",
26
+ "values": [
27
+ "active",
28
+ "inactive",
29
+ "pending"
30
+ ]
26
31
  },
27
32
  {
28
33
  "name": "createdAt",
29
34
  "type": "string"
35
+ },
36
+ {
37
+ "name": "failureCount",
38
+ "type": "number",
39
+ "default": 0
40
+ },
41
+ {
42
+ "name": "successCount",
43
+ "type": "number",
44
+ "default": 0
45
+ },
46
+ {
47
+ "name": "threshold",
48
+ "type": "number",
49
+ "default": 5
30
50
  }
31
51
  ]
32
52
  },
@@ -87,23 +107,37 @@
87
107
  "type": "stack",
88
108
  "direction": "vertical",
89
109
  "gap": "lg",
90
- "align": "center",
91
110
  "children": [
92
111
  {
93
112
  "type": "stack",
94
113
  "direction": "horizontal",
95
114
  "gap": "md",
96
115
  "align": "center",
116
+ "justify": "space-between",
97
117
  "children": [
98
118
  {
99
- "type": "icon",
100
- "name": "shield",
101
- "size": "lg"
119
+ "type": "stack",
120
+ "direction": "horizontal",
121
+ "gap": "md",
122
+ "align": "center",
123
+ "children": [
124
+ {
125
+ "type": "icon",
126
+ "name": "shield",
127
+ "size": "lg"
128
+ },
129
+ {
130
+ "type": "typography",
131
+ "content": "ServiceNode",
132
+ "variant": "h2"
133
+ }
134
+ ]
102
135
  },
103
136
  {
104
- "type": "typography",
105
- "content": "ServiceNode",
106
- "variant": "h2"
137
+ "type": "status-dot",
138
+ "status": "success",
139
+ "pulse": false,
140
+ "label": "Circuit Closed"
107
141
  }
108
142
  ]
109
143
  },
@@ -111,13 +145,59 @@
111
145
  "type": "divider"
112
146
  },
113
147
  {
114
- "type": "badge",
115
- "label": "Circuit Closed"
148
+ "type": "alert",
149
+ "variant": "success",
150
+ "message": "Service is healthy. All requests are being processed."
116
151
  },
117
152
  {
118
- "type": "typography",
119
- "content": "Service is healthy. All requests are being processed.",
120
- "variant": "body"
153
+ "type": "simple-grid",
154
+ "columns": 2,
155
+ "children": [
156
+ {
157
+ "type": "stat-display",
158
+ "label": "Failures",
159
+ "value": [
160
+ "object/get",
161
+ [
162
+ "array/first",
163
+ "@entity"
164
+ ],
165
+ "failureCount"
166
+ ]
167
+ },
168
+ {
169
+ "type": "stat-display",
170
+ "label": "Successes",
171
+ "value": [
172
+ "object/get",
173
+ [
174
+ "array/first",
175
+ "@entity"
176
+ ],
177
+ "successCount"
178
+ ]
179
+ }
180
+ ]
181
+ },
182
+ {
183
+ "type": "meter",
184
+ "value": [
185
+ "object/get",
186
+ [
187
+ "array/first",
188
+ "@entity"
189
+ ],
190
+ "failureCount"
191
+ ],
192
+ "min": 0,
193
+ "max": [
194
+ "object/get",
195
+ [
196
+ "array/first",
197
+ "@entity"
198
+ ],
199
+ "threshold"
200
+ ]
121
201
  }
122
202
  ]
123
203
  }
@@ -136,23 +216,37 @@
136
216
  "type": "stack",
137
217
  "direction": "vertical",
138
218
  "gap": "lg",
139
- "align": "center",
140
219
  "children": [
141
220
  {
142
221
  "type": "stack",
143
222
  "direction": "horizontal",
144
223
  "gap": "md",
145
224
  "align": "center",
225
+ "justify": "space-between",
146
226
  "children": [
147
227
  {
148
- "type": "icon",
149
- "name": "alert-triangle",
150
- "size": "lg"
228
+ "type": "stack",
229
+ "direction": "horizontal",
230
+ "gap": "md",
231
+ "align": "center",
232
+ "children": [
233
+ {
234
+ "type": "icon",
235
+ "name": "alert-triangle",
236
+ "size": "lg"
237
+ },
238
+ {
239
+ "type": "typography",
240
+ "content": "ServiceNode",
241
+ "variant": "h2"
242
+ }
243
+ ]
151
244
  },
152
245
  {
153
- "type": "typography",
154
- "content": "ServiceNode",
155
- "variant": "h2"
246
+ "type": "status-dot",
247
+ "status": "error",
248
+ "pulse": true,
249
+ "label": "Circuit Open"
156
250
  }
157
251
  ]
158
252
  },
@@ -160,13 +254,59 @@
160
254
  "type": "divider"
161
255
  },
162
256
  {
163
- "type": "badge",
164
- "label": "Circuit Open"
257
+ "type": "alert",
258
+ "variant": "danger",
259
+ "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
260
+ },
261
+ {
262
+ "type": "simple-grid",
263
+ "columns": 2,
264
+ "children": [
265
+ {
266
+ "type": "stat-display",
267
+ "label": "Failures",
268
+ "value": [
269
+ "object/get",
270
+ [
271
+ "array/first",
272
+ "@entity"
273
+ ],
274
+ "failureCount"
275
+ ]
276
+ },
277
+ {
278
+ "type": "stat-display",
279
+ "label": "Successes",
280
+ "value": [
281
+ "object/get",
282
+ [
283
+ "array/first",
284
+ "@entity"
285
+ ],
286
+ "successCount"
287
+ ]
288
+ }
289
+ ]
165
290
  },
166
291
  {
167
- "type": "typography",
168
- "content": "Circuit is open. Requests are being rejected to prevent cascading failures.",
169
- "variant": "body"
292
+ "type": "meter",
293
+ "value": [
294
+ "object/get",
295
+ [
296
+ "array/first",
297
+ "@entity"
298
+ ],
299
+ "failureCount"
300
+ ],
301
+ "min": 0,
302
+ "max": [
303
+ "object/get",
304
+ [
305
+ "array/first",
306
+ "@entity"
307
+ ],
308
+ "threshold"
309
+ ]
170
310
  },
171
311
  {
172
312
  "type": "button",
@@ -192,23 +332,37 @@
192
332
  "type": "stack",
193
333
  "direction": "vertical",
194
334
  "gap": "lg",
195
- "align": "center",
196
335
  "children": [
197
336
  {
198
337
  "type": "stack",
199
338
  "direction": "horizontal",
200
339
  "gap": "md",
201
340
  "align": "center",
341
+ "justify": "space-between",
202
342
  "children": [
203
343
  {
204
- "type": "icon",
205
- "name": "shield",
206
- "size": "lg"
344
+ "type": "stack",
345
+ "direction": "horizontal",
346
+ "gap": "md",
347
+ "align": "center",
348
+ "children": [
349
+ {
350
+ "type": "icon",
351
+ "name": "shield",
352
+ "size": "lg"
353
+ },
354
+ {
355
+ "type": "typography",
356
+ "content": "ServiceNode",
357
+ "variant": "h2"
358
+ }
359
+ ]
207
360
  },
208
361
  {
209
- "type": "typography",
210
- "content": "ServiceNode",
211
- "variant": "h2"
362
+ "type": "status-dot",
363
+ "status": "success",
364
+ "pulse": false,
365
+ "label": "Circuit Closed"
212
366
  }
213
367
  ]
214
368
  },
@@ -216,13 +370,59 @@
216
370
  "type": "divider"
217
371
  },
218
372
  {
219
- "type": "badge",
220
- "label": "Circuit Closed"
373
+ "type": "alert",
374
+ "variant": "success",
375
+ "message": "Service is healthy. All requests are being processed."
221
376
  },
222
377
  {
223
- "type": "typography",
224
- "content": "Service is healthy. All requests are being processed.",
225
- "variant": "body"
378
+ "type": "simple-grid",
379
+ "columns": 2,
380
+ "children": [
381
+ {
382
+ "type": "stat-display",
383
+ "label": "Failures",
384
+ "value": [
385
+ "object/get",
386
+ [
387
+ "array/first",
388
+ "@entity"
389
+ ],
390
+ "failureCount"
391
+ ]
392
+ },
393
+ {
394
+ "type": "stat-display",
395
+ "label": "Successes",
396
+ "value": [
397
+ "object/get",
398
+ [
399
+ "array/first",
400
+ "@entity"
401
+ ],
402
+ "successCount"
403
+ ]
404
+ }
405
+ ]
406
+ },
407
+ {
408
+ "type": "meter",
409
+ "value": [
410
+ "object/get",
411
+ [
412
+ "array/first",
413
+ "@entity"
414
+ ],
415
+ "failureCount"
416
+ ],
417
+ "min": 0,
418
+ "max": [
419
+ "object/get",
420
+ [
421
+ "array/first",
422
+ "@entity"
423
+ ],
424
+ "threshold"
425
+ ]
226
426
  }
227
427
  ]
228
428
  }
@@ -241,23 +441,37 @@
241
441
  "type": "stack",
242
442
  "direction": "vertical",
243
443
  "gap": "lg",
244
- "align": "center",
245
444
  "children": [
246
445
  {
247
446
  "type": "stack",
248
447
  "direction": "horizontal",
249
448
  "gap": "md",
250
449
  "align": "center",
450
+ "justify": "space-between",
251
451
  "children": [
252
452
  {
253
- "type": "icon",
254
- "name": "activity",
255
- "size": "lg"
453
+ "type": "stack",
454
+ "direction": "horizontal",
455
+ "gap": "md",
456
+ "align": "center",
457
+ "children": [
458
+ {
459
+ "type": "icon",
460
+ "name": "activity",
461
+ "size": "lg"
462
+ },
463
+ {
464
+ "type": "typography",
465
+ "content": "ServiceNode",
466
+ "variant": "h2"
467
+ }
468
+ ]
256
469
  },
257
470
  {
258
- "type": "typography",
259
- "content": "ServiceNode",
260
- "variant": "h2"
471
+ "type": "status-dot",
472
+ "status": "warning",
473
+ "pulse": true,
474
+ "label": "Circuit Half-Open"
261
475
  }
262
476
  ]
263
477
  },
@@ -265,13 +479,39 @@
265
479
  "type": "divider"
266
480
  },
267
481
  {
268
- "type": "badge",
269
- "label": "Circuit Half-Open"
482
+ "type": "alert",
483
+ "variant": "warning",
484
+ "message": "Testing recovery. Limited requests are being allowed through."
270
485
  },
271
486
  {
272
- "type": "typography",
273
- "content": "Testing recovery. Limited requests are being allowed through.",
274
- "variant": "body"
487
+ "type": "simple-grid",
488
+ "columns": 2,
489
+ "children": [
490
+ {
491
+ "type": "stat-display",
492
+ "label": "Failures",
493
+ "value": [
494
+ "object/get",
495
+ [
496
+ "array/first",
497
+ "@entity"
498
+ ],
499
+ "failureCount"
500
+ ]
501
+ },
502
+ {
503
+ "type": "stat-display",
504
+ "label": "Successes",
505
+ "value": [
506
+ "object/get",
507
+ [
508
+ "array/first",
509
+ "@entity"
510
+ ],
511
+ "successCount"
512
+ ]
513
+ }
514
+ ]
275
515
  }
276
516
  ]
277
517
  }
@@ -290,23 +530,37 @@
290
530
  "type": "stack",
291
531
  "direction": "vertical",
292
532
  "gap": "lg",
293
- "align": "center",
294
533
  "children": [
295
534
  {
296
535
  "type": "stack",
297
536
  "direction": "horizontal",
298
537
  "gap": "md",
299
538
  "align": "center",
539
+ "justify": "space-between",
300
540
  "children": [
301
541
  {
302
- "type": "icon",
303
- "name": "shield",
304
- "size": "lg"
542
+ "type": "stack",
543
+ "direction": "horizontal",
544
+ "gap": "md",
545
+ "align": "center",
546
+ "children": [
547
+ {
548
+ "type": "icon",
549
+ "name": "shield",
550
+ "size": "lg"
551
+ },
552
+ {
553
+ "type": "typography",
554
+ "content": "ServiceNode",
555
+ "variant": "h2"
556
+ }
557
+ ]
305
558
  },
306
559
  {
307
- "type": "typography",
308
- "content": "ServiceNode",
309
- "variant": "h2"
560
+ "type": "status-dot",
561
+ "status": "success",
562
+ "pulse": false,
563
+ "label": "Circuit Closed"
310
564
  }
311
565
  ]
312
566
  },
@@ -314,13 +568,59 @@
314
568
  "type": "divider"
315
569
  },
316
570
  {
317
- "type": "badge",
318
- "label": "Circuit Closed"
571
+ "type": "alert",
572
+ "variant": "success",
573
+ "message": "Service is healthy. All requests are being processed."
574
+ },
575
+ {
576
+ "type": "simple-grid",
577
+ "columns": 2,
578
+ "children": [
579
+ {
580
+ "type": "stat-display",
581
+ "label": "Failures",
582
+ "value": [
583
+ "object/get",
584
+ [
585
+ "array/first",
586
+ "@entity"
587
+ ],
588
+ "failureCount"
589
+ ]
590
+ },
591
+ {
592
+ "type": "stat-display",
593
+ "label": "Successes",
594
+ "value": [
595
+ "object/get",
596
+ [
597
+ "array/first",
598
+ "@entity"
599
+ ],
600
+ "successCount"
601
+ ]
602
+ }
603
+ ]
319
604
  },
320
605
  {
321
- "type": "typography",
322
- "content": "Service is healthy. All requests are being processed.",
323
- "variant": "body"
606
+ "type": "meter",
607
+ "value": [
608
+ "object/get",
609
+ [
610
+ "array/first",
611
+ "@entity"
612
+ ],
613
+ "failureCount"
614
+ ],
615
+ "min": 0,
616
+ "max": [
617
+ "object/get",
618
+ [
619
+ "array/first",
620
+ "@entity"
621
+ ],
622
+ "threshold"
623
+ ]
324
624
  }
325
625
  ]
326
626
  }
@@ -339,23 +639,37 @@
339
639
  "type": "stack",
340
640
  "direction": "vertical",
341
641
  "gap": "lg",
342
- "align": "center",
343
642
  "children": [
344
643
  {
345
644
  "type": "stack",
346
645
  "direction": "horizontal",
347
646
  "gap": "md",
348
647
  "align": "center",
648
+ "justify": "space-between",
349
649
  "children": [
350
650
  {
351
- "type": "icon",
352
- "name": "shield",
353
- "size": "lg"
651
+ "type": "stack",
652
+ "direction": "horizontal",
653
+ "gap": "md",
654
+ "align": "center",
655
+ "children": [
656
+ {
657
+ "type": "icon",
658
+ "name": "shield",
659
+ "size": "lg"
660
+ },
661
+ {
662
+ "type": "typography",
663
+ "content": "ServiceNode",
664
+ "variant": "h2"
665
+ }
666
+ ]
354
667
  },
355
668
  {
356
- "type": "typography",
357
- "content": "ServiceNode",
358
- "variant": "h2"
669
+ "type": "status-dot",
670
+ "status": "success",
671
+ "pulse": false,
672
+ "label": "Circuit Closed"
359
673
  }
360
674
  ]
361
675
  },
@@ -363,13 +677,59 @@
363
677
  "type": "divider"
364
678
  },
365
679
  {
366
- "type": "badge",
367
- "label": "Circuit Closed"
680
+ "type": "alert",
681
+ "variant": "success",
682
+ "message": "Service is healthy. All requests are being processed."
683
+ },
684
+ {
685
+ "type": "simple-grid",
686
+ "columns": 2,
687
+ "children": [
688
+ {
689
+ "type": "stat-display",
690
+ "label": "Failures",
691
+ "value": [
692
+ "object/get",
693
+ [
694
+ "array/first",
695
+ "@entity"
696
+ ],
697
+ "failureCount"
698
+ ]
699
+ },
700
+ {
701
+ "type": "stat-display",
702
+ "label": "Successes",
703
+ "value": [
704
+ "object/get",
705
+ [
706
+ "array/first",
707
+ "@entity"
708
+ ],
709
+ "successCount"
710
+ ]
711
+ }
712
+ ]
368
713
  },
369
714
  {
370
- "type": "typography",
371
- "content": "Service is healthy. All requests are being processed.",
372
- "variant": "body"
715
+ "type": "meter",
716
+ "value": [
717
+ "object/get",
718
+ [
719
+ "array/first",
720
+ "@entity"
721
+ ],
722
+ "failureCount"
723
+ ],
724
+ "min": 0,
725
+ "max": [
726
+ "object/get",
727
+ [
728
+ "array/first",
729
+ "@entity"
730
+ ],
731
+ "threshold"
732
+ ]
373
733
  }
374
734
  ]
375
735
  }
@@ -388,23 +748,37 @@
388
748
  "type": "stack",
389
749
  "direction": "vertical",
390
750
  "gap": "lg",
391
- "align": "center",
392
751
  "children": [
393
752
  {
394
753
  "type": "stack",
395
754
  "direction": "horizontal",
396
755
  "gap": "md",
397
756
  "align": "center",
757
+ "justify": "space-between",
398
758
  "children": [
399
759
  {
400
- "type": "icon",
401
- "name": "alert-triangle",
402
- "size": "lg"
760
+ "type": "stack",
761
+ "direction": "horizontal",
762
+ "gap": "md",
763
+ "align": "center",
764
+ "children": [
765
+ {
766
+ "type": "icon",
767
+ "name": "alert-triangle",
768
+ "size": "lg"
769
+ },
770
+ {
771
+ "type": "typography",
772
+ "content": "ServiceNode",
773
+ "variant": "h2"
774
+ }
775
+ ]
403
776
  },
404
777
  {
405
- "type": "typography",
406
- "content": "ServiceNode",
407
- "variant": "h2"
778
+ "type": "status-dot",
779
+ "status": "error",
780
+ "pulse": true,
781
+ "label": "Circuit Open"
408
782
  }
409
783
  ]
410
784
  },
@@ -412,13 +786,59 @@
412
786
  "type": "divider"
413
787
  },
414
788
  {
415
- "type": "badge",
416
- "label": "Circuit Open"
789
+ "type": "alert",
790
+ "variant": "danger",
791
+ "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
792
+ },
793
+ {
794
+ "type": "simple-grid",
795
+ "columns": 2,
796
+ "children": [
797
+ {
798
+ "type": "stat-display",
799
+ "label": "Failures",
800
+ "value": [
801
+ "object/get",
802
+ [
803
+ "array/first",
804
+ "@entity"
805
+ ],
806
+ "failureCount"
807
+ ]
808
+ },
809
+ {
810
+ "type": "stat-display",
811
+ "label": "Successes",
812
+ "value": [
813
+ "object/get",
814
+ [
815
+ "array/first",
816
+ "@entity"
817
+ ],
818
+ "successCount"
819
+ ]
820
+ }
821
+ ]
417
822
  },
418
823
  {
419
- "type": "typography",
420
- "content": "Circuit is open. Requests are being rejected to prevent cascading failures.",
421
- "variant": "body"
824
+ "type": "meter",
825
+ "value": [
826
+ "object/get",
827
+ [
828
+ "array/first",
829
+ "@entity"
830
+ ],
831
+ "failureCount"
832
+ ],
833
+ "min": 0,
834
+ "max": [
835
+ "object/get",
836
+ [
837
+ "array/first",
838
+ "@entity"
839
+ ],
840
+ "threshold"
841
+ ]
422
842
  },
423
843
  {
424
844
  "type": "button",
@@ -444,23 +864,37 @@
444
864
  "type": "stack",
445
865
  "direction": "vertical",
446
866
  "gap": "lg",
447
- "align": "center",
448
867
  "children": [
449
868
  {
450
869
  "type": "stack",
451
870
  "direction": "horizontal",
452
871
  "gap": "md",
453
872
  "align": "center",
873
+ "justify": "space-between",
454
874
  "children": [
455
875
  {
456
- "type": "icon",
457
- "name": "shield",
458
- "size": "lg"
876
+ "type": "stack",
877
+ "direction": "horizontal",
878
+ "gap": "md",
879
+ "align": "center",
880
+ "children": [
881
+ {
882
+ "type": "icon",
883
+ "name": "shield",
884
+ "size": "lg"
885
+ },
886
+ {
887
+ "type": "typography",
888
+ "content": "ServiceNode",
889
+ "variant": "h2"
890
+ }
891
+ ]
459
892
  },
460
893
  {
461
- "type": "typography",
462
- "content": "ServiceNode",
463
- "variant": "h2"
894
+ "type": "status-dot",
895
+ "status": "success",
896
+ "pulse": false,
897
+ "label": "Circuit Closed"
464
898
  }
465
899
  ]
466
900
  },
@@ -468,13 +902,59 @@
468
902
  "type": "divider"
469
903
  },
470
904
  {
471
- "type": "badge",
472
- "label": "Circuit Closed"
905
+ "type": "alert",
906
+ "variant": "success",
907
+ "message": "Service is healthy. All requests are being processed."
473
908
  },
474
909
  {
475
- "type": "typography",
476
- "content": "Service is healthy. All requests are being processed.",
477
- "variant": "body"
910
+ "type": "simple-grid",
911
+ "columns": 2,
912
+ "children": [
913
+ {
914
+ "type": "stat-display",
915
+ "label": "Failures",
916
+ "value": [
917
+ "object/get",
918
+ [
919
+ "array/first",
920
+ "@entity"
921
+ ],
922
+ "failureCount"
923
+ ]
924
+ },
925
+ {
926
+ "type": "stat-display",
927
+ "label": "Successes",
928
+ "value": [
929
+ "object/get",
930
+ [
931
+ "array/first",
932
+ "@entity"
933
+ ],
934
+ "successCount"
935
+ ]
936
+ }
937
+ ]
938
+ },
939
+ {
940
+ "type": "meter",
941
+ "value": [
942
+ "object/get",
943
+ [
944
+ "array/first",
945
+ "@entity"
946
+ ],
947
+ "failureCount"
948
+ ],
949
+ "min": 0,
950
+ "max": [
951
+ "object/get",
952
+ [
953
+ "array/first",
954
+ "@entity"
955
+ ],
956
+ "threshold"
957
+ ]
478
958
  }
479
959
  ]
480
960
  }