@almadar/std 16.28.3 → 16.28.4

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 (1262) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
  24. package/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
  25. package/behaviors/registry/core/atoms/std-app-search.orb +66 -66
  26. package/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
  27. package/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
  28. package/behaviors/registry/core/atoms/std-board.orb +283 -283
  29. package/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
  30. package/behaviors/registry/core/atoms/std-browse.orb +428 -305
  31. package/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
  32. package/behaviors/registry/core/atoms/std-calendar.orb +67 -67
  33. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
  34. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
  35. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
  36. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
  37. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
  38. package/behaviors/registry/core/atoms/std-date-range.orb +22 -22
  39. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  40. package/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
  41. package/behaviors/registry/core/atoms/std-event-log.orb +169 -169
  42. package/behaviors/registry/core/atoms/std-export.orb +55 -55
  43. package/behaviors/registry/core/atoms/std-file-store.orb +312 -300
  44. package/behaviors/registry/core/atoms/std-filter.orb +25 -25
  45. package/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
  46. package/behaviors/registry/core/atoms/std-gallery.orb +60 -54
  47. package/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
  48. package/behaviors/registry/core/atoms/std-graphs.orb +175 -175
  49. package/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
  50. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
  51. package/behaviors/registry/core/atoms/std-modal.orb +38 -38
  52. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
  53. package/behaviors/registry/core/atoms/std-pagination.orb +18 -18
  54. package/behaviors/registry/core/atoms/std-push.orb +47 -47
  55. package/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
  56. package/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
  57. package/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
  58. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  59. package/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
  60. package/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
  61. package/behaviors/registry/core/atoms/std-scatter.orb +61 -61
  62. package/behaviors/registry/core/atoms/std-search.orb +12 -12
  63. package/behaviors/registry/core/atoms/std-selection.orb +91 -91
  64. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
  65. package/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
  66. package/behaviors/registry/core/atoms/std-stats.orb +202 -202
  67. package/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
  68. package/behaviors/registry/core/atoms/std-tabs.orb +57 -57
  69. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
  70. package/behaviors/registry/core/atoms/std-thread.orb +179 -173
  71. package/behaviors/registry/core/atoms/std-version-history.orb +259 -247
  72. package/behaviors/registry/core/atoms/std-vote.orb +69 -63
  73. package/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
  74. package/behaviors/registry/core/atoms/std-wizard.orb +218 -218
  75. package/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
  76. package/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
  77. package/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
  78. package/behaviors/registry/core/molecules/std-list.orb +196 -57
  79. package/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
  80. package/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
  81. package/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
  82. package/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
  83. package/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
  84. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
  85. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
  86. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
  87. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
  88. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
  89. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
  90. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
  91. package/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
  92. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
  93. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
  94. package/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
  95. package/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
  96. package/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
  97. package/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
  98. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
  99. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
  100. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
  101. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
  102. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
  103. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
  104. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
  105. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
  106. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
  107. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
  108. package/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
  109. package/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
  110. package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
  111. package/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
  112. package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
  113. package/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
  114. package/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
  115. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
  116. package/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
  117. package/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
  118. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
  119. package/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
  120. package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
  121. package/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
  122. package/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
  123. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
  124. package/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
  125. package/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
  126. package/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
  127. package/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
  128. package/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
  129. package/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
  130. package/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
  131. package/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
  132. package/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
  133. package/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
  134. package/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
  135. package/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
  136. package/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
  137. package/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
  138. package/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
  139. package/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
  140. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
  141. package/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
  142. package/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
  143. package/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
  144. package/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
  145. package/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
  146. package/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
  147. package/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
  148. package/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
  149. package/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
  150. package/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
  151. package/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
  152. package/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
  153. package/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
  154. package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
  155. package/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
  156. package/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
  157. package/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
  158. package/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
  159. package/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
  160. package/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
  161. package/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
  162. package/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
  163. package/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
  164. package/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
  165. package/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
  166. package/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
  167. package/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
  168. package/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
  169. package/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
  170. package/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
  171. package/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
  172. package/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
  173. package/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
  174. package/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
  175. package/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
  176. package/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
  177. package/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
  178. package/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
  179. package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
  180. package/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
  181. package/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
  182. package/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
  183. package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
  184. package/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
  185. package/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
  186. package/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
  187. package/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
  188. package/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
  189. package/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
  190. package/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
  191. package/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
  192. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
  193. package/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
  194. package/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
  195. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
  196. package/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
  197. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
  198. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
  199. package/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
  200. package/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
  201. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
  202. package/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
  203. package/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
  204. package/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
  205. package/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
  206. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
  207. package/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
  208. package/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
  209. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
  210. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
  211. package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
  212. package/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
  213. package/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
  214. package/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
  215. package/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
  216. package/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
  217. package/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
  218. package/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
  219. package/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
  220. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
  221. package/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
  222. package/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
  223. package/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
  224. package/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
  225. package/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
  226. package/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
  227. package/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
  228. package/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
  229. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
  230. package/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
  231. package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
  232. package/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
  233. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
  234. package/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
  235. package/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
  236. package/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
  237. package/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
  238. package/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
  239. package/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
  240. package/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
  241. package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
  242. package/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
  243. package/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
  244. package/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
  245. package/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
  246. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
  247. package/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
  248. package/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
  249. package/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
  250. package/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
  251. package/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
  252. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
  253. package/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
  254. package/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
  255. package/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
  256. package/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
  257. package/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
  258. package/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
  259. package/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
  260. package/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
  261. package/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
  262. package/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
  263. package/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
  264. package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
  265. package/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
  266. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
  267. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
  268. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
  269. package/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
  270. package/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
  271. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
  272. package/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
  273. package/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
  274. package/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
  275. package/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
  276. package/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
  277. package/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
  278. package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
  279. package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
  280. package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
  281. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
  282. package/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
  283. package/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
  284. package/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
  285. package/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
  286. package/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
  287. package/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
  288. package/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
  289. package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
  290. package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
  291. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
  292. package/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
  293. package/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
  294. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
  295. package/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
  296. package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
  297. package/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
  298. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
  299. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
  300. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
  301. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
  302. package/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
  303. package/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
  304. package/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
  305. package/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
  306. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
  307. package/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
  308. package/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
  309. package/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
  310. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
  311. package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
  312. package/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
  313. package/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
  314. package/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
  315. package/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
  316. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
  317. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
  318. package/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
  319. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
  320. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
  321. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
  322. package/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
  323. package/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
  324. package/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
  325. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
  326. package/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
  327. package/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
  328. package/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
  329. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
  330. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
  331. package/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
  332. package/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
  333. package/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
  334. package/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
  335. package/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
  336. package/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
  337. package/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
  338. package/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
  339. package/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
  340. package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
  341. package/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
  342. package/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
  343. package/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
  344. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
  345. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
  346. package/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
  347. package/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
  348. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
  349. package/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
  350. package/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
  351. package/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
  352. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
  353. package/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
  354. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
  355. package/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
  356. package/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
  357. package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
  358. package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
  359. package/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
  360. package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
  361. package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
  362. package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
  363. package/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
  364. package/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
  365. package/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
  366. package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
  367. package/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
  368. package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
  369. package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
  370. package/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
  371. package/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
  372. package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
  373. package/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
  374. package/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
  375. package/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
  376. package/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
  377. package/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
  378. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
  379. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
  380. package/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
  381. package/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
  382. package/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
  383. package/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
  384. package/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
  385. package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
  386. package/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
  387. package/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
  388. package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
  389. package/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
  390. package/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
  391. package/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
  392. package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
  393. package/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
  394. package/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
  395. package/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
  396. package/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
  397. package/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
  398. package/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
  399. package/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
  400. package/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
  401. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
  402. package/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
  403. package/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
  404. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
  405. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
  406. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
  407. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
  408. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
  409. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
  410. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
  411. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
  412. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
  413. package/dist/behaviors/behaviors-registry.json +7 -7
  414. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +79 -79
  415. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  416. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +130 -113
  417. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -114
  418. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +427 -406
  419. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +104 -104
  420. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +269 -216
  421. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +156 -139
  422. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +79 -68
  423. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +400 -223
  424. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +193 -192
  425. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
  426. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +94 -58
  427. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
  428. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +178 -178
  429. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -126
  430. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -112
  431. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
  432. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
  433. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3072 -3032
  434. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
  435. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
  436. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +1116 -902
  437. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +96 -84
  438. package/dist/behaviors/registry/core/atoms/std-app-search.orb +66 -66
  439. package/dist/behaviors/registry/core/atoms/std-autocomplete.orb +47 -40
  440. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +191 -185
  441. package/dist/behaviors/registry/core/atoms/std-board.orb +283 -283
  442. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +171 -165
  443. package/dist/behaviors/registry/core/atoms/std-browse.orb +428 -305
  444. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +129 -129
  445. package/dist/behaviors/registry/core/atoms/std-calendar.orb +67 -67
  446. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +237 -237
  447. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -28
  448. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
  449. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
  450. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +71 -71
  451. package/dist/behaviors/registry/core/atoms/std-date-range.orb +22 -22
  452. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  453. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +36 -36
  454. package/dist/behaviors/registry/core/atoms/std-event-log.orb +169 -169
  455. package/dist/behaviors/registry/core/atoms/std-export.orb +55 -55
  456. package/dist/behaviors/registry/core/atoms/std-file-store.orb +312 -300
  457. package/dist/behaviors/registry/core/atoms/std-filter.orb +25 -25
  458. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +79 -79
  459. package/dist/behaviors/registry/core/atoms/std-gallery.orb +60 -54
  460. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +28 -28
  461. package/dist/behaviors/registry/core/atoms/std-graphs.orb +175 -175
  462. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +25 -25
  463. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +118 -112
  464. package/dist/behaviors/registry/core/atoms/std-modal.orb +38 -38
  465. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +547 -547
  466. package/dist/behaviors/registry/core/atoms/std-pagination.orb +18 -18
  467. package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
  468. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +220 -220
  469. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +617 -617
  470. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +181 -181
  471. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  472. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +248 -230
  473. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +115 -109
  474. package/dist/behaviors/registry/core/atoms/std-scatter.orb +61 -61
  475. package/dist/behaviors/registry/core/atoms/std-search.orb +12 -12
  476. package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
  477. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +80 -80
  478. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +118 -112
  479. package/dist/behaviors/registry/core/atoms/std-stats.orb +202 -202
  480. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +288 -288
  481. package/dist/behaviors/registry/core/atoms/std-tabs.orb +57 -57
  482. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +137 -137
  483. package/dist/behaviors/registry/core/atoms/std-thread.orb +179 -173
  484. package/dist/behaviors/registry/core/atoms/std-version-history.orb +259 -247
  485. package/dist/behaviors/registry/core/atoms/std-vote.orb +69 -63
  486. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +171 -171
  487. package/dist/behaviors/registry/core/atoms/std-wizard.orb +218 -218
  488. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +44 -44
  489. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +282 -138
  490. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +18 -18
  491. package/dist/behaviors/registry/core/molecules/std-list.orb +196 -57
  492. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +9 -9
  493. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +738 -558
  494. package/dist/behaviors/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
  495. package/dist/behaviors/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
  496. package/dist/behaviors/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
  497. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
  498. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
  499. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
  500. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
  501. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +74 -74
  502. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +51 -51
  503. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
  504. package/dist/behaviors/registry/core-variations/atoms/std-browse-map.orb +18 -18
  505. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
  506. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
  507. package/dist/behaviors/registry/core-variations/atoms/std-flag.orb +3 -3
  508. package/dist/behaviors/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
  509. package/dist/behaviors/registry/core-variations/atoms/std-graphs-line.orb +5 -5
  510. package/dist/behaviors/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
  511. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
  512. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
  513. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
  514. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
  515. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
  516. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
  517. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
  518. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
  519. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
  520. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
  521. package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +218 -200
  522. package/dist/behaviors/registry/infra/atoms/std-audit-capture.orb +21 -21
  523. package/dist/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
  524. package/dist/behaviors/registry/infra/atoms/std-cross-reference.orb +26 -26
  525. package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -154
  526. package/dist/behaviors/registry/infra/atoms/std-lifecycle.orb +34 -34
  527. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +250 -226
  528. package/dist/behaviors/registry/infra/atoms/std-notify-on-event.orb +51 -51
  529. package/dist/behaviors/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
  530. package/dist/behaviors/registry/infra/atoms/std-row-access-control.orb +15 -15
  531. package/dist/behaviors/registry/infra/atoms/std-status-lifecycle.orb +49 -49
  532. package/dist/behaviors/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
  533. package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +141 -141
  534. package/dist/behaviors/registry/ui/core/atoms/ui-action-button.orb +42 -42
  535. package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +3 -3
  536. package/dist/behaviors/registry/ui/core/atoms/ui-avatar.orb +48 -48
  537. package/dist/behaviors/registry/ui/core/atoms/ui-badge.orb +42 -42
  538. package/dist/behaviors/registry/ui/core/atoms/ui-box.orb +111 -111
  539. package/dist/behaviors/registry/ui/core/atoms/ui-button.orb +56 -56
  540. package/dist/behaviors/registry/ui/core/atoms/ui-card.orb +39 -39
  541. package/dist/behaviors/registry/ui/core/atoms/ui-center.orb +40 -40
  542. package/dist/behaviors/registry/ui/core/atoms/ui-checkbox.orb +14 -14
  543. package/dist/behaviors/registry/ui/core/atoms/ui-choice-button.orb +23 -23
  544. package/dist/behaviors/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
  545. package/dist/behaviors/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
  546. package/dist/behaviors/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
  547. package/dist/behaviors/registry/ui/core/atoms/ui-control-button.orb +24 -24
  548. package/dist/behaviors/registry/ui/core/atoms/ui-damage-number.orb +11 -11
  549. package/dist/behaviors/registry/ui/core/atoms/ui-day-cell.orb +12 -12
  550. package/dist/behaviors/registry/ui/core/atoms/ui-dialog.orb +3 -3
  551. package/dist/behaviors/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
  552. package/dist/behaviors/registry/ui/core/atoms/ui-divider.orb +15 -15
  553. package/dist/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
  554. package/dist/behaviors/registry/ui/core/atoms/ui-flip-container.orb +2 -2
  555. package/dist/behaviors/registry/ui/core/atoms/ui-heading.orb +76 -76
  556. package/dist/behaviors/registry/ui/core/atoms/ui-health-bar.orb +29 -29
  557. package/dist/behaviors/registry/ui/core/atoms/ui-icon.orb +40 -40
  558. package/dist/behaviors/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
  559. package/dist/behaviors/registry/ui/core/atoms/ui-input.orb +67 -67
  560. package/dist/behaviors/registry/ui/core/atoms/ui-item-slot.orb +38 -38
  561. package/dist/behaviors/registry/ui/core/atoms/ui-label.orb +11 -11
  562. package/dist/behaviors/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
  563. package/dist/behaviors/registry/ui/core/atoms/ui-mini-map.orb +59 -59
  564. package/dist/behaviors/registry/ui/core/atoms/ui-overlay.orb +10 -10
  565. package/dist/behaviors/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
  566. package/dist/behaviors/registry/ui/core/atoms/ui-radio.orb +32 -32
  567. package/dist/behaviors/registry/ui/core/atoms/ui-range-slider.orb +55 -55
  568. package/dist/behaviors/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
  569. package/dist/behaviors/registry/ui/core/atoms/ui-score-display.orb +26 -26
  570. package/dist/behaviors/registry/ui/core/atoms/ui-section-header.orb +19 -19
  571. package/dist/behaviors/registry/ui/core/atoms/ui-select.orb +33 -33
  572. package/dist/behaviors/registry/ui/core/atoms/ui-spacer.orb +10 -10
  573. package/dist/behaviors/registry/ui/core/atoms/ui-sparkline.orb +34 -34
  574. package/dist/behaviors/registry/ui/core/atoms/ui-spinner.orb +2 -2
  575. package/dist/behaviors/registry/ui/core/atoms/ui-sprite.orb +52 -52
  576. package/dist/behaviors/registry/ui/core/atoms/ui-stack.orb +81 -81
  577. package/dist/behaviors/registry/ui/core/atoms/ui-status-dot.orb +25 -25
  578. package/dist/behaviors/registry/ui/core/atoms/ui-status-effect.orb +31 -31
  579. package/dist/behaviors/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
  580. package/dist/behaviors/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
  581. package/dist/behaviors/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
  582. package/dist/behaviors/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
  583. package/dist/behaviors/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
  584. package/dist/behaviors/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
  585. package/dist/behaviors/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
  586. package/dist/behaviors/registry/ui/core/atoms/ui-svg-node.orb +31 -31
  587. package/dist/behaviors/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
  588. package/dist/behaviors/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
  589. package/dist/behaviors/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
  590. package/dist/behaviors/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
  591. package/dist/behaviors/registry/ui/core/atoms/ui-switch.orb +28 -28
  592. package/dist/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
  593. package/dist/behaviors/registry/ui/core/atoms/ui-text.orb +76 -76
  594. package/dist/behaviors/registry/ui/core/atoms/ui-textarea.orb +11 -11
  595. package/dist/behaviors/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
  596. package/dist/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
  597. package/dist/behaviors/registry/ui/core/atoms/ui-timer-display.orb +23 -23
  598. package/dist/behaviors/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
  599. package/dist/behaviors/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
  600. package/dist/behaviors/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
  601. package/dist/behaviors/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
  602. package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +69 -69
  603. package/dist/behaviors/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
  604. package/dist/behaviors/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
  605. package/dist/behaviors/registry/ui/core/molecules/ui-accordion.orb +34 -34
  606. package/dist/behaviors/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
  607. package/dist/behaviors/registry/ui/core/molecules/ui-alert.orb +35 -35
  608. package/dist/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
  609. package/dist/behaviors/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
  610. package/dist/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
  611. package/dist/behaviors/registry/ui/core/molecules/ui-carousel.orb +35 -35
  612. package/dist/behaviors/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
  613. package/dist/behaviors/registry/ui/core/molecules/ui-chart.orb +181 -181
  614. package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +44 -44
  615. package/dist/behaviors/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
  616. package/dist/behaviors/registry/ui/core/molecules/ui-combat-log.orb +39 -39
  617. package/dist/behaviors/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
  618. package/dist/behaviors/registry/ui/core/molecules/ui-container.orb +19 -19
  619. package/dist/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
  620. package/dist/behaviors/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
  621. package/dist/behaviors/registry/ui/core/molecules/ui-d-pad.orb +12 -12
  622. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +206 -206
  623. package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +230 -230
  624. package/dist/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
  625. package/dist/behaviors/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
  626. package/dist/behaviors/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
  627. package/dist/behaviors/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
  628. package/dist/behaviors/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
  629. package/dist/behaviors/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
  630. package/dist/behaviors/registry/ui/core/molecules/ui-doc-search.orb +10 -10
  631. package/dist/behaviors/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
  632. package/dist/behaviors/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
  633. package/dist/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
  634. package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +51 -51
  635. package/dist/behaviors/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
  636. package/dist/behaviors/registry/ui/core/molecules/ui-empty-state.orb +42 -42
  637. package/dist/behaviors/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
  638. package/dist/behaviors/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
  639. package/dist/behaviors/registry/ui/core/molecules/ui-error-state.orb +19 -19
  640. package/dist/behaviors/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
  641. package/dist/behaviors/registry/ui/core/molecules/ui-file-tree.orb +35 -35
  642. package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +41 -41
  643. package/dist/behaviors/registry/ui/core/molecules/ui-flex.orb +47 -47
  644. package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +17 -17
  645. package/dist/behaviors/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
  646. package/dist/behaviors/registry/ui/core/molecules/ui-form-actions.orb +88 -88
  647. package/dist/behaviors/registry/ui/core/molecules/ui-form-field.orb +20 -20
  648. package/dist/behaviors/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
  649. package/dist/behaviors/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
  650. package/dist/behaviors/registry/ui/core/molecules/ui-game-hud.orb +75 -75
  651. package/dist/behaviors/registry/ui/core/molecules/ui-game-menu.orb +79 -79
  652. package/dist/behaviors/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
  653. package/dist/behaviors/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
  654. package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
  655. package/dist/behaviors/registry/ui/core/molecules/ui-graph-view.orb +60 -60
  656. package/dist/behaviors/registry/ui/core/molecules/ui-grid.orb +46 -46
  657. package/dist/behaviors/registry/ui/core/molecules/ui-header.orb +106 -106
  658. package/dist/behaviors/registry/ui/core/molecules/ui-health-panel.orb +44 -44
  659. package/dist/behaviors/registry/ui/core/molecules/ui-input-group.orb +9 -9
  660. package/dist/behaviors/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
  661. package/dist/behaviors/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
  662. package/dist/behaviors/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
  663. package/dist/behaviors/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
  664. package/dist/behaviors/registry/ui/core/molecules/ui-lightbox.orb +27 -27
  665. package/dist/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
  666. package/dist/behaviors/registry/ui/core/molecules/ui-line-chart.orb +47 -47
  667. package/dist/behaviors/registry/ui/core/molecules/ui-loading-state.orb +8 -8
  668. package/dist/behaviors/registry/ui/core/molecules/ui-map-view.orb +65 -65
  669. package/dist/behaviors/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
  670. package/dist/behaviors/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
  671. package/dist/behaviors/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
  672. package/dist/behaviors/registry/ui/core/molecules/ui-menu.orb +47 -47
  673. package/dist/behaviors/registry/ui/core/molecules/ui-meter.orb +105 -105
  674. package/dist/behaviors/registry/ui/core/molecules/ui-modal.orb +40 -40
  675. package/dist/behaviors/registry/ui/core/molecules/ui-navigation.orb +55 -55
  676. package/dist/behaviors/registry/ui/core/molecules/ui-notification.orb +37 -37
  677. package/dist/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
  678. package/dist/behaviors/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
  679. package/dist/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
  680. package/dist/behaviors/registry/ui/core/molecules/ui-page-header.orb +94 -94
  681. package/dist/behaviors/registry/ui/core/molecules/ui-pagination.orb +55 -55
  682. package/dist/behaviors/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
  683. package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +29 -29
  684. package/dist/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
  685. package/dist/behaviors/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
  686. package/dist/behaviors/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
  687. package/dist/behaviors/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
  688. package/dist/behaviors/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
  689. package/dist/behaviors/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
  690. package/dist/behaviors/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
  691. package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
  692. package/dist/behaviors/registry/ui/core/molecules/ui-relation-select.orb +73 -73
  693. package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
  694. package/dist/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
  695. package/dist/behaviors/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
  696. package/dist/behaviors/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
  697. package/dist/behaviors/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
  698. package/dist/behaviors/registry/ui/core/molecules/ui-score-board.orb +24 -24
  699. package/dist/behaviors/registry/ui/core/molecules/ui-search-input.orb +30 -30
  700. package/dist/behaviors/registry/ui/core/molecules/ui-section.orb +60 -60
  701. package/dist/behaviors/registry/ui/core/molecules/ui-side-panel.orb +33 -33
  702. package/dist/behaviors/registry/ui/core/molecules/ui-sidebar.orb +96 -96
  703. package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
  704. package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
  705. package/dist/behaviors/registry/ui/core/molecules/ui-skeleton.orb +23 -23
  706. package/dist/behaviors/registry/ui/core/molecules/ui-social-proof.orb +3 -3
  707. package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
  708. package/dist/behaviors/registry/ui/core/molecules/ui-split.orb +78 -78
  709. package/dist/behaviors/registry/ui/core/molecules/ui-star-rating.orb +40 -40
  710. package/dist/behaviors/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
  711. package/dist/behaviors/registry/ui/core/molecules/ui-stat-display.orb +137 -137
  712. package/dist/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
  713. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +233 -233
  714. package/dist/behaviors/registry/ui/core/molecules/ui-tabs.orb +74 -74
  715. package/dist/behaviors/registry/ui/core/molecules/ui-tag-input.orb +47 -47
  716. package/dist/behaviors/registry/ui/core/molecules/ui-tooltip.orb +26 -26
  717. package/dist/behaviors/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
  718. package/dist/behaviors/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
  719. package/dist/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
  720. package/dist/behaviors/registry/ui/core/molecules/ui-version-diff.orb +39 -39
  721. package/dist/behaviors/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
  722. package/dist/behaviors/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
  723. package/dist/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
  724. package/dist/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
  725. package/dist/behaviors/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
  726. package/dist/behaviors/registry/ui/core/organisms/ui-action-palette.orb +69 -69
  727. package/dist/behaviors/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
  728. package/dist/behaviors/registry/ui/core/organisms/ui-code-view.orb +13 -13
  729. package/dist/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
  730. package/dist/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
  731. package/dist/behaviors/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
  732. package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
  733. package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +120 -120
  734. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +247 -247
  735. package/dist/behaviors/registry/ui/core/organisms/ui-event-log.orb +28 -28
  736. package/dist/behaviors/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
  737. package/dist/behaviors/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
  738. package/dist/behaviors/registry/ui/core/organisms/ui-form-section.orb +431 -431
  739. package/dist/behaviors/registry/ui/core/organisms/ui-form.orb +395 -395
  740. package/dist/behaviors/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
  741. package/dist/behaviors/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
  742. package/dist/behaviors/registry/ui/core/organisms/ui-master-detail.orb +79 -79
  743. package/dist/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
  744. package/dist/behaviors/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
  745. package/dist/behaviors/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
  746. package/dist/behaviors/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
  747. package/dist/behaviors/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
  748. package/dist/behaviors/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
  749. package/dist/behaviors/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
  750. package/dist/behaviors/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
  751. package/dist/behaviors/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
  752. package/dist/behaviors/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
  753. package/dist/behaviors/registry/ui/core/organisms/ui-split-pane.orb +34 -34
  754. package/dist/behaviors/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
  755. package/dist/behaviors/registry/ui/core/organisms/ui-state-node.orb +27 -27
  756. package/dist/behaviors/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
  757. package/dist/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
  758. package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +83 -83
  759. package/dist/behaviors/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
  760. package/dist/behaviors/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
  761. package/dist/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
  762. package/dist/behaviors/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
  763. package/dist/behaviors/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
  764. package/dist/behaviors/registry/ui/core/templates/ui-auth-layout.orb +3 -3
  765. package/dist/behaviors/registry/ui/core/templates/ui-counter-template.orb +25 -25
  766. package/dist/behaviors/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
  767. package/dist/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
  768. package/dist/behaviors/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
  769. package/dist/behaviors/registry/ui/game/organisms/ui-action-tile.orb +58 -58
  770. package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +259 -259
  771. package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +53 -53
  772. package/dist/behaviors/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
  773. package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +196 -196
  774. package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
  775. package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
  776. package/dist/behaviors/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
  777. package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
  778. package/dist/behaviors/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
  779. package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
  780. package/dist/behaviors/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
  781. package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
  782. package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
  783. package/dist/behaviors/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
  784. package/dist/behaviors/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
  785. package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
  786. package/dist/behaviors/registry/ui/game/templates/ui-battle-template.orb +11 -11
  787. package/dist/behaviors/registry/ui/game/templates/ui-castle-template.orb +9 -9
  788. package/dist/behaviors/registry/ui/game/templates/ui-game-shell.orb +14 -14
  789. package/dist/behaviors/registry/ui/game/templates/ui-game-template.orb +23 -23
  790. package/dist/behaviors/registry/ui/game/templates/ui-world-map-template.orb +21 -21
  791. package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
  792. package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
  793. package/dist/behaviors/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
  794. package/dist/behaviors/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
  795. package/dist/behaviors/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
  796. package/dist/behaviors/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
  797. package/dist/behaviors/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
  798. package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
  799. package/dist/behaviors/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
  800. package/dist/behaviors/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
  801. package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
  802. package/dist/behaviors/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
  803. package/dist/behaviors/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
  804. package/dist/behaviors/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
  805. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
  806. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
  807. package/dist/behaviors/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
  808. package/dist/behaviors/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
  809. package/dist/behaviors/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
  810. package/dist/behaviors/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
  811. package/dist/behaviors/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
  812. package/dist/behaviors/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
  813. package/dist/behaviors/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
  814. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
  815. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
  816. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
  817. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
  818. package/dist/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
  819. package/dist/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
  820. package/dist/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
  821. package/dist/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
  822. package/dist/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
  823. package/dist/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
  824. package/dist/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
  825. package/dist/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
  826. package/dist/behaviors-registry.json +7 -7
  827. package/dist/index.d.ts +2 -2
  828. package/dist/modules/agent.d.ts +1 -1
  829. package/dist/modules/array.d.ts +1 -1
  830. package/dist/modules/async.d.ts +1 -1
  831. package/dist/modules/composition.d.ts +1 -1
  832. package/dist/modules/contract.d.ts +1 -1
  833. package/dist/modules/core.d.ts +1 -1
  834. package/dist/modules/data.d.ts +1 -1
  835. package/dist/modules/format.d.ts +1 -1
  836. package/dist/modules/graph.d.ts +1 -1
  837. package/dist/modules/index.d.ts +1 -1
  838. package/dist/modules/math.d.ts +1 -1
  839. package/dist/modules/nn.d.ts +1 -1
  840. package/dist/modules/object.d.ts +1 -1
  841. package/dist/modules/os.d.ts +1 -1
  842. package/dist/modules/prob.d.ts +1 -1
  843. package/dist/modules/str.d.ts +1 -1
  844. package/dist/modules/tensor.d.ts +1 -1
  845. package/dist/modules/time.d.ts +1 -1
  846. package/dist/modules/train.d.ts +1 -1
  847. package/dist/modules/validate.d.ts +1 -1
  848. package/dist/registry/agent/atoms/std-agent-activity-log.orb +79 -79
  849. package/dist/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
  850. package/dist/registry/agent/atoms/std-agent-classifier.orb +130 -113
  851. package/dist/registry/agent/atoms/std-agent-completion.orb +131 -114
  852. package/dist/registry/agent/atoms/std-agent-context-window.orb +427 -406
  853. package/dist/registry/agent/atoms/std-agent-conversation.orb +104 -104
  854. package/dist/registry/agent/atoms/std-agent-memory.orb +269 -216
  855. package/dist/registry/agent/atoms/std-agent-provider.orb +156 -139
  856. package/dist/registry/agent/atoms/std-agent-search.orb +79 -68
  857. package/dist/registry/agent/atoms/std-agent-session.orb +400 -223
  858. package/dist/registry/agent/atoms/std-agent-step-progress.orb +193 -192
  859. package/dist/registry/agent/atoms/std-agent-token-gauge.orb +350 -350
  860. package/dist/registry/agent/atoms/std-agent-tool-call.orb +94 -58
  861. package/dist/registry/agent/molecules/std-agent-fix-loop.orb +237 -216
  862. package/dist/registry/agent/molecules/std-agent-learner.orb +178 -178
  863. package/dist/registry/agent/molecules/std-agent-planner.orb +139 -126
  864. package/dist/registry/agent/molecules/std-agent-rag.orb +114 -112
  865. package/dist/registry/agent/molecules/std-agent-tool-loop.orb +183 -181
  866. package/dist/registry/agent/organisms/std-agent-assistant.orb +1265 -1229
  867. package/dist/registry/agent/organisms/std-agent-builder.orb +3072 -3032
  868. package/dist/registry/agent/organisms/std-agent-pipeline.orb +2308 -2272
  869. package/dist/registry/agent/organisms/std-agent-reviewer.orb +1029 -1001
  870. package/dist/registry/agent/organisms/std-agent-tutor.orb +1116 -902
  871. package/dist/registry/core/atoms/std-app-layout.orb +96 -84
  872. package/dist/registry/core/atoms/std-app-search.orb +66 -66
  873. package/dist/registry/core/atoms/std-autocomplete.orb +47 -40
  874. package/dist/registry/core/atoms/std-billable-hour.orb +191 -185
  875. package/dist/registry/core/atoms/std-board.orb +283 -283
  876. package/dist/registry/core/atoms/std-branching-logic.orb +171 -165
  877. package/dist/registry/core/atoms/std-browse.orb +428 -305
  878. package/dist/registry/core/atoms/std-cache-aside.orb +129 -129
  879. package/dist/registry/core/atoms/std-calendar.orb +67 -67
  880. package/dist/registry/core/atoms/std-circuit-breaker.orb +237 -237
  881. package/dist/registry/core/atoms/std-confirmation.orb +34 -28
  882. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +88 -88
  883. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +89 -89
  884. package/dist/registry/core/atoms/std-dashboard-summary.orb +71 -71
  885. package/dist/registry/core/atoms/std-date-range.orb +22 -22
  886. package/dist/registry/core/atoms/std-drawer.orb +11 -11
  887. package/dist/registry/core/atoms/std-esign-request.orb +36 -36
  888. package/dist/registry/core/atoms/std-event-log.orb +169 -169
  889. package/dist/registry/core/atoms/std-export.orb +55 -55
  890. package/dist/registry/core/atoms/std-file-store.orb +312 -300
  891. package/dist/registry/core/atoms/std-filter.orb +25 -25
  892. package/dist/registry/core/atoms/std-form-advanced.orb +79 -79
  893. package/dist/registry/core/atoms/std-gallery.orb +60 -54
  894. package/dist/registry/core/atoms/std-geosearch.orb +28 -28
  895. package/dist/registry/core/atoms/std-graphs.orb +175 -175
  896. package/dist/registry/core/atoms/std-hero-banner.orb +25 -25
  897. package/dist/registry/core/atoms/std-image-upload-multi.orb +118 -112
  898. package/dist/registry/core/atoms/std-modal.orb +38 -38
  899. package/dist/registry/core/atoms/std-multi-party-flow.orb +547 -547
  900. package/dist/registry/core/atoms/std-pagination.orb +18 -18
  901. package/dist/registry/core/atoms/std-push.orb +47 -47
  902. package/dist/registry/core/atoms/std-rate-limiter.orb +220 -220
  903. package/dist/registry/core/atoms/std-rating-review.orb +617 -617
  904. package/dist/registry/core/atoms/std-recurrence.orb +181 -181
  905. package/dist/registry/core/atoms/std-related.orb +31 -31
  906. package/dist/registry/core/atoms/std-rich-editor.orb +248 -230
  907. package/dist/registry/core/atoms/std-saved-search.orb +115 -109
  908. package/dist/registry/core/atoms/std-scatter.orb +61 -61
  909. package/dist/registry/core/atoms/std-search.orb +12 -12
  910. package/dist/registry/core/atoms/std-selection.orb +91 -91
  911. package/dist/registry/core/atoms/std-sidebar-meta.orb +80 -80
  912. package/dist/registry/core/atoms/std-signature-capture.orb +118 -112
  913. package/dist/registry/core/atoms/std-stats.orb +202 -202
  914. package/dist/registry/core/atoms/std-step-flow.orb +288 -288
  915. package/dist/registry/core/atoms/std-tabs.orb +57 -57
  916. package/dist/registry/core/atoms/std-tag-taxonomy.orb +137 -137
  917. package/dist/registry/core/atoms/std-thread.orb +179 -173
  918. package/dist/registry/core/atoms/std-version-history.orb +259 -247
  919. package/dist/registry/core/atoms/std-vote.orb +69 -63
  920. package/dist/registry/core/atoms/std-wizard-form.orb +171 -171
  921. package/dist/registry/core/atoms/std-wizard.orb +218 -218
  922. package/dist/registry/core/molecules/std-dashboard.orb +44 -44
  923. package/dist/registry/core/molecules/std-esign-flow.orb +282 -138
  924. package/dist/registry/core/molecules/std-filtered-list.orb +18 -18
  925. package/dist/registry/core/molecules/std-list.orb +196 -57
  926. package/dist/registry/core/molecules/std-tabs-layout.orb +9 -9
  927. package/dist/registry/core/organisms/std-generic-app.orb +738 -558
  928. package/dist/registry/core-variations/atoms/std-app-layout-bottomnav.orb +7 -7
  929. package/dist/registry/core-variations/atoms/std-app-layout-minimal.orb +11 -11
  930. package/dist/registry/core-variations/atoms/std-app-layout-topnav.orb +9 -9
  931. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +57 -57
  932. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +52 -52
  933. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +83 -83
  934. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +65 -65
  935. package/dist/registry/core-variations/atoms/std-browse-dense.orb +74 -74
  936. package/dist/registry/core-variations/atoms/std-browse-feed.orb +51 -51
  937. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +50 -50
  938. package/dist/registry/core-variations/atoms/std-browse-map.orb +18 -18
  939. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +50 -50
  940. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +13 -13
  941. package/dist/registry/core-variations/atoms/std-flag.orb +3 -3
  942. package/dist/registry/core-variations/atoms/std-graphs-bar.orb +5 -5
  943. package/dist/registry/core-variations/atoms/std-graphs-line.orb +5 -5
  944. package/dist/registry/core-variations/atoms/std-graphs-scatter.orb +5 -5
  945. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +104 -104
  946. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +107 -107
  947. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +100 -100
  948. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +44 -44
  949. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +60 -60
  950. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +17 -17
  951. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +24 -24
  952. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +34 -34
  953. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +28 -28
  954. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +145 -145
  955. package/dist/registry/infra/atoms/std-approval-gate.orb +218 -200
  956. package/dist/registry/infra/atoms/std-audit-capture.orb +21 -21
  957. package/dist/registry/infra/atoms/std-cascade-on-delete.orb +12 -12
  958. package/dist/registry/infra/atoms/std-cross-reference.orb +26 -26
  959. package/dist/registry/infra/atoms/std-data-erasure.orb +166 -154
  960. package/dist/registry/infra/atoms/std-lifecycle.orb +34 -34
  961. package/dist/registry/infra/atoms/std-mod-queue.orb +250 -226
  962. package/dist/registry/infra/atoms/std-notify-on-event.orb +51 -51
  963. package/dist/registry/infra/atoms/std-reminder-scheduler.orb +34 -34
  964. package/dist/registry/infra/atoms/std-row-access-control.orb +15 -15
  965. package/dist/registry/infra/atoms/std-status-lifecycle.orb +49 -49
  966. package/dist/registry/ui/avl/molecules/ui-behavior-view.orb +124 -124
  967. package/dist/registry/ui/avl/molecules/ui-module-card.orb +141 -141
  968. package/dist/registry/ui/core/atoms/ui-action-button.orb +42 -42
  969. package/dist/registry/ui/core/atoms/ui-aside.orb +3 -3
  970. package/dist/registry/ui/core/atoms/ui-avatar.orb +48 -48
  971. package/dist/registry/ui/core/atoms/ui-badge.orb +42 -42
  972. package/dist/registry/ui/core/atoms/ui-box.orb +111 -111
  973. package/dist/registry/ui/core/atoms/ui-button.orb +56 -56
  974. package/dist/registry/ui/core/atoms/ui-card.orb +39 -39
  975. package/dist/registry/ui/core/atoms/ui-center.orb +40 -40
  976. package/dist/registry/ui/core/atoms/ui-checkbox.orb +14 -14
  977. package/dist/registry/ui/core/atoms/ui-choice-button.orb +23 -23
  978. package/dist/registry/ui/core/atoms/ui-combo-counter.orb +16 -16
  979. package/dist/registry/ui/core/atoms/ui-conditional-wrapper.orb +29 -29
  980. package/dist/registry/ui/core/atoms/ui-confetti-effect.orb +15 -15
  981. package/dist/registry/ui/core/atoms/ui-control-button.orb +24 -24
  982. package/dist/registry/ui/core/atoms/ui-damage-number.orb +11 -11
  983. package/dist/registry/ui/core/atoms/ui-day-cell.orb +12 -12
  984. package/dist/registry/ui/core/atoms/ui-dialog.orb +3 -3
  985. package/dist/registry/ui/core/atoms/ui-dialogue-bubble.orb +20 -20
  986. package/dist/registry/ui/core/atoms/ui-divider.orb +15 -15
  987. package/dist/registry/ui/core/atoms/ui-filter-pill.orb +32 -32
  988. package/dist/registry/ui/core/atoms/ui-flip-container.orb +2 -2
  989. package/dist/registry/ui/core/atoms/ui-heading.orb +76 -76
  990. package/dist/registry/ui/core/atoms/ui-health-bar.orb +29 -29
  991. package/dist/registry/ui/core/atoms/ui-icon.orb +40 -40
  992. package/dist/registry/ui/core/atoms/ui-infinite-scroll-sentinel.orb +12 -12
  993. package/dist/registry/ui/core/atoms/ui-input.orb +67 -67
  994. package/dist/registry/ui/core/atoms/ui-item-slot.orb +38 -38
  995. package/dist/registry/ui/core/atoms/ui-label.orb +11 -11
  996. package/dist/registry/ui/core/atoms/ui-law-reference-tooltip.orb +14 -14
  997. package/dist/registry/ui/core/atoms/ui-mini-map.orb +59 -59
  998. package/dist/registry/ui/core/atoms/ui-overlay.orb +10 -10
  999. package/dist/registry/ui/core/atoms/ui-progress-bar.orb +61 -61
  1000. package/dist/registry/ui/core/atoms/ui-radio.orb +32 -32
  1001. package/dist/registry/ui/core/atoms/ui-range-slider.orb +55 -55
  1002. package/dist/registry/ui/core/atoms/ui-resource-counter.orb +35 -35
  1003. package/dist/registry/ui/core/atoms/ui-score-display.orb +26 -26
  1004. package/dist/registry/ui/core/atoms/ui-section-header.orb +19 -19
  1005. package/dist/registry/ui/core/atoms/ui-select.orb +33 -33
  1006. package/dist/registry/ui/core/atoms/ui-spacer.orb +10 -10
  1007. package/dist/registry/ui/core/atoms/ui-sparkline.orb +34 -34
  1008. package/dist/registry/ui/core/atoms/ui-spinner.orb +2 -2
  1009. package/dist/registry/ui/core/atoms/ui-sprite.orb +52 -52
  1010. package/dist/registry/ui/core/atoms/ui-stack.orb +81 -81
  1011. package/dist/registry/ui/core/atoms/ui-status-dot.orb +25 -25
  1012. package/dist/registry/ui/core/atoms/ui-status-effect.orb +31 -31
  1013. package/dist/registry/ui/core/atoms/ui-svg-branch.orb +32 -32
  1014. package/dist/registry/ui/core/atoms/ui-svg-connection.orb +36 -36
  1015. package/dist/registry/ui/core/atoms/ui-svg-flow.orb +25 -25
  1016. package/dist/registry/ui/core/atoms/ui-svg-grid.orb +44 -44
  1017. package/dist/registry/ui/core/atoms/ui-svg-lobe.orb +35 -35
  1018. package/dist/registry/ui/core/atoms/ui-svg-mesh.orb +21 -21
  1019. package/dist/registry/ui/core/atoms/ui-svg-morph.orb +37 -37
  1020. package/dist/registry/ui/core/atoms/ui-svg-node.orb +31 -31
  1021. package/dist/registry/ui/core/atoms/ui-svg-pulse.orb +34 -34
  1022. package/dist/registry/ui/core/atoms/ui-svg-ring.orb +33 -33
  1023. package/dist/registry/ui/core/atoms/ui-svg-shield.orb +29 -29
  1024. package/dist/registry/ui/core/atoms/ui-svg-stack.orb +36 -36
  1025. package/dist/registry/ui/core/atoms/ui-switch.orb +28 -28
  1026. package/dist/registry/ui/core/atoms/ui-text-highlight.orb +24 -24
  1027. package/dist/registry/ui/core/atoms/ui-text.orb +76 -76
  1028. package/dist/registry/ui/core/atoms/ui-textarea.orb +11 -11
  1029. package/dist/registry/ui/core/atoms/ui-theme-toggle.orb +17 -17
  1030. package/dist/registry/ui/core/atoms/ui-time-slot-cell.orb +18 -18
  1031. package/dist/registry/ui/core/atoms/ui-timer-display.orb +23 -23
  1032. package/dist/registry/ui/core/atoms/ui-trait-frame.orb +7 -7
  1033. package/dist/registry/ui/core/atoms/ui-trend-indicator.orb +31 -31
  1034. package/dist/registry/ui/core/atoms/ui-turn-indicator.orb +22 -22
  1035. package/dist/registry/ui/core/atoms/ui-typewriter-text.orb +11 -11
  1036. package/dist/registry/ui/core/atoms/ui-typography.orb +69 -69
  1037. package/dist/registry/ui/core/atoms/ui-waypoint-marker.orb +19 -19
  1038. package/dist/registry/ui/core/atoms/ui-xp-bar.orb +32 -32
  1039. package/dist/registry/ui/core/molecules/ui-accordion.orb +34 -34
  1040. package/dist/registry/ui/core/molecules/ui-action-buttons.orb +45 -45
  1041. package/dist/registry/ui/core/molecules/ui-alert.orb +35 -35
  1042. package/dist/registry/ui/core/molecules/ui-branching-logic-builder.orb +59 -59
  1043. package/dist/registry/ui/core/molecules/ui-breadcrumb.orb +28 -28
  1044. package/dist/registry/ui/core/molecules/ui-calendar-grid.orb +14 -14
  1045. package/dist/registry/ui/core/molecules/ui-carousel.orb +35 -35
  1046. package/dist/registry/ui/core/molecules/ui-chart-legend.orb +17 -17
  1047. package/dist/registry/ui/core/molecules/ui-chart.orb +181 -181
  1048. package/dist/registry/ui/core/molecules/ui-code-block.orb +44 -44
  1049. package/dist/registry/ui/core/molecules/ui-code-viewer.orb +138 -138
  1050. package/dist/registry/ui/core/molecules/ui-combat-log.orb +39 -39
  1051. package/dist/registry/ui/core/molecules/ui-confirm-dialog.orb +71 -71
  1052. package/dist/registry/ui/core/molecules/ui-container.orb +19 -19
  1053. package/dist/registry/ui/core/molecules/ui-content-renderer.orb +74 -74
  1054. package/dist/registry/ui/core/molecules/ui-crafting-recipe.orb +45 -45
  1055. package/dist/registry/ui/core/molecules/ui-d-pad.orb +12 -12
  1056. package/dist/registry/ui/core/molecules/ui-data-grid.orb +206 -206
  1057. package/dist/registry/ui/core/molecules/ui-data-list.orb +230 -230
  1058. package/dist/registry/ui/core/molecules/ui-date-range-picker.orb +21 -21
  1059. package/dist/registry/ui/core/molecules/ui-date-range-selector.orb +17 -17
  1060. package/dist/registry/ui/core/molecules/ui-dialogue-box.orb +40 -40
  1061. package/dist/registry/ui/core/molecules/ui-doc-breadcrumb.orb +15 -15
  1062. package/dist/registry/ui/core/molecules/ui-doc-code-block.orb +17 -17
  1063. package/dist/registry/ui/core/molecules/ui-doc-pagination.orb +21 -21
  1064. package/dist/registry/ui/core/molecules/ui-doc-search.orb +10 -10
  1065. package/dist/registry/ui/core/molecules/ui-doc-sidebar.orb +18 -18
  1066. package/dist/registry/ui/core/molecules/ui-doc-toc.orb +12 -12
  1067. package/dist/registry/ui/core/molecules/ui-document-viewer.orb +125 -125
  1068. package/dist/registry/ui/core/molecules/ui-drawer.orb +51 -51
  1069. package/dist/registry/ui/core/molecules/ui-edge-decoration.orb +31 -31
  1070. package/dist/registry/ui/core/molecules/ui-empty-state.orb +42 -42
  1071. package/dist/registry/ui/core/molecules/ui-enemy-plate.orb +28 -28
  1072. package/dist/registry/ui/core/molecules/ui-error-boundary.orb +5 -5
  1073. package/dist/registry/ui/core/molecules/ui-error-state.orb +19 -19
  1074. package/dist/registry/ui/core/molecules/ui-feature-grid.orb +42 -42
  1075. package/dist/registry/ui/core/molecules/ui-file-tree.orb +35 -35
  1076. package/dist/registry/ui/core/molecules/ui-filter-group.orb +41 -41
  1077. package/dist/registry/ui/core/molecules/ui-flex.orb +47 -47
  1078. package/dist/registry/ui/core/molecules/ui-flip-card.orb +17 -17
  1079. package/dist/registry/ui/core/molecules/ui-floating-action-button.orb +47 -47
  1080. package/dist/registry/ui/core/molecules/ui-form-actions.orb +88 -88
  1081. package/dist/registry/ui/core/molecules/ui-form-field.orb +20 -20
  1082. package/dist/registry/ui/core/molecules/ui-form-section-header.orb +40 -40
  1083. package/dist/registry/ui/core/molecules/ui-game-canvas-2d.orb +31 -31
  1084. package/dist/registry/ui/core/molecules/ui-game-hud.orb +75 -75
  1085. package/dist/registry/ui/core/molecules/ui-game-menu.orb +79 -79
  1086. package/dist/registry/ui/core/molecules/ui-game-over-screen.orb +94 -94
  1087. package/dist/registry/ui/core/molecules/ui-gradient-divider.orb +10 -10
  1088. package/dist/registry/ui/core/molecules/ui-graph-canvas.orb +143 -143
  1089. package/dist/registry/ui/core/molecules/ui-graph-view.orb +60 -60
  1090. package/dist/registry/ui/core/molecules/ui-grid.orb +46 -46
  1091. package/dist/registry/ui/core/molecules/ui-header.orb +106 -106
  1092. package/dist/registry/ui/core/molecules/ui-health-panel.orb +44 -44
  1093. package/dist/registry/ui/core/molecules/ui-input-group.orb +9 -9
  1094. package/dist/registry/ui/core/molecules/ui-inventory-grid.orb +41 -41
  1095. package/dist/registry/ui/core/molecules/ui-inventory-panel.orb +37 -37
  1096. package/dist/registry/ui/core/molecules/ui-isometric-canvas.orb +326 -326
  1097. package/dist/registry/ui/core/molecules/ui-jazari-state-machine.orb +38 -38
  1098. package/dist/registry/ui/core/molecules/ui-lightbox.orb +27 -27
  1099. package/dist/registry/ui/core/molecules/ui-likert-scale.orb +34 -34
  1100. package/dist/registry/ui/core/molecules/ui-line-chart.orb +47 -47
  1101. package/dist/registry/ui/core/molecules/ui-loading-state.orb +8 -8
  1102. package/dist/registry/ui/core/molecules/ui-map-view.orb +65 -65
  1103. package/dist/registry/ui/core/molecules/ui-markdown-content.orb +11 -11
  1104. package/dist/registry/ui/core/molecules/ui-marketing-footer.orb +30 -30
  1105. package/dist/registry/ui/core/molecules/ui-matrix-question.orb +39 -39
  1106. package/dist/registry/ui/core/molecules/ui-menu.orb +47 -47
  1107. package/dist/registry/ui/core/molecules/ui-meter.orb +105 -105
  1108. package/dist/registry/ui/core/molecules/ui-modal.orb +40 -40
  1109. package/dist/registry/ui/core/molecules/ui-navigation.orb +55 -55
  1110. package/dist/registry/ui/core/molecules/ui-notification.orb +37 -37
  1111. package/dist/registry/ui/core/molecules/ui-number-stepper.orb +44 -44
  1112. package/dist/registry/ui/core/molecules/ui-option-constraint-group.orb +48 -48
  1113. package/dist/registry/ui/core/molecules/ui-orbital-visualization.orb +42 -42
  1114. package/dist/registry/ui/core/molecules/ui-page-header.orb +94 -94
  1115. package/dist/registry/ui/core/molecules/ui-pagination.orb +55 -55
  1116. package/dist/registry/ui/core/molecules/ui-platformer-canvas.orb +87 -87
  1117. package/dist/registry/ui/core/molecules/ui-popover.orb +29 -29
  1118. package/dist/registry/ui/core/molecules/ui-positioned-canvas.orb +25 -25
  1119. package/dist/registry/ui/core/molecules/ui-powerup-slots.orb +26 -26
  1120. package/dist/registry/ui/core/molecules/ui-progress-dots.orb +19 -19
  1121. package/dist/registry/ui/core/molecules/ui-pull-quote.orb +3 -3
  1122. package/dist/registry/ui/core/molecules/ui-pull-to-refresh.orb +10 -10
  1123. package/dist/registry/ui/core/molecules/ui-qr-scanner.orb +32 -32
  1124. package/dist/registry/ui/core/molecules/ui-quest-tracker.orb +13 -13
  1125. package/dist/registry/ui/core/molecules/ui-quiz-block.orb +11 -11
  1126. package/dist/registry/ui/core/molecules/ui-relation-select.orb +73 -73
  1127. package/dist/registry/ui/core/molecules/ui-repeatable-form-section.orb +63 -63
  1128. package/dist/registry/ui/core/molecules/ui-reply-tree.orb +18 -18
  1129. package/dist/registry/ui/core/molecules/ui-resource-bar.orb +15 -15
  1130. package/dist/registry/ui/core/molecules/ui-rich-block-editor.orb +34 -34
  1131. package/dist/registry/ui/core/molecules/ui-scaled-diagram.orb +5 -5
  1132. package/dist/registry/ui/core/molecules/ui-score-board.orb +24 -24
  1133. package/dist/registry/ui/core/molecules/ui-search-input.orb +30 -30
  1134. package/dist/registry/ui/core/molecules/ui-section.orb +60 -60
  1135. package/dist/registry/ui/core/molecules/ui-side-panel.orb +33 -33
  1136. package/dist/registry/ui/core/molecules/ui-sidebar.orb +96 -96
  1137. package/dist/registry/ui/core/molecules/ui-signature-pad.orb +56 -56
  1138. package/dist/registry/ui/core/molecules/ui-simple-grid.orb +21 -21
  1139. package/dist/registry/ui/core/molecules/ui-skeleton.orb +23 -23
  1140. package/dist/registry/ui/core/molecules/ui-social-proof.orb +3 -3
  1141. package/dist/registry/ui/core/molecules/ui-sortable-list.orb +21 -21
  1142. package/dist/registry/ui/core/molecules/ui-split.orb +78 -78
  1143. package/dist/registry/ui/core/molecules/ui-star-rating.orb +40 -40
  1144. package/dist/registry/ui/core/molecules/ui-stat-badge.orb +48 -48
  1145. package/dist/registry/ui/core/molecules/ui-stat-display.orb +137 -137
  1146. package/dist/registry/ui/core/molecules/ui-swipeable-row.orb +34 -34
  1147. package/dist/registry/ui/core/molecules/ui-table-view.orb +233 -233
  1148. package/dist/registry/ui/core/molecules/ui-tabs.orb +74 -74
  1149. package/dist/registry/ui/core/molecules/ui-tag-input.orb +47 -47
  1150. package/dist/registry/ui/core/molecules/ui-tooltip.orb +26 -26
  1151. package/dist/registry/ui/core/molecules/ui-turn-panel.orb +26 -26
  1152. package/dist/registry/ui/core/molecules/ui-unit-command-bar.orb +28 -28
  1153. package/dist/registry/ui/core/molecules/ui-upload-drop-zone.orb +36 -36
  1154. package/dist/registry/ui/core/molecules/ui-version-diff.orb +39 -39
  1155. package/dist/registry/ui/core/molecules/ui-violation-alert.orb +54 -54
  1156. package/dist/registry/ui/core/molecules/ui-vote-stack.orb +26 -26
  1157. package/dist/registry/ui/core/molecules/ui-wizard-container.orb +254 -254
  1158. package/dist/registry/ui/core/molecules/ui-wizard-navigation.orb +92 -92
  1159. package/dist/registry/ui/core/molecules/ui-wizard-progress.orb +38 -38
  1160. package/dist/registry/ui/core/organisms/ui-action-palette.orb +69 -69
  1161. package/dist/registry/ui/core/organisms/ui-case-study-organism.orb +73 -73
  1162. package/dist/registry/ui/core/organisms/ui-code-view.orb +13 -13
  1163. package/dist/registry/ui/core/organisms/ui-dashboard-grid.orb +104 -104
  1164. package/dist/registry/ui/core/organisms/ui-detail-panel.orb +257 -257
  1165. package/dist/registry/ui/core/organisms/ui-drawer-slot.orb +36 -36
  1166. package/dist/registry/ui/core/organisms/ui-entity-cards.orb +215 -215
  1167. package/dist/registry/ui/core/organisms/ui-entity-list.orb +120 -120
  1168. package/dist/registry/ui/core/organisms/ui-entity-table.orb +247 -247
  1169. package/dist/registry/ui/core/organisms/ui-event-log.orb +28 -28
  1170. package/dist/registry/ui/core/organisms/ui-feature-grid-organism.orb +77 -77
  1171. package/dist/registry/ui/core/organisms/ui-feature-renderer.orb +52 -52
  1172. package/dist/registry/ui/core/organisms/ui-form-section.orb +431 -431
  1173. package/dist/registry/ui/core/organisms/ui-form.orb +395 -395
  1174. package/dist/registry/ui/core/organisms/ui-hero-organism.orb +68 -68
  1175. package/dist/registry/ui/core/organisms/ui-master-detail-layout.orb +25 -25
  1176. package/dist/registry/ui/core/organisms/ui-master-detail.orb +79 -79
  1177. package/dist/registry/ui/core/organisms/ui-media-gallery.orb +141 -141
  1178. package/dist/registry/ui/core/organisms/ui-modal-slot.orb +32 -32
  1179. package/dist/registry/ui/core/organisms/ui-object-rule-panel.orb +58 -58
  1180. package/dist/registry/ui/core/organisms/ui-rule-editor.orb +62 -62
  1181. package/dist/registry/ui/core/organisms/ui-runtime-debugger.orb +23 -23
  1182. package/dist/registry/ui/core/organisms/ui-sequence-bar.orb +105 -105
  1183. package/dist/registry/ui/core/organisms/ui-showcase-organism.orb +69 -69
  1184. package/dist/registry/ui/core/organisms/ui-simulation-canvas.orb +112 -112
  1185. package/dist/registry/ui/core/organisms/ui-simulation-controls.orb +38 -38
  1186. package/dist/registry/ui/core/organisms/ui-simulation-graph.orb +43 -43
  1187. package/dist/registry/ui/core/organisms/ui-split-pane.orb +34 -34
  1188. package/dist/registry/ui/core/organisms/ui-state-machine-view.orb +21 -21
  1189. package/dist/registry/ui/core/organisms/ui-state-node.orb +27 -27
  1190. package/dist/registry/ui/core/organisms/ui-step-flow-organism.orb +84 -84
  1191. package/dist/registry/ui/core/organisms/ui-tabbed-container.orb +42 -42
  1192. package/dist/registry/ui/core/organisms/ui-timeline.orb +83 -83
  1193. package/dist/registry/ui/core/organisms/ui-toast-slot.orb +45 -45
  1194. package/dist/registry/ui/core/organisms/ui-transition-arrow.orb +51 -51
  1195. package/dist/registry/ui/core/organisms/ui-ui-slot-renderer.orb +33 -33
  1196. package/dist/registry/ui/core/organisms/ui-uncontrolled-battle-board.orb +86 -86
  1197. package/dist/registry/ui/core/organisms/ui-variable-panel.orb +33 -33
  1198. package/dist/registry/ui/core/templates/ui-auth-layout.orb +3 -3
  1199. package/dist/registry/ui/core/templates/ui-counter-template.orb +25 -25
  1200. package/dist/registry/ui/core/templates/ui-dashboard-layout.orb +132 -132
  1201. package/dist/registry/ui/core/templates/ui-generic-app-template.orb +14 -14
  1202. package/dist/registry/ui/game/atoms/ui-state-indicator.orb +24 -24
  1203. package/dist/registry/ui/game/organisms/ui-action-tile.orb +58 -58
  1204. package/dist/registry/ui/game/organisms/ui-battle-board.orb +259 -259
  1205. package/dist/registry/ui/game/organisms/ui-builder-board.orb +53 -53
  1206. package/dist/registry/ui/game/organisms/ui-canvas-effect.orb +139 -139
  1207. package/dist/registry/ui/game/organisms/ui-castle-board.orb +196 -196
  1208. package/dist/registry/ui/game/organisms/ui-classifier-board.orb +48 -48
  1209. package/dist/registry/ui/game/organisms/ui-debugger-board.orb +51 -51
  1210. package/dist/registry/ui/game/organisms/ui-event-handler-board.orb +93 -93
  1211. package/dist/registry/ui/game/organisms/ui-game-audio-provider.orb +74 -74
  1212. package/dist/registry/ui/game/organisms/ui-game-audio-toggle.orb +18 -18
  1213. package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +58 -58
  1214. package/dist/registry/ui/game/organisms/ui-sequencer-board.orb +126 -126
  1215. package/dist/registry/ui/game/organisms/ui-simulator-board.orb +74 -74
  1216. package/dist/registry/ui/game/organisms/ui-state-architect-board.orb +120 -120
  1217. package/dist/registry/ui/game/organisms/ui-trait-slot.orb +206 -206
  1218. package/dist/registry/ui/game/organisms/ui-trait-state-viewer.orb +109 -109
  1219. package/dist/registry/ui/game/organisms/ui-world-map-board.orb +209 -209
  1220. package/dist/registry/ui/game/templates/ui-battle-template.orb +11 -11
  1221. package/dist/registry/ui/game/templates/ui-castle-template.orb +9 -9
  1222. package/dist/registry/ui/game/templates/ui-game-shell.orb +14 -14
  1223. package/dist/registry/ui/game/templates/ui-game-template.orb +23 -23
  1224. package/dist/registry/ui/game/templates/ui-world-map-template.orb +21 -21
  1225. package/dist/registry/ui/marketing/atoms/ui-animated-counter.orb +23 -23
  1226. package/dist/registry/ui/marketing/atoms/ui-animated-graphic.orb +57 -57
  1227. package/dist/registry/ui/marketing/atoms/ui-animated-reveal.orb +43 -43
  1228. package/dist/registry/ui/marketing/atoms/ui-content-section.orb +3 -3
  1229. package/dist/registry/ui/marketing/atoms/ui-pattern-tile.orb +13 -13
  1230. package/dist/registry/ui/marketing/atoms/ui-stat-card.orb +11 -11
  1231. package/dist/registry/ui/marketing/molecules/ui-article-section.orb +9 -9
  1232. package/dist/registry/ui/marketing/molecules/ui-case-study-card.orb +27 -27
  1233. package/dist/registry/ui/marketing/molecules/ui-community-links.orb +33 -33
  1234. package/dist/registry/ui/marketing/molecules/ui-cta-banner.orb +45 -45
  1235. package/dist/registry/ui/marketing/molecules/ui-feature-card.orb +39 -39
  1236. package/dist/registry/ui/marketing/molecules/ui-geometric-pattern.orb +40 -40
  1237. package/dist/registry/ui/marketing/molecules/ui-hero-section.orb +74 -74
  1238. package/dist/registry/ui/marketing/molecules/ui-install-box.orb +4 -4
  1239. package/dist/registry/ui/marketing/molecules/ui-pricing-card.orb +29 -29
  1240. package/dist/registry/ui/marketing/molecules/ui-pricing-grid.orb +30 -30
  1241. package/dist/registry/ui/marketing/molecules/ui-service-catalog.orb +6 -6
  1242. package/dist/registry/ui/marketing/molecules/ui-showcase-card.orb +32 -32
  1243. package/dist/registry/ui/marketing/molecules/ui-split-section.orb +34 -34
  1244. package/dist/registry/ui/marketing/molecules/ui-stats-grid.orb +12 -12
  1245. package/dist/registry/ui/marketing/molecules/ui-step-flow.orb +20 -20
  1246. package/dist/registry/ui/marketing/molecules/ui-tag-cloud.orb +10 -10
  1247. package/dist/registry/ui/marketing/molecules/ui-team-card.orb +12 -12
  1248. package/dist/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -18
  1249. package/dist/registry/ui/marketing/organisms/ui-book-cover-page.orb +17 -17
  1250. package/dist/registry/ui/marketing/organisms/ui-book-nav-bar.orb +19 -19
  1251. package/dist/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +22 -22
  1252. package/dist/registry/ui/marketing/organisms/ui-book-viewer.orb +134 -134
  1253. package/dist/registry/ui/marketing/organisms/ui-pricing-organism.orb +58 -58
  1254. package/dist/registry/ui/marketing/organisms/ui-stats-organism.orb +53 -53
  1255. package/dist/registry/ui/marketing/organisms/ui-team-organism.orb +72 -72
  1256. package/dist/registry/ui/marketing/templates/ui-about-page-template.orb +3 -3
  1257. package/dist/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +3 -3
  1258. package/dist/registry/ui/marketing/templates/ui-landing-page-template.orb +14 -14
  1259. package/dist/registry/ui/marketing/templates/ui-pricing-page-template.orb +3 -3
  1260. package/dist/registry.d.ts +1 -1
  1261. package/dist/{types-DvPJ_FKz.d.ts → types-CdSN5hnD.d.ts} +1 -1
  1262. package/package.json +9 -16
