@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
@@ -219,7 +219,9 @@
219
219
  }
220
220
  ],
221
221
  "className": "transition-shadow hover:shadow-md cursor-pointer",
222
- "children": [
222
+ "renderItem": [
223
+ "fn",
224
+ "item",
223
225
  {
224
226
  "type": "stack",
225
227
  "direction": "vertical",
@@ -245,13 +247,13 @@
245
247
  {
246
248
  "type": "typography",
247
249
  "variant": "h4",
248
- "content": "@entity.branch"
250
+ "content": "@item.branch"
249
251
  }
250
252
  ]
251
253
  },
252
254
  {
253
255
  "type": "badge",
254
- "label": "@entity.status"
256
+ "label": "@item.status"
255
257
  }
256
258
  ]
257
259
  },
@@ -259,7 +261,7 @@
259
261
  "type": "typography",
260
262
  "variant": "caption",
261
263
  "color": "muted",
262
- "content": "@entity.commit"
264
+ "content": "@item.commit"
263
265
  }
264
266
  ]
265
267
  }
@@ -381,6 +383,130 @@
381
383
  "fetch",
382
384
  "Build"
383
385
  ],
386
+ [
387
+ "render-ui",
388
+ "main",
389
+ {
390
+ "type": "stack",
391
+ "direction": "vertical",
392
+ "gap": "lg",
393
+ "children": [
394
+ {
395
+ "type": "stack",
396
+ "direction": "horizontal",
397
+ "gap": "md",
398
+ "justify": "space-between",
399
+ "children": [
400
+ {
401
+ "type": "stack",
402
+ "direction": "horizontal",
403
+ "gap": "sm",
404
+ "align": "center",
405
+ "children": [
406
+ {
407
+ "type": "icon",
408
+ "name": "package",
409
+ "size": "lg"
410
+ },
411
+ {
412
+ "type": "typography",
413
+ "content": "Builds",
414
+ "variant": "h2"
415
+ }
416
+ ]
417
+ },
418
+ {
419
+ "type": "stack",
420
+ "direction": "horizontal",
421
+ "gap": "sm",
422
+ "children": [
423
+ {
424
+ "type": "button",
425
+ "label": "Create Build",
426
+ "event": "CREATE",
427
+ "variant": "primary",
428
+ "icon": "plus"
429
+ }
430
+ ]
431
+ }
432
+ ]
433
+ },
434
+ {
435
+ "type": "divider"
436
+ },
437
+ {
438
+ "type": "data-grid",
439
+ "entity": "Build",
440
+ "emptyIcon": "inbox",
441
+ "emptyTitle": "No builds yet",
442
+ "emptyDescription": "Create your first build to get started.",
443
+ "itemActions": [
444
+ {
445
+ "label": "View",
446
+ "event": "VIEW"
447
+ },
448
+ {
449
+ "label": "Edit",
450
+ "event": "EDIT"
451
+ },
452
+ {
453
+ "label": "Delete",
454
+ "event": "DELETE",
455
+ "variant": "danger"
456
+ }
457
+ ],
458
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
459
+ "renderItem": [
460
+ "fn",
461
+ "item",
462
+ {
463
+ "type": "stack",
464
+ "direction": "vertical",
465
+ "gap": "sm",
466
+ "children": [
467
+ {
468
+ "type": "stack",
469
+ "direction": "horizontal",
470
+ "justify": "space-between",
471
+ "align": "center",
472
+ "children": [
473
+ {
474
+ "type": "stack",
475
+ "direction": "horizontal",
476
+ "gap": "sm",
477
+ "align": "center",
478
+ "children": [
479
+ {
480
+ "type": "icon",
481
+ "name": "package",
482
+ "size": "sm"
483
+ },
484
+ {
485
+ "type": "typography",
486
+ "variant": "h4",
487
+ "content": "@item.branch"
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "type": "badge",
493
+ "label": "@item.status"
494
+ }
495
+ ]
496
+ },
497
+ {
498
+ "type": "typography",
499
+ "variant": "caption",
500
+ "color": "muted",
501
+ "content": "@item.commit"
502
+ }
503
+ ]
504
+ }
505
+ ]
506
+ }
507
+ ]
508
+ }
509
+ ],
384
510
  [
385
511
  "notify",
386
512
  "Build deleted successfully"
@@ -396,6 +522,134 @@
396
522
  "render-ui",
397
523
  "modal",
398
524
  null
525
+ ],
526
+ [
527
+ "fetch",
528
+ "Build"
529
+ ],
530
+ [
531
+ "render-ui",
532
+ "main",
533
+ {
534
+ "type": "stack",
535
+ "direction": "vertical",
536
+ "gap": "lg",
537
+ "children": [
538
+ {
539
+ "type": "stack",
540
+ "direction": "horizontal",
541
+ "gap": "md",
542
+ "justify": "space-between",
543
+ "children": [
544
+ {
545
+ "type": "stack",
546
+ "direction": "horizontal",
547
+ "gap": "sm",
548
+ "align": "center",
549
+ "children": [
550
+ {
551
+ "type": "icon",
552
+ "name": "package",
553
+ "size": "lg"
554
+ },
555
+ {
556
+ "type": "typography",
557
+ "content": "Builds",
558
+ "variant": "h2"
559
+ }
560
+ ]
561
+ },
562
+ {
563
+ "type": "stack",
564
+ "direction": "horizontal",
565
+ "gap": "sm",
566
+ "children": [
567
+ {
568
+ "type": "button",
569
+ "label": "Create Build",
570
+ "event": "CREATE",
571
+ "variant": "primary",
572
+ "icon": "plus"
573
+ }
574
+ ]
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "type": "divider"
580
+ },
581
+ {
582
+ "type": "data-grid",
583
+ "entity": "Build",
584
+ "emptyIcon": "inbox",
585
+ "emptyTitle": "No builds yet",
586
+ "emptyDescription": "Create your first build to get started.",
587
+ "itemActions": [
588
+ {
589
+ "label": "View",
590
+ "event": "VIEW"
591
+ },
592
+ {
593
+ "label": "Edit",
594
+ "event": "EDIT"
595
+ },
596
+ {
597
+ "label": "Delete",
598
+ "event": "DELETE",
599
+ "variant": "danger"
600
+ }
601
+ ],
602
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
603
+ "renderItem": [
604
+ "fn",
605
+ "item",
606
+ {
607
+ "type": "stack",
608
+ "direction": "vertical",
609
+ "gap": "sm",
610
+ "children": [
611
+ {
612
+ "type": "stack",
613
+ "direction": "horizontal",
614
+ "justify": "space-between",
615
+ "align": "center",
616
+ "children": [
617
+ {
618
+ "type": "stack",
619
+ "direction": "horizontal",
620
+ "gap": "sm",
621
+ "align": "center",
622
+ "children": [
623
+ {
624
+ "type": "icon",
625
+ "name": "package",
626
+ "size": "sm"
627
+ },
628
+ {
629
+ "type": "typography",
630
+ "variant": "h4",
631
+ "content": "@item.branch"
632
+ }
633
+ ]
634
+ },
635
+ {
636
+ "type": "badge",
637
+ "label": "@item.status"
638
+ }
639
+ ]
640
+ },
641
+ {
642
+ "type": "typography",
643
+ "variant": "caption",
644
+ "color": "muted",
645
+ "content": "@item.commit"
646
+ }
647
+ ]
648
+ }
649
+ ]
650
+ }
651
+ ]
652
+ }
399
653
  ]
400
654
  ]
401
655
  },
@@ -408,6 +662,134 @@
408
662
  "render-ui",
409
663
  "modal",
410
664
  null
665
+ ],
666
+ [
667
+ "fetch",
668
+ "Build"
669
+ ],
670
+ [
671
+ "render-ui",
672
+ "main",
673
+ {
674
+ "type": "stack",
675
+ "direction": "vertical",
676
+ "gap": "lg",
677
+ "children": [
678
+ {
679
+ "type": "stack",
680
+ "direction": "horizontal",
681
+ "gap": "md",
682
+ "justify": "space-between",
683
+ "children": [
684
+ {
685
+ "type": "stack",
686
+ "direction": "horizontal",
687
+ "gap": "sm",
688
+ "align": "center",
689
+ "children": [
690
+ {
691
+ "type": "icon",
692
+ "name": "package",
693
+ "size": "lg"
694
+ },
695
+ {
696
+ "type": "typography",
697
+ "content": "Builds",
698
+ "variant": "h2"
699
+ }
700
+ ]
701
+ },
702
+ {
703
+ "type": "stack",
704
+ "direction": "horizontal",
705
+ "gap": "sm",
706
+ "children": [
707
+ {
708
+ "type": "button",
709
+ "label": "Create Build",
710
+ "event": "CREATE",
711
+ "variant": "primary",
712
+ "icon": "plus"
713
+ }
714
+ ]
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "type": "divider"
720
+ },
721
+ {
722
+ "type": "data-grid",
723
+ "entity": "Build",
724
+ "emptyIcon": "inbox",
725
+ "emptyTitle": "No builds yet",
726
+ "emptyDescription": "Create your first build to get started.",
727
+ "itemActions": [
728
+ {
729
+ "label": "View",
730
+ "event": "VIEW"
731
+ },
732
+ {
733
+ "label": "Edit",
734
+ "event": "EDIT"
735
+ },
736
+ {
737
+ "label": "Delete",
738
+ "event": "DELETE",
739
+ "variant": "danger"
740
+ }
741
+ ],
742
+ "className": "transition-shadow hover:shadow-md cursor-pointer",
743
+ "renderItem": [
744
+ "fn",
745
+ "item",
746
+ {
747
+ "type": "stack",
748
+ "direction": "vertical",
749
+ "gap": "sm",
750
+ "children": [
751
+ {
752
+ "type": "stack",
753
+ "direction": "horizontal",
754
+ "justify": "space-between",
755
+ "align": "center",
756
+ "children": [
757
+ {
758
+ "type": "stack",
759
+ "direction": "horizontal",
760
+ "gap": "sm",
761
+ "align": "center",
762
+ "children": [
763
+ {
764
+ "type": "icon",
765
+ "name": "package",
766
+ "size": "sm"
767
+ },
768
+ {
769
+ "type": "typography",
770
+ "variant": "h4",
771
+ "content": "@item.branch"
772
+ }
773
+ ]
774
+ },
775
+ {
776
+ "type": "badge",
777
+ "label": "@item.status"
778
+ }
779
+ ]
780
+ },
781
+ {
782
+ "type": "typography",
783
+ "variant": "caption",
784
+ "color": "muted",
785
+ "content": "@item.commit"
786
+ }
787
+ ]
788
+ }
789
+ ]
790
+ }
791
+ ]
792
+ }
411
793
  ]
412
794
  ]
413
795
  }
@@ -1096,7 +1478,14 @@
1096
1478
  {
1097
1479
  "type": "typography",
1098
1480
  "variant": "h3",
1099
- "content": "@entity.name"
1481
+ "content": [
1482
+ "object/get",
1483
+ [
1484
+ "array/first",
1485
+ "@entity"
1486
+ ],
1487
+ "name"
1488
+ ]
1100
1489
  }
1101
1490
  ]
