@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
@@ -26,13 +26,8 @@
26
26
  "items": {
27
27
  "type": "object",
28
28
  "properties": {
29
- "label": {
30
- "name": "label",
31
- "type": "string",
32
- "required": true
33
- },
34
- "badge": {
35
- "name": "badge",
29
+ "icon": {
30
+ "name": "icon",
36
31
  "type": "string",
37
32
  "required": false
38
33
  },
@@ -41,15 +36,20 @@
41
36
  "type": "trait",
42
37
  "required": false
43
38
  },
39
+ "badge": {
40
+ "name": "badge",
41
+ "type": "string",
42
+ "required": false
43
+ },
44
44
  "id": {
45
45
  "name": "id",
46
46
  "type": "string",
47
47
  "required": true
48
48
  },
49
- "icon": {
50
- "name": "icon",
49
+ "label": {
50
+ "name": "label",
51
51
  "type": "string",
52
- "required": false
52
+ "required": true
53
53
  }
54
54
  }
55
55
  }
@@ -61,6 +61,7 @@
61
61
  "name": "TabsItemTabs",
62
62
  "entityRebindable": true,
63
63
  "entityContract": {
64
+ "requires": [],
64
65
  "provides": [
65
66
  "activeTab",
66
67
  "items"
@@ -153,27 +154,6 @@
153
154
  ]
154
155
  },
155
156
  "config": {
156
- "bodyContent": {
157
- "type": "render-ui",
158
- "default": {
159
- "tabChangeEvent": "TAB_CHANGED",
160
- "items": "@entity.items",
161
- "variant": "@config.variant",
162
- "type": "tabs",
163
- "activeTab": "@entity.activeTab",
164
- "orientation": "@config.orientation"
165
- },
166
- "label": "Body content tree",
167
- "description": "Render-ui SExpr rendered for the tabs surface. Default is the canonical tabs pattern bound to @entity.items / @entity.activeTab. Layer 3 variants override this with their own tree (segmented-pill bar, vertical sidebar rail, etc.) while inheriting the same trait, state machine, emits, and listens.",
168
- "tier": "internal"
169
- },
170
- "defaultTab": {
171
- "type": "string",
172
- "default": "overview",
173
- "label": "Default tab",
174
- "description": "Tab id selected on first render",
175
- "tier": "presentation"
176
- },
177
157
  "variant": {
178
158
  "type": "string",
179
159
  "default": "default",
@@ -190,19 +170,19 @@
190
170
  "type": "[TabSpec]",
191
171
  "default": [
192
172
  {
193
- "icon": "info",
194
173
  "id": "overview",
195
- "label": "Overview"
174
+ "label": "Overview",
175
+ "icon": "info"
196
176
  },
197
177
  {
178
+ "id": "details",
198
179
  "icon": "list",
199
- "label": "Details",
200
- "id": "details"
180
+ "label": "Details"
201
181
  },
202
182
  {
203
- "id": "settings",
183
+ "label": "Settings",
204
184
  "icon": "settings",
205
- "label": "Settings"
185
+ "id": "settings"
206
186
  }
207
187
  ],
208
188
  "label": "Tabs",
@@ -211,26 +191,26 @@
211
191
  "items": {
212
192
  "type": "object",
213
193
  "properties": {
214
- "id": {
215
- "name": "id",
216
- "type": "string",
217
- "required": true
194
+ "content": {
195
+ "name": "content",
196
+ "type": "trait",
197
+ "required": false
218
198
  },
219
199
  "label": {
220
200
  "name": "label",
221
201
  "type": "string",
222
202
  "required": true
223
203
  },
224
- "content": {
225
- "name": "content",
226
- "type": "trait",
227
- "required": false
228
- },
229
204
  "icon": {
230
205
  "name": "icon",
231
206
  "type": "string",
232
207
  "required": false
233
208
  },
209
+ "id": {
210
+ "name": "id",
211
+ "type": "string",
212
+ "required": true
213
+ },
234
214
  "badge": {
235
215
  "name": "badge",
236
216
  "type": "string",
@@ -249,6 +229,27 @@
249
229
  "horizontal",
250
230
  "vertical"
251
231
  ]
232
+ },
233
+ "bodyContent": {
234
+ "type": "render-ui",
235
+ "default": {
236
+ "tabChangeEvent": "TAB_CHANGED",
237
+ "activeTab": "@entity.activeTab",
238
+ "items": "@entity.items",
239
+ "type": "tabs",
240
+ "orientation": "@config.orientation",
241
+ "variant": "@config.variant"
242
+ },
243
+ "label": "Body content tree",
244
+ "description": "Render-ui SExpr rendered for the tabs surface. Default is the canonical tabs pattern bound to @entity.items / @entity.activeTab. Layer 3 variants override this with their own tree (segmented-pill bar, vertical sidebar rail, etc.) while inheriting the same trait, state machine, emits, and listens.",
245
+ "tier": "internal"
246
+ },
247
+ "defaultTab": {
248
+ "type": "string",
249
+ "default": "overview",
250
+ "label": "Default tab",
251
+ "description": "Tab id selected on first render",
252
+ "tier": "presentation"
252
253
  }
253
254
  },
254
255
  "scope": "instance"
@@ -180,22 +180,22 @@
180
180
  "render-ui",
181
181
  "main",
182
182
  {
183
+ "align": "center",
183
184
  "className": "py-12",
185
+ "direction": "vertical",
186
+ "gap": "md",
187
+ "type": "stack",
184
188
  "children": [
185
189
  {
186
190
  "type": "spinner"
187
191
  },
188
192
  {
193
+ "type": "typography",
189
194
  "variant": "caption",
190
- "content": "Loading categories…",
191
195
  "color": "muted",
192
- "type": "typography"
196
+ "content": "Loading categories…"
193
197
  }
194
- ],
195
- "gap": "md",
196
- "align": "center",
197
- "direction": "vertical",
198
- "type": "stack"
198
+ ]
199
199
  }
200
200
  ]
201
201
  ]
@@ -209,7 +209,7 @@
209
209
  "render-ui",
210
210
  "main",
211
211
  {
212
- "direction": "vertical",
212
+ "type": "stack",
213
213
  "gap": "md",
214
214
  "children": [
215
215
  {
@@ -218,7 +218,7 @@
218
218
  "type": "typography"
219
219
  },
220
220
  {
221
- "type": "data-grid",
221
+ "entity": "@payload.data",
222
222
  "fields": [
223
223
  {
224
224
  "label": "Name",
@@ -231,16 +231,16 @@
231
231
  ],
232
232
  "itemActions": [
233
233
  {
234
+ "icon": "chevron-right",
234
235
  "label": "Open",
235
- "event": "SELECT_TAG",
236
- "icon": "chevron-right"
236
+ "event": "SELECT_TAG"
237
237
  }
238
238
  ],
239
- "look": "@config.tableLook",
240
- "entity": "@payload.data"
239
+ "type": "data-grid",
240
+ "look": "@config.tableLook"
241
241
  }
242
242
  ],
243
- "type": "stack"
243
+ "direction": "vertical"
244
244
  }
245
245
  ]
246
246
  ]