@@ -75,15 +75,15 @@
75
75
  "render-ui",
76
76
  "main",
77
77
  {
78
+ "helperText": "@config.helperText",
79
+ "error": "@config.error",
78
80
  "value": "@config.value",
81
+ "type": "radio",
79
82
  "action": "ACTION",
80
- "className": "@config.className",
81
83
  "options": "@config.options",
82
- "error": "@config.error",
83
84
  "label": "@config.label",
84
85
  "size": "@config.size",
85
- "helperText": "@config.helperText",
86
- "type": "radio"
86
+ "className": "@config.className"
87
87
  }
88
88
  ]
89
89
  ]
@@ -91,11 +91,11 @@
91
91
  ]
92
92
  },
93
93
  "config": {
94
- "label": {
94
+ "className": {
95
95
  "type": "string",
96
- "default": "Label",
97
- "label": "Label",
98
- "description": "Label text displayed next to the radio button",
96
+ "default": "",
97
+ "label": "Class Name",
98
+ "description": "Additional CSS classes applied to the root element.",
99
99
  "tier": "presentation"
100
100
  },
101
101
  "options": {
@@ -108,30 +108,11 @@
108
108
  "type": "string"
109
109
  }
110
110
  },
111
- "size": {
112
- "type": "string",
113
- "default": "md",
114
- "label": "Size",
115
- "description": "Size of the radio button",
116
- "tier": "presentation",
117
- "values": [
118
- "sm",
119
- "md",
120
- "lg"
121
- ]
122
- },
123
- "className": {
124
- "type": "string",
125
- "default": "",
126
- "label": "Class Name",
127
- "description": "Additional CSS classes applied to the root element.",
128
- "tier": "presentation"
129
- },
130
- "value": {
111
+ "label": {
131
112
  "type": "string",
132
- "default": "Value",
133
- "label": "Value",
134
- "description": "Current selected value",
113
+ "default": "Label",
114
+ "label": "Label",
115
+ "description": "Label text displayed next to the radio button",
135
116
  "tier": "presentation"
136
117
  },
137
118
  "helperText": {
@@ -147,6 +128,25 @@
147
128
  "label": "Error",
148
129
  "description": "Error message displayed below the radio button",
149
130
  "tier": "presentation"
131
+ },
132
+ "value": {
133
+ "type": "string",
134
+ "default": "Value",
135
+ "label": "Value",
136
+ "description": "Current selected value",
137
+ "tier": "presentation"
138
+ },
139
+ "size": {
140
+ "type": "string",
141
+ "default": "md",
142
+ "label": "Size",
143
+ "description": "Size of the radio button",
144
+ "tier": "presentation",
145
+ "values": [
146
+ "sm",
147
+ "md",
148
+ "lg"
149
+ ]
150
150
  }
151
151
  },
152
152
  "scope": "instance"
@@ -165,4 +165,4 @@
165
165
  ]
