@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
@@ -29,66 +29,66 @@
29
29
  "linkedEntity": "StepperHorizontalView",
30
30
  "config": {
31
31
  "bodyContent": {
32
- "align": "center",
33
- "className": "max-w-4xl mx-auto pt-section w-full justify-between",
34
- "direction": "horizontal",
35
- "type": "stack",
36
- "gap": "sm",
37
32
  "children": [
38
33
  {
34
+ "gap": "sm",
35
+ "fields": [],
36
+ "type": "data-list",
37
+ "entity": "@entity.wizardSteps",
39
38
  "renderItem": [
40
39
  "fn",
41
40
  "step",
42
41
  {
43
- "align": "center",
44
- "gap": "sm",
45
42
  "type": "stack",
46
- "direction": "horizontal",
43
+ "gap": "sm",
47
44
  "children": [
48
45
  {
49
- "disabled": "@step.isPending",
46
+ "icon": "@step.icon",
50
47
  "type": "button",
48
+ "variant": "ghost",
49
+ "disabled": "@step.isPending",
51
50
  "label": "",
52
- "action": "ADVANCE",
53
51
  "actionPayload": {
54
52
  "id": "@entity.id",
55
53
  "stepKey": "@step.key"
56
54
  },
57
- "icon": "@step.icon",
58
- "variant": "ghost"
55
+ "action": "ADVANCE"
59
56
  },
60
57
  {
61
- "align": "center",
62
- "direction": "horizontal",
63
58
  "children": [
64
59
  {
60
+ "variant": "@step.badgeVariant",
65
61
  "type": "badge",
66
- "label": "@step.indexLabel",
67
- "variant": "@step.badgeVariant"
62
+ "label": "@step.indexLabel"
68
63
  },
69
64
  {
70
- "type": "typography",
71
65
  "variant": "caption",
66
+ "content": "@step.label",
72
67
  "color": "@step.labelColor",
73
- "content": "@step.label"
68
+ "type": "typography"
74
69
  }
75
70
  ],
76
71
  "type": "stack",
77
- "gap": "sm"
72
+ "direction": "horizontal",
73
+ "gap": "sm",
74
+ "align": "center"
78
75
  },
79
76
  {
80
- "className": "flex-1 min-w-spacing-xl",
81
- "type": "divider"
77
+ "type": "divider",
78
+ "className": "flex-1 min-w-spacing-xl"
82
79
  }
83
- ]
80
+ ],
81
+ "direction": "horizontal",
82
+ "align": "center"
84
83
  }
85
- ],
86
- "entity": "@entity.wizardSteps",
87
- "gap": "sm",
88
- "fields": [],
89
- "type": "data-list"
84
+ ]
90
85
  }
91
- ]
86
+ ],
87
+ "gap": "sm",
88
+ "direction": "horizontal",
89
+ "className": "max-w-4xl mx-auto pt-section w-full justify-between",
90
+ "type": "stack",
91
+ "align": "center"
92
92
  }
93
93
  }
94
94
  }
