@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-question-bank",
3
- "version": "1.1.0",
4
- "description": "std-question-bank — typed question library for surveys. Lists questions in `browsing`; opens detail in `viewing_single` with Update / Delete actions. Agents tune the list shape via `config.fields` + `config.itemActions`.",
3
+ "version": "1.2.0",
4
+ "description": "std-question-bank — typed question library for surveys. Lists questions; detail offers Update / Delete. Exposes Content/Knowledge knobs (visibilityScope, enabledLocales, keepVersions, …).",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "QuestionBankOrbital",
@@ -261,22 +261,22 @@
261
261
  "render-ui",
262
262
  "main",
263
263
  {
264
- "type": "stack",
265
- "direction": "vertical",
266
- "gap": "md",
267
- "className": "py-12",
268
264
  "children": [
269
265
  {
270
266
  "type": "spinner"
271
267
  },
272
268
  {
273
- "type": "typography",
274
269
  "variant": "caption",
275
- "color": "muted",
276
- "content": "Loading questions…"
270
+ "content": "Loading questions…",
271
+ "type": "typography",
272
+ "color": "muted"
277
273
  }
278
274
  ],
279
- "align": "center"
275
+ "gap": "md",
276
+ "type": "stack",
277
+ "direction": "vertical",
278
+ "align": "center",
279
+ "className": "py-12"
280
280
  }
281
281
  ]
282
282
  ]
@@ -290,29 +290,27 @@
290
290
  "render-ui",
291
291
  "main",
292
292
  {
293
- "direction": "vertical",
294
- "type": "stack",
295
293
  "gap": "md",
294
+ "direction": "vertical",
296
295
  "children": [
297
296
  {
298
- "gap": "sm",
299
297
  "type": "stack",
300
- "direction": "horizontal",
301
298
  "align": "center",
302
299
  "children": [
303
300
  {
304
- "name": "list-checks",
305
- "type": "icon"
301
+ "type": "icon",
302
+ "name": "list-checks"
306
303
  },
307
304
  {
308
- "content": "@config.title",
309
305
  "type": "typography",
310
- "variant": "h3"
306
+ "variant": "h3",
307
+ "content": "@config.title"
311
308
  }
312
- ]
309
+ ],
310
+ "direction": "horizontal",
311
+ "gap": "sm"
313
312
  },
314
313
  {
315
- "type": "simple-grid",
316
314
  "cols": 4.0,
317
315
  "children": [
318
316
  {
@@ -322,37 +320,39 @@
322
320
  "label": "Total questions"
323
321
  },
324
322
  {
325
- "value": "18",
326
- "label": "Required",
327
323
  "type": "stat-display",
328
- "icon": "alert-circle"
324
+ "icon": "alert-circle",
325
+ "label": "Required",
326
+ "value": "18"
329
327
  },
330
328
  {
331
329
  "type": "stat-display",
332
- "label": "Surveys",
333
330
  "value": "6",
334
- "icon": "clipboard-list"
331
+ "icon": "clipboard-list",
332
+ "label": "Surveys"
335
333
  },
336
334
  {
335
+ "value": "9",
337
336
  "label": "Categories",
338
- "type": "stat-display",
339
337
  "icon": "tag",
340
- "value": "9"
338
+ "type": "stat-display"
341
339
  }
342
- ]
340
+ ],
341
+ "type": "simple-grid"
343
342
  },
344
343
  {
345
344
  "type": "divider"
346
345
  },
347
346
  {
347
+ "fields": "@config.fields",
348
+ "entity": "@payload.data",
348
349
  "type": "data-grid",
349
350
  "cols": 1.0,
350
- "entity": "@payload.data",
351
- "gap": "sm",
352
351
  "itemActions": "@config.itemActions",
353
- "fields": "@config.fields"
352
+ "gap": "sm"
354
353
  }
355
- ]
354
+ ],
355
+ "type": "stack"
356
356
  }
357
357
  ]
358
358
  ]
@@ -422,20 +422,24 @@
422
422
  "render-ui",
423
423
  "main",
