@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
@@ -264,8 +264,8 @@
264
264
  "StoredFile",
265
265
  {
266
266
  "emit": {
267
- "failure": "StoredFileLoadFailed",
268
- "success": "StoredFileLoaded"
267
+ "success": "StoredFileLoaded",
268
+ "failure": "StoredFileLoadFailed"
269
269
  }
270
270
  }
271
271
  ],
@@ -273,21 +273,21 @@
273
273
  "render-ui",
274
274
  "main",
275
275
  {
276
- "align": "center",
276
+ "className": "py-12",
277
277
  "direction": "vertical",
278
+ "gap": "md",
278
279
  "children": [
279
280
  {
280
281
  "type": "spinner"
281
282
  },
282
283
  {
283
- "color": "muted",
284
284
  "content": "Loading files…",
285
- "variant": "caption",
286
- "type": "typography"
285
+ "type": "typography",
286
+ "color": "muted",
287
+ "variant": "caption"
287
288
  }
288
289
  ],
289
- "className": "py-12",
290
- "gap": "md",
290
+ "align": "center",
291
291
  "type": "stack"
292
292
  }
293
293
  ]
@@ -304,54 +304,53 @@
304
304
  {
305
305
  "type": "stack",
306
306
  "direction": "vertical",
307
- "gap": "md",
308
307
  "children": [
309
308
  {
310
- "type": "stack",
311
- "gap": "sm",
312
- "align": "center",
313
- "direction": "horizontal",
314
309
  "children": [
315
310
  {
316
311
  "type": "icon",
317
312
  "name": "folder"
318
313
  },
319
314
  {
320
- "content": "@config.title",
321
315
  "variant": "h3",
322
- "type": "typography"
316
+ "type": "typography",
317
+ "content": "@config.title"
323
318
  }
324
- ]
319
+ ],
320
+ "direction": "horizontal",
321
+ "type": "stack",
322
+ "align": "center",
323
+ "gap": "sm"
325
324
  },
326
325
  {
327
326
  "children": [
328
327
  {
329
328
  "value": "@payload.data.length",
330
- "type": "stat-display",
331
- "label": "Total files",
332
329
  "look": "@config.statLook",
333
- "icon": "file"
330
+ "type": "stat-display",
331
+ "icon": "file",
332
+ "label": "Total files"
334
333
  },
335
334
  {
336
- "value": "12",
337
335
  "look": "@config.statLook",
336
+ "type": "stat-display",
338
337
  "icon": "folder",
339
- "label": "Folders",
340
- "type": "stat-display"
338
+ "value": "12",
339
+ "label": "Folders"
341
340
  },
342
341
  {
343
- "label": "Uploaded this week",
344
- "look": "@config.statLook",
345
- "icon": "upload",
342
+ "type": "stat-display",
346
343
  "value": "18",
347
- "type": "stat-display"
344
+ "icon": "upload",
345
+ "look": "@config.statLook",
346
+ "label": "Uploaded this week"
348
347
  },
349
348
  {
350
- "value": "4",
351
- "icon": "archive",
352
349
  "type": "stat-display",
353
350
  "look": "@config.statLook",
354
- "label": "Archived"
351
+ "value": "4",
352
+ "label": "Archived",
353
+ "icon": "archive"
355
354
  }
356
355
  ],
357
356
  "type": "simple-grid",
@@ -364,53 +363,53 @@
364
363
  "tree": [
365
364
  {
366
365
  "name": "Contracts",
367
- "path": "Contracts",
368
366
  "type": "dir",
369
367
  "children": [
370
368
  {
371
- "path": "Active.pdf",
372
369
  "type": "file",
373
- "name": "Active.pdf"
370
+ "name": "Active.pdf",
371
+ "path": "Active.pdf"
374
372
  },
375
373
  {
374
+ "path": "Archived.pdf",
376
375
  "type": "file",
377
- "name": "Archived.pdf",
378
- "path": "Archived.pdf"
376
+ "name": "Archived.pdf"
379
377
  }
380
- ]
378
+ ],
379
+ "path": "Contracts"
381
380
  },
382
381
  {
383
382
  "name": "Policies",
383
+ "path": "Policies",
384
384
  "type": "dir",
385
385
  "children": [
386
386
  {
387
- "type": "file",
387
+ "name": "HR.docx",
388
388
  "path": "Policies/HR.docx",
389
- "name": "HR.docx"
389
+ "type": "file"
390
390
  },
391
391
  {
392
- "path": "Policies/Security.md",
393
392
  "type": "file",
393
+ "path": "Policies/Security.md",
394
394
  "name": "Security.md"
395
395
  }
396
- ],
397
- "path": "Policies"
396
+ ]
398
397
  },
399
398
  {
400
- "type": "dir",
401
- "path": "Templates",
402
399
  "children": [
403
400
  {
401
+ "path": "Templates/Invoice.docx",
404
402
  "type": "file",
405
- "name": "Invoice.docx",
406
- "path": "Templates/Invoice.docx"
403
+ "name": "Invoice.docx"
407
404
  },
408
405
  {
409
- "name": "NDA.pdf",
410
406
  "type": "file",
411
- "path": "Templates/NDA.pdf"
407
+ "path": "Templates/NDA.pdf",
408
+ "name": "NDA.pdf"
412
409
  }
413
410
  ],
411
+ "type": "dir",
412
+ "path": "Templates",
414
413
  "name": "Templates"
415
414
  }
416
415
  ],
