@almadar/std 15.15.0 → 15.15.1

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 (273) hide show
  1. package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  2. package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  3. package/behaviors/registry/app/atoms/std-application.orb +300 -188
  4. package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  5. package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  6. package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  7. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  8. package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  9. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  10. package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  11. package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  12. package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  13. package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  14. package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  15. package/behaviors/registry/app/atoms/std-donor.orb +191 -156
  16. package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  17. package/behaviors/registry/app/atoms/std-driver.orb +440 -202
  18. package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  19. package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  20. package/behaviors/registry/app/atoms/std-event.orb +309 -178
  21. package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  22. package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  23. package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  24. package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  25. package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  26. package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  27. package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  28. package/behaviors/registry/app/atoms/std-lease.orb +411 -178
  29. package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  30. package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  31. package/behaviors/registry/app/atoms/std-matter.orb +415 -189
  32. package/behaviors/registry/app/atoms/std-membership.orb +387 -167
  33. package/behaviors/registry/app/atoms/std-menu.orb +232 -175
  34. package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  35. package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  36. package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  37. package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  38. package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  39. package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  40. package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  41. package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  42. package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  43. package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  44. package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  45. package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  46. package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  47. package/behaviors/registry/app/atoms/std-segment.orb +173 -139
  48. package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  49. package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  50. package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  51. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  52. package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  53. package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  54. package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  55. package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  56. package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  57. package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  58. package/behaviors/registry/app/atoms/std-trial.orb +401 -183
  59. package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  60. package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  61. package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  62. package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  63. package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  64. package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  65. package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  66. package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  67. package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  68. package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  69. package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  70. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  71. package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  72. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  73. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  74. package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  75. package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  76. package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  77. package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  78. package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  79. package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  80. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  81. package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  82. package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  83. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  84. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  85. package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  86. package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  87. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  88. package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  89. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  90. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  91. package/dist/behaviors/behaviors-registry.json +2913 -156
  92. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  93. package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  94. package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
  95. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  96. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  97. package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  98. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  99. package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  100. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  101. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  102. package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  103. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  104. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  105. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  106. package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
  107. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  108. package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
  109. package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  110. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  111. package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
  112. package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  113. package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  114. package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  115. package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  116. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  117. package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  118. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  119. package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
  120. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  121. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  122. package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
  123. package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
  124. package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
  125. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  126. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  127. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  128. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  129. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  130. package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  131. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  132. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  133. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  134. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  135. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  136. package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  137. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  138. package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
  139. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  140. package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  141. package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  142. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  143. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  144. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  145. package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  146. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  147. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  148. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  149. package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
  150. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  151. package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  152. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  153. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  154. package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  155. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  156. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  157. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  158. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  159. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  160. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  161. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  162. package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  163. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  164. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  165. package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  166. package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  167. package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  168. package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  169. package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  170. package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  171. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  172. package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  173. package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  174. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  175. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  176. package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  177. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  178. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  179. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  180. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  181. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  182. package/dist/behaviors-registry.json +2913 -156
  183. package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
  184. package/dist/registry/app/atoms/std-applicant.orb +207 -165
  185. package/dist/registry/app/atoms/std-application.orb +300 -188
  186. package/dist/registry/app/atoms/std-approval-request.orb +370 -215
  187. package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
  188. package/dist/registry/app/atoms/std-change-order.orb +458 -194
  189. package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  190. package/dist/registry/app/atoms/std-checkin.orb +215 -151
  191. package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
  192. package/dist/registry/app/atoms/std-class-roster.orb +343 -170
  193. package/dist/registry/app/atoms/std-class-session.orb +321 -190
  194. package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
  195. package/dist/registry/app/atoms/std-customer-account.orb +376 -157
  196. package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
  197. package/dist/registry/app/atoms/std-donor.orb +191 -156
  198. package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
  199. package/dist/registry/app/atoms/std-driver.orb +440 -202
  200. package/dist/registry/app/atoms/std-dunning.orb +431 -167
  201. package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
  202. package/dist/registry/app/atoms/std-event.orb +309 -178
  203. package/dist/registry/app/atoms/std-form-builder.orb +353 -220
  204. package/dist/registry/app/atoms/std-health-score.orb +218 -183
  205. package/dist/registry/app/atoms/std-help-article.orb +425 -162
  206. package/dist/registry/app/atoms/std-help-category.orb +409 -166
  207. package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
  208. package/dist/registry/app/atoms/std-invoice.orb +349 -211
  209. package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
  210. package/dist/registry/app/atoms/std-lease.orb +411 -178
  211. package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
  212. package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
  213. package/dist/registry/app/atoms/std-matter.orb +415 -189
  214. package/dist/registry/app/atoms/std-membership.orb +387 -167
  215. package/dist/registry/app/atoms/std-menu.orb +232 -175
  216. package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
  217. package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
  218. package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
  219. package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
  220. package/dist/registry/app/atoms/std-question-bank.orb +211 -145
  221. package/dist/registry/app/atoms/std-receipt.orb +248 -177
  222. package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
  223. package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
  224. package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
  225. package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
  226. package/dist/registry/app/atoms/std-response-collector.orb +213 -150
  227. package/dist/registry/app/atoms/std-rfi.orb +365 -210
  228. package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
  229. package/dist/registry/app/atoms/std-segment.orb +173 -139
  230. package/dist/registry/app/atoms/std-stock-level.orb +205 -135
  231. package/dist/registry/app/atoms/std-submittal.orb +323 -166
  232. package/dist/registry/app/atoms/std-table-map.orb +187 -63
  233. package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
  234. package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
  235. package/dist/registry/app/atoms/std-template-editor.orb +255 -189
  236. package/dist/registry/app/atoms/std-tenant.orb +375 -147
  237. package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
  238. package/dist/registry/app/atoms/std-time-entry.orb +259 -150
  239. package/dist/registry/app/atoms/std-timesheet.orb +292 -183
  240. package/dist/registry/app/atoms/std-trial.orb +401 -183
  241. package/dist/registry/app/atoms/std-vehicle.orb +447 -205
  242. package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  243. package/dist/registry/app/atoms/std-waitlist.orb +308 -177
  244. package/dist/registry/app/atoms/std-warehouse.orb +211 -141
  245. package/dist/registry/app/atoms/std-work-order.orb +374 -219
  246. package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
  247. package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
  248. package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
  249. package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
  250. package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
  251. package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
  252. package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  253. package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
  254. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  255. package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
  256. package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  257. package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
  258. package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  259. package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  260. package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  261. package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  262. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  263. package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
  264. package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  265. package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  266. package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
  267. package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  268. package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
  269. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  270. package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
  271. package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
  272. package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  273. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-applicant",
