@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-checkin",
3
- "version": "1.1.0",
4
- "description": "std-checkin — arrival check-in atom listing recorded check-ins (qr or geo). Lists check-ins in `browsing`; opens detail in `viewing_single` with Verify / Revoke actions. Agents tune the list shape via `config.fields` + `config.itemActions`.",
3
+ "version": "1.2.0",
4
+ "description": "std-checkin — arrival check-in atom (qr / geo). Exposes Scheduling/Booking knobs (bookingWindowDays, leadTimeMinutes, noShowGracePeriodMinutes, …).",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "CheckinOrbital",
@@ -264,8 +264,8 @@
264
264
  "Checkin",
265
265
  {
266
266
  "emit": {
267
- "failure": "CheckinLoadFailed",
268
- "success": "CheckinLoaded"
267
+ "success": "CheckinLoaded",
268
+ "failure": "CheckinLoadFailed"
269
269
  }
270
270
  }
271
271
  ],
@@ -273,22 +273,22 @@
273
273
  "render-ui",
274
274
  "main",
275
275
  {
276
- "direction": "vertical",
277
- "align": "center",
278
276
  "className": "py-12",
277
+ "align": "center",
278
+ "type": "stack",
279
279
  "children": [
280
280
  {
281
281
  "type": "spinner"
282
282
  },
283
283
  {
284
- "type": "typography",
285
- "variant": "caption",
286
284
  "content": "Loading check-ins…",
287
- "color": "muted"
285
+ "variant": "caption",
286
+ "color": "muted",
287
+ "type": "typography"
288
288
  }
289
289
  ],
290
- "gap": "md",
291
- "type": "stack"
290
+ "direction": "vertical",
291
+ "gap": "md"
292
292
  }
293
293
  ]
294
294
  ]
@@ -306,25 +306,25 @@
306
306
  "direction": "vertical",
307
307
  "children": [
308
308
  {
309
- "direction": "horizontal",
310
- "align": "center",
311
- "type": "stack",
312
309
  "gap": "sm",
310
+ "direction": "horizontal",
313
311
  "children": [
314
312
  {
315
313
  "type": "icon",
316
314
  "name": "map-pin"
317
315
  },
318
316
  {
319
- "type": "typography",
320
317
  "content": "@config.title",
321
- "variant": "h3"
318
+ "variant": "h3",
319
+ "type": "typography"
322
320
  }
323
- ]
321
+ ],
322
+ "type": "stack",
323
+ "align": "center"
324
324
  },
325
325
  {
326
- "cols": 4.0,
327
326
  "type": "simple-grid",
327
+ "cols": 4.0,
328
328
  "children": [
329
329
  {
330
330
  "icon": "map-pin",
@@ -333,21 +333,21 @@
333
333
  "label": "Total check-ins"
334
334
  },
335
335
  {
336
+ "icon": "check-circle",
336
337
  "value": "92%",
337
338
  "label": "Verified",
338
- "type": "stat-display",
339
- "icon": "check-circle"
339
+ "type": "stat-display"
340
340
  },
341
341
  {
342
- "label": "Today",
343
342
  "type": "stat-display",
343
+ "label": "Today",
344
344
  "value": "47",
345
345
  "icon": "calendar"
346
346
  },
347
347
  {
348
- "icon": "globe",
349
348
  "type": "stat-display",
350
349
  "value": "18",
350
+ "icon": "globe",
351
351
  "label": "Sites covered"
352
352
  }
353
353
  ]
@@ -356,12 +356,12 @@
356
356
  "type": "divider"
357
357
  },
358
358
  {
359
- "fields": "@config.fields",
360
- "itemActions": "@config.itemActions",
361
359
  "entity": "@payload.data",
362
- "cols": 1.0,
360
+ "gap": "sm",
363
361
  "type": "data-grid",
364
- "gap": "sm"
362
+ "cols": 1.0,
363
+ "fields": "@config.fields",
364
+ "itemActions": "@config.itemActions"
365
365
  }
366
366
  ],
367
367
  "gap": "md"
@@ -379,8 +379,8 @@
379
379
  "main",
380
380
  {
381
381
  "message": "@payload.error",
382
- "variant": "error",
383
- "type": "alert"
382
+ "type": "alert",
383
+ "variant": "error"
384
384
  }