1102
1491
  }
@@ -1118,7 +1507,14 @@
1118
1507
  {
1119
1508
  "type": "typography",
1120
1509
  "variant": "h3",
1121
- "content": "@entity.status"
1510
+ "content": [
1511
+ "object/get",
1512
+ [
1513
+ "array/first",
1514
+ "@entity"
1515
+ ],
1516
+ "status"
1517
+ ]
1122
1518
  }
1123
1519
  ]
1124
1520
  }
@@ -1140,7 +1536,14 @@
1140
1536
  {
1141
1537
  "type": "typography",
1142
1538
  "variant": "h3",
1143
- "content": "@entity.duration"
1539
+ "content": [
1540
+ "object/get",
1541
+ [
1542
+ "array/first",
1543
+ "@entity"
1544
+ ],
1545
+ "duration"
1546
+ ]
1144
1547
  }
1145
1548
  ]
1146
1549
  }
@@ -1162,7 +1565,14 @@
1162
1565
  {
1163
1566
  "type": "typography",
1164
1567
  "variant": "h3",
1165
- "content": "@entity.output"
1568
+ "content": [
1569
+ "object/get",
1570
+ [
1571
+ "array/first",
1572
+ "@entity"
1573
+ ],
1574
+ "output"
1575
+ ]
1166
1576
  }
