@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
@@ -117,38 +117,38 @@
117
117
  "ref": "AppShell.traits.AppLayout",
118
118
  "name": "EmployeeAppLayout",
119
119
  "config": {
120
- "notifications": [],
121
120
  "notificationClickEvent": "EMPLOYEE_NOTIFICATIONS_OPEN",
122
- "appName": "Time Tracking",
123
- "searchEvent": "EMPLOYEE_SEARCH",
124
121
  "contentTrait": "@trait.EmployeeCatalog",
122
+ "notifications": [],
123
+ "appName": "Time Tracking",
125
124
  "navItems": [
126
125
  {
126
+ "href": "/employees",
127
127
  "label": "Employees",
128
- "icon": "users",
129
- "href": "/employees"
128
+ "icon": "users"
130
129
  },
131
130
  {
132
- "label": "Timesheets",
133
131
  "href": "/timesheets",
132
+ "label": "Timesheets",
134
133
  "icon": "clipboard"
135
134
  },
136
135
  {
136
+ "label": "Time Entries",
137
137
  "icon": "clock",
138
- "href": "/time-entries",
139
- "label": "Time Entries"
138
+ "href": "/time-entries"
140
139
  },
141
140
  {
142
- "icon": "dollar-sign",
143
141
  "label": "Billable Hours",
144
- "href": "/billable"
142
+ "href": "/billable",
143
+ "icon": "dollar-sign"
145
144
  },
146
145
  {
147
146
  "label": "Approvals",
148
- "icon": "check-circle",
149
- "href": "/approvals"
147
+ "href": "/approvals",
148
+ "icon": "check-circle"
150
149
  }
151
- ]
150
+ ],
151
+ "searchEvent": "EMPLOYEE_SEARCH"
152
152
  },
153
153
  "events": {
154
154
  "SEARCH": "EMPLOYEE_SEARCH",
@@ -235,62 +235,61 @@
235
235
  "render-ui",
236
236
  "main",
237
237
  {
238
- "direction": "vertical",
239
- "gap": "lg",
240
238
  "type": "stack",
239
+ "direction": "vertical",
241
240
  "children": [
242
241
  {
243
- "direction": "horizontal",
244
- "justify": "between",
245
- "align": "center",
246
242
  "gap": "md",
243
+ "align": "center",
244
+ "direction": "horizontal",
245
+ "type": "stack",
247
246
  "children": [
248
247
  {
249
- "type": "stack",
248
+ "direction": "horizontal",
250
249
  "align": "center",
250
+ "type": "stack",
251
251
  "gap": "sm",
252
- "direction": "horizontal",
253
252
  "children": [
254
253
  {
255
254
  "type": "icon",
256
255
  "name": "users"
257
256
  },
258
257
  {
258
+ "content": "Employees",
259
259
  "variant": "h2",
260
- "type": "typography",
261
- "content": "Employees"
260
+ "type": "typography"
262
261
  }
263
262
  ]
264
263
  },
265
264
  {
265
+ "direction": "horizontal",
266
266
  "type": "stack",
267
267
  "gap": "sm",
268
268
  "children": [
269
269
  {
270
270
  "icon": "plus",
271
- "variant": "primary",
272
271
  "type": "button",
272
+ "action": "CREATE",
273
273
  "label": "New Employee",
274
- "action": "CREATE"
274
+ "variant": "primary"
275
275
  }
276
- ],
277
- "direction": "horizontal"
276
+ ]
278
277
  }
279
278
  ],
280
- "type": "stack"
279
+ "justify": "between"
281
280
  },
282
281
  {
283
282
  "type": "divider"
284
283
  },
285
284
  {
286
- "direction": "horizontal",
285
+ "type": "stack",
286
+ "gap": "md",
287
+ "align": "center",
287
288
  "children": [
288
289
  "@trait.EmployeeSearch",
289
290
  "@trait.EmployeeFilter"
290
291
  ],
291
- "gap": "md",
292
- "type": "stack",
293
- "align": "center"
292
+ "direction": "horizontal"
294
293
  },
295
294
  "@trait.EmployeeStats",
296
295
  "@trait.EmployeeGraphs",
@@ -298,7 +297,8 @@
298
297
  "type": "divider"
299
298
  },
300
299
  "@trait.EmployeeBrowseList"
301
- ]
300
+ ],
301
+ "gap": "lg"
302
302
  }
303
303
  ]
304
304
  ]