424
424
  {
425
+ "gap": "md",
426
+ "type": "stack",
425
427
  "children": [
426
428
  {
427
429
  "direction": "horizontal",
428
430
  "align": "center",
431
+ "type": "stack",
432
+ "gap": "sm",
429
433
  "children": [
430
434
  {
435
+ "action": "CLOSE_VIEW",
431
436
  "type": "button",
432
437
  "variant": "ghost",
433
- "action": "CLOSE_VIEW",
434
438
  "label": "Back"
435
439
  },
436
440
  {
437
- "type": "icon",
438
- "name": "list-checks"
441
+ "name": "list-checks",
442
+ "type": "icon"
439
443
  },
440
444
  {
441
445
  "type": "typography",
@@ -443,77 +447,75 @@
443
447
  "variant": "h3"
444
448
  },
445
449
  {
446
- "label": "@entity.kind",
447
450
  "type": "badge",
451
+ "label": "@entity.kind",
448
452
  "variant": "default"
449
453
  }
450
- ],
451
- "gap": "sm",
452
- "type": "stack"
454
+ ]
453
455
  },
454
456
  {
455
457
  "type": "divider"
456
458
  },
457
459
  {
458
- "type": "stack",
459
- "direction": "vertical",
460
- "gap": "sm",
461
460
  "children": [
462
461
  {
463
- "gap": "md",
464
462
  "type": "stack",
465
463
  "direction": "horizontal",
464
+ "gap": "md",
466
465
  "children": [
467
466
  {
468
- "type": "typography",
469
467
  "color": "muted",
470
468
  "content": "Category",
471
- "variant": "caption"
469
+ "variant": "caption",
470
+ "type": "typography"
472
471
  },
473
472
  {
474
- "type": "typography",
473
+ "content": "@entity.category",
475
474
  "variant": "body",
476
- "content": "@entity.category"
475
+ "type": "typography"
477
476
  }
478
477
  ]
479
478
  },
480
479
  {
480
+ "type": "stack",
481
+ "direction": "horizontal",
482
+ "gap": "md",
481
483
  "children": [
482
484
  {
483
- "content": "Survey",
484
- "color": "muted",
485
+ "type": "typography",
485
486
  "variant": "caption",
486
- "type": "typography"
487
+ "color": "muted",
488
+ "content": "Survey"
487
489
  },
488
490
  {
489
- "variant": "body",
490
491
  "content": "@entity.surveyId",
492
+ "variant": "body",
491
493
  "type": "typography"
492
494
  }
493
- ],
494
- "direction": "horizontal",
495
- "type": "stack",
496
- "gap": "md"
495
+ ]
497
496
  },
498
497
  {
499
- "direction": "horizontal",
500
- "gap": "md",
501
498
  "type": "stack",
499
+ "direction": "horizontal",
502
500
  "children": [
503
501
  {
504
502
  "variant": "caption",
505
503
  "color": "muted",
506
- "content": "Options",
507
- "type": "typography"
504
+ "type": "typography",
505
+ "content": "Options"
508
506
  },
509
507
  {
510
508
  "content": "@entity.optionsJson",
511
509
  "variant": "body",
512
510
  "type": "typography"
513
511
  }
514
- ]
512
+ ],
513
+ "gap": "md"
515
514
  }
516
- ]
515
+ ],
516
+ "direction": "vertical",
517
+ "type": "stack",
518
+ "gap": "sm"
517
519
  },
518
520
  {
519
521
  "type": "divider"
@@ -522,50 +524,48 @@
522
524
  "cols": 2.0,
523
525
  "children": [
524
526
  {
525
- "value": "@entity.kind",
526
- "type": "stat-display",
527
527
  "label": "Kind",
528
+ "type": "stat-display",
529
+ "value": "@entity.kind",
528
530
  "icon": "tag"
529
531
  },
530
532
  {
531
533
  "type": "stat-display",
532
534
  "value": "@entity.order",
533
- "icon": "hash",
534
- "label": "Order"
535
+ "label": "Order",
536
+ "icon": "hash"
535
537
  }
536
538
  ],
537
539
  "type": "simple-grid"
538
540
  },