@@ -420,26 +419,12 @@
420
419
  "type": "divider"
421
420
  },
422
421
  {
423
- "itemActions": [
424
- {
425
- "icon": "arrow-right",
426
- "event": "OPEN_FILE",
427
- "label": "Open",
428
- "variant": "primary"
429
- },
430
- {
431
- "event": "ARCHIVE_FILE",
432
- "variant": "danger",
433
- "label": "Archive"
434
- }
435
- ],
436
- "look": "@config.tableLook",
437
422
  "entity": "@payload.data",
438
423
  "fields": [
439
424
  {
440
425
  "name": "name",
441
- "label": "Name",
442
- "variant": "caption"
426
+ "variant": "caption",
427
+ "label": "Name"
443
428
  },
444
429
  {
445
430
  "name": "folder",
@@ -453,20 +438,35 @@
453
438
  },
454
439
  {
455
440
  "variant": "caption",
456
- "name": "sizeBytes",
457
- "label": "Size"
441
+ "label": "Size",
442
+ "name": "sizeBytes"
458
443
  },
459
444
  {
460
- "name": "uploadedAt",
445
+ "variant": "caption",
461
446
  "label": "Uploaded",
462
- "variant": "caption"
447
+ "name": "uploadedAt"
463
448
  }
464
449
  ],
450
+ "cols": 1.0,
465
451
  "type": "data-grid",
452
+ "look": "@config.tableLook",
466
453
  "gap": "sm",
467
- "cols": 1.0
454
+ "itemActions": [
455
+ {
456
+ "label": "Open",
457
+ "variant": "primary",
458
+ "event": "OPEN_FILE",
459
+ "icon": "arrow-right"
460
+ },
461
+ {
462
+ "label": "Archive",
463
+ "event": "ARCHIVE_FILE",
464
+ "variant": "danger"
465
+ }
466
+ ]
468
467
  }
469
- ]
468
+ ],
469
+ "gap": "md"
470
470
  }
471
471
  ]
472
472
  ]
@@ -480,9 +480,9 @@
480
480
  "render-ui",
481
481
  "main",
482
482
  {
483
- "type": "alert",
483
+ "variant": "error",
484
484
  "message": "@payload.error",
485
- "variant": "error"
485
+ "type": "alert"
486
486
  }
487
487
  ]
488
488
  ]
@@ -546,34 +546,36 @@
546
546
  "render-ui",
547
547
  "main",
548
548
  {
549
+ "type": "stack",
550
+ "direction": "vertical",
549
551
  "children": [
550
552
  {
551
- "direction": "horizontal",
552
- "type": "stack",
553
- "gap": "sm",
554
- "align": "center",
555
553
  "children": [
556
554
  {
557
- "label": "Back",
558
555
  "action": "CLOSE_VIEW",
556
+ "variant": "ghost",
559
557
  "type": "button",
560
- "variant": "ghost"
558
+ "label": "Back"
561
559
  },
562
560
  {
563
561
  "type": "icon",
564
562
  "name": "file"
565
563
  },
566
564
  {
567
- "content": "@entity.name",
568
565
  "type": "typography",
569
- "variant": "h3"
566
+ "variant": "h3",
567
+ "content": "@entity.name"
570
568
  },
571
569
  {
572
570
  "type": "badge",
573
- "label": "@entity.mimeType",
574
- "variant": "default"
571
+ "variant": "default",
572
+ "label": "@entity.mimeType"
575
573
  }
576
- ]
574
+ ],
575
+ "type": "stack",
576
+ "direction": "horizontal",
577
+ "align": "center",
578
+ "gap": "sm"
577
579
  },
578
580
  {
579
581
  "type": "divider"
@@ -587,9 +589,9 @@
587
589
  "children": [
588
590
  {
589
591
  "type": "typography",
592
+ "content": "Folder",
590
593
  "variant": "caption",
591
- "color": "muted",
592
- "content": "Folder"
594
+ "color": "muted"
593
595
  },
594
596
  {
595
597
  "content": "@entity.folder",
@@ -607,35 +609,35 @@
607
609
  "gap": "md",
608
610
  "children": [
609
611
  {
610
- "content": "Path",
612
+ "type": "typography",
611
613
  "variant": "caption",
612
- "color": "muted",
613
- "type": "typography"
614
+ "content": "Path",
615
+ "color": "muted"
614
616
  },
615
617
  {
616
- "variant": "body",
618
+ "type": "typography",
617
619
  "content": "@entity.path",
618
- "type": "typography"
620
+ "variant": "body"
619
621
  }
620
622
  ]
621
623
  },
622
624
  {
625
+ "type": "stack",
626
+ "direction": "horizontal",
627
+ "gap": "md",
623
628
  "children": [
624
629
  {
625
630
  "variant": "caption",
631
+ "color": "muted",
626
632
  "type": "typography",
627
- "content": "Uploader",
628
- "color": "muted"
633
+ "content": "Uploader"
629
634
  },
630
635
  {
636
+ "variant": "body",
631
637
  "type": "typography",
632
- "content": "@entity.uploaderName",
633
- "variant": "body"
638
+ "content": "@entity.uploaderName"
634
639
  }
635
- ],
636
- "gap": "md",
637
- "type": "stack",
638
- "direction": "horizontal"
640
+ ]
639
641
  }
640
642
  ]
641
643
  },
