@almadar/std 16.9.1 → 16.9.2

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 (252) hide show
  1. package/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  2. package/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  3. package/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  4. package/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  5. package/behaviors/registry/core/atoms/std-board.orb +289 -288
  6. package/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  7. package/behaviors/registry/core/atoms/std-browse.orb +118 -115
  8. package/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  9. package/behaviors/registry/core/atoms/std-calendar.orb +48 -47
  10. package/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  11. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  12. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  13. package/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  14. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  15. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  16. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  17. package/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  18. package/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  19. package/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  20. package/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  21. package/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  22. package/behaviors/registry/core/atoms/std-export.orb +63 -63
  23. package/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  24. package/behaviors/registry/core/atoms/std-filter.orb +36 -36
  25. package/behaviors/registry/core/atoms/std-flag.orb +92 -92
  26. package/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  27. package/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  28. package/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  29. package/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  30. package/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  31. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  32. package/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  33. package/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  34. package/behaviors/registry/core/atoms/std-modal.orb +39 -36
  35. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  36. package/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  37. package/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  38. package/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  39. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  40. package/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  41. package/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  42. package/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  43. package/behaviors/registry/core/atoms/std-related.orb +34 -31
  44. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  45. package/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  46. package/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  47. package/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  48. package/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  49. package/behaviors/registry/core/atoms/std-search.orb +11 -11
  50. package/behaviors/registry/core/atoms/std-selection.orb +103 -100
  51. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  52. package/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  53. package/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  54. package/behaviors/registry/core/atoms/std-stats.orb +326 -325
  55. package/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  56. package/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  57. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  58. package/behaviors/registry/core/atoms/std-thread.orb +64 -63
  59. package/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  60. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  61. package/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  62. package/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  63. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  64. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +57 -57
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  66. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  67. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +50 -50
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  73. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  74. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  75. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  76. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  77. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  78. package/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  79. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  80. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  81. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  82. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  83. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  84. package/dist/behaviors/behaviors-registry.json +1 -1
  85. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  86. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  87. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  88. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  89. package/dist/behaviors/registry/core/atoms/std-board.orb +289 -288
  90. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  91. package/dist/behaviors/registry/core/atoms/std-browse.orb +118 -115
  92. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  93. package/dist/behaviors/registry/core/atoms/std-calendar.orb +48 -47
  94. package/dist/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  95. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  96. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  97. package/dist/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  98. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  99. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  100. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  101. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  102. package/dist/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  103. package/dist/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  104. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  105. package/dist/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  106. package/dist/behaviors/registry/core/atoms/std-export.orb +63 -63
  107. package/dist/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  108. package/dist/behaviors/registry/core/atoms/std-filter.orb +36 -36
  109. package/dist/behaviors/registry/core/atoms/std-flag.orb +92 -92
  110. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  111. package/dist/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  112. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  113. package/dist/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  114. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  115. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  116. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  117. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  118. package/dist/behaviors/registry/core/atoms/std-modal.orb +39 -36
  119. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  120. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  121. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  122. package/dist/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  123. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  124. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  125. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  126. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  127. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -31
  128. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  129. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  130. package/dist/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  131. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  132. package/dist/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  133. package/dist/behaviors/registry/core/atoms/std-search.orb +11 -11
  134. package/dist/behaviors/registry/core/atoms/std-selection.orb +103 -100
  135. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  136. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  137. package/dist/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  138. package/dist/behaviors/registry/core/atoms/std-stats.orb +326 -325
  139. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  140. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  141. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  142. package/dist/behaviors/registry/core/atoms/std-thread.orb +64 -63
  143. package/dist/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  144. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  145. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  146. package/dist/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  147. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  148. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +57 -57
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  150. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  151. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +50 -50
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  157. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  158. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  159. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  160. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  161. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  162. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  163. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  164. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  165. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  166. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  167. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  168. package/dist/behaviors-registry.json +1 -1
  169. package/dist/registry/core/atoms/std-app-layout.orb +81 -78
  170. package/dist/registry/core/atoms/std-approval-gate.orb +84 -83
  171. package/dist/registry/core/atoms/std-audit-capture.orb +16 -15
  172. package/dist/registry/core/atoms/std-billable-hour.orb +125 -125
  173. package/dist/registry/core/atoms/std-board.orb +289 -288
  174. package/dist/registry/core/atoms/std-branching-logic.orb +118 -118
  175. package/dist/registry/core/atoms/std-browse.orb +118 -115
  176. package/dist/registry/core/atoms/std-cache-aside.orb +120 -120
  177. package/dist/registry/core/atoms/std-calendar.orb +48 -47
  178. package/dist/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  179. package/dist/registry/core/atoms/std-circuit-breaker.orb +210 -210
  180. package/dist/registry/core/atoms/std-confirmation.orb +33 -32
  181. package/dist/registry/core/atoms/std-cross-reference.orb +19 -19
  182. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  183. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  184. package/dist/registry/core/atoms/std-dashboard-summary.orb +84 -84
  185. package/dist/registry/core/atoms/std-data-erasure.orb +71 -71
  186. package/dist/registry/core/atoms/std-date-range.orb +24 -24
  187. package/dist/registry/core/atoms/std-drawer.orb +12 -9
  188. package/dist/registry/core/atoms/std-esign-request.orb +32 -32
  189. package/dist/registry/core/atoms/std-event-log.orb +170 -170
  190. package/dist/registry/core/atoms/std-export.orb +63 -63
  191. package/dist/registry/core/atoms/std-file-store.orb +157 -157
  192. package/dist/registry/core/atoms/std-filter.orb +36 -36
  193. package/dist/registry/core/atoms/std-flag.orb +92 -92
  194. package/dist/registry/core/atoms/std-form-advanced.orb +66 -66
  195. package/dist/registry/core/atoms/std-gallery.orb +30 -29
  196. package/dist/registry/core/atoms/std-geosearch.orb +27 -27
  197. package/dist/registry/core/atoms/std-graphs.orb +180 -180
  198. package/dist/registry/core/atoms/std-hero-banner.orb +22 -22
  199. package/dist/registry/core/atoms/std-image-upload-multi.orb +63 -63
  200. package/dist/registry/core/atoms/std-lifecycle.orb +28 -28
  201. package/dist/registry/core/atoms/std-mod-queue.orb +53 -53
  202. package/dist/registry/core/atoms/std-modal.orb +39 -36
  203. package/dist/registry/core/atoms/std-multi-party-flow.orb +598 -597
  204. package/dist/registry/core/atoms/std-notify-on-event.orb +37 -31
  205. package/dist/registry/core/atoms/std-page-tree.orb +132 -132
  206. package/dist/registry/core/atoms/std-pagination.orb +11 -11
  207. package/dist/registry/core/atoms/std-push.orb +43 -43
  208. package/dist/registry/core/atoms/std-rate-limiter.orb +216 -216
  209. package/dist/registry/core/atoms/std-rating-review.orb +647 -647
  210. package/dist/registry/core/atoms/std-recurrence.orb +169 -169
  211. package/dist/registry/core/atoms/std-related.orb +34 -31
  212. package/dist/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  213. package/dist/registry/core/atoms/std-rich-editor.orb +113 -113
  214. package/dist/registry/core/atoms/std-row-access-control.orb +21 -20
  215. package/dist/registry/core/atoms/std-saved-search.orb +89 -89
  216. package/dist/registry/core/atoms/std-scatter.orb +85 -85
  217. package/dist/registry/core/atoms/std-search.orb +11 -11
  218. package/dist/registry/core/atoms/std-selection.orb +103 -100
  219. package/dist/registry/core/atoms/std-sidebar-meta.orb +77 -77
  220. package/dist/registry/core/atoms/std-signature-capture.orb +85 -85
  221. package/dist/registry/core/atoms/std-stack-layout.orb +17 -17
  222. package/dist/registry/core/atoms/std-stats.orb +326 -325
  223. package/dist/registry/core/atoms/std-step-flow.orb +150 -149
  224. package/dist/registry/core/atoms/std-tabs.orb +47 -46
  225. package/dist/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  226. package/dist/registry/core/atoms/std-thread.orb +64 -63
  227. package/dist/registry/core/atoms/std-version-history.orb +155 -155
  228. package/dist/registry/core/atoms/std-vote.orb +39 -39
  229. package/dist/registry/core/atoms/std-wizard-form.orb +177 -177
  230. package/dist/registry/core/atoms/std-wizard.orb +183 -183
  231. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  232. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +57 -57
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  234. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  235. package/dist/registry/core-variations/atoms/std-browse-dense.orb +50 -50
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  241. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  242. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  243. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  244. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  245. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  246. package/dist/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  247. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  248. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  249. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  250. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  251. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  252. package/package.json +1 -1
@@ -276,22 +276,22 @@
276
276
  "render-ui",