539
541
  {
540
- "direction": "horizontal",
542
+ "gap": "sm",
543
+ "align": "center",
544
+ "type": "stack",
541
545
  "children": [
542
546
  {
547
+ "variant": "primary",
548
+ "label": "Update",
549
+ "type": "button",
543
550
  "action": "UPDATE_QUESTION",
544
551
  "actionPayload": {
545
552
  "id": "@entity.id"
546
- },
547
- "type": "button",
548
- "label": "Update",
549
- "variant": "primary"
553
+ }
550
554
  },
551
555
  {
556
+ "variant": "danger",
557
+ "type": "button",
558
+ "label": "Delete",
559
+ "action": "DELETE_QUESTION",
552
560
  "actionPayload": {
553
561
  "id": "@entity.id"
554
- },
555
- "label": "Delete",
556
- "type": "button",
557
- "variant": "danger",
558
- "action": "DELETE_QUESTION"
562
+ }
559
563
  }
560
564
  ],
561
- "align": "center",
562
- "gap": "sm",
563
- "type": "stack"
565
+ "direction": "horizontal"
564
566
  }
565
567
  ],
566
- "type": "stack",
567
- "direction": "vertical",
568
- "gap": "md"
568
+ "direction": "vertical"
569
569
  }
570
570
  ]
571
571
  ]
@@ -585,8 +585,8 @@
585
585
  "Question",
586
586
  {
587
587
  "emit": {
588
- "failure": "QuestionLoadFailed",
589
- "success": "QuestionLoaded"
588
+ "success": "QuestionLoaded",
589
+ "failure": "QuestionLoadFailed"
590
590
  }
591
591
  }
592
592
  ],
@@ -594,7 +594,11 @@
594
594
  "render-ui",
595
595
  "main",
596
596
  {
597
+ "gap": "md",
597
598
  "direction": "vertical",
599
+ "align": "center",
600
+ "className": "py-12",
601
+ "type": "stack",
598
602
  "children": [
599
603
  {
600
604
  "type": "spinner"
@@ -605,11 +609,7 @@
605
609
  "variant": "caption",
606
610
  "content": "Updating question…"
607
611
  }
608
- ],
609
- "type": "stack",
610
- "gap": "md",
611
- "align": "center",
612
- "className": "py-12"
612
+ ]
613
613
  }
614
614
  ]
615
615
  ]
@@ -639,21 +639,21 @@
639
639
  "main",
640
640
  {
641
641
  "type": "stack",
642
- "align": "center",
643
642
  "direction": "vertical",
644
643
  "className": "py-12",
644
+ "gap": "md",
645
+ "align": "center",
645
646
  "children": [
646
647
  {
647
648
  "type": "spinner"
648
649
  },
649
650
  {
650
- "content": "Deleting question…",
651
651
  "type": "typography",
652
- "color": "muted",
653
- "variant": "caption"
652
+ "content": "Deleting question…",
653
+ "variant": "caption",
654
+ "color": "muted"
654
655
  }
655
- ],
656
- "gap": "md"
656
+ ]
657
657
  }
658
658
  ]
659
659
  ]
@@ -668,8 +668,8 @@
668
668
  "Question",
669
669
  {
670
670
  "emit": {
671
- "failure": "QuestionLoadFailed",
672
- "success": "QuestionLoaded"
671
+ "success": "QuestionLoaded",
672
+ "failure": "QuestionLoadFailed"
673
673
  }
674
674
  }
675
675
  ],
@@ -677,20 +677,20 @@
677
677
  "render-ui",
678
678
  "main",
679
679
  {
680
+ "align": "center",
680
681
  "className": "py-12",
682
+ "type": "stack",
681
683
  "gap": "md",
682
684
  "direction": "vertical",
683
- "type": "stack",
684
- "align": "center",
685
685
  "children": [
686
686
  {
687
687
  "type": "spinner"
688
688
  },
689
689
  {
690
- "color": "muted",
691
- "variant": "caption",
692
690
  "content": "Loading questions…",
693
- "type": "typography"
691
+ "type": "typography",
692
+ "color": "muted",
693
+ "variant": "caption"
694
694
  }
695
695
  ]
696
696
  }