3
- "version": "1.1.0",
4
- "description": "std-applicant — job applicant primitive tracking a person who applied to a job, their pipeline stage, and basic info. Lists applicants in `browsing`; opens applicant detail in `viewing_single` with Advance / Reject actions. Agents tune the list shape via `config.fields` + `config.itemActions`.",
3
+ "version": "1.2.0",
4
+ "description": "std-applicant — job applicant pipeline (stage field, not status). Exposes HR knobs (backgroundCheckRequired, eVerifyRequired, anonymizeOnRejection, …).",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "ApplicantOrbital",
@@ -348,19 +348,19 @@
348
348
  "render-ui",
349
349
  "main",
350
350
  {
351
+ "className": "py-12",
351
352
  "type": "stack",
353
+ "gap": "md",
352
354
  "align": "center",
353
355
  "direction": "vertical",
354
- "gap": "md",
355
- "className": "py-12",
356
356
  "children": [
357
357
  {
358
358
  "type": "spinner"
359
359
  },
360
360
  {
361
361
  "content": "Loading applicants…",
362
- "variant": "caption",
363
362
  "color": "muted",
363
+ "variant": "caption",
364
364
  "type": "typography"
365
365
  }
366
366
  ]
@@ -377,25 +377,24 @@
377
377
  "render-ui",
378
378
  "main",
379
379
  {
380
- "direction": "vertical",
381
- "gap": "md",
382
380
  "type": "stack",
381
+ "direction": "vertical",
383
382
  "children": [
384
383
  {
385
- "direction": "horizontal",
386
384
  "align": "center",
385
+ "type": "stack",
387
386
  "children": [
388
387
  {
389
388
  "name": "users",
390
389
  "type": "icon"
391
390
  },
392
391
  {
393
- "type": "typography",
394
392
  "content": "@config.title",
395
- "variant": "h3"
393
+ "variant": "h3",
394
+ "type": "typography"
396
395
  }
397
396
  ],
398
- "type": "stack",
397
+ "direction": "horizontal",
399
398
  "gap": "sm"
400
399
  },
401
400
  {
@@ -403,28 +402,28 @@
403
402
  "cols": 4.0,
404
403
  "children": [
405
404
  {
406
- "type": "stat-display",
407
- "value": "@payload.data.length",
408
405
  "icon": "users",
409
- "label": "Total applicants"
406
+ "type": "stat-display",
407
+ "label": "Total applicants",
408
+ "value": "@payload.data.length"
410
409
  },
411
410
  {
412
- "label": "In interview",
413
- "type": "stat-display",
414
411
  "value": "18",
415
- "icon": "message-square"
412
+ "icon": "message-square",
413
+ "label": "In interview",
414
+ "type": "stat-display"
416
415
  },
417
416
  {
418
- "value": "5",
419
417
  "icon": "send",
420
418
  "type": "stat-display",
421
- "label": "Offers out"
419
+ "label": "Offers out",
420
+ "value": "5"
422
421
  },
423
422
  {
424
423
  "label": "Hired this month",
425
- "value": "9",
424
+ "icon": "check-circle",
426
425
  "type": "stat-display",
427
- "icon": "check-circle"
426
+ "value": "9"
428
427
  }
429
428
  ]
430
429
  },
@@ -432,14 +431,15 @@
432
431
  "type": "divider"
433
432
  },
434
433
  {
435
- "entity": "@payload.data",
434
+ "gap": "sm",
436
435
  "itemActions": "@config.itemActions",
436
+ "fields": "@config.fields",
437
437
  "cols": 1.0,
438
438
  "type": "data-grid",
439
- "gap": "sm",
440
- "fields": "@config.fields"
439
+ "entity": "@payload.data"
441
440
  }
442
- ]
441
+ ],
442
+ "gap": "md"
443
443
  }
