@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
@@ -95,15 +95,15 @@
95
95
  "columns": [
96
96
  {
97
97
  "icon": "calendar",
98
- "variant": "default",
99
98
  "label": "Q1",
99
+ "variant": "default",
100
100
  "key": "Q1"
101
101
  },
102
102
  {
103
- "variant": "primary",
104
103
  "label": "Q2",
104
+ "icon": "calendar",
105
105
  "key": "Q2",
106
- "icon": "calendar"
106
+ "variant": "primary"
107
107
  },
108
108
  {
109
109
  "key": "Q3",
@@ -112,126 +112,122 @@
112
112
  "variant": "info"
113
113
  },
114
114
  {
115
- "variant": "success",
116
- "icon": "calendar",
117
115
  "key": "Q4",
118
- "label": "Q4"
116
+ "label": "Q4",
117
+ "icon": "calendar",
118
+ "variant": "success"
119
119
  }
120
120
  ],
121
+ "gridCols": 4.0,
121
122
  "bodyContent": {
122
- "direction": "vertical",
123
- "gap": "md",
124
123
  "type": "stack",
124
+ "gap": "md",
125
125
  "children": [
126
126
  {
127
- "type": "stack",
128
- "gap": "sm",
129
- "align": "center",
127
+ "className": "px-card-md",
128
+ "direction": "horizontal",
130
129
  "children": [
131
130
  {
132
131
  "name": "calendar-range",
133
132
  "type": "icon"
134
133
  },
135
134
  {
136
- "content": "@config.title",
137
135
  "variant": "h2",
136
+ "content": "@config.title",
138
137
  "type": "typography"
139
138
  },
140
139
  {
140
+ "type": "typography",
141
+ "className": "ml-2",
141
142
  "content": "Roadmap",
142
- "variant": "caption",
143
143
  "color": "muted",
144
- "className": "ml-2",
145
- "type": "typography"
144
+ "variant": "caption"
146
145
  }
147
146
  ],
148
- "className": "px-card-md",
149
- "direction": "horizontal"
147
+ "align": "center",
148
+ "type": "stack",
149
+ "gap": "sm"
150
150
  },
151
151
  {
152
152
  "type": "divider"
153
153
  },
154
154
  {
155
+ "align": "stretch",
156
+ "type": "stack",
157
+ "gap": "none",
155
158
  "className": "overflow-x-auto border-y border-[var(--color-border)]",
156
- "direction": "horizontal",
157
159
  "children": [
158
160
  {
159
161
  "dndRoot": true,
160
- "gap": "none",
161
162
  "renderItem": [
162
163
  "fn",
163
164
  "col",
164
165
  {
165
- "type": "stack",
166
166
  "children": [
167
167
  {
168
+ "gap": "xs",
169
+ "align": "center",
170
+ "type": "stack",
171
+ "className": "px-card-md py-2 bg-[var(--color-surface-subtle)] border-b border-[var(--color-border)] sticky top-0",
172
+ "direction": "horizontal",
168
173
  "children": [
169
174
  {
170
175
  "type": "icon",
171
176
  "name": "@col.icon"
172
177
  },
173
178
  {
174
- "type": "typography",
175
- "className": "flex-1",
179
+ "variant": "h4",
176
180
  "content": "@col.label",
177
- "variant": "h4"
181
+ "className": "flex-1",
182
+ "type": "typography"
178
183
  },
179
184
  {
180
185
  "variant": "primary",
181
- "type": "badge",
182
186
  "label": "@col.count",
187
+ "type": "badge",
183
188
  "size": "sm"
184
189
  }
185
- ],
186
- "className": "px-card-md py-2 bg-[var(--color-surface-subtle)] border-b border-[var(--color-border)] sticky top-0",
187
- "align": "center",
188
- "type": "stack",
189
- "direction": "horizontal",
190
- "gap": "xs"
190
+ ]
191
191
  },
192
192
  {
193
- "className": "p-card-md min-h-[160px]",
193
+ "sortable": true,
194
+ "fields": [],
195
+ "positionEvent": "REORDER_POSITION",
194
196
  "renderItem": [
195
197
  "fn",
196
198
  "item",
197
199
  {
198
- "className": "cursor-grab hover:shadow-md transition-shadow",
199
- "padding": "sm",
200
- "type": "card",
201
200
  "children": [
202
201
  {
203
- "direction": "vertical",
204
- "type": "stack",
205
202
  "children": [
206
203
  {
207
- "type": "stack",
208
- "gap": "xs",
209
- "direction": "horizontal",
210
204
  "align": "center",
205
+ "gap": "xs",
211
206
  "children": [
212
207
  {
213
- "name": "flag",
214
- "type": "icon"
208
+ "type": "icon",
209
+ "name": "flag"
215
210
  },
216
211
  {
217
212
  "weight": "medium",
218
213
  "variant": "body",
219
214
  "type": "typography",
220
- "content": "@item.title",
221
- "className": "flex-1"
215
+ "className": "flex-1",
216
+ "content": "@item.title"
222
217
  }
223
- ]
218
+ ],
219
+ "type": "stack",
220
+ "direction": "horizontal"
224
221
  },
225
222
  {
226
- "className": "line-clamp-2",
223
+ "color": "muted",
227
224
  "variant": "caption",
228
225
  "content": "@item.description",
229
- "color": "muted",
230
- "type": "typography"
226
+ "type": "typography",
227
+ "className": "line-clamp-2"
231
228
  },
232
229
  {
233
- "gap": "xs",
234
- "type": "stack",
230
+ "direction": "horizontal",
235
231
  "children": [
236
232
  {
237
233
  "type": "badge",
@@ -240,68 +236,72 @@
240
236
  "label": "@item.stage"
241
237
  },
242
238
  {
243
- "className": "ml-auto",
244
239
  "action": "OPEN_CARD",
240
+ "className": "ml-auto",
241
+ "label": "Details",
245
242
  "variant": "ghost",
246
- "size": "sm",
247
- "type": "button",
248
243
  "actionPayload": {
249
- "row": "@item",
250
- "id": "@item.id"
244
+ "id": "@item.id",
245
+ "row": "@item"
251
246
  },
252
- "label": "Details",
253
- "icon": "arrow-right"
247
+ "type": "button",
248
+ "icon": "arrow-right",
249
+ "size": "sm"
254
250
  }
255
251
  ],
256
- "className": "pt-1",
252
+ "type": "stack",
257
253
  "align": "center",
258
- "direction": "horizontal"
254
+ "className": "pt-1",
255
+ "gap": "xs"
259
256
  }
260
257
  ],
261
- "gap": "xs"
258
+ "direction": "vertical",
259
+ "gap": "xs",
260
+ "type": "stack"
262
261
  }
263
262
  ],
264
- "look": "elevated"
263
+ "className": "cursor-grab hover:shadow-md transition-shadow",
264
+ "look": "elevated",
265
+ "type": "card",
266
+ "padding": "sm"
265
267
  }
266
268
  ],
269
+ "dragGroup": "@col.key",
270
+ "accepts": "*",
267
271
  "gap": "sm",
268
- "entity": "@col.items",
269
272
  "type": "data-list",
270
- "fields": [],
271
- "sortable": true,
273
+ "entity": "@col.items",
272
274
  "dropEvent": "MOVE_CARD",
273
- "dragGroup": "@col.key",
274
- "positionEvent": "REORDER_POSITION",
275
275
  "reorderEvent": "REORDER_CARD",
276
- "accepts": "*"
276
+ "className": "p-card-md min-h-[160px]"
277
277
  }
278
278
  ],
279
- "className": "min-w-[240px] border-r border-[var(--color-border)] last:border-r-0",
280
279
  "gap": "none",
280
+ "className": "min-w-[240px] border-r border-[var(--color-border)] last:border-r-0",
281
+ "type": "stack",
281
282
  "direction": "vertical"
282
283
  }
283
284
  ],
284
285
  "cols": "@config.gridCols",
285
286
  "entity": "@entity.boards",
286
287
  "type": "data-grid",
288
+ "gap": "none",
287
289
  "className": "min-w-full",
288
290
  "fields": []
289
291
  }
290
292
  ],
291
- "gap": "none",
292
- "align": "stretch",
293
- "type": "stack"
293
+ "direction": "horizontal"
294
294
  },