385
385
  ]
386
386
  ]
@@ -444,15 +444,13 @@
444
444
  "render-ui",
445
445
  "main",
446
446
  {
447
- "direction": "vertical",
448
- "type": "stack",
449
447
  "children": [
450
448
  {
451
449
  "children": [
452
450
  {
453
- "type": "button",
454
451
  "label": "Back",
455
452
  "variant": "ghost",
453
+ "type": "button",
456
454
  "action": "CLOSE_VIEW"
457
455
  },
458
456
  {
@@ -465,24 +463,27 @@
465
463
  "content": "@entity.targetId"
466
464
  },
467
465
  {
468
- "variant": "primary",
466
+ "label": "@entity.mode",
469
467
  "type": "badge",
470
- "label": "@entity.mode"
468
+ "variant": "primary"
471
469
  }
472
470
  ],
471
+ "type": "stack",
473
472
  "gap": "sm",
474
- "direction": "horizontal",
475
473
  "align": "center",
476
- "type": "stack"
474
+ "direction": "horizontal"
477
475
  },
478
476
  {
479
477
  "type": "divider"
480
478
  },
481
479
  {
482
480
  "direction": "vertical",
483
- "gap": "sm",
481
+ "type": "stack",
484
482
  "children": [
485
483
  {
484
+ "gap": "md",
485
+ "type": "stack",
486
+ "direction": "horizontal",
486
487
  "children": [
487
488
  {
488
489
  "type": "typography",
@@ -491,66 +492,61 @@
491
492
  "color": "muted"
492
493
  },
493
494
  {
494
- "variant": "body",
495
495
  "content": "@entity.targetType",
496
+ "variant": "body",
496
497
  "type": "typography"
497
498
  }
498
- ],
499
- "type": "stack",
500
- "gap": "md",
501
- "direction": "horizontal"
499
+ ]
502
500
  },
503
501
  {
504
- "type": "stack",
505
- "direction": "horizontal",
506
502
  "gap": "md",
503
+ "direction": "horizontal",
507
504
  "children": [
508
505
  {
509
- "variant": "caption",
510
- "content": "User",
506
+ "color": "muted",
511
507
  "type": "typography",
512
- "color": "muted"
508
+ "variant": "caption",
509
+ "content": "User"
513
510
  },
514
511
  {
515
512
  "type": "typography",
516
513
  "content": "@entity.userId",
517
514
  "variant": "body"
518
515
  }
519
- ]
516
+ ],
517
+ "type": "stack"
520
518
  },
521
519
  {
520
+ "direction": "horizontal",
521
+ "gap": "md",
522
+ "type": "stack",
522
523
  "children": [
523
524
  {
525
+ "type": "typography",
524
526
  "variant": "caption",
525
527
  "color": "muted",
526
- "content": "QR code",
527
- "type": "typography"
528
+ "content": "QR code"
528
529
  },
529
530
  {
530
531
  "content": "@entity.qrCode",
531
- "type": "typography",
532
- "variant": "body"
532
+ "variant": "body",
533
+ "type": "typography"
533
534
  }
534
- ],
535
- "gap": "md",
536
- "type": "stack",
537
- "direction": "horizontal"
535
+ ]
538
536
  }
539
537
  ],
540
- "type": "stack"
538
+ "gap": "sm"
541
539
  },
542
540
  {
543
541
  "type": "divider"
544
542
  },
545
543
  {
546
- "type": "simple-grid",
547
- "cols": 3.0,
548
544
  "children": [
549
545
  {
550
- "value": "@entity.lat",
551
- "icon": "map",
552
546
  "label": "Latitude",
553
- "type": "stat-display"
547
+ "value": "@entity.lat",
548
+ "type": "stat-display",
549
+ "icon": "map"
554
550
  },
555
551
  {
556
552
  "type": "stat-display",
@@ -559,40 +555,44 @@
559
555
  "value": "@entity.lng"
560
556
  },
561
557
  {
562
- "value": "@entity.checkedInAt",
563
558
  "type": "stat-display",
564
559
  "icon": "clock",
565
- "label": "Checked in"
560
+ "label": "Checked in",
561
+ "value": "@entity.checkedInAt"
566
562
  }
567
- ]
563
+ ],
564
+ "cols": 3.0,
565
+ "type": "simple-grid"
568
566
  },
