@almadar/std 3.2.1 → 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 +94 -4
  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 +252 -252
  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 +94 -4
  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 +252 -252
  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 +94 -4
  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 +252 -252
  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,7 +22,12 @@
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",
@@ -91,23 +96,37 @@
91
96
  "type": "stack",
92
97
  "direction": "vertical",
93
98
  "gap": "lg",
94
- "align": "center",
95
99
  "children": [
96
100
  {
97
101
  "type": "stack",
98
102
  "direction": "horizontal",
99
103
  "gap": "md",
100
104
  "align": "center",
105
+ "justify": "space-between",
101
106
  "children": [
102
107
  {
103
- "type": "icon",
104
- "name": "shield",
105
- "size": "lg"
108
+ "type": "stack",
109
+ "direction": "horizontal",
110
+ "gap": "md",
111
+ "align": "center",
112
+ "children": [
113
+ {
114
+ "type": "icon",
115
+ "name": "shield",
116
+ "size": "lg"
117
+ },
118
+ {
119
+ "type": "typography",
120
+ "content": "RateBucket Rate Limiter",
121
+ "variant": "h2"
122
+ }
123
+ ]
106
124
  },
107
125
  {
108
- "type": "typography",
109
- "content": "RateBucket Rate Limiter",
110
- "variant": "h2"
126
+ "type": "status-dot",
127
+ "status": "success",
128
+ "pulse": false,
129
+ "label": "Open"
111
130
  }
112
131
  ]
113
132
  },
@@ -115,31 +134,61 @@
115
134
  "type": "divider"
116
135
  },
