@almadar/std 7.4.7 → 7.4.8

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 (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -231,23 +231,23 @@
231
231
  "render-ui",
232
232
  "main",
233
233
  {
234
+ "type": "game-shell",
234
235
  "children": [
235
236
  {
237
+ "title": "Platformer",
238
+ "type": "game-menu",
239
+ "subtitle": "Side-Scrolling Adventure",
236
240
  "menuItems": [
237
241
  {
238
- "event": "START",
239
242
  "variant": "primary",
243
+ "event": "START",
240
244
  "label": "Start Game"
241
245
  }
242
- ],
243
- "type": "game-menu",
244
- "title": "Platformer",
245
- "subtitle": "Side-Scrolling Adventure"
246
+ ]
246
247
  }
247
248
  ],
248
- "type": "game-shell",
249
- "appName": "Platformer App",
250
- "showTopBar": true
249
+ "showTopBar": true,
250
+ "appName": "Platformer App"
251
251
  }
252
252
  ]
253
253
  ]
@@ -262,23 +262,23 @@
262
262
  "main",
263
263
  {
264
264
  "type": "game-shell",
265
- "appName": "Platformer App",
266
- "showTopBar": true,
267
265
  "children": [
268
266
  {
269
- "leftEvent": "LEFT",
270
- "canvasHeight": 400.0,
271
267
  "type": "platformer-canvas",
272
- "followCamera": true,
273
- "jumpEvent": "JUMP",
268
+ "rightEvent": "RIGHT",
269
+ "canvasHeight": 400.0,
274
270
  "worldWidth": 2400.0,
275
271
  "bgColor": "#1a1a2e",
276
- "canvasWidth": 800.0,
277
- "rightEvent": "RIGHT",
272
+ "jumpEvent": "JUMP",
278
273
  "stopEvent": "STOP",
279
- "worldHeight": 400.0
274
+ "worldHeight": 400.0,
275
+ "followCamera": true,
276
+ "canvasWidth": 800.0,
277
+ "leftEvent": "LEFT"
280
278
  }
281
- ]
279
+ ],
280
+ "appName": "Platformer App",
281
+ "showTopBar": true
282
282
  }
283
283
  ]
284
284
  ]
@@ -317,20 +317,20 @@
317
317
  "render-ui",
318
318
  "modal",
319
319
  {
320
+ "title": "Paused",
320
321
  "menuItems": [
321
322
  {
322
- "label": "Resume",
323
323
  "event": "RESUME",
324
- "variant": "primary"
324
+ "variant": "primary",
325
+ "label": "Resume"
325
326
  },
326
327
  {
327
328
  "event": "RESTART",
328
- "label": "Quit",
329
- "variant": "ghost"
329
+ "variant": "ghost",
330
+ "label": "Quit"
330
331
  }
331
332
  ],
332
- "type": "game-menu",
333
- "title": "Paused"
333
+ "type": "game-menu"
334
334
  }
335
335
  ]
336
336
  ]
@@ -344,37 +344,37 @@
344
344
  "render-ui",
345
345
  "main",
346
346
  {
347
- "appName": "Platformer App",
347
+ "type": "game-shell",
348
+ "showTopBar": true,
348
349
  "children": [
349
350
  {
350
- "menuItems": [
351
+ "stats": [
351
352
  {
352
- "variant": "primary",
353
- "label": "Play Again",
354
- "event": "RESTART"
353
+ "value": "@entity.score",
354
+ "label": "Score"
355
355
  },
356
356
  {
357
- "variant": "secondary",
358
- "label": "Main Menu",
359
- "event": "RESTART"
357
+ "label": "Lives",
358
+ "value": "@entity.lives"
360
359
  }
361
360
  ],
362
- "title": "Game Over",
363
- "stats": [
361
+ "type": "game-over-screen",
362
+ "menuItems": [
364
363
  {
365
- "label": "Score",
366
- "value": "@entity.score"
364
+ "event": "RESTART",
365
+ "label": "Play Again",
366
+ "variant": "primary"
367
367
  },
368
368
  {
369
- "value": "@entity.lives",
370
- "label": "Lives"
369
+ "event": "RESTART",
370
+ "label": "Main Menu",
371
+ "variant": "secondary"
371
372
  }
372
373
  ],
373
- "type": "game-over-screen"
374
+ "title": "Game Over"
374
375
  }
375
376
  ],
376
- "showTopBar": true,
377
- "type": "game-shell"
377
+ "appName": "Platformer App"
378
378
  }
379
379
  ]
380
380
  ]
