@almadar/std 14.24.0 → 14.26.0

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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -110,95 +110,95 @@
110
110
  {
111
111
  "direction": "vertical",
112
112
  "type": "stack",
113
+ "gap": "lg",
114
+ "align": "center",
113
115
  "children": [
114
116
  {
115
- "align": "center",
116
117
  "gap": "md",
117
- "type": "stack",
118
- "direction": "vertical",
118
+ "align": "center",
119
119
  "children": [
120
120
  {
121
- "type": "stack",
122
121
  "children": [
123
122
  {
124
123
  "type": "icon",
125
124
  "name": "clock"
126
125
  },
127
126
  {
128
- "type": "typography",
129
127
  "content": "Timer",
128
+ "type": "typography",
130
129
  "variant": "h2"
131
130
  }
132
131
  ],
132
+ "type": "stack",
133
+ "direction": "horizontal",
133
134
  "gap": "sm",
134
- "align": "center",
135
- "direction": "horizontal"
135
+ "align": "center"
136
136
  },
137
137
  {
138
138
  "type": "divider"
139
139
  },
140
140
  {
141
141
  "duration": 500.0,
142
- "value": "@entity.remaining",
143
- "type": "animated-counter"
142
+ "type": "animated-counter",
143
+ "value": "@entity.remaining"
144
144
  },
145
145
  {
146
- "value": "@entity.remaining",
147
- "label": "Time Remaining",
146
+ "max": 60.0,
148
147
  "type": "stat-display",
149
- "max": 60.0
148
+ "label": "Time Remaining",
149
+ "value": "@entity.remaining"
150
150
  },
151
151
  {
152
152
  "type": "meter",
153
- "min": 0.0,
153
+ "value": "@entity.remaining",
154
154
  "max": 60.0,
155
- "value": "@entity.remaining"
155
+ "min": 0.0
156
156
  },
157
157
  {
158
+ "color": "primary",
158
159
  "type": "progress-bar",
159
- "showPercentage": true,
160
- "max": 60.0,
161
160
  "value": "@entity.remaining",
162
- "color": "primary"
161
+ "max": 60.0,
162
+ "showPercentage": true
163
163
  },
164
164
  {
165
- "label": "@entity.status",
166
- "type": "badge"
165
+ "type": "badge",
166
+ "label": "@entity.status"
167
167
  }
168
- ]
168
+ ],
169
+ "type": "stack",
170
+ "direction": "vertical"
169
171
  },
170
172
  {
171
- "type": "stack",
172
- "justify": "center",
173
- "gap": "sm",
174
- "direction": "horizontal",
175
173
  "children": [
176
174
  {
177
- "icon": "play",
178
175
  "variant": "primary",
179
- "type": "button",
180
176
  "label": "Start",
181
- "action": "START"
177
+ "icon": "play",
178
+ "action": "START",
179
+ "type": "button"
182
180
  },
183
181
  {
184
- "action": "PAUSE",
185
182
  "type": "button",
183
+ "icon": "pause",
186
184
  "label": "Pause",
187
- "variant": "ghost",
188
- "icon": "pause"
185
+ "action": "PAUSE",
186
+ "variant": "ghost"
189
187
  },
190
188
  {
189
+ "label": "Reset",
190
+ "variant": "ghost",
191
191
  "type": "button",
192
192
  "icon": "rotate-ccw",
193
- "label": "Reset",
194
- "action": "RESET",
195
- "variant": "ghost"
193
+ "action": "RESET"
196
194
  }
197
- ]
195
+ ],
196
+ "gap": "sm",
197
+ "type": "stack",
198
+ "justify": "center",
199
+ "direction": "horizontal"
198
200
  }
199
- ],
200
- "gap": "lg",
201
- "align": "center"
201
+ ]
202
202
  }
203
203
  ]
204
204
  ]
@@ -222,7 +222,6 @@
222
222
  "render-ui",
223
223
  "main",
