@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-help-article",
3
- "version": "1.1.0",
4
- "description": "std-help-article — Public help center article primitive with title, body, category, view count, and published/draft status. Agents tune the list shape via `config.fields` + `config.itemActions`.",
3
+ "version": "1.2.0",
4
+ "description": "std-help-article — public help center article (title, body, category, status, view count). Listens for SET_STATUS so std-lifecycle can drive transitions. Exposes Content/Knowledge knobs (visibilityScope, keepVersions, enabledLocales, …).",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "HelpArticleOrbital",
@@ -216,6 +216,83 @@
216
216
  "type": "string"
217
217
  }
218
218
  ]
219
+ },
220
+ {
221
+ "event": "HelpArticleUpdated",
222
+ "payloadSchema": [
223
+ {
224
+ "name": "row.id",
225
+ "type": "string",
226
+ "required": true
227
+ },
228
+ {
229
+ "name": "row.title",
230
+ "type": "string",
231
+ "required": true
232
+ },
233
+ {
234
+ "name": "row.slug",
235
+ "type": "string",
236
+ "required": true
237
+ },
238
+ {
239
+ "name": "row.body",
240
+ "type": "string"
241
+ },
242
+ {
243
+ "name": "row.summary",
244
+ "type": "string"
245
+ },
246
+ {
247
+ "name": "row.categoryId",
248
+ "type": "string"
249
+ },
250
+ {
251
+ "name": "row.categoryName",
252
+ "type": "string"
253
+ },
254
+ {
255
+ "name": "row.author",
256
+ "type": "string"
257
+ },
258
+ {
259
+ "name": "row.status",
260
+ "type": "string"
261
+ },
262
+ {
263
+ "name": "row.viewCount",
264
+ "type": "number"
265
+ },
266
+ {
267
+ "name": "row.helpfulCount",
268
+ "type": "number"
269
+ },
270
+ {
271
+ "name": "row.notHelpfulCount",
272
+ "type": "number"
273
+ },
274
+ {
275
+ "name": "row.publishedAt",
276
+ "type": "string"
277
+ },
278
+ {
279
+ "name": "row.updatedAt",
280
+ "type": "string"
281
+ },
282
+ {
283
+ "name": "row.pendingId",
284
+ "type": "string"
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "event": "HelpArticleUpdateFailed",
290
+ "payloadSchema": [
291
+ {
292
+ "name": "message",
293
+ "type": "string"
294
+ }
295
+ ]
219
296
  }
220
297
  ],
221
298
  "stateMachine": {
@@ -289,6 +366,42 @@
289
366
  }
290
367
  ]
291
368
  },
369
+ {
370
+ "key": "SET_STATUS",
371
+ "name": "Set Status",
372
+ "payloadSchema": [
373
+ {
374
+ "name": "entityId",
375
+ "type": "string",
376
+ "required": true
377
+ },
378
+ {
379
+ "name": "newStatus",
380
+ "type": "string",
381
+ "required": true
382
+ }
383
+ ]
384
+ },
385
+ {
386
+ "key": "HelpArticleUpdated",
387
+ "name": "HelpArticle updated",
388
+ "payloadSchema": [
389
+ {
390
+ "name": "row",
391
+ "type": "HelpArticle"
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "key": "HelpArticleUpdateFailed",
397
+ "name": "HelpArticle update failed",
398
+ "payloadSchema": [
399
+ {
400
+ "name": "message",
401
+ "type": "string"
402
+ }
403
+ ]
404
+ },
292
405
  {
293
406
  "key": "CLOSE_VIEW",
294
407
  "name": "Close View"
@@ -316,8 +429,8 @@
316
429
  "HelpArticle",
317
430
  {
318
431
  "emit": {
319
- "success": "HelpArticleLoaded",
320
- "failure": "HelpArticleLoadFailed"
432
+ "failure": "HelpArticleLoadFailed",
433
+ "success": "HelpArticleLoaded"
321
434
  }
322
435
  }
323
436
  ],
@@ -325,21 +438,21 @@
325
438
  "render-ui",
326
439
  "main",
327
440
  {
441
+ "direction": "vertical",
442
+ "align": "center",
443
+ "gap": "md",
444
+ "type": "stack",
328
445
  "children": [
329
446
  {
330
447
  "type": "spinner"
331
448
  },
332
449
  {
333
- "color": "muted",
334
- "variant": "caption",
335
450
  "type": "typography",
336
- "content": "Loading help articles…"
451
+ "variant": "caption",
452
+ "content": "Loading help articles…",
453
+ "color": "muted"
337
454
  }
338
455
  ],
339
- "type": "stack",
340
- "align": "center",
341
- "gap": "md",
342
- "direction": "vertical",
343
456
  "className": "py-12"
344
457
  }
345
458
  ]
@@ -365,57 +478,57 @@
365
478
  },
