@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
@@ -60,104 +60,106 @@
60
60
  "linkedEntity": "TriageItem",
61
61
  "config": {
62
62
  "bodyContent": {
63
+ "className": "max-w-3xl mx-auto p-card-md",
64
+ "gap": "md",
65
+ "direction": "vertical",
66
+ "type": "stack",
63
67
  "children": [
64
68
  {
65
- "gap": "sm",
66
- "justify": "between",
67
69
  "type": "stack",
70
+ "justify": "between",
68
71
  "className": "px-1",
69
72
  "children": [
70
73
  {
71
74
  "variant": "overline",
72
75
  "content": "Triage queue",
73
- "type": "typography",
74
- "color": "muted"
76
+ "color": "muted",
77
+ "type": "typography"
75
78
  },
76
79
  {
77
- "size": "sm",
78
- "variant": "neutral",
79
80
  "label": "@payload.data.length",
80
- "type": "badge"
81
+ "type": "badge",
82
+ "variant": "neutral",
83
+ "size": "sm"
81
84
  }
82
85
  ],
83
- "direction": "horizontal",
84
- "align": "center"
86
+ "align": "center",
87
+ "gap": "sm",
88
+ "direction": "horizontal"
85
89
  },
86
90
  {
87
91
  "type": "divider"
88
92
  },
89
93
  {
90
- "variant": "card",
91
- "entity": "@payload.data",
92
- "gap": "md",
93
94
  "fields": [],
95
+ "type": "data-list",
96
+ "entity": "@payload.data",
94
97
  "renderItem": [
95
98
  "fn",
96
99
  "item",
97
100
  {
98
- "look": "flat-bordered",
99
- "type": "card",
100
101
  "children": [
101
102
  {
102
103
  "children": [
103
104
  {
104
- "justify": "center",
105
- "className": "shrink-0 w-10 h-10 rounded-full bg-[var(--color-primary-soft)] text-[var(--color-primary-strong)] font-semibold",
106
105
  "direction": "vertical",
106
+ "align": "center",
107
+ "justify": "center",
107
108
  "children": [
108
109
  {
109
- "content": "@item.queueIndex",
110
- "type": "typography",
111
110
  "weight": "bold",
112
- "variant": "caption"
111
+ "variant": "caption",
112
+ "type": "typography",
113
+ "content": "@item.queueIndex"
113
114
  }
114
115
  ],
115
116
  "type": "stack",
116
- "align": "center",
117
+ "className": "shrink-0 w-10 h-10 rounded-full bg-[var(--color-primary-soft)] text-[var(--color-primary-strong)] font-semibold",
117
118
  "gap": "none"
118
119
  },
119
120
  {
121
+ "className": "shrink-0 text-[var(--color-text-muted)]",
120
122
  "type": "icon",
121
- "name": "flag",
122
- "className": "shrink-0 text-[var(--color-text-muted)]"
123
+ "name": "flag"
123
124
  },
124
125
  {
125
- "direction": "vertical",
126
- "className": "flex-1 min-w-0",
127
126
  "type": "stack",
127
+ "gap": "xs",
128
+ "direction": "vertical",
128
129
  "children": [
129
130
  {
130
- "direction": "horizontal",
131
- "gap": "xs",
131
+ "align": "center",
132
132
  "className": "flex-wrap",
133
133
  "children": [
134
134
  {
135
135
  "variant": "body",
136
- "className": "truncate",
137
136
  "type": "typography",
137
+ "weight": "medium",
138
138
  "content": "@item.name",
139
- "weight": "medium"
139
+ "className": "truncate"
140
140
  },
141
141
  {
142
- "variant": "warning",
143
142
  "type": "badge",
144
143
  "label": "@item.priority",
145
- "size": "sm"
144
+ "size": "sm",
145
+ "variant": "warning"
146
146
  }
147
147
  ],
148
148
  "type": "stack",
149
- "align": "center"
149
+ "direction": "horizontal",
150
+ "gap": "xs"
150
151
  },
151
152
  {
153
+ "color": "muted",
152
154
  "type": "typography",
153
- "content": "@item.description",
154
- "variant": "caption",
155
155
  "className": "truncate",
156
- "color": "muted"
156
+ "content": "@item.description",
157
+ "variant": "caption"
157
158
  },
158
159
  {
159
160
  "type": "stack",
160
161
  "align": "center",
162
+ "className": "pt-0.5",
161
163
  "direction": "horizontal",
162
164
  "children": [
163
165
  {
@@ -166,72 +168,70 @@
166
168
  "name": "user"
167
169
  },
168
170
  {
171
+ "variant": "caption",
169
172
  "content": "@item.assignee",
170
173
  "color": "muted",
171
- "variant": "caption",
172
174
  "type": "typography"
173
175
  }
174
176
  ],
175
- "gap": "xs",
176
- "className": "pt-0.5"
177
+ "gap": "xs"
177
178
  }
178
179
  ],
179
- "gap": "xs"
180
+ "className": "flex-1 min-w-0"
180
181
  },
181
182
  {
182
183
  "children": [
183
184
  {
185
+ "size": "sm",
184
186
  "type": "button",
185
- "variant": "ghost",
186
187
  "action": "DEFER",
187
- "size": "sm",
188
- "label": "Defer"
188
+ "label": "Defer",
189
+ "variant": "ghost"
189
190
  },
190
191
  {
192
+ "size": "sm",
191
193
  "type": "button",
192
194
  "variant": "warning",
193
195
  "action": "ESCALATE",
194
- "label": "Escalate",
195
- "size": "sm"
196
+ "label": "Escalate"
196
197
  },
197
198
  {
198
199
  "size": "sm",
199
- "type": "button",
200
200
  "label": "Accept",
201
+ "type": "button",
201
202
  "variant": "primary",
202
203
  "action": "ACCEPT"
203
204
  }
204
205
  ],
206
+ "direction": "horizontal",
205
207
  "gap": "xs",
206
- "align": "center",
207
208
  "type": "stack",
208
- "className": "shrink-0 opacity-60 group-hover:opacity-100 transition-opacity duration-normal",
209
- "direction": "horizontal"
209
+ "align": "center",
210
+ "className": "shrink-0 opacity-60 group-hover:opacity-100 transition-opacity duration-normal"
210
211
  }
211
212
  ],
212
- "direction": "horizontal",
213
- "type": "stack",
214
- "className": "p-card-md",
215
213
  "align": "center",
216
- "gap": "md"
214
+ "gap": "md",
215
+ "className": "p-card-md",
216
+ "direction": "horizontal",
217
+ "type": "stack"
217
218
  }
218
219
  ],
219
- "className": "group rounded-md bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm transition-all duration-normal hover:shadow-hover hover:border-[var(--color-border-strong)] hover:-translate-y-px"
220
+ "className": "group rounded-md bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm transition-all duration-normal hover:shadow-hover hover:border-[var(--color-border-strong)] hover:-translate-y-px",
221
+ "type": "card",
222
+ "look": "flat-bordered"
220
223
  }
221
224
  ],
222
- "type": "data-list"
225
+ "gap": "md",
226
+ "variant": "card"
223
227
  }
224
- ],
225
- "className": "max-w-3xl mx-auto p-card-md",
226
- "type": "stack",
227
- "direction": "vertical",
228
- "gap": "md"
228
+ ]
229
229
  }