@@ -398,24 +398,24 @@
398
398
  "render-ui",
399
399
  "main",
400
400
  {
401
- "type": "game-shell",
402
- "showTopBar": true,
403
- "appName": "Platformer App",
404
401
  "children": [
405
402
  {
406
- "worldWidth": 2400.0,
403
+ "rightEvent": "RIGHT",
404
+ "followCamera": true,
407
405
  "jumpEvent": "JUMP",
408
- "canvasHeight": 400.0,
409
- "leftEvent": "LEFT",
410
- "canvasWidth": 800.0,
411
406
  "worldHeight": 400.0,
407
+ "leftEvent": "LEFT",
408
+ "canvasHeight": 400.0,
409
+ "stopEvent": "STOP",
412
410
  "type": "platformer-canvas",
413
- "bgColor": "#1a1a2e",
414
- "followCamera": true,
415
- "rightEvent": "RIGHT",
416
- "stopEvent": "STOP"
411
+ "canvasWidth": 800.0,
412
+ "worldWidth": 2400.0,
413
+ "bgColor": "#1a1a2e"
417
414
  }
418
- ]
415
+ ],
416
+ "appName": "Platformer App",
417
+ "type": "game-shell",
418
+ "showTopBar": true
419
419
  }
420
420
  ]
421
421
  ]
@@ -434,24 +434,24 @@
434
434
  "render-ui",
435
435
  "main",
436
436
  {
437
+ "appName": "Platformer App",
437
438
  "showTopBar": true,
438
439
  "children": [
439
440
  {
440
- "stopEvent": "STOP",
441
- "type": "platformer-canvas",
442
- "bgColor": "#1a1a2e",
443
- "worldHeight": 400.0,
444
- "jumpEvent": "JUMP",
445
- "worldWidth": 2400.0,
446
- "rightEvent": "RIGHT",
447
441
  "canvasHeight": 400.0,
448
442
  "leftEvent": "LEFT",
449
443
  "followCamera": true,
450
- "canvasWidth": 800.0
444
+ "jumpEvent": "JUMP",
445
+ "worldHeight": 400.0,
446
+ "canvasWidth": 800.0,
447
+ "type": "platformer-canvas",
448
+ "stopEvent": "STOP",
449
+ "worldWidth": 2400.0,
450
+ "bgColor": "#1a1a2e",
451
+ "rightEvent": "RIGHT"
451
452
  }
452
453
  ],
453
- "type": "game-shell",
454
- "appName": "Platformer App"
454
+ "type": "game-shell"
455
455
  }
456
456
  ]
457
457
  ]
@@ -472,21 +472,21 @@
472
472
  {
473
473
  "children": [
474
474
  {
475
+ "type": "game-menu",
476
+ "title": "Platformer",
475
477
  "menuItems": [
476
478
  {
479
+ "variant": "primary",
477
480
  "label": "Start Game",
478
- "event": "START",
479
- "variant": "primary"
481
+ "event": "START"
480
482
  }
481
483
  ],
482
- "subtitle": "Side-Scrolling Adventure",
483
- "type": "game-menu",
484
- "title": "Platformer"
484
+ "subtitle": "Side-Scrolling Adventure"
485
485
  }
486
486
  ],
487
- "appName": "Platformer App",
487
+ "showTopBar": true,
488
488
  "type": "game-shell",
489
- "showTopBar": true
489
+ "appName": "Platformer App"
490
490
  }
