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