@almadar/std 3.2.1 → 3.2.3

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 (295) hide show
  1. package/behaviors/exports/atoms/std-async.orb +41 -24
  2. package/behaviors/exports/atoms/std-browse.orb +44 -44
  3. package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  4. package/behaviors/exports/atoms/std-calendar.orb +770 -0
  5. package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  6. package/behaviors/exports/atoms/std-collision.orb +278 -206
  7. package/behaviors/exports/atoms/std-combat-log.orb +6 -1
  8. package/behaviors/exports/atoms/std-combat.orb +6 -1
  9. package/behaviors/exports/atoms/std-confirmation.orb +212 -7
  10. package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  11. package/behaviors/exports/atoms/std-display.orb +1186 -376
  12. package/behaviors/exports/atoms/std-drawer.orb +307 -101
  13. package/behaviors/exports/atoms/std-filter.orb +211 -18
  14. package/behaviors/exports/atoms/std-flip-card.orb +596 -0
  15. package/behaviors/exports/atoms/std-gallery.orb +382 -0
  16. package/behaviors/exports/atoms/std-game-audio.orb +6 -1
  17. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  18. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  19. package/behaviors/exports/atoms/std-game-hud.orb +6 -1
  20. package/behaviors/exports/atoms/std-game-menu.orb +6 -1
  21. package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  22. package/behaviors/exports/atoms/std-gameflow.orb +100 -5
  23. package/behaviors/exports/atoms/std-input.orb +142 -137
  24. package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  25. package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  26. package/behaviors/exports/atoms/std-loading.orb +149 -170
  27. package/behaviors/exports/atoms/std-modal.orb +159 -94
  28. package/behaviors/exports/atoms/std-movement.orb +401 -31
  29. package/behaviors/exports/atoms/std-notification.orb +117 -95
  30. package/behaviors/exports/atoms/std-overworld.orb +44 -16
  31. package/behaviors/exports/atoms/std-pagination.orb +44 -115
  32. package/behaviors/exports/atoms/std-physics2d.orb +6 -1
  33. package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  34. package/behaviors/exports/atoms/std-quest.orb +309 -34
  35. package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  36. package/behaviors/exports/atoms/std-rating.orb +328 -0
  37. package/behaviors/exports/atoms/std-score-board.orb +6 -1
  38. package/behaviors/exports/atoms/std-score.orb +252 -11
  39. package/behaviors/exports/atoms/std-search.orb +62 -47
  40. package/behaviors/exports/atoms/std-selection.orb +180 -149
  41. package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  42. package/behaviors/exports/atoms/std-sort.orb +192 -60
  43. package/behaviors/exports/atoms/std-sprite.orb +6 -1
  44. package/behaviors/exports/atoms/std-tabs.orb +25 -15
  45. package/behaviors/exports/atoms/std-text-effects.orb +658 -0
  46. package/behaviors/exports/atoms/std-theme.orb +573 -0
  47. package/behaviors/exports/atoms/std-timer.orb +483 -91
  48. package/behaviors/exports/atoms/std-undo.orb +211 -81
  49. package/behaviors/exports/atoms/std-upload.orb +535 -0
  50. package/behaviors/exports/atoms/std-wizard.orb +677 -240
  51. package/behaviors/exports/molecules/std-builder-game.orb +49 -4
  52. package/behaviors/exports/molecules/std-cart.orb +325 -102
  53. package/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  54. package/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  55. package/behaviors/exports/molecules/std-detail.orb +52 -48
  56. package/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  57. package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  58. package/behaviors/exports/molecules/std-geospatial.orb +70 -51
  59. package/behaviors/exports/molecules/std-inventory.orb +92 -53
  60. package/behaviors/exports/molecules/std-list.orb +416 -52
  61. package/behaviors/exports/molecules/std-messaging.orb +41 -49
  62. package/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  63. package/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  64. package/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  65. package/behaviors/exports/molecules/std-quiz.orb +1045 -0
  66. package/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  67. package/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  68. package/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  69. package/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  70. package/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  71. package/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  72. package/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  73. package/behaviors/exports/organisms/std-cms.orb +1150 -277
  74. package/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  75. package/behaviors/exports/organisms/std-crm.orb +2357 -821
  76. package/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  77. package/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  78. package/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  79. package/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  80. package/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  81. package/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  82. package/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  83. package/behaviors/exports/organisms/std-lms.orb +2548 -1192
  84. package/behaviors/exports/organisms/std-logic-training.orb +220 -66
  85. package/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  86. package/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  87. package/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  88. package/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  89. package/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  90. package/behaviors/exports/organisms/std-social-feed.orb +184 -168
  91. package/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  92. package/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  93. package/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  94. package/behaviors/exports/validation-report.json +3 -750
  95. package/behaviors/exports/verify-results.json +13 -0
  96. package/dist/behaviors/exports/atoms/std-async.orb +41 -24
  97. package/dist/behaviors/exports/atoms/std-browse.orb +44 -44
  98. package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  99. package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
  100. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  101. package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
  102. package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
  103. package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
  104. package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
  105. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  106. package/dist/behaviors/exports/atoms/std-display.orb +1186 -376
  107. package/dist/behaviors/exports/atoms/std-drawer.orb +307 -101
  108. package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
  109. package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
  110. package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
  111. package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
  112. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  113. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  114. package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
  115. package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
  116. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  117. package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
  118. package/dist/behaviors/exports/atoms/std-input.orb +142 -137
  119. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  120. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  121. package/dist/behaviors/exports/atoms/std-loading.orb +149 -170
  122. package/dist/behaviors/exports/atoms/std-modal.orb +159 -94
  123. package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
  124. package/dist/behaviors/exports/atoms/std-notification.orb +117 -95
  125. package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
  126. package/dist/behaviors/exports/atoms/std-pagination.orb +44 -115
  127. package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
  128. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  129. package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
  130. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  131. package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
  132. package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
  133. package/dist/behaviors/exports/atoms/std-score.orb +252 -11
  134. package/dist/behaviors/exports/atoms/std-search.orb +62 -47
  135. package/dist/behaviors/exports/atoms/std-selection.orb +180 -149
  136. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  137. package/dist/behaviors/exports/atoms/std-sort.orb +192 -60
  138. package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
  139. package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
  140. package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
  141. package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
  142. package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
  143. package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
  144. package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
  145. package/dist/behaviors/exports/atoms/std-wizard.orb +677 -240
  146. package/dist/behaviors/exports/molecules/std-builder-game.orb +49 -4
  147. package/dist/behaviors/exports/molecules/std-cart.orb +325 -102
  148. package/dist/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  149. package/dist/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  150. package/dist/behaviors/exports/molecules/std-detail.orb +52 -48
  151. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  152. package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  153. package/dist/behaviors/exports/molecules/std-geospatial.orb +70 -51
  154. package/dist/behaviors/exports/molecules/std-inventory.orb +92 -53
  155. package/dist/behaviors/exports/molecules/std-list.orb +416 -52
  156. package/dist/behaviors/exports/molecules/std-messaging.orb +41 -49
  157. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  158. package/dist/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  159. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  160. package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
  161. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  162. package/dist/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  163. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  164. package/dist/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  165. package/dist/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  166. package/dist/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  167. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  168. package/dist/behaviors/exports/organisms/std-cms.orb +1150 -277
  169. package/dist/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  170. package/dist/behaviors/exports/organisms/std-crm.orb +2357 -821
  171. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  172. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  173. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  174. package/dist/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  175. package/dist/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  176. package/dist/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  177. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  178. package/dist/behaviors/exports/organisms/std-lms.orb +2548 -1192
  179. package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
  180. package/dist/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  181. package/dist/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  182. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  183. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  184. package/dist/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  185. package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -168
  186. package/dist/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  187. package/dist/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  188. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  189. package/dist/behaviors/exports/validation-report.json +3 -750
  190. package/dist/behaviors/exports/verify-results.json +13 -0
  191. package/dist/behaviors/functions/index.d.ts +270 -1
  192. package/dist/behaviors/functions/index.js +3811 -1333
  193. package/dist/behaviors/functions/index.js.map +1 -1
  194. package/dist/behaviors/index.d.ts +1 -1
  195. package/dist/behaviors/index.js +3811 -1333
  196. package/dist/behaviors/index.js.map +1 -1
  197. package/dist/exports/atoms/std-async.orb +41 -24
  198. package/dist/exports/atoms/std-browse.orb +44 -44
  199. package/dist/exports/atoms/std-cache-aside.orb +256 -42
  200. package/dist/exports/atoms/std-calendar.orb +770 -0
  201. package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
  202. package/dist/exports/atoms/std-collision.orb +278 -206
  203. package/dist/exports/atoms/std-combat-log.orb +6 -1
  204. package/dist/exports/atoms/std-combat.orb +6 -1
  205. package/dist/exports/atoms/std-confirmation.orb +212 -7
  206. package/dist/exports/atoms/std-dialogue-box.orb +6 -1
  207. package/dist/exports/atoms/std-display.orb +1186 -376
  208. package/dist/exports/atoms/std-drawer.orb +307 -101
  209. package/dist/exports/atoms/std-filter.orb +211 -18
  210. package/dist/exports/atoms/std-flip-card.orb +596 -0
  211. package/dist/exports/atoms/std-gallery.orb +382 -0
  212. package/dist/exports/atoms/std-game-audio.orb +6 -1
  213. package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
  214. package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
  215. package/dist/exports/atoms/std-game-hud.orb +6 -1
  216. package/dist/exports/atoms/std-game-menu.orb +6 -1
  217. package/dist/exports/atoms/std-game-over-screen.orb +6 -1
  218. package/dist/exports/atoms/std-gameflow.orb +100 -5
  219. package/dist/exports/atoms/std-input.orb +142 -137
  220. package/dist/exports/atoms/std-inventory-panel.orb +6 -1
  221. package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
  222. package/dist/exports/atoms/std-loading.orb +149 -170
  223. package/dist/exports/atoms/std-modal.orb +159 -94
  224. package/dist/exports/atoms/std-movement.orb +401 -31
  225. package/dist/exports/atoms/std-notification.orb +117 -95
  226. package/dist/exports/atoms/std-overworld.orb +44 -16
  227. package/dist/exports/atoms/std-pagination.orb +44 -115
  228. package/dist/exports/atoms/std-physics2d.orb +6 -1
  229. package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
  230. package/dist/exports/atoms/std-quest.orb +309 -34
  231. package/dist/exports/atoms/std-rate-limiter.orb +410 -157
  232. package/dist/exports/atoms/std-rating.orb +328 -0
  233. package/dist/exports/atoms/std-score-board.orb +6 -1
  234. package/dist/exports/atoms/std-score.orb +252 -11
  235. package/dist/exports/atoms/std-search.orb +62 -47
  236. package/dist/exports/atoms/std-selection.orb +180 -149
  237. package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
  238. package/dist/exports/atoms/std-sort.orb +192 -60
  239. package/dist/exports/atoms/std-sprite.orb +6 -1
  240. package/dist/exports/atoms/std-tabs.orb +25 -15
  241. package/dist/exports/atoms/std-text-effects.orb +658 -0
  242. package/dist/exports/atoms/std-theme.orb +573 -0
  243. package/dist/exports/atoms/std-timer.orb +483 -91
  244. package/dist/exports/atoms/std-undo.orb +211 -81
  245. package/dist/exports/atoms/std-upload.orb +535 -0
  246. package/dist/exports/atoms/std-wizard.orb +677 -240
  247. package/dist/exports/molecules/std-builder-game.orb +49 -4
  248. package/dist/exports/molecules/std-cart.orb +325 -102
  249. package/dist/exports/molecules/std-classifier-game.orb +49 -4
  250. package/dist/exports/molecules/std-debugger-game.orb +49 -4
  251. package/dist/exports/molecules/std-detail.orb +52 -48
  252. package/dist/exports/molecules/std-event-handler-game.orb +49 -4
  253. package/dist/exports/molecules/std-form-advanced.orb +654 -0
  254. package/dist/exports/molecules/std-geospatial.orb +70 -51
  255. package/dist/exports/molecules/std-inventory.orb +92 -53
  256. package/dist/exports/molecules/std-list.orb +416 -52
  257. package/dist/exports/molecules/std-messaging.orb +41 -49
  258. package/dist/exports/molecules/std-negotiator-game.orb +49 -4
  259. package/dist/exports/molecules/std-platformer-game.orb +58 -3
  260. package/dist/exports/molecules/std-puzzle-game.orb +58 -7
  261. package/dist/exports/molecules/std-quiz.orb +1045 -0
  262. package/dist/exports/molecules/std-sequencer-game.orb +49 -4
  263. package/dist/exports/molecules/std-simulator-game.orb +49 -4
  264. package/dist/exports/molecules/std-turn-based-battle.orb +66 -1
  265. package/dist/exports/organisms/std-api-gateway.orb +2615 -867
  266. package/dist/exports/organisms/std-arcade-game.orb +399 -197
  267. package/dist/exports/organisms/std-booking-system.orb +3154 -1305
  268. package/dist/exports/organisms/std-cicd-pipeline.orb +2298 -779
  269. package/dist/exports/organisms/std-cms.orb +1150 -277
  270. package/dist/exports/organisms/std-coding-academy.orb +1222 -533
  271. package/dist/exports/organisms/std-crm.orb +2357 -821
  272. package/dist/exports/organisms/std-devops-dashboard.orb +4230 -1281
  273. package/dist/exports/organisms/std-ecommerce.orb +2660 -1098
  274. package/dist/exports/organisms/std-finance-tracker.orb +1749 -737
  275. package/dist/exports/organisms/std-healthcare.orb +3593 -1478
  276. package/dist/exports/organisms/std-helpdesk.orb +1870 -738
  277. package/dist/exports/organisms/std-hr-portal.orb +3290 -1385
  278. package/dist/exports/organisms/std-iot-dashboard.orb +2704 -788
  279. package/dist/exports/organisms/std-lms.orb +2548 -1192
  280. package/dist/exports/organisms/std-logic-training.orb +220 -66
  281. package/dist/exports/organisms/std-platformer-app.orb +373 -194
  282. package/dist/exports/organisms/std-project-manager.orb +2347 -806
  283. package/dist/exports/organisms/std-puzzle-app.orb +240 -95
  284. package/dist/exports/organisms/std-realtime-chat.orb +2020 -660
  285. package/dist/exports/organisms/std-rpg-game.orb +1303 -740
  286. package/dist/exports/organisms/std-social-feed.orb +184 -168
  287. package/dist/exports/organisms/std-stem-lab.orb +1223 -512
  288. package/dist/exports/organisms/std-strategy-game.orb +1412 -731
  289. package/dist/exports/organisms/std-trading-dashboard.orb +1869 -695
  290. package/dist/exports/validation-report.json +3 -750
  291. package/dist/exports/verify-results.json +13 -0
  292. package/dist/index.d.ts +1 -1
  293. package/dist/index.js +3808 -1330
  294. package/dist/index.js.map +1 -1
  295. 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
  }