569
567
  {
570
568
  "type": "stack",
571
- "gap": "sm",
572
569
  "direction": "horizontal",
570
+ "align": "center",
573
571
  "children": [
574
572
  {
573
+ "label": "Verify",
574
+ "variant": "primary",
575
575
  "actionPayload": {
576
576
  "id": "@entity.id"
577
577
  },
578
- "label": "Verify",
579
- "type": "button",
580
578
  "action": "VERIFY_CHECKIN",
581
- "variant": "primary"
579
+ "type": "button"
582
580
  },
583
581
  {
584
- "label": "Revoke",
585
582
  "action": "REVOKE_CHECKIN",
586
- "type": "button",
583
+ "label": "Revoke",
587
584
  "actionPayload": {
588
585
  "id": "@entity.id"
589
586
  },
590
- "variant": "danger"
587
+ "variant": "danger",
588
+ "type": "button"
591
589
  }
592
590
  ],
593
- "align": "center"
591
+ "gap": "sm"
594
592
  }
595
593
  ],
594
+ "type": "stack",
595
+ "direction": "vertical",
596
596
  "gap": "md"
597
597
  }
598
598
  ]
@@ -622,22 +622,22 @@
622
622
  "render-ui",
623
623
  "main",
624
624
  {
625
- "direction": "vertical",
626
- "align": "center",
627
- "className": "py-12",
628
625
  "children": [
629
626
  {
630
627
  "type": "spinner"
631
628
  },
632
629
  {
633
630
  "variant": "caption",
634
- "type": "typography",
635
631
  "content": "Revoking check-in…",
632
+ "type": "typography",
636
633
  "color": "muted"
637
634
  }
638
635
  ],
639
636
  "gap": "md",
640
- "type": "stack"
637
+ "direction": "vertical",
638
+ "type": "stack",
639
+ "align": "center",
640
+ "className": "py-12"
641
641
  }
642
642
  ]
643
643
  ]
@@ -652,8 +652,8 @@
652
652
  "Checkin",
653
653
  {
654
654
  "emit": {
655
- "failure": "CheckinLoadFailed",
656
- "success": "CheckinLoaded"
655
+ "success": "CheckinLoaded",
656
+ "failure": "CheckinLoadFailed"
657
657
  }
658
658
  }
659
659
  ],
@@ -661,22 +661,22 @@
661
661
  "render-ui",
662
662
  "main",
663
663
  {
664
+ "align": "center",
664
665
  "children": [
665
666
  {
666
667
  "type": "spinner"
667
668
  },
668
669
  {
669
- "content": "Loading check-ins…",
670
- "color": "muted",
670
+ "type": "typography",
671
671
  "variant": "caption",
672
- "type": "typography"
672
+ "color": "muted",
673
+ "content": "Loading check-ins…"
673
674
  }
674
675
  ],
676
+ "gap": "md",
675
677
  "type": "stack",
676
- "direction": "vertical",
677
- "align": "center",
678
678
  "className": "py-12",
679
- "gap": "md"
679
+ "direction": "vertical"
680
680
  }
681
681
  ]
682
682
  ]
@@ -696,8 +696,8 @@
696
696
  "Checkin",
697
697
  {
698
698
  "emit": {
699
- "success": "CheckinLoaded",
700
- "failure": "CheckinLoadFailed"
699
+ "failure": "CheckinLoadFailed",
700
+ "success": "CheckinLoaded"
701
701
  }
702
702
  }
703
703
  ],
@@ -705,21 +705,21 @@
705
705
  "render-ui",
706
706
  "main",
707
707
  {
708
- "direction": "vertical",
709
- "gap": "md",
710
- "align": "center",
711
- "type": "stack",
712
708
  "children": [
713
709
  {
714
710
  "type": "spinner"
715
711
  },
716
712
  {
717
- "type": "typography",
718
- "color": "muted",
719
713
  "content": "Verifying check-in…",
720
- "variant": "caption"
714
+ "type": "typography",
715
+ "variant": "caption",
716
+ "color": "muted"
721
717
  }
722
718
  ],
719
+ "align": "center",
720
+ "gap": "md",
721
+ "direction": "vertical",
722
+ "type": "stack",
723
723
  "className": "py-12"
724
724
  }