166
166
  }
167
167
  ]
168
- }
168
+ }
@@ -111,20 +111,20 @@
111
111
  "render-ui",
112
112
  "main",
113
113
  {
114
- "value": "@entity.value",
115
- "max": "@config.max",
116
- "showTicks": "@config.showTicks",
117
- "type": "range-slider",
114
+ "buffered": "@config.buffered",
118
115
  "size": "@config.size",
119
- "min": "@config.min",
120
- "disabled": "@config.disabled",
121
116
  "actionPayload": "@config.actionPayload",
122
- "onChange": "CHANGE",
123
117
  "showTooltip": "@config.showTooltip",
118
+ "showTicks": "@config.showTicks",
119
+ "min": "@config.min",
124
120
  "action": "ACTION",
125
- "step": "@config.step",
121
+ "onChange": "CHANGE",
122
+ "type": "range-slider",
123
+ "disabled": "@config.disabled",
126
124
  "className": "@config.className",
127
- "buffered": "@config.buffered"
125
+ "max": "@config.max",
126
+ "step": "@config.step",
127
+ "value": "@entity.value"
128
128
  }
129
129
  ]
130
130
  ]
@@ -143,20 +143,20 @@
143
143
  "render-ui",
144
144
  "main",
145
145
  {
146
- "action": "ACTION",
146
+ "min": "@config.min",
147
+ "max": "@config.max",
148
+ "size": "@config.size",
147
149
  "disabled": "@config.disabled",
148
- "actionPayload": "@config.actionPayload",
149
- "value": "@entity.value",
150
150
  "onChange": "CHANGE",
151
- "showTicks": "@config.showTicks",
152
151
  "className": "@config.className",
153
- "max": "@config.max",
154
- "type": "range-slider",
152
+ "actionPayload": "@config.actionPayload",
153
+ "action": "ACTION",
155
154
  "showTooltip": "@config.showTooltip",
155
+ "buffered": "@config.buffered",
156
+ "type": "range-slider",
156
157
  "step": "@config.step",
157
- "min": "@config.min",
158
- "size": "@config.size",
159
- "buffered": "@config.buffered"
158
+ "value": "@entity.value",
159
+ "showTicks": "@config.showTicks"
160
160
  }