@@ -317,12 +317,14 @@
317
317
  "render-ui",
318
318
  "main",
319
319
  {
320
- "align": "center",
321
320
  "className": "py-8",
321
+ "direction": "vertical",
322
+ "gap": "md",
323
+ "align": "center",
322
324
  "children": [
323
325
  {
324
- "name": "bell",
325
- "type": "icon"
326
+ "type": "icon",
327
+ "name": "bell"
326
328
  },
327
329
  {
328
330
  "variant": "h3",
@@ -331,19 +333,17 @@
331
333
  },
332
334
  {
333
335
  "variant": "caption",
334
- "color": "muted",
335
336
  "type": "typography",
336
- "content": "You're all caught up."
337
+ "content": "You're all caught up.",
338
+ "color": "muted"
337
339
  },
338
340
  {
339
341
  "variant": "ghost",
340
- "action": "INIT",
341
342
  "label": "Back to employees",
343
+ "action": "INIT",
342
344
  "type": "button"
343
345
  }
344
346
  ],
345
- "direction": "vertical",
346
- "gap": "md",
347
347
  "type": "stack"
348
348
  }
349
349
  ]
@@ -365,11 +365,12 @@
365
365
  "ref": "Filter.traits.FilterTargetFilter",
366
366
  "name": "EmployeeFilter",
367
367
  "config": {
368
+ "event": "EMPLOYEE_FILTER",
368
369
  "filters": [
369
370
  {
371
+ "label": "Department",
370
372
  "field": "department",
371
373
  "filterType": "select",
372
- "label": "Department",
373
374
  "options": [
374
375
  "engineering",
375
376
  "sales",
@@ -379,36 +380,34 @@
379
380
  ]
380
381
  },
381
382
  {
382
- "filterType": "select",
383
+ "label": "Status",
384
+ "field": "status",
383
385
  "options": [
384
386
  "active",
385
387
  "on-leave",
386
388
  "terminated"
387
389
  ],
388
- "label": "Status",
389
- "field": "status"
390
+ "filterType": "select"
390
391
  }
391
- ],
392
- "event": "EMPLOYEE_FILTER"
392
+ ]
393
393
  }
394
394
  },
395
395
  {
396
396
  "ref": "Stats.traits.StatsItemStats",
397
397
  "name": "EmployeeStats",
398
398
  "config": {
399
- "title": "Employees",
400
399
  "metrics": [
401
400
  {
401
+ "variant": "primary",
402
402
  "format": "number",
403
- "icon": "users",
404
403
  "aggregation": "count",
405
- "label": "Total",
406
- "variant": "primary"
404
+ "icon": "users",
405
+ "label": "Total"
407
406
  },
408
407
  {
408
+ "aggregation": "count",
409
409
  "variant": "success",
410
- "label": "Active",
411
- "icon": "check-circle",
410
+ "format": "number",
412
411
  "filter": [
413
412
  "fn",
414
413
  "row",
@@ -418,15 +417,13 @@
418
417
  "active"
419
418
  ]
420
419
  ],
421
- "aggregation": "count",
422
- "format": "number"
420
+ "label": "Active",
421
+ "icon": "check-circle"
423
422
  },
424
423
  {
425
424
  "label": "On Leave",
426
- "variant": "warning",
427
- "format": "number",
428
- "aggregation": "count",
429
425
  "icon": "pause-circle",
426
+ "variant": "warning",
430
427
  "filter": [
431
428
  "fn",
432
429
  "row",
@@ -435,17 +432,20 @@
435
432
  "@row.status",
436
433
  "on-leave"
437
434
  ]
438
- ]
435
+ ],
436
+ "aggregation": "count",
437
+ "format": "number"
439
438
  },
440
439
  {
441
- "field": "defaultHourlyRate",
442
440
  "icon": "dollar-sign",
443
- "label": "Avg Rate",
444
441
  "variant": "info",
445
- "format": "currency",
446
- "aggregation": "avg"
442
+ "field": "defaultHourlyRate",
443
+ "label": "Avg Rate",
444
+ "aggregation": "avg",
445
+ "format": "currency"
447
446
  }
448
- ]
447
+ ],
448
+ "title": "Employees"
449
449
  },