@@ -32,23 +32,23 @@
32
32
  "items": {
33
33
  "type": "object",
34
34
  "properties": {
35
+ "label": {
36
+ "name": "label",
37
+ "type": "string",
38
+ "required": true
39
+ },
35
40
  "icon": {
36
41
  "name": "icon",
37
42
  "type": "string",
38
43
  "required": false
39
44
  },
40
- "value": {
41
- "name": "value",
45
+ "id": {
46
+ "name": "id",
42
47
  "type": "string",
43
48
  "required": false
44
49
  },
45
- "label": {
46
- "name": "label",
47
- "type": "string",
48
- "required": true
49
- },
50
- "id": {
51
- "name": "id",
50
+ "value": {
51
+ "name": "value",
52
52
  "type": "string",
53
53
  "required": false
54
54
  }
@@ -64,13 +64,20 @@
64
64
  "linkedEntity": "SegmentedPillsTabsItem",
65
65
  "config": {
66
66
  "bodyContent": {
67
+ "type": "stack",
67
68
  "direction": "horizontal",
69
+ "align": "center",
68
70
  "children": [
69
71
  {
72
+ "variant": "pills",
73
+ "orientation": "horizontal",
74
+ "tabChangeEvent": "TAB_CHANGED",
75
+ "activeTab": "@entity.activeTab",
76
+ "className": "gap-1",
70
77
  "items": [
71
78
  {
72
- "id": "tab1",
73
- "label": "Tab 1"
79
+ "label": "Tab 1",
80
+ "id": "tab1"
74
81
  },
75
82
  {
76
83
  "id": "tab2",
@@ -81,18 +88,11 @@
81
88
  "label": "Tab 3"
82
89
  }
83
90
  ],
84
- "variant": "pills",
85
- "className": "gap-1",
86
- "type": "tabs",
87
- "activeTab": "@entity.activeTab",
88
- "orientation": "horizontal",
89
- "tabChangeEvent": "TAB_CHANGED"
91
+ "type": "tabs"
90
92
  }
91
93
  ],
92
- "align": "center",
93
- "type": "stack",
94
- "className": "inline-flex p-1 rounded-pill bg-muted",
95
- "gap": "none"
94
+ "gap": "none",
95
+ "className": "inline-flex p-1 rounded-pill bg-muted"
96
96
  }
97
97
  }
98
98
  }
@@ -32,8 +32,8 @@
32
32
  "items": {
33
33
  "type": "object",
34
34
  "properties": {
35
- "value": {
36
- "name": "value",
35
+ "id": {
36
+ "name": "id",
37
37
  "type": "string",
38
38
  "required": false
39
39
  },
@@ -47,8 +47,8 @@
47
47
  "type": "string",
48
48
  "required": true
49
49
  },
50
- "id": {
51
- "name": "id",
50
+ "value": {
51
+ "name": "value",
52
52
  "type": "string",
53
53
  "required": false
54
54
  }
@@ -64,24 +64,20 @@
64
64
  "linkedEntity": "SidebarRailTabsItem",
65
65
  "config": {
66
66
  "bodyContent": {
67
- "gap": "none",
67
+ "type": "stack",
68
68
  "align": "stretch",
69
69
  "children": [
70
70
  {
71
- "type": "stack",
72
- "gap": "none",
71
+ "direction": "vertical",
72
+ "className": "w-56 shrink-0 border-r bg-muted/30 py-3",
73
73
  "children": [
74
74
  {
75
- "activeTab": "@entity.activeTab",
76
- "orientation": "vertical",
77
75
  "tabChangeEvent": "TAB_CHANGED",
78
- "className": "px-2 gap-1",
79
- "type": "tabs",
80
76
  "items": [
81
77
  {
78
+ "icon": "home",
82
79
  "id": "tab1",
83
- "label": "Tab 1",
84
- "icon": "home"
80
+ "label": "Tab 1"
85
81
  },
86
82
  {
87
83
  "icon": "settings",
@@ -90,26 +86,30 @@
90
86
  },
91
87
  {
92
88
  "id": "tab3",
93
- "label": "Tab 3",
94
- "icon": "user"
89
+ "icon": "user",
90
+ "label": "Tab 3"
95
91
  }
96
92
  ],
97
- "variant": "pills"
93
+ "variant": "pills",
94
+ "orientation": "vertical",
95
+ "className": "px-2 gap-1",
96
+ "activeTab": "@entity.activeTab",
97
+ "type": "tabs"
98
98
  }
99
99
  ],
100
- "direction": "vertical",
100
+ "gap": "none",
101
101
  "align": "stretch",
102
- "className": "w-56 shrink-0 border-r bg-muted/30 py-3"
102
+ "type": "stack"
103
103
  },
104
104
  {
105
- "direction": "vertical",
106
- "gap": "md",
107
105
  "className": "flex-1 min-w-0 p-card-md",
106
+ "children": [],
108
107
  "type": "stack",
109
- "children": []
108
+ "direction": "vertical",
109
+ "gap": "md"
110
110
  }
111
111
  ],
112
- "type": "stack",
112
+ "gap": "none",
113
113
  "direction": "horizontal",
114
114
  "className": "min-h-[24rem] border rounded-md overflow-hidden"
115
115
  }
@@ -73,121 +73,121 @@
73
73
  "config": {
74
74
  "bodyContent": {
75
75
  "direction": "vertical",
76
- "className": "max-w-2xl mx-auto px-card-md py-section h-full",
77
- "gap": "none",
78
- "type": "stack",
79
76
  "children": [
80
77
  {
78
+ "direction": "horizontal",
79
+ "align": "center",
80
+ "type": "stack",
81
81
  "className": "pb-md border-b border-[var(--color-border)]",
82
+ "gap": "sm",
82
83
  "children": [
83
84
  {
85
+ "name": "Alex Rivera",
84
86
  "type": "avatar",
85
- "size": "md",
86
- "name": "Alex Rivera"
87
+ "size": "md"
87
88
  },
88
89
  {
90
+ "direction": "vertical",
91
+ "className": "flex-1",
92
+ "type": "stack",
93
+ "gap": "xs",
89
94
  "children": [
90
95
  {
91
96
  "content": "Alex Rivera",
92
- "type": "typography",
97
+ "variant": "body",
93
98
  "weight": "medium",
94
- "variant": "body"
99
+ "type": "typography"
95
100
  },
96
101
  {
97
102
  "content": "Active now",
98
103
  "variant": "caption",
99
- "type": "typography",
100
- "color": "muted"
104
+ "color": "muted",
105
+ "type": "typography"
101
106
  }
102
- ],
103
- "type": "stack",
104
- "className": "flex-1",
105
- "direction": "vertical",
106
- "gap": "xs"
107
+ ]
107
108
  }
108
- ],
109
- "gap": "sm",
110
- "align": "center",
111
- "direction": "horizontal",
112
- "type": "stack"
109
+ ]
113
110
  },
114
111
  {
115
- "fields": [],
116
- "gap": "sm",
117
112
  "variant": "message",
118
- "className": "flex-1 overflow-y-auto py-md",
119
113
  "senderField": "authorId",
114
+ "currentUser": "me",
120
115
  "type": "data-list",
121
116
  "renderItem": [
122
117
  "fn",
123
118
  "item",
124
119
  {
125
- "direction": "horizontal",
126
- "gap": "sm",
127
- "className": "@item.isMe ? 'w-full flex-row-reverse' : 'w-full flex-row'",
128
120
  "type": "stack",
121
+ "gap": "sm",
122
+ "direction": "horizontal",
129
123
  "align": "end",
124
+ "className": "@item.isMe ? 'w-full flex-row-reverse' : 'w-full flex-row'",
130
125
  "children": [
131
126
  {
132
- "type": "avatar",
133
127
  "className": "@item.isMe ? 'invisible' : 'visible'",
134
- "name": "@item.authorName",
135
- "size": "sm"
128
+ "size": "sm",
129
+ "type": "avatar",
130
+ "name": "@item.authorName"
136
131
  },
137
132
  {
133
+ "className": "@item.isMe ? 'max-w-[70%] items-end' : 'max-w-[70%] items-start'",
138
134
  "type": "stack",
135
+ "direction": "vertical",
136
+ "gap": "xs",
139
137
  "children": [
140
138
  {
141
- "type": "card",
142
- "look": "@item.isMe ? 'filled' : 'flat-bordered'",
143
139
  "children": {
144
- "type": "typography",
145
140
  "content": "@item.content",
141
+ "type": "typography",
146
142
  "variant": "body"
147
143
  },
144
+ "look": "@item.isMe ? 'filled' : 'flat-bordered'",
145
+ "type": "card",
148
146
  "padding": "sm",
149
147
  "className": "@item.isMe ? 'rounded-lg rounded-br-sm bg-[var(--color-primary)] text-[var(--color-primary-foreground)] shadow-sm' : 'rounded-lg rounded-bl-sm bg-[var(--color-muted)] text-[var(--color-foreground)] shadow-sm'"
150
148
  },
151
149
  {
152
- "content": "@item.createdAt",
153
150
  "variant": "caption",
151
+ "type": "typography",
154
152
  "color": "muted",
155
- "type": "typography"
153
+ "content": "@item.createdAt"
156
154
  }
157
- ],
158
- "gap": "xs",
159
- "className": "@item.isMe ? 'max-w-[70%] items-end' : 'max-w-[70%] items-start'",
160
- "direction": "vertical"
155
+ ]
161
156
  }
162
157
  ]
163
158
  }
164
159
  ],
165
- "currentUser": "me",
166
- "entity": "@payload.data"
160
+ "fields": [],
161
+ "entity": "@payload.data",
162
+ "className": "flex-1 overflow-y-auto py-md",
163
+ "gap": "sm"
167
164
  },
168
165
  {
166
+ "direction": "horizontal",
167
+ "gap": "sm",
168
+ "className": "mt-md border-t border-[var(--color-border)] pt-md",
169
169
  "children": [
170
170
  {
171
- "action": "EDIT_REPLY",
172
- "inputType": "text",
171
+ "type": "input",
173
172
  "placeholder": "Message…",
174
- "type": "input"
173
+ "action": "EDIT_REPLY",
174
+ "inputType": "text"
175
175
  },
176
176
  {
177
- "variant": "primary",
178
- "type": "button",
179
- "label": "Send",
177
+ "action": "SUBMIT_REPLY",
180
178
  "icon": "send",
181
- "action": "SUBMIT_REPLY"
179
+ "label": "Send",
180
+ "variant": "primary",
181
+ "type": "button"
182
182
  }
183
183
  ],
184
184
  "type": "stack",
185
- "direction": "horizontal",
186
- "gap": "sm",
187
- "className": "mt-md border-t border-[var(--color-border)] pt-md",
188
185
  "align": "center"
189
186
  }
190
- ]
187
+ ],
188
+ "type": "stack",
189
+ "gap": "none",
190
+ "className": "max-w-2xl mx-auto px-card-md py-section h-full"
191
191
  }
192
192
  }
193
193
  }