1167
1577
  ]
1168
1578
  }
@@ -1247,7 +1657,14 @@
1247
1657
  {
1248
1658
  "type": "typography",
1249
1659
  "variant": "h3",
1250
- "content": "@entity.name"
1660
+ "content": [
1661
+ "object/get",
1662
+ [
1663
+ "array/first",
1664
+ "@entity"
1665
+ ],
1666
+ "name"
1667
+ ]
1251
1668
  }
1252
1669
  ]
1253
1670
  }
@@ -1269,7 +1686,14 @@
1269
1686
  {
1270
1687
  "type": "typography",
1271
1688
  "variant": "h3",
1272
- "content": "@entity.status"
1689
+ "content": [
1690
+ "object/get",
1691
+ [
1692
+ "array/first",
1693
+ "@entity"
1694
+ ],
1695
+ "status"
1696
+ ]
1273
1697
  }
1274
1698
  ]
1275
1699
  }
@@ -1291,7 +1715,14 @@
1291
1715
  {
1292
1716
  "type": "typography",
1293
1717
  "variant": "h3",
1294
- "content": "@entity.duration"
1718
+ "content": [
1719
+ "object/get",
1720
+ [
1721
+ "array/first",
1722
+ "@entity"
1723
+ ],
1724
+ "duration"
1725
+ ]
1295
1726
  }