277
277
  "main",
278
278
  {
279
- "align": "center",
280
279
  "type": "stack",
280
+ "direction": "vertical",
281
281
  "className": "py-12",
282
+ "gap": "md",
282
283
  "children": [
283
284
  {
284
285
  "type": "spinner"
285
286
  },
286
287
  {
287
288
  "type": "typography",
288
- "content": "Loading pages…",
289
289
  "color": "muted",
290
+ "content": "Loading pages…",
290
291
  "variant": "caption"
291
292
  }
292
293
  ],
293
- "direction": "vertical",
294
- "gap": "md"
294
+ "align": "center"
295
295
  }
296
296
  ]
297
297
  ]
@@ -305,10 +305,13 @@
305
305
  "render-ui",
306
306
  "main",
307
307
  {
308
+ "type": "stack",
309
+ "gap": "md",
310
+ "direction": "vertical",
308
311
  "children": [
309
312
  {
310
- "align": "center",
311
313
  "gap": "sm",
314
+ "type": "stack",
312
315
  "children": [
313
316
  {
314
317
  "name": "list-tree",
@@ -316,46 +319,46 @@
316
319
  },
317
320
  {
318
321
  "content": "@config.title",
319
- "type": "typography",
320
- "variant": "h3"
322
+ "variant": "h3",
323
+ "type": "typography"
321
324
  }
322
325
  ],
323
- "type": "stack",
324
- "direction": "horizontal"
326
+ "direction": "horizontal",
327
+ "align": "center"
325
328
  },
326
329
  {
330
+ "cols": 4.0,
331
+ "type": "simple-grid",
327
332
  "children": [
328
333
  {
329
334
  "value": "@payload.data.length",
330
335
  "icon": "file-text",
331
- "type": "stat-display",
332
336
  "look": "@config.statLook",
337
+ "type": "stat-display",
333
338
  "label": "Total pages"
334
339
  },
335
340
  {
336
- "look": "@config.statLook",
337
- "icon": "folder",
338
341
  "type": "stat-display",
339
342
  "value": "12",
343
+ "icon": "folder",
344
+ "look": "@config.statLook",
340
345
  "label": "Top-level"
341
346
  },
342
347
  {
343
- "look": "@config.statLook",
344
348
  "type": "stat-display",
345
- "label": "Updated this week",
349
+ "icon": "edit-3",
346
350
  "value": "8",
347
- "icon": "edit-3"
351
+ "label": "Updated this week",
352
+ "look": "@config.statLook"
348
353
  },
349
354
  {
350
- "value": "3",
351
- "icon": "file",
352
- "look": "@config.statLook",
353
355
  "label": "Drafts",
354
- "type": "stat-display"
356
+ "look": "@config.statLook",
357
+ "icon": "file",
358
+ "type": "stat-display",
359
+ "value": "3"
355
360
  }
356
- ],
357
- "cols": 4.0,
358
- "type": "simple-grid"
361
+ ]
359
362
  },
360
363
  {
361
364
  "type": "divider"
@@ -364,55 +367,55 @@
364
367
  "type": "file-tree",
365
368
  "tree": [
366
369
  {
370
+ "type": "dir",
367
371
  "name": "Getting Started",
372
+ "path": "Getting Started",
368
373
  "children": [
369
374
  {
370
- "name": "Overview.md",
371
375
  "type": "file",
376
+ "name": "Overview.md",
372
377
  "path": "Overview.md"
373
378
  },
374
379
  {
380
+ "type": "file",
375
381
  "name": "Quickstart.md",
376
- "path": "Quickstart.md",
377
- "type": "file"
382
+ "path": "Quickstart.md"
378
383
  }
379
- ],
380
- "type": "dir",
381
- "path": "Getting Started"
384
+ ]
382
385
  },
383
386
  {
384
387
  "type": "dir",
388
+ "name": "Architecture",
385
389
  "path": "Architecture",
386
390
  "children": [
387
391
  {
388
- "name": "Overview.md",
389
392
  "path": "Architecture/Overview.md",
390
- "type": "file"
393
+ "type": "file",
394
+ "name": "Overview.md"
391
395
  },
392
396
  {
393
397
  "name": "State Machine.md",
394
398
  "path": "Architecture/State Machine.md",
395
399
  "type": "file"
396
400
  }
397
- ],
398
- "name": "Architecture"
401
+ ]
399
402
  },
400
403
  {
404
+ "type": "dir",
405
+ "name": "Runbooks",
406
+ "path": "Runbooks",
401
407
  "children": [
402
408
  {
409
+ "name": "Incident.md",
403
410
  "path": "Runbooks/Incident.md",
404
- "type": "file",
405
- "name": "Incident.md"
411
+ "type": "file"
406
412
  },
407
413
  {
408
414
  "path": "Runbooks/Deployment.md",
409
- "type": "file",
410
- "name": "Deployment.md"
415
+ "name": "Deployment.md",
416
+ "type": "file"
411
417
  }
412
- ],
413
- "path": "Runbooks",
414
- "type": "dir",
415
- "name": "Runbooks"
418
+ ]
416
419
  }