@@ -283,8 +283,8 @@
283
283
  "Tag",
284
284
  {
285
285
  "emit": {
286
- "success": "TagLoaded",
287
- "failure": "TagLoadFailed"
286
+ "failure": "TagLoadFailed",
287
+ "success": "TagLoaded"
288
288
  }
289
289
  }
290
290
  ],
@@ -292,21 +292,21 @@
292
292
  "render-ui",
293
293
  "main",
294
294
  {
295
+ "type": "stack",
296
+ "align": "center",
297
+ "direction": "vertical",
298
+ "className": "py-12",
295
299
  "children": [
296
300
  {
297
301
  "type": "spinner"
298
302
  },
299
303
  {
300
304
  "color": "muted",
301
- "type": "typography",
302
305
  "content": "Loading children…",
306
+ "type": "typography",
303
307
  "variant": "caption"
304
308
  }
305
309
  ],
306
- "type": "stack",
307
- "align": "center",
308
- "direction": "vertical",
309
- "className": "py-12",
310
310
  "gap": "md"
311
311
  }
312
312
  ]
@@ -321,7 +321,6 @@
321
321
  "render-ui",
322
322
  "main",
323
323
  {
324
- "gap": "md",
325
324
  "children": [
326
325
  {
327
326
  "type": "typography",
@@ -329,15 +328,16 @@
329
328
  "variant": "h3"
330
329
  },
331
330
  {
331
+ "entity": "@payload.data",
332
+ "type": "data-grid",
332
333
  "itemActions": [
333
334
  {
334
- "icon": "chevron-right",
335
335
  "event": "SELECT_TAG",
336
- "label": "Open"
336
+ "label": "Open",
337
+ "icon": "chevron-right"
337
338
  }
338
339
  ],
339
340
  "look": "@config.tableLook",
340
- "entity": "@payload.data",
341
341
  "fields": [
342
342
  {
343
343
  "name": "name",
@@ -347,12 +347,12 @@
347
347
  "name": "count",
348
348
  "label": "Items"
349
349
  }
350
- ],
351
- "type": "data-grid"
350
+ ]
352
351
  }
353
352
  ],
