@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-browse-triage",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Work-queue triage — prioritized rows with leading queue-position pill, priority badge, and per-row Accept/Defer/Escalate action buttons.",
5
5
  "orbitals": [
6
6
  {
@@ -60,178 +60,158 @@
60
60
  "linkedEntity": "TriageItem",
61
61
  "config": {
62
62
  "bodyContent": {
63
+ "direction": "vertical",
64
+ "gap": "md",
65
+ "type": "stack",
66
+ "className": "max-w-3xl mx-auto p-card-md",
63
67
  "children": [
64
68
  {
65
- "gap": "sm",
66
69
  "justify": "between",
67
- "type": "stack",
70
+ "direction": "horizontal",
71
+ "gap": "sm",
72
+ "align": "center",
68
73
  "className": "px-1",
74
+ "type": "stack",
69
75
  "children": [
70
76
  {
71
- "variant": "overline",
72
77
  "content": "Triage queue",
73
78
  "type": "typography",
74
- "color": "muted"
79
+ "color": "muted",
80
+ "variant": "overline"
75
81
  },
76
82
  {
77
- "size": "sm",
78
83
  "variant": "neutral",
79
84
  "label": "@payload.data.length",
85
+ "size": "sm",
80
86
  "type": "badge"
81
87
  }
82
- ],
83
- "direction": "horizontal",
84
- "align": "center"
88
+ ]
85
89
  },
86
90
  {
87
91
  "type": "divider"
88
92
  },
89
93
  {
90
94
  "variant": "card",
91
- "entity": "@payload.data",
92
- "gap": "md",
93
- "fields": [],
94
95
  "renderItem": [
95
96
  "fn",
96
97
  "item",
97
98
  {
98
- "look": "flat-bordered",
99
99
  "type": "card",
100
+ "className": "group rounded-md bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm transition-all duration-normal hover:shadow-hover hover:border-[var(--color-border-strong)] hover:-translate-y-px",
100
101
  "children": [
101
102
  {
103
+ "direction": "horizontal",
102
104
  "children": [
103
105
  {
104
- "justify": "center",
105
- "className": "shrink-0 w-10 h-10 rounded-full bg-[var(--color-primary-soft)] text-[var(--color-primary-strong)] font-semibold",
106
- "direction": "vertical",
107
- "children": [
108
- {
109
- "content": "@item.queueIndex",
110
- "type": "typography",
111
- "weight": "bold",
112
- "variant": "caption"
113
- }
114
- ],
115
- "type": "stack",
116
- "align": "center",
117
- "gap": "none"
118
- },
119
- {
120
- "type": "icon",
121
- "name": "flag",
122
- "className": "shrink-0 text-[var(--color-text-muted)]"
123
- },
124
- {
125
- "direction": "vertical",
126
- "className": "flex-1 min-w-0",
127
- "type": "stack",
128
106
  "children": [
129
107
  {
130
108
  "direction": "horizontal",
131
- "gap": "xs",
132
- "className": "flex-wrap",
109
+ "className": "min-w-0",
133
110
  "children": [
134
111
  {
135
- "variant": "body",
136
- "className": "truncate",
137
- "type": "typography",
138
- "content": "@item.name",
139
- "weight": "medium"
112
+ "variant": "neutral",
113
+ "type": "badge",
114
+ "size": "sm",
115
+ "label": "@item.priority"
140
116
  },
141
117
  {
142
- "variant": "warning",
143
- "type": "badge",
144
- "label": "@item.priority",
145
- "size": "sm"
118
+ "weight": "medium",
119
+ "type": "typography",
120
+ "content": "@item.name",
121
+ "variant": "body",
122
+ "className": "truncate"
146
123
  }
147
124
  ],
125
+ "align": "center",
148
126
  "type": "stack",
149
- "align": "center"
127
+ "gap": "sm"
150
128
  },
151
129
  {
152
- "type": "typography",
153
130
  "content": "@item.description",
154
131
  "variant": "caption",
132
+ "type": "typography",
155
133
  "className": "truncate",
156
134
  "color": "muted"
157
135
  },
158
136
  {
159
- "type": "stack",
160
- "align": "center",
161
137
  "direction": "horizontal",
138
+ "className": "pt-0.5",
139
+ "type": "stack",
140
+ "gap": "xs",
162
141
  "children": [
163
142
  {
164
- "type": "icon",
165
143
  "className": "text-[var(--color-text-muted)]",
166
- "name": "user"
144
+ "type": "icon",
145
+ "name": "user",
146
+ "size": "sm"
167
147
  },
168
148
  {
169
- "content": "@item.assignee",
170
149
  "color": "muted",
171
- "variant": "caption",
172
- "type": "typography"
150
+ "type": "typography",
151
+ "content": "@item.assignee",
152
+ "variant": "caption"
173
153
  }
174
154
  ],
175
- "gap": "xs",
176
- "className": "pt-0.5"
155
+ "align": "center"
177
156
  }
178
157
  ],
179
- "gap": "xs"
158
+ "direction": "vertical",
159
+ "type": "stack",
160
+ "gap": "xs",
161
+ "className": "flex-1 min-w-0"
180
162
  },
181
163
  {
164
+ "gap": "xs",
165
+ "align": "center",
166
+ "type": "stack",
182
167
  "children": [
183
168
  {
184
169
  "type": "button",
185
- "variant": "ghost",
170
+ "label": "Defer",
186
171
  "action": "DEFER",
187
- "size": "sm",
188
- "label": "Defer"
172
+ "variant": "ghost",
173
+ "size": "sm"
189
174
  },
190
175
  {
191
- "type": "button",
192
176
  "variant": "warning",
193
- "action": "ESCALATE",
177
+ "size": "sm",
178
+ "type": "button",
194
179
  "label": "Escalate",
195
- "size": "sm"
180
+ "action": "ESCALATE"
196
181
  },
197
182
  {
198
- "size": "sm",
199
- "type": "button",
183
+ "action": "ACCEPT",
200
184
  "label": "Accept",
201
185
  "variant": "primary",
202
- "action": "ACCEPT"
186
+ "type": "button",
187
+ "size": "sm"
203
188
  }
204
189
  ],
205
- "gap": "xs",
206
- "align": "center",
207
- "type": "stack",
208
190
  "className": "shrink-0 opacity-60 group-hover:opacity-100 transition-opacity duration-normal",
209
191
  "direction": "horizontal"
210
192
  }
211
193
  ],
212
- "direction": "horizontal",
213
194
  "type": "stack",
214
- "className": "p-card-md",
195
+ "gap": "md",
215
196
  "align": "center",
216
- "gap": "md"
197
+ "className": "p-card-md"
217
198
  }
218
199
  ],
219
- "className": "group rounded-md bg-[var(--color-card)] border border-[var(--color-border)] shadow-sm transition-all duration-normal hover:shadow-hover hover:border-[var(--color-border-strong)] hover:-translate-y-px"
200
+ "look": "flat-bordered"
220
201
  }
221
202
  ],
222
- "type": "data-list"
203
+ "entity": "@payload.data",
204
+ "type": "data-list",
205
+ "fields": [],
206
+ "gap": "md"
223
207
  }
224
- ],
225
- "className": "max-w-3xl mx-auto p-card-md",
226
- "type": "stack",
227
- "direction": "vertical",
228
- "gap": "md"
208
+ ]
229
209
  }
230
210
  },