@@ -712,8 +712,8 @@
712
712
  "Question",
713
713
  {
714
714
  "emit": {
715
- "success": "QuestionLoaded",
716
- "failure": "QuestionLoadFailed"
715
+ "failure": "QuestionLoadFailed",
716
+ "success": "QuestionLoaded"
717
717
  }
718
718
  }
719
719
  ],
@@ -725,18 +725,18 @@
725
725
  "gap": "md",
726
726
  "direction": "vertical",
727
727
  "align": "center",
728
- "type": "stack",
729
728
  "children": [
730
729
  {
731
730
  "type": "spinner"
732
731
  },
733
732
  {
734
- "variant": "caption",
735
733
  "color": "muted",
734
+ "content": "Updating question…",
736
735
  "type": "typography",
737
- "content": "Updating question…"
736
+ "variant": "caption"
738
737
  }
739
- ]
738
+ ],
739
+ "type": "stack"
740
740
  }
741
741
  ]
742
742
  ]
@@ -765,22 +765,22 @@
765
765
  "render-ui",
766
766
  "main",
767
767
  {
768
- "direction": "vertical",
769
- "align": "center",
768
+ "className": "py-12",
770
769
  "children": [
771
770
  {
772
771
  "type": "spinner"
773
772
  },
774
773
  {
775
- "variant": "caption",
776
774
  "type": "typography",
775
+ "variant": "caption",
777
776
  "content": "Deleting question…",
778
777
  "color": "muted"
779
778
  }
780
779
  ],
781
780
  "gap": "md",
782
781
  "type": "stack",
783
- "className": "py-12"
782
+ "direction": "vertical",
783
+ "align": "center"
784
784
  }
785
785
  ]
786
786
  ]
@@ -813,13 +813,32 @@
813
813
  ]
814
814
  },