417
420
  ]
418
421
  },
@@ -420,32 +423,34 @@
420
423
  "type": "divider"
421
424
  },
422
425
  {
426
+ "reorderEvent": "REORDER",
423
427
  "fields": [
424
428
  {
425
- "variant": "h4",
426
429
  "label": "Title",
427
- "name": "title"
430
+ "name": "title",
431
+ "variant": "h4"
428
432
  },
429
433
  {
430
- "name": "slug",
434
+ "label": "Slug",
431
435
  "variant": "caption",
432
- "label": "Slug"
436
+ "name": "slug"
433
437
  },
434
438
  {
435
- "variant": "caption",
436
439
  "name": "parentId",
437
- "label": "Parent"
440
+ "label": "Parent",
441
+ "variant": "caption"
438
442
  },
439
443
  {
444
+ "name": "order",
440
445
  "label": "Order",
441
- "variant": "badge",
442
- "name": "order"
446
+ "variant": "badge"
443
447
  }
444
448
  ],
445
- "entity": "@payload.data",
446
- "type": "data-list",
447
449
  "gap": "sm",
450
+ "look": "@config.tableLook",
448
451
  "reorderable": true,
452
+ "type": "data-list",
453
+ "entity": "@payload.data",
449
454
  "itemActions": [
450
455
  {
451
456
  "label": "Open",
@@ -454,19 +459,14 @@
454
459
  "event": "OPEN_PAGE"
455
460
  },
456
461
  {
457
- "icon": "trash",
458
462
  "variant": "danger",
463
+ "icon": "trash",
459
464
  "label": "Delete",
460
465
  "event": "DELETE_PAGE"
461
466
  }
462
- ],
463
- "reorderEvent": "REORDER",
464
- "look": "@config.tableLook"
467
+ ]
465
468
  }
