@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
@@ -98,15 +98,11 @@
98
98
  "linkedEntity": "KanbanClassicItem",
99
99
  "config": {
100
100
  "bodyContent": {
101
- "direction": "vertical",
102
- "gap": "md",
103
101
  "type": "stack",
102
+ "direction": "vertical",
104
103
  "className": "h-full",
105
104
  "children": [
106
105
  {
107
- "className": "px-card-md",
108
- "direction": "horizontal",
109
- "gap": "sm",
110
106
  "children": [
111
107
  {
112
108
  "type": "icon",
@@ -118,145 +114,149 @@
118
114
  "content": "@config.title"
119
115
  }
120
116
  ],
117
+ "className": "px-card-md",
121
118
  "type": "stack",
119
+ "direction": "horizontal",
120
+ "gap": "sm",
122
121
  "align": "center"
123
122
  },
124
123
  {
125
124
  "type": "divider"
126
125
  },
127
126
  {
128
- "dndRoot": true,
129
- "entity": "@entity.boards",
130
- "cols": "@config.gridCols",
131
- "fields": [],
132
- "type": "data-grid",
133
- "gap": "lg",
134
127
  "renderItem": [
135
128
  "fn",
136
129
  "col",
137
130
  {
131
+ "padding": "none",
132
+ "type": "card",
133
+ "look": "elevated",
138
134
  "className": "min-w-[280px] bg-[var(--color-surface-subtle)] rounded-lg overflow-hidden",
139
135
  "children": [
140
136
  {
141
- "direction": "vertical",
137
+ "gap": "none",
142
138
  "children": [
143
139
  {
144
- "gap": "sm",
145
140
  "direction": "horizontal",
146
- "className": "px-card-md py-3 border-b border-[var(--color-border)] sticky top-0 bg-[var(--color-surface)]",
141
+ "type": "stack",
147
142
  "align": "center",
143
+ "gap": "sm",
144
+ "className": "px-card-md py-3 border-b border-[var(--color-border)] sticky top-0 bg-[var(--color-surface)]",
148
145
  "children": [
149
146
  {
150
- "type": "icon",
151
- "name": "@col.icon"
147
+ "name": "@col.icon",
148
+ "type": "icon"
152
149
  },
153
150
  {
154
- "className": "flex-1",
155
- "type": "typography",
151
+ "variant": "h4",
156
152
  "content": "@col.label",
157
- "variant": "h4"
153
+ "type": "typography",
154
+ "className": "flex-1"
158
155
  },
159
156
  {
160
- "type": "badge",
161
- "size": "sm",
162
157
  "variant": "primary",
163
- "label": "@col.count"
158
+ "label": "@col.count",
159
+ "size": "sm",
160
+ "type": "badge"
164
161
  }
165
- ],
166
- "type": "stack"
162
+ ]
167
163
  },
168
164
  {
169
- "type": "data-list",
170
- "entity": "@col.items",
171
- "className": "p-card-md min-h-[120px]",
172
- "gap": "sm",
173
- "positionEvent": "REORDER_POSITION",
174
165
  "renderItem": [
175
166
  "fn",
176
167
  "item",
177
168
  {
178
- "padding": "sm",
179
- "look": "elevated",
180
169
  "type": "card",
181
170
  "children": [
182
171
  {
183
172
  "gap": "xs",
184
- "direction": "vertical",
185
173
  "children": [
186
174
  {
187
- "content": "@item.title",
188
- "weight": "medium",
189
175
  "variant": "body",
176
+ "weight": "medium",
177
+ "content": "@item.title",
190
178
  "type": "typography"
191
179
  },
192
180
  {
193
- "type": "typography",
194
- "color": "muted",
195
181
  "variant": "caption",
196
182
  "content": "@item.description",
183
+ "color": "muted",
184
+ "type": "typography",
197
185
  "className": "line-clamp-2"
198
186
  },
199
187
  {
200
- "gap": "xs",
201
- "type": "stack",
202
- "direction": "horizontal",
203
188
  "align": "center",
204
- "className": "pt-1",
189
+ "direction": "horizontal",
190
+ "type": "stack",
205
191
  "children": [
206
192
  {
207
193
  "variant": "primary",
194
+ "type": "badge",
208
195
  "label": "@item.stage",
209
- "size": "sm",
210
- "type": "badge"
196
+ "size": "sm"
211
197
  },
212
198
  {
213
- "variant": "ghost",
214
199
  "type": "button",
200
+ "action": "OPEN_CARD",
201
+ "icon": "arrow-right",
202
+ "className": "ml-auto",
203
+ "size": "sm",
204
+ "label": "Open",
205
+ "variant": "ghost",
215
206
  "actionPayload": {
216
207
  "id": "@item.id",
217
208
  "row": "@item"
218
- },
219
- "className": "ml-auto",
220
- "label": "Open",
221
- "size": "sm",
222
- "action": "OPEN_CARD",
223
- "icon": "arrow-right"
209
+ }
224
210
  }
225
- ]
211
+ ],
212
+ "gap": "xs",
213
+ "className": "pt-1"
226
214
  }
227
215
  ],
228
- "type": "stack"
216
+ "type": "stack",
217
+ "direction": "vertical"
229
218
  }
230
219
  ],
231
- "className": "cursor-grab hover:shadow-lg transition-shadow"
220
+ "look": "elevated",
221
+ "className": "cursor-grab hover:shadow-lg transition-shadow",
222
+ "padding": "sm"
232
223
  }
233
224
  ],
225
+ "positionEvent": "REORDER_POSITION",
234
226
  "fields": [],
235
- "dropEvent": "MOVE_CARD",
227
+ "dragGroup": "@col.key",
236
228
  "reorderEvent": "REORDER_CARD",
229
+ "className": "p-card-md min-h-[120px]",
237
230
  "sortable": true,
238
- "dragGroup": "@col.key",
239
- "accepts": "*"
231
+ "type": "data-list",
232
+ "gap": "sm",
233
+ "entity": "@col.items",
234
+ "accepts": "*",
235
+ "dropEvent": "MOVE_CARD"
240
236
  }
241
237
  ],
242
238
  "type": "stack",
243
- "gap": "none"
239
+ "direction": "vertical"
244
240
  }
245
- ],
246
- "look": "elevated",
247
- "padding": "none",
248
- "type": "card"
241
+ ]
249
242
  }
250
- ]
243
+ ],
244
+ "gap": "lg",
245
+ "type": "data-grid",
246
+ "cols": "@config.gridCols",
247
+ "entity": "@entity.boards",
248
+ "fields": [],
249
+ "dndRoot": true
251
250
  },