491
491
  ]
492
492
  ]
@@ -500,20 +500,20 @@
500
500
  "render-ui",
501
501
  "main",
502
502
  {
503
+ "type": "game-shell",
503
504
  "appName": "Platformer App",
504
505
  "showTopBar": true,
505
- "type": "game-shell",
506
506
  "children": [
507
507
  {
508
- "type": "game-menu",
509
- "subtitle": "Side-Scrolling Adventure",
510
508
  "menuItems": [
511
509
  {
512
- "label": "Start Game",
513
510
  "event": "START",
511
+ "label": "Start Game",
514
512
  "variant": "primary"
515
513
  }
516
514
  ],
515
+ "subtitle": "Side-Scrolling Adventure",
516
+ "type": "game-menu",
517
517
  "title": "Platformer"
518
518
  }
519
519
  ]
@@ -686,26 +686,26 @@
686
686
  "render-ui",
687
687
  "main",
688
688
  {
689
- "appName": "Platformer App",
690
689
  "showTopBar": true,
691
690
  "children": [
692
691
  {
692
+ "worldWidth": 2400.0,
693
+ "bgColor": "#1a1a2e",
694
+ "rightEvent": "RIGHT",
693
695
  "canvasHeight": 400.0,
696
+ "leftEvent": "LEFT",
694
697
  "worldHeight": 400.0,
695
698
  "followCamera": true,
696
699
  "type": "platformer-canvas",
697
700
  "platforms": "@entity.platforms",
698
701
  "player": "@entity.player",
699
702
  "canvasWidth": 800.0,
700
- "bgColor": "#1a1a2e",
701
- "leftEvent": "LEFT",
702
- "rightEvent": "RIGHT",
703
703
  "stopEvent": "STOP",
704
- "worldWidth": 2400.0,
705
704
  "jumpEvent": "JUMP"
706
705
  }
707
706
  ],
708
- "type": "game-shell"
707
+ "type": "game-shell",
708
+ "appName": "Platformer App"
709
709
  }
710
710
  ]
711
711
  ]
@@ -737,18 +737,18 @@
737
737
  "type": "game-shell",
738
738
  "children": [
739
739
  {
740
- "worldWidth": 2400.0,
741
- "bgColor": "#1a1a2e",
740
+ "leftEvent": "LEFT",
741
+ "followCamera": true,
742
+ "canvasWidth": 800.0,
743
+ "rightEvent": "RIGHT",
742
744
  "jumpEvent": "JUMP",
743
745
  "stopEvent": "STOP",
744
- "followCamera": true,
746
+ "worldWidth": 2400.0,
747
+ "bgColor": "#1a1a2e",
745
748
  "worldHeight": 400.0,
746
- "rightEvent": "RIGHT",
747
- "leftEvent": "LEFT",
748
- "canvasWidth": 800.0,
749
+ "type": "platformer-canvas",
749
750
  "player": "@entity.player",
750
751
  "canvasHeight": 400.0,
751
- "type": "platformer-canvas",
752
752
  "platforms": "@entity.platforms"
753
753
  }
754
754
  ],
@@ -982,8 +982,8 @@
982
982
  "PlatScore",
983
983
  {
984
984
  "emit": {
985
- "failure": "PlatScoreLoadFailed",
986
- "success": "PlatScoreLoaded"
985
+ "success": "PlatScoreLoaded",
986
+ "failure": "PlatScoreLoadFailed"
987
987
  }
988
988
  }
989
989
  ],
@@ -991,19 +991,19 @@
991
991
  "render-ui",
992
992
  "main",