466
- ],
467
- "gap": "md",
468
- "type": "stack",
469
- "direction": "vertical"
469
+ ]
470
470
  }
471
471
  ]
472
472
  ]
@@ -480,8 +480,8 @@
480
480
  "render-ui",
481
481
  "main",
482
482
  {
483
- "message": "@payload.error",
484
483
  "variant": "error",
484
+ "message": "@payload.error",
485
485
  "type": "alert"
486
486
  }
487
487
  ]
@@ -531,22 +531,23 @@
531
531
  "render-ui",
532
532
  "main",
533
533
  {
534
- "gap": "md",
535
534
  "type": "stack",
536
535
  "direction": "vertical",
536
+ "gap": "md",
537
537
  "children": [
538
538
  {
539
- "direction": "horizontal",
539
+ "align": "center",
540
+ "gap": "sm",
540
541
  "children": [
541
542
  {
542
543
  "label": "Back",
543
- "action": "CLOSE_VIEW",
544
+ "type": "button",
544
545
  "variant": "ghost",
545
- "type": "button"
546
+ "action": "CLOSE_VIEW"
546
547
  },
547
548
  {
548
- "type": "icon",
549
- "name": "file-text"
549
+ "name": "file-text",
550
+ "type": "icon"
550
551
  },
551
552
  {
552
553
  "variant": "h3",
@@ -555,110 +556,109 @@
555
556
  }
556
557
  ],
557
558
  "type": "stack",
558
- "gap": "sm",
559
- "align": "center"
559
+ "direction": "horizontal"
560
560
  },
561
561
  {
562
562
  "type": "divider"
563
563
  },
564
564
  {
565
+ "direction": "vertical",
566
+ "gap": "sm",
565
567
  "children": [
566
568
  {
569
+ "type": "stack",
567
570
  "children": [
568
571
  {
569
- "color": "muted",
570
- "type": "typography",
571
572
  "variant": "caption",
573
+ "type": "typography",
574
+ "color": "muted",
572
575
  "content": "Slug"
573
576
  },
574
577
  {
578
+ "type": "typography",
575
579
  "variant": "body",
576
- "content": "@entity.slug",
577
- "type": "typography"
580
+ "content": "@entity.slug"
578
581
  }
579
582
  ],
580
583
  "direction": "horizontal",
581
- "type": "stack",
582
584
  "gap": "md"
583
585
  },
584
586
  {
585
587
  "gap": "md",
586
588
  "direction": "horizontal",
589
+ "type": "stack",
587
590
  "children": [
588
591
  {
589
592
  "content": "Parent",
590
- "type": "typography",
591
593
  "color": "muted",
592
- "variant": "caption"
594
+ "variant": "caption",
595
+ "type": "typography"
593
596
  },
594
597
  {
595
598
  "content": "@entity.parentId",
596
- "type": "typography",
597
- "variant": "body"
599
+ "variant": "body",
600
+ "type": "typography"
598
601
  }
599
- ],
600
- "type": "stack"
602
+ ]
601
603
  },
602
604
  {
603
- "type": "stack",
604
- "direction": "horizontal",
605
605
  "gap": "md",
606
+ "direction": "horizontal",
606
607
  "children": [
607
608
  {
608
- "variant": "caption",
609
609
  "type": "typography",
610
+ "variant": "caption",
610
611
  "color": "muted",
611
612
  "content": "Document"
612
613
  },
613
614
  {
614
- "type": "typography",
615
615
  "variant": "body",
616
+ "type": "typography",
616
617
  "content": "@entity.documentId"
617
618
  }
618
- ]
619
+ ],
620
+ "type": "stack"
619
621
  }
620
622
  ],
621
- "type": "stack",
622
- "direction": "vertical",
623
- "gap": "sm"
623
+ "type": "stack"
624
624
  },
