@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "std-board-timeline-roadmap",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Timeline / roadmap board — horizontal time axis with quarters or months as columns; items render as cards inside their target column (item.stage = column.key). Mirrors the Linear / Asana / Productboard roadmap UX. Configure `columns` as ['Q1', 'Q2', 'Q3', 'Q4'] (or months) and the board lays them out left-to-right along a time axis. Same BoardItemBoard trait, same state machine, same emits/listens as std-board — only the bodyContent tree differs.",
5
5
  "orbitals": [
6
6
  {
@@ -34,7 +34,13 @@
34
34
  {
35
35
  "name": "stage",
36
36
  "type": "string",
37
- "default": "Q1"
37
+ "default": "Q1",
38
+ "values": [
39
+ "Q1",
40
+ "Q2",
41
+ "Q3",
42
+ "Q4"
43
+ ]
38
44
  },
39
45
  {
40
46
  "name": "notes",
@@ -94,75 +100,71 @@
94
100
  "config": {
95
101
  "columns": [
96
102
  {
97
- "icon": "calendar",
98
103
  "variant": "default",
99
104
  "label": "Q1",
105
+ "icon": "calendar",
100
106
  "key": "Q1"
101
107
  },
102
108
  {
103
- "variant": "primary",
104
- "label": "Q2",
105
109
  "key": "Q2",
110
+ "label": "Q2",
111
+ "variant": "primary",
106
112
  "icon": "calendar"
107
113
  },
108
114
  {
109
- "key": "Q3",
110
115
  "label": "Q3",
116
+ "variant": "info",
111
117
  "icon": "calendar",
112
- "variant": "info"
118
+ "key": "Q3"
113
119
  },
114
120
  {
115
- "variant": "success",
116
121
  "icon": "calendar",
117
122
  "key": "Q4",
123
+ "variant": "success",
118
124
  "label": "Q4"
119
125
  }
120
126
  ],
121
127
  "bodyContent": {
122
128
  "direction": "vertical",
123
- "gap": "md",
124
- "type": "stack",
125
129
  "children": [
126
130
  {
127
- "type": "stack",
128
- "gap": "sm",
129
- "align": "center",
131
+ "className": "px-card-md",
130
132
  "children": [
131
133
  {
132
- "name": "calendar-range",
133
- "type": "icon"
134
+ "type": "icon",
135
+ "name": "calendar-range"
134
136
  },
135
137
  {
138
+ "type": "typography",
136
139
  "content": "@config.title",
137
- "variant": "h2",
138
- "type": "typography"
140
+ "variant": "h2"
139
141
  },
140
142
  {
141
143
  "content": "Roadmap",
142
- "variant": "caption",
144
+ "type": "typography",
143
145
  "color": "muted",
144
- "className": "ml-2",
145
- "type": "typography"
146
+ "variant": "caption",
147
+ "className": "ml-2"
146
148
  }
147
149
  ],
148
- "className": "px-card-md",
149
- "direction": "horizontal"
150
+ "direction": "horizontal",
151
+ "type": "stack",
152
+ "gap": "sm",
153
+ "align": "center"
150
154
  },
151
155
  {
152
156
  "type": "divider"
153
157
  },
154
158
  {
155
159
  "className": "overflow-x-auto border-y border-[var(--color-border)]",
156
- "direction": "horizontal",
160
+ "align": "stretch",
157
161
  "children": [
158
162
  {
159
- "dndRoot": true,
160
- "gap": "none",
163
+ "type": "data-grid",
161
164
  "renderItem": [
162
165
  "fn",
163
166
  "col",
164
167
  {
165
- "type": "stack",
166
168
  "children": [
167
169
  {
168
170
  "children": [
@@ -171,37 +173,42 @@
171
173
  "name": "@col.icon"
172
174
  },
173
175
  {
176
+ "content": "@col.label",
174
177
  "type": "typography",
175
178
  "className": "flex-1",
176
- "content": "@col.label",
177
179
  "variant": "h4"
178
180
  },
179
181
  {
180
- "variant": "primary",
181
182
  "type": "badge",
182
183
  "label": "@col.count",
184
+ "variant": "primary",
183
185
  "size": "sm"
184
186
  }
185
187
  ],
186
- "className": "px-card-md py-2 bg-[var(--color-surface-subtle)] border-b border-[var(--color-border)] sticky top-0",
187
188
  "align": "center",
189
+ "className": "px-card-md py-2 bg-[var(--color-surface-subtle)] border-b border-[var(--color-border)] sticky top-0",
190
+ "gap": "xs",
188
191
  "type": "stack",
189
- "direction": "horizontal",
190
- "gap": "xs"
192
+ "direction": "horizontal"
191
193
  },
192
194
  {
195
+ "dropEvent": "MOVE_CARD",
193
196
  "className": "p-card-md min-h-[160px]",
197
+ "entity": "@col.items",
198
+ "sortable": true,
194
199
  "renderItem": [
195
200
  "fn",
196
201
  "item",
197
202
  {
198
- "className": "cursor-grab hover:shadow-md transition-shadow",
199
- "padding": "sm",
200
203
  "type": "card",
204
+ "look": "elevated",
205
+ "padding": "sm",
206
+ "className": "cursor-grab hover:shadow-md transition-shadow",
201
207
  "children": [
202
208
  {
203
- "direction": "vertical",
204
209
  "type": "stack",
210
+ "direction": "vertical",
211
+ "gap": "xs",
205
212
  "children": [
206
213
  {
207
214
  "type": "stack",
@@ -210,96 +217,95 @@
210
217
  "align": "center",
211
218
  "children": [
212
219
  {
213
- "name": "flag",
214
- "type": "icon"
220
+ "type": "icon",
221
+ "name": "flag"
215
222
  },
216
223
  {
217
- "weight": "medium",
218
- "variant": "body",
219
224
  "type": "typography",
225
+ "variant": "body",
220
226
  "content": "@item.title",
227
+ "weight": "medium",
221
228
  "className": "flex-1"
222
229
  }
223
230
  ]
224
231
  },
225
232
  {
233
+ "content": "@item.description",
226
234
  "className": "line-clamp-2",
227
235
  "variant": "caption",
228
- "content": "@item.description",
229
- "color": "muted",
230
- "type": "typography"
236
+ "type": "typography",
237
+ "color": "muted"
231
238
  },
232
239
  {
233
- "gap": "xs",
234
- "type": "stack",
235
240
  "children": [
236
241
  {
242
+ "label": "@item.stage",
237
243
  "type": "badge",
238
244
  "size": "sm",
239
- "variant": "primary",
240
- "label": "@item.stage"
245
+ "variant": "primary"
241
246
  },
242
247
  {
243
- "className": "ml-auto",
244
- "action": "OPEN_CARD",
245
248
  "variant": "ghost",
246
- "size": "sm",
247
249
  "type": "button",
250
+ "size": "sm",
251
+ "icon": "arrow-right",
252
+ "label": "Details",
248
253
  "actionPayload": {
249
- "row": "@item",
250
- "id": "@item.id"
254
+ "id": "@item.id",
255
+ "row": "@item"
251
256
  },
252
- "label": "Details",
253
- "icon": "arrow-right"
257
+ "className": "ml-auto",
258
+ "action": "OPEN_CARD"
254
259
  }
255
260
  ],
256
- "className": "pt-1",
261
+ "type": "stack",
262
+ "direction": "horizontal",
263
+ "gap": "xs",
257
264
  "align": "center",
258
- "direction": "horizontal"
265
+ "className": "pt-1"
259
266
  }
260
- ],
261
- "gap": "xs"
267
+ ]
262
268
  }
263
- ],
264
- "look": "elevated"
269
+ ]
265
270
  }
266
271
  ],
267
- "gap": "sm",
268
- "entity": "@col.items",
269
272
  "type": "data-list",
273
+ "accepts": "*",
270
274
  "fields": [],
271
- "sortable": true,
272
- "dropEvent": "MOVE_CARD",
275
+ "gap": "sm",
273
276
  "dragGroup": "@col.key",
274
- "positionEvent": "REORDER_POSITION",
275
277
  "reorderEvent": "REORDER_CARD",
276
- "accepts": "*"
278
+ "positionEvent": "REORDER_POSITION"
277
279
  }
278
280
  ],
281
+ "type": "stack",
282
+ "direction": "vertical",
279
283
  "className": "min-w-[240px] border-r border-[var(--color-border)] last:border-r-0",
280
- "gap": "none",
281
- "direction": "vertical"
284
+ "gap": "none"
282
285
  }
283
286
  ],
284
- "cols": "@config.gridCols",
285
287
  "entity": "@entity.boards",
286
- "type": "data-grid",
288
+ "gap": "none",
289
+ "fields": [],
287
290
  "className": "min-w-full",
288
- "fields": []
291
+ "cols": "@config.gridCols",
292
+ "dndRoot": true
289
293
  }
290
294
  ],
291
295
  "gap": "none",
292
- "align": "stretch",
296
+ "direction": "horizontal",
293
297
  "type": "stack"
294
298
  },
295
299
  {
296
- "type": "floating-action-button",
297
- "icon": "plus",
298
300
  "label": "Add milestone",
299
301
  "variant": "primary",
302
+ "icon": "plus",
303
+ "type": "floating-action-button",
300
304
  "action": "ADD_CARD"
301
305
  }
302
- ]
306
+ ],
307
+ "gap": "md",
308
+ "type": "stack"
303
309
  },
304
310
  "gridCols": 4.0
305
311
  }
@@ -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
  }