224
224
  {
225
- "align": "center",
226
225
  "children": [
227
226
  {
228
227
  "children": [
@@ -234,28 +233,28 @@
234
233
  "type": "icon"
235
234
  },
236
235
  {
237
- "type": "typography",
238
236
  "content": "Timer",
239
- "variant": "h2"
237
+ "variant": "h2",
238
+ "type": "typography"
240
239
  }
241
240
  ],
242
- "direction": "horizontal",
243
241
  "type": "stack",
244
- "gap": "sm"
242
+ "gap": "sm",
243
+ "direction": "horizontal"
245
244
  },
246
245
  {
247
246
  "type": "divider"
248
247
  },
249
248
  {
250
- "value": "@entity.remaining",
251
249
  "type": "animated-counter",
250
+ "value": "@entity.remaining",
252
251
  "duration": 500.0
253
252
  },
254
253
  {
255
254
  "type": "stat-display",
256
- "label": "Time Remaining",
255
+ "max": 60.0,
257
256
  "value": "@entity.remaining",
258
- "max": 60.0
257
+ "label": "Time Remaining"
259
258
  },
260
259
  {
261
260
  "min": 0.0,
@@ -264,11 +263,11 @@
264
263
  "max": 60.0
265
264
  },
266
265
  {
267
- "value": "@entity.remaining",
268
- "showPercentage": true,
269
266
  "max": 60.0,
267
+ "value": "@entity.remaining",
270
268
  "type": "progress-bar",
271
- "color": "primary"
269
+ "color": "primary",
270
+ "showPercentage": true
272
271
  },
273
272
  {
274
273
  "label": "@entity.status",
@@ -276,36 +275,37 @@
276
275
  }
277
276
  ],
278
277
  "gap": "md",
279
- "direction": "vertical",
280
278
  "type": "stack",
281
- "align": "center"
279
+ "align": "center",
280
+ "direction": "vertical"
282
281
  },
283
282
  {
284
- "type": "stack",
283
+ "direction": "horizontal",
284
+ "gap": "sm",
285
285
  "children": [
286
286
  {
287
+ "type": "button",
287
288
  "action": "PAUSE",
288
- "icon": "pause",
289
+ "variant": "secondary",
289
290
  "label": "Pause",
290
- "type": "button",
291
- "variant": "secondary"
291
+ "icon": "pause"
292
292
  },
293
293
  {
294
- "icon": "rotate-ccw",
294
+ "label": "Reset",
295
295
  "action": "RESET",
296
- "variant": "ghost",
297
296
  "type": "button",
298
- "label": "Reset"
297
+ "variant": "ghost",
298
+ "icon": "rotate-ccw"
299
299
  }
300
300
  ],
301
- "direction": "horizontal",
302
- "gap": "sm",
303
- "justify": "center"
301
+ "justify": "center",
302
+ "type": "stack"
304
303
  }
305
304
  ],
306
305
  "gap": "lg",
307
- "type": "stack",
308
- "direction": "vertical"
306
+ "direction": "vertical",
307
+ "align": "center",
308
+ "type": "stack"
309
309
  }
310
310
  ]
311
311
  ]
@@ -319,90 +319,90 @@
319
319
  "render-ui",
320
320
  "main",