1296
1727
  ]
1297
1728
  }
@@ -1313,7 +1744,14 @@
1313
1744
  {
1314
1745
  "type": "typography",
1315
1746
  "variant": "h3",
1316
- "content": "@entity.output"
1747
+ "content": [
1748
+ "object/get",
1749
+ [
1750
+ "array/first",
1751
+ "@entity"
1752
+ ],
1753
+ "output"
1754
+ ]
1317
1755
  }
1318
1756
  ]
1319
1757
  }
@@ -1398,7 +1836,14 @@
1398
1836
  {
1399
1837
  "type": "typography",
1400
1838
  "variant": "h3",
1401
- "content": "@entity.name"
1839
+ "content": [
1840
+ "object/get",
1841
+ [
1842
+ "array/first",
1843
+ "@entity"
1844
+ ],
1845
+ "name"
1846
+ ]
1402
1847
  }
1403
1848
  ]
1404
1849
  }
@@ -1420,7 +1865,14 @@
1420
1865
  {
1421
1866
  "type": "typography",
1422
1867
  "variant": "h3",
1423
- "content": "@entity.status"
1868
+ "content": [
1869
+ "object/get",
1870
+ [
1871
+ "array/first",
1872
+ "@entity"
1873
+ ],
1874
+ "status"
1875
+ ]
1424
1876
  }
1425
1877
  ]
1426
1878
  }