161
161
  ]
162
162
  ]
@@ -164,6 +164,13 @@
164
164
  ]
165
165
  },
166
166
  "config": {
167
+ "className": {
168
+ "type": "string",
169
+ "default": "",
170
+ "label": "Class Name",
171
+ "description": "Additional CSS classes applied to the root element.",
172
+ "tier": "presentation"
173
+ },
167
174
  "max": {
168
175
  "type": "number",
169
176
  "default": 100.0,
@@ -171,20 +178,6 @@
171
178
  "description": "Maximum value",
172
179
  "tier": "presentation"
173
180
  },
174
- "step": {
175
- "type": "number",
176
- "default": 1.0,
177
- "label": "Step",
178
- "description": "Step increment",
179
- "tier": "presentation"
180
- },
181
- "showTooltip": {
182
- "type": "boolean",
183
- "default": false,
184
- "label": "Show Tooltip",
185
- "description": "Show tooltip with current value on drag",
186
- "tier": "presentation"
187
- },
188
181
  "size": {
189
182
  "type": "string",
190
183
  "default": "md",
@@ -197,31 +190,38 @@
197
190
  "lg"
198
191
  ]
199
192
  },
200
- "actionPayload": {
201
- "type": "json",
202
- "label": "Action Payload",
203
- "description": "Payload to include with the action event",
193
+ "disabled": {
194
+ "type": "boolean",
195
+ "default": false,
196
+ "label": "Disabled",
197
+ "description": "Disabled state",
204
198
  "tier": "presentation"
205
199
  },
206
- "min": {
200
+ "buffered": {
207
201
  "type": "number",
208
202
  "default": 0.0,
209
- "label": "Min",
210
- "description": "Minimum value",
203
+ "label": "Buffered",
204
+ "description": "Buffered range (0-100), for media seek bars",
211
205
  "tier": "presentation"
212
206
  },
213
- "buffered": {
207
+ "showTooltip": {
208
+ "type": "boolean",
209
+ "default": false,
210
+ "label": "Show Tooltip",
211
+ "description": "Show tooltip with current value on drag",
212
+ "tier": "presentation"
213
+ },
214
+ "min": {
214
215
  "type": "number",
215
216
  "default": 0.0,
216
- "label": "Buffered",
217
- "description": "Buffered range (0-100), for media seek bars",
217
+ "label": "Min",
218
+ "description": "Minimum value",
218
219
  "tier": "presentation"
219
220
  },
220
- "className": {
221
- "type": "string",
222
- "default": "",
223
- "label": "Class Name",
224
- "description": "Additional CSS classes applied to the root element.",
221
+ "actionPayload": {
222
+ "type": "json",
223
+ "label": "Action Payload",
224
+ "description": "Payload to include with the action event",
225
225
  "tier": "presentation"
226
226
  },
227
227
  "value": {
@@ -231,19 +231,19 @@
231
231
  "description": "Current value",
232
232
  "tier": "presentation"
233
233
  },
234
+ "step": {
235
+ "type": "number",
236
+ "default": 1.0,
237
+ "label": "Step",
238
+ "description": "Step increment",
239
+ "tier": "presentation"
240
+ },
234
241
  "showTicks": {
235
242
  "type": "boolean",
236
243
  "default": false,
237
244
  "label": "Show Ticks",
238
245
  "description": "Show tick marks at step intervals",
239
246
  "tier": "presentation"
240
- },
241
- "disabled": {
242
- "type": "boolean",
243
- "default": false,
244
- "label": "Disabled",
245
- "description": "Disabled state",
246
- "tier": "presentation"
247
247
  }
248
248
  },
249
249
  "scope": "instance"
@@ -262,4 +262,4 @@
262
262
  ]
263
263
  }
264
264
  ]