321
321
  {
322
- "direction": "vertical",
323
- "align": "center",
324
- "type": "stack",
325
- "gap": "lg",
326
322
  "children": [
327
323
  {
328
- "type": "stack",
329
- "align": "center",
330
324
  "children": [
331
325
  {
326
+ "gap": "sm",
332
327
  "type": "stack",
328
+ "align": "center",
333
329
  "direction": "horizontal",
334
- "gap": "sm",
335
330
  "children": [
336
331
  {
337
332
  "type": "icon",
338
333
  "name": "clock"
339
334
  },
340
335
  {
336
+ "variant": "h2",
341
337
  "type": "typography",
342
- "content": "Timer",
343
- "variant": "h2"
338
+ "content": "Timer"
344
339
  }
345
- ],
346
- "align": "center"
340
+ ]
347
341
  },
348
342
  {
349
343
  "type": "divider"
350
344
  },
351
345
  {
346
+ "type": "animated-counter",
352
347
  "value": "@entity.remaining",
353
- "duration": 500.0,
354
- "type": "animated-counter"
348
+ "duration": 500.0
355
349
  },
356
350
  {
357
- "label": "Time Remaining",
351
+ "max": 60.0,
358
352
  "value": "@entity.remaining",
359
353
  "type": "stat-display",
360
- "max": 60.0
354
+ "label": "Time Remaining"
361
355
  },
362
356
  {
363
- "type": "meter",
357
+ "value": "@entity.remaining",
364
358
  "max": 60.0,
365
359
  "min": 0.0,
366
- "value": "@entity.remaining"
360
+ "type": "meter"
367
361
  },
368
362
  {
363
+ "showPercentage": true,
369
364
  "color": "primary",
365
+ "max": 60.0,
370
366
  "type": "progress-bar",
371
- "showPercentage": true,
372
- "value": "@entity.remaining",
373
- "max": 60.0
367
+ "value": "@entity.remaining"
374
368
  },
375
369
  {
376
370
  "type": "badge",
377
371
  "label": "@entity.status"
378
372
  }
379
373
  ],
374
+ "gap": "md",
380
375
  "direction": "vertical",
381
- "gap": "md"
376
+ "align": "center",
377
+ "type": "stack"
382
378
  },
383
379
  {
384
380
  "justify": "center",
381
+ "gap": "sm",
382
+ "type": "stack",
385
383
  "children": [
386
384
  {
387
- "action": "PAUSE",
388
- "variant": "secondary",
389
385
  "type": "button",
386
+ "variant": "secondary",
387
+ "action": "PAUSE",
390
388
  "label": "Pause",
391
389
  "icon": "pause"
392
390
  },
393
391
  {
392
+ "variant": "ghost",
394
393
  "action": "RESET",
395
- "type": "button",
396
394
  "icon": "rotate-ccw",
397
395
  "label": "Reset",
398
- "variant": "ghost"
396
+ "type": "button"
399
397
  }
400
398
  ],
401
- "direction": "horizontal",
402
- "gap": "sm",
403
- "type": "stack"
399
+ "direction": "horizontal"
404
400
  }
405
- ]
401
+ ],
402
+ "gap": "lg",
403
+ "align": "center",
404
+ "direction": "vertical",
405
+ "type": "stack"
406
406
  }
407
407
  ]
408
408
  ]
@@ -421,23 +421,18 @@
421
421
  "render-ui",
422
422
  "main",