993
993
  {
994
+ "appName": "Platformer App",
994
995
  "showTopBar": true,
995
996
  "children": [
996
997
  {
997
998
  "multiplier": "@entity.multiplier",
998
- "level": "@entity.level",
999
- "score": "@entity.score",
1000
- "highScore": "@entity.highScore",
1001
999
  "type": "score-board",
1002
- "combo": "@entity.combo"
1000
+ "highScore": "@entity.highScore",
1001
+ "level": "@entity.level",
1002
+ "combo": "@entity.combo",
1003
+ "score": "@entity.score"
1003
1004
  }
1004
1005
  ],
1005
- "type": "game-shell",
1006
- "appName": "Platformer App"
1006
+ "type": "game-shell"
1007
1007
  }
1008
1008
  ]
1009
1009
  ]
@@ -1035,19 +1035,19 @@
1035
1035
  "render-ui",
1036
1036
  "main",
1037
1037
  {
1038
- "type": "game-shell",
1039
- "showTopBar": true,
1040
- "appName": "Platformer App",
1041
1038
  "children": [
1042
1039
  {
1043
- "type": "score-board",
1044
- "highScore": "@entity.highScore",
1045
- "combo": "@entity.combo",
1046
1040
  "score": "@entity.score",
1041
+ "highScore": "@entity.highScore",
1047
1042
  "multiplier": "@entity.multiplier",
1048
- "level": "@entity.level"
1043
+ "level": "@entity.level",
1044
+ "type": "score-board",
1045
+ "combo": "@entity.combo"
1049
1046
  }
1050
- ]
1047
+ ],
1048
+ "type": "game-shell",
1049
+ "showTopBar": true,
1050
+ "appName": "Platformer App"
1051
1051
  }
1052
1052
  ]
1053
1053
  ]
@@ -1068,17 +1068,17 @@
1068
1068
  {
1069
1069
  "type": "game-shell",
1070
1070
  "showTopBar": true,
1071
+ "appName": "Platformer App",
1071
1072
  "children": [
1072
1073
  {
1073
- "score": "@entity.score",
1074
- "type": "score-board",
1075
1074
  "level": "@entity.level",
1075
+ "type": "score-board",
1076
+ "score": "@entity.score",
1076
1077
  "multiplier": "@entity.multiplier",
1077
1078
  "combo": "@entity.combo",
1078
1079
  "highScore": "@entity.highScore"
1079
1080
  }
1080
- ],
1081
- "appName": "Platformer App"
1081
+ ]
1082
1082
  }
1083
1083
  ]
1084
1084
  ]
@@ -1107,18 +1107,18 @@
1107
1107
  "render-ui",
1108
1108
  "main",
1109
1109
  {
1110
+ "showTopBar": true,
1110
1111
  "type": "game-shell",
1111
1112
  "children": [
1112
1113
  {
1113
- "combo": "@entity.combo",
1114
1114
  "score": "@entity.score",
1115
- "multiplier": "@entity.multiplier",
1115
+ "combo": "@entity.combo",
1116
1116
  "level": "@entity.level",
1117
+ "type": "score-board",
1117
1118
  "highScore": "@entity.highScore",
1118
- "type": "score-board"
1119
+ "multiplier": "@entity.multiplier"
1119
1120
  }
1120
1121
  ],
1121
- "showTopBar": true,
1122
1122
  "appName": "Platformer App"
1123
1123
  }
1124
1124
  ]
@@ -1325,42 +1325,39 @@
1325
1325
  "render-ui",
1326
1326
  "main",