265
- }
265
+ }
@@ -49,14 +49,14 @@
49
49
  "render-ui",
50
50
  "main",
51
51
  {
52
- "size": "@config.size",
53
- "type": "resource-counter",
54
- "label": "@config.label",
55
52
  "value": "@config.value",
56
- "className": "@config.className",
53
+ "color": "@config.color",
57
54
  "icon": "@config.icon",
58
55
  "max": "@config.max",
59
- "color": "@config.color"
56
+ "className": "@config.className",
57
+ "label": "@config.label",
58
+ "type": "resource-counter",
59
+ "size": "@config.size"
60
60
  }
61
61
  ]
62
62
  ]
@@ -64,18 +64,17 @@
64
64
  ]
65
65
  },
66
66
  "config": {
67
- "icon": {
68
- "type": "node",
69
- "label": "Icon",
70
- "description": "Icon component or emoji",
71
- "tier": "presentation"
72
- },
73
- "color": {
67
+ "size": {
74
68
  "type": "string",
75
- "default": "Color",
76
- "label": "Color",
77
- "description": "Accent color class (e.g. 'text-yellow-400')",
78
- "tier": "presentation"
69
+ "default": "md",
70
+ "label": "Size",
71
+ "description": "Size variant",
72
+ "tier": "presentation",
73
+ "values": [
74
+ "sm",
75
+ "md",
76
+ "lg"
77
+ ]
79
78
  },
80
79
  "value": {
81
80
  "type": "number",
@@ -84,11 +83,11 @@
84
83
  "description": "Current value",
85
84
  "tier": "presentation"
86
85
  },
87
- "label": {
86
+ "className": {
88
87
  "type": "string",
89
- "default": "Label",
90
- "label": "Label",
91
- "description": "Resource label",
88
+ "default": "",
89
+ "label": "Class Name",
90
+ "description": "Additional CSS classes",
92
91
  "tier": "presentation"
93
92
  },
94
93
  "max": {
@@ -98,23 +97,24 @@
98
97
  "description": "Maximum value",
99
98
  "tier": "presentation"
100
99
  },
101
- "size": {
100
+ "label": {
102
101
  "type": "string",
103
- "default": "md",
104
- "label": "Size",
105
- "description": "Size variant",
106
- "tier": "presentation",
107
- "values": [
108
- "sm",
109
- "md",
110
- "lg"
111
- ]
102
+ "default": "Label",
103
+ "label": "Label",
104
+ "description": "Resource label",
105
+ "tier": "presentation"
112
106
  },
113
- "className": {
107
+ "color": {
114
108
  "type": "string",
115
- "default": "",
116
- "label": "Class Name",
117
- "description": "Additional CSS classes",
109
+ "default": "Color",
110
+ "label": "Color",
111
+ "description": "Accent color class (e.g. 'text-yellow-400')",
112
+ "tier": "presentation"
113
+ },
114
+ "icon": {
115
+ "type": "node",
116
+ "label": "Icon",
117
+ "description": "Icon component or emoji",
118
118
  "tier": "presentation"
119
119
  }
120
120
  },
@@ -134,4 +134,4 @@
134
134
  ]
135
135
  }
136
136
  ]
137
- }
137
+ }
@@ -49,13 +49,13 @@
49
49
  "render-ui",