423
423
  {
424
- "direction": "vertical",
425
- "gap": "lg",
426
424
  "children": [
427
425
  {
428
- "direction": "vertical",
429
- "align": "center",
430
- "gap": "md",
431
426
  "children": [
432
427
  {
433
- "type": "stack",
434
428
  "direction": "horizontal",
435
- "gap": "sm",
436
429
  "align": "center",
430
+ "gap": "sm",
431
+ "type": "stack",
437
432
  "children": [
438
433
  {
439
- "type": "icon",
440
- "name": "clock"
434
+ "name": "clock",
435
+ "type": "icon"
441
436
  },
442
437
  {
443
438
  "type": "typography",
@@ -456,21 +451,21 @@
456
451
  },
457
452
  {
458
453
  "label": "Time Remaining",
459
- "type": "stat-display",
460
454
  "value": "@entity.remaining",
461
- "max": 60.0
455
+ "max": 60.0,
456
+ "type": "stat-display"
462
457
  },
463
458
  {
464
- "value": "@entity.remaining",
459
+ "max": 60.0,
465
460
  "type": "meter",
466
- "min": 0.0,
467
- "max": 60.0
461
+ "value": "@entity.remaining",
462
+ "min": 0.0
468
463
  },
469
464
  {
470
- "color": "primary",
471
465
  "type": "progress-bar",
472
466
  "max": 60.0,
473
467
  "value": "@entity.remaining",
468
+ "color": "primary",
474
469
  "showPercentage": true
475
470
  },
476
471
  {
@@ -478,33 +473,38 @@
478
473
  "label": "@entity.status"
479
474
  }
480
475
  ],
481
- "type": "stack"
476
+ "align": "center",
477
+ "gap": "md",
478
+ "type": "stack",
479
+ "direction": "vertical"
482
480
  },
483
481
  {
484
482
  "type": "stack",
483
+ "direction": "horizontal",
484
+ "justify": "center",
485
+ "gap": "sm",
485
486
  "children": [
486
487
  {
487
- "icon": "play",
488
+ "variant": "primary",
488
489
  "label": "Resume",
489
490
  "type": "button",
490
- "action": "RESUME",
491
- "variant": "primary"
491
+ "icon": "play",
492
+ "action": "RESUME"
492
493
  },
493
494
  {
495
+ "type": "button",
494
496
  "action": "RESET",
495
- "variant": "ghost",
496
497
  "icon": "rotate-ccw",
497
- "type": "button",
498
- "label": "Reset"
498
+ "label": "Reset",
499
+ "variant": "ghost"
499
500
  }
500
- ],
501
- "gap": "sm",
502
- "justify": "center",
503
- "direction": "horizontal"
501
+ ]
504
502
  }
505
503
  ],
506
504
  "type": "stack",
507
- "align": "center"
505
+ "align": "center",
506
+ "direction": "vertical",
507
+ "gap": "lg"
508
508
  }
509
509
  ]
510
510
  ]
@@ -523,88 +523,88 @@
523
523
  "render-ui",
524
524
  "main",
525
525
  {
526
+ "type": "stack",
526
527
  "align": "center",
528
+ "direction": "vertical",
527
529
  "children": [
528
530
  {
531
+ "gap": "md",
532
+ "align": "center",
533
+ "direction": "vertical",
529
534
  "children": [
530
535
  {
536
+ "direction": "horizontal",
531
537
  "children": [
532
538
  {
533
- "type": "icon",
534
- "name": "clock"
539
+ "name": "clock",
540
+ "type": "icon"
535
541
  },
536
542
  {
537
- "type": "typography",
538
543
  "variant": "h2",
539
- "content": "Timer"
544
+ "content": "Timer",
545
+ "type": "typography"
540
546
  }
541
547
  ],
542
- "gap": "sm",
548
+ "align": "center",
543
549
  "type": "stack",
544
- "direction": "horizontal",
545
- "align": "center"
550
+ "gap": "sm"
546
551
  },
547
552
  {
548
553
  "type": "divider"
549
554
  },
550
555
  {
556
+ "type": "animated-counter",
551
557
  "value": "@entity.remaining",
552
- "duration": 500.0,
553
- "type": "animated-counter"
558
+ "duration": 500.0
554
559
  },
555
560
  {
556
- "max": 60.0,
557
- "label": "Time Remaining",
558
561
  "type": "stat-display",
559
- "value": "@entity.remaining"
562
+ "label": "Time Remaining",
563
+ "value": "@entity.remaining",
564
+ "max": 60.0
560
565
  },
561
566
  {
562
567
  "type": "meter",
563
- "min": 0.0,
564
568
  "max": 60.0,
565
- "value": "@entity.remaining"
569
+ "value": "@entity.remaining",
570
+ "min": 0.0
566
571
  },
567
572
  {
568
- "type": "progress-bar",
569
- "value": "@entity.remaining",
570
573
  "showPercentage": true,
574
+ "color": "primary",
571
575
  "max": 60.0,
572
- "color": "primary"
576
+ "type": "progress-bar",
577
+ "value": "@entity.remaining"
573
578
  },
574
579
  {
575
580
  "label": "@entity.status",
576
581
  "type": "badge"
577
582
  }
578
583
  ],
579
- "direction": "vertical",
580
- "align": "center",
581
- "type": "stack",
582
- "gap": "md"
584
+ "type": "stack"
583
585
  },
584
586
  {
585
587
  "content": "Time is up!",
586
- "variant": "h3",
587
- "type": "typography"
588
+ "type": "typography",
589
+ "variant": "h3"
588
590
  },
589
591
  {
590
- "justify": "center",
591
- "type": "stack",
592
- "gap": "sm",
593
592
  "direction": "horizontal",
594
593
  "children": [
595
594
  {
596
595
  "variant": "primary",
597
- "label": "Reset",
598
596
  "icon": "rotate-ccw",
597
+ "action": "RESET",
599
598
  "type": "button",
600
- "action": "RESET"
599
+ "label": "Reset"
601
600
  }
602
- ]
601
+ ],
602
+ "type": "stack",
603
+ "gap": "sm",
604
+ "justify": "center"
603
605
  }
604
606
  ],