231
211
  "events": {
232
- "DELETE": "ESCALATE",
212
+ "VIEW": "ACCEPT",
233
213
  "EDIT": "DEFER",
234
- "VIEW": "ACCEPT"
214
+ "DELETE": "ESCALATE"
235
215
  }
236
216
  }
237
217
  ],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "std-calendar-agenda-list",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Day-grouped agenda — events organized by date with overline day headers (Today, Tomorrow, Mon Jun 5) and a time marker per event. Inherits std-calendar's fetch + SELECT_DAY state machine; only bodyContent differs from std-calendar's month-grid and std-calendar-week-timeline's 7-col timeline. For appointment queues, class-roster schedules, court-deadline lists where users scan a vertical chronological flow grouped by day.",
5
5
  "orbitals": [
6
6
  {
@@ -45,7 +45,7 @@
45
45
  },
46
46
  {
47
47
  "name": "date",
48
- "type": "string",
48
+ "type": "datetime",
49
49
  "default": ""
50
50
  },
51
51
  {
@@ -72,14 +72,14 @@
72
72
  "linkedEntity": "AgendaListEvent",
73
73
  "config": {
74
74
  "bodyContent": {
75
- "type": "stack",
75
+ "direction": "vertical",
76
76
  "children": [
77
77
  {
78
- "align": "center",
78
+ "gap": "md",
79
79
  "children": [
80
80
  {
81
+ "type": "stack",
81
82
  "align": "center",
82
- "direction": "horizontal",
83
83
  "children": [
84
84
  {
85
85
  "type": "icon",
@@ -87,119 +87,119 @@
87
87
  },
88
88
  {
89
89
  "content": "Agenda",
90
- "variant": "h2",
91
- "type": "typography"
90
+ "type": "typography",
91
+ "variant": "h2"
92
92
  }
93
93
  ],
94
- "gap": "sm",
95
- "type": "stack"
94
+ "direction": "horizontal",
95
+ "gap": "sm"
96
96
  },
97
97
  {
98
98
  "type": "date-range-selector",
99
99
  "onSelect": "SELECT_DAY"
100
100
  }
101
101
  ],
102
- "justify": "between",
103
- "gap": "md",
102
+ "direction": "horizontal",
104
103
  "type": "stack",
105
- "direction": "horizontal"
104
+ "justify": "between",
105
+ "align": "center"
106
106
  },
107
107
  {
108
108
  "type": "divider"
109
109
  },
110
110
  {
111
111
  "fields": [],
112
- "variant": "default",
112
+ "gap": "md",
113
113
  "renderItem": [
114
114
  "fn",
115
115
  "item",
116
116
  {
117
- "look": "flat-bordered",
117
+ "type": "card",
118
118
  "padding": "md",
119
119
  "children": [
120
120
  {
121
- "align": "start",
122
- "direction": "horizontal",
123
- "type": "stack",
124
121
  "gap": "md",
125
122
  "children": [
126
123
  {
127
- "gap": "xs",
128
- "type": "stack",
129
124
  "className": "w-16 shrink-0",
130
- "direction": "vertical",
131
- "align": "center",
125
+ "type": "stack",
132
126
  "children": [
133
127
  {
134
- "content": "@item.time",
128
+ "type": "typography",
135
129
  "variant": "overline",
136
130
  "color": "muted",
137
- "type": "typography"
131
+ "content": "@item.time"
138
132
  },
139
133
  {
140
- "color": "muted",
141
134
  "type": "icon",
142
135
  "size": "sm",
136
+ "color": "muted",
143
137
  "name": "clock"
144
138
  }
145
- ]
139
+ ],
140
+ "gap": "xs",
141
+ "direction": "vertical",
142
+ "align": "center"
146
143
  },
147
144
  {
148
145
  "type": "divider",
149
146
  "orientation": "vertical"
150
147
  },
151
148
  {
152
- "gap": "xs",
153
- "type": "stack",
154
149
  "className": "flex-1 min-w-0",
150
+ "gap": "xs",
155
151
  "children": [
156
152
  {
157
- "type": "stack",
158
- "gap": "sm",
159
- "align": "center",
160
- "direction": "horizontal",
153
+ "justify": "between",
161
154
  "children": [
162
155
  {
163
- "variant": "h4",
164
- "weight": "medium",
165
156
  "className": "truncate",
157
+ "variant": "h4",
166
158
  "type": "typography",
167
- "content": "@item.name"
159
+ "content": "@item.name",
160
+ "weight": "medium"
168
161
  },
169
162
  {
170
- "size": "sm",
171
163
  "type": "badge",
164
+ "size": "sm",
172
165
  "label": "@item.status",
173
166
  "variant": "default"
174
167
  }
175
168
  ],
176
- "justify": "between"
169
+ "gap": "sm",
170
+ "direction": "horizontal",
171
+ "type": "stack",
172
+ "align": "center"
177
173
  },
178
174
  {
179
- "variant": "body2",
180
175
  "type": "typography",
181
- "color": "muted",
176
+ "variant": "body2",
177
+ "className": "truncate",
182
178
  "content": "@item.description",
183
- "className": "truncate"
179
+ "color": "muted"
184
180
  }
185
181
  ],
186
- "direction": "vertical"
182
+ "direction": "vertical",
183
+ "type": "stack"
187
184
  }
188
- ]
185
+ ],
186
+ "align": "start",
187
+ "type": "stack",
188
+ "direction": "horizontal"
189
189
  }
190
190
  ],
191
- "type": "card"
191
+ "look": "flat-bordered"
192
192
  }
193
193
  ],
194
194
  "groupBy": "dateGroup",
195
- "entity": "@payload.data",
196
195
  "type": "data-list",
197
- "gap": "md"
196
+ "entity": "@payload.data",
197
+ "variant": "default"
198
198
  }
199
199
  ],
200
- "direction": "vertical",
201
200
  "gap": "lg",
202
- "className": "max-w-3xl mx-auto p-card-md"
201
+ "className": "max-w-3xl mx-auto p-card-md",
202
+ "type": "stack"
203
203
  }
204
204
  }