@@ -645,60 +647,58 @@
645
647
  {
646
648
  "children": [
647
649
  {
648
- "value": "@entity.sizeBytes",
650
+ "look": "@config.statLook",
649
651
  "label": "Size",
650
652
  "icon": "hard-drive",
651
- "look": "@config.statLook",
652
- "type": "stat-display"
653
+ "type": "stat-display",
654
+ "value": "@entity.sizeBytes"
653
655
  },
654
656
  {
655
- "value": "@entity.mimeType",
656
- "label": "Type",
657
657
  "icon": "file",
658
658
  "look": "@config.statLook",
659
- "type": "stat-display"
659
+ "type": "stat-display",
660
+ "label": "Type",
661
+ "value": "@entity.mimeType"
660
662
  },
661
663
  {
662
- "type": "stat-display",
664
+ "look": "@config.statLook",
663
665
  "label": "Uploaded",
664
- "value": "@entity.uploadedAt",
665
666
  "icon": "calendar",
666
- "look": "@config.statLook"
667
+ "value": "@entity.uploadedAt",
668
+ "type": "stat-display"
667
669
  }
668
670
  ],
669
- "type": "simple-grid",
670
- "cols": 3.0
671
+ "cols": 3.0,
672
+ "type": "simple-grid"
671
673
  },
672
674
  {
673
675
  "type": "stack",
676
+ "direction": "horizontal",
674
677
  "gap": "sm",
675
678
  "align": "center",
676
679
  "children": [
677
680
  {
678
- "type": "button",
681
+ "label": "Download",
682
+ "variant": "primary",
679
683
  "action": "DOWNLOAD_FILE",
680
684
  "actionPayload": {
681
685
  "id": "@entity.id"
682
686
  },
683
- "variant": "primary",
684
- "label": "Download"
687
+ "type": "button"
685
688
  },
686
689
  {
687
690
  "type": "button",
688
691
  "action": "ARCHIVE_FILE",
689
692
  "variant": "danger",
690
- "label": "Archive",
691
693
  "actionPayload": {
692
694
  "id": "@entity.id"
693
- }
695
+ },
696
+ "label": "Archive"
694
697
  }
695
- ],
696
- "direction": "horizontal"
698
+ ]
697
699
  }
698
700
  ],
699
- "gap": "md",
700
- "direction": "vertical",
701
- "type": "stack"
701
+ "gap": "md"
702
702
  }
703
703
  ]
704
704
  ]
@@ -718,8 +718,8 @@
718
718
  "StoredFile",
719
719
  {
720
720
  "emit": {
721
- "success": "StoredFileLoaded",
722
- "failure": "StoredFileLoadFailed"
721
+ "failure": "StoredFileLoadFailed",
722
+ "success": "StoredFileLoaded"
723
723
  }
724
724
  }
725
725
  ],
@@ -727,8 +727,8 @@
727
727
  "render-ui",
728
728
  "main",
729
729
  {
730
- "type": "stack",
731
730
  "direction": "vertical",
731
+ "type": "stack",
732
732
  "gap": "md",
733
733
  "align": "center",
734
734
  "className": "py-12",
@@ -738,9 +738,9 @@
738
738
  },
739
739
  {
740
740
  "type": "typography",
741
- "variant": "caption",
741
+ "color": "muted",
742
742
  "content": "Archiving file…",
743
- "color": "muted"
743
+ "variant": "caption"
744
744
  }