605
- "gap": "lg",
606
- "type": "stack",
607
- "direction": "vertical"
607
+ "gap": "lg"
608
608
  }
609
609
  ]
610
610
  ]
@@ -623,31 +623,28 @@
623
623
  "render-ui",
624
624
  "main",
625
625
  {
626
- "gap": "lg",
627
626
  "direction": "vertical",
628
627
  "type": "stack",
629
628
  "align": "center",
630
629
  "children": [
631
630
  {
632
- "direction": "vertical",
633
- "gap": "md",
634
631
  "children": [
635
632
  {
633
+ "type": "stack",
636
634
  "direction": "horizontal",
635
+ "gap": "sm",
636
+ "align": "center",
637
637
  "children": [
638
638
  {
639
639
  "name": "clock",
640
640
  "type": "icon"
641
641
  },
642
642
  {
643
+ "type": "typography",
643
644
  "content": "Timer",
644
- "variant": "h2",
645
- "type": "typography"
645
+ "variant": "h2"
646
646
  }
647
- ],
648
- "gap": "sm",
649
- "align": "center",
650
- "type": "stack"
647
+ ]
651
648
  },
652
649
  {
653
650
  "type": "divider"
@@ -658,62 +655,65 @@
658
655
  "duration": 500.0
659
656
  },
660
657
  {
661
- "value": "@entity.remaining",
662
658
  "label": "Time Remaining",
659
+ "max": 60.0,
663
660
  "type": "stat-display",
664
- "max": 60.0
661
+ "value": "@entity.remaining"
665
662
  },
666
663
  {
667
664
  "type": "meter",
668
- "max": 60.0,
665
+ "value": "@entity.remaining",
669
666
  "min": 0.0,
670
- "value": "@entity.remaining"
667
+ "max": 60.0
671
668
  },
672
669
  {
673
- "type": "progress-bar",
674
- "max": 60.0,
675
670
  "value": "@entity.remaining",
671
+ "color": "primary",
672
+ "max": 60.0,
676
673
  "showPercentage": true,
677
- "color": "primary"
674
+ "type": "progress-bar"
678
675
  },
679
676
  {
680
677
  "label": "@entity.status",
681
678
  "type": "badge"
682
679
  }
683
680
  ],
684
- "type": "stack",
685
- "align": "center"
681
+ "align": "center",
682
+ "gap": "md",
683
+ "direction": "vertical",
684
+ "type": "stack"
686
685
  },
687
686
  {
688
- "direction": "horizontal",
689
687
  "type": "stack",
688
+ "direction": "horizontal",
690
689
  "justify": "center",
691
690
  "children": [
692
691
  {
693
692
  "action": "START",
694
- "variant": "primary",
695
- "type": "button",
696
693
  "label": "Start",
697
- "icon": "play"
694
+ "icon": "play",
695
+ "variant": "primary",
696
+ "type": "button"
698
697
  },
699
698
  {
700
- "type": "button",
701
699
  "label": "Pause",
702
- "icon": "pause",
700
+ "action": "PAUSE",
703
701
  "variant": "ghost",
704
- "action": "PAUSE"
702
+ "type": "button",
703
+ "icon": "pause"
705
704
  },
706
705
  {
707
- "action": "RESET",
708
706
  "variant": "ghost",
709
- "label": "Reset",
710
707
  "type": "button",
711
- "icon": "rotate-ccw"
708
+ "action": "RESET",
709
+ "icon": "rotate-ccw",
710
+ "label": "Reset"
712
711
  }
713
712
  ],
714
713
  "gap": "sm"
715
714
  }
716
- ]
715
+ ],
716
+ "gap": "lg"
717
717
  }