444
444
  ]
445
445
  ]
@@ -514,15 +514,14 @@
514
514
  "render-ui",
515
515
  "main",
516
516
  {
517
+ "type": "stack",
517
518
  "direction": "vertical",
518
- "gap": "md",
519
519
  "children": [
520
520
  {
521
- "type": "stack",
522
521
  "children": [
523
522
  {
524
- "variant": "ghost",
525
523
  "action": "CLOSE_VIEW",
524
+ "variant": "ghost",
526
525
  "type": "button",
527
526
  "label": "Back"
528
527
  },
@@ -531,29 +530,30 @@
531
530
  "type": "icon"
532
531
  },
533
532
  {
533
+ "variant": "h3",
534
534
  "type": "typography",
535
- "content": "@entity.name",
536
- "variant": "h3"
535
+ "content": "@entity.name"
537
536
  },
538
537
  {
539
- "variant": "primary",
540
538
  "label": "@entity.stage",
539
+ "variant": "primary",
541
540
  "type": "badge"
542
541
  }
543
542
  ],
544
- "gap": "sm",
545
543
  "direction": "horizontal",
544
+ "type": "stack",
545
+ "gap": "sm",
546
546
  "align": "center"
547
547
  },
548
548
  {
549
549
  "type": "divider"
550
550
  },
551
551
  {
552
+ "gap": "sm",
553
+ "direction": "vertical",
554
+ "type": "stack",
552
555
  "children": [
553
556
  {
554
- "direction": "horizontal",
555
- "gap": "md",
556
- "type": "stack",
557
557
  "children": [
558
558
  {
559
559
  "content": "Email",
@@ -562,32 +562,34 @@
562
562
  "color": "muted"
563
563
  },
564
564
  {
565
+ "content": "@entity.email",
565
566
  "type": "typography",
566
- "variant": "body",
567
- "content": "@entity.email"
567
+ "variant": "body"
568
568
  }
569
- ]
569
+ ],
570
+ "gap": "md",
571
+ "direction": "horizontal",
572
+ "type": "stack"
570
573
  },
571
574
  {
575
+ "type": "stack",
576
+ "gap": "md",
572
577
  "direction": "horizontal",
573
578
  "children": [
574
579
  {
575
580
  "variant": "caption",
576
581
  "content": "Phone",
577
- "type": "typography",
578
- "color": "muted"
582
+ "color": "muted",
583
+ "type": "typography"
579
584
  },
580
585
  {
586
+ "type": "typography",
581
587
  "variant": "body",
582
- "content": "@entity.phone",
583
- "type": "typography"
588
+ "content": "@entity.phone"
584
589
  }
585
- ],
586
- "type": "stack",
587
- "gap": "md"
590
+ ]
588
591
  },
589
592
  {
590
- "direction": "horizontal",
591
593
  "gap": "md",
592
594
  "children": [
593
595
  {
@@ -598,34 +600,32 @@
598
600
  },
599
601
  {
600
602
  "variant": "body",
601
- "content": "@entity.jobId",
602
- "type": "typography"
603
+ "type": "typography",
604
+ "content": "@entity.jobId"
603
605
  }
604
606
  ],
607
+ "direction": "horizontal",
605
608
  "type": "stack"
606
609
  },
607
610
  {
608
- "gap": "md",
609
- "type": "stack",
610
611
  "direction": "horizontal",
611
612
  "children": [
612
613
  {
613
614
  "color": "muted",
614
615
  "type": "typography",
615
- "variant": "caption",
616
- "content": "Notes"
616
+ "content": "Notes",
617
+ "variant": "caption"
617
618
  },
618
619
  {
620
+ "variant": "body",
619
621
  "content": "@entity.notes",
620
- "type": "typography",
621
- "variant": "body"
622
+ "type": "typography"
622
623
  }
623
- ]
624
+ ],
625
+ "gap": "md",
626
+ "type": "stack"
624
627
  }