117
136
  {
118
- "type": "card",
137
+ "type": "simple-grid",
138
+ "columns": 2,
119
139
  "children": [
120
140
  {
121
- "type": "stack",
122
- "direction": "vertical",
123
- "gap": "sm",
124
- "children": [
125
- {
126
- "type": "typography",
127
- "content": "Requests",
128
- "variant": "caption"
129
- },
130
- {
131
- "type": "typography",
132
- "content": "@entity.count",
133
- "variant": "h4"
134
- },
135
- {
136
- "type": "badge",
137
- "label": "@entity.limiterStatus"
138
- }
141
+ "type": "stat-display",
142
+ "label": "Requests",
143
+ "value": [
144
+ "object/get",
145
+ [
146
+ "array/first",
147
+ "@entity"
148
+ ],
149
+ "count"
150
+ ]
151
+ },
152
+ {
153
+ "type": "stat-display",
154
+ "label": "Window",
155
+ "value": [
156
+ "object/get",
157
+ [
158
+ "array/first",
159
+ "@entity"
160
+ ],
161
+ "window"
139
162
  ]
140
163
  }
141
164
  ]
142
165
  },
166
+ {
167
+ "type": "meter",
168
+ "value": [
169
+ "object/get",
170
+ [
171
+ "array/first",
172
+ "@entity"
173
+ ],
174
+ "count"
175
+ ],
176
+ "min": 0,
177
+ "max": 100
178
+ },
179
+ {
180
+ "type": "progress-bar",
181
+ "value": [
182
+ "object/get",
183
+ [
184
+ "array/first",
185
+ "@entity"
186
+ ],
187
+ "count"
188
+ ],
189
+ "max": 100,
190
+ "showPercentage": true
191
+ },
143
192
  {
144
193
  "type": "stack",
145
194
  "direction": "horizontal",
@@ -179,23 +228,37 @@
179
228
  "type": "stack",
180
229
  "direction": "vertical",
181
230
  "gap": "lg",
182
- "align": "center",
183
231
  "children": [
184
232
  {
185
233
  "type": "stack",
186
234
  "direction": "horizontal",
187
235
  "gap": "md",
188
236
  "align": "center",
237
+ "justify": "space-between",
189
238
  "children": [
190
239
  {
191
- "type": "icon",
192
- "name": "shield",
193
- "size": "lg"
240
+ "type": "stack",
241
+ "direction": "horizontal",
242
+ "gap": "md",
243
+ "align": "center",
244
+ "children": [
245
+ {
246
+ "type": "icon",
247
+ "name": "shield",
248
+ "size": "lg"
249
+ },
250
+ {
251
+ "type": "typography",
252
+ "content": "RateBucket Rate Limiter",
253
+ "variant": "h2"
254
+ }
255
+ ]
194
256
  },
195
257
  {
196
- "type": "typography",
197
- "content": "RateBucket Rate Limiter",
198
- "variant": "h2"
258
+ "type": "status-dot",
259
+ "status": "success",
260
+ "pulse": false,
261
+ "label": "Open"
199
262
  }
200
263
  ]
201
264
  },
@@ -203,31 +266,61 @@
203
266
  "type": "divider"
204
267
  },
205
268
  {
206
- "type": "card",
269
+ "type": "simple-grid",
270
+ "columns": 2,
207
271
  "children": [
208
272
  {
209
- "type": "stack",
210
- "direction": "vertical",
211
- "gap": "sm",
212
- "children": [
213
- {
214
- "type": "typography",
215
- "content": "Requests",
216
- "variant": "caption"
217
- },
218
- {
219
- "type": "typography",
220
- "content": "@entity.count",
221
- "variant": "h4"
222
- },
223
- {
224
- "type": "badge",
225
- "label": "@entity.limiterStatus"
226
- }
273
+ "type": "stat-display",
274
+ "label": "Requests",
275
+ "value": [
276
+ "object/get",
277
+ [
278
+ "array/first",
279
+ "@entity"
280
+ ],
281
+ "count"
282
+ ]
283
+ },
284
+ {
285
+ "type": "stat-display",
286
+ "label": "Window",
287
+ "value": [
288
+ "object/get",
289
+ [
290
+ "array/first",
291
+ "@entity"
292
+ ],
293
+ "window"
227
294
  ]
228
295
  }
229
296
  ]
230
297
  },
298
+ {
299
+ "type": "meter",
300
+ "value": [
301
+ "object/get",
302
+ [
303
+ "array/first",
304
+ "@entity"
305
+ ],
306
+ "count"
307
+ ],
308
+ "min": 0,
309
+ "max": 100
310
+ },
311
+ {
312
+ "type": "progress-bar",
313
+ "value": [
314
+ "object/get",
315
+ [
316
+ "array/first",
317
+ "@entity"
318
+ ],
319
+ "count"
320
+ ],
321
+ "max": 100,
322
+ "showPercentage": true
323
+ },
231
324
  {
232
325
  "type": "stack",
233
326
  "direction": "horizontal",
@@ -272,23 +365,37 @@
272
365
  "type": "stack",
273
366
  "direction": "vertical",
274
367
  "gap": "lg",
275
- "align": "center",
276
368
  "children": [
277
369
  {
278
370
  "type": "stack",
279
371
  "direction": "horizontal",
280
372
  "gap": "md",
281
373
  "align": "center",
374
+ "justify": "space-between",
282
375
  "children": [
283
376
  {
284
- "type": "icon",
285
- "name": "shield",
286
- "size": "lg"
377
+ "type": "stack",
378
+ "direction": "horizontal",
379
+ "gap": "md",
380
+ "align": "center",
381
+ "children": [
382
+ {
383
+ "type": "icon",
384
+ "name": "shield",
385
+ "size": "lg"
386
+ },
387
+ {
388
+ "type": "typography",
389
+ "content": "RateBucket Rate Limiter",
390
+ "variant": "h2"
391
+ }
392
+ ]
287
393
  },
288
394
  {
289
- "type": "typography",
290
- "content": "RateBucket Rate Limiter",
291
- "variant": "h2"
395
+ "type": "status-dot",
396
+ "status": "error",
397
+ "pulse": true,
398
+ "label": "Throttled"
292
399
  }
293
400
  ]
294
401
  },
@@ -296,31 +403,53 @@
296
403
  "type": "divider"
297
404
  },
298
405
  {
299
- "type": "card",
406
+ "type": "alert",
407
+ "variant": "danger",
408
+ "message": "Rate limit exceeded. Requests are being throttled."
409
+ },
410
+ {
411
+ "type": "simple-grid",
412
+ "columns": 2,
300
413
  "children": [
301
414
  {
302
- "type": "stack",
303
- "direction": "vertical",
304
- "gap": "sm",
305
- "children": [
306
- {
307
- "type": "typography",
308
- "content": "Requests",
309
- "variant": "caption"
310
- },
311
- {
312
- "type": "typography",
313
- "content": "@entity.count",
314
- "variant": "h4"
315
- },
316
- {
317
- "type": "badge",
318
- "label": "Throttled"
319
- }
415
+ "type": "stat-display",
416
+ "label": "Requests",
417
+ "value": [
418
+ "object/get",
419
+ [
420
+ "array/first",
421
+ "@entity"
422
+ ],
423
+ "count"
424
+ ]
425
+ },
426
+ {
427
+ "type": "stat-display",
428
+ "label": "Window",
429
+ "value": [
430
+ "object/get",
431
+ [
432
+ "array/first",
433
+ "@entity"
434
+ ],
435
+ "window"
320
436
  ]
321
437
  }
322
438
  ]
323
439
  },
440
+ {
441
+ "type": "meter",
442
+ "value": [
443
+ "object/get",
444
+ [
445
+ "array/first",
446
+ "@entity"
447
+ ],
448
+ "count"
449
+ ],
450
+ "min": 0,
451
+ "max": 100
452
+ },
324
453
  {
325
454
  "type": "stack",
326
455
  "direction": "horizontal",
@@ -363,23 +492,37 @@
363
492
  "type": "stack",
364
493
  "direction": "vertical",
365
494
  "gap": "lg",
366
- "align": "center",
367
495
  "children": [
368
496
  {
369
497
  "type": "stack",
370
498
  "direction": "horizontal",
371
499
  "gap": "md",
372
500
  "align": "center",
501
+ "justify": "space-between",
373
502
  "children": [
374
503
  {
375
- "type": "icon",
376
- "name": "shield",
377
- "size": "lg"
504
+ "type": "stack",
505
+ "direction": "horizontal",
506
+ "gap": "md",
507
+ "align": "center",
508
+ "children": [
509
+ {
510
+ "type": "icon",
511
+ "name": "shield",
512
+ "size": "lg"
513
+ },
514
+ {
515
+ "type": "typography",
516
+ "content": "RateBucket Rate Limiter",
517
+ "variant": "h2"
518
+ }
519
+ ]
378
520
  },
379
521
  {
380
- "type": "typography",
381
- "content": "RateBucket Rate Limiter",
382
- "variant": "h2"
522
+ "type": "status-dot",
523
+ "status": "success",
524
+ "pulse": false,
525
+ "label": "Open"
383
526
  }
384
527
  ]
385
528
  },
@@ -387,31 +530,61 @@
387
530
  "type": "divider"
388
531
  },
389
532
  {
390
- "type": "card",
533
+ "type": "simple-grid",
534
+ "columns": 2,
391
535
  "children": [
392
536
  {
393
- "type": "stack",
394
- "direction": "vertical",
395
- "gap": "sm",
396
- "children": [
397
- {
398
- "type": "typography",
399
- "content": "Requests",
400
- "variant": "caption"
401
- },
402
- {
403
- "type": "typography",
404
- "content": "@entity.count",
405
- "variant": "h4"
406
- },
407
- {
408
- "type": "badge",
409
- "label": "@entity.limiterStatus"
410
- }
537
+ "type": "stat-display",
538
+ "label": "Requests",
539
+ "value": [
540
+ "object/get",
541
+ [
542
+ "array/first",
543
+ "@entity"
544
+ ],
545
+ "count"
546
+ ]
547
+ },
548
+ {
549
+ "type": "stat-display",
550
+ "label": "Window",
551
+ "value": [
552
+ "object/get",
553
+ [
554
+ "array/first",
555
+ "@entity"
556
+ ],
557
+ "window"
411
558
  ]
412
559
  }
413
560
  ]
414
561
  },
562
+ {
563
+ "type": "meter",
564
+ "value": [
565
+ "object/get",
566
+ [
567
+ "array/first",
568
+ "@entity"
569
+ ],
570
+ "count"
571
+ ],
572
+ "min": 0,
573
+ "max": 100
574
+ },
575
+ {
576
+ "type": "progress-bar",
577
+ "value": [
578
+ "object/get",
579
+ [
580
+ "array/first",
581
+ "@entity"
582
+ ],
583
+ "count"
584
+ ],
585
+ "max": 100,
586
+ "showPercentage": true
587
+ },
415
588
  {
416
589
  "type": "stack",
417
590
  "direction": "horizontal",
@@ -451,23 +624,37 @@
451
624
  "type": "stack",
452
625
  "direction": "vertical",
453
626
  "gap": "lg",
454
- "align": "center",
455
627
  "children": [
456
628
  {
457
629
  "type": "stack",
458
630
  "direction": "horizontal",
459
631
  "gap": "md",
460
632
  "align": "center",
633
+ "justify": "space-between",
461
634
  "children": [
462
635
  {
463
- "type": "icon",
464
- "name": "shield",
465
- "size": "lg"
636
+ "type": "stack",
637
+ "direction": "horizontal",
638
+ "gap": "md",
639
+ "align": "center",
640
+ "children": [
641
+ {
642
+ "type": "icon",
643
+ "name": "shield",
644
+ "size": "lg"
645
+ },
646
+ {
647
+ "type": "typography",
648
+ "content": "RateBucket Rate Limiter",
649
+ "variant": "h2"
650
+ }
651
+ ]
466
652
  },
467
653
  {
468
- "type": "typography",
469
- "content": "RateBucket Rate Limiter",
470
- "variant": "h2"
654
+ "type": "status-dot",
655
+ "status": "error",
656
+ "pulse": true,
657
+ "label": "Throttled"
471
658
  }
472
659
  ]
473
660
  },
@@ -475,31 +662,53 @@
475
662
  "type": "divider"
476
663
  },
477
664
  {
478
- "type": "card",
665
+ "type": "alert",
666
+ "variant": "danger",
667
+ "message": "Rate limit exceeded. Requests are being throttled."
668
+ },
669
+ {
670
+ "type": "simple-grid",
671
+ "columns": 2,
479
672
  "children": [
480
673
  {
481
- "type": "stack",
482
- "direction": "vertical",
483
- "gap": "sm",
484
- "children": [
485
- {
486
- "type": "typography",
487
- "content": "Requests",
488
- "variant": "caption"
489
- },
490
- {
491
- "type": "typography",
492
- "content": "@entity.count",
493
- "variant": "h4"
494
- },
495
- {
496
- "type": "badge",
497
- "label": "Throttled"
498
- }
674
+ "type": "stat-display",
675
+ "label": "Requests",
676
+ "value": [
677
+ "object/get",
678
+ [
679
+ "array/first",
680
+ "@entity"
681
+ ],
682
+ "count"
683
+ ]
684
+ },
685
+ {
686
+ "type": "stat-display",
687
+ "label": "Window",
688
+ "value": [
689
+ "object/get",
690
+ [
691
+ "array/first",
692
+ "@entity"
693
+ ],
694
+ "window"
499
695
  ]
500
696
  }
501
697
  ]
502
698
  },
699
+ {
700
+ "type": "meter",
701
+ "value": [
702
+ "object/get",
703
+ [
704
+ "array/first",
705
+ "@entity"
706
+ ],
707
+ "count"
708
+ ],
709
+ "min": 0,
710
+ "max": 100
711
+ },
503
712
  {
504
713
  "type": "stack",
505
714
  "direction": "horizontal",
@@ -542,23 +751,37 @@
542
751
  "type": "stack",
543
752
  "direction": "vertical",
544
753
  "gap": "lg",
545
- "align": "center",
546
754
  "children": [
547
755
  {
548
756
  "type": "stack",
549
757
  "direction": "horizontal",
550
758
  "gap": "md",
551
759
  "align": "center",
760
+ "justify": "space-between",
552
761
  "children": [
553
762
  {
554
- "type": "icon",
555
- "name": "shield",
556
- "size": "lg"
763
+ "type": "stack",
764
+ "direction": "horizontal",
765
+ "gap": "md",
766
+ "align": "center",
767
+ "children": [
768
+ {
769
+ "type": "icon",
770
+ "name": "shield",
771
+ "size": "lg"
772
+ },
773
+ {
774
+ "type": "typography",
775
+ "content": "RateBucket Rate Limiter",
776
+ "variant": "h2"
777
+ }
778
+ ]
557
779
  },
558
780
  {
559
- "type": "typography",
560
- "content": "RateBucket Rate Limiter",
561
- "variant": "h2"
781
+ "type": "status-dot",
782
+ "status": "success",
783
+ "pulse": false,
784
+ "label": "Open"
562
785
  }
563
786
  ]
564
787
  },
@@ -566,31 +789,61 @@
566
789
  "type": "divider"
567
790
  },
568
791
  {
569
- "type": "card",
792
+ "type": "simple-grid",
793
+ "columns": 2,
570
794
  "children": [
571
795
  {
572
- "type": "stack",
573
- "direction": "vertical",
574
- "gap": "sm",
575
- "children": [
576
- {
577
- "type": "typography",
578
- "content": "Requests",
579
- "variant": "caption"
580
- },
581
- {
582
- "type": "typography",
583
- "content": "@entity.count",
584
- "variant": "h4"
585
- },
586
- {
587
- "type": "badge",
588
- "label": "@entity.limiterStatus"
589
- }
796
+ "type": "stat-display",
797
+ "label": "Requests",
798
+ "value": [
799
+ "object/get",
800
+ [
801
+ "array/first",
802
+ "@entity"
803
+ ],
804
+ "count"
805
+ ]
806
+ },
807
+ {
808
+ "type": "stat-display",
809
+ "label": "Window",
810
+ "value": [
811
+ "object/get",
812
+ [
813
+ "array/first",
814
+ "@entity"
815
+ ],
816
+ "window"
590
817
  ]
591
818
  }
592
819
  ]
593
820
  },
821
+ {
822
+ "type": "meter",
823
+ "value": [
824
+ "object/get",
825
+ [
826
+ "array/first",
827
+ "@entity"
828
+ ],
829
+ "count"
830
+ ],
831
+ "min": 0,
832
+ "max": 100
833
+ },
834
+ {
835
+ "type": "progress-bar",
836
+ "value": [
837
+ "object/get",
838
+ [
839
+ "array/first",
840
+ "@entity"
841
+ ],
842
+ "count"
843
+ ],
844
+ "max": 100,
845
+ "showPercentage": true
846
+ },
594
847
  {
595
848
  "type": "stack",
596
849
  "direction": "horizontal",