625
625
  {
626
626
  "type": "divider"
627
627
  },
628
628
  {
629
629
  "type": "simple-grid",
630
- "cols": 2.0,
631
630
  "children": [
632
631
  {
633
632
  "label": "Order",
634
633
  "icon": "list",
635
634
  "look": "@config.statLook",
636
- "value": "@entity.order",
637
- "type": "stat-display"
635
+ "type": "stat-display",
636
+ "value": "@entity.order"
638
637
  },
639
638
  {
640
- "type": "stat-display",
641
- "look": "@config.statLook",
642
639
  "value": "@entity.slug",
640
+ "look": "@config.statLook",
641
+ "type": "stat-display",
643
642
  "icon": "link",
644
643
  "label": "Slug"
645
644
  }
646
- ]
645
+ ],
646
+ "cols": 2.0
647
647
  },
648
648
  {
649
- "align": "center",
650
- "gap": "sm",
651
- "type": "stack",
652
649
  "direction": "horizontal",
650
+ "type": "stack",
651
+ "gap": "sm",
652
+ "align": "center",
653
653
  "children": [
654
654
  {
655
655
  "type": "button",
656
- "variant": "danger",
657
- "label": "Delete",
658
656
  "action": "DELETE_PAGE",
659
657
  "actionPayload": {
660
658
  "id": "@entity.id"
661
- }
659
+ },
660
+ "variant": "danger",
661
+ "label": "Delete"
662
662
  }
663
663
  ]