718
718
  ]
719
719
  ]
@@ -732,88 +732,88 @@
732
732
  "render-ui",
733
733
  "main",
734
734
  {
735
- "align": "center",
736
- "direction": "vertical",
737
735
  "gap": "lg",
736
+ "direction": "vertical",
737
+ "align": "center",
738
738
  "type": "stack",
739
739
  "children": [
740
740
  {
741
+ "gap": "md",
742
+ "type": "stack",
743
+ "align": "center",
741
744
  "children": [
742
745
  {
743
- "type": "stack",
744
746
  "gap": "sm",
747
+ "type": "stack",
748
+ "align": "center",
745
749
  "children": [
746
750
  {
747
751
  "name": "clock",
748
752
  "type": "icon"
749
753
  },
750
754
  {
751
- "variant": "h2",
752
755
  "type": "typography",
756
+ "variant": "h2",
753
757
  "content": "Timer"
754
758
  }
755
759
  ],
756
- "direction": "horizontal",
757
- "align": "center"
760
+ "direction": "horizontal"
758
761
  },
759
762
  {
760
763
  "type": "divider"
761
764
  },
762
765
  {
766
+ "value": "@entity.remaining",
763
767
  "duration": 500.0,
764
- "type": "animated-counter",
765
- "value": "@entity.remaining"
768
+ "type": "animated-counter"
766
769
  },
767
770
  {
768
771
  "type": "stat-display",
769
- "label": "Time Remaining",
772
+ "value": "@entity.remaining",
770
773
  "max": 60.0,
771
- "value": "@entity.remaining"
774
+ "label": "Time Remaining"
772
775
  },
773
776
  {
774
- "type": "meter",
775
- "value": "@entity.remaining",
776
777
  "max": 60.0,
777
- "min": 0.0
778
+ "min": 0.0,
779
+ "value": "@entity.remaining",
780
+ "type": "meter"
778
781
  },
779
782
  {
783
+ "value": "@entity.remaining",
784
+ "showPercentage": true,
780
785
  "type": "progress-bar",
781
786
  "color": "primary",
782
- "max": 60.0,
783
- "value": "@entity.remaining",
784
- "showPercentage": true
787
+ "max": 60.0
785
788
  },
786
789
  {
787
- "label": "@entity.status",
788
- "type": "badge"
790
+ "type": "badge",
791
+ "label": "@entity.status"
789
792
  }
790
793
  ],
791
- "gap": "md",
792
- "direction": "vertical",
793
- "type": "stack",
794
- "align": "center"
794
+ "direction": "vertical"
795
795
  },
796
796
  {
797
- "justify": "center",
798
- "direction": "horizontal",
799
- "type": "stack",
800
- "gap": "sm",
801
797
  "children": [
802
798
  {
803
- "action": "PAUSE",
804
799
  "type": "button",
800
+ "action": "PAUSE",
801
+ "icon": "pause",
805
802
  "label": "Pause",
806
- "variant": "secondary",
807
- "icon": "pause"
803
+ "variant": "secondary"
808
804
  },
809
805
  {
810
806
  "type": "button",
807
+ "variant": "ghost",
811
808
  "action": "RESET",
812
- "icon": "rotate-ccw",
813
809
  "label": "Reset",
814
- "variant": "ghost"
810
+ "icon": "rotate-ccw"
815
811
  }
816
- ]
812
+ ],
813
+ "justify": "center",
814
+ "gap": "sm",
815
+ "type": "stack",
816
+ "direction": "horizontal"
817
817
  }
818
818
  ]