1327
1327
  {
1328
- "type": "game-shell",
1328
+ "appName": "Platformer App",
1329
1329
  "children": [
1330
1330
  {
1331
- "type": "stack",
1332
- "direction": "vertical",
1333
- "gap": "lg",
1334
- "className": "max-w-5xl mx-auto w-full",
1335
1331
  "children": [
1336
1332
  {
1333
+ "direction": "horizontal",
1337
1334
  "align": "center",
1338
1335
  "children": [
1339
1336
  {
1340
1337
  "type": "stack",
1341
1338
  "direction": "horizontal",
1342
1339
  "align": "center",
1340
+ "gap": "sm",
1343
1341
  "children": [
1344
1342
  {
1345
- "name": "package",
1346
- "type": "icon"
1343
+ "type": "icon",
1344
+ "name": "package"
1347
1345
  },
1348
1346
  {
1349
1347
  "variant": "h2",
1350
- "content": "Collectibles",
1351
- "type": "typography"
1348
+ "type": "typography",
1349
+ "content": "Collectibles"
1352
1350
  }
1353
- ],
1354
- "gap": "sm"
1351
+ ]
1355
1352
  },
1356
1353
  {
1357
1354
  "children": [
1358
1355
  {
1359
- "icon": "plus",
1356
+ "variant": "primary",
1360
1357
  "type": "button",
1361
- "action": "ADD_ITEM",
1362
1358
  "label": "Add Collectible",
1363
- "variant": "primary"
1359
+ "action": "ADD_ITEM",
1360
+ "icon": "plus"
1364
1361
  }
1365
1362
  ],
1366
1363
  "direction": "horizontal",
@@ -1370,7 +1367,6 @@
1370
1367
  ],
1371
1368
  "justify": "between",
1372
1369
  "type": "stack",
1373
- "direction": "horizontal",
1374
1370
  "gap": "md"
1375
1371
  },
1376
1372
  {
@@ -1378,57 +1374,61 @@
1378
1374
  },
1379
1375
  {
1380
1376
  "fields": [],
1381
- "itemActions": [
1382
- {
1383
- "event": "USE_ITEM",
1384
- "variant": "ghost",
1385
- "label": "Use"
1386
- },
1387
- {
1388
- "variant": "danger",
1389
- "label": "Drop",
1390
- "event": "DROP"
1391
- }
1392
- ],
1393
1377
  "entity": "Collectible",
1394
1378
  "type": "data-grid",
1395
1379
  "columns": [
1396
1380
  {
1397
- "label": "Name",
1398
- "icon": "package",
1399
1381
  "name": "name",
1382
+ "icon": "package",
1383
+ "label": "Name",
1400
1384
  "variant": "h4"
1401
1385
  },
1402
1386
  {
1403
- "name": "type",
1404
- "label": "Type",
1405
1387
  "variant": "badge",
1406
1388
  "colorMap": {
1407
- "pending": "warning",
1408
- "draft": "warning",
1409
- "active": "success",
1389
+ "completed": "success",
1410
1390
  "archived": "neutral",
1391
+ "disabled": "neutral",
1392
+ "error": "destructive",
1393
+ "active": "success",
1411
1394
  "done": "success",
1412
- "failed": "destructive",
1413
- "completed": "success",
1414
- "scheduled": "warning",
1415
1395
  "cancelled": "destructive",
1416
- "error": "destructive",
1396
+ "draft": "warning",
1397
+ "scheduled": "warning",
1417
1398
  "inactive": "neutral",
1418
- "disabled": "neutral"
1419
- }
1399
+ "failed": "destructive",
1400
+ "pending": "warning"
1401
+ },
1402
+ "name": "type",
1403
+ "label": "Type"
1420
1404
  },
1421
1405
  {
1422
1406
  "name": "quantity",
1423
- "variant": "caption",
1424
- "label": "Quantity"
1407
+ "label": "Quantity",
1408
+ "variant": "caption"
1409
+ }
1410
+ ],
1411
+ "itemActions": [
1412
+ {
1413
+ "label": "Use",
1414
+ "event": "USE_ITEM",
1415
+ "variant": "ghost"
1416
+ },
1417
+ {
1418
+ "variant": "danger",
1419
+ "event": "DROP",
1420
+ "label": "Drop"
1425
1421
  }
1426
1422
  ]
1427
1423
  }
1428
- ]
1424
+ ],
1425
+ "direction": "vertical",
1426
+ "className": "max-w-5xl mx-auto w-full",
1427
+ "gap": "lg",
1428
+ "type": "stack"
1429
1429
  }
1430
1430
  ],
1431
- "appName": "Platformer App",
1431
+ "type": "game-shell",
1432
1432
  "showTopBar": true