50
50
  "main",
51
51
  {
52
- "icon": "@config.icon",
53
- "size": "@config.size",
54
- "locale": "@config.locale",
52
+ "value": "@config.value",
55
53
  "className": "@config.className",
54
+ "locale": "@config.locale",
56
55
  "animated": "@config.animated",
56
+ "size": "@config.size",
57
57
  "label": "@config.label",
58
- "value": "@config.value",
58
+ "icon": "@config.icon",
59
59
  "type": "score-display"
60
60
  }
61
61
  ]
@@ -64,13 +64,6 @@
64
64
  ]
65
65
  },
66
66
  "config": {
67
- "label": {
68
- "type": "string",
69
- "default": "Label",
70
- "label": "Label",
71
- "description": "Label to display before score",
72
- "tier": "presentation"
73
- },
74
67
  "animated": {
75
68
  "type": "boolean",
76
69
  "default": true,
@@ -78,19 +71,19 @@
78
71
  "description": "Animation on value change",
79
72
  "tier": "presentation"
80
73
  },
74
+ "locale": {
75
+ "type": "string",
76
+ "default": "en-US",
77
+ "label": "Locale",
78
+ "description": "Number formatting locale",
79
+ "tier": "presentation"
80
+ },
81
81
  "icon": {
82
82
  "type": "node",
83
83
  "label": "Icon",
84
84
  "description": "Icon component or emoji",
85
85
  "tier": "presentation"
86
86
  },
87
- "value": {
88
- "type": "number",
89
- "default": 0.0,
90
- "label": "Value",
91
- "description": "Current score value",
92
- "tier": "presentation"
93
- },
94
87
  "size": {
95
88
  "type": "string",
96
89
  "default": "md",
@@ -104,19 +97,26 @@
104
97
  "xl"
105
98
  ]
106
99
  },