252
251
  {
253
- "label": "Add card",
252
+ "variant": "primary",
254
253
  "type": "floating-action-button",
255
- "icon": "plus",
254
+ "label": "Add card",
256
255
  "action": "ADD_CARD",
257
- "variant": "primary"
256
+ "icon": "plus"
258
257
  }
259
- ]
258
+ ],
259
+ "gap": "md"
260
260
  }
261
261
  }
262
262
  }
@@ -102,15 +102,15 @@
102
102
  "type": "stack",
103
103
  "children": [
104
104
  {
105
- "align": "center",
106
105
  "className": "px-card-md",
106
+ "gap": "sm",
107
107
  "direction": "horizontal",
108
108
  "type": "stack",
109
- "gap": "sm",
109
+ "align": "center",
110
110
  "children": [
111
111
  {
112
- "name": "layout-rows",
113
- "type": "icon"
112
+ "type": "icon",
113
+ "name": "layout-rows"
114
114
  },
115
115
  {
116
116
  "type": "typography",
@@ -123,25 +123,23 @@
123
123
  "type": "divider"
124
124
  },
125
125
  {
126
- "gap": "md",
127
- "fields": [],
128
126
  "type": "data-list",
129
- "entity": "@entity.boards",
127
+ "dndRoot": true,
128
+ "fields": [],
130
129
  "renderItem": [
131
130
  "fn",
132
131
  "col",
133
132
  {
134
133
  "padding": "none",
135
- "type": "card",
136
- "className": "overflow-hidden rounded-lg",
137
134
  "children": [
138
135
  {
139
136
  "children": [
140
137
  {
138
+ "align": "center",
139
+ "direction": "horizontal",
140
+ "type": "stack",
141
141
  "gap": "sm",
142
142
  "className": "px-card-md py-3 border-b border-[var(--color-border)] bg-[var(--color-surface-subtle)]",
143
- "type": "stack",
144
- "align": "center",
145
143
  "children": [
146
144
  {
147
145
  "name": "@col.icon",
@@ -149,109 +147,111 @@
149
147
  },
150
148
  {
151
149
  "variant": "h4",
152
- "type": "typography",
153
150
  "className": "flex-1",
154
- "content": "@col.label"
151
+ "content": "@col.label",
152
+ "type": "typography"
155
153
  },
156
154
  {
155
+ "type": "badge",
157
156
  "variant": "primary",
158
- "label": "@col.count",
159
157
  "size": "sm",
160
- "type": "badge"
158
+ "label": "@col.count"
161
159
  }
162
- ],
163
- "direction": "horizontal"
160
+ ]
164
161
  },
165
162
  {
166
- "entity": "@col.items",
167
- "sortable": true,
168
- "gap": "sm",
169
- "dragGroup": "@col.key",
170
- "reorderEvent": "REORDER_CARD",
171
- "dropEvent": "MOVE_CARD",
172
163
  "positionEvent": "REORDER_POSITION",
173
- "className": "p-card-md min-h-[140px] flex flex-row flex-nowrap gap-3 overflow-x-auto",
174
- "type": "data-list",
175
- "accepts": "*",
176
- "fields": [],
177
164
  "renderItem": [
178
165
  "fn",
179
166
  "item",
180
167
  {
168
+ "look": "elevated",
181
169
  "className": "min-w-[220px] max-w-[260px] rounded-md cursor-grab shadow-sm hover:shadow-md transition-shadow",
182
170
  "padding": "sm",
183
- "look": "elevated",
184
171
  "type": "card",
185
172
  "children": [
186
173
  {
187
- "direction": "vertical",
188
- "type": "stack",
189
174
  "children": [
190
175
  {
191
- "type": "typography",
192
- "weight": "medium",
193
176
  "variant": "body",
177
+ "weight": "medium",
178
+ "type": "typography",
194
179
  "content": "@item.title"
195
180
  },
196
181
  {
182
+ "type": "typography",
197
183
  "content": "@item.description",
198
184
  "color": "muted",
199
185
  "variant": "caption",
200
- "type": "typography",
201
186
  "className": "line-clamp-2"
202
187
  },
203
188
  {
204
- "type": "stack",
205
- "direction": "horizontal",
206
- "align": "center",
207
- "gap": "xs",
208
- "className": "pt-1",
209
189
  "children": [
210
190
  {
211
- "type": "badge",
212
- "variant": "primary",
213
191
  "size": "sm",
214
- "label": "@item.stage"
192
+ "label": "@item.stage",
193
+ "variant": "primary",
194
+ "type": "badge"
215
195
  },
216
196
  {
217
- "action": "OPEN_CARD",
218
- "className": "ml-auto",
219
- "icon": "arrow-right",
220
- "type": "button",
221
197
  "label": "Open",
222
198
  "size": "sm",
199
+ "variant": "ghost",
223
200
  "actionPayload": {
224
- "id": "@item.id",
225
- "row": "@item"
201
+ "row": "@item",
202
+ "id": "@item.id"
226
203
  },
227
- "variant": "ghost"
204
+ "action": "OPEN_CARD",
205
+ "icon": "arrow-right",
206
+ "type": "button",
207
+ "className": "ml-auto"
228
208
  }
229
- ]
209
+ ],
210
+ "className": "pt-1",
211
+ "align": "center",
212
+ "direction": "horizontal",
213
+ "type": "stack",
214
+ "gap": "xs"
230
215
  }
231
216
  ],
217
+ "type": "stack",
218
+ "direction": "vertical",
232
219
  "gap": "xs"
233
220
  }
234
221
  ]
235
222
  }
236
- ]
223
+ ],
224
+ "className": "p-card-md min-h-[140px] flex flex-row flex-nowrap gap-3 overflow-x-auto",
225
+ "dropEvent": "MOVE_CARD",
226
+ "entity": "@col.items",
227
+ "sortable": true,
228
+ "type": "data-list",
229
+ "fields": [],
230
+ "dragGroup": "@col.key",
231
+ "gap": "sm",
232
+ "accepts": "*",
233
+ "reorderEvent": "REORDER_CARD"
237
234
  }
238
235
  ],
239
236
  "gap": "none",
240
- "direction": "vertical",
241
- "type": "stack"
237
+ "type": "stack",
238
+ "direction": "vertical"
242
239
  }
243
240
  ],
244
- "look": "flat-bordered"
241
+ "look": "flat-bordered",
242
+ "type": "card",
243
+ "className": "overflow-hidden rounded-lg"
245
244
  }
246
245
  ],
247
- "dndRoot": true
246
+ "entity": "@entity.boards",
247
+ "gap": "md"
248
248
  },
249
249
  {
250
- "type": "floating-action-button",
251
250
  "action": "ADD_CARD",
252
251
  "variant": "primary",
253
- "label": "Add card",
254
- "icon": "plus"
252
+ "icon": "plus",
253
+ "type": "floating-action-button",
254
+ "label": "Add card"
255
255
  }
256
256
  ],
257
257
  "gap": "md"