819
819
  }
@@ -834,24 +834,27 @@
834
834
  "render-ui",
835
835
  "main",
836
836
  {
837
- "align": "center",
837
+ "direction": "vertical",
838
838
  "gap": "lg",
839
839
  "children": [
840
840
  {
841
+ "direction": "vertical",
842
+ "gap": "md",
843
+ "align": "center",
841
844
  "children": [
842
845
  {
843
846
  "direction": "horizontal",
844
- "gap": "sm",
845
847
  "align": "center",
846
848
  "type": "stack",
849
+ "gap": "sm",
847
850
  "children": [
848
851
  {
849
852
  "type": "icon",
850
853
  "name": "clock"
851
854
  },
852
855
  {
853
- "content": "Timer",
854
856
  "type": "typography",
857
+ "content": "Timer",
855
858
  "variant": "h2"
856
859
  }
857
860
  ]
@@ -860,71 +863,68 @@
860
863
  "type": "divider"
861
864
  },
862
865
  {
863
- "type": "animated-counter",
864
866
  "value": "@entity.remaining",
865
- "duration": 500.0
867
+ "duration": 500.0,
868
+ "type": "animated-counter"
866
869
  },
867
870
  {
868
871
  "type": "stat-display",
869
- "value": "@entity.remaining",
870
872
  "label": "Time Remaining",
871
- "max": 60.0
873
+ "max": 60.0,
874
+ "value": "@entity.remaining"
872
875
  },
873
876
  {
874
- "value": "@entity.remaining",
875
- "max": 60.0,
876
877
  "type": "meter",
877
- "min": 0.0
878
+ "max": 60.0,
879
+ "min": 0.0,
880
+ "value": "@entity.remaining"
878
881
  },
879
882
  {
880
- "value": "@entity.remaining",
883
+ "max": 60.0,
881
884
  "type": "progress-bar",
882
- "showPercentage": true,
883
885
  "color": "primary",
884
- "max": 60.0
886
+ "value": "@entity.remaining",
887
+ "showPercentage": true
885
888
  },
886
889
  {
887
890
  "type": "badge",
888
891
  "label": "@entity.status"
889
892
  }
890
893
  ],
891
- "type": "stack",
892
- "direction": "vertical",
893
- "gap": "md",
894
- "align": "center"
894
+ "type": "stack"
895
895
  },
896
896
  {
897
- "gap": "sm",
898
897
  "children": [
899
898
  {
900
- "label": "Start",
901
899
  "action": "START",
902
900
  "type": "button",
901
+ "label": "Start",
903
902
  "variant": "primary",
904
903
  "icon": "play"
905
904
  },
906
905
  {
907
- "icon": "pause",
908
906
  "action": "PAUSE",
909
- "type": "button",
910
907
  "variant": "ghost",
908
+ "icon": "pause",
909
+ "type": "button",
911
910
  "label": "Pause"
912
911
  },
913
912
  {
914
913
  "label": "Reset",
915
- "variant": "ghost",
916
914
  "action": "RESET",
915
+ "variant": "ghost",
917
916
  "type": "button",
918
917
  "icon": "rotate-ccw"
919
918
  }
920
919
  ],
921
- "type": "stack",
922
920
  "direction": "horizontal",
923
- "justify": "center"
921
+ "gap": "sm",
922
+ "justify": "center",
923
+ "type": "stack"
924
924
  }
925
925
  ],
926
- "type": "stack",
927
- "direction": "vertical"
926
+ "align": "center",
927
+ "type": "stack"
928
928
  }