100
+ "label": {
101
+ "type": "string",
102
+ "default": "Label",
103
+ "label": "Label",
104
+ "description": "Label to display before score",
105
+ "tier": "presentation"
106
+ },
107
+ "value": {
108
+ "type": "number",
109
+ "default": 0.0,
110
+ "label": "Value",
111
+ "description": "Current score value",
112
+ "tier": "presentation"
113
+ },
107
114
  "className": {
108
115
  "type": "string",
109
116
  "default": "",
110
117
  "label": "Class Name",
111
118
  "description": "Additional CSS classes",
112
119
  "tier": "presentation"
113
- },
114
- "locale": {
115
- "type": "string",
116
- "default": "en-US",
117
- "label": "Locale",
118
- "description": "Number formatting locale",
119
- "tier": "presentation"
120
120
  }
121
121
  },
122
122
  "scope": "instance"
@@ -135,4 +135,4 @@
135
135
  ]
136
136
  }
137
137
  ]
138
- }
138
+ }
@@ -49,12 +49,12 @@
49
49
  "render-ui",
50
50
  "main",
51
51
  {
52
- "type": "section-header",
53
- "title": "@config.title",
54
- "level": "@config.level",
55
52
  "subtitle": "@config.subtitle",
56
53
  "align": "@config.align",
57
- "className": "@config.className"
54
+ "className": "@config.className",
55
+ "title": "@config.title",
56
+ "level": "@config.level",
57
+ "type": "section-header"
58
58
  }