295
295
  {
296
- "type": "floating-action-button",
297
296
  "icon": "plus",
297
+ "type": "floating-action-button",
298
298
  "label": "Add milestone",
299
299
  "variant": "primary",
300
300
  "action": "ADD_CARD"
301
301
  }
302
- ]
303
- },
304
- "gridCols": 4.0
302
+ ],
303
+ "direction": "vertical"
304
+ }
305
305
  }
306
306
  }
307
307
  ],
@@ -52,168 +52,168 @@
52
52
  "linkedEntity": "CommandPaletteItem",
53
53
  "config": {
54
54
  "bodyContent": {
55
- "type": "stack",
56
- "direction": "vertical",
57
55
  "gap": "lg",
58
56
  "className": "pt-section px-card-md",
57
+ "type": "stack",
58
+ "direction": "vertical",
59
59
  "align": "center",
60
60
  "children": [
61
61
  {
62
- "look": "elevated",
63
- "type": "card",
64
62
  "padding": "md",
63
+ "type": "card",
65
64
  "children": [
66
65
  {
67
- "type": "stack",
68
66
  "children": [
69
67
  {
68
+ "align": "center",
70
69
  "gap": "sm",
71
- "direction": "horizontal",
72
70
  "type": "stack",
73
- "className": "px-card-md py-3",
71
+ "direction": "horizontal",
74
72
  "children": [
75
73
  {
76
- "name": "search",
77
- "type": "icon"
74
+ "type": "icon",
75
+ "name": "search"
78
76
  },
79
77
  {
78
+ "inputType": "search",
80
79
  "placeholder": "Search or jump to…",
81
80
  "type": "input",
82
- "inputType": "search",
83
81
  "action": "REFETCH_QUERY"
84
82
  },
85
83
  {
86
- "size": "sm",
87
- "variant": "neutral",
88
84
  "label": "ESC",
89
- "type": "badge"
85
+ "type": "badge",
86
+ "variant": "neutral",
87
+ "size": "sm"
90
88
  }
91
89
  ],
92
- "align": "center"
90
+ "className": "px-card-md py-3"
93
91
  },
94
92
  {
95
93
  "type": "divider"
96
94
  },
97
95
  {
98
- "fields": [],
96
+ "entity": "@payload.data",
99
97
  "className": "max-h-96 overflow-y-auto p-1",
100
98
  "renderItem": [
101
99
  "fn",
102
100
  "item",
103
101
  {
104
- "direction": "horizontal",
105
- "gap": "sm",
106
102
  "align": "center",
103
+ "direction": "horizontal",
104
+ "className": "px-3 py-2 rounded-sm cursor-pointer hover:bg-muted/50 transition-colors",
107
105
  "children": [
108
106
  {
109
107
  "type": "icon",
110
108
  "name": "file"
111
109
  },
112
110
  {
113
- "className": "flex-1 min-w-0",
114
111
  "direction": "vertical",
115
112
  "type": "stack",
116
113
  "children": [
117
114
  {
118
- "type": "typography",
115
+ "className": "truncate",
116
+ "weight": "medium",
119
117
  "content": "@item.name",
120
118
  "variant": "body",
121
- "weight": "medium",
122
- "className": "truncate"
119
+ "type": "typography"
123
120
  },
124
121
  {
125
- "type": "typography",
126
- "content": "@item.description",
127
122
  "color": "muted",
123
+ "type": "typography",
128
124
  "variant": "caption",
125
+ "content": "@item.description",
129
126
  "className": "truncate"
130
127
  }
131
128
  ],
132
- "gap": "none"
129
+ "gap": "none",
130
+ "className": "flex-1 min-w-0"
133
131
  },
134
132
  {
135
- "label": "@item.status",
136
133
  "variant": "neutral",
137
- "size": "sm",
138
- "type": "badge"
134
+ "type": "badge",
135
+ "label": "@item.status",
136
+ "size": "sm"
139
137
  },
140
138
  {
141
139
  "size": "sm",
142
- "type": "badge",
140
+ "label": "",
143
141
  "variant": "neutral",
144
- "label": ""
142
+ "type": "badge"
145
143
  }
146
144
  ],
147
- "type": "stack",
148
- "className": "px-3 py-2 rounded-sm cursor-pointer hover:bg-muted/50 transition-colors"
145
+ "gap": "sm",
146
+ "type": "stack"
149
147
  }
150
148
  ],
151
- "gap": "none",
152
149
  "type": "data-list",
153
- "entity": "@payload.data"
150
+ "fields": [],
151
+ "gap": "none"
154
152
  },
155
153
  {
156
154
  "type": "divider"
157
155
  },
158
156
  {
159
- "align": "center",
160
- "direction": "horizontal",
161
157
  "children": [
162
158
  {
163
- "label": "↑↓",
164
- "size": "sm",
159
+ "type": "badge",
165
160
  "variant": "neutral",
166
- "type": "badge"
161
+ "label": "↑↓",
162
+ "size": "sm"
167
163
  },
168
164
  {
169
- "variant": "caption",
170
- "type": "typography",
171
165
  "content": "Navigate",
172
- "color": "muted"
166
+ "color": "muted",
167
+ "variant": "caption",
168
+ "type": "typography"
173
169
  },
174
170
  {
175
- "label": "↵",
176
- "type": "badge",
177
171
  "variant": "neutral",
178
- "size": "sm"
172
+ "type": "badge",
173
+ "size": "sm",
174
+ "label": "↵"
179
175
  },
180
176
  {
181
- "variant": "caption",
182
- "color": "muted",
183
177
  "type": "typography",
184
- "content": "Select"
178
+ "variant": "caption",
179
+ "content": "Select",
180
+ "color": "muted"
185
181
  },
186
182
  {
187
- "gap": "sm",
188
- "direction": "horizontal",
189
- "align": "center",
190
- "type": "stack",
191
183
  "className": "ml-auto",
192
184
  "children": [
193
185
  {
194
- "label": "⌘K",
195
- "size": "sm",
196
186
  "type": "badge",
197
- "variant": "neutral"
187
+ "size": "sm",
188
+ "variant": "neutral",
189
+ "label": "⌘K"
198
190
  },
199
191
  {
200
192
  "color": "muted",
201
- "type": "typography",
202
193
  "content": "Toggle",
203
- "variant": "caption"
194
+ "variant": "caption",
195
+ "type": "typography"
204
196
  }
205
- ]
197
+ ],
198
+ "align": "center",
199
+ "direction": "horizontal",
200
+ "type": "stack",
201
+ "gap": "sm"
206
202
  }
207
203
  ],
208
- "className": "px-card-md py-2 bg-[var(--color-surface-muted)]",
204
+ "align": "center",
209
205
  "type": "stack",
210
- "gap": "md"
206
+ "gap": "md",
207
+ "direction": "horizontal",
208
+ "className": "px-card-md py-2 bg-[var(--color-surface-muted)]"
211
209
  }
212
210
  ],
211
+ "direction": "vertical",
213
212
  "gap": "none",
214
- "direction": "vertical"
213
+ "type": "stack"
215
214
  }
216
- ]
215
+ ],
216
+ "look": "elevated"
217
217
  }
218
218
  ]
219
219
  }