625
- ],
626
- "direction": "vertical",
627
- "type": "stack",
628
- "gap": "sm"
628
+ ]
629
629
  },
630
630
  {
631
631
  "type": "divider"
@@ -633,49 +633,49 @@
633
633
  {
634
634
  "children": [
635
635
  {
636
- "icon": "calendar",
637
- "type": "stat-display",
636
+ "value": "@entity.appliedAt",
638
637
  "label": "Applied",
639
- "value": "@entity.appliedAt"
638
+ "icon": "calendar",
639
+ "type": "stat-display"
640
640
  },
641
641
  {
642
- "value": "@entity.resumeUrl",
643
642
  "label": "Resume",
643
+ "type": "stat-display",
644
644
  "icon": "file-text",
645
- "type": "stat-display"
645
+ "value": "@entity.resumeUrl"
646
646
  }
647
647
  ],
648
- "cols": 2.0,
649
- "type": "simple-grid"
648
+ "type": "simple-grid",
649
+ "cols": 2.0
650
650
  },
651
651
  {
652
+ "direction": "horizontal",
653
+ "align": "center",
654
+ "gap": "sm",
655
+ "type": "stack",
652
656
  "children": [
653
657
  {
654
658
  "type": "button",
655
- "label": "Advance Stage",
656
- "variant": "primary",
657
659
  "action": "ADVANCE_STAGE",
660
+ "label": "Advance Stage",
658
661
  "actionPayload": {
659
662
  "id": "@entity.id"
660
- }
663
+ },
664
+ "variant": "primary"
661
665
  },
662
666
  {
667
+ "label": "Reject",
663
668
  "action": "REJECT_APPLICANT",
664
- "variant": "danger",
665
669
  "actionPayload": {
666
670
  "id": "@entity.id"
667
671
  },
668
672
  "type": "button",
669
- "label": "Reject"
673
+ "variant": "danger"
670
674
  }
671
- ],
672
- "direction": "horizontal",
673
- "gap": "sm",
674
- "align": "center",
675
- "type": "stack"
675
+ ]
676
676
  }