450
450
  "listens": [
451
451
  {
@@ -462,13 +462,13 @@
462
462
  "ref": "Graphs.traits.GraphItemGraph",
463
463
  "name": "EmployeeGraphs",
464
464
  "config": {
465
- "showLegend": false,
466
- "title": "Employees by Department",
467
- "subtitle": "Workforce distribution across departments",
468
- "height": 240.0,
469
465
  "chartType": "bar",
470
466
  "categoryField": "department",
471
- "aggregation": "count"
467
+ "height": 240.0,
468
+ "aggregation": "count",
469
+ "showLegend": false,
470
+ "title": "Employees by Department",
471
+ "subtitle": "Workforce distribution across departments"
472
472
  },
473
473
  "listens": [
474
474
  {
@@ -488,21 +488,21 @@
488
488
  "config": {
489
489
  "fields": [
490
490
  {
491
- "name": "name",
492
491
  "variant": "h3",
492
+ "name": "name",
493
493
  "icon": "user"
494
494
  },
495
495
  {
496
- "name": "role",
497
- "variant": "caption"
496
+ "variant": "caption",
497
+ "name": "role"
498
498
  },
499
499
  {
500
- "name": "department",
501
- "variant": "badge"
500
+ "variant": "badge",
501
+ "name": "department"
502
502
  },
503
503
  {
504
- "variant": "badge",
505
- "name": "status"
504
+ "name": "status",
505
+ "variant": "badge"
506
506
  },
507
507
  {
508
508
  "name": "defaultHourlyRate",
@@ -512,13 +512,13 @@
512
512
  "itemActions": [
513
513
  {
514
514
  "label": "View",
515
- "variant": "ghost",
516
- "event": "VIEW"
515
+ "event": "VIEW",
516
+ "variant": "ghost"
517
517
  },
518
518
  {
519
+ "variant": "ghost",
519
520
  "label": "Edit",
520
- "event": "EDIT",
521
- "variant": "ghost"
521
+ "event": "EDIT"
522
522
  },
523
523
  {
524
524
  "variant": "danger",
@@ -609,7 +609,6 @@
609
609
  "name": "EmployeeEdit",
610
610
  "linkedEntity": "Employee",
611
611
  "config": {
612
- "title": "Edit Employee",
613
612
  "icon": "edit",
614
613
  "mode": "edit",
615
614
  "fields": [
@@ -620,7 +619,8 @@
620
619
  "status",
621
620
  "hireDate",
622
621
  "defaultHourlyRate"
623
- ]
622
+ ],
623
+ "title": "Edit Employee"
624
624
  },
625
625
  "events": {
626
626
  "OPEN": "EDIT"
@@ -641,6 +641,8 @@
641
641
  "name": "EmployeeView",
642
642
  "linkedEntity": "Employee",
643
643
  "config": {
644
+ "mode": "edit",
645
+ "title": "View Employee",
644
646
  "fields": [
645
647
  "name",
646
648
  "email",
@@ -650,9 +652,7 @@
650
652
  "hireDate",
651
653
  "defaultHourlyRate"
652
654
  ],
653
- "icon": "eye",
654
- "mode": "edit",
655
- "title": "View Employee"
655
+ "icon": "eye"
656
656
  },
657
657
  "events": {
658
658
  "OPEN": "VIEW"
@@ -673,8 +673,8 @@
673
673
  "name": "EmployeeDelete",
674
674
  "linkedEntity": "Employee",
675
675
  "config": {
676
- "icon": "alert-triangle",
677
676
  "alertMessage": "This action cannot be undone.",
677
+ "icon": "alert-triangle",
678
678
  "confirmLabel": "Delete",
679
679
  "title": "Delete Employee"
680
680
  },
@@ -1018,18 +1018,16 @@
1018
1018
  "ref": "AppShell.traits.AppLayout",
1019
1019
  "name": "TimesheetAppLayout",
1020
1020
  "config": {
1021
- "contentTrait": "@trait.TimesheetPanel",
1022
1021
  "appName": "Time Tracking",
1023
- "notifications": [],
1024
1022
  "navItems": [
1025
1023
  {
1026
- "icon": "users",
1024
+ "label": "Employees",
1027
1025
  "href": "/employees",
1028
- "label": "Employees"
1026
+ "icon": "users"
1029
1027
  },
1030
1028
  {
1031
- "label": "Timesheets",
1032
1029
  "icon": "clipboard",
1030
+ "label": "Timesheets",
1033
1031
  "href": "/timesheets"
1034
1032
  },
1035
1033
  {
@@ -1043,12 +1041,14 @@
1043
1041
  "label": "Billable Hours"
1044
1042
  },
1045
1043
  {
1046
- "href": "/approvals",
1047
1044
  "label": "Approvals",
1048
- "icon": "check-circle"
1045
+ "icon": "check-circle",
1046
+ "href": "/approvals"
1049
1047
  }
1050
1048
  ],
1051
1049
  "searchEvent": "TIMESHEET_SEARCH",
1050
+ "contentTrait": "@trait.TimesheetPanel",
1051
+ "notifications": [],
1052
1052
  "notificationClickEvent": "TIMESHEET_NOTIFICATIONS_OPEN"
1053
1053
  },
1054
1054
  "events": {
@@ -1082,33 +1082,33 @@
1082
1082
  "render-ui",
1083
1083
  "main",
1084
1084
  {
1085
- "direction": "vertical",
1086
1085
  "type": "stack",
1087
- "gap": "lg",
1086
+ "direction": "vertical",
1088
1087
  "className": "max-w-6xl mx-auto w-full p-4",
1089
1088
  "children": [
1090
1089
  {
1091
- "align": "center",
1090
+ "direction": "horizontal",
1092
1091
  "children": [
1093
1092
  {
1094
- "name": "clipboard",
1095
- "type": "icon"
1093
+ "type": "icon",
1094
+ "name": "clipboard"
1096
1095
  },
1097
1096
  {
1098
- "variant": "h2",
1099
1097
  "content": "Timesheets",
1098
+ "variant": "h2",
1100
1099
  "type": "typography"
1101
1100
  }
1102
1101
  ],
1103
- "gap": "sm",
1102
+ "align": "center",
1104
1103
  "type": "stack",
1105
- "direction": "horizontal"
1104
+ "gap": "sm"
1106
1105
  },
1107
1106
  {
1108
1107
  "type": "divider"
1109
1108
  },
1110
1109
  "@trait.TimesheetLedgerView"
1111
- ]
1110
+ ],
1111
+ "gap": "lg"
1112
1112
  }
1113
1113
  ]
1114
1114
  ]
@@ -1233,9 +1233,6 @@
1233
1233
  "ref": "AppShell.traits.AppLayout",
1234
1234
  "name": "TimeEntryAppLayout",
1235
1235
  "config": {
1236
- "appName": "Time Tracking",
1237
- "notifications": [],
1238
- "notificationClickEvent": "TIME_ENTRY_NOTIFICATIONS_OPEN",
1239
1236
  "searchEvent": "TIME_ENTRY_SEARCH",
1240
1237
  "contentTrait": "@trait.TimeEntryPanel",
1241
1238
  "navItems": [
@@ -1245,30 +1242,33 @@
1245
1242
  "label": "Employees"
1246
1243
  },
1247
1244
  {
1245
+ "href": "/timesheets",
1248
1246
  "icon": "clipboard",
1249
- "label": "Timesheets",
1250
- "href": "/timesheets"
1247
+ "label": "Timesheets"
1251
1248
  },
1252
1249
  {
1253
1250
  "href": "/time-entries",
1254
- "icon": "clock",
1255
- "label": "Time Entries"
1251
+ "label": "Time Entries",
1252
+ "icon": "clock"
1256
1253
  },
1257
1254
  {
1258
- "href": "/billable",
1255
+ "icon": "dollar-sign",
1259
1256
  "label": "Billable Hours",
1260
- "icon": "dollar-sign"
1257
+ "href": "/billable"
1261
1258
  },
1262
1259
  {
1263
1260
  "label": "Approvals",
1264
1261
  "href": "/approvals",
1265
1262
  "icon": "check-circle"
1266
1263
  }
1267
- ]
1264
+ ],
1265
+ "appName": "Time Tracking",
1266
+ "notifications": [],
1267
+ "notificationClickEvent": "TIME_ENTRY_NOTIFICATIONS_OPEN"
1268
1268
  },
1269
1269
  "events": {
1270
- "NOTIFY_CLICK": "TIME_ENTRY_NOTIFICATIONS_OPEN",
1271
- "SEARCH": "TIME_ENTRY_SEARCH"
1270
+ "SEARCH": "TIME_ENTRY_SEARCH",
1271
+ "NOTIFY_CLICK": "TIME_ENTRY_NOTIFICATIONS_OPEN"
1272
1272
  }
1273
1273
  },
1274
1274
  {
@@ -1297,21 +1297,24 @@
1297
1297
  "render-ui",
1298
1298
  "main",
1299
1299
  {
1300
+ "className": "max-w-6xl mx-auto w-full p-4",
1301
+ "type": "stack",
1302
+ "gap": "lg",
1300
1303
  "children": [
1301
1304
  {
1305
+ "direction": "horizontal",
1302
1306
  "align": "center",
1303
1307
  "gap": "sm",
1304
1308
  "type": "stack",
1305
- "direction": "horizontal",
1306
1309
  "children": [
1307
1310
  {
1308
- "name": "clock",
1309
- "type": "icon"
1311
+ "type": "icon",
1312
+ "name": "clock"
1310
1313
  },
1311
1314
  {
1315
+ "variant": "h2",
1312
1316
  "content": "Time Entries",
1313
- "type": "typography",
1314
- "variant": "h2"
1317
+ "type": "typography"
1315
1318
  }
1316
1319
  ]
1317
1320
  },
@@ -1320,10 +1323,7 @@
1320
1323
  },
1321
1324
  "@trait.TimeEntryLogView"
1322
1325
  ],
1323
- "type": "stack",
1324
- "gap": "lg",
1325
- "direction": "vertical",
1326
- "className": "max-w-6xl mx-auto w-full p-4"
1326
+ "direction": "vertical"
1327
1327
  }
1328
1328
  ]
1329
1329
  ]
@@ -1443,38 +1443,38 @@
1443
1443
  "ref": "AppShell.traits.AppLayout",
1444
1444
  "name": "BillableHourAppLayout",
1445
1445
  "config": {
1446
- "notifications": [],
1446
+ "notificationClickEvent": "BILLABLE_HOUR_NOTIFICATIONS_OPEN",
1447
1447
  "appName": "Time Tracking",
1448
+ "searchEvent": "BILLABLE_HOUR_SEARCH",
1449
+ "contentTrait": "@trait.BillableHourPanel",
1448
1450
  "navItems": [
1449
1451
  {
1450
- "icon": "users",
1451
1452
  "label": "Employees",
1452
- "href": "/employees"
1453
+ "href": "/employees",
1454
+ "icon": "users"
1453
1455
  },
1454
1456
  {
1455
1457
  "label": "Timesheets",
1456
- "icon": "clipboard",
1457
- "href": "/timesheets"
1458
+ "href": "/timesheets",
1459
+ "icon": "clipboard"
1458
1460
  },
1459
1461
  {
1462
+ "icon": "clock",
1460
1463
  "href": "/time-entries",
1461
- "label": "Time Entries",
1462
- "icon": "clock"
1464
+ "label": "Time Entries"
1463
1465
  },
1464
1466
  {
1465
- "href": "/billable",
1467
+ "label": "Billable Hours",
1466
1468
  "icon": "dollar-sign",
1467
- "label": "Billable Hours"
1469
+ "href": "/billable"
1468
1470
  },
1469
1471
  {
1470
1472
  "href": "/approvals",
1471
- "icon": "check-circle",
1472
- "label": "Approvals"
1473
+ "label": "Approvals",
1474
+ "icon": "check-circle"
1473
1475
  }
1474
1476
  ],
1475
- "searchEvent": "BILLABLE_HOUR_SEARCH",
1476
- "contentTrait": "@trait.BillableHourPanel",
1477
- "notificationClickEvent": "BILLABLE_HOUR_NOTIFICATIONS_OPEN"
1477
+ "notifications": []
1478
1478
  },
1479
1479
  "events": {
1480
1480
  "NOTIFY_CLICK": "BILLABLE_HOUR_NOTIFICATIONS_OPEN",
@@ -1507,33 +1507,33 @@
1507
1507
  "render-ui",
1508
1508
  "main",
1509
1509
  {
1510
- "direction": "vertical",
1511
- "type": "stack",
1512
1510
  "gap": "lg",
1513
1511
  "className": "max-w-6xl mx-auto w-full p-4",
1514
1512
  "children": [
1515
1513
  {
1516
- "align": "center",
1517
- "direction": "horizontal",
1518
1514
  "gap": "sm",
1519
1515
  "children": [
1520
1516
  {
1521
- "name": "dollar-sign",
1522
- "type": "icon"
1517
+ "type": "icon",
1518
+ "name": "dollar-sign"
1523
1519
  },
1524
1520
  {
1521
+ "type": "typography",
1525
1522
  "content": "Billable Hours",
1526
- "variant": "h2",
1527
- "type": "typography"
1523
+ "variant": "h2"
1528
1524
  }
1529
1525
  ],
1530
- "type": "stack"
1526
+ "direction": "horizontal",
1527
+ "type": "stack",
1528
+ "align": "center"
1531
1529
  },
1532
1530
  {
1533
1531
  "type": "divider"
1534
1532
  },
1535
1533
  "@trait.BillableHourTimesheetView"
1536
- ]
1534
+ ],
1535
+ "type": "stack",
1536
+ "direction": "vertical"
1537
1537
  }
1538
1538
  ]
1539
1539
  ]
@@ -1673,24 +1673,24 @@
1673
1673
  "ref": "AppShell.traits.AppLayout",
1674
1674
  "name": "ApprovalRequestAppLayout",
1675
1675
  "config": {
1676
- "appName": "Time Tracking",
1677
- "notifications": [],
1676
+ "notificationClickEvent": "APPROVAL_REQUEST_NOTIFICATIONS_OPEN",
1678
1677
  "contentTrait": "@trait.ApprovalRequestPanel",
1678
+ "appName": "Time Tracking",
1679
1679
  "navItems": [
1680
1680
  {
1681
- "label": "Employees",
1682
1681
  "icon": "users",
1683
- "href": "/employees"
1682
+ "href": "/employees",
1683
+ "label": "Employees"
1684
1684
  },
1685
1685
  {
1686
- "href": "/timesheets",
1687
1686
  "label": "Timesheets",
1687
+ "href": "/timesheets",
1688
1688
  "icon": "clipboard"
1689
1689
  },
1690
1690
  {
1691
- "label": "Time Entries",
1692
1691
  "href": "/time-entries",
1693
- "icon": "clock"
1692
+ "icon": "clock",
1693
+ "label": "Time Entries"
1694
1694
  },
1695
1695
  {
1696
1696
  "icon": "dollar-sign",
@@ -1698,17 +1698,17 @@
1698
1698
  "href": "/billable"
1699
1699
  },
1700
1700
  {
1701
+ "icon": "check-circle",
1701
1702
  "label": "Approvals",
1702
- "href": "/approvals",
1703
- "icon": "check-circle"
1703
+ "href": "/approvals"
1704
1704
  }
1705
1705
  ],
1706
1706
  "searchEvent": "APPROVAL_REQUEST_SEARCH",
1707
- "notificationClickEvent": "APPROVAL_REQUEST_NOTIFICATIONS_OPEN"
1707
+ "notifications": []
1708
1708
  },
1709
1709
  "events": {
1710
- "NOTIFY_CLICK": "APPROVAL_REQUEST_NOTIFICATIONS_OPEN",
1711
- "SEARCH": "APPROVAL_REQUEST_SEARCH"
1710
+ "SEARCH": "APPROVAL_REQUEST_SEARCH",
1711
+ "NOTIFY_CLICK": "APPROVAL_REQUEST_NOTIFICATIONS_OPEN"
1712
1712
  }
1713
1713
  },