205
205
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "std-calendar-week-timeline",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Week-timeline calendar — events grouped by weekday in a 7-column timeline. The visible window normalizes to the payload's actual date range, so events stack into whichever day-of-week they fall on. Same CalendarEventCalendar trait, same state machine as std-calendar — only bodyContent differs. For weekly schedule views (fitness class week, healthcare appointment week).",
5
5
  "orbitals": [
6
6
  {
@@ -45,7 +45,7 @@
45
45
  },
46
46
  {
47
47
  "name": "date",
48
- "type": "string",
48
+ "type": "datetime",
49
49
  "default": ""
50
50
  },
51
51
  {
@@ -72,107 +72,107 @@
72
72
  "linkedEntity": "WeekTimelineEvent",
73
73
  "config": {
74
74
  "bodyContent": {
75
+ "gap": "md",
75
76
  "children": [
76
77
  {
77
- "direction": "horizontal",
78
78
  "type": "stack",
79
- "justify": "between",
80
79
  "children": [
81
80
  {
82
- "gap": "sm",
83
- "type": "stack",
81
+ "align": "center",
82
+ "direction": "horizontal",
84
83
  "children": [
85
84
  {
86
- "type": "icon",
87
- "name": "calendar"
85
+ "name": "calendar",
86
+ "type": "icon"
88
87
  },
89
88
  {
90
- "content": "Week",
91
89
  "variant": "h2",
92
- "type": "typography"
90
+ "type": "typography",
91
+ "content": "Week"
93
92
  }
94
93
  ],
95
- "direction": "horizontal",
96
- "align": "center"
94
+ "type": "stack",
95
+ "gap": "sm"
97
96
  },
98
97
  {
99
98
  "onSelect": "SELECT_DAY",
100
99
  "type": "date-range-selector"
101
100
  }
102
101
  ],
103
- "align": "center",
104
- "gap": "md"
102
+ "gap": "md",
103
+ "direction": "horizontal",
104
+ "justify": "between",
105
+ "align": "center"
105
106
  },
106
107
  {
107
108
  "type": "divider"
108
109
  },
109
110
  {
110
111
  "gap": "md",
111
- "groupBy": "weekday",
112
112
  "variant": "default",
113
- "entity": "@payload.data",
114
113
  "fields": [],
115
114
  "renderItem": [
116
115
  "fn",
117
116
  "item",
118
117
  {
119
- "look": "flat-bordered",
120
- "padding": "sm",
121
- "type": "card",
122
- "shadow": "sm",
123
118
  "children": [
124
119
  {
125
- "direction": "vertical",
126
120
  "gap": "xs",
127
121
  "children": [
128
122
  {
123
+ "justify": "between",
129
124
  "align": "center",
130
- "direction": "horizontal",
131
- "type": "stack",
132
125
  "gap": "sm",
133
- "justify": "between",
126
+ "type": "stack",
127
+ "direction": "horizontal",
134
128
  "children": [
135
129
  {
136
130
  "weight": "medium",
137
131
  "color": "muted",
138
- "type": "typography",
139
132
  "content": "@item.time",
140
- "variant": "caption"
133
+ "variant": "caption",
134
+ "type": "typography"
141
135
  },
142
136
  {
143
137
  "label": "@item.status",
144
- "size": "sm",
138
+ "type": "badge",
145
139
  "variant": "default",
146
- "type": "badge"
140
+ "size": "sm"
147
141
  }
148
142
  ]
149
143
  },
150
144
  {
151
- "type": "typography",
152
- "variant": "body2",
153
145
  "weight": "medium",
154
- "className": "truncate",
155
- "content": "@item.name"
146
+ "content": "@item.name",
147
+ "variant": "body2",
148
+ "type": "typography",
149
+ "className": "truncate"
156
150
  },
157
151
  {
152
+ "className": "truncate",
153
+ "content": "@item.description",
158
154
  "type": "typography",
159
- "color": "muted",
160
155
  "variant": "caption",
161
- "className": "truncate",
162
- "content": "@item.description"
156
+ "color": "muted"
163
157
  }
164
158
  ],
159
+ "direction": "vertical",
165
160
  "type": "stack"
166
161
  }
167
- ]
162
+ ],
163
+ "padding": "sm",
164
+ "look": "flat-bordered",
165
+ "shadow": "sm",
166
+ "type": "card"
168
167
  }
169
168
  ],
170
- "type": "data-list"
169
+ "entity": "@payload.data",
170
+ "type": "data-list",
171
+ "groupBy": "weekday"
171
172
  }
172
173
  ],
173
- "gap": "md",
174
- "type": "stack",
175
- "direction": "vertical"
174
+ "direction": "vertical",
175
+ "type": "stack"
176
176
  }
177
177
  }
178
178
  }