929
929
  ]
930
930
  ]
@@ -943,27 +943,28 @@
943
943
  "render-ui",
944
944
  "main",
945
945
  {
946
+ "type": "stack",
947
+ "gap": "lg",
946
948
  "align": "center",
947
949
  "children": [
948
950
  {
951
+ "direction": "vertical",
949
952
  "align": "center",
950
953
  "gap": "md",
951
- "direction": "vertical",
952
- "type": "stack",
953
954
  "children": [
954
955
  {
955
956
  "direction": "horizontal",
956
- "align": "center",
957
- "type": "stack",
958
957
  "gap": "sm",
958
+ "type": "stack",
959
+ "align": "center",
959
960
  "children": [
960
961
  {
961
- "type": "icon",
962
- "name": "clock"
962
+ "name": "clock",
963
+ "type": "icon"
963
964
  },
964
965
  {
965
- "variant": "h2",
966
966
  "content": "Timer",
967
+ "variant": "h2",
967
968
  "type": "typography"
968
969
  }
969
970
  ]
@@ -972,67 +973,66 @@
972
973
  "type": "divider"
973
974
  },
974
975
  {
975
- "value": "@entity.remaining",
976
+ "duration": 500.0,
976
977
  "type": "animated-counter",
977
- "duration": 500.0
978
+ "value": "@entity.remaining"
978
979
  },
979
980
  {
980
- "max": 60.0,
981
- "label": "Time Remaining",
982
981
  "type": "stat-display",
983
- "value": "@entity.remaining"
982
+ "value": "@entity.remaining",
983
+ "max": 60.0,
984
+ "label": "Time Remaining"
984
985
  },
985
986
  {
986
987
  "min": 0.0,
987
- "type": "meter",
988
988
  "max": 60.0,
989
- "value": "@entity.remaining"
989
+ "value": "@entity.remaining",
990
+ "type": "meter"
990
991
  },
991
992
  {
993
+ "type": "progress-bar",
992
994
  "max": 60.0,
993
- "showPercentage": true,
994
995
  "color": "primary",
995
996
  "value": "@entity.remaining",
996
- "type": "progress-bar"
997
+ "showPercentage": true
997
998
  },
998
999
  {
999
1000
  "type": "badge",
1000
1001
  "label": "@entity.status"
1001
1002
  }
1002
- ]
1003
+ ],
1004
+ "type": "stack"
1003
1005
  },
1004
1006
  {
1005
- "type": "stack",
1007
+ "gap": "sm",
1006
1008
  "justify": "center",
1009
+ "type": "stack",
1010
+ "direction": "horizontal",
1007
1011
  "children": [
1008
1012
  {
1009
- "variant": "primary",
1010
- "label": "Start",
1011
- "action": "START",
1012
1013
  "icon": "play",
1013
- "type": "button"
1014
+ "action": "START",
1015
+ "label": "Start",
1016
+ "type": "button",
1017
+ "variant": "primary"
1014
1018
  },
1015
1019
  {
1016
- "label": "Pause",
1017
- "type": "button",
1018
1020
  "variant": "ghost",
1019
1021
  "action": "PAUSE",
1020
- "icon": "pause"
1022
+ "icon": "pause",
1023
+ "label": "Pause",
1024
+ "type": "button"
1021
1025
  },
1022
1026
  {
1023
- "action": "RESET",
1027
+ "variant": "ghost",
1024
1028
  "label": "Reset",
1025
1029
  "type": "button",
1026
- "variant": "ghost",
1030
+ "action": "RESET",
1027
1031
  "icon": "rotate-ccw"
1028
1032
  }
1029
- ],
1030
- "gap": "sm",
1031
- "direction": "horizontal"
1033
+ ]
1032
1034
  }
1033
1035
  ],
1034
- "gap": "lg",
1035
- "type": "stack",
1036
1036
  "direction": "vertical"
1037
1037
  }
1038
1038
  ]