677
677
  ],
678
- "type": "stack"
678
+ "gap": "md"
679
679
  }
680
680
  ]
681
681
  ]
@@ -704,22 +704,22 @@
704
704
  "render-ui",
705
705
  "main",
706
706
  {
707
+ "align": "center",
708
+ "type": "stack",
707
709
  "gap": "md",
710
+ "className": "py-12",
711
+ "direction": "vertical",
708
712
  "children": [
709
713
  {
710
714
  "type": "spinner"
711
715
  },
712
716
  {
713
- "type": "typography",
714
717
  "content": "Rejecting applicant…",
718
+ "type": "typography",
715
719
  "variant": "caption",
716
720
  "color": "muted"
717
721
  }
718
- ],
719
- "type": "stack",
720
- "align": "center",
721
- "className": "py-12",
722
- "direction": "vertical"
722
+ ]
723
723
  }
724
724
  ]
725
725
  ]
@@ -754,11 +754,11 @@
754
754
  "color": "muted"
755
755
  }
756
756
  ],
757
- "direction": "vertical",
758
757
  "type": "stack",
758
+ "direction": "vertical",
759
+ "gap": "md",
759
760
  "align": "center",
760
- "className": "py-12",
761
- "gap": "md"
761
+ "className": "py-12"
762
762
  }
763
763
  ]
764
764
  ]
@@ -778,8 +778,8 @@
778
778
  "Applicant",
779
779
  {
780
780
  "emit": {
781
- "failure": "ApplicantLoadFailed",
782
- "success": "ApplicantLoaded"
781
+ "success": "ApplicantLoaded",
782
+ "failure": "ApplicantLoadFailed"
783
783
  }
784
784
  }
785
785
  ],
@@ -787,19 +787,19 @@
787
787
  "render-ui",
788
788
  "main",
789
789
  {
790
- "gap": "md",
791
- "align": "center",
792
790
  "className": "py-12",
793
791
  "direction": "vertical",
792
+ "gap": "md",
793
+ "align": "center",
794
794
  "children": [
795
795
  {
796
796
  "type": "spinner"
797
797
  },
798
798
  {
799
- "color": "muted",
800
- "variant": "caption",
801
799
  "type": "typography",
802
- "content": "Advancing applicant…"
800
+ "color": "muted",
801
+ "content": "Advancing applicant…",
802
+ "variant": "caption"
803
803
  }
804
804
  ],
805
805
  "type": "stack"
@@ -822,8 +822,8 @@
822
822
  "Applicant",
823
823
  {
824
824
  "emit": {
825
- "failure": "ApplicantLoadFailed",
826
- "success": "ApplicantLoaded"
825
+ "success": "ApplicantLoaded",
826
+ "failure": "ApplicantLoadFailed"
827
827
  }
828
828
  }
829
829
  ],
@@ -831,22 +831,22 @@
831
831
  "render-ui",
832
832
  "main",
833
833
  {
834
- "className": "py-12",
835
834
  "type": "stack",
836
- "direction": "vertical",
837
835
  "gap": "md",
838
- "align": "center",
836
+ "className": "py-12",
837
+ "direction": "vertical",
839
838
  "children": [
840
839
  {
841
840
  "type": "spinner"
842
841
  },
843
842
  {
844
- "type": "typography",
843
+ "color": "muted",
845
844
  "variant": "caption",
846
845
  "content": "Rejecting applicant…",
847
- "color": "muted"
846
+ "type": "typography"
848
847
  }
849
- ]
848
+ ],
849
+ "align": "center"
850
850
  }