366
479
  {
367
480
  "variant": "h3",
368
- "content": "@config.title",
369
- "type": "typography"
481
+ "type": "typography",
482
+ "content": "@config.title"
370
483
  }
371
484
  ],
372
- "direction": "horizontal",
373
- "gap": "sm"
485
+ "gap": "sm",
486
+ "direction": "horizontal"
374
487
  },
375
488
  {
489
+ "type": "simple-grid",
376
490
  "children": [
377
491
  {
378
492
  "type": "stat-display",
493
+ "icon": "book-open",
379
494
  "label": "Total articles",
380
- "value": "@payload.data.length",
381
- "icon": "book-open"
495
+ "value": "@payload.data.length"
382
496
  },
383
497
  {
384
- "value": "184",
385
- "icon": "check-circle",
386
498
  "label": "Published",
387
- "type": "stat-display"
499
+ "type": "stat-display",
500
+ "value": "184",
501
+ "icon": "check-circle"
388
502
  },
389
503
  {
390
- "value": "12",
391
504
  "icon": "edit",
392
505
  "type": "stat-display",
393
- "label": "Drafts"
506
+ "label": "Drafts",
507
+ "value": "12"
394
508
  },
395
509
  {
396
- "type": "stat-display",
397
510
  "icon": "thumbs-up",
398
- "label": "Avg helpful rate",
399
- "value": "87%"
511
+ "type": "stat-display",
512
+ "value": "87%",
513
+ "label": "Avg helpful rate"
400
514
  }
401
515
  ],
402
- "cols": 4.0,
403
- "type": "simple-grid"
516
+ "cols": 4.0
404
517
  },
405
518
  {
406
519
  "type": "divider"
407
520
  },
408
521
  {
409
- "entity": "@payload.data",
410
- "cols": 1.0,
411
- "itemActions": "@config.itemActions",
412
522
  "fields": "@config.fields",
523
+ "itemActions": "@config.itemActions",
413
524
  "type": "data-grid",
414
- "gap": "sm"
525
+ "cols": 1.0,
526
+ "gap": "sm",
527
+ "entity": "@payload.data"
415
528
  }
416
529
  ],
417
- "type": "stack",
418
530
  "direction": "vertical",
531
+ "type": "stack",
419
532
  "gap": "md"
420
533
  }
421
534
  ]
@@ -506,28 +619,27 @@
506
619
  "render-ui",
507
620
  "main",