664
664
  }
@@ -691,22 +691,22 @@
691
691
  "render-ui",
692
692
  "main",
693
693
  {
694
+ "align": "center",
695
+ "gap": "md",
696
+ "type": "stack",
697
+ "className": "py-12",
694
698
  "children": [
695
699
  {
696
700
  "type": "spinner"
697
701
  },
698
702
  {
699
- "content": "Reordering pages…",
703
+ "variant": "caption",
700
704
  "type": "typography",
701
705
  "color": "muted",
702
- "variant": "caption"
706
+ "content": "Reordering pages…"
703
707
  }
704
708
  ],
705
- "type": "stack",
706
- "className": "py-12",
707
- "direction": "vertical",
708
- "gap": "md",
709
- "align": "center"
709
+ "direction": "vertical"
710
710
  }
711
711
  ]
712
712
  ]
@@ -726,8 +726,8 @@
726
726
  "PageNode",
727
727
  {
728
728
  "emit": {
729
- "failure": "PageNodeLoadFailed",
730
- "success": "PageNodeLoaded"
729
+ "success": "PageNodeLoaded",
730
+ "failure": "PageNodeLoadFailed"
731
731
  }
732
732
  }
733
733
  ],
@@ -735,22 +735,22 @@
735
735
  "render-ui",
736
736
  "main",
737
737
  {
738
- "className": "py-12",
738
+ "type": "stack",
739
739
  "children": [
740
740
  {
741
741
  "type": "spinner"
742
742
  },
743
743
  {
744
- "color": "muted",
745
- "variant": "caption",
746
744
  "type": "typography",
747
- "content": "Deleting page…"
745
+ "content": "Deleting page…",
746
+ "variant": "caption",
747
+ "color": "muted"
748
748
  }
749
749
  ],
750
- "gap": "md",
750
+ "align": "center",
751
751
  "direction": "vertical",
752
- "type": "stack",
753
- "align": "center"
752
+ "gap": "md",
753
+ "className": "py-12"
754
754
  }
755
755
  ]
756
756
  ]
@@ -775,20 +775,20 @@
775
775
  "main",
776
776
  {
777
777
  "type": "stack",
778
- "align": "center",
779
778
  "direction": "vertical",
779
+ "gap": "md",
780
+ "align": "center",
780
781
  "children": [
781
782
  {
782
783
  "type": "spinner"
783
784
  },
784
785
  {
785
- "color": "muted",
786
- "variant": "caption",
786
+ "content": "Loading pages…",
787
787
  "type": "typography",
788
- "content": "Loading pages…"
788
+ "color": "muted",
789
+ "variant": "caption"
789
790
  }
790
791
  ],
791
- "gap": "md",
792
792
  "className": "py-12"
793
793
  }