725
725
  ]
@@ -749,22 +749,22 @@
749
749
  "render-ui",
750
750
  "main",
751
751
  {
752
- "type": "stack",
753
752
  "direction": "vertical",
754
- "className": "py-12",
755
- "gap": "md",
756
- "align": "center",
757
753
  "children": [
758
754
  {
759
755
  "type": "spinner"
760
756
  },
761
757
  {
762
- "color": "muted",
763
- "type": "typography",
758
+ "content": "Revoking check-in…",
764
759
  "variant": "caption",
765
- "content": "Revoking check-in…"
760
+ "color": "muted",
761
+ "type": "typography"
766
762
  }
767
- ]
763
+ ],
764
+ "gap": "md",
765
+ "className": "py-12",
766
+ "align": "center",
767
+ "type": "stack"
768
768
  }
769
769
  ]
770
770
  ]
@@ -779,8 +779,8 @@
779
779
  "Checkin",
780
780
  {
781
781
  "emit": {
782
- "success": "CheckinLoaded",
783
- "failure": "CheckinLoadFailed"
782
+ "failure": "CheckinLoadFailed",
783
+ "success": "CheckinLoaded"
784
784
  }
785
785
  }
786
786
  ],
@@ -797,33 +797,19 @@
797
797
  ]
798
798
  },