@@ -1442,7 +1894,14 @@
1442
1894
  {
1443
1895
  "type": "typography",
1444
1896
  "variant": "h3",
1445
- "content": "@entity.duration"
1897
+ "content": [
1898
+ "object/get",
1899
+ [
1900
+ "array/first",
1901
+ "@entity"
1902
+ ],
1903
+ "duration"
1904
+ ]
1446
1905
  }
1447
1906
  ]
1448
1907
  }
@@ -1464,7 +1923,14 @@
1464
1923
  {
1465
1924
  "type": "typography",
1466
1925
  "variant": "h3",
1467
- "content": "@entity.output"
1926
+ "content": [
1927
+ "object/get",
1928
+ [
1929
+ "array/first",
1930
+ "@entity"
1931
+ ],
1932
+ "output"
1933
+ ]
1468
1934
  }
1469
1935
  ]
1470
1936
  }
@@ -1549,7 +2015,14 @@
1549
2015
  {
1550
2016
  "type": "typography",
1551
2017
  "variant": "h3",
1552
- "content": "@entity.name"
2018
+ "content": [
2019
+ "object/get",
2020
+ [
2021
+ "array/first",
2022
+ "@entity"
2023
+ ],
2024
+ "name"
2025
+ ]
1553
2026
  }
1554
2027
  ]
1555
2028
  }
@@ -1571,7 +2044,14 @@
1571
2044
  {
1572
2045
  "type": "typography",
1573
2046
  "variant": "h3",
1574
- "content": "@entity.status"
2047
+ "content": [
2048
+ "object/get",
2049
+ [
2050
+ "array/first",
2051
+ "@entity"
2052
+ ],
2053
+ "status"
2054
+ ]
1575
2055
  }
1576
2056
  ]
1577
2057
  }
@@ -1593,7 +2073,14 @@
1593
2073
  {
1594
2074
  "type": "typography",
1595
2075
  "variant": "h3",
1596
- "content": "@entity.duration"
2076
+ "content": [
2077
+ "object/get",
2078
+ [
2079
+ "array/first",
2080
+ "@entity"
2081
+ ],
2082
+ "duration"
2083
+ ]
1597
2084
  }
1598
2085
  ]
1599
2086
  }
@@ -1615,7 +2102,14 @@
1615
2102
  {
1616
2103
  "type": "typography",
1617
2104
  "variant": "h3",
1618
- "content": "@entity.output"
2105
+ "content": [
2106
+ "object/get",
2107
+ [
2108
+ "array/first",
2109
+ "@entity"
2110
+ ],
2111
+ "output"
2112
+ ]
1619
2113
  }
1620
2114
  ]
1621
2115
  }
@@ -1700,7 +2194,14 @@
1700
2194
  {
1701
2195
  "type": "typography",
1702
2196
  "variant": "h3",
1703
- "content": "@entity.name"
2197
+ "content": [
2198
+ "object/get",
2199
+ [
2200
+ "array/first",
2201
+ "@entity"
2202
+ ],
2203
+ "name"
2204
+ ]
1704
2205
  }
1705
2206
  ]
1706
2207
  }
@@ -1722,7 +2223,14 @@
1722
2223
  {
1723
2224
  "type": "typography",
1724
2225
  "variant": "h3",
1725
- "content": "@entity.status"
2226
+ "content": [
2227
+ "object/get",
2228
+ [
2229
+ "array/first",
2230
+ "@entity"
2231
+ ],
2232
+ "status"
2233
+ ]
1726
2234
  }
1727
2235
  ]
1728
2236
  }
@@ -1744,7 +2252,14 @@
1744
2252
  {
1745
2253
  "type": "typography",
1746
2254
  "variant": "h3",
1747
- "content": "@entity.duration"
2255
+ "content": [
2256
+ "object/get",
2257
+ [
2258
+ "array/first",
2259
+ "@entity"
2260
+ ],
2261
+ "duration"
2262
+ ]
1748
2263
  }
1749
2264
  ]
1750
2265
  }