1714
1714
  {
@@ -1738,23 +1738,24 @@
1738
1738
  "main",
1739
1739
  {
1740
1740
  "gap": "lg",
1741
- "className": "max-w-6xl mx-auto w-full p-4",
1742
1741
  "type": "stack",
1742
+ "direction": "vertical",
1743
+ "className": "max-w-6xl mx-auto w-full p-4",
1743
1744
  "children": [
1744
1745
  {
1746
+ "gap": "sm",
1745
1747
  "type": "stack",
1746
1748
  "direction": "horizontal",
1747
- "gap": "sm",
1748
1749
  "align": "center",
1749
1750
  "children": [
1750
1751
  {
1751
- "name": "check-circle",
1752
- "type": "icon"
1752
+ "type": "icon",
1753
+ "name": "check-circle"
1753
1754
  },
1754
1755
  {
1755
- "content": "Approvals",
1756
+ "variant": "h2",
1756
1757
  "type": "typography",
1757
- "variant": "h2"
1758
+ "content": "Approvals"
1758
1759
  }
1759
1760
  ]
1760
1761
  },
@@ -1762,8 +1763,7 @@
1762
1763
  "type": "divider"
1763
1764
  },
1764
1765
  "@trait.ApprovalRequestPipelineView"
1765
- ],
1766
- "direction": "vertical"
1766
+ ]
1767
1767
  }
1768
1768
  ]
1769
1769
  ]
@@ -1799,4 +1799,4 @@
1799
1799
  ]
1800
1800
  }
1801
1801
  ]
1802
- }
1802
+ }