815
815
  "config": {
816
+ "enabledLocales": {
817
+ "type": "[string]",
818
+ "default": [
819
+ "en"
820
+ ],
821
+ "label": "Enabled locales",
822
+ "description": "Locales questions can be translated into.",
823
+ "tier": "customization",
824
+ "items": {
825
+ "type": "string"
826
+ }
827
+ },
828
+ "defaultLocale": {
829
+ "type": "string",
830
+ "default": "en",
831
+ "label": "Default locale",
832
+ "description": "Locale shown when no translation exists for the respondent.",
833
+ "tier": "customization"
834
+ },
816
835
  "fields": {
817
836
  "type": "[FieldSpec]",
818
837
  "default": [
819
838
  {
820
- "variant": "caption",
839
+ "label": "Question",
821
840
  "name": "label",
822
- "label": "Question"
841
+ "variant": "caption"
823
842
  },
824
843
  {
825
844
  "name": "kind",
@@ -833,13 +852,13 @@
833
852
  },
834
853
  {
835
854
  "label": "Survey",
836
- "variant": "caption",
837
- "name": "surveyId"
855
+ "name": "surveyId",
856
+ "variant": "caption"
838
857
  },
839
858
  {
840
- "variant": "caption",
859
+ "label": "Order",
841
860
  "name": "order",
842
- "label": "Order"
861
+ "variant": "caption"
843
862
  }
844
863
  ],
845
864
  "label": "Columns to show",
@@ -848,13 +867,8 @@
848
867
  "items": {
849
868
  "type": "object",
850
869
  "properties": {
851
- "key": {
852
- "name": "key",
853
- "type": "string",
854
- "required": false
855
- },
856
- "label": {
857
- "name": "label",
870
+ "variant": {
871
+ "name": "variant",
858
872
  "type": "string",
859
873
  "required": false
860
874
  },
@@ -863,13 +877,13 @@
863
877
  "type": "string",
864
878
  "required": true
865
879
  },
866
- "header": {
867
- "name": "header",
880
+ "icon": {
881
+ "name": "icon",
868
882
  "type": "string",
869
883
  "required": false
870
884
  },
871
- "icon": {
872
- "name": "icon",
885
+ "label": {
886
+ "name": "label",
873
887
  "type": "string",
874
888
  "required": false
875
889
  },
@@ -878,21 +892,73 @@
878
892
  "type": "string",
879
893
  "required": false
880
894
  },
881
- "variant": {
882
- "name": "variant",
895
+ "key": {
896
+ "name": "key",
897
+ "type": "string",
898
+ "required": false
899
+ },
900
+ "header": {
901
+ "name": "header",
883
902
  "type": "string",
884
903
  "required": false
885
904
  }
886
905
  }
887
906
  }
888
907
  },
908
+ "draftAutosaveSeconds": {
909
+ "type": "number",
910
+ "default": 30.0,
911
+ "label": "Draft autosave interval (s)",
912
+ "description": "Seconds between draft autosaves in the question editor.",
913
+ "tier": "advanced"
914
+ },
915
+ "visibilityScope": {
916
+ "type": "string",
917
+ "default": "internal",
918
+ "label": "Visibility scope",
919
+ "description": "Who can browse the question bank: public, internal staff, signed-in customers.",
920
+ "tier": "essential",
921
+ "values": [
922
+ "public",
923
+ "internal",
924
+ "customer"
925
+ ]
926
+ },
927
+ "allowRollback": {
928
+ "type": "boolean",
929
+ "default": true,
930
+ "label": "Allow rollback",
931
+ "description": "Permit reverting a question to a prior version.",
932
+ "tier": "customization"
933
+ },
934
+ "scheduledPublishEnabled": {
935
+ "type": "boolean",
936
+ "default": false,
937
+ "label": "Scheduled publish",
938
+ "description": "Allow scheduling future availability of question additions. v1.2 declarative.",
939
+ "tier": "customization"
940
+ },
941
+ "keepVersions": {
942
+ "type": "number",
943
+ "default": 5.0,
944
+ "label": "Versions to retain",
945
+ "description": "Number of question revisions to keep.",
946
+ "tier": "customization"
947
+ },
948
+ "title": {
949
+ "type": "string",
950
+ "default": "Question Bank",
951
+ "label": "Section title",
952
+ "description": "Heading shown above the survey question library",
953
+ "tier": "customization"
954
+ },
889
955
  "itemActions": {
890
956
  "type": "[ItemAction]",
891
957
  "default": [
892
958
  {
959
+ "event": "OPEN_QUESTION",
893
960
  "variant": "primary",
894
961
  "label": "Open",
895
- "event": "OPEN_QUESTION",
896
962
  "icon": "arrow-right"
897
963
  },
898
964
  {
@@ -907,13 +973,13 @@
907
973
  "items": {
908
974
  "type": "object",
909
975
  "properties": {
910
- "label": {
911
- "name": "label",
976
+ "icon": {
977
+ "name": "icon",
912
978
  "type": "string",
913
- "required": true
979
+ "required": false
914
980
  },
915
- "event": {
916
- "name": "event",
981
+ "label": {
982
+ "name": "label",
917
983
  "type": "string",
918
984
  "required": true
919
985
  },
@@ -922,19 +988,19 @@
922
988
  "type": "string",
923
989
  "required": false
924
990
  },
925
- "icon": {
926
- "name": "icon",
991
+ "event": {
992
+ "name": "event",
927
993
  "type": "string",
928
- "required": false
994
+ "required": true
929
995
  }
930
996
  }
931
997
  }
932
998
  },
933
- "title": {
934
- "type": "string",
935
- "default": "Question Bank",
936
- "label": "Section title",
937
- "description": "Heading shown above the survey question library",
999
+ "seoEnabled": {
1000
+ "type": "boolean",
1001
+ "default": false,
1002
+ "label": "SEO meta enabled",
1003
+ "description": "Emit indexable metadata when questions are publicly viewable.",
938
1004
  "tier": "customization"
939
1005
  }
940
1006
  },
@@ -954,4 +1020,4 @@
954
1020
  ]
955
1021
  }
956
1022
  ]
957
- }
1023
+ }