@almadar/std 16.9.1 → 16.10.0

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 +119 -60
  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 +65 -65
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  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 +52 -58
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  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 +3 -3
  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 +119 -60
  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 +65 -65
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  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 +52 -58
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  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 +3 -3
  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 +119 -60
  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 +65 -65
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  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 +52 -58
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  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
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "std-board-swim-lanes",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Swim-lane board — full-width horizontal lanes per status, cards flow left-to-right within each lane. Lane header on top with icon + label + count; cards render in the lane body. Useful for HR-portal recruiting stages and project-manager team boards. Same BoardItemBoard trait, same state machine, same emits/listens as std-board — only the bodyContent tree differs.",
5
5
  "orbitals": [
6
6
  {
@@ -98,34 +98,34 @@
98
98
  "linkedEntity": "SwimLaneItem",
99
99
  "config": {
100
100
  "bodyContent": {
101
+ "gap": "md",
101
102
  "direction": "vertical",
102
103
  "type": "stack",
103
104
  "children": [
104
105
  {
105
- "align": "center",
106
- "className": "px-card-md",
107
- "direction": "horizontal",
108
- "type": "stack",
109
- "gap": "sm",
110
106
  "children": [
111
107
  {
112
- "name": "layout-rows",
113
- "type": "icon"
108
+ "type": "icon",
109
+ "name": "layout-rows"
114
110
  },
115
111
  {
116
112
  "type": "typography",
117
113
  "content": "@config.title",
118
114
  "variant": "h2"
119
115
  }
120
- ]
116
+ ],
117
+ "type": "stack",
118
+ "direction": "horizontal",
119
+ "className": "px-card-md",
120
+ "align": "center",
121
+ "gap": "sm"
121
122
  },
122
123
  {
123
124
  "type": "divider"
124
125
  },
125
126
  {
127
+ "dndRoot": true,
126
128
  "gap": "md",
127
- "fields": [],
128
- "type": "data-list",
129
129
  "entity": "@entity.boards",
130
130
  "renderItem": [
131
131
  "fn",
@@ -134,127 +134,127 @@
134
134
  "padding": "none",
135
135
  "type": "card",
136
136
  "className": "overflow-hidden rounded-lg",
137
+ "look": "flat-bordered",
137
138
  "children": [
138
139
  {
140
+ "type": "stack",
141
+ "gap": "none",
139
142
  "children": [
140
143
  {
141
- "gap": "sm",
142
- "className": "px-card-md py-3 border-b border-[var(--color-border)] bg-[var(--color-surface-subtle)]",
143
144
  "type": "stack",
144
- "align": "center",
145
+ "className": "p-card-md border-b border-[var(--color-border)] bg-[var(--color-surface-subtle)]",
146
+ "direction": "horizontal",
147
+ "gap": "sm",
145
148
  "children": [
146
149
  {
147
- "name": "@col.icon",
148
- "type": "icon"
150
+ "type": "icon",
151
+ "name": "@col.icon"
149
152
  },
150
153
  {
151
- "variant": "h4",
152
154
  "type": "typography",
153
- "className": "flex-1",
154
- "content": "@col.label"
155
+ "variant": "h4",
156
+ "content": "@col.label",
157
+ "className": "flex-1"
155
158
  },
156
159
  {
157
160
  "variant": "primary",
158
- "label": "@col.count",
161
+ "type": "badge",
159
162
  "size": "sm",
160
- "type": "badge"
163
+ "label": "@col.count"
161
164
  }
162
165
  ],
163
- "direction": "horizontal"
166
+ "align": "center"
164
167
  },
165
168
  {
166
- "entity": "@col.items",
167
- "sortable": true,
168
- "gap": "sm",
169
- "dragGroup": "@col.key",
170
- "reorderEvent": "REORDER_CARD",
171
- "dropEvent": "MOVE_CARD",
172
- "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
169
  "renderItem": [
178
170
  "fn",
179
171
  "item",
180
172
  {
181
- "className": "min-w-[220px] max-w-[260px] rounded-md cursor-grab shadow-sm hover:shadow-md transition-shadow",
182
173
  "padding": "sm",
183
- "look": "elevated",
174
+ "className": "min-w-[220px] max-w-[260px] rounded-md cursor-grab shadow-sm hover:shadow-md transition-shadow",
184
175
  "type": "card",
176
+ "look": "elevated",
185
177
  "children": [
186
178
  {
179
+ "gap": "xs",
187
180
  "direction": "vertical",
188
- "type": "stack",
189
181
  "children": [
190
182
  {
191
- "type": "typography",
183
+ "content": "@item.title",
192
184
  "weight": "medium",
193
- "variant": "body",
194
- "content": "@item.title"
185
+ "type": "typography",
186
+ "variant": "body"
195
187
  },
196
188
  {
189
+ "type": "typography",
197
190
  "content": "@item.description",
198
- "color": "muted",
199
191
  "variant": "caption",
200
- "type": "typography",
201
- "className": "line-clamp-2"
192
+ "className": "line-clamp-2",
193
+ "color": "muted"
202
194
  },
203
195
  {
204
196
  "type": "stack",
205
197
  "direction": "horizontal",
206
198
  "align": "center",
207
199
  "gap": "xs",
208
- "className": "pt-1",
209
200
  "children": [
210
201
  {
211
- "type": "badge",
202
+ "label": "@item.stage",
212
203
  "variant": "primary",
213
- "size": "sm",
214
- "label": "@item.stage"
204
+ "type": "badge",
205
+ "size": "sm"
215
206
  },
216
207
  {
217
- "action": "OPEN_CARD",
218
- "className": "ml-auto",
219
- "icon": "arrow-right",
220
208
  "type": "button",
221
209
  "label": "Open",
222
- "size": "sm",
210
+ "variant": "ghost",
223
211
  "actionPayload": {
224
212
  "id": "@item.id",
225
213
  "row": "@item"
226
214
  },
227
- "variant": "ghost"
215
+ "action": "OPEN_CARD",
216
+ "size": "sm",
217
+ "icon": "arrow-right",
218
+ "className": "ml-auto"
228
219
  }
229
- ]
220
+ ],
221
+ "className": "pt-1"
230
222
  }
231
223
  ],
232
- "gap": "xs"
224
+ "type": "stack"
233
225
  }
234
226
  ]
235
227
  }
236
- ]
228
+ ],
229
+ "accepts": "*",
230
+ "type": "data-list",
231
+ "entity": "@col.items",
232
+ "dropEvent": "MOVE_CARD",
233
+ "dragGroup": "@col.key",
234
+ "gap": "sm",
235
+ "positionEvent": "REORDER_POSITION",
236
+ "reorderEvent": "REORDER_CARD",
237
+ "fields": [],
238
+ "className": "p-card-md min-h-[140px] flex flex-row flex-nowrap gap-3 overflow-x-auto",
239
+ "sortable": true
237
240
  }
238
241
  ],
239
- "gap": "none",
240
- "direction": "vertical",
241
- "type": "stack"
242
+ "direction": "vertical"
242
243
  }
243
- ],
244
- "look": "flat-bordered"
244
+ ]
245
245
  }
246
246
  ],
247
- "dndRoot": true
247
+ "fields": [],
248
+ "type": "data-list"
248
249
  },
249
250
  {
250
- "type": "floating-action-button",
251
+ "label": "Add card",
251
252
  "action": "ADD_CARD",
252
253
  "variant": "primary",
253
- "label": "Add card",
254
- "icon": "plus"
254
+ "icon": "plus",
255
+ "type": "floating-action-button"
255
256
  }
256
- ],
257
- "gap": "md"
257
+ ]
258
258
  }
259
259
  }
260
260
  }