508
621
  {
509
- "direction": "vertical",
510
622
  "gap": "md",
511
623
  "type": "stack",
512
624
  "children": [
513
625
  {
514
- "direction": "horizontal",
515
- "align": "center",
626
+ "gap": "sm",
627
+ "type": "stack",
516
628
  "children": [
517
629
  {
630
+ "label": "Back",
518
631
  "action": "CLOSE_VIEW",
519
632
  "type": "button",
520
- "label": "Back",
521
633
  "variant": "ghost"
522
634
  },
523
635
  {
524
- "type": "icon",
525
- "name": "book-open"
636
+ "name": "book-open",
637
+ "type": "icon"
526
638
  },
527
639
  {
528
- "content": "@entity.title",
640
+ "type": "typography",
529
641
  "variant": "h3",
530
- "type": "typography"
642
+ "content": "@entity.title"
531
643
  },
532
644
  {
533
645
  "label": "@entity.status",
@@ -535,151 +647,152 @@
535
647
  "type": "badge"
536
648
  }
537
649
  ],
538
- "type": "stack",
539
- "gap": "sm"
650
+ "direction": "horizontal",
651
+ "align": "center"
540
652
  },
541
653
  {
542
654
  "type": "divider"
543
655
  },
544
656
  {
545
- "gap": "sm",
546
657
  "type": "stack",
547
- "direction": "vertical",
658
+ "gap": "sm",
548
659
  "children": [
549
660
  {
550
- "gap": "md",
551
- "type": "stack",
552
661
  "direction": "horizontal",
553
662
  "children": [
554
663
  {
555
- "color": "muted",
556
- "variant": "caption",
557
664
  "content": "Slug",
558
- "type": "typography"
665
+ "type": "typography",
666
+ "color": "muted",
667
+ "variant": "caption"
559
668
  },
560
669
  {
561
- "type": "typography",
562
670
  "variant": "body",
563
- "content": "@entity.slug"
671
+ "content": "@entity.slug",
672
+ "type": "typography"
564
673
  }
565
- ]
674
+ ],
675
+ "gap": "md",
676
+ "type": "stack"
566
677
  },
567
678
  {
679
+ "direction": "horizontal",
568
680
  "type": "stack",
569
- "gap": "md",
570
681
  "children": [
571
682
  {
572
- "content": "Category",
573
683
  "type": "typography",
574
684
  "color": "muted",
685
+ "content": "Category",
575
686
  "variant": "caption"
576
687
  },
577
688
  {
578
- "content": "@entity.categoryName",
689
+ "type": "typography",
579
690
  "variant": "body",
580
- "type": "typography"
691
+ "content": "@entity.categoryName"
581
692
  }
582
693
  ],
583
- "direction": "horizontal"
694
+ "gap": "md"
584
695
  },
585
696
  {
586
697
  "gap": "md",
587
698
  "children": [
588
699
  {
589
700
  "variant": "caption",
590
- "type": "typography",
591
701
  "color": "muted",
702
+ "type": "typography",
592
703
  "content": "Author"
593
704
  },
594
705
  {
595
- "variant": "body",
706
+ "content": "@entity.author",
596
707
  "type": "typography",
597
- "content": "@entity.author"
708
+ "variant": "body"
598
709
  }
599
710
  ],
600
- "type": "stack",
601
- "direction": "horizontal"
711
+ "direction": "horizontal",
712
+ "type": "stack"
602
713
  },
603
714
  {
604
715
  "children": [
605
716
  {
606
- "type": "typography",
607
717
  "variant": "caption",
608
718
  "color": "muted",
609
- "content": "Summary"
719
+ "content": "Summary",
720
+ "type": "typography"
610
721
  },
611
722
  {
612
- "variant": "body",
613
723
  "type": "typography",
724
+ "variant": "body",
614
725
  "content": "@entity.summary"
615
726
  }
616
727
  ],
617
728
  "gap": "md",
618
- "direction": "horizontal",
619
- "type": "stack"
729
+ "type": "stack",
730
+ "direction": "horizontal"
620
731
  }
621
- ]
732
+ ],
733
+ "direction": "vertical"
622
734
  },
623
735
  {
624
736
  "type": "divider"
625
737
  },
626
738
  {
739
+ "type": "simple-grid",
627
740
  "cols": 4.0,
628
741
  "children": [
629
742
  {
630
- "type": "stat-display",
743
+ "value": "@entity.viewCount",
631
744
  "label": "Views",
632
- "icon": "eye",
633
- "value": "@entity.viewCount"
745
+ "type": "stat-display",
746
+ "icon": "eye"
634
747
  },
635
748
  {
636
- "type": "stat-display",
749
+ "value": "@entity.helpfulCount",
637
750
  "icon": "thumbs-up",
638
751
  "label": "Helpful",
639
- "value": "@entity.helpfulCount"
752
+ "type": "stat-display"
640
753
  },
641
754
  {
642
- "icon": "thumbs-down",
643
755
  "type": "stat-display",
756
+ "icon": "thumbs-down",
644
757
  "label": "Not helpful",
645
758
  "value": "@entity.notHelpfulCount"
646
759
  },
647
760
  {
648
761
  "value": "@entity.publishedAt",
649
762
  "label": "Published",
650
- "icon": "calendar",
651
- "type": "stat-display"
763
+ "type": "stat-display",
764
+ "icon": "calendar"
652
765
  }
653
- ],
654
- "type": "simple-grid"
766
+ ]
655
767
  },