851
851
  ]
852
852
  ]
@@ -861,8 +861,8 @@
861
861
  "Applicant",
862
862
  {
863
863
  "emit": {
864
- "failure": "ApplicantLoadFailed",
865
- "success": "ApplicantLoaded"
864
+ "success": "ApplicantLoaded",
865
+ "failure": "ApplicantLoadFailed"
866
866
  }
867
867
  }
868
868
  ],
@@ -879,50 +879,86 @@
879
879
  ]
880
880
  },
881
881
  "config": {
882
- "itemActions": {
883
- "type": "[ItemAction]",
882
+ "fields": {
883
+ "type": "[FieldSpec]",
884
884
  "default": [
885
885
  {
886
- "label": "Open",
887
- "icon": "arrow-right",
888
- "variant": "primary",
889
- "event": "OPEN_APPLICANT"
886
+ "label": "Name",
887
+ "name": "name",
888
+ "variant": "caption"
890
889
  },
891
890
  {
892
- "event": "REJECT_APPLICANT",
893
- "label": "Reject",
894
- "variant": "danger"
891
+ "label": "Email",
892
+ "name": "email",
893
+ "variant": "caption"
894
+ },
895
+ {
896
+ "variant": "caption",
897
+ "name": "jobId",
898
+ "label": "Job"
899
+ },
900
+ {
901
+ "label": "Stage",
902
+ "name": "stage",
903
+ "variant": "badge"
904
+ },
905
+ {
906
+ "name": "appliedAt",
907
+ "label": "Applied",
908
+ "variant": "caption"
895
909
  }
896
910
  ],
897
- "label": "Row actions",
898
- "description": "Buttons users can click on each applicant row",
911
+ "label": "Columns to show",
912
+ "description": "Each column maps to one field on the Applicant entity",
899
913
  "tier": "customization",
900
914
  "items": {
901
915
  "type": "object",
902
916
  "properties": {
917
+ "name": {
918
+ "name": "name",
919
+ "type": "string",
920
+ "required": true
921
+ },
903
922
  "label": {
904
923
  "name": "label",
905
924
  "type": "string",
906
- "required": true
925
+ "required": false
907
926
  },
908
- "event": {
909
- "name": "event",
927
+ "icon": {
928
+ "name": "icon",
910
929
  "type": "string",
911
- "required": true
930
+ "required": false
912
931
  },
913
932
  "variant": {
914
933
  "name": "variant",
915
934
  "type": "string",
916
935
  "required": false
917
936
  },
918
- "icon": {
919
- "name": "icon",
937
+ "format": {
938
+ "name": "format",
939
+ "type": "string",
940
+ "required": false
941
+ },
942
+ "key": {
943
+ "name": "key",
944
+ "type": "string",
945
+ "required": false
946
+ },
947
+ "header": {
948
+ "name": "header",
920
949
  "type": "string",
921
950
  "required": false
922
951
  }
923
952
  }
924
953
  }
925
954
  },
955
+ "eVerifyRequired": {
956
+ "type": "boolean",
957
+ "default": false,
958
+ "label": "E-Verify required",
959
+ "description": "US I-9 / E-Verify gate. Block ADVANCE_STAGE to 'hired' until verification passes.",
960
+ "tier": "customization"
961
+ },
926
962
  "title": {
927
963
  "type": "string",
928
964
  "default": "Applicants",
@@ -930,37 +966,30 @@
930
966
  "description": "Heading shown above the applicant pipeline",
931
967
  "tier": "customization"
932
968
  },
933
- "fields": {
934
- "type": "[FieldSpec]",
969
+ "retentionAfterRejectionDays": {
970
+ "type": "number",
971
+ "default": 730.0,
972
+ "label": "Retention after rejection (days)",
973
+ "description": "Days to keep rejected applicants. Default 730 (2 years) is typical EEOC retention.",
974
+ "tier": "advanced"
975
+ },
976
+ "itemActions": {
977
+ "type": "[ItemAction]",
935
978
  "default": [
936
979
  {
937
- "variant": "caption",
938
- "name": "name",
939
- "label": "Name"
940
- },
941
- {
942
- "label": "Email",
943
- "variant": "caption",
944
- "name": "email"
945
- },
946
- {
947
- "name": "jobId",
948
- "variant": "caption",
949
- "label": "Job"
950
- },
951
- {
952
- "name": "stage",
953
- "variant": "badge",
954
- "label": "Stage"
980
+ "icon": "arrow-right",
981
+ "label": "Open",
982
+ "event": "OPEN_APPLICANT",
983
+ "variant": "primary"
955
984
  },
956
985
  {
957
- "name": "appliedAt",
958
- "variant": "caption",
959
- "label": "Applied"
986
+ "variant": "danger",
987
+ "label": "Reject",
988
+ "event": "REJECT_APPLICANT"
960
989
  }
961
990
  ],
962
- "label": "Columns to show",
963
- "description": "Each column maps to one field on the Applicant entity",
991
+ "label": "Row actions",
992
+ "description": "Buttons users can click on each applicant row",
964
993
  "tier": "customization",
965
994
  "items": {
966
995
  "type": "object",
@@ -968,40 +997,53 @@
968
997
  "label": {
969
998
  "name": "label",
970
999
  "type": "string",
971
- "required": false
1000
+ "required": true
972
1001
  },
973
- "header": {
974
- "name": "header",
1002
+ "event": {
1003
+ "name": "event",
975
1004
  "type": "string",
976
- "required": false
1005
+ "required": true
977
1006
  },
978
1007
  "variant": {
979
1008
  "name": "variant",
980
1009
  "type": "string",
981
1010
  "required": false
982
1011
  },
983
- "name": {
984
- "name": "name",
985
- "type": "string",
986
- "required": true
987
- },
988
1012
  "icon": {
989
1013
  "name": "icon",
990
1014
  "type": "string",
991
1015
  "required": false
992
- },
993
- "key": {
994
- "name": "key",
995
- "type": "string",
996
- "required": false
997
- },
998
- "format": {
999
- "name": "format",
1000
- "type": "string",
1001
- "required": false
1002
1016
  }
1003
1017
  }
1004
1018
  }
1019
+ },
1020
+ "anonymizeOnRejection": {
1021
+ "type": "boolean",
1022
+ "default": false,
1023
+ "label": "Anonymize on rejection",
1024
+ "description": "When true, scrub PII (name, email, phone, resumeUrl) on REJECT_APPLICANT. Pair with std-data-erasure.",
1025
+ "tier": "customization"
1026
+ },
1027
+ "equalOpportunityTrackingEnabled": {
1028
+ "type": "boolean",
1029
+ "default": false,
1030
+ "label": "Equal opportunity tracking",
1031
+ "description": "Capture demographic data separately for EEO reporting (sibling collection, not on Applicant entity).",
1032
+ "tier": "advanced"
1033
+ },
1034
+ "backgroundCheckRequired": {
1035
+ "type": "boolean",
1036
+ "default": false,
1037
+ "label": "Background check required",
1038
+ "description": "Block ADVANCE_STAGE to 'hired' until a background check is on file.",
1039
+ "tier": "customization"
1040
+ },
1041
+ "i9DocumentsRequired": {
1042
+ "type": "boolean",
1043
+ "default": false,
1044
+ "label": "I-9 documents required",
1045
+ "description": "Require I-9 supporting documents at the hired stage.",
1046
+ "tier": "customization"
1005
1047
  }
1006
1048
  },
1007
1049
  "scope": "collection"
@@ -1020,4 +1062,4 @@
1020
1062
  ]
1021
1063
  }
1022
1064
  ]
1023
- }
1065
+ }