1433
1433
  }
1434
1434
  ]
@@ -1595,8 +1595,8 @@
1595
1595
  "Collectible",
1596
1596
  {
1597
1597
  "emit": {
1598
- "success": "CollectibleLoaded",
1599
- "failure": "CollectibleLoadFailed"
1598
+ "failure": "CollectibleLoadFailed",
1599
+ "success": "CollectibleLoaded"
1600
1600
  }
1601
1601
  }
1602
1602
  ],
@@ -1604,43 +1604,43 @@
1604
1604
  "render-ui",
1605
1605
  "modal",
1606
1606
  {
1607
- "type": "stack",
1608
- "gap": "md",
1609
1607
  "direction": "vertical",
1608
+ "gap": "md",
1610
1609
  "children": [
1611
1610
  {
1611
+ "gap": "sm",
1612
+ "type": "stack",
1613
+ "direction": "horizontal",
1612
1614
  "children": [
1613
1615
  {
1614
- "name": "plus-circle",
1615
- "type": "icon"
1616
+ "type": "icon",
1617
+ "name": "plus-circle"
1616
1618
  },
1617
1619
  {
1620
+ "variant": "h3",
1618
1621
  "type": "typography",
1619
- "content": "Add Collectible",
1620
- "variant": "h3"
1622
+ "content": "Add Collectible"
1621
1623
  }
1622
- ],
1623
- "type": "stack",
1624
- "gap": "sm",
1625
- "direction": "horizontal"
1624
+ ]
1626
1625
  },
1627
1626
  {
1628
1627
  "type": "divider"
1629
1628
  },
1630
1629
  {
1631
- "type": "form-section",
1632
1630
  "submitEvent": "SAVE",
1633
- "entity": "Collectible",
1634
1631
  "fields": [
1635
1632
  "name",
1636
1633
  "type",
1637
1634
  "quantity",
1638
1635
  "rarity"
1639
1636
  ],
1637
+ "entity": "Collectible",
1638
+ "type": "form-section",
1640
1639
  "mode": "create",
1641
1640
  "cancelEvent": "CLOSE"
1642
1641
  }
1643
- ]
1642
+ ],
1643
+ "type": "stack"
1644
1644
  }
1645
1645
  ]
1646
1646
  ]
@@ -1864,56 +1864,57 @@
1864
1864
  "fetch",
1865
1865
  "Collectible",
1866
1866
  {
1867
- "id": "@payload.id",
1868
1867
  "emit": {
1869
- "success": "CollectibleLoaded",
1870
- "failure": "CollectibleLoadFailed"
1871
- }
1868
+ "failure": "CollectibleLoadFailed",
1869
+ "success": "CollectibleLoaded"
1870
+ },
1871
+ "id": "@payload.id"
1872
1872
  }
1873
1873
  ],