656
768
  {
657
- "gap": "sm",
658
- "direction": "horizontal",
659
- "align": "center",
660
769
  "children": [
661
770
  {
662
- "variant": "primary",
663
- "label": "Publish",
664
- "type": "button",
665
- "action": "PUBLISH",
666
771
  "actionPayload": {
667
772
  "id": "@entity.id"
668
- }
773
+ },
774
+ "type": "button",
775
+ "label": "Publish",
776
+ "variant": "primary",
777
+ "action": "PUBLISH"
669
778
  },
670
779
  {
671
780
  "label": "Archive",
781
+ "variant": "danger",
782
+ "type": "button",
672
783
  "actionPayload": {
673
784
  "id": "@entity.id"
674
785
  },
675
- "variant": "danger",
676
- "type": "button",
677
786
  "action": "ARCHIVE"
678
787
  }
679
788
  ],
680
- "type": "stack"
789
+ "direction": "horizontal",
790
+ "gap": "sm",
791
+ "type": "stack",
792
+ "align": "center"
681
793
  }
682
- ]
794
+ ],
795
+ "direction": "vertical"
683
796
  }
684
797
  ]
685
798
  ]
@@ -699,8 +812,8 @@
699
812
  "HelpArticle",
700
813
  {
701
814
  "emit": {
702
- "failure": "HelpArticleLoadFailed",
703
- "success": "HelpArticleLoaded"
815
+ "success": "HelpArticleLoaded",
816
+ "failure": "HelpArticleLoadFailed"
704
817
  }
705
818
  }
706
819
  ],
@@ -708,30 +821,81 @@
708
821
  "render-ui",
709
822
  "main",
710
823
  {
824
+ "type": "stack",
711
825
  "className": "py-12",
712
826
  "gap": "md",
713
- "direction": "vertical",
714
- "align": "center",
715
827
  "children": [
716
828
  {
717
829
  "type": "spinner"
718
830
  },
719
831
  {
720
- "type": "typography",
832
+ "color": "muted",
721
833
  "variant": "caption",
834
+ "content": "Archiving article…",
835
+ "type": "typography"
836
+ }
837
+ ],
838
+ "align": "center",
839
+ "direction": "vertical"
840
+ }
841
+ ]
842
+ ]
843
+ },
844
+ {
845
+ "from": "browsing",
846
+ "to": "loading",
847
+ "event": "SET_STATUS",
848
+ "effects": [
849
+ [
850
+ "set",
851
+ "@entity.id",
852
+ "@payload.entityId"
853
+ ],
854
+ [
855
+ "set",
856
+ "@entity.status",
857
+ "@payload.newStatus"
858
+ ],
859
+ [
860
+ "persist",
861
+ "update",
862
+ "HelpArticle",
863
+ "@entity",
864
+ {
865
+ "emit": {
866
+ "failure": "HelpArticleUpdateFailed",
867
+ "success": "HelpArticleUpdated"
868
+ }
869
+ }
870
+ ],
871
+ [
872
+ "render-ui",
873
+ "main",
874
+ {
875
+ "align": "center",
876
+ "className": "py-12",
877
+ "children": [
878
+ {
879
+ "type": "spinner"
880
+ },
881
+ {
722
882
  "color": "muted",
723
- "content": "Archiving article…"
883
+ "variant": "caption",
884
+ "type": "typography",
885
+ "content": "Updating article status…"
724
886
  }
725
887
  ],
726
- "type": "stack"
888
+ "direction": "vertical",
889
+ "type": "stack",
890
+ "gap": "md"
727
891
  }
728
892
  ]
729
893
  ]
730
894
  },