59
59
  ]
60
60
  ]
@@ -62,20 +62,6 @@
62
62
  ]
63
63
  },
64
64
  "config": {
65
- "title": {
66
- "type": "string",
67
- "default": "Title",
68
- "label": "Title",
69
- "description": "Section title text",
70
- "tier": "presentation"
71
- },
72
- "subtitle": {
73
- "type": "string",
74
- "default": "Subtitle",
75
- "label": "Subtitle",
76
- "description": "Optional subtitle text",
77
- "tier": "presentation"
78
- },
79
65
  "align": {
80
66
  "type": "string",
81
67
  "default": "center",
@@ -88,6 +74,13 @@
88
74
  "right"
89
75
  ]
90
76
  },
77
+ "title": {
78
+ "type": "string",
79
+ "default": "Title",
80
+ "label": "Title",
81
+ "description": "Section title text",
82
+ "tier": "presentation"
83
+ },
91
84
  "level": {
92
85
  "type": "number",
93
86
  "default": 2.0,
@@ -101,6 +94,13 @@
101
94
  "label": "Class Name",
102
95
  "description": "Additional class names",
103
96
  "tier": "presentation"
97
+ },
98
+ "subtitle": {
99
+ "type": "string",
100
+ "default": "Subtitle",
101
+ "label": "Subtitle",
102
+ "description": "Optional subtitle text",
103
+ "tier": "presentation"
104
104
  }
105
105
  },
106
106
  "scope": "instance"
@@ -119,4 +119,4 @@
119
119
  ]
120
120
  }
121
121
  ]
122
- }
122
+ }
@@ -75,13 +75,13 @@
75
75
  "render-ui",
76
76
  "main",
77
77
  {
78
- "error": "@config.error",
79
- "type": "select",
80
78
  "options": "@config.options",
81
- "className": "@config.className",
82
- "action": "ACTION",
79
+ "value": "@config.value",
83
80
  "placeholder": "@config.placeholder",
84
- "value": "@config.value"
81
+ "action": "ACTION",
82
+ "error": "@config.error",
83
+ "className": "@config.className",
84
+ "type": "select"
85
85
  }
86
86
  ]
87
87
  ]
@@ -89,33 +89,12 @@
89
89
  ]
90
90
  },
91
91
  "config": {
92
- "value": {
93
- "type": "string",
94
- "default": "Value",
95
- "label": "Value",
96
- "description": "Current value",
97
- "tier": "presentation"
98
- },
99
- "error": {
100
- "type": "string",
101
- "default": "",
102
- "label": "Error",
103
- "description": "Error message",
104
- "tier": "presentation"
105
- },
106
- "className": {
107
- "type": "string",
108
- "default": "",
109
- "label": "Class Name",
110
- "description": "Additional CSS classes applied to the root element.",
111
- "tier": "presentation"
112
- },
113
92
  "options": {
114
93
  "type": "[SelectOptionsItem]",
115
94
  "default": [
116
95
  {
117
- "label": "Label",
118
- "value": "Value"
96
+ "value": "Value",
97
+ "label": "Label"
119
98
  }
120
99
  ],
121
100
  "label": "Options",
@@ -124,13 +103,13 @@
124
103
  "items": {
125
104
  "type": "object",
126
105
  "properties": {
127
- "value": {
128
- "name": "value",
106
+ "label": {
107
+ "name": "label",
129
108
  "type": "string",
130
109
  "required": true
131
110
  },
132
- "label": {
133
- "name": "label",
111
+ "value": {
112
+ "name": "value",
134
113
  "type": "string",
135
114
  "required": true
136
115
  }
@@ -143,6 +122,27 @@
143
122
  "label": "Placeholder",
144
123
  "description": "Placeholder text",
145
124
  "tier": "presentation"
125
+ },
126
+ "className": {
127
+ "type": "string",
128
+ "default": "",
129
+ "label": "Class Name",
130
+ "description": "Additional CSS classes applied to the root element.",
131
+ "tier": "presentation"
132
+ },
133
+ "value": {
134
+ "type": "string",
135
+ "default": "Value",
136
+ "label": "Value",
137
+ "description": "Current value",
138
+ "tier": "presentation"
139
+ },
140
+ "error": {
141
+ "type": "string",
142
+ "default": "",
143
+ "label": "Error",
144
+ "description": "Error message",
145
+ "tier": "presentation"
146
146
  }
147
147
  },
148
148
  "scope": "instance"
@@ -161,4 +161,4 @@
161
161
  ]
162
162
  }
163
163
  ]
164
- }
164
+ }