230
230
  },
231
231
  "events": {
232
- "DELETE": "ESCALATE",
232
+ "VIEW": "ACCEPT",
233
233
  "EDIT": "DEFER",
234
- "VIEW": "ACCEPT"
234
+ "DELETE": "ESCALATE"
235
235
  }
236
236
  }
237
237
  ],
@@ -72,134 +72,134 @@
72
72
  "linkedEntity": "AgendaListEvent",
73
73
  "config": {
74
74
  "bodyContent": {
75
- "type": "stack",
75
+ "gap": "lg",
76
+ "className": "max-w-3xl mx-auto p-card-md",
76
77
  "children": [
77
78
  {
78
- "align": "center",
79
+ "direction": "horizontal",
79
80
  "children": [
80
81
  {
81
82
  "align": "center",
82
- "direction": "horizontal",
83
+ "gap": "sm",
84
+ "type": "stack",
83
85
  "children": [
84
86
  {
85
87
  "type": "icon",
86
88
  "name": "list"
87
89
  },
88
90
  {
89
- "content": "Agenda",
90
91
  "variant": "h2",
91
- "type": "typography"
92
+ "type": "typography",
93
+ "content": "Agenda"
92
94
  }
93
95
  ],
94
- "gap": "sm",
95
- "type": "stack"
96
+ "direction": "horizontal"
96
97
  },
97
98
  {
98
- "type": "date-range-selector",
99
- "onSelect": "SELECT_DAY"
99
+ "onSelect": "SELECT_DAY",
100
+ "type": "date-range-selector"
100
101
  }
101
102
  ],
102
- "justify": "between",
103
103
  "gap": "md",
104
+ "align": "center",
104
105
  "type": "stack",
105
- "direction": "horizontal"
106
+ "justify": "between"
106
107
  },
107
108
  {
108
109
  "type": "divider"
109
110
  },
110
111
  {
111
- "fields": [],
112
- "variant": "default",
113
112
  "renderItem": [
114
113
  "fn",
115
114
  "item",
116
115
  {
117
116
  "look": "flat-bordered",
118
- "padding": "md",
119
117
  "children": [
120
118
  {
121
- "align": "start",
122
- "direction": "horizontal",
123
119
  "type": "stack",
124
- "gap": "md",
125
120
  "children": [
126
121
  {
127
- "gap": "xs",
128
- "type": "stack",
129
- "className": "w-16 shrink-0",
130
122
  "direction": "vertical",
131
- "align": "center",
123
+ "type": "stack",
132
124
  "children": [
133
125
  {
134
- "content": "@item.time",
135
- "variant": "overline",
126
+ "type": "typography",
136
127
  "color": "muted",
137
- "type": "typography"
128
+ "variant": "overline",
129
+ "content": "@item.time"
138
130
  },
139
131
  {
140
132
  "color": "muted",
141
- "type": "icon",
142
133
  "size": "sm",
143
- "name": "clock"
134
+ "name": "clock",
135
+ "type": "icon"
144
136
  }
145
- ]
137
+ ],
138
+ "gap": "xs",
139
+ "align": "center",
140
+ "className": "w-16 shrink-0"
146
141
  },
147
142
  {
148
143
  "type": "divider",
149
144
  "orientation": "vertical"
150
145
  },
151
146
  {
152
- "gap": "xs",
153
147
  "type": "stack",
148
+ "direction": "vertical",
154
149
  "className": "flex-1 min-w-0",
155
150
  "children": [
156
151
  {
157
- "type": "stack",
152
+ "direction": "horizontal",
158
153
  "gap": "sm",
159
154
  "align": "center",
160
- "direction": "horizontal",
161
155
  "children": [
162
156
  {
163
- "variant": "h4",
164
157
  "weight": "medium",
165
- "className": "truncate",
166
158
  "type": "typography",
167
- "content": "@item.name"
159
+ "content": "@item.name",
160
+ "variant": "h4",
161
+ "className": "truncate"
168
162
  },
169
163
  {
170
- "size": "sm",
171
- "type": "badge",
164
+ "variant": "default",
172
165
  "label": "@item.status",
173
- "variant": "default"
166
+ "type": "badge",
167
+ "size": "sm"
174
168
  }
175
169
  ],
170
+ "type": "stack",
176
171
  "justify": "between"
177
172
  },
178
173
  {
179
174
  "variant": "body2",
180
- "type": "typography",
181
175
  "color": "muted",
176
+ "type": "typography",
182
177
  "content": "@item.description",
183
178
  "className": "truncate"
184
179
  }
185
180
  ],
186
- "direction": "vertical"
181
+ "gap": "xs"
187
182
  }
188
- ]
183
+ ],
184
+ "gap": "md",
185
+ "direction": "horizontal",
186
+ "align": "start"
189
187
  }
190
188
  ],
189
+ "padding": "md",
191
190
  "type": "card"
192
191
  }
193
192
  ],
194
- "groupBy": "dateGroup",
195
- "entity": "@payload.data",
196
193
  "type": "data-list",
197
- "gap": "md"
194
+ "entity": "@payload.data",
195
+ "groupBy": "dateGroup",
196
+ "gap": "md",
197
+ "variant": "default",
198
+ "fields": []
198
199
  }
199
200
  ],