1874
1874
  [
1875
1875
  "render-ui",
1876
1876
  "modal",
1877
1877
  {
1878
+ "direction": "vertical",
1878
1879
  "gap": "md",
1879
1880
  "type": "stack",
1880
- "direction": "vertical",
1881
1881
  "align": "center",
1882
1882
  "children": [
1883
1883
  {
1884
+ "direction": "horizontal",
1884
1885
  "type": "stack",
1885
- "align": "center",
1886
1886
  "gap": "sm",
1887
1887
  "children": [
1888
1888
  {
1889
- "type": "icon",
1890
- "name": "zap"
1889
+ "name": "zap",
1890
+ "type": "icon"
1891
1891
  },
1892
1892
  {
1893
+ "type": "typography",
1893
1894
  "content": "Use Collectible",
1894
- "variant": "h3",
1895
- "type": "typography"
1895
+ "variant": "h3"
1896
1896
  }
1897
1897
  ],
1898
- "direction": "horizontal"
1898
+ "align": "center"
1899
1899
  },
1900
1900
  {
1901
1901
  "type": "divider"
1902
1902
  },
1903
1903
  {
1904
1904
  "content": "@entity.name",
1905
- "type": "typography",
1906
- "variant": "body"
1905
+ "variant": "body",
1906
+ "type": "typography"
1907
1907
  },
1908
1908
  {
1909
- "type": "stack",
1909
+ "direction": "horizontal",
1910
1910
  "justify": "center",
1911
+ "type": "stack",
1911
1912
  "children": [
1912
1913
  {
1914
+ "variant": "ghost",
1913
1915
  "type": "button",
1914
- "label": "Cancel",
1915
1916
  "action": "CLOSE",
1916
- "variant": "ghost"
1917
+ "label": "Cancel"
1917
1918
  },
1918
1919
  {
1919
1920
  "label": "Confirm Use",
@@ -1923,7 +1924,6 @@
1923
1924
  "variant": "primary"
1924
1925
  }
1925
1926
  ],
1926
- "direction": "horizontal",
1927
1927
  "gap": "sm"
1928
1928
  }
1929
1929
  ]
@@ -2151,8 +2151,8 @@
2151
2151
  {
2152
2152
  "id": "@payload.id",
2153
2153
  "emit": {
2154
- "success": "CollectibleLoaded",
2155
- "failure": "CollectibleLoadFailed"
2154
+ "failure": "CollectibleLoadFailed",
2155
+ "success": "CollectibleLoaded"
2156
2156
  }
2157
2157
  }
2158
2158
  ],
@@ -2160,57 +2160,57 @@
2160
2160
  "render-ui",
2161
2161
  "modal",
2162
2162
  {
2163
- "type": "stack",
2164
- "gap": "md",
2165
2163
  "direction": "vertical",
2164
+ "gap": "md",
2166
2165
  "children": [
2167
2166
  {
2168
- "gap": "sm",
2169
- "align": "center",
2170
- "direction": "horizontal",
2167
+ "type": "stack",
2171
2168
  "children": [
2172
2169
  {
2173
2170
  "name": "alert-triangle",
2174
2171
  "type": "icon"
2175
2172
  },
2176
2173
  {
2174
+ "type": "typography",
2177
2175
  "content": "Drop Collectible",
2178
- "variant": "h3",
2179
- "type": "typography"
2176
+ "variant": "h3"
2180
2177
  }
2181
2178
  ],
2182
- "type": "stack"
2179
+ "gap": "sm",
2180
+ "direction": "horizontal",
2181
+ "align": "center"
2183
2182
  },
2184
2183
  {
2185
2184
  "type": "divider"
2186
2185
  },
2187
2186
  {
2188
2187
  "type": "alert",
2189
- "variant": "error",
2190
- "message": "Are you sure you want to drop this collectible?"
2188
+ "message": "Are you sure you want to drop this collectible?",
2189
+ "variant": "error"
2191
2190
  },
2192
2191
  {
2192
+ "type": "stack",
2193
+ "direction": "horizontal",
2194
+ "gap": "sm",
2193
2195
  "justify": "end",
2194
2196
  "children": [
2195
2197
  {
2196
2198
  "type": "button",
2197
- "label": "Cancel",
2198
2199
  "action": "CANCEL",
2199
- "variant": "ghost"
2200
+ "variant": "ghost",
2201
+ "label": "Cancel"
2200
2202
  },
2201
2203
  {
2202
- "icon": "check",
2203
2204
  "label": "Drop",
2204
- "type": "button",
2205
2205
  "variant": "danger",
2206
- "action": "CONFIRM_DROP"
2206
+ "action": "CONFIRM_DROP",
2207
+ "icon": "check",
2208
+ "type": "button"
2207
2209
  }
2208
- ],
2209
- "direction": "horizontal",
2210
- "type": "stack",
2211
- "gap": "sm"
2210
+ ]
2212
2211
  }
2213
- ]
2212
+ ],
2213
+ "type": "stack"
2214
2214
  }
2215
2215
  ]
2216
2216
  ]