731
895
  {
732
- "from": "viewing_single",
896
+ "from": "browsing",
733
897
  "to": "loading",
734
- "event": "CLOSE_VIEW",
898
+ "event": "HelpArticleUpdated",
735
899
  "effects": [
736
900
  [
737
901
  "fetch",
@@ -742,27 +906,60 @@
742
906
  "failure": "HelpArticleLoadFailed"
743
907
  }
744
908
  }
909
+ ]
910
+ ]
911
+ },
912
+ {
913
+ "from": "browsing",
914
+ "to": "browsing",
915
+ "event": "HelpArticleUpdateFailed",
916
+ "effects": [
917
+ [
918
+ "render-ui",
919
+ "main",
920
+ {
921
+ "variant": "error",
922
+ "type": "alert",
923
+ "message": "@payload.message"
924
+ }
925
+ ]
926
+ ]
927
+ },
928
+ {
929
+ "from": "viewing_single",
930
+ "to": "loading",
931
+ "event": "CLOSE_VIEW",
932
+ "effects": [
933
+ [
934
+ "fetch",
935
+ "HelpArticle",
936
+ {
937
+ "emit": {
938
+ "failure": "HelpArticleLoadFailed",
939
+ "success": "HelpArticleLoaded"
940
+ }
941
+ }
745
942
  ],
746
943
  [
747
944
  "render-ui",
748
945
  "main",
749
946
  {
750
- "type": "stack",
751
- "className": "py-12",
752
947
  "children": [
753
948
  {
754
949
  "type": "spinner"
755
950
  },
756
951
  {
757
- "type": "typography",
758
952
  "variant": "caption",
759
- "color": "muted",
760
- "content": "Loading help articles…"
953
+ "content": "Loading help articles…",
954
+ "type": "typography",
955
+ "color": "muted"
761
956
  }
762
957
  ],
763
- "direction": "vertical",
958
+ "className": "py-12",
764
959
  "align": "center",
765
- "gap": "md"
960
+ "gap": "md",
961
+ "direction": "vertical",
962
+ "type": "stack"
766
963
  }
767
964
  ]
768
965
  ]
@@ -791,22 +988,22 @@
791
988
  "render-ui",
792
989
  "main",
793
990
  {
794
- "gap": "md",
795
- "className": "py-12",
796
- "type": "stack",
797
- "direction": "vertical",
991
+ "align": "center",
798
992
  "children": [
799
993
  {
800
994
  "type": "spinner"
801
995
  },
802
996
  {
803
- "content": "Publishing article…",
804
997
  "type": "typography",
805
- "variant": "caption",
806
- "color": "muted"
998
+ "content": "Publishing article…",
999
+ "color": "muted",
1000
+ "variant": "caption"
807
1001
  }
808
1002
  ],
809
- "align": "center"
1003
+ "gap": "md",
1004
+ "className": "py-12",
1005
+ "type": "stack",
1006
+ "direction": "vertical"
810
1007
  }
811
1008
  ]
812
1009
  ]
@@ -826,8 +1023,8 @@
826
1023
  "HelpArticle",
827
1024
  {
828
1025
  "emit": {
829
- "failure": "HelpArticleLoadFailed",
830
- "success": "HelpArticleLoaded"
1026
+ "success": "HelpArticleLoaded",
1027
+ "failure": "HelpArticleLoadFailed"
831
1028
  }
832
1029
  }
833
1030
  ],
@@ -835,22 +1032,22 @@
835
1032
  "render-ui",
836
1033
  "main",
837
1034
  {
838
- "className": "py-12",
839
1035
  "children": [
840
1036
  {
841
1037
  "type": "spinner"
842
1038
  },
843
1039
  {
844
- "type": "typography",
845
- "content": "Archiving article…",
846
1040
  "variant": "caption",
847
- "color": "muted"
1041
+ "color": "muted",
1042
+ "content": "Archiving article…",
1043
+ "type": "typography"
848
1044
  }
849
1045
  ],
850
- "type": "stack",
1046
+ "className": "py-12",
851
1047
  "direction": "vertical",
852
- "align": "center",
853
- "gap": "md"
1048
+ "type": "stack",
1049
+ "gap": "md",
1050
+ "align": "center"
854
1051
  }