354
353
  "type": "stack",
355
- "direction": "vertical"
354
+ "direction": "vertical",
355
+ "gap": "md"
356
356
  }
357
357
  ]
358
358
  ]
@@ -392,10 +392,9 @@
392
392
  "render-ui",
393
393
  "main",
394
394
  {
395
+ "className": "py-12",
395
396
  "type": "stack",
396
- "direction": "vertical",
397
397
  "align": "center",
398
- "gap": "md",
399
398
  "children": [
400
399
  {
401
400
  "type": "spinner"
@@ -403,11 +402,12 @@
403
402
  {
404
403
  "color": "muted",
405
404
  "type": "typography",
406
- "variant": "caption",
407
- "content": "Loading categories…"
405
+ "content": "Loading categories…",
406
+ "variant": "caption"
408
407
  }
409
408
  ],
410
- "className": "py-12"
409
+ "direction": "vertical",
410
+ "gap": "md"
411
411
  }
412
412
  ]
413
413
  ]
@@ -452,14 +452,11 @@
452
452
  "render-ui",
453
453
  "main",
454
454
  {
455
- "direction": "vertical",
456
- "gap": "md",
457
- "type": "stack",
458
455
  "children": [
459
456
  {
457
+ "type": "typography",
460
458
  "content": "@config.title",
461
- "variant": "h3",
462
- "type": "typography"
459
+ "variant": "h3"
463
460
  },
464
461
  {
465
462
  "fields": [
@@ -472,18 +469,21 @@
472
469
  "name": "count"
473
470
  }
474
471
  ],
475
- "look": "@config.tableLook",
476
- "type": "data-grid",
477
472
  "itemActions": [
478
473
  {
479
- "icon": "chevron-right",
480
474
  "label": "Open",
481
- "event": "SELECT_TAG"
475
+ "event": "SELECT_TAG",
476
+ "icon": "chevron-right"
482
477
  }
483
478
  ],
479
+ "type": "data-grid",
480
+ "look": "@config.tableLook",
484
481
  "entity": "@payload.data"
485
482
  }
486
- ]
483
+ ],
484
+ "type": "stack",
485
+ "gap": "md",
486
+ "direction": "vertical"
487
487
  }
488
488
  ]
489
489
  ]
@@ -497,9 +497,9 @@
497
497
  "render-ui",
498
498
  "main",
499
499
  {
500
- "type": "alert",
501
500
  "variant": "error",
502
- "message": "@payload.error"
501
+ "message": "@payload.error",
502
+ "type": "alert"
503
503
  }
504
504
  ]
505
505
  ]
@@ -524,20 +524,20 @@
524
524
  "main",
525
525
  {
526
526
  "gap": "md",
527
- "className": "py-12",
528
- "align": "center",
529
527
  "children": [
530
528
  {
531
529
  "type": "spinner"
532
530
  },
533
531
  {
534
532
  "type": "typography",
533
+ "content": "Loading categories…",
535
534
  "color": "muted",
536
- "variant": "caption",
537
- "content": "Loading categories…"
535
+ "variant": "caption"
538
536
  }
539
537
  ],
540
538
  "direction": "vertical",
539
+ "align": "center",
540
+ "className": "py-12",
541
541
  "type": "stack"
542
542
  }
543
543
  ]
@@ -546,20 +546,6 @@
546
546
  ]
547
547
  },
548
548
  "config": {
549
- "title": {
550
- "type": "string",
551
- "default": "Categories",
552
- "label": "Section title",
553
- "description": "Heading shown above the tag tree",
554
- "tier": "presentation"
555
- },
556
- "allowEdit": {
557
- "type": "boolean",
558
- "default": false,
559
- "label": "Allow editing",
560
- "description": "Show inline controls to create or rename tags",
561
- "tier": "domain"
562
- },
563
549
  "tableLook": {
564
550
  "type": "string",
565
551
  "default": "dense",
@@ -573,6 +559,20 @@
573
559
  "borderless",
574
560
  "card-rows"
575
561
  ]
562
+ },
563
+ "allowEdit": {
564
+ "type": "boolean",
565
+ "default": false,
566
+ "label": "Allow editing",
567
+ "description": "Show inline controls to create or rename tags",
568
+ "tier": "domain"
569
+ },
570
+ "title": {
571
+ "type": "string",
572
+ "default": "Categories",
573
+ "label": "Section title",
574
+ "description": "Heading shown above the tag tree",
575
+ "tier": "presentation"
576
576
  }
577
577
  },
578
578
  "scope": "collection"