794
794
  ]
@@ -819,6 +819,8 @@
819
819
  "main",
820
820
  {
821
821
  "type": "stack",
822
+ "direction": "vertical",
823
+ "gap": "md",
822
824
  "align": "center",
823
825
  "className": "py-12",
824
826
  "children": [
@@ -826,14 +828,12 @@
826
828
  "type": "spinner"
827
829
  },
828
830
  {
829
- "content": "Deleting page…",
831
+ "type": "typography",
830
832
  "variant": "caption",
831
- "color": "muted",
832
- "type": "typography"
833
+ "content": "Deleting page…",
834
+ "color": "muted"
833
835
  }
834
- ],
835
- "direction": "vertical",
836
- "gap": "md"
836
+ ]
837
837
  }
838
838
  ]
839
839
  ]
@@ -880,13 +880,6 @@
880
880
  "sparkline"
881
881
  ]
882
882
  },
883
- "title": {
884
- "type": "string",
885
- "default": "Pages",
886
- "label": "Section title",
887
- "description": "Heading shown above the page tree",
888
- "tier": "presentation"
889
- },
890
883
  "tableLook": {
891
884
  "type": "string",
892
885
  "default": "dense",
@@ -900,6 +893,13 @@
900
893
  "borderless",
901
894
  "card-rows"
902
895
  ]
896
+ },
897
+ "title": {
898
+ "type": "string",
899
+ "default": "Pages",
900
+ "label": "Section title",
901
+ "description": "Heading shown above the page tree",
902
+ "tier": "presentation"
903
903
  }
904
904
  },
905
905
  "scope": "collection"
@@ -129,11 +129,11 @@
129
129
  "render-ui",
130
130
  "main",
131
131
  {
132
+ "totalPages": "@entity.totalPages",
132
133
  "currentPage": "@entity.currentPage",
133
134
  "pageChangeEvent": "@config.event",
134
- "showPageSize": false,
135
- "totalPages": "@entity.totalPages",
136
- "type": "pagination"
135
+ "type": "pagination",
136
+ "showPageSize": false
137
137
  }
138
138
  ]
139
139
  ]
@@ -147,11 +147,11 @@
147
147
  "render-ui",
148
148
  "main",
149
149
  {
150
- "currentPage": "@entity.currentPage",
151
150
  "totalPages": "@entity.totalPages",
152
151
  "showPageSize": false,
152
+ "pageChangeEvent": "@config.event",
153
153
  "type": "pagination",
154
- "pageChangeEvent": "@config.event"
154
+ "currentPage": "@entity.currentPage"
155
155
  }
156
156
  ]
157
157
  ]
@@ -170,11 +170,11 @@
170
170
  "render-ui",
171
171
  "main",
172
172
  {
173
+ "currentPage": "@entity.currentPage",
173
174
  "type": "pagination",
174
- "pageChangeEvent": "@config.event",
175
175
  "totalPages": "@entity.totalPages",
176
- "showPageSize": false,
177
- "currentPage": "@entity.currentPage"
176
+ "pageChangeEvent": "@config.event",
177
+ "showPageSize": false
178
178
  }
179
179
  ]
180
180
  ]
@@ -200,11 +200,11 @@
200
200
  "render-ui",
201
201
  "main",
202
202
  {
203
- "showPageSize": false,
204
- "totalPages": "@entity.totalPages",
203
+ "pageChangeEvent": "@config.event",
205
204
  "type": "pagination",
205
+ "showPageSize": false,
206
206
  "currentPage": "@entity.currentPage",
207
- "pageChangeEvent": "@config.event"
207
+ "totalPages": "@entity.totalPages"
208
208
  }
209
209
  ]
210
210
  ]