745
745
  ]
746
746
  }
@@ -757,8 +757,8 @@
757
757
  "StoredFile",
758
758
  {
759
759
  "emit": {
760
- "failure": "StoredFileLoadFailed",
761
- "success": "StoredFileLoaded"
760
+ "success": "StoredFileLoaded",
761
+ "failure": "StoredFileLoadFailed"
762
762
  }
763
763
  }
764
764
  ],
@@ -766,7 +766,6 @@
766
766
  "render-ui",
767
767
  "main",
768
768
  {
769
- "gap": "md",
770
769
  "className": "py-12",
771
770
  "children": [
772
771
  {
@@ -774,14 +773,15 @@
774
773
  },
775
774
  {
776
775
  "variant": "caption",
777
- "color": "muted",
778
776
  "content": "Loading files…",
777
+ "color": "muted",
779
778
  "type": "typography"
780
779
  }
781
780
  ],
781
+ "direction": "vertical",
782
782
  "type": "stack",
783
- "align": "center",
784
- "direction": "vertical"
783
+ "gap": "md",
784
+ "align": "center"
785
785
  }
786
786
  ]
787
787
  ]
@@ -810,22 +810,22 @@
810
810
  "render-ui",
811
811
  "main",
812
812
  {
813
+ "className": "py-12",
813
814
  "children": [
814
815
  {
815
816
  "type": "spinner"
816
817
  },
817
818
  {
818
- "variant": "caption",
819
+ "color": "muted",
819
820
  "type": "typography",
820
821
  "content": "Preparing download…",
821
- "color": "muted"
822
+ "variant": "caption"
822
823
  }
823
824
  ],
824
- "gap": "md",
825
+ "align": "center",
825
826
  "type": "stack",
826
827
  "direction": "vertical",
827
- "className": "py-12",
828
- "align": "center"
828
+ "gap": "md"
829
829
  }
830
830
  ]
831
831
  ]
@@ -845,8 +845,8 @@
845
845
  "StoredFile",
846
846
  {
847
847
  "emit": {
848
- "failure": "StoredFileLoadFailed",
849
- "success": "StoredFileLoaded"
848
+ "success": "StoredFileLoaded",
849
+ "failure": "StoredFileLoadFailed"
850
850
  }
851
851
  }
852
852
  ],
@@ -854,22 +854,22 @@
854
854
  "render-ui",
855
855
  "main",
856
856
  {
857
- "type": "stack",
858
- "align": "center",
859
857
  "className": "py-12",
858
+ "direction": "vertical",
859
+ "type": "stack",
860
860
  "children": [
861
861
  {
862
862
  "type": "spinner"
863
863
  },
864
864
  {
865
865
  "type": "typography",
866
- "variant": "caption",
867
866
  "content": "Archiving file…",
868
- "color": "muted"
867
+ "color": "muted",
868
+ "variant": "caption"
869
869
  }
870
870
  ],
871
- "gap": "md",
872
- "direction": "vertical"
871
+ "align": "center",
872
+ "gap": "md"
873
873
  }
874
874
  ]
875
875
  ]
@@ -893,8 +893,8 @@
893
893
  "render-ui",
894
894
  "main",
895
895
  {
896
- "type": "spinner",
897
- "size": "sm"
896
+ "size": "sm",
897
+ "type": "spinner"
898
898
  }
899
899
  ]
900
900
  ]
@@ -902,20 +902,6 @@
902
902
  ]
903
903
  },
904
904
  "config": {
905
- "tableLook": {
906
- "type": "string",
907
- "default": "dense",
908
- "label": "Table look",
909
- "description": "Layer 2 visual treatment for the data table rendered by this atom.",
910
- "tier": "presentation",
911
- "values": [
912
- "dense",
913
- "spacious",
914
- "striped",
915
- "borderless",
916
- "card-rows"
917
- ]
918
- },
919
905
  "statLook": {
920
906
  "type": "string",
921
907
  "default": "elevated",
@@ -936,6 +922,20 @@
936
922
  "label": "Section title",
937
923
  "description": "Heading shown above the file browser",
938
924
  "tier": "presentation"
925
+ },
926
+ "tableLook": {
927
+ "type": "string",
928
+ "default": "dense",
929
+ "label": "Table look",
930
+ "description": "Layer 2 visual treatment for the data table rendered by this atom.",
931
+ "tier": "presentation",
932
+ "values": [
933
+ "dense",
934
+ "spacious",
935
+ "striped",
936
+ "borderless",
937
+ "card-rows"
938
+ ]
939
939
  }
940
940
  },
941
941
  "scope": "collection"