799
799
  "config": {
800
- "title": {
801
- "type": "string",
802
- "default": "Check-ins",
803
- "label": "Section title",
804
- "description": "Heading shown above the check-in list",
805
- "tier": "customization"
806
- },
807
- "mode": {
808
- "type": "string",
809
- "default": "geo",
810
- "label": "Check-in mode",
811
- "description": "How attendees check in (geo location or QR code)",
812
- "tier": "customization"
813
- },
814
800
  "itemActions": {
815
801
  "type": "[ItemAction]",
816
802
  "default": [
817
803
  {
818
804
  "label": "Open",
819
805
  "event": "OPEN_CHECKIN",
820
- "variant": "primary",
821
- "icon": "arrow-right"
806
+ "icon": "arrow-right",
807
+ "variant": "primary"
822
808
  },
823
809
  {
824
810
  "label": "Revoke",
825
- "variant": "danger",
826
- "event": "REVOKE_CHECKIN"
811
+ "event": "REVOKE_CHECKIN",
812
+ "variant": "danger"
827
813
  }
828
814
  ],
829
815
  "label": "Row actions",
@@ -832,41 +818,90 @@
832
818
  "items": {
833
819
  "type": "object",
834
820
  "properties": {
835
- "event": {
836
- "name": "event",
837
- "type": "string",
838
- "required": true
839
- },
840
821
  "variant": {
841
822
  "name": "variant",
842
823
  "type": "string",
843
824
  "required": false
844
825
  },
826
+ "label": {
827
+ "name": "label",
828
+ "type": "string",
829
+ "required": true
830
+ },
845
831
  "icon": {
846
832
  "name": "icon",
847
833
  "type": "string",
848
834
  "required": false
849
835
  },
850
- "label": {
851
- "name": "label",
836
+ "event": {
837
+ "name": "event",
852
838
  "type": "string",
853
839
  "required": true
854
840
  }
855
841
  }
856
842
  }
857
843
  },
844
+ "title": {
845
+ "type": "string",
846
+ "default": "Check-ins",
847
+ "label": "Section title",
848
+ "description": "Heading shown above the check-in list",
849
+ "tier": "customization"
850
+ },
851
+ "leadTimeMinutes": {
852
+ "type": "number",
853
+ "default": 0.0,
854
+ "label": "Lead time (minutes)",
855
+ "description": "Minutes before scheduled arrival at which check-in is accepted.",
856
+ "tier": "customization"
857
+ },
858
+ "mode": {
859
+ "type": "string",
860
+ "default": "geo",
861
+ "label": "Check-in mode",
862
+ "description": "How attendees check in (geo location or QR code)",
863
+ "tier": "customization"
864
+ },
865
+ "bookingWindowDays": {
866
+ "type": "number",
867
+ "default": 1.0,
868
+ "label": "Booking window (days)",
869
+ "description": "How far in advance attendees can pre-register a check-in.",
870
+ "tier": "customization"
871
+ },
872
+ "rescheduleWindowHours": {
873
+ "type": "number",
874
+ "default": 24.0,
875
+ "label": "Reschedule window (hours)",
876
+ "description": "Hours during which an attendee can amend their pre-registered check-in.",
877
+ "tier": "customization"
878
+ },
879
+ "noShowGracePeriodMinutes": {
880
+ "type": "number",
881
+ "default": 15.0,
882
+ "label": "No-show grace (minutes)",
883
+ "description": "Minutes after the scheduled arrival window before a no-show is logged.",
884
+ "tier": "customization"
885
+ },
886
+ "maxReschedules": {
887
+ "type": "number",
888
+ "default": 2.0,
889
+ "label": "Max reschedules",
890
+ "description": "Hard cap on reschedule count per pre-registered check-in.",
891
+ "tier": "advanced"
892
+ },
858
893
  "fields": {
859
894
  "type": "[FieldSpec]",
860
895
  "default": [
861
896
  {
862
- "label": "Type",
863
897
  "variant": "badge",
898
+ "label": "Type",
864
899
  "name": "targetType"
865
900
  },
866
901
  {
902
+ "name": "targetId",
867
903
  "variant": "caption",
868
- "label": "Target",
869
- "name": "targetId"
904
+ "label": "Target"
870
905
  },
871
906
  {
872
907
  "name": "userId",
@@ -874,9 +909,9 @@
874
909
  "variant": "caption"
875
910
  },
876
911
  {
912
+ "label": "Mode",
877
913
  "variant": "badge",
878
- "name": "mode",
879
- "label": "Mode"
914
+ "name": "mode"
880
915
  },
881
916
  {
882
917
  "label": "When",
@@ -890,43 +925,72 @@
890
925
  "items": {
891
926
  "type": "object",
892
927
  "properties": {
893
- "header": {
894
- "name": "header",
928
+ "label": {
929
+ "name": "label",
895
930
  "type": "string",
896
931
  "required": false
897
932
  },
898
- "name": {
899
- "name": "name",
933
+ "format": {
934
+ "name": "format",
900
935
  "type": "string",
901
- "required": true
936
+ "required": false
902
937
  },
903
- "label": {
904
- "name": "label",
938
+ "key": {
939
+ "name": "key",
905
940
  "type": "string",
906
941
  "required": false
907
942
  },
908
- "variant": {
909
- "name": "variant",
943
+ "header": {
944
+ "name": "header",
910
945
  "type": "string",
911
946
  "required": false
912
947
  },
913
- "icon": {
914
- "name": "icon",
948
+ "name": {
949
+ "name": "name",
915
950
  "type": "string",
916
- "required": false
951
+ "required": true
917
952
  },
918
- "format": {
919
- "name": "format",
953
+ "icon": {
954
+ "name": "icon",
920
955
  "type": "string",
921
956
  "required": false
922
957
  },
923
- "key": {
924
- "name": "key",
958
+ "variant": {
959
+ "name": "variant",
925
960
  "type": "string",
926
961
  "required": false
927
962
  }
928
963
  }
929
964
  }
965
+ },
966
+ "blackoutDates": {
967
+ "type": "[string]",
968
+ "default": [],
969
+ "label": "Blackout dates",
970
+ "description": "ISO dates blocked from check-in. Compose std-lifecycle to enforce.",
971
+ "tier": "customization",
972
+ "items": {
973
+ "type": "string"
974
+ }
975
+ },
976
+ "bookingHours": {
977
+ "type": "string",
978
+ "default": "06:00-23:00",
979
+ "label": "Booking hours",
980
+ "description": "Daily window during which check-ins are accepted (HH:MM-HH:MM).",
981
+ "tier": "customization"
982
+ },
983
+ "cancellationPolicy": {
984
+ "type": "string",
985
+ "default": "free",
986
+ "label": "Cancellation policy",
987
+ "description": "Refund treatment when a pre-registered check-in is cancelled.",
988
+ "tier": "customization",
989
+ "values": [
990
+ "free",
991
+ "partial-refund",
992
+ "no-refund"
993
+ ]
930
994
  }
931
995
  },
932
996
  "scope": "collection"
@@ -945,4 +1009,4 @@
945
1009
  ]
946
1010
  }
947
1011
  ]
948
- }
1012
+ }