200
201
  "direction": "vertical",
201
- "gap": "lg",
202
- "className": "max-w-3xl mx-auto p-card-md"
202
+ "type": "stack"
203
203
  }
204
204
  }
205
205
  }
@@ -72,15 +72,15 @@
72
72
  "linkedEntity": "WeekTimelineEvent",
73
73
  "config": {
74
74
  "bodyContent": {
75
+ "type": "stack",
76
+ "direction": "vertical",
75
77
  "children": [
76
78
  {
77
- "direction": "horizontal",
78
- "type": "stack",
79
- "justify": "between",
80
79
  "children": [
81
80
  {
82
- "gap": "sm",
81
+ "align": "center",
83
82
  "type": "stack",
83
+ "gap": "sm",
84
84
  "children": [
85
85
  {
86
86
  "type": "icon",
@@ -92,8 +92,7 @@
92
92
  "type": "typography"
93
93
  }
94
94
  ],
95
- "direction": "horizontal",
96
- "align": "center"
95
+ "direction": "horizontal"
97
96
  },
98
97
  {
99
98
  "onSelect": "SELECT_DAY",
@@ -101,78 +100,79 @@
101
100
  }
102
101
  ],
103
102
  "align": "center",
103
+ "direction": "horizontal",
104
+ "justify": "between",
105
+ "type": "stack",
104
106
  "gap": "md"
105
107
  },
106
108
  {
107
109
  "type": "divider"
108
110
  },
109
111
  {
110
- "gap": "md",
111
- "groupBy": "weekday",
112
- "variant": "default",
113
- "entity": "@payload.data",
114
- "fields": [],
115
112
  "renderItem": [
116
113
  "fn",
117
114
  "item",
118
115
  {
119
116
  "look": "flat-bordered",
120
- "padding": "sm",
121
117
  "type": "card",
122
118
  "shadow": "sm",
123
119
  "children": [
124
120
  {
121
+ "type": "stack",
125
122
  "direction": "vertical",
126
123
  "gap": "xs",
127
124
  "children": [
128
125
  {
129
126
  "align": "center",
130
- "direction": "horizontal",
131
- "type": "stack",
132
127
  "gap": "sm",
128
+ "type": "stack",
129
+ "direction": "horizontal",
133
130
  "justify": "between",
134
131
  "children": [
135
132
  {
136
- "weight": "medium",
137
- "color": "muted",
138
133
  "type": "typography",
134
+ "color": "muted",
135
+ "variant": "caption",
139
136
  "content": "@item.time",
140
- "variant": "caption"
137
+ "weight": "medium"
141
138
  },
142
139
  {
143
- "label": "@item.status",
144
140
  "size": "sm",
141
+ "label": "@item.status",
145
142
  "variant": "default",
146
143
  "type": "badge"
147
144
  }
148
145
  ]
149
146
  },
150
147
  {
151
- "type": "typography",
152
- "variant": "body2",
153
- "weight": "medium",
148
+ "content": "@item.name",
154
149
  "className": "truncate",
155
- "content": "@item.name"
150
+ "weight": "medium",
151
+ "variant": "body2",
152
+ "type": "typography"
156
153
  },
157
154
  {
158
- "type": "typography",
159
155
  "color": "muted",
160
- "variant": "caption",
156
+ "content": "@item.description",
157
+ "type": "typography",
161
158
  "className": "truncate",
162
- "content": "@item.description"
159
+ "variant": "caption"
163
160
  }
164
- ],
165
- "type": "stack"
161
+ ]
166
162
  }
167
- ]
163
+ ],
164
+ "padding": "sm"
168
165
  }
169
166
  ],
170
- "type": "data-list"
167
+ "groupBy": "weekday",
168
+ "entity": "@payload.data",
169
+ "type": "data-list",
170
+ "gap": "md",
171
+ "variant": "default",
172
+ "fields": []
171
173
  }
172
174
  ],
173
- "gap": "md",
174
- "type": "stack",
175
- "direction": "vertical"
175
+ "gap": "md"
176
176
  }
177
177
  }
178
178
  }