855
1052
  ]
856
1053
  ]
@@ -874,8 +1071,8 @@
874
1071
  "render-ui",
875
1072
  "main",
876
1073
  {
877
- "size": "sm",
878
- "type": "spinner"
1074
+ "type": "spinner",
1075
+ "size": "sm"
879
1076
  }
880
1077
  ]
881
1078
  ]
@@ -883,6 +1080,13 @@
883
1080
  ]
884
1081
  },
885
1082
  "config": {
1083
+ "scheduledPublishEnabled": {
1084
+ "type": "boolean",
1085
+ "default": false,
1086
+ "label": "Scheduled publish",
1087
+ "description": "Allow authors to schedule publish in the future. v1.2 declarative.",
1088
+ "tier": "customization"
1089
+ },
886
1090
  "title": {
887
1091
  "type": "string",
888
1092
  "default": "Help Articles",
@@ -890,43 +1094,102 @@
890
1094
  "description": "Heading shown above the help articles list",
891
1095
  "tier": "customization"
892
1096
  },
1097
+ "keepVersions": {
1098
+ "type": "number",
1099
+ "default": 10.0,
1100
+ "label": "Versions to retain",
1101
+ "description": "How many revisions to keep per article. v1.2 declarative.",
1102
+ "tier": "customization"
1103
+ },
1104
+ "visibilityScope": {
1105
+ "type": "string",
1106
+ "default": "public",
1107
+ "label": "Visibility scope",
1108
+ "description": "Who can read published articles: public web, internal staff, signed-in customers.",
1109
+ "tier": "essential",
1110
+ "values": [
1111
+ "public",
1112
+ "internal",
1113
+ "customer"
1114
+ ]
1115
+ },
1116
+ "defaultLocale": {
1117
+ "type": "string",
1118
+ "default": "en",
1119
+ "label": "Default locale",
1120
+ "description": "Locale used when no translation is available for the reader's preferred language.",
1121
+ "tier": "customization"
1122
+ },
1123
+ "seoEnabled": {
1124
+ "type": "boolean",
1125
+ "default": true,
1126
+ "label": "SEO meta enabled",
1127
+ "description": "Emit canonical tags + meta description for indexing.",
1128
+ "tier": "customization"
1129
+ },
1130
+ "draftAutosaveSeconds": {
1131
+ "type": "number",
1132
+ "default": 30.0,
1133
+ "label": "Draft autosave interval (s)",
1134
+ "description": "Seconds between draft autosaves in the editor.",
1135
+ "tier": "advanced"
1136
+ },
1137
+ "enabledLocales": {
1138
+ "type": "[string]",
1139
+ "default": [
1140
+ "en"
1141
+ ],
1142
+ "label": "Enabled locales",
1143
+ "description": "Locales the article can be translated into.",
1144
+ "tier": "customization",
1145
+ "items": {
1146
+ "type": "string"
1147
+ }
1148
+ },
1149
+ "allowRollback": {
1150
+ "type": "boolean",
1151
+ "default": true,
1152
+ "label": "Allow rollback",
1153
+ "description": "Permit reverting an article to a prior retained version.",
1154
+ "tier": "customization"
1155
+ },
893
1156
  "fields": {
894
1157
  "type": "[FieldSpec]",
895
1158
  "default": [
896
1159
  {
1160
+ "variant": "caption",
897
1161
  "name": "title",
898
- "label": "Title",
899
- "variant": "caption"
1162
+ "label": "Title"
900
1163
  },
901
1164
  {
902
- "variant": "caption",
1165
+ "label": "Slug",
903
1166
  "name": "slug",
904
- "label": "Slug"
1167
+ "variant": "caption"
905
1168
  },
906
1169
  {
907
- "variant": "caption",
1170
+ "name": "categoryName",
908
1171
  "label": "Category",
909
- "name": "categoryName"
1172
+ "variant": "caption"
910
1173
  },
911
1174
  {
912
- "name": "author",
913
1175
  "variant": "caption",
914
- "label": "Author"
1176
+ "label": "Author",
1177
+ "name": "author"
915
1178
  },
916
1179
  {
917
- "name": "status",
918
1180
  "label": "Status",
1181
+ "name": "status",
919
1182
  "variant": "badge"
920
1183
  },
921
1184
  {
1185
+ "label": "Views",
922
1186
  "variant": "caption",
923
- "name": "viewCount",
924
- "label": "Views"
1187
+ "name": "viewCount"
925
1188
  },
926
1189
  {
927
- "variant": "caption",
1190
+ "name": "publishedAt",
928
1191
  "label": "Published",
929
- "name": "publishedAt"
1192
+ "variant": "caption"
930
1193
  }
931
1194
  ],
932
1195
  "label": "Columns to show",
@@ -935,18 +1198,13 @@
935
1198
  "items": {
936
1199
  "type": "object",
937
1200
  "properties": {
938
- "variant": {
939
- "name": "variant",
940
- "type": "string",
941
- "required": false
942
- },
943
1201
  "icon": {
944
1202
  "name": "icon",
945
1203
  "type": "string",
946
1204
  "required": false
947
1205
  },
948
- "key": {
949
- "name": "key",
1206
+ "variant": {
1207
+ "name": "variant",
950
1208
  "type": "string",
951
1209
  "required": false
952
1210
  },
@@ -955,18 +1213,23 @@
955
1213
  "type": "string",
956
1214
  "required": false
957
1215
  },
1216
+ "header": {
1217
+ "name": "header",
1218
+ "type": "string",
1219
+ "required": false
1220
+ },
958
1221
  "name": {
959
1222
  "name": "name",
960
1223
  "type": "string",
961
1224
  "required": true
962
1225
  },
963
- "header": {
964
- "name": "header",
1226
+ "label": {
1227
+ "name": "label",
965
1228
  "type": "string",
966
1229
  "required": false
967
1230
  },
968
- "label": {
969
- "name": "label",
1231
+ "key": {
1232
+ "name": "key",
970
1233
  "type": "string",
971
1234
  "required": false
972
1235
  }
@@ -977,15 +1240,15 @@
977
1240
  "type": "[ItemAction]",
978
1241
  "default": [
979
1242
  {
980
- "label": "Open",
981
- "event": "OPEN_ARTICLE",
1243
+ "icon": "arrow-right",
982
1244
  "variant": "primary",
983
- "icon": "arrow-right"
1245
+ "label": "Open",
1246
+ "event": "OPEN_ARTICLE"
984
1247
  },
985
1248
  {
986
- "label": "Archive",
1249
+ "variant": "danger",
987
1250
  "event": "ARCHIVE",
988
- "variant": "danger"
1251
+ "label": "Archive"
989
1252
  }
990
1253
  ],
991
1254
  "label": "Row actions",
@@ -994,8 +1257,8 @@
994
1257
  "items": {
995
1258
  "type": "object",
996
1259
  "properties": {
997
- "event": {
998
- "name": "event",
1260
+ "label": {
1261
+ "name": "label",
999
1262
  "type": "string",
1000
1263
  "required": true
1001
1264
  },
@@ -1004,15 +1267,15 @@
1004
1267
  "type": "string",
1005
1268
  "required": false
1006
1269
  },
1007
- "label": {
1008
- "name": "label",
1009
- "type": "string",
1010
- "required": true
1011
- },
1012
1270
  "variant": {
1013
1271
  "name": "variant",
1014
1272
  "type": "string",
1015
1273
  "required": false
1274
+ },
1275
+ "event": {
1276
+ "name": "event",
1277
+ "type": "string",
1278
+ "required": true
1016
1279
  }
1017
1280
  }
1018
1281
  }
@@ -1034,4 +1297,4 @@
1034
1297
  ]
1035
1298
  }
1036
1299
  ]
1037
- }
1300
+ }