@@ -1766,7 +2281,14 @@
1766
2281
  {
1767
2282
  "type": "typography",
1768
2283
  "variant": "h3",
1769
- "content": "@entity.output"
2284
+ "content": [
2285
+ "object/get",
2286
+ [
2287
+ "array/first",
2288
+ "@entity"
2289
+ ],
2290
+ "output"
2291
+ ]
1770
2292
  }
1771
2293
  ]
1772
2294
  }
@@ -1927,6 +2449,12 @@
1927
2449
  {
1928
2450
  "type": "divider"
1929
2451
  },
2452
+ {
2453
+ "type": "typography",
2454
+ "variant": "body",
2455
+ "color": "muted",
2456
+ "content": "Ready to start deployment operation."
2457
+ },
1930
2458
  {
1931
2459
  "type": "button",
1932
2460
  "label": "Start",
@@ -1954,14 +2482,13 @@
1954
2482
  "align": "center",
1955
2483
  "children": [
1956
2484
  {
1957
- "type": "icon",
1958
- "name": "loader",
1959
- "size": "lg"
2485
+ "type": "loading-state",
2486
+ "title": "Deploying...",
2487
+ "message": "Processing deployment..."
1960
2488
  },
1961
2489
  {
1962
- "type": "typography",
1963
- "content": "Deploying...",
1964
- "variant": "h3"
2490
+ "type": "skeleton",
2491
+ "variant": "text"
1965
2492
  }
1966
2493
  ]
1967
2494
  }
@@ -1994,9 +2521,9 @@
1994
2521
  "size": "lg"
1995
2522
  },
1996
2523
  {
1997
- "type": "typography",
1998
- "content": "Deployment successful.",
1999
- "variant": "h3"
2524
+ "type": "alert",
2525
+ "variant": "success",
2526
+ "message": "Deployment successful."
2000
2527
  },
2001
2528
  {
2002
2529
  "type": "stack",
@@ -2037,14 +2564,10 @@
2037
2564
  "align": "center",
2038
2565
  "children": [
2039
2566
  {
2040
- "type": "icon",
2041
- "name": "alert-circle",
2042
- "size": "lg"
2043
- },
2044
- {
2045
- "type": "typography",
2046
- "content": "Deployment failed.",
2047
- "variant": "h3"
2567
+ "type": "error-state",
2568
+ "title": "Operation Failed",
2569
+ "message": "Deployment failed.",
2570
+ "onRetry": "RETRY"
2048
2571
  },
2049
2572
  {
2050
2573
  "type": "stack",
@@ -2108,6 +2631,12 @@
2108
2631
  {
2109
2632
  "type": "divider"
2110
2633
  },
2634
+ {
2635
+ "type": "typography",
2636
+ "variant": "body",
2637
+ "color": "muted",
2638
+ "content": "Ready to start deployment operation."
2639
+ },
2111
2640
  {
2112
2641
  "type": "button",
2113
2642
  "label": "Start",
@@ -2155,6 +2684,12 @@
2155
2684
  {
2156
2685
  "type": "divider"
2157
2686
  },
2687
+ {
2688
+ "type": "typography",
2689
+ "variant": "body",
2690
+ "color": "muted",
2691
+ "content": "Ready to start deployment operation."
2692
+ },
2158
2693
  {
2159
2694
  "type": "button",
2160
2695
  "label": "Start",
@@ -2182,14 +2717,13 @@
2182
2717
  "align": "center",
2183
2718
  "children": [
2184
2719
  {
2185
- "type": "icon",
2186
- "name": "loader",
2187
- "size": "lg"
2720
+ "type": "loading-state",
2721
+ "title": "Deploying...",
2722
+ "message": "Processing deployment..."
2188
2723
  },
2189
2724
  {
2190
- "type": "typography",
2191
- "content": "Deploying...",
2192
- "variant": "h3"
2725
+ "type": "skeleton",
2726
+ "variant": "text"
2193
2727
  }
2194
2728
  ]
2195
2729
  }